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

#wrapper{
	    background: #fff;
}
.brand-color{
    color: #000 !important;
}
.our_promise .box {
	padding: .75rem 1.25rem 1.25rem !important;
}
.dropdown-menu{
    padding: 0;
    border-radius: 10px;
}

.bg-color {
    min-height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.im_styl{
    color: #e38518;
}

.drop-item a {
	font-family: sans-serif;
	font-size: 16px;
	color: #40ce42;
	font-weight: 500;
}

.box p{
    color: white;
    font-weight: 500;
    font-size: 16px;
}
button#seacrchBtn {
    background: #3e3316;
}
button#seacrchBtn:hover {
    background:rgb(17,30,24);
}

.selected img{
    border: 0px solid #ff8400 !important;
}
.select-Other img{
    border: 0px solid #ff8400 !important;
}

.selected{
    border: 2px solid #ff8400 !important;
	background: #937323 !important;
}
.selectedInterested {
	border: 2px solid #ff8400 !important;
	background: #937323 !important;
}
.select-Other .all-option{
    border: 2px solid #ff8400 !important;
	background: #937323 !important;
}


.pro_bar{
    width: 20% !important;
    margin: 0 auto;
    height: 5px !important;
    background-color: #8196a2;
}
.all-box-columns.is-multiline {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.all-box-columns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.backButtonBox {
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 20px;
}
/* .control {
    box-sizing: border-box;
    clear: both;
    font-size: 1rem;
    position: relative;
    text-align: inherit;
    padding: 0px 88px;
} */
/********Header section closed here**********/

.width_700{
    width: 700px !important;
    margin: auto !important;
}
.width_500{
    width: 500px !important;
    margin: auto !important;
}
.all-option{
    background: #212223;
    cursor: pointer;
    box-shadow: none;
    border-radius: 10px;
    transition: 0.2s;
    width: 207px;
    border: 2px solid #212223;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.mg-sz1 img {
	width: 125px !important;
}
.mg-sz2 img {
	width: 100px !important;
}
.all-option img{
    width: 150px;
    margin: 10px auto;
    background: #3e3316;
    padding: 5px;
    border-radius: 50%;
    border: 2px solid #e38518;
}

.req-popup{
    position: relative;
    padding: 5% !important;
    background: #111e18;
    border-radius: 20px;
    border: 2px solid #e38518;
}
div#checkbox-message {
    color: red;
}

.all-option2{
    cursor: pointer;
    border-radius: 50% !important;
    background: #3e3316;
    border: solid;
    border: 2px solid #e38518;
    height: 130px;
    width: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}


.all-option2:hover{
    scale: 1.08;
}


.all-option2 .radio{
    width: 100% !important;
}
.all-option2 input{
    float: left;
}
.all-option2 p{
    color: #fff;
}
.your-pcode{
    width: 500px !important;
    margin: 0 auto !important;
	padding: 30px !important;
}
.your-pcode .input{
    width: 400px !important;
}
.your-pcode .button{
    width: 150px !important;
}



#section-form .brand-color {
    color: #afd805 !important;
}

#section-form .bgcol-lgreen {
    background: white !important;
}

#section-form .pro_bar {
    width: 20% !important;
    margin: 0 auto;
    height: 5px !important;
    background-color: #afd805;
}
 .hide{
    display: none;
}
#section-form .header {
    display: none;
    text-align: left;
    color: red;
    margin-left: 6px;
   font-size: 13px;
}
.backbtn{
    padding: 7px 19px;
    margin-top: 20px;
    background: #212223;
    border: solid 2px #ff8400;
}
.backbtn:hover{
    background: #ff8400;
    border: solid 2px #212223;
}

#section-form input[type="radio"] {
    accent-color: #000;
}

#section-form .ans_box {
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px !important;
    transition: 0.2s;
    padding-left: 10px;
    min-height: 218px;
}

#section-form .ans_box img {
    width: 120px;
    margin: 0 auto 10px;
}

#section-form .ans_box:hover {
    border-bottom: 5px solid #afd805 !important;
}

#section-form .ans_box2 {
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px !important;
    background: #afd805;
}

#section-form .ans_box2 .radio {
    width: 100% !important;
}

#section-form .ans_box2 input {
    float: left;
}

#section-form .ans_box2 p {
    color: #000;
}

.title.is-2{
    color: white;
}

#section-form .fan-sec {
    width: 600px !important;
    margin: auto !important;
    border-radius: 20px;
    background: #3e3316;
    border: 2px solid #e38518;
}

.field {
    padding: 7px 0;
    background: white;
    border-radius: 8px;
}
.field input:focus {
    box-shadow: none !important;
}

#section-form .input {
    border-color: white !important;
    color: #000000!important;
}

#section-form .input:hover {
    border-color: white !important;
}

#section-form .fnl-svy p a:hover {
	color: #fff !important;
}

#section-form .btn-color, .form_postcode_search input[type="button"] {
    background: linear-gradient(135deg,rgb(255,132,0) 0%,rgb(255,217,61) 100%) !important;
    transition: 0.3s;
    border: 2px solid #ff8400;
    color: #fff;
}

#section-form .btn-color:hover, .form_postcode_search input[type="button"]:hover {
    background: #000 !important;
    color: #fff !important;
}
.fnl-svy p {
	text-align: left;
}
.has-text-link-dark{
    color: #e38518 !important;
}


span.title-span {
	font-size: 25px;
	text-transform: initial;
}

.postcodeForm{
display:flex;
justify-content: center;	
}
.postcodeForm-popup {
    background: white;
    padding: 30px;
    border-radius: 10px;
    /* position: relative; */
    max-width: 600px;
}

.postcodeForm-popup p {
    font-size: 18px;
}

.postcodeForm-popup .modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: black;
}

.postcodeForm-popup h2 {
    font-size: 30px;
}
#dropdown {
	max-width: 400px !important;
	width: 400px;
	padding: 8px;
    margin-bottom: 0;
/*         height: 45px; */
}
.field.box.your-pcode {
    margin: auto;
/*     padding-left: 50px; */
    /* justify-content: center; */
}
input[type="button"] {
    margin-top: 20px;
}

/*-----------Media--Screen----------*/

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

    #section-form .width_800 {
        width: 800px;
        margin: auto !important;
    }
    #section-form  .width_600 {
        width: 600px;
        margin: auto !important;
    }
    #section-form .width_700 {
        width: 700px;
        margin: auto !important;
    }
}

@media only screen and (max-width: 1280px) {


}


@media only screen and (max-width: 1024px) {
    
}

@media only screen and (max-width: 962px) {

    .all-option {
        height: 225px;
        width: 194px;
 
    }
    .all-box-columns {

        gap: 14px;
    }
    /* .all-option {
        height: 225px;
        width: 176px;
    } */
    .all-option img {
        width: 90px;
    }
   
}

.modal-close{
    position: absolute;
    background: #e38518;
}

@media only screen and (min-width: 768px) {
    
    .all-option:hover{
        scale: 1.08;
    }

    
.modal-card, .modal-content{
    width: 750px !important;
}
   
    
}

@media only screen and (max-width: 768px) {
.all-option2:hover {
	scale: none;
}

    .all-option2{
        border-radius: 10px !important;
        height: 78px;
        width: 100%;
        justify-content: left;
        padding: 30px !important;
    }


    .selected{
        background: #e38518 !important;
    }
    
    .selectedInterested{
        background: #e38518 !important;
    }
    .select-Other .all-option{
        background: #e38518 !important;
    }
   
 /*-----------Main Page CSS----------*/
 .all-option {
    display: flex !important;
    align-items: center;
    padding: 0 10px !important;
    min-height: auto;
    box-shadow: none !important;
    height: 78px;
    width: 100%;
    border: solid 2px #e38518;
    background: #3e3316;
    flex-direction: row;
}
.bg-color {
	display: block;
}
.all-box-columns {
    display: flex;
    flex-direction:column;
    flex-wrap: wrap;
    gap: 5px;
    max-width: 500px;
    margin: 0 auto;
}
.mg-sz1 img {
	width: 73px;
}
.mg-sz2 img {
	width: 73px;
}	
.all-option img{
    width: 73px !important;
    margin: 0 !important;
    padding: 0px;
    border: none !important;
}
.all-option p{
    padding: 0 15px !important;
    font-size: 16px !important;
    text-align: left;
    font-weight: 500;
}
.width_700{
    width: 100% !important;
    margin: auto !important;
}
.width_500{
    width: 100% !important;
    margin: auto !important;
}
.section .box-column{
    padding: 0.25rem !important;
} 
.your-pcode{
    width: 100% !important;
    margin: 0 auto !important;
	max-width: 500px;
}
#section-form .mob_box {
    display: flex !important;
    align-items: center;
    padding: 0.5rem !important;
    min-height: auto;
}
#section-form .mob_box img {
    height: 50px !important;
    margin: 0 20px 0 10px !important;
    width: 50px !important;
}
#section-form .mob_box p {
    padding: 0 !important;
    margin: 0 !important;
    text-align: left;
}
#section-form  .mob_box2 {
    display: flex !important;
    align-items: center;
    padding: 0.5rem !important;
}
#section-form  .width_800 .box-column {
    padding: 0.25rem !important;
}
#section-form   .ctn-width .box-column {
    padding: 0.25rem !important;
}
#section-form  .width_700 .box-column {
    padding: 0.25rem !important;
}
#section-form  .ans_box:hover {
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
#section-form  .width_700 {
    width: 450px !important;
    margin: auto !important;
}
#section-form  .fan-sec {
    width: 100% !important;
}
#section-form .h22 {
    padding: 0 !important;
}


}
#dropdown {
        width: 90%;
/*         height: 40px; */
        border-radius: 5px;
        margin-top: 20px !important;
    }

@media only screen and (max-width: 767px) {
.form_postcode_search {
	max-width: 370px !important;
	width: 500px !important;
}
#dropdown {
	max-width: 100% !important;
}	

}

@media only screen and (max-width: 736px) {


}

@media only screen and (max-width: 480px) {
.form_postcode_search {
	max-width: 100% !important;
	width: 100% !important;
} 
.your-pcode .input {
	width: 100% !important;
}	
    #section-form  .width_700 {
        width: 100% !important;
        margin: auto !important;
    }
    #section-form  .our_promise {
        padding: 20px 10px;
    }
    #section-form  .our_promise ul li {
        font-size: 15px;
        line-height: 1.7rem;
    }
}

@media only screen and (max-width: 384px) {


}

@media only screen and (max-width: 375px) {


}

@media only screen and (max-width: 360px) {


}

@media only screen and (max-width: 320px) {


}