@font-face {font-family: 'lato';src: url('font/Lato-Bold.ttf') format('truetype'); font-weight: 700;  font-style: normal;  font-display: swap;}
@font-face {font-family: 'lato';src: url('font/Lato-Regular.ttf') format('truetype'); font-weight: 400;  font-style: normal;  font-display: swap;}

@font-face {font-family: 'Barlow';src: url('font/Barlow-Regular.ttf') format('truetype'); font-weight: 400;  font-style: normal;  font-display: swap;}
@font-face {font-family: 'Barlow';src: url('font/Barlow-SemiBold.ttf') format('truetype'); font-weight: 500;  font-style: normal;  font-display: swap;}
@font-face {font-family: 'Barlow';src: url('font/Barlow-Bold.ttf') format('truetype'); font-weight: 700;  font-style: normal;  font-display: swap;}

body{top:0px !important;}
h1, h2, h3, h4, h5, h6, label{font-family: 'Barlow', sans-serif; font-weight: 600;}
 #google_translate_element select {
      background: #fff;
      color: #000;
      border: none;
      border-radius: 5px;
      font-size: 18px;
      outline: none;
      background: url(../../theme/35/img/dropdown-arrow2.png) no-repeat right;
      background-size: 14px;
      position: relative;
      appearance: none;
      line-height: normal;
    }

.goog-te-gadget-simple .goog-te-menu-value span:last-child{
    display:none !important;
}

    .goog-logo-link,
    .goog-te-gadget span,
    div#goog-gt- {
      display: none !important;
    }

    .goog-te-gadget {
      color: transparent !important;
      font-size: 0;
      margin-right: -1px;
    }

    /* google translate banner-frame */
    .goog-te-banner-frame {
      display: none !important;
    }

    #goog-gt-tt,
    .goog-te-balloon-frame {
      display: none !important;
    }

    .goog-text-highlight {
      background: none !important;
      box-shadow: none !important;
    }

    .goog-te-combo::-webkit-scrollbar-track {
      box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
      border-radius: 5px;
      background: #F5F5F5;
    }

    .skiptranslate iframe {
      display: none;
    }

    .goog-te-gadget .goog-te-combo {
      margin: 0px 3px 0 0px;
      width: 170px;
      padding-left: 10px;
    }

    .goog-te-combo::-webkit-scrollbar {
      width: 8px;
      background-color: #F5F5F5;
    }

    .goog-te-combo::-webkit-scrollbar-thumb {
      border-radius: 10px;
      box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
      background: #D62929;
    }


.custom-toggle .close-icon {
  display: none;
  font-size: 28px;
  width: 40px;
  height: 35px;
  line-height: normal;
  border-radius: 8px;
  background:var(--secondary-color);
  color:#fff;
}
.custom-toggle:not(.collapsed) .menu-icon {
  display: none;
}
.custom-toggle:not(.collapsed) .close-icon {
  display: inline-block;
}
.custom-toggle .menu-icon {
    font-size: 23px;
    color: #fff;
    background: var(--secondary-color);
    width: 40px;
    height: 35px;
    display: block;
    line-height: normal;
    border-radius: 8px;
}
/* mohit css start here */

.he_logo-wrap img {
    position: relative; 
    z-index:1; 
    transition: 0.5s; 
    max-width: 100%; 
    max-height: 65px;
}
.fo_social-media-col{margin-right: 10px;}
.profile_cus{
    background: #f5f5f5;
    padding: 5px 16px 5px 20px;
    margin: 3px;
    color: #000;
    border-radius: 20px;
    position: relative;
    border: 1px solid #5656561a;
  }
  .custom_nav_fixed .user_arrows {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}
  .translate_lang_lg {
    padding: 5px 16px 5px 3px;
}

  .call-us a {
    background: var(--main-color);
    border-radius: 24px;
    padding: 9px 10px 8px 5px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid #eeeeee8f;
    line-height: 38px;
}
.call-us a span i{
  display:inline-block;
    transition: transform 0.4s ease;
}
.call-us a:hover i {
    transform: rotate(360deg);
}
.call-us a span {
    background: #ffffff;
    color: var(--main-color);
    padding: 1px 4px 3px 4px;
    border-radius: 50%;
    font-size: 20px;
}
.fo_social-media-col ul li{padding: 0;}
.fo_social-media-col ul li a{
    border: 1px solid #5656561a;
    text-decoration: none;
    width: 30px;
    height: 30px;
    padding: 2px;
    background: #f5f5f5;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: normal;
    transition: .3s;
}

.fo_social-media-col ul li a:hover span {
  transform: rotate(360deg);
  transition: 0.5s ease;
}
.fo_social-media-col ul .facebookbg a:hover{
  background: #1778F2;
  color: #fff;
}
.fo_social-media-col ul .instagrambg a:hover{
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    color: #fff;
    border: none;
}
 .fo_social-media-col ul .youtubebg a:hover{
  background: #FF0033;
  color: #fff;
} 
 .fo_social-media-col ul .twitter_img a:hover{
    background: #000;
    color: #fff;
} 
 .fo_social-media-col ul .linkedinbg a:hover{
    background: #0A66C2;
    color: #fff;
} 
  .custom_nev .navbar-nav {float: none; display: inline-block;}
  .custom_nev .navbar-nav li a {
    padding: 8px 10px;
    margin: 0 10px;
    color: #000;
    font-weight: 600;
    font-size: 14px;
}
.custom_nev .navbar-nav li a:after {
    background-color: var(--main-color);
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: all .15s ease-in;
    z-index: 1;
}
.profile_cus .arrow {
    line-height: 20px;
    color: #000;
    font-size: 23px;
}

.custom_nev .navbar-nav li a:hover:after {
    visibility: visible;
    transform: scaleX(1);
    transition: all .25s ease-out;
}
.custom_nev .navbar-nav li a:hover{background: transparent;}
.custom_nev .navbar-nav li:hover {background: transparent;}

/* mohit css end here */

.affix {position: fixed; z-index: 99; width: 100%; box-shadow: 0px 3px 8px rgb(0 0 0 / 10%); top: 0; background: #fff;padding: 3px 0;}
.affix 
.dblock{display:block;}
.desktop_menu ul{margin:0; padding:0;}
.ho_searchengine-temp .nav-tabs>li.active>a .hotransfer {background-position: -333px -109px;}
.ho_searchengine-temp .nav-tabs>li.active>a .hoforex {background-position: -1041px -657px;}
.ho_searchengine-temp .nav-tabs>li.active>a .insurance_icon {background-position: -432px -112px;}
.ho_searchengine-temp .nav-tabs>li.active>a .hogroup {background-position:-192px -288px;}
.ho_searchengine-temp .nav-tabs>li.active>a .horecharge {background-position:-907px -294px;}
.ho_searchengine-temp .nav-tabs>li.active>a .hocharter {background-position: -955px -33px;}
.ho_hotels {background-position: -535px 0px;}
.cruise {background-position: -535px 0px;}
.ho_buses {background-position: -650px 1px;}
.hoforex {background-position: -1041px -622px;}
.hovisa {background-position: -471px -255px;}
.hocharter {background-position: -955px 4px;}
.hogroup {background-position: -192px -254px;}
.horecharge {background-position: -907px -256px;}
.hocars {background-position: -432px -155px;}
.hotransfer {background-position: -333px -70px;}
.holidays_ser {background-position: -570px -1px;}
.bike_icon {background-position: -47px -75px;}
.hopick {background-position: -955px -71px;}
.train_icon {background-position: -178px -37px;}
.insurance_icon {background-position: -432px -76px;}
.honav_icon {height: 30px; width: 39px;}
.homores {background-position: -573px -281px;}
.desktop_menu {margin-right: 40px;}
.desktop_menu a {font-weight: 600;color: #000;font-size: 12px;text-decoration: none;}
.desktop_menu .dropdown-menu>li>a {line-height: 21px;border-bottom: 1px solid #e8e8e8;font-size: 13px;font-weight: 500;position: relative;padding: 6px 12px;}
.curr_inr .flg{margin-right:5px;display:none;}
.top-bar{background: var(--main-color); color: #fff; padding-top: 5px;}
.custom_nav_fixed .dinline{display: inline-block;}
.he_logo-wrap{padding: 3px 0px;}
.he_site-header {background: #fff; padding: 3px 0;}
.he_logo-wrap img {position: relative; z-index:1; transition: 0.5s; max-width: 100%; max-height: 65px;}
.theme9_nav {display: flex; flex-wrap: wrap; justify-content:center; align-items: center;}
.theme9_nav ul li a i { font-size:14px;}
.theme9_nav .lg_device_hidden {display: none;}
.theme9_nav .nav-tabs {border-bottom: none;}
.custom_nav_fixed .login_btn_drop {text-decoration: none;display: block; color: #000;font-size: 13px;font-weight: 600;}
.custom_nav_fixed .dropdown-menu {padding: 0; box-shadow: rgb(0 0 0 / 50%) 0px 0 6px; width: 171px; border-radius: 5px; left: -18px; border: none; overflow: hidden; top: 23px;}
.custom_nav_fixed:hover .dropdown-menu{display: block; transition: all .5s ease 0s;}
.custom_nav_fixed .dropdown-menu>li>a{padding: 4px 10px; border-bottom: 1px solid #ddd;}
.custom_nav_fixed li {list-style: none; margin: 0; padding: 0;}
.custom_nav_fixed {text-align: end;margin-left: 20px;margin-right: 22px;}
.curreny-drop .user-name {font-size: 12px; color: #000000;font-weight: 700;}
.menu-right{display: flex;flex-wrap: wrap;justify-content: right;align-items: center;}
.flexlogin span {line-height: 15px;}
.flexlogin span i{font-size:15px !important;}
.hidden-more .dropdown-menu a {display: flex;border-bottom: 1px dashed #ccc !important;justify-content: start;line-height: 28px;align-items: center;text-decoration: none;color: #333;padding: 0px 11px !important;}
.hidden-more .dropdown-menu {width:213px; box-shadow: rgb(0 0 0 / 50%) 0px 0 6px; width:216px; border-radius: 7px; border:0;}
.hidden-more img {margin-right: 10px;}
.hidden-more .dropdown-menu a:last-child {border-bottom: none;}
.hidden-more:hover .dropdown-menu {display: block; transition: all .5s ease 0s;}
/*header css start from here*/
.show_tooltips {position: relative;}
.show_tooltips .head_tool {visibility: hidden; min-width: 139px; background: var(--main-color); color: #fff; text-align: left; border-radius: 4px; padding: 5px 7px;position: absolute; z-index: 1; top: 29px; left: 30%; margin-left: -20px; font-size: 13px; line-height: 14px;}
.mt_m5{margin-top:-5px;}
.show_tooltips .head_tool::after {content: ""; position: absolute; bottom: 100%; left: 9%; margin-left: -9px; border-width: 7px; border-style: solid;border-color: transparent transparent var(--main-color) transparent;}
.show_tooltips:hover .head_tool {visibility: visible;}
.head_tool small{display: block; margin: 0; padding:0;}
.topbar_navigation .navbar-default{background:transparent; border:none;}
.theme2_h {background:#fff0; padding:3px 0;}
.logo-cols .navbar-brand {height: auto;}
.topbar_navigation .navbar-nav>li>a {color: #fff; background: #283845; margin: 5px 2px; padding: 4px 14px; border-radius: 5px; font-weight: 600; font-size: 12px;}
.topbar_navigation .navbar-nav>li>a:hover{background:#283845; color:#0299d3; border-color: #0299d3;}
.topbar_navigation .navbar-nav>li:hover {background:transparent;}
nav.navbar.navbar-default.topbar_navigation {margin-bottom: 0; min-height:33px;}
.topbar_navigation {margin-top:12px;}
.topbar_navigation .navbar{position:relative; min-height:30px; margin-bottom:0px; z-index:3;}
.custom_nav i {font-size:12px;}
.topbar_navigation .navbar-nav>li>a:hover .icofont-caret-down{color:#fff;}
.small_logo img {width: auto; height: 65px; z-index: 2; position: relative;}
.custom_nav .navbar-nav>.open>a:hover {color: #fff; background:#0299d3;}
.custom_nav .navbar-nav>.open>a:focus{color: #fff; background: #283845;}
.custom_nav .dropdown-menu>li>a {line-height:21px; border-bottom:1px solid #e8e8e8; font-size:13px; font-weight:500;}
.custom_nav .dropdown-menu {padding: 0;}
.full_img {height: 25px;width: auto;}

/* mohit */
@media screen and (min-width:768px){
  .user_call_onmobile {display: none;}
  .flex_div {display: flex;align-items: center; flex-wrap: wrap;}
}
@media screen and (max-width: 991px) {
  .cnt_width{width: 100%;}
  .custom_nav_fixed{margin: 0 6px;}
  .fo_social-media-col{margin-right: 6px;}
  .profile_cus{margin: 0 6px 0 0;}
  .profile_cus{padding: 5px 10px 5px 13px;}
  .custom_nav_fixed .user_arrows{gap: 7px;}
  .translate_lang_lg {padding: 7px 10px 7px 3px;}
  .goog-te-gadget .goog-te-combo{width: 146px;}
  #google_translate_element select{font-size: 14px;}
  .call-us a{padding: 9px 10px 6px 3px; line-height: normal; font-size: 14px;}
}
/* mohit */
@media screen and (max-width: 767px){
.menu-right{display: none;}
.custom_header_nav {
    display: flex;
    justify-content: end;
    align-items: center;
}
.enquire_btn a:hover {
    color: #fff;
}
.custom_nav_fixed .dropdown-menu>li>a {
padding: 4px 10px;
border-bottom: 1px solid #ccc;
}
.custom_nav_fixed .dropdown-menu>li:last-child a {
    border-bottom: none;
}
.custom_nav_fixed {padding: 10px 8px; margin: 0;}
.custom_nav_fixed .login_btn_drop span {display: block; font-size: 22px; color: #000; font-weight: 400;}
.menu-right{justify-content: center;}
.custom_nav_fixed li {display: flex; align-items: center; gap: 8px;}
.custom_nav_fixed .dropdown-menu{
  left: 64px;
  top: 48px;
}
.custom_nav_fixed .dropdown-menu li {display: block;}
.custom_nav_fixed .user_icon {
    background: linear-gradient(to right, var(--main-color), var(--secondary-color));
    height: 52px;
    width: 52px;
    display: inline-flex;
    font-size: 22px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    border: 3px solid #ffff;
    box-shadow: 0px 0px 6px 1px #93b1b3;
}
.custom_nav_fixed .login_btn_drop {
    text-align: left;
    padding: 1px 3px;
    display: inline-block;
    color: var(--secondary-color);
    font-size: 14px;
}
.cull_us a img {
    width: 33px;
    animation: zoomInOuticon 1.5s infinite ease-in-out;
}
@keyframes zoomInOuticon {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}
.enquire_btn a {
    background: var(--main-color);
    color: #fff;
    font-weight: 500;
    margin: 0 7px;
}
#google_translate_element select{font-size: 13px; margin-right: 5px; }
.desktop_menu a {
    width: 100%;
    display: block;
}

#google_translate_element select:focus, #google_translate_element select:hover, #google_translate_element select:active{
    border:none;
    outline:none;
}

#myNavbar {
    position: fixed !important;
    top: 0;
    left: -280px;
    width: 260px;
    background: #fff;
    transition: 0.4s ease;
    z-index: 9999;
    padding:0 0 20px 0;
  }
  .custom_tabs {
    height: 100vh;
    overflow-y: auto;
    padding-bottom: 80px; 
}

  /* When open */
  #myNavbar.in {
    left: 0;
    box-shadow: 0 0px 6px 0 rgb(0 0 0 / 44%);
  }
  /* Remove float so items stack */
  #myNavbar .navbar-nav {
    float: none !important;
  }
  #myNavbar .navbar-nav > li {
    float: none;
  }
  #myNavbar .navbar-nav > li > a {
    padding: 8px 15px;
  }
    .translate_lang_lg {
        float: left;
        background: #fff;
        padding: 4px 0px;
        border-bottom: 1px dashed #ccc;

    }
    .desktop_menu {
        margin-right: 0px;
        display: block;
        width: 100%;
        border-bottom: 1px dashed #ccc;
        margin-bottom: 2px;
        border-radius: 0px;
        padding: 3px 0px;
    }
    /* menu tabs css */
    .custom_nev{display: none;}
    .custom_tabs li{width: 100%;}
    .custom_tabs li a {
        background: #f3f3f3;
        border: 2px solid #adadad;
        border-radius: 15px;
        margin: 5px 10px;
        color: #000;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 8px;
    }
    .custom_tabs .hoNavIcon {
    font-size: 30px;
}
    .custom_tabs li.active a,.custom_tabs li a:focus, .custom_tabs li a:hover {
    background: transparent;
    color: var(--main-color);
    border: 2px solid var(--main-color);
}
.custom_tabs li.active a .hoNavIcon{
  color: var(--main-color);
}

    /* menu tabs css */
    .bl-user{filter: brightness(5) invert(0);}
    .he_logo-wrap img{max-height:60px;}
    .topbar_navigation .navbar{margin-bottom: 11px;}
    .custom_nav .navbar-nav {margin: 0;}
    .lgshow_only{display:none !important;}
    .navbar-collapse {position:unset; background: rgb(255, 255, 255); width: 100%; z-index: 99; left: 0px;}
    .he_site-header .navbar-collapse.in {overflow: visible;}
    .desktopnav{display:block;}
    .he_site-header {display: block !important; background: #fff; border-bottom: 1px solid #0000001c; }
    .theme2_h{padding:0;}
    .navbar-toggle{margin:0;  padding:0;}    
    .small_logo img {width:auto; height:41px; z-index:2; position:relative;}
    .topbar_navigation {margin-top: 0px; border-bottom:1px dashed #ccc; background: #fff;}
    .custom_nav .navbar-nav .open .dropdown-menu{position: absolute; left:-25px;}
    .no_collapse{display: block; text-align: center;}
    .custom_nav ul li {display: inline-block;}
    .small_logo .navbar-brand>img{margin-top:5px !important;}
    .custom_nav .dropdown-menu li {display:block; background: #f7f6f6;}
    .logo-cols {display: flex; justify-content: center; align-items: center;}
   
  .header_navigation .navbar-toggle .icon-bar {background: #034a92;}
}
@media screen and (max-width:570px){
    .custom_nav i {font-size: 12px;}
}




