/** BODY & SECTION CSS START **/

body {
    margin: 0;
    padding: 0;
    font-family: "Roboto" !important;
}

body.no-scroll {
    overflow: hidden !important;
}

section {
    padding: 90px 0;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}

.main {
    overflow: hidden;
}

.form-check-input:checked {
    background-color: var(--red-bg);
    border-color: var(--border-red);
}

.form-check-input {
    border-radius: 3px !important;
    border-color: var(--border-red);
    cursor: pointer;
}

/** BODY & SECTION CSS FINISH **/


/** TEXT & SECTION CSS START **/

.bg-section-black {
    background-color: var(--black-bg);
}

.bg-section-white {
    background-color: var(--white-bg);
}

.custom-card {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.03);
    border: 1px solid var(--border-grey-three);
}


.text-color-black {
    color: var(--text-black);
}

.text-color-black-two {
    color: var(--text-black-two);
}

.text-color-white {
    color: var(--text-white);
}

.text-color-red {
    color: var(--text-red);
}

.text-color-blue {
    color: var(--text-blue-four);
}

.text-color-grey {
    color: var(--text-grey);
}

.text-color-grey-dark {
    color: var(--text-gry-dark);
}

.text-stroke-black {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgba(0, 0, 0, 0.1);
}

.text-stroke-white {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--text-white);
}

.text-stroke-white-two {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--text-stroke-color-two);
}

.text-stroke-white-three {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--text-stroke-color-three);
}

.text-stroke-white-four {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--text-stroke-color-four);
}

.button-red {
    border-radius: 12px;
    border: 1px solid var(--border-red-btn);
    background: var(--red-bg);
    padding: 12px 45px;
    font-weight: var(--font-weight-medium);
    color: var(--text-white);
    font-size: 17px;
    box-shadow: 0 20px 35px 0 rgba(236, 32, 36, 0.18);
    outline:none;
}

.button-black {
    border-radius: 12px;
    border: 0.5px solid var(--border-grey-four);
    background: var(--black-bg);
    padding: 12px 45px;
    color: var(--text-white);
    font-size: 17px;
    font-weight: var(--font-weight-medium);
    outline:none;
}

.para-text {
    font-size: 16px;
    font-weight: var(--font-weight-regular);
}

/** TEXT & SECTION CSS FINISH **/


/** FONT WEIGHT & FONT FAMILY CSS START **/

/* Font Family */
.font-roboto {
    font-family: 'Roboto';
}

.font-urbanist {
    font-family: 'Urbanist';
}

/* Font Weight */
.font-extralight {
    font-weight: var(--font-weight-extralight);
}

.font-light {
    font-weight: var(--font-weight-light);
}

.font-normal {
    font-weight: var(--font-weight-regular);
}

.font-medium {
    font-weight: var(--font-weight-medium);
}

.font-semibold {
    font-weight: var(--font-weight-semibold);
}

.font-bold {
    font-weight: var(--font-weight-bold);
}

.font-extrabold {
    font-weight: var(--font-weight-extrabold);
}

.font-black {
    font-weight: var(--font-weight-black);
}

/* Font Size */
.font-14 {
    font-size:14px;
}

.font-15 {
    font-size:15px;
}

.font-16 {
    font-size: 16px;
}

.font-17 {
    font-size: 17px;
}

.font-18 {
    font-size: 18px;
}

.font-19 {
    font-size: 19px;
}

.font-20 {
    font-size: 20px;
}

.font-22 {
    font-size: 22px;
}

.font-24 {
    font-size: 24px;
}

.font-25 {
    font-size: 25px;
}

.font-26 {
    font-size: 26px;
}

.font-30 {
    font-size: 30px;
}

.font-35 {
    font-size: 35px;
}

.font-40 {
    font-size: 40px;
}

.font-45 {
    font-size: 45px;
}

.font-50 {
    font-size: 50px;
}

.font-55 {
    font-size: 55px;
}

.font-60 {
    font-size: 60px;
}

.font-65 {
    font-size: 65px;
}

.font-70 {
    font-size: 70px;
}

.font-75 {
    font-size: 75px;
}

.font-80 {
    font-size: 80px;
}

.font-85 {
    font-size: 80px;
}

.font-90 {
    font-size: 90px;
}

.font-95 {
    font-size: 95px;
}

.font-100 {
    font-size: 100px;
}

.font-130 {
    font-size: 130px;
}


/* LINE HEIGHT */
.lh-20 {
    line-height: 20px;
}

.lh-25 {
    line-height: 25px;
}

.lh-27 {
    line-height: 27px;
}

.lh-30 {
    line-height: 30px;
}

.lh-32 {
    line-height: 32px;
}

.lh-35 {
    line-height: 35px;
}

.lh-37 {
    line-height: 37px;
}

.lh-40 {
    line-height: 40px;
}

.lh-45 {
    line-height: 45px;
}

.lh-47 {
    line-height: 47px;
}

.lh-50 {
    line-height: 50px;
}

.lh-55 {
    line-height: 55px;
}

.lh-60 {
    line-height: 60px;
}

.lh-65 {
    line-height: 65px;
}

.lh-70 {
    line-height: 70px;
}

.lh-75 {
    line-height: 75px;
}

.lh-80 {
    line-height: 80px;
}

.lh-85 {
    line-height: 85px;
}

.lh-90 {
    line-height: 90px;
}

.lh-95 {
    line-height: 95px;
}

.lh-100 {
    line-height: 100px;
}

.lh-115 {
    line-height: 115px;
}

.lh-130 {
    line-height: 130px;
}

.lh-140 {
    line-height: 140px;
}

.lh-150 {
    line-height: 150px;
}

/** FONT WEIGHT & FONT FAMILY CSS FINISH **/


/** HEADING CSS START **/

.row.heading-row {
    margin-bottom: 70px;
}

.heading-box .small-heading {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.heading-box .small-heading .dot-box {
    background-color: var(--light-green-bg);
    height: 30px;
    width: 30px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.heading-box .small-heading .dot-box .dot-inner {
    width: 15px;
    height: 15px;
    background-color: var(--green-bg);
    border-radius: 40px;
}

.cursor-pointer {
  cursor: pointer;
}

/** HEADING CSS FINISH **/


@media all and (min-width: 1200px) and (max-witdth: 1399px) {
    section {
        padding: 80px 0;
    }
}


@media all and (min-width: 992px) and (max-width: 1399px) {
    section {
        padding: 70px 0;
    }

    .row.heading-row {
        margin-bottom: 30px;
    }

    .para-text {
        font-size: 15px;
    }

    /*RESPONSIVE FONT*/
    .lg-font-15 {
        font-size: 15px;
    }

    .lg-font-16 {
        font-size: 16px;
    }

    .lg-font-17 {
        font-size: 16px;
    }

    .lg-font-18 {
        font-size: 18px;
    }

    .lg-font-19 {
        font-size: 19px;
    }

    .lg-font-20 {
        font-size: 20px;
    }

    .lg-font-22 {
        font-size: 22px;
    }

    .lg-font-24 {
        font-size: 24px;
    }

    .lg-font-30 {
        font-size: 30px;
    }

    .lg-font-33 {
        font-size: 33px;
    }

    .lg-font-34 {
        font-size: 34px;
    }

    .lg-font-35 {
        font-size: 35px;
    }

    .lg-font-40 {
        font-size: 40px;
    }

    .lg-font-50 {
        font-size: 50px;
    }

    .lg-font-120 {
        font-size: 120px;
    }

    /*RESPONSIVE LINE HEIGHT*/
    .lg-lh-26 {
        line-height: 26px;
    }

    .lg-lh-27 {
        line-height: 27px;
    }

    .lg-lh-28 {
        line-height: 28px;
    }

    .lg-lh-30 {
        line-height: 30px;
    }

    .lg-lh-32 {
        line-height: 32px;
    }

    .lg-lh-34 {
        line-height: 34px;
    }

    .lg-lh-35 {
        line-height: 35px;
    }

    .lg-lh-40 {
        line-height: 40px;
    }

    .lg-lh-45 {
        line-height: 45px;
    }

    .lg-lh-50 {
        line-height: 50px;
    }

    .lg-lh-55 {
        line-height: 55px;
    }

    .lg-lh-60 {
        line-height: 60px;
    }

    .lg-lh-70 {
        line-height: 70px;
    }
}


@media all and (min-width: 768px) and (max-width: 991px) {
    section {
        padding: 50px 0;
    }

    .row.heading-row {
        margin-bottom: 20px;
    }

    .heading-box .small-heading {
        justify-content: center;
    }

    /*RESPONSIVE FONT*/
    .md-font-14 {
        font-size: 14px;
    }

    .md-font-15 {
        font-size: 15px;
    }

    .md-font-16 {
        font-size: 16px;
    }

    .md-font-17 {
        font-size: 17px;
    }

    .md-font-18 {
        font-size: 18px;
    }

    .md-font-20 {
        font-size: 20px;
    }

    .md-font-22 {
        font-size: 22px;
    }

    .md-font-23 {
        font-size: 23px;
    }

    .md-font-25 {
        font-size: 25px;
    }

    .md-font-27 {
        font-size: 27px;
    }

    .md-font-28 {
        font-size: 28px;
    }

    .md-font-30 {
        font-size: 30px;
    }

    .md-font-35 {
        font-size: 35px;
    }

    .md-font-40 {
        font-size: 40px;
    }

    .md-font-50 {
        font-size: 50px;
    }

    .md-font-60 {
        font-size: 60px;
    }

    .md-font-90 {
        font-size: 90px;
    }

    /*RESPONSIVE LINE HEIGHT*/

    .md-lh-25 {
        line-height: 25px;
    }

    .md-lh-27 {
        line-height: 27px;
    }

    .md-lh-28 {
        line-height: 28px;
    }

    .md-lh-29 {
        line-height: 29px;
    }

    .md-lh-30 {
        line-height: 30px;
    }

    .md-lh-32 {
        line-height: 32px;
    }

    .md-lh-33 {
        line-height: 33px;
    }

    .md-lh-35 {
        line-height: 35px;
    }

    .md-lh-37 {
        line-height: 37px;
    }

    .md-lh-40 {
        line-height: 40px;
    }

    .md-lh-45 {
        line-height: 45px;
    }

    .md-lh-50 {
        line-height: 50px;
    }

    .md-lh-57 {
        line-height: 57px;
    }

    .md-lh-55 {
        line-height: 55px;
    }

    .md-lh-60 {
        line-height: 60px;
    }

    .md-lh-65 {
        line-height: 65px;
    }

    .md-lh-117 {
        line-height: 117px;
    }
}

@media all and (min-width:576px) and (max-width: 767px) {
    section {
        padding: 40px 0;
    }

    .row.heading-row {
        margin-bottom: 20px;
    }

    .heading-box .small-heading {
        justify-content: center;
        margin-bottom: 15px;
    }

    /*RESPONSIVE FONT*/
    .sm-font-14 {
        font-size: 14px;
    }

    .sm-font-15 {
        font-size: 15px;
    }

    .sm-font-16 {
        font-size: 16px;
    }

    .sm-font-17 {
        font-size: 17px;
    }

    .sm-font-18 {
        font-size: 18px;
    }

    .sm-font-20 {
        font-size: 20px;
    }

    .sm-font-24 {
        font-size: 24px;
    }

    .sm-font-25 {
        font-size: 25px;
    }

    .sm-font-30 {
        font-size: 30px;
    }

    .sm-font-35 {
        font-size: 35px;
    }

    .sm-font-40 {
        font-size: 40px;
    }

    .sm-font-45 {
        font-size: 45px;
    }

    .sm-font-50 {
        font-size: 50px;
    }

    .sm-font-70 {
        font-size: 70px;
    }

    /*RESPONSIVE LINE HEIGHT*/
    .sm-lh-25 {
        line-height: 25px;
    }

    .sm-lh-26 {
        line-height: 26px;
    }

    .sm-lh-27 {
        line-height: 27px;
    }

    .sm-lh-30 {
        line-height: 30px;
    }

    .sm-lh-40 {
        line-height: 40px;
    }

    .sm-lh-45 {
        line-height: 45px;
    }

    .sm-lh-50 {
        line-height: 50px;
    }

    .sm-lh-55 {
        line-height: 55px;
    }

    .sm-lh-60 {
        line-height: 60px;
    }

    .sm-lh-95 {
        line-height: 95px;
    }
}


@media all and (min-width: 320px) and (max-width: 575px) {
    section {
        padding: 30px 0;
    }

    .row.heading-row {
        margin-bottom: 20px;
    }

    .heading-box .small-heading {
        justify-content: center;
        margin-bottom: 15px;
    }

    .heading-box h2 br {
        display: none;
    }

    /*RESPONSIVE FONT*/
    .xs-font-14 {
        font-size: 14px;
    }

    .xs-font-15 {
        font-size: 15px;
    }

    .xs-font-16 {
        font-size: 16px;
    }

    .xs-font-17 {
        font-size: 17px;
    }

    .xs-font-18 {
        font-size: 18px;
    }

    .xs-font-20 {
        font-size: 20px;
    }

    .xs-font-22 {
        font-size: 22px;
    }

    .xs-font-24 {
        font-size: 24px;
    }

    .xs-font-25 {
        font-size: 25px;
    }

    .xs-font-30 {
        font-size: 30px;
    }

    .xs-font-35 {
        font-size: 35px;
    }

    .xs-font-45 {
        font-size: 45px;
    }

    .xs-font-50 {
        font-size: 50px;
    }

    /*RESPONSIVE LINE HEIGHT*/
    .xs-lh-25 {
        line-height: 25px;
    }

    .xs-lh-27 {
        line-height: 27px;
    }

    .xs-lh-30 {
        line-height: 30px;
    }

    .xs-lh-32 {
        line-height: 32px;
    }

    .xs-lh-35 {
        line-height: 35px;
    }

    .xs-lh-37 {
        line-height: 37px;
    }

    .xs-lh-40 {
        line-height: 40px;
    }

    .xs-lh-45 {
        line-height: 45px;
    }

    .xs-lh-50 {
        line-height: 50px;
    }

    .xs-lh-55 {
        line-height: 55px;
    }

    .xs-lh-65 {
        line-height: 65px;
    }

    .xs-lh-68 {
        line-height: 68px;
    }
}