:root {
    --y_bg: #FEF200;
    --b_color: #000;
    --card-color: #7CDA24;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Bold.woff2') format('woff');
}

@font-face {
    font-family: 'Inter-regular';
    src: url('../fonts/Inter-Regular\ \(1\).woff2') format('woff');
}
body{
/* 	scroll-behavior: smooth!important; */
	position:relative;
	  width: 100%;
    height: 100%;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	list-style: none;
	text-decoration: none;
}

/* body ul {
    list-style: none;
}

body ul li a {
    text-decoration: none;
} */

body,
html {
/*     width: 100%;
    height: 100%; */
/*     overflow-x: hidden; */
}

header,
footer {
    background-color: var(--b_color);
}

.nav_container {
    max-width: 1370px;
    width: 100%;
    margin: 0 auto;
    padding: 15px 0px;
}

.header_nav {
    position: relative;
	z-index: 999;
}

.nav_content {
    display: grid;
    grid-template-columns: 20% 80%;
    /* justify-content: space-between; */
    align-items: center;
    position: relative;
}

#nav_wraper {
    display: grid;
    grid-template-columns: 70% 30%;
}

.nav_links ul {
    display: flex;
    justify-content: center;
}

.nav_links {
    justify-content: space-evenly;
    display: flex;
}

.nav_links ul li {
    padding: 10px;
}

.nav_links ul li a {
    color: #fff;
    letter-spacing: 0.01em;
    font-size: 14px;
    font-family: 'Inter-regular';
}



/*form .wpcf7-response-output{*/
/*    color: red !important;*/
/*}*/

.nav_links ul li a {
  display: block;
  height: 100%;
  margin-right: 0px;
  font-size: 14px;
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
/*   text-shadow: 0 0 15px #8e54e9; */
  transition: all 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.nav_links ul li a:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  display: block;
  transition: all 0.3s ease;
  bottom: -25%;
}
.nav_links ul li a:hover::after {
  width: 100%;
  height: 1px;
  background-color: var(--y_bg);
}




.nav_contact ul {
    display: flex;
    justify-content: flex-end;
}

.nav_contact ul li {
    padding: 10px;
}

.nav_contact ul li a {
    color: #fff;
    letter-spacing: 0.01em;
    font-size: 16px;
    font-family: 'Inter-regular';
	border: 2px solid var(--y_bg);
	transition: all 0.4s ease;
	    padding: 10px 15px;

}
.nav_contact p{
	color: #fff;
    letter-spacing: 0.01em;
    font-size: 14px;
    font-family: 'Inter-regular';
}

.contact_btn_nav a {
    color: #000 !important;
    text-decoration: none;
    padding: 15px 30px;
    background-color: var(--y_bg);
    font-weight: bold;

}
.contact_btn_nav a:hover{
    background-color: #000;
    color: var(--y_bg) !important;
    border: 2px solid var(--y_bg);
}
.contact_btn a {
    padding: 15px 30px;
    background-color: var(--b_color);
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    font-family: 'Inter-regular';
    /* margin-top: 14px; */
    transition: all 0.4s ease;
    border: 2px solid transparent;
    display: inline-block;
}
.contact_btn a:hover{
	color:#000;
	border-color: #000;
	background-color: #FEF200;
}

/* /////////// */
.home_section {
    background-color: #F0FFE2;
    padding: 80px 0;
}
.home_resp_container{
	max-width: 1440px;
	margin: 0 auto;
}
.ome_content_img img{
	display: none;
}
.home_container {
    max-width: 1370px;
    width: 100%;
    margin: 0 auto;
/*     padding: 30px 30px 0 30px; */
}

.home_container_wrap{
	max-width: 1441px;
    margin: 0 auto;
}
.home_content_para p {
    width: 100%;
    max-width: 560px;
    font-size: 16px;
    font-weight: 400;
    opacity: 0.7;
    line-height: 190%;
	    font-family: 'Inter-regular';
	margin: 20px 0;
}
.home_content_text ul li {
    font-family: 'Inter-regular';
    padding: 14px 0;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    opacity: 0.8;
    text-transform: capitalize;
}
.contact_btn_wrap {
    display: flex;
    align-items: center;
    column-gap: 20px;
    /* justify-content: space-between; */
    /* width: 100%; */
    /* max-width: 56%; */
}
section.till-late {
    background-color: #F7F7F7;
    padding: 80px 0;
}
.till-late-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.till-late-wrap h2 {
    font-family: Inter;
    font-size: 42px;
    font-style: normal;
    font-weight: 800;
    text-transform: capitalize;
    margin-bottom: 60px;
}
ul.till_late_list li {
    opacity: 0.8;
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    text-transform: capitalize;
    align-items: center;
    margin-bottom: 30px;
    column-gap: 10px;
}
ul.till_late_list li img {
    width: 24px;
    height: 24px;
    display: inline-block;
}
.home_content {
    display: flex;
    justify-content: space-between;
	background-image: url('https://wp.stagingserverinc.com/2-tallguys/wp-content/uploads/2024/01/image-1.png');
		background-repeat: no-repeat;
		background-size: 50%;
		background-position: right;
}

.home_content_text {
    padding: 40px 0;
}

.home_content_text h1 {
    font-family: 'Inter';
    font-weight: 800;
    font-size: 50px;
    max-width: 80%;
    width: 100%;
}

.home_content_text ul {
    /* padding: 0 30px; */
    display: flex;
    justify-content: center;
    align-items: centers;
    flex-direction: column;
    position: relative;
    margin-top: 14px;
}

.home_content_text ul li {
    font-family: 'Inter-regular';
    padding: 14px 0;
    display: flex;
    align-items: center;
	font-size: 20px;
	font-weight: 900;
}
.home_content_text ul li img{
    height: 18px;
    width: 20px;
    margin-right: 10px;
}
.home_content_text .contact_btn {
    /* margin-top: 46px; */
}

/* //////////// */
.we_do_container {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 15px;
}

.we_do_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.we_do_content_text {
    display: flex;
    flex-direction: column;
    padding: 20px 0;
    margin-bottom: 60px;

}

.we_do_headings {
    padding: 20px 0 0 0;
}
.nav_logo{
	padding-left: 10px;
}
.we_do_headings h4 {
    font-weight: 600;
    font-size: 12px;
    font-family: 'Inter-regular';
    letter-spacing: 2px;
}

.we_do_content_para {
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: -30px; */
}

.we_do_content_para_head {
    max-width: 38%;
    width: 100%;
}

.we_do_content_para_head h4 {
    font-weight: 800;
    font-size: 42px;
    line-height: 64px;
    font-family: 'Inter';
}

.we_do_content_para_p {
    display: flex;
    flex-direction: column;
    padding: 60px 0px 20px 100px;
}

.we_do_content_para_p p {
    font-family: 'Inter-regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    /* max-width: 80%; */
}

.we_do_content_img img {
    width: 100%;
    object-fit: contain;
    height: 800px;
}

.we_do_btn {
    margin-top: 40px;
}

.we_do_btn a {
    padding: 15px 30px;
    background-color: var(--b_color);
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    font-family: 'Inter-regular';
	transition: all 0.4s ease;
	border: 2px solid transparent;
}
.we_do_btn a:hover{
	    color: #000;
    border-color: #000;
    background-color: #FEF200;
}
/* /////////// */
.call_guy_container {
    max-width: 1370px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 15px;
}

.call_2_guy {
    background-color: #F7F7F7;
}
.call_guy_content_text h2 span a {
    color: #000;
}
.call_guy_content_text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.call_guy_img {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    width: 100%;
}

.call_guy_wrapper {
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    padding: 0 10px;
}

.call_guy_img_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--card-color);
    padding: 30px;
}

.call_guy_wrapper:first-child .call_guy_img_content {
    padding: 37px 0;
}

.call_guy_content_text h2 {
    font-weight: 800;
    font-size: 42px;
    font-family: 'Inter';
}

/* .call_guy_content_text{
   
} */
.call_guy_content_text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Inter-regular';
    max-width: 60%;
    width: 100%;
    padding: 30px 0;
}

.call_guy_content_text h2 span {
    text-decoration: underline;
}

.call_gu_img_list h4 {
    padding: 30px 0 20px 0;
    font-size: 32px;
    font-family: 'Inter';
    text-transform: capitalize;
}

.call_gu_img_list ul li{
    padding: 0 0 30px 0;
    display: flex;
    align-items: center;
}
.call_gu_img_list ul li p{
    opacity: 0.7;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 20px;    
    color: #000000;
    text-transform: capitalize;
}
.call_gu_img_list ul li img{
    height: 35px;
    width: 40px;
    margin-right: 15px;
}

.call_gu_img_list ul {
    font-family: 'Inter-regular';
    /* padding: 0 50px; */
}

/* .call_gu_img_list {
    line-height: 2;
} */


.call_guy_btn {
    margin-top: 40px;
}

.call_guy_btn a {
    padding: 16px 42px;
    background-color: var(--b_color);
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    font-family: 'Inter-regular';
	transition: all 0.4s ease;
	border: 2px solid transparent;
}
.call_guy_btn a:hover{
	    color: #000;
    border-color: #000;
    background-color: #FEF200;
}

.contact_form {
    background-color: var(--y_bg);
}

.contact_form_container {
    max-width: 1270px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 15px;
}

.contact_form_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgb(0, 0, 0, 0.2);
    padding-bottom: 40px;
}

.contact_form_head_para {
    display: flex;
    justify-content: center;
    align-items: center;
}
.name-email div label{
    font-family: 'Inter-regular';
}
.message-area label{
    font-family: 'Inter-regular';
}
.contact_form_row_wrap p{
    font-family: 'Inter-regular';
}
.contact_form_head_heading h2 {
    font-weight: 800;
    font-size: 42px;
    font-family: 'Inter';
}

.contact_form_head_para p {
    font-weight: 600;
    font-size: 14px;
    font-family: 'Inter-regular';
}
.form_head h4{
    text-transform: capitalize;
}
.contact_form_head_para a {
    padding: 15px 30px;
    background-color: var(--b_color);
    margin-left: 20px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    font-family: 'Inter-regular';
	border: 2px solid transparent;
	transition: all 0.4s ease;
}
.contact_form_head_para a:hover{
	border-color: #000;
	color: #000;
	background-color: #FEF200;
}

.contact_form_data {
    padding: 50px 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 1242px;
    width: 100%;
}

.contact_form_data form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #000;
}

.form_row_50 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    column-gap: 5%;
    justify-content: center;
}

.form_row_1 {
    /* flex: 0 0 45%; */
    max-width: 45%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.contact_form_100 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    justify-content: center;
}

.contact_form_row_1 {
    /* flex: 0 0 95%; */
    max-width: 95%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.form_row_1 label {
    font-weight: 600;
    font-size: 14px;
    font-family: 'Inter-regular';
    color: black;
    padding: 20px 0;
    display: block;
}
br {
    display: none;
}
.contact_form_row_1 label {
    font-weight: 600;
    font-size: 14px;
    font-family: 'Inter-regular';
    padding: 20px 0 20px 0;
	display: block;
    color: black;
}

.form_row_1 input {
    padding: 10px 0 10px 10px;
    font-family: 'Inter-regular';
}

.contact_form_row_1 textarea {
    padding: 10px 0 10px 10px;
    font-family: 'Inter-regular';
}

.contact_form_row_wrap {
    display: flex;
    flex-wrap: wrap;
/*     margin: 0 20px; */
    padding: 30px 0;
    /* justify-content: start; */
}

.contact_form_row_wrap p {
    max-width: 55%;
    padding: 5px 0 0 12px;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    font-family: 'Inter-regular';
    opacity: 0.6;
    color: black;
}

/* ///////// */

.contact_btn-2 a {
    /* padding: 10px 20px; */
    color: var(--y_bg) !important;
    font-weight: 600;
    font-size: 22.5104px;
}

footer {
    position: relative;
}

.footer_container {
    max-width: 1370px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 15px;
}

footer nav {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.contact_btn-2 a img {
    margin-top: 12px;
    height: 20px;
    margin-right: 10px;
}

.footer_last_nav_content {
    color: #fff;
    opacity: 0.6;
    display: flex;
    justify-content: space-between;
}

.footer_nav_contact ul li {
    padding: 0px 0px 10px 10px;
}

.footer_nav_last_links ul {
    display: flex;
}

.footer_nav_last_links ul li {
    padding: 0 10px;
}

.footer_nav_last_links ul li a {
    color: #fff;
    font-family: 'Inter-regular';

}

.footer_links_border {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    ;
}

.footer_nav_content {
    display: grid;
    grid-template-columns: 20% 60% 20%;
    align-items: center;
    justify-items: center;
}

/* .call_guy_img_content_img img{
    width: 100%;
} */
input[type="checkbox"] {
    background-color: transparent;
    margin: 0;
    width: 2em;
    height: 2em;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.16);
    border-radius: 0.15em;
    transform: translateY(0.75em);
    /* opacity: 0.2; */
}

.call_guy_btn_form {
    display: flex;
    justify-content: center;
    margin-top: 30px;
	margin-bottom: 20px;
}

.call_guy_btn_form .sbmit {
    padding: 15px 30px;
    background-color: var(--b_color);
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    font-family: 'Inter-regular';
	border: 2px solid transparent;
	transition: all 0.4s ease;
}
.call_guy_btn_form .sbmit:hover{
	border-color: #000;
	color: #000;
	background-color: #FEF200;
}

/* #nav_wraper{
    display: none;
} */
.icon {
    display: none;
}

.three col {
    display: none;
}

.footer_trust_box {
    position: absolute;
    right: 0;
    top: -30px;
    background-color: #fff;
    padding: 10px 20px;
}
.footer_nav_last_text p{
    font-weight: 400;
    font-size: 16px;
    font-family: 'Inter-regular';
    opacity: 0.7;
}

/* why_what_page_css */

.reason_page_banner {
    background-color: var(--y_bg);
}

.reason_banner_container {
    max-width: 1070px;
    margin: 0 auto;
    padding: 70px 15px;
}

.reason_banner_content {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    line-height: 2;
}

.reason_banner_content h1 {
    font-weight: 800;
    font-size: 56px;
    font-family: 'Inter';
}
.sell_home_banner_wrapper .sell_home_banner_wrapper_text a{
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
    opacity: 0.6;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
}
.reason_banner_content a{
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
    opacity: 0.6;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
    font-family: 'Inter-regular';
}

.reasonpage_container {
    max-width: 1370px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 15px;
}

.reason_page_cards_group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 100px;
}

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

.reasonpage_cards_content {
    max-width: 500px;
    width: 100%;
    line-height: 1.8;
}

.reasonpage_cards_content p {
    margin: 30px 0 30px 0;
    opacity: 0.7;
    font-family: 'Inter-regular';
    font-weight: 400;
    font-size: 16px;
}

.reasonpage_cards_content h4 {
    font-weight: 800;
    font-size: 42px;
    font-family: 'Inter';
}

.reasonpage_cards_img img {
    width: 100%;
    object-fit: contain;
    height: 415px;
}

.reasonpage_cards:nth-child(even) .reason_page_cards_group {
    flex-direction: row-reverse;
    margin-top: 50px;
}

.what_happend {
    background-color: #F7F7F7;
}

.what_happend_container {
    max-width: 1370px;
    width: 100%;
    margin: 50px auto 0px auto;
    padding: 30px 15px;
}

.what_happend_head_text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    line-height: 1.8;
    padding-bottom: 50px;
}

.what_happend_head_text p {
    padding: 10px 0;
    max-width: 1000px;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    opacity: 0.7;
    font-family: 'Inter-regular';
}

.what_happend_head_text h4 {
    font-size: 42px;
    font-family: 'Inter';
}

.what_happend_bottom_text {
    border-top: 1px solid rgb(0, 0, 0, 0.2);
    padding-top: 40px;
}

.what_happend_bottom_text h4 {
    font-size: 42px;
    font-family: 'Inter';
    padding-bottom: 30px;
}

.what_happend_image_box {
    display: flex;
    align-items: center;
    column-gap: 40px;
    line-height: 1.6;
}

.what_happend_box_text p {
    margin-bottom: 40px;
    font-size: 16px;
    opacity: 0.7;
    font-family: 'Inter-regular';
}

/* ///////////////////////////sell-my-home */
.sell_home_banner {
    background-color: var(--y_bg);
}

.sell_home_banner_container {
    max-width: 1340px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 15px;
}

.sell_home_banner_wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.sell_home_banner_wrapper_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sell_home_banner_wrapper_text h2 {
    font-size: 56px;
    font-family: 'Inter';
    text-transform: capitalize;
}

.sell_home_banner_wrapper_text a {
    font-size: 12px;
    font-family: 'Inter-regular';
    padding: 15px 0;
    color: #000;
    opacity: 0.7;
    text-decoration: none;
    text-transform: capitalize;
}

.sell_home_banner_wrapper_all_cards {
    display: grid;
    grid-template-columns: 33% 33% 33%;
}

.sell_home_banner_cards {
    background-color: #fff;
    margin: 20px;
    padding: 30px 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    line-height: 1.6;
    border: 2px solid #000;
}

.sell_home_banner_cards h4 {
    padding: 15px 0;
    font-size: 22px;
    font-family: 'Inter-regular';
}
.sell_home_banner_cards a{
    padding: 15px 0;
    font-size: 22px;
    font-family: 'Inter-regular';
    text-decoration: none;
    font-weight: 600;
    color: #000;
}
.sell_home_banner_cards p {
    font-size: 16px;
    font-family: 'Inter-regular';
    opacity: 0.7;
    padding-top: 20px;
}
.sell_home_mgn{
    display: inline-block;
    padding-top: 40px !important;
}
.sell_home_banner_wrapper .sell_home_banner_wrapper_all_cards .sell_home_banner_cards h4{
    font-family: 'Inter-regular' !important;
    font-weight: 900 !important;
    padding-top: 22px !important;
    font-size: 17px !important;
    text-transform: capitalize;
}
.sell_home_banner_wrapper .sell_home_banner_wrapper_all_cards .sell_home_banner_cards p{
    padding-top: 0px !important;
}
.sell_home_banner_wrapper .sell_home_banner_wrapper_all_cards .sell_home_banner_cards{
    padding: 30px 50px;
}
.sell_home_banner_wrapper .sell_home_banner_wrapper_all_cards .sell_home_banner_cards img{
    height: 70px;
    width: 70px;
}
.sel_now_container {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 70px 15px;
}

.sell_my_home_img_box {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 200px;
}

.sell_my_home_img_box_text h4 {
    font-weight: 800;
    font-size: 42px;
    font-family: 'Inter';
    /* margin-bottom: 20px; */
}

.sell_my_home_img_box_text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
    font-family: 'Inter-regular';
    opacity: 0.7;
    /* max-width: 482px; */
}

.sell_my_home_example {
    margin-top: 70px;
}

.sell_my_home_example_head h4 {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 35px;
    opacity: 0.7;
}

.sell_my_home_example_head p {
    font-family: 'Inter-regular';
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 35px;
    opacity: 0.7;
    line-height: 30px;
}

.sell_my_home_example_table {
    border: 1px solid #CCCCCC;
}

.sell_my_home_seller_table_head {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #CCCCCC;
    /* padding-bottom: 30px; */
    padding: 30px;
}

.sell_home_table_wrapper_cntnt {
    display: flex;
    justify-content: space-between;
    padding: 15px 30px;
}
.contact_btn_wrap {
    display: flex;
    align-items: center;
    column-gap: 20px;
    /* justify-content: space-between; */
    /* width: 100%; */
    /* max-width: 56%; */
    margin-top: 30px;
}
.home_list-cntnt_text h4 {
    font-family: Inter;
    font-size: 27px;
    font-style: italic;
    font-weight: 700;
     /* 237.037% */
    text-transform: capitalize;
    margin: 20px 0;
}
.sell_home_table-wrapper {
    margin: 25px 0;
}

.sell_my_home_table_head_text h4 {
    font-weight: 600;
    font-size: 22px;
    font-family: 'Inter-regular';
}

.sell_my_home_table_head_amount {
    font-weight: 600;
    font-size: 22px;
    font-family: 'Inter-regular';
}

.sell_home_table_data_text p {
    font-weight: 500;
    font-size: 16px;
    font-family: 'Inter-regular';
}

.sell_home_table_data_amount p {
    font-weight: 500;
    font-size: 16px;
    font-family: 'Inter-regular';
}

.sell_home_table_text p {
    font-family: 'Inter-regular';
    font-size: 16px;
    font-weight: 400;
    padding-top: 40px;
    opacity: 0.7;
    line-height: 30px;
}

.sell_late {
    margin-top: 20px;
}

.sell_late h4 {
    font-family: 'Inter';
    font-size: 48px;
    font-weight: 800;
    padding-bottom: 35px;
}

.sell_late h5 {
    font-family: 'Inter-regular';
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 15px;
    line-height: 30px;
}

.sell_late p {
    font-family: 'Inter-regular';
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 15px;
    opacity: 0.7;
    line-height: 30px;
}

.sell_late ul li {
    line-height: 30px;
    padding-top: 10px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Inter-regular';
    opacity: 0.7;
}

.sell_late ul {
    padding-top: 15px;
    list-style: disc;
    padding-left: 25px;

}

.little_cash h4 {
    font-family: 'Inter';
    font-size: 48px;
    font-weight: 800;
    padding: 25px 0;
}

.little_cash p {
    font-family: 'Inter-regular';
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 15px;
    opacity: 0.7;
    line-height: 30px;
}

.footer_banner_container {
    max-width: 1370px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 0px;
}

.what_we_do_sell_home {
    background-color: var(--y_bg);
}

.we_do_content_para_small p{
    font-weight: 400;
    font-size: 16px;
    line-height: 34px;
    font-family: 'Inter-regular';
    opacity: 0.7;
}

/* //////////////////////stay in home */
.image_box_head p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Inter-regular';
    padding-bottom: 40px;
    opacity: 0.7;
}

.image_box_wraper {
    display: flex;
    align-items: center;
    column-gap: 30px;
}

.image_box_heading h4 {
    font-weight: 800;
    font-size: 42px;
    font-family: 'Inter';
    padding-bottom: 30px;
}

.image_box_heading p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Inter-regular';
    padding-bottom: 40px;
    opacity: 0.7;
}

.image_box_bottom p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Inter-regular';
    padding-top: 30px;
    opacity: 0.7;
}

.assign_back h4 {
    font-weight: 800;
    font-size: 42px;
    font-family: 'Inter';
    padding: 30px 0px;
}

.assign_back p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Inter-regular';
    padding-bottom: 30px;
    opacity: 0.7;
}

/* /////////////////form */
.form_container {
    max-width: 1150px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 15px;
}

.form_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.form_head h4 {
    font-weight: 800;
    font-size: 42px;
    font-family: 'Inter';
    padding: 20px 0px;
}

.form_head p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Inter-regular';
    padding-bottom: 30px;
    opacity: 0.7;
    max-width: 765px;
    width: 100%;
}

.form_page_form {
    padding: 50px 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.form_page_form form {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.form_page_form form .form_row_50 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    column-gap: 5%;
    justify-content: center;
}

.form_page_form form .contact_form_100 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    justify-content: center;
}

.message-area .contact_form_row_wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0;
    padding: 30px 0;
    /* justify-content: start; */
}

.message-area .contact_form_row_wrap p {
    max-width: 80%;
    padding: 5px 0 0 30px;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    font-family: 'Inter-regular';
}

.form_Botm_btn {
    margin-top: 30px;
}

.form_Botm_btn a {
    padding: 15px 30px;
    background-color: var(--b_color);
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    font-family: 'Inter-regular';
}

/* //////////////////// */
.faq_banner {
    background-color: var(--y_bg);
}

.faq_banner_container {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 15px;
}

.faq_banner_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.faq_banner_wrapper h2 {
    font-weight: 800;
    font-size: 56px;
    font-family: 'Inter';
}

.faq_banner_wrapper a {
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
    opacity: 0.6;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-top: 35px;
    color: #000;
    font-family: 'Inter-regular';
}

.faq_accordian_container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 30px;
}

/* //////////// */
/* accordian */
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 40px 40px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    
}
.btn_text{
    display: inline-block;
    max-width: 950px;

}

.faq_active, .accordion:hover {
   color: #000;
	background: #7CDA24;
    font-weight: bold;
}
/* .faq_active{
      font-size: 20px;

  } */
.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.faq_active:after {
    content: "\2212";
	color: #000;
	font-weight: bold;
}

.accordian_faq {
    border-bottom: 1px solid rgb(0, 0, 0, 0.1);
}

.panel {
    padding: 0 37px;
    background-color: #7CDA24;
    max-height: 0;
    overflow: scroll;
    transition: max-height 0.2s ease-out;
}

.panel p {
	font-family: arial;
}


#myPopup {
    display: none;
}

/* /////////////// */
/* body {
    font-family: Arial, Helvetica, sans-serif;
} */

.mobile-container {
    max-width: 480px;
    margin: auto;
    background-color: #555;
    height: 500px;
    color: white;
    border-radius: 10px;
}

.topnav {
    overflow: hidden;
    background-color: #333;
    position: relative;
}

.topnav #myLinks {
    display: none;
}

.topnav a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
}

.topnav a.icon {
    background: black;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.topnav a:hover {
    background-color: #ddd;
    color: black;
}

.active {
    background-color: #04AA6D;
    color: white;
}
/* ----hamberger---- */

.modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .modal-content {
    margin: 50px auto;
    /* border: 1px solid #999; */
    width: 60%;
  }
  .popup-contact-form form h2{
    margin: 10px 0;
    font-weight: 400;
    color: #000;
    font-family: 'Inter';
  }
  .popup-contact-form form p {
    margin: 5px 0;
    font-weight: 400;
    color: #000;
    font-family: 'Inter-regular';
    line-height: 28px;
  }
  .popup-contact-form form label{
    color: #000;
    display: block;
    padding: 15px 0;
    max-width: 700px;
    font-weight: 800;
    font-family: 'Inter-regular';
  }
  .popup-contact-form form {
    padding: 25px;
    background: #7CDA24;
  }
  .popup-contact-form form textarea {
    width: 100%;
    margin-bottom: 20px;
    outline: none;
  }
  .popup-contact-form form button {
    padding: 15px 30px;
    background-color: var(--b_color);
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    font-family: 'Inter-regular';
    font-weight: 400;
	border: none;
	  transition: all 0.4s ease;
  }
  .popup-contact-form form button:hover {
    background: #0adc35;
    color: #fff;
/*     border: 3px solid var(--y_bg); */
	font-weight: bold;
  }
  .popup-close {
    color: #000;
    float: right;
    font-size: 28px;
    font-weight: bold;
	text-align: end;
  }
  .popup-close:hover,
  .popup-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
  button.button {
    background: none;
    border-top: none;
    outline: none;
    border-right: none;
    border-left: none;
    border-bottom: #02274a 1px solid;
    padding: 0 0 3px 0;
    font-size: 16px;
    cursor: pointer;
  }
  button.button:hover {
    border-bottom: #a99567 1px solid;
    color: #a99567;
  }
/* ///////////////////////// */
.contact-banner {
    background: url(../images/contact-bg.png);
     height: 100vh; 
    padding-top: 220px;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-text h2 {
    color: #FFFFFF;
    margin-bottom: 80px;
}

.bredcrumps a {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    display: inline-block;
    color: rgba(255, 255, 255, 0.4);
}

.bredcrumps a:hover {
    color: rgba(255, 255, 255, 1);
}

.active a {
    color: rgba(255, 255, 255, 1);
}

.bredcrumps li::before {
    content: "/";
    padding: 0 5px;
    color: rgba(255, 255, 255, 0.4);
}

.bredcrumps li:first-child::before {
    color: rgba(255, 255, 255, 0);
}

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

.contacts {
    display: flex;
    flex-wrap: wrap;
    padding: 80px 0;
    justify-content: space-between;
    gap: 80px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.call,
.mails,
.address {
    display: flex;
    align-items: center;
    gap: 24px;

    max-width: 357px;
}

.call img,
.mails img,
.address img {
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    padding: 30px;
}

.call a,
.mails a {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #FFFFFF;
    opacity: 0.7;
    display: inline-block;
    transition: .4s ease;
}

.address a {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #FFFFFF;
    opacity: 0.7;
    text-align: left;
    display: inline-block;
    transition: .4s ease;
}

.call a:hover,
.mails a:hover,
.address a:hover {
    color: #D60D33;
}

.call:hover img,
.mails:hover img,
.address:hover img {
    border: 1px solid #D60D33;
    transition: .4s ease;
    background-color: #D60D33;
}

.iner-contact-form {
    margin: 0 auto;
    width: 100%;
    max-width: 744px;
    text-align: center;
}

.contact-form {
    padding: 100px 0;
}

.iner-contact-form h2 {
    margin-bottom: 12px;
}

.iner-contact-form p {
    margin-bottom: 60px;
}
.screen-reader-response ul{
	display: none;
}

form {
    display: flex;
    flex-direction: column;
    margin: auto;
  color: #000;
    text-align: left;
	max-width: 100%;
}
.form_wrapper form {
    display: flex;
    flex-direction: column;
    margin: auto;
    color: white;
    text-align: left;
	max-width: 100% !important;
}
.form_wrapper .contact_form_row_wrap p{
	max-width:100%;
	
}
.page-template-letstalk .what_we_do_sell_home, .page-template-home .what_we_do_sell_home{
	display:none;
}
.name-email {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.name-email div {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.name-email label,
.message-area label {
    color: #2B2D42;
    padding: 20px 0 20px 0;
}

.message-area {
    display: flex;
    flex-direction: column;
}

input,
textarea {
    background: #F2F2F8;
    border: 1px solid rgba(7, 40, 90, 0.04);
    padding: 10px;
    outline: none;
    font-family: 'Manrope', sans-serif;
	    width: 100%;
}

input[type="submit"] {
    width: 200px;
    margin: auto;
    margin-top: 20px;
}

input[type="checkbox"] {
    height: 24px;
    width: 24px;
    background: #fff;
    border: 1px solid rgba(7, 40, 90, 0.16);
    margin: 0 8px 0 0;
    cursor: pointer;
}

.checkd {
    margin-bottom: 42px;
    margin-top: 28px;
}

.checkd a {
    color: #2B2D42;
    text-decoration: underline;
}
/* .what_we_do a:hover{
	color: #000;
    border-color: #000;
    background-color: #FEF200;
} */
/* .what_we_do_sell_home .we_do_btn a:hover{
	border-color: #000!important;.what_we_do a:hover
	background-color: #FEF200!important;
	color: #000!important;	
} */
.call_guy_content_text a{
	color: #000;
}
.popup-btn {
    width: 100% !important;
    color: white;
    background-color: black;
    padding: 10px;
}
.popup-btn:hover {
    background-color: #0adc35;
}
section#form-1 input:hover {
    background-color: #fff;
}
form .wpcf7-response-output {
    text-align: center;
    color: red !important;
}
.contact_form_content .screen-reader-response {
    display: none;
}
.sell_home_banner_cards{
	transition: all 0.4s ease;
}
.contact_btn.home-pop-up-last-btn {
    margin-top: 20px !important;
}
.sell_home_banner_cards:hover{
    background-color: #000;
    color: #fff;
}
.sell_home_banner_cards:hover img{
    filter: brightness(0) invert(1);
}
form.wpcf7-form.init a {
    color: #000;
}
.sell_home_banner_cards:hover a{
    color: #fff;
}
.wpcf7-list-item input:checked + span::after {
    background: #000;
	border-color: #000;
}
.wpcf7-list-item-label::after {
	position: absolute;
    left: -35px;
    top: -4px;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    content: "";
}

span.wpcf7-list-item-label {
    position: relative;
}

.wpcf7-list-item {
    position: relative;
}

.wpcf7-list-item input {
    position: absolute;
    opacity: 0;
    /* visibility: hidden; */
    left: -6px;
    top: -15px;
}

.wpcf7-list-item label {
    position: relative;
    padding: 0 0 0 30px;
}

.wpcf7-list-item input:checked + span::before {
    opacity: 1;
}
.wpcf7-list-item span::before {
    left: -28px;
    top: -1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
    position: absolute;
    content: "";
    opacity: 0;
}
.inner-ul-2 {
    font-family: Arial;
}
.inner-ul-1 {
    font-family: Arial;
}
@media (max-width: 1440px) {
	.home_content_text {
    padding: 40px 40px;
}
}
@media (max-width: 1340px) {
    .ome_content_img img {
        width: 100%;
        height: 100%;
    }
    .sell_my_home_img_box{
        column-gap: 50px;
    }
}

@media (max-width: 1005px) {
    .home_content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
/*         text-align: start; */
		
    }
	
    .home_content_text {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .home_content_text h1 {
        max-width: 90%;
    }
/* 	.ome_content_img img{
		display: block;
	} */
	.home_content{
		background-position: bottom right;
	}
}

@media (max-width: 957px) {
    .home_content_text {
        display: flex;
        justify-content: center;
        flex-direction: column;
/*         align-items: center; */
/*         text-align: center; */
    }
}

@media (max-width: 1130px) {
    .call_guy_wrapper {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .call_guy_img_content_img img {
        width: 100%;
    }

    .call_gu_img_list {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        
    }
}

@media (max-width: 768px) {
	.home_content{
		background: none !important;
		align-items: normal;
	}
    .modal-content {
        width: 100%;
      }
	.ome_content_img img{
		display: block;
	}
    .footer_nav_content .nav_links,
    .footer_nav_contact {
        display: none;
    }

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

    .nav_logo {
        display: flex;
/*         justify-content: center; */
        align-items: center;
		padding-left: 10px
    }

    .footer_last_nav_content {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
/* .ome_content_img img{
	display: block;
} */
    .nav_content {
        grid-template-columns: 50% 50%;
    }

    .contact_form_head {
        flex-direction: column;
    }

    .we_do_content_para_head {
        max-width: 90%;
    }

    .we_do_content_para {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .we_do_content_para_p {
        padding: 10px 0px 20px 0px;
    }

    .we_do_content_text {
        justify-content: center;
        text-align: center;
    }

    .we_do_content_img img {
        height: 465px;
    }

    /* ///////////////////////////////////////////////////hamburger */

    #hamburger-6.is-active {
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transition-delay: 0.6s;
        -o-transition-delay: 0.6s;
        transition-delay: 0.6s;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #hamburger-6.is-active .line:nth-child(2) {
        width: 0px;
    }

    #hamburger-6.is-active .line:nth-child(1),
    #hamburger-6.is-active .line:nth-child(3) {
        -webkit-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

    #hamburger-6.is-active .line:nth-child(1) {
        -webkit-transform: translateY(13px);
        -ms-transform: translateY(13px);
        -o-transform: translateY(13px);
        transform: translateY(11px);
    }

    #hamburger-6.is-active .line:nth-child(3) {
        -webkit-transform: translateY(-13px) rotate(90deg);
        -ms-transform: translateY(-13px) rotate(90deg);
        -o-transform: translateY(-13px) rotate(90deg);
        transform: translateY(-11px) rotate(90deg);
    }

    .row .three {
        padding: 80px 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #2c3e50;
        color: #ecf0f1;
        text-align: center;
    }

    .hamburger .line {
        width: 34px;
        height: 3px;
        background-color: #fff;
        display: block;
        margin: 8px auto;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .three.col {
        position: absolute;
        right: 10px;
    }

    .three col {
        position: relative;
        display: block;
    }

    .hamburger.is-active {
        z-index: 999999999 !important;
        position: relative;
    }

    .hamburger.is-active span {
        background: #fff;
    }

    .hamburger:hover {
        cursor: pointer;
    }

    .menusflex {
        position: absolute;
        top: -100vh;
        height: 100vh;
        width: 100%;
        background-color: #000;
        transition: 0.5s ease-in-out;
        z-index: 999;
        left: 0;
    }

    .menusflex.active {
        top: 0;
    }
.nav_logo {
    z-index: 99999;
}
	.three.col {
    z-index: 9999;
}
    .menusflex ul li a {
        color: white;
        padding: 10px 10;
        font-size: 25px;
    }

    .menusflex ul {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
		gap: 5px;
    }


    .nav_content #nav_wraper {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .name-email {
    flex-direction: column;
}
}

@media (max-width: 788px) {

    /* #nav_wraper{
        display: block;
    } */
    .call_gu_img_list {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }
	.what_happend_box_img img{
		width: 100%;
	}

    .call_guy_btn {
        margin-bottom: 25px;
    }
}

@media (max-width: 480px) {
    .we_do_content_text {
        justify-content: center;
        align-items: center;
    }

    .we_do_content_para_p {
        padding: 10px 0px 20px 10px;
    }

    .we_do_content_para_head {
        max-width: 85%;
    }

    .we_do_content_para {
        flex-direction: column;
    }

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

	.we_do_content_img{
		width: 100%;
	}
	.we_do_content_img img {
        width: 100%;
        height: 250px;
		object-fit: cover;
    }
	.call_guy_content_text h2{
		font-size: 47px;
	}

    .call_guy_wrapper {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }

    .call_guy_img_content_img img {
        width: 100%;
    }

    .call_guy_btn {
        margin-bottom: 20px;
    }

    .contact_form_head {
        flex-direction: column;
    }

    .home_content_text h1 {
        font-size: 30px;
    }

    .contact_form_head_para a {
        padding: 10px 10px;

    }
    .image_box_img img {
        width: 250px !important;
    }
    .sell_late h4{
        font-size: 35px !important;
    }
    .little_cash h4{
        font-size: 35px !important;
    } 
    .sell_my_home_table_head_text h4{
        font-size: 20px;
    }
}

@media (max-width: 1077px) {
    .nav_links ul li a {
        font-size: 12px;
    }

    .nav_contact ul li a {
        font-size: 12px;
    }

    .nav_logo a img {
        width: 60%;
    }

    .nav_logo {
        width: 100%;
    }
}

@media (max-width: 1175px) {
    .nav_contact ul li a {
        font-size: 10px;
    }

    .nav_links ul li a {
        font-size: 10px;
    }

    /* .nav_logo a img{
        width: 40%;
        margin-left: 15px;
    } */
}

@media (max-width: 1293px){
	.nav_contact ul li a{
		font-size: 16px;
	}
}
@media (max-width: 1220px) {
    .nav_links ul li a {
        font-size: 9px;
    }

    .nav_contact ul li a {
        font-size: 9px;
    }
}

@media (max-width: 947px) {
    .nav_links ul li a {
        padding: 6px !important;
    }
}
@media (max-width: 992px){
	.call_gu_img_list {
		margin-bottom: 70px;		
	}
	.contact_btn_nav a{
		padding: 8px 10px;
	}
}
@media (max-width: 950px) {
    .image_box_wraper{
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-direction: column;
    }
    .sell_home_banner_wrapper_all_cards{
        grid-template-columns: 100%;
    }
    .sell_my_home_img_box{
        /* display: flex; */
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-direction: column;
    }
    .form_page_form form .form_row_50{
        margin: 0 0;
    }
    .form_row_1{
        max-width: 100%;
    }
    .form_page_form form .contact_form_100{
        margin: 0 0;
    }
    .contact_form_row_1{
        max-width: 100%;

    }
}
@media (max-width: 1200px) {
    .image_box_img img{
        width: 400px;
    }
    .image_box_wraper{
        column-gap: 70px;
       
    }
	.home_container{
		  padding: 30px 30px 0 30px;
	}
    .sell_my_home_img_box_img img{
        width: 350px;
    }
    .what_happend_bottom_text{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .what_happend_image_box{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        row-gap: 30px;
    }
}
@media (max-width: 910px) {
    .nav_links ul li a {
        font-size: 9px;
    }

    .nav_contact ul li a {
        font-size: 9px;
    }
	.nav_links ul li {
    padding: 10px 2px;
}
}
@media(max-width:580px){
	.home_section{
		    padding: 10px 0;
	}
	.contact_btn a {
    padding: 10px 12px;
	}
	.home_content_text ul li{
		font-size: 16px;
	}
	.home_content_text h1 {
    font-size: 28px;
}
	.home_list-cntnt_text h4{
		font-size: 22px;
	}
	/* font-size:{
		font-size: 28px;
	} */
	.contact_btn_wrap{
		flex-direction: column;
		align-items: self-start;
		row-gap: 16px;
	}
	.we_do_content_para_head h4 {
    font-size: 28px;
}
	.call_guy_content_text h2{
		    font-size: 28px;
	}
}
@media (max-width: 782px) {
    .nav_links ul li a {
        font-size: 7px;
    }

    .nav_contact ul li a {
        font-size: 7px;
    }
}
@media (max-width: 892px){
	.contact_btn-2 a {
		font-size: 16px;
	}	
}


@media (max-width: 886px) {
    .nav_links ul li {
        padding: 9px 1px;
    }

    .nav_contact ul li ul li {
        padding: 6px;
    }

    .nav_links ul li a {
        font-size: 10px;
		padding:10px 3px !important;
    }
	.nav_contact ul li {
   	 padding: 16px 3px;
}

    .nav_contact ul li a {
        font-size: 12px;
    }

    .nav_logo a img {
        width: 60%;
    }

    /* .nav_content{
        justify-content: center;
    } */
    

    /* .nav_links {
        margin-left: -50px;
    } */
}
@media (max-width: 768px){
	.nav_contact ul li a{
		font-size: 25px;
	}
	.nav_contact p{
		font-size: 20px;
	}
	.nav_links ul li a {
		font-size: 17px;
	}
	nav#nav_contact{
		margin-top: -20px;
	}

/* 	.home_content_text{
		padding: 0 0 15px 0;
	} */
/* 	.home_content_text ul li{
		padding: 10px 0;
	} */
	.call_guy_content_text p{
		text-align: initial;
	}
	.call_guy_img{
		margin: 0px;
	}
	.call_guy_content_text p{
		max-width: 100%;
	}
	.we_do_content_para_p p{
		text-align: center;
	}
	.call_guy_content_text h2{
		    font-size: 32px;
	}
	.contact_form_head_heading h2{
		padding-bottom: 15px;
	}
	.contact_form_row_wrap p{
		max-width: 100%;
		text-align: inherit;
	}
	.sel_now_container p{
		text-align: initial;
	}
	.sell_my_home_img_box_img img{
		width: 100%;
	}
	.sell_home_table_data_text p{
		margin-right: 30px;
	}
	.faq_banner_wrapper h2{
		font-size: 40px;
		text-align: center;
	}
	li.contact_btn_nav {
		padding-top: 20px important;
	}
	.home_content_text h1{
		font-size: 42px;
	}
	.we_do_content_text{
		margin-bottom: 0px;
	}
	.we_do_container{
		padding: 0 15px;
	}
	.sell_my_home_img_box_text p{
		text-align: initial;
	}
	.we_do_btn{
		margin-bottom: 30px;
	}
	.we_do_content_para_small p{
		text-align: initial;
	}
	.nav_links ul li a:hover::after {
  		width: 92%;
	}
	.nav_contact ul li {
		padding: 14px;
	}
	.what_happend_head_text p{
		text-align: initial;
	}
	.what_happend_box_text p{
		text-align: initial;
	}
	div#nav_contact{
		margin-top: 30px;
	}

}
@media (max-width: 802px){
	.nav_contact ul li{
		padding: 10px 5px;
	}	
}
@media (max-width: 767px){
	.header_nav{
		height: auto;
	}	
	.home_content_para p{
		line-height: 150%;
	}
/* 	.header_nav {
    position: absolute;
    top: 0;0
    z-index: 9999;
    width: 100%;
    background: #000;
} */
	
	.home_content_text h1{
		    font-size: 36px;
	}
	.home_content_text ul li{
		opacity: 1;
	}
	section.till-late{
		padding: 20px 0;
	}
	.till-late-wrap h2{
		font-size: 32px;
	}
	ul.till_late_list li{
		    font-size: 16px;
		    margin-bottom: 20px;
	}
	.till-late-wrap h2{
		margin-bottom: 30px;
	}
	.we_do_content_para_head h4{
		font-size: 32px;
	}
/* 	.home_content_para {
    padding: 0 30px;
} */
/* 	.home_content_text ul{
		padding: 0 30px;
	} */
}


@media (max-width: 480px){
	.nav_logo{
		margin-top: 0px;
	}
	.sell_home_banner_wrapper_text h2{
		font-size: 40px;
		text-align: initial;
	}
	.home_content_text h1{
		font-size: 20px;
	}
	.sell_home_banner_wrapper .sell_home_banner_wrapper_all_cards .sell_home_banner_cards{
		padding: 30px 45px;
	}	
	

@media (max-width: 420px){
	.sell_home_banner_wrapper .sell_home_banner_wrapper_all_cards .sell_home_banner_cards{
		padding: 30px 30px;
	}	
}


@media (max-width: 350px){
	.we_do_content_img img{
		height: 200px;
	}
	.home_content_text ul li {
		font-size: 17px;
	}
	
}
