h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

.home_1 {
    padding-top: 120px;
    position: relative;
    background: linear-gradient(to bottom, #e9eefb, #fff);
}



/*
.home_1::before {
    content: "";
    background-color: #000;
    position: absolute;
    content: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
} */

.home_1 ul.service-list li {
    width: auto;
    padding: 11px 17px;
    border-radius: 30px;
    border: 1px solid #22243d;
}

.home_1 ul.service-list li a {
    text-decoration: none;
    color: #22243d;
    font-size: 18px;
}

.home_1 .home-form {
  width: 100%;
  margin-left: auto;
  position: relative;
  max-width: 95%;
}

.home_1 .home-form .rowin {
  padding: 0 15px;
}
.home_1 .home-form .col-6 {
  width: 50%;
}
.home_1 .home-form .row {
  display: flex;
}

.home_1 .home-form a {
    text-decoration: none;
}

.home_1 p {
    margin-bottom: 22px;
    line-height: 1.6;
    font-size: 16px;
    color: #22243d;
}

.home_1 h1 {
    font-size: 37px;
    color: #22243d;
    font-weight: 500;
    margin-top: 0px;
    line-height: 1.3;
    margin-bottom: 16px;
}

.home_1 h1 span {
    color: #4949e9;
    font-weight: 600;
    position: relative;
}

.home_1 h1 span::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../img/border.png);
    background-size: cover;
    height: 30%;
    opacity: 0.7;
}

.home_1 .btn {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    background: #dcf343;
    border: 1px solid #dcf343;
    color: #22243d;
    text-decoration: none;
    padding: 6px 7px 5px 12px;
    border-radius: 41px;
    font-size: 16px;
    transition: 0.5s;
    position: relative;
}

.home_1 .form-btn {
    margin-top: 15px;
}

.home_1 .btn:hover {
    background-color: #22243d;
    color: #fff;
}

.home_1 form a {
    text-decoration: none;
}

.home_1 form .btn {
    border: 1px solid #dcf343;
    color: #fff;
    background-color: #22243d;
    border: 1px solid#22243d;
    cursor: pointer;
}



.home_1 form .btn:hover {
    background-color: #dcf343;

    color: #22243d;
    border: 1px solid#dcf343;
}

.home_1 .home-form span.title {
  font-size: 18px;
  display: block;
  margin-bottom: 20px;
}
.home_1 form #upload {
    height: 120px;
}

.form__privacy [type="checkbox"] {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    appearance: none;
}

.form__privacy [type="checkbox"] {
    position: relative;
    width: 17px;
    height: 15px;
    cursor: pointer;
}

.form__privacy [type="checkbox"]::before,
.form__privacy [type="checkbox"]::after {
    position: absolute;
    display: block;
    content: "";
}

.form__privacy [type="checkbox"]::before {
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    border: 2px solid #4949e9;
    border-radius: 3px;
}

.home_1 .home-form form .form__privacy label {
    margin-left: 17px;
    font-size: 16px;
    position: relative;
}

.form__privacy [type="checkbox"]::after {
  top: 5px;
  left: 5px;
  width: 8px;
  height: 4px;
  border-bottom: 3px solid #4949e9;
  border-left: 3px solid #4949e9;
  transform: rotate(-45deg);
  transition: opacity 0.3s;
  opacity: 0;
}

.form__privacy [type="checkbox"]:checked::after {
    opacity: 1;
}

.home_1 .home-form span.title {
    font-size: 19px;
    display: block;
    margin-bottom: 12px;
}

.home_1 .btn.whatsapp-btn {
    border: 1px solid #22243d;
    color: #fff;
    background: #22243d;
}

.home_1 .home-form .form-top {
    margin-bottom: 25px;
    gap: 20px;
    align-items: center;
    padding: 20px;
    background: #22243d;
    border-radius: 10px;
}

.home_1 .home-form .form-top span.title {
    color: #fff;
    margin-bottom: 0px;
    font-size: 18px;
}

/* .home_1 .btn.whatsapp-btn:hover {
    background-color: transparent;
    color: #22243d;
} */

.home_1 .home-form p.or {
    margin-bottom: 10px;
    position: relative;
    text-align: center !important;
    color: #22243d75;
}

.home_1 .home-form form label {
  color: #22243d;
  font-size: 15px;
  font-weight: 500;
}

.home_1 .home-form p.or::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    border-top: 1px solid #22243d4f;
    width: 47%;
}

.home_1 .home-form p.or::after {
    content: "";
    position: absolute;
    top: 13px;
    right: 0;
    border-top: 1px solid #22243d4f;
    width: 47%;
}

.home_1 form .form-filed {
    gap: 10px;
}

.home_1 form .form-filed .form-group {
    width: 50%;
}

.home_1 form #fileList {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.home_1 form #fileList li {
    background-color: #fff;
    border-radius: 4px;
    padding: 5px;
    position: relative;
    font-size: 14px;
    font-weight: 300;
}

/* .home_1 form #fileList li::after {
    content: "";
    position: absolute;
    right: auto;
    top: 0;
    background-image: url(../img/cross.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
} */

.text-muted {
    color: #757575 !important;
}

.home_1 form input {
    width: 100%;
    outline: none;
    padding: 13px 12px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #d2daf4;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    position: relative;
}
.home_1 .home-form .col-8 {
  width: 66.66%;
}

.home_1 .home-form .col-4 {
  width: 33.33%;
}

.home_1 .home-form .col-12{width: 100%;}

.home_1 form select {
    width: 100%;
    outline: none;
    padding: 13px 12px;
    border-radius: 4px 0px 4px 4px;
    background: #fff;
    border: 1px solid #d2daf4;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    position: relative;
    border-right: 0;

    font-size: 13px;
    color: #333;
}

.home_1 form .phone-number input {
    border-radius: 4px 4px 4px 0px;
    border-left: 0;
}

.home_1 .home-form {
    border-radius: 14px;
    padding: 20px 20px 15px 20px;
    background: #e9eefb;
    /* border: 1px solid #4949E9;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); */
    position: relative;
    margin-top: 20px;
    overflow: hidden;
    z-index: 1;
    box-shadow: 1.3707px 0.68535px 15.7631px rgb(213, 219, 235);
    border: 0.7px solid rgba(34, 36, 61, 0.09);
}

/* .home_1 form::before {
    content: "SCORA";
    position: absolute;

    font-size: 100px;
    top: 50%;



    opacity: 0.5;


} */

.home_1 form::before {
    content: "";
    position: absolute;

    right: -180px;
    bottom: 0;
    width: 300px;
    height: 300px;
    border-radius: 100%;
    background-color: #fff;
    opacity: 0.5;
}

.home_1 form .whatsapp-cta {
    background: #22243d;
    border-bottom: 10px;

    margin-bottom: 20px;
}

/* .home_1 form::before {
    content: "";
    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../img/bg-logo.png);
    opacity: 0.5;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    top: 68%;
    opacity: 0.2;
} */

.home_1 .form-grid.d-flex {
    gap: 12px;
}

.home_1 form .form-group {
    margin-bottom: 16px;
}

.home_1 .client-review-section {
    margin-top: 35px;
}

.home_1 .client-review-section ul {
    margin-bottom: 30px;
}

.home_1 .client-review-section ul li:nth-child(2) {
    margin-left: -20px;
}

.home_1 .client-review-section ul li img {
  height: 70px;
  width: 70px;
  max-width: 70px;
}


.home_1 .client-review-section ul li:nth-child(3) {
    margin-left: -20px;
}

.home_1 .client-review-section span {
    font-size: 20px;
    margin-left: 18px;
    font-weight: 600;
    color: #22243d;
}

.home_1 .client-review-section .owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.home_1 .client-review-section .owl-nav button.owl-prev {
    left: 0;
}

.home_1 .client-review-section .owl-nav button.owl-next {
    right: 0;
}

.home_1 .client-review-section .owl-dots {
    text-align: center;
    padding-top: 15px;
}

.home_1 .client-review-section .owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
}

.home_1 .client-review-section .owl-dots button.owl-dot.active {
    background-color: #000;
}

.home_1 .client-review-section .owl-dots button.owl-dot:focus {
    outline: none;
}

.home_1 .client-review-section .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.home_1 .client-review-section .owl-nav button:focus {
    outline: none;
}

.home_1 .client-review-section .owl-item {
    height: auto !important;

    display: flex;
}

.home_1 .client-review-section .item p {
    font-size: 16px;
    margin-bottom: 17px;
    line-height: 1.6;
}

.home_1 .client-review-section .item {
    position: relative;
}

.home_1 .client-review-section .item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/left-quote.png);
    width: 50px;
    height: 50px;
    background-size: cover;
    opacity: 0.5;
}

.home_1 .client-review-section .item span {
    font-size: 16px;
    text-align: end;
    display: block;
}
.testimonials .owl-carousel .owl-stage-outer {
  margin-bottom: 20px;
  padding-top: 60px;
  display: inline-grid;
  padding-bottom: 85px;
}
.home_1 .home-left {
    margin-right: 20px;
}

.home_1 .review-slider {
    /* padding: 20px;
    background: #ABC3FF1F;
    border-radius: 50px 50px 0px 0px; */
    margin-top: 30px;
}

.upload-container {
    width: 100%;
    padding: 20px;
    border: 1px dashed #22243d;
    border-radius: 8px;
    text-align: center;
    background-color: #ffffff;
    height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    align-items: center;
}

.upload-container.dragover {
    border-color: #28a745;
    background-color: #e6ffe6;
}

.upload-container p {
    margin: 0;

    color: #3333337d;
}

.upload-container input[type="file"] {
    display: none;
}

/* .upload-btn {
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 1rem;
    color: #fff;
    background-color: #007bff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.upload-btn:hover {
    background-color: #0056b3;
} */

.home_2 {
    padding-top: 60px;
    padding-bottom: 80px;
    background-color: #abc3ff1f;
    background-image: url(../img/home-bg.png);
    position: relative;

    top: 0;

    z-index: 10;
}

.heading {
    max-width: 1000px;
    margin-bottom: 50px;
}

.heading span {
    display: block;
    font-size: 22px;
    font-weight: 500;
}

.heading p {
    font-size: 16px;
    line-height: 1.5;
    color: #22243d;
}

.heading h2 {
    font-size: 35px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.4;
    font-weight: 500;
    color: #22243d;
}

.heading h2 span {
    position: relative;
    font-size: 35px;
    font-weight: 600;
    display: inline;
    color: #4949e9;
}

.heading h2 span::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../img/border.png);
    background-size: cover;
    height: 30%;
    opacity: 0.7;
}

.col-md-4 {
    width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
}

.home_2 .heading h2 {
    max-width: 100%;
}

.home_2 .service-box {
    position: relative;
    margin-bottom: 70px;
}

.home_2 .service-box .service-content {
    position: absolute;
    top: 30px;
    left: 40px;
}

.home_2 .service-box .service-content h3 {
    font-size: 27px;
    color: #22243d;
    font-weight: 500;
    margin-bottom: 8px;
}

.home_2 .service-content ul li {
    margin-bottom: 5px;
    font-size: 17px;
}

.home_2 .service-box p {
    position: absolute;
    bottom: 40px;
    right: 80px;
    width: 50%;
    font-size: 17px;
    text-align: left;
    line-height: 1.4;
}

.home_2 .service-box .arrow-btn {
    position: absolute;
    bottom: 30px;
    left: 70px;
}

.home_2 .service-box .svg-btn {
    position: absolute;
    bottom: 0;
    right: 60px;
}

.home_2 .service-boxes {
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #abc3ff;
    box-shadow: 0px 4px 10px rgba(195, 188, 188, 0.2);
    position: relative;
    cursor: pointer;
    margin-bottom: 30px;
    transition: 0.5s;
}
.home_2 .service-boxes img{width: 100%;}
.home_2 .service-boxes a {
  position: absolute;
  bottom: 5px;
  width: 46px;
  right: 5px;
  z-index: 9;
}

.home_2 .service-boxes a img {
  height: 46px !important;
  width: 46px;
}


.home_2 .service-boxes.box3 {
    background-color: #dcf343;
    border: 1px solid #dcf343;
    margin-top: 0;
    height: 92%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.home_2 .service-boxes.box5 {
    background-color: #4949e9;
    background-color: #4949e9;
    height: 405px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.home_2 .service-boxes.box5 h3 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 12px;
}

.home_2 .service-boxes.box3 h3 {
    color: #4949e9;
    font-size: 40px;
    margin-bottom: 12px;
}

.home_2 .service-boxes.box3 p {
    color: #4949e9;
}

.home_2 .service-boxes.box5 p {
    color: #fff;
}

.service-list a {
  text-decoration: navajowhite;
  color: unset;
}
/* p{font-weight: 300 !important;} */

.home_2 .service-boxes h3 {
    font-size: 25px;
    color: #22243d;
    font-weight: 500;
    margin-bottom: 8px;
}

.justify-center {
    justify-content: center;
}

.home_2 .service-boxes p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  min-height: 84px;
}

.home_2 .service-boxes img.arrowicon {
  position: absolute;
  bottom: 5px;
  width: 46px;
  right: 5px;
  z-index: 9;
  height: 46px !important;
}

.home_2 .view-all .btn {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    background: #4949e9;
    border: 1px solid #4949e9;
    color: #fff;
    text-decoration: none;
    padding: 5px 6px 5px 15px;
    border-radius: 41px;
    font-size: 17px;
    transition: 0.5s;
}

.home_2 .view-all .btn:hover {
    background-color: #22243d;
    border: 1px solid #22243d;
}

.service-box.box2 p {
    left: 20px;
    right: auto;
    width: 32%;
}

.col-md-3 {
    min-width: 25%;
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
}

.cta-content {
    max-width: 70%;
    background: #dcf343;
    border-radius: 10px;

    padding: 40px;
    align-items: center;
    display: flex;
    margin: auto;
    margin-top: 50px;
}

.cta-content .cta-left {
    width: 80%;
}

.cta-content .cta-left strong {
    display: block;
    color: #22243d;
    font-size: 41px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.cta-content .cta-left strong span {
    color: #4949e9;
    position: relative;
}

.cta-content .cta-left strong span::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../img/border.png);
    background-size: cover;
    height: 30%;
    opacity: 0.7;
}

.cta-content .cta-right {
    width: 50%;
    text-align: end;
}

.cta-content .cta-right img {
    opacity: 0.5;
}

/* .cta-content .cta-right {
    width: 50%;
} */

.cta-content .cta-left p {
    font-size: 19px;
    color: #22243d;
    font-weight: 500;
    margin-bottom: 25px;
    line-height: 1.5;
}

.cta-content .cta-left p span {
    position: relative;
    font-size: 19px;
    color: #4949e9;
    font-weight: 500;
    display: inline;
}

.cta-content .cta-left p span::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../img/border.png);
    background-size: cover;
    height: 30%;
    opacity: 0.7;
}

.what-makes-box1.whitebg .btn img {
  width: 40px;
}

.what-makes-box1.whitebg .btn {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  background: #4949e9;
  border: 1px solid #4949e9;
  color: #fff;
  text-decoration: none;
  padding: 5px 6px 5px 15px;
  border-radius: 41px;
  font-size: 17px;
  transition: 0.5s;
  margin-top:15px;
}

.cta-content .cta-left .btn {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    background: #4949e9;
    border: 1px solid #4949e9;
    color: #fff;
    text-decoration: none;
    padding: 5px 6px 5px 15px;
    border-radius: 41px;
    font-size: 17px;
    transition: 0.5s;
}

.cta-content .cta-left .btn:hover {
    background-color: transparent;
    color: #4949e9;
}

.home_3 .choose-wrap .choose-left {
    position: sticky;
    top: 0;
}

.home_3 .choose-wrap {
    position: relative;
    padding: 30px 0px 60px 80px;
    max-width: 1900px;
    background-color: #abc3ff2b;
    border-radius: 20px;
    scrollbar-width: thin;
    scrollbar-color: #22243d36 #f1f5ff;
}

.home_3 .container {
    position: relative;
}

.home_3 .choose-wrap p {
    color: #22243d;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
}

.home_3 .choose-wrap .choose-left ul {
    gap: 15px;
}

.home_3 .choose-wrap .choose-left li {
    /* margin-bottom: 20px; */
    width: 48%;
    border-radius: 4px;
    border-radius: 10px;
    background: #dcf343;
    gap: 10px;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    border-radius: 10px;

    padding: 26px;
}

.home_3 .choose-wrap .choose-left li:nth-child(1) {
    background-color: #fff;
    border: 0;
}

.home_3 .choose-wrap .choose-left h2 {
    margin-left: 0;
}

.home_3 .choose-wrap .choose-left li span {
    color: #4949e9;
    font-size: 30px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
    font-size: 63px;
}

.home_3 .choose-wrap .choose-left li:nth-child(1) p {
    line-height: 1.3;
}

.home_3 .choose-wrap .choose-left li:nth-child(1) span {
    font-size: 50px;
    margin-bottom: 70px;
}

.home_3 .choose-wrap .choose-right {
    margin-left: 50px;
    height: 570px;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #4949e969 #f1f5ff;
}

.home_3 .choose-wrap .choose-left li:nth-child(2) p {
    font-size: 18px;

    line-height: 1.5;
}

.home_3 .choose-wrap .choose-left li:nth-child(4) {
    background-image: url(../img/hd-grade-image.jpg);
    background-position: bottom;
    background-size: cover;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.home_3 .choose-wrap .choose-left li:nth-child(4)::before {
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #4949e9;
    position: absolute;
    border-radius: 10px;
    opacity: 0.7;
}

.home_3 .choose-wrap .choose-left li:nth-child(4) p {
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 18px;
}

.home_3 .choose-wrap .choose-left li:nth-child(4) span {
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 50px;
    font-weight: 600;
}

.home_3 .choose-wrap .choose-left li:nth-child(2) span {
    text-align: end;

    font-weight: 600;
    font-size: 63px;
}

.home_3 .choose-wrap .choose-left li:nth-child(1) span {
    font-size: 43px;
}

.home_3 .choose-wrap .choose-left li p {
    font-size: 18px;
    /*! width: 75%; */
    line-height: 1.4;
}

.home_3 .choose-wrap .choose-right li {
    width: 40%;
    margin-bottom: 0;
}

.home_3 .choose-wrap .choose-right span {
    font-size: 24px;
    color: #4949e9;
    font-weight: 500;
    text-align: left;
}

.home_3 .choose-wrap .choose-right p {
    line-height: 1.6;
    min-height: 200px;
}
.home_3 .col-md-4 {
    width: 40%;
}

.col-md-8 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
}

.home_3 .choose-wrap .choose-right li:nth-child(odd) {
    margin-top: -20px;
}

.home_3 .choose-wrap .choose-right li:nth-child(1) {
    margin-top: 0;
}

.home_3 .choose-wrap .choose-right li:nth-child(3) {
    margin-bottom: 0;
    margin-top: -200px;
}

.home_3 .choose-wrap .choose-right li:nth-child(even) {
    margin-top: -150px;
    margin-left: 540px;
    margin-bottom: 0;
}

.home_3 .choose-wrap .choose-right li:nth-child(4) {
    margin-bottom: 0;
    margin-top: -200px;
}

.home_3 .choose-wrap .choose-right li:nth-child(2) {
    margin-top: 140px;
    margin-left: 520px;
}

.home_3 .choose-wrap .choose-right li:nth-child(2) {
    margin-top: -230px;
    margin-left: 540px;
    margin-bottom: 130px;
}

.home_3 .choose-wrap .choose-right li:nth-child(5) {
    margin-top: -80px;
}

.home_3 .choose-wrap .choose-right li:nth-child(7) {
    margin-top: -100px;
}

.home_3 .choose-wrap .choose-right li:nth-child(8) {
    margin-top: -160px;
}

.home_3 .choose-wrap .choose-right li:nth-child(9) {
    /* margin-top: -189px; */
}

.home_3 .choose-wrap .choose-right ul {
    position: relative;
}

.home_3 .choose-wrap .choose-right li:nth-child(10) {
    margin-top: -80px;
}

.home_3 .choose-wrap .choose-right li:nth-child(11) {
    margin-top: -80px;
}

.home_3 .choose-wrap .choose-right ul::after {
    content: "";
    position: absolute;
    height: 95%;
    border: 1px solid #22243d47;
    left: 50%;
    top: 130px;
}

.home_3 .choose-wrap .choose-left ul li:nth-child(3) {
    display: flex;
    justify-content: end;
    flex-direction: column;
}

.home_3 .choose-wrap .choose-left ul li:nth-child(3) span {
    text-align: end;
    margin-bottom: 0px;
    font-size: 50px;
    font-weight: 600;
    margin-top: 80px;
}

.home_3 .choose-wrap .choose-left ul li:nth-child(3) p {
    font-size: 18px;
}

.home_3 .choose-wrap .choose-right li:nth-child(6) {
    margin-top: -190px;
}

.home_4 {
    padding-top: 70px;
    padding-bottom: 110px;
    position: relative;
    overflow: hidden;
}

.home_4 .btn {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    color: #fff;
    background-color: #4949e9;
    border: 1px solid #4949e9;
    color: #22243d;
    text-decoration: none;
    padding: 5px 6px 5px 15px;
    border-radius: 41px;
    font-size: 17px;
    transition: 0.5s;
    position: relative;
}

.home_4 .btn:hover {
    background-color: #22243d;
    color: #fff;
}

.home_4 .work-process .choose-heading .btn span {
    font-size: 16px;
    color: #fff;
    margin: 0;
}

.home_4 .choose-heading .choose-heading-left {
    width: 100%;
    text-align: center;
}

.home_4 .choose-heading .choose-heading-right {
    width: 40%;
}

.home_4 .choose-heading .choose-heading-right img {
    border-radius: 140px 0px 0px 0px;
    vertical-align: bottom;
}

.home_4::before {
    content: "";
    position: absolute;
    left: -130px;
    top: 0;
    width: 200px;
    height: 200px;
    border-radius: 100px;
    background-color: #f1f5ff;
    border: 1px solid #4949e9;
}

::-webkit-scrollbar {
    width: 8px;

    height: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;

    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #888;

    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* .home_4 .work-process {
    padding: 40px;
    border-radius: 8px;
    width: 89%;
    background: #4949e9;
} */

.home_4 .work-process .heading h2 {
    margin-bottom: 15px;
}

.home_4 .work-process .heading h2 span {
    font-size: 50px;
}

.home_4 .work-process span {
    font-size: 30px;
    color: #4949e9;
    font-weight: 500;
    margin-bottom: 25px;
    line-height: 1.3;
}

.home_4 .work-process .choose-heading span {
    color: #22243d;
}

.home_4 .choose-heading {
    max-width: 1200px;
    background: #dcf343;
    border-radius: 10px;
    padding: 40px;
    margin: 40px auto 90px auto;
    position: relative;
    z-index: 2;
    text-align: center;
    /* gap: 20px;
    align-items: center; */
}

/* .home_4 .choose-heading::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f3f3f3;
    width: 200px;
    height: 200px;
    border-radius: 100px;
} */

.home_4 .choose-heading::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -36px;
    right: 0;
    background: #f6eff0;
    background-size: auto;
    background: linear-gradient(215deg, #dcf343 0%, #dcf343 35%, #dcf343 70%);
    background-size: auto;
    background-size: auto;
    background-size: auto;
    background-size: 200% 200%;
    /* clip-path: polygon(80% 80%, 90% 100%, 90% 80%);
    box-shadow: 0px 4px 10px rgba(195, 188, 188, 0.2); */
    bottom: -42px;
    border-radius: 100%;
    z-index: -1;
    background: #dcf343;
}

.home_4 .work-process p {
    font-size: 20px;
    font-weight: 300;
    margin-top: 10px;
    line-height: 1.5;
    margin-bottom: 30px;
    position: relative;
}

.home_4 .heading.behind h2 {
    max-width: 600px;
}

.home_4 .heading.behind {
    margin-bottom: 50px;
}

.home_4 .work-flow-steps li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    position: relative;
}

.home_4 .work-flow-steps {}

.home_4 .work-img {
    margin-bottom: 10px;
    padding: 17px;
    background: #dcf343;
    border-radius: 100px;

   display: inline-table;
    flex-direction: column;
    justify-content: center;
    border: 2px solid #4949e9;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
}

.home_4 .work-img img {
    width: 50px;
    height: 50px;
}

.home_4 .heading {
    max-width: 800px;
    margin-bottom: 20px;
}

.home_4 .work-flow-steps li:nth-child(odd):before {
    content: "";
    position: absolute;
    /*! top: 140px; */
    /*! left: 0; */
    right: 0;
    bottom: 0;
    border-left: 2px dotted #c6c6ed;
    height: 85%;
    transform: rotate(60deg);
    width: 0%;
}

.home_4 .work-flow-steps li:nth-child(even):before {
    content: "";
    position: absolute;

    right: 0;
    bottom: 0;
    border-left: 2px dotted #c6c6ed;
    height: 117%;
    transform: rotate(-60deg);
    width: 0%;
}

.home_4 .work-flow-steps li:nth-child(6)::before {
    border-left: 0;
    content: initial;
}

.home_4 .work-flow-steps ul {
    gap: 30px;
}

.home_4 .work-flow-steps li:nth-child(even) {
    margin-top: 80px;
}

.home_4 .work-flow-steps li:nth-child(even) .work-content {
    position: relative;
    margin-top: 50px;
}

.home_4 .work-flow-steps li:nth-child(odd) .work-content {
    position: relative;
    margin-bottom: 50px;
}

.home_4 .work-flow-steps li {}

.home_4 .work-flow-steps li span {
    font-size: 22px;
    font-weight: 400;
    display: block;
    margin-bottom: 8px;
}

.home_4 .work-flow-steps li p {
    font-size: 14px;
    line-height: 1.5;
    color: #22243d;
    margin-bottom: 10px;
    font-weight: 400;
}

.timeline:before {
    content: "";
    position: absolute;
    height: 100%;
    left: 50%;
    width: 2px;
    top: -20px;
    background: #abc3ff;
    z-index: 1;
}

.timeline {
    position: relative;
    margin: 50px auto;
    width: 80%;
    padding: 0px 50px 0px 50px;
}

.timeline ul {
    margin: 0;
    padding: 0;
}

.timeline ul li {
    list-style: none;
    box-sizing: border-box;
    line-height: normal;
    position: relative;
    width: 100%;
    padding: 50px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.timeline ul li:nth-child(2) strong {
    color: #abc3ff;
}

.timeline ul li:nth-child(2) span {
    background-color: #abc3ff;
}

.timeline ul li:nth-child(3) strong {
    color: #abc3ff;
}

.timeline ul li:nth-child(3) span {
    background-color: #abc3ff;
}

.timeline ul li:nth-child(4) strong {
    color: #abc3ff;
}

.timeline ul li:nth-child(4) span {
    background-color: #abc3ff;
}

.left_content {
    padding-bottom: 20px;
}

.timeline ul li span {
    font-size: 40px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #4949e9;
    border-radius: 100px;
    color: #fff;
    margin-bottom: 25px;
}

/* .timeline ul li:nth-child(odd):before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: rgba(59, 112, 239, 1);
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(58, 112, 239, 0.2);
    right: -6px;
    top: 24px;
    z-index: 1;
} */
.timeline ul li strong {
    font-size: 23px;

    margin-bottom: 6px;

    display: block;
    color: #4949e9;
}

.timeline ul li p {
    color: #58596b;
    font-size: 16px;
    line-height: 1.7;
}

.timeline ul li:nth-child(odd) .left_content {
    position: absolute;
    top: 10px;
    right: 70px;
    margin: 0;
    padding: 8px 16px;

    color: #abc3ff;

    width: 40%;
}

.timeline ul li:nth-child(even) .left_content {
    width: 40%;
    position: absolute;
    right: 0px;
    top: 150px;
}

.timeline ul li:nth-child(even) .right_content {
    width: 40%;
}

.timeline ul li:nth-child(odd) .right_content {
    width: 40%;
    text-align: right;
}

.testimonials {
    position: relative;
    padding: 0px 20px 70px 20px;
}

.testimonials .owl-carousel .owl-nav {
    display: block !important;
    position: absolute;
    left: 50%;
    margin-top: 0px;
    text-align: center;
    bottom:0;
}

.testimonials .owl-carousel .owl-nav button.owl-next {
    margin-right: 0;
    background: #4949e9 !important;

    width: 40px;

    height: 40px;

    border-radius: 100px;

    line-height: 22px;

    color: #fff;
}

/* .testimonials .item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -60px;
    right: 0;
    background: #f6eff0;
    background-size: auto;
    background: linear-gradient(215deg, #4949e9 0%, #4949e9 35%, #4949e9 70%);
    background-size: auto;
    background-size: 200% 200%;
    clip-path: polygon(80% 80%, 90% 100%, 90% 80%);
} */

.testimonials .item::after {
	content: "";
	position: absolute;
	width: 150px;
	height: 161px;
	bottom: -80px;
	right:40px;
	background: linear-gradient(215deg, #4949e9 0%, #4949e9 35%, #4949e9 70%);
	background-size: 150px 150px;
	clip-path: polygon(140px 81px, 140px 150px, 84px 81px);
}

.testimonials .owl-carousel .owl-nav button.owl-prev,
.testimonials .owl-carousel button.owl-dot .owl-prev {
    margin-right: 30px;

    background: #4949e9 !important;

    width: 40px;

    height: 40px;

    border-radius: 100px;

    line-height: 22px;

    color: #fff;
}

.testimonials .owl-prev span {
    color: #fff;
    font-size: 40px;
    line-height: 27px;
}

.testimonials .owl-next span {
    color: #fff;
    font-size: 40px;
    line-height: 27px;
    margin-right: 0;
}

.testimonials .quotes-img {
    position: absolute;
    margin-bottom: 30px;
    left: 100px;
}

.testimonials .heading {
    margin-bottom: 20px;
}

/* .testimonials .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block !important;
} */
.testimonials .set {
    position: relative;
    width: 100%;
}

/*
.testimonials::before {
    content: "";
    position: absolute;
    left: 50%;
    right: 0;
    bottom: -50px;
    top: -90px;
    background: #E0E7F9;
    border-radius: 10px 0px 0px 10px;
    margin: 40px 0px 40px 40px;
    max-width: 1200px;
    background-image: url(../img/testimonial-img.png);
} */

.testimonials .item {

    padding: 20px;
    border-radius: 10px;
    margin: 0px 8px;
    position: relative;
    background: #f1f5ff;
    text-align: center;
    display: flex;
    position: relative;
    justify-content: center;
    height: 280px;
    box-shadow: 1.3707px 0.68535px 15.7631px rgb(213, 219, 235);
    border: 0.7px solid rgba(34, 36, 61, 0.09);

}
  .testimonials .owl-carousel .owl-item, .testimonials .owl-carousel .owl-item .item {
    height: 100%;
  }
.testimonials .item img {
    max-width: 90px;
    max-height: 90px;
    margin-bottom: 20px;
    padding: 0;
    border-radius: 100px;
    border: 2px solid #4949e9;
}

/* .testimonials .item .user-name {
    text-align: end;
    position: absolute;
    right: 20px;
    bottom: 30px;
} */

.testimonials .item .user {
    gap: 20px;
    align-content: center;
    justify-content: center;
    margin-top: -35px;
    margin-bottom: 30px;
    z-index: -1;
}

.testimonials .item i {
    background-color: #4949e9;
    font-size: 16px;
    line-height: 1.7;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    color: #fff;
    font-weight: 500;
}

.testimonials .item span {
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 3px;
    color: #4949e9;
}

/* .testimonials .item::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    background-image: url(../img/quotes.png);
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.4;
} */

.testimonials .item::after {
    /*! position: absolute; */
    /*! content: "";
    width: 100px;
    height: 100px;
    background-color: #4949E9;
    border-radius: 100px;*/
}

.testimonials .item .user-name p {
    margin: 0;
}

.testimonials .item p {
    color: #22243d;
    font-size: 15px;
    line-height: 1.6;
    margin-top: 0;
    position: relative;
    margin-bottom: 14px;
    z-index: 3;
}

.testimonials .owl-dots {
    text-align: center;
    margin-top: 20px;
}

/* .testimonials .owl-dots.disabled {
    display: block !important;


} */

/* .testimonials .owl-dots .owl-dot.active {
    background: #4949E9 !important;
}

.testimonials .owl-dots .owl-dot {
    background: #ABC3FF !important;
    position: relative;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    margin: 0 5px;
} */

/* faq */
.faq .cards:has(input:nth-of-type(1):checked) {
  --card-1-z: 15;
  --card-2-z: 14;
  --card-3-z: 13;
  --card-4-z: 12;
  --card-5-z: 11;
  --card-6-z: 10;
  --card-7-z: 9;
  --card-8-z: 8;
  --card-9-z: 7;
  --card-10-z: 6;
  --card-11-z: 5;
  --card-12-z: 4;
  --card-13-z: 3;
  --card-14-z: 2;
  --card-15-z: 1;
}

.faq .cards:has(input:nth-of-type(2):checked) {
  --card-1-z: 14;
  --card-2-z: 15;
  --card-3-z: 13;
  --card-4-z: 12;
  --card-5-z: 11;
  --card-6-z: 10;
  --card-7-z: 9;
  --card-8-z: 8;
  --card-9-z: 7;
  --card-10-z: 6;
  --card-11-z: 5;
  --card-12-z: 4;
  --card-13-z: 3;
  --card-14-z: 2;
  --card-15-z: 1;
}


.faq .cards:has(input:nth-of-type(3):checked) {
  --card-1-z: 13;
  --card-2-z: 14;
  --card-3-z: 15;
  --card-4-z: 12;
  --card-5-z: 11;
  --card-6-z: 10;
  --card-7-z: 9;
  --card-8-z: 8;
  --card-9-z: 7;
  --card-10-z: 6;
  --card-11-z: 5;
  --card-12-z: 4;
  --card-13-z: 3;
  --card-14-z: 2;
  --card-15-z: 1;
}

.faq .cards:has(input:nth-of-type(4):checked) {
  --card-1-z: 12;
  --card-2-z: 13;
  --card-3-z: 14;
  --card-4-z: 15;
  --card-5-z: 11;
  --card-6-z: 10;
  --card-7-z: 9;
  --card-8-z: 8;
  --card-9-z: 7;
  --card-10-z: 6;
  --card-11-z: 5;
  --card-12-z: 4;
  --card-13-z: 3;
  --card-14-z: 2;
  --card-15-z: 1;
}

.faq .cards:has(input:nth-of-type(5):checked) {
  --card-1-z: 11;
  --card-2-z: 12;
  --card-3-z: 13;
  --card-4-z: 14;
  --card-5-z: 15;
  --card-6-z: 10;
  --card-7-z: 9;
  --card-8-z: 8;
  --card-9-z: 7;
  --card-10-z: 6;
  --card-11-z: 5;
  --card-12-z: 4;
  --card-13-z: 3;
  --card-14-z: 2;
  --card-15-z: 1;
}



.faq .cards:has(input:nth-of-type(6):checked) {
  --card-1-z: 10;
  --card-2-z: 11;
  --card-3-z: 12;
  --card-4-z: 13;
  --card-5-z: 14;
  --card-6-z: 15;
  --card-7-z: 9;
  --card-8-z: 8;
  --card-9-z: 7;
  --card-10-z: 6;
  --card-11-z: 5;
  --card-12-z: 4;
  --card-13-z: 3;
  --card-14-z: 2;
  --card-15-z: 1;
}


.faq .cards:has(input:nth-of-type(7):checked) {
  --card-1-z: 9;
  --card-2-z: 10;
  --card-3-z: 11;
  --card-4-z: 12;
  --card-5-z: 13;
  --card-6-z: 14;
  --card-7-z: 15;
  --card-8-z: 8;
  --card-9-z: 7;
  --card-10-z: 6;
  --card-11-z: 5;
  --card-12-z: 4;
  --card-13-z: 3;
  --card-14-z: 2;
  --card-15-z: 1;
}

.faq .cards:has(input:nth-of-type(8):checked) {
  --card-1-z: 8;
  --card-2-z: 9;
  --card-3-z: 10;
  --card-4-z: 11;
  --card-5-z: 12;
  --card-6-z: 13;
  --card-7-z: 14;
  --card-8-z: 15;
  --card-9-z: 7;
  --card-10-z: 6;
  --card-11-z: 5;
  --card-12-z: 4;
  --card-13-z: 3;
  --card-14-z: 2;
  --card-15-z: 1;
}


.faq .cards:has(input:nth-of-type(9):checked) {
  --card-1-z: 7;
  --card-2-z: 8;
  --card-3-z: 9;
  --card-4-z: 10;
  --card-5-z: 11;
  --card-6-z: 12;
  --card-7-z: 13;
  --card-8-z: 14;
  --card-9-z: 15;
  --card-10-z: 6;
  --card-11-z: 5;
  --card-12-z: 4;
  --card-13-z: 3;
  --card-14-z: 2;
  --card-15-z: 1;
}


.faq .cards:has(input:nth-of-type(10):checked) {
  --card-1-z: 6;
  --card-2-z: 7;
  --card-3-z: 8;
  --card-4-z: 9;
  --card-5-z: 10;
  --card-6-z: 11;
  --card-7-z: 12;
  --card-8-z: 13;
  --card-9-z: 14;
  --card-10-z: 15;
  --card-11-z: 5;
  --card-12-z: 4;
  --card-13-z: 3;
  --card-14-z: 2;
  --card-15-z: 1;
}


.faq .cards:has(input:nth-of-type(11):checked) {
  --card-1-z: 5;
  --card-2-z: 6;
  --card-3-z: 7;
  --card-4-z: 8;
  --card-5-z: 9;
  --card-6-z: 10;
  --card-7-z: 11;
  --card-8-z: 12;
  --card-9-z: 13;
  --card-10-z: 14;
  --card-11-z: 15;
  --card-12-z: 1;
  --card-13-z: 3;
  --card-14-z: 2;
  --card-15-z: 1;
}

.faq .cards:has(input:nth-of-type(12):checked) {
  --card-1-z: 4;
  --card-2-z: 5;
  --card-3-z: 6;
  --card-4-z: 7;
  --card-5-z: 8;
  --card-6-z: 9;
  --card-7-z: 10;
  --card-8-z: 11;
  --card-9-z: 12;
  --card-10-z: 13;
  --card-11-z: 14;
  --card-12-z: 15;
  --card-13-z: 3;
  --card-14-z: 2;
  --card-15-z: 1;
}




.faq .cards:has(input:nth-of-type(12):checked) {
  --card-1-z: 4;
  --card-2-z: 5;
  --card-3-z: 6;
  --card-4-z: 7;
  --card-5-z: 8;
  --card-6-z: 9;
  --card-7-z: 10;
  --card-8-z: 11;
  --card-9-z: 12;
  --card-10-z: 13;
  --card-11-z: 14;
  --card-12-z: 15;
  --card-13-z: 3;
  --card-14-z: 2;
  --card-15-z: 1;
}


.faq .cards:has(input:nth-of-type(12):checked) {
  --card-1-z: 4;
  --card-2-z: 5;
  --card-3-z: 6;
  --card-4-z: 7;
  --card-5-z: 8;
  --card-6-z: 9;
  --card-7-z: 10;
  --card-8-z: 11;
  --card-9-z: 12;
  --card-10-z: 13;
  --card-11-z: 14;
  --card-12-z: 15;
  --card-13-z: 3;
  --card-14-z: 2;
  --card-15-z: 1;
}






/*
.faq .cards:has(input:nth-of-type(3):checked) {
    --card-1-z: 8;
    --card-2-z: 9;
    --card-3-z: 10;
    --card-4-z: 7;
    --card-5-z: 6;
    --card-6-z: 5;
    --card-7-z: 4;
    --card-8-z: 3;
    --card-9-z: 2;
    --card-10-z: 1;
}

.faq .cards:has(input:nth-of-type(4):checked) {
    --card-1-z: 7;
    --card-2-z: 8;
    --card-3-z: 9;
    --card-4-z: 10;
    --card-5-z: 6;
    --card-6-z: 5;
    --card-7-z: 4;
    --card-8-z: 3;
    --card-9-z: 2;
    --card-10-z: 1;
}

.faq .cards:has(input:nth-of-type(5):checked) {
    --card-1-z: 6;
    --card-2-z: 7;
    --card-3-z: 8;
    --card-4-z: 9;
    --card-5-z: 10;
    --card-6-z: 5;
    --card-7-z: 4;
    --card-8-z: 3;
    --card-9-z: 2;
    --card-10-z: 1;
}

.faq .cards:has(input:nth-of-type(6):checked) {
    --card-1-z: 5;
    --card-2-z: 6;
    --card-3-z: 7;
    --card-4-z: 8;
    --card-5-z: 9;
    --card-6-z: 10;
    --card-7-z: 4;
    --card-8-z: 3;
    --card-9-z: 2;
    --card-10-z: 1;
}

.faq .cards:has(input:nth-of-type(7):checked) {
    --card-1-z: 4;
    --card-2-z: 5;
    --card-3-z: 6;
    --card-4-z: 7;
    --card-5-z: 8;
    --card-6-z: 9;
    --card-7-z: 10;
    --card-8-z: 3;
    --card-9-z: 2;
    --card-10-z: 1;
}

.faq .cards:has(input:nth-of-type(8):checked) {
    --card-1-z: 3;
    --card-2-z: 4;
    --card-3-z: 5;
    --card-4-z: 6;
    --card-5-z: 7;
    --card-6-z: 8;
    --card-7-z: 9;
    --card-8-z: 10;
    --card-9-z: 2;
    --card-10-z: 1;
}

.faq .cards:has(input:nth-of-type(9):checked) {
    --card-1-z: 2;
    --card-2-z: 3;
    --card-3-z: 4;
    --card-4-z: 5;
    --card-5-z: 6;
    --card-6-z: 7;
    --card-7-z: 8;
    --card-8-z: 9;
    --card-9-z: 10;
    --card-10-z: 1;
}

.faq .cards:has(input:nth-of-type(10):checked) {
    --card-1-z: 1;
    --card-2-z: 2;
    --card-3-z: 3;
    --card-4-z: 4;
    --card-5-z: 5;
    --card-6-z: 6;
    --card-7-z: 7;
    --card-8-z: 8;
    --card-9-z: 9;
    --card-10-z: 10;
} */


.faq .card-data {
    display: grid;
    gap: 1rem;
}

.faq .card-data>.card-num {
    opacity: var(--data-opacity, 0);
    font-size: 25px;
    color: #666;
}

/* more content */
.more_content_tabs {
    max-width: 1500px;
    margin: auto;
    padding: 35px 0px 35px 35px;
    border-radius: 10px;
    border: 1px solid #4949e9;
    align-items: center;
}

.more_content {
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
}

.more_content::before {
    content: "";
    position: absolute;
    right: -130px;
    top: 0;
    width: 200px;
    height: 200px;
    border-radius: 100px;
    background-color: #f1f5ff;
    border: 1px solid #4949e9;
}

.more_content .tab {
    /* float: left; */
    /*! border: 1px solid #ccc; */
    background-color: transparent;
    width: 30%;
}

.more_content .tab button {
    display: block;
    background-color: transparent;
    color: black;
    padding: 0px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
    border-right: 3px solid #abc3ff;
    padding-bottom: 20px;
    font-size: 18px;
    color: #abc3ff;
    font-family: "Inter", sans-serif;
    padding-right: 5px;
    line-height: 1.5;
}

.more_content .tab button:hover {
    border-right: 3px solid #abc3ff;
    background-color: transparent;
    color: #4949e9;
}

.more_content .tab button.active {
    background-color: transparent;
    border-right: 3px solid #4949e9;
    color: #4949e9;
}

.more_content .tab-text {
    width: 70%;
}

.more_content .tabcontent {
    padding: 0px 0px 0px 36px;
}

.more_content .tabcontent .tab-content-div {
    height: 480px;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #4949e969 #fff;
}

.more_content .tabcontent h3 {
    font-size: 30px;
    color: #4949e9;
    margin-bottom: 20px;
    font-weight: 400;
}

.more_content .tabcontent p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 10px;
    color: #22243d;
    margin-right: 40px;
    text-align: justify;
}

.more_content .tabcontent ul {
    margin-bottom: 20px;
}

.more_content .tabcontent ul li {
    list-style-type: disc;
    margin-left: 40px;
    margin-bottom: 9px;
    color: #22243d;
}

.more_content .tabcontent p strong {
    color: #22243d;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 18px;
    display: block;
}

.more_content .tabcontent p strong span {
    color: #4949e9;
}

.more_content .tabcontent .btn {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    background: #dcf343;
    border: 1px solid #dcf343;
    color: #22243d;
    text-decoration: none;
    padding: 5px 6px 5px 15px;
    border-radius: 41px;
    font-size: 17px;
    transition: 0.5s;
    margin-top: 20px;
}

.more_content .tabcontent .btn:hover {
    background-color: #22243d;
    color: #fff;
    border: 1px solid #22243d;
}

/* .faq .card-data > p{
  font-size: 16px;
  color: #333;
  } */
.faq .card-data>h3 {
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 3px;
    text-transform: capitalize;
    color: #22243d;
    line-height: 1;
    font-weight: 600;
}

.faq .card-data>p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.faq .card-data>h3,
.faq .card-data>p {
    transition: var(--duration) ease-in-out;
    transition-delay: var(--data-delay, 0ms);
    opacity: var(--data-opacity, 0);
    translate: 0 var(--data-y, 20px);
}

.faq .card-data>.card-footer {
    display: flex;
    justify-content: var(--cards-footer-justify);
    gap: 2rem;
    position: absolute;
    bottom: -32px;
}

.faq .card-data>.card-footer label {
    margin-block-start: auto;
    cursor: pointer;
    pointer-events: var(--card-events, none);
    opacity: var(--data-opacity, 0);
    transition: color var(--duration) ease-in-out;
    background-color: #fff;
    border: 1px solid #006c80;
    color: #00687f;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    aspect-ratio: 1/1;
    display: grid;
    place-content: center;
    transition: background-color 300ms ease-in-out;
}

.faq input:checked:focus-visible+.card>.card-data>.card-footer label,
.card-data>.card-footer label:hover {
    background-color: #ccc;
}

.faq input:checked:focus-visible+.card>.card-data>.card-footer label,
.card-data>.card-footer label:hover {
    color: steelblue;
}

.faq input:checked+.card {
    --data-opacity: 1;
    --data-y: 0;
    --data-delay: var(--duration);
    --card-events: auto;
    transition: z-index;
    transition-delay: 300ms;
    /*z-index: 1;*/
}

.faq input:checked+.card>.card-img {
    animation: reveal-img calc(var(--duration) * 2) forwards;
}

.input-box.form-group.gender input[type="radio"]+label {
    z-index: 10;
    margin: 0 10px 10px 0;
    position: relative;

    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    font-weight: bold;
    background-color: #ffffff;
    border: 1px solid #4949e9;
    cursor: pointer;
    transition: all 200ms ease;
    text-align: center;
    color: #333030;
    font-weight: 400;
    border: 1px solid #e6e6e6;
}

.input-box.form-group.gender input[type="radio"]:checked+label {
    color: #fff;
    background-color: #4949e9;
    border: 1px solid #4949e9;
}

.input-box.form-group.gender input[type="radio"]+label {
    padding: 5px 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.input-box.form-group.gender input[type="radio"]:checked+label svg {
    fill: #fff;
}

.input-box.form-group.gender input[type="radio"]+label svg {
    fill: #333030;
}

.input-box.form-group.gender input {
    display: none;
}

.faq {
    position: relative;
    padding: 30px 50px 100px 50px;
    margin-top: 0;
    background-image: url(../img/faq.png);
}

.faq-divide {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.faq input[type="radio"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.faq .cards {
    --img-w: 200px;
    --duration: 300ms;
    --img-easing: cubic-bezier(0.34, 1.56, 0.64, 1);
    width: min(100% - 4rem, 950px);
    margin-inline: auto;
    display: grid;
    position: relative;
}

.faq .card {
    --cards-grid-cols: auto;
    --cards-grid-rows: var(--img-w) auto;
    --cards-grid-gap: 2rem;
    --cards-footer-justify: center;
    grid-area: 1/1;
    display: grid;
    place-items: center;
    grid-template-columns: var(--cards-grid-cols);
    grid-template-rows: var(--cards-grid-rows);
    gap: var(--cards-grid-gap);
}

@media (600px < width) {
    .faq .card {
        --cards-grid-cols: var(--img-w) auto;
        --cards-grid-rows: auto;
        --cards-grid-gap: 4rem;
        --cards-footer-justify: start;
    }
}

/* stacking order - these are updated according to which card is selected */

.faq .card:nth-of-type(1) {
    z-index: var(--card-1-z, 1);
}

.faq .card:nth-of-type(2) {
    z-index: var(--card-2-z, 2);
}

.faq .card:nth-of-type(3) {
    z-index: var(--card-3-z, 3);
}

.faq .card:nth-of-type(4) {
    z-index: var(--card-4-z, 4);
}

.faq .card:nth-of-type(5) {
    z-index: var(--card-5-z, 5);
}

.faq .card:nth-of-type(6) {
    z-index: var(--card-6-z, 6);
}

.faq .card:nth-of-type(7) {
    z-index: var(--card-7-z, 7);
}

.faq .card:nth-of-type(8) {
    z-index: var(--card-8-z, 8);
}

.faq .card:nth-of-type(9) {
    z-index: var(--card-9-z, 9);
}

.faq .card:nth-of-type(10) {
    z-index: var(--card-10-z, 10);
}


.faq .card:nth-of-type(11) {
    z-index: var(--card-11-z, 11);
}

.faq .card:nth-of-type(12) {
    z-index: var(--card-12-z, 12);
}

.faq .card:nth-of-type(13) {
    z-index: var(--card-13-z, 13);
}

.faq .card:nth-of-type(14) {
    z-index: var(--card-14-z, 14);
}
.faq .card:nth-of-type(15) {
    z-index: var(--card-15-z, 15);
}


.faq .card-img {
    width: 250px;
    height: 250px;
    aspect-ratio: 1 / 1;
    rotate: var(--angle, 0deg);
    border-radius: 20px;
    /* border: 4px solid transparent; */
    border-image-slice: 100%;
    border-image-source: none;
    /* border: 1px solid #000; */
    border-image-slice: 1;
    /* overflow: hidden; */
    transform-origin: center;
    object-fit: cover;
    box-shadow: 0 0 5px 3px rgba(0 0 0 / 0.05);
    position: relative;
    background: #4949e9;
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 200px;
    flex-wrap: wrap;
    padding: 10px;
    line-height: 1;
}

.faq input:nth-of-type(1):checked+.card~.card>.card-img {
    animation: straighten-img-1 calc(var(--duration) * 2) forwards;
    animation-timing-function: var(--img-easing);
}

.faq .card:has(~ input:nth-of-type(2):checked)>.card-img,
input:nth-of-type(2):checked+.card~.card>.card-img {
    animation: straighten-img-2 calc(var(--duration) * 2) forwards;
    animation-timing-function: var(--img-easing);
}

.faq .card:has(~ input:nth-of-type(3):checked)>.card-img,
input:nth-of-type(3):checked+.card~.card>.card-img {
    animation: straighten-img-3 calc(var(--duration) * 2) forwards;
    animation-timing-function: var(--img-easing);
}

.faq .card:has(~ input:nth-of-type(4):checked)>.card-img,
input:nth-of-type(4):checked+.card~.card>.card-img {
    animation: straighten-img-4 calc(var(--duration) * 2) forwards;
    animation-timing-function: var(--img-easing);
}

.faq .card:has(~ input:nth-of-type(5):checked)>.card-img,
input:nth-of-type(5):checked+.card~.card>.card-img {
    animation: straighten-img-5 calc(var(--duration) * 2) forwards;
    animation-timing-function: var(--img-easing);
}

.faq .card:has(~ input:nth-of-type(6):checked)>.card-img,
input:nth-of-type(6):checked+.card~.card>.card-img {
    animation: straighten-img-6 calc(var(--duration) * 2) forwards;
    animation-timing-function: var(--img-easing);
}

.faq .card:has(~ input:nth-of-type(7):checked)>.card-img,
input:nth-of-type(7):checked+.card~.card>.card-img {
    animation: straighten-img-7 calc(var(--duration) * 2) forwards;
    animation-timing-function: var(--img-easing);
}

.faq .card:has(~ input:nth-of-type(8):checked)>.card-img,
input:nth-of-type(8):checked+.card~.card>.card-img {
    animation: straighten-img-8 calc(var(--duration) * 2) forwards;
    animation-timing-function: var(--img-easing);
}

.faq .card:has(~ input:nth-of-type(9):checked)>.card-img,
input:nth-of-type(9):checked+.card~.card>.card-img {
    animation: straighten-img-9 calc(var(--duration) * 2) forwards;
    animation-timing-function: var(--img-easing);
}

.faq .card:has(~ input:nth-of-type(10):checked)>.card-img,
input:nth-of-type(10):checked+.card~.card>.card-img {
    animation: straighten-img-10 calc(var(--duration) * 2) forwards;
    animation-timing-function: var(--img-easing);
}

.faq .card:has(~ input:nth-of-type(11):checked)>.card-img,
input:nth-of-type(11):checked+.card~.card>.card-img {
    animation: straighten-img-11 calc(var(--duration) * 2) forwards;
    animation-timing-function: var(--img-easing);
}

.faq .card:has(~ input:nth-of-type(12):checked)>.card-img,
input:nth-of-type(12):checked+.card~.card>.card-img {
    animation: straighten-img-12 calc(var(--duration) * 2) forwards;
    animation-timing-function: var(--img-easing);
}

.faq .card:has(~ input:nth-of-type(13):checked)>.card-img,
input:nth-of-type(13):checked+.card~.card>.card-img {
    animation: straighten-img-13 calc(var(--duration) * 2) forwards;
    animation-timing-function: var(--img-easing);
}

.faq .card:has(~ input:nth-of-type(14):checked)>.card-img,
input:nth-of-type(14):checked+.card~.card>.card-img {
    animation: straighten-img-14 calc(var(--duration) * 2) forwards;
    animation-timing-function: var(--img-easing);
}

.faq .card:has(~ input:nth-of-type(15):checked)>.card-img,
input:nth-of-type(15):checked+.card~.card>.card-img {
    animation: straighten-img-15 calc(var(--duration) * 2) forwards;
    animation-timing-function: var(--img-easing);
}


.faq .card-data>.card-footer {
    display: flex;
    justify-content: var(--cards-footer-justify);
    gap: 2rem;
    position: absolute;
    bottom: -32px;
}

.faq .card-data>.card-footer label {
    margin-block-start: auto;
    cursor: pointer;
    pointer-events: var(--card-events, none);
    opacity: var(--data-opacity, 0);
    transition: color var(--duration) ease-in-out;
    background-color: #fff;
    border: 1px solid #4949e9;
    color: #4949e9;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    aspect-ratio: 1/1;
    display: grid;
    place-content: center;
    transition: background-color 300ms ease-in-out;
}

.faq input:checked:focus-visible+.card>.card-data>.card-footer label,
.card-data>.card-footer label:hover {
    background-color: #4949e9;
}

.faq input:checked:focus-visible+.card>.card-data>.card-footer label,
.card-data>.card-footer label:hover {
    color: white;
}

.faq input:checked+.card {
    --data-opacity: 1;
    --data-y: 0;
    --data-delay: var(--duration);
    --card-events: auto;
    transition: z-index;
    transition-delay: 300ms;
    /*z-index: 1;*/
}

.faq input:checked+.card>.card-img {
    animation: reveal-img calc(var(--duration) * 2) forwards;
}

.faq input:checked+.card {
    --data-opacity: 1;
    --data-y: 0;
    --data-delay: var(--duration);
    --card-events: auto;
}

.item-center {
    align-items: center;
}

.disply-none {
    display: none;
}

#formMessage {
    margin-top: 10px;
    padding: 10px;
    border-radius: 6px;
    font-size: 14px;
    max-width: 600px;
    transition: opacity 0.3s ease-in-out;
}

#formMessage.success {
    color: #155724;
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
}

#formMessage.error {
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
}

@media (max-width: 1600px) {
    .home_1 .home-form .form-top {
        border-radius: 10px;
    }
 /* .home_2 .service-boxes p {
    font-size: 14px;
    height: 100px;
  } */
    .home_1 .home-form .form-top {
        margin-bottom: 5px;
        padding: 10px;
    }

    .home_1 .home-form .form-top {
        margin-bottom: 17px;
    }
/*
    .testimonials .item::after {
        bottom: -50px;
    } */

    .home_3 .choose-wrap .choose-right {
        margin-left: 0;
        margin-top: 50px;
    }

    .home_3 .choose-wrap .choose-left li:nth-child(2) span {
        margin-bottom: 70px;
    }

    .home_4 .work-flow-steps li:nth-child(2n+1)::before {

        right: 0;
        bottom: 0;
        border-left: 2px dotted #c6c6ed;
        height: 95%;
        transform: rotate(42deg);
        width: 0%;
        z-index: -5;
    }

    .home_4 .work-flow-steps li:nth-child(even)::before {


        height: 80%;
        transform: rotate(-35deg);
        width: 0%;
        bottom: 80px;
    }

    .home_4 .work-flow-steps li:nth-child(odd)::before {
        right: 0;
        bottom: 40px;
        border-left: 2px dotted #c6c6ed;
        height: 75%;
        transform: rotate(37deg);
        width: 0%;
        z-index: -5;
    }

    .home_4 .work-flow-steps li:nth-child(2n + 1)::before {}

    .home_1 h1 {
        font-size: 32px;
        margin-top: 0;
    }

    .home_1 .client-review-section span {
        font-size: 18px;
    }

    .home_1 .home-form span.title {
        font-size: 17px;
    }

    .home_1 .home-form .form-top span.title {
        font-size: 14px;
    }

    .home_1 .home-form .form-top img {
        width: 27px;
        height: 27px;
    }

    .home_1 .btn {
        font-size: 15px;
    }

    .home_1 {
        padding-top: 120px;
    }

    .testimonials .item {
        height: 250px;
    }

    .home_1 .home-form span.title {
        font-size: 17px;
        margin-bottom: 14px;
    }

    /* .home_1 form {
        padding: 20px;
    } */

    .home_1 form p::after {
        right: 191px;
    }




    .home_1 form p::before {
        left: 191px;
    }

    .home_1 .client-review-section .item p {
        font-size: 14px;
    }

    /* .home_1 form select {
        width: 44%;
    } */

    .heading h2 {
        font-size: 28px;
    }

    .heading h2 span {
        font-size: 28px;
    }

    .heading span {
        margin-bottom: 10px;
    }

    .heading p {
        font-size: 15px;
    }

    .home_2 .service-boxes h3 {
        font-size: 21px;
    }

    .home_2 .service-boxes p {
        font-size: 15px;
    }

    .home_2 .service-boxes img.arrowicon {
        position: absolute;

        right: 0px;
    }

    /* .home_2 .service-boxes {
        height: 390px;
    } */

    .cta-content .cta-left p {
        font-size: 17px;
    }

    .cta-content .cta-left p span {
        font-size: 22px;
    }

    .cta-content .cta-left strong {
        font-size: 34px;
        margin-bottom: 11px;
    }

    .home_3 .choose-wrap {
        padding: 40px;
    }

    .home_3 .choose-wrap .choose-left li:nth-child(2) span {
        font-size: 43px;
    }

    .home_3 .choose-wrap .choose-left li:nth-child(1) span {
        margin-bottom: 87px;
    }

    .home_3 .choose-wrap .choose-left ul li:nth-child(3) p {
        font-size: 19px;
    }

    .home_3 .choose-wrap .choose-left ul li:nth-child(3) span {
        font-size: 37px;
    }

    .home_3 .choose-wrap .choose-left li:nth-child(4) p {
        font-size: 17px;
    }

    .home_3 .choose-wrap .choose-right li:nth-child(2n) {
        margin-top: 30px;
        margin-left: 460px;
    }

    .more_content .tab button {
        font-size: 16px;
        padding-bottom: 25px;
    }

    .faq .card-data>h3 {
        font-size: 22px;
    }

    .home_3 .choose-wrap .choose-right li:nth-child(2) {
        margin-top: -230px;
        margin-left: 460px;
    }

    .home_3 .choose-wrap .choose-right span {
        font-size: 22px;
    }

    .home_3 .choose-wrap .choose-right li:nth-child(3) {
        margin-bottom: 0;
        margin-top: -270px;
    }

    .home_3 .choose-wrap .choose-right li:nth-child(even) {
        margin-top: -120px;
    }

    .home_3 .choose-wrap .choose-right li:nth-child(9) {
        margin-top: -130px;
    }

    .home_3 .choose-wrap .choose-right li:nth-child(10) {
        margin-top: 0px;
    }

    .home_3 .choose-wrap .choose-left ul li:nth-child(4) span {
        font-size: 37px;
    }

    .home_3 .choose-wrap .choose-left ul li:nth-child(1) span {
        font-size: 37px;
    }

    .home_1 .home-form form .form__privacy label {
        font-size: 14px;
    }

 .form__privacy [type="checkbox"] {
    width: 16px;
    height: 16px;
  }
    /* .testimonials .owl-carousel .owl-stage-outer {
        height: 550px !important;
        padding-top: 80px;
    } */

    .testimonials .item {
        height: 380px;
    }

   /* .testimonials .item::after {
    bottom: -78px;
  } */
}

@media (max-width: 1400px) {

.home_1 .client-review-section ul li img {
  height: 60px;
  width: 60px;
  max-width: 60px;
}

    /* .home_2 .service-boxes {
        height: 440px;
    } */
     .home_2 .service-boxes p {
  -webkit-line-clamp: 3;
  min-height: 63px;
}
.home_4 .work-flow-steps li .text {
  display: inline-block;
}
    .home_3 .choose-wrap .choose-left ul li:nth-child(3) {
        justify-content: start;
    }

    .home_3 .choose-wrap .choose-left li:nth-child(2) span {
        margin-bottom: 0;
    }

    .home_1 {
        padding-top: 110px;
    }

    .home_1 .home-form {
        max-width: 90%;
    }

    .col-md-3 {
        width: 50%;
    }

    .home_4 .work-flow-steps ul {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
   gap: 0 16px;
    }

    .home_2 .service-boxes img {
        width: 100%;
    }

    .cta-content {
        max-width: 80%;
    }


 .home_4 .work-flow-steps li {
    width: 31.33%;
    padding: 25px 0 !important;
    margin: 0 !important;
  }
  .home_4 .work-content {
  order: 2;
}
.home_4 .work-flow-steps li:nth-child(4), .home_4 .work-flow-steps li:nth-child(5), .home_4 .work-flow-steps li:nth-child(6) {
  border: none !important;
}
    .home_4 .work-flow-steps li:nth-child(odd) {
        margin-bottom: 20px;
        border-bottom: 2px dotted #c6c6ed;
    }

    .home_4 .work-flow-steps li:nth-child(even) {
        margin-top: 0px;
        border-bottom: 2px dotted #c6c6ed;
    }

    .home_4 .work-flow-steps li:nth-child(odd)::before {
        content: inherit;
    }

    .home_4 .work-flow-steps li span {
        font-size: 17px;

        margin-bottom: 5px;
    }

    .home_4 .work-flow-steps li:nth-child(even)::before {
        content: inherit;
    }

    .home_4 .work-flow-steps li:nth-child(odd) .work-content {
        margin-bottom: 0;
    }

    .home_4 .work-flow-steps li:nth-child(even) .work-content {
        margin-top: 0;
    }

    .home_3 .choose-wrap .row {
        display: block;
    }

    .home_3 .col-md-4 {
        width: 100%;
    }

    .home_3 .choose-wrap .choose-left li {
        width: 23%;
    }

    .home_3 .choose-wrap .choose-left li:nth-child(2) {
        display: flex;
        flex-direction: column;
        justify-content: start;
    }

    .home_3 .choose-wrap .choose-left li:nth-child(2) p {
        margin-top: 50px;
    }

    .col-md-8 {
        width: 100%;
        padding: 0px;
    }

    .home_3 .choose-wrap .choose-right li:nth-child(2n) {
        margin-top: -140px;
        margin-left: 690px;
    }

    .home_3 .choose-wrap .choose-right li:nth-child(10) {
        margin-top: -60px;
    }

    .faq .card-img {
        font-size: 150px;
    }

    .faq .card-img {
        width: 180px;
        height: 180px;
    }

    .more_content {
        padding-bottom: 40px;
    }

    .home_3 .choose-wrap .choose-right li:nth-child(9) {
        margin-top: -160px;
    }

    .home_3 .choose-wrap .choose-left li p {
        font-size: 18px;
    }

    .home_3 .choose-wrap .choose-left li:nth-child(2) p {
        font-size: 18px;
    }

    .home_3 .choose-wrap .choose-left li:nth-child(3) p {
        font-size: 18px;
    }

    .cta-content .cta-left {
        width: 100%;
    }

    .cta-content .cta-right {
        display: flex;
    }
    /* .testimonials .item::after {
  bottom: -97px;
} */
}



@media (max-width: 1199px) {

  .home_3 .choose-wrap .choose-right li:nth-child(2n) {

    margin-left: 60%;
  }

}




@media (max-width: 1100px) {
    .timeline {
        width: 100%;
    }

    .home_1 {
        padding-top: 120px;
    }

    .home_1 h1 {
        font-size: 28px;
    }

    .home_1 .home-form {
        max-width: 100%;
    }

    .heading h2 {
        font-size: 23px;
    }

    .heading span {
        font-size: 19px;
    }

    .heading h2 span {
        font-size: 23px;
    }

    .home_2 .service-boxes h3 {
        font-size: 20px;
    }

    .home_3 .choose-wrap .choose-left li {
        width: 49%;
    }

    .more_content .tab button {
        font-size: 18px;
    }

    .more_content .tabcontent p {
        font-size: 15px;
    }

    .more_content .tabcontent ul li {
        font-size: 15px;
    }

    .more_content .tabcontent p strong {
        font-size: 18px;
    }

    .faq .card-data>h3 {
        font-size: 20px;
    }

    .home_3 .choose-wrap .choose-right span {
        font-size: 19px;

        margin-bottom: 5px;
    }
}

@media (max-width: 991px) {
    .home_4 .choose-heading {
        flex-wrap: wrap;
    }

 

    .home_4 .choose-heading .choose-heading-left {
        width: 100%;
        text-align: center;
    }

  .testimonials .owl-carousel .owl-stage-outer {
    padding-top: 40px;
  }

s
    .home_4 .work-process .heading h2 span {
        font-size: 34px;
    }

    .faq .heading {

        margin-bottom: 10px;
    }

    .home_4 .choose-heading .choose-heading-right {
        width: 100%;
        text-align: center;
    }

    .home_4 {
        padding-top: 40px;
    }

    .home_4 .work-process span {
        font-size: 23px;
    }

    .home_4 .choose-heading {
        padding: 40px 0px 0px 0px;
    }

    .home_4 .work-process span {
        font-size: 23px;
        margin-bottom: 17px;
    }

    .home_4 .work-process p {
        font-size: 17px;
        margin: 11px 11px 14px 11px;
    }

    .testimonials .item {
        height: 250px;
    }
}

@media (max-width: 866px) {
    .testimonials .item {
        height: 240px;
    }
         .left_side .left_side_in {
border-radius: 0;
    border: none;
    position: absolute;
    width: 100%;
    top: 67px;
 box-shadow: 0 5px 6px #cccccc73;
    margin-top: -1200px;
    border-top: 1px solid #cccccca8;
  }
  .left_side {
    top: 71px;
    width: 100%;
    position: sticky;
    display: block;
    margin-left: 0;
  }
  .tableoflist .close.arrow_bottom {
  display: block;
  float: right;
  position: absolute;
  right: 20px;
  width: 25px;
}
.left_side.main .tableoflist .close.arrow_bottom{display:none !important}
  .left_side .left_side_in h4{display:none;}

  .tableoflist {
    margin-right: 0;
    float: right;
    width: 100%;
    justify-content: unset;
    box-shadow: 0 5px 6px #cccccc73;
  border-radius: 0;
  height: 54px;
  }
  .left_side.main .tableoflist .close {
  position: absolute;
  right: 20px;
opacity: .4;
}

.left_side.main .tableoflist img {
  display: block;
}
.left_side.main .left_side_in {
  margin-top: 0;
}

.left_side.main .tableoflist {
  width: 100%;
padding: 0 20px;
  margin-right: 0;
}

.tableoflist span {
  font-size: 18px;
}


.left_side.main .tableoflist span {
  display: block;

}

    .testimonials .quotes-img {
        display: none;
    }



    .home_3 .choose-wrap .choose-left li {
        width: 48%;
    }

    .home_1 .row {
        flex-wrap: wrap;
    }

    .col-md-6 {
        width: 100%;
    }



 .home_1 {
    padding-top: 170px;
  }

    /* .home_3 .choose-wrap .choose-right li:nth-child(even) {
        margin-left: 360px;
    } */

    .home_3 .choose-wrap .choose-right li:nth-child(3) {
        margin-top: -120px;
    }

    .testimonials .item {
        height: 220px;
    }

    .testimonials .owl-carousel .owl-nav {
        left: 43%;
        margin-top: 20px;
    }

    .cta-content {
        max-width: 100%;
        margin: auto;
    }

    .cta-content .cta-left strong {
        font-size: 24px;
    }

    .home_2 .service-boxes {
        height: 360px;
        overflow: hidden;
        text-align: center;
    }
}

@media (max-width: 767px) {

    .testimonials .owl-carousel .owl-stage-outer {
  padding-bottom: 15px;
}
 .testimonials .owl-carousel .owl-nav {
    margin-top: 0;
  }
 .home_4 .work-flow-steps li {
    width: 100%;
    margin: 0 !important;
    border: none !important;
    padding: 7px 0 !important;
  }



  .home_4 .work-img {
    margin-bottom: 0;
    width: 100px;
    height: 100px;
    margin: 0 auto 15px;
    max-width: 100px;
    padding: 0;
    display: flex;
    align-items: center;
  }
    .home_4 .work-flow-steps li .text {
    display: inline-block;
    background: #f1f5ff;
    padding: 15px;
    border-radius: 10px;
  }
  .home_4 .work-flow-steps li .text {
    display: grid;
  }
    .home_1 .service-list {
        justify-content: center;
    }

    .home_1 .home-left {
        margin-right: 0px;
    }

    .home_2 .service-boxes img {
        width: auto;
    }

    .faq .card-img {
        width: 130px;
        height: 140px;
    }

    .faq .card-img {
        font-size: 110px;
    }

    .faq .heading {
        margin-bottom: 10px;
    }

    .testimonials .item {
        height: auto;
    }

    .faq {
        padding: 10px 00px 70px 0px;
    }

    .home_2 .col-md-3 {
        position: sticky;
        top: 50px;
        width: 100%;
    }

    .testimonials .set {
        padding-right: 0;
    }

    .timeline {
        width: 100%;
    }

    .timeline:before {
        left: 20px;
    }

    .timeline ul li:nth-child(odd),
    .timeline ul li:nth-child(even) {
        width: 100%;
        text-align: left;
        padding-left: 50px;
    }

    .timeline ul li:nth-child(odd):before {
        top: -18px;
        left: 16px;
    }

    .timeline ul li:nth-child(even):before {
        top: -18px;
        left: 16px;
    }

    .timeline ul li:nth-child(odd) .left_content,a
    .timeline ul li:nth-child(even) .left_content {
        top: -30px;
        left: 50px;
        right: inherit;
    }

  .home_1 {
    padding-top: 116px;
  }
    .home_1 .row {
        display: block;
    }

    .home_1 h1 {
        font-size: 26px;
        text-align: center;
    }

    .home_1 p {
        text-align: center;
    }

    .home_1 .home-left {
        margin-left: 0;
        text-align: center;
    }

  .heading h2 {
    font-size: 26px;
  }


    .col-md-3 {
        width: 50%;
    }

    .cta-content {
        max-width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 20px;
    }

    .cta-content .cta-left {
        width: 100%;
    }

    .cta-content .cta-right {
        width: 100%;
        display: none;
    }

    .home_3 .choose-wrap .choose-right {
        margin: 0;
    }

    .home_3 .choose-wrap .choose-right li:nth-child(2n) {
        margin-top: -360px;
    }

    .more_content_tabs {
        flex-direction: column;
    }

    .more_content .tab {
        width: 100%;
    }

    .more_content .tab .tab-buttons {
        width: 98%;
        display: flex;
        margin-bottom: 20px;
        gap: 10px;
        overflow-y: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .more_content .tab:-webkit-scrollbar {
        display: none;
    }

    .more_content .tab button.active {
        background-color: #4949e9;
        color: #fff;
        border-right: 0;
    }

    .more_content .tab button {
        font-size: 15px;
        padding: 13px 10px;
        width: 48%;
        background-color: #abc3ff;
        color: #4949e9;
        border-radius: 6px;
        text-align: center;
        min-width: 190px;
    }

  .more_content .container {
    max-width: 100%;
  }
    .more_content .tab-text {
        width: 100%;
        padding: 20px 0px 20px 20px;
        border: 1px solid #4949e9;
        border-radius: 10px;
        height: 400px;
        overflow-y: scroll;
    }

    .more_content .tabcontent {
        padding: 0px;
        overflow: hidden;
    }

    .more_content .tabcontent p strong {
        font-size: 15px;
    }

    .more_content_tabs {

        padding: 0;
        border: 0;
    }

.faq .cards {
  width: min(100% - 0px, 950px);
}
.home_3 .choose-wrap p {
  font-size: 14px;
}
 .home_3 .choose-wrap .choose-right span {
    text-align: center;
  }
    .home_2 .service-boxes p {
    font-size: 14px;
  }
  .footer-widget ul li a {
  font-size: 14px;
}
   .more_content .tabcontent p {
    font-size: 14px;
  }
    .more_content .tabcontent .btn {
        font-size: 15px;
    }

    .more_content .tabcontent .btn img {
        width: 30px;
        height: 30px;
    }


    .more_content .tabcontent {}

    .second_header_in .navbar-nav {
        top: 65px;
    }

    .more_content .tab button {}

    .more_content .tabcontent h3 {
        margin-bottom: 2px;
        font-size: 20px;
    }

    .more_content .tabcontent p {
        margin-bottom: 4px;
    }

    .home_3 .choose-wrap .choose-right li:nth-child(11) {
        margin-top: 50px;
    }

    .whatsapp-icon .btn-whatsapp-pulse {
        bottom: 0;
        top: 50%;
        padding: 30px;
        font-size: 30px;
    }

    .testimonials .item::after {
        display: none;
    }
.testimonials .item {
  margin: 0 15px;
}

    .home_1 .home-form form .form__privacy label {
        font-size: 16px;
    }

    .testimonials {
        position: relative;
        padding: 0px 0 50px 0;
    }

    .testimonials .item {
        height: auto;
    }


   .testimonials .owl-carousel .owl-item, .testimonials .owl-carousel .owl-item .item {
  height: 100%;
}
.review-content {
  height: 100%;
}

 .left_side {
    top: 54px;
 }
}

@media (max-width: 600px) {
    .home_3 .choose-wrap .choose-right p {
  min-height: auto;
}
.home_1 p {
  font-size: 15px;
}
 .what-makes-box1 strong {
    text-align: center;
  }
      .left_side {
    top: 61px;
    }
    

}
@media (max-width: 600px) {
  .what-makes-box1.greenbg, .what-makes-box1.whitebg {
    height: 300px;

  }

.what-makes-box1.whitebg {
  text-align: center;

}
    .home_1 .client-review-section ul li img {
        width: 60px;
        height: 60px;
    }

    .home_1 .home-left .btn img {
        width: 30px;
        height: 30px;
    }

    .faq .card-img {
        font-size: 70px;
    }

    .home_1 .service-list {
        justify-content: center;
    }

    .home_1 h1 {
        font-size: 24px;
    }

    .home_2 .service-boxes {
        height: auto;
        text-align: center;
    }

    .faq .card-data {
        margin-top: -40px;
    }

    .home_2 .service-boxes img {
        width: 100%;
    }

    .home_2 .service-boxes img.arrowicon {
        width: auto;
    }

    .home_3 .choose-wrap .choose-left li {
        width: 100%;
        position: sticky;
        top: 0;
        text-align: center;
    }

    .home_3 .choose-wrap .choose-right {
        margin-top: 50px;
    }

    .home_3 .choose-wrap .choose-right li {
        width: 100%;
        text-align: center;
        padding: 0px 15px;
    }

    .home_4 {
        padding-bottom: 50px;
    }

    .home_4 .work-process .heading h2 span {
        font-size: 30px;
    }

    .home_3 .choose-wrap .choose-right li:nth-child(2n) {
        margin-left: 0;
    }

    .home_4 .work-process span {
        font-size: 21px;
    }

    .home_4 .work-process p {
        font-size: 16px;
    }

    .home_3 .choose-wrap .choose-right li:nth-child(2) {
        margin-bottom: 30px;
    }

    .home_3 .choose-wrap .choose-right ul::after {
        border: none;
    }

    .home_3 .choose-wrap .choose-left li:nth-child(1) p {
        font-size: 16px;
    }

    .home_3 .choose-wrap .choose-left li:nth-child(1) span {
        font-size: 25px;
    }

    .home_3 .choose-wrap .choose-left li:nth-child(2) span {
        font-size: 25px;
        position: relative;
        text-align: center;
        margin-bottom: 0;
    }

    .home_3 .choose-wrap .choose-left li:nth-child(3) span {}

    .home_3 .choose-wrap .choose-left li:nth-child(2) p {
        margin-top: 0px;
        font-size: 15px;
    }

    .home_3 .choose-wrap .choose-left ul li:nth-child(3) p {
        font-size: 15px;
    }

    .home_3 .choose-wrap .choose-left ul li:nth-child(3) span {
        margin-top: 0px;
        font-size: 25px;
        position: relative;
        text-align: center;
        margin-bottom: 0;
    }

    .home_3 .choose-wrap .choose-left ul li:nth-child(4) span {
        margin-top: 0px;
        font-size: 25px;
        position: relative;
        text-align: center;
        margin-bottom: 0;
    }

    .home_3 .choose-wrap .choose-left ul li:nth-child(4) p {
        font-size: 15px;
    }

    .home_3 .choose-wrap .choose-right li:nth-child(even) {
        margin-top: 20px;
    }

    .home_3 .choose-wrap .choose-right li:nth-child(odd) {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    /* .home_1 form {
        padding: 20px;
    } */
     .home_1 .home-form .col-6{
  width: 100%;
}

    .home_1 .home-form .form-top span.title {
        font-size: 15px;
    }

    .home_1 .home-form form span.title {
        font-size: 15px;
    }

    .home_1 .home-form a img {
        width: 30px;
        height: 30px;
    }


    .home_1 .home-form form label {
        font-size: 15px;
    }

    .home_1 .btn {
        font-size: 14px;
    }

    .heading span {
        font-size: 16px;
    }

    .cta-content .cta-left p {
        font-size: 17px;
    }

    .cta-content .cta-left p span {
        font-size: 17px;
    }

    .cta-content .cta-left .btn {
        font-size: 14px;
    }

    .cta-content .cta-left .btn img {
        width: 30px;
        height: 30px;
    }

    .home_2 {
        padding-bottom: 40px;
    }

    .home_3 .choose-wrap {
        padding: 20px;
    }

    .home_4::before {
        width: 170px;
        height: 140px;
    }

    .more_content::before {
        width: 160px;
        height: 140px;
    }

    .home_4 .work-flow-steps li:nth-child(odd) {
        flex-direction: column-reverse;
        margin-bottom: 0px;
    }

    .home_4 .work-flow-steps li img {
        width: 40px;
        height: 40px;
    }

    .home_1 form .form-filed {
        flex-wrap: wrap;
    }

    .home_1 form .form-filed .form-group {
        width: 100%;
    }

    .home_1 form .form-filed {
        gap: 1px;
    }

    .home_1 .client-review-section ul li:nth-child(1) {
        display: none;
    }

    .home_1 .client-review-section ul li:nth-child(3) {
        margin-left: 0px;
        width: 100px;
        height: 60px;
    }

    .home_1 .client-review-section ul li:nth-child(2) {
        display: none;
    }

    .home_1 .client-review-section span {
        font-size: 16px;
    }

    .home_3 .choose-wrap .choose-left ul li:nth-child(1) span {
        font-size: 25px;
        margin-bottom: 37px;
    }

    .testimonials .item p {
        font-size: 14px;
    }

    .testimonials .item span {
        font-size: 19px;
    }

    .testimonials .owl-carousel .owl-nav {
        left: 30%;
        margin-top: 20px;
    }

    .testimonials .item img {
        width: 75px;
        height: 75px;
    }

    .testimonials .owl-carousel .owl-nav {
        left: 33%;
        margin-top: 20px;
    }

    .faq .card-data>.card-footer {
        bottom: -13px;
        left: 30%;
    }

    .faq {
        padding: 10px 00px 50px 0px;
    }
}
