@font-face {font-family: 'Poppins'; font-weight: 400; font-style: normal; font-display: swap; src: url('../fonts/Poppins-Regular.woff2') format('woff2')}
@font-face {font-family: 'Poppins'; font-weight: 500; font-style: normal; font-display: swap; src: url('../fonts/Poppins-Medium.woff2') format('woff2');}
@font-face {font-family: 'Poppins'; font-weight: 600; font-style: normal; font-display: swap; src: url('../fonts/Poppins-SemiBold.woff2') format('woff2');}
@font-face {font-family: 'Poppins'; font-weight: bold; font-style: normal; font-display: swap; src: url('../fonts/Poppins-Bold.woff2') format('woff2');}


* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
body, html {
    margin: 0; font-family: "Poppins", serif; font-style: normal; font-weight: 400; font-size: 14px; -webkit-font-smoothing:antialiased;-moz-osx-font-smoothing: grayscale; letter-spacing: .5px;  line-height: 1.5; color: #000;
}

.header {position: sticky; top: 0; z-index: 9;}

.tophead-sec {background: #fff; box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.20);}
.mycontainer{max-width: 1200px; margin: 0 auto; width: 88%;}
.tophead-langtfn {text-align: right; padding: 10px 0 35px;}

.expertisetalk {display: inline-block; margin-left: 18px;}
.expertisetalk a {text-decoration: none; display: inline-block; background-color: #35b7b7; color: #fff; border-radius: 30px; padding: 8px 10px;}
.expertisetalk span.callicon {display: inline-block; font-size: 15px; width: 24px; height: 24px; background: #fff; border-radius: 50%; color: #00b6b7;
    text-align: center; line-height: 25px;}
.expertisetalk .callicon i {animation: phoneRing 1.5s ease-in-out infinite; transform-origin: 50% 100%;}
@keyframes phoneRing {
    0% { transform: rotate(0deg); }
    10% { transform: rotate(20deg); }
    20% { transform: rotate(-18deg); }
    30% { transform: rotate(20deg); }
    40% { transform: rotate(-15deg); }
    50% { transform: rotate(12deg); }
    60% { transform: rotate(-8deg); }
    70%,100% { transform: rotate(0deg); }
}
.expertisetalk span img {width:40px; height: auto;}
.expertisetalk .tfncallnum {border-radius: 10px; font-weight: 600; font-size: 15px;}


@media only screen and (max-width:767px) {
    .expertisetalk{display: none;}
}

@media only screen and (max-width:480px) {
    .expertisetalk span.callicon{width: 38px; height: 38px; line-height: 38px; font-size: 20px;}
    .tophead-langtfn{text-align: center; padding: 5px 0 30px;}
}


.mynavbar {display: flex; justify-content: space-between; align-items: center; padding: 0px 2px; border-radius: 10px;}
.upper-logo {width:110px;}
.upper-logo a {display: inline-block;}
.upper-logo a img {width: 106px; height: auto;}

.upper-menu{display: flex; align-items: center; position: relative; text-align: right;}
.upper-menu .up-nav_group {margin:0; padding:0; list-style: none;}
.upper-menu ul.up-nav_group li { display:inline-block; margin:0 4px; position: relative;}
.upper-menu ul.up-nav_group li a {color: #000; text-decoration: none; padding: 15px 10px; display: block; font-weight: 500; letter-spacing: .5px; font-size: 15px;}
.upper-menu ul.up-nav_group li a:hover, .upper-menu ul.up-nav_group li.active__nav a, .upper-menu ul.up-nav_group li:hover a, .upper-menu ul.up-nav_group li a.active {color:#11255c;}

.upper-menu ul.up-nav_group li ul {position: absolute; right: 0; z-index: 3; padding: 0 0 10px 0; text-align: left; background: #fff; border-radius: 5px; top: 45px; width: 450px; display: none; flex-wrap: wrap;}
.upper-menu ul.up-nav_group li ul li {margin-left: 0; width: 48%; padding: 0 10px;}
.upper-menu ul.up-nav_group li ul li a {display: block; font-size: 15px; color: #11255c !important; padding:10px 0px; border-bottom: 1px dotted #11255c;}
.upper-menu ul.up-nav_group li ul li a:hover{color: #35b7b7 !important;}

.upper-menu ul.up-nav_group li#categoryUrl > a{pointer-events: none;}

.upper-menu ul.up-nav_group li:hover ul{display: flex; gap: 2%;}

.side-navbar-button{display: none; margin: auto 3%}
.side-navbar-button button{border: 0; color: #11255c; outline: 0; background-color: #fff; cursor: pointer; font-size: 22px; border-radius: 4px; padding: 5px 10px;}
.side-navbar-button button:hover {color: #11255c;}
.side-navbar {
    position: fixed;
    background-color:#11255c; 
    color:white;
    display: flex;
    flex-direction: column;
    top: 0;
    right: 0;
    z-index: 999;
    height: 100%;
    overflow-y: scroll;
    width: 0;
    transition: width .2s;
}
.side-navbar::-webkit-scrollbar{display: none;}
.side-navbar ul {padding: 0; margin: 0;}
.side-navbar li {display: inline; margin:0;}
.side-navbar li:nth-child(1) {display: flex; justify-content:center; align-items:center; margin:0; padding: 30px 0 20px; font-size: 18px; font-weight: 600;}
.side-navbar li:nth-child(1) img {width: 100%; height: auto;}
.side-navbar li a{color:#fff; position:relative; text-decoration: none; display: flex; padding:22px 0 22px 20px; letter-spacing:2px; font-size:15px; border-top:1px solid #ffe8e0;}
.side-navbar li a i {margin-right:10px; color:#fff; font-size:18px;}
.side-navbar li a:before {content:"\f105"; font-family:fontAwesome; position:absolute; right:15px; opacity:0;}
.side-navbar li:nth-child(1) span {font-weight:bold; letter-spacing:1px; font-size:20px;}
.side-navbar li:nth-child(1) button {background-color:transparent; border: 0; outline: 0; color:#fff; font-size: 20px; cursor: pointer; position:absolute; right:10px; top:10px;}

.side-navbar .sidenavdropdown{position: relative;}
.side-navbar .sidenavdropdown span {color: #fff; display: block; letter-spacing: 1px; position: relative; font-size: 15px; border-top: 1px solid #ffe8e0; padding: 25px 0 25px 30px;}
.side-navbar .sidenavdropdown span i{margin-right:10px; color:#fff; font-size:18px;}
.side-navbar .sidenavdropdown span:before {content: "\f107"; font-family: fontAwesome; position: absolute; right: 15px;}
.side-navbar .sidenavdropdown ul {display: none;}
.side-navbar .sidenavdropdown ul li:nth-child(1) {display: block; border-bottom: none; margin-bottom: 0; padding: 0;}
.side-navbar .sidenavdropdown.activesidenavdropdown ul li a {padding: 20px 0 20px 40px;}
.side-navbar .sidenavdropdown.activesidenavdropdown span:before{content: '\f106';}

.side-navbar p{margin: 0 auto; margin-top: 20px; font-size: 14px; color: #333;}
.screen-overlay{position: fixed; width: 100%; height: 100%; background-color:rgb(255 255 255 / 80%); z-index: 998; top: 0; display: none; overflow: hidden;}

@media only screen and (min-width:1025px) {
.side-navbar{visibility: hidden;}
.screen-overlay{visibility: hidden;}  
}


@keyframes rotate {
  0% {filter: hue-rotate(0deg);}
  100% {filter: hue-rotate(360deg);}
}


#languagePopup {display:none;}
#languagePopup.active {display:flex; position:absolute; top:50px; right:-8px; width:100px; background:#fdfcfc;}
#languagePopup ul {margin:0; padding:0; width:100%; list-style-type:none;}
#languagePopup a {display:flex; width:100%; text-decoration:none; color:black; font-size:20px; align-items:center; padding:10px 10px;}
#languagePopup a:hover {background:white;}
#languagePopup a img {width:30px; height: auto; margin-right:10px;}


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

    .upper-menu {width: 75%; justify-content: flex-end;}
    .upper-menu .up-nav_group {display: none;}
    .side-navbar-button {display: block; margin:0 5px 0 0; padding:0px 0 0 10px;}
   
    #languagePopup.active{top: 40px;}
}

@media only screen and (max-width:767px) {
    .side-navbar-button{margin: 4px 0px 5px 0;}
}


.ui-widget.ui-widget-content.ui-autocomplete {width:466px;}
#ui-datepicker-div { width:600px !important; border-radius:8px;}
.ui-widget.ui-widget-content {border:1px solid #c5c5c5;}

.mainconnect {background:#242424; width: 100%; margin:auto;}
.best-deals .deals-section {margin:20px 0 40px; width:100%; float:left;}
.mainconnect .connect {width:100%; max-width:1200px; margin:auto; padding:20px 0; display:flex; justify-content:center; flex-wrap:wrap;}
.mainconnect .connect::before {display: table; content:'';}
.two-half {width:30%;  float: left; position: relative; text-align: center;   border-right: 1px solid #e2e3e3;  display: block;}

.two-half img {width: 150px;}
.one-half { width:100%; margin-top:30px; float: left; position: relative;   border-right: 1px solid #e2e3e3; left: 0; display: block;}
.three-half {width: 45%;  float: right; position: relative; display: block; text-align: right;    display: flex; flex-wrap: wrap; align-content: baseline; justify-content: center;}

.one-half, .two-half, .three-half span {display: block;  text-align: center; font-weight: 400; font-size: 12px; line-height: 55px;}
.three-half span, .one-half span, .two-half span {font-size: 16px; letter-spacing: 0.5px; text-align: left; font-weight: bold;}
.one-half ul {padding: 0; margin:0; list-style: none; display: flex; justify-content: center; align-items: center; }
.one-half ul li {display: inline-block;}
.one-half ul li a {float:left; margin:0 20px 0 0; font-size:30px;}
.pinterest {background-position: 91px 80px;}
.pinterest, .pinterest:hover, .pinterest:focus {color: #cb2027;}
.twitter {background-position: 142px 80px;}
.twitter, .twitter:hover, .twitter:focus {color: #00cafb;}
.facebook_ {background-position: -50px 80px;}
.facebook_, .facebook_:hover, .facebook_:focus {color: #3b5998;}
.youtube {background-position: 41px 80px;}
.youtube, .youtube:hover, .youtube:focus {color: red;}
.three-half .sign-up-box {width: 80%; position: relative; right: 0; display:flex;}
.three-half .sign-up-box .form-control {background-color:white; box-shadow:none; line-height:3; width:100%;  border:1px solid #fff; color: #555; border-radius:3px 0 0 03px; padding-left:10px; font-size:15px; letter-spacing:0.5px;}
.three-half .sign-up-box  .submit {background:#11255c; position: absolute; right: 0; top: 0; line-height: 2.1;}
.sign-up-box  .submit {background: #063d99; line-height:1.5;  border: none; padding: 10.5px 15px;  color: #fff; text-transform: uppercase; cursor: pointer;}

 #ui-datepicker-div {position: relative; }
.code_location{width:100%;float:left;padding:17px 0 18px;margin:0;cursor: pointer;display:none;color:#555;border-bottom:1px solid #ccc;}
.code_location > li{float:left;list-style:none;}
.code_location > li.code{font-size:26px; width: 100%;font-weight: normal;   font-family:system-ui;line-height:1;text-transform: uppercase;color: #424242;}
.code_location > li.location{font-size: 16px; line-height: 1; color: #5a5a5a; font-weight: normal;width: 100%;
    margin: 7px 0 0 0px; font-family: sans-serif;}

.mymain {width:100%; float:left; position:relative; border-bottom:1px solid #3434; padding-bottom: 20px;}
.mymain .mymaininner {background:#fff; padding: 10px 0px; margin-bottom: 2px;}
.mymain .mymaininner .mymaininner1 {max-width:1200px; padding-right: 15px; padding-left: 15px; margin-right: auto;    margin-left: auto;}
.mymain .mymaininner .mymaininner1:before {display: table; content: " ";}
.mymain .mymaininner .mymaininner1 h1 {font: 400 20px/30px Arial, Helvetica, sans-serif;
    color: #2f2f2f; border-bottom: 1px solid #d1d1d1; font-size: 25px; font-weight: 700; width: fit-content; padding:10px 0;}

.mymain .mymaininner .mymaininner1 p.redmore {width: 100%; text-align: right;}
.mymain .mymaininner .mymaininner1 p.redmore a {color:#db2405; font-size: 14px; text-decoration:underline; letter-spacing:1px}
.mymain .mymaininner .mymaininner1 p.redmore {text-decoration: none; color:#848b8d; font-size: 12px; display:flex; justify-content:flex-end;}

.mymain .mymaininner .mymaininner1 .block1 {float:left; min-width:15%;}
.mymain .mymaininner .mymaininner1 .block2 {float:left; width:15%; margin-right:0%;}
.mymain .mymaininner .mymaininner1 .block1 ul {margin:0; padding:0;}
.mymain .mymaininner .mymaininner1 .block1 ul li {list-style-type:none; }
.mymain .mymaininner .mymaininner1 .block1 ul li a  { position:relative; padding-left: 10px; font: 300 14px/30px Arial, Helvetica, sans-serif; text-decoration: none;    color: #848b8d;    text-transform: capitalize; letter-spacing:1px; line-height: 20px; margin-bottom: 13px; display: inline-block; transition:all 0.5s; -webkit-transition:all 0.5s;}
.mymain .mymaininner .mymaininner1 .block1 ul li a:before {content:"\f105"; font-family:FontAwesome; position:absolute; left:0; transition:all 0.5s; -webkit-transition:all 0.5s;}
.mymain .mymaininner .mymaininner1 .block1 ul li a:hover:before {content:"\f101"; transition:all 0.5s; -webkit-transition:all 0.5s;}
.mymain .mymaininner .mymaininner1 .fLink_sctn {display:flex; flex-wrap:wrap; justify-content:space-between;}
.mymain .mymaininner .mymaininner1 .block1 ul li a:hover  {text-decoration:none; color:#063d99; padding-left:15px; transition:all 0.5s; -webkit-transition:all 0.5s;}
.mymain .mymaininner .mymaininner1 .block2 ul li a:hover  {text-decoration:none;}
.mymain .mymaininner .mymaininner1 .block2 ul {margin:0; padding:0;}
.mymain .mymaininner .mymaininner1 .block2 ul li {list-style-type:none;}
.mymain .mymaininner .mymaininner1 .block2 ul li a  {font: 300 12px/30px Arial, Helvetica, sans-serif; color: #848b8d; text-transform: capitalize;}
.mymain .mymaininner .mymaininner1 .block2 ul li a:hover  {text-decoration:none;}
    

.engine-bg {background-image: url(../images/enginebg.webp); background-position: top; background-size: cover; width: 100%; position: relative; margin-top:0px;
   display:flex; align-items:center; height:500px;}
.engine-bg:before {content: ''; position: absolute; background: rgb(0 0 0 / 25%); width: 100%; height: 100%;}
.bg-overlay {width: 100%; position: relative; margin:0px 0 50px; padding-top: 15px;}

.bg-overlay .engine-topheading {text-align: center; font-size: 32px; color: #fff; font-weight: 600; margin-top: 0; top:0}
.bg-overlay .engine-topheading .engine-subheading {display: block; font-size: 16px; margin-top: 15px;}
.bg-overlay .engine-topheading .engine-subheading i {background: #3ea5e0; width: 20px; height: 20px; border-radius: 100%; text-align: center; line-height: 16px; border: 1px solid #fff; box-shadow: 1px 1px 8px -2px rgb(68, 48, 48);}
.bg-overlay h1 {color: #fff;  text-align: center; margin-top: 0; margin-bottom: 0; position: relative; top: -90px;}
.bg-overlay .engine-topsubtext {text-align: center; color: #fff; font-size: 20px; font-weight: 600; margin-top: 5px;}


.engine {width:88%; max-width: 1200px; margin: auto; position: relative;}
.engine-selector {display:flex; width:auto; margin-bottom:0px}
.engine-selector ul {padding: 0; margin: 0; list-style: none;}
.engine-selector li {display:inline-block;}
.engine-selector li a {font-size: 16px; font-weight: 600; cursor: pointer; padding:10px 20px; background-color:rgba(255, 255, 255, 0.7); border-radius:10px 10px 0 0;  display:inline-block; position:relative; pointer-events: none; text-decoration: none; color: #000;}
.engine-selector li a:hover { background-color:#11255c; color:white; }
.engine-selector li a:before { display:none; content:''; position:absolute; bottom:-10px; left:calc(50% - 4px); width:8px; height:20px; background:white; }
.engine-selector li a i {font-size: 20px;}
.flight-engine {margin: 0; padding: 25px 30px; position: relative; width: 100%; background: rgba(255, 255, 255, 0.7); border-radius: 0px 12px 12px; box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, .5);}
.trip-selector label {position: relative; padding-left: 23px; cursor: pointer; font-size:14px; margin-right: 10px; user-select: none; -webkit-tap-highlight-color: transparent;
    display:inline-flex; align-items:center; height:16px; transition:all 0.5s;}
.trip-selector label.active {font-weight: bold;  transition:all 0.5s; }
.trip-selector {margin-bottom: 20px;}
/* .trip-selector:before {content:''; position:absolute; bottom:-15px; left:calc(50% - 4px); width:8px; height:20px; background:white} */
.trip-selector pre {font-family: "Poppins", serif; font-weight: 500; letter-spacing: .4px;}
.trip-selector label input {position: absolute; width: 0; height: 0; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none;
    appearance: none;}
.trip-selector label .custom-radio {width: 15px; height: 15px; /* background:#d1d0d0; */ border-radius: 50%; position: absolute; top: 0; left: 0;  transition:all 0.5s;
    border: 1px solid #000;}
.trip-selector label input:checked~.custom-radio {transform: scale(0.8); background: #000; transition: all 0.5s;}
.trip-selector label.active span:before {content: ''; width: 24px; height: 24px; position: absolute; top: -7px; left: -7px; border: 1px solid #000; border-radius: 20px;}
.flight-search {display: flex; flex-wrap: wrap;  width: 100%;}
.flight-search input {height:60px; border: 0; outline: 0; font-size:14px; font-weight: 500; margin: 0px 0px!important; color:#1e1e1e; font-family: "Poppins", serif;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.defaultcity input:focus, .multicity input:focus {outline: none;}
.flight-search input::-webkit-input-placeholder {color: #1e1e1e;}
.flight-search input::-moz-placeholder {color: #1e1e1e;}
.flight-search input:-ms-input-placeholder  {color: #1e1e1e;}
.flight-search input:-moz-placeholder {color: #1e1e1e;}


.search-date {width:68%; display: flex; flex-direction: column; position: relative; z-index: 2;}
.defaultcity {width:100%; display: flex; position: relative; /* flex-wrap: wrap; */ gap: 6px;}
.defaultcity .rvksh {position: relative; }
.defaultcity .origra { width:31%; position:relative; }
.defaultcity .origra  input.search {width: 100%!important; border-right:1px solid gainsboro; padding:0 5px 0 40px;border-radius: 6px; box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 20%);}
.defaultcity .origra span, .defaultcity .origra label {font-size:14px; color:#838383; display: block; margin-top: 10px; letter-spacing:1px; font-weight:600; }
.defaultcity .origra span.bottom {padding-bottom:8px; margin-bottom: 12px;  font-size:14px; color:#999;  display: block; border-bottom: 1px solid #999; margin-top: 0px;}
.defaultcity .origra label.bottom { cursor:text; padding-bottom:1px; margin-bottom: 12px;  font-size:14px; color:#999;  display: block; border-bottom: 1px solid #999; margin-top: 0px;}
.defaultcity .pl10px {padding-left: 10px;}
/* #origin, #origin2, #origin3, #origin4, #origin5, #origin6 { border-radius:50px 0 0 50px } */
.defaultcity .departCal { width:18%; }
.defaultcity .returnCal { width:18%; }
#retrnCalndr.activeOneway { width:0; display:none }
#deprtCalndr.activeOneway { width:37%; }
#deprtCalndr.activeOneway input.date { text-align:left; padding-left:37px; }
.planeD { position:absolute; top:18px; left:10px; }
.origra.rvksh .planeD { position:absolute; top:16px; left:20px; }
.defaultcity .origra input#destination { padding-left:48px; }
.defaultcity img#swap {position: absolute; z-index: 3; cursor: pointer; left: calc(100% - 14px); top: 14px; /* transform: rotate(90deg); */ opacity: 0.9; width: 32px; height: 32px;}
.defaultcity input.mips {height:24px; width:24px; border: none; outline: 0; background:none; position: absolute; z-index: 3; background-image: url(../images/icons/calendar-todo-fill.svg);
    background-repeat: no-repeat; background-size:24px 24px; background-position: 2px 2px; cursor: pointer; left:7px; top:16px; margin-left: -12px;}

.defaultcity input.date {width:100% !important; padding-left: 20px; text-align:center; border-radius: 5px; box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 20%);}
#returnDate:disabled { background:#b5b5b5; cursor:no-drop; }
.coach-button {width:31%; display:flex; gap: 8px; padding-left: 8px; position: relative;}
.coach-button input.coach {width:100%; font-size:14px; margin: 5px 0; margin-right: 2%; cursor: pointer; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;
    padding-left:35px; padding-right: 20px; user-select: none; height: 60px; border-radius: 5px;}
.coach-button input.coachi1 {background-image: url(../images/icons/user-add-fill.svg); background-position:8px 18px; background-size:24px; background-repeat:no-repeat;     box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 20%);}
.coach-button button#sbtn {color: #fff; padding: 15px 20px; border: 0; outline: 0; border-radius: 5px; background: #11255c; font-weight: 700; font-size: 18px; width: 150px;
    height: 60px; cursor: pointer; flex: auto;}

.trvlrSectn {flex:auto; position:relative; }
.trvlrSectn > .fa-angle-down {position:absolute; top:24px; right:8px; font-weight:bold; color:#000; }
.coach-button button#sbtn:hover {background:#35b7b7; }
.traveler-coach-dropdown {position: absolute; background-color:whitesmoke; border-radius: 3px; padding: 10px; display: flex; flex-wrap:wrap; top:75px; right: 0; z-index: 999;
    width:300px; border: 1px solid #ccc;}
.bannerheding { display:none }
.traveler-coach-dropdown:before { content:''; position:absolute; right:20px; top:-7px; background:whitesmoke; width:14px; height:14px; transform:rotate(45deg); }
.travelers-container {display: flex; width: 100%; flex-wrap: wrap; justify-content: space-between;}
.traveler-type {width: 100%; display: flex; justify-content: space-between; margin-bottom: 10px;}
.traveler-type .traveler-type-info span {display: block; margin-top: 3px;}

.traveler-type div:nth-child(1) {color: #101010; font-family: "Poppins", serif; font-size: 13px; margin: 10px 0 2px;}
.plus-minus-number {display: flex;}
.plus-minus-number button {width: 45px; height: 45px; color: #101010; border: 0; outline: 0; background-color: #dfdfdf; cursor: pointer; font-size: 12px; border-radius: 0;
    margin: 0; padding: 10px;}
.plus-minus-number button:hover {background-color: rgba(8, 100, 255, .9); color: #fff;}
.plus-minus-number input {border: 0; outline: 0; width: 40px; height: 45px; background-color:#f5f5f5; font-family: "Poppins", serif; font-weight: 600; font-size: 15px;
    cursor: pointer; text-indent: 0; border-radius: 0; text-align: center; padding: 0; margin: 0;}
.plus-minus-number button.paxMinus { border-radius:4px;}
.plus-minus-number button.paxPlus { border-radius:4px;}
.plus-minus-number button.paxMinus:hover { background-color:#11255c; }
.plus-minus-number button.paxPlus:hover { background-color:#11255c; }
.class-done {display: flex; flex-direction: column; width: 100%; margin-left:0; justify-content: center; font-family: "Poppins", serif;}
.coach-type {width: 100%; margin-bottom: 20px; margin-top: 12px;}
.coach-type div:nth-child(1) {color: #101010; font-size: 11px; margin: 10px 0;}
.coach-type select {width: 100%; height: 50px; color: #505050; border: 1px solid #dfdfdf; outline: 0; background-color: #ededed; cursor: pointer; font-size: 14px;
    font-weight: 500; border-radius: 8px; letter-spacing: 0.5px; padding-left: 8px; margin: 0;}
.ashm {display: none; position: absolute; margin-top: 30px;}
.coach-type select:focus {border-color: rgba(8, 100, 255, .9);}
.class-done button {
    width:100px;
    height: 34px;
    color:#fff;
    border:0;
    outline: 0;
    background:#11255c;
    cursor: pointer;
    font-size:14px;
    border-radius:50px;
    margin:15px auto 5px;
}
.class-done button:hover {background:#11255c}
.multicity {display: none; position: relative; padding:0 0 0 0; margin:10px 0 0 0;gap: .5%;}
.multicity .originM {font-size:14px; color:#838383; letter-spacing:1px; font-weight:600; position:absolute; top:10px; left:0; }
.multicity .destinationM {font-size:14px; color:#838383; letter-spacing:1px; font-weight:600; position:absolute; top:10px; left:60%; }
.multicity input.msearch {
    height:40px;
    border: 0;
    outline: 0;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    color:#999;
    font-family: -apple-system, BlinkMacSystemFont, Arial, Helvetica Neue, Segoe UI, Poppins, sans-serif;
    width: 40%;
    background-repeat: no-repeat;
    background-size: 22px 22px;
    background-position: 9px 15px;
    padding-left: 0;
    padding-right: 13px;
    margin:0 !important;
    border-radius:0 }

#destination2, #destination3, #destination4, #destination5, #destination6 { float:right; border-radius: 5px;}
.multicity .Mcalendr { position:absolute; top:18px; left:10px; opacity:0.7; }
.multicity input.mdate {
    height: 40px;
    border: 0;
    outline: 0;
    border-radius: 5px;
    padding-left:0;
    font-size: 14px;
    font-weight: 600;
    color: #101010;
    font-family: -apple-system, BlinkMacSystemFont, Arial, Helvetica Neue, Segoe UI, Poppins, sans-serif;
    width:40%;
    padding-right: 32px;
    margin: 5px 0;  
    border-radius:5px;
}

.multicity button.cbtn {
    background-color:#01112b;
    color:#fff;
    border: 0;
    outline: 0;
    cursor: pointer;
    width:28px;
    height:28px;
    padding:1px 2px;
    position: absolute;
    right:-40px; 
    font-size:14px;
    bottom:85px; 
    border-radius:50px;
}
.multicity button.cbtn:hover {
    background:red;
}
.multicity .multiFrom { width:35%; position:relative; }
.multicity .multiFrom img { position:absolute; top:18px; left:10px; }
.multicity .multiFrom input { width:100%; height:60px; border-right:1px solid gainsboro; border-radius:5px; padding-left:40px; font-weight:400; }
.multicity .multiTo { width:35%; position:relative; }
.multicity .multiTo img { position:absolute; top:18px; left:10px; }
.multicity .multiTo input { width:100%; height:60px; border-right:1px solid gainsboro; padding-left:40px; font-weight:400; }
.multicity .multiDate { width:30%; position:relative; }
.multicity .multiDate input.mdate { width:100%; height:60px; padding-left:40px; font-weight:400; }
.flight-search.multicityMode .coach-button .trvlrSectn { /*padding-right:180px;*/ border-left:0; width:calc(100% - 180px); flex: unset;}
/* .flight-search.multicityMode .coach-button button#sbtn { position:absolute; border-radius:0 50px 50px 0; top:0; right:0; width:180px; padding:16.5px 20px; } */
.flightno {
    width: 100%;
    color: #fff;
    margin: 3px 0;
    font-size: 13px;
    justify-content: space-between;
    display: none !important;
    font-weight: 600;
}
.flightno button {
    background-color: transparent;
    color: #fff;
    border: 0;
    outline: 0;
    cursor: pointer;
    font-weight: 600;
}
.airline-search {
    margin-top: 15px;
    display: flex;
    align-items: center;
    width: 67%}
.airline-search input.airline {
    height: 30px;
    background: 0 0;
    border: 0;
    outline: 0;
    color: #000;
    border-bottom: 1px solid #999;
    width: 35%;
    background-image: url(../images/magnifying-search-lenses-tool.png);
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: 5px 8px;
    padding-left: 27px;
    font-family: -apple-system, BlinkMacSystemFont, Arial, Helvetica Neue, Segoe UI, Poppins, sans-serif;
    margin-right: 1%}
.airline-search input.airline::placeholder {
    color: #ddd;
}
.airline-search label {
    position: relative;
    cursor: pointer;
    color: #000;
    font-family: -apple-system, BlinkMacSystemFont, Arial, Helvetica Neue, Segoe UI, Poppins, sans-serif;
    user-select: none;
    font-size: 12px;
    margin-left: 10px;
    padding-left: 45px;
    -webkit-tap-highlight-color: transparent;
    width: 35%}
.airline-search label input {
    position: absolute;
    width: 0;
    height: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.custom-switch {
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 14px;
    background-color: rgba(153, 153, 153, .9);
    border-radius: 14px;
}
.custom-switch::after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #fff;
    top: -2px;
    right: 17px;
    transition: right .2s linear;
}
.airline-search label input:checked~.custom-switch::after {
    right: 0;
}
.airline-search label input:checked~.custom-switch {
    background-color: rgba(50, 230, 50, .9);
}
.multibuttons {
    width:70%;
    display: flex;
    justify-content: space-between;
    display: none; margin:10px 0 0; 
    /* background:white;  */
    padding:10px; 
    border-radius:50px;
}
.multibuttons button {background-color: transparent; border: 0; outline: 0; cursor: pointer; font-weight: 600; padding:7px 15px 7px;}

.multibuttons button:hover {background-color:#db2405; color:white; border-radius:4px}
.multibuttons button#addflight { background:#01112b; border-radius:50px; color:white; }
.multibuttons button#addflight:hover { background-color:#11255c }
.multibuttons button#clearall { background:#01112b; color:white; border-radius:50px; }
.multibuttons button#clearall:hover { background:#11255c }
.multibuttons button::after {
    border-bottom: 1px solid #fff;
    display: block;
    margin: 2px 0;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
    transform-origin: 100% 50%}
input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
.multibuttons button:hover::after {
    transform: scaleX(1);
}

@media only screen and (max-width:1200px) {
    .defaultcity input.mips{left: 3px;}
    .defaultcity input.date {padding-left: 30px;}
}

@media only screen and (max-width:1100px) {
    #ui-datepicker-div { left: 35% !important;}
}


@media only screen and (max-width:1025px) {
    .search-date {width: 100%}
    .coach-button {width: 100%; margin:15px 0 0; padding-left: 0;}
    .trvlrSectn { border-left:0; }
    .airline-search{width: 74%}
    .airline-search input.airline{width: 40%}
    .airline-search label{width: 26%}
    
    .multicity button.cbtn {right:0;}
    /* .flight-search.multicityMode .coach-button .trvlrSectn { padding-right:30%; } */
    .flight-search.multicityMode .coach-button button#sbtn { width:30%;}
    .traveler-coach-dropdown {width: 74%; right: 26%}
    
    .multicity .multiFrom, .multicity .multiTo {width: 31%;}
    .multicity .multiDate {width: 32%;}

    .engine-bg{height: auto;}
    
    }
    

@media only screen and (max-width:900px) {
    #ui-datepicker-div { left: 28% !important; }
    .defaultcity input.date {padding-left: 10px;}
}

@media only screen and (max-width:768px) {
.bg-overlay .engine-topheading{font-size: 25px;}
.bg-overlay .engine-topsubtext{font-size: 17;}
/* .bg-overlay h1 {display: none;} */
.engine {position: relative;}
.defaultcity input.search {width: 49%}
.defaultcity input#swap {left: 49%}
.defaultcity input.date {width: 100%!important; font-size: 16px; font-weight: 600; /*padding-left: 27px;*/} 
.coach-button input.coach {width: 40%; font-size: 15px;}
.ashm {position: absolute; margin-top: 30px;}
/* .ui-widget.ui-widget-content {width: 95%!important; left: 3px!important;} */
.pl23px {margin-top: -6px!important;}
.two-half {width: 100%; border-right: none;  }
.one-half {width: 100%; border-right: none }
.three-half {width: 100%; }
.one-half ul {margin:20px;}

.coach-button button#sbtn {width:100%; margin-left: 0;}
.mymain .mymaininner .mymaininner1 .block1 {float:left; width:50%; }
.mymain .mymaininner .mymaininner1 .block1:nth-child(even) { width:auto; min-width:30% }
.mymain .mymaininner .mymaininner1 .block2 {float:left; width:49%; margin-right:0%;}
#ui-datepicker-div {width: 100% !important;;}
   
.code_location{display:block;position:relative; z-index:99; }   
#ui-datepicker-div.dis-flex { position:fixed !important; top:0 !important; overflow-y:auto; overflow-x:hidden; height:100% !important; display:block !important; z-index:1000000000 !important; }
#ui-datepicker-div>div { width:100%; height:auto } 
#ui-datepicker-div {width: 90% !important; left: 0% !important; right: 0; margin: 0 auto;}

.airline-search {position: absolute; bottom: 85px; width: 93%; margin: 10px 1%}
.traveler-coach-dropdown {width:100%; right:0}
}
@media only screen and (max-width:585px) {
.defaultcity input.search {width: 99%}
.airline-search label {display: none;}
.airline-search input.airline {width: 70%}
.defaultcity input#swap {height: 40px; width:40; background-size: 40px 40px;}

.traveler-coach-dropdown {
    flex-wrap: wrap;
    background-color: #f9f9f9;
    border: 1px solid #888;
}

.travelers-container {
    width: 100%}
.class-done {
    width: 100%}


.coach-type select { font-size: 15px; margin-left: 0px;}
}
@media only screen and (min-width:586px) {
    .flightno {display: none!important;}
}

.signup-section {
    padding: 20px 15px;
    width: 584px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -292px;
    bottom: -70px;
    border-radius: 7px;
    box-shadow: 1px 1px 2px silver, -1px 1px 2px silver;
    display:none;
}
.signup-head {
    font-size: 16px;
    color: #303030;
    padding: 5px 0;
    padding-left: 2px;
}
.signup-head b {
    color: #002142;
    font-size: 17px;
}
.signup-inputs {
    display: flex;
    margin: 5px 0;
    justify-content: space-between;
}
.signup-inputs input {
    height: 45px;
    border: 1px solid grey;
    border-radius: 5px;
    outline: 0;
    padding-left: 10px;
    width: 70%;
    font-size: 16px;
}
.signup-inputs input:focus {
    border: 1px solid #add8e6;
    border-radius: 5px;
    box-shadow: 1px 1px 1px #add8e6, -1px -1px 1px #add8e6;
}
.signup-inputs input::placeholder {
    color: silver;
    font-size: 17px;
}
.signup-inputs button {
    height: 45px;
    width: 28%;
    background-color:#063d99;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
    cursor: pointer;
    border: 0;
    outline: 0;
    font-size: 16px;
}
.signup-inputs button:hover {
    background-color: #002142;
}
.signup-footer {
    width: 93.5%;
    display: flex;
    justify-content: space-between;
    padding-left: 3px;
}
.signup-footer li {
    display: inline;
    font-size: 13px;
    color: #909090;
}
.signup-footer li a {
    color: #909090;
    font-size: 13px;
}
@media only screen and (max-width:585px) {
    .signup-section {
    display: none;
    width: 94%;
    left: 0;
    margin-left: 0;
    margin: 10px 3%;
    margin-bottom: -20px;
    position: static;
    box-shadow: initial;
    background-color: #002142;
}
.signup-head {
    color: #fff;
}
.signup-head b {
    color: #fff;
}
.signup-footer li, .signup-footer li a {
    color: #fff;
}
}.ad-banner {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 120px;
}
.ad-banner a {
    max-width: 900px;
    width: 90%;
    height: 100%}
.ad-banner a img {
    width: 100%}
    
@media only screen and (max-width:920px) {
    .ad-banner { margin-top:20px;}
}

.best-deals {
    width:88%;
    max-width: 1200px;
    margin: auto;
    margin-top:40px; 
    position:relative;
     z-index:0
}
.best-deals h2 {
    text-align: center;
    color: #333;
    margin: 20px auto;
}
.deals-section h3 {
    color: #273896;
    margin: -5px 5px;
}
.deals-section hr {
    color: #666; margin:0 0 20px 0;
}
.deal-blocks {
    display: flex;
    flex-wrap: wrap;
}
.deal-item {
    width:33.33%; display:flex;
    padding-right: 25px;
    position: relative;
    margin: 10px 0}
.deal-item img {
    width:100px;
    height:100px;
    border-radius:5px 0 0 5px; object-fit:cover;
}
.deal-text {
    border-radius:0 5px 5px 0;    background: white; box-shadow:5px 2px 10px gainsboro;
    color:#282828
}
.cityname, .price {
    font-size: 22px;
}
.cityname {
    width:100%;
}
.deal-text button {
    width: 80%;
    height: 35px;
    background-color: #11255c;
    color: #fff;
    border: 0;
    outline: 0;
    border-radius: 5px;
    margin: 10px auto;
    cursor: pointer;
    font-size: 15px;
}
.deal-text button:hover {
    background-color: red;
}
.fromcity, .tocity {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 96%;
    white-space: nowrap;
    font-size: 18px;
}
.deal-blocks .cityname {font-size:16px;    width: 100%; float: left; }
.deal-blocks .deal-text button {width: 85px; margin: 0; font-size: 12px; height: 28px; letter-spacing: .5px;}
.deal-blocks .deal-text .price {font-size: 16px; font-weight: bold; }
.deal-blocks .deal-text > div { display:flex; align-items:center; justify-content:space-between; width:100%; float:left;}
.deal-blocks .deal-text {padding:10px 10px 5px; display:flex; flex-wrap:wrap; align-content:space-between; }
.deal-blocks .deal-text .cityfromto {font-size: 14px; font-weight: bold; float: left; margin: 4px 0 4px; }
.deal-blocks .deal-text .datefromto {font-size: 14px; float: right; margin: 4px 0 4px; }
@media only screen and (max-width:1025px) {
    .deal-item {width:50%;}
}
@media only screen and (max-width:768px) {
    .side-navbar li:nth-child(1) button { top:10px; }
}
@media only screen and (max-width:585px) {
.best-deals {margin-top:0;}
}

@media only screen and (max-width:400px) {
    .deal-item img {width: 100%; border-radius: 5px 5px 0 0;}
    .deal-text {box-shadow:0px 2px 10px gainsboro;}
}
    
.fhead {
    color: #fff;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #d1d1d1;
    font-size: 25px;
    font-weight: 700; width: fit-content;
}
.quick-links {
    display: flex; flex-wrap: wrap;
    padding: 10px 0;
    margin: 0;
}
.lrhead {
    color: #fff;
    margin: 10px 0;
    font-size: 16px;
    font-weight: 600; 
    letter-spacing: 1px; 
    
}
.links-row {
    display: flex;
    flex-direction: column;
    width: 25%}
.links-row li {
    display: inline;
    margin: 3px 0;
}
.links-row:nth-child(1) li {
    margin: 4px 0;
}
.links-row li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px; letter-spacing:1px; position:relative; padding-left: 10px;
    transition:all 0.5s; -webkit-transition:all 0.5s;
}
.links-row li a:before { content:"\f105"; font-family:FontAwesome; position:absolute; left:0; }
.links-row li a:hover:before { content:"\f101"; }
.links-row li a:hover { padding-left: 15px;
    text-decoration:none; transition:all 0.5s; -webkit-transition:all 0.5s;
}

.links-row:nth-child(1) li a:hover {
    text-decoration: none;
    color:yellow;
}
.links-row li a.qlhead {
    color:yellow;
    font-size: 15px;
}
.footer2 {
    width: 96%;
    margin: auto;
    max-width: 1200px;
    font-size: 12.49px;
    line-height: 17px;
}
.footer2 b, .footer2 p {
    color: #777;
}
.footer-icons {
    width: 96%;
    margin: auto;
    max-width: 900px;
    height: 48px;
    background-image: url(../images/footericons.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 85% auto;
}
@media only screen and (max-width:1025px) {
.footer-icons {display: none;}
}

.parows, .pfrows, .sdrows, .tidrows, .tudrows {display: none;}
.access-links li a i.fa-caret-right {display: none;}
.access-links li a.qlhead i.fa-caret-right {display: inline;}
.bgimg {
    background-image: url(/resources/images/aboutbg.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 200px;
    position: relative;
}
.bgoverlay {
    background-color: rgba(0, 33, 66, .6);
    width: 100%;
    height: 200px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    font-size: 25px;
    justify-content: center;
    font-family: Mukta;
}
.aboutus {
    width: 94%;
    max-width: 1200px;
    margin: auto;
    color: #303030;
    font-size: 15px;
    padding: 20px 0;
}
.aboutus h4, .aboutus h6 {
    color: #101010;
    font-family: Lato;
    margin: 15px 0;
}
.contactus {
    display: flex;
    justify-content: space-between;
    width: 94%;
    max-width: 1200px;
    margin: auto;
    padding: 20px 0;
    }
.contact-details {
    display: flex;
    flex-direction: column;
    color: #303030;
    width: 50%}
.contact-details h3 {

    color: #101010;
}
.contact-details span {
    margin: 5px 0;
}
.contact-details span i {
    color:#11255c;
    font-size: 18px;
}
.contact-form {
    width: 45%;
    color: #000;
}
.contact-form h3 {
    font-family: Lato;
    color: #101010;
}
.contact-form form {
    width: 100%}
.flname, .phonemail {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
}
.flname div, .phonemail div {
    width: 47%}
.flname div input, .phonemail div input {
    width: 100%;
    height: 35px;
    border: 1px solid #999;
    border-radius: 5px;
    outline: 0;
    border-radius: 1px; padding-left:10px;
}
.comment {
    margin: 30px 0;
    width: 100%}
.comment textarea {
    width: 100%;
    height: 150px;
    border: 1px solid #999;
    border-radius: 5px;
    outline: 0;
    border-radius: 1px;
}
.submit-form {
    display: flex;
    margin: 30px 0;
}
.submit-form button {
    border: 0;
    border-radius: 5px;
    outline: 0;
    color: #fff;
    background-color: #11255c;
    padding: 15px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
}
.submit-form button:hover {
    background-color:#35b7b7;
}
@media only screen and (max-width:992px) {
    .contactus {
    flex-direction: column;
    width: 90%}
.contact-details {
    width: 100%}
.contact-form {
    width: 100%}
}@media only screen and (max-width:768px) {
    .aboutus {
    width: 94%}
}.ui-menu .ui-menu-item {
    display: flex;
    flex-direction: column;
    color: #11255c;

    font-size: 15px;
}
.ui-menu .ui-menu-item a {
    padding: 12px 10px;
    background-color: #fcfcfc;
    border-bottom: 1px dashed #ccc;
    border-radius: 0;
    transition: all .1s ease-in-out;
    background-image: url(../images/flightb.png);
    background-repeat: no-repeat;
    background-position: 8px 9px;
    background-size: 20px 20px;
    text-indent: 25px;
}
.ui-menu .ui-menu-item a.ui-state-focus {
    color: #fff;
    background-color:#11255c;
    border-radius: 0;
    background-image: url(../images/wflightb.png);
}
.ui-datepicker {
    padding: 0;
    border-radius: 0;
    background-color: #fff;
    width: 280px;
}
.ui-datepicker .ui-datepicker-header {
    background-color:transparent;
    border: 0;
    color: #444; border-bottom:1px solid gainsboro; padding:7px 0;
    width: 100%;
    margin: 0;
    border-radius: 0;
    font-family: -apple-system, BlinkMacSystemFont, Arial, Helvetica Neue, Segoe UI, Poppins, sans-serif;
}
.ui-datepicker .ui-datepicker-next:hover, .ui-datepicker .ui-datepicker-prev:hover {
    background-color: #fff;
    border: 0;
}
.ui-datepicker-calendar .ui-state-default {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    text-align: center;
    width:40px;
    height:40px; 
    border-radius:50%;
    font-size: 17px;
    background-color: #fff;
    color: #101010;
    margin: 0 auto;
}
.ui-datepicker-calendar .ui-state-hover {
    background:#11255c;
    color: #fff;
}
.ui-datepicker-calendar .ui-state-active {
    background-color:#11255c;
    color: #fff;
}


.searches {
    position: absolute;
    top: 60px;
    left: 0;
    background-color: #fff;
    z-index: 1000;
    box-shadow: 1px 1px 1px #ccc, -1px -1px 1px #ccc, 1px -1px 1px #ccc, -1px 1px 1px #ccc;
    display: none;
}
.search-item {
    display: flex;
    align-items: center;
    width: 330px;
    padding: 13px 10px;
    cursor: pointer;
    border-top: 1px dashed #999;
    position: relative;
}
.search-item:nth-child(1) {
    border: 0;
}
.flight-img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 2px solid #002162;
    color: #11255c;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 20px;
}
.sftd {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 20px;
}
.sfrom-to {
    font-size: 17px;
    color: #002162;
    padding: 5px 0;
}
.sdates {
    font-size: 14px;
    color: #555;
}
.sright-angle {
    font-size: 20px;
    color: #002142;
    position: absolute;
    right: 10px;
}
.strip-type {
    font-size: 13px;
    color: #999;
    padding: 0 8px;
}
.sactive {
    color: #11255c!important;
}
#mysea span.tok {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background-color: #11255c;
    text-align: center;
    font-size: 10px;
    font-weight: 550;
    color: #fff; padding-top: 1px;
}
.bookings-form-container {
    background-color: #fff;
    padding: 30px 0;
}
.bookings-form {
    max-width: 1200px;
    margin: 20px auto;
    padding: 30px;
    border-radius: 5px;
    background-color: rgba(0, 33, 66, .9);
}
.bform-head {
    color: #fff;
    font-size: 22px;
    padding: 0 10px;
}
.bform input {
    height: 45px;
    border: 0;
    outline: 0;
    border-radius: 4px;
    color: #505050;
    margin: 10px 10px;
    text-indent: 5px;
    font-size: 16px;
    font-weight: 500;
}
.bform input:focus {
    border: 1px solid #fff;
    box-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, -1px -1px 1px #fff;
}
.bform {display: flex; margin: 20px 0; align-items: center; color: #fff; position: relative;}
.bemail {width: 28%}
.blname, .bzcode {width: 22%}
.bform button {border: 0; outline: 0; background-color: #11255c; color: #fff; height: 45px; border-radius: 4px;
    padding: 0 10px; width: 15%; font-size: 16px; font-weight: 550; cursor: pointer; margin: 10px 10px;}

@media only screen and (max-width:1220px) {
.bookings-form {width: 96%}
.bform {flex-wrap: wrap; justify-content: space-between;}
.bform input {margin: 10px 0;}
.bform-head {padding: 0;}
.bemail {width: 33%}
.blname, .bzcode {width: 30%}
.bform button {position: absolute; right: 0; top: 65px; width: 20%; margin: 10px 0;}
.bform {margin-bottom: 50px;}
}

@media only screen and (max-width:768px) {
.bform {flex-direction: column;}
.bemail, .bform button, .bform-head, .blname, .bzcode {width: 99%}
.bform button {position: static;}
.bform {margin-bottom: 20px;}
}

@media only screen and (max-width1199px){
   .bannerheding { position:relative; right:0; top:0; }
}


/* Engine new css start */
#DremEmpIcon, #OremEmpIcon { display:none; z-index:10; position:absolute; top:40px; right:0; font-size:18px; color:grey; cursor:pointer; }
#DremEmpIcon:hover, #OremEmpIcon:hover { color:red }
#txtFltOrigin, #txtFltDestin { pointer-events:none; position:absolute; bottom:30px; left:-2px; font-size:35px; width:100%; float:left; background:white; color:#848484; display:none; letter-spacing:1px; font-weight:normal; height:35px; line-height:35px; }
.ui-datepicker th { background-color:transparent; color:#444; font-weight:normal; letter-spacing:1px; width:14.28% }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display:none }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; left:0; margin:0; top:0; height:100%; width:35px; display:flex; align-items:center; justify-content:center; background-image:none; color:#ababab; font-size:22px; }
.ui-datepicker .ui-datepicker-next { left:unset; right:0 }
.ui-datepicker .ui-datepicker-prev:before { content:"\f0a8"; font-family:fontAwesome; }
.ui-datepicker .ui-datepicker-next:before { content:"\f0a9"; font-family:fontAwesome; }
.ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-next:hover { color:#11255c }
.ui-datepicker td { padding:0 }
/* Engine new css end */


@media only screen and (max-width:991px){
    .mainconnect .connect { flex-wrap:wrap; }
    .two-half { width:50%; display:inline-flex; flex-wrap:wrap; justify-content:center; }
    .two-half span { width:100%; text-align:center; }
    .one-half { border-right:0 }
    .trip-selector { right:0; }
}

@media only screen and (max-width:767px){
    .two-half span {line-height:normal;}
    .two-half {margin-bottom:15px;}
    .one-half ul {margin:0;}
    .one-half {margin-bottom:15px;}
    .bg-overlay {margin-bottom: 0;}
    .flight-engine {max-width:100%; padding: 25px 15px 20px; background: rgba(225, 255, 255, .4);}
    .engine {width:95%; margin: 20px auto;}
    .engine-selector li a{background-color: rgba(225, 255, 255, .4);}
    .engine-selector {display:flex; width:100%;}

    .trip-selector label {font-size:13px;}
    .trip-selector:before {background-color:transparent;}
    .signup-section {position:relative; bottom:0; border:1px solid gainsboro; width:calc(100% - 30px); left:0; margin:30px 0 0 15px;}
   
    .trip-selector {display:flex; justify-content:center; position:relative; top:0; margin:0;}
    .links-row {width:100%;}
    .flight-search {padding:0;}

    .flight-search .search-date .defaultcity {flex-wrap: wrap; justify-content: space-between; gap: 0;}

    .defaultcity .origra {width:100%;}
    /* .defaultcity .origra input.search {border:0; border-radius:50px;} */
    /* #origin, #origin2, #origin3, #origin4, #origin5, #origin6 {border-radius:50px; border:0;} */
    .defaultcity .origra.rvksh {margin-top:6px;}
    .defaultcity img#swap {transform:rotate(85deg); top:50px; left:unset; right:5px;}
    .defaultcity .departCal {margin-top:6px; width:49.5%;}
    .defaultcity input.date {text-align:left; padding-left:40px; border:0; font-size:14px; font-weight:500;}
    .defaultcity .origra.returnCal {width:49.5%; float:left;}
    .defaultcity .origra.returnCal input.date {text-align:left; padding-left:40px; border:0;}
    .coach-button {display:block; margin-top: 6px;}
    .trvlrSectn {margin-bottom:8px;}
    .coach-button input.coach {width:100%; border:0;}
    /* .coach-button button#sbtn {border-radius:50px;} */
    /* #returnDate {border-radius:50px;} */
    .multicity {flex-wrap:wrap; margin-top: 6px;}
    .multicity .multiFrom{width:100%;}
    .multicity .multiFrom input, .multicity .multiTo input {border:0; margin-bottom:7px !important;}
    .multicity .multiDate {width:100%;}
    .multicity .multiDate input.mdate {border:0;}
    .multicity .multiTo {width: 92%;}
    .multicity button.cbtn {background-color: #01112b;}
    .flight-search.multicityMode .coach-button .trvlrSectn {padding-right:0; width:100%}
    .flight-search.multicityMode .coach-button button#sbtn {position:relative; border-radius:50px; width:100%; margin-top:45px;}
    .multibuttons {padding:0 15px; width:90%; margin:0px 0 0; position:absolute; bottom:98px; background:transparent;}
    .origra.rvksh .planeD {left:10px;}
    .defaultcity .origra input#destination {padding-left:40px;}
    
    .best-deals {position:relative; z-index:0}
    
    .trip-selector {width:305px; margin-left:calc(50% - 150px); margin-bottom: 20px;}
    .coach-type {position:relative; top:0; left:0; width:100%; margin-bottom:20px;}
    #deprtCalndr.activeOneway {width: 100%;}
}
@media only screen and (max-width:730px){
    .mymain .mymaininner .mymaininner1 .block1:nth-child(even) {min-width:40%;}
}

@media only screen and (max-width:550px){
    .mymain .mymaininner .mymaininner1 .block1 {width:100%;}
}

@media only screen and (max-width: 500px){
    .three-half .sign-up-box { width:100%; padding:0 15px; flex-wrap:wrap; }
    .three-half .sign-up-box .submit {position: relative; width: 100%; margin-top: 5px;}
    .three-half .sign-up-box .form-control {border-radius:3px;}
    .engine-selector {width:100%;}
    /* .trip-selector {position:relative; top:0; padding:10px 0 10px 0;} */
}

@media only screen and (max-width:360px){
    .traveler-coach-dropdown { width:100% }
    .three-half span { line-height: normal; text-align: center; margin-bottom:10px }
}


.error { border:1px solid red !important; }
label.error { border:0 !important; color:red; font-size:13px; width:100%; float:left; }
.capcha { padding:5px 20px; display:inline-block; margin:5px 0 0; background:black; border-radius:4px; color:white; }
.refresh-btn { cursor:pointer; width:35px; height:35px; display:inline-block; margin:3px 0 0 10px; }

/************* Gaurav Css Start *************************/

.mymt{margin-top:0 !important;}
.mymt-50{margin-top: 50px;}
.mymt-40{margin-top: 40px;}
.mymt-30{margin-top: 30px;}
span.star-requ {color: red;}
.break-words {word-break: break-all;}
.colorblue{color: #11255c;}
.colorpink{color: #35b7b7;}
.textcenter{text-align: center;}
.btn-center{text-align: center;}
.mybtn {text-decoration: none; background: #11255c; color: #fff; padding: 10px 15px; border-radius: 5px; font-weight: 500; display: inline-block; border:none}
.mybtn:hover{background: #35b7b7; }
.textbreak{display: block;}

/************* Index Page Css Start *************************/

.home-heading, .main-heading {font-size: 25px; font-weight:600; margin: 0; color: #000;}
.home-subheading, .main-subheading {text-align: center; margin-top: 5px;}
.home-subheading a, .main-subheading a{text-decoration: none; color: #11255c; font-weight: 500;}
.home-subheading a:hover, .main-subheading a:hover{color: #35b7b7;}

.home-aboutsec .aboutsec-row {display: flex; align-items:center; position: relative;}
.home-aboutsec .aboutsec-colleft {width: 47%;}
.home-aboutsec .aboutsec-colleft .aboutleftimg {overflow: hidden; line-height: 0; border-radius: 10px;}
.home-aboutsec .aboutsec-colleft .aboutleftimg img {width: 100%; height: auto;}
.home-aboutsec .aboutsec-colright {width: 53%; padding: 22px 35px; background: #11235a; color: #fff;}
.home-aboutsec .abouttoptext {font-size: 22px; font-weight: 600; margin: 0; color: #35b7b7;}
.home-aboutsec .aboutsec-colright .home-heading {margin: 5px 0 12px; color: #fff;}
.aboutsec-colright .mybtn {background: #35b7b7; margin-top: 8px;}
.aboutsec-colright .mybtn:hover {background: #fff; color: #11255c;}

.home-featuressec {padding: 0 0 20px;}
.home-featuressec .home-heading {text-align: center;}
.home-featuressec .features-row {display: flex; margin-top: 35px; gap: 2%;}
.home-featuressec .features-row .features-col {width: 25%; text-align: center; background: #fff; border-radius: 20px; padding: 20px 15px; box-shadow: 0px 0px 5px 0px rgba(159, 159, 159, .4);}
.home-featuressec .features-row .features-col figure {margin: 0 auto; box-shadow: 0px 2px 3px 0px rgba(0, 182, 182, .5); width: 100px; height: 100px; border-radius: 100%; display: flex; justify-content: center; align-items: center;}
.home-featuressec .features-row .features-col figure img {width: 65px; height: auto;}
.home-featuressec .features-row .features-col .featurestitle {font-size: 16px; margin: 10px 0; font-weight: 600; color: #000;}
.home-featuressec .features-row .features-col p {margin: 0;}

.blog-homesec .home-heading{text-align: center;}
.blog-homesec .blog-home-row {display: flex; gap: 2%; flex-wrap: wrap; margin-top: 25px;}
.blog-homesec .blog-home-row .blog-home-col {width: 32%; box-shadow: 0px 0px 5px 0px rgba(159, 159, 159, 1); overflow: hidden; border-radius: 10px; margin-bottom: 30px;}
.blog-homesec .blog-home-row .blog-home-col a {text-decoration: none; color: #000;}
.blog-homesec .blog-home-row .blog-home-col img{width: 100%; height: auto;}
.blog-homesec .blogcontentcol {padding: 10px 15px 15px;}
.blog-homesec .blogcontentcol .blog-heading {margin-top: 0; font-weight: 600; font-size: 16px;}
.blog-homesec .date-readbtn .blog-home-date {color: #202020; font-size: 12px;}
.blog-homesec .date-readbtn {display: flex; align-items: center; justify-content: space-between; margin-top: 22px;}
.blog-homesec .date-readbtn .mybtn {padding: 6px 10px; font-size: 12px; font-weight: 500; background: transparent; border: 1px solid #11255c; color: #11255c;}
.blog-homesec .date-readbtn .mybtn:hover{background: #35b7b7; border-color: #35b7b7; color: #fff;}

.callusbanner .callusbanner-row {display: flex; align-items: center; background: #11235a; justify-content: space-between; overflow: hidden; border-radius: 10px;}
.callusbanner .callusbanner-row .callus-banner-colleft{width: 55%; color: #fff; padding:20px;}
.callusbanner .callus-banner-colleft .callusheaing {font-size: 26px; font-weight: bold; letter-spacing: .8px; line-height: 32px; margin: 0;}
.callusbanner .callus-banner-colleft .callusdes{font-size: 16px; margin: 20px 0; line-height: 28px;}
.callusbanner .callus-banner-colleft a {background: #ffff; padding: 16px 18px; font-size: 18px; border-radius: 8px; color: #11235a; font-weight: bold; letter-spacing: 0; text-decoration: none; display: inline-block;}
.callusbanner .callus-banner-colleft a:hover {background: #35b7b7; color: #fff;}
.callusbanner .callus-banner-colleft a i {font-size: 24px; vertical-align: middle; animation: phoneRing 1.8s ease-in-out infinite; transform-origin: 50% 100%;}
.callusbanner .callus-banner-colleft .helplinetext {margin-top: 25px; font-size: 15px;}

.callusbanner .callusbanner-row .callus-banner-colright{width: 45%; line-height: 0;}
.callusbanner .callusbanner-row .callus-banner-colright img{width: 100%; height: auto;}


.topdesti-sec .topdesti-row {display: flex; flex-wrap: wrap; gap: 1%;}
.topdesti-sec .topdesti-row .topdesti-col {width: 24.2%; margin-top: 25px; overflow: hidden; border-radius: 6px; position: relative; line-height: 0;}
.topdesti-sec .topdesti-row .topdesti-col img {width: 100%; height: auto;}
.topdesti-sec .topdesti-row .topdesti-col .desti-city {color: #000; font-size: 16px; font-weight: 600; border-radius: 0px 0 8px 8px; display: block; text-align: center; border: 1px solid #ccc; line-height: 28px;
    padding: 5px;}
.topdesti-sec .topdesti-row .topdesti-col .desti-city:before {content: ''; width: 35%; position: absolute; height: 2px; background: #fff; bottom: -5px; left: 0;}


/***************** Home Top faq Section Css Start **********************/
.faq-section {width: 100%;}
.faq-section .home-heading {text-align: center;}
.faq-section .acc-container {display: flex; justify-content: space-between; flex-wrap: wrap; margin-top: 25px;}
.acc-container .accleft, .acc-container .accright {width: 49%;}
.faq-section .acc {margin-bottom: 22px; width: 100%;}
.faq-section .acc-head {background-color: transparent; padding: 15px 10px; position: relative; cursor: pointer; border: 1px solid #11255c; border-radius: 8px;}
.faq-section .acc-head.active {border-radius: 5px 5px 0 0;}
.faq-section .acc-head::before, .faq-section .acc-head::after {content: ''; position: absolute; top: 50%; background-color: #11255c; transition: all .3s;}
.faq-section .acc-head::before {right: 30px; width: 3px; height: 13px; margin-top: -8px;}
.faq-section .acc-head::after {right: 25px; width: 13px; height: 3px; margin-top: -3px;}
.faq-section .acc-head .accheading {font-weight: 500; margin: 0; font-size: 15px; padding-right: 40px;}
.faq-section .acc-content {padding: 15px 10px; display: none; border-radius: 0 0 5px 5px;  border: 1px solid #11255c; border-top: none;}
.faq-section .acc-content p {font-size: 14px; margin: 2px 0; line-height: 24px;}
.faq-section .acc-head.active::before {transform: rotate(90deg);}

.faq-section .faq-heading {font-size: 24px; text-align: center; line-height: 32px; font-weight: 600; color: #11255c;}

/***************** Home Top faq Section Css End **********************/

@media(max-width:991px) {
    .bg-overlay h1{top: -70px;}
    .blog-homesec .blog-home-row .blog-home-col {width: 49%;}
    .acc-container .accleft, .acc-container .accright {width: 100%;}

    .home-aboutsec .aboutsec-row{flex-wrap: wrap; text-align: center; border-radius: 10px;  overflow: hidden;}
    .home-aboutsec .aboutsec-colleft {width: 100%;}
    .home-aboutsec .aboutsec-colright {width: 100%; padding: 16px 20px;}
    .home-aboutsec .aboutsec-colright .home-heading {margin: 6px 0 8px;}
    .home-aboutsec .aboutsec-colleft .aboutleftimg{border-radius: 0;}
}

@media only screen and (max-width:767px) {
    .home-featuressec .features-row{flex-wrap: wrap; row-gap: 15px;}
    .home-featuressec .features-row .features-col {width: 48%;}

    .callusbanner .callusbanner-row{flex-wrap: wrap;}
    .callusbanner .callusbanner-row .callus-banner-colright {order:1; width: 100%;}
    .callusbanner .callusbanner-row .callus-banner-colleft {order:2;  width: 100%; padding: 20px; text-align: center;}
    .topdesti-sec .topdesti-row{gap: 2%;}
    .topdesti-sec .topdesti-row .topdesti-col{width: 49%;}
    .topdesti-sec .topdesti-row .topdesti-col .desti-city{font-size: 15px;}
}

@media(max-width:500px) {
    .home-heading, .main-heading {font-size: 24px;}
    .home-featuressec .features-row .features-col{width: 100%}
    .blog-homesec .blog-home-row .blog-home-col {width: 100%;}

}

/************* Index Page Css End *************************/



/************* Footer Css Start *************************/

footer { background: #fff; border-top: 1px solid #8892af; float: left; width: 100%; color: #000; font-size: 13px; margin-top: 40px;}
.footerlink-sec {max-width: 1200px; margin: auto; width: 88%; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 2%;}

.errorMsg {display:none; color:red; position: absolute; font-size: 12px; bottom: -20px; left: 0;}
.emailMsg {display:none; color:red; position: absolute; font-size: 12px; bottom: -20px; left: 0;}
	
.loader {margin: auto; display:none;}
.loader i {display:inline-block; height:20px; width:20px; border-radius:50%; border:3px solid #838383; border-top-color:#fff; margin:0 0 0 5px; animation: button-loading-spinner 1s ease infinite;}
.loader.activeLoader {display:block;}
.loader.activeLoader + span {display:none;}
@keyframes button-loading-spinner {
    from {transform: rotate(0turn);}
    to {transform: rotate(1turn);}
}
.three-half .sign-up-box .submit > span {line-height:2; font-size:14px; font-weight:bold; letter-spacing:normal; height:100%;}
.three-half .sign-up-box .submit .loader.activeLoader {display:flex !important;}
.three-half .sign-up-box .submit .loader.activeLoader span { font-size:12px; line-height:2.3; font-weight:normal; text-transform:capitalize;}

.foot-disclaimer p {max-width: 1200px; width: 94%; margin: 20px auto 5px; line-height: 22px;}
.foot-disclaimer p a {text-decoration: none; color: #11255c;}
.foot-disclaimer p a:hover {text-decoration: underline;}

.footer-container { border-bottom: 1px solid #8892af;  padding-bottom: 18px; position: relative;}

.fooLinkNew {list-style-type: none; padding:0; display:flex; flex-wrap:wrap; justify-content:space-between; margin-bottom:0; margin-top:0;}
#subcribe-msg-success {width: 80%; text-align: left}
.fooLinkNew li {width:100%;}
.fooLinkNew li a {text-decoration:none; font-size:14px; color:#000; position:relative; width:100%; display:inline-block; letter-spacing:0.5px; padding:6px 0; margin-bottom:0;}
.fooLinkNew li a:hover { color:#219191; }
.fooSBox {width:23%; float:left; margin:20px 0 0;}

.footlogo {margin: 10px 0 0px;}
.footlogo img {width: 100px; height: auto;}
.footlogo p {line-height: 22px; margin: 8px 0 0;}

.fooSBox.foofirstsection .fooCalEm {display: flex; flex-wrap: wrap;text-align: center;}
.fooSBox h3 {padding:0; font-size:20px;}
.foosbox-heading {color: #11255c; font-size: 18px; font-weight: 600; margin: 10px 0 12px; position: relative;}
.fooLogo img {max-width:230px;}
.fcallusTxt {font-size:25px; margin:20px 0 0;}
.fphone a {display:block; font-size:14px; color:#000; text-decoration:none;}
.fphone a i.fa-phone {width:30px; height:30px; padding:7px 0 0; border-radius:50px; border:1px solid #fff; margin:0 4px 0 0; font-size: 14px; text-align: center; background: #11255c; color: #ffd;}
.fphone a:hover {color:#35b7b7;}
.fphone a:hover i.fa-phone {background:#35b7b7; color:white; border-color:#35b7b7;}
.fphone {margin-bottom:12px;}
.fmail a {text-decoration: none; color:#000; font-size:14px;}
.fmail a i.fa-envelope {width:30px; height:30px; padding:6px 0 0; border-radius:50px; border:1px solid #fff; margin:0 4px 0 0; font-size:14px; text-align: center; background: #11255c; color: #fff;}
.fphone a:hover, .fmail a:hover {color:#35b7b7;}
.fphone a:hover i.fa-phone, .fmail a:hover i.fa-envelope { background:#35b7b7; color:#fff; border-color:#35b7b7;}
.fooLogo {font-size:30px; font-weight:bold; line-height:50px; color:#35b7b7;}


.faddress {color: #fff; margin-bottom: 12px; font-size: 13px;}
.footsocialcertified {max-width: 1200px; width: 94%; margin: 22px auto 0; text-align: center; display: flex; justify-content:center;}

.footsocial ul {list-style: none; display: flex; justify-content: center; padding-left: 0; margin: 0;}
.footsocial ul li {margin-left: 8px;}
.footsocial ul li a {width: 35px; height: 35px; border-radius: 100%; color: #11255c; background: #fff; border: 1px solid #fff; display: flex; justify-content: center; align-items: center;}
.footsocial ul li:first-child {margin-left: 0;}
/* .footsocial ul li.foot-insta a {border-color: #d13b71; color: #d13b71;}
.footsocial ul li.foot-face a {border-color: #1877F2; color: #1877F2;}
.footsocial ul li.foot-twitter a {border-color: #000; color: #000;}
.footsocial ul li.foot-youtube a {border-color: #FF0033 ; color: #FF0033;}
.footsocial ul li.foot-linkedin a {border-color: #0077B5; color: #0077B5;} */
.footsocial ul li a:hover{background-color: #35b7b7; border-color: #35b7b7; color: #11255c;}

.fooCertified .certified-img {width: 400px; height: auto;}

.footrSocCopy {font-size: 11px; text-align: center; padding: 6px; margin-top: 15px; background: #11255c; color: #fff;}
.footrSocCopy p {margin: 0;}


.footrSocCopy>div {max-width: 1200px; margin: auto; width: 94%; display: inline-flex; align-items: center;}
.footrSocCopy .one-half {margin-top: 0; border-right: 0;}
.footrSocCopy .copyTxt {width: 100%; float: left; font-size: 12px;}
.footrSocCopy .one-half ul {justify-content: flex-end;}

.home-footer .tnfsticky-container {display: none;}

.bottom-fixed-tfn {position: fixed; width: 99%; bottom: 3px; left: 0; right: 0; margin: 0 auto; border-radius: 5px; text-align: center; background: #2244b9; z-index: 12; color: #fff; display: none;}
.bottom-fixed-tfn a {text-decoration: none; color: #fff; padding: 10px; display: block; font-size: 18px; font-weight: 600;}
.bottom-fixed-tfn span {font-size: 24px;}

.tnfsticky-container{padding:0px; margin:0px; position:fixed; right:-175px; bottom:30%; width:215px; z-index: 99;}
.sticky-tnf ul.sticky {margin: 0; padding-left: 0;}
.sticky-tnf .sticky li{list-style-type:none; background-color:#11255c; color:#efefef; height:auto; padding:0px; margin:0px 0px 1px 0px;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    cursor:pointer;
    display: flex;
    align-items: center;
    position: relative;
}
/* .sticky-tnf .sticky li:hover{
    margin-left:-135px;
} */

.sticky-tnf .sticky li.tnf-show{margin-left:-160px;}

span.sticky-close {position: absolute; top: -12px; background: #11255c; font-size: 13px; border-radius: 100%; padding: 2px 6px;  left: -8px;  display:none;}

.tnf-show span.sticky-close {display: inline-block;}
.sticky-tnf .sticky li .tnf-call-icon i{float: left; margin: 5px 1px; margin-right: 5px; font-size: 24px; color: #fff; padding: 8px 10px; border-right: 1px solid #696969;}
.sticky-tnf .sticky li p{margin: 0px; line-height: 18px; font-size: 18px; padding: 14px 4px; font-weight: 600; font-family: 'Lato', sans-serif;}
.sticky-tnf .sticky li p span {display: block; font-size: 10px; letter-spacing: .2px; text-align: center; font-weight: 400;}
.sticky-tnf .sticky li p a{text-decoration:none; color: #fff;}
.sticky-tnf .sticky li p a:hover{text-decoration:underline;}
.sticky-tnf .sticky li p a:hover span{text-decoration:none;}


@media(max-width:991px){
    .footlogo {margin: 0;}
    .fooSBox {width:100%; margin: 12px 0 0;}
    .fphone{width: 100%;}
    .fphone a, .fmail a{justify-content: flex-start;}
    .sticky-tnf .sticky li p{padding: 10px 4px; font-size: 16px;}
    .sticky-tnf .sticky li.tnf-show {margin-left: -145px;}
    .footer-container{padding-bottom: 25px}
}

@media only screen and (max-width: 768px) {
    .fixed-call-bottom {align-items: unset; justify-content: unset;}
    .fixed-call-bottom>a {width: 100%; float: left;}
    .fixed-call-bottom>a>div {width: 170px; float: left;}
    .fixed-call-bottom div div:nth-child(2) {color: #11255c; text-decoration: none !important; font-size: 18px; position: relative; top: 5px;}
}

@media(max-width:767px){
    .fooLinkNew li a {font-size:13px; letter-spacing:1px}
    .footrSocCopy>div {flex-wrap: wrap; justify-content: center; text-align: center;}
    .footrSocCopy .one-half ul {justify-content: center;}

    .fixed-call-bottom {display: block; text-align: right;}
    .fixed-call-bottom>img {float: left;}
    .bottom-fixed-tfn{display:block;}

    .footsocialcertified{flex-wrap: wrap; justify-content: center; text-align: center;}
    .footsocialcertified .footsocial {width: 100%; margin-bottom: 20px;}

}
@media(max-width:600px){
    .fooCertified .certified-img {width:70%; margin-bottom: 8px;}
}

/************* Footer Css End *************************/

.engine-bg.nocontent{height: 500px;}

@media only screen and (max-width:1025px) {
    .engine-bg.nocontent{height: 400px;}
}


.blog-content-table table {width: 100% !important;}

.topinnerbanner-sec {position: relative; background-image: url('/resources/images/blog-body.webp'); background-repeat: no-repeat; background-size: cover;
    text-align: center; height: 350px; padding-top: 100px; background-position: center;}
.topinnerbanner-sec:before {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.35);}
.topinnerbanner-sec .mycontainer {position: relative; color: #fff;}
.topinnerbanner-sec h1, .topinnerbanner-sec .topbannerheading, .topinnerbannercontent-sec .topbannerheading{margin: 0; font-size: 32px;}
.topinnerbannercontent-sec{background-color: #efc7bf; padding: 70px 0 70px; text-align: center;}


.topfrontbanner-sec{position: relative; line-height: 0;}
.topfrontbanner-sec .overlay {position: absolute; inset: 0; background: rgba(0, 0, 0, 0.35);}
.topfrontbanner-sec .topfrontbanner-img {width: 100%; height: 350px; object-fit: cover;}
.topfrontbanner-sec .captiontopfrontbanner {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; text-align: center; color: #fff; line-height: 1.4;}


.static-content .subheadings{font-size: 18px; font-weight: 600;}

.static-content h1{font-size: 24px; font-weight: 500;}
.static-content h2{font-size: 22px; font-weight: 500;}
.static-content h3{font-size: 20px; font-weight: 500;}
.static-content h4{font-size: 16px; font-weight: 500;}
.static-content h5{font-size: 15px; font-weight: 500;}
.static-content h6{font-size: 14px; font-weight: 500;}

.blogflightheading h1{font-size: 24px; font-weight: 500;}
.blogflightheading h2{font-size: 22px; font-weight: 500;}
.blogflightheading h3{font-size: 20px; font-weight: 500;}
.blogflightheading h4{font-size: 16px; font-weight: 500;}
.blogflightheading h5{font-size: 15px; font-weight: 500;}
.blogflightheading h6{font-size: 14px; font-weight: 500;}

.static-content h1 strong, .static-content h2 strong, .static-content h3 strong, .static-content h4 strong, .static-content h5 strong, .static-content h6 strong{font-weight: bold;}

.static-content ul, .static-content ol {padding-left: 25px;}
.static-content ul ul, .static-content ol ul, .static-content ol ol {margin-top: 12px;}
.static-content ul li, .static-content ol li {margin-bottom: 10px; line-height: 22px;}
.static-content p {line-height: 22px;}

.static-content .table-responsive {min-height: .01%; overflow-x: auto;}
.static-content .table {border-collapse: collapse; border-spacing: 0; width: 100%; max-width: 100%; margin-bottom: 20px; border:1px solid #ddd;}
.static-content table td {padding:0 10px;}
.static-content table thead th {border:1px solid #ddd; padding:15px;}
.static-content .table>thead:first-child>tr:first-child>th {border-top:0;}
.static-content table thead th {border-bottom-width:2px;}
.static-content table tbody td {border:1px solid #ddd; line-height: 22px;}


@media only screen and (max-width:800px) {
.topfrontbanner-sec .topfrontbanner-img {aspect-ratio: 800 / 350; object-fit: cover;}
}


@media only screen and (max-width:767px) {
.static-content h1{font-size: 22px;}
.static-content h2{font-size: 20px;}
.static-content h3{font-size: 18px;}

.blogflightheading h1{font-size: 22px;}
.blogflightheading h2{font-size: 20px;}
.blogflightheading h3{font-size: 18px;}
.blogflightheading h4{font-size: 15px;}
.blogflightheading h5{font-size: 15px;}
.blogflightheading h6{font-size: 14px;} 

}


/************** Contact Us page Css Start **********************/
.contactus .contact-sec-heading {color: #101010; font-size: 18px; font-weight: 600; margin-top: 10px;}
.contact-details p {margin-top: 0; line-height: 22px; font-size: 14px;} 
.contact-details-inner {width: 80%; margin-top: 14px; margin-bottom: 40px}
.info-contact-details {width: 100%; background-color: #112359; margin-bottom: 12px; padding: 12px; border-radius: 10px; color: #fff; display: flex;}

.contact-icon-text strong {margin: 3px 0; font-size: 15px; display: block;}
.contact-icon-text a {color: #fff; font-size: 14px; text-decoration: none;}
.contact-icon-text address {margin-top: 5px; font-size: 14px;}
.contact-icon i {font-size: 20px; color: #fff; float: left; width: 44px; height: 44px; background-color: rgba(255, 255, 255, 0.2); display: flex; justify-content: center; align-items: center; border-radius: 50px; transition: all 0.3s ease-in-out;  margin-right: 10px;}
.info-contact-details:hover .contact-icon i {background: #009393; color: #fff;}

.contact-form .comment, .contact-form .phonemail, .contact-form .flname {margin: 15px 0;}
.contact-form label {display: block; margin-bottom: 8px; font-weight: 600; font-size: 13px;}
.contact-form label.error {margin-top: 5px; margin-bottom: 0; font-size: 12px;}
.contact-form input[type="text"] {border-radius: 5px; height: 40px; margin-top: 2px; border: 1px solid #a9a9a9; font-size: 12px;}
.contact-form textarea {border: 1px solid #a9a9a9; border-radius: 5px; padding: 10px; font-family: 'Lato', sans-serif;}
.capcha-code-sec .capcha-code {font-size: 20px; font-style: italic; font-family: 'Lato', sans-serif; letter-spacing: 0.8px;}
.capcha-code-sec .capcha-refresh-btn {display: inline-block; margin-left: 10px; width: auto; height: auto;}
.capcha-code-sec .capcha-refresh-btn img {width: 20px; height: auto;}
.capcha-code-sec .capcha-input-field {margin-top: 10px;}
.capcha-code-sec #capchaCode {padding-left: 10px;}
.contact-form .submit-form button {width: 150px; letter-spacing: 0.5px;}

@media only screen and (max-width:992px) {
    .contact-details-inner {width: 100%;}
    .contact-form .submit-form button {width: 100%;}
}

@media only screen and (max-width:500px) {
   .contact-details-inner {width: 100%;}
   .contact-form .flname, .contact-form .phonemail {display: block;}
   .contact-form .flname div, .contact-form .phonemail div {width: 100%; margin-bottom: 15px;}
}
/************** Contact Us page Css End **********************/



/*********** Blog Page Css Start ********************/
.bodybgcolor {background: #f9ebdd;}
.blogpage .topinnerbanner-sec {background-image: url(/resources/images/blogtop-banner.webp);}
.datetextsec {color: #202020; font-size: 13px;}

.blogdata-sec .blogdatarow {display: flex; gap: 3%; flex-wrap: wrap;}
.blogdatarow .blogdata-left {width: 100%;}
.blogdata-sec .blogcol-row {display: flex; flex-wrap: wrap; gap: 2%; row-gap: 25px; margin-top: 15px;}
.blogdata-sec .blogcol-row .blogcol {width: 32%; overflow: hidden; border-radius: 8px; box-shadow: 0px 0px 4px 0px rgba(159, 159, 159, .8);}
.blogcol a {text-decoration: none; color: #000;}
.blogcol .blogimg-banner img {width: 100%; height: auto;}
.blogcol .blog-content {text-align: center; position: relative; padding: 15px 15px; height: 280px;}

.blogcol .blog-content .blog-destitle {font-weight: 600; font-size: 16px; margin-top: 0;}
.blogcol .blog-content .blog-description {font-size: 15px;}
.blogcol .blog-content .mybtn {padding: 8px 14px; font-size: 15px; position: absolute; bottom: 15px; left: 0; right: 0; width: 90%; margin: 0 auto; color: #fff; background: #11255c;}
.blogcol .blog-content .mybtn:hover{background: #35b7b7; color: #fff;}

.blogdata-sec {margin-top: 20px;}
.blogdata-sec .main-heading {font-size: 26px;}

.blogdatarow .blogdata-right {width: 33%;}
.categorylistsearch-sec .main-heading {text-align: center;}
.categorylistsearch-sec {background: #ceefff; padding: 10px; border-radius: 10px; margin-top: 65px; position: sticky; top: 15px;}
.categorylistsearch-sec .blogsearchbar{text-align: center; margin-bottom: 5px;}
.searchbox {display: flex; justify-content: center; margin-top: 15px;}
.searchbox .mybtn {border: none; margin-left: -28px; border-radius: 20px; padding: 10px 18px; font-size: 15px; cursor: pointer;}
.searchbox #myInputsearchblogfilter {width: 80%; border-radius: 50px; border: none; padding: 10px 38px 10px 18px; font-size: 15px; height: 42px; box-shadow: 0px 0px 5px 0px rgba(159, 159, 159, 1);}

.category-datalist .selectcta-dropdoen {display: none;}
.categorylistsearch-sec .category-datalist ul {list-style: none; display: flex; padding-left: 0; gap: 2%; flex-wrap: wrap; margin-top: 0; justify-content: center;}
.categorylistsearch-sec .category-datalist ul li {margin-top: 15px; width: 32%; background: #fff; border-radius: 10px;}
.categorylistsearch-sec .category-datalist ul li a {text-decoration: none; padding: 10px; color: #000; font-weight: 500; text-align: center; width: 100%; height: 100%;
    display: flex; justify-content: center; align-items: center;}

.categorylistsearch-sec .category-datalist ul li:hover {background: #35b7b7; color: #fff;}
.categorylistsearch-sec .category-datalist ul li:hover a{color: #fff;}

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

    .blogcol .blog-content{height: 296px;}
}

@media only screen and (max-width:991px) {
    .blogdatarow .blogdata-left {width: 100%;}
    .blogdatarow .blogdata-right {width: 100%;}
    .blogdata-sec .blogcol-row .blogcol{margin-bottom: 0; margin-top: 0px; width: 49%;}

    .category-datalist {text-align: center; margin-bottom: 10px;}
    .category-datalist .selectcta-dropdoen {border: 1px solid #7eadf5; width: 88%; text-align: left; padding: 15px; font-size: 15px; border-radius: 10px; background-color: #fff; position: relative; display: block; margin: 15px auto 0px;}
     .category-datalist .selectcta-dropdoen::after{content:"\f0d7"; font-family:fontAwesome; position:absolute; right: 15px;}

    .categorylistsearch-sec{margin-top: 0;}
    .categorylistsearch-sec .category-datalist ul{width:87%; margin: 0 auto; background: #fff; height: 200px; overflow-y: auto; display: none;}
    .categorylistsearch-sec .category-datalist ul li{width: 100%; margin-top: 0;}
    .categorylistsearch-sec .category-datalist ul li a{text-align: left; border-bottom: 1px solid #c6daf7; border-radius: 0; padding: 15px; display: block;}

}

@media only screen and (max-width:767px) {
    .blogdata-sec .blogcol-row .blogcol {width: 100%;}
    .blogcol .blog-content{height: auto;}
    .blogcol .blog-content .mybtn{ position: static; margin: 25px auto 0;}
}

@media only screen and (max-width:500px) {
    .category-datalist .selectcta-dropdoen{width: 92%;}
    .categorylistsearch-sec .category-datalist ul{width: 90%;}
    .blogdata-sec .main-heading  {font-size: 24px;}
}


/*********** Blog Page Css End ********************/


/*********** Blog Detail Page Css Start ********************/

.blogdetail-blogcontent {word-break: break-word;}

.blogdetailpage .topinnerbanner-sec {background-image: url(/resources/images/blogtop-banner.webp);}
.blogdetail-container {margin-top: -70px;}
.blogdetail-container .blogdetail-row {position: relative; display: flex; gap: 2%; flex-wrap: wrap;}
.blogdetail-row .blogdetail-leftcol {width: 70%; box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.35); padding: 15px; border-radius: 15px; background: #fff;}
.blogdetail-leftcol .bannerdetails img {width: 100%; height: auto; border-radius: 15px;}

.detailheading-content {margin: 0px 0 25px; color: #000;}
.detailheading-content.detailheading-active {border-bottom: 1px solid #d1d1d1; padding-bottom: 20px;}
.detailheading-content .detailheading-title {font-weight: 600; font-size: 16px; margin: 0; letter-spacing: .5px; position: relative; background: #11255c;
    color: #fff; padding: 15px 12px; border-radius: 6px;  cursor: pointer;}
.detailheading-content .detailheading-title::before {content: "\f107"; font-family: fontAwesome; position: absolute; right: 15px;}
.detailheading-content.detailheading-active .detailheading-title::before {content: "\f106";}
.detailheading-content .tableof-content {display: none;}
.detailheading-content.detailheading-active .tableof-content {display: block;}

.tableof-content ul {height: 250px; overflow-y: auto; scrollbar-width: auto; scrollbar-color: #11255c #eeeded; margin-bottom: 0;}
.tableof-content ul ::-webkit-scrollbar {width: 10px;}
.tableof-content ul ::-webkit-scrollbar-track {background: #fff;}
.tableof-content ul ::-webkit-scrollbar-thumb {background-color: #11255c; border-radius: 8px; border: 2px solid #ffffff;}
.tableof-content ul li {font-size: 15px; padding: 2px 0 0; font-weight: 500;}
.tableof-content ul li a {color: #000; text-decoration: none; display: block;}

.tableof-content li.toch3 {margin-left: 20px;}
.tableof-content li.toch4 {margin-left: 40px;}
.tableof-content li.toch5 {margin-left: 60px;}
.tableof-content li.toch6 {margin-left: 80px;}

.blogdetail-blogcontent h1, .blogdetail-blogcontent h2, .blogdetail-blogcontent h3, .blogdetail-blogcontent h4, .blogdetail-blogcontent h5, .blogdetail-blogcontent h6 {border-left: 6px solid #35b7b7; padding: 8px 10px; border-radius: 5px 0px 0 5px;}

.blogdetail-row .blogdetail-rightcol {width: 28%;}
.blogdetail-rightcol .categorylistsearch-sec{padding: 15px 10px;  margin-top: 50px; position: static;}
.blogdetail-rightcol .categorylistsearch-sec .main-heading {font-size: 20px; margin-bottom: 12px;}
.blogdetail-rightcol .categorylistsearch-sec .category-datalist ul{height: 250px; overflow-y: auto; margin-bottom: 0; display: block;}
.blogdetail-rightcol .categorylistsearch-sec .category-datalist ul li {margin: 0px; width: 100%; background: transparent;}
.blogdetail-rightcol .categorylistsearch-sec .category-datalist ul li a{text-align: left; border-bottom: 1px solid #b8cded; border-radius: 0; background: transparent; display: block;}
.blogdetail-rightcol .categorylistsearch-sec .category-datalist ul li a:hover {color: #11255c;}

.blogdetail-leftcol .faq-section {margin-top: 30px; background: #edfffe; padding: 1px 10px; border-radius: 10px;}

.rightcta-sec {text-align: center; margin-top: 30px; background: #14bedb; color: #fff; padding: 15px 10px; border-radius: 10px; position: sticky; top: 75px;}
.rightcta-sec .rightcta-heading {margin-top: 0; font-weight: 600; font-size: 18px; line-height: 26px; text-transform: uppercase;}
.rightcta-sec p {font-weight: 500; font-size: 15px;}
.rightcta-sec .mybtn {background: #fff; color: #11255c; font-size: 18px; font-weight: 600; margin-top: 5px;}
.rightcta-sec .mybtn .phoneicon {background: #11255c; color: #fff; width: 28px; height: 28px; line-height: 29px; display: inline-block; text-align: center; border-radius: 100%; position: relative; top: 0px; font-size: 16px;}
.rightcta-sec .mybtn:hover {background: #35b7b7; color: #fff;}
.rightcta-sec .mybtn:hover .phoneicon {background: #fff; color: #35b7b7;}

.blogdetail-rightcol .rightcta-sec {position: static;}


.recent-blog-sec {box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.20); overflow: hidden; border-radius: 15px;}
.recent-blog-sec .main-heading {text-align: center; background: #066060; font-size: 20px; font-weight: 600; margin: 0px; padding: 18px 15px; color: #fff; border-radius: 15px 15px 0 0;}
.recent-blog-sec ul {list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 2%; margin: 0; background: #fff;}
.recent-blog-sec ul li {overflow: hidden; width: 100%; margin-bottom: 0;}
.recent-blog-sec ul li a{text-decoration: none; color: #000;}
.recent-blog-content .recent-blogcontentcol {text-align: center; padding: 15px 15px 30px; position: relative; height: auto; border-bottom: 1px dotted #b4c5ff;}
.recent-blog-sec ul li:last-child .recent-blogcontentcol {border-bottom: none; padding-bottom: 25px;}
.recent-blog-content .recent-blogcontentcol .blog-heading {font-weight: 600; margin: 0px; font-size: 15px;}
.recent-blogimg img {width: 100%; height: auto;}
.recent-blog-content .date-readbtn .blogdate {color: #000; font-size: 11px; margin: 0 0 12px; text-align: right;}
.recent-blog-content .blog-readbtn.mybtn {padding: 8px 14px; font-size: 15px; width: 90%; margin: 12px auto 0; border: 1px solid #11255c;
    color: #11255c; background: transparent;}
.recent-blog-content .blog-readbtn.mybtn:hover {background: #11255c; color: #fff;}


.pageutildetailpage .blogdetail-row .blogdetail-rightcol {display: flex; gap: 4%;}
.pageutildetailpage .blogdetail-row .categorylistsearch-sec {width: 26%;}
.pageutildetailpage .blogdetail-row .recent-blog-sec{width:70%}
.pageutildetailpage .blogdetail-row .recent-blog-sec .recent-blogcontentcol {height: auto;}
.pageutildetailpage .recent-blog-content .blog-readbtn.mybtn {position: static; margin-top: 30px;}
.pageutildetailpage .recent-blog-sec ul li {width: 32%;}



@media only screen and (max-width:991px) {
    .blogdetail-row .blogdetail-leftcol{width: 100%;}
    .blogdetail-row .blogdetail-rightcol{width: 100%; margin-top: 25px;}
    .detailheading-content.detailheading-active {display: none;}
    .blogdetail-rightcol .categorylistsearch-sec .category-datalist ul{display: none;}
    .recent-blog-sec {margin-top: 20px;}
    .recent-blog-content .recent-blogcontentcol {height: 270px;}
    .recent-blog-sec ul{flex-wrap: wrap;}
    .recent-blog-sec ul li{width: 49%;}
    
    .pageutildetailpage .blogdetail-row .blogdetail-rightcol{flex-wrap: wrap;}
    .pageutildetailpage .blogdetail-row .categorylistsearch-sec {width: 100%;}
	.pageutildetailpage .blogdetail-row .recent-blog-sec{width:100%}
    
}

@media only screen and (max-width:600px) {
    .recent-blog-sec ul li{width: 100%;}
    .recent-blog-content .recent-blogcontentcol{height: auto;}
    .recent-blog-content .blog-readbtn.mybtn{position: static; margin-top: 15px;}
}

@media only screen and (max-width:500px) {
	.pageutildetailpage .recent-blog-sec ul li {width: 100%;}
}


/*********** Blog Detail Page Css End ********************/

/*********** Articlepagedata-sec Page Css start ********************/
.articlepagedata-sec .blogdatarow .blogdata-left {width: 100%;}
.blogdata-sec.articlepagedata-sec .blogcol-row .blogcol {width: 32%;}

@media only screen and (max-width:991px) {
.articlepagedata-sec .blogdatarow .blogdata-left {margin-top: 0;}
.blogdata-sec.articlepagedata-sec .blogcol-row .blogcol {width: 49%; }
}

@media only screen and (max-width:500px) {
   .blogdata-sec.articlepagedata-sec .blogcol-row .blogcol {width: 100%;}
}

/*********** Articlepagedata-sec Page Css end ********************/


/*********** About Page Css Start ********************/ 
.aboutpage{line-height: 24px;}
.aboutpage .topinnerbanner-sec {position: relative; background-image: url(/resources/images/aboutbanner.webp);}
.aboutpage .topinnerbanner-sec:before{background: rgba(0, 0, 0, .45);}

.abouttripmozo {margin-top: 32px;}
.abouttripmozo-row {display: flex; margin: 0 auto; gap: 2%; align-items: center; flex-wrap: wrap;}
.abouttripmozo-row .abouttripmozo-col-left{width: 60%; padding-right: 1%;}

.abouttripmozo-col-left .main-heading {margin-bottom: 20px;}
.abouttripmozo-col-left ul {padding-left: 0; list-style: none; margin-top: 24px;}
.abouttripmozo-col-left ul li {margin-bottom: 18px; display: flex; align-items: center; gap: 1%;}
.abouttripmozo-col-left ul li svg{color: #11255c;}

.abouttripmozo-row .abouttripmozo-col-right{width: 38%;}
.abouttripmozo-col-right img{width: 100%; height: auto; border-radius: 12px;}



.abouttextimg-col {display: flex; gap: 3%; flex-wrap: wrap; align-items: center;}
.abouttextimg-col .abouttext-content{width: 55%;}
.abouttextimg-col .abouttext-content ul {padding-left: 25px;}

.abouttextimg-col .abouttext-content ul li {margin-bottom: 10px;}

.abouttext-content .main-heading {margin-bottom: 22px;}
.abouttextimg-col .abouttext-img{width: 42%;}
.abouttextimg-col .abouttext-img img{width: 100%; height: auto; border-radius: 10px;}



@media only screen and (max-width:991px) {
    .abouttripmozo-row .abouttripmozo-col-left{width: 100%;  padding-right: 0;}
    .abouttripmozo-row .abouttripmozo-col-right{width: 100%; display: none;}
   
    .abouttextimg-col .abouttext-content{width: 100%; order: 2; margin-top: 18px;}
    .abouttextimg-col .abouttext-content .main-heading{text-align: center;}
    .abouttextimg-col .abouttext-img{width: 100%;}
}

/*********** About Page Css End ****************

/************* Country Pop Css Start ********************/ 

.country-dropdown {background: #fff; margin-left:10px; border-radius: 13px; text-align: left;}
.country-dropdown img.flag-icon {width: 18px; height: auto; vertical-align: middle; margin-right: 3px; position: relative; top: -1px;}
.country-dropdown ul {list-style: none; padding-left: 0; margin-bottom: 0; border: 1px solid #375778; padding: 5px; border-radius: 8px; margin-top: 0; width: 80px;}
.country-dropdown ul li {position: relative;}
.country-dropdown ul li a {text-decoration: none; color: #000; position: relative; display: block; border-bottom: 1px dotted #dfdfdf;}
.country-dropdown ul li a:after {font-family: FontAwesome; content: "\f107"; display: inline-block; padding-right: 3px; vertical-align: middle; position: absolute; top:3px; right: 0px;}
.country-dropdown ul ul {display: none; padding: 0px 0 5px; border: none; margin-top: 2px; width: 85px; position: absolute; background: #fff; padding: 8px; left: -6px; right: 0;}
/* .country-dropdown ul li:hover ul {display: block;} */
.country-dropdown ul ul li {margin-bottom: 10px; margin-top: 8px;}
.country-dropdown ul ul li a{padding-bottom: 4px;}
.country-dropdown ul ul li:hover a {border-bottom: 1px dotted #375778; }
.country-dropdown ul ul li:last-child {margin-bottom: 0;}
.country-dropdown ul ul li a:after {display: none;}
.country-dropdown ul ul.country-dropdown-show{display: block;}

.country-dropdown ul li .showcountrytext {display: block; position: relative; cursor: pointer;}
.country-dropdown ul li .showcountrytext i {position: absolute; right: 3px; top: 2px; font-size: 15px;}

@media only screen and (max-width: 1024px) {
    .country-dropdown{right: 60px;}
}

@media only screen and (max-width: 350px) {
    /* .country-dropdown ul{padding: 5px 22px 5px 6px;} */
    .country-dropdown ul li a{font-size: 13px;}
    .country-dropdown img.flag-icon{width: 16px;}
}

/************* Country Pop Css End ********************/



/*********** Language Section Css Start ********************/

#languagePopup {display:none;}
#languagePopup.active {display:flex; position:absolute; top:50px; right:-8px; width:100px; background:#fdfcfc;}
#languagePopup ul {margin:0; padding:0; width:100%; list-style-type:none;}
#languagePopup a {display:flex; width:100%; text-decoration:none; color:black; font-size:20px; align-items:center; padding:10px 10px;}
#languagePopup a:hover {background:white;}
#languagePopup a img {width:30px; height: auto; margin-right:10px;}
.drpLanguage {position:absolute; right:0; top:10px;}
.drpLanguage > a {display: flex; align-items: center; text-decoration: none; color:black;}
.drpLanguage > a img {width:30px; height:auto; margin-right:10px;}
.drpLanguage > a .fa-angle-down {margin-left:5px;}


@media only screen and (max-width:1199px) {
.expertisetalk{display:none;}
.expertisetalk.headerexpertisetalk{display: block;}
 /* .upper-menu{width: calc(100% - 370px); justify-content: center;} */
.country-dropdown{right: 60px;}
}


@media only screen and (max-width:1024px) {
    /* .upper-menu {display:none;} */
    .side-navbar-button {display: block; margin:0 8px 0 0; padding:0px 5px 0 10px;}
    .header > div {justify-content: space-between;}
    .drpLanguage {right:60px;}
    #languagePopup.active{top: 40px;}
    .expertisetalk.headerexpertisetalk{display: none;}

}

@media only screen and (max-width:767px) {
    .header{height: 60px;}
    .drpLanguage{top: 6px; right:45px;}
    .side-navbar-button{margin: 0 0px 0 0;}
    .drpLanguage > a img {width: 24px;}
}

/*********** Language Section Css Ends ********************/


/************* Gaurav Css End  *************************/
