* {
  box-sizing: border-box;
}
.banner {
  width: 100%;
  background: rgb(255 252 241);
  padding: 70px;
}
.banner .heading {
  padding: 10px;
  font-size: 65px;
  color: #d59312;
  font-weight: bolder;
  line-height: 80px;
  text-align: center;
}
.banner .text {
  font-size: 22px;
  color: black;
  text-align: center;
  line-height: 40px;
  padding: 10px 170px;
}
.banner .btn_grp {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.banner .btn_grp .btn {
  padding: 10px 30px;
  background-color: #d59312;
  color: white;
  border-radius: 5px;
  border: 1px solid #ffaa00;
}
.banner .btn_grp .btn:hover {
  background-color: white;
  color: #d59312;
  border: 1px solid black;
  transition: 0.3s linear;
  cursor: pointer;
}
.banner .btn_grp .btn2 {
  padding: 10px 30px;
  background-color: white;
  color: black;
  border-radius: 5px;
  border: 1px solid black;
  text-decoration: none;
}
.banner .btn_grp .btn2:hover {
  background-color: black;
  color: white;
  border: 1px solid white;
  transition: 0.3s linear;
  cursor: pointer;
}
.fcsection {
  background: white;
  padding: 70px 20px;
}
.fcsection .content h2 {
  text-align: center;
  color: black;
  font-size: 42px;
  line-height: 30px;
  padding-bottom: 10px;
}
.fcsection .content p {
  text-align: center;
  font-size: 16px;
  padding-bottom: 10px;
}
.fcsection .blocks {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.fcsection .blocks .card {
  border: 1px solid rgb(217, 217, 217);
  margin-bottom: 25px;
  border-radius: 10px;
  box-shadow: 0 0 15px #e2e2e2;
}
.fcsection .blocks .card .card_image {
  position: relative;
  overflow: hidden;
  background-color: #d0d0ce;
  border-radius: 4px;
}
.fcsection .blocks .card .card_image > span {
  background-color: #d59312;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 10px;
  z-index: 10;
  padding: 10px 25px;
}
.fcsection .blocks .card .card_image img {
  width: 100%;
  border-radius: 4px;
  transform: scale(1);
  transition: opacity 500ms ease, transform 500ms ease,
    -webkit-transform 500ms ease;
}
.fcsection .blocks .card .card_content {
  padding: 10px 20px;
}
.fcsection .blocks .card .card_content .tags {
  display: flex;
  justify-content: space-between;
}
.fcsection .blocks .card .card_content .tags span {
  background-color: #eaeaea;
  color: black;
  padding: 5px 20px;
  border-radius: 10px;
}
.fcsection .blocks .card .card_content h3 {
  font-size: 23px;
  font-weight: 600;
  color: black;
  line-height: 30px;
}
.fcsection .blocks .card .card_content p {
  font-size: 18px;
  color: #9e9e9e;
  line-height: 20px;
  padding-top: 15px;
}
.fcsection .blocks .card .card_content .rating {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 10px 0;
}
.fcsection .blocks .card .card_content .rating img {
  border-radius: 100%;
  width: 50px;
  height: auto;
}
.fcsection .blocks .card .card_content .rating .rating_details {
  padding: 5px;
  display: flex;
  flex-direction: column;
}
.fcsection .blocks .card .card_content .rating .rating_details span {
  color: black;
}
.fcsection .blocks .card .card_content .rating .rating_details .star_rating i {
  color: #d59312;
}
.fcsection
  .blocks
  .card
  .card_content
  .rating
  .rating_details
  .star_rating
  span {
  color: #9e9e9e;
}
.fcsection .blocks .card .card_content .pricing_details {
  display: flex;
  gap: 15px;
}
.fcsection .blocks .card .card_content .pricing_details .price {
  font-size: 20px;
  color: black;
  font-weight: 600;
}
.fcsection .blocks .card .card_content .pricing_details .price_strike {
  font-size: 15px;
  color: #9e9e9e;
  text-decoration: line-through;
  font-weight: 600;
}
.fcsection .blocks .card .card_content .btn_card {
  width: 100%;
  background-color: #d59312;
  display: block;
  text-align: center;
  font-size: 18px;
  color: white;
  padding: 10px 0;
  margin-top: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
  text-decoration: none;
}
.fcsection .blocks .card .card_content .btn_card:hover {
  background-color: white;
  color: #d59312;
  cursor: pointer;
  transition: 0.5s linear;
  border: 1px solid #d59312;
}
.wcsection {
  background: whitesmoke;
  padding: 70px 20px;
  padding-bottom: 20px;
}
.wcsection .content h2 {
  text-align: center;
  color: black;
  font-size: 42px;
  line-height: 45px;
  padding-bottom: 10px;
}
.wcsection .content p {
  text-align: center;
  font-size: 16px;
  padding-bottom: 10px;
  line-height: 25px;
}
.wcsection .cards {
  margin: 30px 0;
  align-items: center;
}
.wcsection .cards .card {
  background: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  box-shadow: 0 0 15px #e2e2e2;
}
.wcsection .cards .card .image_icon {
  background: #fff4cf;
  padding: 10px;
  border-radius: 100%;
}
.wcsection .cards .card .content {
  padding: 10px;
}
.wcsection .cards .card .content h5 {
  font-size: 20px;
  font-weight: bolder;
  line-height: 20px;
  word-spacing: 0.5px;
  letter-spacing: 1px;
  color: black;
}
.wcsection .cards .card .content p {
  font-size: 18px;
  line-height: 24px;
  color: #9e9e9e;
}
.wcsection .cards .btndiv {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
}
.wcsection .cards .button {
  background-color: #d59312;
  padding: 10px 40px;
  color: white;
  text-decoration: none;
  font-size: 18px;
  border-radius: 5px;
}
.wcsection .cards .button:hover {
  background-color: white;
  color: #d59312;
  border: 1px solid #d59312;
  transition: 0.5s linear;
  cursor: pointer;
}
.testimonial {
  background: white;
  padding: 70px 20px;
}
.testimonial .content h2 {
  text-align: center;
  color: black;
  font-size: 42px;
  line-height: 45px;
  padding-bottom: 10px;
}
.testimonial .content p {
  text-align: center;
  font-size: 16px;
  padding-bottom: 10px;
  line-height: 25px;
}
.testimonial .card_test {
  margin: 30px 0;
  align-items: center;
}
.testimonial .card_test .card {
  background: white;
  display: flex;
  flex-direction: column;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  box-shadow: 0 0 15px #e2e2e2;
}
.testimonial .card_test .card .star-rating {
  margin: 10px 0;
}
.testimonial .card_test .card .star-rating i {
  color: #d59312;
  font-size: 18px;
  padding: 0 5px 10px 0;
}
.testimonial .card_test .card p {
  color: black;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
}
.testimonial .card_test .card .info {
  display: flex;
  gap: 10px;
  align-items: center;
}
.testimonial .card_test .card .info img {
  border-radius: 100%;
  object-fit: cover;
}
.testimonial .card_test .card .info .personal_info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.testimonial .card_test .card .info .personal_info p {
  color: black;
  font-size: 14px;
  line-height: 0;
  margin: 0;
}
.testimonial .card_test .card .info .personal_info span {
  font-size: 12px;
  color: gray;
  margin: 0;
}
.banner2{
  width: 100%;
  background: #050967;
  padding: 45px 150px;
}
.banner2 .wrapper .innerwrapper{
  display: flex;
  align-items: center;
}
.banner2 .wrapper .content{
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  color: white;
}
.banner2 .wrapper .content h1{
  font-size: 70px;
  line-height: 70px;
}
.banner2 .wrapper .content h1 span{
  background: linear-gradient(90deg,#ffcc00,#ff4d4d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner2 .wrapper .content p{
  color: white;
  font-size: 26px;
  padding-top: 25px;
}
.banner2 .wrapper .content .btn_grp2{
  display: flex;
  padding-top: 25px;
  align-items: center;
  gap: 20px;
}
.banner2 .wrapper .content .btn_grp2 a{
  padding: 15px 32px;
  background: #d59312;
  color: white;
  text-decoration: none;
  font-size: 18px;
  border-radius: 15px;
}
.banner2 .wrapper .content .btn_grp2 .btn_white{
  background: white;
  color: #d59312;
  border: 1px solid #d59312;
}
.banner2 .wrapper .content .btn_grp2 a:hover{
  cursor: pointer;
  background: white;
  color: #d59312;
  border: 1px solid #d59312;
  transition: 0.5s linear;
}
.banner2 .wrapper .content .btn_grp2 .btn_white:hover{
  background: #d59312;
  color: white;
  border: none;
}
.video_section {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video_section img {
  max-width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
}

.video_badge {
  position: absolute;
  top: -10px;
  right: 0px;
  background: #d59312;
  color: #fff;
  padding: 5px 15px;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 500;
}
.banner2 .wrapper .card{
  background: rgba(255, 255, 255, 0.15);
  margin: 40px 0;
  height: 170px;
  width: 100%;
  padding: 20px 20px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.banner2 .wrapper .card .heading{
  color: #d59312;
  font-size: 40px;
  font-weight: bolder;
}
.banner2 .wrapper .card .text{
      font-size: 18px;
    font-weight: 400;
}
.card.hei{
  min-height: 370px;
}
.wcsection.two{
  background-color: white;
  padding: 70px 105px 20px;
}
.pricing{
  background: whitesmoke;
  padding: 50px 70px;
}
.pricing .main-heading{
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 0 30px;
  margin-bottom: 50px;
}
.pricing .main-heading h2{
  font-size: 48px;
  line-height: 48px;
      margin-bottom: 20px;
    font-weight: bolder;
}
.pricing .main-heading p{
  font-size: 20px;
  line-height: 20px;
}
.pricing .wrapper{
  background: white;
  padding: 20px;
  box-shadow: 0 0 20px rgb(0, 0, 0,0.33);
  position: relative;
  border-radius: 20px;
}
.pricing .wrapper .headings .tag{
      position: absolute;
    top: 0;
    right: 0;
    background: #d59312;
    color: white;
    padding: 5px 20px;
    font-size: 17px;
    border-top-right-radius: 13px;
    border-bottom-left-radius: 10px;
}
.pricing .wrapper .headings .content{
  display: flex;
  flex-direction: column;
  text-align: center;
}
.pricing .wrapper .headings .content h3{
  font-size: 40px;
  line-height: 40px;
  color: #d59312;
}
.pricing .wrapper .headings .content p{
  font-size: 20px;
    letter-spacing: 0.1rem;
    line-height: 20px;
    margin: 5px;
}
.pricing .wrapper .headings .content h2{
  color: black;
  font-size: 45px;
  line-height: 45px;
  font-weight: bolder;
}
.pricing .wrapper .headings .content h2 span{
  font-size: 22px;
  color: gray;
  font-weight: 100;
}
.pricing .wrapper .points{
  margin: 20px 0;
}

.pricing .wrapper .points ul {
  padding-left: 20px;
}
.pricing .wrapper .points ul li {
  font-size: 18px;
  padding: 6px 0 6px 28px;
  position: relative;
  list-style: none;
}
.pricing .wrapper .points ul li::before {
  content: "✔";
  color: #d59312;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pricing .wrapper .btn-div2{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
}
.pricing .wrapper .btn-div2 .btn3{
      background: #d59312;
    color: white;
    font-size: 16px;
    padding: 10px 30px;
    border-radius: 5px;
    text-decoration: none;
}
.pricing .wrapper .btn-div2 .btn3:hover{
  background: white;
  color: #d59312;
  border: 1px solid #d59312;
  cursor: pointer;
  transition: 0.5s linear;
}
.pricing p{
  text-align: center;
  margin: 30px 0;
  font-size: 18px;
}
.pricing .satis-guar{
    background: white;
    margin-top: 50px;
    padding: 20px 30px;
    box-shadow: 0 0 20px rgb(0, 0, 0, 0.33);
    position: relative;
    border-radius: 20px;
}
.pricing .satis-guar .headings h4{
  font-size: 28px;
  line-height: 28px;
}
.pricing .satis-guar .headings p{
  text-align: left;
  margin: 5px 0;
  font-size: 18px;
  line-height: 23px;
}
.pricing .satis-guar .headings .card{
  background: #eaeaea5e;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.pricing .satis-guar .headings .card .image-card{
  height: 55px;
  width: 55px;
  border-radius: 100%;
  background: #fff4cf;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pricing .satis-guar .headings .card h5{
  font-size: 22px;
  line-height: 22px;
  margin: 10px 0;
}
.pricing .satis-guar .headings .card p{
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
.testimonial .card_test .card i{
  font-size: 32px;
  color: #d59312;
  margin-bottom: 25px;
}
.testimonial .card_test .bottom-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.testimonial .card_test .bottom-content p{
  font-size: 22px;
}
.testimonial .card_test .bottom-content .star-rating{
  display: flex;
  flex-direction: row;
}
.testimonial .card_test .bottom-content .star-rating i{
  color: #d59312;
  padding: 0 5px;
}
.testimonial .card_test .bottom-content .star-rating p{
  font-size: 14px;
  padding-left: 14px;
}
.sec2{
      padding: 70px 50px;
}
.demo{
  padding: 50px 70px;
  background: whitesmoke;
}
.demo .wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
}
.demo .wrapper .heading{
  padding: 0 30px;
  margin-bottom: 35px;
}
.demo .wrapper .heading h2{
  font-size: 38px;
  line-height: 38px;
  margin-bottom: 20px;
}
.demo .wrapper .heading p{
      font-size: 19px;
    line-height: 24px;
    text-align: justify;
}
.demo .wrapper .sub-heading{
  margin-bottom: 35px;
}
.demo .wrapper .sub-heading h3{
  font-size: 28px;
  line-height: 28px;
}
.demo .wrapper .sub-heading ul li{
    font-size: 18px;
    padding: 6px 0 6px 28px;
    position: relative;
    list-style: none;
    margin-left: 15px;
}
.demo .wrapper .sub-heading ul .headingli{
  font-size: 28px;
  font-weight: 600;
  line-height: 28px;
  margin-left: -10px;
}
.demo .wrapper .sub-heading ul .headingli::before{
  content: none;
}
.demo .wrapper .sub-heading ul li::before{
      content: "✔";
    color: white;
    font-size: 18px;
    height: 25px;
    width: 25px;
    background-color: #d59312;
    border-radius: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.demo .wrapper .sub-sub-heading{
  margin-left: 25px;
  background-color: #fff4cf;
  padding: 10px 15px;
  border-radius: 10px;
}
.demo .wrapper .sub-sub-heading h4{
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 10px;
}
.demo .wrapper .sub-sub-heading p{
  font-size: 16px;
  line-height: 20px;
}
.demo .wrapper .form{
  background-color: white;
  box-shadow: 0 0 20px rgb(0, 0, 0,0.33);
  border-radius: 20px;
}
.demo .wrapper .form .heading{
  background-color: #fff4cf;
  padding: 10px 20px;
  width: 100%;
  margin-bottom: 10px;
}
.demo .wrapper .form .heading h3{
  font-size: 30px;
  line-height: 30px;
}
.demo .wrapper .form .heading p{
  font-size: 18px;
  line-height: 20px;
   color: #8a8383;
}
.demo .wrapper .form .fields{
  padding: 10px 20px;
  padding-bottom: 30px;
}
.demo .wrapper .form .fields .form-fields{
  padding: 0 10px;
  margin-bottom: 20px;
}
.demo .wrapper .form .fields .form-fields p{
  font-size: 14px;
  margin-bottom: 5px;
}
.demo .wrapper .form .fields .form-fields input{
  width: 100%;
  border: 1px solid lightgray;
  height: 35px;
  padding: 10px;
  border-radius: 10px;
}
.demo .wrapper .form .fields .form-fields select{
  width: 100%;
  height: 45px;
  border: 1px solid lightgray;
  padding: 10px;
}
.demo .wrapper .form .fields .form-fields .check{
  width: 7%;
  height: 15px;
  padding: 0 10px 0 0;
}
.demo .wrapper .form .fields .form-fields .check-label{
  padding: 0 10px 0 0;
  margin-top: -10px;
}
.demo .wrapper .form .fields .form-fields textarea{
  width: 100%;
  border: 1px solid lightgray;
}
.demo .wrapper .form .fields .terms-condition{
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
}
.demo .wrapper .form .fields .terms-condition input{
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.demo .wrapper .form .fields .btn-div{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
}
.demo .wrapper .form .fields .btn-div .request-demo{
  width: 100%;
  padding: 10px 20px;
  border: none;
  background: #d59312;
  color: white;
  font-size: 18px;
  border-radius: 10px;
}
.demo .wrapper .form .fields .btn-div .request-demo:hover{
  cursor: pointer;
  background: white;
  color: #d59312;
  border: 1px solid #d59312;
  transition: 0.5s linear;
}
.demo .wrapper .form .fields .disclaimer{
  font-size: 15px;
  line-height: 15px;
  color: #aaaaaa;
}
.custom{
  background: white;
}
.custom .content h2{
        text-align: center;
    color: black;
    font-size: 42px;
    line-height: 45px;
    padding-bottom: 10px;
}
.custom .content p{
  text-align: center;
    font-size: 16px;
    padding-bottom: 10px;
    line-height: 25px;
}

@media (max-width: 1250px){
  .banner2 .wrapper .content .btn_grp2{
    gap: 0;
    justify-content: space-between;
  }
} 
@media (max-width: 992px) {
  .banner .heading {
    font-size: 45px;
    line-height: 60px;
  }
  .banner .text {
    font-size: 18px;
    padding: 10px 50px;
    line-height: 30px;
  }
  .banner .btn_grp {
    flex-direction: column;
  }
  .banner2 .wrapper .content h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .banner2 .wrapper .content p {
    color: white;
    font-size: 15px;
    padding-top: 9px;
  }
      .banner2 .wrapper .content .btn_grp2 {
        gap: 10px;
        justify-content: center;
    }
    .banner2 .wrapper .content .btn_grp2 a {
      font-size: 15px;
    }
}
@media (max-width: 576px) {
  .banner {
    padding: 40px 20px;
  }
  .banner .heading {
    font-size: 32px;
    line-height: 45px;
  }
  .banner .text {
    font-size: 16px;
    padding: 10px 20px;
    line-height: 28px;
  }
  .banner .btn_grp .btn,
  .banner .btn_grp .btn2 {
    width: 100%;
    text-align: center;
  }
  .fcsection {
    padding: 40px 20px;
  }
  .fcsection .content h2 {
    line-height: 40px;
  }
  .fcsection .blocks .card .card_content .tags {
    gap: 10px;
    text-align: center;
  }
  .fcsection .blocks .card .card_content .tags span {
    padding: 5px 10px;
    font-size: 12px;
  }
  .fcsection
    .blocks
    .card
    .card_content
    .rating
    .rating_details
    .star_rating
    .ratingDe {
    display: flex;
    flex-direction: column;
  }
  .fcsection .blocks .card .card_content p {
    font-size: 14px;
  }
  .banner2 .wrapper .innerwrapper{
    flex-direction: column;
  }
  .banner2 {
        padding: 30px 40px;
  }
  .banner2 .wrapper .content .btn_grp2 a {
    
    padding: 10px 10px;
    font-size: 11px;
    margin-bottom: 25px;
  }
  .video_badge {
    font-size: 10px;
  }
  .banner2 .wrapper .card {
        margin: 25px 0;
            height: 100px;
                padding: 11px 11px;

  }
  .banner2 .wrapper .card .heading {
        font-size: 30px;
  }
  .banner2 .wrapper .card .text {
    font-size: 14px;
  }
  .wcsection.two {
    padding: 20px 30px 20px;
}
.pricing{
  padding: 40px 20px;
}
.pricing .satis-guar .headings .card h5{
  font-size: 30px;
    line-height: 38px;
}
.pricing .main-heading p {
    font-size: 17px;
    line-height: 25px;
}
.pricing .wrapper{
  padding: 15px;
}
.pricing .wrapper .headings .content h3 {
      font-size: 34px;
      line-height: 34px;
}
.pricing .wrapper .headings .content p {
      font-size: 16px;
      margin: 10px;
}
.pricing .satis-guar .headings .card {
  margin-bottom: 25px;
}
.pricing .satis-guar .headings h4 {
    font-size: 25px;
    line-height: 28px;
}
.pricing .main-heading h2{
  font-size: 34px;
  line-height: 34px;
}
.sec2{
  padding: 50px 20px;
}
.demo .wrapper {
  flex-direction: column;
}
.demo {
  padding: 50px 10px;
}
.demo .wrapper .form{
  margin-top: 25px;
}

}
