
.inp_t {
    border: 1px solid #aaa;
    box-sizing: border-box;
    color: #000;
    width: 100%;
    padding: 14px 10px;
    font-size:16px;
    font-weight: 500;
    transition: border ease-in-out 0.15s;
    outline:none;
    border-radius: 10px;
    font-family: "Inter", sans-serif;
}
.inp_t::placeholder {
    color: #333;
    font-weight: 500;
}
.inp_t:hover {

}
.inp_t:focus {

}
.inp_t.need_filled {
    background: #FFFD7C;
}

.inp_t::placeholder {
    color:#999;
    font-weight: 300;
}

.inp_t_hotel {
    border: 1px solid #ddd;
    box-sizing: border-box;
    color: #000;
    width: 100%;
    padding: 10px;
    font-size:16px;
    font-weight: 400;
    transition: border ease-in-out 0.15s;
    outline:none;
    border-radius: 10px;
    font-family: "Inter", sans-serif;
}
.inp_t_hotel::placeholder {
    color: #ddd;
    font-weight: 400;
}

.inp_t_search {
    border: 0px;
    box-sizing: border-box;
    color: #000;
    width: 100%;
    padding: 14px 20px;
    font-size:20px;
    font-weight: 500;
    transition: border ease-in-out 0.15s;
    outline:none;
    border-radius: 30px;
    font-family: "Inter", sans-serif;
}

.a_btn {
    border: 0px;
    display: block;
    background: linear-gradient(95.14deg,#e10478 10.97%,#912d7c 115.27%);
    border-radius: 10px;
    padding:8px 10px;
    font-weight: 600;
    font-size: 17px;
    color:#fff;
    cursor: pointer;
}
.a_btn1 {
    cursor: pointer;
    display: block;
    background: #fff;
    border-radius: 10px;
    border: 0px;
    padding:15px 20px;
    font-weight: 600;
    font-size: 17px;
    color:#000;
    transition: all 0.3s;
}
.a_btn1.active {
    background: linear-gradient(95.14deg,#e10478 10.97%,#912d7c 115.27%);
    color:#fff;
}

/*-------------------------------------radio-------------------------------------------*/

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
    display: none;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #E10478;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*-------------------------------------checkbox-------------------------------------------*/

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
    display: none;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 16px;
    height: 16px;
    border: 1px solid #ddd;
    border-radius: 2px;
    background: #fff;
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #E10478;
    position: absolute;
    top: 4px;
    left: 4px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*-------------------------------------//checkbox-------------------------------------------*/


.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #E10478!important;
}

.sp-next-arrow::after, .sp-next-arrow::before, .sp-previous-arrow::after, .sp-previous-arrow::before {
    background-color: #fff!important;
}


.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: 0;
    padding:10px;
}
.select2-container--default .select2-selection--single {
    border-radius: 10px!important;
}
.select2-container--default .select2-results__group {
    color:#000;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color:#000!important;
}
.select2-container .select2-selection--single {
    height: 50px!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px!important;
    padding-left: 15px!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top:0px!important;
}

/*-------------------------------------select_age-------------------------------------------*/
.select_age {
    display: inline-block;
    float: right;
    font-size: 15px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding:7px 15px;
    transition: border ease-in-out 0.15s;
    -webkit-appearance: none;
    outline:none;
    margin-top: -5px;
    background: #fff;
    text-align: center;
    border-radius: 10px;
    color:#000;
}
.select_age:hover {
    border:1px solid #c7c9ca;
}
.select_age:focus {
    border: 1px solid #11A8F0;
}


/*-------------------------------------person_picker-------------------------------------------*/

.person_picker {
    border:1px solid #E2E6EA;
    position: absolute;
    padding:15px;
    background: #fff;
    margin-top:5px;
    border-radius: 4px;
    width: 265px;
    z-index: 100;
}
.person_picker::before {
    content: '';
    position: absolute;
    left:9px;
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc;
}
.person_picker::after {
    content: '';
    position: absolute;
    left:10px;
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
}
.person_picker .line {
    margin-bottom:15px;
    color:#000;
}
.person_picker .left {
    display: inline-block;
    width: 43%;
    vertical-align: top;
    line-height: 30px;
    text-align: left;


}
.person_picker .right {
    display: inline-block;
    width: 55%;
    vertical-align: top;
}
.person_picker .sight {
    float:left;
    width:35px;
    height:35px;
    line-height:30px;
    text-align:center;
    color:#E10478;
    border-radius: 2px;
    border: 1px solid #E10478;
    border-radius: 100%;
    cursor: pointer;
}
.person_picker .sight.minus {
    font-weight: 800;
    font-size: 11px;
}
.person_picker .sight.plus {
    font-weight: 400;
    font-size: 22px;
}
.person_picker .sight:hover {
    color:#fff;
    background: #E10478;
}

.person_picker .sight.disabled {
    border:1px solid #E2E6EA;
    color:#E2E6EA;
}

.person_picker .digit {
    float:left;
    width: 45px;
    line-height:30px;
    padding:2px 15px 5px 18px;
    font-size: 17px;
    color:#000;
    font-weight: 600;
}
.person_picker .child_div {
    background: #F1F0F0;
    padding:15px;
    display: none;
}
.person_picker .flight_type {
    border-top:1px solid #E2E6EA;
    padding-top:10px;
    margin-top: 10px;
}
.person_picker .flight_type .item {
    padding-bottom:10px;
    color:#000;
}

@media screen and (max-width: 1000px) {

}

