html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  background: #fff;
  color: #7E7E7E;
  font: 400 1rem/1.9 "Inter", serif;
}

a {
  text-decoration: none;
  color: var(--bs-dark);
  outline: none;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

h1 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
  font-family: "Inter", serif;
  color: #0C1E2C;
}

h2 {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.3;
  font-family: "Inter", serif;
  color: #0C1E2C;
  line-height: 1.05;
  margin-bottom: 20px;
}

h3 {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.3;
  font-family: "Inter", serif;
  color: #0C1E2C;
}

h4 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
  font-family: "Inter", serif;
  color: #0C1E2C;
}

h5 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
  font-family: "Inter", serif;
  color: #0C1E2C;
}

h6 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
  font-family: "Inter", serif;
  color: #0C1E2C;
}

p {
  font: 400 1rem/1.8 "Inter", serif;
  margin-bottom: 1.5625rem;
  color: #7E7E7E;
}

.text-primary {
  font-weight: 400 !important;
  color: #F87616 !important;
  text-transform: uppercase;
}

.btn {
  font: 500 1rem/1.6 "Inter", serif;
  padding: 10px 30px;
  min-width: 140px;
  text-transform: capitalize;
  color: #0C1E2C;
  border-radius: 26px;
}

.btn:hover {
  text-decoration: none;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

.btn-primary {
  background-color: #F87616;
  border-color: #F87616;
  color: #F8F8F8;
}

.btn-primary:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle, .btn-primary:hover {
  background-color: #F8F8F8;
  border-color: #F87616;
  color: #F87616;
  text-decoration: none;
}

.btn-secondary {
  background-color: #12BFA0;
  color: #fff;
  border-color: #12BFA0;
}

.btn-secondary:active + .btn-secondary, .btn-check:checked + .btn-secondary, .btn-secondary.active, .btn-secondary:active, .show > .btn-secondary.dropdown-toggle, .btn-secondary:hover {
  background-color: #fff;
  border-color: #12BFA0;
  color: #12BFA0;
  text-decoration: none;
}

.btn-light {
  background-color: #FEF2EA;
  color: #F87616;
  border-color: #FEF2EA;
}

.btn-light:active + .btn-light, .btn-check:checked + .btn-light, .btn-light.active, .btn-light:active, .show > .btn-light.dropdown-toggle, .btn-light:hover {
  background-color: #F87616;
  border-color: #F87616;
  color: #FEF2EA;
  text-decoration: none;
}

.fullwidth {
  position: relative;
  margin-left: 50%;
  width: 100vw;
  max-width: 100vw;
  clear: both;
}

ul {
  margin: 0;
  padding: 0;
}

ul.list {
  padding: 0;
  margin: 0 0 25px;
  list-style: none;
  font-weight: 300;
}

ul.list li {
  position: relative;
  padding-left: 33px;
  margin-bottom: 10px;
  font-size: 1rem;
  color: #0C1E2C;
}

ul.list li:before {
  content: "\f058";
  position: absolute;
  left: 0;
  top: 0px;
  width: 26px;
  height: 26px;
  font-size: 20px;
  font-weight: 600;
  color: #12BFA0;
  font-family: fontAwesome;
  display: flex;
  align-items: center;
}

ul.list.type2 {
  padding: 10px 0 0;
  margin: 0 0 25px;
  list-style: none;
  font-weight: 300;
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
}

ul.list li {
  color: #0C1E2C;
  font-weight: 600;
  color: #000;
  font-size: 1.125rem;
  flex: 0 0 100%;
}

ul.list li:before {
  top: 4px;
  color: #128807;
  font-size: 22px;
}

.section-padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section-padding-top {
  padding-top: 5rem;
}

.section-padding-bottom {
  padding-bottom: 5rem;
}

.primary-color {
  color: #F87616;
}

.card {
  margin: 0;
  padding: 0;
}
.card .card-header, .card .card-body {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.form-control {
  height: 48px;
  border: 0;
}

select.form-control {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

/* Owl Carousel */
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  outline: none !important;
  margin: 0;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}

.owl-carousel .owl-nav button.owl-next {
  right: -1%;
  background: url(../images/next.png) center center no-repeat rgb(255, 255, 255) !important;
}

.owl-carousel .owl-nav button.owl-prev {
  left: -1%;
  background: url(../images/prev.png) center center no-repeat rgb(255, 255, 255) !important;
}

.heading-part h6 {
  font-weight: 400;
  margin: 0 0 6px;
  color: #F87616;
  font-size: 1rem;
  text-transform: uppercase;
}
.heading-part h2 {
  margin-bottom: 20px;
  text-transform: capitalize;
}
.heading-part h2 span {
  font-weight: 600;
  color: #F87616;
}

/*	------ HEADER PART ------  */
.header {
  padding: 8px 0;
  background-color: #fff;
  position: absolute;
  width: 100%;
  top: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
  z-index: 99999;
}
.header .logo {
  position: relative;
}
.header .logo a {
  background: #fff;
  padding: 3px;
}
.header .logo img {
  max-width: 200px;
}
.header .menu-toggler {
  display: inline-flex;
  border: 1px solid rgba(247, 118, 22, 0.3098039216);
  padding: 7px 10px;
  border-radius: 4px;
  background: #fef2ea;
}
.header .menu-toggler i {
  font-size: 20px;
  color: #514ea1;
}
.header .navbar {
  padding: 0;
}
.header .navbar .offcanvas {
  background: transparent;
}
.header .navbar .offcanvas .offcanvas-body {
  overflow: visible !important;
}
.header .navbar ul.menu-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 10px;
}
.header .navbar ul.menu-area li {
  margin: 0 5px;
}
.header .navbar ul.menu-area li a {
  color: #7E7E7E;
  padding: 4px 8px;
}
.header .navbar ul.menu-area li:hover > a {
  color: #F87616;
}
.header .navbar ul.menu-area li.current-menu-item a {
  color: #F87616;
}

.header-right-area {
  margin-left: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

header.header + * {
  margin-top: 86px;
}

@media screen and (min-width: 992px) {
  .header .offcanvas {
    position: relative;
    bottom: 0;
    display: flex;
    flex-direction: row;
    max-width: 100%;
    visibility: visible;
    width: 100%;
    border: 0;
    transform: none;
  }
  .header .offcanvas .offcanvas-header {
    display: none;
  }
  .header .offcanvas .offcanvas-body {
    padding: 0px 0;
  }
  .header .navbar .logo {
    display: none;
  }
  .header .menu-toggler {
    display: none;
  }
  /*	Sticky Header  */
  .header.fix {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 10px 0;
    z-index: 999;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.97);
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
  }
  .header.fix .logo a {
    width: 90px;
  }
  .header.fix .header-btn {
    padding: 7px 20px;
    min-width: 100px;
    font-size: 0.9rem;
    font-weight: 400;
  }
  @keyframes fadeInDown {
    0% {
      opacity: 0;
      transform: translate3d(0, -100%, 0);
    }
    100% {
      opacity: 1;
      transform: none;
    }
  }
}
/*
  SCSS variables and mixins
  */
.mega-menu-area {
  background-color: #fff;
  padding: 0;
  min-height: 400px;
  height: 100%;
}
.mega-menu-area .mega-content {
  height: 100%;
}
.mega-menu-area .mega-content > div {
  height: 100%;
}
.mega-menu-area .mega-content > div > .row {
  height: 100%;
}
.mega-menu-area .mega-content > div > .row > div {
  display: flex;
  align-items: center;
}
.mega-menu-area .mega-content .title-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 20px;
}
.mega-menu-area .mega-content .title-wrapper h4 {
  font-size: 20px;
  margin: 0;
  flex: 0 0 100%;
}
.mega-menu-area .mega-content .title-wrapper p {
  font-size: 14px;
  margin: 0;
  flex: 0 0 100%;
}
.mega-menu-area .mega-content .ootb-tabcordion {
  margin: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  padding: 20px;
  border-radius: 0;
  height: 100%;
  width: 100%;
}
.mega-menu-area .mega-content .ootb-tabcordion .ootb-tabcordion--tabs button {
  text-align: left;
  background: none;
  color: #7E7E7E;
  position: relative;
  display: flex;
  align-items: center;
  padding: 6px 20px;
}
.mega-menu-area .mega-content .ootb-tabcordion .ootb-tabcordion--tabs button::before {
  content: "";
  position: absolute;
  width: 7px;
  right: 10px;
  top: 0px;
  bottom: 0;
  background: url(../images/next.png) 96% center no-repeat;
  background-size: 7px;
  opacity: 0.5;
}
.mega-menu-area .mega-content .ootb-tabcordion .ootb-tabcordion--tabs button.tab.is-active {
  background-color: #fef2ea;
}
.mega-menu-area .mega-content .ootb-tabcordion .ootb-tabcordion--entry-container .ootb-tabcordion--entry-content {
  padding: 0;
}
.mega-menu-area .mega-content .ootb-tabcordion .ootb-tabcordion--entry-container .ootb-tabcordion--entry-content ul {
  list-style: none;
}
.mega-menu-area .mega-content .ootb-tabcordion .ootb-tabcordion--entry-container .ootb-tabcordion--entry-content ul li:nth-child(1) {
  background: #e6e6e6;
  text-align: center;
  color: #000;
}
.mega-menu-area .mega-content .ootb-tabcordion .ootb-tabcordion--entry-container .ootb-tabcordion--entry-content ul li:nth-child(1) a {
  color: #000;
}
.mega-menu-area .mega-content .ootb-tabcordion .ootb-tabcordion--entry-container .ootb-tabcordion--entry-content ul li {
  padding: 0;
  margin: 0 20px;
}
.mega-menu-area .mega-content .ootb-tabcordion .ootb-tabcordion--entry-container .ootb-tabcordion--entry-content ul li a {
  padding: 10px 20px;
  display: block;
  border-radius: 3px;
  line-height: 1.5;
}
.mega-menu-area .mega-content .ootb-tabcordion .ootb-tabcordion--entry-container .ootb-tabcordion--entry-content ul li a:hover {
  background-color: #fef2ea;
  color: #000;
}
.mega-menu-area .ootb-tabcordion {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  max-width: 680px;
  padding: 1rem;
  margin: 1rem auto 4rem auto;
  border-radius: 3px;
}
.mega-menu-area .ootb-tabcordion > .ootb-tabcordion--tabs {
  flex: 0 0 40%;
  height: 100% !important;
  opacity: 1;
  visibility: visible;
}
.mega-menu-area .ootb-tabcordion > .ootb-tabcordion--tabs button {
  width: 100%;
}
.mega-menu-area .ootb-tabcordion > .content-area {
  flex: 1 0 0;
}
.mega-menu-area .ootb-tabcordion.has-tabs .ootb-tabcordion--tabs {
  opacity: 1;
  height: auto;
  visibility: visible;
}
.mega-menu-area .ootb-tabcordion.has-tabs .ootb-tabcordion--entry {
  min-height: 0;
}
.mega-menu-area .ootb-tabcordion.has-tabs .ootb-tabcordion--entry::before {
  display: none;
}
.mega-menu-area .ootb-tabcordion.has-tabs .ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content {
  opacity: 1;
  transition: opacity 400ms ease-in-out;
}
.mega-menu-area .ootb-tabcordion.has-tabs .ootb-tabcordion--entry .ootb-tabcordion--entry-content {
  opacity: 0;
  transition: opacity 400ms ease-in-out;
}
.mega-menu-area .ootb-tabcordion--tabs {
  opacity: 0;
  height: 0;
  visibility: hidden;
  flex-flow: wrap;
  margin: 0;
  list-style: none;
  padding: 0;
}
.mega-menu-area .ootb-tabcordion--tabs .tab {
  display: block;
  background: #444;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 3px;
  margin: 0 0 1px 0;
  border: none;
  border-right: 1px solid #fff;
  cursor: pointer;
}
.mega-menu-area .ootb-tabcordion--tabs .tab:hover, .mega-menu-area .ootb-tabcordion--tabs .tab:focus {
  background: #535353;
  outline: none;
}
.mega-menu-area .ootb-tabcordion--tabs .tab.is-active {
  background: #3bacff;
}
.mega-menu-area .ootb-tabcordion--tabs .tab.is-active:hover, .mega-menu-area .ootb-tabcordion--tabs .tab.is-active:focus {
  background: #1c9fff;
}
.mega-menu-area .ootb-tabcordion--entry {
  overflow: hidden;
}
.mega-menu-area .ootb-tabcordion--entry::before {
  position: relative;
  content: attr(data-title);
  cursor: pointer;
  z-index: 1;
  color: #000;
  padding: 0.5rem 1rem;
  display: block;
  border-radius: 3px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  background: url(../images/down-arrow.png) 95% center no-repeat #e5e5e5;
  background-size: 10px;
}
.mega-menu-area .ootb-tabcordion--entry:hover, .mega-menu-area .ootb-tabcordion--entry:focus {
  outline: none;
}
.mega-menu-area .ootb-tabcordion--entry:hover::before, .mega-menu-area .ootb-tabcordion--entry:focus::before {
  background: #a7a7a7;
  color: #fff;
}
.mega-menu-area .ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content {
  margin-top: 0;
  height: auto;
  opacity: 1;
  transition: margin 400ms ease-out -100ms;
}
.mega-menu-area .ootb-tabcordion--entry.is-active::before {
  background: #F87616;
  color: #fff;
}
.mega-menu-area .ootb-tabcordion--entry.is-active:hover::before, .mega-menu-area .ootb-tabcordion--entry.is-active:focus::before {
  background: #F87616;
}
.mega-menu-area .ootb-tabcordion--entry-container {
  overflow: hidden;
  margin-bottom: 1px;
}
.mega-menu-area .ootb-tabcordion--entry-content {
  position: relative;
  margin-top: -100%;
  height: 0;
  opacity: 0;
  transition: margin 500ms ease-in;
  padding: 1rem;
}
.mega-menu-area .ootb-tabcordion--entry-content a.more {
  color: #444;
}
.mega-menu-area .ootb-tabcordion--entry-content a.more:hover {
  color: #3bacff;
}

.dual-btn-area {
  display: flex;
  gap: 10px 15px;
  flex-wrap: wrap;
}
.dual-btn-area .btn {
  min-width: 215px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dual-btn-area .btn span {
  width: 22px;
  margin-right: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.dual-btn-area .btn span img {
  margin-right: 7px;
  filter: brightness(0) invert(1);
  transition: 0.2s;
  width: 21px;
  height: auto;
}
.dual-btn-area .btn:hover span img {
  filter: brightness(1) invert(0);
  transition: 0.2s;
  animation: btn 0.3s alternate;
}
.dual-btn-area .btn.active img {
  filter: brightness(1) invert(0);
}

.btn.type2 img {
  margin-right: 7px;
  filter: brightness(0) invert(1);
  transition: 0.2s;
}

.btn.type2:hover img {
  filter: brightness(1) invert(0);
  transition: 0.2s;
}

/* ---  BANNER AREA-----*/
.home-banner {
  padding: 3.5rem 0 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.home-banner .home-banner-wrapper {
  background-color: #F1F6FA;
  padding: 2rem 0 9rem;
}
.home-banner .home-banner-wrapper::before {
  content: "";
  width: 700px;
  height: 700px;
  position: absolute;
  top: -50%;
  left: -18%;
  background: url(../images/home-bg.png) top left no-repeat;
  background-size: contain;
  animation: rotate 30s linear infinite;
  opacity: 0.7;
}
.home-banner .content-area {
  position: relative;
}
.home-banner .content-area h2 {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.05;
  margin-bottom: 15px;
}
.home-banner .content-area p {
  margin-bottom: 30px;
  color: #656565;
}
.home-banner .content-area .button-area {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 20px 10px;
}
.home-banner .home-banner-slider .item {
  border-radius: 15px;
  overflow: hidden;
}
.home-banner .owl-carousel .owl-nav button.owl-next {
  right: -4%;
}
.home-banner .owl-carousel .owl-nav button.owl-prev {
  left: -4%;
}

.info-section {
  margin-top: -86px;
}
.info-section .info-slider .item {
  padding: 10px;
}
.info-section .info-item {
  text-align: center;
  padding: 20px;
  border: 0;
  border-radius: 15px;
  background-color: #FEFEFE;
  box-shadow: 0px 4px 15px rgba(19, 30, 44, 0.1);
}
.info-section .info-item .imgae-area {
  margin: 0 0 15px;
}
.info-section .info-item .imgae-area img {
  width: auto;
  margin: auto;
}
.info-section .info-item h5 {
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
}

.about-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about-section .image-area img {
  border-radius: 20px;
  overflow: hidden;
}
.about-section .list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 0;
  margin-bottom: 30px;
}
.about-section .list li {
  width: 48%;
  margin-bottom: 0px;
  font-weight: 400;
  color: #7E7E7E;
  font-size: 1rem;
  line-height: 1.3;
}
.about-section .btn2 {
  margin: 0;
}

.advantage-section {
  background: url(../images/adv-bg.png) no-repeat center center;
  background-size: cover;
}
.advantage-section .heading-part {
  max-width: 850px;
  margin: 0 auto 40px;
}
.advantage-section .advantage-card {
  padding: 30px 20px;
  background-color: #fff;
  box-shadow: 2px 2px 15px rgba(33, 33, 33, 0.1);
  border: 0;
  border-radius: 12px;
  height: 100%;
}
.advantage-section .advantage-card .card-body {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.advantage-section .advantage-card .card-body h3 {
  font-size: 1.5rem;
  margin: 20px 0 15px;
  flex: 0 0 100%;
}
.advantage-section .advantage-card .card-body p {
  color: #7E7E7E;
  font-size: 0.9rem;
  flex: 0 0 100%;
}
.advantage-section .advantage-card .card-body .dual-btn-area {
  align-content: end;
  align-self: end;
}
.advantage-section .dual-btn-area .btn {
  padding: 8px 10px;
  font-size: 13px;
  min-width: 180px;
}
.advantage-section .dual-btn-area .btn img {
  max-width: 20px;
}

.policy-section {
  background: url(../images/policy-bg.png) center center no-repeat;
  background-size: cover;
  border-bottom: 1px solid #fbbb8b;
}
.policy-section .image-area img {
  border-top: 1px solid #F87616;
  border-top: 1px solid #F87616;
  border-radius: 30px;
  box-shadow: 0 4px 15px rgba(19, 30, 44, 0.1);
}
.policy-section .form-area .form-control {
  height: 65px;
  border-radius: 50px;
  border: 1px solid rgba(202, 202, 202, 0.5);
  margin-bottom: 20px;
  padding: 10px 30px;
  color: #7E7E7E;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/down-arrow.png) 95% center no-repeat #fff;
  background-size: 10px;
}
.policy-section .form-area .form-control:focus {
  box-shadow: none;
}
.policy-section .form-area select option {
  font-size: 1rem;
  padding: 10px 30px;
}

.expert-section {
  background: rgba(255, 244, 235, 0.5);
}
.expert-section .expert-area {
  text-align: center;
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(58, 58, 58, 0.09);
  height: 100%;
}
.expert-section .expert-area h5 {
  font-size: 1.125rem;
  margin: 20px auto 15px;
}
.expert-section .expert-area p {
  margin: 0;
  font-size: 0.9rem;
}

.blog-section {
  background-color: #FAFAFA;
  position: relative;
}
.blog-section::before {
  content: "";
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 170px;
  height: 350px;
  background: url(../images/shape1.png) left center no-repeat;
  background-size: contain;
  z-index: 1;
}
.blog-section > * {
  position: relative;
  z-index: 2;
}
.blog-section .blog-area img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-section .blog-area .blog-info {
  display: block;
  margin: 20px 0 0;
}
.blog-section .blog-area .blog-info p {
  margin: 0 0 10px;
  font-size: 0.9rem;
}
.blog-section .blog-area .blog-info p span {
  padding: 0 4px;
}
.blog-section .blog-area .blog-info p i {
  margin-right: 2px;
}
.blog-section .blog-area .blog-info h5 {
  font-size: 1.125rem;
}
.blog-section .blog-area .blog-info h5 a {
  color: #070514;
}
.blog-section .blog-area .blog-info h5 a:hover {
  color: #F87616;
}

.testimonial-section .container {
  position: relative;
}
.testimonial-section .container::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 27%;
  width: 86px;
  height: 82px;
  background: url(../images/dots-shape.png) center center no-repeat;
  background-size: contain;
  animation: dots-shape 4s infinite;
}
.testimonial-section .container > * {
  position: relative;
  z-index: 2;
}
.testimonial-section .item {
  padding: 10px;
}
.testimonial-section .content-area {
  background: #fff;
  padding: 30px 25px;
  border: 0;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(19, 30, 44, 0.1);
}
.testimonial-section .content-area img {
  max-width: 35px;
}
.testimonial-section .content-area h5 {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 10px 0 8px;
}
.testimonial-section .content-area p {
  font-size: 0.9rem;
  margin-bottom: 0;
  min-height: 110px;
}
.testimonial-section .testimonial-info {
  padding: 0px 25px;
}
.testimonial-section .testimonial-info .review {
  margin: 25px 0 8px;
}
.testimonial-section .testimonial-info h6 {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 2px;
}
.testimonial-section .testimonial-info p {
  font-size: 0.825rem;
  margin-bottom: 0;
}

.why-choose-section {
  background-color: rgba(255, 244, 235, 0.5);
}

.faq-section {
  background-color: rgba(255, 244, 235, 0.5);
}
.faq-section .faq-area {
  margin: 40px 0 0;
}
.faq-section .faq-area .accordion {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.faq-section .faq-area .accordion .accordion-item {
  flex: 0 0 100%;
  box-shadow: 2px 4px 15px 0px rgba(32, 32, 32, 0.1);
  border-radius: 6px;
  border: 0;
  overflow: hidden;
  background: #fff;
}
.faq-section .faq-area .accordion .accordion-item .accordion-button {
  background-color: #fff;
  color: #000;
}
.faq-section .faq-area .accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: rgba(248, 118, 22, 0.09);
  color: #000;
  box-shadow: none;
}
.faq-section .faq-area .accordion .accordion-item .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%0'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.partners-logo-section .partners-logo-slider {
  margin: 50px 0 0;
}
.partners-logo-section .partners-logo-slider img {
  width: auto;
  margin: auto;
}

.product-sidebar-section {
  padding-bottom: 3.5rem;
}
.product-sidebar-section .sidebar-area {
  min-width: 220px;
  max-width: 300px;
  padding-top: 4rem;
  padding-bottom: 3rem;
  position: sticky;
  top: 0px;
}
.product-sidebar-section .sidebar-area ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.product-sidebar-section .sidebar-area ul li {
  color: #656565;
  font-size: 15px;
  flex: 0 0 100%;
}
.product-sidebar-section .sidebar-area ul li a {
  color: #656565;
  padding: 6px 10px;
  display: block;
  transition: 0.4s;
  border-radius: 6px;
  background-color: #fff;
}
.product-sidebar-section .sidebar-area ul li a.active {
  background-color: #fef2ea;
  color: #000;
  transition: 0.4s;
}
.product-sidebar-section .sidebar-area ul li a:hover {
  background-color: #fef2ea;
  color: #000;
  transition: 0.4s;
}

.product-content-area h2 {
  font-size: 2rem;
}
.product-content-area .item {
  padding-top: 3rem;
}
.product-content-area .item:nth-child(1) {
  padding-top: 4rem;
}
.product-content-area .item > *:nth-last-child(1) {
  margin-bottom: 0px;
}
.product-content-area ul, .product-content-area ol {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-left: 15px;
}
.product-content-area ul li, .product-content-area ol li {
  line-height: 1.6;
  flex: 0 0 100%;
}
.product-content-area ul li::marker, .product-content-area ol li::marker {
  color: #454546;
}
.product-content-area ul li strong, .product-content-area ul li b, .product-content-area ol li strong, .product-content-area ol li b {
  color: #454546;
}
.product-content-area ul li ul, .product-content-area ul li ol, .product-content-area ol li ul, .product-content-area ol li ol {
  padding-left: 30px;
}
.product-content-area .item > ul, .product-content-area ol {
  margin: 20px 0;
}
.product-content-area h6 {
  font-weight: 400;
  margin: 0 0 6px;
  color: #F87616;
  font-size: 1rem;
  text-transform: uppercase;
}
.product-content-area p {
  line-height: 2em;
}
.product-content-area p strong, .product-content-area p b {
  color: #454546;
}
.product-content-area iframe {
  border-radius: 16px;
  overflow: hidden;
  display: inline-block;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border: 0;
  margin: 0 0 25px;
}

.addon-cover-section {
  background-color: rgba(255, 244, 235, 0.5);
  border-bottom: 1px solid #F87616;
}
.addon-cover-section .addon-row > div {
  margin-bottom: 30px;
}
.addon-cover-section .addon-item {
  background: #fff;
  border-radius: 8px;
  padding: 20px 30px;
  height: 100%;
}
.addon-cover-section .addon-item h4 {
  font-size: 1.125rem;
  margin: 15px 0 12px;
}
.addon-cover-section .addon-item p {
  margin: 0;
  font-size: 0.825rem;
}

.related-insurance-section h2 {
  display: block;
  font-size: 1.825rem;
  margin-bottom: 35px;
  text-align: center;
}
.related-insurance-section h4 {
  font-size: 1.125rem;
  margin-bottom: 10px;
}
.related-insurance-section p {
  font-size: 0.825rem;
  margin-bottom: 25px;
}
.related-insurance-section .row > div > *:nth-last-child(1) {
  margin-bottom: 0;
}

.product-content-section h2 {
  display: block;
  text-align: center;
  margin-bottom: 35px;
}
.product-content-section h4 {
  font-size: 1.65rem;
  color: #000;
  margin-bottom: 20px;
  padding-top: 10px;
}
.product-content-section h5 {
  font-size: 1.25rem;
  color: #000;
  font-weight: 600;
  margin: 0 0 30px;
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}
.product-content-section h5 span {
  width: 45px;
  height: 45px;
  background: #F1F6FA;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-content-section p {
  color: #7E7E7E;
}
.product-content-section p strong {
  font-weight: 500;
  color: #000;
}
.product-content-section p span {
  font-weight: 500;
  color: #F87616;
}
.product-content-section .reminder-area {
  position: relative;
  padding-left: 30px;
  display: flex;
  align-items: center;
  max-width: 650px;
  margin-bottom: 30px;
}
.product-content-section .reminder-area p {
  font-size: 0.9rem;
  font-style: italic;
  line-height: 2;
  margin: 0;
}
.product-content-section .reminder-area p span {
  font-weight: 500;
  color: #000;
}
.product-content-section .reminder-area::before {
  content: "";
  width: 3px;
  height: 80%;
  background: #F87616;
  position: absolute;
  left: 0;
}
.product-content-section > *:nth-last-child(1) {
  margin-bottom: 0;
}

.product-table-area {
  margin: 40px 0;
}

.cta-area {
  display: flex;
  flex-wrap: wrap;
  background: url(../images/cta-bg.jpg) right bottom no-repeat;
  background-size: cover;
  padding: 30px 40px;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1150px;
  margin: 50px auto;
  gap: 20px;
}
.cta-area .lf-side {
  flex: 1 0 0;
}
.cta-area .lf-side h4 {
  font-size: 2.25rem;
  color: #fff;
  margin-bottom: 25px;
}
.cta-area .rt-side {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: end;
  flex: 1 0 0;
}
.cta-area .rt-side .rt-side-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 auto;
  align-items: center;
}
.cta-area .rt-side .a {
  width: 100px;
  margin-right: 25px;
}
.cta-area .rt-side .b {
  flex: 1 0 0;
}
.cta-area .rt-side .b h5 {
  font-size: 2.25rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0px;
}
.cta-area .rt-side .b h6 {
  font-size: 0.825rem;
  font-weight: 400;
}
.cta-area .rt-side .b a {
  color: #fff;
}
.cta-area .dual-btn-area .btn-primary {
  background: #fff;
  color: #F87616;
  border-color: #fff;
}
.cta-area .dual-btn-area .btn-primary span img {
  filter: brightness(1) invert(0);
}

.product-insurance-policy-section {
  background-color: rgba(250, 250, 250, 0.4);
}
.product-insurance-policy-section .heading-area {
  text-align: center;
  margin: 0 0 40px;
}
.product-insurance-policy-section .heading-area h4 {
  font-size: 1.85rem;
  margin-bottom: 5px;
  font-weight: 600;
  color: #0C1E2C;
}
.product-insurance-policy-section .heading-area p {
  font-size: 1rem;
  margin-bottom: 0;
}
.product-insurance-policy-section .box-area {
  border: 1px solid rgba(202, 202, 202, 0.4117647059);
  background: #fff;
  padding: 45px 35px;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  transition: 0.3s;
  height: 100%;
}
.product-insurance-policy-section .box-area .number {
  width: 45px;
  font-size: 2.25rem;
  margin: 0;
  font-weight: 700;
  color: #F87616;
  line-height: 1;
}
.product-insurance-policy-section .box-area .content-area {
  flex: 1 0 0;
}
.product-insurance-policy-section .box-area .content-area p {
  margin: 0;
}
.product-insurance-policy-section .box-area:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.insurance-plan {
  background-color: rgba(255, 244, 235, 0.5);
}
.insurance-plan .plan-box {
  position: relative;
  padding: 40px 45px 40px;
  border-radius: 20px;
  box-shadow: 2px 4px 15px rgba(32, 32, 32, 0.1);
  background: url(../images/plan-box-bg.png) right top no-repeat;
  background-size: auto;
}
.insurance-plan .plan-box h4 {
  margin: 10px 0 15px;
}
.insurance-plan .plan-box p {
  line-height: 1.7;
  margin: 0;
  color: #656565;
}

.addon-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.addon-list li {
  padding: 20px 0;
  border-bottom: 1px solid #CACACA;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex: 0 0 100%;
}
.addon-list li .image-area {
  width: 60px;
}
.addon-list li span {
  flex: 1 0 0;
}
.addon-list li:nth-last-child(1) {
  border: 0;
}

ul.insurance-list {
  -moz-columns: 3;
       columns: 3;
  margin: 40px 0;
}
ul.insurance-list li {
  margin-bottom: 25px;
}

.idel-box {
  background-color: #FEFEFE;
  border: 1px solid rgba(202, 202, 202, 0.4039215686);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
}
.idel-box ul.addon-list {
  margin: 0;
  padding: 0;
}
.idel-box ul.addon-list li {
  margin-bottom: 0;
  padding: 30px 20px;
  border: 0;
  flex: 0 0 50%;
  height: 100%;
}
.idel-box ul.addon-list li:nth-child(2), .idel-box ul.addon-list li:nth-child(3) {
  background-color: rgba(241, 246, 250, 0.4);
}

.claim-form-section {
  background-color: rgba(255, 244, 235, 0.5);
}
.claim-form-section .heading {
  text-align: center;
}
.claim-form-section .heading h6 {
  font-size: 1.125rem;
  font-weight: 400;
  color: #F87616;
}
.claim-form-section .claim-row-area {
  background-color: #fff;
  padding: 0px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
}
.claim-form-section .claim-row-area > * {
  padding: 30px 40px;
}
.claim-form-section .claim-row-area > div:nth-child(1) {
  border-right: 1px solid rgba(126, 126, 126, 0.164);
}
.claim-form-section .claim-row-area .form-area label {
  font-size: 1rem;
  color: rgb(101, 101, 101);
  margin-bottom: 5px;
}
.claim-form-section .claim-row-area .form-area .form-control {
  border-radius: 6px;
  border: 1px solid rgba(126, 126, 126, 0.17);
  background: rgb(250, 250, 250);
  margin-bottom: 25px;
}
.claim-form-section .claim-row-area .form-area .form-control::-moz-placeholder {
  color: rgba(126, 126, 126, 0.5);
  opacity: 1;
  font-size: 1rem;
}
.claim-form-section .claim-row-area .form-area .form-control::placeholder {
  color: rgba(126, 126, 126, 0.5);
  opacity: 1;
  font-size: 1rem;
}
.claim-form-section .claim-row-area .right-area {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.claim-form-section .claim-row-area .right-area .contact-area {
  align-self: end;
}
.claim-form-section .claim-row-area .right-area .contact-area h5 {
  margin-bottom: 20px;
}
.claim-form-section .claim-row-area .right-area .contact-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.claim-form-section .claim-row-area .right-area .contact-area ul li {
  font-weight: 300;
  color: rgb(101, 101, 101);
  margin-bottom: 6px;
}
.claim-form-section .claim-row-area .right-area .contact-area ul li i {
  margin-right: 10px;
}

.claim-reimbursement-section {
  background-color: rgb(250, 250, 250);
}
.claim-reimbursement-section .claim-div {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  height: 100%;
}
.claim-reimbursement-section .claim-div p {
  margin: 20px 0 0;
}

.contactpage-section .contact-div {
  padding: 35px 7%;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  height: 100%;
}
.contactpage-section .contact-div h4 {
  font-size: 1.25rem;
  margin: 25px 0 10px;
}
.contactpage-section .contact-area {
  margin-top: -15px;
}
.contactpage-section .contact-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contactpage-section .contact-area ul li {
  font-weight: 300;
  color: rgb(101, 101, 101);
  margin-bottom: 6px;
}
.contactpage-section .contact-area ul li i {
  margin-right: 10px;
}

.blog-details-area h2 {
  font-size: 2.125rem;
  margin-bottom: 25px;
}
.blog-details-area .admin-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 30px;
}
.blog-details-area .admin-area .lf {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
}
.blog-details-area .admin-area .lf .a {
  margin-right: 15px;
}
.blog-details-area .admin-area .lf .a img {
  border-radius: 50%;
  width: 45px;
  height: 45px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-details-area .admin-area .lf .b h5 {
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0;
  color: #000;
}
.blog-details-area .admin-area .lf .b p {
  font-size: 1rem;
  font-weight: 300;
  margin: 0;
}
.blog-details-area .featured-img {
  display: block;
  margin: 40px 0;
}
.blog-details-area .featured-img img {
  width: 100%;
}

.related-blog-section .blog-area .blog-info {
  margin: 15px 0 0;
}
.related-blog-section .blog-area .blog-info p {
  margin: 5px;
  font-size: 0.9rem;
}
.related-blog-section .blog-area .blog-info h5 {
  font-size: 0.9rem;
}

.blog-sidebar {
  height: 100%;
}
.blog-sidebar .form-area {
  padding: 30px 5%;
  border-radius: 20px;
  box-shadow: 0px 2px 10px 0px rgba(106, 106, 106, 0.09);
  background: #fff;
  position: sticky;
  top: 80px;
  border-bottom: 2px solid #F87616;
}
.blog-sidebar .form-area h4 {
  text-align: center;
  font-size: 1.5rem;
  color: #000;
  margin-bottom: 15px;
}
.blog-sidebar .form-area .form-control {
  border-radius: 6px;
  border: 1px solid rgba(126, 126, 126, 0.17);
  background: rgb(250, 250, 250);
  margin-bottom: 15px;
  font-size: 0.9rem;
}
.blog-sidebar .form-area .form-control::-moz-placeholder {
  color: rgba(126, 126, 126, 0.5);
  opacity: 1;
  font-size: 0.9rem;
}
.blog-sidebar .form-area .form-control::placeholder {
  color: rgba(126, 126, 126, 0.5);
  opacity: 1;
  font-size: 0.9rem;
}
.blog-sidebar .form-area p {
  line-height: 1.3;
  color: rgb(126, 126, 126);
  font-size: 0.825rem;
}
.blog-sidebar .form-area p a {
  color: #F87616;
}

li a:hover {
  color: #F87616;
  transition: 0.35s;
}

ul.social {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
ul.social li {
  font-size: 20px;
}
ul.social li a {
  color: #0C1E2C;
}

.pagination {
  text-align: center;
  margin: 40px 0 0;
}
.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  width: 100%;
  gap: 10px;
}
.pagination ul li a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  border-radius: 50%;
  background-color: #fff;
  color: #0C1E2C;
  transition: 0.3s;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
}
.pagination ul li.active a {
  background-color: #0C1E2C;
  color: #fff;
  transition: 0.3s;
}
.pagination ul li:hover a {
  border-color: #0C1E2C;
}

.breadcrub-section {
  padding: 3rem 0;
}
.breadcrub-section ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: start;
  align-items: center;
}
.breadcrub-section ul li {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 400;
  color: #0C1E2C;
}
.breadcrub-section ul li a {
  color: #0C1E2C;
}
.breadcrub-section ul li a:hover {
  color: #F87616;
}
.breadcrub-section ul li.active {
  color: #F87616;
}

.add-read-more.show-less-content .second-section, .add-read-more.show-less-content .read-less {
  display: none;
}

.add-read-more.show-more-content .read-more {
  display: none;
}

.add-read-more .read-more, .add-read-more .read-less {
  font-weight: 500;
  margin-left: 2px;
  color: #F87616;
  cursor: pointer;
}

.add-read-more {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

ul.review {
  margin: 0 0 15px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
ul.review li {
  display: inline-block;
}
ul.review li i {
  color: #FF9F14;
}

/* ---  FOOTER AREA -----*/
footer {
  padding: 0rem 0 0;
  background-color: #0C1E2C;
}
footer .logo-area {
  padding: 15px 35px;
  background: #fff;
  display: inline-block;
  border-radius: 0 0 15px 15px;
  margin-bottom: 25px;
}
footer h4 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}
footer p {
  color: #CACACA;
  font-size: 14px;
}
footer h6 {
  font-size: 14px;
}
footer ul.footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer ul.footer-nav li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #CACACA;
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1.2;
}
footer ul.footer-nav li span {
  flex: 1 0 0;
  word-break: break-all;
}
footer ul.footer-nav li i {
  margin-right: 15px;
  color: #CACACA;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer ul.footer-nav li a {
  word-break: break-all;
  color: #CACACA;
  text-decoration: none;
  font-weight: 400;
  transition: 0.3s;
}
footer ul.footer-nav li a:hover {
  text-decoration: none;
  color: #F87616;
  transition: 0.3s;
}
footer .copyright-row {
  border-top: 1px solid rgba(216, 229, 237, 0.1647058824);
  padding: 12px 0;
  margin-top: 3rem;
  text-align: center;
}
footer .copyright-row p {
  font-size: 14px;
  color: #D1D1D1;
  margin-bottom: 0px;
}
footer .copyright-row p a {
  color: #D1D1D1;
  transition: 0.3s;
}
footer .copyright-row p a:hover {
  color: #F87616;
  transition: 0.3s;
}
footer .footer-social {
  display: flex;
  align-items: center;
  gap: 15px;
}
footer .footer-social li {
  display: inline-block;
  font-size: 18px;
}
footer .footer-social li a {
  color: #D1D1D1;
  transition: 0.3s;
}
footer .footer-social li a:hover {
  color: #F87616;
  transition: 0.3s;
}

ul.social-icons {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
ul.social-icons li {
  display: inline-flex;
}

/* ---  POPUP -----*/
.modal {
  z-index: 99999;
}

.contact-modal .modal-content {
  background: transparent;
  border: 0;
}
.contact-modal .btn-close {
  float: right;
  border: 1px solid #000;
  border-radius: 50%;
  padding: 5px;
  background-size: 11px;
}
.contact-modal .modal-body {
  padding: 2rem 1.5rem 2.5rem;
  background: #12BFA0;
  border: 4px solid #fff;
  border-radius: 30px;
}
.contact-modal h3 {
  margin-bottom: 2rem;
  text-align: center;
  color: #fff;
}
.contact-modal .form-control {
  margin-bottom: 15px;
  background: rgb(255, 255, 255);
}
.contact-modal .form-control.textarea-form-control {
  height: 100px;
}
.contact-modal .form-control:focus, .contact-modal button:focus {
  box-shadow: none;
}

.get-in-touch-form-area .wpforms-confirmation-container-full {
  text-align: center !important;
}
.get-in-touch-form-area .wpforms-container {
  margin: 0 !important;
}
.get-in-touch-form-area .wpforms-container .wpforms-field {
  padding: 7px 0 !important;
}
.get-in-touch-form-area .wpforms-container .wpforms-field .wpforms-field-large {
  height: 52px;
  color: #525252;
  background: #fff;
  border-radius: 5px;
  border: 1px solid rgba(202, 202, 202, 0.5);
}
.get-in-touch-form-area .wpforms-container .wpforms-field input::-moz-placeholder, .get-in-touch-form-area .wpforms-container .wpforms-field textarea::-moz-placeholder {
  color: #525252;
  opacity: 1;
}
.get-in-touch-form-area .wpforms-container .wpforms-field input::placeholder, .get-in-touch-form-area .wpforms-container .wpforms-field textarea::placeholder {
  color: #525252;
  opacity: 1;
}
.get-in-touch-form-area .wpforms-submit-container {
  text-align: center;
}
.get-in-touch-form-area .wpforms-submit-container .btn-primary {
  background-color: #F87616 !important;
  border-color: #F87616 !important;
  color: #F8F8F8 !important;
  padding: 10px 30px !important;
  border-radius: 26px !important;
}

.whatsapp-area-main {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 9999;
}
.whatsapp-area-main a {
  position: relative;
  width: 130px;
  height: 130px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.whatsapp-area-main a .bg-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: rotate 16s linear infinite;
}
.whatsapp-area-main a .whatsapp-area {
  width: 45px;
}
.whatsapp-area-main a:hover .whatsapp-area {
  animation: zoom-in-out 0.8s ease infinite;
}

.menu-bar {
  background-color: transparent;
  height: 2px;
  width: 15px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.menu-bar::after {
  content: "";
  width: 26px;
  height: 2px;
  display: block;
  background: #000;
  bottom: 8px;
  transform: rotate(45deg) translate(5px, 5px);
  -webkit-transform: rotate(45deg) translate(5px, 5px);
}
.menu-bar::before {
  content: "";
  width: 26px;
  height: 2px;
  display: block;
  background: #000;
  top: 8px;
}
.menu-bar::after, .menu-bar::before {
  position: absolute;
  right: 0;
  transition: all 200ms linear;
  transform: rotate(-45deg) translate(6px, -6px);
  -webkit-transform: rotate(-45deg) translate(6px, -6px);
}

.career-position-section h4 {
  font-weight: 600;
  margin-bottom: 25px;
}
.career-position-section form .btn {
  height: 60px;
  border-radius: 6px;
}
.career-position-section .form-control {
  background-color: #FAFAFA;
  margin-bottom: 25px;
  height: 60px;
  color: #000;
  border: 1px solid #eaeaea;
  padding: 5px 32px;
}
.career-position-section .form-control::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.career-position-section .form-control::placeholder {
  color: #000;
  opacity: 1;
}
.career-position-section .search-form-control {
  background: url(../images/search-icon.svg) 10px center no-repeat #FAFAFA;
  background-size: auto;
  padding-left: 45px;
}

.career-jobs-section {
  padding: 3.5rem 0;
  border-top: 1x solid #CACACA;
}
.career-jobs-section h2 {
  font-size: 2.3rem;
}
.career-jobs-section .container {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
}
.career-jobs-section .jobs-wrap {
  flex: 0 0 100%;
  margin-bottom: 2rem;
}
.career-jobs-section .head-part {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
}
.career-jobs-section .head-part h5 {
  margin: 0;
  color: #F87616;
}
.career-jobs-section .head-part .roles a {
  padding: 10px 25px;
  border: 1px solid #CACACA;
  background-color: #FAFAFA;
  border-radius: 26px;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
}
.career-jobs-section .jobs-area {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.career-jobs-section .jobs-area .jobs {
  flex: 0 0 100%;
}
.career-jobs-section .jobs-area .jobs > a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: #FAFAFA;
  border: 1px solid #DFDFDF;
  border-radius: 6px;
  padding: 30px 40px;
  transition: 0.4s;
}
.career-jobs-section .jobs-area .jobs > a:hover {
  background-color: #fef2ea;
  transition: 0.4s;
}
.career-jobs-section .jobs-area .jobs .left-area {
  max-width: 750px;
}
.career-jobs-section .jobs-area .jobs .left-area h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.career-jobs-section .jobs-area .jobs .left-area p {
  line-height: 1.7;
  margin: 0;
}
.career-jobs-section .jobs-area .jobs .right-area {
  width: auto;
  max-width: 170px;
  padding: 10px 30px 10px 10px;
  background: url(../images/right-arrow.png) right center no-repeat;
  background-size: auto;
  text-align: right;
}
.career-jobs-section .jobs-area .jobs .right-area p {
  margin: 0;
}

.single-career-header {
  background-color: #fff6f0;
  padding: 1.6rem 0;
}
.single-career-header .left-area h6 {
  font-size: 16px;
  font-weight: 400;
  color: #656565;
}
.single-career-header .left-area p {
  margin-bottom: 0;
}

.job-description-section {
  padding: 4rem 0;
}
.job-description-section h4 {
  font-size: 1.35rem;
  font-weight: 500;
  color: #0C1E2C;
  padding-top: 10px;
}
.job-description-section h6 {
  font-size: 1rem;
  font-weight: 500;
}
.job-description-section ul {
  margin-bottom: 30px;
  padding-left: 15px;
}

@keyframes btn {
  0% {
    width: 0px;
  }
  100% {
    width: 21px;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes dots-shape {
  0% {
    left: -12%;
  }
  70% {
    left: 0%;
  }
  80% {
    left: 0%;
  }
  100% {
    left: -12%;
  }
}
@keyframes zoom-in-out {
  0% {
    width: 45px;
  }
  50% {
    width: 38px;
  }
  100% {
    width: 45px;
  }
}
/* ============ RESPONSIVE CSS ============ */
@media only screen and (min-width: 992px) {
  header nav.navbar {
    position: static;
  }
  header nav.navbar .offcanvas {
    position: static;
  }
  header nav.navbar .offcanvas .mega-menu-area {
    max-width: 1400px;
    left: 0 !important;
    right: 0;
    margin: auto;
    top: 80px !important;
  }
  .mega-menu-area .ootb-tabcordion--entry::before {
    display: none;
  }
}
@media only screen and (min-width: 1300px) {
  .container {
    max-width: 1280px;
  }
}
@media only screen and (min-width: 1500px) {
  .container {
    max-width: 1400px;
  }
}
@media only screen and (max-width: 1400px) {
  h2 {
    font-size: 2.8rem;
  }
  .advantage-section .dual-btn-area .btn {
    min-width: 160px;
  }
}
@media only screen and (max-width: 1300px) {
  html {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1199px) {
  html {
    font-size: 14px;
  }
  .header-right-area {
    margin-left: 10px;
  }
  .top-menu ul li {
    margin: 0 3px;
  }
  .top-menu ul li a {
    font-size: 13px;
    padding: 4px 5px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-right-area .btn {
    padding: 8px 20px;
  }
  .mega-menu-area .mega-content {
    padding: 0 !important;
  }
  .mega-menu-area .mega-content .title-wrapper {
    padding: 0 10px 0 0;
  }
  .mega-menu-area .mega-content .ootb-tabcordion .ootb-tabcordion--entry-container .ootb-tabcordion--entry-content ul li {
    margin: 0 0px;
  }
  .mega-menu-area .mega-content .ootb-tabcordion .ootb-tabcordion--entry-container .ootb-tabcordion--entry-content ul li a {
    padding: 10px 15px;
  }
}
@media all and (max-width: 991px) {
  .header .navbar .offcanvas {
    border: 0;
    background-color: #fff;
    overflow: auto;
  }
  .header .navbar .offcanvas .offcanvas-header .btn-close {
    background-color: #fff;
    border: 1px solid #000;
    filter: none;
  }
  .header .navbar .offcanvas .offcanvas-body .menu-area .mega-menu-area {
    width: 90%;
    top: auto;
    left: 0;
    right: 0;
    position: relative;
    margin: auto;
  }
  .header .navbar .offcanvas .offcanvas-body .menu-area .mega-menu-area .mega-content {
    padding: 0 !important;
  }
  .header .navbar .offcanvas .offcanvas-body .menu-area .mega-menu-area .mega-content .container-fluid {
    padding: 0;
  }
  .header .navbar .offcanvas .offcanvas-body .menu-area .mega-menu-area .first-col, .header .navbar .offcanvas .offcanvas-body .menu-area .mega-menu-area .third-col {
    display: none;
  }
  .header .navbar .offcanvas .offcanvas-body .menu-area .mega-menu-area .second-col {
    width: 100%;
    flex: 0 0 100%;
  }
  .header .navbar .offcanvas .offcanvas-body .menu-area .mega-menu-area .second-col .ootb-tabcordion {
    width: 100%;
    flex: 0 0 100%;
    border: 0;
    padding: 0;
  }
  .header .navbar .offcanvas .offcanvas-body .menu-area .mega-menu-area .second-col .ootb-tabcordion .ootb-tabcordion--tabs {
    display: none;
  }
  .header .navbar .offcanvas .offcanvas-body .menu-area .mega-menu-area .second-col .ootb-tabcordion .ootb-tabcordion--entry-content ul li {
    margin: 0;
  }
  .header .navbar .offcanvas .offcanvas-body .menu-area .mega-menu-area .second-col .ootb-tabcordion .ootb-tabcordion--entry-content ul li a {
    font-size: 15px;
  }
  .header .navbar ul.menu-area {
    justify-content: center;
  }
  .header .navbar ul.menu-area li {
    flex: 0 0 100%;
    text-align: center;
    font-size: 18px;
  }
  h2 {
    font-size: 2.2rem;
  }
  .home-banner .content-area h2 {
    font-size: 2.5rem;
  }
  .dual-btn-area .btn {
    min-width: 150px;
    padding: 10px 12px;
    font-size: 0.85rem;
  }
  .dual-btn-area .btn span img {
    width: 16px;
    margin-right: 0px;
  }
  @keyframes btn {
    0% {
      width: 0px;
    }
    100% {
      width: 16px;
    }
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .advantage-section .advantage-card {
    padding: 20px 15px;
  }
  .advantage-section .advantage-card .card-body {
    height: 100%;
  }
  .advantage-section .advantage-card .card-body img {
    max-width: 50px;
  }
  .advantage-section .advantage-card .card-body h3 {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .header .container {
    max-width: 100%;
  }
  .home-banner .content-area {
    margin-bottom: 40px;
  }
  .policy-section .content-area {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 575px) {
  html {
    font-size: 14px;
  }
  h2 {
    font-size: 1.95rem;
    line-height: 1.3;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section-padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .section-padding-top {
    padding-top: 3rem;
  }
  .section-padding-bottom {
    padding-bottom: 3rem;
  }
  .heading-part {
    text-align: center;
  }
  .header .header-right-area .btn-primary {
    display: none;
  }
  .header .header-right-area .header-btn {
    padding: 10px 15px;
    min-width: auto;
  }
  .header .header-right-area .header-btn span {
    display: none;
  }
  .about-section .heading-part {
    text-align: left;
  }
  .expert-section .heading-part p {
    margin-bottom: 5px;
  }
  .blog-section .heading-part p {
    margin-bottom: 5px;
  }
  .blog-section .blog-area .blog-info {
    margin: 8px 0 0;
  }
  .blog-section .blog-area .blog-info p {
    margin: 0 0 5px;
  }
  .addon-cover-section .addon-item p {
    font-size: 1rem;
  }
  .claim-form-section .claim-row-area > * {
    padding: 30px 25px;
    border: 0 !important;
  }
  .career-jobs-section h2 {
    font-size: 1.95rem;
  }
  .single-career-header .row {
    justify-content: center;
    gap: 20px;
  }
  .single-career-header .left-area {
    text-align: center;
  }
  .job-description-section {
    padding: 2.5rem 0;
  }
  .career-jobs-section .container {
    gap: 20px;
  }
  .career-jobs-section .head-part {
    margin-bottom: 20px;
  }
  .career-jobs-section .jobs-area .jobs > a {
    padding: 25px 20px;
  }
  .career-jobs-section .jobs-area .jobs .right-area {
    text-align: left;
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 20px;
  }
  .career-jobs-section .jobs-area .jobs .right-area p {
    line-height: 1.4;
  }
}
@media only screen and (max-width: 480px) {
  .whatsapp-area-main {
    bottom: 70px;
    right: 10px;
  }
}
@media only screen and (max-width: 420px) {
  .blog-section .blog-area img {
    height: 200px;
  }
  footer h4 {
    font-size: 16px;
  }
  footer ul.footer-nav li {
    font-size: 13px;
  }
  .header .logo img {
    max-width: 160px;
  }
}
@media only screen and (max-width: 390px) {
  .whatsapp-area-main {
    bottom: 105px;
    right: 5px;
  }
}/*# sourceMappingURL=style.css.map */