* {
  margin: 0;
  box-sizing: border-box;
  text-decoration: none !important;
  outline: none;
}

body {
  font-family: "Montserrat", sans-serif !important;
}

.overlay-f {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.zoom {
  animation: zoom-animation 1s infinite;
}

@keyframes zoom-animation {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }
}

/* -------------------Vibrate-------------------- */
#phone-icon {
  display: inline-block;
  animation: vibrate 0.2s infinite;
}

@keyframes vibrate {

  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(5deg);
  }

  50% {
    transform: rotate(-5deg);
  }

  75% {
    transform: rotate(5deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

/* ------------------------------Header----------------------------- */

.header-sec {
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: #f7f7f7;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 4px,
    rgba(0, 0, 0, 0.12) 0px 0px 0px;
}

.header-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-cta-mobile {
  display: none;
}

.header-cta-mobile a {
  display: inline-block;
  background-color: #0a6ea0;
  padding: 7px 8px 4px 10px;
  border-radius: 10px;
  border: 2px solid transparent;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  transition: .5s ease all;
}

.header-cta-mobile a:hover {
  background-color: #05569f;
  color: #fff;
  border: 2px solid transparent;
}

.header-cta-mobile i {
  margin-right: 4px;
}

.logo-custom {
  width: 200px;
  height: auto;
}

.header-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0a6ea0;
  border-radius: 8px;
  padding: 6px 10px;
  transition: .5s ease all;
}

.header-cta:hover {
  background-color: #05569f;
  color: #fff;
}

.left-call img {
  width: 30px;
}

.call-text {
  margin-left: 10px;
}

.call-text h5 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}

.call-text p {
  font-size: 13px;
  color: #fff;
  margin-bottom: 0;
}

/* --------------------------Hero-sec----------------------------------- */

.main-sec {
  background-image: url("https://d199mx6k5tpiax.cloudfront.net/20250116T060227-609-6398.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding: 60px 0 50px 0;
}

.hero-list .first-hero {
  display: flex;
  align-items: center;
  padding: 12px 0;
}

.hero-list .first-hero .h-icn img {
  width: 36px;
  height: auto;
  background: white;
  border-radius: 12px;
}

.hero-list {
  padding-top: 5px;
}

.hero-list-title {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}

.hero-list li {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  padding: 6px 0;
  position: relative;
}

.hero-list ul li::before {
  content: "";
  background-image: url("https://d199mx6k5tpiax.cloudfront.net/20250116T060616-609-2889.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: -21px;
  top: 8px;
  transform: translate(-50%);
  height: 20px;
  width: 20px;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.left-hero-img .sub-head {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.left-hero-img .sub-head span {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #ffee00;
}

.left-hero-img h1 {
  font-weight: 700;
  color: #fff;
  font-size: 56px;
}

.left-hero-img h1 .bg-span {
  font-weight: 800;
  color: #ffee00;
}

.left-hero-img p {
  font-size: 20px;
  color: #fff;
  padding-top: 10px;
}

.left-hero-img p span {
  color: #ffee00;
  font-weight: 700;
  text-decoration: 1px solid #ffee00 underline !important;
  text-underline-offset: 5px;
}


.qulify-cont {
  margin-top: 20px;
}

.qulify-cont {
  text-align: center;
}

.qulify-cont a {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  padding: 10px 16px;
  border-radius: 6px;
  transition: .5s ease all;
  background-color: #fe691e;
}

.qulify-cont a:hover {
  color: #fff;
}

/* =============================================================================== */

.step-main {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.shadowBox {
  background: #fff;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 10px;
  position: relative;
}

.shadowBox .formHead {
  background-color: #f3f3f3;
  border-radius: 8px 8px 0 0;
  padding: 16px;
  margin: -20px -20px 20px;
  color: #000;
  text-align: center;
}

/* ====================================Full-Form-============================= */

.form-head {
  font-size: 15px;
  font-weight: 600;
  color: #000;
  line-height: 1.5;
  margin-bottom: 0
}

.form-head span {
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
}

.step-1-content {
  padding: 40px 0 15px 0;
}

.opt-flx {
  width: 100%;
}

.mini-err {
  color: red;
  font-size: 14px !important;
  padding-left: 6px;
}

.step-1-content .option-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.option-btn .bt-50 {
  width: 40%;
}

.option-btn .btn-custom {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  background-color: #268a3b;
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 6px 12px;
  margin: 0 10px;
  transition: .5s ease all;
}

.option-btn .btn-custom:hover {
  background-color: #FF4601;
  color: #fff;
  border: 2px solid transparent;
}

.step-1-content p {
  font-size: 22px;
  color: #1B4E82 !important;
  font-weight: 700 !important;
  text-align: center !important;
  padding-top: 0 !important;
}

.option-bt .fmx:focus {
  box-shadow: none !important;
}

.option-bt .fmx option {
  color: #000 !important;
}

.bt-100 {
  width: 100% !important;
}

.bt2 {
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
}

.bt2 .cont-btn {
  width: 100%;
  background-color: #268a3b;
  padding: 8px 16px !important;
  border-radius: 6px;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin: 15px 0 10px 0;
  transition: .5s ease all;
}

.bt2 .cont-btn:hover {
  background-color: #1B4E82;
  color: #fff;
}

.bt2 .cont-btn:focus {
  box-shadow: none !important;
  border-color: none !important;
}

.back-arrow {
  padding-top: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.back-arrow .back-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 15px;
  border: none !important;
}

.back-arrow .back-btn:hover {
  color: #1B4E82;
}

.back-arrow .back-btn:focus {
  box-shadow: none !important;
  border-color: none !important;
}

.back-arrow .back-btn i {
  margin-right: 6px;
  font-size: 15px;
}

.sbmt-btn {
  background-color: #FF2C00 !important;
  padding: 8px 16px !important;
  border-radius: 6px !important;
  font-size: 18px !important;
  color: #fff !important;
  font-weight: 600 !important;
  margin: 15px 0 10px 0 !important;
  transition: .5s ease all !important;
  border-color: transparent !important;
}

.sbmt-btn:hover {
  background-color: #1B4E82 !important;
  color: #fff !important;
  border-color: transparent !important;
}

.sbmt-btn:focus {
  box-shadow: none !important;
  border-color: none !important;
}

.fm-cust {
  font-size: 15px !important;
}

.fm-cust:focus {
  border-color: #000 !important;
  box-shadow: none !important;
}

.fm-selex:focus {
  box-shadow: none !important;
  border-color: black !important;
}

.mobile-in2 {
  position: relative;
}

.mobile-in2 .num2 {
  position: absolute;
  top: 0;
  left: 2px;
  border-radius: 6px 0px 0px 6px;
  padding: 8px 0px 8px 5px;
  background-color: transparent;
  color: #666;
  font-size: 15px;
}

.mobile-in2 input {
  padding-left: 24px !important;
}

/* =========================== */

.form-head-common h4 {
  font-weight: 700;
  color: #000 !important;
  text-align: center;
  font-size: 20px;
  padding-top: 8px;
  margin-bottom: 0;
}

.progress-main {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 15px 0 0 0;
}

.progress-main .bar1,
.progress-main .bar2,
.progress-main .bar3,
.progress-main .bar4 {
  background-color: #dedede;
  height: 5px;
  width: 20%;
}

.progress-main .bar-active {
  background-color: #16bfe6;
}

/* --------------Thank-mess----------------- */

.thank-box {
  min-height: 300px;
  width: 90%;
  margin: 0 auto;

}

.thank-box .first-tnx {
  text-align: center;
  padding: 30px 18px 20px 18px;
  background-color: #1B4E82;
  border-radius: 12px 12px 0 0;
}

.thank-box .first-tnx i {
  text-align: center;
  color: #fff !important;
  font-size: 44px;
}

.thank-box .first-tnx h3 {
  margin: 20px 0 0 0;
  font-size: 26px;
  font-weight: 700;
  color: #fff !important;
}

.thank-box .second-tnx h4 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #000 !important;
  margin: 10px 0 10px 0;
}

.thank-box .second-tnx {
  text-align: center;
  padding: 30px 20px;
  border-radius: 0 0 12px 12px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.thank-box .second-tnx h4 {
  font-size: 17px;
  text-align: center;
  color: #000 !important;
  margin: 10px 0 18 0;
}

.second-tnx a {
  display: inline-flex;
  align-items: center;
}

.second-tnx i {
  margin-right: 6px;
}

.line-container {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.line {
  width: 30%;
  border-top: 1px solid #b1b1b1;
  margin: 0 10px;
}

.thank-cta {
  padding-top: 20px;
}

.thank-cta a {
  background: #0a6ea0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 10px 20px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  word-break: keep-all;
}

.thank-cta a:hover {
  background: #023468;
  color: #fff;
}

.thank-cta i {
  margin-right: 8px;
  font-size: 18px;
}

.thank-cta .tnx-p {
  font-size: 17px;
  font-weight: 500;
  color: #000 !important;
  padding-top: 10px;
}


/* ----------------------------------Partner-sec------------------------- */

.partner-sec {
  padding: 60px 0;
}

.partner-head h2 {
  font-weight: 800;
  color: #000;
  line-height: 44px;
}

.partner-head h2 span {
  font-weight: 800;
  background-color: #ffe5af;
  padding: 3px 6px;
}

.partner-head-par p {
  line-height: 28px;
  color: #000;
}

.partner-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 30px 0 0 0;
}

.partner-box .partner-star {
  width: 100px;
  margin-top: 10px;
}


/* ----------------------------------Offer-sec------------------------- */

.offer-sec {
  padding: 45px 0;
}

.offer-head p {
  font-weight: 700;
  color: #000;
}

.offer-head h2 {
  font-weight: 800;
  color: #000;
  line-height: 44px;
}

.offer-head h2 span {
  font-weight: 800;
  background-color: #ffe5af;
  padding: 3px 6px;
}

.offer-head-par p {
  line-height: 28px;
  color: #000;
}

.offer-cta-btn a {
  display: inline-block;
  padding: 12px 18px;
  background-color: #0a6ea0;
  color: #fff;
  border-radius: 6px;
  font-weight: 600;
  font-size: 16px;
  margin: 10px 0 10px 0;
  text-transform: uppercase;
  transition: .5s ease all;
}

.offer-cta-btn a:hover {
  background-color: #05569f;
  color: #fff;
}

.offer-main {
  margin: 40px 0 0 0;
}

.offer-box {
  padding: 20px 15px;
  border-radius: 8px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin: 10px 0;
}

.offer-box .offer-img {
  width: 80px;
}

.offer-box h4 {
  font-size: 18px;
  font-weight: 700;
  padding-top: 20px;
  margin-bottom: 0;
}

.offer-arrow i {
  font-size: 18px;
  margin-top: 16px;
}

.offer-cta-btn p {
  font-weight: 600 !important;
  font-size: 17px !important;
  margin-bottom: 0;
}

/* --------------------------Control-cta-sec-------------------------- */

.control-cta-sec {
  background-image: url("https://d199mx6k5tpiax.cloudfront.net/20250116T070941-609-1483.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding: 60px 0 60px 0;
}

.control-mini {
  font-weight: 700;
  color: #10e4d3;
}

.control-cta-sec-head h2 {
  font-weight: 800;
  color: #fff;
  margin-bottom: 0;
}


.control-cta-sec-head .control-par {
  color: #fff;
  font-weight: 500;
  padding-top: 20px;
}


.control-cta-btn a {
  display: inline-block;
  padding: 12px 18px;
  background-color: #0a6ea0;
  color: #fff;
  border-radius: 6px;
  font-weight: 600;
  font-size: 16px;
  margin: 28px 0 10px 0;
  text-transform: uppercase;
  transition: .5s ease all;
}

.control-cta-btn a:hover {
  background-color: #05569f;
  color: #fff;
}




/* -------------------------------Work-sec--------------------------- */

.work-sec {
  padding: 60px 0 40px 0;
}

.work-sec-head {
  text-align: center;
}

.work-sec-head h2 {
  font-weight: 800;
  color: #000;
  margin-bottom: 0;
}

.work-main {
  margin: 25px 0 0 0;
}

.work-card {
  background-color: #aac5cc;
  min-height: 270px;
  position: relative;
  margin: 16px 0;
  border-radius: 6px;
  transition: .5s ease all;
}

.work-card:hover {
  background-color: #aac5cc;
  color: #0B3E64;
  transform: translate(0, -10px);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.work-card:hover .work-bottom p {
  background-color: #efefef;
  color: #0B3E64;
}

.work-card .work-top {
  padding: 40px 15px;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  min-height: 265px;
}

.work-card .work-icon {
  text-align: center;
}

.work-card .work-icon img {
  width: 60px;
  height: auto;
}

.work-card .work-title h4 {
  font-weight: 700;
  font-size: 22px;
  color: #0B3E64;
  text-align: center;
  padding-top: 15px;
  margin-bottom: 0;
}

.work-card .work-title p {
  font-weight: 500;
  margin-bottom: 0;
  text-align: center;
  padding-top: 15px;
  color: #0B3E64;
}

.work-bottom p {
  background-color: #efefef;
  padding: 10px 10px;
  text-align: center;
  font-weight: 700;
  color: #0B3E64;
  text-transform: uppercase;
  transition: background-color 0.5s ease, color 0.5s ease;
}

/* -----------------------------------------Need-sec---------------------------------------- */

.need-sec {
  background-color: #0c3e64;
  padding: 40px 0;
}

.need-main {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.need-img img {
  width: 40px;
  height: auto;
}

.need-text h2 {
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 16px 0;
  margin-bottom: 0;
}

.need-text p {
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}

.need-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 18px;
}

.need-link a {
  display: inline-block;
  padding: 12px 18px;
  background-color: #fff;
  color: #0a6ea0;
  border-radius: 6px;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  transition: .5s ease all;
}

.need-link a:hover {
  background-color: #05569f;
  color: #fff;
}

.need-link span {
  font-weight: 800;
  color: #000;
}


/* --------------------------cta-sec-------------------------- */

.cta-sec {
  background-image: url("https://d199mx6k5tpiax.cloudfront.net/20250116T084459-609-2125.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding: 60px 0 60px 0;
}

/* .cta-sec-head p {
  display: inline-block;
  color: #000;
  background-color: #fff;
  border-radius: 25px;
  padding: 12px 20px;
  font-weight: 700;

} */

.cta-sec-head h2 {
  font-weight: 800;
  color: #fff;
  margin-top: 12px;
  margin-bottom: 0;
}

.cta-btn {
  padding-top: 20px;
}

.cta-btn a {
  display: inline-block;
  padding: 12px 18px;
  background-color: #0a6ea0;
  color: #fff;
  border-radius: 6px;
  font-weight: 600;
  font-size: 16px;
  margin: 10px 0 0 0;
  text-transform: uppercase;
  transition: .5s ease all;
}

.cta-btn a:hover {
  background-color: #05569f;
  color: #fff;
}



/* --------------------------------Review-sec--------------------------- */

.review-sec {
  width: 100%;
  padding: 60px 0;
  background-color: #fff;
}

.review-sec-head {
  position: relative;
  padding-left: 30px;
}

.review-sec-head::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 3px;
  background-color: #7fb1c7;
}

.sub-head-review {
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 0;
}

.review-sec-head h2 {
  font-weight: 800;
  color: #000;
  margin-bottom: 0;
}

.review-sec-head .review-par {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  padding-top: 12px;
}

.review-content-main {
  padding: 30px 0 0 0;
}

.review-content {
  padding: 0 10px;
}

.testimonial-content {
  background-color: #fff;
  padding: 15px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  min-height: 235px;
  border: 1px solid rgb(172, 172, 172);
  position: relative;
}

.testimonial-content:after {
  content: '';
  position: absolute;
  bottom: -12px;
  right: 30px;
  transform: translateX(-50%);
  height: 0;
  width: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #d7d7d7;
  /* Gray border for the triangle */
}

.testimonial-content .quote-img {
  position: absolute;
  top: 0;
  right: 0;
}

.test-first .pr-main {
  display: flex;
  align-items: center;
}

.star-rightside {
  margin-left: 10px;
}

.star-rightside img {
  width: 60px;
  height: auto;
}

.test-first .testimonial-title {
  font-size: 24px;
  font-weight: 600;
  color: #023468;
  text-align: center;
}

.test-first .description {
  font-size: 14px;
  color: #000;
  padding-top: 12px;
  margin-bottom: 0;
}

.pr-name h5 {
  font-weight: 700;
  color: #000;
  text-align: right;
  padding-right: 15px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #023468 !important;
}

.owl-theme .owl-nav {
  display: flex;
  position: absolute;
  top: -100px;
  right: 20px;
  margin-top: 0 !important;
}

.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
  height: 30px;
  width: 30px;
  font-size: 35px !important;
  background-color: #19528A !important;
  color: #fff !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
}

.owl-theme .owl-nav .owl-prev span,
.owl-theme .owl-nav .owl-next span {
  height: 30px !important;
  display: flex !important;
  align-items: end !important;
  margin-top: 17px !important;
}



/* -------------------------------Footer-------------------------------- */

.ftr-color {
  background-color: #fff !important;
}

.ftr-color .footer-left p,
.ftr-color .footer-right p {
  color: #3f3f3f !important;
  font-weight: 500 !important;
}

.ftr-color .footer-right a {
  color: #3f3f3f !important;
  text-decoration: 1px solid transparent underline !important;
  text-underline-offset: 5px;
  transition: .5s ease all;
}

.ftr-color .footer-right a:hover {
  color: #000 !important;
  text-decoration: 1px solid #000 underline !important;
  text-underline-offset: 5px;
}

.footer-main {
  background-color: #f7f7f7;
  padding: 15px 0;
}

.ftr-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-left p,
.footer-right p {
  color: #333;
  font-size: 14px;
  margin-bottom: 0;
  text-align: center;
}

.footer-main a {
  color: #333;
  transition: 0.5s ease all;
  text-decoration: 1px solid transparent underline !important;
}

.footer-main a:hover {
  color: #000;
  text-decoration: 1px solid #000 underline !important;
}



/* =======================================Terms & Conditions======================================== */

.tc-bg {
  background-color: #e9e9e9;
  position: relative;
  height: 290px;
}

.bg-content {
  padding: 70px 0 50px 0;
}

.bg-content h1 {
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
}

.figure-css-tc {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  z-index: 1;
}

.figure-css-tc {
  fill: #fff !important;
}

.tc-content-main {
  padding: 30px 0 10px 0;
}

.tc-content-main .for-line {
  font-weight: 600;
  text-decoration: 2px solid black underline !important;
  text-underline-offset: 5px;
}

.tc-content-main h5 {
  font-weight: 600;
  font-size: 18px;
}

.tc-content-main ul li span {
  font-weight: 500;
}

.tc-disc p {
  font-size: 11px;
  margin-bottom: 0;
  color: #000;
  text-align: justify;
  padding: 40px 0 30px 0;
}

.tc-disc p span {
  color: #05569f;
  font-weight: 600;
  font-size: 12px;
}

.header-partners img{
  height: 36px;
}

.trusted-container{
  display: flex;
  justify-self: flex-end;
}

/* ---------------------------------- */

@media (min-width:320px) and (max-width:430px) {

  .sub-head-text{
    font-size: 32px;
  }

  .option-btn .btn-custom {
    font-size: 18px;
    margin: 0 4px;
    padding: 6px 28px;
  }

  .step-cta-bt {
    font-size: 18px;
    padding: 6px 30px;
    margin: 20px 0;
  }


  .option-bt {
    width: 85%;
  }

  .submit-btn .submit-but {
    font-size: 18px;
  }

  .option-bt-100 .btn-custom {
    width: 100%;
    font-size: 17px;
  }

  .step-main {
    margin-top: 25px;
  }

  .step-1 p {
    font-size: 22px !important;
  }



}

@media (min-width:320px) and (max-width:450px) {
  .option-bt .fm-selex {
    font-size: 16px !important;
  }

}

@media (min-width:320px) and (max-width:475px) {
  .option-btn .bt-50 {
    width: 100%;
  }

  .left-hero-img h1 {
    font-size: 36px;
  }

}


@media (min-width:320px) and (max-width:575px) {
  .logo-custom {
    width: 200px;
  }

     .header-cta {
       display: none;
     }
  
     .header-cta-mobile {
       display: block !important;
     }

  .rate-left {
    border-right: none;
    margin-bottom: 12px;
  }

  .flx-csm {
    flex-direction: column-reverse;
  }

  .girl-cta-sec {
    padding: 30px 0;
  }

  .offer-cta-btn {
    text-align: center;
  }
  .control-cta-btn {
    text-align: center;
  }

  .partner-sec {
    padding: 50px 0 0 0;
  }

  .offer-sec {
    padding: 45px 0 30px 0;
  }
}


@media (min-width:320px) and (max-width:767px) {

  .trusted_banner span.logo{
    left: 50% !important;
    right: auto !important;
    bottom: 30px !important;
    transform: translate(-50%, -10%);
  }

  .partner-head h2,
  .offer-head h2 {
    line-height: 36px;
  }

  .partner-box {
    margin: 30px 0 20px 0;
  }

  .submit-btn {
    text-align: center;
  }

  .first-logo {
    width: 50%;
    margin: 12px 0;
    text-align: center;
  }

  .ftr-main {
    flex-direction: column;
    gap: 10px;
  }

  .work-card .work-top {
    min-height: 235px;
  }

  .testimonial-content {
    min-height: 170px;
  }

  .cta-sec {
    padding: 45px 0 60px 0;
  }
  .cta-sec-head h2 {
    margin-top: 23px;
  }
  .cta-btn a {
    margin: 17px 0 0 0;
  }

  .trusted_banner {
    padding-bottom: 105px;
  }
}

@media (min-width:320px) and (max-width:379px) {

  .cta-row {
    padding-bottom: 0px;
  }

  .left-hero-img {
    min-height: 280px;
  }

  .hero-list ul {
    padding-left: 16px;
  }

  .hero-list ul li {
    font-size: 15px;
  }

  .cust-main .cust-text p {
    font-size: 16px;
  }

  .cta-sec-head p {
    font-size: 14px;
  }
}




@media (min-width:768px) and (max-width:991px) {

  .tab-w100 {
    width: 100% !important;
  }

  .step-main,
  .thank-box {
    width: 80% !important;

  }

}




@media (min-width:1024px) and (max-width:1199px) {

  .testimonial-content {
    min-height: 290px;
  }
}

@media (min-width:992px) {
  .cta-img svg {
    height: 200px;
    width: 200px;
  }
}

@media (min-width:320px) and (max-width:991px) {

  .step-main,
  .thank-box {
    width: 100%;
  }

  .partner-head-par p {
    padding-top: 20px;
  }

  .hide-991 {
    display: none;
  }

  .hero-list {
    margin: 20px;
  }

  .right-logo-main {
    margin: 20px 0 0 0;
  }

  .logo-partner {
    flex-wrap: wrap;
  }

  .reserv-right {
    margin-top: 30px;
  }

  .reserv-right p {
    text-align: center;
  }

  .footer-above {
    padding: 50px 0 20px 0;
  }

  .cta-img svg {
    height: 140px;
    width: 100px;
  }

  .control-cta-sec {
    background-position: right;
  }

  .cta-btn {
    text-align: center;
  }


  .rw-cust {
    flex-direction: row;
    justify-content: center;
    padding: 10px 0 70px 0;
  }

  .owl-theme .owl-nav {
    display: flex;
    position: static;
    justify-content: center;
    margin-bottom: 15px;
  }

}


.loader {
  width: 48px;
  height: 48px;
  border: 5px solid #FFF;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  animation: pulse 1s linear infinite;
}

.loader:after {
  content: '';
  position: absolute;
  width: 48px;
  height: 48px;
  border: 5px solid #FFF;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: scaleUp 1s linear infinite;
}

@keyframes scaleUp {
  0% {
    transform: translate(-50%, -50%) scale(0)
  }

  60%,
  100% {
    transform: translate(-50%, -50%) scale(1)
  }
}

@keyframes pulse {

  0%,
  60%,
  100% {
    transform: scale(1)
  }

  80% {
    transform: scale(1.2)
  }
}

.header-partners{
  margin-top: 24px;
}

.cta-main-section-div{
  margin-top: 20px;
}
.header-partners .partner-box{
  margin: 0px;
}
.trusted-container .left-hero-img{
  min-height: fit-content;
}

.trusted_banner{
  position: relative;
}

.trusted_banner span.logo{
  width: auto;
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.trusted_banner span.logo img{
  width: auto;
  height: 48px;
}

.trusted_footer span{
  width: auto;
  float: right;
}

.trusted_footer span img{
  width: auto;
  height: 20px;
}

.trusted_footer p{
  width: auto;
  float: left;
  margin-right: 15px;
}