.site-footer {
  background: #25242c;
  padding: 30px 0;
  position: relative;
  background: url(../../assets/images/footer_bg.jpg);
  background-size: cover;
  background-position: center center;
  z-index: 1;
}
#my-acc {
    border: 1px solid #e9e7e7;
    padding: 6px 10px;
    border-radius: 6px;
    color: #333;
}
.top_nav li > a {
  padding: 2px 15px;
  border-radius: 23px;
  font-weight: 500;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

.main-navbar-sec .nav-link {
  font-size: 15px;
  color: #2d2e2f;
  font-family: "Montserrat", sans-serif;
  padding-right: 8px;
}

.mobnav_show {
  padding-right: 0;
}

.site-footer::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #000000ed;
  z-index: -1;
}

.footer-social-col ul li {
  margin-right: 0px !important;
}

#google_translate_element select {
  background: #ffffff;
  color: #333;
  border: 1px solid #e9e7e7;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  padding: 7px 6px;
  font-family: "Open Sans", sans-serif;
}

.goog-te-gadget {
  font-family: "Roboto", sans-serif;
  color: #666;
  white-space: nowrap;
  width: 64px;
}

.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;
}

.login_btn_drop2 {
  padding: 10px 15px;
  border-radius: 10px;
  background: var(--main-color);
}

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

#google_translate_element select:focus {
  border: 1px solid #ccc;
}

#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 {
  width: 80px;
  margin: 0 !important;
}

.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, 0.3);
  background: #d62929;
}

.banking-options .list-inline-item:not(:last-child) {
  margin-right: 0.2rem;
}

.footer-social-col {
  margin-bottom: 20px;
}

.banking-options img {
  border-radius: 4px;
}

.footer-social-col ul {
  display: flex;
  justify-content: center;
}

.flex_method {
  display: flex;
  justify-content: space-around;
  align-content: center;
}

.banking-options strong {
  font-weight: 500;
  font-size: 14px;
  color: #c4c4c4;
  font-family: "Open Sans", sans-serif;
}

.login_btn_drop,
.curr_inr {
  padding: 3px 6px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  display: block;
  font-family: "Poppins", sans-serif;
}

.affix .nav-link .desktop_menu a span {
  color: #000;
}

.login_btn_drop {
  border: 1px solid #fff;
  border-radius: 24px;
  padding: 5px 14px;
}

.main-navbar {
  background: 0 0 !important;
}

.top-header-right {
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
}

.main-navbar .navbar-nav > li.active > a.nav-link {
  color: var(--main-color);
}

.main-navbar .navbar-nav > li.active > a.nav-link i {
  color: var(--main-color) !important;
}

.curreny-drop ul li span {
  color: #333;
}

.affix .login_btn_drop,
.curr_inr,
.top_nav li > a {
  color: #333;
}

.foo-address p {
  color: #fff;
}

.top_nav.nav-tabs li.active a {
  color: var(--main-color);
}

.top_nav.nav-tabs {
  border-bottom: 0px;
}

.main-navbar .navbar-nav > li {
  padding: 0 10px;
}

.main-navbar .navbar-nav > li.show > a.nav-link {
  color: #252525;
}

.top-header {
  position: relative;
  background: var(--main-color);
}

.top-header-right > ul > li.menu a {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}

.top-header-right .user-cont i {
  border: 2px solid var(--main-color);
  border-radius: 20px;
  overflow: hidden;
  padding: 2px;
}

.top-header-right .user-cont a {
  color: #fff;
  background: #000;
  padding: 10px 20px;
  border-radius: 23px;
  font-size: 15px;
  text-transform: uppercase;
  display: inline-block;
}

.top-header-right .user-cont a:hover {
  color: #fff;
  background: var(--main-color);
}

.top-header-right .user-cont a b {
  margin-left: 10px;
}

.top-header-right .list-inline-item:not(:last-child) {
  margin-right: 20px;
}

.secondary-header {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  left: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  position: relative;
}

.secondary-header .logo-wrap img {
  max-width: 150px;
}

.top-header.fixed-header .logo-wrap img {
  max-width: 171px;
}

.top-header.fixed-header .logo-wrap a {
  padding: 0;
}

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

  100% {
    opacity: 0.9;
    transform: translateY(0);
  }
}

.main-navbar .dropdown > a {
  display: inline-block;
}

.main-navbar .navbar-nav .dropdown > a i,
.main-navbar .navbar-nav > li > a.nav-link i {
  font-size: 1.5rem;
  display: block;
  color: #222;
}

.main-navbar .navbar-nav > li.active > a.nav-link,
.main-navbar .navbar-nav > li.active > a.nav-link > i,
.main-navbar .navbar-nav > li > a.nav-link:hover {
  color: var(--main-color);
}

.homepage-carousel {
  margin-top: -96px;
  position: relative;
}

.logo-wrap img {
  max-width: 100%;
  max-height: 55px;
}

.header {
  background: #fff;
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 10px 0;
  transition: 0.5s;
}

.affix {
  position: fixed;
  background: #fff;
  z-index: 3;
  width: 100%;
  top: 0;
  box-shadow: 0 5px 30px 1px rgba(208, 218, 224, 0.5);
  transition: all 0.9s ease-in-out;
}

.affix .logo-wrap img {
  max-width: 100%;
  max-height: 65px;
  filter: brightness(1) invert(0);
}

.affix .main-navbar-sec .nav-link,
.login_btn_drop,
.curr_inr {
  color: #1f1e24 !important;
}

.affix .login_btn_drop span {
  color: #333;
}

.affix .login_btn_drop {
  border: 1px solid var(--secondary-color);
}

.affix .dropdown-toggle::after {
  color: #fff;
}

.affix .user-name {
  color: #333;
}

.translate_lang_lg {
  margin-right: 14px;
  margin-left: -8px;
}

.affix-top {
  position: static;
  top: -35px;
}

.login-wrapper a {
  color: #333;
}

.log_head_sec_main {
  position: relative;
  top: 5px;
}

.login-wrapper .dropdown-menu a {
  padding: 0.6rem 1.5rem;
  line-height: normal;
}

.login-wrapper .dropdown-menu li:not(:last-child) {
  border-bottom: 1px dashed #eee;
}

.dropdown-item.active,
.dropdown-item:active {
  background: var(--main-color);
}

.dropdown-menu {
  padding: 0;
}

.top-header:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 2px;
  background-size: cover;
}

.top-footer h4 {
  margin-top: 0;
  color: #fff;
  font-size: 17px;
  position: relative;
  padding-bottom: 10px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid #ffffff2b;
  font-family: "Poppins", sans-serif;
}
.top-footer h4:after {
  position: absolute;
  bottom: -2px;
  width: 25px;
  content: "";
  height: 3px;
  background: var(--secondary-color);
  left: 0;
}
.top-footer h4:after {
  bottom: -2px;
}
.logoft img {
    max-width: 100%;
    max-height: 110px;
    margin-bottom: 20px;
    background: #ffffffd6;
    padding: 5px 10px;
    border-radius: 15px;
}
.footer-social-col ul li a {
  width: 36px;
  height: 36px;
  border: gainsboro;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background: #c4c4c4;
  color: #242222;
  text-align: center;
  font-size: 19px;
  margin-right: 8px;
}

.footer-social-col ul li {
  padding: 0 2px;
}

.twitter_img img {
  margin-top: -3px;
}

.payment_method strong {
  font-size: 12px;
}

.top-footer li {
  position: relative;
}

.foo-about .foo-logo {
  max-width: 200px;
}

.foo-about {
  font-weight: 300;
}

.logo-wrap2 p {
  line-height: 30px;
}

.foo-address li {
  margin: 0 0px 28px;
  color: #000;
  padding-left: 45px;
  position: relative;
}

.footerul {
  color: #fff;
}

.footerul li {
  display: inline-block;
  margin-right: 10px;
}

.foo-address li i {
  position: absolute;
  left: 0;
  color: #fff;
  border-radius: 50%;
  border: 2px solid #fff;
  height: 34px;
  width: 34px;
  line-height: 30px;
  text-align: center;
}

.foo-navbar li a {
  position: relative;
  display: inline-block;
  font-weight: 400;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  color: #c4c4c4;
  font-size: 16px;
}

.top-footer a {
  color: #fff;
}

.main-navbar .navbar-nav .mega-new-wrap > ul > li > a:before {
  top: 1px;
  content: "\eaa0";
  position: absolute;
  left: 0;
  font-family: IcoFont;
}

.banking-options {
  margin-top: 25px;
}

.banking-options h3 {
  color: #fff;
  margin-bottom: 0.8rem !important;
  font-size: 1.3rem;
}

.newsletter .form-control {
  background: #fff;
  border: 1px solid #eaeaea;
}

.newsletter .btn {
  background: var(--main-color);
  border: 1px solid var(--main-color);
  text-transform: uppercase;
  color: #fff;
}

.newsletter .btn:hover {
  background: #3face2;
  color: #fff;
  border-color: #3face2;
}

.top-header ul li.paul-mega-menu {
  position: inherit;
}

.top-header .paul-drop-down-mega-menu {
  right: 0;
  width: 100%;
  left: 0;
}

.top-header .paul-drop-down-mega-menu:after,
.top-header .paul-drop-down-mega-menu:before {
  content: "";
  position: absolute;
}

.top-header .paul-drop-down-mega-menu:before {
  right: 9px;
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
}

.top-header .paul-drop-down-mega-menu:after {
  right: 10px;
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.mega-new-drp {
  padding: 10px;
}

.mega-new-wrap h3 {
  font-size: 1.1rem;
  color: var(--main-color);
  border-bottom: 1px solid #eee;
  padding-bottom: 0.3rem;
  font-weight: 600;
}

.main-navbar .navbar-nav .mega-new-wrap > ul > li > a {
  padding: 1px 3px 1px 15px;
  font-size: 12px;
  font-weight: 600;
  position: relative;
}

.main-navbar .navbar-nav .mega-new-wrap > ul > li > a:before {
  color: #e15922;
  font-size: 11px;
  top: 1px;
}

.mega-new-wrap {
  margin-bottom: 1.2rem;
}

/* =====header section====== */
.list-inline > li {
  display: inline-block;
}

.phone_btn {
  border-radius: 25px 0px 0 25px;
  margin-right: -1px;
}

.btn_custom {
  background: rgb(29 29 29 / 76%);
  color: #fff;
  padding: 2px 14px;
}

.dropdown-item.support_24:before {
  content: "";
  position: absolute;
  top: -16px;
  border: 8px solid transparent;
  border-bottom-color: var(--main-color);
  left: 15px;
}

.support_24:hover {
  background: var(--main-color);
}

.support_24 {
  font-size: 12px !important;
  background: var(--main-color);
  padding: 5px 8px !important;
  border-radius: 2px !important;
  line-height: 12px;
  color: #fff !important;
  font-weight: 700 !important;
  display: inline-block !important;
  min-height: 36px;
}

.log-acc_section {
  border-radius: 0 25px 25px 0;
  margin-left: -2px;
  position: relative;
  top: 4px;
  text-align: center;
}

.bottom_brdr {
  width: 100%;
}

.dark_clr {
  background: var(--main-color);
  width: 24%;
  float: left;
  height: 11px;
}

.light_clr {
  background: var(--secondary-color);
  width: 76%;
  float: left;
  height: 11px;
}

.top-footer-bg {
  position: relative;
}

.curreny-drop a {
  display: block;
}

.dropdown-menu > li > a {
  line-height: 21px;
  border-bottom: 1px solid #e8e8e8;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  position: relative;
  padding: 6px 10px;
}

.dropdown-menu > li > a:last-child {
  border-bottom: none;
}

.tollfree {
  display: flex;
  padding-right: 15px;
  align-items: center;
  color: var(--main-color);
  text-align: left;
  justify-content: end;
}

.tollfree p {
  font-size: 11px;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 11px;
}

.tollfree a {
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  color: var(--main-color);
  line-height: 15px;
}

.ringing_phone {
  display: inline-block;
  color: var(--main-color);
  border-radius: 50%;
  position: relative;
  margin-right: 10px;
}

.copy-right {
  text-align: center;
  color: #6c6c70;
  margin: 20px 0;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
}

.honav_icon {
  height: 30px;
  width: 31px;
  display: block;
  margin: auto;
}

.hosprite_head {
  background-size: 252px 155px;
  background-image: url("../images/sprite-icon.png");
}

.top_nav li.active .flights_icon {
  background-position: 0px -29px;
}

.top_nav li.active .ho_hotels {
  background-position: -39px -33px;
}

.top_nav li.active .holidays_ser {
  background-position: -580px -31px;
}

.top_nav li.active .visa_icon {
  background-position: -106px -253px;
}

.ho_hotels {
  background-position: -540px 0px;
}

.holidays_ser {
  background-position: -579px -1px;
}

.visa_icon {
  background-position: -106px -220px;
}

@media screen and (max-width: 992px) {
  #google_translate_element select {
    border: none;
    padding: 3px 6px;
  }

  .affix .main-navbar-sec .nav-link,
  .login_btn_drop,
  .curr_inr {
    color: #ffffff !important;
  }

  .affix .logo-wrap img {
    max-width: 100%;
    max-height: 53px;
  }

  .logoft img {
    max-width: 100%;
    max-height: 74px;
  }
}
