@font-face {
  font-family: "Gt-Eesti-bold";
  src: url("../font/AnyConv.com__GT-EESTI-DISPLAY-BOLD-TRIAL.ttf"), format("truetype");
}
@font-face {
  font-family: "Gt-Eesti-light";
  src: url("../font/AnyConv.com__GT-EESTI-DISPLAY-LIGHT-TRIAL.ttf"), format("truetype");
}
@font-face {
  font-family: "Gt-Eesti-medium";
  src: url("../font/AnyConv.com__GT-EESTI-DISPLAY-MEDIUM-TRIAL.ttf"), format("truetype");
}
@font-face {
  font-family: "Gt-Eesti-regular";
  src: url("../font/AnyConv.com__GT-EESTI-DISPLAY-REGULAR-TRIAL.ttf"), format("truetype");
}
@font-face {
  font-family: "Gt-Eesti-ultralight";
  src: url("../font/AnyConv.com__GT-EESTI-DISPLAY-ULTRALIGHT-TRIAL.ttf"), format("truetype");
}
@font-face {
  font-family: "Gt-Eesti-ultrabold";
  src: url("../font/AnyConv.com__GT-EESTI-DISPLAY-ULTRABOLD-TRIAL.ttf"), format("truetype");
}
@font-face {
  font-family: "RHESMANISA";
  src: url("../font/Rhesmanisa/RHESMANISA-BOLD.ttf"), format("truetype");
}
.home-banner-section {
  position: relative;
  overflow: hidden;
}
.home-banner-section .container {
  position: absolute;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%);
  top: 25%;
}
.home-banner-section .container h5 {
  color: #fff;
}
.home-banner-section .container h1 {
  color: #FFF;
  font-size: 50px;
  line-height: 54px;
  font-family: "Gt-Eesti-medium";
  margin-bottom: 15px;
}
.home-banner-section .container p {
  color: #FFF;
  font-size: 20px;
  line-height: 28px;
  font-family: "Gt-Eesti-ultralight";
  margin-bottom: 30px;
}
.home-banner-section .slick-dots {
  display: none;
}
.home-banner-section .slick-dotted.slick-slider {
  margin: 0;
}
.home-banner-section .nav-contact {
  text-decoration: none;
  color: #FFF;
  font-family: "Gt-Eesti-regular";
  font-size: 16px;
  line-height: 22px;
}
.home-banner-section .home-follow-links {
  position: absolute;
  bottom: 100px;
  left: 305px;
  width: 68%;
  z-index: 99;
}
.home-banner-section .home-follow-links h5 {
  color: #FFF;
  font-size: 16px;
  line-height: 22px;
}
.home-banner-section .slick-prev {
  left: 200px;
  z-index: 99;
  bottom: 100px;
  top: unset;
}
.home-banner-section .slick-prev::before {
  content: "";
  background-image: url("../images/home/home-prev.png");
  width: 280%;
  height: 280%;
  background-repeat: no-repeat;
  position: absolute;
  background-size: inherit;
}
.home-banner-section .slick-next {
  left: 270px;
  z-index: 99;
  bottom: 100px;
  top: unset;
}
.home-banner-section .slick-next::before {
  content: "";
  background-image: url("../images/home/home-next.png");
  width: 280%;
  height: 280%;
  background-repeat: no-repeat;
  position: absolute;
  background-size: inherit;
}
.home-banner-section .slick-slide {
  position: relative;
}
.home-banner-section .home-slideimg {
  width: 100%;
  height: 100%;
  filter: brightness(0.5);
}
.home-banner-section .home-callus p {
  font-size: 16px;
  line-height: 28px;
}
.home-banner-section .slide-counter {
  position: absolute;
  left: 450px;
  bottom: 100px;
  color: #fff;
}
.home-banner-section .slide-counter span {
  color: #FFF;
  font-family: "Gt-Eesti-light";
  font-size: 18px;
  line-height: 28px;
}

.home-aboutus {
  background-image: url("../images/home/about-banner.png");
  color: #fff;
  padding: 100px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
.home-aboutus h3 {
  margin-top: 60px;
  color: #FFF;
  font-family: "Gt-Eesti-ultralight";
  font-size: 40px;
  line-height: 50px;
}
.home-aboutus h2 {
  color: #FFF;
}
.home-aboutus p {
  color: #FFF;
  font-family: "Gt-Eesti-ultralight";
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 15px;
}
.home-aboutus .text-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #FFF;
  font-family: "Gt-Eesti-ultralight";
  text-align: right;
  font-size: 20px;
  line-height: 28px;
}
.home-aboutus .banner-count {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
  margin-top: 40px;
}
.home-aboutus .banner-count span {
  font-size: 50px;
  line-height: 62px;
  font-family: "Gt-Eesti-light";
}

.home-product-service {
  padding: 100px 0px;
}
.home-product-service h5 {
  color: #CA1722;
}
.home-product-service p {
  color: #464646;
  font-size: 18px;
  line-height: 28px;
  font-family: "Gt-Eesti-light";
  margin-bottom: 25px;
}
.home-product-service h2 {
  color: #000;
}
.home-product-service .text-btn {
  color: #CA1722;
  text-align: right;
  font-family: "Gt-Eesti-light";
  font-size: 20px;
  line-height: 28px;
  text-decoration: none;
}
.home-product-service .row-gap-50 {
  row-gap: 50px;
}
.home-product-service .card {
  border: none;
  text-decoration: none;
}
.home-product-service .card h4 {
  margin-top: 15px;
  color: #000;
  font-family: "Gt-Eesti-regular";
  font-size: 30px;
  line-height: 46px;
}
.home-product-service .card p {
  color: #464646;
  font-family: "Gt-Eesti-light";
  font-size: 18px;
  line-height: 26px;
}
.home-product-service .card:hover h4 {
  color: #0C2172;
}
.home-product-service .card:hover .image-overlay {
  position: relative;
  display: inline-block;
  width: 100%;
}
.home-product-service .card:hover .image-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(12, 33, 114, 0.65);
}
.home-product-service .card:hover .arrow-animation::after {
  display: flex;
  position: absolute;
  right: 0px;
  top: 10px;
  height: 17px;
  width: 17px;
}
.home-product-service .card:hover svg {
  visibility: hidden;
}

.why-choose {
  background-color: #0C2172;
}
.why-choose h5 {
  color: #FFF;
  font-family: "Gt-Eesti-regular";
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
}
.why-choose h2 {
  color: #fff;
}
.why-choose p {
  color: #fff;
}
.why-choose h1 {
  font-family: "Gt-Eesti-bold";
  font-size: 120px;
  line-height: 100px;
  background: linear-gradient(144deg, rgba(26, 52, 152, 0.5) 20.72%, rgba(12, 33, 114, 0.5) 86.6%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: -40px;
  margin-left: 60px;
}
.why-choose h6 {
  color: #FFF;
  font-size: 22px;
  font-family: "Gt-Eesti-regular";
  line-height: 30px;
  margin-bottom: 15px;
}
.why-choose .text-btn {
  color: #FFF;
  text-align: right;
  font-family: "Gt-Eesti-light";
  font-size: 20px;
  line-height: 28px;
  text-decoration: none;
}
.why-choose .why-choose-points {
  gap: 60px;
}
.why-choose img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 1000px;
}

.testimonial-section {
  padding: 100px 0px;
  overflow: hidden;
}
.testimonial-section h5 {
  color: #CA1722;
}
.testimonial-section h3 {
  font-size: 40px;
  line-height: 50px;
  font-family: "Gt-Eesti-regular";
}
.testimonial-section .google-img {
  margin-left: 170px;
  margin-top: 10px;
}
.testimonial-section .card {
  border-radius: 15px;
  border: none;
  background: #FFF;
  margin: 30px 10px;
  padding: 30px;
  height: 100%;
}
.testimonial-section .card .card-body {
  padding: 0;
}
.testimonial-section .card .card-body p {
  color: #000;
  font-family: "Gt-Eesti-light";
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 115px;
  min-height: 234px;
}
.testimonial-section .card .person-detail {
  display: flex;
  align-items: center;
  gap: 10px;
}
.testimonial-section .card h4 {
  color: #000;
  font-size: 18px;
  font-family: "Gt-Eesti-regular";
  line-height: 22px;
  margin-bottom: 0;
}
.testimonial-section .card span {
  color: #7B7C7F;
  font-size: 14px;
  line-height: 22px;
  font-family: "Gt-Eesti-light";
}
.testimonial-section .card:hover {
  border-radius: 15px;
  background: #E5EAFF;
  box-shadow: 0 0 74px 0 rgba(0, 0, 0, 0.07);
}
.testimonial-section .slick-arrow:hover svg circle {
  fill: #CA1722;
}
.testimonial-section .slick-arrow:hover svg path {
  fill: white;
}
.testimonial-section .slick-prev {
  z-index: 99;
  top: -120px;
  left: 82%;
}
.testimonial-section .slick-next {
  right: 190px;
  z-index: 99;
  top: -120px;
}

.home-trustedlogo {
  padding-bottom: 50px !important;
}

.trusted-team-logo {
  padding-bottom: 150px;
}
.trusted-team-logo .trusted-logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}
.trusted-team-logo .trusted-logo img {
  filter: grayscale(0);
}
.trusted-team-logo .trusted-logo img:hover {
  filter: grayscale(1);
}
.trusted-team-logo h5 {
  text-align: center;
  color: #CA1722;
}

.faq-section {
  padding: 100px 0 200px 0;
}
.faq-section .accordion .accordion-item:last-child {
  border-bottom: 1px solid #dee2e6;
}
.faq-section .accordion .accordion-item button {
  color: #000;
  font-size: 18px;
  font-family: "Gt-Eesti-light";
  line-height: 22px;
  padding-left: 0;
  padding: 20px 0;
  background: transparent;
}
.faq-section .accordion .accordion-item button:focus {
  box-shadow: unset;
}
.faq-section .accordion .accordion-item button:after {
  background-image: url("../images/home/close.png");
  transform: none;
  width: 10px;
  background-size: contain;
  transition: all 0.3s;
}
.faq-section .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  transform: rotate(45deg);
  width: 14px;
}
.faq-section .accordion .accordion-item .accordion-collapse.show .accordion-body p {
  color: #757575;
}
.faq-section .accordion .accordion-item .accordion-collapse.show .accordion-body ul li,
.faq-section .accordion .accordion-item .accordion-collapse.show .accordion-body ol li {
  color: #757575;
}
.faq-section .accordion .accordion-item .accordion-body {
  padding-left: 0;
  padding-top: 0;
}
.faq-section .accordion .accordion-item .accordion-body p {
  color: #333;
  font-size: 16px;
  line-height: 22px;
}
.faq-section .accordion .accordion-item .accordion-body ul li {
  color: #333;
  font-size: 16px;
  line-height: 22px;
  margin-left: 30px;
  list-style: disc;
  margin-bottom: 8px;
}
.faq-section .accordion .accordion-item .accordion-body ol li {
  color: #333;
  font-size: 16px;
  line-height: 22px;
  margin-left: 30px;
  margin-bottom: 8px;
}
.faq-section .btn-primary .round-white {
  padding: 8px 10px;
  width: 30px;
  height: 35px;
}
.faq-section .faq-heading {
  margin-bottom: 126px;
}
.faq-section .faq-heading p {
  color: #464646;
  font-family: "Gt-Eesti-light";
  font-size: 18px;
  line-height: 28px;
}
.faq-section p {
  color: #000;
  font-family: "Gt-Eesti-light";
  font-size: 18px;
  line-height: 26px;
}
.faq-section h5 {
  color: #CA1722;
}
.faq-section .faq-bottom-content img {
  margin-bottom: 15px;
}
.faq-section .faq-bottom-content h6 {
  color: #7F7F7F;
  font-size: 15px;
  line-height: normal;
  font-family: "Gt-Eesti-light";
}
.faq-section .faq-bottom-content a {
  color: #000;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  font-family: "Gt-Eesti-medium";
}

.home-faq {
  background-color: #fff !important;
  padding: 0 !important;
}

.home-blog {
  background-color: #F9F9F9;
}
.home-blog h2 {
  margin-bottom: 0;
}

.all-blog {
  padding: 100px 0px 200px 0;
}
.all-blog .blog-images {
  position: relative;
}
.all-blog .blog-images .focus-point {
  position: absolute;
  top: 20px;
  left: 20px;
}
.all-blog .blog-images .focus-point button {
  border-radius: 8px;
  background: #FFF;
  padding: 10px 20px;
  border: none;
}
.all-blog .blog-card {
  text-decoration: none;
}
.all-blog .blog-card h6 {
  color: #8D8D8D;
  font-size: 18px;
  line-height: 24px;
  font-family: "Gt-Eesti-light";
}
.all-blog .blog-card h4 {
  color: #000;
  font-family: "Gt-Eesti-regular";
  font-size: 24px;
  line-height: 32px;
  margin-top: 7px;
}
.all-blog .blog-card:hover h4 {
  text-decoration: underline;
  color: #0C2172;
}
.all-blog .blog-card .blog-heading {
  width: 95%;
}

footer {
  background-image: url("../images/home/footer-bg.png");
  padding: 80px 0px 0px;
  color: #fff;
}
footer h2 {
  color: #fff;
}
footer .footer-top-content {
  border-bottom: 1px solid #364FAF;
}
footer .footer-top-content .footer-top-bg {
  position: relative;
}
footer .footer-top-content .footer-top-bg img {
  margin-top: -146px;
}
footer .footer-top-content .footer-top-bg::after {
  content: "";
  background-image: url("../images/home/footer-bg-before.png");
  width: 20%;
  height: 34%;
  bottom: 90px;
  left: -25px;
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  animation: slideUp 3.8s linear infinite;
}
footer .footer-top-content .footer-top-bg::before {
  content: "";
  background-image: url("../images/home/footer-bg-after.png");
  width: 20%;
  height: 22%;
  top: -78px;
  right: -35px;
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  animation: slideDown 3.8s linear infinite;
}
@keyframes slideDown {
  0% {
    transform: translateY(-30px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-30px);
  }
}
@keyframes slideUp {
  0% {
    transform: translateX(-30px);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-30px);
  }
}
footer .footer-top-content h2 {
  font-size: 34px;
  line-height: 42px;
}
footer .footer-top-content p {
  color: #FFF;
  font-size: 16px;
  line-height: 24px;
  font-family: "Gt-Eesti-ultralight";
  margin-bottom: 40px;
}
footer h6 {
  margin-bottom: 18px;
  color: #FFF;
  font-family: "Gt-Eesti-medium";
  font-size: 16px;
  line-height: 22px;
}
footer h5 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
}
footer ul li {
  list-style: none;
  margin-bottom: 10px;
}
footer ul li a {
  text-decoration: none;
  color: #B9C1DF;
  font-size: 16px;
  font-family: "Gt-Eesti-light";
}
footer ul li:hover a {
  color: #fff;
}
footer .left-side img {
  margin-bottom: 20px;
}
footer .left-side p {
  color: #FFF;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 25px;
  font-family: "Gt-Eesti-ultralight";
}
footer .left-side h5 {
  color: #FFF;
  font-size: 16px;
  line-height: 22px;
  font-family: "Gt-Eesti-regular";
  text-transform: capitalize;
  margin-bottom: 6px;
}
footer .left-side a {
  color: #FFF;
  font-size: 16px;
  line-height: 24px;
  font-family: "Gt-Eesti-light";
  text-decoration: none;
}
footer .left-side .footer-address a {
  font-family: "Gt-Eesti-ultralight";
}
footer .left-side h6 {
  margin-bottom: 6px;
}
footer .email-input {
  margin-top: 50px;
}
footer .email-input .form-control {
  border-radius: 8px;
  background: #1D3698;
  border: none;
  padding: 10px 20px;
  color: #fff;
}
footer .email-input input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
footer .email-input input::placeholder {
  color: #fff;
  opacity: 1;
}
footer .email-input .form-control:focus {
  box-shadow: none;
}
footer .email-input .footer-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 20px;
}
footer .email-input .footer-checkbox p {
  color: #ABB6E1;
  font-size: 14px;
  font-family: "Gt-Eesti-light";
  line-height: 20px;
  margin-bottom: 20px;
}
footer .email-input .form-check-input {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid #ABB6E1;
  background-color: transparent;
}
footer .email-input .form-check-input:focus {
  box-shadow: none;
}
footer .copyrights {
  margin-top: 50px;
  padding: 20px 0px;
  border-top: 1px solid #364FAF;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .copyrights p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
}
footer .copyrights p a {
  color: #FFF;
  font-family: "Gt-Eesti-regular";
  text-decoration: none;
}
footer .footer-address {
  margin-bottom: 20px;
}
footer .disclaimer {
  padding: 20px 0px 60px;
  border-top: 1px solid #364FAF;
}
footer .disclaimer h6 {
  color: #F1F1F1;
  font-family: "Gt-Eesti-regular";
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 15px;
}
footer .disclaimer p {
  color: #C9C9C9;
  font-family: "Gt-Eesti-light";
  font-size: 14px;
  line-height: 22px;
}

.policy-banner {
  background-color: #0C2172;
  color: #fff;
}
.policy-banner h2 {
  color: #FFF;
  font-family: "Gt-Eesti-medium";
  font-size: 46px;
  line-height: 64px;
  margin-bottom: 0;
}
.policy-banner h6 {
  color: #FFF;
  font-family: "Gt-Eesti-ultralight";
  font-size: 18px;
  line-height: 22px;
}

.polieces {
  padding: 100px 0px 150px;
}
.polieces .faq-list-sticky {
  position: sticky;
  top: 150px;
}
.polieces .faq-list-sticky h5 {
  font-family: "Gt-Eesti-Regular";
}
.polieces .faq-list-sticky ul li {
  list-style: none;
  margin-bottom: 7px;
}
.polieces .faq-list-sticky ul li a {
  color: #5E5E5E;
  font-family: "Gt-Eesti-light";
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
}
.polieces .faq-list-sticky ul li.active a {
  color: #ca1722;
  text-decoration: underline;
}
.polieces .policies-content h4 {
  color: #000;
  font-family: "Gt-Eesti-medium";
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 10px;
}
.polieces .policies-content p {
  color: #000;
  font-family: "Gt-Eesti-light";
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
}
.polieces .policies-content p:last-of-type {
  margin-bottom: 30px;
}
.polieces .policies-content p a {
  color: #ca1722;
  text-decoration: none;
}
.polieces .policies-content ul {
  margin: 20px 0px;
}
.polieces .policies-content ul li {
  color: #0D0D0D;
  font-family: "Gt-Eesti-light";
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
  position: relative;
  margin-left: 30px;
  list-style: none;
}
.polieces .policies-content ul li span {
  font-family: "Gt-Eesti-Regular";
}
.polieces .policies-content ul li::before {
  content: "";
  background-image: url("../images/home/tick.png");
  width: 30%;
  height: 85%;
  bottom: 2px;
  left: -30px;
  background-repeat: no-repeat;
  position: absolute;
  background-size: auto;
}

.error-page .thankyou-page {
  position: relative;
}
.error-page .thankyou-page::after {
  position: absolute;
  content: "";
  width: 45%;
  height: 100%;
  left: -181px;
  bottom: -64%;
  background-image: url("../images/error/thankyou-vector-image.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.blog-banner {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 70%), url("../images/banner/blog-banner.png");
  background-size: cover;
  /* or contain */
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
}

.all-blog h5 {
  color: #ca1722;
}
.all-blog .row-gap-20 {
  row-gap: 60px;
}
.all-blog .btn-primary {
  margin: auto 0;
}
.all-blog .form-select {
  padding: 13px;
  background-color: transparent;
}

.blogdeatail-banner {
  background-color: #0C2172;
  padding: 80px 0px 150px !important;
  color: #fff;
}
.blogdeatail-banner a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-family: "Gt-Eesti-light";
  font-size: 16px;
  text-decoration: none;
  line-height: 22px;
}
.blogdeatail-banner h3 {
  color: #FFF;
  font-size: 24px;
  line-height: 40px;
  font-family: "Gt-Eesti-medium";
  margin-bottom: 10px;
}
.blogdeatail-banner ul {
  display: flex;
  align-items: center;
  gap: 40px;
}
.blogdeatail-banner ul li {
  color: #FFF;
  font-family: "Gt-Eesti-light";
  font-size: 18px;
  line-height: 22px;
  list-style: none;
}
.blogdeatail-banner ul li:last-of-type {
  list-style: disc;
}

.blog-detail-content {
  margin-top: -150px;
  padding-bottom: 100px;
}
.blog-detail-content p {
  color: #000;
  font-size: 18px;
  font-family: "Gt-Eesti-light";
  line-height: 28px;
  margin-bottom: 15px;
}
.blog-detail-content p:last-of-type {
  margin-bottom: 30px;
}
.blog-detail-content p a {
  font-size: 18px;
  font-family: "Gt-Eesti-Regular";
  line-height: 28px;
  margin-bottom: 15px;
  text-decoration: none;
  color: #ca1722;
}
.blog-detail-content h3 {
  color: #000;
  font-family: "Gt-Eesti-medium";
  font-size: 26px;
  line-height: 40px;
  margin-bottom: 15px;
}
.blog-detail-content h4 {
  font-family: "Gt-Eesti-medium";
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 10px;
}
.blog-detail-content h5 {
  font-family: "Gt-Eesti-Regular";
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.blog-detail-content ul {
  margin-bottom: 30px;
  padding-left: 20px;
}
.blog-detail-content ul li {
  color: #000;
  font-size: 18px;
  font-family: "Gt-Eesti-light";
  line-height: 28px;
  margin-bottom: 15px;
}

.career-banner {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 70%), url("../images/career/career-banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
}

.careers {
  padding: 100px 0px;
}
.careers h5 {
  color: #ca1722;
}
.careers .job-card {
  border-radius: 20px;
  border: 1px solid #E2E5EF;
  background-color: #F8F8F8;
  padding: 30px;
  margin-bottom: 25px;
}
.careers a {
  text-decoration: none;
}
.careers a h5 {
  color: #0D0D0D;
  font-family: "Gt-Eesti-regular";
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 0px;
  text-transform: capitalize;
}
.careers a span {
  color: #2E2E2E;
  font-family: "Gt-Eesti-regular";
  font-size: 16px;
  line-height: 24px;
}
.careers a p {
  color: #0D0D0D;
  font-family: "Gt-Eesti-light";
  font-size: 18px;
  line-height: 28px;
}

.emloyee-benifit {
  padding: 100px 0px 200px;
  background-color: #F8F8F8;
}
.emloyee-benifit h5 {
  color: #ca1722;
}
.emloyee-benifit p {
  margin-bottom: 30px;
}
.emloyee-benifit a {
  text-decoration: none;
}
.emloyee-benifit .card {
  border-radius: 15px;
  border: none;
  background-color: #FFF;
  padding: 56px;
}
.emloyee-benifit .card h5 {
  margin-bottom: 5px;
  margin-top: 15px;
  font-family: "Gt-Eesti-Regular";
  color: #0D0D0D;
  font-size: 28px;
  line-height: 40px;
  text-transform: capitalize;
}
.emloyee-benifit .card p {
  margin-bottom: 0;
}
.emloyee-benifit .card:hover {
  background-color: #E9EDFF;
}
.emloyee-benifit .row .col-lg-4:nth-child(2) {
  margin-bottom: -100px;
}

.career-detail-banner {
  background-color: #0C2172;
  padding: 100px 0px;
  color: #fff;
}
.career-detail-banner button {
  border-radius: 8px;
  background: #183190;
  color: #fff;
  border: none;
  padding: 11px 20px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.career-detail-content {
  padding: 100px 0px;
}
.career-detail-content h4 {
  color: #0D0D0D;
  font-family: "Gt-Eesti-regular";
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 15px;
}
.career-detail-content p {
  color: #0D0D0D;
  font-family: "Gt-Eesti-light";
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
}
.career-detail-content p:last-of-type {
  margin-bottom: 30px;
}
.career-detail-content ul {
  margin-bottom: 30px;
}
.career-detail-content ul:last-of-type {
  margin-bottom: 0;
}
.career-detail-content ul li {
  list-style: none;
  color: #0D0D0D;
  font-family: "Gt-Eesti-light";
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
  margin-left: 32px;
  position: relative;
}
.career-detail-content ul li::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  left: 0;
  top: 0;
  background-image: url("../images/home/tick.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: -30px;
}
.career-detail-content ul li span {
  font-family: "Gt-Eesti-Regular";
}
.career-detail-content .pos-sticky {
  position: sticky;
  top: 50px;
}
.career-detail-content .box {
  background-color: #0C2172;
  padding: 30px 30px 0px;
  color: #fff;
  border-radius: 10px;
}
.career-detail-content .box a {
  color: #fff;
  text-decoration: none;
}
.career-detail-content .box h6 {
  color: #fff;
}
.career-detail-content .box p {
  color: #fff;
  line-height: 24px;
}
.career-detail-content .box h4 {
  color: #FFF;
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 15px;
}
.career-detail-content .box .faq-bottom-content {
  margin-top: 35px;
}
.career-detail-content .job-form {
  margin-top: 50px;
  box-shadow: unset;
  border: 0;
  padding: 0;
}
.career-detail-content .job-form form p {
  color: #848484;
  font-family: "Gt-Eesti-light";
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}

.faq-banner {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 70%), url("../images/banner/faq-banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
}

.faq-section .faq-content h6 {
  color: #000;
  font-family: "Gt-Eesti-regular";
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
}
.faq-section .faq-content h2 {
  margin: 0;
}
.faq-section .faq-content ul li {
  list-style-type: none;
  margin-bottom: 14px;
}
.faq-section .faq-content ul li a {
  color: #000;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
}
.faq-section .faq-content ul li a:hover {
  color: #CA1722;
  text-decoration: underline;
}
.faq-section .faq-content .faq-list li a.list-active {
  color: #CA1722;
  text-decoration: underline;
}
.faq-section .faq-content .accordion-type {
  margin-bottom: 30px;
  padding: 50px;
  border-radius: 20px;
  border: 1px solid #DBDBDB;
  background: #FFF;
}
.faq-section .faq-content .accordion-type h4 {
  color: #000;
  font-size: 24px;
  line-height: 32px;
  font-family: "Gt-Eesti-regular";
  margin-bottom: 30px;
}
.faq-section .faq-content .faq-sticky {
  position: sticky;
  top: 100px;
  align-self: flex-start;
}
.faq-section .accordion {
  border: 1px solid rgb(206, 206, 206);
  padding: 40px;
  border-radius: 20px;
}
.faq-section .accordion .accordion-item {
  border: none;
  border-bottom: 1px solid rgb(206, 206, 206);
}
.faq-section .accordion .accordion-item:last-of-type {
  border-bottom: 0;
}

.all-faq .faq-content .accordion {
  padding: 0;
  border: 0;
}

.awards-banner {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 70%), url("../images/banner/awards-banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
}

.awards-section {
  padding: 100px 0px 200px;
}
.awards-section .row-gap-20 {
  row-gap: 50px;
}
.awards-section img {
  margin-bottom: 15px;
}
.awards-section span {
  color: #8D8D8D;
  font-size: 18px;
  line-height: 24px;
  font-family: "Gt-Eesti-light";
}
.awards-section h4 {
  color: #000;
  font-family: "Gt-Eesti-regular";
  font-size: 27px;
  line-height: 34px;
  margin-bottom: 15px;
  margin-top: 10px;
}
.awards-section p {
  color: #464646;
  font-family: "Gt-Eesti-light";
  font-size: 18px;
  line-height: 28px;
}

.advisory-banner {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 70%), url("../images/banner/advisory-banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
}

.advisory-overview {
  padding: 80px 0px 150px;
}
.advisory-overview h5 {
  color: #CA1722;
}
.advisory-overview h4 {
  color: #000;
  font-family: "Gt-Eesti-regular";
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 20px;
}
.advisory-overview p {
  color: #000;
  font-family: "Gt-Eesti-light";
  font-size: 18px;
  line-height: 28px;
}
.advisory-overview span {
  color: #000;
  font-family: "Gt-Eesti-regular";
  font-size: 50px;
  line-height: 60px;
}
.advisory-overview .count-animate {
  margin-top: 100px;
}
.advisory-overview .count-animate .col-lg-3 {
  position: relative;
}
.advisory-overview .count-animate .col-lg-3::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  border: 1px solid #CCCCCC;
  width: 1px;
  height: 100%;
}
.advisory-overview .count-animate .col-lg-3:nth-child(1)::before {
  display: none;
}

.advisory-points {
  background: #fff !important;
}

.insurance-advisory {
  background-color: #0C2172;
  color: #fff;
}
.insurance-advisory p {
  color: #FFF;
  font-family: "Gt-Eesti-light";
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 15px;
}
.insurance-advisory p span {
  font-family: "Gt-Eesti-medium";
}
.insurance-advisory a {
  color: #FFF;
  font-size: 18px;
  text-decoration: none;
  line-height: 26px;
}
.insurance-advisory .container-width {
  margin-left: 20px;
}

.final-success {
  padding: 100px 0px;
  background-color: #F3F5FF;
}
.final-success h5 {
  color: #CA1722;
  margin-bottom: 6px;
}
.final-success .card {
  border: none;
  border-radius: 20px;
  background: linear-gradient(324deg, #0C2172 0%, #2643B0 100%);
  padding: 30px;
  height: 100%;
}
.final-success .card h4 {
  color: #FFF;
  font-family: "Gt-Eesti-regular";
  font-size: 24px;
  line-height: 36px;
}
.final-success .card p {
  margin-top: 85px;
  color: #FFF;
  font-family: "Gt-Eesti-light";
  font-size: 16px;
  line-height: 24px;
}
.final-success .row .col-xl-3:nth-child(even) {
  margin-top: 55px;
}
.final-success .row .col-xl-3:nth-child(odd) {
  margin-bottom: 55px;
}
.final-success .enquiry-btn p {
  color: #000;
  font-family: "Gt-Eesti-light";
  font-size: 20px;
  line-height: 32px;
}
.final-success .enquiry-btn p a {
  color: #0C2172;
}

.invesment-document {
  padding: 100px 0px 200px;
}
.invesment-document h5 {
  color: #CA1722;
}
.invesment-document a {
  color: #000;
  font-family: "Gt-Eesti-regular";
  font-size: 24px;
  line-height: 30px;
  text-decoration: none;
}
.invesment-document p {
  color: #464646;
  font-family: "Gt-Eesti-light";
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 20px;
}
.invesment-document p:last-of-type {
  margin-top: 5px;
}
.invesment-document .download-btn {
  border-radius: 30px;
  background: #0C2172;
  border: none;
  padding: 7px 25px;
}
.invesment-document .download-btn a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}
.invesment-document .document-part {
  border-radius: 10px;
  border: 1px solid #CCC;
  background: #FFF;
  padding: 45px;
}
.invesment-document .document-part .document {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 50px 0;
  margin: 50px 0px;
}
.invesment-document .document-part .document-pdf:hover a {
  text-decoration: underline;
  color: #0C2172;
}
.invesment-document .document-part .document-pdf:hover .download-btn a {
  text-decoration: none;
  color: #fff !important;
}

.insurance-quality-points .container {
  position: relative;
}
.insurance-quality-points .container::after {
  content: "";
  background-image: url("../images/services/type-of-insurance.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 500px;
  height: 500px;
  position: absolute;
  top: -20%;
  right: 0;
}

.quality-points {
  padding: 120px 0px;
  background: linear-gradient(180deg, #F8F8F8 0%, #FFF 100%);
}
.quality-points h5 {
  color: #CA1722;
}
.quality-points .box {
  border-radius: 30px;
  background-color: #F3F5FF;
  width: 601px;
  height: 460px;
  position: relative;
}
.quality-points .row:not(:first-child) {
  margin-bottom: 150px !important;
}
.quality-points .row:last-of-type {
  margin-bottom: 60px !important;
}
.quality-points .main-img {
  transition: transform 0.45s ease-out;
  border-radius: 30px 0px;
  position: absolute;
  top: 60px;
  right: -74px;
}
.quality-points .main-img:hover {
  transform: translateY(-10px);
}
.quality-points .main-img-2 {
  border-radius: 0;
  left: 0;
}
.quality-points .main-img-1 {
  transition: box-shadow 0.1s linear, transform 0.45s ease-out;
  border-radius: 0px 30px;
  top: 60px;
  left: 0px;
}
.quality-points .main-img-1:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 17px 2px rgba(0, 0, 0, 0.14);
}
.quality-points p {
  margin-bottom: 12px;
  color: #000;
}
.quality-points p:last-of-type {
  margin-bottom: 30px;
}
.quality-points ul {
  margin-bottom: 23px;
}
.quality-points ul li {
  color: #000;
  display: flex;
  align-items: flex-start;
  gap: 5px;
}
.quality-points a {
  text-decoration: none;
}

.error-page {
  padding: 160px 0 250px;
}
.error-page .primary-btn {
  color: white;
}
.error-page h4 {
  color: #000;
  text-align: center;
  font-size: 40px;
  line-height: 36px;
  font-family: "Gt-Eesti-regular";
  margin-top: 40px;
  margin-bottom: 10px;
}
.error-page p {
  color: #000;
  text-align: center;
  font-family: "Gt-Eesti-light";
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 40px;
}
.error-page a {
  text-decoration: none;
}

.about-banner {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 70%), url("../images/banner/about-banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
}
.about-banner h2 {
  color: #fff;
}

.our-journey {
  padding: 100px 0px 0;
}
.our-journey h5 {
  color: #CA1722;
}
.our-journey h2 {
  margin-bottom: 75px;
}
.our-journey p {
  color: #000;
  font-family: "Gt-Eesti-light";
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
}
.our-journey p:last-of-type {
  margin-bottom: 40px;
}
.our-journey .count-animate {
  display: flex;
  align-items: center;
  gap: 70px;
}
.our-journey .count-animate span {
  color: #000;
  font-family: "Gt-Eesti-light";
  font-size: 50px;
  line-height: 62px;
}

.our-features {
  background: linear-gradient(0deg, #FFF 0%, #F2F5FF 100%);
  padding: 100px 0px;
}
.our-features h5 {
  color: #CA1722;
}
.our-features p {
  color: #464646;
  font-size: 18px;
  font-family: "Gt-Eesti-light";
  line-height: 24px;
  margin-bottom: 0;
}
.our-features h4 {
  color: #000;
  font-family: "Gt-Eesti-regular";
  font-size: 24px;
  line-height: 28px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.our-features ul li {
  list-style: none;
  color: #464646;
  font-family: "Gt-Eesti-light";
  font-size: 18px;
  line-height: 24px;
}
.our-features .row .col-xl-3 {
  position: relative;
}
.our-features .row .col-xl-3:nth-child(2)::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-left: 2px solid #D0D6EA;
  padding-left: 60px;
  left: -75px;
  top: 0;
}
.our-features .row .col-xl-3:nth-child(3)::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-left: 2px solid #D0D6EA;
  padding-left: 60px;
  left: -90px;
  top: 0;
}
.our-features .about-video {
  position: relative;
}
.our-features .about-video .ply-btn {
  position: absolute;
  top: 43%;
  left: 50%;
}
.our-features .ceo-talk h3 {
  color: #CA1722;
  font-family: "RHESMANISA";
  font-size: 70px;
  line-height: 82px;
  letter-spacing: 7.7px;
  margin-bottom: 20px;
}
.our-features .ceo-talk p {
  color: #000;
  font-family: "Gt-Eesti-light";
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 15px;
}
.our-features .ceo-talk p:nth-child(3) {
  font-size: 18px;
  line-height: 26px;
}
.our-features .ceo-talk p:nth-child(4) {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
}
.our-features .ceo-talk svg {
  margin-top: -40px;
}
.our-features .ceo-talk .ceo-detail {
  margin-top: 36px;
}
.our-features .ceo-talk .ceo-detail h6 {
  color: #000;
  font-family: "Gt-Eesti-regular";
  font-size: 18px;
  line-height: 28px;
}
.our-features .ceo-talk .ceo-detail p {
  color: #464646;
  font-family: "Gt-Eesti-light";
  font-size: 18px;
  line-height: 28px;
}
.our-features .ceo-talk img {
  top: -100px;
  z-index: 99;
  position: relative;
  transform: rotate(-10deg);
}

.our-team {
  padding: 100px 0px;
  background-color: #0C2172;
  color: #fff;
}
.our-team .row-gap-20 {
  row-gap: 50px;
}
.our-team p {
  margin-bottom: 30px;
}
.our-team h6 {
  margin-bottom: 7px;
}
.our-team a {
  text-decoration: none;
  color: #fff;
  font-family: "Gt-Eesti-light";
}
.our-team img {
  background-color: #E5EAFF;
  width: 100%;
}

.about-trustteam {
  padding-bottom: 180px !important;
}

.contact-banner {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 70%), url("../images/banner/cantact-banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
}

.contact-address {
  padding: 100px 0px 0;
}
.contact-address h5 {
  color: #CA1722;
  margin-bottom: 0;
}
.contact-address h6 {
  font-size: 18px;
  line-height: 26px;
  font-family: "Gt-Eesti-Regular";
  color: #000;
}
.contact-address a {
  text-decoration: none;
  color: #000;
  font-family: "Gt-Eesti-Regular";
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact-address a p {
  font-family: "Gt-Eesti-light";
}
.contact-address .get-direction a {
  color: #0C2172;
}
.contact-address .contact-vector-img {
  transform: scaleX(-1);
  width: 100%;
  margin-top: 90px;
  position: relative;
  right: 59px;
  bottom: -6px;
}

.google-address {
  position: relative;
  padding-bottom: 100px;
}
.google-address .google-map {
  position: relative;
}
.google-address .google-map iframe {
  width: 100%;
}
.google-address .container {
  position: absolute;
  top: -180px;
  right: 2%;
}
.google-address .container .form-area {
  margin-left: auto;
  margin-top: 50px;
  padding: 50px 45px;
  border-radius: 10px;
  border: none;
}

.enquiry-banner {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 70%), url("../images/banner/enquire-bnner.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
}

.enquiry-form h5 {
  color: #CA1722;
}
.enquiry-form .enquiry-vector {
  position: absolute;
  left: -70px;
  z-index: 0;
  bottom: -6px;
  width: 50%;
  height: auto;
  max-width: 100%;
}
.enquiry-form .form-area {
  border-radius: 0 !important;
  border: none;
}
.enquiry-form .form-area .form-check-input:checked {
  background-color: #CA1722;
  border: 1px solid #CA1722;
}

.service-banner {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 70%), url("../images/banner/service-banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
}

.our-highlights {
  padding: 80px 0px 0px;
  position: relative;
}
.our-highlights::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 80%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, #F2F5FF 3.67%, #FFF 100%);
  z-index: -1;
}
.our-highlights h5 {
  color: #CA1722;
}
.our-highlights .card {
  background: linear-gradient(324deg, #0C2172 0%, #2643B0 100%);
  color: #fff;
  padding: 40px;
  border: none;
  border-radius: 20px;
}
.our-highlights .card h4 {
  margin: 15px 0px;
  font-size: 24px;
  line-height: 28px;
}

.services-quality-points {
  background: transparent;
}

.quality-points h2 {
  color: #000;
}
.quality-points ul li {
  margin-bottom: 10px;
}

.insurance-banner {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 70%), url("../images/banner/insurance-banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
}

.home-insurance {
  padding: 80px 0px !important;
}

.insurance-coverage {
  padding: 80px 0px 0px;
}
.insurance-coverage h5 {
  color: #CA1722;
}
.insurance-coverage h3 {
  color: #000;
  font-family: "Gt-Eesti-medium";
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 10px;
}
.insurance-coverage h3:last-of-type {
  margin-top: 30px;
}
.insurance-coverage p {
  color: #000;
  font-family: "Gt-Eesti-light";
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 15px;
}
.insurance-coverage h4 {
  font-family: "Gt-Eesti-Regular";
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 15px;
}
.insurance-coverage ul li {
  list-style: none;
  margin-bottom: 10px;
  position: relative;
  margin-left: 30px;
}
.insurance-coverage ul li::before {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  left: 0;
  top: 3px;
  background-image: url("../images/home/tick.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: -30px;
}
.insurance-coverage ul li a {
  color: #0C2172 !important;
  font-family: "Gt-Eesti-light";
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.insurance-coverage ul li a svg {
  display: block;
}
.insurance-coverage ul li a:hover {
  text-decoration: underline;
}
.insurance-coverage ul li a:hover svg {
  display: block;
}
.insurance-coverage .count-animate {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-top: 50px;
}
.insurance-coverage .count-animate span {
  color: #0C2172;
  font-family: "Gt-Eesti-bold";
  font-size: 60px;
  line-height: 70px;
}
.insurance-coverage .count-animate h6 {
  color: #000;
  font-family: "Gt-Eesti-regular";
  font-size: 20px;
  line-height: 32px;
}
.insurance-coverage .count-animate p {
  color: #333;
  font-family: "Gt-Eesti-light";
  font-size: 18px;
  line-height: 26px;
}
.insurance-coverage .count-animate .line {
  position: relative;
}
.insurance-coverage .count-animate .line::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  left: -55px;
  top: 0;
  border-left: 1px solid rgba(128, 128, 128, 0.493);
}
.insurance-coverage .pos-sticky {
  position: sticky;
  top: 20px;
}
.insurance-coverage .box {
  background-color: #0C2172;
  padding: 30px;
  color: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  margin-top: -160px;
}
.insurance-coverage .box a {
  color: #fff;
  text-decoration: none;
  font-family: "Gt-Eesti-regular";
}
.insurance-coverage .box h6 {
  color: #fff;
  font-family: "Gt-Eesti-light";
}
.insurance-coverage .box p {
  color: #fff;
}
.insurance-coverage .box h4 {
  color: #FFF;
  font-family: "Gt-Eesti-regular";
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 15px;
}
.insurance-coverage .box .faq-bottom-content {
  margin-top: 35px;
}
.insurance-coverage .list-box {
  background-color: #F0F6FF;
  padding: 30px;
  border-radius: 10px;
}
.insurance-coverage .list-box h4 {
  color: #000;
  font-family: "Gt-Eesti-regular";
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 30px;
}
.insurance-coverage .list-box a {
  color: #000;
}
.insurance-coverage .list-box ul li {
  margin-left: 0;
}
.insurance-coverage .list-box ul li::before {
  display: none;
}

.services-process {
  padding: 100px 0px 100px;
}
.services-process .container {
  position: relative;
}
.services-process h1 {
  color: #EDF3FF;
  font-family: "Gt-Eesti-bold";
  font-size: 130px;
  line-height: normal;
  width: 22%;
  text-align: right;
}
.services-process .services-dtail-img {
  position: absolute;
  left: -120px;
  bottom: -106px;
  width: 50%;
}
.services-process h6 {
  color: #CA1722;
  font-family: "Gt-Eesti-light";
  font-size: 18px;
  line-height: 26px;
}
.services-process h4 {
  color: #000;
  font-family: "Gt-Eesti-regular";
  font-size: 24px;
  line-height: 32px;
}
.services-process p {
  color: #707070;
  font-family: "Gt-Eesti-light";
  font-size: 16px;
  line-height: 24px;
}

.service-support {
  background-color: #0C2172;
  padding: 100px 0px;
  color: #fff;
}
.service-support h2 {
  margin-bottom: 70px;
}
.service-support h5 {
  margin-bottom: 10px;
  color: #FFF;
  font-family: "Gt-Eesti-medium";
  font-size: 24px;
  line-height: 36px;
  text-transform: capitalize;
}
.service-support p {
  color: #FFF;
  font-family: "Gt-Eesti-light";
  font-size: 18px;
  line-height: 26px;
}
.service-support .form-area {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}
.service-support .form-area h3 {
  color: #F8F8F8;
  font-family: "Gt-Eesti-regular";
  font-size: 28px;
  line-height: 40px;
}
.service-support .form-area label {
  color: #fff;
}
.service-support .form-area p {
  color: #fff !important;
}
.service-support .form-area p a {
  color: #fff !important;
}
.service-support .form-area input[type=checkbox] {
  accent-color: #ca1722;
}

.deposite-banner {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 70%), url("../images/banner/deposite-banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
}

.general-banner {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 70%), url("../images/banner/general-insurance-bnner.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
}

.health-banner {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 70%), url("../images/banner/health-insurance-banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
}

.homeloan-banner {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 70%), url("../images/banner/home-loans-banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
}

.life-banner {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 70%), url("../images/banner/life-insurance-banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
}

.tax-banner {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 70%), url("../images/banner/tax-banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
}

.finance-banner {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 70%), url("../images/banner/financial-banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
}

.mutual-banner {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 70%), url("../images/banner/mutual-funts-banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
}

.mutual-success {
  background: transparent;
}
.mutual-success .row .col-lg-3:nth-child(even) {
  margin: 0;
}
.mutual-success .row .col-lg-3:nth-child(odd) {
  margin: 0;
}

.retirement-planning {
  background-color: #F8F8F8;
}
.retirement-planning .insurance-coverage .box {
  margin-top: 0;
}

.whychoose-finance {
  padding-bottom: 80px;
}
.whychoose-finance .row-gap-20 {
  row-gap: 50px;
}
.whychoose-finance h5 {
  color: #CA1722;
}
.whychoose-finance h4 {
  color: #000;
  font-family: "Gt-Eesti-regular";
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.whychoose-finance p {
  color: #000;
  font-family: "Gt-Eesti-light";
  font-size: 16px;
  line-height: 24px;
}

.common-testimonial .slick-prev {
  top: -155px;
}
.common-testimonial .slick-next {
  top: -155px;
}

.common-faq {
  background-color: #F8F8F8;
  padding: 100px 0px !important;
}
.common-faq .accordion {
  border: none;
  padding: 0;
}
.common-faq .accordion .accordion-item {
  background-color: transparent;
  border-bottom: 1px solid #DFDFDF !important;
}

*,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
ol {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.home-header {
  position: absolute;
}

.mindzchatboxbody .mindzchathead .usercolforminzchat .mindzchartuserimg img {
  -o-object-fit: contain;
     object-fit: contain;
}

h5 {
  font-family: "Gt-Eesti-regular";
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.faq-sticky {
  position: sticky;
  top: 100px;
  align-self: flex-start;
}

h2 {
  font-size: 40px;
  line-height: 46px;
  font-family: "Gt-Eesti-medium";
  margin-bottom: 20px;
}

.arrow-animation {
  position: relative;
  z-index: 9;
}
.arrow-animation::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -31px;
  top: 0px;
  height: 25px;
  width: 25px;
  background-image: url("../images/home/service-product/arrow.png"), url("../images/home/service-product/arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  display: none;
  transition: opacity 0.5s cubic-bezier(0.84, -0.01, 0.25, 0.99);
  margin-left: 22px;
  animation-name: buttonArrow;
  animation-duration: 0.7s;
  animation-iteration-count: infinite;
}
.arrow-animation:hover::after {
  display: block;
}
@keyframes buttonArrow {
  0% {
    background-position: 0 0px, -15px 15px;
  }
  100% {
    background-position: 25px -25px, 0 0;
  }
}

.btn-primary {
  border-radius: 58px;
  background: #CA1722;
  padding: 3px 10px 3px 30px !important;
  color: #fff !important;
  position: relative;
  display: flex;
  font-family: "Gt-Eesti-light";
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  border: 3px solid rgba(57, 104, 198, 0);
  z-index: 1;
  text-decoration: none;
  overflow: hidden;
  transition: 0.5s ease-out;
}
.btn-primary .round-white {
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  padding: 5px 10px;
  width: 32px;
  height: 35px;
  border-radius: 50%;
  z-index: 1;
  transition: 0.3s ease-out;
  right: -9px;
}
.btn-primary .arrow-one {
  transform: translateX(0px);
  transition: 0.3s ease-out;
}
.btn-primary .arrow-two {
  transform: translateX(-100px);
  transition: 0.3s ease-out;
}
.btn-primary::before {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  right: 1px;
  top: 3px;
  background-color: #ffffff;
  border-radius: 25px;
  transition: 0.3s ease-out;
  color: #ffffff;
  z-index: -1;
}
.btn-primary:hover {
  color: #000 !important;
}
.btn-primary:hover::before {
  width: 100%;
  height: 100%;
  top: 0;
}
.btn-primary:hover svg path {
  fill: #000;
}

.dropdown-blogs li h3 {
  color: #333;
  font-family: "Gt-Eesti-regular";
  font-size: 16px;
}

.dropdown-blogs img {
  width: 84px;
  height: 84px;
  border-radius: 8px;
}

.dropdown-blogs li {
  list-style-type: none;
}

.dropdown-blogs li:first-child {
  padding: 10px 15px 0px 15px !important;
}

.dropdown-blogs li:hover {
  background-color: unset !important;
}

.dropdown-blogs li:hover h4 {
  text-decoration: underline;
}

.dropdown-blogs {
  width: 70%;
}

.dropdown-blogs h6 {
  color: #8D8D8D;
  font-size: 14px;
  font-family: "Gt-Eesti-light";
  line-height: normal;
  margin-bottom: 10px;
}

.dropdown-blogs h4 {
  color: #000;
  font-size: 16px;
  font-family: "Gt-Eesti-regular";
  line-height: 22px;
}

.second-dropdown .wht-box {
  gap: 0 !important;
}

.text-arrow-animation svg {
  transition: all 0.3s;
}
.text-arrow-animation:hover svg {
  transform: translateX(5px);
}

.tab-bar {
  background-color: #0C2172;
  text-align: center;
  padding: 15px 0px;
  color: #fff;
}
.tab-bar p {
  color: #FFF;
  font-size: 16px;
  line-height: 22px;
  font-family: "Gt-Eesti-light";
}
.tab-bar p a {
  color: #fff;
}
.tab-bar .follow-links h5 {
  color: #FFF;
  font-size: 16px;
  line-height: 22px;
  font-family: "Gt-Eesti-light";
  text-transform: capitalize;
  margin-bottom: 0;
}
.tab-bar .follow-links a {
  display: flex;
  align-items: center;
}

header {
  background: #FFF;
  position: relative;
  width: 100%;
  z-index: 999;
}
header .navbar {
  padding: 20px 0;
}
header .navbar .nav-menu ul {
  gap: 30px;
}
header .navbar .nav-menu ul li a {
  color: #000;
  font-size: 16px;
  text-decoration: none;
  font-family: "Gt-Eesti-light";
  font-weight: 400;
  padding: 0;
}
header .navbar .nav-menu ul li a:hover {
  color: #CA1722;
}
header .navbar .nav-menu ul li a:active {
  color: #CA1722;
}
header .navbar .nav-menu ul li .nav-contact {
  font-family: "Gt-Eesti-bold";
}
header .navbar .nav-menu ul li .active {
  color: #CA1722;
}
header .navbar .nav-menu ul li p {
  color: #000;
  font-size: 13px;
  font-weight: 400;
}
header .navbar .nav-menu ul li:last-of-type {
  margin-left: 10px;
}
header .navbar .nav-menu ul .dropdown .service-arrow {
  transition: 0.3s linear;
}
header .navbar .nav-menu ul .dropdown:hover .service-arrow {
  transform: rotate(180deg);
}
header .navbar .nav-menu ul .dropdown:hover .dropdown-menu {
  display: block;
  padding: 30px 0px 0px;
  background-color: transparent;
  border: none;
  left: -240%;
}
header .navbar .nav-menu ul .dropdown .wht-box {
  background-color: #fff;
  padding: 20px 20px 20px 20px;
  border-radius: 10px;
  width: 171%;
  gap: 40px;
  position: relative;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
  display: flex;
}
header .navbar .nav-menu ul .dropdown .wht-box::before {
  position: absolute;
  background-color: #fff;
  width: 17px;
  height: 17px;
  content: "";
  transform: rotate(45deg);
  top: -8px;
  left: 205px;
}
header .navbar .nav-menu ul .dropdown .wht-box h5 {
  color: #333;
  font-family: "Gt-Eesti-regular";
  font-size: 16px;
  margin-bottom: 0;
  text-transform: capitalize;
}
header .navbar .nav-menu ul .dropdown .wht-box p {
  color: #797A7E;
  font-size: 12px;
  font-family: "Gt-Eesti-light";
  line-height: 16px;
  margin-bottom: 0;
}
header .navbar .nav-menu ul .dropdown .wht-box li {
  cursor: pointer;
  padding: 10px 15px;
}
header .navbar .nav-menu ul .dropdown .wht-box li a {
  align-items: center;
  gap: 12px;
}
header .navbar .nav-menu ul .dropdown .wht-box li:last-of-type {
  margin-left: 0px !important;
}
header .navbar .nav-menu ul .dropdown .wht-box li:hover {
  background-color: #FFEEEF;
  border-radius: 10px;
}
header .navbar .nav-menu ul .dropdown .wht-box li:hover h5 {
  position: relative;
}
header .navbar .nav-menu ul .dropdown .wht-box li:hover h5::after {
  content: "";
  background-image: url("../images/home/arrow-dropdown.png");
  position: absolute;
  width: 25%;
  height: 100%;
  background-repeat: no-repeat;
  right: 0;
  top: 7px;
}
header .navbar .nav-menu ul .dropdown .wht-box li:hover a svg rect {
  fill: #FFEEEF;
}
header .navbar .nav-menu ul .dropdown .wht-box li:hover a svg path {
  fill: #CA1722;
}
header .navbar .mobile-logo {
  display: none;
}
header .nav-down {
  transform: translateY(0);
  transition: transform 0.3s ease;
}
header .nav-up {
  transform: translateY(-100%);
}
header nav .nav-down {
  transform: translateY(0);
  transition: transform 0.3s ease;
}
header nav .nav-up {
  transform: translateY(-100%);
}
header .is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
  gap: 127px;
  padding: 20px 0px;
  justify-content: center !important;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.form-area {
  border-radius: 20px;
  border: 1px solid #DDD;
  background: #FFF;
  box-shadow: 0 0 34px 30px rgba(0, 0, 0, 0.03);
  padding: 55px 45px;
}
.form-area h3 {
  color: #000;
  font-size: 28px;
  line-height: 40px;
  font-family: "Gt-Eesti-regular";
  margin-bottom: 8px;
}
.form-area form {
  margin-top: 30px;
}
.form-area form .row-gap-20 {
  row-gap: 20px;
}
.form-area form label {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 4px;
  font-family: "Gt-Eesti-regular";
}
.form-area form label span {
  color: #D10A11;
  font-size: 16px;
  line-height: 24px;
}
.form-area form input {
  color: #000;
}
.form-area form input::-moz-placeholder {
  color: #848484;
  font-size: 16px;
}
.form-area form input::placeholder {
  color: #848484;
  font-size: 16px;
}
.form-area form .comment p {
  color: #848484;
  font-size: 14px;
  line-height: 18px;
}
.form-area form input[type=checkbox] {
  accent-color: #CA1722;
}
.form-area form textarea.form-control {
  min-height: 150px;
}
.form-area form h6 {
  color: #211E1E;
  font-family: "Gt-Eesti-light";
  font-size: 12px;
  line-height: 18px;
}
.form-area form .checkbox {
  padding-top: 10px;
  align-items: center;
  display: flex;
  gap: 14px;
}
.form-area form .checkbox input {
  width: 26px;
  height: 26px;
  cursor: pointer;
}
.form-area form .checkbox input:focus {
  box-shadow: none;
}
.form-area form .checkbox p {
  margin-bottom: 0;
  color: #000;
  font-family: "Gt-Eesti-light";
  font-size: 16px;
  line-height: 22px;
}
.form-area form .checkbox p a {
  text-decoration: underline;
  color: #0c2172;
  font-family: "Gt-Eesti-regular";
}
.form-area form .error-msg {
  color: #CA1722;
  font-size: 16px;
  line-height: 22px;
  font-family: "Gt-Eesti-light";
}
.form-area form .submit {
  border: 0;
}

.error-msg {
  color: #CA1722;
  font-size: 16px;
  line-height: 22px;
  font-family: "Gt-Eesti-light";
}

.contact-trusted-team-logo {
  padding-top: 150px;
  padding-bottom: 210px;
}

.form-check-input:checked {
  background-color: #0068C4;
  border-color: #0068C4;
}

.footer-top-content h6 {
  color: #FFF;
  font-size: 16px;
  font-family: "Gt-Eesti-regular";
  line-height: 20px;
}

.hamburger {
  display: none;
  cursor: pointer;
}
.hamburger .bar {
  display: block;
  width: 31px;
  height: 2px;
  margin: 5px auto;
  transition: all 0.3s ease-in-out;
  background-color: rgb(0, 0, 0);
  border-radius: 4px;
}
.hamburger .bar:nth-child(2) {
  width: 20px;
  margin-right: inherit;
}

html {
  scroll-padding-top: 100px;
  scroll-behavior: smooth;
}

@media only screen and (min-width: 1800px) {
  .home-banner-section .slick-next {
    left: 370px;
  }
  .home-banner-section .slick-prev {
    left: 300px;
  }
  .home-banner-section .container {
    top: 35%;
  }
  .home-banner-section .slide-counter {
    bottom: 80px;
  }
  .testimonial-section .slick-prev {
    left: 75%;
  }
  .testimonial-section .slick-next {
    right: 375px;
  }
  .home-trustedlogo {
    padding-bottom: 100px !important;
  }
  .insurance-advisory .container-width {
    width: 90%;
  }
  .google-address .container .form-area {
    margin-left: 45%;
    margin-top: 90px;
  }
  .contact-trusted-team-logo {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  header .is-fixed {
    gap: 40px;
  }
  .home-banner-section .container h1 {
    font-size: 45px;
    line-height: 50px;
  }
  .home-banner-section .container p {
    font-size: 16px;
  }
  .home-banner-section .slick-prev {
    left: 125px;
    top: 85%;
  }
  .home-banner-section .slick-next {
    left: 200px;
    top: 85%;
  }
  .home-banner-section .slide-counter {
    left: 300px;
    bottom: 75px;
  }
  .testimonial-section .slick-next {
    right: 155px;
  }
  .home-blog {
    padding-bottom: 150px;
  }
  .home-blog img {
    width: 90%;
  }
  .home-blog .blog-heading {
    width: 90%;
  }
  .home-blog .blog-heading h4 {
    font-size: 22px;
  }
  .our-journey .about-vector-img {
    margin-left: -50px;
  }
  .our-features video {
    width: 100%;
  }
  footer .footer-top-content .footer-top-bg img {
    width: 140%;
    margin-top: -40px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .home-banner-section .slick-prev {
    left: 135px;
    z-index: 99;
    bottom: 60px;
  }
  .home-banner-section .slick-prev::before {
    content: "";
    background-image: url("../images/home/home-prev.png");
    width: 280%;
    height: 280%;
    background-repeat: no-repeat;
    position: absolute;
    background-size: inherit;
  }
  .home-banner-section .slick-next {
    left: 200px;
    z-index: 99;
    bottom: 60px;
  }
  .home-banner-section .slick-next::before {
    content: "";
    background-image: url("../images/home/home-next.png");
    width: 280%;
    height: 280%;
    background-repeat: no-repeat;
    position: absolute;
    background-size: inherit;
  }
  .home-banner-section .home-slideimg {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .home-banner-section .container {
    top: 30%;
  }
  .home-banner-section .slide-counter {
    left: 280px;
    bottom: 35px;
  }
  .home-header {
    position: unset;
  }
  .header .navbar .nav-menu ul .dropdown {
    left: -262%;
  }
  .header .navbar .nav-menu ul .dropdown .wht-box::before {
    left: 235px;
  }
  .testimonial-section .card .card-body p {
    min-height: 280px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slick-dots {
    display: block;
    bottom: -50px !important;
    z-index: 99;
    left: 0;
  }
  .slick-dots li {
    width: 13px;
  }
  .slick-dots li button::before {
    font-size: 20px;
    border: 1px solid #0C2172;
    border-radius: 50%;
    color: transparent;
    width: 15px;
    height: 15px;
  }
  .slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: #0C2172;
    border: none;
  }
  header .is-fixed {
    gap: 255px !important;
  }
  header .nav-active {
    gap: 535px !important;
  }
  .home-banner-section .home-slideimg {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100vh;
  }
  .home-banner-section .container {
    top: 35%;
  }
  .home-banner-section .slick-prev {
    left: 25px;
    z-index: 99;
  }
  .home-banner-section .slick-prev::before {
    content: "";
    background-image: url("../images/home/home-prev.png");
    width: 280%;
    height: 280%;
    background-repeat: no-repeat;
    position: absolute;
    background-size: inherit;
  }
  .home-banner-section .slick-next {
    left: 95px;
    z-index: 99;
  }
  .home-banner-section .slick-next::before {
    content: "";
    background-image: url("../images/home/home-next.png");
    width: 280%;
    height: 280%;
    background-repeat: no-repeat;
    position: absolute;
    background-size: inherit;
  }
  .slide-counter {
    left: 185px !important;
    bottom: 80px !important;
  }
  .home-product-service .slick-slide img {
    width: 95%;
  }
  .home-product-service .card:hover .image-overlay::before {
    width: 95%;
  }
  .home-aboutus h3 {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .home-aboutus h3 br {
    display: none;
  }
  .home-aboutus .banner-count {
    gap: 50px;
    justify-content: unset;
  }
  .why-choose img {
    width: 100%;
  }
  .why-choose .container-width {
    width: 90%;
    margin: 80px 0px 80px 40px !important;
  }
  .testimonial-section .slick-next {
    top: -55px;
    right: 115px;
  }
  .testimonial-section .slick-prev {
    top: -55px;
    left: 75% !important;
  }
  .testimonial-section .google-img {
    margin-left: 0;
  }
  .home-blog {
    padding: 70px 0px;
  }
  .home-blog p {
    margin-bottom: 20px;
  }
  .home-blog .slick-slide img {
    width: 95%;
  }
  .trusted-team-logo {
    padding-bottom: 50px !important;
  }
  .trusted-team-logo .trusted-logo {
    display: none;
  }
  .trusted-team-logo .client-logo-img {
    position: relative;
  }
  .trusted-team-logo .client-logo-img::before {
    content: "";
    background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0));
    position: absolute;
    left: 0;
    top: -45px;
    z-index: 9;
    width: 10%;
    height: 220%;
  }
  .trusted-team-logo .client-logo-img::after {
    content: "";
    background: linear-gradient(269deg, #ffffff, rgba(255, 255, 255, 0));
    position: absolute;
    right: -4px;
    top: -45px;
    z-index: 9;
    width: 10%;
    height: 220%;
  }
  .trusted-team-logo .client-logo-img .looping-carousel {
    animation: LoopingCarousel-forward linear infinite;
    animation-play-state: running;
    gap: 28px;
  }
  .trusted-team-logo .client-logo-img .looping-carousel img {
    filter: grayscale(0);
    transition: filter 0.1s ease-in-out;
  }
  .trusted-team-logo .client-logo-img .looping-carousel img:hover {
    filter: grayscale(1);
  }
  .trusted-team-logo .client-logo-img .ani-hover-pause {
    overflow: hidden;
    gap: 110px;
    align-items: center;
  }
  .trusted-team-logo .client-logo-img .ani-hover-pause:hover .looping-carousel {
    animation-play-state: paused;
  }
  @keyframes LoopingCarousel-forward {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  .common-faq {
    padding: 70px 0px;
  }
  .common-faq .accordion {
    padding: 0;
  }
  footer .footer-top-content::after {
    display: none;
  }
  footer .footer-top-content .footer-top-bg img {
    display: none;
  }
  footer .row-gap-20 {
    row-gap: 40px;
    justify-content: space-between;
  }
  .our-journey {
    padding: 50px 0px;
  }
  .our-journey img {
    display: none;
  }
  .our-journey h2 {
    margin-bottom: 10px;
  }
  .our-features {
    padding: 70px 0px;
  }
  .our-features .row .col-xl-3:nth-child(2)::after {
    left: -8%;
    border: none;
  }
  .our-features p br {
    display: none;
  }
  .our-features video {
    width: 100%;
  }
  .our-features .about-video .ply-btn {
    left: 45%;
  }
  .our-features .ceo-talk h3 {
    font-size: 50px;
    line-height: 65px;
    margin-top: 20px;
  }
  .our-features .ceo-talk svg {
    display: none;
  }
  .our-features .ceo-talk img {
    transform: rotate(6deg);
  }
  .insurance-advisory .container-width {
    width: 90%;
    margin: 80px 0px 80px 40px !important;
  }
  .insurance-advisory .first-img {
    width: 100%;
  }
  .quality-points {
    padding: 70px 0px 0px !important;
  }
  .quality-points .main-img {
    width: 75%;
    top: 15%;
    right: 95px;
  }
  .quality-points .row:not(:first-child) {
    row-gap: 100px;
    margin-bottom: 70px !important;
  }
  .final-success {
    padding: 70px 0px;
  }
  .final-success .row .col-xl-3:nth-child(even) {
    margin-top: 0;
  }
  .final-success .row .col-xl-3:nth-child(odd) {
    margin-bottom: 0;
  }
  .final-success .enquiry-btn p {
    font-size: 16px;
    line-height: 28px;
  }
  .final-success .row-gap-20 {
    row-gap: 20px;
  }
  .why-choose h6 {
    font-size: 20px;
    line-height: 30px;
  }
  .invesment-document {
    padding: 50px 0px;
  }
  .invesment-document .document-part .document-pdf {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .advisory-overview .count-animate {
    row-gap: 25px;
  }
  .advisory-overview .count-animate .col-lg-3::before {
    display: none;
  }
  .awards-section {
    padding: 70px 0px;
  }
  .enquiry-form .form-area {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .enquiry-form .enquiry-vector {
    display: none;
  }
  .service-support .form-area {
    margin-top: 40px;
  }
  .our-highlights {
    padding: 50px 0px;
  }
  .our-highlights::before {
    height: 80%;
  }
  .our-highlights .row-gap-20 {
    row-gap: 20px;
    justify-content: center !important;
  }
  .services-process {
    padding: 70px 0px 70px;
  }
  .services-process .services-dtail-img {
    display: none;
  }
  .services-process h1 {
    width: 70px;
  }
  .faq-section {
    padding: 70px 0px;
  }
  .careers .faq-sticky {
    margin-bottom: 30px;
  }
  .careers a p {
    width: 70%;
  }
  .blogdeatail-banner {
    padding: 80px 0px 70px !important;
  }
  .blog-detail-content {
    margin-top: -80px;
    padding-bottom: 50px;
  }
  .all-blog {
    padding: 70px 0px !important;
  }
  .all-blog .form-select {
    width: 50%;
  }
  .insurance-coverage .box {
    margin-top: 50px;
  }
  .polieces {
    padding: 70px 0px;
  }
  .polieces .faq-list-sticky {
    display: none;
  }
  .emloyee-benifit {
    padding: 70px 0px;
  }
  .emloyee-benifit .card h5 {
    font-size: 22px;
    line-height: 30px;
  }
  .emloyee-benifit .benifite-cards {
    align-items: flex-start !important;
    justify-content: center !important;
    row-gap: 20px;
  }
  .google-address .container {
    position: unset;
    justify-content: center;
    display: flex;
  }
  .google-address .container .form-area {
    margin-left: 0;
  }
  .contact-trusted-team-logo {
    padding-top: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1025px) {
  h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .home-banner-section .home-slideimg {
    -o-object-fit: cover;
       object-fit: cover;
    height: 80vh;
  }
  .home-banner-section .slick-prev {
    left: 40px;
    z-index: 99;
  }
  .home-banner-section .slick-next {
    left: 115px;
    z-index: 99;
  }
  .home-banner-section .container {
    top: 40%;
  }
  .why-choose .container-width {
    width: 90%;
    margin: 50px 60px;
  }
  .home-aboutus {
    background-position: bottom;
  }
  .home-aboutus .banner-count {
    margin-bottom: 25px;
  }
  .testimonial-section .slick-prev {
    left: 83%;
  }
  .testimonial-section .slick-next {
    right: 100px;
  }
  .testimonial-section .google-img {
    margin-left: 120px;
  }
  .home-product-service .card:hover .image-overlay::before {
    width: 90%;
  }
  footer .footer-top-content h2 {
    font-size: 30px;
    line-height: 40px;
  }
  footer .footer-top-content p {
    margin-bottom: 20px;
  }
  footer .footer-top-content p br {
    display: none;
  }
  footer .footer-top-content .footer-top-bg::before {
    top: 0px;
    right: -50px;
  }
  footer .footer-top-content .footer-top-bg img {
    margin-top: -25px;
    width: 150%;
  }
  .our-features {
    padding-bottom: 35px;
  }
  .our-features .row-gap-20 {
    row-gap: 20px;
  }
  .our-features video {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
  .our-features .ply-btn {
    width: 10%;
    left: 44% !important;
    top: 40% !important;
  }
  .our-features .ceo-talk {
    margin-top: 20px;
  }
  .our-features .ceo-talk img {
    top: 10px;
    transform: rotate(6deg);
  }
  .our-features .ceo-talk svg {
    display: none;
  }
  header .is-fixed {
    position: fixed;
    gap: 370px;
    justify-content: unset !important;
    padding: 15px 48px;
  }
  header .nav-active {
    gap: 724px !important;
  }
  .our-journey .about-vector-img {
    width: 135%;
    margin-top: 210px;
  }
  .our-journey .count-animate {
    gap: 30px;
  }
  .our-features .row .col-xl-3:nth-child(2)::after {
    left: -50px;
  }
  .our-features .row .col-xl-3:nth-child(3)::after {
    left: -40px;
  }
  .insurance-advisory .first-img {
    display: none !important;
  }
  .insurance-advisory .container-width {
    width: 90%;
    margin: 40px 40px;
  }
  .insurance-coverage .count-animate .line::before {
    left: -30px;
  }
  .quality-points {
    padding: 100px 0px 20px;
  }
  .quality-points .box {
    width: 433px;
    height: 368px;
  }
  .quality-points .main-img {
    width: 100%;
    top: 47px;
    right: -55px;
  }
  .quality-points .row:not(:first-child) {
    margin-bottom: 80px !important;
  }
  .final-success .row-gap-20 {
    row-gap: 20px;
  }
  .final-success .row .col-xl-3:nth-child(odd) {
    margin-bottom: 0;
  }
  .final-success .row .col-xl-3:nth-child(even) {
    margin-top: 0;
  }
  .awards-section {
    padding: 70px 0px;
  }
  .services-process h1 {
    width: 45%;
  }
  .services-process .services-dtail-img {
    left: -50px;
  }
  .why-choose img {
    height: 50vh;
  }
  .faq-section {
    padding: 70px 0px;
  }
  .whychoose-finance {
    padding-bottom: 0;
  }
  .common-faq {
    padding: 50px 0px !important;
  }
  .trusted-team-logo {
    padding-bottom: 70px !important;
  }
  .emloyee-benifit {
    padding: 100px 0px;
  }
  .emloyee-benifit .card {
    padding: 30px;
  }
  .google-address .container .form-area {
    padding: 35px;
  }
  .google-address .container .form-area h3 {
    font-size: 30px;
  }
  .all-blog {
    padding: 70px 0px;
  }
  .home-blog img {
    width: 95%;
  }
  .career-detail-content .faq-bottom-content .talk-to {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .polieces {
    padding: 70px 0px 50px;
  }
  .contact-trusted-team-logo {
    padding-top: 290px !important;
  }
  .invesment-document {
    padding: 100px 0px;
  }
  .invesment-document .document-pdf {
    flex-wrap: wrap;
    gap: 20px !important;
  }
  .contact-address .contact-vector-img {
    width: 130%;
    right: 183px;
    z-index: -1;
  }
}
@media only screen and (max-width: 1024px) {
  html {
    scroll-padding-top: 140px;
    scroll-behavior: smooth;
  }
  .hamburger {
    display: block;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: column;
    gap: 10px !important;
  }
  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
    background-color: #fff !important;
  }
  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-6px) rotate(-43deg);
    background-color: #fff !important;
    width: 100% !important;
  }
  .nav-menu {
    position: fixed;
    left: -100%;
    top: 83px;
    gap: 0;
    flex-direction: column !important;
    background-color: #0c2172;
    width: 100%;
    transition: 0.3s;
    text-align: start;
    z-index: -9;
    padding: 15px 0px 30px 15px;
  }
  header .navbar .nav-menu ul {
    width: 96%;
  }
  header .navbar .nav-menu ul li:last-of-type {
    margin: 0;
  }
  header .navbar .nav-menu ul .dropdown .nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header .navbar .nav-menu ul .dropdown .wht-box {
    top: -13px;
    left: 0px;
    display: block;
    background-color: unset;
    box-shadow: none;
  }
  header .navbar .nav-menu ul .dropdown .wht-box::before {
    display: none;
  }
  header .navbar .nav-menu ul .dropdown .wht-box li {
    margin: 0;
  }
  header .navbar .nav-menu ul .dropdown .wht-box li:hover {
    background-color: unset;
  }
  header .navbar .nav-menu ul .dropdown .wht-box .icon {
    display: none;
  }
  header .navbar .nav-menu ul .dropdown .wht-box p {
    display: none;
  }
  header .navbar .nav-menu ul .dropdown .wht-box h5 {
    color: #fff;
  }
  header .navbar .nav-menu ul .dropdown .wht-box h5::before {
    content: "-";
    position: relative;
    left: -10px;
  }
  header .navbar .nav-menu ul .dropdown .wht-box h5::after {
    display: none;
  }
  header .nav-down {
    transform: none;
  }
  header .nav-up {
    transform: none;
    transition: none;
  }
  header .nav-active {
    background-color: #0C2172;
    padding: 20px 20px;
    position: fixed;
    width: 100%;
    left: 0;
  }
  .nav-active .logo {
    display: none;
  }
  .nav-active .mobile-logo {
    display: block !important;
    width: 90%;
  }
  .nav-active li {
    margin: 0px 0px 15px;
    list-style: none;
  }
  .nav-active li a {
    color: #fff !important;
  }
  .nav-active li p {
    color: #fff !important;
  }
  .nav-active .dropdown-menu {
    position: static !important;
    padding: 0 !important;
  }
  .nav-active .dropdown-menu.show {
    position: static !important;
    transform: translate3d(0px, 10px, 0px) !important;
    padding: 30px 0px 0px !important;
    border: none;
    background: transparent;
  }
  .nav-active .dropdown-menu.show .wht-box {
    border: none;
    background-color: #0c2172 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    flex-direction: column;
    left: 30px;
    gap: 20px !important;
    margin-bottom: 20px;
    display: block !important;
    box-shadow: none !important;
  }
  .nav-active .dropdown-menu.show .wht-box li {
    list-style: none;
  }
  .nav-active .dropdown-menu.show .wht-box li a {
    color: white !important;
  }
  .nav-active .dropdown-menu.show .wht-box li:hover {
    background-color: unset !important;
    border-radius: 0;
  }
  .nav-active .dropdown-menu.show .wht-box li:hover a {
    color: #0C2172;
  }
  .nav-active .dropdown-menu.show .wht-box:before {
    display: none;
  }
  .nav-active .dropdown-menu.show .wht-box .dropdown-menu {
    display: block !important;
  }
  .nav-active .dropdown-blogs {
    display: none;
  }
  .nav-active .social-icons {
    color: white !important;
    border-top: 1px solid white !important;
    width: 95%;
    padding-top: 25px;
    display: block !important;
  }
  .nav-active .dropdown-toggle::after {
    display: none;
  }
  .nav-active .nav-link.dropdown-toggle.show svg {
    transform: rotate(180deg) !important;
  }
  .nav-active .nav-link.dropdown-toggle.show svg path {
    stroke: #ffffff !important;
    fill: none !important;
  }
  .nav-active .mb-80 {
    margin-bottom: 80px;
  }
  .tab-bar {
    display: none;
  }
  .nav-menu.active {
    left: 0;
    align-items: start !important;
    background-color: #0c2172;
    z-index: -1;
    overflow: scroll;
    height: 100vh;
  }
  .nav-menu.active li {
    margin: 0px 0px 13px;
  }
  .nav-menu.active li a {
    color: #fff;
  }
  .nav-menu.active .nav-call-us {
    margin-top: 85px;
  }
  .slick-dots {
    display: block;
    bottom: -30px;
    z-index: 99;
    left: 0;
  }
  .slick-dots li {
    width: 13px;
  }
  .slick-dots li button::before {
    font-size: 20px;
    border: 1px solid #0C2172;
    border-radius: 50%;
    color: transparent;
    width: 15px;
    height: 15px;
    opacity: 1;
  }
  .slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: #0C2172;
    border: none;
  }
  .home-banner-section .slide-counter {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .container-width {
    width: 92%;
    margin: auto;
  }
  h5 {
    font-size: 16px;
    line-height: 22px;
  }
  h2 {
    font-size: 25px !important;
    line-height: 32px !important;
  }
  .social-icons {
    display: none !important;
  }
  header .navbar .nav-menu ul {
    width: 92%;
  }
  .slick-dots {
    display: block;
    bottom: -30px;
    z-index: 99;
    left: -75px;
  }
  .slick-dots li {
    width: 13px;
  }
  .slick-dots li button::before {
    font-size: 20px;
    border: 1px solid #0C2172;
    border-radius: 50%;
    color: transparent;
    width: 15px;
    height: 15px;
  }
  .slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: #0C2172;
    border: none;
  }
  header .is-fixed {
    gap: 95px;
  }
  header .nav-active {
    gap: 140px !important;
  }
  header .navbar {
    gap: 64px;
  }
  .home-banner-section .container {
    top: 30%;
  }
  .home-banner-section .container h1 {
    font-size: 36px;
    line-height: 42px;
  }
  .home-banner-section .container p {
    font-size: 16px;
    line-height: 22px;
  }
  .home-banner-section .container p br {
    display: none;
  }
  .home-banner-section .home-slideimg {
    -o-object-fit: cover;
       object-fit: cover;
    background-position: center;
    height: 100vh;
  }
  .home-banner-section .slick-arrow {
    display: none !important;
  }
  .home-banner-section .slick-dots {
    display: block;
    bottom: 18px;
    z-index: 99;
    left: -75px;
  }
  .home-banner-section .slick-dots li button::before {
    font-size: 20px;
    color: #fff;
  }
  .home-banner-section .slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: rgb(255, 255, 255);
  }
  .home-banner-section .home-callus {
    display: none;
  }
  .home-aboutus {
    padding: 50px 0px;
  }
  .home-aboutus h3 {
    font-size: 25px;
    line-height: 32px;
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .home-aboutus h3 br {
    display: none;
  }
  .home-aboutus .banner-count {
    flex-direction: column;
    align-items: baseline;
    gap: 25px;
    margin-bottom: 20px;
  }
  .home-product-service {
    padding: 50px 0px;
    overflow: hidden;
  }
  .home-product-service .card h4 {
    font-size: 20px;
    line-height: 32px;
  }
  .home-product-service .card:hover .image-overlay::before {
    width: 97%;
  }
  .home-product-service .slick-slide img {
    width: 97%;
  }
  .home-product-service:hover .arrow-animation::after {
    right: -5px !important;
    top: 4px !important;
    height: 15px !important;
    width: 15px !important;
  }
  .home-product-service:hover .image-overlay::before {
    width: 97% !important;
  }
  .why-choose {
    padding: 0px 0px 50px;
  }
  .why-choose h5 {
    margin-top: 50px;
  }
  .why-choose .container-width {
    width: 90%;
    margin: 0px 28px;
  }
  .why-choose img {
    height: 306px;
    width: 375px;
  }
  .why-choose .why-choose-points {
    flex-direction: column;
    gap: 25px;
    margin: 40px 0px 30px;
    align-items: flex-start !important;
  }
  .why-choose .why-choose-points h1 {
    display: none;
  }
  .why-choose .why-choose-points h6 {
    font-size: 18px;
    line-height: 22px;
  }
  .why-choose .why-choose-points h6 br {
    display: none;
  }
  .testimonial-section {
    overflow: hidden;
    padding: 50px 0px;
  }
  .testimonial-section h3 {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .testimonial-section .card .card-body p {
    margin-bottom: 40px;
  }
  .testimonial-section .quote-img {
    display: none;
  }
  .testimonial-section .slider-nav {
    margin-top: 100px;
  }
  .testimonial-section .slick-arrow {
    margin-top: 60px;
  }
  .testimonial-section .slick-next {
    left: 105px;
    top: -28%;
  }
  .testimonial-section .slick-prev {
    left: 45px;
    top: -28%;
  }
  .testimonial-section .slick-dots {
    left: -30px;
    bottom: -18px;
  }
  .trusted-team-logo {
    padding-bottom: 50px !important;
    overflow: hidden;
  }
  .trusted-team-logo .trusted-logo {
    flex-wrap: nowrap;
    gap: 30px;
    overflow: scroll;
    display: none;
  }
  .trusted-team-logo .client-logo-img {
    position: relative;
  }
  .trusted-team-logo .client-logo-img::before {
    content: "";
    background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0));
    position: absolute;
    left: 0;
    top: -30px;
    z-index: 9;
    width: 10%;
    height: 220%;
  }
  .trusted-team-logo .client-logo-img::after {
    content: "";
    background: linear-gradient(269deg, #ffffff, rgba(255, 255, 255, 0));
    position: absolute;
    right: 0;
    top: -30px;
    z-index: 9;
    width: 10%;
    height: 220%;
  }
  .trusted-team-logo .client-logo-img .looping-carousel {
    animation: LoopingCarousel-forward linear infinite;
    animation-play-state: running;
    gap: 20px;
  }
  .trusted-team-logo .client-logo-img .looping-carousel img {
    filter: grayscale(0);
    transition: filter 0.1s ease-in-out;
  }
  .trusted-team-logo .client-logo-img .looping-carousel img:hover {
    filter: grayscale(1);
  }
  .trusted-team-logo .client-logo-img .ani-hover-pause {
    overflow: hidden;
    gap: 115px;
    align-items: center;
  }
  .trusted-team-logo .client-logo-img .ani-hover-pause:hover .looping-carousel {
    animation-play-state: paused;
  }
  @keyframes LoopingCarousel-forward {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  .faq-section {
    padding: 50px 0px !important;
  }
  .faq-section .faq-heading {
    margin-bottom: 25px;
  }
  .faq-section .faq-bottom-content {
    margin-bottom: 30px;
  }
  .faq-section .faq-bottom-content a {
    font-size: 15px;
  }
  .faq-section .accordion .accordion-item .accordion-button::after {
    margin-top: -20px;
  }
  .common-faq .accordion {
    padding: 0;
  }
  .home-blog {
    overflow: hidden;
    padding: 0px 0px 50px;
  }
  .home-blog p {
    margin-bottom: 20px;
  }
  .home-blog .blog-card h6 {
    font-size: 14px;
    line-height: 22px;
  }
  .home-blog .blog-card h4 {
    font-size: 18px;
    line-height: 22px;
  }
  .home-blog .slick-dots {
    bottom: -45px;
    left: -124px;
  }
  .home-blog .items {
    margin: 0 12px;
  }
  footer {
    padding: 50px 0px 0px;
    overflow: hidden;
  }
  footer .footer-top-content::after {
    display: none;
  }
  footer .footer-top-content p {
    margin-bottom: 20px;
  }
  footer .left-side {
    margin-bottom: 20px;
  }
  footer .row-gap-20 {
    row-gap: 20px;
    padding: 0 !important;
  }
  footer .copyrights {
    margin-top: 35px;
    padding: 20px 0px 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
  }
  footer .footer-top-bg img {
    display: none;
  }
  footer .disclaimer {
    padding: 30px 0px;
  }
  footer .footer-top-content h6 {
    margin-bottom: 10px;
  }
  .our-journey {
    padding: 55px 0px;
  }
  .our-journey img {
    display: none;
  }
  .our-journey h2 {
    margin-bottom: 20px;
  }
  .our-journey .count-animate {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }
  .our-journey .count-animate p {
    margin-bottom: 0;
  }
  .our-features {
    padding: 55px 0px 30px;
  }
  .our-features .row-gap-20 {
    row-gap: 35px;
  }
  .our-features h4 {
    margin-top: 12px;
  }
  .our-features video {
    width: 315px;
    height: 238px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
  .our-features .ply-btn {
    width: 15%;
    left: 44% !important;
    top: 40% !important;
  }
  .our-features .ceo-talk img {
    top: 10px;
    transform: rotate(6deg);
  }
  .our-features .ceo-talk svg {
    display: none;
  }
  .our-features .ceo-talk h3 {
    font-size: 36px;
    line-height: 45px;
    letter-spacing: 2px;
    margin-bottom: 5px;
  }
  .our-team {
    padding: 50px 0px;
  }
  .our-team .row-gap-20 {
    row-gap: 0;
  }
  .our-team img {
    width: 300%;
  }
  .advisory-overview {
    padding: 50px 0px;
  }
  .advisory-overview .count-animate {
    margin-top: 50px;
    gap: 30px;
  }
  .advisory-overview .count-animate .col-lg-3::before {
    display: none;
  }
  .insurance-advisory .container-width {
    margin: 40px 0px 40px 30px;
    width: 85%;
  }
  .insurance-advisory .mobile-res {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .quality-points {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .quality-points .box {
    width: 315px;
    height: 241px;
  }
  .quality-points .main-img {
    width: 85%;
    top: 40px;
    right: 8px;
  }
  .quality-points .row:not(:first-child) {
    margin-bottom: 50px !important;
    row-gap: 65px;
  }
  .mutual-success {
    padding: 0px 0px 50px;
  }
  .final-success {
    padding: 50px 0px;
  }
  .final-success .row-gap-20 {
    row-gap: 30px;
  }
  .final-success .row-gap-20 .col-xl-3:nth-child(even) {
    margin: 0;
  }
  .final-success .row-gap-20 .col-xl-3:nth-child(odd) {
    margin: 0;
  }
  .final-success .card h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .final-success .enquiry-btn {
    flex-direction: column;
    align-items: flex-start !important;
    text-align: left !important;
    gap: 15px !important;
  }
  .invesment-document {
    padding: 50px 0px;
  }
  .invesment-document .document-part {
    padding: 0;
    border: none;
  }
  .invesment-document .document-part .document-pdf {
    flex-direction: column;
    gap: 15px !important;
    align-items: flex-start !important;
  }
  .invesment-document .document-part .document {
    padding: 35px 0;
    margin: 35px 0px;
  }
  .invesment-document a {
    font-size: 18px;
    line-height: 30px;
  }
  .invesment-document p {
    font-size: 16px;
    line-height: 22px;
  }
  .invesment-document p br {
    display: none;
  }
  .awards-section {
    padding: 50px 0px;
  }
  .contact-address {
    padding: 50px 0px;
  }
  .contact-address .row-gap-20 {
    row-gap: 20px;
  }
  .contact-address .contact-vector-img {
    margin-top: 0;
    width: 100%;
    right: 0;
    bottom: -54px;
  }
  .google-address {
    padding-bottom: 50px;
  }
  .google-address .container {
    position: unset;
  }
  .google-address .container .form-area {
    border-radius: 0;
    margin-left: -28px;
    width: 118%;
    padding: 50px 30px;
    margin-top: 0;
  }
  .contact-trusted-team-logo {
    padding-top: 50px;
  }
  .awards-section .row-gap-20 {
    row-gap: 30px;
  }
  .awards-section h4 {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 8px;
  }
  .enquiry-form {
    padding: 50px 0px !important;
  }
  .enquiry-form p {
    margin-bottom: 20px;
  }
  .enquiry-form .enquiry-vector {
    width: 100%;
    left: -8px;
    bottom: -53px;
  }
  .enquiry-form .form-area {
    margin-left: -29px;
    padding: 50px 30px;
    width: 117%;
    margin-bottom: 330px;
  }
  .faq-section .faq-sticky {
    display: none;
  }
  .faq-section .accordion .accordion-type {
    padding: 0px;
    border: none;
    margin-bottom: 30px;
  }
  .faq-section .accordion .accordion-type h4 {
    margin-bottom: 15px;
  }
  .faq-section .accordion .accordion-item button {
    font-size: 16px;
    padding: 15px 0px;
  }
  .faq-section .faq-content {
    padding-top: 30px !important;
  }
  .careers {
    padding: 50px 0px;
  }
  .careers .job-card {
    margin-top: 20px;
  }
  .careers .job-card .d-flex {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 15px;
    order: 1;
  }
  .careers .job-card p {
    order: 2;
  }
  .careers .job-card .btn-primary {
    order: 3;
    align-self: flex-start;
    margin-top: 10px;
  }
  .career-detail-content {
    padding: 100px 0px 50px;
  }
  .career-detail-content ul:last-of-type {
    margin-bottom: 30px;
  }
  .career-detail-content .box .talk-to {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .career-detail-content .job-form {
    padding: 0px 15px;
  }
  .emloyee-benifit {
    padding: 50px 0px;
  }
  .emloyee-benifit .row {
    row-gap: 30px;
  }
  .emloyee-benifit .row .col-lg-4:nth-child(2) {
    margin-bottom: 0;
  }
  .emloyee-benifit .card {
    padding: 30px;
  }
  .all-blog {
    padding: 65px 0px;
  }
  .all-blog .row-gap-20 {
    row-gap: 30px;
  }
  .all-blog .blog-card h4 {
    font-size: 20px;
    line-height: 28px;
  }
  .blogdeatail-banner {
    padding: 0px 0px 65px !important;
  }
  .blog-detail-content {
    margin-top: -90px;
    padding-bottom: 30px;
  }
  .services-quality-points {
    padding: 0;
  }
  .testimonial-section .google-img {
    margin-left: 0;
  }
  .our-highlights {
    padding: 50px 0px;
  }
  .our-highlights .row-gap-20 {
    row-gap: 20px;
  }
  .insurance-coverage {
    padding: 50px 0px !important;
  }
  .insurance-coverage h3 {
    font-size: 25px;
    line-height: 32px;
  }
  .insurance-coverage .count-animate {
    flex-direction: column;
    gap: 0px;
    align-items: baseline;
  }
  .insurance-coverage .count-animate span {
    font-size: 50px;
    line-height: 60px;
  }
  .insurance-coverage .count-animate .line::before {
    display: none;
    left: 0;
  }
  .insurance-coverage .box {
    margin-top: 30px;
  }
  .insurance-coverage .faq-bottom-content .talk-to {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .insurance-quality-points {
    padding: 50px 0px;
  }
  .insurance-quality-points .container::after {
    display: none;
  }
  .insurance-faq {
    padding: 50px 0px;
  }
  .services-process {
    padding: 50px 0px;
  }
  .services-process h1 {
    display: none;
  }
  .services-process p {
    margin-bottom: 20px;
  }
  .services-process .services-dtail-img {
    left: 0px;
    bottom: -285px;
    width: 100%;
  }
  .services-process .pos-sticky {
    margin-bottom: 20px;
  }
  .services-process .points h6 {
    margin-bottom: 8px;
  }
  .services-process .points h4 {
    margin-bottom: 10px;
  }
  .service-support {
    padding: 50px 0px;
    margin-top: 232px;
  }
  .service-support .form-area {
    margin-top: 30px;
  }
  .service-support .form-area h3 {
    font-size: 20px;
  }
  .whychoose-finance .row-gap-20 {
    row-gap: 25px;
  }
  .policy-banner {
    padding: 50px 0px !important;
  }
  .policy-banner h2 {
    font-size: 30px !important;
    line-height: 42px !important;
  }
  .polieces {
    padding: 50px 0px 30px;
  }
  .polieces h4 {
    font-size: 18px;
    line-height: 26px;
  }
  .polieces .faq-list-sticky {
    display: none;
  }
  .polieces .policies-content h4 {
    font-size: 18px;
    line-height: 26px;
  }
  .polieces .policies-content p {
    font-size: 14px;
    line-height: 26px;
  }
  .polieces .policies-content p:last-of-type {
    margin-bottom: 10px;
  }
  .error-page {
    padding: 70px 0px;
  }
  .mindzchatmodal {
    right: 7px;
  }
}/*# sourceMappingURL=style.css.map */