* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --font: "Lexend Deca", sans-serif;
    /* color */
    --bgColor: #E9EBDE;
    --blue: #2C3D68;
    --gray: #707070;
    --lightGray: rgba(0, 0, 0, 0.161);
}

h1, .h1 {
    font-size: 40px;
    line-height: 53px;
    letter-spacing: 0px;
    color: var(--blue);
    font-weight: 600;
}

h5, .question {
    font-size: 25px;
    line-height: 37px;
    color: var(--blue);
    letter-spacing: 0.5px;
}

body {
    font-family: var(--font);
    font-size: 20px;
    line-height: 26px;
    background-color: var(--bgColor);
    font-optical-sizing: auto;
    color: var(--blue);
}

img {
    max-width: 100%;
}

p {
    margin: 0;
}

.btn-cstm {
    background-color: var(--blue);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 100%;
    max-width: 153px;
    border: 1px solid var(--blue);
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 0.4px;
    gap: 11px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 0 auto;
}

.btn-cstm:hover {
    background-color: transparent;
    color: var(--blue);
    border-color: var(--blue);
}

.container {
    max-width: 1270px;
    padding: 0 15px;
    margin: 0 auto;
}
header .main-img {
    display: flex;
}

header .main-img img {
    max-width: 100%;
    width: 100%;
}

/* New header css */
.top-header {
    background-image: url("/wp-content/uploads/2024/03/bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.top-header::after {
    content: '';
    width: 20%;
    height: 100%;
    background-image: url("/wp-content/uploads/2024/03/Right.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    background-size: contain;
    z-index: 1;
    background-position: right;
}

.top-header::before {
    content: '';
    width: 20%;
    height: 100%;
    background-image: url(/wp-content/uploads/2024/03/left.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    z-index: 1;
}

.top-header .container {
    position: relative;
    z-index: 2;
}
/* New header css End */

.subhead {
    text-align: center;
    background-color: var(--blue);
    padding: 20px;
}

.subhead p {
    color: #fff;
    display: inline-block;
    position: relative;
    margin: 0;
}

.subhead p span {
    font-weight: normal;
    font-size: 0.5em;
    margin-left: -5px;
    line-height: 1;
}

.progress-bar-wrap {
    margin: 0;
}

.progress-bar-wrap .container {
    padding: 0;
}

.progress-bar {
    border: 6px solid #fff;
    background-color: #d5d8e1;
    display: flex;
    align-items: center;
    height: 62px;
    position: relative;
    z-index: 1;
}

.progress-bar .thumb-progress {
    width: 54px;
    height: 51px;
    background: #fff;
    border: 6px solid var(--blue);
    border-left-width: 5px;
    border-right-width: 5px;
    text-align: center;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font);
    font-size: 16px;
    letter-spacing: 0.32px;
    color: var(--blue);
}

form.question-form {
    padding: 50px 0 100px;
}

.heading {
    text-align: center;
    margin: 0 0 40px;
}

.questions-wrap .question {
    background-color: #fff;
    text-align: center;
    padding: 20px;
}

.questions-wrap {
    border: 3px solid #ffff;
}
.questions-wrap .select-opt {
    min-height: 96px;
    display: flex;
    align-items: center;
    padding: 20px 40px;
}
.btn-wrap {
    display: flex;
    margin: 30px 0 0;
    justify-content: center;
}

.btn-wrap button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 100%;
    max-width: 153px;
    border: 1px solid var(--blue);
    background-color: transparent;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 0.4px;
    gap: 11px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: var(--blue);
    margin-left: 0;
    margin-right: auto;
	font-weight:400;
}
.btn-wrap button i {
    font-size: 16px;
}

.btn-wrap button.next {
    background-color: var(--blue);
    color: #fff;
    margin-right: 0;
}

.btn-wrap button.next:hover {
    background-color: transparent;
    color: var(--blue);
}

.btn-wrap button:hover {
    background-color: var(--blue);
    color: #fff;
}
.inner-progress {
    width: 100%;
    display: inline-flex;
}
.inner-progress .progress-fill {
    display: inline-block;
    background-color: var(--blue);
}
.slider-value {
    position: absolute;
    bottom: -25px;
}

.slider-value-fixed {
    position: absolute;
    right: 0;
    bottom: -25px;
}

.form-field label {
    font-size: 18px;
    letter-spacing: 0.38px;
    line-height: 24px;
    color: var(--blue);
    font-weight: 400;
}


.form-field label.radio {
    position: relative;
    display: inline-block;
    padding-left: 28px;
    cursor: pointer;
}

.questions-wrap .select-opt .form-field-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 60px;
    position: relative;
}

.questions-wrap .select-opt .form-field-wrap .form-field:first-child::after {
    content: '';
    width: 1px;
    height: 40px;
    background-color: #707070;
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.3;
}

.questions-wrap .select-opt .form-field-wrap .form-field {
    position: relative;
}
.form-field label.radio .cstm-radio {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 2px;
    border-radius: 20px;
    border: 1px solid #707070;
    background-color: #fff;
}

.form-field label.radio .cstm-radio::after {
    width: 10px;
    height: 10px;
    background-color: var(--blue);
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    border-radius: 15px;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.2s ease;
}

.form-field label.radio input:checked + .cstm-radio::after {
    opacity: 1;
}

.form-field label.radio input[type="radio"] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}


/* range slider css */
.slider-main {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    gap: 25px;
}
.slider-container {
    position: relative;
    width: 100%;
}

.slider-value, .slider-value-fixed {
    font-size: 18px;
    letter-spacing: 0.34px;
    line-height: 21px;
    color: var(--blue);
    flex-shrink: 0;
    margin: 0;
}
.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 13px;
    border-radius: 0;
    background: #cdd1cc;
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 22px;
    height: 22px;
    background: #931D37;
    border: 2px solid #fff;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.slider::-moz-range-thumb {
    width: 22px;
    height: 22px;
    background: #931D37;
    border: 2px solid #fff;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.slider::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 0%;
    top: 0;
    left: 0;
    background-color: #931D37;
    z-index: 1;
}

.tooltip {
    visibility: hidden;
    width: 60px;
    background-color: var(--blue);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    z-index: 5;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
}

.tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: var(--blue) transparent transparent transparent;
}

input {
    -moz-appearance: textfield;
    -webkit-appearance: none;
    appearance: none;
}


/* Last step css */
.info-wrap {
    background-color: #fff;
    margin: 40px 0 0;
}

.questions-wrap.final-step .question {
    padding: 0;
    font-size: 25px;
}

.questions-wrap.final-step {
    padding: 50px 40px 55px;
    background-color: #fff;
}

.info-wrap .form-field-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 0 0 20px;
}

.info-wrap .form-field-wrap .form-field {flex-shrink: 0;width: calc(100%/3 - 10px);}

.info-wrap .form-field-wrap .form-field label {
    width: 100%;
    display: block;
    font-size: 18px;
    color: #212121;
    letter-spacing: 0.36px;
    line-height: 23px;
    margin: 0 0 10px;
}

.info-wrap .form-field-wrap .form-field input {
	border: 1px solid #70707080;
	height: 50px;
	width: 100%;
	color: #212121;
	background-color: #fff;
	-moz-appearance: textfield;
	-webkit-appearance: none;
	appearance: none;
	padding: 7px 15px;
	font-family: var(--font);
	font-size: 17px;
    box-shadow: none;
    outline: none;
}

.info-wrap .form-field-wrap .form-field .error-message {
	color: red;
	font-size: 17px;
	margin: 5px 0 0;
}

.info-wrap .form-field-wrap .form-field input[type="number"] {
    -moz-appearance: textfield;
  }
  .info-wrap .form-field-wrap .form-field input + span {
	font-size: 16px;
}
.success-message {
	text-align: center;
	color: green;
	background-color: #bce4bc;
	padding: 5px 20px;
	font-size: 17px;
	line-height: 35px;
	margin: 0 0 20px;
}

.final-step-on + .btn-wrap {
    display: none !important;
}


.error-main {
    position: absolute;
    top: -100px;
    left: -3px;
    width: calc(100% + 6px);
    padding: 5px 20px;
    background-color: #ffc4c4;
    color: red;
    text-align: center;
    font-size: 16px;
  }
  .questions-wrap {
    position: relative;
  }


/* Feb 29 */
.questions-wrap.final-step p.unforch{
    text-align: center;
    margin: 0;
    line-height: 1.8;
    font-weight: 600;
    color: #000;
}

header .logo-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 5px 0;
}

header .logo-wrap .main-img {
    max-width: 400px;
}

header .number-wrap a {
    text-decoration: none;
    color: var(--blue);
    display: flex;
    align-items: center;
    column-gap: 10px;
}


/* Mar 5 */

.contactform .info-wrap {
    background-color: transparent;
}
.contactform .info-wrap textarea {
    padding: 15px;
    font-family: var(--font);
    font-size: 17px;
    box-shadow: none;
    outline: none;
    width: 100%;
    resize: none;
    border: 1px solid #70707080;
}
.info-wrap .form-field-wrap > .form-field:last-child {
    width: 100%;
}
.contactform .info-wrap input[type="submit"] {
    background-color: var(--blue);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 100%;
    max-width: fit-content;
    border: 1px solid var(--blue);
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 0.4px;
    gap: 11px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 0 auto;
    padding: 5px 20px;
}

.video-contant {
    display: flex;
}

.video-contant video {
    width: 100%;
    height: auto;
    object-fit: cover;
    flex-shrink: 0;
    cursor: pointer;
}

.landing-contact-page {
    padding: 80px 0;
}
.landing-contact-page p {
    color: var(--blue);
    line-height: 1.5;
   text-align: center;
}

.info-wrap .form-field-wrap .form-field input + span {
    text-align: left;
}
.heading p {
    color: var(--blue);
    margin: 15px 0 0;
}

.video-content {
    margin: 15px auto 0;
    position: relative;
    z-index: 1;
    background-color: #fff;
    max-width: 100%;
    padding: 32px 20px;
    text-align: center;
    letter-spacing: 0;
}

.video-content p {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 34px;
}
.top-heading h6 {
    letter-spacing: 2.2px;
    color: var(--blue);
    font-size: 22px;
    line-height: 28px;
    margin: 0 0 11px;
    font-weight: 400;
}

.who-we-are-content h2 {
    letter-spacing: 0.9px;
    color: var(--blue);
    font-size: 45px;
    line-height: 63px;
    margin: 0 0 027px;
}

.who-we-are-content {
    display: flex;
    flex-wrap: wrap;
    column-gap: 48px;
    row-gap: 35px;
    padding-bottom: 70px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}

.who-we-are-content>div {
    flex-shrink: 0;
    width: calc(50% - 24px);
}


.work-process-section {
    padding: 60px 0 0;
}

.work-process-section .work-process-content {
    padding-bottom: 70px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
    display: flex;
    flex-wrap: wrap;    
    margin: 0 -15px;
}

.who-we-are-content p {
    line-height: 37px;
}

.who-we-are-content ul li {
    list-style: none;
    letter-spacing: 0.2px;
    line-height: 44px;
    margin-bottom: 22px;
    position: relative;
    padding-left: 55px;
}

.who-we-are-content ul li:last-child {
    margin-bottom: 0;
}

.who-we-are-content ul li::after {
    content: '\f00c';
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    width: 42px;
    height: 42px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.work-process-section .work-process-content .process {
    flex-shrink: 0;
    width: 33.333%;
    padding: 0 15px;
    text-align: center;
}

.work-process-section .heading,
.contact-section .heading {
    margin-bottom: 35px;
}

.work-process-section .heading h2,
.contact-section .heading h2,
.about-section-content h2 {
    font-size: 45px;
    letter-spacing: 0.9px;
    line-height: 56px;
}

.process .icon {
    width: 106px;
    height: 106px;
    border: 1px solid #DFDFDF;
    margin: 0 auto 18px;
    border-radius: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
}
.process  h4 {
    letter-spacing: 0.5px;
    font-size: 25px;
    line-height: 35px;
    margin: 0 0 15px;
}

.process p {
    font-size: 18px;
    line-height: 33px;
    letter-spacing: 0px;
}

.about-section {
    padding: 83px 0 130px;
}

.about-section-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.about-section-content>div {
    width: calc(50% - 35px);
    flex-shrink: 0;
}

.about-section-content h2 {
    font-size: 45px;
    font-size: 45px;
    letter-spacing: 0.9px;
    line-height: 56px;
}

.about-section-content h2 {
    margin: 0 0 25px;
}

.about-section-content p {
    line-height: 34px;
}

.support-content {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 14px;
    margin: 35px 0;
}

.support-content .support-inner {
    background-color: #FFFFFF54;
    padding: 24px 35px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.support-content .support-inner p {
    font-size: 25px;
    line-height: 33px;
    font-weight: 500;
    max-width: 131px;
}

.client-area {
    display: flex;
    align-items: center;
    background-color: #fff;
    box-shadow: 0px 0px 16px #00000029;
    max-width: 287px;
    justify-content: center;
    padding: 19px 25px 15px;
    gap: 16px;
    position: relative;
    z-index: 1;
    left: 12%;
    margin: -84px 0 0;
}

.client-area .content p {
    letter-spacing: 0.4px;
    line-height: 33px;
}

.client-area .content .client-count {
    letter-spacing: 0px;
    font-size: 38px;
    margin: 0 0 6px;
}
.btn2 {
    padding: 16px 40px;
    background-color: #921C36;
    letter-spacing: 0px;
    color: #FFFFFF;
    font-weight: 400;
    text-decoration: none;
    font-size: 22px;
    line-height: 28px;
    display: inline-block;
}

.contact-section {
    margin-bottom: 30px;
}

.Thankyou-section {
    padding: 100px 0;
}

.Thankyou-section .thankyou-content {
    max-width: 550px;
    margin: 0 auto;
    padding: 50px 20px;
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
}

.Thankyou-section .thankyou-content .icon i {
    font-size: 40px;
    line-height: 1;
    color: #fff;
}

.Thankyou-section .thankyou-content h1 {
    margin: 20px 0;
    font-weight: 700;
}

.Thankyou-section .thankyou-content .icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background-color: var(--blue);
    border-radius: 80px;
}

.contactform .info-wrap input[type="submit"]:hover {
    background-color: #fff;
    color: var(--blue);
}
.btn2:hover {
    background-color: var(--blue);
}

.who-we-are-content ul {
    margin: 0;
}
.subhead p.h1 sup {
    font-size: 0.4em;
    top: -27px;
    left: -12px;
    font-weight: 300;
}

/* Responsive css */

@media (max-width:1365px) {
    .container {
        max-width: 1170px;
    }
    .video-content p,
    .about-section-content p{
        font-size: 18px;
    }

    .who-we-are-content p {
        font-size: 18px;
        padding-right: 12px;
    }

    .work-process-section .heading h2, 
    .contact-section .heading h2, 
    .about-section-content h2, 
    .who-we-are-content h2 {
        font-size: 40px;
        line-height: 55px;
    }

    .process .icon {
        width: 96px;
        height: 96px;
    }

    .process .icon img {
        max-width: 40px;
    }

    .support-content .support-inner img {
        max-width: 60px;
    }
    .support-content .support-inner {
        padding: 20px 25px;
    }
    .who-we-are-content ul li {
        font-size: 18px;
    }
}

@media (max-width:1199px) {
    h1, .h1 {
        font-size: 35px;
        line-height: 45px;
    }
    header .logo-wrap .main-img {
        max-width: 300px;
    }
    .landing-contact-page {
        padding: 50px 0;
    }
    .video-content {
        padding: 20px;
    }
    .who-we-are-content {
        column-gap: 30px;
        padding-bottom: 50px;
    }
    
    .who-we-are-content>div {
        width: calc(50% - 15px);
    }
    
    .work-process-section .heading h2, .contact-section .heading h2, .about-section-content h2, .who-we-are-content h2 {
        font-size: 35px;
        line-height: 50px;
    }
    
    .who-we-are-content ul li::after {
        width: 35px;
        height: 35px;
    }
    
    .work-process-section {
        padding: 50px 0 0;
    }
    
    .work-process-section .work-process-content {
        padding-bottom: 50px;
    }
    
    .about-section-content>div {
        width: calc(50% - 15px);
    }
    
    .support-content .support-inner {
        padding: 15px;
    }
    
    .support-content .support-inner p {
        font-size: 20px;
        line-height: 26px;
    }
    
    .support-content .support-inner img {
        max-width: 45px;
    }
    
    .btn2 {
        font-size: 18px;
    }
    
    .client-area .content .client-count {
        font-size: 30px;
    }
    
    .client-area .icon img {
        max-width: 55px;
    }
    
    .about-section {
        padding: 60px 0 90px;
    }
    .who-we-are-content ul li {
        line-height: 30px;
        padding-left: 45px;
    }
}

@media (max-width:991px) {
    .btn-wrap button {
        font-size: 16px;
        max-width: 145px;
        height: 45px;
    }
    
    body {
        font-size: 18px;
        line-height: 24px;
    }
    
    .container {
        padding: 0 20px;
    }
    
    .btn-wrap button span {
        display: block;
        line-height: 20px;
    }
    
    .questions-wrap .question {
        padding: 15px;
    }
    
    form.question-form {
        padding: 30px 0 60px;
    }
    h5, .question {
        font-size: 18px;
        line-height: 28px;
    }
    h1, .h1 {
        font-size: 30px;
        line-height: 41px;
    }
    .progress-bar {
        height: 55px;
        border: 5px solid #fff;
    }

    .progress-bar .thumb-progress {
        width: 50px;
        height: 45px;
        border: 5px solid var(--blue);
        font-size: 14px;
    }
    
    .heading {
        margin: 0 0 25px;
    }
    
    .questions-wrap .select-opt {
        padding: 20px;
    }
    .tooltip {
        width: fit-content;
        padding: 0 7px;
    }
    .questions-wrap .select-opt .form-field-wrap {
        gap: 40px;
    }
    
    .questions-wrap .select-opt .form-field-wrap .form-field:first-child::after {
        right: -20px;
        height: 30px;
    }
    
    .form-field label.radio {
        padding-left: 26px;
        font-size: 17px;
    }
    
    .form-field label.radio .cstm-radio {
        top: 2px;
    }
    .questions-wrap.final-step {
        padding: 20px 20px 25px;
    }
    
    .questions-wrap.final-step .question {
        font-size: 18px;
    }
    
    .info-wrap {
        margin: 25px 0 0;
    }
    .slider-value, .slider-value-fixed {
        font-size: 16px;
    }
	.heading {
		margin: 0px 0 30px;
	}
    .error-main {
        top: -90px;
        padding: 4px 10px;
        font-size: 15px;
    }
    .process .icon {
        width: 75px;
        height: 75px;
    }
    
    .process h4 {
        font-size: 20px;
        line-height: 30px;
        margin: 0 0 10px;
    }
    
    .process p {
        font-size: 16px;
        line-height: 26px;
    }
    
    .work-process-section .heading h2, .contact-section .heading h2, .about-section-content h2, .who-we-are-content h2 {
        font-size: 30px;
        line-height: 41px;
    }
    
    .about-section-content {
        row-gap: 40px;
    }
    
    .about-section-content>div {
        width: 100%;
    }
    .subhead p {
        max-width: 470px;
    }
    .support-content .support-inner p {
        font-size: 18px;
    }
    .support-content .support-inner img {
        max-width: 40px;
    }
    .Thankyou-section .thankyou-content h1 {
        margin: 10px 0 15px;
    }
    
    .Thankyou-section .thankyou-content .icon i {
        font-size: 25px;
    }
    
    .Thankyou-section .thankyou-content .icon {
        width: 50px;
        height: 50px;
    }
    .Thankyou-section {
        padding: 50px 0;
    }
    .Thankyou-section .thankyou-content {
        padding: 30px 20px;
    }
	.subhead p.h1 sup {
		top: -22px;
		left: -10px;
	}
}

@media (max-width:767px) {
    .info-wrap .form-field-wrap .form-field {
        width: 100%;
    }
    .support-content .support-inner img {
        max-width: 35px;
    }
    
    .info-wrap .form-field-wrap .form-field label {
        margin: 0 0 5px;
        font-size: 16px;
    }
    
    .info-wrap .form-field-wrap .form-field input {
        height: 40px;
    }
    
    .btn-cstm {
        font-size: 16px;
        height: 40px;
    }
	h1, .h1 {
		font-size: 25px;
		line-height: 35px;
	}

    .subhead p.h1 {
        max-width: 372px;
        margin: 0 auto;
    }
    .landing-contact-page {
        padding: 35px 0;
    }
    header .logo-wrap .main-img {
        max-width: 240px;
    }
    .who-we-are-content>div {
        width: 100%;
    }
    
    .who-we-are-content h2 {
        margin-bottom: 15px;
    }
    
    .who-we-are-content p {
        padding: 0;
    }
    
    .work-process-section .work-process-content .process {
        width: 100%;
    }
    
    .work-process-section .work-process-content {
        gap: 30px;
    }
    
    .process .icon {
        margin: 0 auto 10px;
    }
    .about-section-content h2 {
        margin-bottom: 15px;
    }
    .about-section-content>div img {
        width: 100%;
    }
    
    .client-area {
        left: 50%;
        margin: -55px 0 0;
        transform: translateX(-50%);
        max-width: 260px;
    }
    
    .client-area .content .client-count {
        font-size: 25px;
        margin: 0 0 3px;
    }
    
    .client-area .icon img {
        max-width: 50px;
    }
    .top-heading h6 {
        font-size: 20px;
    }
    .btn2 {
        padding: 14px 30px;
    }
    .process h4 {
        margin: 0 0 5px;
    }
    .about-section {
        padding: 55px 0;
    }
    .work-process-section .heading, .contact-section .heading {
        margin-bottom: 25px;
    }
	.subhead p.h1 sup {
		font-size: 0.5em;
		top: -17px;
		left: -6px;
	}
}

@media (max-width:567px) {
	header .logo-wrap {
		gap: 12px;
	}
    header .logo-wrap .main-img {
        max-width: 170px;
    }
    header .number-wrap a {
        font-size: 16px;
    }
    .video-content {
        padding: 20px;
        margin: 20px auto 0;
        max-width: 100%;
    }
    .video-contant video {
        height: auto;
    }
    .work-process-section .heading h2, .contact-section .heading h2, .about-section-content h2, .who-we-are-content h2 {
        font-size: 25px;
        line-height: 37px;
    }
}

@media (max-width:489px) {
    .support-content .support-inner p {
        max-width: fit-content;
    }
    
    .support-content .support-inner {
        width: 100%;
    }
}

body .question-main .final-step .form-field:last-child {
    width: calc(100% / 3 - 10px);
}
@media (max-width:767px) {
    body .question-main .final-step .form-field:last-child {
        width:100%;
    }
}

@media (max-width:389px) {
    .subhead p.h1 {
        font-size: 23px;
        line-height: 1.4;
    }
	.subhead {
		padding: 20px 17px;
	}
}