/*========================deafult css start==================*/

* {
    margin: 0;
    padding: 0;
    outline: none;
}

html {
    height: 100%;
}

body {
    height: 100%;
    width: 100%;
    background: white;
    position: relative;
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 16px;
}

a {
    text-decoration: none;
    display: inline-block;
}

a:hover {
    text-decoration: none;
}

ul,
ol,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 600;
    line-height: 1.2;
    position: relative;
    color: black;
}

p {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    margin: 0;
}

li {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    margin: 0;
}

ul {
    margin-bottom: 20px;
}

img {
    max-width: 100%;
}

button:focus {
    outline: none;
}

.clear_both {
    clear: both;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1200px;
}

.sec_title {
    font-weight: 600;
    font-size: 36px;
    text-align: center;
    margin-bottom: 30px;
}

.button-1 {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #fff;
    background: #04AA6D;
    border-radius: 7px;
    max-width: 220px;
    height: 55px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto 30px;
}

.main-wrapper {
    background-image: url(../images/bgimg-1.png);
    background-repeat: no-repeat;
    background-size: 100% 1000px;
    background-position: top center;
}

/*======================== header menu section css start==================*/

.top_header {
    padding: 14px 0;
    position: fixed;
    width: 100%;
    top: 0;
    background: #fef2ef;
    z-index: 1;
}

.main_menu ul {
    display: flex;
    justify-content: center;
    margin: 0;
}

.main_menu li {
    padding: 0 35px;
}

.main_menu a {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    line-height: 24px;
}

.header_right a {
    font-size: 24px;
    font-weight: 600;
    color: rgb(2, 2, 2);
    display: flex;
    align-items: center;
    justify-content: end;
}

.header_right a img {
    margin-right: 13px;
}

/*========================hero banner  section css start==================*/

.hero_sec {
    padding: 70px 0;
    border-top: 1px solid #efccc3;
    margin-top: 94px;
}

.review {
    margin-bottom: 20px;
}

.review img {
    margin-right: 15px;
}

.review strong {
    font-weight: 600;
    font-size: 16px;
}

.bannerwrp h1 {
    font-weight: 700;
    font-size: 56px;
    color: rgb(0, 0, 0);
    font-style: normal;
    line-height: 1.3;
    margin-bottom: 20px;
}

.userdtl {
    display: flex;
    align-items: center;
    margin-top: 40px;
    justify-content: center;
    margin-bottom: 40px;
}

.commenttext p {
    font-weight: 400;
    font-size: 16px;
    font-style: italic;
    text-align: center;
}

.userdtl img {
    width: 71px;
    margin-right: 20px;
}

.userdtl h5 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 4px;
}

/*========================quize  section css start==================*/

.quize_sec {
    padding-bottom: 40px;
}

.quize_wrp {
    background: rgba(255, 255, 255, 1);
    border-style: dashed;
    border-width: 2px;
    border-color: #fe6c2c;
    box-shadow: 0px 0px 30px #00000017 !important;
    border-radius: 32px;
    max-width: 1166px;
    padding: 40px;
    box-sizing: border-box;
}

.quize_wrp h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
}

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

.quize_single {
    font-size: 18px;
    background: #fe6c2c;
    color: #fff;
    display: flex;
    min-height: 60px;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    border-radius: 5px;
    flex-basis: 210px;
    margin-left: 8px;
    margin-right: 7px;
    cursor: pointer;
}

.quize_formswrp {
    max-width: 550px;
    margin: 20px auto;
}
.quize_formbox small {
	color: #fe6c2c;
	margin-top: -15px;
	display: block;
	margin-bottom: 15px;
}
.quize_formbox.success .text_fleld {
	border-color: green;
}
.quize_formbox.error .text_fleld {
	border-color:#fe6c2c;
}
.text_fleld {
    height: 100%;
    width: 100%;
    padding: 0.375rem 0.75rem;
    box-sizing: border-box;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    outline: none;
    font-weight: 300;
    font-family: ;
    font-size: 16px;
    color: rgb(0, 0, 0);
    box-shadow: rgb(0, 0, 0) 0px 0px 0px;
    border-radius: 4px;
    border: 1px solid #ccc;
    height: 50px;
    margin-bottom: 20px;
    background: #fff;
}
.css-pinbox {
	height: 50px;
	width: 50px;
	border-radius: 5px;
	box-shadow: none;
	border: 1px solid #ccc;
	margin: 5px;
	text-align: center;
}
.quize_buttons {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.backbtn {
    min-width: 150px;
    background: #fff;
    border: 2px solid #000;
    border-radius: 5px;
    height: 50px;
    color: ##000;
    margin: 10px 20px;
}

.nextbtn {
    min-width: 150px;
    background: #000;
    border: 2px solid #000;
    border-radius: 5px;
    height: 50px;
    color: #fff;
    margin: 10px 20px;
}

.nextbtn.next_full {
    width: 100%;
    max-width: 400px;
}
.sendsmsbtn {
	min-width: 200px;
	background: #fff;
	border: 1px solid rgb(44, 128, 255);
	border-radius: 5px;
	height: 50px;
	color: rgb(44, 128, 255);
	margin: 10px 20px 0;
}
.ins-form-1 {
    display: none;
}

.ins-form-1.showme {
    display: block;
}

/*========================brands  section css start==================*/

.brands_sec {
    padding: 40px 0;
}

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

.brandbox {
    padding: 0px 21px;
    margin-bottom: 40px;
}

.brand_para {
    font-weight: 400;
    font-size: 14px;
    color: rgb(85, 85, 85);
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
    line-height: 1.8;
    margin-top: 35px;
}

/*========================steps css start==================*/

.steps_sec {
    padding: 30px 0 40px;
}

.steps_sec .sec_title {
    margin-bottom: 70px;
}

.stepbox {
    text-align: center;
    margin-bottom: 30px;
    max-width: 325px;
    margin: 0 auto 30px;
}

.stepcount {
    margin-bottom: 35px;
    text-align: center;
    position: relative;
}

.col-sm-4:not(:last-child) .stepcount:after {
    width: 221px;
    height: 50px;
    background-image: url(../images/wave-1.svg);
    content: '';
    display: block;
    position: absolute;
    left: 105%;
    top: 50%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0 center;
    z-index: 1;
    transform: translateX(-50%);
}

.stepbox h2 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
}

.iti {
    position: relative !important;
    display: block !important;
}


.quize_single.checkbox {
	position: relative;
}
.quize_single.checkbox label {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	cursor: pointer;
}
.quize_single.checkbox:has(input:checked) {
	background: #fff;
	border: 2px solid #fe6c2c;
	color: #fe6c2c;
}

/*========================why choose css start==================*/

.whychoose_sec {
    background: rgba(37, 19, 11, 1);
    padding: 70px 0;
}

.whychoose_sec .sec_title {
    text-align: left;
    color: #fff;
}

.featurebox {
    display: flex;
    align-items: center;
    margin-top: 40px;
    justify-content: center;
    margin-bottom: 40px;
}

.featurebox img {
    width: 71px;
    margin-right: 35px;
}

.featurebox h2 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 12px;
    color: #fff;
}

.featurebox p {
    color: rgb(144, 144, 144);
}

/*========================faq css start==================*/

.faq_sec {
    padding: 60px 0;
}

.accordion-box {
    position: relative;
    display: block;
}

.accordion-box .block {
    position: relative;
    display: block;
    background: #ffffff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12) !important;
    margin-bottom: 20px;
    transition: all 500ms ease;
    margin-bottom: 20px;
}

.accordion-box .block:last-child {
    margin-bottom: 0px;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .acc-btn {
    position: relative;
    display: block;
    background: #fff;
    padding: 21px 50px 21px 30px;
    cursor: pointer;
    transition: all 500ms ease;
}

.accordion-box .block .acc-btn h5 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    transition: all 500ms ease;
    margin: 0;
    color: #212121;
}

.accordion-box .block .acc-btn h5 span {
    position: relative;
    display: inline-block;
    width: 45px;
    color: ;
    font-size: 20px;
}

.accordion-box .block .acc-btn.active h5 {
    color: #fe6c2c;
}

.accordion-box .block .acc-btn .icon-outer {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #fe6c2c;
    font-size: 21px;
    text-align: center;
    line-height: 34px;
    font-weight: 700;
    cursor: pointer;
    border: 1px solid #e7e7e7;
    transform: translateY(-50%) rotate(-90deg);
    transition: all 500ms ease;
    z-index: 1;
}

.accordion-box .block .acc-btn.active .icon-outer {
    < !-- color: #fff;
    -->border-color: var(--thm-base);
    background-color: var(--thm-base);
    transform: translateY(-50%) rotate(360deg);
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
    padding-top: 5px;
    padding-left: 30px;
    padding-right: 60px;
    padding-bottom: 34px;
}

.accordion-box .block .acc-content p {
    margin: 0;
    color: #454749;
}

.accordion-box .block .acc-content p:not(:last-child) {
    margin-bottom: 10px;
}

.acc-content li {
    list-style: disc;
    margin-left: 15px;
    color: #454749;
}

.acc-content li:not(:last-child) {
    margin-bottom: 10px;
}

/*========================why choose 2 section  css start==================*/

.whychoose2_sec {
    background: #fdf1ee;
    padding: 60px 0 40px;
}

.feature_table {
    margin-top: 40px;
}

.ftrrow {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
}

.ftrrow:nth-child(2n+1) {
    background: #fde4da;
}

.ftrrow:first-child {
    background: #fe6c2c;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.ftr_col {
    padding: 17px 25px;
}

.col_two {
    flex-basis: 300px;
    text-align: center;
    margin-left: auto;
    position: relative;
}

.col_three {
    flex-basis: 300px;
    text-align: center;
    position: relative;
}

.ftrrow:first-child .col_two::before,
.ftrrow:first-child .col_three::before {
    width: 175px;
    height: 50px;
    content: '';
    display: block;
    position: absolute;
    background: #fe6c2c;
    top: -25px;
    border-radius: 40px 40px 0 0;
    left: 50%;
    transform: translateX(-50%);
}

/*========================testimonials  css start==================*/

.testimonial_sec {
    padding: 60px 0;
}

.testmonbox {
    background: #fff;
    box-shadow: 0px 27px 100px #20248a0F !important;
    border-radius: 16px;
    text-align: center;
    padding: 40px 40px 70px;
}

.testmonbox img {
    margin-bottom: 20px;
}

.testmonbox p {
    color: #454749;
}

.clientbox {
    text-align: center;
    margin-top: -35px;
}

.clientbox img {
    margin-bottom: 15px;
    width: 70px;
    height: 70px;
    border-radius: 702px;
}

.clientbox h3 {
    font-size: 24px;
    color: #fe6c2c;
    font-weight: 700;
    margin-bottom: 8px;
}

.clientbox p {
    color: rgb(188, 188, 188);
}

/*========================footer  css start==================*/

.footer_part {
    background: rgba(37, 19, 11, 1);
    padding: 70px 0;
}

.footer_top {
    border-bottom: 1px solid #7a594a;
    padding-bottom: 60px;
    margin-bottom: 30px;
}

.footer_top h2 {
    font-size: 36px;
    font-weight: 600px;
    color: #fff;
    margin-bottom: 20px;
}

.footer_top p {
    font-size: 12px;
    color: rgb(144, 144, 144);
    line-height: 2.2;
}

.footer_top img {
    float: right;
}

.footer_menu {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.6;
}

.footer_menu a {
    color: #fff;
    font-size: 12px;
    display: block;
    font-weight: 700;
}

.footer_bottom {
    text-align: center;
    margin-top: 60px;
}

.footer_social {
    margin-top: 35px;
    display: flex;
    justify-content: center;
    align-content: center;
    gap: 20px;
}

.copyright_sec {
    display: flex;
    background: #311608;
    padding: 20px 15px;
    justify-content: center;
    align-items: center;
    justify-self: center;
    width: 100%;
}

.copyright_sec p {
    color: #fff;
    font-size: 18px;
}
.banner_img{
    text-align: right;
}
.banner_img img{
    width: 400px;
}
.hero_sec .row{
    align-items: center;
}
/*========================responsive  css start==================*/

@media (max-width: 1200px) {
    .main_menu a {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .top_header {
        position: static;
    }
    .hero_sec {
        margin-top: 0;
    }
    .main_logo {
        text-align: center;
    }
    .main_menu li {
        padding: 0 15px;
    }
    .bannerwrp h1 {
        font-size: 40px;
    }
    .testimonials {
        margin-top: 30px;
    }
    .col_three,
    .col_two {
        flex-basis: 190px;
    }
    .bannerwrp h1 br {
        display: none;
    }
}


@media (max-width: 767px) {
    .header_right {
        text-align: center;
        margin-top: 10px;
    }
    .header_right a {
        justify-content: center;
    }
    .sec_title {
        font-size: 22px;
    }
    .bannerwrp h1 {
        font-size: 30px;
    }
    .main_menu a {
        font-size: 15px;
    }
    p {
        font-size: 15px;
        line-height: 1.5;
    }
    .commenttext p {
        font-size: 13px;
    }
    .userdtl h5 {
        font-size: 17px;
    }
    p {
        font-size: 13px;
    }
    li {
        font-size: 13px;
    }
    .userdtl img {
        width: 50px;
        margin-right: 10px;
    }
    .quize_wrp h2 {
        font-size: 22px;
    }
    .stepbox h2 {
        font-size: 19px;
        margin-bottom: 10px;
    }
    .featurebox h2 {
        font-size: 19px;
    }
    .accordion-box .block .acc-btn h5 {
        font-size: 15px;
        line-height: 21px;
    }
    .accordion-box .block .acc-btn {
        padding: 12px 50px 12px 14px;
    }
    .footer_bottom img {
        max-width: 180px;
    }
    .footer_bottom {
        margin-top: 25px;
    }
    .footer_top h2 {
        font-size: 25px;
    }
    .footer_top {
        padding-bottom: 25px;
        margin-bottom: 15px;
    }
    .footer_part {
        padding: 30px 0 40px;
    }
    .testimonial_sec {
        padding: 30px 0 20px;
    }
    .testmonbox img {
        margin-bottom: 10px;
        max-width: 100px;
    }
    .testmonbox {
        padding: 20px 20px 50px;
    }
    .clientbox img {
        margin-bottom: 10px;
        width: 50px;
        height: 50px;
        border-radius: 50px;
    }
    .clientbox h3 {
        font-size: 18px;
        margin-bottom: 2px;
    }
    .testmon_wrp {
        margin-bottom: 25px;
    }
    .whychoose2_sec {
        padding: 35px 0 20px;
    }
    .faq_sec {
        padding: 35px 0 25px;
    }
    .featurebox {
        margin-top: 20px;
        justify-content: left;
        margin-bottom: 19px;
    }
    .featurebox img {
        width: 50px;
        margin-right: 35px;
    }
    .stepcount img {
        max-width: 130px;
    }
    .stepcount {
        margin-bottom: 20px;
    }
    .steps_sec .sec_title {
        margin-bottom: 30px;
    }
    .whychoose_sec {
        background: rgba(37, 19, 11, 1);
        padding: 40px 0 20px;
    }
    .hero_sec {
        padding: 30px 0 25px;
    }
    .brands_sec {
        padding: 0px 0 10px;
    }
    .userdtl {
        margin-top: 20px;
    }
    .ftrrow {
        font-size: 16px;
    }
    .ftrrow:first-child {
        font-size: 18px;
    }
    .col_three,
    .col_two {
        flex-basis: 125px;
    }
    .ftrrow:first-child .col_two::before,
    .ftrrow:first-child .col_three::before {
        display: none;
    }
    .copyright_sec p {
        font-size: 13px;
    }
   
.banner_img {
    text-align: center;
}
.banner_img img {
    width: 200px;
}
}
@media (max-width: 580px) {
    .brandbox {
        width: 50%;
        text-align: center;
    }
    .ftrrow:first-child {
        font-size: 16px;
    }
    .ftrrow {
        flex-wrap: wrap;
    }
    .ftr_col {
        padding: 10px 10px;
    }
    .ftr_col.col_one {
        width: 100%;
        text-align: center;
    }
    .col_two {
        flex-basis: auto;
        text-align: center;
        margin-left: 0;
        width: 50%;
    }
    .col_three {
        flex-basis: auto;
        text-align: center;
        width: 50%;
    }
    .ftrrow {
        font-size: 14px;
    }
    .button-1 {
        font-size: 16px;
        max-width: 170px;
        height: 45px;
        margin: 20px auto 20px;
    }
    .footer_menu {
        justify-content: center;
        flex-wrap: wrap;
    }
    .footer_menu a {
        margin: 5px 10px;
    }
    .footer_top img {
        float: none;
        margin-bottom: 15px;
    }
    .ftrimgbox {
        margin-bottom: 30px;
    }
    .ftr_col img {
        max-width: 25px;
    }
    .bannerwrp {
        text-align: center;
    }
    .brandbox img {
        max-height: 40px;
    }
    .accordion-box .block .acc-btn .icon-outer {
        width: 25px;
        height: 25px;
        font-size: 14px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .footer_top {
        text-align: center;
    }
    .ftrrow:first-child .col_two::before,
    .ftrrow:first-child .col_three::before {
        display: none;
    }
    .quize_single {
        font-size: 16px;
        min-height: 45px;
        margin-bottom: 10px;
        margin-left: 5px;
        margin-right: 5px;
        cursor: pointer;
    }
    .quize_wrp {
        padding: 20px;
    }
    .col-sm-4:not(:last-child) .stepcount::after {
        display: none;
    }
    .nextbtn,
    .backbtn {
        min-width: 130px;
        height: 45px;
        margin: 10px 10px;
    }
    .main_menu a {
        font-size: 13px;
    }
    .header_right a {
        font-size: 18px;
    }
    .header_right a img {
        margin-right: 7px;
        width: 30px;
    }
    .main_logo img {
        width: 145px;
        margin-bottom: -5px;
    }
}

/*========================responsive  css end==================*/



.thank_sec_1 {
	margin-top: 94px;
	border-top: 1px solid #efccc3;
	padding: 70px 0 35px;
	background: #fef2ef;
}
.thnksec1right {
	text-align: center;
}
.thnksec1left h2 {
	font-size: 23px;
	margin-bottom: 15px;
}
.thnksec1left p {
	margin-bottom: 15px;
}
.expect_wrp {
	display: flex;
	flex-wrap: wrap;
	gap: 0 20px;
}
.except_box.fullwidth {
	width: 100%;
}
.except_box {
	width: calc(50% - 10px);
	background: #fde4da;
	padding: 20px;
	margin-bottom: 20px;
	/* width: 100%; */
}
.except_box h4 {
	display: flex;
	font-size: 20px;
	align-items: center;
	margin-bottom: 10px;
}
.except_box h4 .sximg {
	width: 50px;
	height: 50px;
	background: #fff;
	border-radius: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
}

.ticklist li {
	position: relative;
	margin-bottom: 20px;
	padding-left: 40px;
}
.ticklist li::before {
	content: '';
	width: 29px;
	height: 29px;
	display: block;
	background-image: url(https://d9hhrg4mnvzow.cloudfront.net/info.choicey.com.au/thank-you-page/557eab68-check2_100t00u000000000000028.png);
	background-size: 100%;
	position: absolute;
	left: 0;
	top: -2px;
}
.ticklist {
	margin-bottom: 30px;
	margin-top: 30px;
}
.thftr_wrp {
	display: flex;
	flex-wrap: wrap;
	gap: 0 20px;
}
.thftr_box {
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	padding: 10px;
	margin-bottom: 15px;
	box-shadow: 0 0 24px rgb(204,204,204),0 44px 74px rgba(27,22,66,.06);
}
.thftr_wrp {
	display: flex;
	flex-wrap: wrap;
	gap: 0 20px;
	margin-top: 25px;
}
.thftr_box {
	display: flex;
	flex-wrap: nowrap;
	background: #fff;
	padding: 15px;
	margin-bottom: 15px;
	box-shadow: 0 0 24px rgb(204,204,204),0 44px 74px rgba(27,22,66,.06);
	/* width: calc(33.33% - 15px); */
	box-sizing: border-box;
	align-items: center;
	width: 190px;
}
.thftrimg {
	margin-right: 10px;
}
.thftr_box h6 {
	font-size: 14px;
	color: #fe6c2c;
}
.thftr_box p {
	font-size: 12px;
	margin: 0;
}

.resurch_sec {
	background: #fe6c2c;
	padding: 70px;
}
.resurch_sec h2 {
	font-size: 43px;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 20px;
}
.resurch_sec h2 span{color:#fff;}

.testm2_wrp {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.clientbox2 {
	text-align: center;
	padding: 50px;
	background: #fe6c2c;
	width: 50%;
}
.testmonbody img {
	margin-bottom: 40px;
}
.testmonbody p {
	color: #fff;
	font-size: 18px;
	font-style: italic;
}
.clientinfo2 {
	margin-top: 50px;
}
.clientbox2 img {
	margin-bottom: 20px;
	width: 70px;
	height: 70px;
	border-radius: 70px;
}
.clientbox2 h3 {
	font-size: 24px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 15px;
}
.clientbox2 p {
	color: #fff;
}

.clientbox2.white {
	background: #fff;
}

.clientbox2.white h3 {
	color: #fe6c2c;;
}
.clientbox2.white p{color:#000;}
.testmontitle {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(https://d9hhrg4mnvzow.cloudfront.net/info.choicey.com.au/thank-you-page/1kvwol9-right-quotes-symbol_10a20a2000000000000028.png);
	background-repeat: no-repeat;
	background-position: right center;
    background-size: contain;
}
.testmontitle h2 {
	font-size: 40px;
	text-align: left;
	font-weight: 700;
}
.steps_sec.thkaks {
	padding-top: 60px;
}
.brands_sec.thanks {
	padding: 60px 0 70px;
}

@media (max-width: 991px) {
    .thank_sec_1 {
      margin-top: 0;
    }
    .thnksec1right {
        text-align: left;
    }
  }

  @media (max-width: 767px) {
    .stepbox h2 {
      font-size: 19px;
      margin-bottom: 10px;
    }
    .thank_sec_1 {
        padding: 30px 0 40px;

    }
    .steps_sec.thkaks {
        padding-top: 30px;
    }
    .resurch_sec h2 {
        font-size: 25px;

    }
    .resurch_sec {
        background: #fe6c2c;
        padding: 30px 15px;
    }
    .brands_sec.thanks {
        padding: 30px 0 30px;
    }
    .clientbox2 {
        padding: 30px 20px;
        width: 100%;
    }
    .testmontitle {
        min-height: 200px;
    }
    .testmontitle h2 {
        font-size: 25px;
        text-align: center; 
        font-weight: 700;
    }
    .testmonbody p {
        font-size: 14px;
    }
    .clientbox2 h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .clientinfo2 {
        margin-top: 25px;
    }
    .clientbox2 img {
        margin-bottom: 10px;
        width: 50px;
        height: 50px;
    }
    .thnksec1left h2 {
        font-size: 19px;
        margin-bottom: 10px;
    }
    .except_box h4 {
        font-size: 18px;
    }
    .except_box h4 .sximg {
        width: 35px;
        height: 35px;
    }
    .sximg img {
        max-width: 25px;
    }
    .ticklist li::before {
        width: 20px;
        height: 20px;
        top: 2px;
    }
    .ticklist li {
        padding-left: 25px;
        margin-bottom: 10px;
    }
  }
  @media (max-width: 580px) {

    .resurch_sec h2 {
        font-size: 19px;
        text-align: center;
    }
    .except_box {
        width: 100%;
        padding: 15px 15px 5px;

    }
    .except_box h4 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .css-pinbox {
        height: 35px;
        width: 35px;
    }
  }
  @media (max-width: 420px) {
    .thftr_wrp {
        gap: 0;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
  }




  /*===================================new state design============================*/
.mapinput_area {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: start;
}
.mapcover_option {
    width: calc(25% - 20px);
}
.mapcover_option input[type="radio"] {
    display: none;
}
.mapcover_option label {
    gap: 0.75rem;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
    border: 2px solid #cccccc00;
    border-radius: 28px;
    padding: 20px;
    background: #fff5f1;
    position: relative;
    height: 100%;
    width: 100%;
    background-color: #ef986f54;
}
.form_icon {
    height: 100px;
    width: 100px;
}
.form_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    flex: none;
}
.mapcover_option label span {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #000;
    letter-spacing: 0.3px;
    text-align: center;
}

.mapcover_option input[type="radio"]:checked + label,
.mapcover_option input[type="checkbox"]:checked + label,
.mapcover_option label:hover {
    border: 2px solid #f7943d;
}


.active-option {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    border-radius: 28px;
   
}

@media screen and (max-width: 767px) {
    .mapcover_option {
        width: calc(50% - 15px);
    }
    .mapcover_option label {
        padding: 10px;
    }
    .mapcover_option label span {
        font-size: 11px;
    }
}
/*===================================new state design============================*/