/*
Theme Name: Prudent Home Buyers Sell
Description: Prudent Home Buyers. Child Theme
Template: twentytwentyfive
Version: 1.25
Tags: four-columns, right-sidebar, full-width-template
Text Domain: prudent-sell
Author: Israr Mansuri

This theme, like WordPress, is licensed under the GPL.Use it to make something cool, have fun, and share what you've learned with others.
*/


 

/* Global Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
    "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: #fff;
  color: var(--text-color);
  line-height: 1.6;
}


main.sell_house_wrapper *{
    box-sizing: border-box;
    margin: 0;
	
}
main.sell_house_wrapper .hidden{
    display:none!important;
    opacity:0;
}
main.sell_house_wrapper {
   font-family: 'Source Sans Pro', sans-serif;
}
main.sell_house_wrapper .container {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}
main.sell_house_wrapper .sell-widget {
    word-wrap: break-word;
    padding: 1cqw;
}
main.sell_house_wrapper .font-scale-11{
	font-size: 3rem;
}
main.sell_house_wrapper .font-scale-9{
	font-size: 2rem;
}
main.sell_house_wrapper header {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}  
main.sell_house_wrapper header  .nav-main{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:0 22.8px;
  }
 
main.sell_house_wrapper header .logo-container,
main.sell_house_wrapper header .cta-container {
	padding: 1cqw;
}
main.sell_house_wrapper header .logo-container img {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 315px;

  }
  
main.sell_house_wrapper header .cta-container a.cta-btn{
    display: inline-flex;
	border: 1px solid  rgb(214, 25, 39);
    background: rgb(214, 25, 39);
    color: rgb(255, 255, 255);
    font-weight: bold;
	line-height: 1.5;
	font-size: 1rem;
    padding: 14px 24px;
    font-family: "Space Grotesk", sans-serif;
    text-decoration: none;
    text-shadow: none;
    position: relative;
    transition: color 0.2s linear, background 0.2s linear, border-color 0.2s linear, text-shadow 0.2s linear;
  }
main.sell_house_wrapper header .cta-container a.cta-btn:hover{
    background-color: rgb(163, 19, 30);
    border-color: rgb(163, 19, 30);
    color: rgb(255, 255, 255);

  }

  @media (prefers-reduced-motion: no-preference) {
    main.sell_house_wrapper header .cta-container a.cta-btn:hover{
      animation: animation-shadow 1666.6666666666667ms infinite ease-out, animation-border 200ms;
    }

  }
  
main.sell_house_wrapper section{
	  position: relative;
    transition: opacity .5s ease-in, min-height .5s ease-in, height .5s ease-in;
  }
  

  @keyframes animation-shadow {
  0% {
    box-shadow: 0px 0px 0px 0px rgb(214, 25, 39);
    }
    100% {
        box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0);
    }
 }

   @keyframes animation-border{
    0% {
        background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
    }
    50% {
        background-image: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
    }
    100% {
        background-image: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.4) 100%);
    }
 }

  
main.sell_house_wrapper section.hero-section {
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-position: center;
	background-image: linear-gradient(rgba(2, 30, 128, 0.55), rgba(2, 30, 128, 0.55)), url("images/hero-buyersimg.png");
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 0);
	border-color: rgba(0, 0, 0, 0); 
	min-height: 70vh;
  }
  
section.hero-section .hero-container{
        display: flex;
        align-items: start;
        justify-self: center;
        padding-top: 68.4px;
        padding-right: 11.4px;
        padding-bottom: 57px;
        padding-left: 11.4px;
        width: 100%;
    }
 section.hero-section .hero-container .hero-wrapper{
	 padding:11.4px;
    display: flex;
    flex-direction: column;
    align-content: center;
	width:50%;
 }
.hero-container .hero-wrapper .widget-heading{
	display: flex;
	align-items: center;
	justify-content: center;
	width:100%;
    padding: 19.200px 11px;
 }
section.hero-section .hero-container h1{
	font-size: 3rem;
	font-weight: bold; 
    line-height: 54px;
	text-shadow: 2px 2px 8px rgba(0, 0, 0, 4);
	color: rgba(255, 255, 255, 1);
	text-align: center;
	margin:0px;
}

section.hero-section .sub-heading h2{
	line-height: 32px;
	font-weight: 700;
	text-shadow: 4px 4px 6px rgba(0, 0, 0, 6); 
	text-align: center;
	color: rgb(255, 255, 255);
	margin:0px;
	padding-bottom: 0.25em;
}

.shape-wrapper{
    display: none;
}

  
  
section.hero-section .form-card-wrapper {
	display: flex;
	padding: 11.4px;
	justify-content: flex-start;
	flex-direction: column;
	width: 50%;
	background-color: rgba(246, 246, 246, 1);
	border-color: rgba(246, 246, 246, 1);
	border-radius: 21px; 
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 1);
    min-height: 650px;
    padding-bottom: 60px;
}
section.hero-section .form-card-wrapper .card-heading{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width:100%;
}  
section.hero-section .form-card-wrapper .card-heading h3{
        color: rgba(17, 103, 196, 1);
        font-size: 20px;
        font-weight: 700;
        line-height: 25px;
    }
section.hero-section .form-card-wrapper .card-heading p{
        color: #1167c4;
        font-size: 20px;
        font-weight: 400;
        line-height: 30px;
    }
section.hero-section .form-card-wrapper   .buyers-form-wrapper{
		margin-top:30px;
		width:100%;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		padding: 1cqw;
	}
.buyers-form-wrapper form.sell_verify_lead_form,
 .buyers-form-wrapper form.sell_house_lead_form {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width:100%;
	border-width: 1px !important;
	border-style: solid !important;
	border-color: #bec9d2 !important;
	border-radius: 1px;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.07);
	width:100%;
    background-color: rgba(255, 255, 255, 1);
 }
.br-loader{
    padding:100px;
    width:100%;
    position:relative;
}

.sell-loader {
        display: inline-block;
        position: relative;
        width: 80px;
        height: 80px
    }

.sell-loader div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%; 
    background: rgba(51, 94, 234, 1);
}

.sell-loader div:first-child {
    left: 8px;
    animation: lds-loader1 .6s infinite
}

.sell-loader div:nth-child(2) {
    left: 8px;
    animation: lds-loader2 .6s infinite
}

.sell-loader div:nth-child(3) {
    left: 32px;
    animation: lds-loader2 .6s infinite
}

.sell-loader div:nth-child(4) {
    left: 56px;
    animation: lds-loader3 .6s infinite
}

@keyframes lds-loader1 {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes lds-loader3 {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(0)
    }
}

@keyframes lds-loader2 {
    0% {
        transform: translate(0,0)
    }

    100% {
        transform: translate(24px,0)
    }
}

form.sell_verify_lead_form fieldset.steps,
form.sell_house_lead_form fieldset.steps{
	display:none!important;
	border:none;
	outline:none;
    padding: 1cqw 0px;
    margin:0px;
} 
form.sell_verify_lead_form fieldset.steps.active,
form.sell_house_lead_form fieldset.steps.active{
	display:flex!important; 
    justify-content: center;
    flex-direction: column;
    width: 100%;
} 
form.sell_verify_lead_form fieldset.steps .question-title,
form.sell_house_lead_form fieldset.steps .question-title{
	font-weight: 700;
    margin-bottom: 20px;
    color: #335eea;
    font-family: Roboto;
    font-size: 1.875rem;
 }  
 form.sell_verify_lead_form fieldset.steps .final-desc,
 form.sell_house_lead_form fieldset.steps .final-desc{
    font-size: 22px;
    font-family: Roboto !important;
    margin-top:60px; 
    font-weight: 500;
    line-height: 24px;
    
 }

form.sell_verify_lead_form .question-content,
form.sell_house_lead_form .question-content{
    margin-bottom: 1rem;
  	padding: 1cqw 0px;
 }
form.sell_verify_lead_form .question-content.pm-0{
     margin-bottom: 0px;
  	padding: 0px;
}
form.sell_verify_lead_form .question-content.pt-5{
     margin-top: 20px;
}
/* Hide the real radio input */
form.sell_house_lead_form .question-answers input[type="radio"] {
    display: none;
}
 
/* Wrapper */
form.sell_house_lead_form .question-answers {
    margin-top: 10px;
    width: 100%;
    display: flex;
}
 
form.sell_house_lead_form .question-answers label {
    width: 100%;
    padding: 1.3rem;
    background-color: #eaf0fd;
    border-radius: 4px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
    color: #335eea;
}
 
form.sell_house_lead_form .question-answers input[type="radio"]:checked + label {
    background-color: #335eea;
    color: #fff;
} 
form.sell_house_lead_form .question-answers label:hover label {
    background-color: #d7e0fb;
}
.question-content .field-group,
.question-content .form-group{
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    width:100%;
     position: relative;
}

.question-content .form-group .form-control {
    padding: 5px;
    background-color: rgba(255, 255, 255, 1) !important;
    color: #161c2d !important;
    border: 1px solid #ccc !important;
    font-size: 16px !important;
    line-height: 1.3px !important;
    box-shadow: 1px 1px 1px 0px rgba(255, 255, 255, 0) !important;
    border-radius: 4px !important;
    font-family: Roboto !important;
    outline:none;  
    width: 100%;    
}

.question-content .form-group.has-error input.form-control {
    border-color: #e53935!important;
}

.question-content .form-group .error-message {
    text-align: left;
    display: flex;
    flex-direction: column;
    width:100%;
    color: #e53935;
    font-size: 12px;
}
 
 

.question-content .field-group .form-control{
    padding: 15px 10px;
    background-color: rgba(255, 255, 255, 1);
    color: #161c2d ;
    border: 1px solid #abc1df; 
    font-size: 16px ;
    line-height: 1.3px ;
    box-shadow: 1px 1px 1px 0px rgba(255, 255, 255, 0) ;
    border-radius: 4px ;
    font-family: Roboto ;
    height: auto ;
    outline:none;
    width: 100%;
}
.question-content .field-group .form-control:focus,
.question-content .form-group .form-control:focus{
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #335eea !important;
    outline:none;  
}
.question-content .field-group.has-error input.form-control {
    border-color: #e53935!important;
}
.question-content .field-group .error-message {
    text-align: left;
    display: flex;
    flex-direction: column;
    width:100%;
    color: #e53935;
    font-size: 12px;
}

.question-content .form-group.phone-wrapper .iti {
  position: relative;
  width: 100%;
}
 
 
.position-relative{
    position:relative;
}
.place-suggestions{
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  background: #f8f9fa;
  border-radius: 4px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  width: 100%;
  z-index: 9999;
  padding: 0px;
  margin: 0px;
  list-style: none; 
}

 

.place-suggestions li {
    background-color: #f8f9fa;  
    border: 1px solid #dee2e6;  
    padding: 8px 15px;  
    cursor: pointer;  
    font-size: 13px;  
    color: #333;  
    text-align:left;
    display: flex;
    transition: background-color 0.3s ease, color 0.3s ease;
    align-content: center;
    align-items: center;
}
.place-suggestions li svg{
    margin-right:5px;
}
.place-suggestions li.powered-by-google{
    text-align:right;
    justify-content: flex-end;
}
.place-suggestions li:hover {
    background-color: #f5f5f5;  
    color: #007bff; 
}

/* Active item (when clicked or focused) */
.place-suggestions li.active,
.place-suggestions li:focus {
    background-color: #e9ecef;  
    color: #007bff;  
}

 .disclaimer-content {
    display: flex;
    width:100%;
    position: relative;
}

.disclaimer-content p{
    font-size: 8px;
    font-family: Arial;
    color: #000000 ;
    font-weight: 400;
    text-align: left;
}
.disclaimer-content p a{
    color: #3399FF;
     font-size: 8px;
}
  
.submit-action{
   min-height:80px; 
	padding:15px
}
.submit-action button.btn-primary{
    background-color: rgba(51, 94, 234, 1);
    color: #ffffff !important;
    padding: 10px 20px !important;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    border-radius: 4px;
    box-shadow: 1px 2px 2px 0px rgba(4, 22, 56, 0.15);
    font-family: Roboto;
    text-decoration: none;
	border:none;
    cursor:pointer;
}

.submit-action button.btn-primary:focus,
.submit-action button.btn-primary:hover{
    outline:none;
     background-color: rgba(51, 94, 234, 0.9);
}
.next-action button .loader,
.submit-action button.btn-primary .loader {
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    margin-right: 5px;
}
.next-action button{
    cursor:pointer;
}
.next-action button.hidden{
	display:none!important;
}
.next-action button.disabled,
.next-action button:disabled,
.next-action button[disabled],
.submit-action button.disabled,
.submit-action button:disabled,
.submit-action button[disabled] {
    cursor: not-allowed !important;
    pointer-events: none;
}

.next-action button .loader:after,
.submit-action button.btn-primary .loader:after {
    content: ""; /* missing content */
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 auto;
    border: 2px solid #000000; /* adjust thickness */
    border-color: #ccc transparent #000000 transparent;
    border-radius: 50%; /* make it circular */
    animation: lds-hourglass 1.2s infinite;
}
.message-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 1rem 0;
    padding: 1rem;
    border-radius: 6px;
}

.message-wrapper.error {
    color: #ff4d4f;
    background-color: #fff1f0;
    border: 1px solid #ffa39e;
}

.message-wrapper.success {
    color: #389e0d;
    background-color: #f6ffed;
    border: 1px solid #b7eb8f;
}

.message-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.message-wrapper ul li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* Icons before messages */
.message-wrapper.error ul li::before {
    content: "⚠️";
}

.message-wrapper.success ul li::before {
    content: "✅";
}


@keyframes lds-hourglass {
    0% {
        transform: rotate(0deg);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    50% {
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    100% {
        transform: rotate(1800deg);
    }
}

.verify-wrapper  {
    gap: 40px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 0px 10px;
    margin-bottom: 50px !important;
}

.verify-wrapper h2{
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.5rem;
    color: #000000;
    font-weight: 700;
    font-family: Roboto;
} 
.verify-wrapper h2 a{
    display:block;
    color: rgb(0, 0, 238);
    font-size: 1.8rem;
    font-weight: 700;
} 
.next-action{
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 15px 0px;
    gap: 14px;
}
.next-action button.btn-primary {
    background-color: rgba(51, 94, 234, 1);
    color: #ffffff !important;
    padding: 10px 20px !important;
    font-weight: 400;
    text-transform: uppercase; 
    letter-spacing: 2px;
    font-size: 16px;
    border-radius: 4px;
    box-shadow: 1px 2px 2px 0px rgba(4, 22, 56, 0.15);
    font-family: Roboto;
    text-decoration: none;
    outline: none;
    border: none;
 }
  
.next-action button.btn-secondry {
    
    font-family: Roboto;
    color: rgba(0, 0, 0, .8);
    border: none transparent;
    background-color: #e6e6e6;
    text-decoration: none;
    border-radius: 2px;
    padding:6px 20px!important;
    font-weight: 400;
    text-transform: uppercase; 
    font-size: 16px;
    box-shadow: 1px 2px 2px 0px rgba(4, 22, 56, 0.15);
     
  }
.next-action button.btn-secondry:hover{
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, rgba(0, 0, 0, .05)), to(rgba(0, 0, 0, .1)));
    background-image: linear-gradient(transparent, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .1));
}
  
  
/*   PopUp CSS Start */
.text-gray {
    color: #394458 !important;
}
.text-black{
	color: #000000 !important;
}
.fs-14 {
      font-size: 14px;
    }
.modal.modal-guidance{
	position:fixed;
	width:100%;
	height:100%;
	background: rgba(0, 0, 0, 0.45);
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0 ;
	top: 0;
    padding: 0;
	transition: all 0.3s ease;

}	
.modal.modal-guidance .modal-content{
	background:#ffffff;
	padding: 1.5rem;
	border-radius:1rem;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	max-width: 470px;
    width: 100%;
    position: relative;
	width:100%;
	font-size:15px;
	
}

.modal.modal-guidance .modal-content .close-modal{
	position: absolute !important;
	top: 2px;;
	right:24px;
	cursor: pointer;
    font-size: 40px;
	color: #212529;
	
}
.modal.modal-guidance .modal-content .star-wrapper{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width:100%;
	gap: .25rem !important;
	margin-bottom: .5rem !important;
}
.modal.modal-guidance .modal-content  h2{
	margin-bottom: .5rem !important;
	font-size: 22px;
    line-height: 25px;
	color:000000;
	font-weight:700;
	
}
.modal.modal-guidance .modal-content  h3{
	font-weight: 500 !important;
	font-size: 1rem;
	color:000000;
}
.modal.modal-guidance .modal-content .text-gray.mb-3,
.modal.modal-guidance .modal-content > div:nth-of-type(6){
   font-size: 1.15rem;
}
.modal.modal-guidance .modal-content > div:nth-of-type(4){
    font-size: 1rem;
    font-weight: 700;
    margin-top: 5px;
}
.modal.modal-guidance .modal-content > div:nth-of-type(5){
    font-size: 1rem;
    display: flex;
    align-items: center;
}
.modal.modal-guidance .modal-content > div:nth-of-type(5) a{
  font-weight: 700;
  padding-left: 3px;
}
.modal.modal-guidance .modal-content > div:nth-of-type(5) a:hover{
  color: rgba(51, 94, 234, 1);
}
.modal.modal-guidance .modal-content a.btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding:6px;
    border-radius: 6px;
    color: #fff;
    background-color: rgba(51, 94, 234, 1);
    font-size: 1rem;
    margin: 10px 0px;
    cursor: pointer;
     transition: 
    background-color 0.3s ease,
    color 0.3s ease,
    box-shadow 0.3s ease;
}

.modal.modal-guidance .modal-content a.btn:hover{
    background: #6b46e5;
}

.modal.modal-guidance .modal-content a.btn i{
  width: 25px;
  height: 25px;
  position: relative;
}
.modal.modal-guidance .modal-content > div:nth-of-type(5) i{
  width: 20px;
  height: 20px;
  position: relative;
}
.modal.modal-guidance .modal-content > div:nth-of-type(5) i::before{
  content: "";
  position: absolute;
  inset: 0;
  background: url("images/gray-svg.svg") no-repeat center;
  background-size: contain;
  display: block;
  left: -10px;
}
i.lucide-phone{
	position:relative;
	width:25px;
	height:25px;
}
i.lucide-phone::before{
  content: "";
  position: absolute;
  inset: 0;
  background: url("images/white-phone.svg") no-repeat center;
  background-size: contain;
  display: block;
  left: -10px;
}
.modal.modal-guidance .modal-content a.btn i::before{
  content: "";
  position: absolute;
  inset: 0;
  background: url("images/white-phone.svg") no-repeat center;
  background-size: contain;
  display: block;
  left: -10px;
}
.modal.modal-guidance .modal-content a.btn i svg,
.modal.modal-guidance .modal-content > div:nth-of-type(5) i svg{
    display: none;
}
 .modal.modal-guidance .modal-content button.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding:6px;
    border-radius: 6px;
    color: rgba(51, 94, 234, 1);
    border: 1px solid#ddd7d7;
    background-color: #EEF2FE;
    font-size: 1.15rem;
    cursor: pointer;
    transition: 
    background-color 0.3s ease,
    color 0.3s ease,
    border-color 0.3s ease;
 }

 .modal.modal-guidance .modal-content button.btn:hover{
    background: #eef2ff;
    color: #6b46e5;
    border-color: #7f56f5;
 }





 /*   PopUp CSS END */
  
  #footer{
    width: 100%;
    background-color: #fff;
  }
  #footer .container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 11.4px;
  }
  .footer-logo,
  .footer-contact{
    padding: 19.20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  .footer-links a,
   .footer-copy {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #021e80 !important;
  }
   .footer-links a{
    text-decoration: underline !important;
   }
  .footer-links a:hover {
    text-decoration: none !important;
  }


    .choose-us-section{
        background-color: rgba(17, 103, 196, 1);
        border-color: rgba(17, 103, 196, 1);
        background-size: cover;
        margin: 0 auto;
        padding: 40px 0px 58px 0px;
        
    }
    .choose-us-section .container{
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 220px;
        padding: 11.4px 0;
        padding-right: 48px;
        padding-left: 0px;
    }
    .why-us-content,
    .easy-step-content{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .why-us-content h3,
    .easy-step-content h3{
        font-size: 32px;
        font-weight: 700;
        line-height: 48px;
        color: rgba(255, 255, 255, 1);
        padding: 14.69px;
    }
    .why-us-content p{
        text-align: center;
        font-size: 24px;
        font-weight: 400;
        line-height: 30px;
        color: rgba(245, 239, 231, 1);
        padding: 19.2px;
    }
    .easy-step-content p{
        text-align: center;
        font-size: 24px;
        font-weight: 400;
        line-height: 30px;
        color: rgba(255, 255, 255, 1);
        padding: 19.2px;
    }
    .fade-up, .fade-down {
        opacity: 0;
        transition: all 0.8s ease;
    }

    .fade-up {
        transform: translateY(40px);
    }

    .fade-down {
        transform: translateY(-40px);
    }

    .show {
        opacity: 1;
        transform: translateY(0);
    }

    @media (max-width:1024px) {
        .hero-heading,
        .hero-subheading,
        .hero-text-wrapper,
        .hero-text-wrapper, .form-card-wrapper,
        .card-heading,
        .logo-container,
        .cta-container{
            padding: 10.24px;
        }
        .buyers-form {
            text-align: center;
            background-color: transparent;
            min-height: 500px !important;
            padding: 50px 14.69px 14.69px 14.69px;
        }
        main.sell_house_wrapper .sell-widget {
        word-wrap: break-word;
        padding: 1cqw !important;
      }
        
    }

    @media (max-width:767px) {
        .hero-container{
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }
        .hero-text-wrapper,
        .form-card-wrapper{
            width: 100% !important;
        }
        
        .choose-us-section .container{
            flex-direction: column;
            gap: 40px;
            padding: 11.4px 8px;
        }
        .why-us-content p,
        .easy-step-content p{
            padding: 7.67px 0;
            font-size: 21px;
            line-height: 26px;
            font-weight: 400;
        }
        .why-us-content h3, .easy-step-content h3{
            font-size: 21px;
            line-height: 32px;
            padding: 11.67px;
        }

        .cta-btn{
            display: none;
        }
        .logo-container{
            padding: 11.4px;
        }
        .nav-main{
          padding: 0 1px;
        }
        section.hero-section .hero-container h1{
            font-size: 38px !important;
            line-height: 43px !important;
        }
        section.hero-section .sub-heading h2{
            font-size: 28px;
            line-height: 28px;
        }
        .hero-container {
            padding: 46px 7px 38px;
        }
        .cta-container{
            display: none;
        }
        main.sell_house_wrapper header .nav-main{
            padding: 8px 15px;
        }
        main.sell_house_wrapper header .logo-container img{
            max-width: 208px;
        }
        section.hero-section .hero-container .hero-wrapper{
            width: 100%;

        }
        .footer-logo img{
            max-width: 295px !important;
        }
        form.sell_verify_lead_form fieldset.steps .question-title, form.sell_house_lead_form fieldset.steps .question-title{
            font-weight: 600;
            font-size: 20px !important;
        }
        section.hero-section .form-card-wrapper{
            min-height: 550px;
        }
        .footer-logo, .footer-contact{
            padding: 8px;
        }

         form.sell_verify_lead_form fieldset.steps .final-desc,
        form.sell_house_lead_form fieldset.steps .final-desc{
            margin-bottom: 20px;
            font-size: 18px;
            line-height: 24px;
            
        }
        .verify-number .verify-wrapper h2{
            font-size: 18px !important;
            line-height: 24px !important;
        }
        .verify-wrapper{
            gap:20px !important;
        }
    }


    @media (max-width:460px) {

        section.hero-section .hero-container h1{
            font-size: 33px !important;
            line-height: 37px;
        }
        section.hero-section .sub-heading h2{
            font-size: 27px;
            line-height: 27px;
        }

        .hero-container {
            padding: 27px 4.50px 22px;
        }
        .footer-logo img{
            max-width: 141px !important;
        }
         .why-us-content p,
         .easy-step-content p{
            padding: 7.67px 0;
            font-size: 16px;
            line-height: 26px;
            font-weight: 400;
        }

         section.hero-section .hero-container .hero-wrapper{
            width: 100%;
            padding: 8px;           
        }
        section.hero-section .form-card-wrapper .card-heading h3{
            font-size: 18px;
            line-height: 22px;
            text-align: center;
        }
        section.hero-section .form-card-wrapper .card-heading p{
             font-size: 18px;
             font-weight: 400;
             line-height: 25px;
        }
        form.sell_verify_lead_form fieldset.steps .question-title, form.sell_house_lead_form fieldset.steps .question-title{
            font-weight: 700;
            font-size: 20px !important;
        }
        section.hero-section .hero-container{
            padding-top: 6cqw;
            padding-right: 1cqw;
            padding-bottom: 5cqw;
            padding-left: 1cqw;
        }
        .choose-us-section .container{
            flex-direction: column;
            gap: 0px;
            padding: 11.4px;
        }
        .buyers-form-wrapper form.sell_verify_lead_form, .buyers-form-wrapper form.sell_house_lead_form {
            padding: 16px;
        }
        section.hero-section .form-card-wrapper{
            min-height: 500px;
            padding-bottom: 50px;

        }
        .footer-links a, .footer-copy{
            font-size: 14px;
            text-align: center;
        }
        form.sell_house_lead_form .question-answers label{
            font-size: 16px;
        }
        #footer .container{
            padding-top: 30px;
        }
        .shape-wrapper{
            display: block;
            transform: rotate(180deg);
            top: 0;
            position: absolute;
            line-height: 0;
            width: 100%;
            overflow: hidden;
        }
        .choose-us-section{
            background-color: #fff;
            padding: 0px 20px 0px 0px;
        }
        .choose-us-section .container{
            background-color: rgba(17, 103, 196, 1);
            border-color: rgba(17, 103, 196, 1);
        }

    }