@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@200;400&display=swap');
body {
    background-color: #ffccff;
    margin: 0px;
}

.box {
    text-align: center;
    align-items: center;
    margin: 0 auto;
    max-width: 76%;
    padding-right: 0px;
    background-color: white;
}

.box11 div {
    margin-top: 20px !important;
}

.box .title {
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 20px;
    font-family: Josefin Sans;
    color: rgb(96, 96, 96);
    font-weight: bold;
    font-size: 56px;
}

.box .title .title-1 {
    font-family: Josefin Sans;
    color: rgb(250, 135, 102);
    margin-top: 20px;
    font-size: 23px;
}

.box .title .title-2 {
    padding-right: 60px;
    padding-left: 60px;
    font-family: Josefin Sans;
    color: rgb(43, 43, 43);
    margin-top: 20px;
    font-size: 18px;
}


/* -----------------inner-2---------------- */

.box .inner-2 {
    display: flex;
    max-width: 100%;
    border: 1.6px solid rgb(241, 61, 29);
    margin-top: 20px;
}

.box .inner-2 .img {
    width: 50%;
    padding: 20px;
}

.box .inner-2 .img img {
    width: 90%;
}

.box .inner-2 .cnt {
    text-align: center;
    width: 50%;
}

.box .inner-2 .title {
    font-size: 56px;
    margin: 20px;
}

.box .inner-2 .title-1 {
    margin: 20px;
    padding: 10px;
    border: 1.6px solid rgb(79, 151, 12);
    font-family: Josefin Sans;
    font-size: 20px;
    color: rgb(241, 61, 29);
}


/* ---------------end inner-2--------------------- */


/* .inner-3 */

.inner-3 {
    padding: 30px;
    max-width: 100%;
    background-color: rgb(66, 185, 159);
    color: rgb(43, 43, 43);
}

.inner-3 .q {
    padding: 20px;
    font-family: Josefin Sans;
    font-size: 38px;
}

.inner-3 #q2,
#q3,
#q4,
#q5,
#q6 {
    display: none;
}

.inner-3 #qw2,
#qw3,
#qw4,
#qw5,
#qw6 {
    display: none;
}

.inner-3 #ans2,
#ans3,
#ans4,
#ans5,
#ans6 {
    display: none;
}

.inner-3 .qw {
    padding: 20px;
    font-family: Josefin Sans;
    font-size: 30px;
}

.surveyStepProgressBar {
    border-radius: 10px;
    height: 10px;
    width: 100%;
    max-width: 100% !important;
    background-color: #DDD;
    position: relative;
}

.surveyStepProgressCounter {
    border-radius: 10px;
    height: 10px;
    width: 10%;
    background-color: #ffcc33;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: width 1s ease;
    max-width: 100% !important;
}

.inner-3 .ans {
    padding: 10px;
    margin-top: 10px;
}

.inner-3 .ans .a {
    font-family: Josefin Sans;
    font-size: 20px;
    width: 100%;
    display: flex;
    padding: 10px;
}

.inner-3 .ans .a .a1 {
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    background: #f5ac44;
    box-shadow: 0 0 5px #666;
}

.inner-3 .ans .a .a1:hover {
    background: rgb(255, 136, 0);
    color: white;
    cursor: pointer;
}

.inner-3 .ans .b {
    font-family: Josefin Sans;
    font-size: 20px;
    width: 100%;
    display: block;
    padding: 10px;
    text-align: left;
}

.inner-3 .ans .b .a1 {
    width: 96%;
    padding: 15px;
    margin-top: 10px;
    border-radius: 5px;
    background: #f5ac44;
    box-shadow: 0 0 5px #666;
}

.inner-3 .ans .b .a1:hover {
    background: rgb(255, 136, 0);
    color: white;
    cursor: pointer;
}


/* end .inner-3 */


/* .inner-4 */

.inner-4 {
    align-items: center;
    text-align: center;
    padding: 10px;
    width: 100%;
    font-family: Josefin Sans;
    font-size: 20px;
}

.inner-4 .btn {
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    width: 30%;
    padding: 15px;
    font-size: 20px;
    border: 0.48px solid grey;
    border-radius: 5px;
    background: #f5ac44;
    color: white;
}

.inner-4 .title-1 {
    margin: 5px;
    padding: 10px;
    font-size: 29px;
    color: rgb(66, 185, 159);
}

.inner-4 .btn:hover {
    opacity: 80%;
    cursor: pointer;
}

.btn {
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    width: 30%;
    padding: 15px;
    border: 0.48px solid grey;
    border-radius: 5px;
    background: #f5ac44;
    color: white;
    font-size: 25px;
}

.btn:hover {
    opacity: 80%;
    cursor: pointer;
}


/* end .inner-4 */


/* .inner-5 */

.inner-5 {
    align-items: center;
    text-align: center;
    width: 100%;
    font-family: Josefin Sans;
}

.inner-5 .title {
    text-align: center;
    font-size: 36px;
    color: rgb(27, 27, 27);
}

.inner-5 .title-1 {
    font-family: sans-serif;
    margin: 20px;
    padding-right: 5px;
    font-size: 25px;
    color: rgb(43, 43, 43);
    margin-top: 20px;
}

.inner-5 .title-1 .img {
    width: 100%;
}


/* end .inner-5 */


/* inner-6 */

.inner-6 {
    align-items: center;
    text-align: center;
    margin-top: 30px;
    padding: 10px;
    width: 100%;
    font-family: sans-serif;
    font-size: 20px;
}

.inner-6 .title-1 {
    color: rgb(66, 185, 159);
    font-size: 56px;
}

.inner-6 .mybox {
    padding-top: 0px;
    margin-left: 50px;
    margin-top: 20px;
    margin-right: 50px;
    border: 2px solid rgb(241, 61, 29);
}

.inner-6 .mybox .title-1 {
    padding-top: 0px;
    color: rgb(43, 43, 43);
    margin: 20px;
    font-size: 20px;
}


/* inner-7 */

.inner-7 {
    align-items: center;
    text-align: center;
    margin-top: 30px;
    padding: 10px;
    width: 100%;
    font-family: Josefin Sans;
    font-size: 20px;
}

.inner-7 .tit-1 {
    color: rgb(66, 185, 159);
    font-size: 27px;
}


/* footer */

.footer {
    background-color: rgb(66, 185, 159);
    margin: 0px;
    text-align: center;
    font-family: sans-serif;
    align-items: center;
    padding-bottom: 20px;
}

.f_1 {
    margin: 0 auto;
}

.f_1 ul {
    display: inline-flex;
    list-style-type: none;
}

.f_1 ul li {
    color: white;
    margin: 5px;
}

.f_1 ul li a {
    color: white;
    text-decoration: none;
}

.f_1 ul li a:hover {
    text-decoration: underline;
}

.f_2 {
    color: white;
    text-align: center;
    margin-left: 20px;
}

.f_3 {
    color: white;
    text-align: center;
    width: 70%;
    margin-left: 15%;
    margin-top: 10px;
}


/* line */

.line {
    border-top: 4px dashed rgb(250, 135, 102);
    margin-left: 50px;
    margin-right: 50px;
}


/* dash */

.dash {
    margin: 0 auto;
    align-items: center;
    text-align: center;
    width: 100%;
}

.dash ul {
    display: block;
    list-style-type: disc;
}

.dash ul li {
    padding-bottom: 6px;
    list-style-type: none;
    margin-bottom: 10px;
    display: list-item;
    text-align: -webkit-match-parent;
}

.fa-fw {
    text-align: center;
    width: 1.25em;
}

.fa,
.fab,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}


/* ------------media query-------------- */

@media (max-width: 1170px) {
    .btn {
        font-size: 16px !important;
    }
    .modal .modalContent .btn1 {
        width: 100% !important;
        font-size: 15px !important;
    }
}

@media (max-width: 960px) {
    .modal {
        width: 100% !important;
    }
    .box {
        max-width: 100%;
        width: auto !important;
        padding-right: 20px;
        padding-left: 20px;
        margin-right: 0px !important;
    }
    .box .title {
        padding-right: 10px;
        padding-left: 10px;
        padding-top: 20px;
        font-family: Josefin Sans;
        color: rgb(96, 96, 96);
        font-weight: bold;
        font-size: 38px;
    }
    .box .title .title-2 {
        padding-right: 10px;
        padding-left: 10px;
        font-family: Josefin Sans;
        color: rgb(43, 43, 43);
        margin-top: 20px;
        font-size: 18px;
    }
    .line {
        margin: auto !important;
    }
    .inner-4 {
        margin: auto !important;
        width: auto !important;
    }
    .inner-4 .btn {
        margin: auto !important;
    }
    .inner-4 .title-1 {
        width: auto !important;
        margin: auto !important;
    }
    .inner-5 {
        width: auto !important;
        margin: auto !important;
    }
    .inner-5 .title-1 {
        width: auto !important;
        margin-top: 20px !important;
    }
    .inner-5 .title-1 .dash {
        width: auto !important;
        margin: auto !important;
    }
    .inner-5 .title-1 .img {
        width: auto !important;
    }
    .inner-5 .title-1 .img .img1 {
        width: auto !important;
    }
    .btn {
        margin: auto !important;
        width: 70% !important;
    }
    .dash {
        margin: auto !important;
        width: 100%;
        font-size: 15px;
    }
    .dash ul li {
        font-size: 13px;
        margin: auto !important;
        width: 100%;
    }
    .inner-6 {
        width: auto !important;
        margin: auto !important;
    }
    .inner-6 .title-1 {
        margin: auto !important;
    }
    .inner-6 .mybox {
        width: auto !important;
        padding: 7px;
        margin-left: 10px;
        margin-top: 2px;
        margin-right: 10px;
        border: 2px solid rgb(241, 61, 29);
    }
    .inner-6 .mybox .title-1 {
        color: rgb(43, 43, 43);
        margin: 10px;
        font-size: 19px;
    }
    .inner-7 .btn {
        width: 70% !important;
    }
    .footer {
        background-color: rgb(66, 185, 159);
        margin: auto !important;
        width: auto !important;
    }
    .f_1 {
        margin: auto !important;
        width: auto !important;
    }
    .f_2 {
        margin: auto !important;
        width: auto !important;
    }
    .f_3 {
        margin: 2px !important;
        width: auto !important;
    }
}

@media (max-width: 960px) {
    body {
        padding: 0px;
    }
    .inner-5 .title-1 .img {
        width: auto !important;
    }
}

@media all and (max-width: 770px) and (min-width: 0px) {
    .inner-5 .title-1 .img {
        width: auto !important;
    }
}

@media all and (max-width: 780px) {
    .modal {
        padding-top: 100px !important;
    }
    .box .inner-2 {
        display: grid;
        max-width: 100%;
        margin: auto !important;
    }
    .modal img {
        margin-left: 22.5% !important;
    }
    .modal .modalContent {
        width: 60% !important;
    }
    .modal img {
        margin-left: 33% !important;
    }
    .box .inner-2 .img {
        width: auto !important;
        padding: 20px;
    }
    .box .inner-2 .img img {
        width: 80%;
    }
    .box .inner-2 .cnt {
        text-align: center;
        width: 100%;
    }
    .box .inner-2 .title {
        font-size: 36px;
        margin: 20px;
    }
    .box .inner-2 .title-1 {
        margin: 20px;
        padding: 10px;
        border: 1.6px solid rgb(79, 151, 12);
        font-family: Josefin Sans;
        font-size: 20px;
        color: rgb(241, 61, 29);
    }
    .inner-3 .ans .a {
        width: auto !important;
        display: grid;
    }
    .inner-3 .ans .a .a1 {
        width: 96%;
        margin-top: 5px;
    }
    .inner-3 .ans .b {
        width: auto !important;
        display: grid;
    }
    .inner-3 .ans .b .a1 {
        width: 96%;
        margin-top: 5px;
    }
    .inner-5 {
        width: auto !important;
        margin: auto !important;
    }
    .inner-5 .title {
        font-size: 22px;
    }
    .inner-5 .title-1 {
        font-size: 20px;
        color: rgb(43, 43, 43);
        margin-top: 20px !important;
    }
    .inner-5 .title-1 .dash {
        width: auto !important;
        margin: auto !important;
    }
    .inner-5 .title-1 .img {
        width: auto !important;
    }
    .dash {
        margin: auto !important;
        width: 100%;
        font-size: 15px;
    }
    .dash ul li {
        padding-left: 0px !important;
        font-size: 17px !important;
        margin-left: -20px !important;
        width: 100%;
    }
    .inner-6 .mybox {
        width: auto !important;
        padding: 7px;
        margin-left: 10px;
        margin-top: 20px;
        margin-right: 10px;
        border: 2px solid rgb(241, 61, 29);
    }
    .inner-6 .title-1 {
        margin: auto !important;
        font-size: 36px;
    }
    .inner-6 .mybox .title-1 {
        color: rgb(43, 43, 43);
        margin-top: 20px;
        font-size: 17px;
    }
    .inner-7 {
        margin: auto !important;
        width: auto !important;
    }
    .inner-7 .tit-1 {
        font-size: 20px;
        margin: 10px !important;
    }
	.header-1 .btn {
		width: 50% !importtant;
		font-size: 10px;
		align: right;
	}	
    .inner-7 .btn {
        width: 70% !important;
        font-size: 18px;
    }
    .footer {
        background-color: rgb(66, 185, 159);
        margin: auto !important;
        width: auto !important;
    }
    .f_1 {
        margin: auto !important;
        width: auto !important;
    }
    .f_1 ul {
        padding-top: 20px !important;
        display: block;
    }
    .f_2 {
        margin: auto !important;
        width: auto !important;
    }
    .f_3 {
        margin: 5px !important;
        width: auto !important;
    }
}

@media all and (max-width: 400px) {
    .modal {
        padding-top: 20px !important;
    }
    .modal .modalContent {
        width: 60% !important;
    }
    .modal img {
        margin-left: 35% !important;
    }
    .modal .modalContent .btn1 {
        width: 100% !important;
        font-size: 15px !important;
    }
    .modal .modalContent .cnt {
        color: rgb(250, 135, 102);
        font-size: 26px !important;
    }
    .modal .modalContent .cnt1 {
        color: rgb(27, 27, 27);
        font-size: 16px !important;
        padding: 10px;
    }
    .box .inner-2 .img img {
        width: 80%;
    }
    .box .inner-2 .title {
        font-size: 26px;
        margin: 20px;
    }
    .box .inner-2 .title-1 {
        font-size: 16px;
        margin: 20px;
    }
    .inner-3 .ans .a {
        width: auto !important;
        display: grid;
    }
    .inner-3 .ans .a .a1 {
        width: 86%;
        margin-top: 5px;
    }
    .inner-3 .ans .b {
        width: auto !important;
        display: grid;
    }
    .inner-3 .ans .b .a1 {
        width: 86%;
        margin-top: 5px;
    }
    .inner-4 {
        padding: 0px;
    }
    .inner-4 .btn {
        font-size: 19px;
        margin: 10px auto !important;
        width: 80% !important;
    }
    .inner-5 {
        padding: 10px;
        margin: auto !important;
    }
    .inner-5 .title {
        font-size: 18px;
    }
    .inner-5 .title-1 {
        margin: auto !important;
        font-size: 16px;
        color: rgb(43, 43, 43);
        margin-top: 20px;
    }
    .inner-5 .title-1 .img {
        width: auto !important;
    }
    .inner-5 .title-1 .img .img1 {
        width: auto !important;
    }
    .dash {
        padding-left: 0px !important;
    }
    .dash ul li {
        padding-left: 0px !important;
        font-size: 13px !important;
        margin-left: -20px !important;
        width: 100%;
    }
    .btn {
        font-size: 15px;
        margin: 10px auto !important;
        width: 75% !important;
    }
    .inner-6 {
        padding: 10px;
        margin: auto !important;
    }
    .inner-6 .title-1 {
        font-size: 20px;
    }
    .inner-6 .mybox {
        width: auto !important;
        padding: 7px;
        margin-left: 10px;
        margin-top: 10px;
        margin-right: 10px;
        border: 2px solid rgb(241, 61, 29);
    }
    .inner-6 .mybox .title-1 {
        color: rgb(43, 43, 43);
        margin: 20px;
        font-size: 17px;
    }
    .inner-7 {
        padding: 10px;
        margin: auto !important;
    }
    .inner-7 .tit-1 {
        font-size: 16px;
        margin: 10px;
    }
    .inner-7 .btn {
        width: auto !important;
        margin: auto !important;
        font-size: 18px;
    }
    .footer {
        background-color: rgb(66, 185, 159);
        margin: auto !important;
        width: auto !important;
    }
    .f_1 {
        margin: 0px !important;
        width: auto !important;
    }
    .f_1 ul {
        padding-top: 20px !important;
        display: block;
    }
    .f_1 ul li {
        content: none;
    }
    .f_2 {
        margin-left: 0px !important;
    }
    .f_2 {
        margin: auto !important;
        width: auto !important;
    }
    .f_3 {
        margin: 10px auto !important;
        width: auto !important;
    }
}


/* ------------------------------------------------------------------------------------------ */

.modal {
    font-family: Josefin Sans;
    display: none;
    position: fixed;
    border: 2px solid black;
    z-index: 1;
    padding-top: 150px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.modal .modalContent {
    background-color: #fefefe;
    margin: auto;
    padding: 40px;
    border: 5px solid rgb(255, 124, 91);
    border-radius: 5px;
    width: 40%;
}

.modal img {
    position: absolute;
    margin-top: -15px;
    margin-left: 21.3%;
    cursor: pointer;
}

.modal .modalContent .cnt {
    color: rgb(250, 135, 102);
    font-size: 46px;
}

.modal .modalContent .cnt1 {
    color: rgb(27, 27, 27);
    font-size: 26px;
    padding: 10px;
}

.modal .modalContent .btn1 {
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    width: 80%;
    padding-top: 10px;
    border: 0.48px solid grey;
    border-radius: 5px;
    background: #f5ac44;
    color: white;
    font-size: 18px;
}

.modal .modalContent .btn1 p {
    font-size: 14px;
}

.modal .modalContent .btn1:hover {
    opacity: 80%;
    cursor: pointer;
}

@media all and (max-width: 590px) {
    .modal {
        padding-top: 20px !important;
    }
    .modal .modalContent {
        width: 60% !important;
    }
    .modal img {
        margin-left: 35% !important;
    }
    .modal .modalContent .btn1 {
        width: 100% !important;
        font-size: 11px !important;
    }
    .modal .modalContent .btn1 p {
        font-size: 8px !important;
    }
    .modal .modalContent .cnt {
        color: rgb(250, 135, 102);
        font-size: 26px !important;
    }
    .modal .modalContent .cnt1 {
        color: rgb(27, 27, 27);
        font-size: 16px !important;
        padding: 10px;
    }
}