* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body{
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    background: #FFFFFF;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -ms-overflow-style: scrollbar;
    overflow-y: scroll;
}

button, input:focus, select:focus {
    outline: none !important;
}

@media (min-width: 1366px) {
    .container {
        width: 1230px;
    }
}
.mobpaddzero {
    padding: 0 !important;
}
.full-width {
    width: 100% !important;
}
.fsize-22 {
    font-size: 18px;
}
.check-content, .btn-options {
    font-size: 12px;
    color: #8a8a8a;
    position: relative;
        font-weight: 500;
}
.sm-p0 {
    padding: 0px !important;
}

textarea {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

select {
    height: 35px;
    padding: 8px 0 8px 15px;
}

    select option {
        padding: 2px 10px;
        font-size: 14px;
    }

/* .selector {
    position: relative;
    min-width: 60px;
    line-height: 0;
}
*/
    .selector select {

        -webkit-appearance: none;
      appearance:none;

    } 

    .selector span.custom-select {
        display: inline-block;
        line-height: 35px;
        padding: 0 15px;
        position: relative;
        width: 100%;
        font-size: 14px;
        overflow: hidden;
        white-space: nowrap;
        border-bottom: 1px solid #8a8a8a;
    }

     .selector span.custom-select:before {
            content: "";
            border-color: #0073bb transparent transparent;
            border-style: solid;
            border-width: 6px;
            width: 0;
            height: 0;
            position: absolute;
        
            right: 20px;
            top: 16px;
        }

        .selector span.custom-select:after {
            content: "";
            border-color: #fff transparent transparent;
            border-style: solid;
            border-width: 5px;
            width: 0;
            height: 0;
            position: absolute;
         
            right: 21px;
            top: 15px;
}

.t-gap {
    margin-top: 23px;
    position: relative;
}

.search-topi {
    margin-top: 20px;
}

.custom-input-selcet:before{
	    content: "";
    border-color: #0073bb transparent transparent;
    border-style: solid;
    border-width: 6px;
    width: 0;
    height: 0;
    position: absolute;

        right: 20px;
    top: 16px;
	    pointer-events: none;
        z-index: 1;
}

.custom-input-selcet:after{
	    content: "";
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 5px;
    width: 0;
    height: 0;
    position: absolute;
     right: 21px;
    top: 15px;
	    pointer-events: none;
        z-index: 1;
}
.custom-input-selcet-counry:before{
	    content: "";
    border-color: #0073bb transparent transparent;
    border-style: solid;
    border-width: 6px;
    width: 0;
    height: 0;
    position: absolute;
   
        right: 20px;
    top: 16px;
}

.custom-input-selcet-counry:after{
	    content: "";
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 5px;
    width: 0;
    height: 0;
    position: absolute;

     right: 21px;
	top: 15px;}

    #adt, .chid-infoicon, .infantinfoicon{
        position: relative;
        margin-top: 10px;
    }
	
	.child-ageselected select {
    border: 1px solid #666666 !important;
    padding: 0 5px;
    border-radius: 10px !important;
    width: 46%;
        margin: 4px 5px 4px 0px;
    font-size: 13px;
}