@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root{
    --text-colour-2:#2B2B2B;
    --gray1:#333333;
    --gray2: #4F4F4F;
    --iv--orange: #FF6600;
    --white-color: #FFFFFF;
    --black-color: #000000;
    --accent-200: #E9EED9;
    --iv-accent:#CFDBAC;
    --neutral-tint-300:#F0EDEA;
    --neutral-tint-700:#A5A29F;
    --neutral-tint-800:#807D7B;
}

/* --- All new changes css start Here ---
----------------------------------------- */
/* --- Default css for all pages --- */
.position-unset{
    position: unset !important;
}
.frontV2  .section_heading{
    color: var(--gray1);
    font-family: 'Roboto', sans-serif;
}

.frontV2  .section_pt{
    padding-top: 80px;
}

.searchproperties_section{
    padding-top: calc(100px + (130 - 100) * ((100vw - 280px) / (1920 - 280))) !important;
}

/* --- Navbar css start --- */
.frontV2 .main_navbar{
    padding: 18px 0px;
    box-shadow: 0px 4px 4px 0px #00000040;
    background: var(--white-color);
}

.frontV2 .main_navbar .navbar-brand{
    margin-bottom: 0px;
}

.frontV2 .main_navbar .navbar-nav li{
    border-right: 3px solid var(--gray1);
}

.frontV2 .main_navbar .navbar-nav li:last-child{
    border-right: none;
}

.frontV2 .main_navbar .navbar-nav li a{
    font-size: 16px;
    letter-spacing: 0px;
    margin: 0px 30px;
}

.frontV2 .main_navbar .navbar-nav li:last-child a{
    margin-right: 0px;
}

.frontV2 .main_navbar .login_link a{
    padding: 8px 14px;
}

.frontV2 .main_navbar .login_link .nav_search{
    margin: 0px 36px;
}

.frontV2 .btn_orange{
    background: var(--gray1);
    border-color: var(--gray1);
}

.frontV2 .btn_orange:hover{
    background: var(--iv--orange);
    border-color: var(--iv--orange);
    color: var(--white-color);
}

.frontV2 .btn_line_orange{
    border-color: var(--gray1);
    color: var(--gray1);
    font-size: 18px;
    background: transparent;
    font-weight: 600;
}

.frontV2 .btn_line_orange:hover{
    background: var(--neutral-tint-300);
    border-color: var(--neutral-tint-300);
    color: var(--iv--orange);
}

.search_bar_nav {
    position: absolute;
    /* top: 0px; */
    left: 0px;
    width: 100%;
    background: var(--gray1);
    padding: 24px;
    transition: ease-in-out 0.5s;
    transform: translate(-100%, 83px);
}

.search_bar_nav input.form-control {
    background: transparent;
    border: none;
    color: var(--white-color);
    outline: none;
    box-shadow: none;
}

.search_bar_nav input.form-control::placeholder {
    color: var(--white-color);
}

.search_bar_nav.show {
    transform: translate(0px, 83px);
}

.search_nav_open .pac-container {
    margin-top: 23px;
}

/* Home (Your Trusted Home History Resource) section css start */
.frontV2 .welcome_section{
    padding: 0px 0px 0px;
    margin-top: 83px;
    background: transparent;
}
.frontV2 .welcome_section .welcome_wrapper h1{
    color: var(--gray1);
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    line-height: 62px;
    letter-spacing: 0px;
    text-align: start;
    margin-bottom: 24px;
    padding-left: 6px;
}
.frontV2 .welcome_section .welcome_wrapper h5{
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0px;
    margin-bottom: 42px;
    padding-left: 6px;
}
.frontV2 .welcome_section .welcome_wrapper {
    max-width: 100%;
    background: var(--white-color);
    border-radius: 0px;
    padding: 0px;
}

.frontV2 .welcome_section .welcome_wrapper .welcome_inner {
    max-width: 504px;
}

.frontV2 .welcome_section .welcome_wrapper .welcome_inner .input-group.search_control .form-control {
    border-color: var(--neutral-tint-800);
    /* border-top-left-radius: 4px; */
    border-top-left-radius: 0px;
    border-bottom-left-radius: 4px;
    background: var(--white-color);
    padding: 8px 16px;
}

.frontV2 .welcome_section .welcome_wrapper .welcome_inner .input-group.search_control .form-control:placeholder{
    color: var(--neutral-tint-700);
}

.frontV2 .welcome_section .welcome_wrapper .welcome_inner .input-group.search_control .search_btn {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background: var(--white-color);
    border-color: var(--neutral-tint-800);
    border-left: none;
    padding: 9px 16px;
}

.frontV2 .welcome_section .welcome_wrapper .welcome_inner .input-group.search_control .search_btn svg path {
    stroke: var(--black-color);
}

.frontV2 .access_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--black-color);
    padding: 25px 79px 25px 109px;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 20px;
    margin-top: 40px;
}

.frontV2 .access_wrapper .access_left_wrapper {
    display: flex;
    align-items: center;
    gap: 25px;
}

.frontV2 .access_wrapper .access_left_wrapper h4 {
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    margin-bottom: 0;
    color: var(--white-color);
    font-family: "Roboto", sans-serif;
}

.frontV2 .access_wrapper .access_left_wrapper h4 b {
    font-weight: 700;
}

.frontV2 .access_wrapper .access_right_wrapper .btn_line_orange {
    border: 1px solid var(--white-color);
    background: transparent;
    color: var(--white-color);
    font-size: 18px;
}

.frontV2 .access_wrapper .access_right_wrapper .btn_line_orange:hover {
    background: var(--neutral-tint-300);
    border-color: var(--neutral-tint-300);
    color: var(--iv--orange);
}

.frontV2 .gray_content_wrapper {
    background: #F5F3F1;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 20px;
    padding: 40px 108px;
    margin: 80px 0px 80px;
}

.frontV2 .gray_content_wrapper .gray_left_content h2{
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 39.8px;
    line-height: 47px;
    letter-spacing: 0px;
    color: var(--black-color);
    margin-bottom: 12px;
}

.frontV2 .gray_content_wrapper .gray_left_content p {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    color: var(--black-color);
    margin-bottom: 0px;
}

.frontV2 .properties_option {
    display: flex;
    margin-right: auto;
    gap: 4px;
}

.frontV2 .properties_option label.btn {
    border: 1px solid var(--neutral-tint-800);
    border-bottom: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    color: var(--black-color);
}

.frontV2 .properties_option .btn-check:checked+ label.btn {
    background: var(--iv--orange);
    border-color: var(--iv--orange);
    color: var(--white-color);
}

/* Home (Your Trusted Home History Resource) section css end */

/* Block section css start */
section.block_wrapper {
    /* background: var(--accent-200); */
    padding: 62px 0px;
}

section.block_wrapper .block_inner {
    box-shadow: 0px 4px 4px 0px #00000040;
    background: var(--white-color);
    border-radius: 20px;
    overflow: hidden;
    transition: ease-in-out 0.5s;
}

.frontV2 section.block_wrapper .block_inner .block_img {
    height: 174px;
    overflow: hidden;
}

.frontV2 section.block_wrapper .block_inner .block_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: ease-in-out 0.5s;
}

section.block_wrapper .block_inner .block_info {
    min-height: 390px;
    padding: 34px 33px 30px;
}

section.block_wrapper .block_inner .block_info h4 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 30px;
    color: var(--text-colour-2);
}

section.block_wrapper .block_inner .block_info ul {
    list-style: disc;
    margin-bottom: 0px;
    padding-left: 24px;
}

section.block_wrapper .block_inner .block_info ul li {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: var(--gray2);
    margin-bottom: 20px;
}

section.block_wrapper .block_inner .block_info ul li:last-child {
    margin-bottom: 0px;
}

section.block_wrapper .block_inner .block_info ul li b {
    font-weight: 700;
}

section.block_wrapper .block_btn {
    padding: 0px 32px 32px;
    text-align: center;
}

section.block_wrapper .block_btn .btn_line_orange {
    font-size: 18px;
    font-weight: 600;
}

section.block_wrapper .block_inner:hover {
    box-shadow: 0px 4px 16px 0px #ff660054;
}

section.block_wrapper .block_inner:hover .block_img img {
    transform: scale(1.15);
}
/* Block section css end */

/* Home (Gain valuable property insights) section css start */
.frontV2 .gain_section .gain_list ul li:before{
    background-size: contain;
    width: 24px;
    height: 24px;
}
.frontV2 .gain_section .gain_list ul li{
    padding-left: 36px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0px;
    color: var(--gray1);
}
/* Home (Gain valuable property insights) section css end */

/* Home (Join Our Inspector Community) section css start */
.frontV2 .joinour_wrapper{
    background: var(--iv-accent);
    border-radius: 20px;
    padding: 40px 108px;
    box-shadow: 0px 4px 4px 0px #00000040;
}
.frontV2 .joinour_wrapper .joinour_leftwrapper .section_heading{
    color: var(--black-color) !important;
}

.frontV2 .joinour_wrapper .joinour_leftwrapper p {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: var(--black-color) !important;
}
/* Home (Join Our Inspector Community) section css end */

/* Ready to see a section css start */
.frontV2 .discover_wrapper{
    padding: 76px 42px;
    background: var(--iv-accent);
    border-radius: 20px;
}

/* Home (Discover property history) section css start */
.frontV2 .discover_leftwrapper .paragraph_new{
    color: var(--black-color) !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}
/* Home (Discover property history) section css end */

/* Home (sponsor) section css start */
.frontV2 .sponsor_section{
    background: var(--white-color);
}
.frontV2 .sponsor_section .sponsor_img{
    height: 90px;
    max-width: 207px;
}
.frontV2 .sponsor_section .sponsor_wrapper {
    max-width: 1080px;
    margin: 0px auto;
    padding: 40px 63px;
}
/* Home (sponsor) section css end */

/* Common section css start */
.common_welcome_section .welcome_rightwrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 49vw;
}
.common_welcome_section .welcome_rightwrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.common_welcome_section .aboutus_welcome_leftwrapper p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: var(--gray2);
}
.info_section {
    padding: 121px 0 60px;
}
.info_content {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
}
.custom_card {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 4px 4px 0px #00000040;
    padding: 55px 1.5rem 65px;
    text-align: center;
    height: 100%;
    transition: ease-in-out 0.5s;
}
.custom_card:hover{
    box-shadow: 0px 4px 16px 0px #ff660054;
}
.custom_card img {
    height: 80px;
}
.custom_card h5 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    color: var(--black-color);
}
.custom_card p {
    color: var(--black-color);
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
}
.frontV2 .propertysummary_section{
    padding-top: 110px;
}
.frontV2 .section_sticky.sticky{
    top: 83px;
    width: calc(100% + 1px);
}
/* Common section css end */

/* Aboutus section css start */
.common_welcome_section .aboutus_welcome_leftwrapper{
    padding: 95px 0px 36px;
}
.search_report_section {
    padding: 80px 0px;
    background: #F5F3F1;
}
.our_promise_section {
    padding-top: 107px;
}
.our_promise_section .promise_card {
    border-radius: 20px;
    box-shadow: 0px 4px 4px 0px #00000040;
    text-align: center;
    padding: 42px 10px;
    height: 100%;
    background: #F8F7F5;
}
.our_promise_section .promise_card img {
    width: 60px;
    margin-bottom: 35px;
}
.our_promise_section .promise_card h5 {
    margin-bottom: 35px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
}
.our_promise_section .promise_card .btn_line_orange {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
}
.our_promise_section .text_section h5 {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0px;
    margin-bottom: 20px;
}
.our_promise_section .text_section p {
    color: var(--gray1);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
}
.our_promise_section .text-section p strong {
    font-weight: 700;
}
.frontV2 .getfact_section {
    padding: 85px 0px;
}
.getfact_section .joinour_wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
    background: var(--black-color);
}
.frontV2 .getfact_section .joinour_wrapper .section_heading,
.frontV2 .getfact_section .joinour_wrapper .paragraph_new{
    color: var(--white-color) !important;
}
.getfact_section .joinour_wrapper .joinour_rightwrapper .btn_line_orange {
    border: 1px solid var(--white-color);
    background: transparent;
    color: var(--white-color);
}
.getfact_section .joinour_wrapper .joinour_rightwrapper .btn_line_orange:hover {
    background: var(--neutral-tint-300);
    border-color: var(--neutral-tint-300);
    color: var(--iv--orange);
}
/* Aboutus section css end */

/* Buyer section css start */
.buyer_welcome_section .aboutus_welcome_leftwrapper{
    padding: 128px 0px;
}
.buyer_option_section {
    padding-top: 130px;
}
.buyer_option_section .option-card {
  border-radius: 20px;
  padding: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 4px 0px #00000040;
  min-height: 150px;
  transition: ease-in-out 0.5s;
}
.buyer_option_section .option-card img {
  height: 80px;
  margin-right: 36px;
}
.buyer_option_section .card-left img {
    height: 68px;
}
.buyer_option_section .option-card h6 {
  font-family: Roboto;
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0px;
  margin-bottom: 0px;
  margin-right: 36px;
}
.buyer_option_section .option-btn {
  border-radius: 2rem;
  padding: 0.4rem 1.2rem;
}
.buyer_option_section .card-left {
  background-color: #F8F7F5;
}
.buyer_option_section .card-right {
  background-color: #d8e4bb;
}
.buyer_option_section .option-card:hover {
    box-shadow: rgba(255, 102, 0, 0.33) 0px 4px 16px 0px;
}
.find_property_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    background: #F5F3F1;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 20px;
    padding: 40px 115px;
}

section.find_property_section {
    margin-top: 130px;
}

.find_property_control {
    max-width: 495px;
    width: 100%;
    flex: 1;
}

.find_property_control input.find_property_input {
    width: 100%;
    border: 1px solid var(--black-color);
    background: var(--white-color);
    height: 38px;
    border-radius: 90px;
    padding: 2px 40px 2px 16px;
    text-align: right;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--black-color);
    outline: none;
}

.find_property_control input.find_property_input ~ img {
    position: absolute;
    right: 13px;
    top: 8px;
}

.find_property_control input.find_property_input::placeholder {
    color: var(--neutral-tint-700);
}

.find_property_control input.find_property_input:focus {
    border-color: var(--iv--orange);
}

section.buyer_info_section {
    padding-top: 87px;
}
.headline {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 33px;
    line-height: 140%;
    letter-spacing: 0px;
    color: var(--gray1);
}
section.buyer_block_wrapper {
    background: var(--white-color);
    padding: 60px 0 0;
}
section.buyer_block_wrapper .block_inner .block_info {
    min-height: 406px;
    padding-bottom: 20px;
}
.frontV2 section.buyer_block_wrapper.buyer_new_details .block_inner .block_info{
    min-height: 530px;
}
section.buyer_block_wrapper .block_inner .block_info h4 {
    color: var(--text-colour-2);
}

 section.buyer_block_wrapper .block_inner .block_info ul li {
    color: var(--gray2);
}
.buyer_block_wrapper .block_full_img {
    min-height: 595px;
    position: relative;
    height: 100%;
}
.buyer_block_wrapper .block_full_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.buyer_block_wrapper .block_full_img h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 58px;
    line-height: 63px;
    letter-spacing: 0px;
    position: absolute;
    top: 74px;
    right: 11px;
}
.frontV2 section.discover_section{
    padding-top: 60px;
}
section.buyer_block_wrapper .buyer_info_block {
    background: #CFDBAC;
    padding: 106px 33px 28px;
    min-height: 595px;
    height: 100%;
}
section.buyer_block_wrapper .buyer_info_block .buyer_info_img img {
    height: 95px;
    margin-bottom: 59px;
}
section.buyer_block_wrapper .buyer_info_block .buyer_info_inner h5 {
    font-family: Roboto;
    font-weight: bold;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 0px;
    margin-bottom: 24px;
}
section.buyer_block_wrapper .buyer_info_block .buyer_info_inner p {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
}
section.buyer_block_wrapper .buyer_info_block .buyer_info_inner {
    min-height: 255px;
}
section.buyers_blind_section .joinour_wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
}
.frontV2 section.buyers_blind_section {
    padding-top: 101px;
    padding-bottom: 101px;
}

/* Inspectors section css start */
section.inspectors_love_section .inspectors_love_wrapper{
    background: #F8F7F5;
    padding: 59px 20px 33px;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 20px;
    margin-top: 64px;
}

section.inspectors_love_section h2 {
    font-family: Roboto;
    font-weight: 700;
    font-size: 30px;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
    /* border-bottom: 1px solid var(--black-color); */
    padding-bottom: 24px;
    color: var(--gray1);
    margin-bottom: 24px;
}
section.how_inspector_section {
    padding-top: 104px;
}
.how_inspector_right {
    max-width: 416px;
    width: 100%;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 20px;
    overflow: hidden;
}
.how_inspector_right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.how_inspector_section .how_inspector_left ol {
    padding-left: 24px;
    margin-bottom: 0px;
}
section.how_inspector_section .how_inspector_left ol li::marker {
    font-weight: bold;
}
.frontV2 .inspectors_block_wrapper .buyer_block_1 .block_info h4 {
    line-height: 100%;
}

.frontV2 .inspectors_block_wrapper .buyer_block_1 .block_info  ul {
    padding-left: 0;
    list-style: none;
}

.frontV2  section.inspectors_block_wrapper .buyer_block_3 .buyer_info_block,
section.joinour_section.buyers_blind_section.orange .joinour_wrapper  {
    background: var(--iv--orange);
}

.frontV2 section.inspectors_block_wrapper .buyer_block_3 .buyer_info_block .buyer_info_inner,
.frontV2 section.joinour_section.buyers_blind_section.orange .joinour_wrapper .joinour_leftwrapper h2.section_heading, .frontV2 section.joinour_section.buyers_blind_section.orange .joinour_wrapper .joinour_leftwrapper p  {
    color: #fff !important;
}

.frontV2  section.inspectors_block_wrapper .buyer_block_3 .buyer_info_block .block_btn .btn_line_orange,
.frontV2 section.joinour_section.buyers_blind_section.orange .joinour_wrapper .joinour_rightwrapper .btn_line_orange  {
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
}

.frontV2  section.inspectors_block_wrapper .buyer_block_3 .buyer_info_block .block_btn .btn_line_orange:hover,
.frontV2 section.joinour_section.buyers_blind_section.orange .joinour_wrapper .joinour_rightwrapper .btn_line_orange:hover {
    color: #FF6600;
    border-color: #f0edea;
}

/* Custom accordion css start */
.custom_accordion .accordion-item {
    border: none;
    border-bottom: 1.5px solid #000;
    padding-bottom: 16px;
    margin-bottom: 28px;
    border-radius: 0px;
}

.custom_accordion .accordion-item .accordion-header .accordion-button {
    font-family: Roboto;
    font-weight: 700;
    font-size: 16px;
    line-height: 145%;
    letter-spacing: 0px;
    padding: 0px 0px 8px;
    outline: none;
    box-shadow: none;
    color: #000;
}

.custom_accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background: #fff;
}

.custom_accordion .accordion-item .accordion-collapse .accordion-body {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0px;
    padding: 0px;
    color: #62605E;
}

.custom_accordion .accordion-item .accordion-header .accordion-button::after {
    background-image: url('../../frontend/images/faq-plus.svg');
    background-size: cover;
}

.custom_accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    background-image: url('../../frontend/images/faq-min.svg');
}

.custom_accordion .accordion-item:last-child{
    margin-bottom: 0px;
}


/* Faq Page css start */
.image_style1 {
    position: absolute;
    left: 0;
    max-width: 30vw;
    width: 100%;
    max-height: 900px;
    overflow: hidden;
}

.image_style1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top_space {
    padding-top: 130px;
    padding-bottom: 20px;
}

.section_heading_48 {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 62px;
    letter-spacing: 0px;
    margin-bottom: 33px;
}

/* Footer css start */
.frontV2 footer.footer_main {
    padding-top: 0;
}

.frontV2 footer.footer_main .footer_inner {
    padding: 62px 0px;
    background: #FAFBF7;
}

.frontV2 footer.footer_main .footer_inner .footer_menu h5 {
    font-weight: 800;
    font-size: 14px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 0;
}

.frontV2 footer.footer_main .footer_inner .footer_menu ul li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 0px;
    margin: 0px;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #000000;
}

.frontV2 footer.footer_main .footer_inner .footer_menu ul {
    display: block;
}

.frontV2 footer.footer_main .footer_inner .footer_menu ul li a:hover {
    color: var(--iv--orange);
}

.frontV2 footer.footer_main .footer_inner .footer_menu ul.social_wrapper {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
}

.frontV2 footer.footer_main .footer_inner .footer_menu ul.social_wrapper li .social_link {
    width: 38px;
    height: 38px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    transition: ease-in-out 0.3s;
}

.frontV2 footer.footer_main .footer_inner .footer_menu ul.social_wrapper li .social_link:hover img {
    filter: invert(54%) sepia(70%) saturate(4703%) hue-rotate(0deg) brightness(101%) contrast(108%);
}

.frontV2 footer.footer_main .footer_inner .footer_menu ul.social_wrapper li .social_link img {
    transition: ease-in-out 0.5s;
}

.frontV2 footer.footer_main .footer_inner .footer_menu ul.social_wrapper li .social_link:hover {
    border-color: #FF6600;
}

.frontV2 footer.footer_main .reserved_wrapper {
    border: none;
    background: #000000;
    padding: 65px 0px;
}

.frontV2 footer.footer_main .reserved_wrapper h6 {
    margin-bottom: 0;
    padding: 0px 8px;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #fff;
    margin-bottom: 24px;
}

.frontV2 footer.footer_main .reserved_wrapper h6 a {
    color: #fff;
    text-decoration: underline;
}

.frontV2 footer.footer_main .reserved_wrapper h6 a:hover {
    color: #F58020;
}

.frontV2 footer.footer_main .reserved_wrapper h6:last-child {
    margin-bottom: 0;
}
/* Footer css end */

/* --- Media query css start --- */
@media (min-width:992px){
}
@media (min-width:1440px){
    .frontV2 .container{
        max-width: 1320px;
    }
}
@media (max-width:1439px){
    .frontV2 .main_navbar .navbar-nav li a{
        font-size: 14px;
        margin: 0px 20px;
    }
    .top_space{
        padding-top: 100px;
    }
    .frontV2 .access_wrapper{
        padding: 25px 79px 25px 80px;
    }
    .frontV2 .gray_content_wrapper,
    .frontV2 .joinour_wrapper{
        padding: 40px 80px;
    }
    .buyer_option_section .option-card{
        padding: 24px;
    }
    .buyer_option_section .option-card img,
    .buyer_option_section .option-card h6{
        margin-right: 20px;
    }
    section.buyer_block_wrapper .buyer_info_block .buyer_info_inner{
        min-height: 298px;
    }
    .frontV2 section.buyer_block_wrapper.buyer_new_details .block_inner .block_info{
        min-height: 540px;
    }
    section.block_wrapper .block_inner .block_info{
        padding: 24px;
    }
    /* Inspectors section css start */
    section.inspectors_block_wrapper .block_inner .block_info {
        min-height: 452px;
        /* height: calc(100% - 258px); */
    }
    /* Sponsor section css start  */
    .frontV2 .sponsor_section{
        padding: 40px 0px;
    }
}
@media (max-width:1199px){
    .search_bar_nav {
        padding: 12px;
    }
    .search_bar_nav {
        transform: translate(-100%, 83px);
    }
    .search_bar_nav.show {
        transform: translate(0px, 68px);
    }
    .frontV2 .main_navbar .navbar-nav li a{
        font-size: 12px;
    }
    .frontV2 .main_navbar .navbar-nav li a,
    .frontV2 .main_navbar .login_link .nav_search{
        margin: 0px 15px;
    }
    .frontV2 .welcome_section .welcome_wrapper h1{
        font-size: 40px;
        line-height: 54px;
    }
    .frontV2 .welcome_section .welcome_wrapper h5{
        margin-bottom: 32px;
        font-size: 20px;
    }
    .frontV2 .access_wrapper {
        padding: 25px;
    }
    .frontV2 .gray_content_wrapper, .frontV2 .joinour_wrapper {
        padding: 40px;
    }
    .frontV2 .gray_content_wrapper .gray_left_content h2{
        font-size: 32px;
        line-height: 40px;
    }
    .frontV2 section.block_wrapper .block_inner .block_img{
        height: 130px;
    }
    .frontV2 section.block_wrapper .block_inner .block_info{
        min-height: 350px;
        padding: 16px;
    }
    .frontV2 section.block_wrapper .block_inner .block_info h4{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .frontV2 section.block_wrapper .block_inner .block_info ul{
        padding-left: 16px;
    }
    .frontV2 section.block_wrapper .block_inner .block_info ul li{
        font-size: 14px;
        line-height: 24px;
    }
    .frontV2 section.block_wrapper .block_btn .btn_line_orange{
        font-size: 16px;
    }
    .frontV2 .discover_wrapper{
        padding: 52px 42px;
    }
    .frontV2 .joinour_wrapper .joinour_leftwrapper .section_heading{
        font-size: 32px;
        line-height: 40px;
    }
    .frontV2 footer.footer_main .reserved_wrapper h6{
        padding: 0px;
    }
    /* Aboutus section media css start */
    .common_welcome_section .aboutus_welcome_leftwrapper{
        padding: 60px 0px 36px;
    }
    .search_report_section{
        padding: 60px 0px;
    }
    .our_promise_section {
        padding-top: 80px;
    }
    /* Buyer section media css start */
    .buyer_welcome_section .aboutus_welcome_leftwrapper{
        padding: 60px 0px;
    }
    .buyer_option_section,
    section.buyer_info_section,
    section.buyer_block_wrapper{
        padding-top: 80px;
    }
    .buyer_option_section .option-card{
        padding: 40px 24px;
    }
    .buyer_option_section .option-card img {
        margin-right: 0px;
    }
    .buyer_option_section .option-card h6{
        margin: 24px 0px;
    }
    .buyer_option_section .card-left img {
        height: 80px;
        width: 74px;
    }
    .buyer_block_wrapper .block_full_img{
        min-height: 562px;
    }
    .buyer_block_wrapper .block_full_img h4{
        font-size: 46px;
        line-height: 60px;
        top: 36px;
    }
    section.buyer_block_wrapper .buyer_info_block{
        padding: 30px 24px;
        min-height: 562px;
    }
    section.buyer_block_wrapper .buyer_info_block .buyer_info_inner {
        min-height: 340px;
    }
    section.buyer_block_wrapper .buyer_info_block .buyer_info_img img {
        height: 75px;
        margin-bottom: 36px;
    }
    section.buyer_block_wrapper .buyer_info_block .buyer_info_inner h5 {
        font-size: 24px;
    }
    .frontV2 section.buyers_blind_section{
        padding-top: 80px;
        padding-bottom: 80px;
    }
    section.find_property_section{
        margin-top: 80px;
    }
    .find_property_wrapper{
        padding: 40px;
    }

    /* Inspectors section css start */
    section.how_inspector_section{
        padding-top: 80px;
    }

    /* Common section media css start */
    .info_section {
        padding: 80px 0 60px;
    }
    .top_space{
        padding-top: 80px;
    }
}
@media (min-width:1024px) and (max-width:1199px){
    .frontV2 .main_navbar .navbar-nav li a{
        font-size: 11px;
    }
    .main_navbar .login_link button, .main_navbar .login_link a{
        font-size: 12px;
    }
}
@media (min-width:992px) and (max-width:1199px){
    .frontV2 .section_sticky.sticky{
        top: 74px;
    }
    .frontV2 .welcome_section{
        margin-top: 74px;
    }
    .frontV2 section.home_block_wrapper.block_wrapper .block_inner .block_info{
        min-height: 436px !important;
    }
    .frontV2 section.buyer_block_wrapper.buyer_new_details .block_inner .block_info{
        min-height: 492px !important;
    }
}
@media (min-width:768px) and (max-width:1199px){
    .frontV2 section.inspectors_block_wrapper .buyer_block_3 .buyer_info_block .buyer_info_inner {
        min-height: 310px;
    }
    .frontV2 section.inspectors_block_wrapper .buyer_block_2 .block_full_img {
         min-height: 522px;
    }
    .frontV2 section.inspectors_block_wrapper .buyer_block_1 .block_info {
        min-height: 319px !important;
    }
    .frontV2 section.inspectors_block_wrapper .buyer_info_block {
        min-height: 100%;
    }
    .frontV2 section.discover_section,
    .frontV2 section.block_wrapper.home_block_wrapper{
        padding-top: 40px;
    }
}
@media (max-width:991px){
    .search_bar_nav {
        transform: translate(-100%, 175px);
    }
     .search_bar_nav.show {
        transform: translate(0px, 175px);
    }
    .frontV2 .btn_line_orange{
        font-size: 16px;
    }
    .frontV2 .section_pt{
        padding-top: 60px;
    }
    .frontV2 .main_navbar .navbar-collapse{
        background: var(--white-color);
    }
    .frontV2 .main_navbar .navbar-toggler{
        background: var(--white-color);
        width: 30px;
        height: 30px;
        margin-bottom: 0px;
    }
    .frontV2 .main_navbar .navbar-toggler .navbar-toggler-icon{
        filter: unset;
    }
    .frontV2 .main_navbar .navbar-nav li{
        border-right: none;
        padding: 12px 0px;
        border-bottom: 1px solid #00000012;
    }
    .frontV2 .main_navbar .navbar-nav li a {
        margin: 0px 4px;
        color: var(--gray1);
    }
    .frontV2 .main_navbar .navbar-nav li a:hover{
        color: var(--iv--orange);
    }
    .frontV2 .main_navbar .navbar-collapse .navbar-nav{
        padding: 15px 0px;
    }
    .frontV2 .main_navbar .navbar-collapse .login_link{
        padding: 0px;
    }
    .frontV2 .main_navbar .login_link .nav_search{
        margin-left: 4px;
        margin-right: 16px;
    }
    .frontV2 .welcome_section .welcome_wrapper h1{
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 16px;
    }
    .frontV2 .welcome_section .welcome_wrapper h5{
        margin-bottom: 24px;
        font-size: 18px;
    }
    .frontV2 .access_wrapper{
        padding: 25px;
    }
    .frontV2 .access_wrapper .access_left_wrapper{
        gap: 16px;
        flex: 1;
    }
    .frontV2 .access_wrapper .access_left_wrapper img{
        width: 40px;
    }
    .frontV2 .access_wrapper .access_left_wrapper h4{
        font-size: 20px;
        line-height: 140%;
    }
    .frontV2 .access_wrapper .access_right_wrapper .btn_line_orange{
        font-size: 16px;
    }
    .frontV2 .gray_content_wrapper{
        margin: 60px 0px;
    }
    .frontV2 .gray_content_wrapper .gray_left_content h2 {
        font-size: 28px;
        line-height: 32px;
    }
    .frontV2 .gain_section .gain_list ul li{
        font-size: 15px;
        padding-left: 20px;
    }
    .frontV2 .gain_section .gain_list ul li:before {
        width: 14px;
        height: 14px;
        top: 15px;
    }
    .frontV2 .discover_wrapper{
        padding: 30px;
    }
    .frontV2 footer.footer_main .footer_inner,
    .frontV2 footer.footer_main .reserved_wrapper{
        padding: 40px 0px;
    }
    .frontV2 footer.footer_main .reserved_wrapper h6{
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 24px;
    }
    /* Aboutus section media css start */
    .frontV2 .getfact_section{
        padding: 60px 0px;
    }
    .our_promise_section{
        padding-top: 60px;
    }

    /* Buyer section media css start */
    .buyer_option_section,
    section.buyer_info_section,
    section.buyer_block_wrapper{
        padding-top: 60px;
    }
    .buyer_option_section .option-card img{
        height: 64px;
        width: 64px;
    }
    section.buyer_block_wrapper .buyer_info_block,
    .frontV2 section.block_wrapper .block_inner .block_info,
    .buyer_block_wrapper .block_full_img,
    section.buyer_block_wrapper .buyer_info_block .buyer_info_inner{
        min-height: auto;
    }
    .headline{
        font-size: 30px;
        line-height: 44px;
    }
    .frontV2 section.buyers_blind_section{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    section.buyer_block_wrapper .buyer_info_block .buyer_info_inner{
        min-height: 287px;
    }
    .frontV2 section.buyer_block_wrapper .buyer_block_2{
        order: 3;
    }
    .frontV2 section.buyer_block_wrapper .buyer_block_3{
        order: 2;
    }

    /* Inspectors section css start */
    section.how_inspector_section{
        padding-top: 60px;
    }
    section.inspectors_love_section .inspectors_love_wrapper{
        padding-top: 40px;
    }
    section.inspectors_love_section h2{
        margin-bottom: 8px;
    }

    /* Common section media css start */
    .custom_card{
        padding: 40px 1.5rem; 
    }
    .info_section{
        padding: 60px 0;
    }
    .section_heading_48{
        margin-bottom: 24px;
    }
    .top_space{
        padding-top: 60px;
    }
    /* Sponsor section css start */
    .frontV2 .sponsor_section .sponsor_wrapper {
        padding: 20px 0px;
    }
}
@media (min-width:768px) and (max-width:991px){
   .frontV2 section.home_block_wrapper .block_inner .block_info{
        min-height: 350px;
    }
    .frontV2 section.buyer_block_wrapper.buyer_new_details .block_inner .block_info{
        min-height: 475px !important;
    }
}
@media (max-width:767px){
    .section_heading_48{
        font-size: 36px;
        line-height: 44px;
    }
    .top_space {
        padding-top: 40px;
        padding-bottom: 0px;
    }
    .frontV2 .welcome_section .welcome_wrapper{
        padding: 25px 0px 0px;
    }
    .frontV2 .welcome_section .welcome_wrapper h1{
        margin: 24px 0px;
        font-size: 35px;
        line-height: 48px;
    }
    .frontV2 .access_wrapper {
        box-shadow: none;
        border-radius: 0px;
        flex-direction: column;
        padding: 40px 35px;
        gap: 35px;
    }
    .frontV2 .access_wrapper .access_left_wrapper{
        align-items: flex-start;
    }
    .frontV2 .access_wrapper .access_left_wrapper img {
        width: 48px;
    } 
    .frontV2 .access_wrapper .access_left_wrapper h4 {
        font-size: 22px;
        line-height: 140%;
    }
    .frontV2 .access_wrapper .access_right_wrapper,
    .frontV2 .btn_line_orange, .frontV2 .access_wrapper .access_right_wrapper .btn_line_orange {
        max-width: 279px;
        width: 100%;
    }
    .frontV2 .btn_line_orange,
    .frontV2 .access_wrapper .access_right_wrapper .btn_line_orange{
        font-size: 18px;
        padding: 12.5px 15px;
    }
    .frontV2 .gray_content_wrapper{
        margin: 0px;
        border-radius: 0px;
        box-shadow: none;
        padding: 60px 20px;
    }
    .frontV2 .gray_content_wrapper .gray_left_content h2 {
        font-size: 39.8px;
        line-height: 47px;
    }
    .frontV2 .gray_right_content .btn_line_orange {
        max-width: 279px;
    }
    section.block_wrapper .container .row{
        margin: 0px;
    }
    section.block_wrapper .container .row .col-sm-12{
        padding: 0px;
    }
    .frontV2 section.block_wrapper{
        padding: 0px;
        background: var(--white-color);
    }
    .frontV2  section.block_wrapper .block_inner {
        box-shadow: none;
        border-radius: 0px;
    }
    .frontV2 section.block_wrapper .block_inner .block_img {
        height: 164px;
    }
    .frontV2 section.block_wrapper .block_inner .block_info {
        padding: 40px 20px 40px 20px;
        min-height: auto;
    }
    .frontV2 section.buyer_block_wrapper.buyer_new_details .block_inner .block_info{
        min-height: auto;
    }
    .frontV2 section.block_wrapper .block_inner .block_info h4 {
        font-size: 26px;
        /* text-align: left; */
        margin-bottom: 28px;
    }
    .frontV2 section.block_wrapper .block_inner .block_info ul{
        padding-left: 24px;
    }
    .frontV2 section.block_wrapper .block_inner .block_info ul li {
        font-size: 16px;
        line-height: 26px;
    }
    .frontV2 section.block_wrapper .block_btn .btn_line_orange {
        max-width: 279px;
        width: 100%;
        font-size: 18px;
    }
    .frontV2 section.block_wrapper .block_btn {
        padding-bottom: 60px;
    }
    .frontV2 section.gain_section {
        padding-top: 0px;
    }
    .frontV2 section.gain_section .section_heading {
        font-size: 38px;
        line-height: 47px;
    }
    .frontV2 .gain_section .gain_list ul li:before{
        top: 8px;
    }
    .frontV2 .gain_section .gain_list ul li{
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .frontV2 .joinour_wrapper{
        padding: 40px 20px;
        border-radius: 0px;
    }
    .frontV2 .joinour_wrapper .joinour_leftwrapper .section_heading,
    .frontV2 .discover_section .section_heading{
        font-size: 39.8px;
        line-height: 47px;
    }
    .frontV2 .joinour_wrapper .joinour_rightwrapper a.btn_line_orange {
        max-width: 279px;
        width: 100%;
    }
    .frontV2 footer.footer_main .reserved_wrapper h6{
        font-size: 14px;
        line-height: 24px;
    }

    .frontV2 section.block_wrapper.home_block_wrapper .block_full_img {
        margin-top: 0px;
    }

    /* Aboutus section media css start */
    .custom_card,
    .our_promise_section .promise_card{
        border-radius: 0px;
    }
    .custom_card img{
        height: 65px;
    }
    .common_welcome_section .welcome_rightwrapper{
        position: relative;
        width: 100%;
    }
    .common_welcome_section .aboutus_welcome_leftwrapper{
        padding: 0px;
    }
    .common_welcome_section .aboutus_welcome_leftwrapper .btn_line_orange {
        max-width: max-content;
    }
    /* Buyer section media css start */
    section.find_property_section{
        margin-top: 60px;
    }
    .find_property_wrapper {
        padding: 24px;
        border-radius: 0px;
    }
    .buyer_option_section .option-card {
        border-radius: 0px;
    }
    .frontV2 section.buyer_block_wrapper{
        padding-top: 60px;
    }
    .buyer_block_wrapper .block_full_img {
        height: 400px;
        margin-top: 60px;
    }
    .buyer_block_wrapper .block_full_img h4{
        top: 5px;
    }
    section.buyer_block_wrapper .buyer_info_block .buyer_info_inner{
        min-height: auto;
    }
     /* Inspectors section css start */
     .inspectors_welcome_section .aboutus_welcome_leftwrapper .btn_line_orange{
        max-width: 279px;
     }
     .how_inspector_right {
        max-width: 100%;
        border-radius: 0px;
        box-shadow: none;
        margin-bottom: 24px;
    }
 
    .frontV2 section.discover_section {
        padding-top: 0px;
    }

    .frontV2 .discover_wrapper{
        border-radius: 0px;
    }

    section.inspectors_love_section .inspectors_love_wrapper{
        margin-top: 40px;
        border-radius: 0px;
    }

    /* Sponsor section css start */
    .frontV2 .sponsor_section .sponsor_wrapper{
        padding: 10px 0px;
    }
}
@media (min-width:576px) and (max-width:767px){
    .frontV2 .sponsor_section .sponsor_img {
        height: 70px;
        max-width: 140px;
    }
}
@media (max-width:575px){
    .frontV2 section.home_block_wrapper.block_wrapper .container,
    .frontV2 .welcome_section .container,
    section.block_wrapper .container,
    .frontV2 .joinour_section .container,
    .frontV2 .discover_section .container{
        padding: 0px;
        /* max-width: 100%; */
    }
    /* Common section css start */
    .frontV2 .welcome_section .welcome_wrapper{
        padding: 25px 12px 0px;
    }
    .info_section,
    .search_report_section{
        padding: 40px 0px;
    }
    .custom_card {
        padding: 24px;
    }

    /* Home section css start */
    .frontV2 .welcome_section .welcome_wrapper h1{
        font-size: 38px;
        line-height: 50px;
        margin: 30px 0px;
    }
    .frontV2 .welcome_section .welcome_wrapper h5{
        font-size: 24px;
        line-height: 100%;
        margin-bottom: 40px;
    }

    /* Aboutus section css start */
    .our_promise_section{
        padding-top: 40px;
    }
    .our_promise_section .promise_card{
        padding: 24px 10px;
    }
    .our_promise_section .promise_card h5{
        margin-bottom: 24px;
    }
    .frontV2 .getfact_section{
        padding:40px 0px 0px;
    }
    /* Buyer section media css start */
    section.find_property_section{
        margin-top: 40px;
    }
    .find_property_wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    .find_property_control input.find_property_input{
        text-align: left;
    }
    .buyer_option_section .option-card{
        padding: 24px;
    }
    .buyer_option_section, section.buyer_info_section, section.buyer_block_wrapper,
    .frontV2 section.buyer_block_wrapper{
        padding-top: 40px;
    }
    section.block_wrapper.home_block_wrapper{
        padding-top: 0px;
    }
    .frontV2 section.buyer_block_wrapper .container {
        padding: 0px 12px;
    }
    .frontV2 section.buyers_blind_section{
        padding-bottom: 0px;
    }
    /* Inspectors section css start */
    section.inspectors_love_section {
        padding: 0px 0px;
    }
    section.inspectors_love_section h2 {
        line-height: 38px;
        margin-bottom: 0px;
    }
    /* Sponsor section css start */
    .frontV2 .sponsor_section .sponsor_wrapper{
        padding: 20px 0px 0px;
    }
    .frontV2 .sponsor_section .sponsor_img{
        margin: 0 auto 1.5rem;
        height: 95px;
    }
}
/* --- Media query css end --- */

