@import url(bootstrap.css);
@import url(jquery-ui.css);
@import url(owl.carousel.min.css);
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,400i,700,900&display=swap);
@import url(https://pro.fontawesome.com/releases/v5.10.0/css/all.css);


@charset "utf-8";
    :root {
        --imgColor:linear-gradient(45deg,#53b2fe,#065af3);
        --themeColor:#2176bc;
        --hover:#FF28A3;
    }

*, html {
    box-sizing: border-box;
}
body, html {
    background: #f2f2f2;
    padding: 0;
    margin: 0;
    color: #4a4a4a;
    font-size: 14px;
    font-family: Lato, sans-serif !important;
    font-weight: 400;
}
p,ul {
        margin: 0;
        list-style: none;
        padding: 0;
    }
    a {
        color: var(--themeColor);
        text-decoration: none;
        cursor: pointer;
    }
    .underline{
        text-decoration: upderline !important;
    }

.flexOne {
        flex: 1;
    }
    .makeRelative {
        position: relative;
    }
    .appendTop2 {
        margin-top: 2px;
    }
    .appendTop3 {
        margin-top: 3px;
    }
    .appendTop5 {
        margin-top: 5px;
    }
    .appendTop8 {
        margin-top: 8px;
    }
    .appendTop10 {
        margin-top: 10px;
    }
    .appendTop15 {
        margin-top: 15px;
    }
    .appendTop18 {
        margin-top: 18px;
    }
    .appendTop20 {
        margin-top: 20px;
    }
    .appendTop25 {
        margin-top: 25px;
    }
    .appendTop30 {
        margin-top: 30px;
    }
    .appendTop40 {
        margin-top: 40px;
    }
    .appendTop52 {
        margin-top: 52px;
    }
    .appendTop70 {
        margin-top: 70px;
    }
    .appendTop80 {
        margin-top: 80px;
    }
    .appendBottom1 {
        margin-bottom: 1px;
    }
    .appendBottom2 {
        margin-bottom: 2px;
    }
    .appendBottom3 {
        margin-bottom: 3px;
    }
    .appendBottom5 {
        margin-bottom: 5px;
    }
    .appendBottom7 {
        margin-bottom: 7px;
    }
    .appendBottom10 {
        margin-bottom: 10px;
    }
    .appendBottom15 {
        margin-bottom: 15px;
    }
    .appendBottom20 {
        margin-bottom: 20px;
    }
    .appendBottom22 {
        margin-bottom: 22px;
    }
    .appendBottom25 {
        margin-bottom: 25px;
    }
    .appendBottom30 {
        margin-bottom: 30px;
    }
    .appendBottom35 {
        margin-bottom: 35px;
    }
    .appendBottom40 {
        margin-bottom: 40px !important;
    }
    .appendBottom50 {
        margin-bottom: 50px;
    }

    .prependTop5 {
        padding-top: 5px;
    }

    .whiteText {
        color: #fff;
    }
    .font8 {
        font-size: 8px;
        line-height: 8px;
    }
    .font9 {
        font-size: 9px;
        line-height: 9px;
    }
    .font10 {
        font-size: 10px;
        line-height: 10px;
    }
    .font11 {
        font-size: 11px;
        line-height: 11px;
    }
    .font12 {
    font-size: 12px !important;
    line-height: 14px;
}
.font13 {
    font-size: 13px !important;
    line-height: 13px;
}
.font14 {
    font-size: 14px !important;
    line-height: 16px;
}
.font15 {
    font-size: 15px !important;
    line-height: 15px;
}
.font16 {
    font-size: 16px !important;
    line-height: 16px;
}
.font18 {
    font-size: 18px;
    line-height: 18px;
}
.font20 {
    font-size: 20px !important;
    line-height: 20px;
}
.font22 {
    font-size: 22px !important;
    line-height: 22px;
}
.font24 {
    font-size: 24px;
    line-height: 24px;
}
.font26 {
    font-size: 26px;
    line-height: 26px;
}
.font28 {
    font-size: 28px;
    line-height: 28px;
}
.font30 {
    font-size: 30px;
    line-height: 30px;
}
.font32 {
    font-size: 32px;
    line-height: 32px;
}
.font36 {
    font-size: 36px;
    line-height: 36px;
}
.latoBold {
    font-weight: 700;
}
.latoBlack {
    font-weight: 900;
}
.rmpx{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.b-none{
    border-style: none !important;
}
button{
    outline: none !important;
}

.makeFlex {
    display: flex;
}
.makeFlex.spaceBetween {
    justify-content: space-between;
}
.makeFlex.column {
    flex-direction: column;
}
.makeFlex.vrtlCenter {
    justify-content: center;
}
.makeFlex.perfectCenter {
    align-items: center;
    justify-content: center;
}
.makeFlex.hrtlCenter {
    align-items: center;
}

.makeFlex .flexOne {
    flex: 1;
}
.pushRight {
    margin-left: auto;
}
.userSection {
    display: flex;
}
.appendRight5 {
    margin-right: 5px;
}
.w155 {
        width: 155px;
}
.blackText {
    color: #000;
}

.red{
    color: var(--hover);
}
.bg-red{
    background-color: var(--hover);
}
.blue{
    background-color: var(--themeColor);
}
.cursorPointer {
    cursor: pointer;
}
.cp{
    cursor: pointer;
}

.lineHeight22 {
    line-height: 22px !important;
}


.pl15{
    padding-left: 30px !important;
}

.activeBlue{
    color: var(--themeColor) !important;
}
.mt-6_5{
    margin-top: 5.0rem !important;
}
.mt-4_9 {
    margin-top: 5.2rem !important;
}

.mb20{
    margin-bottom: 20px !important;
}
.px70{
    padding: 0px 70px !important;
}
.p20{
    padding: 20px 20px !important;
}
.pxy20{
    padding: 20px 20px 0px !important;
}
.pxy20-2{
    padding: 20px 20px 20px !important;
}
.textCenter {
    text-align: center;
    }

.center{
    justify-content: center;
    display: flex;
}
.centerGrid{
    justify-content: center;
    display: grid;
    place-items: center;
}
.r_hover{
    background: transparent !important;
}

a:hover {
    color: #9b9b9b;
    text-decoration: none;
}

.bgPart {
    background: #f2f2f2;
    background-repeat: no-repeat;
    background-image: linear-gradient(to left top, #0e0537, #303e67, #617796, #9fb3c3, #e8f0f4);
    background-size: 100% 454px;
    min-height: 100vh;
}
.topSection {
    display: flex;
    position: relative;
}
.myContainer {
        width: 1200px;
        margin: 0 auto;
    }

    .userSection li {
        cursor: pointer;
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
        margin-left: 5px;
        padding: 5px 10px;
    }
    .userSection > li {
        border: dotted hsla(0, 0%, 100%, 0.15);
        border-width: 0 0 0 2px;
        background-color: rgba(0, 0, 0, 0);
    }
.userSection li.userLogOut {
    background-image: linear-gradient(45deg,#53b2fe,#065af3);
    border: 0;
    margin-right: 0;
    border-radius: 4px;
}
.userLogOut {
    background-image: linear-gradient(45deg,#53b2fe,#065af3);
    color: #fff;
    border-radius: 4px;
}
.userOption {
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    box-shadow: 0 1px 10px 0 rgb(0 0 0 / 20%);
    background-color: #fff;
    position: absolute;
    width: 127px;
    top: 46px;
    right: 0;
    animation: fadeInDown .3s linear;
}

.dropdown-menu{
    left: -63px !important;
    padding: 0;
}
.dropdown .right-side{
    left: -72px !important;
}
.dropdown-menu li {
    cursor: pointer;
    padding: 10px 18px;
    transition: all .2s linear;
    box-shadow: none;
    margin-left: 0px;
}
.dropdown-menu li:hover {
    background-color: var(--hover);
}
.dropdown-menu li a:hover {
    color: var(--themeColor);
}
.userOption a {
    cursor: pointer;
    padding: 10px 18px;
    transition: all .2s linear;
}
.userOption a:hover {
    background-color: var(--hover);
    color: var(--themeColor);
}
.myContainer .userOption {
    top: 50px;
}
.userOption {
    z-index: 15;
}

.navbar-toggler {
    outline: none;
}

.userSection li.myIntro {
    border-radius: 4px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    background-image:var(--imgColor);
}

.userSection li.userLogOut:after {
        border: solid #fff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        content: "";
        margin-top: -5px;
        margin-left: 10px;
}
.sign-out::after{
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    margin-top: -5px;
    margin-left: 10px;
    font-size: 15px;
    font-weight: bold;
}
.g-play{
    width: 35px;
    height: 35px;
    border: 2px solid #fff;
    outline: 1px solid var(--themeColor);
    border-radius: 50%;
}

.downBtn .dropdown-toggle::after {
    display: none;
}



p[title]:hover::after {
    content: attr(title);
    width: 220px;
    position: absolute;
    top: 21px;
    left: 0;
    z-index: 1;
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.3);
    background-color: #eaf5ff;
    border-radius: 4px;
    padding: 8px;
    font-size: 10px;
    display: none;
}



/*logo*/
.alert-dismissible label i{
    padding: 0.35rem 0.7rem !important;
    color: black;
    font-size: 1.6em;
}

/** start-header **/
.headerOuter {
    display: flex;
    align-items: center;
    justify-content: center;
}

.headerOuter {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 11;
}

.navOnly .headerContainer > ul, html[dir="ltr"] .navOnly .headerContainer > .logoContainer {
    display: none;
}

.mobile_logo.logoContainer {
    font-size: 14px;
    margin-right: 25px;
    min-width: 120px;
    //display: flex;
}
.mobile_logo .chGmcLogo {
    width: 113px;
    height: 36px;
    display: inline-block;
}
.headerContainer .logoContainer {
    font-size: 14px;
    margin-right: 25px;
    min-width: 120px;
    //display: flex;
}
.headerContainer .chGmcLogo {
    width: 113px;
    height: 36px;
    display: inline-block;
}
.headerContainer .chGmcLogo img {
    width: 100%;
}

.p_num::before {
    content: "\f879";
    font-family: "Font Awesome 5 Pro";
    padding-right: 5px;
}
/** end-chheader **/

/*   start-nav   */
.navOnly .headerContainer {
    width: 100%;
}
.navOnly .headerContainer {
    padding: 0;
}
.headerContainer {
    width: 1200px;
    margin: 0 auto;
    padding: 14px 0 5px;
}
.navOnly .headerContainer nav ul li {
    display: flex;
    align-items: flex-end;
    margin-left: 22px;
}

.headerWrapper.navOnly nav, .headerWrapper.stickyHeader {
    background: #fff;
    box-shadow: 0 1px 7px 0 rgba(0,0,0,.4);
}
.headerWrapper.navOnly nav {
    height: 79px;
    border-radius: 8px;
    display: flex;
    align-items: center;
}


.navOnly .headerContainer nav ul {
    width: 460px;
}
.navOnly .headerContainer nav ul li{
    width: 115px;
    justify-content: center;
}
.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  animation: slideInDown .2s linear;
}

#header_menu{
    width: 460px;
}
#header_menu li{
    width: 108px;
}
.headerContainer nav ul li.removeItemMargin,.navOnly .headerContainer nav ul li.removeItemMargin {
    margin-left: 0;
    margin-right: 0;
}
.headerContainer nav ul li {
    margin: 0 10px;
    position: relative;
    flex-shrink: 0 !important;
}
#header_nav ul li a:hover span{
    color: var(--themeColor);
}
.fixed{
    position: fixed;
    top: 0;
}

/* display-number */
.right-nav .numPlay a:hover{
    color: var(--themeColor);
}
.imgNumSec{
    width: 200px;
    height: 35px;
    background-color: var(--themeColor);
    color: #fff;
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    font-size: 15px;
    padding: 0 5px;

}
.imgNumSec .imgNumBox{
    display: flex;
    align-items: center;
    color: var(--themeColor);
    border-radius: 50px;
    justify-content: center;
    width: 70px;
    height: 25px;
}
.imgNumBox .fas {
    font-size: 14px;
    color: var(--themeColor);
}



.imgNumSec1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5px;

}
.imgNumSec1 .imgNumBox1{
    display: flex;
    align-items: center;
    background-color: var(--themeColor);
    border-radius: 50%;
    justify-content: center;
    border: 2px solid #fff;
    outline: 2px solid var(--themeColor);
    width: 50px;
    height: 50px;
}
.imgNumBox1 .fas {
    font-size: 17px;
    color: #fff;
    transform: rotate(13deg);
}
.imgNum1{
    width: 160px;
    height: 35px;
    background-color: var(--themeColor);
    color: #fff;
    border-radius: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 15px;
    padding: 0 5px;
    margin-left: -13px;
    z-index: -1;
}


/***** end-nav *****/





/* start-filter */
.filterArea {
    min-height: 300px;
}
.widgetSection {
    width: 1200px;
    margin: 0 auto;
        margin-bottom: 0px;
    position: relative;
    //z-index: 10;
    border-radius: 8px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 50px 20px 0;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    //color: #000000;
    //background: #e7e7e7;
    color: #fff;
    background: var(--themeColor);
    border-radius: 20px;
    padding: 2px 6px;
}
.nav-pills .nav-link.active .tabsCircle{
    //border: solid 1px #000;
    //background: #000;
    border: solid 1px #fff;
    background: #fff;
}
#header_menu span .fa, .fas{
    font-size: 32px;
    color: #4a4a4a;
}
.greyText {
    color: #9b9b9b;
}

.fswTabs li.selected {
    background: #e7e7e7;
    color: #000000;
}
.fswTabs li {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0px;
    padding: 2px 6px;
    border-radius: 20px;
}
.fswTabs li.selected .tabsCircle {
    border: solid 1px #000;
    background: #000;
    //border: solid 1px #fff;
    //background: #fff;
}

.fswTabs li .tabsCircle {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    border: solid 1px #9b9b9b;
}
.tabsCircle {
    display: inline-block;
}
.nav-pills .nav-link.active .tabsCircle::after {
    content: "";
    display: block;
    width: 4px;
    height: 7px;
    border: solid var(--themeColor);
        border-top-width: medium;
        border-right-width: medium;
        border-bottom-width: medium;
        border-left-width: medium;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    margin-top: 1px;
    margin-left: 3px;
}


.tabsCircle::after {
    content: "";
    display: block;
    width: 4px;
    height: 7px;
    border: solid #fff;
        border-top-width: medium;
        border-right-width: medium;
        border-bottom-width: medium;
        border-left-width: medium;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    margin-top: 1px;
    margin-left: 3px;
}

.fswTabs li.selected {
    color: #000000;
}
.fswTabs li {
    text-transform: uppercase;
    cursor: pointer;
}
:root .greyText {
    --borderColor: #9b9b9b;
}
.latoBlack {
    font-weight: 900;
}

.city-button{
    display: grid;
    place-items: center;
    height: 102px;
}
.btnAddCity {
    border-radius: 4px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    border: solid 1px var(--themeColor);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
    color: var(--themeColor);
    outline: 0;
}


#holidayPackageBlog .border-b{
    border-bottom: solid 1px #e7e7e7 !important;
}

.widgetSection h1 {
    font-size: 14px;
    text-align: center;
}
.darkGreyText {
    color: #4a4a4a;
}

.tab-content {
    background: #fff;
    padding: 11px 0;
}
.tab-content .gmc_inner:nth-child(1) {
    z-index: 5 !important;
}
.tab-content .gmc_inner {
    width: 100%;
    margin: 0 auto 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    border: solid 1px #e7e7e7;
    position: relative;
    padding: 0;
    //overflow: hidden;
}
 .gmc_inputBox.searchCity {
    width: 300px;
    height: 95px;
    border-right: solid 1px #e7e7e7;
}
.tab-content .react-autosuggest__input {
    background: #ffffff;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    padding: 11px 10px 11px 30px;
    outline: 0;
    border: 0;
    width: 100%;
    font-size: 16px;
    color: #000000;
    font-weight: 700;
}
.widgetSection .tab-content .gmc_inputBox {
    height: 102px;
    border-radius: 0;
    margin-right: 0;
    transition: all 0.2s linear;
}
.tab-content .gmc_inputBox {
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    position: relative;
}
.widgetSection .tab-content .gmc_inputBox label {
    /*padding: 10px 19px;*/
    padding: 10px 0px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}
.tab-content .gmc_input {
    text-transform: uppercase;
}

.gmc_inputBox input {
    font-family: "Lato", sans-serif;
}
.gmc_inputBox .lineHeight36 {
    line-height: 36px;
}
.tab-content .gmc_inputField {
    border: 0;
    outline: 0;
    background: none;
    min-width: 140px;
    max-height: 36px;
    cursor: pointer;
    padding: 0px;
    margin: 0px;
}

.gmcTrunCate {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}

.swipCircle {
    width: 40px;
    height: 40px;
    margin-left: -22px;
    border-radius: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.1);
    z-index: 1;
    cursor: pointer;
    position: absolute;
    top: 10%;
    left: 50%;
    right: 50%;
}

.swipCircle span{
    font-size: 24px;
    opacity: 0.5;
}
.landingSprite {
    background-image: url(mmt-js/landingSprite@11x.png);
    background-repeat: no-repeat;
    display: inline-block;
    background-size: 200px 600px;
    font-size: 0;
    flex-shrink: 0;
}







.mulitiCityTrip .searchToCity {
    //padding-left: 0px !important;
    margin-left: 0px !important;
}
.widgetSection .tab-content .gmc_inputBox.searchToCity {
    width: 300px;
    height: 102px;
    border-right: solid 1px #e7e7e7;
    padding-left: 15px;
    margin-left: 0px;
}
.gmc_inputBox.dates {
    width: 150px;
    height: 95px;
    border-right: solid 1px #e7e7e7;
}
.dates_drop .gmc_input::after {
    border: solid var(--themeColor);
        border-top-width: medium;
        border-right-width: medium;
        border-bottom-width: medium;
        border-left-width: medium;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    content: "";
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    vertical-align: top;
    margin: 3px 0 0 8px;
    transition: all 0.3s ease-in-out;
}
.gmc_inputBox input {
    font-family: "Lato", sans-serif;
}
.gmc_inputBox.dates input, .gmc_inputBox.reDates input {
    opacity: 0 !important;
    position: absolute;
    z-index: -1;
}
#addCityBox .alert {
    padding: 0rem 1.75rem;
    margin-bottom: 0rem;
    border-bottom: solid 1px #e7e7e7;
}
#addCityBox button{
    outline: none;
}

.shortYear::before {
    content: "'";
}

.gmc_inputBox.reDates {
    width: 158px;
    height: 95px;
    border-right: solid 1px #e7e7e7;
}



/* Travellers & CLASS */
.tab-content .gmc_inputBox.flightTravllers {
    width: 214px;
    border-radius: 0 10px 10px 0;
}
.tab-content .gmc_inputBox.flightTravllers label {
    padding-right: 0;
}
.flightTravllers input {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
    top: 0;
    left: 0;
    z-index: -1;
}
.introGB {
    position: absolute;
    bottom: -7px;
    display: flex;
    flex-direction: column;
    left: 15px;
}
.introGBTag {
    background: linear-gradient(90deg, #f3d452, #f09819);
    border-radius: 10px;
    font-size: 10px;
    text-transform: uppercase;
    padding: 2px 3px 2px 6px;
    line-height: 10px;
    display: flex;
    align-items: center;
}
.whiteText {
    color: #fff;
}
.introGBInfo {
    width: 10px;
    height: 10px;
    border: solid 1px #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 8px;
    text-transform: lowercase;
    margin-left: 3px;
}

/* search-btn */
.widgetSection .widgetSearchBtn {
    width: 216px;
    padding: 13px 10px 10px;
    margin-bottom: -32px;
    opacity: 1;
    color: #fff;
}
.primaryBtn {
    border-radius: 34px;
    background-image: linear-gradient(96deg,#53b2fe,#065af3);
    box-shadow: 0 1px 7px 0 rgba(0,0,0,.2);
    display: inline-block;
    flex-shrink: 0;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    outline: 0;
    border: 0;
    text-align: center;
}
.widgetSection .tab-content .gmc_inputBox:hover {
    background: #e5edf2;
    border-radius: 0;
}


/*label tag*/
.LabelTag{
    margin-top: -12px;
    position: relative;
    top: 0px;
    //margin-top: -35px;
    //position: relative;
    //top: 5px;
}
.newLabelTag {
    margin-top: -18px;
    position: relative;
    top: -2px;
    right: 0px;
}
.newLabelTag__bagde {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1px 10px;
    border-radius: 10px;
    font-size: 8px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    background-color: #F45EA4;
}
#header_nav ul li a:hover .LabelTag>span {
    color: #fff !important;
}
:hover span {

}


/************************* end-filter */

/*   start-modal   */
.modal-backdrop {
    z-index: unset !important;
}
.modal {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    background: rgba(0,0,0,.6);
}
.modal.autoHeight .modalMain {
    height: auto;
}
.modal-content{
    top: 50%;
    left: 50%;
    width: 510px !important;
    min-height: 565px;
    padding: 18px;
    position: fixed;
    min-width: 510px !important;
    border-radius: 10px;
    z-index: 2;
    background-color: #fff;
    transform: translate(-50%,-50%);
    box-shadow: 0 1px 7px 0 rgb(0 0 0 / 40%);
}


.modalLogin ul {
    padding: 7px;
    border-radius: 51px;
    background-color: #fff;
    box-shadow: 0 1px 7px 0 rgb(0 0 0 / 30%);
}

.modalLogin ul li.active {
    color: #fff;
    background-image: linear-gradient(93deg,#53b2fe,#065af3);
}

.modalLogin ul li {
    flex: 1;
    cursor: pointer;
    color: #4a4a4a;
    padding: 7px 14px;
    border-radius: 150px;
    font-size: 15px;
    line-height: 15px;
}

/*start-form*/
.signupTab_blog{
    height: 400px;
    overflow-y: scroll;
}

.signupTab_blog,.forgotTab_blog,.agentTab_blog,.venderTab_blog{
    display: none;
}
.agent_en,.vender_en,.forgot_en,.login_en,.signup_en{
    text-decoration: underline !important;
}


.modalLogin input, .modalLogin textarea, [contenteditable] {
    caret-color: var(--themeColor);
}
.modalLogin input, .modalResetPass input {
    padding: 12px;
}
.password-autocomplete-disabler {
    position: absolute!important;
    left: -10000px!important;
    top: -10000px!important;
}

.modalLogin .modal-field .modal-field-inner, .modalLogin .modal-field input, .modalPwdSuccess .modal-field .modal-field-inner, .modalResetPass .modal-field .modal-field-inner {
    -webkit-appearance: none;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #9b9b9b;
}
.modalLogin input.full-width, .modalResetPass input.full-width {
    width: 100%;
}
.modalLogin .modal-field input, .modalLogin .modal-field input[type=password], .modalResetPass .modal-field input {
    border: 0;
    //width: 75%;
    outline: none;
}
.modalLogin .modal-field .modal-field-inner, .modalLogin .modal-field input, .modalPwdSuccess .modal-field .modal-field-inner, .modalResetPass .modal-field .modal-field-inner {
    -webkit-appearance: none;
    border-radius: 4px;
    background-color: #fff;
    //border: 1px solid #9b9b9b;
}
.disabled {
    color: #c2c2c2 !important;
    opacity: 0.6;
    pointer-events: none;
    text-decoration-color: #c2c2c2 !important;
}
.modalLogin .containerBtn.disabled button, .modalResetPass .containerBtn.disabled button {
    background-color: #c2c2c2;
    box-shadow: none;
    opacity: .6;
}
.modalLogin .containerBtn button, .modalPwdSuccess .containerBtn button, .modalResetPass .containerBtn button {
    width: 100%;
    outline: none;
    border: none;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    padding: 12.5px 0;
    border-radius: 4px;
    background-color: var(--themeColor);
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 30%);
}

[type="checkbox"] {
    height: 12px;
    opacity: 1 !important;
    position: unset !important;
    appearance: checkbox !important;
}



/*end-form*/

.lightGreyText {
    color: #9b9b9b;
}
.socialcontainerBtn.loginPopup .googleLoginBtn {
    justify-content: center;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #d8d8d8;
    box-shadow: none;
}
html[dir=ltr] .paddingR10 {
    padding-right: 10px;
}
.modalLogin .socialcontainerBtn div {
    width: 49%;
}
.popupGoogleIcon {
    background-position: -55px -32px !important;
    background-size: 150px 160px !important;
}
.popupSprite {
    background: url(//imgak.mmtcdn.com/pwa_v3/pwa_hotel_assets/header/popupFlowSprite.png) no-repeat;
    //background-size: 170px 170px;
}
.popupGoogleIcon, html[dir=rtl] .popupFbIcon {
    width: 26px;
    height: 26px;
    margin: 12px;
}
.fbLoginBtn, .googleLoginBtn {
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    border: none;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 30%);
}

.lineHeight18 {
    line-height: 18px!important;
}
.modalMain a {
    color: var(--themeColor) !important;
    text-decoration: none;
    cursor: pointer;
}
/*   end-modal   */


/*   ui-datepicker   */
#ui-datepicker-div{
    z-index: 11 !important;
}


/* inclusion  Exclusion*/
.exclusionsBlock,.inclusionsBlock{
    display: flex;
    flex-direction: column;
}
.exclusions,.inclusions{
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}
.exclusions img,.inclusions img{
    width: 24px;
    float: left;
    border: 1px solid var(--themeColor);
    border-radius: 50%;
    padding: 2px;
    margin-right: 6px;
}
.exclusions h6,.inclusions h6{
    margin-bottom: 2px;
    font-size: 13px;
}


/* facilityBlock */
.facilityBlock{    display: flex;
    clear: both;
    padding-top: 28px;
    justify-content: center;
}
.facility{
    display: flex;
    align-items: center;
    margin-right: 8px;
}
.facility img{
    width: 25px;
    float: left;
    border: 2px solid var(--themeColor);
    border-radius: 50%;
    padding: 3px;
    margin-bottom: 4px;
    margin-right: 4px;
}
.facility h6{
    margin-bottom: 2px;
}





/***taxi-package***/
.title {
    position: relative;
    margin-bottom: 35px !important;
    z-index: 1;
}
.title h2 {
    font-size: 30px;
    color: #000000;
    text-align: center;
    text-transform: capitalize;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 0;
    display: inline-block;
}
.title h2::after{
    content: "";
    display: block;
    width: 80px;
    border-bottom: solid 3px var(--hover);
    margin: auto;
    margin-top: 7px;
    transition: all 0.2s linear;
}
.title h2:hover::after{
    width: 100%;
}
.title p {
    text-align: center;
    color: #484848;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}


.catBx {
    position: relative;
    height: 240px;
}
.catBx-href {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 1;
}
.detcatSlide .catImg {
    margin-bottom: 0px;
}
.catImg {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}
.catImg::before {
    content: '';
    display: block;
    padding-top: 110%;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.catImg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.detcatSlide .catImg::after {
    width: 100%;
    height: 100%;
    top: auto;
    right: 0px;
    bottom: 0px;
    left: 0px;
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
}
.catBx > .catDet {
    position: absolute;
    color: #fff;
    bottom: 30px;
    text-align: center;
}
.catBx .catDet {
    width: 100%;
    line-height: 1;
    z-index: 2;
}
.prdName, .choice-title {
    margin-bottom: 6px;
    font-weight: 600;
    line-height: 1.4;
    text-transform: capitalize;
    padding: 0 10px;
    font-size: 18px;
}
.catDet .prdPrice {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    padding: 0 10px;
}
.h200{
    height: 180px !important;
}
.h102{
    height: 102px !important;
}
.hot_deal .prdPrice{
    color: #000000 !important;
}
.black{
    color: #000000 !important;
}

/***whybookon***/

.h-choiceSec {
    background-color: var(--themeColor);
    position: relative;
    margin-bottom: 60px;
    padding: 35px 0;
}

.choice-wrapper {
    z-index: 1;
    position: relative;
}
.wiD3:not(:nth-child(3n)) {
    margin-right: 30px;
}
.wiD3 {
    width: calc((100% - (30px * 2)) / 3);
    float: left;
}
.choice-wrap > .choice-icn {
    margin-bottom: 22px;
    height: 70px;
}
.choice-icn > img {
    height: 100%;
    width: auto;
    margin: 0 auto;
    display: block;
}
.choice-text, .prdLabel, .prdDeg {
    font-size: 14px;
    line-height: 1.4;
    padding: 0 10px;
    font-weight: 500;
    color: #000000;
}


/***about-us***/
.aboutPage{
    width: 100%;
}
.widgetSec {
    width: 100%;
    margin: 0 auto;
        margin-bottom: 8px;
    border-radius: 8px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 20px 20px 20px 20px;
}

.about-left img {
    width: 100%;
}
.about-right h2 {

    font-size: 30px;
    color: #000000;
    text-align: left;
    text-transform: capitalize;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 15px;
}
.about-right p {
    font-weight: normal;
    text-align: justify;
    font-size: 14px;
    color: #484848;
    margin-bottom: 10px;
    line-height: 24px;
}
.about-right .title h2::after{
    margin-left: 0;
    margin-right: 0;
}


/***customer-experience***/
.cvSec {
    position: absolute;
    top: auto;
    left: auto;
    right: 10px;
    bottom: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.cvSec .cv {
    width: 40px;
    height: 40px;
    border: 2px solid var(--themeColor);
    border-radius: 30px;
    text-align: center;
    line-height: 40px;
    background: var(--themeColor);
    cursor: pointer;
}
.cvSec .cv img {
    display: inline-block;
    width: auto;
    position: absolute;
    top: 37%;
    left: 45%;
}

/***super-offers***/
.superOfferSection {
    min-height: 300px;
    overflow: hidden;
}
.landingCard {
    border-radius: 10px;
    box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 25px 40px 40px;
}
.landingCard h2 {
    font-size: 42px;
    font-weight: bold;
}

.superOffersTab {
    border-bottom: solid 1px #c6c6c6;
}
.superOffersTab li {
    padding: 5px;
    margin-right: 7px;
    border-bottom: solid 3px #fff;
    transition: all 0.2s linear;
    position: relative;
}
.landingCard .nav-pills .nav-link.active, .landingCard .nav-pills .show > .nav-link {
    color: #000000;
    background: inherit;
    border: none;
    border-radius: 0;
    padding: 0.5rem 1rem;
    border-bottom: solid 3px var(--themeColor);
}
.landingCard .nav-pills .nav-link.active{
    color: var(--themeColor);
}

.owl-carousel .owl-nav button.owl-prev span, button.owl-next span{
    display: none;
}
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: -45px;
    background: transparent;
    background-color: transparent;
    font-size: 0;
    outline: none;
    cursor: pointer;
    border-color: #f1f1f1 !important;
}
.owl-carousel .owl-nav .owl-prev{
    right: 57px;
    width: 36px;
    height: 36px;
    border-radius: 20px 0 0 20px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #f1f1f1;
        border-top-color: rgb(241, 241, 241);
        border-right-color: rgb(241, 241, 241);
        border-right-style: solid;
        border-right-width: 1px;
        border-bottom-color: rgb(241, 241, 241);
        border-left-color: rgb(241, 241, 241);
    border-right: none;
        border-right-color: currentcolor;
    box-shadow: -1px 0px 3px 0 rgba(0, 0, 0, 0.1);
}
.owl-carousel .owl-nav .owl-prev::before {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    position: relative;
    right: 0;
    top: 0px;
    content: "";
    border: solid var(--themeColor);
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
}

.owl-carousel .owl-nav .owl-next {
    right: 27px;
    width: 36px;
    height: 36px;
    border-radius: 0px 20px 20px 0px;
    background-color: #ffffff !important;
    border: solid 1px #f1f1f1;
        border-top-color: rgb(241, 241, 241);
        border-right-color: rgb(241, 241, 241);
        border-bottom-color: rgb(241, 241, 241);
        border-left-color: rgb(241, 241, 241);
        border-left-style: solid;
        border-left-width: 1px;
    border-left: none;
        border-left-color: currentcolor;
    box-shadow: 2px 0px 3px 0 rgba(0, 0, 0, 0.1);
}
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: -45px;
    background: transparent;
        background-color: transparent;
    font-size: 0;
    outline: none;
    cursor: pointer;
    border-color: #f1f1f1 !important;
}
.owl-carousel .owl-nav .owl-next::before {
    border: solid var(--themeColor);
        border-top-width: medium;
        border-right-width: medium;
        border-bottom-width: medium;
        border-left-width: medium;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    -webkit-transform: rotate(-45deg);
    position: relative;
    right: 0;
    top: 0px;
    content: "";
}


/**layout**/
.slideItem {
    padding: 40px 20px 10px 0;
    border: none;
    outline: none;
}
.slideItem .itemCard {
    border-radius: 6px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    margin: 5px 10px 5px 2px;
    padding: 0 15px 15px;
    cursor: pointer;
}
.soCardHeight {
    min-height: 170px;
}
.cardInnerInfo {
    min-height: 140px;
}
.slideItem .itemThumb {
    width: 120px;
    margin-top: -20px;
}
.slideItem .itemImgWrap {
    width: 100%;
    height: auto;
    border-radius: 6px;
    background: linear-gradient(90deg, #dfdddf, #efefef);
        background-size: auto;
    background-size: 400% 400px;
}
.slideItem .itemCard {
    cursor: pointer;
}
.owl-dots{
    display: none;
}
.itemThumb img {
    border-radius: 6px;
}
.slick-slide img {
    display: block;
    width: 100%;
    max-height: 135px;
}
img {
    max-width: 100%;
}
.validTag {
    background: #000;
    border-radius: 20px;
    padding: 8px;
    margin: -15px 5px 0px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -13px;
    left: 0;
    right: 0;
}
.slideItem .itemDesc {
    width: 100%;
}

#hotDealSmall .slideItem .itemDesc {
    width: 260px;
}

.categTitle {
    margin-top: -20px;
}
.redBdr {
    width: 33px;
    height: 1px;
    background: #eb2026;
    display: flex;
}
.lineHeight14 {
    line-height: 14px !important;
}
 .appendRight20 {
    margin-right: 20px;
}
.darkGreyText {
    color: #4a4a4a;
}
.tcApplyText {
    width: 120px;
    text-align: center;
}

.slideItem a {
    color: var(--themeColor);
    text-decoration: none;
    cursor: pointer;
}
/**end-offers**/

/*testimonial*/
#testimonial{
    background-color: var(--themeColor);
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 35px 0;
}
.testimonial {
    display: grid;
    place-items: center;
}
.testimonial img {
    width: 100px !important;
    height: 100px;
    display: inline-block;
    margin: 0 auto 20px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}
.testimonial p.author {
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.client-msg p {
    font-size: 23px;
    line-height: 36px;
    font-weight: 300;
    padding: 10px 10%;
    margin-bottom: 20px;
    text-align: center;
}

/****   policy  ****/
.whybookwithus h4{
    font-size: 22px;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-weight: 600;

    line-height: 1.4;
}


/*career*/




/****footer***/
footer{
    //background-image: linear-gradient(to left top, #0e0537, #303e67, #617796, #9fb3c3, #e8f0f4);
    background-color:  #333333;
    box-sizing: border-box;
    width: 100%;
    color: #fff;
    padding-top: 20px;
}
footer ul>li>a{
    color: #fff;
}
.footerBottom {
    background: #000;
    padding: 10px 0 12px;
}

/***about-us***/
.sub-banner {
    background: url(../img/sub-banner.jpg) fixed center center no-repeat;
    background-size: cover;
    position: relative;
    height: 382px;
}
.sub-banner .position-center-center {
    width: 100%;
    text-align: center;
}
.position-center-center {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.sub-banner h2 {
    font-size: 50px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.sub-banner .breadcrumb {
    background: none;
    text-align: center;
    justify-content: center;
}
.sub-banner .breadcrumb li {
    color: var(--hover);
    font-weight: bold;
}
.sub-banner .breadcrumb li a{
    font-weight: bold;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.tac{
    background: #1A2C34;
    //background: #ccc;
    position: relative;
    z-index: 1;
}
.tac img{
    opacity: 0.2;
}
.tac .banner-title{
    position: absolute;
    bottom: 0;
    left: 0;
}
.tac h2 {
    font-size: 50px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.tac .breadcrumb {
    background: none;
    text-align: center;
    justify-content: center;
}
.tac .breadcrumb li {
    color: var(--hover);
    font-weight: bold;
}

.actionTitle{
    font-weight: 700;
    margin-bottom: .5em;
    display: inline-block;
    margin-top: .5em;
}
.actionTitle::after{
    content: "";
    display: block;
    width: 80px;
    border-bottom: solid 3px var(--hover);
    margin-top: 7px;
    transition: all 0.2s linear;
}
.actionTitle:hover::after{
    width: 100%;
}
.lineDesc {
    font-size: .875em;
    font-style: normal;
    color: #576882;
    font-weight: 400;
    line-height: 1.5em;
    text-transform: uppercase;
    margin-bottom: 1.1em;
}


.servicesItem>a>span {
    margin-top: -0.2em;
}
a .sc_icon {
    color: var(--themeColor);
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    font-size: 30px;
    margin-right: 10px;
}
.icon-streamline-71:before {
    content: '\f29e';
}
.icon-streamline-72:before {
    content: '\f87c';
}
.icon-streamline-73:before {
    content: '\f035';
}
.icon-streamline-74:before {
    content: '\f0c1';
}
.icon-streamline-75:before {
    content: '\f0d5';
}
.icon-streamline-76:before {
    content: '\f29e';
}
.sc_services {
    color: #8a8a8a;
}
.srvItemDesc {
    line-height: 1.75em;
    overflow: hidden;
}
.srvItemDesc p {
    margin-bottom: 0;
    color: #8a8a8a;
}

/*****others******/
.videoBox{
    display: flex;
    justify-content: center;
}
.videoBox video{
    width: 435px;
}



/****button*****/
.button_cont .btn-11 {
    position: relative;
    display: block;
    overflow: hidden;
    height: auto;
    max-width: 118px;
    margin: 0;
    text-transform: uppercase;
    border: 1px solid currentColor;
    text-align: center;
    color: black;
    padding: 7px 12px;
}
@-webkit-keyframes criss-cross-left {
    0% {
        left: -20px;
    }
    50% {
        left: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        left: 50%;
        width: 375px;
        height: 375px;
    }
}
@keyframes criss-cross-left {
    0% {
        left: -20px;
    }
    50% {
        left: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        left: 50%;
        width: 375px;
        height: 375px;
    }
}
@-webkit-keyframes criss-cross-right {
    0% {
        right: -20px;
    }
    50% {
        right: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        right: 50%;
        width: 375px;
        height: 375px;
    }
}
@keyframes criss-cross-right {
    0% {
        right: -20px;
    }
    50% {
        right: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        right: 50%;
        width: 375px;
        height: 375px;
    }
}
.btn-11:before, .btn-11:after,.btn-10:before, .btn-10:after {
    position: absolute;
    top: 50%;
    content: "";
    width: 20px;
    height: 20px;
    background-color: var(--themeColor);
    border-radius: 50%;
    z-index: -1;
}
.btn-11:before,.btn-10:before {
    left: -20px;
    transform: translate(-50%, -50%);
}
.btn-11:after,.btn-10:after {
    right: -20px;
    transform: translate(50%, -50%);
}
.btn-11:hover {
    color: #ccdde4 !important;
}
.btn-11:hover:before,.btn-10:hover:before {
    -webkit-animation: criss-cross-left 0.8s both;
    animation: criss-cross-left 0.8s both;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}
.btn-11:hover:after,.btn-10:hover:after {
    -webkit-animation: criss-cross-right 0.8s both;
    animation: criss-cross-right 0.8s both;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}


/*btn-10*/
.button_cont1 .btn-10 {
    position: relative;
    display: block;
    overflow: hidden;
    height: auto;
    margin: 0;
    margin-bottom: 0px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 34px;
    box-shadow: 0 1px 7px 0 rgba(0,0,0,.2);
    border: 2px solid var(--themeColor);
    color: #000;
    background: #fff;
    width: 216px !important;
    padding: 13px 10px 10px !important;
    margin-bottom: -32px !important;
    opacity: 1;
    outline: none;
}
.button_cont1 .btn-10:hover {
    color: white !important;
    border-color: var(--themeColor);
    z-index: 1;
}

/**/
.button_cont2 .btn-10 {
    position: relative;
    display: block;
    overflow: hidden;
    height: auto;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    color: black;
    //width: 216px !important;
    //max-width: 118px;
    border: 1px solid currentColor;
    border-radius:10px !important;
    padding: 7px 9px;
    opacity: 1;
    outline: none;
}
.button_cont2 .btn-10:hover {
    color: white !important;
    border-color: var(--themeColor);
    z-index: 1;
}



/****** package-listing ******/
.pkgLstLyt .widgetSection{
    width: 1220px;
}
.toolTipSec1,.toolTipSec2{
    display: flex;
    justify-content: start;
    margin-top: 8px;
}
.toolTipSec1 .roundTrip1 i.fas{
    color: var(--themeColor);
}

.roundTrip1 .tooltiptext1{
  width: 120px;
  background-color: var(--themeColor);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 2px;
}

.filterSec{
    padding: 1em 2.1em;
}

/** start custome check box**/
.styled-checkbox {
  position: absolute !important;
  opacity: 0 !important;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-size: 17px;
  margin-bottom: -0.1rem;
}
.styled-checkbox + label:before {
  content: "";
  margin-right: 30px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  border: 1px solid var(--themeColor);
}
.styled-checkbox:hover + label:before {
  background: var(--themeColor);
}
.styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
  background: var(--themeColor);
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 11px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}
.deskCabFilter ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.deskCabFilter ul li {
  margin: 14px 0;
}

/** end custome check box**/


.car-filter{
    padding-left: 2em;
    padding-right: 1em;
}
.cLBlock{
    padding-left: 0em;
    padding-right: 2em;
}
.carListBlock {
    border: 1px solid var(--themeColor);
    box-shadow: 1px 0 11px 0 #ededec;
    //overflow: hidden;
    position: relative;
    border-radius: 8px 8px 0px 0;
    background-color:white;
}
.carBlockFirst {
    padding-left: 10px;
    display: flex;
    justify-content: start;
    width: 60%;
}
.carBlockSec{
    width: 40%;
}
.select-car-img {
    height: 75px;
}
.carNames {
    text-overflow: ellipsis;
    word-wrap: break-word;
    max-height: 90px;
    line-height: 25px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.bgRow {
    background-color: #f8f8f8;
}
.h90{
    height: 90px;
}
.dskPrcBlk{
    display: grid;
    align-items: center;
}
.dskPrcBlk{
    padding-top: 1.8em;
}

.modal .modal-content{
    min-height: auto;
    width: auto !important;
}
.modal-body .close2{
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: unset;
    opacity: 1;
    top: -3.5px;
    right: -2.5px;
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: var(--themeColor);
    border-radius: 50%;
    border: 1px solid #000;
}
.modal-body .close2:hover{
    opacity: unset !important;
}


/****/

                                                .inclusiveofGSTMsg{
                                                    position:relative !important;
                                                }
                                                .inclusiveofGSTMsg .viewDltBox{
                                                    width: 288px;
                                                    height: auto;
                                                    border-radius: 0.4rem;
                                                    border: 0.2rem solid var(--themeColor);
                                                    padding: 0.4em;
                                                    position: absolute;
                                                    right: -1%;
                                                    top: 2em;
                                                    //bottom: -7em;
                                                    z-index: 1;
                                                    display: none;
                                                }
                                                .inclusiveofGSTMsg .viewDltBox::before, .viewDltBox::after{
                                                    right: 0%;
                                                    left: unset;
                                                }
                                                .inclusiveofGSTMsg:hover .viewDltBox{
                                                    display: block;
                                                }


/******** ribbon **********/
#ribbon-container {
    position: absolute;
    top: 3px;
    right: -17px;
    overflow: visible;
    font-size: 17px;
    line-height: 7px;
}
#ribbon-container a {
    display: block;
    padding: 14px 20px;
    position: relative;
    background: #29ca72;
    overflow: visible;
    height: 36px;
    margin-left: 29px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}
#ribbon-container a:after {
    content: "";
    height: 0;
    width: 0;
    display: block;
    position: absolute;
    bottom: -15px;
    right: 0;
    border-top: 15px solid #29ca72;
    border-right: 15px solid transparent;
}
#ribbon-container a:before {
    content: "";
    height: 0;
    width: 0;
    display: block;
    position: absolute;
    top: 0;
    left: -17px;
    border-top: 18px solid #29ca72;
    border-bottom: 18px solid #29ca72;
    border-right: 18px solid transparent;
    border-left: 18px solid transparent;
}





#ribbon-container2 {
    position: absolute;
    top: 3px;
    right: 50%;
    overflow: visible;
    font-size: 17px;
    line-height: 7px;
}
#ribbon-container2:before {
  content: "";
  height: 0;
  width: 0;
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  //border-top: 29px solid rgba(0, 0, 0, .3);
  //border-bottom: 29px solid rgba(0, 0, 0, .3);
  //border-right: 29px solid rgba(0, 0, 0, .3);
  //border-left: 29px solid transparent;
}
#ribbon-container2:after {s
  content: "";
  height: 0px;
  background: rgba(0, 0, 0, .3);
  display: block;
  position: absolute;
  bottom: -3px;
  left: 58px;
  right: 3px;
}
#ribbon-container2 a {
    display: block;
    padding: 10px 20px;
    position: relative;
    background: #0089d0;
    overflow: visible;
    height: 50px;
    margin-left: 29px;
    color: #fff;
    text-decoration: none;
}
#ribbon-container2 a:after {
    content: "";
    height: 0;
    width: 0;
    display: block;
    position: absolute;
    top: 0px;
    right: -24px;
    //border-top: 15px solid #004a70;
    //border-right: 15px solid transparent;
    border-top: 25px solid #0089d0;
    border-bottom: 25px solid #0089d0;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
}
#ribbon-container2 a:before {
    content: "";
    height: 0;
    width: 0;
    display: block;
    position: absolute;
    top: 0;
    left: -25px;
    border-top: 25px solid #0089d0;
    border-bottom: 25px solid #0089d0;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
}






.ribbon4 {
  width: 400px;
  height: 60px;
  margin: 0px auto 0px;
  position: relative;
  color: #fff;
  font: 28px/60px sans-serif;
  text-align: center;
  text-transform: uppercase;
  background: #3D79D0;

  -webkit-animation: main 250ms;
  -moz-animation: main 250ms;
  -ms-animation: main 250ms;
  animation: main 250ms;
}

.ribbon4 i {
  position: absolute;
}

.ribbon4 i:first-child, .ribbon4 i:nth-child(2) {
  position: absolute;
  left: -20px;
  bottom: -20px;
  z-index: -1;
  border: 20px solid transparent;
  border-right-color: #043140;

  -webkit-animation: edge 500ms;
  -moz-animation: edge 500ms;
  -ms-animation: edge 500ms;
  animation: edge 500ms;
}

.ribbon4 i:nth-child(2) {
  left: auto;
  right: -20px;
  border-right-color: transparent;
  border-left-color: #043140;
}

.ribbon4 i:nth-child(3), .ribbon4 i:last-child {
  width: 20px;
  bottom: -20px;
  left: -60px;
  z-index: -2;
  border: 30px solid #1D53C0;
  border-left-color: transparent;

  -webkit-animation: back 600ms;
  -moz-animation: back 600ms;
  -ms-animation: back 600ms;
  animation: back 600ms;

  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.ribbon4 i:last-child {
  bottom: -20px;
  left: auto;
  right: -60px;
  border: 30px solid #1D53C0;
  border-right-color: transparent;

  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}




/********** ribbon ***********/
.priceBlockRow2 {
    background-color: var(--themeColor);
}
.special_price {
    background-size: 100% 100%;
    color: var(--themeColor);
    font-size: 16px !important;
    display: inline;
    font-weight: 700;
    -webkit-box-align: center;
    text-decoration: line-through;
}
.style_div3 {
    text-align: right;
    margin-right: 1.6rem;
}
.pricetag {
    color: var(--themeColor);
}
.carPrice {
    font-size: 25px;
    white-space: nowrap;
}
.inclusiveofGSTMsg {
    font-weight: 700;
    margin-top: -5px;
}
.selectBlock {
    float: left;
    padding-right: 10px;
    margin-bottom: -10px;
    margin-top: -10px;
}

.details_section {
    width: 100%;
    font-size: 12px;
    border: 1px solid var(--themeColor) !important;
    border-top: 1px transparent !important;
    background-color: #fff;
    box-shadow: 1px 0 11px 0 #ededec;
    overflow: hidden;
    padding: 0px;
    border-radius: 0px 0px 8px 8px;
}
.details_section2{
    width: 100%;
    font-size: 12px;
    border: 1px solid var(--themeColor) !important;
    border-top: 1px transparent !important;
    background-color: #fff;
    box-shadow: 1px 0 11px 0 #ededec;
    overflow: hidden;
    padding: 0px;
    border-radius: 0px 0px 8px 8px;
}
.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0;
    background: transparent;
    border: unset;
}
.ui-tabs .ui-tabs-nav li{
    width: auto;
    border: unset;
    border-radius: unset;
    outline-style: unset;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{
    padding: .5em 1em;
}
.details_section .more_features li{
    margin-right: 12px;
}
.details_section .more_features li img{
    width: 44px;
    float: left;
    border: 2px solid var(--themeColor);
    border-radius: 50%;
    padding: 3px;
}
.details_section .more_features li h6 {
    float: left;
    padding: 10px 8px;
    font-size: 12px;
}

#important_note ul{
    list-style: circle;
}
#important_note ul li{
    //align-items: center;
}
#important_note ul li h6{
    margin-bottom: 0;
    //padding: 6px;
}
#important_note ul li i{
    padding-top: 2px;
}
#important_note h4{
    background-color: var(--themeColor);
    color: #fff;
}
.arrow-up {
    display: inline-block;
    border-right: 3px solid #396db3;
    border-bottom: 3px solid #396db3;
    width: 10px;
    height: 10px;
    transform: rotate(225deg);
    position: relative;
    top: 4px;
}
.arrow-down {
    display: inline-block;
    border-right: 3px solid #396db3;
    border-bottom: 3px solid #396db3;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
}
.priceSlider {
  -webkit-appearance: none;
  width: 100%;
  height: 12px;
  background: white;
  outline: 1px solid var(--themeColor);
  //opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}
.priceSlider:hover {
  opacity: 1;
}
.priceSlider::-webkit-priceSlider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 15px;
  background: white;
  cursor: pointer;
  border: none;
}
.priceSlider::-moz-range-thumb {
  width: 20px;
  height: 15px;
  background: var(--themeColor);
  cursor: pointer;
  border:0.4em solid #fff;
}

.mobileCabFilter{
    border-radius: 8px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 10px 20px 10px;
}


.listingFilter .tab-content .form-control, .listingFilter.form-control{
    width: 75%;
}
.listingFilter .tab-content label, .listingFilter label{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ui-calendar {
    position: relative;
    display: block !important;
}
.ui-calendar-icon {
    position: absolute;
    top: 6px;
    right: 24px;
    pointer-events: none;
    background-color: transparent;
}
.bg-calendar {
    background: url(../img/icon/calendar.png);
}
.bg-calendar, .bg-clock {
    width: 16px;
    height: 16px;
    margin-top: 3px;
}

.cabLabelBox{
    position: absolute;
    bottom: -2px;
}
.cabLabel{
    background-color: var(--themeColor);
    color: white;
    padding: 0.2em 1em;
    border-radius: 50px;
    display: inline;
}

.activeHourSec .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background: var(--themeColor);
    border-radius: 0;
    padding: 7px 6px;
}
.activeHour li{
    background-color: #fff;
    color: var(--themeColor);
    margin: 0 5px;
    border: 1px solid var(--themeColor);
    font-weight: bold;
    cursor: pointer;
}
.airportBtn li{
    background-color: #fff;
    color: var(--themeColor);
    margin-right: 5px;
    margin-bottom: 4px;
    border: 1px solid var(--themeColor);
    font-weight: bold;
    cursor: pointer;
    padding: 4px 10px;
}
.airportBtn li.active{
    color: #fff;
    background-color: var(--themeColor);
    border-radius: 0;
    padding: 4px 10px;
}

.listingFilter #airportListing label {
    display: grid;
    justify-content: unset;
}

select option:hover {
  background: #red -webkit-linear-gradient(bottom, #ff9500 0%, #ff9500 100%);
  color: #fff;
}
select option:checked {
  background: #green -webkit-linear-gradient(bottom, #ff9500 0%, #ff9500 100%);
}

.border-bottom-black{
    border-bottom: 1px solid #ccc;
}

.distance{
    padding-bottom: 4px;
}
.distance .d-flex{
    text-transform: capitalize;
    border-bottom: 1px solid var(--themeColor);
    padding-bottom: 2px;
}
.distanceBox{
    border-top: none !important;
    border-bottom: none !important;
}

.banner-blog{
    padding-left: 2em;
}



/******** accordion ********/
.accordion .a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 1rem 3rem 1rem 1rem;
  color: #393939;
  font-size: 1.15rem;
  font-weight: 400;
  border-bottom: 1px solid #e5e5e5;
}
.accordion .a:hover,
.accordion .a:hover::after {
  cursor: pointer;
  color: #fff;
}
.accordion .a:hover::after {
  border: 1px solid var(--themeColor);
}
.accordion .a.active {
  //color: var(--hover);
  //border-bottom: 1px solid var(--hover);
}
.accordion .a::after {
  font-family: "Font Awesome 5 Pro";
  content: '\f067';
  position: absolute;
  bottom: 50%;
  top: 50%;
  transform: translateY(-50%);
  float: right;
  right: 1rem;
  font-size: 1rem;
  color: #fff;
  padding: 5px 7px;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid var(--themeColor);
  text-align: center;
  background-color: var(--themeColor);
}
.accordion .a.active::after {
  font-family: "Font Awesome 5 Pro";
  content: '\f068';
  color: #fff;
  border: 1px solid var(--themeColor);
}
.accordion .a h3{
    color: #393939;
}
.accordion .content {
  opacity: 0;
  padding: 0 1rem;
  max-height: 0;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  clear: both;
  -webkit-transition: all 0.2s ease 0.15s;
  -o-transition: all 0.2s ease 0.15s;
  transition: all 0.2s ease 0.15s;
}
.accordion .content.active {
  opacity: 1;
  padding: 1rem;
  max-height: 100%;
  -webkit-transition: all 0.35s ease 0.15s;
  -o-transition: all 0.35s ease 0.15s;
  transition: all 0.35s ease 0.15s;
}




/* ui-select-box */
.select_wrap{
  width: 100%;
}
.select_wrap .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: var(--themeColor);
    font-weight: normal;
    color: #ffffff;
}
.select_wrap .ui-button{
    //border: 1px solid #c5c5c5;
    border: none;
    background: transparent;
    font-weight: normal;
    color: #454545;
}
.select_wrap .ui-selectmenu-button.ui-button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.select_wrap .ui-button .ui-icon {
    /*background-image: url(images/ui-icons_777777_256x240.png);*/
    background-image:unset;
}
.select_wrap .ui-button:active .ui-icon {
    //background-image: url(images/ui-icons_ffffff_256x240.png);
    background-image: unset;
}
.ui-selectmenu-text {
    font-size: 21px;
    line-height: 25px;
    font-family: "Lato", sans-serif;
    font-weight: bold;
}


/******* ui-datepicker ********/
.ui-datepicker-header{
    background-color:var(--themeColor);
    color:white !important;
}

.ui-widget-content .ui-state-default{
    width:31px;
    background-color:#fff;
    color: #000;
}
.ui-widget-content .ui-state-highlight{
    border: 1px solid var(--themeColor);
    background: var(--themeColor);
    color: #fff !important;
}
.ui-state-active, .ui-widget-content .ui-state-active{
    border: 1px solid var(--themeColor);
    background: var(--themeColor);
    font-weight: normal;
    color: #fff !important;
}
#ui-datepicker-div th{
    border:1px solid white;
}

.ui-datepicker-prev span,
.ui-datepicker-next span{
    display:none !important;
}
.ui-datepicker-prev:before{
    content: "\f060";
}
.ui-datepicker-next:before{
    content: "\f061";
}
.ui-datepicker-prev,
.ui-datepicker-next{
    font-family: "Font Awesome 5 Pro";
    color:white !important;
    text-align: center;
    margin-top: 3px;
}
.ui-datepicker-prev:hover,
.ui-datepicker-next:hover{
    background-color: inherit!important;
}

/*start car smoke animate*/
/*
.getmecab{
    letter-spacing: 2px;
    color: #fff;
    font-weight: bold;
    position: relative;
    right: 4em;
    top: 2px;
    font-size: 16px;
}
.taxi_animate{
    width: 700px;
}
.smoke{
    margin: 0; padding: 0; display: flex;
    position: absolute; top: 50%; left: 24.5%;
    transform: translate(-50%, -50%);
}
.smoke li{
    list-style: none; color: #fff; font-weight: bold;
    letter-spacing: 6px; filter: blur(1px);
}
.smoke li{
    animation: smoke 2s linear infinite;
}
.smoke li:nth-child(1){
    animation-delay: .7s;
}
.smoke li:nth-child(2){
    animation-delay: .6s;
}
.smoke li:nth-child(3){
    animation-delay: .5s;
}
.smoke li:nth-child(4){
    animation-delay: .4s;
}
@keyframes smoke{
    0%{
        transform: rotate(360deg) translateY(0px);
        opacity: 1;
        filter: blur(1px);
    }
    100%{
        transform: rotate(45deg)translateY(-10px);
        opacity: 0;
        filter: blur(40px);
    }
}

/*end car smoke*/

/******* TERMS AND CONDITIONS *******/
.terms-and-condition{
    background: url(../img/terms-and-condition.jpg) fixed center center no-repeat;
    background-size: cover;
    position: relative;
}
.textSec{
    overflow: visible;
    text-align: justify;
}
.textSec .listCircle{
    list-style: circle;
}
.textSec .listSquare{
    list-style: square;
}
.textSec ul{
    list-style: unset;
}
.textSec ul li {
    line-height: 1.86;
    color: #555;
}

.textSec ol li, .textblock ul li {
    font-size: 16px!important;
}
.textSec ul li b{
    font-size: 16px;
    line-height: 16px;
}


/*****Final_Book*****/
.fnlbklBox{
    padding-left: 3.5em;
    padding-right: 3.5em;
}
.fnlbkFltr{
    position: sticky;
    top: 5.2rem;
    height: max-content;
    z-index: 1;
}

.final_left{
    padding-left: 3.5em;
}
.final_right{
    padding-right: 3.5em;
    position: sticky;
    top: 11.8rem;
    height: max-content;
}

.travellNote{
    background: #e5edf2;
    border-radius: 10px;
    padding: 7px;
    line-height: 20px;
    color: var(--themeColor);
}
.fslDtl_blk{
    padding: 1em;
    background: #e5edf2;
}
.fslDtl{
    padding: 1.5em 1em;
}
.fslDtl .extraFt img{
    width:19px; border-radius:50px;border: 1px solid var(--themeColor);margin-right: 6px;
}

.paymentLayout{
    padding: 0;
}
.payment_block{
    color: rgb(20, 24, 35);
    border-bottom: 0.1rem solid rgb(238, 244, 253);
    border-radius: 0.8rem;
}

.payment_total{
    border-bottom: 0.1rem solid rgb(238, 244, 253);
    padding: 0.8rem 1.3em;
}
.payment_total .font22{
    line-height: 2.8rem;
}

.payment_mode{
    padding-bottom: 1em;
}
.payment_mode .btnPay1{
    background-color: var(--themeColor);
    color: #fff;
    width: 100%;
    border-radius: 10px !important;
}
.payment_mode .btnPay2{
    background-color: var(--hover);
    color: #fff;
    width: 100%;
    border-radius: 10px !important;
}

.payment_offers{
    color: rgb(20, 24, 35);
    border-radius: 0.8rem;
    background-color: rgb(255, 255, 255);
    margin-top: 1.2rem;
}
.payment_offers .offerLabel{
    border-bottom: 0.1rem solid rgb(238, 244, 253);
    padding: 0.3rem 0.8rem;
    font-size: 2.2rem;
    font-weight: bold;
}
.payment_offers .offersCont{
    padding: 0px 1rem 1rem;
}
.payment_offers .offerBlk{
    border-radius: 0.8rem;
    border: 0.1rem solid rgb(229, 237, 246);
    margin-bottom: 1rem;
    padding: 1em 0em;
}


/*coupon*/
.couponCol{
    display: flex;
    align-items: center;
}
.couponBox{
    background-color: var(--themeColor);
    color: #fff;
    width: fit-content;
    padding: 0.3em 1.2em;
    border-radius: 10px;
    margin-top: 26px;
    position: relative;
}
.couponBox .closeBtn{
    background-color: var(--hover);
    color: #fff;
    padding: 1px 8px;
    border-radius: 50%;
    position: absolute;
    top: -8px;
    right: -11px;
}

}




.view-detail,.Chrbtn{
    position: relative;
}

.frc:hover .viewChrBox{
    display: block;
}
.view-detail:hover .viewDltBox{
    display: block;
}

.viewChrBox{
    background-color: var(--themeColor);
    color: #ffffff !important;
    right: 7.5% !important;
    top: 35px !important;
    z-index: 1 !important;
}

.viewDltBox,.viewChrBox{
    width: 330px;
    height: auto;
    border-radius: 0.4rem;
    border: 0.2rem solid var(--themeColor);
    padding: 0.4em;
    position: absolute;
    right: -1%;
    top: 2em;
    z-index: 1;
    display: none;
}
.viewDltBox::before,.viewChrBox::before{
    border-color: rgba(155, 194, 246, 0) rgba(155, 194, 246, 0) var(--themeColor) !important;
    border-width: 0.9rem !important;
    margin-left: -0.9rem;
}
.viewDltBox::after,.viewChrBox::after{
    border-color: rgba(136, 183, 213, 0) rgba(136, 183, 213, 0) rgb(255, 255, 255);
    border-width: 0.6rem;
    margin-left: -0.6rem;
}
.viewDltBox::before,.viewDltBox::after,.viewChrBox::before,.viewChrBox::after{
    bottom: 100.5%;
    left: 89%;
    border: solid transparent;
    content: "";
    height: 0px;
    width: 0px;
    position: absolute;
    pointer-events: none;
}
.viewDltBox .flx,.viewChrBox .flx{
    flex: 1 1 0%;
}
.viewDltBox .flx p,.viewChrBox .flx p{
    margin-top: 0;
    margin-bottom: 0.5rem;
}


.tripDlt .carListBlock{
    padding: 1.5em 1em;
}

/**custome radio**/
.customRadio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.customRadio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radio_checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}
.customRadio:hover input ~ .radio_checkmark {
  background-color: #ccc;
}
.customRadio input:checked ~ .radio_checkmark {
  background-color: #2196F3;
}
.radio_checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.customRadio input:checked ~ .radio_checkmark:after {
  display: block;
}
.customRadio .radio_checkmark:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.readBefore{
    padding: 1.5em 1em;
}
.readBefore .filed{
    column-count: 2;
    grid-column-gap: 50px;
    color: black;
}
.readBefore .blk{
    margin-bottom: 22px;
}

/***select-payment***/
.select-payment {
  position: relative;
  font-family: Arial;
}
.select-payment select {
  display: none;
}
.select-selected {
  background-color: var(--themeColor);
}
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}
.select-items div,.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}
.select-items {
  position: absolute;
  background-color: var(--themeColor);
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}


/***** package-listing *****/
.packageFltrSec{
    padding-left: 4.5em;
    padding-right: 4.5em;
}


.packageFltrLyt{
    position: sticky;
    top: 5.1rem;
    height: max-content;
    z-index: 2;
    margin-bottom: 1em;
}
.packageFltr{
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.1);
    width: 100%;
    //background: #fff;
    //background-image: linear-gradient(70deg,var(--themeColor),var(--hover));
    background-image: linear-gradient(to left top, #0e0537, #303e67, #617796, #9fb3c3, #e8f0f4);
    color: #fff;
    padding-left: 4.5em;
    padding-right: 4.5em;
}



.packageBox{
    background-color: #fff;
    border: 1px solid var(--themeColor);
    border-radius: 10px;
    padding: 10px;
}
.packageBox h4{
    color: black;
    font-weight: bold;
    font-size: 16px;
}
.packageBox .imgCont img{
    border: 1px solid transparent;
    border-radius: 8px;
    height: 230px;
    width: 100%;
}
.packageBox .imgCont{
    position: relative;
}
.packageBox .imgCont .daysLabel{
    background: var(--themeColor);
    color: #fff;
    position: absolute;
    bottom: -15px;
    right: 5px;
    border-radius: 10px;
    padding: 5px 10px;
    z-index: 1;
}
.packageBox .packageConte{
    margin-top: 25px;
    padding: 0px 15px;
}
.packageBox .packageConte ul{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.packageBox .packageConte ul li{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.packageBox .packageConte ul li span.fas{
    font-size: 24px;
}
.packageBox .packageConte ul li .darkGreyText{
    font-size: 14px;
    margin-top: -2px;
}
.packageBox .packageConte .tourLayout{
    display: flex;
    align-items: center;
}
.packageBox .tourLayout .tourCount{
    background-color: #fff;
    color: var(--themeColor);
    padding: 3px 5px !important;
    border-radius: 3px;
    border: 1px solid #ccc;
}
.packageBox .tourLayout .tourCountLayout{
    position: relative;
}
.packageBox .tourLayout .viewTourList{
    width: 180px;
    height: auto;
    border-radius: 0.4rem;
    border: 0.2rem solid var(--themeColor);
    padding: 8px;
    position: absolute;
    right: -8px;
    top: 2.9em;
    z-index: 1;
    display: none;
}
.packageBox .tourLayout .viewTourList::before{
    border-color: rgba(155, 194, 246, 0) rgba(155, 194, 246, 0) var(--themeColor) !important;
    border-width: 0.9rem !important;
    margin-left: -0.9rem;
}
.packageBox .tourLayout .viewTourList::after{
    border-color: rgba(136, 183, 213, 0) rgba(136, 183, 213, 0) rgb(255, 255, 255);
    border-width: 0.6rem;
    margin-left: -0.6rem;
}
.packageBox .tourLayout .viewTourList::before,.packageBox .tourLayout .viewTourList::after{
    bottom: 100.5%;
    left: 89%;
    border: solid transparent;
    content: "";
    height: 0px;
    width: 0px;
    position: absolute;
    pointer-events: none;
}
.tourCount:hover + .viewTourList{
    display: block;
}

.packageBox .tourPriceLayout{
    display: flex;
    justify-content: space-between;
    //align-items: center;
}
.packageBox .tourPriceLayout .tourCab{

}
.packageBox .tourPriceLayout .tourPrice{
    display: flex;
    flex-direction: column;
}
.packageBox .tourPriceLayout .tourPrice .red:first-child{
    text-decoration: line-through;
}

.packageBox .tourPriceLayout ul{
    display: grid;
}
.packageBox .tourPriceLayout ul li{
    display: flex;
    flex-direction: row;
}

/** Start Select Box **/
.pkgSrtBlog select,.selectPrc {
  /* Reset Select */
  appearance: none;
  outline: 0;
  border: 0;
  box-shadow: none;
  /* Personalize */
  flex: 1;
  padding: 0 1em;
  color: black;
  background-color: white;
  border: 1px solid var(--themeColor);
  background-image: none;
  cursor: pointer;
}
/* Remove IE arrow */
.pkgSrtBlog select::-ms-expand,.selectPrc::-ms-expand {
  display: none;
}
/* Custom Select wrapper */
.pkgSrtBlog .select_sort,.selectPrc {
  position: relative;
  display: flex;
  //width: 20em;
  height: 2em;
  border-radius: 0.25em;
  overflow: hidden;
}
/* Arrow */
.pkgSrtBlog .select_sort::after,.select_price::after {
  content: "\25BC";
  position: absolute;
  top: -11px;
  right: 0;
  padding: 1em;
  background-color: var(--themeColor);
  transition: 0.25s all ease;
  pointer-events: none;
}
/* Transition */
.pkgSrtBlog .select_sort:hover::after,.selectPrc:hover::after {
    color: #fff;
}


.select_price{
    position: relative;
}
.selectPrc {
  padding: 0;
  padding-left: 5px;
  width: 12em;
}
.select_price::after {
    top: 0px;
    right: 1px;
    padding: 3px;
    color: #fff;
    border-radius: 0 0.25em 0 0;
}
/* Transition */
.selectPrc:hover::after {
    color: #fff;
}

/** End Select Box **/




/*checkbox-2*/
.styled-checkbox {
  position: absolute !important;
  opacity: 0 !important;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-size: 17px;
  margin-bottom: -0.1rem;
}
.styled-checkbox + label:before {
  content: "";
  margin-right: 30px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  border: 1px solid var(--themeColor);
}
.styled-checkbox:hover + label:before {
  background: var(--themeColor);
}
.styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
  background: var(--themeColor);
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 11px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}

.deskCabFilter ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.deskCabFilter ul li {
  margin: 14px 0;
}

/***start package-deatils page***/
.pkgDtlTlt .daysLabel{
    background: var(--themeColor);
    color: #fff;
    padding: 3px 5px 5px 5px;
    border-radius: 3px;
    font-size: 11px;
}
.pkgDtlSld-4 .catImg{
    height: 138px;
    width: 100%;
    margin-bottom: 0;
}
.pkgDtl_page img{
    border-radius: 7px;
}
.pkgDtl_page .pkgDtlSld-1 img,.pkgDtl_page .pkgDtlSld-2 img{
    height: 280px;
    width:100%;
}
.pkgDtl_page .pkgDtlSld-3 img,.pkgDtl_page .pkgDtlSld-4 img{
    height: 138px;
}
.pkgDtlLyt .listingFilter form{
    padding-left: 4.5em;
    padding-right: 4.5em;
}

.pkgDtlCon .details_section .exclusionsBlock h6, .inclusionsBlock h6
.pkgDtlCon .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    font-size: 16px;
}
.pkgDtlCon .details_section .imp_not{
    padding: 1em 1em;
}
.pkgDtlCon .details_section #important_note h4{
    background-color: unset;
    color: #333333;
    text-align: lef8t;
}
.pkgDtlCon .details_section #important_note ul li i{
    font-size: 14px;
}
.pkgDtlCon .details_section .exclusionsBlock h6, .inclusionsBlock h6 {
    margin-bottom: 7px;
    font-size: 13px;
}
.pkgDtlCon .details_section .exclusionsBlock img, .inclusionsBlock img{
    width: 26px !important;
}

.pkgDtlCon .details_section .fslDtl{
    background: #e5edf2;
    padding: 1em !important;
}
.pkgDtlCon .details_section .fslDtl .subBlk{
    background-color: white;
    padding: 1em;
}

.pkgDtlCon .final_left{
    //position: sticky;
    //top: 6.2rem;
    //height: max-content;
}

.pkgDtlCon .final_left .details_section{
    //height: 500px;
    overflow-y: hidden;
    border: 1px solid var(--themeColor) !important;
    border-radius: 8px;
}

.pkgDtlCon #myScrollspy ul{
    display: grid;
}

.pkgDtlCon .final_left .details_section .itinerary-1{
    //border: 1px solid var(--themeColor);
    border-radius: 8px;
}
.pkgDtlCon .final_left .details_section .itinerary-1 span,ul{
    font-size: 16px;
}
.pkgDtlCon .final_left .details_section .itinerary-1 ul li{
    padding-left: 10px;
}



/**offers**/
.pxs{
    padding-left: 6.5em;
    padding-right: 6.5em;
}




@media(min-width: 992px){
    .hide {
        display: block;
    }
    .hideMobile {
       display: none;
    }
}
@media(max-width: 992px){
    .widgetSection{
        width: 100% !important;
    }
    .owl-carousel .owl-nav button.owl-next, button.owl-prev {
        top: -60px !important;
    }
    .font30 {
        font-size: 22px !important;
    }

    .car-filter {
        padding: 0 1em;
    }
    .checkmarkOuter label {
        padding-left: 3px;
        font-size: 15px;
    }
    .deskCabFilter .font12{
        line-height: 20px;
    }
    .details_section .more_features li {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    #important_note li{
       align-items: start;
    }
    .mt-4_9 {
       margin-top: 5.9rem !important;
    }

    .pkgDtlLyt .listingFilter form {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }
}
@media(min-width: 769px){
    .mobile_logo,{
        display: none;
    }
    .mobileCabFilter,.footerApp.mobileNav{
        display: none;
    }
    .mobileNav{
        display: none !important;
    }
    .mobile_header,.footerAppArea{
        display: none !important;
    }
}
@media(max-width: 768px){
    .flexColumn{
        flex-direction: column !important;
    }
    .dekt_header .userLogOut,.deskt_logo,.stickyHeader{
        display: none !important;
    }
    .dekt_header{
        padding-left: 1em;
        padding-right: 1em;
        margin-bottom: 8px;
        display: none;
    }
    .head_logo{
        display: block;
    }

    /***** start mobileNav *****/
    .topSection {
        margin-bottom: 125px !important;
    }
    .navOnly{
        margin-top: 90px;
    }

    .mobile_header{
        background: #fff;
        box-shadow: 0 1px 7px 0 rgb(0 0 0 / 40%);
        padding: 7px 10px !important;
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 100;
        animation: slideInDown .2s linear;
    }
    #mobile_menu{
        //flex-grow: 1;
        width: 100%;
        align-items: center;
        justify-content: center;
    }
    #mobile_menu li{
        width: 50%;
    }

    .sidepanel  {
      width: 75%;
      //width: 0;
      position: fixed;
      z-index: 1;
      //height: 250px;
      top: 0;
      left: 0;
      margin-left: -75%;
      //background-color: #111;
      background-image: linear-gradient(to left top, #0e0537, #303e67, #617796, #9fb3c3, #e8f0f4);
      //overflow-x: hidden;
      transition: 0.5s;
      padding-top: 40px;
    }

    .sidepanel a {
      padding: 8px 8px 8px 8px;
      text-decoration: none;
      font-size: 25px;
      color: #818181;
      display: block;
      transition: 0.3s;
    }
    .mobile_header .sidepanel .m_num{
        flex-direction: column !important;
    }
    .sidepanel a .text{
        font-size: 18px;
    }

    .sidepanel a:hover {
      color: #f1f1f1;
    }

    .sidepanel .closebtn {
      //position: absolute;
      //top: 0;
      //right: 25px;
      //font-size: 36px;
      position: absolute;
      top: 0;
      right: 0px;
      font-size: 28px;
      padding: 0px 8px;
    }

    .openbtn {
      font-size: 20px;
      cursor: pointer;
      //background-color: #111;
      color: white;
      padding: 10px 15px;
      border: none;
    }
    /***** end mobileNav *****/

    .stickyHeader {
        padding: 7px 10px !important;
    }
    .stickyHeader .headerContainer {
        display: grid !important;
        width: 100%;
    }
    .stickyHeader .headerContainer #header_menu{
        width: 100%;
        justify-content: center;
    }
    .stickyHeader .headerContainer #header_menu li{
        width: 115px;
        margin-top: 5px;
    }
    .stickyHeader .headerContainer .right-nav{
        display: grid;
    }
    .stickyHeader .headerContainer .right-nav li{
        margin-top: 5px;
        margin-right: 0px !important;
    }
    .stickyHeader .headerContainer .right-nav img{
        margin-top: 5px !important;
    }
    .headerContainer .right-nav .flexnum{
        display: grid;
        justify-content: center;
    }
    .imgNumSec{
        margin-bottom: 8px;
    }
    .dropdown .right-side {
        left: 49px !important;
        top: -12em;
    }

    /*****start mobile nav*****/
    .mobileNumPlay{
        display: grid !important;
    }
    .mobileNumPlay .numPlay a{
        display: grid;
    }
    .sidepanel .enquiry{
        font-size: 13px;
        display: block;
    }
    .sidepanel .dropdown-toggle{
        margin-top: 4px;
        font-size: 13px;
    }

    /*****end mobile nav*****/

    .carListBlock .col2 {
        justify-content: center;
        display: flex;
        background-color: white;
    }
    .carListBlock .col2 .bgRow {
        background-color: white;
    }

    .superOffersTab{
        margin-left: 0px !important;
    }
    .superOffersTab li {
        padding: 0px;
        margin-right: 0px;
    }

    .mt-4_9 {
       margin-top: 4rem !important;
    }
    .mt-6_5 {
       margin-top: 4rem !important;
    }
    /*desk filter*/
    .deskCabFilter{
        background-color: white;
        padding: 0.5em 1em;
    }
    .packageFltrLyt {
        top: 4.6rem;
    }
    .deskCabFilter .title{
        font-weight: bold;
        margin-bottom: 10px !important;
        font-size: 18px !important;
    }

    .center.filterSec {
        display: grid;
    }
    .center.filterSec{
        //text-align: center;
    }
    .cLBlock {
        padding-left: 15px;
        padding-right: 15px;
    }

    .carListBlock .carBlockFirst,.facilityBlock {
        justify-content: center;
        padding-left: 0px;
    }
    .carListBlock .inEcBlk{
        display: grid;
        justify-content: center;
    }
    .carListBlock .dskPrcBlk .text-right{
        text-align: center !important;
    }
    .carListBlock .dskPrcBlk2 .text-right{
        text-align: right !important;
    }

    .facility-oneway{
        padding-top: 0;
    }

    .border-b{
        border-bottom: solid 1px #e7e7e7 !important;
    }
    .footerBottom {
        background: #000;
        padding: 10px 0 5px;
        margin-bottom: 3em;
    }

    /*****start footerApp****/
    .footerApp{
        display: flex;
        flex-wrap: nowrap;
        background-color: #fff;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 49px;
        //z-index: 9;
        box-shadow: 0 -1px 0 #cac4c7;
        list-style: none;
        justify-content: space-around;
    }
    .footerApp .footerTab{
        font-size: 0.9em;
        text-align: center;
        padding-top: 3px;
    }
    .footerApp .footerTab img{
        width: 26px;
    }
    /*****end footerApp****/

    .accordionPress .a h3{
        font-size: 1.2rem;
    }

    /***final_book***/
    .fnlbklBox {
        padding-left: 0em;
        padding-right: 0em;
    }
    .final_left{
       padding-left: 0em;
    }
    .final_right {
       padding-right: 0em;
    }

    .pxs{
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media(max-width: 576px){
    .pr30{
        padding-left: 30px !important;
    }
    .font20{
        font-size: 15px !important;
    }
    .font30 {
        font-size: 15px !important;
    }
    /*remove*/
    .b-right{
        border: none !important;
    }

    .dskPrcBlk2{
        padding-top: 0.5em;
    }
    #cabLabel{
        padding-top: 0 !important;
    }

    .widgetSection .tab-content .gmc_inputBox {
        padding-right: 10px;
        padding-left: 10px;
    }
    .hotDealSmall{
        padding: 0px !important;
    }
    .hotDealSmall .prdPrice{
        display: none;
    }
    .hotDealSmall .itemDes{
        align-items: center;
        display: flex;
    }
    #addCityBox .alert {
        padding-right: 10px;
        padding-left: 10px;
    }

    #oneWayTrip .tab-content .gmc_inputBox.searchToCity{
        padding-left: 25px;
        margin-left: 0;
        border-right: none;
    }
    .modal-content{
        width: 90% !important;
        min-height: auto;
        min-width: 90% !important;
    }
    .city-button{
        border-right: none;
    }


    #cabsBlog .fswTabs li .nav-link {
        padding: 0.2rem 0.4rem;
        font-size: 13px;
    }

    .carListBlock .button_cont2{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .carListBlock .button_cont2 {
        margin-top: 0px;
    }
    .carListBlock .col3 .h90 {
        height: 75px;
    }

    #exclusions .makeFlex, #facilities .makeFlex, #inclusions .makeFlex{
        flex-direction: column;
        align-items: start;
        padding-left: 1em;
    }
    #exclusions li,#facilities li,#inclusions li {
        flex-direction: row;
        margin-top: 5px;
    }
    #exclusions li h6, #facilities li h6, #inclusions li h6{
        font-size: 17px;

    }

    .carListBlock .dskPrcBlk .priceBlock{
        display: flex;
        justify-content: center;
    }
    .carListBlock .dskPrcBlk .regularPrice{
        margin-top: -4px;
        margin-left: 1em;
    }

    .car-filter {
        padding: 1em;
        background-image: linear-gradient(to left top, #0e0537, #303e67, #617796, #9fb3c3, #e8f0f4);
        background-size: 100% auto;
    }
    .bannerSec.mb20 {
       margin-bottom: 10px !important;
    }
    .roundTrip .tooltiptext {
        right: 110%;
        left: unset;
    }
    .roundTrip .tooltiptext::after {
        left: 100%;
        border-color: transparent transparent transparent var(--themeColor);
    }
    .about-right .title {
        margin-bottom: 0.5em !important;
    }

    .sub-banner .careerTitle{
        font-size: 24px;
    }
    .career .sub-title{
        font-size: 18px;
    }

    .whybookwithus h4{
        font-size: 16px;
    }
    .bcp h2{
        font-size: 15px;
    }
    .accordionTac .a h3,.accordionFaq .a h3,.accordionPress .a h3{
        font-size: 1.2rem;
    }
    .accordionFaq .content h4{
        font-size: 1rem;
    }
    .dekt_header .numPart ul .usersign,.dekt_header .numPart ul .usersign2{
        display: none;
    }



    /****final_book****/
    .inclusionsBlock.fslDtl,.exclusionsBlock.fslDtl {
        padding: 0em !important;
    }
    .fslDtl{
        padding: 1em;
    }
    .fslDtl h3{
        font-size: 16px;
    }
}
@media(max-width: 475px){
    .headerWrapper.navOnly nav {
        height: auto;
        padding-top: 20px;
        padding-bottom: 5px;
    }
    .navOnly .headerContainer nav ul {
        width: 344px !important;
    }
    .navOnly .headerContainer nav ul li {
        width: 86px;
        font-size: 10px;
    }

    /*****start mobile nav*****/
    .sidepanel a .text{
        font-size: 13px;
    }
    .sidepanel .dropdown-menu li {
        cursor: pointer;
        padding: 3px 18px;
    }
    /*****end mobile nav*****/

    .stickyHeader .headerContainer #header_menu li{
        width: 92px;
    }
    .imgNumSec {
        height: 28px;
    }
    .imgNumSec .imgNumBox {
        height: 21px;
        margin-top: 1px;
    }
    .imgNumSec .imgNumBox1 {
        height: 21px;
        margin-top: 1px;
    }

    .owl-nav{
        display: none;
    }
    .landingCard .nav-pills .nav-link.active, .landingCard .nav-pills .show > .nav-link {
        padding: 0.5rem 0rem;
    }

    .sub-banner {
       height: 220px;
    }
    .ourService .px70{
       padding: 0px 10px !important;
    }

    .imgNumSec1 .imgNumBox1r{
        width: 30px;
        height: 30px;
    }
    .imgNumBox1r .fas{
        font-size: 11px;
    }
    .imgNumSec1r .imgNum1{
        width: 130px;
        height: 22px;
        font-size: 12px;
    }
    .dekt_header .numPart ul{
        display: grid;
        justify-content: end !important;
        padding-top: 4px;
    }
    .dekt_header .numPart ul .numPlay{
        margin-bottom: 6px;
    }
    #header_menu li {
       width: 25%;
    }

    .textSec .title h2{
        font-size: 22px;
    }
    .faqBox .title h2{
        font-size: 20px;
    }

    .accordionPress .a h3{
        font-size: 1rem;
    }
    .precautionTitle h3{
        font-size: 1.4em;
    }
    .corona .title h2{
        font-size: 22px;
    }

    .tac img{
        height: 140px;
    }

    .fnlbkFltr{
        position: unset;
        top: uset;
        height: unset;
        z-index: unset;
    }
    .final_right{
        position: unset;
        top: unset;
        height: unset;
    }
}
@media(max-width: 425px){
    .landingCard .nav-pills .nav-link{
        font-size: 12px;
        padding: 0.5rem 0rem;
        margin-right: 1.5em;
    }
    .navOnly .headerContainer {
       width: 100%;
    }

    #cabsBlog .fswTabs{
        justify-content: center;
    }
    #cabsBlog .fswTabs li {
        padding: 2px 0px;
        width: 150px;
    }
    #cabsBlog .fswTabs li .nav-link {
        font-size: 12px;
    }
    .btnAddCity {
        font-size: 10px;
    }

    .offers .slideItem{
        padding: 40px 0px 10px 0;
    }

    .offers .slideItem .itemDesc .font18, .font16{
        font-size: 14px !important;
    }
    .offers .slideItem .itemDesc .appendBottom20 {
        margin-bottom: 7px;
    }

    .press h3{
        font-size: 1.3rem;
    }
    .bcp h2{
        font-size: 15px !important;
    }
    .title h2 {
        font-size: 22px;
    }

    .footerBottom .googleplay{
       width: 145px;
    }

    .activeHour.nav-pills .nav-link.active {
        padding: 6px 6px;
    }
    .activeHour li a {
        padding: 6px 5px;
        margin: 0px 2px;
        font-size: 13px;
    }

    .details_section .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        padding: 3px 10px;
    }
    .details_section .nav-link {
        padding: 2px 10px;
    }

    #ribbon-container a {
        padding: 10px 20px;
        height: 28px;
        font-size: 12px;
    }
    #ribbon-container a:before {
        left: -14px;
        border-top: 14px solid #29ca72;
        border-bottom: 14px solid #29ca72;
        border-right: 14px solid transparent;
        border-left: 14px solid transparent;
    }

    .ourMission .title, .ourVision .title, .director .title, .ourService .title{
        margin-bottom: 13px !important;
    }
    .servicesItem .servicesItem_title{
        font-size: 1.2em;
    }

    .readBefore .filed {
        column-count: unset;
        grid-column-gap: unset;
    }
    .viewDltBox,.viewChrBox {
        width: 300px;
    }

    .btnPay .font14{
        font-size: 12px !important;
    }
    .payment_mode .btnBlk{
        padding-left: 8px;
        padding-right: 8px;
    }
    .frc{
       font-size: 12px;
        text-align: center;
    }

    .selectPrc {
        width: 10.5em;
    }
    .pkgDtlCon .final_left .details_section .subBlk h4{
       font-size: 1em;
    }
    .pkgDtlCon .final_left .details_section #itinerary{
        padding: 0;
    }
    .pkgDtlCon .final_left .details_section ul li a {
       font-size: 12px !important;
    }
    .pkgDtlCon #myScrollspy ul {
       display: flex;
       margin-top: 8px;
    }
}
@media(max-width: 375px){
    .stickyHeader .headerContainer #header_menu li{
        width: 84px;
    }
    .stickyHeader .headerContainer #header_menu li a .darkGreyText{
        font-size: 10px;
    }
    .newLabelTag__bagde {
        font-size: 7px;
    }
    .roundTrip1 .tooltiptext1,.roundTrip2 .tooltiptext2{
      width: 95px;
      top: 5px;
      font-size: 11px;
    }
    .precautionTitle h3{
        font-size: 1.1em;
    }
    .corona .title h2{
        font-size: 20px;
    }

    .frc{
        font-size: 11px;
    }
    .selectPrc {
        width: 9.5em;
    }
    .packageBox .packageConte {
        padding: 0px 7px;
    }
    .pkgDtlCon .final_left .details_section ul li a {
       font-size: 11px !important;
    }
}