/* margin */
.mb-1{margin-bottom: 1px;}
.mb-2{margin-bottom: 2px;}
.mb-3{margin-bottom: 3px;}
.mb-4{margin-bottom: 4px;}
.mb-5{margin-bottom: 5px;}
.mb-6{margin-bottom: 6px;}
.mb-7{margin-bottom: 7px;}
.mb-8{margin-bottom: 8px;}
.mb-9{margin-bottom: 9px;}
.mb-10{margin-bottom: 10px;}
.mb-15{margin-bottom: 15px;}
.mb-20{margin-bottom: 20px;}
.mb-25{margin-bottom: 25px;}

.mt-1{margin-top: 1px;}
.mt-2{margin-top: 2px;}
.mt-3{margin-top: 3px;}
.mt-4{margin-top: 4px;}
.mt-5{margin-top: 5px;}
.mt-6{margin-top: 6px;}
.mt-7{margin-top: 7px;}
.mt-8{margin-top: 8px;}
.mt-9{margin-top: 9px;}
.mt-10{margin-top: 10px;}
.mt-15{margin-top: 15px;}
.mt-20{margin-top: 20px;}
.mt-25{margin-top: 25px;}

.pb-50{
    padding-bottom: 50px;
}

/* Customize class */
#our_partners .owl-carousel .owl-item img {
    filter: none;
}

.navbar-area{
    box-shadow: 10px 2px 5px #f3f6fd;
}

.round-20{
    border-radius: 20px;
}

.common_bannner_text h2 {
    color: #000000;
    font-weight: 400;
}

.flight_Search_boxed select {
    font-size: 22px;
    width: 87%;
    border: none;
    background: transparent;
    font-weight: 500;
    height: 35px;
    padding: 0;
}

.select2-selection.select2-selection--single.select2-selection--clearable {
    height: 55px;
    border: 1px solid #dddddd75;
    padding: 10px 22px;
    font-size: 16px;
}

span.select2-selection.select2-selection--single {
    height: 55px;
    border: 1px solid #dddddd75;
    padding: 10px 22px;
    font-size: 16px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 11px !important;
    right: 11px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.select2-dropdown {
    border: 1px solid #dddddd75;
    padding: 10px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #dddddd75;
}

.select2-search--dropdown .select2-search__field {
    padding: 10px;
}

.select2-search__field:focus {
    outline: -webkit-focus-ring-color #dddddd75 10px !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    margin-right: 10px;
}

.form-switch .form-check-input {
    width: 3em;
    margin-left: -2.5em;
    height: 30px;
}

span.form-check-label{
    vertical-align: -webkit-baseline-middle;
}

.select2-container .select2-search--inline .select2-search__field {
    margin: 0px;
    padding: 10px 22px;
}

textarea.select2-search__field {
    height: 55px !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #dddddd75;
    outline: 0;
}

.select2-container--default .select2-selection--multiple {
    padding: 0px;
}

span.select2-selection.select2-selection--multiple.select2-selection--clearable {
    display: flex;
}

div#repeater {
    border: 1px solid #dddddd75;
    padding: 15px;
}