* {
  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);
  }
}

/* ------------------------------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 a {
  display: inline-block;
  background-color: #e96f1b;
  padding: 8px 16px;
  border-radius: 10px;
  border: 2px solid transparent;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  margin: 0 0 0 8px;
  transition: .5s ease all;
}

.header-cta a:hover {
  background-color: transparent;
  color: #0b3b66;
  border: 2px solid #0b3b66;
}

.header-cta i {
  margin-right: 4px;
}


.header-cta-mobile a {
  display: inline-block;
  background-color: #e96f1b;
  padding: 8px 10px 6px 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: transparent;
  color: #000;
  border: 2px solid #000;
}

.header-cta-mobile i {
  margin-right: 4px;
}

.logo-custom {
  width: 200px;
  height: auto;
}


/* --------------------------Hero-sec----------------------------------- */

.main-sec {
  background-image: url("https://d199mx6k5tpiax.cloudfront.net/20250110T093030-609-5724.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding: 60px 0 90px 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: 20px;
}

.hero-list li {
  color: #000;
  font-weight: 600;
  font-size: 20px;
  padding: 6px 0;
  position: relative;
}

.hero-list ul li::before {
  content: "";
  background-image: url("https://d199mx6k5tpiax.cloudfront.net/20250110T093502-609-8566.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: -21px;
  top: 11px;
  transform: translate(-50%);
  height: 20px;
  width: 20px;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.left-hero-img h1 {
  font-weight: 600;
  color: #000;
  font-size: 48px;
  text-transform: uppercase;
}

.left-hero-img h1 .bg-span {
  display: inline-block;
  font-weight: 800;
  color: #ff4601;
}

.left-hero-img h1 span {
  font-weight: 800;
}

/* =============================================================================== */

.step-main {
  width: 80%;
  margin: 0 auto;
}

.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: #1B4E82;
  border-radius: 8px 8px 0 0;
  padding: 16px;
  margin: -20px -20px 20px;
  color: #fff;
  text-align: center;
}

/* ====================================Full-Form-============================= */

.form-head {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 0
}

.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: #284C78;
  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: #FF2C00;
  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: 22px;
}

.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: #22a725;
}

/* --------------Thank-mess----------------- */

.thank-box {
  min-height: 300px;
  width: 80%;
  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: 32px;
  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: #ffbc51;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 10px 20px;
  color: #210933;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  word-break: keep-all;
}

.thank-cta a:hover {
  background: #210933;
  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;
}


/* -------------------------------Work-sec--------------------------- */

.work-sec {
  padding: 60px 0 40px 0;
}

.work-sec-head {
  text-align: center;
}

.work-sec-head h2 {
  font-weight: 800;
  color: #000;
  font-size: 50px;
  display: inline-block;
  position: relative;
}

.work-sec-head h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 16px;
  background-image: url("https://d199mx6k5tpiax.cloudfront.net/20250110T060821-609-6517.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.work-main {
  margin: 90px 0 0 0;
}

.work-card {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  background-color: #efefef;
  padding: 40px 14px 10px 14px;
  min-height: 170px;
  position: relative;
  margin: 30px 0;
  border-radius: 6px;
}

.work-card .work-icon {
  position: absolute;
  left: 50%;
  top: -32px;
  transform: translateX(-50%);
}

.work-card .work-icon img {
  width: 70px;
  height: auto;
}

.work-card .work-title h4 {
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  padding-top: 15px;
}

.work-card .work-title p {
  font-weight: 500;
  margin-bottom: 0;
  text-align: center;
}


/* ---------------------------Service-sec---------------------------- */

.service-sec {
  width: 100%;
  position: relative;
  padding: 40px 0 20px 0;
}

.service-sec-head h2 {
  font-weight: 800;
  color: #023468;
  text-transform: uppercase;
  font-size: 50px;
  text-align: center;
}

.service-sec-head .sub-p {
  font-weight: 600;
  text-align: center;
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
}

.service-sec-head p {
  color: #000;
  text-align: center;
  font-weight: 500;
}

.service-main {
  margin: 50px 0 20px 0;
}

.service-main .first-card {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background-color: #eff3f7;
  margin: 20px 0;
}

.service-main .first-card h4 {
  font-weight: 700;
  font-size: 24px;
  color: #023468;
}

.service-main .first-card p {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  padding-top: 16px;
}

.first-card .left-text {
  width: 50%;
  padding: 15px 15px 15px 30px;
}

.first-card .right-img {
  width: 50%;
}

.first-card .right-img img {
  width: 100%;
  border-radius: 0 12px 12px 0;
  min-height: 285px;
  object-fit: cover;

}

.reverse {
  flex-direction: row-reverse;
}

.reverse .right-img img {
  width: 100%;
  border-radius: 12px 0 0 12px;
}

/* ---------------------------------Customer-sec----------------------------- */

.customer-sec {
  padding: 60px 0;
  background-color: #eff3f7;
}

.customer-left h2 {
  color: #000;
  font-weight: 800;
}

.customer-left .sub-title {
  color: #023468;
  font-weight: 600;
  margin-bottom: 12px;
  position: relative;
  display: inline-block;
}

.customer-left .sub-title::after {
  content: '';
  position: absolute;
  top: 10px;
  right: -47px;
  background-color: #ff4601;
  height: 3px;
  width: 40px;
}

.cust-row {
  padding-top: 30px;
  justify-content: center;
}

.cust-main {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 10px 5px;
  margin: 10px 0;
  border-radius: 6px;
}

.cust-main .cust-logo img {
  width: 60px;
  height: 60px;
}

.cust-main .cust-text p {
  font-weight: 700;
  color: #023468;
  font-size: 18px;
  margin-bottom: 0;
  margin-left: 10px;
}

.customer-right p {
  padding-top: 10px;
}

/* --------------------------cta-sec-------------------------- */

.cta-sec {
  background-image: url("https://d199mx6k5tpiax.cloudfront.net/20250110T101346-609-4569.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding: 60px 0 60px 0;
}

.cta-img img {
  width: 100%;
  padding-right: 25px;
}

.cta-sec-head h2 {
  font-size: 44px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: center;
}


.cta-sec-head p {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  padding-top: 12px;
  text-align: center;
}

.cta-btn {
  text-align: center;
}

.cta-btn a {
  display: inline-block;
  padding: 15px 20px;
  background-color: #ff4601;
  color: #fff;
  border-radius: 6px;
  font-weight: 600;
  font-size: 18px;
  transition: .5s ease all;
}

.cta-btn a:hover {
  background-color: #023468;
  color: #fff;
}



/* --------------------------------Review-sec--------------------------- */

.review-sec {
  width: 100%;
  padding: 60px 0;
  background-color: #EFF3F7;
}

.review-sec-head h2 {
  font-size: 44px;
  font-weight: 800;
  color: #023468;
  margin-bottom: 0;
  text-align: center;
}

.review-sec-head p {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  padding-top: 12px;
  text-align: center;
}

.review-content-main {
  padding: 30px 0 0 0;
}

.review-content {
  padding: 0 10px;
}

.testimonial-content {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  padding: 15px 20px;
  border-radius: 10px;
  margin-bottom: 12px;
  min-height: 255px;
}

.test-first .pr-main {
  display: flex;
  align-items: center;
}

.star-rightside {
  margin-left: 10px;
}

.star-rightside i {
  color: #fff;
  background: #00b67a;
  padding: 4px 3px;
  margin: 0 1px 4px 1px;
  font-size: 10px;
}

.star-rightside .gry {
  background-color: #cbcbcb;
  color: gray;
}

.test-first .testimonial-title {
  font-size: 24px;
  font-weight: 600;
  color: #023468;
  text-align: center;
}

.owl-carousel .owl-item img {
  width: 55px !important;
  height: auto;
  border: 2px solid #023468;
  border-radius: 50%;
}

.test-first .description {
  font-size: 14px;
  color: #000;
  padding-top: 8px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #023468 !important;
}



/* -------------------------------Footer-------------------------------- */

.ftr-color {
  background-color: #023468 !important;
}

.ftr-color .footer-left p,
.ftr-color .footer-right p {
  color: #bbbbbb !important;
}

.ftr-color .footer-right a {
  color: #bbbbbb !important;
  text-decoration: 1px solid transparent underline !important;
  text-underline-offset: 5px;
  transition: .5s ease all;
}

.ftr-color .footer-right a:hover {
  color: #fff !important;
  text-decoration: 1px solid #fff 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;
}






/* ---------------------------------- */

@media (min-width:320px) and (max-width:430px) {

  .header-cta {
    display: none;
  }

  .header-cta-mobile {
    display: block !important;
  }

  .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: 160px;
  }

  .rate-left {
    border-right: none;
    margin-bottom: 12px;
  }

  .flx-csm {
    flex-direction: column-reverse;
  }

  .girl-cta-sec {
    padding: 30px 0;
  }
}


@media (min-width:320px) and (max-width:767px) {

  .submit-btn {
    text-align: center;
  }

  .first-logo {
    width: 50%;
    margin: 12px 0;
    text-align: center;
  }

  .ftr-main {
    flex-direction: column;
    gap: 10px;
  }

  .work-sec-head h2,
  .service-sec h2,
  .customer-content h2 {
    font-size: 34px;
  }


  .cta-curve img {
    height: 55px;
  }

  .first-card {
    flex-direction: column;
  }

  .first-card .right-img img {
    max-height: 225px;
    min-height: auto;
    border-radius: 0 0 12px 12px;
  }

  .first-card .left-text,
  .first-card .right-img {
    width: 100%;
  }

  .work-main {
    margin: 60px 0 0 0;
  }

}

@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: 16px;
  }

  .cust-main .cust-text p {
    font-size: 16px;
  }
}




@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: 430px;
  }
}

@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%;
  }

  .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;
  }

  .cta-sec-head h2 {
    font-size: 34px;
    text-align: center;
  }

  .cta-btn {
    text-align: center;
  }


  .rw-cust {
    flex-direction: row;
    justify-content: center;
    padding: 10px 0 70px 0;
  }

}


.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)
  }
}