.h-100 {
    height: 100%;
}

/* new_banner_section */
.new_banner_section .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}
.new_banner_section .row .rowin {
    padding: 0 12px;
}
.new_banner_section .col-8 {
    flex: 0 0 auto;
    width: 66.666667%;
}
.new_banner_section .col-4 {
    flex: 0 0 auto;
    width: 33.33%;
}



.new_banner_section .order-form-partial h4 {
  font-size: 26px;
  margin-bottom: 20px;
  color: var(--purple);
}




/* new_banner_section */
.new_banner_section {
    padding: 150px 0 60px;
    position: relative;
    background-size: cover;
    background-position: right top;
}
.new_banner_section h1 {
    color: #fff;
    font-size: 55px;
    font-weight: 300;
    margin-bottom: 20px;
}
.new_banner_section h1 strong {
    font-weight: 800;
}
.new_banner_section p {
    color: var(--white);
    font-size: 16px;
}
.new_banner_section p {
    color: var(--white);
    font-size: 16px;
}
.new_banner_section p.text {
    width: 60%;
    margin-top: 23px;
    border-left: 2px solid #25d366;
    padding-left: 15px;
    float: right;
}
.new_banner_section .assignments h3 {
    font-size: 67px;
    color: var(--white);
    margin-bottom: 27px;
    border-left: 2px solid var(--white);
    padding-left: 14px;
}
.new_banner_section .assignments {
    float: right;
    margin-right: -0;
}
.new_banner_section .assignments .experts {
    margin-left: 65px;
}
.new_banner_section .assignments h3 span {
    font-size: 20px;
    display: block;
}
.new_banner_section .order-form-partial {
    position: relative;
    margin-top: 100px;
    background: var(--white);
    padding: 35px;
    border-radius: 35px;
    max-width: 670px;
}
#orderForm2 .input-box {
  width: 100%;
  margin-bottom: 9px;
}
#orderForm2 .input-box label {
  margin-bottom: 5px;
  display: block;
  font-size: 15px;
  font-weight: 500;
}
.new_banner_section #orderForm2 .input-box input,
.new_banner_section #orderForm2 .input-box select {
    border-radius: 10px;
    padding: 14px 20px;
    font-size: 14px;
    background: #efeded;
    height: 46px;
}
.new_banner_section .std-code-div {
    max-width: 50%;
    min-width: 50%;
}
.new_banner_section .order-btn {
    text-align: center;
    padding-top: 0;
    text-align: left;
}
#orderForm2 .input-box:last-child {
  margin-bottom: 0;
}
.new_banner_section #orderForm2 .input-box.std-code-div {
    display: flex;
    gap: 10px;
}
.new_banner_section #orderForm2 .input-box.std-code-div .Code {
    max-width: 95px;
}
.new_banner_section #orderForm2 .input-box select {
    padding: 14px 13px;
}
.new_banner_section .get_div p {
    color: #0892c8;
}

.new_banner_section .get_div span {
  width: 80px;
  height: 80px;
  display: inline-block;
  min-width: 80px;
  border: 4px solid var(--white);
  border-radius: 50%;
}


.new_banner_section .get_div span img {
  width: 80px;
}






/* .new_banner_section .get_div {background: var(--white); color: #000; padding: 0; width: 400px; border-radius: 60px 10px 10px 60px; display: flex; align-items: center; gap: 14px; position: absolute; right: 20px; bottom: -32px; box-shadow: 0 0 7px #213343;}
.new_banner_section .get_div h4 {font-size: 42px; background: #0892c8; width: 80px;border-radius: 50%; min-width: 80px; height: 80px; line-height: 80px;text-align: center;color: var(--white);} */
.new_banner_section .get_div h4 {
    font-size: 70px;
    background: #0892c8;
    width: 80px;
    border-radius: 50%;
    min-width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: var(--white);
    box-shadow: 2px 1px 10px #0892c899;
    font-weight: 300;
}
.new_banner_section .get_div {
    background: var(--white);
    color: #000;
    padding: 0 15px 0 0;
    width: 400px;
    border-radius: 60px 10px 10px 60px;
    display: flex;
    align-items: center;
    gap: 14px;
    position: absolute;
    right: 20px;
    bottom: -32px;
    box-shadow: 4px 2px 7px #2133434a;
}
.new_banner_section p .btn {
  margin-top: 5px;
  background: var(--green);
  float: right;
}
.mob_banner {
    display: none;
}

footer .footer-right strong {
    margin-bottom: 20px;
    display: block;
    margin-top: 20px;
}

/* need_help_section */

.need_help_section .title {
  margin: 0 auto 20px auto;
}
.need_help_section {
    padding: 60px 0;
    text-align: center;
}
.need_help_section h6 span {
  font-size: 25px;
  font-weight: 600;
}
/* .need_help_section h6 {font-size: 24px; font-weight: 300; color: var(--purple); max-width: 1000px; margin: 0 auto 26px; text-align: center;} */

.need_help_section h6 {
  font-size: 18px;
  font-weight: 400;
  color: var(--purple);
  max-width: 100%;
  margin: 0 auto 26px;
  text-align: center;
  line-height: 30px;
}

.need_help_section h6 b {
    font-weight: 600;
}
.need_help_section_new .btn, .need_help_section .btn {
    padding: 0 30px 0 0;
    background: var(--green);
    font-size: 18px;
    line-height: 46px;
    display: inline-flex;
    gap: 13px;
    align-items: center;
}
.need_help_section_new .btn span, .need_help_section .btn span {
    background: var(--white);
    border-radius: 50%;
    border: 5px solid var(--white);
    position: relative;
    left: 0;
    display: table-cell;
}
.need_help_section_new .btn img, .need_help_section .btn img{
    height: 50px;
}
.need_help_section p {
    color: var(--purple);
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 400;
    display: flex;
    gap: 25px;
    justify-content: center;
    text-align: center;
    align-items: center;
}

/* banner-section  */
.banner-section {
    display: none;
    padding-top: 160px;
    padding-bottom: 0;
    position: relative;
    background-position: center;
    background: var(--light-white);
    overflow: hidden;
}

/* .banner-section .row {
    align-items: center;
} */

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

.col-md-4 {
    width: 40%;
}

.banner-section h1 {
    color: var(--black);
    font-size: 40px;
    margin-bottom: 24px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 2px;
}

.banner-section h1 span {
    color: var(--green);
    font-weight: 600;
}

.banner-section p {
    margin-bottom: 44px;
    color: var(--black);
    font-size: 16px;
    line-height: 1.6;
    font-weight: 300;
}

.banner-section .home-left .btn {
    margin-bottom: 20px;
    display: flex;
    gap: 15px;
    justify-content: start;
    align-items: center;
    width: 50%;
}

.content-right ul li {
    margin-bottom: 30px;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateX(100%);
    animation: slide-in 1s ease-out forwards;
    animation-delay: 0s;
    /*! padding: 20px; */
    border-radius: 15px;
    /*! background: var(--green); */
    position: relative;
}

.content-right ul {
    padding-left: 90px;
}

.content-right ul li:nth-child(1) {
    animation-delay: 0.1s;
    /* First item delay */
}

.content-right ul li:nth-child(2) {
    animation-delay: 0.4s;
    /* Second item delay */
}

.content-right ul li:nth-child(3) {
    animation-delay: 0.8s;
    /* Third item delay */
}

@keyframes slide-in {
    from {
        transform: translateX(100%);
        /* Start off-screen */
        opacity: 0;
    }

    to {
        transform: translateX(0);
        /* Slide into place */
        opacity: 1;
    }
}

.content-right ul li span {
    font-size: 30px;
    font-weight: 400;
    font-size: 30px;
    font-weight: 400;
    /*! padding: 20px; */
    /*! border-radius: 100px; */
    /*! background: var(--black); */
    /*! width: 90px; */
    /*! height: 90px; */
    /*! position: absolute; */
    /*! left: -20px; */
}

.content-right ul li p {
    font-size: 25px;
    font-weight: 400;
}

.home-left {
    max-width: 80%;
}
.banner-section .banner-title {
    width: 90%;
    text-align: left;
    max-width: 720px;
}
.banner-section .banner-title h3 {
    font-size: 24px;
    color: var(--green);
    font-weight: 600;
    margin-bottom: 12px;
}
.banner-section .banner-title .input-box {
    margin-bottom: 20px;
}

.banner-section .banner-title form {
    max-width: 90%;
    /* margin-bottom: 60px;
    background-color: var(--grey); */
    padding: 45px;
    border-radius: 20px 20px 0px 0px;
    background: var(--purple);
    position: relative;
    overflow: hidden;
}

.banner-section .banner-title form .btn {
    background-color: var(--green);
}

.banner-section .banner-title form .input-grid {
    position: relative;
    z-index: 9;
}

.banner-section .banner-title form::before {
    /*! background: #efbfb2; */
    /*! content: ""; */
    position: absolute;
    left: -70px;
    top: -70px;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    z-index: 1;
}

.banner-section .banner-title form::after {
    /*! background: #efbfb2; */
    /* content: "";
    position: absolute;
    right: -70px;
    bottom: -70px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    z-index: 1; */
}

/*
  .banner-section form .input-box {
      margin-bottom: 30px;
  } */

.banner-section form input {
    border-radius: 26px;
    padding: 14px 20px;
    font-size: 14px;
    color: var(--black);
    border: var(--purple);
    width: 100%;
    outline: none;
    background: var(--grey);
}

.banner-section form label {
    display: block;
    background: transparent;
    color: var(--white);
    text-align: left;
    margin-bottom: 3px;
    font-size: 16px;
    font-weight: 500;
}

.banner-section form .input-grid.d-flex {
    gap: 10px;
    align-items: end;
    margin-bottom: 160px;
}

.banner-section form .input-grid.d-flex .input-box {
    width: 33.33%;
}

/* .banner-section .form-right {
      position: absolute;
      top: 50px;
      right: 0;
  } */

.banner-section .expert-box p {
    color: var(--black);
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 10px;
}
.banner-section .banner_right {
    display: flex;
    align-items: end;
    justify-content: end;
}
.banner-section .form-right {
    text-align: left;
    position: relative;
    width: 100%;
    max-width: 700px;
}

.banner-section img {
    border-radius: 20px;
    width: 450px;
}

.mySlides {
    display: none;
}
.mySlides .img-content p {
    margin: 0;
    font-weight: 500;
    font-size: 13px;
}
.mySlides_img h5 {
    position: absolute;
    left: 0;
    font-size: 24px;
    color: var(--white);
    text-align: center;
    width: 100%;
    padding: 48px 15px;
}
.mySlides_img {
    position: relative;
    display: inline-block;
}
.mySlides .img-content a {
    position: absolute;
    bottom: 11px;
    background: #f48668;
    padding: 12px 21px;
    border-radius: 30px;
    left: 0;
    right: 0;
    display: table;
    margin: auto;
    color: var(--white);
    box-shadow: 0 0 9px #000;
    font-weight: 500;
}
img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    display: none;
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: 0.4;
    }

    to {
        opacity: 1;
    }
}

@keyframes fade {
    from {
        opacity: 0.4;
    }

    to {
        opacity: 1;
    }
}

.slide2-text {
    padding: 10px;
    border-radius: 100px;
    right: 20px;
    bottom: 50px;
    position: absolute;
    font-weight: 500;
    width: 200px;
    height: 200px;
    background-color: var(--green);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 30px;
    color: var(--white);
}

.text-box2 {
    position: absolute;
    left: 0;
    top: 20px;
    background-color: var(--purple);
    font-size: 16px;
    padding: 10px;
    border-radius: 100px;
    color: var(--light-white);
}

.text-box3 {
    position: absolute;
    left: 0;
    bottom: 20px;
    background-color: var(--purple);
    font-size: 15px;
    padding: 10px;
    border-radius: 100px;
    color: var(--white);
}

.slide-text4 {
    position: absolute;
    left: 10px;
    top: 60px;
    background-color: var(--green);
    border-radius: 10px;
    padding: 20px;
    font-size: 20px;
    width: 200px;
    text-align: left;
    color: var(--white);
}

.slide-text1 {
    position: absolute;
    left: 0;
    top: 50px;
    background: var(--grey);
    border-radius: 10px;
    padding: 10px;
    width: 200px;
    text-align: left;
    line-height: 1.5;
    font-size: 17px;
    color: var(--purple);
}

.slide-text2 {
    position: absolute;
    left: 0;
    bottom: 10px;
    background: var(--grey);
    border-radius: 10px;
    padding: 10px;
    width: 200px;
    text-align: left;
    line-height: 1.5;
    font-size: 17px;
    color: var(--purple);
}

.text-box {
    position: absolute;
    left: 0;
    bottom: 20px;
    background-color: var(--purple);
    font-size: 15px;
    padding: 10px;
    border-radius: 100px;
    color: var(--white);
}

/* On smaller screens, decrease text size */

.banner-section .expert-box ul {
    width: 40%;
}

.banner-section .expert-box .d-flex {
    align-items: center;
}

.banner-section .expert-box a {
    width: 60%;
    text-align: end;
    font-size: 18px;
    text-decoration: underline;
}

.banner-section .expert-box ul li img {
    border-radius: 100px;
}

.banner-section .expert-box ul li {
    margin-left: -10px;
}

.banner-section .expert-box {
    padding: 20px;
    border-radius: 20px;
    background: var(--grey);
    max-width: 70%;
}

.banner-section .form-right img {
    /* width: 740px;
      height: 790px; */
    vertical-align: bottom;
}

/* .banner-section .form-right {


      margin: auto;
      margin-bottom: 0;
      padding: 30px 30px 40px 30px;
      background: var(--grey);
      border-radius: 20px;
  } */

.banner-section form .input-grid.d-flex .btn {
    padding: 15px 20px;
}

.banner-section .form-send {
    margin-top: 40px;
}

.banner-section .form-right span {
    font-size: 20px;
    margin-bottom: 20px;
    display: block;
}

.para-section {
    padding-top: 110px;
    margin: auto;
    padding-bottom: 40px;
    overflow: hidden;
    max-width: 80%;
}

.para-section span {
    font-size: 34px;
    display: block;
    margin-bottom: 15px;
    letter-spacing: 0px;
}
.para-section span.span_Our {
    font-size: 24px;
    margin-top: 35px;
}
.para-section span strong {
    color: var(--green);
    font-weight: 400;
    font-family: "DM Sans", cursive;
}

.para-section .content-left p {
    font-size: 17px;
    color: var(--black);
    line-height: 1.6;
    font-weight: 300;
    margin-bottom: 40px;
}

.para-section .col-md-4 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
}
.para-section .btn {
    padding: 0px 20px;
    background: var(--purple);
    color: var(--white);
    font-size: 18px;
    line-height: 60px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
}
.whatsup {
    height: 63px;
    width: 60px;
    display: inline-block;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    margin-left: 10px;
    line-height: 60px;
    float: right;
    z-index: 999;
    position: fixed;
    bottom: 100px;
    left: 0;
    box-shadow: 0 3px 25px #0000006b;
}
/* .whatsup {
  height: 63px;
  width: 60px;
  display: inline-block;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  margin-left: 10px;
  line-height: 60px;
  float: right;
  position: absolute;
  bottom: 27px;
  left: -52px;
  box-shadow: 0 3px 25px #0000006b;
} */

.order-form-partial {
    position: relative;
}
.whatsup img {
    width: 45px;
}
.banner-section .form-send h6 {
    display: inline;
    color: var(--white);
    font-size: 20px;
}

.banner-section .form-send {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.whatsupdiv h6 {
    color: var(--white);
    font-size: 18px;
    font-weight: 400;
    display: inherit;
}
.whatsupdiv {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    background: var(--green);
    padding: 16px;
    color: var(--white) !important;
    border-radius: 10px;
    margin-bottom: 13px;
    max-width: 90%;
}
.para-section .btn img {
    height: 35px;
}
.para-section .btn:hover {
    background-color: var(--green);
}

.para-section p strong {
    color: var(--green);
}

.service-box {
    margin-bottom: 30px;
}
.service-box.box2 .col-md-4 {
    order: 2;
}

.service-box.cta_new {
    margin-top: -90px;
    margin-bottom: 70px;
    text-align: center;
}
.service-box.cta_new .service-text h3 {
    font-size: 46px;
    display: block;
    margin-bottom: 40px;
    letter-spacing: 2px;
    line-height: 55px;
    color: var(--white);
    font-weight: 500;
}
.service-box.cta_new .service-text strong {
    color: var(--purple);
    font-size: 46px;
    display: inline;
}
.service-box.cta_new .service-text .btn {
    background-color: var(--purple);
    padding: 15px 30px;
}
.service-text {
    max-width: 100%;
    margin: auto;
    background-color: var(--green);
    padding: 40px;
    border-radius: 20px;
}

.service-text a {
    background-color: var(--green);
}

.cta-form {
    position: relative;
    max-width: 94%;
    box-shadow: rgba(136, 136, 142, 0.2) 2px 7px 29px 0px;
    margin: auto;
    border-radius: 20px;
}

.cta-form .cta-form-left::after {
    /*! background: #18d98ade; */
    content: "";
    position: absolute;
    right: -70px;
    bottom: -70px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    z-index: 1;
}

/* .cta-form::before {
    content: "";
    position: absolute;
    right: 0;
    top: -400px;
    width: 400px;
    height: 400px;
    position: absolute;
    background-image: url(../img/shape-icon2.png);
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform(roate90deg);
    transform: rotate(90deg);
} */
/* .banner_section_servies{
    padding-top: 86px;
} */
/* .banner-content {
  margin-bottom: 75px;
  background: var(--off-white);
  padding: 70px 60px;
}
.banner-content h1 strong {
  color: var(--purple);
}
.banner-content h1 {
  font-size: 70px;
  text-align: center;
  max-width: 1200px;
  margin: auto;
  color: var(--green);
} */

.cta-form .cta-form-left p {
    color: var(--white);
    z-index: 9;
    position: relative;
    margin-bottom: 70px;
    font-size: 20px;
    max-width: 80%;
}

.cta-form .cta-form-left::before {
    /*! background: #18d98ade; */
    content: "";
    position: absolute;
    left: -70px;
    top: -70px;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    z-index: 1;
}

.cta-form .cta-form-left {
    background: var(--purple);
    background-size: cover;
    background-position: center;
    padding: 100px;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 20px 0px 0px 20px;
}

.cta-form .cta-form-left h2 {
    max-width: 80%;
    font-weight: 400;
    margin-bottom: 18px;
    font-size: 50px;
    position: relative;
    z-index: 9;
    color: var(--white);
}

.cta-form .cta-form-left .d-flex {
    gap: 60px;
}
.cta-form .cta-form-left .input-box {
    width: 100%;
    margin-bottom: 40px;
}
.cta-form .cta-form-left .d-flex .input-box {
    width: 50%;
    margin-bottom: 40px;
}
.cta-form .cta-form-left .d-flex .input-box {
    width: 50%;
    margin-bottom: 40px;
}
.cta-form .cta-form-left .input-box label {
    color: var(--grey);
    display: block;
    margin-bottom: 3px;
}
.cta-form .cta-form-left form {
    position: relative;
    z-index: 9;
}

.cta-form .cta-form-left form .btn {
    background-color: var(--green);
}

.cta-form .row {
    margin: 0;
}

.cta-form .col-md-4 {
    padding: 0;
}

.cta-form .col-md-8 {
    padding: 0;
}

.cta-right {
    background: var(--white);
    padding: 70px 0px 50px 100px;
    height: 100%;
    background-color: var(--grey);
    /*! box-shadow: rgba(136, 136, 142, 0.2) 0px 7px 29px 0px; */
    border-radius: 0px 20px 20px 0px;
}

.cta-right .title {
  max-width: 100%;
}
.cta-right .title h2 {
  text-align: left !important;
}
.cta-right p {
    color: #a5a5a5;
}

.cta-right strong {
    display: block;
    margin-bottom: 0;
    color: var(--purple);
    font-size: 57px;
    font-weight: 600;
    margin-top: 23px;
}

.cta-right ul {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.cta-right ul li {
    width: 50%;
    margin-bottom: 80px;
}

.service-box .btn {
  padding: 0 23px 0 0;
  display: inline-flex;
  justify-content: right;
  align-items: center;
  gap: 15px;
}

.service-box .btn span {
  background: var(--white);
  border-radius: 50%;
  border: 4px solid var(--white);
  position: relative;
  left: 0;
  display: table-cell;
  margin: 0;
  padding: 0;
}
.service-box .btn img {
  height: 46px;
}



.service-box .btn:hover {
    background-color: var(--green);
}

.service-box span {
    margin-bottom: 16px;
    display: block;
    font-weight: 500;
    font-size: 23px;
    color: var(--purple);
    padding-left: 10px;
    border-left: 3px solid var(--green);
    margin-left: 50px;
}

.service-box .service-content {
    /* width: 90%; */
    padding-left: 40px;
    /* text-align: center; */
}
.service-wrap .service-box {
    margin-bottom: 60px;
}

.service-box.box2 .service-img.img1 {
    padding-left: 95px;
    padding-right: 0;
}
.service-box.box2 .service-img.img1 li {
    display: flex;
    justify-content: right;
}
.service-box.box2 .service-img.img1 ul {
    left: -65px;
    text-align: right;
}
.service-box.box2 .service-content {
    padding-right: 80px;
    padding-left: 0;
}

/* .service-box.box2 {
  background: var(--off-white);
  padding: 70px 60px;
} */
.service-box .service-btn {
    text-align: start;
    padding-left: 50px;
}
.service-box .service-content .service-box:nth-child(2) {
    background-color: var(--light-grey);
}
.service-box .service-content ul {
    margin-bottom: 40px;
    padding-left: 50px;
}
.service-box ul {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    width: 80%;
    /* margin-bottom: 50px; */
    position: relative;
}

.service-box ul li {
    padding: 4px 10px;
    border-radius: 100px;
    border: 1px solid var(--purple);
    color: var(--black);
    width: auto;
    text-align: center;
    font-size: 13px;
}

.service-box strong {
    margin-bottom: 8px;
    display: block;
    font-size: 35px;
    font-weight: 400;
}

.tab-accordian ul {
    width: 70%;
}

.tab-accordian .d-flex {
    align-items: center;
}

.tab-accordian ul li {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.service-right {
    width: 30%;
    text-align: center;
}

.tab-accordian ul li p {
    font-size: 20px;
}

.tab-accordian.accordian2 span {
    color: var(--white);
}

.tab-accordian.accordian2 p {
    color: var(--white);
}

.service-box p {
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 1.7;
    /* width: 90%; */
}

/* grid */
/* .bento-column {
       display: grid;
       max-width:100%;
       height: auto;
       margin-inline: auto;
       padding-inline: 1.5rem;
  } */

.services {
    padding-top: 60px;
    padding-bottom: 50px;
    position: relative;
    background: #efeded;
    border-radius: 100px 100px 0 0;
    margin-bottom: 60px;
}

/* .services::after {
    background: linear-gradient(180deg, #2d1e0d0a, #826d6d00);
    height: 200px;
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
} */

.services .title {
    margin-bottom: 30px;
}

.text-purple {
    color: var(--light-purple);
}

.text-yellow {
    color: var(--yellow);
}

.text-white {
    color: var(--grey);
}

.bento-column {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "social" "multiple" "consistency" "timing" "follower" "growth" "schedule" "content";
    gap: 1.25rem;
    max-width: 100%;
}

.bento-item {
    display: grid;
    gap: 1.25rem;
    padding-block: 3rem;
    padding-inline: 3rem;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: var(--shadow-medium);
}

.bento-item h2 {
    font-size: var(--display-small);
}

.bento-item span {
    color: var(--black);
    font-size: 36px;
    line-height: 1.2;
}

.bento-item strong {
    font-size: 22px;
    font-weight: 400;
}

.schedule {
    grid-area: schedule;
    align-content: center;
    background-color: var(--purple);
}

.schedule p {
    margin-bottom: 100px;
}

.social h2 {
    font-size: var(--display-medium);
}

.social img {
    width: 100%;
    height: 100%;
}

.schedule span {
    text-align: end;
    /* color: var(--white); */
}

.timing {
    grid-area: timing;
    align-content: end;
    text-align: center;
    background-color: var(--light-purple);
}

.timing p {
    font-size: 15px;
    text-align: justify;
}

.timing strong {
    display: flex;
    margin-bottom: 100px;
    font-size: 18px;

    font-weight: 400;

    padding: 20px;

    border: 1px solid var(--black);

    border-radius: 38px;

    text-align: center;

    line-height: 1.4;

    flex-direction: column;

    justify-content: center;

    background: var(--green);
}

.content {
    grid-area: content;
    background-color: var(--purple);
}

.multiple {
    grid-area: multiple;
    background-color: var(--black);
}

.multiple p {
    color: var(--white);
    font-size: 30px;
    font-weight: 300;
}

.growth {
    grid-area: growth;
    background-color: var(--green);
}

.growth h2 {
    font-size: var(--display-medium);
}

.consistency {
    grid-area: consistency;
    background-color: var(--yellow);
}

.consistency p {
    font-size: 18px;
    text-align: center;
    color: var(--white);
}

.follower {
    grid-area: follower;
    place-items: center;
    color: var(--white);
    background-color: var(--purple);
}

.follower h2 {
    text-align: center;
}

.bento-column {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: 1fr 3rem 0.5fr 1fr;
    margin-left: 0;
    margin-right: 0;
    grid-template-areas: "schedule social social timing" "schedule multiple consistency timing" "content multiple consistency timing" "content growth follower follower";
}

.bento-item {
    padding-block: 30px;
    padding-inline: 20px;
}

.timing {
    text-align: left;
}

.content {
    align-content: space-between;
}

.follower {
    display: flex;
    gap: 1.5rem;
    color: var(--color-white-100);
    flex-basis: content;
    flex-direction: column;
}

.follower h2 {
    text-align: left;
}

.why-us {
    padding-top: 90px;
    padding-bottom: 90px;
}

.social {
    grid-area: social;
    text-align: center;
    /* color: var(--white);
       background-color: var(--light-purple); */
    padding-block: 0;
    padding-inline: 0;
}

.bento-item.content .d-flex {
    gap: 20px;

    align-items: center;
    margin-bottom: 20px;
}

.bento-item.content strong {
    font-size: 28px;
    font-weight: 400;
    display: block;
    color: var(--white);
}

.bento-item.content p {
    color: var(--white);
}

.bento-item.content span {
    font-size: 30px;
    font-weight: 500;
}

.bento-item.follower strong {
    font-size: 30px;
    font-weight: 400;
    display: block;
    margin-bottom: 20px;
}

.bento-item.follower p {
    font-size: 21px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.bento-item.follower .img {
    text-align: end;
}

.how-it-works {
    padding-top: 80px;
    padding-bottom: 60px;
}

.how-it-works .work-right {
    text-align: end;
    position: relative;
}

.how-it-works .work-right img {
    position: relative;
}

.how-it-works .work-right strong {
    display: block;
    margin-bottom: 50px;
    font-size: 40px;
    font-weight: 500;
    color: var(--white);
}

.how-it-works .work-left li {
    margin-bottom: 70px;
    position: relative;
    /*! paading-left: 70px; */
}

.how-it-works .work-left li span {
    font-size: 68px;
    opacity: 0.2;
    color: var(--purple);
    position: absolute;
    left: -53px;

    top: -35px;
}
#filePreviewList2 span {
  font-size: 12px;
  word-wrap: anywhere;
}

#formLoader2::after {
border: 7px solid #fff !important;
  border-top-color: #0ebb74 !important;
  width: 60px !important;
  height: 60px !important;
}

#formLoader2 {
  background-color: rgba(0, 0, 0, 0.8) !important;
}


.how-it-works .work-left li strong {
    display: block;
    color: var(--black);
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}

.how-it-works .work-left li p {
    color: var(--black);
    font-weight: 300;
}

.how-it-works .work-left ul {
    padding-left: 80px;
    position: relative;
}

.how-it-works .work-left ul li::after {
    content: "";
    height: 100%;
    border: 1px dashed #c296f15e;
    /*! opacity: 0.2; */
    left: -40px;
    top: 50px;
    position: absolute;
}

.how-it-works .work-left ul li:last-child::after {
    border: 0;
}

.how-it-works .row {
    align-items: center;
}

/*
  .service-more-content {
      padding: 50px 40px;
      background: var(--black);
      border-radius: 60px 60px 0px 0px;
  } */
.service-more-content {
    padding: 60px 60px 120px;
    background: var(--purple);
    border-radius: 60px 84px 0px 0px;
    position: relative;
}
.service-more-content h3{
    color: #fff;
    line-height: 1.8;
    letter-spacing: 0.4px;
    font-size: 30px;
}
.service-more-content p{
    line-height: 1.6;
    text-align: justify;
    letter-spacing: 0.4px;
    font-size: 14px;
}

.service-view .btn.btn2 {
    background-color: var(--green);
    position: relative;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: table;
    bottom: -28px;
    padding: 16px 40px;
}

.service-view {
    background-color: var(--white);
    padding-bottom: 40px;
}

.service-view h2 {
    color: var(--white);
}
.footer-cta {
    max-width: 80%;
    margin: auto;
    margin-top: auto;
    padding: 40px;
    background: var(--green);
    position: relative;
    z-index: 2;
    margin-top: -70px;
    border-radius: 12px;
}

.footer-cta .row {
    align-items: center;
}
.footer-cta p {
    font-size: 30px;
    color: var(--white);
}

.footer-cta p span {
    color: var(--purple);
}
.footer-cta .col-md-8 {
    width: 70%;
}
.footer-cta .col-md-4 {
    width: 30%;
}
.footer-cta .footer-cta-right {
    text-align: center;
}
/* more content  */
.category-lists-slider {
    position: relative;
    margin-bottom: 40px;
}

#catgory-slider .swiper-slide {
    width: auto;
}

.category-lists-slider .btn::before {
    background-image: none;
}

.service-more-content strong {
    color: #fff;
    font-size: 25px;
    margin-bottom: 6px;
    font-weight: 600;
    display: block;
}

.service-more-content ul li span {
}

/* .category-button {
      text-align: center;
      font-size: 13px;
      font-weight: 700;
      border: 2px solid var(--purple);
      background-color: var(--white);
      color: var(--purple);
      padding: 8px 28px;
      border-radius: 50px;
      display: inline-block;
      cursor: pointer;
      user-select: none;
  } */

.data-text {
    display: none;
}

.data-text.active {
    display: block;
}

.slide1-text {
    position: absolute;
    right: 0;
    top: 150px;
    font-weight: 400;
    background-color: var(--green);
    padding: 10px;
    border-radius: 100px;
    color: var(--white);
}

.slide-text3 {
    position: absolute;
    right: 10px;
    padding: 10px;
    border-radius: 10px;
    background-color: var(--grey);
    width: 250px;
    top: 250px;
    color: var(--purple);
}

.data-text {
    background-color: transparent;
    height: 350px;
    overflow-y: scroll;
    scroll-behavior: smooth;
    scroll-margin: thin;
    scrollbar-width: thin;
    scrollbar-color: var(--green) var(--purple);
}

.data-text p {
    font-weight: 300;
    color: var(--white);
    margin-bottom: 0;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.6;
}

.slider-button {
    width: 25px;
    height: 25px;
    background-color: var(--white);
    box-shadow: 0px 2px 4px rgb(0 0 0 / 30%);
    border-radius: 50%;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    position: absolute;
    top: 5px;
    z-index: 1;
    cursor: pointer;
}

.slider-button.slider-prev {
    left: -30px;
}

.slider-button.slider-next {
    right: -30px;
}

.slider-button.swiper-button-disabled {
    opacity: 0;
    visibility: hidden;
}

.data-text h2 {
  font-size: 26px;
  margin-bottom: 14px;
}

.data-text span {
    color: var(--white);
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
    margin-top: 25px;
}

.data-text ul {
    padding-left: 20px;
    margin-bottom: 27px;
}

.data-text ul li p {
    margin-bottom: 0;
    text-align:left
}

.data-text ul li {
    gap: 10px;
    margin-bottom: 10px;
    align-items: start;
}

.col-md-12 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.category-button.btn {
    position: relative;
    box-sizing: border-box;
    background: #faf6ff4d;
    border-radius: 29px;
    z-index: 1;
    cursor: pointer;
    padding: 11px 15px;
    transition: 0.2s;
    border: none;
    overflow: hidden;
    min-width: inherit;
    color: var(--white);
    font-size: 17px;
    display: inline-flex;
    justify-content: center;
}

.category-button.btn.btn2 {
  position: relative;
  box-sizing: border-box;
  background: #faf6ff4d;
border-radius: 15px;
  z-index: 1;
  cursor: pointer;
  padding: 11px 20px;
  transition: 0.2s;
  border: none;
  overflow: hidden;
  color: var(--white);
  font-size: 22px;
  justify-content: center;
  min-height: 200px;
  /* min-width: min-content;
  width: 250px; */
  display: flex;
  align-items: center;
  transition: width .5s;
  bottom: 0;
}

/* .category-button.btn.btn2:hover {
  width: 300px;
} */

.category-button.btn.btn2:hover {
  background: #499f7c;
}
.service-view .slider-button.slider-prev, .service-view .slider-button.slider-next { bottom: 0; margin: auto;}
.category-button.btn.btn2 .btn{display: none; margin-top: 15px; font-size: 16px; font-weight: 500; text-align:center;}
.category-button.btn.btn2:hover .btn, .category-button.btn.btn2.active .btn {
  display: block;
  background: var(--white);
  color: var(--purple);
}
.category-button.active, .category-button.active:hover {
  background-color: var(--green) !important;
  color: var(--white);
  /* width: 300px; */
}

/* accordian */

/* .tab-container {
      max-width: 100%;
      margin: auto;
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
  } */

.tab-accordian ul {
    padding-left: 22px;
}

.accordion p {
    margin-top: 0;
}

.number-title span {
    font-size: 30px;
    color: #03e4a8;
}

.accordion .accordion-item .d-flex {
    align-items: center;
    gap: 60px;
}

.accordion strong {
    font-size: 41px;
    color: #03e4a8;
    font-weight: 500;
}

.tab-accordian span {
    font-size: 30px;
    margin-bottom: 4px;
}

.tab-accordian .service-right span {
    display: block;
    margin-bottom: 10px;
}

.tab-accordian {
    width: 100%;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, .08); */
    border-radius: 10px;
    /* border: 1px solid #cecece; */
    background: var(--green);
    /*! margin-bottom: 20px; */
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
}

.titleWrapper {
    padding: 7px 22px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;

    -webkit-user-select: none;
    user-select: none;
    transition: background-color 0.8s linear;
}

.desWrapper {
    max-height: 500px;
    display: none;
    padding: 0 20px 20px 20px;
    transition: max-height 1s ease-in;
}

.collapse-icon {
    position: relative;
}

.collapse-icon .acc-close {
    height: 15px;
    border-left: 2px solid var(--white);
    transition: all 0.5s ease-in-out;
    transform: rotate(-90deg);
    opacity: 1;
}

.collapse-icon .acc-open {
    width: 15px;
    position: absolute;
    border-top: 2px solid var(--white);
    transition: all 0.5s ease-in-out;
    transform: rotate(90deg);
    top: 0x;
    right: 18px;
}

.titleWrapper.active .collapse-icon {
    transition: all 0.5s ease-in-out;
    transform: rotate(180deg);
    width: 50px;
    height: 50px;
    background: var(--black);
    border-radius: 100px;
    line-height: 53px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.titleWrapper.inactive .collapse-icon {
    transition: all 0.5s ease-in-out;
    transform: rotate(-180deg);
    width: 50px;
    height: 50px;
    background: var(--black);
    border-radius: 100px;
    line-height: 53px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.service-more-content .tab-container {
    margin-top: 40px;
}

.service-more-content .tab-container span {
    margin-bottom: 10px;
    font-size: 25px;
}

.tab-accordian.accordian2 {
    background-color: var(--yellow);
}

.tab-accordian.accordian3 {
    background-color: var(--purple);
    color: var(--white);
}

.tab-accordian.accordian3 ul li p {
    color: var(--white);
}

.tab-accordian.accordian4 {
    background-color: var(--green);
}

.service-box.box5 {
}

.tab-accordian.accordian6 {
    background-color: var(--yellow);
}

.titleWrapper.active .collapse-icon .acc-open {
    opacity: 0;
}

.service-more-content .tab-accordian {
    background-color: var(--grey);
    border-radius: 20px;
}

.service-more-content .tab-accordian span {
    font-size: 20px;
    margin-bottom: 0;
    color: var(--black);
    margin-top: 0;
}

.service-more-content .tab-accordian p {
    color: var(--black) !important;
}

.work-cta {
    position: absolute;
    left: 350px;
    top: 370px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.work-cta .btn {
    color: var(--black);
    background-color: var(--green);
}

/* section4 */
.why_us {
    margin: 100px 0;
    position: relative;
}

.why_us .row .rowin {
    padding: 0 12px;
}
.why_us .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}
.why_us::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -400px;
    width: 390px;
    height: 400px;
    position: absolute;
    /* background-image: url('../img/shape-icon.png'); */
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform(roate90deg);
    transform: rotate(1710deg);
}
.why_us .content2.aftr {
    background-color: var(--green);
}
.why_us .content2.aftr h5,
.why_us .content2.aftr p {
    color: var(--white);
}
.why_us .content2 {
    background: #efeded;
    padding: 30px;
    height: 100%;
    border-radius: 15px;
    position: relative;
    transition: 0.2s;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.why_us .row {
    margin-bottom: 15px;
}

.why_us .btn {
    background: var(--black);
    padding: 10px 10px 10px 25px;
}

.why_us .col-md-4 {
    width: 33.33%;
}

.why_us .content2 h5 {
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 400;
}

.why_us .content2 p {
    font-size: 16px;
    margin-bottom: 30px;
    position: relative;
    z-index: 9;
}

.why_us .col-md-8 {
    width: 66.66%;
    padding: 0;
}





/* .why_us2 .set_hover .cont {
  bottom:-220px !important
}
 */



.why_us2 .contin {
  height: 236px;
  overflow-y: hidden;
}

.why_us2 .content2:hover .contin{ overflow-y: auto;}

.why_us2 .dasknone{display:none !important}






.why_us.why_us2 .content2 h3 {
  font-size: 30px;
  letter-spacing: 0;
}









.content2.content3.availability.set_hover.eylf1 {
    background-image: url(../img/eylf1.png);
}

.content2.content3.availability.set_hover.assignment1 {
    background-image: url(../img/subject-experts-with-academic-research-experience.jpg);
}

.content2.content3.availability.set_hover {
    background-image: url(../img/availability.jpg);
    background-size: cover;
    background-position: center;
}
.content2.content3.expertise.set_hover {
    background-image: url(../img/why_us1.jpg);
    background-position: right;
    background-size: cover;
    min-height: 368px;
}

.content2.content3.expertise.set_hover.eylf3 {
    background-image: url(../img/eylf3.png);
}
.why_us .content2 .logoicon {
    margin-bottom: 20px;
    width: 50px;
}
.why_us .contentin .img.eylf2 {
    background-image: url(../img/eylf2.png);
}
.why_us .content2 .cont.contin {
    display: flex;
    align-items: center;
}
.why_us .contentin .img.proofreading2 {
    background-image: url(../img/proofreading2.jpg);
}
.content2.content3.expertise.set_hover.proofreading3 {
    background-image: url(../img/proofreading3.jpg);
}
.why_us .contentin {
    display: flex;
    gap: 88px;
    height: 100%;
}
.why_us .contentin p {
    margin-bottom: 0;
}
.why_us .contentin .img {
    background-image: url(../img/why_us4.jpg);
}
.why_us .contentin ul {
    gap: 45px;
    position: relative;
}
.why_us .contentin ul strong {
    padding: 20px;
    background-color: var(--light-white);
    width: 120px;
    height: 120px;
    border-radius: 100px;
    font-size: 23px;
    display: block;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
    border: 2px solid var(--green);
    font-weight: 500;
    position: relative;
    z-index: 2;
    align-content: center;
    justify-content: center;
    text-align: center;
    /*! color: var(--grey); */
}
.why_us .contentin ul span {
    font-size: 21px;
    color: var(--purple);
    margin-bottom: 5px;
    display: block;
}
.why_us .contentin ul p {
    line-height: 1.5;
    font-size: 14px;
    text-align: center;
    /* -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; */
    display: -webkit-box;
}

.why_us .contentin ul li {
    width: 33.33%;
    position: relative;
    z-index: 2;
    text-align: center;
    display: flex;
    flex-direction: column;
    /*! justify-content: center; */
    align-items: center;
}
.why_us .contentin ul::after {
    content: "";
    position: absolute;
    top: 59px;
    width: 74%;
    height: 1px;
    border-bottom: 1px solid var(--green);
    left: 0;
    right: 0;
    margin: auto;
}

.why_us .contentin ul li b {
    background: #efeded;
    padding: 0 24px;
}
.content2.content3 {
    background-image: url(../img/availability.jpg);
}
.why_us .contentin ul li:last-child strong::after {
    border-bottom: 0px;
}
/* .why_us .content2.aftr::after {
    background: var(--green);
    content: "";
    position: absolute;
    right: -70px;
    bottom: -70px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    z-index: 1;
    opacity: 0.2;
} */

.why_us .content2 .cont {
    padding: 30px;
}

.why_us .content2 .img {
    width: 350px;
    min-width: 350px;
    background-size: contain;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
}
.why_us .content2 .img.assignment2 {
    background-image: url(../img/dedicated-writers.jpg);
}

.content2.content3.expertise.set_hover.assignment3 {
    background-image: url(../img/confidential-and-secure.jpg);
}
.why_us .content2 h3 span b {
    display: inline-flex;
    gap: 8px;
    margin-left: 20px;
}
.why_us .content2 h3 {
    font-size: 42px;
    font-weight: 400;
    letter-spacing: 2px;
}
.why_us .content2 h3 span {
    font-size: 18px;
    display: block;
    letter-spacing: normal;
    margin-top: 5px;
}

.why_us .content3 {
    align-items: center;
    display: flex;
    padding: 0;
    background: #efeded;
    background-size: cover;
}

.why_us .btn span {
    background: var(--green);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    margin-left: 12px;
}

/* .why_us .content2::after { content: ''; position: absolute;top: 0; left: 0;width: 50%;height: 100%; transform: skewX(-20deg); background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.3), transparent); animation: 1.75s linear infinite shine;} */
.set_hover .cont p {
    color: #fff;
    margin-top: 20px;
    visibility: hidden;
}

.set_hover .cont.cont2 {
    bottom: -250px;
}

.set_hover:hover .cont {
    bottom: 0;
}

.set_hover .cont {
    padding: 30px;
    transition: 0.3s;
    position: absolute;
    bottom: -180px;
    transition: 0.3s;
    position: relative;
    z-index: 99;
    height: 100%;
}

.set_hover:hover .cont h3,
.set_hover:hover .cont p {
    /* color: #000; */
    visibility: inherit;
}

.set_hover:hover .cont {
    bottom: 0;
    background: var(--purple);
}

.set_hover h3 {
    color: #fff;
}

.set_hover::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(0deg, #2d1e0d, #826d6d00);
    left: 0;
}

.service-img img {
    border-radius: 10px;
    position: relative;
    width: 100%;
}

.service-img.img1 img {
    /* box-shadow: rgba(17, 12, 46, 0.15) 11px 6px 91px 0px;
    border: 3px solid var(--green); */
    /* box-shadow: rgba(207, 207, 207, 0.15) 0px 9px 18px 6px;
    border: 1px solid #d6d6d6; */
}

.content-slide-in {
    opacity: 0;
    transform: translateX(-100%);
    animation: slideInFromLeft 1.5s ease-out forwards;
    background: #f6f6f6;
    padding: 35px;
    border-radius: 30px;
}
/* Keyframes for the animation */
@keyframes slideInFromLeft {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* .service-img.img1 li {
    right: -95px;
    position: absolute;
} */

/* .service-img.img1 li.list2 {
    top: 270px;
    right: -70px;
}

.service-img.img1 li.list1 {
    top: 140px;
}

.service-img.img1 li.list3 {
    left: auto;
    right: -111px;
    top: 206px;
} */

/*
.form-right {
    position: relative;
    height: 200px;
    background: #f9f9f9;
    border: 1px solid #ccc;
    padding: 20px;
    margin: 40px auto;
    max-width: 400px;
  } */

.arrow-wrapper {
    position: absolute;
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 29px;
    width: 100%;
    height: 100%;
    pointer-events: none;
    right: -208px;
    /*! left: 0; */
}

.arrow-box {
    position: relative;
    width: 63px;
    background-color: var(--green);
    height: 0;
    /* max-height: 100%; */
    border-radius: 6px;
}

#arrow1 {
    background-color: var(--green);
}
#arrow1 .arrow-head {
    border-left: 57px solid transparent;
    border-right: 53px solid transparent;
    border-bottom: 45px solid var(--green);
    /*! width: 49px; */
}
#arrow1 .arrow-label {
    color: #fff;
}

#arrow2 {
    background-color: var(--purple);
}
#arrow2 .arrow-head {
    border-left: 57px solid transparent;
    border-right: 53px solid transparent;
    border-bottom: 45px solid var(--purple);
}

.arrow-label {
    color: var(--white);
    position: absolute;
    transform: rotate(-90deg);
    top: 50%;
    right: 26px;
    width: 100%;
    display: block;
    font-size: 20px;
    text-align: center;
}
.arrow-head {
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.arrow-label {
    position: absolute;
    /*! left: 50%; */
    /*! transform: translateX(-50%); */
    font-size: 20px;
    font-weight: bold;
    bottom: 0;
}

.service-wrap .service-box.box2 ul,
.service-wrap .service-box.box2 .service-btn {
    padding-left: 0;
}










#vertical-tab .row { margin: 0 -12px;}
#vertical-tab .row .rowin { padding: 0 12px;}
#vertical-tab .col-4 { width: 33.33%;}
#vertical-tab .col-8 { width: 66.66%;}

#vertical-tab {
  padding:  0 0 60px 0;
}
/* #vertical-tab .vertical-tab-wrapper {
  box-shadow: 0px 0px 5.88px 0.12px rgba(0, 0, 0, 0.14);
} */
.vertical-tab-wrapper {
  padding: 0 12px;
}


#vertical-tab .vertical-tab-wrapper .vertical-tab .each-tab {
  padding: 15px 30px;
  position: relative;
  cursor: pointer;
  font-size: 0;
  border-radius: 30px;
}
#vertical-tab .vertical-tab-wrapper .vertical-tab .each-tab .title {
  font-size: 19px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
  color: var(--purple);
  margin: 0;
  max-width: 100%;
}

#vertical-tab .vertical-tab-wrapper .vertical-tab .each-tab.active {
  background-color: var(--green);
}
#vertical-tab .vertical-tab-wrapper .vertical-tab .each-tab.active .title {
  color: var(--white);
}
#vertical-tab .title {
  max-width: 100%;
  text-align: center;
  margin:0 0 40px 0;
}
#vertical-tab .title h2 {
text-align:left;
}
#vertical-tab .vertical-tab-wrapper .vertical-tab-content p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.7;
}
#vertical-tab .vertical-tab-wrapper .vertical-tab-content {
  display: none;
  padding:0 0px 0 40px;
}
#vertical-tab .vertical-tab-wrapper .vertical-tab-content h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: var(--purple);
  margin: 0 0 22px;
}
#vertical-tab .vertical-tab-wrapper .vertical-tab-content p {
  font-size: 1.125rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  color: #1c2a51;
  line-height: 1.4;
  font-size: 1rem;
  color: #333333;
  margin: 0 0 30px;
}
#vertical-tab .vertical-tab-wrapper .vertical-tab-content.active {
  display: block;
}
#vertical-tab .mobile-vertical-tab {
  display: none;
  position: relative;
  box-shadow: 0px 0px 5.88px 0.12px rgba(0, 0, 0, 0.14);
}
#vertical-tab .mobile-vertical-tab .vertical-tab-header .each-tab-header .each-tab {
  padding: 16px;
  background-color: #5d9ccc;
  border-bottom: 1px solid #fff;
  position: relative;
  text-align: center;
}
#vertical-tab .mobile-vertical-tab .vertical-tab-header .each-tab-header .each-tab .title {
  font-size: 1.375rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  line-height: 1.1;
  color: #f7dd4b;
}








.in_banner .text2 {
  max-width: 661px;
}


.feedback {
  margin-bottom: 70px;
  overflow: hidden;
}


.feedback .set p {
  font-size: 16px;
  font-style: italic;
  margin-top: 30px;
}
.feedback .set {
  border: 1px solid #ccc;
  padding: 38px;
  border-radius: 22px;
  min-height: 430px;
}

.feedback .set img {
  height: 55px;
}

.feedback .navarrow {
  position: relative;
  margin: auto;
  height: 65px;
  width: 142px;
}

.feedback .set:hover {
  border: 1px solid #0ebb74;
}





/* .feedback .swiper .swiper-wrapper {
  overflow: hidden;
} */

.feedback .swiper-button-next::after, .feedback .swiper-button-prev::after {
  font-size: 24px;
  color: var(--white);
}

.feedback .swiper-button-next, .feedback .swiper-button-prev {
  background: #0ebb74;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 13px;
}







@media (max-width: 1600px) {

    .new_banner_section {
  background-position: -390px top;
}
.in_banner .text2 {
    max-width: 650px;
  }
.new_banner_section .order-form-partial {
  background: var(--white);
  padding: 30px;
  border-radius: 20px;
  max-width: 620px;
}
.new_banner_section .order-btn {
  padding-top: 0;
}
 .cta-right {
    padding: 45px 40px 50px 40px;
  }
}

@media (max-width: 1399.98px) {
  .new_banner_section .order-form-partial {
    max-width: 550px;
  }
  .in_banner .text2 {
    max-width: 600px;
  }
  .new_banner_section p {
  font-size: 15px;
}
.feedback .set {
  min-height: 505px;
}
}



@media (max-width: 1199px) {
    
.service-box.cta_new .service-text strong {
  font-size: 32px;
}
.new_banner_section p.text {
  width: 75%;
}

    .service-wrap .service-box {
        padding: 15px;
    }
    .service-box.cta_new .service-text h3 {
        font-size: 32px;
        line-height: 40px;
    }
      .feedback .set {
    min-height: 560px;
  }
}

@media (max-width: 1600px) {
    .banner-section {
        padding-bottom: 60px;
    }

    .banner-section h1 {
        font-size: 40px;
        letter-spacing: 0;
    }

    .banner-section form .input-grid.d-flex {
        margin-bottom: 100px;
    }
    .banner-section p {
        font-size: 14px;
    }

    .banner-section .expert-box a {
        font-size: 17px;
    }
    .para-section {
        padding-top: 10px;
    }
    .para-section span {
        font-size: 30px;
        display: block;
        margin-bottom: 32px;
        letter-spacing: 0;
        line-height: 1.5;
    }
    h2 {
        font-size: 33px;
    }
    .services .title {
        margin-bottom: 20px;
    }
    .service-box strong {
        font-size: 27px;
    }
    .cta-form .cta-form-left {
        padding: 40px;
    }
    .cta-form .cta-form-left h2 {
        font-size: 32px;
        margin-bottom: 18px;
    }
    .cta-form .cta-form-left p {
        margin-bottom: 53px;
        font-size: 18px;
        max-width: 100%;
    }
    /* .cta-right {
        padding: 70px 0px 50px 70px;
    } */
    .cta-right strong {
        font-size: 40px;
    }
    .cta-right p {
  text-align: -webkit-left;
}
    .why_us .content2 h3 {
        font-size: 35px;
        line-height: 1.2;
    }
}

@media (max-width: 1399.98px) {
    .why_us .content2 p {
        font-size: 15px;
        margin-bottom: 0;
    }
    .set_hover .cont {
        bottom: -148px;
    }
    .why_us .contentin ul span {
        font-size: 17px;
    }
    .why_us .content2 .cont {
        padding: 25px;
    }
    footer .footer-right ul li {
        margin-bottom: 18px;
    }
    footer .footer-right a {
        font-size: 15px;
    }

    .new_banner_section h1 {
        font-size: 52px;
        margin-bottom: 15px;
    }
    .new_banner_section .assignments h3 {
        font-size: 52px;
    }
    .new_banner_section {
        background-position: 65% top;
    }
}

@media (max-width: 1199.98px) {
    
#orderForm2 .input-box label {
  font-size: 15px;

}
    .new_banner_section h1 {
        font-size: 44px;
    }
    .service-box ul {
        width: 100%;
    }
    .service-wrap .service-box {
        margin-bottom: 40px;
    }
    .service-box span {
        font-size: 22px;
        margin-left: 30px;
    }
    .service-box .service-content ul {
        margin-bottom: 25px;
        padding-left: 30px;
    }
    .need_help_section {
        padding: 60px 0 40px;
    }
    .need_help_section_new .btn,  .need_help_section .btn {
        font-size: 18px;
    }
  .need_help_section h6 span {
    font-size: 22px;
  }
  .need_help_section h6, .need_help_section p {
    font-size: 18px;
    line-height: 30px;
  }
    .why_us .content2 {
        padding: 20px;
    }
    .new_banner_section .order-form-partial {
    padding: 22px;
    border-radius: 14px;
  }
    .new_banner_section {
        padding: 120px 0 45px;
    }
.new_banner_section .assignments h3 {
    font-size: 40px;
  }
  .new_banner_section .assignments h3 span {
  font-size: 16px;
}
    .why_us .content2 .cont {
        padding: 0;
    }
    .why_us .content2 h3 span {
        font-size: 16px;
    }
    .why_us .content2 h3 span b img {
        height: 24px;
    }
    .why_us .content2 p {
        font-size: 15px;
    }
    .set_hover .cont {
        bottom: -174px;
    }
    .col-md-4.fulldiv {
        width: 100%;
        max-width: 50%;
    }
    footer .footer-left p {
        max-width: 100%;
    }

    .why_us .contentin ul strong {
        padding: 15px;
        width: 100px;
        height: 100px;
        border-radius: 100px;
        font-size: 20px;
        margin-bottom: 15px;
        border: 1px solid var(--green);
    }
    .why_us .contentin ul p {
        font-size: 12px;
        -webkit-line-clamp: 4;
    }
    .set_hover .cont.cont2 {
        bottom: -230px;
    }
    .feedback .set {
  padding: 25px;
  border-radius: 20px;
}
.feedback .set p {
  margin-top: 20px;
}

}

@media (max-width: 992px) {
.feedback .set {
    min-height: 430px;
  }
    .new_banner_section .get_div span {
  width: 60px;
  height: 60px;
  min-width: 60px;
}
        .cta-form .cta-form-left .input-box {
  margin-bottom: 20px;
}
.why_us2 .dasknone {
  display: block !important;
}
.why_us2 .mobnone{display:none}

      .category-button.btn.btn2 {
    min-height: 156px;
  }
    .in_banner .col-md-8 {
        width: 78%;
    }
    .in_banner .col-md-4 {
        width: 22%;
    }

    .why_us {
        margin: 60px 0;
    }
    .need_help_section_new .btn, .need_help_section .btn {
        margin-top: 15px;
    }
    .need_help_section p {
        display: block;
    }
    .why_us .content2 {
        min-height: 280px;
    }


    
    .service-wrap .service-box {
        margin-bottom: 40px;
    }
    .why_us .title {
        max-width: 100%;
        text-align: center;
        margin: 0 auto 50px auto;
    }
    .services {
        padding-top: 50px;
        padding-bottom: 50px;
        border-radius: 50px 50px 0 0;
        margin-bottom: 50px;
    }
    .cta-form .cta-form-left {
        border-radius: 20px;
    }

    .service-more-content {
        padding: 60px 60px 120px;
        border-radius: 50px 50px 0px 0px;
    }
    .col-md-4.fulldiv {
        width: 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .service-box.cta_new {
        margin-bottom: 50px;
    }
    footer {
        padding-top: 55px;
    }

    .banner-section {
        padding-top: 160px;
        padding-bottom: 0;
    }

    .banner-section h1 {
        font-size: 60px;
    }

    .banner-section .banner-title form {
        max-width: 100%;
    }

    .service-box strong {
        line-height: 1.1;
        font-size: 30px;
    }

    .service-box p {
        margin-bottom: 28px;
        font-size: 14px;
        line-height: 1.7;
    }

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

    .cta-form .col-md-4 {
        padding: 0;
        width: 100%;
    }

    .cta-form .cta-form-left {
        padding: 40px;
    }

    .cta-form .cta-form-left h2 {
        max-width: 100%;
        font-size: 32px;
        text-align: center;
    }

    .cta-form .cta-form-left p {
        margin-bottom: 48px;
        font-size: 18px;
        max-width: 100%;
    }

    /* .cta-right {
        padding: 70px 0px 0 180px;
    } */
  .cta-right strong {
        font-size: 37px;
    }

    .why_us .col-md-4 {
        width: 48%;
        margin: 0 1% 15px;
    }
    .col-md-4.Rigorous {
        width: 100%;
    }
    .content2.content3.expertise.set_hover {
        height: 332px;
    }
    .why_us .Rigorous .content2 {
        min-height: auto;
    }
    .why_us .row {
        margin-bottom: 0;
    }
    .why_us .col-md-8 {
        width: 100%;
        margin: 0 9px 20px;
    }
    header .header-menu ul {
        gap: 16px;
    }
    .new_banner_section p {
        font-size: 14px;
    }

    .new_banner_section .order-form-partial {
        padding: 20px;
        border-radius: 20px;
    }

    .new_banner_section {
        background-position: 75% top;
    }
    .new_banner_section .assignments h3 {
        font-size: 42px;
    }
    .new_banner_section .assignments h3 span {
        font-size: 16px;
    }
    .new_banner_section .get_div h4 {
        font-size: 35px;
        width: 60px;
        border-radius: 50%;
        min-width: 60px;
        height: 60px;
        line-height: 60px;
    }
    .new_banner_section .get_div {
        width: 320px;
    }
    .need_help_section h6 {
        font-size: 16px;
        line-height: 28px;
    }
    .need_help_section h6 span {
        font-size: 20px;
    }
      .cta-right {
    padding: 50px 50px 0;
    text-align: center;
  }
    .cta-right p {
    text-align: center;
  }
  .cta-right .title h2 {
  text-align: center !important;
}

.feedback .title {
  margin: 0 auto 28px auto;
}
.feedback .set {
  padding: 25px;
  border-radius: 15px;
}
.feedback {
  margin-bottom: 50px;
}
 .feedback .set {
    text-align: center;
  }
.feedback .set p {
  font-size: 15px;
  margin-top: 20px;
}
}

@media (max-width: 767px) {


    .service-more-content .data-text ul {
  padding-left: 0;
}
  #vertical-tab .vertical-tab-wrapper .vertical-tab-content {
    padding: 0;
    margin-top: 26px;
  }
   .new_banner_section h1 {
    text-align: center;
  }
  .vertical-tab_in {
  display: flex;
  min-width: 1000px;
}
.vertical-tab {
  overflow-y: auto;
  padding-bottom: 13px;
}
  #vertical-tab .vertical-tab-wrapper .vertical-tab .each-tab {
  padding: 15px 20px;
  border-radius: 10px;
  max-width: 200px;
}
  .new_banner_section p {
    font-size: 14px;
    text-align: left;
  }
   .in_banner .text2 {
    margin: auto;
  }
   .new_banner_section .order-form-partial {
    padding: 20px;
    border-radius: 20px;
    margin: 110px auto 0;
  }
#vertical-tab .title h2 {
  text-align: center;
}
 #vertical-tab .col-4, #vertical-tab .col-8 {
    width: 100%;
  }
.service-box.box2 .service-content {
  padding-right: 0;
  padding-left: 0;
}
    .category-button.btn.btn2 {
  min-height: 140px;
    }
    .service-box .service-content {
        width: 100%;
        padding-left: 0;
    }
    .service-box span {
        font-size: 22px;
        margin-left: 0;
        padding: 0;
        border: none;
    }
    .service-box p {
        text-align: center;
    }
    .service-wrap .service-box.box2 .col-md-4 {
        order: 1;
    }
    .service-box.box2 .service-img.img1 ul {
        left: inherit;
        text-align: left;
        right: 8px;
    }

    .service-box.box2 .service-img.img1 ul.ul2 {
        width: 241px;
        left: inherit;
    }
    .banner-section h1 {
        font-size: 40px;
        line-height: 1.2;
    }
    .in_banner .col-md-8 {
        width: 100%;
    }
    .in_banner .col-md-4 {
        width: 100%;
    }
    .service-box.box2 .service-img.img1 {
        padding-left: 0;
        padding-right: 0;
    }
    /* .service-box.box2 .service-img.img1 ul {
  left: 22px;
  text-align: left;
} */
    .service-img.img1 ul {
        right: 0;
    }
    .service-box .service-btn {
        text-align: start;
        padding-left: 0;
        text-align: center;
    }
    .service-img.img1 {
        padding-right: 0;
    }
    .service-img {
        margin-bottom: 25px;
    }

    .new_banner_section .assignments .experts {
        margin-left: 0;
    }

    .new_banner_section .assignments {
        display: flex;
        margin-top: 16px;
        float: inherit;
        justify-content: space-around;
    }

    .service-box ul {
        justify-content: center;
        width: 100%;
    }
    .new_banner_section p.text {
        width: 70%;
        margin-top: 20px;
    }

    .service-text {
        width: 100%;
        text-align: center;
    }
    .arrow-box {
        width: 54px;
    }
    .arrow-wrapper {
        gap: 20px;
    }
    .arrow-label {
        font-size: 12px;
    }
    #arrow1 .arrow-head {
        border-left: 40px solid transparent;
        border-right: 41px solid transparent;
        border-bottom: 33px solid var(--green);
        /*! width: 49px; */
    }
    #arrow2 .arrow-head {
        border-left: 45px solid transparent;
        border-right: 44px solid transparent;
        border-bottom: 33px solid var(--purple);
        /*! width: 49px; */
    }
    .arrow-wrapper {
        right: -176px;
    }
    .banner-section {
        padding-bottom: 60px;
        padding-top: 110px;
        max-width: 100%;
    }

    .service-box {
        margin-bottom: 50px;
    }

    .cta-form .cta-form-left {
        border-radius: 20px 20px 0px 0px;
    }

    .service-box .service-content {
        text-align: center;
    }

    .cta-form .cta-form-left h2 {
        max-width: 100%;
        font-size: 36px;
        text-align: center;
    }

    .cta-form .cta-form-left p {
        text-align: center;
    }

    .why_us .col-md-4 {
        width: 100%;
        margin-bottom: 20px;
    }

    .set_hover .cont {
        bottom: -90px;
    }

    .why_us .content2 h3 {
        font-size: 34px;
    }

    .cta-form .cta-form-right {
        border-radius: 0px 0px 20px 20px;
    }

    .banner-section .form-right img {
        /* width: 450px;
        height: 510px; */
        vertical-align: bottom;
    }

    .para-section span {
        font-size: 24px;

        margin-bottom: 40px;
    }

    /* .banner-section .form-right {
            position: absolute;
            top: auto;
            right: 0;
            bottom: -90px;
        } */

    .banner-section form input {
        position: relative;
        z-index: 2;
    }

    .para-section p {
        font-size: 25px;
    }

    .para-section {
        padding-top: 20px;
        margin: auto;
        padding-bottom: 50px;
        max-width: 100%;
    }

    .banner-section p {
        font-size: 14px;
        margin-bottom: 35px;
    }

    .banner-section form .input-grid.d-flex {
        margin-bottom: 60px;
    }

    .banner-section form .input-grid.d-flex .input-box {
        width: 100%;
    }

    .banner-section form .input-grid.d-flex {
        display: block;
    }

    .banner-section .expert-box p {
        font-size: 20px;
    }

    .banner-section .expert-box {
        max-width: 90%;
        position: relative;
        z-index: 2;
    }

    .banner-section .expert-box ul {
        width: 100%;
        margin-bottom: 20px;
    }

    .banner-section .expert-box .d-flex.expert-list {
        flex-wrap: wrap;
    }

    .banner-section .expert-box a {
        width: 100%;
    }

    .banner-section form .btn {
        margin-top: 10px;
    }
    .banner-section .form-send {
        text-align: center;
    }

    .banner-section .banner-title {
        width: 100%;
        text-align: center;
    }
    .col-md-8 {
        width: 100%;
        padding: 0px 0;
    }
    .service-img {
        text-align: center;
    }
    .service-box.box2 .col-md-8 {
        order: 2;
    }
    .col-md-4 {
        width: 100%;
    }
    /* .cta-right {
        padding: 70px 0px 0 100px;
    } */
    .service-img.img1 li.list1 {
        right: 0;
    }
    .service-img.img1 li.list4 {
        right: 0;
    }
    .service-img.img1 li.list2 {
        right: 50px;
    }
    .service-img.img1 li.list3 {
        right: 0;
    }

    .service-box strong {
        line-height: 1.1;
        font-size: 22px;
    }
    .order-btn {
        text-align: center;
    }

    .banner-section .banner-title form {
        border-radius: 20px;
        margin-bottom: 20px;
    }
    .service-more-content {
        padding: 45px 20px 90px;
        border-radius: 45px 45px 0px 0px;
    }
    .service-more-content strong {
        font-size: 22px;
        margin-bottom: 5px;
    }
    .footer-cta .col-md-8 {
        width: 100%;
    }

    .footer-cta .col-md-4 {
        width: 100%;
    }
    .footer-cta {
        padding: 30px;
    }
    .footer-cta p {
        font-size: 23px;
        color: var(--white);
        text-align: center;
        margin-bottom: 20px;
    }
    .set_hover .cont {
        bottom: 0;
    }
    .set_hover .cont p {
        visibility: inherit;
    }
    .why_us .content2 {
        padding: 25px;
    }
    .why_us .contentin {
  gap: 25px;
}

.why_us .content2 .img {
  width: 50%;
  min-width: 50%;
}
    .set_hover .cont.cont2 {
        bottom: 0;
    }
    .content2.content3.expertise.set_hover {
        height: 332px;
        display: flex;
        align-items: self-end;
    }
    .set_hover .cont.cont2 {
        bottom: 0;
        height: auto;
    }
    .why_us .content2 .cont {
        padding: 0;
        height: auto;
    }
    .why_us .content2 {
        padding: 35px;
        align-items: self-end;
    }
    .why_us .content2.content3.availability {
        min-height: 330px;
    }
    .title {
        max-width: 80%;
    }
    .why_us .content2 {
        min-height: auto;
    }
    .footer-left {
        text-align: center;
    }
    footer .footer-right a {
        justify-content: center;
    }
        .feedback .set {
    min-height: auto;
  }
   .new_banner_section p {
    text-align: center;
  }
  .btn.whatsapp-btn {
  font-size: 16px;
}
}

@media (max-width: 600px) {
    .service-img.img1 li {
        font-size: 14px;
    }

    .category-lists-slider {
        margin-top: 50px;
        margin-bottom: 22px;
    }
    .category-button {
        font-size: 12px;
        padding: 4px 14px;
    }
    .category-button.btn {
      font-size: 20px;
    }
    .slider-button {
        top: -40px;
    }
    .category-button.active, .category-button.active:hover {
  width: 100%;
}
    .service-more-content strong {
        font-size: 20px;
    }
    .data-text p {
        font-size: 13px;
    }

    .slider-button.slider-prev {
        left: inherit;
        right: 32px;
    }


    .service-view .slider-button.slider-prev {
    left: -30px;
    right: inherit;
    top: 0;
  }

    .service-view .slider-button.slider-next {
    right: -30px;
    top: 0;
  }


    .slider-button.slider-next {
        right: 0;
    }

    .cta-form .cta-form-left h2 {
        font-size: 30px;
    }
    .cta-right {
        padding: 40px 0px 0 0px;
    }
    .cta-right ul li {
        width: 50%;
        margin-bottom: 20px;
        border-bottom: 1px solid var(--light-white);
        padding-bottom: 23px;
        text-align: center;
    }
    .cta-right strong {
        font-size: 28px;
    }
    .cta-form .cta-form-left p {
        font-size: 14px;
    }
    .cta-form .cta-form-left .input-box {
        width: 100%;
        margin-bottom: 40px;
    }
    .cta-form .cta-form-left .d-flex {
        flex-wrap: wrap;
        gap: 0;
    }
    .why_us .contentin {
        display: block;
        gap: 88px;
    }

    .banner-section .form-right img {
        width: 400px;
        height: 400px;
        object-fit: cover;
    }
    .why_us .contentin ul span {
        font-size: 18px;
    }
    .why_us .contentin ul li {
        margin-bottom: 10px;
    }
    .title {
        max-width: 100%;
        margin-bottom: 0px;
    }

    .why_us {
        margin: 60px 0;
        position: relative;
    }
    .why_us .content2 p {
        font-size: 14px;
    }
    .services .title {
        margin-bottom: 0px;
    }
    h2 {
        font-size: 30px;
    }
    .service-box {
        margin-bottom: 10px;
    }
    .cta-form {
        margin-top: 60px;
    }
    .banner-section h1 {
        font-size: 25px;
        line-height: 1.2;
    }
    .cta-right ul li:last-child {
        border-bottom: 0;
    }
    .why_us h2 {
        margin-bottom: 20px;
    }
    .why_us .content2 h5 {
        font-size: 21px;
        margin-bottom: 7px;
    }
    .service-img.img1 ul {
        top: inherit;
        text-align: left;
        bottom: 22px;
    }
}

@media (max-width: 575px) {
 .new_banner_section .order-form-partial {
    margin: 40px auto 0;
  }
    .new_banner_section p.text {
    width: 70%;
    margin-left: 30%;
    float: inherit;
  }
    .in_banner h1 {
  display: none;
}

    .new_banner_section .for_mob{
  display: block !important;
   margin-top: -38%;
  
}
    .need_help_section_new .btn, .need_help_section .btn {
        padding: 0 19px 0 0;
        font-size: 16px;
        gap: 8px;
    }
    .need_help_section_new .btn, .need_help_section .btn {
        padding: 0 16px 0 0;
        font-size: 14px;
        gap: 4px;
        line-height: 35px;
    }
    .need_help_section_new .btn img, .need_help_section .btn img {
        height: 40px;
    }
    .why_us .contentin ul::after {
        display: none;
    }
    .service-img.img1 ul {
        bottom: 10px;
    }
    .mob_banner {
        display: block;
    }
    .why_us .content2 p {
        line-height: 24px;
    }
    .services {
        padding-bottom: 1px;
    }
    .new_banner_section {
        background-image: inherit !important;
        padding: 70px 0 45px;
    }
    .service-img.img1 li {
        font-size: 13px;
        padding: 3px 10px;
    }
    .in_banner {
        margin-top: -60px;
        background: #fff;
        position: relative;
        z-index: 9999;
        border-radius: 30px 30px 0 0;
        padding-top: 30px;
    }
    .new_banner_section p {
        color: var(--black);
    }
    .new_banner_section .order-form-partial {
        padding: 26px 20px;
        border-radius: 14px;
        background: #dfdede;
    }

    
    .new_banner_section .assignments h3 {
        color: var(--black);
    }
    .need_help_section p {
        font-size: 16px;
    }
    .new_banner_section .get_div {
        width: 336px;
        right: -1px;
        box-shadow: 0 0 7px #21334352;
        border-radius: 60px 0px 0px 60px;
    }
    .need_help_section {
        padding: 35px 0 50px;
        text-align: center;
        border-top: 1px solid #ccccccad;
        margin-top: 37px;
    }
    .new_banner_section h1 strong {
        color: var(--green);
    }
    .new_banner_section h1 {
        font-size: 35px;
        color: var(--black);
        
        text-align: center;
    }


    
    .why_us {
        margin: 50px 0;
    }
    .content2.content3.Works_div {
        text-align: center;
    }
    .why_us .contentin ul li {
        width: 100%;
    }
    .why_us .contentin ul strong {
        padding: 16px;
    }
    .why_us .contentin ul li strong::after {
        display: none;
    }
    .why_us .contentin ul {
        gap: 10px;
        flex-wrap: wrap;
    }
    .cta-right ul li {
        width: 100%;
    }
    header .header-menu ul {
        top: 51px;
    }
    .new_banner_section .assignments {
        margin: 35px 0;
    }

    .para-section span {
        margin-bottom: 0;
    }
    .para-section span.span_Our {
        font-size: 16px;
        margin-top: 25px;
        margin-bottom: 10px;
    }
    .banner-section .banner-title form {
        max-width: 100%;
        margin-bottom: 40px;
        padding: 25px;
    }
    .service-box.cta_new .service-text h3,
    .service-box.cta_new .service-text strong {
        font-size: 30px;
        line-height: 32px;
    }
    .service-text {
        padding: 30px 20px;
    }

    .cta-form .cta-form-left .input-box {
        width: 100%;
        margin-bottom: 20px;
    }
    .cta-form .cta-form-left {
        padding: 25px;
    }

    .slideshow-container {
        margin: inherit;
    }
    .banner-section form label {
        font-size: 15px;
    }
    .banner-section .form-right {
        max-width: 360px;
    }
    .slideshow-container {
        max-width: 250px;
    }
    .content-slide-in {
        padding: 35px 20px;
    }
    .banner-section .banner_right {
        justify-content: center;
    }
    .banner-section {
        padding-bottom: 30px;
    }
    .para-section .btn {
        padding: 0px 14px;
        font-size: 14px;
    }
    .para-section {
        padding-bottom: 30px;
    }
    .service-box .service-content {
        width: 100%;
        padding-left: 0;
    }
    .service-box.box2 .service-content {
  padding-right: 0;
  padding-left: 0;
}
    .service-box span {
        margin-bottom: 16px;
        padding-left: 0;
        border-left: none;
        margin-left: 0;
    }
    .service-box .service-content ul {
        padding-left: 0;
    }

    .new_banner_section h1 {
        font-size: 40px;
        margin-top: -156px;
        color: var(--white);
        padding-bottom: 59px;
    }
    .cta-right p {
  text-align: center;
}
.cta-right .title h2 {
  font-size: 30px;
  text-align: center !important;
}
}

@media (max-width: 480px) {
    .new_banner_section h1 {
        font-size: 37px;
    }
}

