body {
  overflow-x: hidden;
}

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/* Sidebar Css */
.sidebar {
  position: fixed;
  top: 110px;
  left: -75%;
  /* Initially hidden */
  width: 75%;
  bottom: 0;
  background-color: #fffaf8 !important;
  color: var(--text-black-color);
  transition: left 0.4s ease-in-out;
  padding-top: 50px;
  overflow: hidden;
  overflow-y: auto;
  padding-left: 20px;
  z-index: 100;
}

.mobile-navbar.sidebar-open .sidebar {
  top: 58px;
}

.sidebar ul {
  list-style-type: none;
  padding: 0;
}

.sidebar ul li {
  border-bottom: 1px solid #f7f7f7;
}

.sidebar ul li a {
  color: var(--text-black-color);
  text-decoration: none;
}



.close-icon {
  font-size: 24px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 20px;
  color: var(--primary-color);
}

.dropdown.megamenu-li {
  position: static;
}

.dropdown-menu.megamenu {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  padding: 15px;
  top: auto;
}

.pay-online-button {
  background-color: var(--text-white-color);
  border: 2px solid var(--border-color);
  font-size: 15px;
  font-weight: bold;
  border-radius: 8px;
  margin-right: 10px;
}

.pay-online-button a {
  color: var(--text-black-color);
  padding: 9px 30px;
  display: block;
}

.navbar.navbar-expand-lg {
  padding: 13px 20px;
  background-color: var(--text-white-color);
}

.top-navbar {
  background: #222162;
  background-size: cover;
  border-bottom: 1.5px solid #ffffffa6;
}

.call-us-button {
  background-color: var(--text-white-color);
  border: 2px solid var(--border-color);
  width: 130px;
  height: 45px;
  font-size: 15px;
  font-weight: bold;
  color: var(--text-black-color);
  border-radius: 8px;
  margin-right: 10px;
  cursor: pointer;
  position: relative !important;
}

.call-us-button>.dropdown-menu {
  right: 0;
  left: auto;
}

.button-container {
  background-color: var(--text-white-color);
  min-width: 110px;
  height: 40px;
  border-radius: 30px;
  border: 2px solid #071b60;
  margin-top: 5px;
  padding: 7px 15px;
  margin-right: 5px;
}

.button-container p {
  color: var(--text-black-color);
  font-size: 16px;
  margin-bottom: 0;
  font-weight: bold;
}

.main-logo,
.icon-logo {
  flex-shrink: 0;
}

.main-logo {
  width: 140px;
  height: auto;
}


@media (min-width: 1441px) {
  .button-container p {
    font-size: 14px;
  }

  .menu ul li a {
    padding: 15px 20px;
    color: var(--secondary-color);
    font-weight: normal;

    font-family: "Lato", serif !important;
  }
}


@media (min-width: 1320px) {
  .menu ul li a {
    font-size: 19px;
  }
}

@media screen and (min-width: 1200px) {
  .navbar-expand-lg .navbar-nav .nav-item .dropdown-menu {
    margin: auto;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    background: #fff;
    margin-top: 0;
  }

  .navbar-nav .nav-item>a {
    color: var(--text-black-color) !important;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Lato", serif;
    margin-right: 10px;
    line-height: 2.6;
  }

  .navbar-nav .nav-item:last-child a {
    margin-right: 0;
  }

  .nav-item .dropdown-menu .dropdown-item {
    font-weight: 600;
    white-space: normal;
    padding: 0.25rem 0.5rem;
  }

  .navbar-expand-lg .navbar-nav .nav-item:hover .dropdown-menu {
    display: block;
  }

  .top-navbar {
    padding: 10px 50px 0px;
  }

  .btn-year {
    background-color: #fff;
    border: 0px;
    padding: 10px 30px;
    color: var(--text-black-color);
    font-size: 17px;
    font-weight: bold;
    border-radius: 50px;
    font-family: "Lato", serif;
  }

  .sidebar ul li a:hover {
    color: var(--yellow-color) !important;
  }

  .logo-image {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background: white;
    border-radius: 50%;
    padding: 3px;
  }

  .frame-image {
    width: 21px;
    height: 21px;
    margin-right: 5px;
  }

  .desktop-navbar {
    background-color: var(--text-white-color) !important;
    background-size: cover !important;
    min-height: 84px;
  }

  .main-logo {
    width: 270px;
    height: 55px;
  }

  .navbar .menu-nav {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .navbar-expand-lg .navbar-nav .large-li.nav-item .dropdown-menu {
    max-width: 65%;
  }


}


@media (min-width: 1280px) {
  .navbar-expand-lg .navbar-nav .large-li.nav-item .dropdown-menu {
    max-width: 65%;
  }

  .navbar-nav .nav-item>a {
    color: var(--text-black-color) !important;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Lato", serif;
    margin-right: 30px;
    line-height: 2.6;
  }

}

@media screen and (max-width: 1200px) {


  .navbar.navbar-expand-lg {
    padding: 4px 20px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }

  .navbar-expand-lg .navbar-nav .large-li.nav-item .dropdown-menu {
    max-width: 100%;
  }

  .navbar-nav .nav-link {
    padding-left: 15px;
  }

  .dropdown-menu {
    border: 0px;
  }

  .call-us-button .dropdown-menu {
    width: fit-content;
  }

  .dropdown-item {
    font-weight: 500;
  }

  .mobile-navlink01 {
    color: var(--text-black-color) !important;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 5px;
  }

  .custom-dropdown-submenu {
    position: relative;
  }

  .custom-dropdown-submenu .custom-dropdown-menu {
    display: none;
    top: 0;
    margin-top: -1px;
    background: transparent;
    padding-left: 0px !important;
    border-bottom: 0px !important;
  }

  .dropdown-item01 {
    padding-left: 15px;
    font-size: 14px;
    padding-bottom: 15px;
    font-weight: 500;
  }

  /* Styling custom dropdown links */
  .custom-dropdown-submenu>a::after {
    content: "";
    float: right;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-image: url('../../assets-1/icons/chevron-right.webp');
  }

  .navbar-button {
    background-color: var(--text-white-color);
    color: var(--text-black-color);
    border: 0px;
    padding: 5px 15px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 700;
  }

  .navbar.navbar-expand-lg {
    padding: 4px 0px;
  }

  .top-navbar {
    padding: 10px 5px 10px 10px;
  }

  .logo-image {
    width: 30px;
    height: 30px;
    margin-top: 4px;
    margin-right: 15px;
    background: white;
    border-radius: 50%;
    padding: 3px;
  }

  .button-container {
    width: 99px;
    height: 30px;
    padding: 3px;
    display: flex;
    justify-content: center;
  }

  .button-container p {
    font-size: 13px;
  }

  .frame-image {
    width: 17px;
    height: 17px;
    margin-top: 1.5px;
    margin-right: 4px;
  }

  .mobile-navbar {
    background-color: var(--text-white-color);
    background-size: cover;
    padding: 6px 15px;
  }

  .mobile-navbar>div {
    align-items: center;
  }

  .call-us-button {
    width: 100px;
    height: 35px;
    font-size: 14px;
    margin: 0;
  }

  .call-us-button .nav-link {
    padding: 0;
    margin-bottom: 0;
  }

  .mobile-navbar img {
    width: 210px;
    /* height: 30px; */
  }

  .logo-txt {
    font-size: 13px;
  }

  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 0px 0 10px 0;
    margin: 0;
    background: #fff;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navbar-nav {
    flex-direction: column !important;
  }

  .backdrop-sidebar {
    position: fixed;
    background: #00000085;
    left: 0;
    right: 0;
    top: 114px;
    bottom: 0;
    z-index: 20;
    display: none;
  }


  .mobile-navbar.sidebar-open .backdrop-sidebar {
    top: 58px;
  }


  .sidebar .navbar {
    position: static;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 5px 15px !important;
    display: flex;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 20px;
    font-family: var(--font-primary);
    font-size: 15px;
    /*white-space: nowrap;*/
    transition: 0.3s;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }


  .navbar .getstarted,
  .navbar .getstarted:focus {
    background: var(--color-primary);
    padding: 8px 20px;
    border-radius: 4px;
    margin: 15px;
    color: #fff;
  }

  .navbar .getstarted:hover,
  .navbar .getstarted:focus:hover {
    color: #fff;
    background: rgba(0, 131, 116, 0.8);
  }

  .navbar .active {
    color: #FFA500 !important;
  }


  header .sub-menu {
    list-style: none;
  }

  header .sub-menu-2 {
    list-style: none;
    background-color: #f8f8f8 !important;
    padding-left: 20px !important;
  }

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 0;
    margin: 0;
    transition: all 0.5s ease-in-out;
    background-color: var(--color-secondary);
  }

  .navbar .dropdown>.dropdown-active,
  .navbar .dropdown .dropdown>.dropdown-active {
    display: block;
  }

  .sidebar .dropdown-toggle::after {
    border: 0;
    background-image: url('../../assets-1/icons/plus.webp');
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
  }

  .sidebar .dropdown-toggle.show::after {
    background-image: url('../../assets-1/icons/minus.webp');
  }

  .mobile-nav-show {
    color: rgba(255, 255, 255, 0.6);
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    margin-right: 10px;
    display: inline-block;
    width: 41px;
    height: 30px;
    background: url(../img/spritex.png) no-repeat -304px -10px;
    text-indent: -999em;
    cursor: pointer;
    float: right;
    margin-right: 0;
  }

  .header {
    height: auto;
  }

  .mobile-nav-hide {
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 9999;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navbar {
    right: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    top: 110px;
    background: rgb(0 0 0 / 80%);
    z-index: 999;
  }

  .sidebar-open .navbar:before {
    top: 58px;
  }

  .sidebar .dropdown-item:active {
    background-color: transparent;
    color: var(--yellow-color);
  }

  .menu-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    font-family: "Lato", serif;
    font-weight: 600;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 10;
  }

  .menu-nav .fa-circle-xmark {
    color: #001EF5;
    font-size: 22px;
  }

  .mobile-nav .hide-menu {
    display: none;
  }

  .navbar .mobile-nav .sub-menu {
    display: block !important;
    padding-left: 0 !important;
  }

  .navbar .mobile-nav .fa-chevron-right {
    transform: rotate(90deg);
  }
}

@media screen and (max-width: 992px) {}

@media screen and (max-width: 425px) {
  .mobile-navbar {
    padding: 6px 10px;
  }
}



/*new nav start*/
/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media(max-width:1300px) and (min-width:992px) {
  nav.navbar.menu ul li.dropdown:last-child ul {
    left: auto;
    right: 0;
  }
}

@media (min-width: 1200px) {
  .navbar {
    padding: 0;
  }

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navbar li {
    position: relative;
  }

  .navbar>ul>li {
    white-space: nowrap;
    /*padding: 10px 0 10px 28px;*/
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*padding: 0 3px;*/
    /*font-family: var(--font-secondary);*/
    /*font-size: 16px;*/
    /*font-weight: 600;*/
    /*color: #fff;*/
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }


  /*.navbar a:hover,*/
  /*.navbar .active,*/
  /*.navbar .active:focus,*/
  /*.navbar li:hover>a {*/
  /*  color: #fff;*/
  /*}*/

  .navbar .dropdown ul {
    display: block;
    position: relative;
    /* left: 28px; */
    /* top: calc(100% + 30px); */
    /* margin: 0; */
    /* padding: 10px 0; */
    /* z-index: 99; */
    /* opacity: 1; */
    visibility: visible;
    transition: 0.3s;
    /*border-radius: 4px;*/
  }

  /*.navbar .dropdown ul ul{*/
  /*    left:auto;*/
  /*    right:28px;*/
  /*}*/
  .navbar .dropdown ul li {
    min-width: 200px;
  }

  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 600;
    color: #006a5d;
  }

  .navbar .dropdown ul a i {
    font-size: 12px;
  }

  .navbar.navbar-expand-lg {
    justify-content: space-between;
  }

  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {
    color: var(--color-secondary);
  }

  .navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navbar .dropdown .dropdown ul {
    top: 0;
    right: calc(100% - 30px);
    visibility: hidden;
  }

  .navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    right: 100%;
    visibility: visible;
  }

  .logo-txt {
    font-size: 13px;
  }

  .menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
  }

  .menu ul li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
  }

  .menu ul li a {
    padding: 15px 10px;
    color: var(--secondary-color);
    font-family: "Lato", serif !important;
    font-weight: 400;
    font-style: normal;
  }

  .menu ul li:hover>a {
    color: var(--yellow-color);
    text-decoration: none;
  }

  .menu ul li a.btn {
    padding: 15px 30px;
    font-size: 18px;
    color: #000;
  }

  .menu ul ul.sub-menu {
    position: absolute;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background: #ffffff;
    min-width: 250px;
    text-align: left;
    z-index: 99;
    transition: all 0.5s ease;
    top: 60px;
    border-radius: 12px;
    box-shadow: 0px 12px 32px 0px #55555540;
  }

  .menu ul li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 55px;
  }

  .menu ul ul.sub-menu li {
    display: block;
    position: relative;
    text-align: left;
  }

  .menu ul ul.sub-menu li.has-children:after {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -7px;
    background: url(../img/spritex.png) no-repeat -10px -10px;
    height: 15px;
    width: 10px;
    content: "";
  }

  .menu ul ul.sub-menu li.has-children:hover:after,
  .menu ul ul.sub-menu li.has-children.active:after {
    background-position: -30px -10px;
  }

  .menu ul ul.sub-menu li a {
    padding: 10px 20px;
    display: block;
    font-weight: 700;
    color: #000000;
    text-wrap: wrap;
    font-size: 15px;
    display: flex;
    font-weight: normal;
  }

  .menu ul .mega-menu ul.sub-menu {
    display: none;
    z-index: -1;
  }

  .menu ul .mega-menu ul.sub-menu li a {
    padding: 6px 10px;
  }

  .menu ul .mega-menu:hover ul.sub-menu {
    z-index: 99;
  }

  .menu ul .mega-menu>ul.sub-menu>li>a {
    color: #d3ff17;
    font-size: 17px;
    margin-top: 10px;
    border: solid 1px #1a1a1a;
  }

  .menu ul .mega-menu>ul.sub-menu>li:hover>a {
    background: transparent;
    border: solid 1px #accc20;
    color: #accc20;
  }

  .menu ul ul.sub-menu li:hover>a,
  .menu ul ul.sub-menu li>a.active {
    background: #eeeeee;
    color: #000;
  }

  .menu ul ul.sub-menu-2 {
    position: absolute;
    left: 100%;
    opacity: 0;
    visibility: hidden;
    background: #ffffff;
    min-width: 260px;
    text-align: left;
    z-index: 99;
    transition: all 0.5s ease;
    overflow: hidden;
    left: 105%;
    top: 0;
    box-shadow: 0px 12px 32px 0px #55555540;
    border-radius: 12px;
  }

  .menu ul ul.sub-menu li:hover ul.sub-menu-2 {
    opacity: 1;
    visibility: visible;
    left: 100%;
  }

  .d-sub-menu {
    top: 35px;
    position: absolute;
    left: 10px;
    white-space: nowrap;
    font-size: .75em;
    color: #ffdd21;
  }

  .menu ul ul.sub-menu-2 li a:hover,
  .menu ul ul.sub-menu-2 li a.active {
    background: #eeeeee;
    color: #000;
  }

  .call-us-icon .dropdown-toggle::after {
    display: none;
  }

  /*for mega menu*/
  .menu ul li.mega-menu {
    position: inherit;
  }

  .menu ul li.mega-menu ul.sub-menu {
    display: inline-block;
    max-height: 65vh;
    overflow-y: auto;
  }

  .backdrop-sidebar {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1600px) {
  .navbar .dropdown .dropdown ul {
    right: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    right: -100%;
  }
}

@media (min-width: 1280px) {

  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }
}

.desktop-navbar .btn-year {
  background: #222162;
  color: #fff;
  padding: 10px 40px;
  margin-right: 5px;
}

.top-navbar h2.btn-year.mr-4 {
  line-height: 48px;
  padding: 0px 20px;
  font-size: 18px;
  font-weight: 500;
}

.top-navbar h2.btn-year {
  text-align: center;
}

h2.btn-year.btn-re {
  background: unset;
  color: #fff;
}

h2.btn-year.btn-re p {
  text-transform: uppercase;
  font-size: 23px;
  margin: 0 0 3px;
  font-weight: 900;
}

.btn-year:hover {
  text-decoration: none;
}

.desktop-navbar .navbar.navbar-expand-lg {
  box-shadow: rgba(0, 0, 0, .12) 0 1px 3px, rgba(0, 0, 0, .24) 0 1px 2px;
}

.fixed-left {
    position: fixed;
    z-index: 999999;
    right: 0;
    top: 40%;
}

.fixed-left a {
display: inline-block;
    background-color: maroon;
    color: #fff;
    padding: 15px 10px;
    text-decoration: none;
    font-weight: bold;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    border-radius: 8px 0 0 8px;
    transition: background 0.3s, transform 0.3s
}

.fixed-left a:hover{
  text-decoration: none;
}