@media (max-width: 767px) {
  .header-top {
  }

  header.sticky-shadow .sticky-logo {
    display: none;
  }

  #cssmenu ul {
    z-index: 99;
    background: var(--secondary-color);
    top: -28px;
  }

  #cssmenu > ul > li > a {
    padding: 15px 20px 15px;
  }

  .banner-hero::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: #fff2eb;
    z-index: 1;
  }

  .right-header {
    width: 100%;
    position: relative;
    padding-left: 0px;
    top: 0;
  }

  #cssmenu > ul > li {
    float: left;
    padding: 0;
  }

  #cssmenu ul ul {
    display: block;
    position: relative;
    left: 0;
    z-index: 9;
    top: 16px;
  }

  #cssmenu ul ul li:hover ul {
    right: 0;
  }

  #cssmenu li:hover > ul {
    top: 12px;
    position: static;
    margin-top: 16px;
    padding: 0;
  }

  #cssmenu #menu-button {
    display: block;
    padding: 17px;
    color: #302e2e;
    cursor: pointer;
    font-size: 0;
    text-transform: uppercase;
    font-weight: 700;
    right: -3px;
    top: 5px;
    position: fixed;
  }

  #header.sticky-shadow {
    padding: 15px 0;
  }

  #cssmenu ul li::before {
    background: none;
  }

  #cssmenu ul {
    top: 50px !important;
    right: 0;
    width: 0;
    position: fixed;
    height: 100%;
    overflow-x: hidden;
  }

  #cssmenu > ul {
    top: 60px !important;
    right: 0;
    width: 0;
    position: fixed;
    height: 100%;
    overflow-x: hidden;
    /*    transition: 0.5s;*/
    transform: translateX(100%);
    display: block !important;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    width: 100% !important;
  }

  #cssmenu > ul.open {
    transform: translateX(0px);
  }

  #cssmenu .open {
    width: 100%;
  }

  .inner-banner {
    position: relative;
    height: 150px;
    background-size: cover !important;
    display: block;
    background-position: inherit;
  }

  .page-hd {
    height: 120px;
    display: flex;
    width: 100%;
    align-items: center;
  }

  #cssmenu > ul > li:hover > a {
    color: #ffffff;
  }

  #cssmenu > ul > li > a {
    color: #ffffff;
  }
  .fooer-menu ul li a {
    padding: 10px 6px;
    color: #fff;
    display: block;
  }
  .fooer-menu::before {
    position: absolute;
    right: 0;
    background-color: #ffffff00;
    width: 2px;
    content: "";
    height: 100%;
  }
  .fooer-sec .right-header ul {
    padding-left: 0;
    justify-content: center;
  }
  .fooer-sec {
    padding: 10px;
  }
  .fooer-sec .right-header ul li a {
    background-color: #fff;
    padding: 0px 4px;
    border-radius: 5px;
    color: #084298;
    display: flex;
    align-items: center;
  }
  .sticky-shadow #cssmenu > ul > li {
    float: left;
    padding: 15px 20px 15px;
  }

  header.sticky-shadow .right-header .top-header {
    display: block;
  }

  .mean-container .mean-bar {
  }

  .top-header ul li {
    position: relative;
    top: 0;
    z-index: 999;
  }

  header.sticky-shadow {
    background: #ffffff;
    /* height: 56px; */
    padding: 0;
  }

  header .header-sec {
    display: block !important;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-left: calc(var(--bs-gutter-x) * -0.5);
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
  }
  .mobile-menu-header-bg {
    display: flex;
    width: 100%;
    height: 60px;
    background-color: var(--secondary-color);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    box-sizing: border-box;
    align-items: top;
    box-sizing: border-box;
    padding: 10px 15px;
    justify-content: space-between;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    width: 100% !important;
    transform: translateX(100%);
  }
  body.main-menu-opened .mobile-menu-header-bg {
    transform: translateX(0);
    z-index: 999;
  }
  .inner-banner::before {
    position: absolute;
    width: 100%;
    height: 64px;
    left: 0;
    background-size: cover;
    bottom: -14px;
  }
  .men-close-sp {
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: block;
    margin-top: 6px;
  }
  .men-close-sp img {
    width: 100%;
    display: block;
    height: auto;
  }

  .logo {
    width: 230px;
    margin-left: 14px;
  }
  header .right-header ul {
    justify-content: center;
    margin-top: 5px;
    padding: 0;
  }
  #header .container-fluid.ps-5.pe-5 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .register-btn a {
    padding: 4px !important;
    text-transform: capitalize !important;
    font-size: 12px !important;
    position: absolute;
    right: 7px;
    top: -27px;
    font-weight: 400 !important;
    line-height: 1 !important;
  }

  .top-header {
    height: auto;
    padding: 0;
    border-bottom: 0px;
  }
  .right-header ul li a {
    background-color: #084298;
    padding: 0px 4px;
    border-radius: 5px;
    color: #fff;
    display: flex;
    align-items: center;
  }
  .banner-sec {
    background-size: cover;
    background-position: bottom;
    height: 480px;
  }
  .banner-text h1 {
    font-size: 35px;
  }
  .section {
    padding: 30px 0;
  }
  .banner-text {
    height: 460px;
  }
  .flag-section .col-md-3 {
    width: 50%;
  }
  .about-img::after {
    position: absolute;
    content: "";
    right: 0;
  }
  .travel-text {
    margin-top: 25px;
  }
  /* .key-features-ar.yellow {
      position: relative;
    } */
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  #cssmenu ul {
    z-index: 99;
    background: var(--secondary-color);
    top: -28px;
  }

  #cssmenu > ul > li {
    float: left;
  }

  #cssmenu ul ul {
    display: block;
    position: relative;
    left: 0;
    z-index: 9;
    top: 16px;
  }

  .middle-header {
    border: solid 0px #3930848f;
    border-radius: 50px;
    padding: 0;
  }

  #cssmenu ul ul li:hover ul {
    right: 0;
  }

  #cssmenu li:hover > ul {
    top: 12px;
    position: static;
    margin-top: 16px;
    padding: 0;
  }

  .search-field {
    filter: invert(100%);
  }

  #cssmenu #menu-button {
    display: block;
    padding: 17px;
    color: #302e2e;
    cursor: pointer;
    font-size: 0;
    text-transform: uppercase;
    font-weight: 700;
    right: 0;
    top: 3px;
    position: fixed;
  }

  #cssmenu ul li::before {
    background: none;
  }

  #cssmenu ul {
    top: 50px !important;
    right: 0;
    width: 0;
    position: fixed;
    height: 100%;
    overflow-x: hidden;
  }

  #cssmenu > ul {
    top: 60px !important;
    right: 0;
    width: 0;
    position: fixed;
    height: 100%;
    overflow-x: hidden;
    /*    transition: 0.5s;*/
    transform: translateX(100%);
    display: block !important;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    width: 100% !important;
  }

  #cssmenu > ul.open {
    transform: translateX(0px);
  }

  /* .parallex-menu-sec ul li ul {
      position: absolute;
      right: 58%;
    } */
  #cssmenu .open {
    width: 100%;
  }

  #cssmenu #menu-button.menu-opened:before {
    background: #ffffff;
  }

  #cssmenu #menu-button.menu-opened:after {
    background: #ffffff;
  }

  #cssmenu > ul > li:hover > a {
    color: #ffffff;
  }

  #cssmenu > ul > li > a {
    color: #ffffff;
  }

  .sticky-shadow #cssmenu > ul > li {
    float: left;
    padding: 15px 20px 15px;
  }

  .banner-hero .block-banner {
    position: relative;
    z-index: 12;
    padding: 30px 50px 0px 0px;
  }

  .banner-caption h1 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
  }

  .banner-caption p {
    background-color: var(--deepgreen-color);
    padding: 8px 22px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    border-left: solid 3px #fff;
  }

  .search-form {
    right: 41px;
    top: -38px;
    position: absolute;
    z-index: 99;
  }

  header.sticky-shadow .right-header .top-header {
    display: block;
  }

  .mean-container .mean-bar {
  }

  .top-header ul li {
    position: relative;
    top: 0;
    z-index: 999;
  }

  .banner-hero .banner-inner .banner-imgs {
    display: none;
  }

  /* header.sticky-shadow {
      position: absolute;
    } */
  header.sticky-shadow {
    background: #ffffff;
    /* height: 56px; */
    padding: 0;
  }

  header .header-sec {
    display: block !important;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-left: calc(var(--bs-gutter-x) * -0.5);
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
  }

  .left-header {
    width: 140px;
    padding-left: 15px;
  }

  .top-header {
    height: auto;
    padding: 0;
    border-bottom: 0px;
  }

  .top-header ul.d-flex li .dropdown {
    display: none;
  }

  .top-header ul {
    position: absolute;
    right: 50px;
    top: -54px;
    display: block !important;
    font-size: 12px;
  }

  .right-header .contact-hd {
    display: flex;
    justify-content: end;
  }

  .top-header .hd-btn {
    background: none;
    padding: 0;
    color: #ff9c09;
    border-radius: 20px;
    line-height: 1;
    font-weight: 600;
  }

  #menu-button {
    font-size: 0;
  }

  header {
    background: #ffffff;
  }

  #menu-button {
    position: relative;
    top: -43px;
  }

  .parallex-menu ul a {
    font-size: 12px;
  }

  .parallex-sec .section-title h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 300;
    margin-top: 15px;
  }

  /* #header {
      position: relative;
    } */
  .mobile-menu-header-bg {
    display: flex;
    width: 100%;
    height: 60px;
    background-color: var(--secondary-color);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    box-sizing: border-box;
    align-items: top;
    box-sizing: border-box;
    padding: 10px 15px;
    justify-content: space-between;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    width: 100% !important;
    transform: translateX(100%);
  }

  body.main-menu-opened .mobile-menu-header-bg {
    transform: translateX(0);
    z-index: 999;
  }

  body.main-menu-opened {
    overflow: hidden !important;
  }

  .mobile-menu-header-bg .logo-h {
    width: 90px;
    height: auto;
    display: block;
  }

  .mobile-menu-header-bg .logo-h img {
    width: 100%;
    height: auto;
    display: block;
  }

  .men-close-sp {
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: block;
    margin-top: 6px;
  }

  .men-close-sp img {
    width: 100%;
    display: block;
    height: auto;
  }

  #cssmenu > ul > li.active {
    background: transparent;
    border-radius: 0px;
  }
  .banner-sec {
    height: 450px;
    background-size: cover;
  }
  .banner-text {
    height: 450px;
  }
  .logo {
    width: 300px;
    padding: 0px 0;
  }
  .right-header ul {
    justify-content: flex-end;
  }
  #cssmenu ul ul li:nth-child(1) {
    border: none;
  }

  #cssmenu ul ul ul li:nth-child(1) {
    border: none;
  }
}

@media screen and (max-width: 1024px) and (min-width: 992px) {
  .right-header ul {
    margin-right: 46px;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 17px;
    color: #302e2e;
    cursor: pointer;
    font-size: 0;
    text-transform: uppercase;
    font-weight: 700;
    right: 0;
    top: 3px;
    position: fixed;
  }

  #cssmenu ul {
    z-index: 99;
    background: var(--secondary-color);
    top: -28px;
  }

  #cssmenu {
    width: 100%;
  }

  .logo {
    padding: 0px 0;
  }

  #cssmenu #menu-button.menu-opened:after {
    background: #000000;
  }

  #cssmenu #menu-button.menu-opened:before {
    background: #000000;
  }

  #cssmenu > ul > li.active {
    background: transparent;
    border-radius: 0px;
  }

  .mobile-menu-header-bg {
    display: flex;
    width: 100%;
    height: 60px;
    background: var(--secondary-color);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    box-sizing: border-box;
    align-items: top;
    box-sizing: border-box;
    padding: 10px 15px;
    justify-content: space-between;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    width: 100% !important;
    transform: translateX(100%);
  }

  body.main-menu-opened .mobile-menu-header-bg {
    transform: translateX(0);
    z-index: 999;
  }

  .men-close-sp {
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: block;
    margin-top: 6px;
  }

  .men-close-sp img {
    width: 100%;
    display: block;
    height: auto;
  }

  #cssmenu > ul > li {
    float: left;
    padding: 0;
  }
  /* 
  .register-btn a {
    padding: 8px 10px;
    font-size: 12px;
  } */

  /* .middle-header {
    border: solid 1px transparent;
    border-radius: 50px;
    padding: 0;
  } */

  body.main-menu-opened .mobile-menu-header-bg {
    transform: translateX(0);
    z-index: 999;
  }

  #cssmenu > ul {
    top: 60px !important;
    right: 0;
    width: 0;
    position: fixed;
    height: 100%;
    overflow-x: hidden;
    /*    transition: 0.5s;*/
    transform: translateX(100%);
    display: block !important;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    width: 100% !important;
  }

  #cssmenu > ul.open {
    transform: translateX(0px);
  }

  /* .parallex-menu-sec ul li ul {
      position: absolute;
      right: 58%;
    } */
  #cssmenu .open {
    width: 100%;
  }

  #cssmenu #menu-button.menu-opened:before {
    background: #ffffff;
  }

  #cssmenu #menu-button.menu-opened:after {
    background: #ffffff;
  }

  #cssmenu > ul > li:hover > a {
    color: #ffffff;
  }

  #cssmenu > ul > li > a {
    color: #ffffff;
  }

  .sticky-shadow #cssmenu > ul > li {
    float: left;
    padding: 15px 20px 15px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1025px) {
  .logo {
    width: 250px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 1501px) {
  /* .earth-circle {
    width: 160px;
    height: 160px;
  }

  .earth-circle img {
    width: 40%;
  }

  .earth-circle.blue-circle p {
    color: #fff;
    font-size: 14px;
  } */

  #cssmenu > ul > li {
    float: left;
    padding: 10px 15px 10px;
  }

  .register-btn a {
    border: solid 1px var(--primary-color);
    padding: 10px 6px;
    color: #fff;
    text-transform: capitalize;
    border-radius: 50px;
  }
}
