*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}
.Hide {
  display: none;
}
.bg-color {
    min-height: 70vh;
    background-color: #ebeced;
    display: grid;
    place-content: center;
}

body.footer-on-bottom #inner-wrap {
    flex: 1 0 auto;
    background: #ebeced;
}
/* Hide the increment and decrement arrows for the number input */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  /* Firefox */
  -moz-appearance: textfield;
}
.width_500{
    width: 500px !important;
    margin: auto !important;
}
.width_700{
    max-width: 700px !important;
    margin: auto !important;
}
.all-option{
    background-color: #e22120 !important;
    cursor: pointer;
    box-shadow: none;
    border-radius: 10px;
    transition: 0.2s;
    width: 220px !important;
}
.all-option img{
    width: 130px !important;
    filter: invert(255%) sepia(255%) saturate(1149%) hue-rotate(255deg) brightness(255%) contrast(255%);
    margin: 0 auto;
}
.all-option2{
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px !important;
    background: linear-gradient(90deg,#eb2524 0%,#af0b0a 100%) !important;
}
.all-option2 .radio{
    width: 100% !important;
}
.all-option2 .radio .icon{
    accent-color: #343233 !important;
}
.all-option2 input{
    float: left;
}
.all-option2 p{
    color: #fff !important;
}
.all-option p{
    color: #fff !important;
}
.your-pcode{
    max-width: 400px !important;
    margin: 0 auto !important;
}
.your-pcode .input{
    max-width: 400px !important;
}
.fan-sec .options{
    max-width: 600px;
    margin: 30px auto 0;
    padding: 30px !important;
}
.selectBox{
    width: 100% !important;
}
.selectBox #dropdown {
    width: 100% !important;
    padding: 10px 10px 10px 5px;
    font-size: 16px;
    border-radius: 6px;
}
.our_promise_box ul li {
        padding: 7px 0px;
        font-size: 16px;
    
} 
.error-massage{
    text-align: left;
    margin-left: 8px;
    color: red;
}
h3.brand-color2.subtitle.is-2.is-size-4-mobile.mb-2.is-bold.is-size-2 {
    font-weight: 800!important;
}
textarea#DescriptionOfWorkTextArea {
    padding: 9px;
}
.termAndCondition p{
    font-size: 16px;
	text-align: left;
} 
#seacrchBtn, #submitBtn {
	background: linear-gradient(90deg,#eb2524 0%,#af0b0a 100%) !important;
	color: #fff !important;
}
#seacrchBtn:hover, #submitBtn:hover, #seacrchBtn:active, #submitBtn:active, #seacrchBtn:focus, #submitBtn:focus {
	background: #343233 !important;
	color: #fff !important;
}
.button.is-primary, #descriptionSkipButton {
	background: #343233 !important;
}
.button.is-primary:hover, #descriptionSkipButton {
	background: #eb2524 !important;
}
.button.is-primary::before {
	content: "\f060";
  	font-family: "fontawesome";
  	font-style: normal;
  	margin-right: 10px;
}
#descriptionSkipButton::after {
	content: "\f061";
  	font-family: "fontawesome";
  	font-style: normal;
  	margin-left: 10px;
}
#TypeOfPropertySection .is-flex {
	max-width: 1000px !important;
}



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

@media only screen and (min-width: 768px) {
    
    .all-option:hover{
        background-color: #2b2d42 !important;
        scale: 1.06;
        box-shadow: 2px 2px 10px #8080801c;
    }

}

@media only screen and (max-width: 768px) {
	
	.radio p{
		text-align: left;
    	margin-left: 37px !important;
	}
   
    /*-----------Main Page CSS----------*/
    .section h2{
       margin-bottom: 1.25rem !important;
    }
    .all-option{
       display: flex !important;
       align-items: center;
       flex-direction: row;
       min-width: 400px;
       padding: 10px !important;
       min-height: auto !important;
       box-shadow: none;
       margin-bottom: 10px;
   }
   .all-option img{
           width: 60px !important;
    margin-right: 20px !IMPORTANT;
    margin: 0;
   }
   .width_500{
       width: 100% !important;
       margin: auto !important;
   }
   .fan-sec{
    padding: 1rem !important;
   }
   .fan-sec .options {
    max-width: 100%;
    margin: 0;
    padding: 20px !important;
  }
   
   
}

@media only screen and (max-width: 480px) {
    .all-option{
        min-width: 300px !important;
    }
    .your-pcode{
        width: 100% !important;
        margin: 0 auto !important;
    }
}


 
 .question-detail-sec{

display: none;

}

.main-q-box {
	background: white;
	padding: 5%;
	border-radius: 20px;
	max-width: 550px !important;
	margin: 30px auto;
	width: 800px !important;
}
#otp-phoneno, #otp-number {
	color: #000 !important;
}
.questions-sec.questions-input-sec {
	width: 100%;
}
.input-box {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
	margin-bottom: 20px;
}
.button-sec {
	margin-top: 20px;
}

.heade-sec h2 {

font-size: 30px;

margin-bottom: 20px;

text-align: center;

}

.heade-sec p {

margin-bottom: 20px;

text-align: center;

}

.next-button {

background: linear-gradient(90deg,#eb2524 0%,#af0b0a 100%) !important;

color: white;

padding: 14px;

width: 100%;

text-align: center;

display: flex;

gap: 10px;

align-items: center;

border-radius: 50px;

justify-content: center;

margin-top: -30px;

}

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

.main-q-box {

padding: 8%;

margin: 10px;

}

#e-survey .modal-card {

width: 95%;

padding: 20px;

height: 98%;

}

.p-upload-sec {

margin-top: 10px;

}

.upload-sec {

gap: 0;

flex-wrap: wrap;

}

}

.postcode-popup.modal-content {
    background: white;
    padding: 30px;
    margin: 10px;
    position: relative;
}

.is-large.delete, .is-large.modal-close {
    height: 32px;
    max-height: 32px;
    max-width: 32px;
    min-height: 32px;
    min-width: 32px;
    width: 32px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: black;
}