/*------------MOBILE SIDEMENU-------------*/


/*------------REGIATER-------------*/
/*------------PAGE-----------------*/

/*------1.....*/



.wac-elm.wac-css-411813.wac_text_block h4 dfn {
    width: 27px;
    font-style: normal;
    display: inline-block;
    height: 27px;
    border: 1px solid #0C6EFD;
    color: #0C6EFD;
    font-size: 14px;
    line-height: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 15px;
    font-family: "Inter", sans-serif;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

/*----common----*/

/*.page-id-19.wac_row.wac_row_inner {
    width: calc(100% + 8px)!important;
}*/
.wac-elm.wac-css-945514.wac_row.wac_row_inner.participate-stepper {
    margin-left: -3px !important;
    width: calc(100% + 8px) !important;
}











/*-----First qstn checkbx---*/

.main-question-wrapper .main-question-inner .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item:first-child {
    padding-left: 0 !important;
}

.main-question-wrapper .main-question-inner .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {

    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-left: 30px;
    margin-left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;

}

.main-question-wrapper .main-question-inner .wpcf7-list-item-label {
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    text-decoration: none;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Noto Sans Malayalam", sans-serif;
    position: relative;
    top: 3px;
    padding-left: 0px;
}


.main-question-wrapper .main-question-inner .wpcf7-form-control .wpcf7-list-item input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
}


/*----CHECKBOX ICON---*/


.main-question-wrapper .main-question-inner input:checked+.wpcf7-list-item-label:before {
    border: 2px solid #0C6EFD;
}


.main-question-wrapper .main-question-inner .wpcf7-list-item-label:before {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 6px;
    border: 2px solid #D0D0D0;
    border-radius: 50%;
    background-color: transparent;

    display: -ms-flexbox;
    display: -webkit-flexbox;

    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
}


/*.main-question-wrapper .main-question-inner .wpcf7-list-item .wpcf7-list-item-label::after{
    content: "";
    display: block;
    width: 10px;
    height: 5px;
    border-color: #fff;
    border-top-color: white;
    border-right-color: white;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    position: absolute;
    -webkit-transform: rotate(140deg);
    transform: rotate(140deg);
    left: 3px;
    top: 4px;
    opacity: 0;
}*/

.main-question-wrapper .main-question-inner .wpcf7-list-item-label::after {
    content: "";
    position: absolute;
    width: 11px;
    height: 10px;
    left: 4px;
    border-radius: 50%;
    background-color: #0C6EFD;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}


.main-question-wrapper .main-question-inner input:checked+.wpcf7-list-item-label::after {
    opacity: 1;
}









/*-----last qstn checkbx---*/



.main-extra-question-wrapper .main-extra-question-inner .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item:first-child {
    padding-left: 0 !important;
}

.main-extra-question-wrapper .main-extra-question-inner .wpcf7-list-item {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: 0px;
    margin-right: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}



.main-extra-question-wrapper .main-extra-question-inner .wpcf7-form-control .wpcf7-list-item input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
}


.main-extra-question-wrapper .main-extra-question-inner .wpcf7-list-item-label {
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    text-decoration: none;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Noto Sans Malayalam", sans-serif;
    position: relative;
    top: 3px;
    padding-left: 0px;
}

/*-----CHECKBOX ICON----*/
.main-extra-question-wrapper .main-extra-question-inner .wpcf7-list-item.checked .wpcf7-list-item-label::before {
    border: 2px solid #0C6EFD !important;
    background-color: #0C6EFD !important;
}

.main-extra-question-wrapper .main-extra-question-inner .wpcf7-list-item-label:before {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 7px;
    border: 2px solid #D0D0D0;
    border-radius: 50%;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;


}




.main-extra-question-wrapper .main-extra-question-inner .wpcf7-list-item-label::after {
    content: "";
    display: block;
    width: 10px;
    height: 5px;
    border-color: #fff;
    border-top-color: white;
    border-right-color: white;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    position: absolute;
    -webkit-transform: rotate(140deg);
    transform: rotate(140deg);
    left: 5px;
    top: 8px;
    opacity: 0;

}

.main-extra-question-wrapper .main-extra-question-inner .wpcf7-list-item.checked .wpcf7-list-item-label::after {
    opacity: 1;
}




.wpcf7-form-control-wrap {

    width: 100%;
}

span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.main-question-item {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
}

/*-----BUTTON -SUBMIT------*/


input.wpcf7-form-control.has-spinner.wpcf7-submit.btn.btn-primary {
    background: #009ff2;
    border: 2px solid #009ff2;
}







/*---------------GALLERY-----------------*/
/*---------------PAGE--------------------*/
/*-----Banner-----*/
body.wac-css-system .wac-css-65565 {

    height: 341px;
}


.gallery-section {
    padding-top: 25px !important;
}

/*-----BUTTON-----*/
body.page-template-default.page.page-id-17.wacbuilder.wac-css-system .inner-pages .btn-view-more {
    margin: 0px auto 28px auto;
}

/*---------------NEWS AND EVENT-----------------*/
/*---------------PAGE--------------------*/

.inner-pages .section-blogs {

    padding-bottom: 40px !important;
}


.inner-pages .section-blogs .blog-card-wrap .blog-image img {


    border-radius: 0px;

}

.inner-pages .news-image-slider .banner-image img {


    border-radius: 0px;

}



/*---------------TITLE SPONSOR-----------------*/
/*---------------PAGE--------------------*/

.title-sponsor-gallery {
    padding: 40px 0 116px;
}

.title-sponsor-testimony,
.sponsor-page .title-sponsor-testimony {
    padding: 60px 0 110px;
}








/*----------------MOBLE RESPNSVE--------------*/

/*------------REGIATER-------------*/
/*------------PAGE-----------------*/

@media (max-width: 991px) {
    body.wac-css-system .wac-css-744912 h1 {
        font-size: 22px !important;
        padding-bottom: 10px;
    }

    .participate-stepper {

        margin-right: 10px !important;
    }
}

@media (max-width: 991px) {
    .wac-elm.wac-css-411813.wac_text_block h4 dfn {
        width: 19px;
        height: 19px;
        font-size: 11px;
    }
}

@media (max-width: 767px) {
    .main-question-wrapper .main-question-inner .wpcf7-list-item-label {
        font-size: 14px !important;
    }

    .main-extra-question-wrapper .main-extra-question-inner .wpcf7-list-item-label {
        font-size: 14px !important;
    }

}


/*---------------GALLERY---------------*/
/*----------------PAGE----------------*/
@media (max-width: 640px) {
    .gallery-section {
        padding-top: 0px !important;
    }
}

@media (max-width: 640px) {
    .inner-pages .btn-view-more {
        width: 193px !important;
        height: 55px !important;
    }

    .blog.inner-pages .btn-view-more {
        margin: 0px auto 0 auto !important;
    }
}



@media (max-width: 991px) {
    .wac-elm.wac-css-469846.wac-title-wrap h1 {
        font-size: 22px !important;
    }
}



/* 12.11.2021 namitha  */
.gallery-section .row .gallery-image {
    border-radius: 0 !important;
}

@media (max-width:991.98px) {
    .title-sponsor-gallery {
        padding: 40px 0 60px !important;
        padding-top: 0 !important;
    }

    .title-sponsor-testimony-left .title-sponsor-description p,
    .sponsor-page .title-sponsor-testimony-left .title-sponsor-description p {
        margin-bottom: 10px;
    }

    .title-sponsor-testimony {
        padding-bottom: 40px;
    }
}
