img {
    max-width: 100%;
}

.searchsection figure {
    text-align: center;
}

.searchsection img {
    max-width: 100%;
}

.superoffer {
    background: #f4f5fd;
    padding-bottom: 50px;
}

.superoffer .heading {
    font-size: 25px;
    padding-top: 40px;
    color: #000;
}

.superoffer span {
    font-weight: 500;
}

.superoffer p.ptext {
    font-size: 14px;
    color: #000;
    padding-top: 10px;
    padding-bottom: 20px;
}

.superoffer ul {
    background: #0c6eb5;
    display: flex;
    max-width: max-content;
}

.superoffer li {
    padding: 5px 0;
}

.superoffer li.active {
    background: #ff9a00;
}

.superoffer li:hover {
    background: #ff9a00;
}

.superoffer a {
    font-size: 14px;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    color: #fff;
    border-right: 0px solid #d6d6d6;
    cursor: pointer;
}

.superoffer .border0 {
    border: none;
}

.superoffer li.active a {
    border: none;
}

.superoffer i img {
    padding-right: 8px;
    width: 25px;
    height: 25px;
    vertical-align: middle;
}

.superoffer .searchflight {
    margin-top: 0;
}

.superoffer .searchmian {
    background: #fff;
    padding: 15px 20px;
    box-shadow: 2px 5px 10px -3px #bdbdbd;
}

.superoffer .searchbox {
    background: #fff;
    display: flex;
}

.superoffer .checkindiv {
    width: 24%;
    margin-right: 12px;
    position: relative;
}

.superoffer .checkindiv:last-child {
    margin-right: 0;
}

.superoffer label {
    display: block;
    color: #000;
    font-size: 15px;
    padding-bottom: 10px;
}

.superoffer input {
    padding: 12px;
    font-weight: 300;
    font-family: inherit;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
}

.superoffer input:focus {
    border: 1px solid #012e5c;
    box-shadow: 0px 1px 3px 3px rgba(1, 47, 93, 0.5);
}

.superoffer input.arrvialinput {
    padding: 12px;
    font-weight: 300;
    font-family: inherit;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
}

.superoffer select {
    padding: 11px;
    width: 100%;
    font-family: inherit;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px;
}

.superoffer .roomdiv {
    padding: 11px;
    cursor: pointer;
    border: 1px solid #e1e1e1;
    width: 100%;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px;
    position: relative;
}

.superoffer .roomdiv::after {
    content: "";
    position: absolute;
    height: 9px;
    width: 14px;
    background: url(../../assets/images/home/download.svg) no-repeat 0;
    right: 22px;
    top: 15px;
}

.superoffer .checkin {
    width: 15%;
    position: relative;
}

.superoffer .checkin::after {
    content: "";
    position: absolute;
    height: 21px;
    width: 21px;
    background: url(../../assets/images/home/calendar.svg) no-repeat 0;
    right: 16px;
    top: 45px;
}

.superoffer .selectdiv {
    width: 15%;
    position: relative;
}

.superoffer .selectdiv::after {
    content: "";
    position: absolute;
    height: 9px;
    width: 14px;
    background: url(../../assets/images/home/download.svg) no-repeat 0;
    right: 22px;
    top: 43px;
}

.superoffer input::placeholder {
    color: #898989;
    opacity: 100%;
}

.superoffer strong {
    color: #898989;
    font-size: 15px;
    font-weight: 400;
}

.superoffer .hotelsearchbtn {
    padding: 20px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.superoffer .hotelsearchbtn a {
    background: #0c6eb5;
    font-size: 15px;
    font-weight: 500;
    border-radius: 3px;
    color: #fff;
    padding: 13px 25px;
    display: inline-block;
}

/* 
.htl {
    display: none;
} */

.popuppaxdetails {
    position: absolute;
    background: #fff;
    padding: 10px;
    padding-bottom: 0px;
    min-width: 300px;
    box-shadow: 0 0px 18px rgba(0, 0, 0, 0.4);
    width: auto;
    display: none;
    z-index: 99;
    top: 46px;
    left: 0;
}

.popuppaxdetails .showorhidenextdiv {
    background: url(../../assets/images/home/downdrop.png) no-repeat right center;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    font-family: Roboto;
    cursor: pointer;
}

.popuppaxdetails .showorhidenextdiv span {
    font-family: Roboto;
    font-size: 14px;
    display: block;
    margin: 0;
}

.popuppaxdetails .roomwisemaindiv {
    padding: 10px 0;
    border-top: 1px solid #e5e5e5;
}

.popuppaxdetails .roomwisemaindiv>div {
    display: none;
}

.popuppaxdetails .selectroomdiv,
.popuppaxdetails .roomwiseadultdiv,
.popuppaxdetails .roomwisechilddiv,
.popuppaxdetails .roomwisechildagediv {
    display: flex;
    padding: 10px 0;
}

.popuppaxdetails .roomwisechildagediv>div {
    padding-right: 10px;
}

.popuppaxdetails .roomwisechildagediv>div label {
    padding-bottom: 5px;
    display: block;
    color: #000;
}

.popuppaxdetails .roomwisechildagediv>div select {
    width: 100%;
    padding: 5px 0;
    -webkit-appearance: none;
    background: url(../../assets/images/home/downdrop.png) no-repeat 90% center;
    border-bottom: 1px solid #d6d6d6;
}

.popuppaxdetails .selectpax {
    position: relative;
}

.popuppaxdetails .selectpax input[type=radio] {
    opacity: 0;
    position: absolute;
}

.popuppaxdetails .selectpax label {
    cursor: pointer;
    padding: 10px 15px;
    display: block;
    color: #424242;
    font-size: 14px;
    font-weight: bold;
    margin-right: 5px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}

.popuppaxdetails .titleofpax {
    color: #000;
}

.popuppaxdetails .selectpax input[type=radio]:checked~label {
    color: #fff;
    opacity: 1;
    font-family: Roboto;
    border: 1px solid #d70812;
    background: #d70812;
}

@media (max-width: 767px) {
    .header {
        padding: 0;
    }

    .header .flexheader {
        display: none;
    }

    .header-top .mmenu .mail a {
        display: block;
    }

    .searchsection img {
        height: 313px;
    }

    .superoffer {
        padding: 20px 0;
    }

    .superoffer small {
        display: none;
    }

    .superoffer i img {
        height: 40px;
        width: 40px;
    }

    .superoffer .searchbox {
        display: block;
    }

    .superoffer .searchmian {
        padding: 30px 15px 55px;
    }

    .superoffer .checkindiv {
        width: 100%;
        margin: 0;
        padding-bottom: 15px;
    }

    .superoffer .heading {
        padding: 0;
    }

    .superoffer a {
        padding: 0 18px;
    }

    .divdear {
        display: block;
    }

    .divdear .left {
        width: 100%;
        margin-bottom: 15px;
    }

    .divdear .right {
        width: 100%;
    }

    .divflexinner .left .daydirect {
        display: block;
    }
}

.radio-button {
    display: flex;
    margin-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
}

.radio-button p {
    margin-right: 20px;
}

[type=radio]:checked,
[type=radio]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type=radio]:checked+label,
[type=radio]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

[type=radio]:checked+label:before,
[type=radio]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

[type=radio]:checked+label:after,
[type=radio]:not(:checked)+label:after {
    content: "";
    width: 12px;
    height: 12px;
    background: #0c6eb5;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    transition: all 0.2s ease;
}

[type=radio]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0);
}

[type=radio]:checked+label:after {
    opacity: 1;
    transform: scale(1);
}

.customecheckbox {
    display: block;
    margin: 10px 0;
}

.customecheckbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.customecheckbox label {
    position: relative;
    cursor: pointer;
}

.customecheckbox label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #0c6eb5;
    width: 22px;
    height: 22px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 8px;
}

/* .customecheckbox input:checked+label:after { */
/* content: ""; */
/* display: block; */
/* position: absolute; */
/* top: 3px; */
/* left: 9px; */
/* width: 6px; */
/* height: 14px; */
/* border: solid #0c6eb5; */
/* border-width: 0 2px 2px 0; */
/* transform: rotate(45deg); */
/* } */

/* Auto Complete Css */
.customecheckbox label {
    padding-bottom: 0;
}

ul.autocompletelist {
    z-index: 9;
    display: block;
    background: #fff;
    position: absolute;
    max-width: 100%;
    width: 100%;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
    max-height: 350px;
    overflow: hidden;
    overflow-y: hidden;
    border-radius: 5px;
    overflow-y: auto;
}

ul.autocompletelist li {
    display: block !important;
    padding: 5px;
    padding-left: 10px;
    padding-left: 30px;
    background: url(../../assets/images/home/aimblue.png) no-repeat 5px center;
    text-transform: capitalize;
    border-bottom: 1px solid #d6d6d6;
    font-size: 13px;
    cursor: pointer;
    line-height: 15px;
}

ul.autocompletelist li span {
    text-transform: capitalize;
    display: block !important;
    padding-top: 0;
    font-size: 14px;
    font-weight: 300;
}

ul.autocompletelist li:hover {
    background: url(../../assets/images/home/aimred.png) no-repeat 5px center;
}

#departuredestination,
#arrivaldestination {
    position: relative;
}

/*End  Auto Complete Css */

/* Travvels Css */

.mainpopupselectroom {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    min-width: 350px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    background: #fff;
}

.mainpopupselectroom .addmorerooms {
    padding: 10px;
}

.mainpopupselectroom .addmorerooms a {
    color: #005982;
    padding: 5px 0;
    background: none;
    display: block;
    line-height: inherit;
    border-radius: 0;
}

.mainpopupselectroom .maindivroomsingle {
    padding: 0px;
}

.mainpopupselectroom .maindivroomsingle .roomnotext {
    font-size: 18px;
    font-weight: 500;
    position: relative;
    padding: 15px 10px;
    border-bottom: 1px solid #ccc;
}

.mainpopupselectroom .maindivroomsingle .roomnotext .closeroom {
    background: url(../../assets/images/common/icons8-multiply-30.png) no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.mainpopupselectroom .maindivroomsingle:first-child .closeroom {
    display: none;
}

.mainpopupselectroom .maindivroomsingle .roomdata {
    padding: 20px 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 0;
}

.mainpopupselectroom .maindivroomsingle .roomdata .flexdiv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    padding-bottom: 15px;
}

.mainpopupselectroom .maindivroomsingle .roomdata .flexdiv .counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.mainpopupselectroom .maindivroomsingle .roomdata .flexdiv .counter .minussign {
    width: 35px;
    height: 35px;
    border: 1px solid #3e99c2;
    text-align: center;
    font-size: 25px;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #3e99c2;
}

.mainpopupselectroom .maindivroomsingle .roomdata .flexdiv .counter .plussign {
    width: 35px;
    height: 35px;
    border: 1px solid #3e99c2;
    text-align: center;
    font-size: 20px;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #3e99c2;
}

.mainpopupselectroom .maindivroomsingle .roomdata .flexdiv .counter .disabled {
    border: 1px solid #898989;
    color: #898989;
    background: #ebebeb;
    cursor: no-drop;
}

.mainpopupselectroom .maindivroomsingle .roomdata .flexdiv .counter label {
    width: 35px;
    padding: 0;
    height: 35px;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.childagemaindiv {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.childagemaindiv .childagediv {
    max-width: 33.33%;
    width: 100%;
    padding: 5px;
    padding-left: 0px;
    position: relative;
}

.childagemaindiv .childagediv select {
    display: block;
    padding: 10px 20px;
    margin-top: 5px;
    width: 100%;
    border: 1px solid #d6d6d6;
    padding-left: 40px;
    background: url(../../assets/images/home/drop-down-menu.png) no-repeat 95% center;
    border-radius: 5px;
}

.childagemaindiv .childagediv span {
    position: absolute;
    top: 43px;
    left: 10px;
}

.popuppaxdetails {
    padding: 0;
    position: absolute;
    top: 50px;
    left: -75px;
    width: auto;
    display: none;
}

.mainpopupselectroom>div:first-child {
    overflow: hidden;
    overflow-y: auto;
    max-height: 450px;
}

.btnok {
    padding: 10px 30px;
    background: #0c6eb5;
    color: #fff;
    width: 100%;
    max-width: 100%;
    font-family: inherit;
}

/* End  Travels css */

.hotelsearchbtn input[type='submit'] {
    background: #0c6eb5;
    font-size: 15px;
    font-weight: 500;
    border-radius: 3px;
    color: #fff;
    padding: 12px 15px;
    display: inline-block;
    width: 14%;
    text-transform: uppercase;
    border: 0;
}

.multiway .checkindiv {
    width: 30%;
    position: relative;
}

.multiway .deletediv {
    display: flex;
    width: 10%;
    align-items: end;
}

.multiway .deletediv a {
    border: 0;
    padding: 0 10px;
    padding-bottom: 10px;
}

.multiway .searchbox {
    padding-bottom: 15px;
}

.multiway {
    display: none;
}

.multitrip .multiway {
    display: block;
}

.multitrip #roundonewaytrip {
    display: none;
}

.multitrip .departuredestination {
    position: relative;
}

.multitrip .arrivaldestination {
    position: relative;
}

.searchhotel {
    background: #0c6eb5;
    font-size: 15px;
    font-weight: 500;
    border-radius: 3px;
    color: #fff;
    padding: 12px 15px;
    text-transform: uppercase;
    font-family: inherit;
    border: 0;
}

#hotelsearch {
    position: relative;
}

#hotelsearch ul.autocompletelist li {
    line-height: 27px;
    text-transform: capitalize;
}

.superoffer select {
    font-family: "Poppins", sans-serif;
}

.btnsubmitflight {
    padding: 10px 50px;
    background: #0c6eb5;
    font-family: inherit;
    color: #fff;
    border-radius: 5px;
}

.additionalfiltersection {
    display: none;
}

.additionalfilterdiv {
    display: flex;
    padding-top: 20px;
}

.additionalfilterdiv .stopsfilterdiv {
    width: 22%;
    margin-right: 1%;
}

ul.airlineselectedlistul {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding: 20px 0;
}

.airlineselectedlistul li:hover {
    background: #fff;
}

.airlineselectedlistul li {
    display: flex;
    border: 1px solid #d6d6d6;
    border-radius: 50px;
    padding: 2px 10px;
    align-items: center;
    margin-right: 10px;
    margin-bottom: 10px;
}

.airlineselectedlistul li label {
    padding: 0;
    padding-right: 10px;
}

.airlineselectedlistul li figure {
    width: 12px;
}


.airlinefilters {
    width: 35%;
    margin-right: 2%;
}

.additionalbtn {
    background: #fff !important;
    color: #0c6eb5 !important;
    padding: 4px !important;
}

.airlinenamesearch {
    position: relative;
}

.airlinenamesearch .airlinelists {
    background: #fff;
    position: absolute;
    top: 50px;
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, .3);
    border-radius: 5px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
    display: none;
    max-height: 300px;
    overflow: auto;
}

.airlinenamesearch .airlinelists li:hover {}

.airlinenamesearch .airlinelists li {
    width: 100%;
    display: flex;
    padding: 10px;
    cursor: pointer;
    align-items: center;
    border-bottom: 1px solid #d6d6d6;
}

.airlinenamesearch .airlinelists li label {
    width: 100%;
    cursor: pointer;
    padding: 0;
}

@media(max-width:767px) {
    .radio-button {
        justify-content: space-between;
    }

    .radio-button p {
        margin-right: 0;
    }

    .hotelsearchbtn input[type="submit"] {
        width: 44%;
    }

    .multiway .checkindiv{width: 100%;}
}
