/*!
Theme Name: CRT Template-1
Theme URI: http://underscores.me/
Author: Crecentech
Author URI: https://crecentech.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: template-1
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

CRT Template-1 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/



/* My css */
/* ======Fonts====== */
@font-face {
    font-family: 'Rubik-Black';
    src: url('./fonts/Rubik-Black.ttf');
}

@font-face {
    font-family: 'Rubik-Bold';
    src: url('./fonts/Rubik-Bold.ttf');
}

@font-face {
    font-family: 'Rubik-ExtraBold';
    src: url('./fonts/Rubik-ExtraBold.ttf');
}

@font-face {
    font-family: 'Rubik-Medium';
    src: url('./fonts/Rubik-Medium.ttf');
}

@font-face {
    font-family: 'Rubik-Regular';
    src: url('./fonts/Rubik-Regular.ttf');
}
@font-face {
    font-family: 'Rubik-Light';
    src: url('./fonts/Rubik-Light.ttf');
}
@font-face {
    font-family: 'Rubik-SemiBold';
    src: url('./fonts/Rubik-SemiBold.ttf');
}
:root {
    --primary: #000080;
    --secondary: #ED9100;
  }
img {
    max-width: 100%;
}

video {
    width: 100%;
}

a,
p,
button,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
    margin-bottom: 0;
}

p {
    font-family: 'Rubik-Regular';
}

a {
    text-decoration: none;
}

section,
header,
footer {
    background-color: white;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}
.marquee-wrapper{
	max-width: 100%;
    padding: 5px 0;
    text-align: right;
    overflow: hidden;
}
.marquee {
    color: white;
    white-space: nowrap;
    font-size: 16px;
    -webkit-animation: rightThenLeft 15s linear infinite;
}
  .smrtphoneText {
    display: none !important;
}

.header-top{
    background-color: var(--primary);
    padding: 5px 0;
}
.header-top p{
    color:#FFFFFF;
    font-size: 16px;
    line-height: 35px;
}
.header-top .header-cta{
    animation: moveLeft 2s linear infinite;
    position: relative;
}

.header-top .call-btn{
    color:#FFFFFF;
}
header .head{
    padding-top: 22px;
}
header.sticky-top {
    box-shadow: 0px 0px 10px  var(--primary);
}


header .menu nav {
    padding: 0;
}

header .menu .nav-link {
    font-family: 'Rubik-Regular';
    color: #444444!important;
    padding: 0 25px 0 0 !important;
}



header .menu .nav-item:last-child .nav-link {
    padding-right: 0 !important;
}
/* Navbar */
#navbar {
    padding: 17px 0;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

.navbar-toggler:focus {
    box-shadow: none;
}

#navbar a.nav-link {
    color: #666;
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
}

#navbar a.nav-link:after {
    position: absolute;
    left: 2%;
    content: "";
    height: 3px;
    background: var(--primary);
    transition: all 0.5s linear;
    width: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    border-radius: 2px;
}

#navbar a.nav-link:hover:after , #navbar .current-menu-item a.nav-link:after {
    width: 30%;
    margin-left: 7px;
}

#navbar a.nav-link:hover , #navbar .current-menu-item a.nav-link {
    color: var(--primary);
    font-weight: bolder;
}

#navbar a.nav-link {
    font-family: 'Rubik-Regular';
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #3d3d3d;
    margin: 0 7px;
}

/* #navbar .navbar-nav {
    padding-right: 87.89px;
} */

#navbar .nav-btn {
    margin-top: 11px;
    margin-bottom: 12px;
}


ul#menu-header-menu{
	align-items:center;
}

ul#menu-header-menu li:last-child {
    border: none;
    padding: 12px 14px;
    font-family: "Rubik-Bold";
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    background: var(--primary);
    border-radius: 5px;
	margin-left:13px;
}
ul#menu-header-menu li:last-child a.nav-link{
	 color: #ffffff;
}
ul#menu-header-menu li:last-child a.nav-link:hover{
	text-decoration:underline;
}

/* ===Header Section=== */
/* ==Home Banner Section== */
.home-banner {
	background-image: url('/wp-content/uploads/2024/02/home_bann.webp');
/*     background-color: var(--primary); */
    padding-top: 74px;
    color: white;
	background-position: center;
	background-size: cover;
}

.home-banner .banner-info {
    padding-bottom: 90px;
}

.home-banner .banner-info h1 {
    font-family: 'Rubik-Regular';
    font-size: 48px;
    margin-bottom: 19px;
    line-height: 1.3;
}
.home-banner .banner-info p{
    font-family: 'Rubik-Medium';
    font-size: 17px;
    margin-bottom: 17px;
    line-height: 1.3;
}


.home-banner .banner-info h5 {
    font-family: 'Rubik-Regular';
    font-size: 24px;
    margin-bottom: 15px;
}
.home-banner .banner-info h4 {
    font-family: 'Rubik-Medium';
    font-size: 24px;
    margin-bottom: 15px;
}
.home-banner .banner-info form {
    
    margin-top: 23px;
}

.home-banner .banner-info .form-group {
    background-color: white;
}

.home-banner .banner-info .form-group .form-control {
    border: none;
    
    padding: 0 5px 0 15px;
    font-family: 'Rubik-Regular';
    font-size: 18px;
}

.home-banner .banner-info .form-group .form-control:focus {
    box-shadow: none;
    border: none;
}

.home-banner .banner-info .form-group .submit-btn {
    
    font-family: 'Rubik-Bold';
    font-size: 22px;
    color: white;
    border: none;
    background-color: var(--secondary);
    padding: 13px 30px;
}

.review-icons-section {
    padding: 23px 0;
}

/* ==Gurrenty Section== */
#gurrenty{
    padding: 50px 0;
}
#gurrenty h5 , #steps h5{
    font-family: 'Rubik-Light';
    color: #454545;
    font-size: 34px;
    line-height: 45.5px;
    margin-bottom: 21px;
    font-weight: 400;
}
#gurrenty p, #steps p{
    color: #929292;
font-size: 18px;
line-height: 29.88px;
margin-bottom: 17px;
}
#gurrenty .card-img{
    margin: 35px auto 16px;
    width: 48px;
}
#gurrenty .card-title{
    color: var(--primary);
font-family:'Rubik-Regular' ;
font-size: 22px;
line-height: 28.6px; /* 130% */
}
#gurrenty .card-text{
    color: #929292;
font-size: 14px;
line-height: 23.24px;
}
.gurrenty-cards{
    padding-bottom: 36px;
}
#gurrenty  .gurrenty-btn{
    padding: 36px 0 39px;
}
#gurrenty  .gurrenty-btn a {
   
color: #fff;
background-color: var(--secondary);
border: none;
border-radius: 50px;
padding: 28px 39px;
font-family: 'Rubik-Bold';
font-size: 16px;
line-height: 16px; /* 100% */
letter-spacing: 2px;
}
/* ==Gurrenty Section== */
/* ==Reasons Section== */
#reasons{
    padding: 44px 0;
}
.reasons-head{
    margin-bottom: 40px;
}
.reasons-head h5{
    color: #454545;
    font-family: 'Rubik-Light';
    font-size: 34px;
    line-height: 45.5px;
    margin-bottom: 14px;
}
.reasons-head p{
    color: #929292;
    font-size: 17px;
    line-height: 29.88px;
}
.reasons-card{
    margin-bottom:50px;
}
.reasons-card img{
margin: 0 auto;
}
.reasons-card .card{
    border: none;
}
.reasons-card .card-title{
color: #929292;
font-family: 'Rubik-Regular';
font-size: 17px;
line-height: 29.88px
}
.option-cards{
    margin-top: 50px;
}
.option-cards .card{
    border-radius: 10px;
}
.option-cards .card .card-title{
    color: var(--primary);
font-family:  'Rubik-Light';
font-size: 21px;
line-height: 28.6px;
margin-bottom: 18px;
}
.option-cards .card .card-body{
    padding: 30px 30px 30px 33px;
}
.option-cards ul {
    padding: 0;
	margin: 0;
}
.option-cards ul li , .get-offers ul li{
list-style: none;
color: #777;
font-family: 'Rubik-Regular';
font-size: 17px;
line-height: 24px;
padding-bottom: 6px;
background: url(/wp-content/uploads/2024/03/icon-bullet-tick.png) no-repeat top left/18px;
padding-left: 30px;
}

/* ==Google Reviews Section== */
.google-reviews-section {
    padding: 50px 0;
    position: relative;
}

.google-reviews-section.expanded {
    padding-bottom: 125px;
}


.google-reviews-section .start-text p {
    color: #929292;
    font-size: 18px;
    line-height: 29.88px;
    margin-bottom: 37px;
}

.google-reviews-section .start-text h2 {
    font-family: 'Rubik-Light';
    font-size: 34px;
    color: #454545;
    margin-bottom: 20px;
}

.google-reviews-section .outer-box {
    margin-bottom: 30px;
}

.google-reviews-section .outer-box.hide {
    display: none;
}

.google-reviews-section .inner-box {
    background: white;
    border-radius: 9px;
    padding: 15px 25px 20px 25px;
    box-shadow: 0px 0px 5px #E2F5E2;
    transition: all .5s ease;
}

.google-reviews-section .inner-box:hover {
    transform: scale(1.1);
    transition: all .5s ease;
}

.google-reviews-section .client-img {
    padding-right: 0px;
    width: 54px;
}

.google-reviews-section .client-content {
    width: calc(100% - 54px);
}

.google-reviews-section .client-info h6 {
    font-family: 'Rubik-Bold';
    font-size: 14px;
    margin-bottom: 0px;
}

.google-reviews-section .client-info p {
    font-family: 'Rubik-SemiBold';
    font-size: 11px;
}

.google-reviews-section .client-info .stars img {
    margin: -4px -5px 5px 0;
}

.google-reviews-section .google-icon img {
    display: block;
    margin-left: auto;
}

.google-reviews-section .client-content>p {
    font-family: 'Rubik-Medium';
    font-size: 14px;
    color: #333333;
    margin-bottom: 15px;
}

.google-reviews-section .client-content .like-div {
    font-family: 'Rubik-Bold';
    font-size: 14px;
    color: #333333;
}

.google-reviews-section .client-content .like-div img {
    margin-right: 8px;
    margin-top: -5px;
    width: 22px;
}

.google-reviews-section .show-more-btn button {
    margin-top: 20px;
    border: none;
    border-radius: 1000px;
    font-family: 'Rubik-Medium';
    font-size: 18px;
    color: white;
    background: linear-gradient(to bottom, #01CC01 30%, #0A990A);
    border-bottom: 3px solid #0ECB0E;
    padding: 18px 48px 14px;
    text-transform: uppercase;
}

.google-reviews-section .end-icon {
    position: absolute;
    bottom: 45px;
    right: 7%;
}

/* ==Google Reviews Section== */

/* == Advantages Section== */
#adv-table{
    background: #F1F1F1;
    padding-top: 85px;
    padding-bottom: 97px;
}
#adv-table .adv-head h6{
    color: #454545;
    font-family: 'Rubik-Light';
    font-size: 24px;
    line-height: 23.76px;
    margin-bottom: 15px;
}
#adv-table .adv-head h5{
    color: #2E2E2E;
    font-family: 'Rubik-Light';
    font-size: 36px;
    line-height: 35.64px;
    margin-bottom: 40px;
}
#adv-table .table-1 th{
    background: rgba(0, 0, 0, 0.10);
    padding: 18px 0;
    color: #454545;
    font-family: 'Rubik-Regular';
    font-size: 20px;
    line-height: 28px; 
    font-weight: 400;
}
#adv-table .table-2{
	box-shadow: 0 0 35px 2px rgba(0,0,0,.2);
}
    
#adv-table .table-2 th{
    background: var(--primary);
    padding: 26px 0 30px;
    color: #fff;
    font-family: 'Rubik-Regular';
    font-size: 36px;
    line-height: 34px; 
    font-weight: 400;
}
#adv-table .table td{
    color: #454545;
    text-align: center;
    font-family: 'Rubik-Regular';
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
#adv-table .table tr span{
    font-weight: 700;
}
.table-striped>tbody>tr:nth-of-type(even){
    background-color: #F6F6F6;
}
.table-striped>tbody>tr:nth-of-type(odd){
    background-color: #EEE;
}
/* == Advantages Section== */
/* ===Get Cash Offer Section=== */
.get-cash-offer {
    background: var(--primary);
    padding: 50px 0px 95px;
    color: white;
}
.get-cash-offer .button-1 {
    padding: 20px 27px;
    border-radius: 50px;
    background: #FFF;
}
.get-cash-offer .button-1 a{
    color: #252525;
    font-family: 'Rubik-Bold';
    font-size: 14px;
    font-weight: 700;
    line-height: 14px; /* 100% */
    letter-spacing: 2px;
    
}
.get-cash-offer .button-2 {
    padding: 20px 27px;
    border-radius: 50px;
    background: var(--secondary);
}
.get-cash-offer .button-2 a{
    color: #FFF;
    font-family: 'Rubik-Bold';
    font-size: 14px;
    font-weight: 700;
    line-height: 14px; /* 100% */
    letter-spacing: 2px;
}
.get-cash-offer h4 {
    font-family: 'Rubik-Light';
    font-size: 35px;
    font-weight: 300;
    line-height: 45.5px;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.get-cash-offer h4 a {
    font-family: 'Rubik-Black';
    color: white;
    font-size: 39px;
    position: relative;
    top: 3px;
}


/* ===Get Cash Offer Section=== */
/* Steps section */
#steps {
    padding: 80px 0 30px;
}
#steps .card-title{
color: var(--primary);
font-family:'Rubik-Medium' ;
font-size: 18px;
line-height: 26px; /* 130% */
}
#steps .card{
border: none;
}
#steps .steps-head p{
    margin-bottom: 50px ;
}

/* Our team */
#our-team{
    background: #F8F9FB;
    padding: 60px 0 100px;
}
#our-team .team-head h2{
    color: #454545;
    font-family: 'Rubik-Light';
    font-size: 35px;
    font-weight: 300;
    line-height: 45.5px; /* 130% */
    margin-bottom: 30px;
}
#our-team .team-head p{
    color: #929292;
    text-align: center;
    font-family: 'Rubik-Regular';
    font-size: 18px;
    font-weight: 400;
    line-height: 29.88px;
    margin-bottom: 30px;
}

/* Get Offer Form Section */
.get-offer-form-section , #work-with-us {
    padding: 55px 0;
    background: var(--primary);
}

.get-offer-form-section h2 {
    font-family: 'Rubik-Light';
    font-size: 36px;
    color: #fff;
    margin-bottom: 24px;
    line-height: 46px;
}

.get-offer-form-section .get-offer-head p {
    color: #FFF;
text-align: center;
font-family: 'Rubik-Regular';
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 29.88px;
    margin-bottom: 40px;
}
.get-offer-num{
    color: #FFF;

text-align: center;
font-family: 'Rubik-Light';
font-size: 26px;
font-style: normal;
font-weight: 300;
line-height: 25.74px; /* 99% */
text-transform: capitalize;
}
.get-offer-form-section .form-box {

    margin: 0 auto 25px;
}



.get-offer-form-section .form-box .input-field {
    width: 67%;
}

.get-offer-form-section .form-box .input-field .form-control {
    border: none;
    border-radius: 0;
    font-family: 'Rubik-Regular';
    font-size: 16px;
    padding: 19px 25px;
    box-shadow: 0px 0px 5px #efefef;
}

.get-offer-form-section .form-box .input-field .form-control::placeholder {
    font-style: italic;
}

.get-offer-form-section .form-box .submit-btn input {
    font-family: 'Rubik-Bold';
    font-size: 21px;
    color: white;
    background: var(--secondary);
    border-radius: 0 10px 10px 0;
    padding: 15px 22px;
    border: none;
}




.get-offer-form-section-m h2 {
    font-size: 32px;
    margin-bottom: 0;
}

.get-offer-form-section-m .form-box {
    margin-bottom: 0;
    width: 90%;
}

.get-offer-form-section-m .form-box .img {
    padding: 18px 12px;
}

.get-offer-form-section-m .form-box .input-field .form-control {
    padding: 19px 18px;
}
.get-offer-form-section-thank{
    padding: 120px 0!important;
}
.get-offer-form-section-thank h2 {
    font-size: 45px;
    margin-bottom: 15px;
}
.get-offer-form-section h6 {
    font-family: 'Rubik-Regular';
    font-size: 25px;
    margin-top: 10px;
}
/* Get Offer Form Section */
/* ==Footer Section== */
footer {
    background: transparent;
}

.footer-top {
    padding: 50px 0;
    background: #fff;
    color: white;
}

.footer-top .info img {
    width: 130px;
    margin-bottom: 15px;
}

.footer-top .links h5,
.footer-top .contact-links h5 {
    font-family: 'Rubik-Bold';
    font-size: 22px;
    margin-bottom: 30px;
}

.footer-top .links ul,
.footer-top .contact-links ul {
    padding-left: 0;
    list-style: none;
}

.footer-top .links ul li {
    background: url('./images/img-icon-arrow-right.png') no-repeat left 5px/8px;
    padding-left: 25px;
}

.footer-top .links ul li:not(:last-child) {
    margin-bottom: 15px;
}

.footer-top .links ul li a {
    color: #999;
text-align: center;
font-family: 'Rubik-Medium';
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 18px; 
}

.footer-top .contact-links ul li {
    padding-bottom: 15px;
    padding-left: 30px;
   
}



.footer-top .contact-links ul li a {
    font-family: 'Rubik-Regular';
    font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 23.24px;
    color: #808080;
}

.footer-top .contact-links .social-links {
    margin-left: 30px;
    margin-top: 15px;
}

.footer-top .contact-links .social-links a {
    width: 25px;
    height: 25px;
    background: white;
    margin-right: 15px;
    position: relative;
    color: #2FB92F;
    border-radius: 2px;
}

.footer-top .contact-links .social-links a:last-child {
    margin-right: 0;
}

.footer-top .contact-links .social-links a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
}

.footer-bottom {
    background-color: var(--primary);
    padding: 15px 0;
    color: white;
}
.footer-logo, .links{
    padding-bottom: 30px;
}
/* ==Footer Section== */

/* About us Page */
#about-us{
	padding-top: 70px;
}
#about-us h2{
color: #454545;
font-family: 'Rubik-Regular';
font-size: 26px;
font-style: normal;
font-weight: 400;
line-height: 46.8px;
margin-bottom: 10px;
}
#about-us p{
	color: #929292;
	font-family: 'Rubik-Regular';
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 29.88px;
}
#about-us span{
	color: #2E2E2E;
}

#about-us .about-us-text{
	padding: 10px 40px;
	background-color: #FAFAFA;
}
/* About us Page */

/* Realtors Page */
#realtors h1, #contact-us h1, #homeowners h1{
    color: #454545;
    font-family: 'Rubik-Regular';
    font-size: 33px;
    font-style: normal;
    font-weight: 400;
    line-height: 45.5px;
    margin-bottom: 10px;
}
#realtors .realtors-content{
    background: #FAFAFA;
    padding: 60px 0 80px;
}
#realtors .realtors-content h2{
    color: #454545;
font-family: 'Rubik-Regular';
font-size: 33px;
font-style: normal;
font-weight: 400;
line-height: 45.5px;
margin-bottom: 20px;
}
#realtors .realtors-content ul{
    margin: 0;
    padding: 0;
}
#realtors .realtors-content li{
    padding-left: 25px;
    list-style: none;
    color: #777;
    font-family: 'Rubik-Regular';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 6px;
    background: url(/wp-content/uploads/2023/12/Frame.png) no-repeat top left/18px;
}
#work-with-us{
    color: #fff;
}

#work-with-us h2{
    font-family: 'Rubik-Regular';
font-size: 34px;
font-style: normal;
font-weight: 400;
line-height: 46.8px;
margin-bottom: 5px;
}
#work-with-us p{
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 29.88px;
    margin-bottom: 39px;
}
#work-with-us a{
    font-family: 'Rubik-Medium';
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 14px; /* 100% */
letter-spacing: 1px;
    border-radius: 50px;
background: #ED9100;
padding: 10px 20px;
color: #fff;
}
.cta-text p{
margin-top: 26px;
font-size: 20px !important;
margin-bottom: 0;
}
.contact-content{
    padding: 70px 0 60px;
}
#contact-us .address-info{
    margin-bottom: 20px;
}
#contact-us .address-info p{
    color: #929292;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 29.88px;
    padding-bottom: 10px;
}
#contact-us .number-info h4{
color: #454545;
font-family: 'Rubik-Regular';
font-size: 23px;
font-style: normal;
font-weight: 400;
line-height: 31.2px; 
margin-top: 20px;
}
#contact-us .number-info a{
    color: #2E2E2E;
font-family: 'Rubik-Regular';
font-size: 23px;
font-style: normal;
font-weight: 400;
line-height: 31.2px;

}

#blog-page{
    padding: 55px 0 25px;
}
/* Blog Page */
#blog-list {
    padding-bottom: 50px;
}

.featured-blog {
    padding: 91px 0 80px;
}

.featured-blog .img img {
    width: 100%;
}
.client-img img{
	border-radius: 50%;
}
.featured-blog .text h5 {
    font-family: "Rubik-SemiBold";
    margin-bottom: 15px;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: var(--primary);
    opacity: 0.9;
}

.featured-blog .text p {
    color: #333;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 14px;
}

.featured-blog .text p a,
.latest-blogs .inner-box p a {
    font-family: "Rubik-Bold";
    text-decoration: underline;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-decoration-line: underline;
    color: var(--primary);
}

.featured-blog .text h6,
.latest-blogs .inner-box h6 {
    font-size: 16px;
    color: #333333;
    background: url("/wp-content/uploads/2023/12/fe_calendar.png") no-repeat left top/25px;
    padding: 3px 0;
    padding-left: 35px;
    font-family: "Rubik-Medium";
    font-weight: 500;
}

/* Blog Page */
/* Latest Blogs Section */
.latest-blogs .title h3 {
    font-family: "Rubik-Bold";
    font-size: 29px;
    line-height: 130%;
    margin-bottom: 41px;
}

.latest-blogs .outer-box {
    margin-bottom: 35px;
}

.latest-blogs .inner-box {
    box-shadow: 0px 0px 10px #ececec;
    height: 100%;
}

.latest-blogs .inner-box img {
    width: 100%;
}

.latest-blogs .inner-box .textbox {
    padding: 15px 15px 25px;
}

.latest-blogs .inner-box h5 {
    font-family: "Rubik-SemiBold";
    margin-bottom: 13px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #000000;
}

.latest-blogs .inner-box p {
    margin-bottom: 15px;
    opacity: 0.8;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #000000;
}

.latest-blogs .inner-box h6 {
    padding-left: 32px;
}

.latest-blogs .paginate-pagination {
    padding: 25px 0 85px;
}

.latest-blogs .paginate-pagination ul {
    display: flex;
    justify-content: center;
    list-style: none;
    padding-left: 0;
}

.latest-blogs .paginate-pagination ul li:not(:last-child) {
    margin-right: 30px;
}

.latest-blogs .paginate-pagination ul li .page {
    font-family: "Rubik-Regular";
    font-size: 14px;
    color: #172234;
}

.latest-blogs .paginate-pagination ul li .page.active {
    background-color: #233470;
    color: white;
    padding: 8px 12px;
    border-radius: 5px;
}

/* Latest Blogs Section */
.blog-section{
    padding: 70px 0 30px;
}
.blog-section .content > *{
    margin-bottom: 20px;
}
.blog-section .content ul{
    padding-left: 30px;
}
.blog-section .content .img img{
    width: 100%;
}

@media(max-width: 767px){
    .blog-section {
        padding: 35px 0;
    }
    .blog-section .content > * {
        margin-bottom: 10px;
    }
}
/* Privacy Term Section */
.privacy-term-section{
    padding: 40px 0;
}
.privacy-term-section .text > *:not(:last-child){
    margin-bottom: 20px;
}
.privacy-term-section .text ul{
    padding-left: 30px;
}
/* Privacy Term Section */


/* Get Offer */
#get-offer{
	padding:40px 0 80px;
}
#get-offer h2{
color: #454545;
font-family: 'Rubik-Regular';
font-size: 23px;
font-style: normal;
font-weight: 400;
line-height: 31.2px; 
	margin-bottom:30px;
}
.get-offers .card-body{
	padding:30px;
}
.get-offers h5{
	text-align:center;
	color: #454545;
font-family: 'Rubik-Light';
font-size: 23px;
font-style: normal;
font-weight: 300;
line-height: 31.2px; 
}
/* Get Offer */
#menu-footer-menu{
	flex-direction:row;
	justify-content:center;
}
/* Custom Animations */
@keyframes moveLeft {
    0% { right: 0 }
    25% { right: 8px }
    50% { right: 15px }
    75% { right: 8px }
    100% { right: 0px }
  }
/* Custom Animations */
.address-btn {
	font-family: 'Rubik-Bold';
    font-size: 22px;
    width: 100%;
    outline: 0;
    border: 0;
    height: 55px;
    padding: 13px 10px;
    text-transform: uppercase;
  
    border-radius: 0 5px 5px 0;
    -webkit-transition: 400ms background-color;
    transition: 400ms background-color;
	background-color: var(--secondary)!important;
    color: #fff;
}
.gform_wrapper.gravity-theme .address-form input[type=text] {
    text-align: left;
    padding: 12px 15px;
    border-radius: 5px 0px 0 5px;
    margin-top: 0;
    height: 55px;
    font-size: 18px;
    font-weight: 500;
	border:none;
}
#field_1_75 input[type=text]{
	border-radius:0px;
	border-left:1px solid grey;
}
input:focus-visible{
	outline:none;
}
.address-form #field_1_45{
	grid-column: span 6;
}
.address-form #field_1_75{
	grid-column: span 2;
}
.gform_wrapper.gravity-theme .address-form .gform_fields {
    grid-column-gap: 0;
    grid-row-gap: 0;
}
.address-form .gform_footer.top_label{
	margin:0 !important;
	padding:0 !important;
}
.gform_footer.top_label{
	justify-content:center;
}
.gform_wrapper.gravity-theme input[type=text] , .gform_wrapper.gravity-theme .gfield_label, .gform_wrapper.gravity-theme .gfield select, .gform_wrapper.gravity-theme .gfield-choice-input+label{
	font-family: 'Rubik-Regular';
}
#gform_submit_button_2, #gform_submit_button_3 {
	border:none;
	border-radius: 50px;
    height: 61px;
    padding: 15px 50px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
	background-color:var(--primary);
	text-transform: uppercase;
}
#gform_submit_button_3{
	width:100%;
	border-radius:5px;
}
#gform_submit_button_1{
	visibility:hidden;
}
@media only screen and (max-width:767px){
	.home-banner {
    padding-top: 40px;
}
	.home-banner .banner-info h1{
		    font-size: 33px;
	}
	.address-form #field_1_45 {
    grid-column: span 8;
		font-size:18px;
}
	#field_1_75 input[type=text]{
		border-radius: 0px 5px 5px 0;
	}
	.address-form #field_1_75 {
    grid-column: span 4;
}
	.gform_wrapper.gravity-theme .address-form input[type=text]{
		font-size:15px;
	}
	.address-btn{
		border-radius:5px;
	}
	.get-cash-offer h4 {
    font-family: 'Rubik-Light';
		font-size: 24px;
	}
	.get-cash-offer .button-1 {
    margin-bottom: 20px;
}
	.home-banner .banner-info {
    padding-bottom:40px;
}
	#gurrenty {
    padding: 40px 0 25px;
}
	.google-reviews-section {
    padding: 30px 0 25px;
    
}
	#steps {
    padding: 40px 0 30px;
}
	#gurrenty h5, #steps h5 {
    font-family: 'Rubik-Light';
    color: #454545;
    font-size: 24px;
    line-height: 32.5px;
    margin-bottom: 10px;
    font-weight: 400;
}
	#steps .steps-head p {
    margin-bottom: 15px;
}
	#our-team {
    padding: 50px 0;
}
	#our-team .team-head h2 {
    font-size: 24px;
    line-height: 32.5px;
    margin-bottom: 20px;
}
	.get-offer-num {
		font-size: 18px;
	}
	.get-offer-form-section .form-box {
    margin: 0 ;
}
	#adv-table {
    background: #F1F1F1;
    padding-top: 40px;
    padding-bottom: 40px;
}
	#adv-table .adv-head h5 {
    font-size: 24px;
    line-height: 35.64px;
    margin-bottom: 20px;
}
	#adv-table .adv-head h6 {
    font-size: 20px;
    margin-bottom: 5px;
}
	.review-icons-section img{
		max-width:65%;
		padding-bottom:20px;
	}
	.reasons-head h5 {
    font-size: 24px;
    line-height: 36.5px;
    margin-bottom: 14px;
}
	#about-us {
    padding-top: 50px;
}
	#about-us h2{
		font-size:24px;
		text-align:center;
	}
	#realtors .realtors-content h2{
		font-size:24px;
		text-align:center;
	}
	.contact-content {
    padding: 30px 0 60px;
    flex-direction: column-reverse;
}
	#contact-us .address-info{
		margin-top:30px;
	}
	  .privacy-term-section {
        padding: 35px 0;
    }
    .privacy-term-section .text > *:not(:last-child) {
        margin-bottom: 10px;
    }
	#menu-footer-menu {
    flex-direction: column;
}
}
.custom-logo-link img{
	width:100%;
	height:100px;
}
.footer-top .custom-logo-link img{
    width: 30%;
    height: auto;
}