body {
    font-family: 'Montserrat';
    margin: 0 !important;
    padding: 0 !important;
}

p,
label,
input {
    font-family: 'Montserrat' !important;
    margin: 0 !important;
    padding: 0 !important;
}

.bg-green {
    background-color: #4AB96D;
}

.bg-black {
    background-color: #000000;
}

.bg-white {
    background-color: #ffffff;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

.pt-40 {
    padding-top: 32px !important;
}

.pt-30 {
    padding-top: 22px !important;
}

.pb-40 {
    padding-bottom: 32px !important;
}

.mt-40 {
    margin-top: 32px !important;
}

.header {
    background-color: #4AB96D;
    height: 12px;
}

.head-title {
    font-weight: 500;
    letter-spacing: 24px;
    font-size: 28px;
    color: #ffffff;
}

.banner {
    position: relative;
}

.banner {
    background-image: url("../image/headimg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.inner-img {
    width: 18% !important;
    display: grid;
    margin: auto;
    padding: 40px 0px;
}


.prize-heading {
    font-weight: 800;
    letter-spacing: 2px;
    font-size: 64px;
    line-height: 70px;
    color: #000000;
    text-transform: uppercase;
    padding-top: 80px !important;
}

.combined-container {
    background-image: url("../image/bgimg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.combined-element {
    background-image: url("../image/bgimg2.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.car-img {
    /* position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); */
    width: 70%;
    display: grid;
    margin: auto;
}

.form .container {
    background-color: #E2E2E2;
}

.form .main-container {
    padding: 36px 56px;
}

.form .head-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.form .head-container img {
    width: 4%;
}

.form-heading {
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    color: #000000;
    text-transform: uppercase;
}

.form-sub-heading {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    padding-top: 28px !important;
}

.form-label {
    font-size: 15px;
    line-height: 24px;
    color: #000000;
}

.form-input {
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    border: none;
    padding: 0px 14px !important;
    height: 50px;
    border-radius: 12px;
}

.form-txt {
    font-size: 15px;
    line-height: 24px;
    color: #000000;
}

.form-input:focus {
    outline: none !important;
}

.form-checkbox {
    width: 35px;
    height: 29px;
}

.form-submit {
    background: #4AB96D;
    color: #ffffff;
    border-radius: 12px;
    padding: 12px 0px;
    width: 280px !important;
    display: grid;
    margin: auto;
    border: none;
}

.form-submit:hover {
    background-color: #ffffff;
    color: #40BA67;
}

.about .form-sub-heading {
    width: 80%;
    display: flex;
    margin: auto !important;
}

.btn-txt {
    font-size: 20px !important;
}

.break {
    padding: 40px 0px 8px 0px;
}

.element-tab {
    color: #ffffff;
    border-radius: 80px;
    padding: 30px 15px !important;
    width: 100%;
    display: grid;
    margin: auto;
    border: none;
    height: 320px;
}

.main-txt {
    font-size: 20px;
    line-height: 37px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}

.sub-txt {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 500;
    padding: 15px 10px 0px 10px !important;
}

.ele-img {
    width: 20%;
    display: flex;
    margin: auto;
}

.test-tab-one,
.test-tab-two,
.test-tab-three {
    background-color: #ffffff;
    height: 350px;
    width: 330px;
    box-shadow: 5px 10px 20px -1px #808080;
}

.test-tab-one,
.test-tab-three {
    margin-top: 50px;
}

.test-tab-one .main-txt,
.test-tab-three .main-txt {
    background: #4AB96D;
    color: #ffffff;
    text-transform: none;
    font-weight: normal;
    padding: 10px 0px !important;
}

.test-tab-two .main-txt {
    background: #000000;
    color: #ffffff;
    text-transform: none;
    font-weight: normal;
    padding: 10px 0px !important;
}

.test-tab-one .num-txt,
.test-tab-three .num-txt,
.test-tab-two .num-txt {
    color: #4AB96D;
    font-size: 65px;
    font-weight: 700;
    text-align: center;
}

.test-tab-one .sub-txt,
.test-tab-three .sub-txt,
.test-tab-two .sub-txt {
    text-align: center;
    line-height: 30px;
    font-weight: 500;
    padding: 0px 20px !important;
}

.test-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.concern {
    background-image: url("../image/footer.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding: 23px 0px;
    margin-top: 80px;
}

.concern .sub-txt {
    color: #ffffff;
    font-size: 20px;
    font-weight: normal;
}

.footer {
    padding: 64px 0px !important;
}

.footlogo {
    width: 50%;
}

.footer .main-txt {
    font-weight: 700;
}

.footer .main-txt,
.footer .sub-txt {
    color: #ffffff;
    text-align: left;
    line-height: 24px;
    font-size: 15px;
    padding-left: 0px !important;
    padding-top: 0px !important;
}

.foot-icon img {
    padding: 10px 15px 0px 0px;
    width: 10%;
}

.foot-right {
    padding-left: 35px !important;
}

#loading {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 1;
    background-color: #000;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
}

#loading-image {
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%); */
    z-index: 100;
}


.grow {
    animation: growAnimation 1s infinite;
}

@keyframes growAnimation {
    0% {
        width: 3%;
    }

    100% {
        width: 4%;
    }
}

@media(max-width:991px) {
    .prize-heading {
        font-weight: 800;
        letter-spacing: 2px;
        font-size: 50px;
        line-height: 52px;
        padding-top: 36px !important;
    }

    .car-img {
        width: 85%;
    }

    .element-tab {
        width: 70%;
        height: 320px;
        margin-bottom: 32px;
    }

    .ele-img {
        width: 20%;
    }

    .sub-txt {
        padding-top: 0px !important;
        line-height: 24px !important;
    }

    .main-txt {
        line-height: 28px;
    }

    .num-txt {
        font-size: 50px !important;
    }

    .foot-icon img {
        width: 18%;
    }
    .footlogo {
        width: 60%;
    }
}

@media(max-width:767px) {
    .form .main-container {
        padding: 36px 10px;
    }

    .form-sub-heading {
        font-size: 16px;
        line-height: 20px;
        padding-top: 22px !important;
    }

    .form-txt,
    .sub-txt {
        font-size: 14px;
    }

    .btn-txt,
    .concern .sub-txt {
        font-size: 18px;
    }

    .test-container {
        flex-direction: column !important;
    }

    .test-tab-two {
        margin-top: 20px;
    }

    .test-tab-one,
    .test-tab-two,
    .test-tab-three {
        height: 280px;
    }

    .about .form-sub-heading {
        width: 90%;
    }

    .test-tab-one,
    .test-tab-three {
        margin-top: 20px;
    }

    .concern .container {
        max-width: unset !important;
    }

    .footlogo {
        width: 28%;
    }

    .foot-right {
        padding-left: 12px !important;
    }

    .foot-mid {
        padding: 30px 0px;
    }

    .foot-icon img {
        width: 70%;
    }

    .foot-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 20px;
    }

    .footer .main-txt,
    .footer .sub-txt {
        text-align: center;
        padding: 0px !important;
    }

    .footer {
        padding: 40px 0px !important;
    }
}

@media(max-width:575px) {
    .inner-img {
        width: 20% !important;
    }
    .concern .sub-txt {
        text-align: left !important;
        padding-bottom: 20px !important;
    }

    .concern-txt {
        padding-top: 20px !important;
    }

    .element-tab {
        width: 80%;
        height: 280px;
    }

    .btn-txt {
        font-size: 17px !important;
    }

    .about .form-sub-heading {
        width: 100%;
    }
    
    .footlogo {
        width: 32%;
    }
}

@media(max-width:425px) {
    .element-tab {
        width: 90%;
    }

    .prize-heading {
        letter-spacing: 0px;
        font-size: 34px;
        line-height: 30px;
        padding-top: 20px !important;
    }

    .form-heading {
        font-size: 28px;
    }

    .form-sub-heading {
        font-size: 15px;
        line-height: 20px;
    }

    .form-label {
        font-size: 15px;
    }

    .form-txt,
    .sub-txt {
        font-size: 14px;
        line-height: 18px;
    }

    .form-checkbox {
        margin-right: 10px !important;
    }

    .btn-txt {
        font-size: 14px !important;
    }
}

@media(max-width:375px) {
    .element-tab {
        width: 100%;
    }

    .prize-heading {
        font-size: 30px;
        padding-top: 20px !important;
    }

    .about .form-sub-heading {
        width: 96%;
    }

    .test-tab-one,
    .test-tab-two,
    .test-tab-three {
        width: unset;
    }
}

@media(max-width:335px) {
    .prize-heading {
        line-height: normal;
    }
    .inner-img {
        width: 24% !important;
    }
}