@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans&display=swap');

/*font-family: 'Nunito Sans', sans-serif;*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body::-webkit-scrollbar {
    width: 5px;
    height: 0;
}

body::-webkit-scrollbar-track {
    background: #eeeeee;
}

body::-webkit-scrollbar-thumb {
    background: #757575;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Nunito Sans', sans-serif;    /*font-size: 18px;
                line-height: 28px;*/
    color: #fff;
    font-weight: 400;
    background-color: #F3EBAB;    /* background: rgb(107,35,241); */

    /* background: linear-gradient(110deg, rgba(107,35,241,1) 0%, rgba(166,3,254,1) 97%); */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: 'Nunito Sans', sans-serif;
}
.thank-containt h2 {
    color: #4ca811;
}
.thank-containt h2.highlight {
    color: #ff0000;
}

.thank-containt {
    text-align: center;
        padding: 0 15px;
}
@media (min-width:768px) {
    .container {
        width: 750px;
    }
    

}

@media (min-width:992px) {
    .container {
        width: 970px;
    }

}

@media (min-width:1200px) {
    .container {
        width: 1170px;
    }

}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.thank-containt h2 {
        font-size: 18px;
    }

header.header-section {
    background-color: #4ca811;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
}
.success_msg {
    font-size: 18px;
    margin: 0 15px 20px;
    color: #4ca811;
    text-align: center;
}  
.header-section .header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.form_page_container {
    width: 100%;
    display: inline-block;
   /* padding-top: 80px;*/
}

.fixed_navigation_top {
display: flex;
height: auto;
top: 0;
width: 100%;
align-items: center;
justify-content: center;
margin-top: 8px;
}


.fixed_navigation_top h5 {
max-width: 80%;
font-size: 35px;
font-weight: bold;
text-transform: capitalize;
text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
text-align: center;
color: #000000;
margin: 16px;
overflow-x: hidden;
}

.form-question-card {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 10px 1px;
    min-height: auto;
    position: relative;
    background-color: #ffffff;
    margin: 8px 16px 16px;
}

.card-content {
    background-color: #65d31f;
    padding: 10px 24px 10px 24px;
    overflow-x: hidden;
    padding: 10px 24px 10px 24px;
    margin: 0;
}

.card-title {
    color: #fff;
}

.card-action {
    padding: 12px 24px 24px 24px;
}

.answer-text-field {
    font-size: 16px;
    padding: 10px 15px;
    color: #212121;
    border-bottom-color: #e0e0e0;
    line-height: normal;
    width: 100%;
    overflow: auto;
    border-color: transparent;
    background-color: transparent;    /* border: 1px solid #e0e0e0; */
    outline: none;
    resize: none;
    background-color: #eee;    /* padding: 0 15px; */
}

.character-counter {
    color: #616161;
    float: right;
    visibility: visible;
    font-size: 12px;
    color: #616161;
}

.chip {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    color: #000;
    border-radius: 8px;
    background-color: #fdd922;
    padding: 4px 12px;
    margin: 5px 0 0;
}

.section-container {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 32px 10px 16px;
}

.section-title-container {
    width: 100vw;
    height: auto;
    display: flex;
	color:#000;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 50px 0;
    background-color: #65d31f;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.section-container ul {
    margin-left: 24px;
}
.section-title-container ul {
    max-width: 1000px;
    margin: 0px auto 30px;
    padding:0 25px;
}

.section-title-container ul li+li {
    margin-top: 15px;
}
.section-container h4 {
    margin: 10px;
    color: #fff;
    text-align: center;
    height: auto;
    font-size: 28px;
    font-weight: bold;
    text-transform: capitalize;    /* text-shadow: 1px 1px rgba(0, 0, 0, 0.5); */
}
.section-title-container div {
    max-width: 1000px;
    margin: 0 auto;
    text-align: left;
    padding: 0 15px;
	color:#000;
}
.section-title-container p {
    /*margin: 0;
    color: #fff;
    height: auto;
    font-weight: bold;    
    text-align: center;*/

	max-width: 1000px;
    margin: 0 auto;
    text-align: left;
    padding: 0 15px; font-weight: bold; 
	color:#000;
}

.submit-btn .send_btn {
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, .12);
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    background-color: #fdd922;
	border:2px solid #fff; border-radius: 5px;
    color: #222;
    margin: 5px;
    padding: 15px 36px;
    font-size: 18px; font-weight:bold;
    text-align: center;
    min-width: 64px;
    height: 54px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
}

.disclaimer-text-container p {
    font-size: 14px;
    color: #222;
    margin: 15px;    /* text-shadow: 1px 1px rgba(0, 0, 0, 0.4); */
}

.submit-btn,
.disclaimer-text-container {
    text-align: center;
}

.fixed_navigation_bottom {
    display: flex;
    position: fixed;
    height: 48px;
    bottom: 0;
    width: 100%;
    z-index: 10;
    align-items: center;
    justify-content: center;
    background-color: #4ca811;
}

.bottom_navigation {
    text-align: center;
    margin-bottom: 75px;
}

.answered-count-container .chip {
    margin: 0;
    padding-left: 35px;
    padding-right: 35px;
    background-color: #fff;
    text-align: center;
    color: #222;
}

.mdc-form-field {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    width: 100%;
    margin-top: 12px;
}

.mdc-radio {

    /* margin: 0.5rem; */
}

.mdc-radio .mdc-radio__native-control {
    position: absolute;
    opacity: 0;
}

.mdc-radio .mdc-radio__native-control + .radio-label:before {
    content: '';
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: 0;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}

.mdc-radio .mdc-radio__native-control:checked + .radio-label:before {
    background-color: #4ca811;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}

.mdc-radio .mdc-radio__native-control:focus + .radio-label:before {
    outline: none;
    border-color: #3197EE;
}

.mdc-radio .mdc-radio__native-control:disabled + .radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}

.mdc-radio .mdc-radio__native-control + .radio-label:empty:before {
    margin-right: 0;
}

.mdc-form-field label {
    color: #212121;
}

@media only screen and (min-width:600px) {

    /*.fixed_navigation_top h5 {
        max-width: 50%;
        font-size: 30px;
        color: #ffffff;
    }
    */
    form {
        margin: 0 auto;
        max-width: 800px;
    }

    .card-title {
        font-size: 20px;
    }

}

@media screen and (max-width:991px) and (min-width:768px) {
    .header-section .header-wrap .logo a {
        display: inline-block;
        width: 100px;
        height: 120px;
    }

    .header-section .header-wrap .logo a img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }

    .header-section .header-wrap .middle-content {
        text-align: center;
        padding: 0 15px;
    }

}

@media  (max-width:767px) {
    .fixed_navigation_top h5 {
        font-size: 24px;
        max-width: 100%;
    }
.fixed_navigation_top h5 span{display: block;}
    .section-container h4 {
        font-size: 20px;
    }

    .section-container p {
        font-size: 14px;
    }

    /*.form_page_container {
        padding-top: 50px;
    }*/
     .card-title span{display: block;}

}

@media screen and (max-width:767px) and (min-width:576px) {
    .header-section .header-wrap .logo a {
        display: inline-block;
        width: 100px;
        height: 100px;
    }

    .header-section .header-wrap .logo a img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }

    .header-section .header-wrap .middle-content {
        text-align: center;
        padding: 0 15px;
    }

    .header-section .header-wrap .middle-content h3 {
        font-size: 18px;
    }

    .header-section .header-wrap .middle-content h2 {
        font-size: 16px;
        margin-top: 11px;
    }

}

@media (max-width:575px) {
    .header-section .header-wrap .logo a {
        display: inline-block;
        width: 100px;
        height: 100px;
    }

    .header-section .header-wrap .logo a img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }

    .header-section .header-wrap .middle-content {
        text-align: center;
        padding: 0 15px;
    }

    .header-section .header-wrap .middle-content h3 {
        font-size: 18px;
    }

    .header-section .header-wrap .middle-content h2 {
        font-size: 16px;
        margin-top: 11px;
    }

    .header-section .header-wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .header-section .header-wrap .left-logo {
        order: 1;
    }

    .header-section .header-wrap .middle-content {
        order: 3;
    }

    .header-section .header-wrap .right-logo {
        order: 2;
    }

}
