.navbar-area {
  z-index: 10;
}
.navbar-area.sticky {
  left: 0;
  position: sticky !important;
  width: 100%;
  z-index: 99;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.06);
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  background-color: var(--whiteColor);
}
.navbar-area .navbar-top {
  padding: 11.5px 0;
}
.navbar-area .navbar-top .contact-info {
  line-height: 1;
}
.navbar-area .navbar-top .contact-info li {
  margin-right: 10px;
}
.navbar-area .navbar-top .contact-info li:last-child {
  margin-right: 0;
}
.navbar-area .navbar-top .contact-info li i {
  position: relative;
  margin-right: 5px;
  font-size: 15px;
}
.navbar-area .navbar-top .contact-info li a {
  color: var(--whiteColor);
  margin-left: 4px;
}
.navbar-area .navbar-top .contact-info li a:hover {
  color: var(--primaryColor);
}
.navbar-area .navbar-top .social-profile li a {
  width: 30px;
  height: 30px;
}
.navbar-area .navbar-top .social-profile li a i {
  transition: var(--transition);
}
.navbar-area .navbar-top .social-profile li a:hover i {
  transform: rotateY(360deg);
}
.navbar-area .navbar-top .select_lang {
  padding-left: 19px;
  margin-left: 29px;
}
.navbar-area .navbar-top .select_lang i {
  color: var(--life_primaryColor);
  position: absolute;
  top: 0;
  left: 0;
}
.navbar-area .navbar-top .select_lang select {
  background-image: url(../img/icons/down-arrow-white.svg);
  background-size: 11px;
  background-position: 100% 50%;
  padding: 0 16px 0 5px;
}
.navbar-area .navbar-top .select_lang select option {
  color: var(--titleColor);
}
.navbar-area .other-options .option-item {
  margin-right: 30px;
}
.navbar-area .other-options .option-item:last-child {
  margin-right: 0;
}
.navbar-area .navbar-wrapper {
  padding: 7px 65px;
}
.navbar-area .search-form {
  max-width: 232px;
}
.navbar-area .search-form input {
  border: none;
  padding: 5px 25px 5px 0;
  border-bottom: 1px solid #D4D5E4;
}
.navbar-area .search-form input::-moz-placeholder {
  color: var(--paraColor);
  opacity: 1;
}
.navbar-area .search-form input::placeholder {
  color: var(--paraColor);
  opacity: 1;
}
.navbar-area .search-form button {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 6px 0;
}
.navbar-area.style-one {
  padding: 23px 0;
}
.navbar-area.style-one .navbar-wrapper {
  padding: 0;
}
.navbar-area.style-one .menu-section {
  margin-left: 32px;
}
.navbar-area.style-one.sticky {
  top: 0px;
  background-color: var(--auto_optionalColor);
}
.navbar-area.style-one .select_lang {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #7B97A2;
  padding: 0;
  text-align: center;
}
.navbar-area.style-one .select_lang select {
  background-image: none;
  padding: 0;
  color: #F7F6E4;
}
.navbar-area.style-one .select_lang select option {
  color: var(--titleColor);
}
.navbar-area.style-one .social-profile li a {
  background-color: #7B97A2;
}
.navbar-area.style-one .social-profile li a i {
  color: #F7F6E4;
}
.navbar-area.style-one .social-profile li a:hover {
  background-color: var(--auto_secondaryColor);
}
.navbar-area.style-one .social-profile li a:hover i {
  color: var(--whiteColor);
}
.navbar-area.style-one .other-options .option-item .sidebar-btn {
  position: relative;
  top: 3px;
}
.navbar-area.style-one .menu-mobile-trigger span {
  background: #f9f9f9;
}
.navbar-area.style-one .menu > ul > li > a {
  color: #F7F6E4;
}
.navbar-area.style-one .menu > ul > li > a .title {
  color: var(--paraColor);
}
.navbar-area.style-one .menu > ul > li > a:hover, .navbar-area.style-one .menu > ul > li > a.active {
  color: var(--auto_secondaryColor);
}
.navbar-area.style-one .menu > ul > li > a .title {
  color: var(--auto_secondaryColor);
}
.navbar-area.style-one .menu > ul > li .menu-subs li a.active,
.navbar-area.style-one .menu > ul > li .menu-subs li a:hover {
  color: var(--auto_secondaryColor);
}
.navbar-area.style-one .menu > ul > li .menu-subs.menu-column-5 > .list-item a.active .title,
.navbar-area.style-one .menu > ul > li .menu-subs.menu-column-5 > .list-item a:hover .title {
  color: var(--auto_secondaryColor);
}
.navbar-area.style-two .navbar-top {
  background-color: #E5EAEE;
}
.navbar-area.style-two .navbar-top .contact-info li a {
  color: var(--paraColor);
}
.navbar-area.style-two .navbar-top .contact-info li a:hover {
  color: var(--health_primaryColor);
}
.navbar-area.style-two .navbar-top .contact-info li i {
  color: var(--health_primaryColor);
}
.navbar-area.style-two .navbar-top .select_lang select {
  background-image: url(../img/icons/down-arrow-3.svg);
}
.navbar-area.style-two .navbar-top .select_lang i {
  color: var(--health_primaryColor);
}
.navbar-area.style-two .navbar-brand {
  position: relative;
  background-color: var(--whiteColor);
}
.navbar-area.style-two.sticky {
  top: -49px;
  background-color: var(--whiteColor);
}
.navbar-area.style-two.sticky .navbar-brand {
  top: 5px;
  background-color: transparent;
}
.navbar-area.style-two .social-profile li a {
  background-color: #E5EAEE;
}
.navbar-area.style-two .social-profile li a i {
  color: var(--paraColor);
}
.navbar-area.style-two .social-profile li a:hover {
  background-color: var(--health_primaryColor);
}
.navbar-area.style-two .social-profile li a:hover i {
  color: var(--whiteColor);
}
.navbar-area.style-two .navbar-wrapper {
  padding: 3.5px 0;
  border-bottom: 1px solid #D4D5E4;
}
.navbar-area.style-two .menu > ul > li > a {
  color: var(--paraColor);
}
.navbar-area.style-two .menu > ul > li > a .title {
  color: var(--paraColor);
}
.navbar-area.style-two .menu > ul > li > a:hover, .navbar-area.style-two .menu > ul > li > a.active {
  color: var(--health_primaryColor);
}
.navbar-area.style-two .menu > ul > li > a .title {
  color: var(--health_primaryColor);
}
.navbar-area.style-two .menu > ul > li .menu-subs li a.active,
.navbar-area.style-two .menu > ul > li .menu-subs li a:hover {
  color: var(--health_primaryColor);
}
.navbar-area.style-two .menu > ul > li .menu-subs.menu-column-5 > .list-item a.active .title,
.navbar-area.style-two .menu > ul > li .menu-subs.menu-column-5 > .list-item a:hover .title {
  color: var(--health_primaryColor);
}
.navbar-area.style-three .menu-section, .navbar-area.style-four .menu-section, .navbar-area.style-five .menu-section {
  margin-left: 32px;
}
.navbar-area.style-three.sticky, .navbar-area.style-four.sticky, .navbar-area.style-five.sticky {
  top: -50px;
}
.navbar-area.style-three .other-options .option-item .sidebar-btn, .navbar-area.style-four .other-options .option-item .sidebar-btn, .navbar-area.style-five .other-options .option-item .sidebar-btn {
  position: relative;
  top: 3px;
}
.navbar-area.style-three .navbar-top {
  background-color:#1f67c7;
}
.navbar-area.style-three .navbar-top .contact-info li a {
  color: var(--whiteColor);
}
.navbar-area.style-three .navbar-top .contact-info li a:hover {
  color: var(--khakiColor);
}
.navbar-area.style-three .navbar-top .contact-info li i {
  color: var(--khakiColor);
}
.navbar-area.style-three .navbar-top .select_lang i {
  color: var(--khakiColor);
}
.navbar-area.style-three .social-profile li a {
  background-color: #F6F6F4;
}
.navbar-area.style-three .social-profile li a i {
  color: var(--paraColor);
}
.navbar-area.style-three .social-profile li a:hover {
  background-color: var(--home_primaryColor);
}
.navbar-area.style-three .social-profile li a:hover i {
  color: var(--whiteColor);
}
.navbar-area.style-three .menu > ul > li > a {
  color: var(--paraColor);
}
.navbar-area.style-three .menu > ul > li > a .title {
  color: var(--paraColor);
}
.navbar-area.style-three .menu > ul > li > a:hover, .navbar-area.style-three .menu > ul > li > a.active {
  color: #000000;
}
.navbar-area.style-three .menu > ul > li > a .title {
  color: var(--home_primaryColor);
}
.navbar-area.style-three .menu > ul > li .menu-subs li a.active,
.navbar-area.style-three .menu > ul > li .menu-subs li a:hover {
  color:#fff;
  background:#1f67c7;
}
.navbar-area.style-three .menu > ul > li .menu-subs.menu-column-5 > .list-item a.active .title,
.navbar-area.style-three .menu > ul > li .menu-subs.menu-column-5 > .list-item a:hover .title {
  color: var(--home_primaryColor);
}
.navbar-area.style-four .navbar-top .contact-info li {
  color: #B6B0B8;
}
.navbar-area.style-four .navbar-top .contact-info li a {
  color: #B6B0B8;
}
.navbar-area.style-four .navbar-top .contact-info li a:hover {
  color: var(--travel_primaryColor);
}
.navbar-area.style-four .navbar-top .contact-info li i {
  color: var(--travel_primaryColor);
}
.navbar-area.style-four .navbar-top .social-profile li a {
  background-color: #3A2147;
}
.navbar-area.style-four .navbar-top .social-profile li a i {
  color: #B6B0B8;
  font-size: 14px;
}
.navbar-area.style-four .navbar-top .social-profile li a:hover {
  background-color: var(--travel_primaryColor);
}
.navbar-area.style-four .navbar-top .select_lang select {
  color: #B6B0B8;
  background-image: url(../img/icons/down-arrow-2.svg);
}
.navbar-area.style-four .navbar-top .select_lang select option {
  color: var(--titleColor);
}
.navbar-area.style-four .menu > ul > li > a {
  color: var(--paraColor);
}
.navbar-area.style-four .menu > ul > li > a .title {
  color: var(--paraColor);
}
.navbar-area.style-four .menu > ul > li > a:hover, .navbar-area.style-four .menu > ul > li > a.active {
  color: var(--travel_primaryColor);
}
.navbar-area.style-four .menu > ul > li > a .title {
  color: var(--travel_primaryColor);
}
.navbar-area.style-four .menu > ul > li .menu-subs li a.active,
.navbar-area.style-four .menu > ul > li .menu-subs li a:hover {
  color: var(--travel_primaryColor);
}
.navbar-area.style-four .menu > ul > li .menu-subs.menu-column-5 > .list-item a.active .title,
.navbar-area.style-four .menu > ul > li .menu-subs.menu-column-5 > .list-item a:hover .title {
  color: var(--travel_primaryColor);
}
.navbar-area.style-four.sticky {
  top: -53px;
}
.navbar-area.style-five .navbar-top .contact-info li i {
  color: var(--life_primaryColor);
}
.navbar-area.style-five .navbar-top .social-profile li a {
  background-color: #303030;
}
.navbar-area.style-five .navbar-top .social-profile li a i {
  color: var(--whiteColor);
  font-size: 14px;
}
.navbar-area.style-five .navbar-top .social-profile li a:hover {
  background-color: var(--life_primaryColor);
}
.navbar-area.style-five .menu > ul > li > a {
  color: var(--paraColor);
}
.navbar-area.style-five .menu > ul > li > a .title {
  color: var(--paraColor);
}
.navbar-area.style-five .menu > ul > li > a:hover, .navbar-area.style-five .menu > ul > li > a.active {
  color: var(--life_primaryColor);
}
.navbar-area.style-five .menu > ul > li > a .title {
  color: var(--life_primaryColor);
}
.navbar-area.style-five .menu > ul > li .menu-subs li a.active,
.navbar-area.style-five .menu > ul > li .menu-subs li a:hover {
  color: var(--life_primaryColor);
}
.navbar-area.style-five .menu > ul > li .menu-subs.menu-column-5 > .list-item a.active .title,
.navbar-area.style-five .menu > ul > li .menu-subs.menu-column-5 > .list-item a:hover .title {
  color: var(--life_primaryColor);
}
.navbar-area.style-five.sticky {
  top: -53px;
}

.sidebar-wrap .offcanvas-header .close-btn {
  transition: var(--transition);
  color: var(--whiteColor);
  font-size: 19px;
  line-height: 0.8;
  cursor: pointer;
  top: 20px;
  right: 25px;
  width: 35px;
  height: 35px;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  background-color: var(--titleColor);
}
.sidebar-wrap .offcanvas-header .close-btn:hover {
  color: var(--whiteColor);
}
.sidebar-wrap .offcanvas-body {
  padding: 35px 30px;
}
.sidebar-wrap .offcanvas-body .ceo-info-wrap .ceo-img {
  width: 50px;
  height: 50px;
}
.sidebar-wrap .offcanvas-body .ceo-info-wrap .ceo-info {
  width: calc(100% - 60px);
  margin-left: auto;
}
.sidebar-wrap .offcanvas-body .contact-info-wrap .contact-item {
  margin-bottom: 17px;
}
.sidebar-wrap .offcanvas-body .contact-info-wrap .contact-item:last-child {
  margin-bottom: 0;
}
.sidebar-wrap .offcanvas-body .contact-info-wrap .contact-item a {
  color: var(--paraColor);
}
.sidebar-wrap .offcanvas-body .contact-info-wrap .contact-item a:hover {
  color: var(--life_primaryColor);
}
.sidebar-wrap .offcanvas-body .social-profile.style-two li a {
  background-color: transparent;
  border: 1px solid #BDC7D8;
}
.sidebar-wrap .offcanvas-body .social-profile.style-two li a i {
  color: var(--paraColor);
}
.sidebar-wrap .offcanvas-body .social-profile.style-two li a:hover {
  background-color: var(--life_primaryColor);
  border-color: transparent;
}
.sidebar-wrap .offcanvas-body .social-profile.style-two li a:hover i {
  color: var(--whiteColor);
}

.search-btn i {
  font-size: 20px;
  line-height: 0.8;
  position: relative;
  top: 1px;
}

.searchModal {
  overflow-x: hidden;
}
.searchModal .modal-dialog {
  margin: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  padding: 15px;
  background-color: var(--grayColor);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.searchModal .modal-dialog .modal-content {
  border: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  border-radius: 0;
  max-width: 720px;
  background-color: transparent;
  margin-left: auto;
  margin-right: auto;
}
.searchModal .modal-dialog .modal-content form {
  width: 100%;
  position: relative;
}
.searchModal .modal-dialog .modal-content form .form-control {
  height: 60px;
  border-radius: 0;
  box-shadow: unset;
  color: var(--titleColor);
  font-size: 15px;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.35);
  background-color: transparent;
  padding-left: 0;
  padding-right: 30px;
  padding-top: 12px;
}
.searchModal .modal-dialog .modal-content form .form-control::-moz-placeholder {
  -moz-transition: var(--transition);
  transition: var(--transition);
  color: var(--paraColor);
  opacity: 1;
}
.searchModal .modal-dialog .modal-content form .form-control::placeholder {
  transition: var(--transition);
  color: var(--paraColor);
  opacity: 1;
}
.searchModal .modal-dialog .modal-content form .form-control:focus::-moz-placeholder {
  color: transparent;
}
.searchModal .modal-dialog .modal-content form .form-control:focus::placeholder {
  color: transparent;
}
.searchModal .modal-dialog .modal-content form .form-control:-moz-placeholder {
  -moz-transition: var(--transition);
  transition: var(--transition);
  color: var(--paraColor);
}
.searchModal .modal-dialog .modal-content form .form-control:-ms-input-placeholder {
  -ms-transition: var(--transition);
  transition: var(--transition);
  color: var(--paraColor);
}
.searchModal .modal-dialog .modal-content form button {
  top: 8px;
  border: 0;
  padding: 0;
  right: 0;
  width: 45px;
  height: 45px;
  font-size: 17px;
  border-radius: 5px;
  position: absolute;
  color: var(--titleColor);
  transition: var(--transition);
  background-color: transparent;
}
.searchModal .modal-dialog .modal-content form button:hover {
  background-color: var(--titleColor);
  color: var(--whiteColor);
}
.searchModal .modal-dialog .modal-content form button i {
  left: 0;
  right: 0;
  top: 50%;
  font-size: 20px;
  line-height: 1;
  position: absolute;
  color: var(--titleColor);
  transform: translateY(-50%);
}
.searchModal .modal-dialog .modal-content .btn-close {
  top: 11px;
  right: 20px;
  padding: 0;
  z-index: 2;
  opacity: 1;
  cursor: pointer;
  box-shadow: unset;
  position: fixed;
  background-color: transparent;
  background-image: none;
}
.searchModal .modal-dialog .modal-content .btn-close i {
  font-size: 25px;
}

.menu-icon {
  font-size: 1.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-left: 1rem;
  border: none;
  outline: none;
  color: #121212;
  transition: all 0.3s ease;
}

.menu > ul > li {
  display: inline-block;
  line-height: 1;
  margin-right: 1.5rem;
}

.menu > ul > li > a {
  position: relative;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  padding: 23px 0;
  border: none;
  outline: none;
  color: #121212;
  text-transform: capitalize;
  text-rendering: optimizeLegibility;
  transition: color 0.3s ease-in-out;
}

.menu > ul > li .menu-subs {
  position: absolute;
  width: 100%;
  height: auto;
  margin-top: 1.75rem;
  /* padding: 0 1.5rem; */
  padding: 0;
  border: none;
  outline: none;
  z-index: 500;
  opacity: 0;
  list-style: none;
  visibility: hidden;
  border-radius: 0.25rem;
  border-top: 3px solid var(--titleColor);
  background: var(--whiteColor);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease-in-out;
}
.menu > ul > li .menu-subs li a {
  padding: 20px 15px;
  display: block;
  border-bottom: 1px dashed #E0E1E4;
}
.menu > ul > li .menu-subs > li:last-child > a {
  border-bottom: none;
}

.menu > ul > li .menu-subs > ul > li {
  line-height: 1;
}

.menu > ul > li .menu-subs > ul > li > a {
  display: inline-block;
  font-family: inherit;
  border: none;
  outline: none;
  padding: 15px 0;
  text-transform: capitalize;
  text-rendering: optimizeLegibility;
  transition: all 0.3s ease-in-out;
}

.menu > ul > li .menu-column-1 {
  min-width: 14rem;
  max-width: 16rem;
}

.menu > ul > li .menu-subs.menu-mega {
  left: 50%;
  transform: translateX(-50%);
}

.menu > ul > li .menu-subs.menu-mega > .list-item > a {
  border-bottom: none;
  padding: 0;
}

.menu > ul > li .menu-subs.menu-mega > .list-item > ul > li {
  display: block;
  line-height: 1;
}

.menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
  display: inline-block;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  padding: 0.5rem 0;
  border: none;
  outline: none;
  color: #121212;
  text-transform: capitalize;
  text-rendering: optimizeLegibility;
  transition: color 0.3s ease-in-out;
}

.menu > ul > li .menu-subs.menu-column-5 {
  display: flex;
  flex-wrap: wrap;
  max-width: 68rem;
  width: 100%;
  padding: 1.25rem 1rem;
}

.menu > ul > li .menu-subs.menu-column-5 > .list-item {
  flex: 0 0 20%;
  padding: 0 1rem;
}

.menu > ul > li .menu-subs.menu-column-5 > .list-item .title {
  line-height: 1;
  margin-top: 18px;
  display: block;
  font-weight: 500;
  text-rendering: optimizeLegibility;
  transition: all 0.3s ease-in-out;
}

.menu > ul > li .menu-subs.menu-column-5 > .list-item.text-center .title {
  text-align: center;
}

.menu > ul > li .menu-subs.menu-column-5 > .list-item img.responsive {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin-top: 0.75rem;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
}

.menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a:hover,
.menu > ul > li .menu-subs > ul > li > a:hover {
  color: #e91e63;
}

.header .menu > ul > li:hover > a {
  color: #e91e63;
}

.menu-mobile-header,
.menu-mobile-trigger {
  display: none;
}

@media only screen and (max-width: 767px) {
  .navbar-area .navbar-top .contact-info li {
    margin-right: 10px;
    margin-bottom: 5px;
    font-size: 14px;
  }
  .navbar-area .navbar-top .contact-info li:last-child {
    margin-right: 0;
  }
  .navbar-area .navbar .other-options .option-item {
    margin-right: 15px;
  }
  .navbar-area .navbar .other-options .option-item:last-child {
    margin-right: 0;
  }
  .navbar-area.style-three .navbar-top .contact-info {
    width: 100%;
  }
  .sidebar-wrap .offcanvas-header .close-btn {
    top: 15px;
    right: 15px;
  }
  .sidebar-wrap .offcanvas-body {
    padding: 20px 20px;
  }
  .searchModal .modal-dialog {
    padding: 15px;
  }
  .searchModal .modal-dialog .modal-content form button {
    right: 5px;
    font-size: 14px;
  }
  .searchModal .modal-dialog .modal-content .btn-close {
    top: 13px;
    right: 0;
    width: 28px !important;
  }
}
@media only screen and (min-width: 992px) {
  .navbar-area.style-two .menu > ul > li {
    position: relative;
  }
  .navbar-area.style-two .menu ul > li > .menu-subs > li > .menu-subs {
    left: 100%;
  }
  .navbar-area.style-two .menu > ul > li .menu-column-1 {
    min-width: 15.3rem;
  }
  .menu ul li.menu-item-has-children .menu-subs li.menu-item-has-children a i {
    float: right;
  }
  .menu ul li.menu-item-has-children:hover > .menu-subs {
    margin-top: 38px;
    opacity: 1;
    visibility: visible;
  }
  .menu ul > li > .menu-subs > li > .menu-subs {
    left: 100%;
    right: 0;
    margin-top: -50px !important;
  }
}
@media only screen and (max-width: 991px) {
  .navbar-area .navbar {
    padding: 10px 0;
  }
  .navbar-area .navbar .navbar-brand img {
    max-width: 105px;
  }
  .navbar-area .navbar .other-options .option-item {
    margin-right: 20px;
  }
  .navbar-area .navbar .other-options .option-item:last-child {
    margin-right: 0;
  }
  .navbar-area.sticky.style-two.sticky, .navbar-area.sticky.style-three.sticky, .navbar-area.sticky.style-four.sticky, .navbar-area.sticky.style-five.sticky {
    top: 0;
  }
  .navbar-area.sticky .navbar-top {
    top: -100%;
    position: fixed;
    opacity: 0;
  }
  .navbar-area.sticky .navbar {
    padding: 7px 0 10px;
  }
  .navbar-area.style-one {
    padding: 12px 0;
  }
  .navbar-area.style-one .navbar-wrapper {
    padding: 0;
  }
  .navbar-area.style-one .navbar-wrapper .menu-section {
    margin-left: 0;
  }
  .navbar-area.style-one .menu-mobile-trigger span {
    background: #f9f9f9;
  }
  .navbar-area.style-one .menu > ul > li > a {
    color: var(--paraColor);
  }
  .navbar-area.style-one .menu > ul > li > a:hover, .navbar-area.style-one .menu > ul > li > a.active {
    color: var(--auto_secondaryColor);
  }
  .navbar-area.style-one .menu > ul > li > a .title {
    color: var(--auto_secondaryColor);
  }
  .navbar-area.style-one .navbar-wrapper, .navbar-area.style-two .navbar-wrapper, .navbar-area.style-three .navbar-wrapper, .navbar-area.style-four .navbar-wrapper, .navbar-area.style-five .navbar-wrapper {
    padding: 10px 0;
  }
  .navbar-area.style-one .menu-section, .navbar-area.style-two .menu-section, .navbar-area.style-three .menu-section, .navbar-area.style-four .menu-section, .navbar-area.style-five .menu-section {
    margin-left: 0;
  }
  .navbar-area.style-one .other-options .option-item, .navbar-area.style-two .other-options .option-item, .navbar-area.style-three .other-options .option-item, .navbar-area.style-four .other-options .option-item, .navbar-area.style-five .other-options .option-item {
    margin-right: 15px;
  }
  .navbar-area.style-one .other-options .option-item:last-child, .navbar-area.style-two .other-options .option-item:last-child, .navbar-area.style-three .other-options .option-item:last-child, .navbar-area.style-four .other-options .option-item:last-child, .navbar-area.style-five .other-options .option-item:last-child {
    margin-right: 0;
  }
  .navbar-area.style-one .other-options .option-item:nth-child(1), .navbar-area.style-two .other-options .option-item:nth-child(1), .navbar-area.style-three .other-options .option-item:nth-child(1), .navbar-area.style-four .other-options .option-item:nth-child(1), .navbar-area.style-five .other-options .option-item:nth-child(1) {
    order: 2;
  }
  .navbar-area.style-one .other-options .option-item:nth-child(2), .navbar-area.style-two .other-options .option-item:nth-child(2), .navbar-area.style-three .other-options .option-item:nth-child(2), .navbar-area.style-four .other-options .option-item:nth-child(2), .navbar-area.style-five .other-options .option-item:nth-child(2) {
    order: 3;
  }
  .navbar-area.style-one .other-options .option-item:nth-child(3), .navbar-area.style-two .other-options .option-item:nth-child(3), .navbar-area.style-three .other-options .option-item:nth-child(3), .navbar-area.style-four .other-options .option-item:nth-child(3), .navbar-area.style-five .other-options .option-item:nth-child(3) {
    order: 4;
    margin-right: 0;
  }
  .navbar-area.style-one .other-options .option-item:nth-child(4), .navbar-area.style-two .other-options .option-item:nth-child(4), .navbar-area.style-three .other-options .option-item:nth-child(4), .navbar-area.style-four .other-options .option-item:nth-child(4), .navbar-area.style-five .other-options .option-item:nth-child(4) {
    order: 1;
    margin-right: 15px;
  }
  .navbar-area.style-one .other-options .option-item .sidebar-btn, .navbar-area.style-two .other-options .option-item .sidebar-btn, .navbar-area.style-three .other-options .option-item .sidebar-btn, .navbar-area.style-four .other-options .option-item .sidebar-btn, .navbar-area.style-five .other-options .option-item .sidebar-btn {
    position: relative;
    top: 3px;
  }
  .navbar-area .menu ul li a i {
    float: right;
  }
  .navbar-area .menu .menu-mega .list-item {
    margin-bottom: 20px;
  }
  .navbar-area .menu .menu-mega .list-item:last-child {
    margin-bottom: 0;
  }
  .menu-mobile-trigger {
    position: relative;
    display: block;
    cursor: pointer;
    width: 1.75rem;
    height: 1rem;
    border: none;
    outline: none;
    background: 0 0;
    transform: rotate(0deg);
    transition: 0.35s ease-in-out;
  }
  .menu-mobile-trigger span {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    border: none;
    outline: none;
    opacity: 1;
    border-radius: 0.25rem;
    background: #121212;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }
  .menu-mobile-trigger span:nth-child(1) {
    top: 0;
  }
  .menu-mobile-trigger span:nth-child(2),
  .menu-mobile-trigger span:nth-child(3) {
    top: 0.5rem;
    width: 80%;
    margin-left: 20%;
  }
  .menu-mobile-trigger span:nth-child(4) {
    top: 1rem;
  }
  .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1099;
    overflow: hidden;
    background: #fafafa;
    transform: translate(-100%);
    transition: all 0.3s ease-in-out;
  }
  .menu.active {
    transform: translate(0%);
  }
  .menu > ul > li {
    display: block;
    line-height: 1;
    margin: 0;
  }
  .menu > ul > li > a {
    display: block;
    padding: 20px 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .menu > ul > li > a i.ion {
    position: absolute;
    font-size: 1.25rem;
    line-height: 3.125rem;
    top: 0;
    right: 0;
    width: 3.125rem;
    height: 3.125rem;
    text-align: center;
    transform: rotate(-90deg);
  }
  .menu .menu-mobile-header {
    position: relative;
    position: sticky;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 0;
    height: 3.125rem;
    z-index: 501;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: #fafafa;
  }
  .menu .menu-mobile-header .menu-mobile-arrow {
    display: none;
    font-size: 1.25rem;
    line-height: 3.125rem;
    width: 3.125rem;
    height: 3.125rem;
    cursor: pointer;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    color: #121212;
    text-align: center;
  }
  .menu .menu-mobile-header.active .menu-mobile-arrow {
    display: block;
  }
  .menu .menu-mobile-header .menu-mobile-title {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: inherit;
    color: #121212;
    text-transform: capitalize;
    text-rendering: optimizeLegibility;
  }
  .menu .menu-mobile-header .menu-mobile-close {
    font-size: 24px;
    cursor: pointer;
    width: 4.125rem;
    height: 3.125rem;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    color: #121212;
    text-align: center;
  }
  .menu .menu-section {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .menu > ul > li .menu-subs {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    max-width: none;
    min-width: auto;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 1rem;
    padding-top: 4rem;
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
    transform: translateX(0%);
    box-shadow: none;
  }
  .menu > ul > li .menu-subs.menu-mega {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    max-width: none;
    min-width: auto;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 1rem;
    padding-top: 4rem;
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
    transform: translateX(0%);
    box-shadow: none;
  }
  .menu > ul > li .menu-subs.active {
    display: block;
  }
  .menu > ul > li .menu-subs.menu-column-5 > .list-item {
    flex: 0 0 100%;
    padding: 0;
  }
  .menu > ul > li .menu-subs.menu-column-5 > .list-item img.responsive {
    margin-top: 0;
  }
  .menu > ul > li .menu-subs.menu-column-5 > .list-item.text-center .title {
    margin-top: 15px;
  }
  .menu > ul > li .menu-subs.menu-column-5 > .list-item.text-center:last-child .title {
    margin-bottom: 0;
  }
  .menu > ul > li .menu-subs > ul > li > a {
    display: block;
  }
  .menu > ul > li .menu-subs.menu-mega > .list-item > ul {
    margin-bottom: 1rem;
  }
  .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
    display: block;
  }
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1098;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.55);
    transition: all 0.3s ease-in-out;
  }
  .overlay.active {
    opacity: 1;
    visibility: visible;
  }
}
/* Min width 768px to Max width 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu {
    width: 40%;
  }
}
/* Min width 576px to Max width 767px */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .menu {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-area .navbar-top {
    padding: 8px 0;
  }
  .navbar-area .navbar-top .contact-info li {
    font-size: 14px;
  }
  .navbar-area .navbar-top .social-profile li {
    font-size: 14px;
  }
  .navbar-area.style-two.sticky, .navbar-area.style-three.sticky, .navbar-area.style-four.sticky, .navbar-area.style-five.sticky {
    top: -45px;
  }
  .navbar-area.style-one .menu > ul > li .menu-subs.menu-column-5, .navbar-area.style-two .menu > ul > li .menu-subs.menu-column-5, .navbar-area.style-three .menu > ul > li .menu-subs.menu-column-5, .navbar-area.style-four .menu > ul > li .menu-subs.menu-column-5, .navbar-area.style-five .menu > ul > li .menu-subs.menu-column-5 {
    max-width: 58rem;
    min-width: 58rem;
    width: 100%;
    padding: 1.25rem 1rem;
  }
  .navbar-area.style-two .navbar-brand {
    position: relative;
    left: -50px;
    top: 15px;
    padding: 0 20px;
  }
  .navbar-area.style-one .menu > ul > li, .navbar-area.style-two .menu > ul > li, .navbar-area.style-three .menu > ul > li {
    margin-right: 1rem;
  }
  .navbar-area.style-one .other-options .option-item, .navbar-area.style-two .other-options .option-item, .navbar-area.style-three .other-options .option-item {
    margin-right: 15px;
  }
  .navbar-area.style-one .other-options .option-item:last-child, .navbar-area.style-two .other-options .option-item:last-child, .navbar-area.style-three .other-options .option-item:last-child {
    margin-right: 0;
  }
  .navbar-area.style-one .other-options .option-item .social-profile li, .navbar-area.style-two .other-options .option-item .social-profile li, .navbar-area.style-three .other-options .option-item .social-profile li {
    margin-right: 0px;
  }
  .navbar-area.style-one .other-options .option-item .social-profile li:last-child, .navbar-area.style-two .other-options .option-item .social-profile li:last-child, .navbar-area.style-three .other-options .option-item .social-profile li:last-child {
    margin-right: 0;
  }
  .navbar-area.style-one .other-options .option-item .social-profile li a, .navbar-area.style-two .other-options .option-item .social-profile li a, .navbar-area.style-three .other-options .option-item .social-profile li a {
    width: 32px;
    height: 32px;
  }
  .navbar-area.style-one .other-options .option-item .btn, .navbar-area.style-two .other-options .option-item .btn, .navbar-area.style-three .other-options .option-item .btn {
    padding: 15px 15px;
  }
  .navbar-area.style-three .other-options .option-item, .navbar-area.style-four .other-options .option-item, .navbar-area.style-five .other-options .option-item {
    margin-right: 16px;
  }
  .navbar-area.style-three .other-options .option-item:last-child, .navbar-area.style-four .other-options .option-item:last-child, .navbar-area.style-five .other-options .option-item:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .navbar-area.style-two .menu > ul > li .menu-subs.menu-column-5 {
    min-width: 68rem;
    left: 0;
    transform: translateX(0);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .navbar-area.style-two .navbar-brand {
    left: -52px;
    top: 15px;
    padding: 0 20px;
  }
  .navbar-area .navbar-wrapper {
    padding: 7px 5px;
  }
  .menu > ul > li > a{
    text-transform: uppercase;
  }
  .nav_pd {
    padding: 0!important;
  }
  .nav_top_pd{
    padding: 0 39px!important;
  }
  .navbar-area.style-three .menu-section, .navbar-area.style-four .menu-section, .navbar-area.style-five .menu-section {
    margin-left: 97px;
  }
}
@media only screen and (min-width: 1400px) {
  .navbar-area .menu > ul > li > a {
    font-size: 17px;
    text-transform: uppercase;
  }
  .navbar-area.style-one .menu-section, .navbar-area.style-three .menu-section, .navbar-area.style-four .menu-section, .navbar-area.style-five .menu-section {
    margin-left: 50px;
  }
  .navbar-area.style-two .navbar-brand {
    left: -85px;
    top: 12px;
    padding: 0 80px;
  }
  .menu > ul > li {
    margin-right: 44px;
  }
  .menu > ul > li:last-child() {
    margin-right: 0;
  }
  .navbar-area .navbar-wrapper {
    padding: 7px 0px;
  }
}
@media only screen and (min-width: 1920px) {
  .navbar-area.style-one .container-fluid, .navbar-area.style-two .container-fluid, .navbar-area.style-three .container-fluid, .navbar-area.style-four .container-fluid, .navbar-area.style-five .container-fluid {
    max-width: 1630px;
  }
  .navbar-area.style-one .menu-section, .navbar-area.style-three .menu-section, .navbar-area.style-four .menu-section, .navbar-area.style-five .menu-section {
    margin-left: 80px;
  }
}



/* =========================================
   HERO
========================================= */

.insurance-hero {
    position: relative;
    min-height: 820px;

    background-image:
   linear-gradient(90deg, rgb(20 10 10 / 31%) 0%, rgb(68 78 134) 38%, rgba(255, 255, 255, 0.45) 62%, rgb(231 255 78 / 31%) 100%), url(../img/insurance-hero-bg.jpg), url(../img/insurance-hero-bg.jpg);

    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

    overflow: hidden;
}

/* .insurance-hero {
    position: relative;
    min-height: 820px;

    background-image:
    
        url("../img/insurance-hero-bg.jpg");

    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

    overflow: hidden;
} */



.insurance-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.35;
    background-image:
        radial-gradient(
            circle,
            rgba(0, 48, 73, 0.08) 1px,
            transparent 1px
        );
    background-size: 25px 25px;
    mask-image: linear-gradient(
        90deg,
        black 0%,
        transparent 55%
    );

    pointer-events: none;
}


/* =========================================
   HERO WRAPPER
========================================= */

.insurance-hero__wrapper {
    min-height: 820px;

    display: flex;
    align-items: center;

    position: relative;
    z-index: 2;
}

/* =========================================
   LEFT CONTENT
========================================= */

.insurance-hero__content {
    width: 53%;
    padding: 70px 0;

    position: relative;
    z-index: 5;
}

/* Badge */

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 18px;
    margin-bottom: 50px;

    background:#fff;
    border-radius: 50px;

    color:#000000;

    font-size: 15px;
    font-weight: 600;

    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

.hero-badge span {
    width: 25px;
    height: 25px;

    display: flex;
    align-items: center;
    justify-content: center;

    color:#1f67c7;
}

.hero-badge i {
    font-size: 18px;
}

/* =========================================
   HEADING
========================================= */

.insurance-hero__content h1 {
    max-width: 720px;

    color:#fff;

    font-size: clamp(45px, 5vw, 72px);
    line-height: 1.08;

    font-weight: 600;

    letter-spacing: -2.5px;

    margin-bottom: 40px;
}

.insurance-hero__content h1 span {
    display: block;
}

/* =========================================
   DESCRIPTION
========================================= */

.insurance-hero__content p {
    max-width: 600px;

    color:#fff;

    font-size: 17px;
    line-height: 1.75;

    margin-bottom: 38px;
}
.insurance-hero .container{
    max-width: 1395px;
}

/* =========================================
   BUTTON
========================================= */

.hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;

    min-height: 56px;

    padding: 0 28px;

    background:#1f67c7;
    color: #fff;

    border-radius: 6px;

    text-decoration: none;

    font-size: 16px;
    font-weight: 700;

    transition:
        background 0.3s ease,
        transform 0.3s ease;
        text-transform: uppercase;
}

.hero-btn i {
    transition: transform 0.3s ease;
}

.hero-btn:hover {
    background:#003049;
    color: #ffffff;

    transform: translateY(-2px);
}

.hero-btn:hover i {
    transform: translateX(5px);
}

/* =========================================
   RIGHT IMAGE
========================================= */

.insurance-hero__image {
    position: absolute;

    right: -30px;
    bottom: 0;

    width: 55%;
    height: 100%;

    display: flex;
    align-items: flex-end;
    justify-content: center;

    z-index: 2;
}

/* Agent */

.insurance-hero__image img {
    width: auto;
    height: 95%;

    /* max-width: 650px; */
       max-width: 100%;

    object-fit: cover;
    object-position: bottom center;

    position: relative;
    z-index: 3;
}

/* =========================================
   LARGE BACKGROUND SHIELD
========================================= */

.hero-shield {
    position: absolute;

    top: 75px;
    left: 22%;

    width: 360px;
    height: 410px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: rgba(0, 48, 73, 0.08);

    font-size: 300px;

    z-index: 1;

    pointer-events: none;
}

/* =========================================
   IMAGE FADE
========================================= */

/* .insurance-hero__image::before {
    content: "";

    position: absolute;

    left: -180px;
    top: 0;

    width: 350px;
    height: 100%;

    background: linear-gradient(
        90deg,
        #ffffff 0%,
        rgba(255, 255, 255, 0.9) 25%,
        rgba(255, 255, 255, 0) 100%
    );

    z-index: 4;

    pointer-events: none;
} */

/* =========================================
   BOTTOM CURVE
========================================= */

.hero-bottom-shape {
    position: absolute;

    left: -5%;
    bottom: -115px;

    width: 110%;
    height: 190px;

    background: #1f67c7;

    border-radius: 50% 50% 0 0 / 100% 100% 0 0;

    z-index: 6;
}

.hero-bottom-shape::before {
    content: "";

    position: absolute;

    top: -15px;
    left: 0;

    width: 100%;
    height: 15px;

    background: #ffffff;

    border-radius: 50%;
}


/* =========================================
   DESKTOP
========================================= */

@media (max-width: 1199px) {

    .insurance-hero {
        min-height: 650px;
    }

    .insurance-hero__wrapper {
        min-height: 650px;
    }

    .insurance-hero__content {
        width: 55%;
    }

    .insurance-hero__content h1 {
        font-size: 56px;
    }

    .insurance-hero__image {
        width: 55%;
    }

    .insurance-hero__image img {
        height: 90%;
        max-width: 550px;
    }

    .hero-shield {
        width: 300px;
        height: 350px;
        font-size: 250px;
    }
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .insurance-hero {
        min-height: auto;
    }

    .insurance-hero__wrapper {
        min-height: auto;

        flex-direction: column;
        text-align: center;
    }

    .insurance-hero__content {
        width: 100%;

        padding: 70px 0 35px;

        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .insurance-hero__content h1 {
        max-width: 750px;

        font-size: clamp(42px, 6vw, 58px);
    }

    .insurance-hero__content p {
        max-width: 650px;
    }

    /* Image */

    .insurance-hero__image {
        position: relative;

        right: auto;
        bottom: auto;

        width: 100%;
        height: 500px;

        display: flex;
        align-items: flex-end;
    }

    .insurance-hero__image img {
        height: 500px;
        max-width: 500px;
    }

    .hero-shield {
        top: 30px;
        left: 50%;

        width: 300px;
        height: 350px;

        font-size: 250px;

        transform: translateX(-50%);
    }

    .insurance-hero__image::before {
        left: 0;
        top: -100px;

        width: 100%;
        height: 180px;

        background: linear-gradient(
            180deg,
            #ffffff 0%,
            rgba(255, 255, 255, 0) 100%
        );
    }

    .hero-bottom-shape {
        bottom: -130px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .container {
        padding: 0 20px;
    }

    .insurance-hero__content {
        padding: 55px 0 30px;
    }

    /* Badge */

    .hero-badge {
        font-size: 12px;
        padding: 8px 14px;
        margin-bottom: 22px;
    }

    .hero-badge span {
        width: 21px;
        height: 21px;
    }

    .hero-badge i {
        font-size: 15px;
    }

    /* Heading */

    .insurance-hero__content h1 {
        font-size: clamp(34px, 9vw, 46px);

        line-height: 1.12;

        letter-spacing: -1px;

        margin-bottom: 20px;
    }

    /* Description */

    .insurance-hero__content p {
        font-size: 14px;
        line-height: 1.7;

        margin-bottom: 28px;
    }

    /* Button */

    .hero-btn {
        min-height: 52px;

        padding: 0 21px;

        font-size: 14px;
    }

    /* Image */

    .insurance-hero__image {
        height: 410px;
    }

    .insurance-hero__image img {
        width: 100%;
        height: 410px;

        object-fit: contain;
        object-position: center bottom;
    }

    .hero-shield {
        top: 20px;

        width: 240px;
        height: 280px;

        font-size: 200px;
    }

    /* Bottom curve */

    .hero-bottom-shape {
        height: 120px;
        bottom: -85px;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .insurance-hero__content {
        padding-top: 45px;
    }

    .hero-badge {
        font-size: 11px;
    }

    .insurance-hero__content h1 {
        font-size: 34px;
    }

    .insurance-hero__content p {
        font-size: 14px;
    }

    .insurance-hero__image {
        height: 350px;
    }

    .insurance-hero__image img {
        height: 350px;
    }

    .hero-shield {
        width: 200px;
        height: 240px;

        font-size: 165px;
    }

    .hero-bottom-shape {
        bottom: -75px;
    }
}