@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

* {
    box-sizing: border-box;
    outline: none;
    text-decoration: none;
}

:root {
    --color--theme--text: #fff;
    --color--background--theme: #3f8560;
    --color--button-primary: #007e90;
    --color--button-hover: #1492a6;
    --color--button--text: #fff;
    --font--family--text: "Work Sans", sans-serif;
}

body {
    font-family: "Work Sans", sans-serif !important;
}

.header {
    padding: 10px 0 10px 0;
}

.logo-img {
    text-align: center;
}

.logo-img img {
    max-width: 200px;
}

.main-sec {
    color: var(--color--theme--text);
    padding: 10px 0 30px 0;
}

.main-cont {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.main-cont h1 {
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.7px;
    color: currentColor;
    font-family: var(--font--family--text) !important;
    margin-top: 8px;
    margin-bottom: 0;
}

.main-cont p {
    text-align: center;
    font-size: 16px;
    color: currentColor;
    font-family: var(--font--family--text) !important;
    font-weight: 400;
    margin: 12px 0 0 0;
}

.main-img {
    text-align: center;
    margin-top: 20px;
    width: 650px;
    height: 380px;
}

.main-img img {
    width: 100% !important;
    object-fit: cover;
    border-radius: 10px;
}

.p-common {
    font-size: 16px;
    color: #32314c;
    margin-bottom: 10px;
    font-family: var(--font--family--text) !important;
}

.pm {
    font-size: 16px;
    color: #32314c;
    font-weight: 600;
    font-family: var(--font--family--text) !important;
}

.pm-big {
    font-size: 20px;
    color: #32314c;
    font-weight: 600;
    font-family: var(--font--family--text) !important;
}


/* -----------------------Form-cont----------------------- */

.form-sec {
    background-color: #f3f6fa;
    padding: 30px 0 0 0;
}

.form-main {
    padding: 14px 10px 0 10px;
    overflow: hidden;
    border-bottom: 4px solid #eae6f1;
}

.form-main h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 32px;
    font-family: var(--font--family--text) !important;
}

.mini-err {
    font-size: 14px;
    color: red;
    margin-left: 4px;
    font-family: var(--font--family--text) !important;
}

.rd-main {
    overflow: hidden;
    margin-bottom: 20px;
}

.form-content {
    padding-bottom: 20px;
}


.form-label {
    display: inline-block !important;
    font-size: 16px;
    color: #32314c !important;
    font-weight: 500;
    margin-left: 6px;
    margin-bottom: 3px !important;
    font-family: var(--font--family--text) !important;
}

.lbl {
    font-size: 14px !important;
    font-family: var(--font--family--text) !important;
}

.radio-grp {
    width: 220px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 6px;
    margin-left: 10px;
}

.form-check-input:focus,
.fm-cust:focus {
    border: 1px solid #8d8bb4 !important;
    box-shadow: none !important;
}

.fm-cust {
    font-size: 16px !important;
    color: #000 !important;
    font-family: var(--font--family--text) !important;
    padding: 10px 12px !important;
    border-radius: 6px !important;
    border: 1px solid #b3b3d4 !important;
}

.min {
    min-height: 94px;
}

.mobile-in {
    position: relative;
}

.num {
    position: absolute;
    top: 1px;
    left: 2px;
    border-radius: 6px 0px 0px 6px;
    padding: 10px 0px 10px 8px;
    background-color: transparent;
    color: #6C757D;
    font-size: 16px;
}

.mobile-in input {
    padding-left: 30px !important;
}

.form-check label {
    font-weight: 400 !important;
    color: #464568 !important;
    font-family: var(--font--family--text) !important;
}

.by-click {
    color: #464568 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    margin-bottom: 0;
    font-family: var(--font--family--text) !important;
}

.by-click span {
    color: rgb(112, 112, 112);
    font-weight: 500;
}

.submit-btn {
    margin-top: 10px;
    text-align: center;
}

.submit-btn .sbmt-btn-cus {
    width: 100%;
    color: var(--color--button--text);
    font-size: 16px;
    font-weight: 500;
    background-color: var(--color--button-primary);
    padding: 8px 10px 8px 16px;
    margin: 0;
    font-family: var(--font--family--text) !important;
    border: none;
    border-radius: 8px;
    transition: 0.5s ease all;
}

.submit-btn .sbmt-btn-cus:hover {
    background-color: var(--color--button-hover);
    color: var(--color--button--text);
}

.sbmt-btn-cus .right-icn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    margin-left: 10px;
}

.sbmt-btn-cus .right-icn img {
    width: 60%;
}

/* =================toggle-tabs=================== */


.radio-toggles-mb {
    align-items: center;
    background: #e3e3e3;
    border: 1px solid #aaaaaa;
    border-radius: 9999px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding: 4px;
    position: relative;
}

.radio-toggles-mb label {
    cursor: pointer;
    padding: 4px 4px;
    text-align: center;
    width: 50%;
    font-family: var(--font--family--text) !important;
    z-index: 2;
    color: gray;
    font-size: 16px;
}

.radio-toggles-mb input[type="radio"]:checked+label {
    color: #fff;
    font-weight: 500;
}

.slide-item-mb {
    background: var(--color--button-primary);
    border-radius: 9999px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    height: calc(100% - 8px);
    left: calc(50% + 4px);
    position: absolute;
    width: calc(50% - 8px);
    transition: left .4s;
    z-index: 0;
    display: none;
}

input[type="radio"] {
    left: -9999px;
    position: absolute;
    z-index: -1;
}

input[type="radio"]:nth-of-type(1):checked~.slide-item-mb {
    left: 4px;
    display: block;
}

input[type="radio"]:nth-of-type(2):checked~.slide-item-mb {
    left: calc(105 + 4px);
    display: block;
}

/* ---------------------------What-sec---------------------- */

.what-main {
    color: var(--color--theme--text);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    border-radius: 10px;
    padding: 25px 20px;
    margin: 30px 0 0 0;
}

.what-logo {
    text-align: center;
}

.what-logo img {
    width: 45px;
}

.what-main .what-text h3 {
    color: currentColor;
    font-weight: 600;
    font-size: 22px;
    font-family: var(--font--family--text) !important;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.what-main .what-text p {
    color: currentColor;
    text-align: center;
    font-family: var(--font--family--text) !important;
    margin-bottom: 0;
}


/* -------------------------review-sec----------------- */

.review-main {
    padding: 30px 10px;
}

.review-main h3 {
    color: #32314c;
    font-weight: 600;
    font-size: 24px;
    font-family: var(--font--family--text) !important;
    text-align: center;
    margin-bottom: 24px;
}

.review-content-main {
    position: relative;
}

.review-content {
    background-color: #fff;
    min-height: 240px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 20px 25px;
    border-radius: 8px;
    margin-bottom: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}

.review-content .des {
    font-size: 16px;
    font-weight: 400;
    font-family: var(--font--family--text) !important;
    color: rgb(50, 49, 76);
}

.df {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.qt i {
    color: rgb(50, 49, 76);
    font-size: 20px;
}

.author {
    font-size: 15px;
    color: #6C757D;
    font-family: var(--font--family--text) !important;
    text-align: right;
    margin-bottom: 0;
}

/* -------------owl-nav---------- */
.splide {
    width: 100%;
    max-width: 100%;
}

.splide__arrow--prev {
    display: none !important;
}

.splide__pagination {
    display: none !important;
}

.splide__arrow {
    width: 40px !important;
    height: 40px !important;
    background: var(--color--button-primary) !important;
    transition: .5s ease all;
}

.splide__arrow:hover {
    opacity: 1;
}

.splide__arrow svg {
    fill: #fff !important;
}


/* --------------------Footer-------------------- */

.footer {
    padding: 14px 0;
    border-top: 1px solid #dddddd;
}

.f-main p {
    color: #000;
    font-size: 13px;
    text-align: center;
    font-family: var(--font--family--text) !important;
    margin-bottom: 0;
}

.f-main a {
    display: inline-block;
    color: rgb(50, 49, 76);
    font-size: 13px;
    text-decoration: none;
    font-family: var(--font--family--text) !important;
    transition: .5s ease all;
}

.f-main a:hover {
    color: #333;
    text-decoration: 1px solid #333;
}



@media (min-width: 1420px) {
    .review-content {
        min-height: 220px;
    }
}

@media (max-width: 1199px) {
    .review-content {
        min-height: 280px;
    }
}
@media (max-width: 899px) {
    .main-img {
        width: 100%;
        height: auto;
    }
    .main-img img {
        width: 100%;
    }
}

@media (max-width: 767px) {

    .form-main h2 {
        font-size: 24px;
    }


    .form-check label,
    .by-click {
        font-size: 14px !important;
    }

    .review-content {
        min-height: 230px;
    }
}

@media (max-width: 575px) {
    .review-content {
        min-height: 300px;
    }
}

@media (max-width: 420px) {
    .header-cont h1 {
        font-size: 17px;
    }
}

@media (max-width: 381px) {
    .review-content {
        padding: 20px 16px;
        min-height: 350px;
    }
}
.main-sec,
.header,
.what-main {
    background-color: var(--color--background--theme);
}

@media (max-width: 767px) {
}
.logo-img a{
    color: var(--color--theme--text);
}
.what-logo a{
    color: var(--color--theme--text);
}