/*!
Theme Name: Compliance
Theme URI: https://crecentech.com/
Author: Crecentech
Author URI: https://crecentech.com/
Description: Our core value enables us to engage with unstoppable and committed virtual staffing resources who converge expertise to build a victorious business roof.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License URI: LICENSE
Text Domain: EPBS
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/
/* Website's Primary Color */
:root {
    --color-primary: #223366;
  }

/* Website's Primary Color */
/* ======Fonts====== */
@font-face {
    font-family: "Raleway-Black";
    src: url("./fonts/Raleway-Black.ttf");
}

@font-face {
    font-family: "Montserrat-Regular";
    src: url("./fonts/Montserrat-Regular.ttf");
}

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

@font-face {
    font-family: "Raleway-SemiBold";
    src: url("./fonts/Raleway-SemiBold.ttf");
}

@font-face {
    font-family: "Raleway-Bold";
    /*     src: url("./fonts/Raleway-ExtraBold.ttf"); */
    src: url("./fonts/Raleway-Bold.ttf");
}

@font-face {
    font-family: "Raleway-Regular";
    src: url("./fonts/Raleway-Regular.ttf");
}

/* ======Fonts====== */
/* Reset default browser styles */
.smrtphoneText{
	display: none;	
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway-Bold";
}

h2 {
    color: var(--color-primary);
    font-size: 35px;
    line-height: 130%;
}

p {
    font-size: 18px;
    line-height: 25px;
    color: #121212;
}

img {
    max-width: 100%;
}

.btn:focus {
    box-shadow: none;
}

/* Set default font and background color */
body {
    font-family: "Raleway-Regular";
    background-color: #fff;
}

/* Set header styles */
header {
    background: #ffffff;
}

/* Set link styles */
a {
    color: #3d3d3d;
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
}

/* Set hover styles for links */
a:hover {
    color: #3d3d3d;
    text-decoration: none;
}

/* Header */
#header li {
    list-style: none;
}

#header .head-bar {
    padding-top: 14px;
    padding-bottom: 14px;
}

#header .head-bar a {
    font-family: "Raleway-Medium";
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
}

#header .head-contact li {
    padding-right: 25px;
}

#header .head-contact img {
    padding-right: 8px;
}

.items li {
    padding-left: 24px;
}

/* 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(--color-primary);
    transition: all 0.5s linear;
    width: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    border-radius: 2px;
}

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

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

#navbar a.nav-link {
    font-family: "Raleway-Medium";
    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;
}

#navbar .nav-btn .btn {
    border: none;
    padding: 12px 25px;
    font-family: "Raleway-Bold";
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    background: var(--color-primary);
    border-radius: 5px;
}

/* Header */
/* Home Banner */
#home-banner .form-control::-moz-placeholder {
    color: white;
    opacity: 0.7;
    font-size: 15px;
}

#home-banner .form-control::placeholder {
    color: white;
    opacity: 0.7;
    font-size: 15px;
}

#home-banner {
    padding: 90px 0 80px;
}
.page-id-19 #home-banner{
	background: var(--color-primary);
}
#home-banner .form-bg {
    -webkit-backdrop-filter: blur(11.0769px);
    backdrop-filter: blur(11.0769px);
    background: #2D3238;
    border-radius: 6.30631px;
    padding: 23px 24px 19px 26px;
    width: 360px;
}

#quick-steps-ebps .card {
  border: none;
  border-radius: 10px 10px 0px 0px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.18);
}

#mainFooter .footerCardMain .newsletterInput input.wpcf7-not-valid {
    border: 2px red solid !important;
}

#mainFooter .wpcf7-not-valid-tip {
    display: none;
}

#mainFooter .wpcf7 form .wpcf7-response-output {
	margin: -2em 0.5em 1em;
}
#TestimonialsSection + #PricingSection .headiong {
	margin-bottom: 70px;
}
.selling-offer {
    text-align: center;
}

.selling-offer h4 {
    font-family: "Raleway-Bold";
    font-style: normal;
    font-size: 25px;
    line-height: 25px;
    text-align: center;
    color: #ffffff;
    margin: 10px 34px 24px;
}

.selling-offer p {
    font-size: 14px;
    line-height: 17px;
    color: rgba(44, 62, 80, 0.9);
    margin-bottom: 35px;
}

.form-back-bg {
    background: black;
    padding-left: 5px;
    padding-top: 5px;
    border-radius: 6.30631px;
    width: 360px;
    padding-bottom: 5px;
}

.home .form-back-bg{
	position: relative;
	z-index: 2;
}
.img-back-bg {
    position: absolute;
    left: 133px;
    top: -12%;
    z-index: -1;
    border-top: 10px #2D3238 solid;
    border-radius: 5px 0px 0px 5px;
    border-bottom: 10px #2D3238 solid;
    width: 86%;
}
.home .img-back-bg{
	z-index: 1;
}
#quick-steps-ebps{
	background-image: linear-gradient(to bottom, var(--color-primary), white) !important;
}
.img-back-bg img {
    width: 100%;
    height: 525px;
    -o-object-fit: cover;
    object-fit: cover;
}

.form-bg .form-group {
    margin-bottom: 15px;
}

.form-bg .form-control {
    opacity: 0.76;
    background: rgba(255, 255, 255, 0.3);
    border: 0.315315px solid rgba(255, 255, 255, 0.9);
    border-radius: 3.15315px;
    padding: 14px;
    font-size: 14px;
    color: white;
}

.form-bg .form-control input {
    color: white;
}

.form-bg .form-control:focus {
    box-shadow: none;
    color: white;
    opacity: 1;
}

.home-form .btn,
#learn .learn-btn {
    margin-top: 10px;
    width: 100%;
    font-family: "Raleway-Bold";
    font-size: 19px;
    background: #9D7025;
    border-radius: 4.41441px;
    padding: 15px 60px;
    font-style: normal;
    line-height: 14px;
    color: #ffffff;
    opacity: 1;
	border:none;
}

.banner-text {
    color: #ffffff;
    margin-bottom: 97px;
}

.banner-text h2 {
    display: inline-block;
    background: #df1c25;
    font-weight: 700;
    font-size: 40px;
    line-height: 49px;
    padding: 15px 35px;
    color: #ffffff;
}
.home .banner-text h2{
	color: white;
}

.banner-text h1 {
    font-family: "Raleway-Bold";
    font-style: normal;
    font-weight: 900;
    font-size: 46px;
    line-height: 59px;
    color: var(--color-primary);
}
.home .banner-text h1{
	color: white;
}

.banner-text h6 {
    font-family: "Raleway-Regular";
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 40px;
    color: #000000;
    margin-bottom: 50px;
}
.home .banner-text h6{
	color: white;
}

.review-icons {
    background: #f6f6f6;
    padding: 30px 15px;
    border-radius: 7px;
}
.home .review-icons{
	background: transparent;
}
/* Home Banner */
/* Perks */
#home-perks {
    background: rgba(61, 61, 61, 0.07);
    padding: 29px 0;
}

#home-perks .img-card {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

#home-perks p {
    font-family: "Montserrat-Regular";
    padding-top: 15px;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.005em;
    color: #000000;
    opacity: 0.8;
}

/* Perks */
/* Quick Steps */
#quick-steps-ebps {
    padding: 50px 0;
    height: 350px;
}

#quick-steps-ebps h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 41px;
    text-align: center;
    color: #ffffff;
}

#quick-steps-ebps .card-title {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    text-align: center;
    font-family: "Raleway-Regular";
    margin-bottom: 10px;
}

#quick-steps-ebps .quick-container {
    margin-top: 60px;
}

#quick-steps-ebps .button a {
    background: #9D7025;
    border-radius: 8px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    justify-content: center;
    color: #fff;
    width: 268px;
    display: flex;
    padding: 22px 15px;
    margin: 43px auto;
}

#quick-steps-ebps .card-text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    font-family: "Raleway-Regular";
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
}

#home-perks + #quick-steps-ebps {
  padding: 45px 0 37px;
  height: 393px;
  margin-bottom: 176px;
}

/* Quick Steps */
/* buyHousedAsIsCondition */
#buyHousedAsIsCondition {
    background: #f1f1f1;
    margin-top: 280px;
}

#buyHousedAsIsCondition .top-heading {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    margin-top: 50px;
    text-align: center;
    margin-bottom: 10px;
}

#buyHousedAsIsCondition .heading {
    text-align: center;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 35px;
    line-height: 41px;
    color: var(--color-primary);
}

#buyHousedAsIsCondition .paragraph-after-headind {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    text-align: center;
    width: 900px;
    margin: 0 auto;
    margin-bottom: 25px;
}

#buyHousedAsIsCondition .parent-card {
    padding: 26px 40px;
    background: white;
    border-radius: 10px;
    text-align: center;
    margin: 24px;
    width: 100%;
    height: 337px;
}

#buyHousedAsIsCondition .parent-card img {
    margin-bottom: 20px;
}

#buyHousedAsIsCondition .card-title-child {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 26px;
    text-align: center;
    color: #000000;
    margin-bottom: 15px;
}

#buyHousedAsIsCondition .card-paragraph-child {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 20px;
}

#buyHousedAsIsCondition .parent-card a {
    background: var(--color-primary);
    border-radius: 113px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #ffffff;
    padding: 10px 25px;
}

/* buyHousedAsIsCondition */
/* about-us-ebps Start */
#about-us-ebps .how-it-works p {
    font-family: "Raleway-Regular";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
    margin-bottom: 3px;
}

#about-us-ebps .how-it-works h2 {
    font-style: normal;
    font-weight: 800;
    font-size: 35px;
    line-height: 41px;
    color: var(--color-primary);
    margin-bottom: 15px;
}

#about-us-ebps p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 15px;
}

#about-us-ebps .arrow {
    content: url("./images/arrow.png");
    position: absolute;
    right: 35%;
    top: -12px;
}

#about-us-ebps a {
	justify-content:center;
    margin-top: 35px;
    background: #9D7025;
    border-radius: 8px;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 23px;
    color: #fff;
    width: 268px;
    display: flex;
    padding: 15px 27px;
}
#about-us-ebps .owner-info a {
  background: transparent;
}

#about-us-ebps .owner-info h4 {
    font-family: "Raleway-Bold";
    font-style: italic;
    font-weight: 700;
    font-size: 25px;
    line-height: 29px;
    text-align: center;
    color: var(--color-primary);
    margin-bottom: 7px;
}

#about-us-ebps .owner-info p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #333333;
}

/* about-us-ebps End*/
#counterSection {
    padding: 60px 0;
}

#counterSection .plussign,
#counterSection .dollarSign {
    font-style: normal;
    font-weight: 800;
    font-size: 80px;
    line-height: 94px;
    color: #ffffff;
    display: inline;
    font-family: "Raleway-Bold";
}

#counterSection .number {
    display: inline;
    font-style: normal;
    font-weight: 800;
    font-size: 80px;
    line-height: 94px;
    color: #ffffff;
    font-family: "Raleway-Bold";
}


#counterSection .heading {
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
}

#TestimonialsSection {
    padding: 60px 0;
    background: #F6F6F6;
}

#TestimonialsSection .top-heading {
    font-family: "Raleway-Regular";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
}

#TestimonialsSection .TestimonialSection {
    padding: 0 0 60px;
}

#TestimonialsSection .headiong {
    font-family: "Raleway-Bold";
    text-align: center;
    font-style: normal;
    font-size: 35px;
    margin-bottom: 35px;
    line-height: 59px;
    color: var(--color-primary);
    font-weight: bolder;
}

#TestimonialsSection .inner-box {
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
    border-radius: 10.5701px;
    padding: 40px 30px;
    background: white;
}

#TestimonialsSection .inner-box img {
    float: left;
    margin: 0 15px;
	width: 50px;
    border-radius: 50%;
}

#TestimonialsSection .inner-box h6 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: var(--color-primary);
    padding: 0 10px;
}

#TestimonialsSection .inner-box p {
    font-style: normal;
    padding: 0 10px;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.7);
}

#TestimonialsSection .inner-box p.review-text {
    padding: 10px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.7);
}

#TestimonialsSection .inner-box .comma {
    position: absolute;
    right: 4px;
    bottom: 30px;
}

#PricingSection {
    padding: 60px 0;
    margin-top: 250px;
}

#PricingSection .card-table-2 .card-title-table-dull {
    background: var(--color-primary);
    color: white;
    height: 115%;
    margin-top: -50px;
}

#PricingSection .card-table-1 ul li {
    position: relative;
}

#PricingSection .card-table-2 ul li {
    position: relative;
}

#PricingSection .card-title-table-dull {
    background: #9D7025;
    box-shadow: inset 0px 4.32245px 4.32245px rgba(0, 0, 0, 0.25);
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 29px;
    color: #000000;
    padding: 25px 32px;
}

#PricingSection .card-table-2 {
    box-shadow: 0px 4.32245px 16.2092px rgba(0, 0, 0, 0.25);
}

#PricingSection .card-table-2 ul {
    padding: 30px 62px;
    background: #ffffff;
    border-radius: 0px 0px 10.8061px 10.8061px;
}

#PricingSection .card-table-1 ul {
    padding: 10px 54px;
    background: rgba(196, 196, 196, 0.15);
    border-radius: 0 0 15px 15px;
}

#PricingSection .card-table-1 {
    width: 300px;
}

#PricingSection .card-table-2 ul li {
    list-style: none;
    padding: 21px 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.9);
}

#PricingSection .card-table-2 ul li::before {
    content: url("./images/green-marker.png");
    position: absolute;
    left: -37px;
    top: 14px;
}

#PricingSection .card-table-1 ul li {
    list-style: none;
    padding: 21px 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: rgba(0, 0, 0, 0.5);
}

#PricingSection .card-table-1 ul li::before {
    content: url("./images/marker.png");
    position: absolute;
    left: -37px;
    top: 14px;
}

#PricingSection .top-heading {
    font-family: "Raleway-Regular";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
}

#PricingSection .TestimonialSection {
    padding: 0 0 60px;
}

#PricingSection .headiong {
  font-family: "Raleway-Bold";
  text-align: center;
  font-style: normal;
  font-size: 35px;
  line-height: 1.4;
  color: var(--color-primary);
  margin: 30px 0 90px;
}

#TestimonialsSection h2 {
    text-align: center;
    margin-bottom: 35px;
}

#TestimonialsSection p.topHeading {
    text-align: center;
}

#TestimonialsSection .inner-box {
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
    border-radius: 10.5701px;
    padding: 40px 20px;
    background: white;
}

#TestimonialsSection .stars {
    margin-bottom: 11px;
}

#TestimonialsSection .TestimonialSection {
    padding: 0;
}

#TestimonialsSection .swiper-slide-active .inner-box {
    background: var(--color-primary);
    box-shadow: 0px 4px 35px rgba(148, 78, 158, 0.25);
    border-radius: 10.5701px;
}

#TestimonialsSection .swiper-slide-active .inner-box .profileReviwer h6 {
    padding: 0 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #ffffff;
}

#TestimonialsSection .swiper-slide-active .inner-box .profileReviwer img.comma {
    filter: brightness(0) invert(1);
}

#TestimonialsSection .swiper-slide-active .inner-box p {
    font-style: normal;
    padding: 0 10px;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: white;
}

#TestimonialsSection .inner-box p {
    font-style: normal;
    padding: 0 10px;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: black;
    margin-bottom: 36px;
}

#TestimonialsSection .profileReviwer h6 {
    padding: 0 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: var(--color-primary);
}

#TestimonialsSection .profileReviwer p {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.7);
    margin: 0;
}

#mapSection {
    padding: 90px 0;
    margin-top: 0;
}

#mapSection .flagHeading {
    position: relative;
}

#mapSection .flagHeading img {
    border: 7px solid white;
    border-radius: 62px;
    position: absolute;
    top: -27px;
}

#mapSection .flagHeading .flagTitle {
    background: white;
    padding: 18px 18px 18px 4.6em;
    margin: 30px 0;
    margin-left: 0px;
    font-style: normal;
    font-size: 25px;
    line-height: 29px;
    color: var(--color-primary);
    font-family: "Raleway-Bold";
    margin-left: 17px;
}

#mapSection .areasWeWorkedIn {
    padding: 30px 74px 30px 30px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 12.6389px rgba(0, 0, 0, 0.15);
    border-radius: 4.51389px;
    opacity: 0.9;
    margin: 50px auto;
    margin-left: auto;
    margin-left: 50px;
}

#mapSection .areasWeWorkedIn h4 {
    font-style: normal;
    font-size: 25px;
    line-height: 29px;
    color: var(--color-primary);
    font-weight: 500;
}

#mapSection .areasWeWorkedIn p {
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 19px;
    color: #000000;
    margin: 10px 0 20px;
}

#mapSection .areasWeWorkedIn ul {
    list-style: none;
    position: relative;
}

#mapSection .areasWeWorkedIn ul li {
    padding: 10px;
}

#mapSection .areasWeWorkedIn ul li svg {
    margin-right: 10px;
}

#footerHead {
    padding: 85px 0 60px;
    background: var(--color-primary);
    margin-top: 150px;
}

#footerHead .headingFooterHead h3 {
    font-style: normal;
    font-size: 35px;
    line-height: 45px;
    letter-spacing: 1px;
    color: #ffffff;
    margin-bottom: 20px;
}

#footerHead .headingFooterHead p {
    font-family: "Raleway-Regular";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #dfdfdf;
}

#footerHead .form-control::-moz-placeholder {
    color: white;
    opacity: 0.7;
    font-size: 15px;
}

#footerHead .form-control::placeholder {
    color: white;
    opacity: 0.7;
    font-size: 15px;
}

#footerHead .form-bg {
    -webkit-backdrop-filter: blur(11.0769px);
    backdrop-filter: blur(11.0769px);
    background: var(--color-primary);
    border-radius: 6.30631px;
    padding: 23px 24px 19px 26px;
    width: 360px;
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.25));
}

#footerHead .selling-offer {
    text-align: center;
}

#footerHead .selling-offer h4 {
    font-family: "Raleway-Bold";
    font-style: normal;
    font-size: 25px;
    line-height: 25px;
    text-align: center;
    color: #ffffff;
    margin: 10px 11px 12px;
}

#footerHead .selling-offer p {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 30px;
}

#footerHead .form-back-bg {
    background: black;
    padding-left: 5px;
    padding-top: 5px;
    border-radius: 6.30631px;
    width: 360px;
    padding-bottom: 5px;
    margin-top: -135px;
    margin-left: 120px;
}

#footerHead .img-back-bg {
    position: absolute;
    right: -55px;
    top: -11%;
    z-index: -1;
    border-top: 10px var(--color-primary) solid;
    border-radius: 5px;
    border-bottom: 10px var(--color-primary) solid;
}

#footerHead .img-back-bg img {
    width: 100%;
    height: 464px;
    -o-object-fit: cover;
    object-fit: cover;
}

#footerHead .form-bg .form-group {
    margin-bottom: 15px;
}

#footerHead .form-bg .form-control {
    opacity: 0.76;
    background: rgba(255, 255, 255, 0.3);
    border: 0.315315px solid rgba(255, 255, 255, 0.9);
    border-radius: 3.15315px;
    padding: 14px;
    font-size: 14px;
    color: white;
}

#footerHead .form-bg .form-control input {
    color: white;
}

#footerHead .form-bg .form-control:focus {
    box-shadow: none;
    color: white;
    opacity: 1;
}
#site-map-section{
	padding-top: 70px;
}
#site-map-section iframe{
	width: 100%;
}
#mainFooter .footerCardMain {
    margin-top: 60px;
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
    background: #fff;
    box-shadow: 0px 4px 25px rgba(184, 186, 188, 0.25);
    border-radius: 6px;
    margin-bottom: -110px;
    z-index: 12;
    position: relative;
}

#mainFooter .footerCardMain .FooterTitle {
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    color: var(--color-primary);
    margin-bottom: 50px;
    font-family: "Raleway-Bold";
}

#mainFooter .footerCardMain .companyLogo {
    margin-bottom: 35px;
}

#mainFooter .footerCardMain p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.7);
    opacity: 0.85;
}

#mainFooter .footerCardMain ul {
    list-style: none;
}

#mainFooter .footerCardMain ul li {
    margin-bottom: 10px;
    font-family: "Raleway-Regular";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.7);
}

#mainFooter .footerCardMain ul li a {
    font-size: 16px;
}

#mainFooter .footerCardMain .socials-links {
    margin-top: 35px;
    margin-bottom: 15px;
}

#mainFooter .footerCardMain .socials-links ul {
    list-style: none;
    list-style-position: outside;
    list-style-image: none;
    list-style-type: none;
    display: flex;
}

#mainFooter .footerCardMain .socials-links ul li {
    margin: 0 5px;
}

#mainFooter .footerCardMain .newsletterInput input {
    padding: 14px 50px 15px 18px;
    border: 0.8px solid rgba(0, 0, 0, 0.28);
    border-radius: 4px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150.6%;
    color: rgba(0, 0, 0, 0.4);
    margin-bottom: 26px;
    width: 65%;
}

#mainFooter .footerCardMain .newsletterInput .wpcf7-form-control.has-spinner.wpcf7-submit {
    width: 71.42px;
    margin-left: -10px;
    height: 53px;
    background: var(--color-primary);
    padding: 10px;
    background: url("https://expertpropertybuyers.com/wp-content/uploads/2023/06/arrrow.png");
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
    background-color: var(--color-primary);
}

#mainFooter .footerCardMain .personalsFooter ul li {
    margin-bottom: 20px;
}

#mainFooter .footerCardMain .personalsFooter ul li a {
    margin-left: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.7);
}

#mainFooter .footer-bottom {
    background: var(--color-primary);
    padding: 140px 0 15px;
}

#mainFooter .footer-bottom p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    font-family: "Raleway-Regular";
    color: #ffffff;
}

#mainFooter .footer-bottom .links a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
    margin: 0 15px;
}

#CallUsSection {
    padding: 70px 0;
}

#CallUsSection .top-heading-call-us {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
}

#CallUsSection .otherheading {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 43px;
    color: #000000;
}

#CallUsSection span {
    font-style: normal;
    font-size: 45px;
    line-height: 53px;
    color: #000000;
    font-family: "Raleway-Bold";
}

#CallUsSection a.button {
    margin-top: 25px;
    background: var(--color-primary);
    border-radius: 8px;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 23px;
    color: #fff;
    padding: 17px 57px;
    border: none;
    font-family: "Raleway-Bold";
    display: inline-block;
}

#situationWhereWeCanHelp {
    /* House-types Section */
    padding: 60px 0 0;
}

#situationWhereWeCanHelp h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 41px;
    text-align: center;
    color: var(--color-primary);
    margin-bottom: 10px;
}

#situationWhereWeCanHelp p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    width: 80%;
    line-height: 25px;
    text-align: center;
    color: #000000;
    margin-bottom: 50px;
}

#situationWhereWeCanHelp .card-col {
    padding: 0 7.5px 8px;
    display: flex;
    align-items: stretch;
}

#situationWhereWeCanHelp .card {
    border-radius: 0;
    border: none;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    margin-left: 10px;
    margin-right: 10px;
}

#situationWhereWeCanHelp .card-header {
    font-family: "Raleway-Medium";
    padding: 22px 0 21px;
    font-style: normal;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    text-transform: capitalize;
    color: #ffffff;
    background: var(--color-primary);
    box-shadow: inset 0px 4.32245px 4.32245px rgba(0, 0, 0, 0.25);
}

#situationWhereWeCanHelp .card-body {
    padding: 42px 48px 38px;
    background: #F6F6F6;
}

#situationWhereWeCanHelp .card-body li {
    padding-bottom: 8px;
    padding-left: 27px;
    width: 100%;
    display: block;
    text-align: left;
    float: left;
    margin-right: 1%;
    position: relative;
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
}

#situationWhereWeCanHelp .card-body li::before {
    content: url("./images/tick-in-bg.png");
    position: absolute;
    left: -23px;
    top: -15px;
    transform: scale(0.3);
}

#situationWhereWeCanHelp .row {
    flex-wrap: wrap;
    justify-content: center;
}

section#about-us h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 20px;
    line-height: 41px;
    color: var(--color-primary);
}

section#about-us .owner-section .owner-text p {
    margin-bottom: 16px;
    font-family: "Raleway-Regular";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

/* == Values == */
section#process_ebps {
    background: #fff;
    padding-top: 60px;
    /* #process-cards .cards-row{
      padding-bottom: 38px;
    } */
}

section#process_ebps h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 41px;
    margin-bottom: 15px;
    text-align: center;
    color: var(--color-primary);
}

section#process_ebps .trust #process-cards {
    padding: 55px 0 0;
}

section#process_ebps p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #333333;
}

section#process_ebps #process-cards {
    padding: 50px 0;
}

section#process_ebps #process-cards .cards .card-text {
    font-size: 16px;
    line-height: 22px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
}

section#process_ebps #working {
    background: red;
    padding-bottom: 0;
}

section#process_ebps #working .cards {
    padding-bottom: 0;
}

section#process_ebps #working .card {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

section#process_ebps #process-cards {
    padding: 50px 0 35px;
}

section#process_ebps #process-cards .cards .card .card-body {
    padding: 15px 20px 15px;
}

section#process_ebps #process-cards .cards .card {
    padding-top: 40px;
    background: white;
    border-radius: 0;
    border: none;
    margin-bottom: 35px;
    border-radius: 10.8627px;
    box-shadow: 0px 0px 27.1569px rgba(0, 0, 0, 0.05);
}

section#process_ebps #process-cards .cards .card-title {
    font-style: normal;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    margin-top: 12px;
    color: #000000;
}

section#process_ebps #process-cards .cards .card-text {
    font-size: 16px;
    line-height: 22px;
}

section#process_ebps #process-cards .cards .card-title {
    margin-bottom: 15px;
}

/* == Values == */
#ourMissionSection {
    padding: 60px 0;
}

#ourMissionSection h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 41px;
    color: #ffffff;
    margin-bottom: 20px;
}

#ourMissionSection p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    color: #ffffff;
}

#EPB_Hawaiian .review-icons {
    background: white;
    padding: 30px 15px;
    border-radius: 7px;
}

#EPB_Hawaiian .review-icons div {
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    line-height: 23px;
    color: #333333;
    padding: 0;
    display: flex;
    justify-content: left;
}

#EPB_Hawaiian .review-icons svg {
    margin-right: 5px;
}

#TestimonialsSectionMultilvl {
    padding: 60px 0;
    background: var(--color-primary);
}

#TestimonialsSectionMultilvl h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 59px;
    color: #fff;
    text-align: center;
}

#TestimonialsSectionMultilvl h2 + p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 45px;
}

#TestimonialsSectionMultilvl .top-heading {
    font-family: "Raleway-Regular";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
}

#TestimonialsSectionMultilvl .TestimonialSection {
    padding: 0 0 60px;
}

#TestimonialsSectionMultilvl .headiong {
    font-family: "Raleway-Bold";
    text-align: center;
    font-style: normal;
    font-size: 35px;
    margin-bottom: 35px;
    line-height: 59px;
    color: var(--color-primary);
    font-weight: bolder;
}

#TestimonialsSectionMultilvl .inner-box {
    padding: 30px 20px;
    background: #ffffff;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
    border-radius: 10.5701px;
    position: relative;
    border: 1px solid #ffffff;
    margin: 10px 20px;

}

#TestimonialsSectionMultilvl .inner-box .profileReviwer {
    margin-top: 28px;
}

#TestimonialsSectionMultilvl .inner-box .stars {
    margin-bottom: 10px;
}

#TestimonialsSectionMultilvl .inner-box img {
    float: left;
    margin-right: 10px;
}

#TestimonialsSectionMultilvl .inner-box h6 {
    padding: 0 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: var(--color-primary);
}

#TestimonialsSectionMultilvl .inner-box p {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 27px;
    color: rgba(0, 0, 0, 0.7);
}

#TestimonialsSectionMultilvl .inner-box p.review-text {
    padding: 10px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.7);
}

#TestimonialsSectionMultilvl .inner-box .comma {
    position: absolute;
    right: 0px;
    bottom: 14px;
}

#TestimonialsSectionMultilvl .inner-box:hover {
    background: #6c94b9;
    border: 1px solid #ffffff;
    box-shadow: 0px 4px 35px rgba(148, 78, 158, 0.25);
    border-radius: 10.5701px;
    color: black;
}

#TestimonialsSectionMultilvl .inner-box:hover h6 {
    color: black;
}

#homeSellingProcess {
    background: #fafafa;
    padding: 50px 0;
}

#homeSellingProcess .steps-head h2 {
    padding-bottom: 10px;
}

#homeSellingProcess .steps-head p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    margin: 0 auto;
    color: #000000;
    margin-bottom: 10px;
}

#homeSellingProcess .steps-text ul {
    padding: 4rem;
    font-size: 18px;
    line-height: 32px;
    color: #2c3e50;
    margin-bottom: 10px;
    align-items: baseline;
    display: flex;
    flex-direction: column;
}

#homeSellingProcess .steps-text ul li {
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    line-height: 57px;
    text-transform: capitalize;
    color: #000000;
    list-style: none;
}

#homeSellingProcess .steps-text ul svg {
    margin-right: 15px;
}

#termsAndConditionsSection .tagTime {
    font-style: italic;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 50px;
}

#termsAndConditionsSection .left-box h5 {
    font-family: "Raleway-Bold";
    font-style: normal;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
    margin-bottom: 30px;
}

#termsAndConditionsSection ul.headingUL li {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-top: 30px;
    margin-bottom: 10px;
    font-family: "Raleway-Medium";
}

#termsAndConditionsSection li {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin: 20px;
}

#termsAndConditionsSection .tableofcontent-box {
    padding: 25px 25px 15px;
    margin-bottom: 48px;
    background: #fff;
    border: 0.3px solid rgba(48, 45, 45, 0.65);
    box-shadow: 0px 2px 15px rgba(82, 82, 82, 0.05);
    border-radius: 10px;
}

#termsAndConditionsSection .tableofcontent-box ul {
    padding-left: 25px;
}

#termsAndConditionsSection .tableofcontent-box ul li {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    list-style: disc;
}

#termsAndConditionsSection .tableofcontent-box ul li a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    list-style: disc;
}

#termsAndConditionsSection .tableofcontent-box h6 {
    font-family: "Raleway-Bold";
    display: flex;
    font-weight: inherit;
    align-items: flex-end;
    margin-bottom: 20px;
    font-style: normal;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
}

#testimonialEnd .learn-text.need-text p {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 35px;
    color: #575757;
}

#testimonialEnd .cash-offer #learn .learn-text h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    color: var(--color-primary);
}

#MakeUsDifferent {
    background: #fafafa;
    padding: 45px 0;
}

#MakeUsDifferent h2 {
    margin-bottom: 60px;
}

#MakeUsDifferent .img-card {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #ffffff;
    box-shadow: 0px 0px 27.1569px rgba(0, 0, 0, 0.05);
    border-radius: 10.8627px;
    padding: 50px 30px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 30%;
}

#MakeUsDifferent .img-card img {
    padding-bottom: 30px;
}

#MakeUsDifferent p {
    font-family: "Raleway-Regular";
    padding-top: 15px;
    letter-spacing: 0.005em;
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    line-height: 28px;
    text-align: center;
    color: #000000;
    opacity: 0.8;
}

#MakeUsDifferent .button a {
    background: var(--color-primary);
    border-radius: 8px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    justify-content: center;
    color: #fff;
    width: 277px;
    display: flex;
    padding: 10px 34px;
    margin: 43px auto;
}

.featured-blog .text {
    margin: auto 0;
}

/* Video Section */
#home-video {
    padding: 100px 0 53px;
}

/* Video Section */
/* Our Process Section */
#our-process {
    padding: 83px 0 82px;
}

.process-head h2 {
    margin-bottom: 10px;
}

.process-head p {
    padding: 0 40px;
    margin-bottom: 70px;
}

#our-process .process-img {
    margin-bottom: 35px;
}

.process-text h4 {
    font-family: "Roboto-Medium";
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
    color: #3d3d3d;
    margin-bottom: 20px;
}

.process-text p {
    font-size: 16px;
    line-height: 25px;
    padding: 0 30px;
}

.process-text p span {
    font-weight: 700;
    color: #03aef3;
}

/* Our Process Section */
/* Learn Section */
#learn {
    padding-top: 52px;
    background: #eeeff1;
}

#learn .learn-img {
    display: flex;
    justify-content: flex-end;
}

#learn .learn-text h2 {
    font-size: 30px;
    line-height: 39px;
    margin-bottom: 12px;
}

#learn .learn-text p {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 5px;
}

#learn .learn-text ul {
    margin: 30px 0 0 28px;
}

#learn .learn-text li {
    padding-bottom: 15px;
    font-family: "Raleway-SemiBold";
    display: block;
    width: 45% !important;
    float: left;
    margin-right: 1%;
    position: relative;
}

#learn .learn-text li::before {
    content: url("./images/tick-in-bg.png");
    position: absolute;
    left: -27px;
    top: 2px;
}

#learn .learn-text a.button,
.owner-text button {
    margin-top: 47px;
    background: var(--color-primary);
    border-radius: 8px;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 23px;
    color: #fff;
    padding: 17px 44px;
    border: none;
    font-family: "Raleway-Bold";
    display: block;
    width: 297px;
}

#learn .learn-text button img,
.owner-text button img {
    padding-right: 9px;
    margin-top: -3px;
}

#call {
    background: #03aef3;
    padding: 29px 0;
}

#call h4 {
    font-family: "Raleway-SemiBold";
    color: #ffffff;
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
}

#call h4 span {
    font-family: "Raleway-Black";
    font-weight: 900;
}

/* Learn Section */
/* Experience Section */
#experience {
    padding: 75px 0 63px;
    background: #fafafa;
}

#experience .exp-head {
    padding: 0 36px;
}

#experience .exp-head h2 {
    margin-bottom: 25px;
    color: var(--color-primary);
}

#experience .exp-text p {
    font-family: "Raleway-Medium";
    margin-bottom: 22px;
    font-style: normal;
    padding: 6px 0px;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    line-height: 27px;
}

#experience .exp-text p span {
    font-family: "Raleway-Bold";
    color: var(--color-primary);
}

#experience .exp-text p {
    font-family: "Raleway-Medium";
    margin-bottom: 22px;
}

/* Experience Section */
/* House-types Section */
#house-types {
    padding: 60px 0 44px;
}

#house-types .card-col {
    padding: 0 7.5px 36px;
    display: flex;
    align-items: stretch;
}

#house-types .card {
    border-radius: 0;
    border: none;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

#house-types .card-header {
    font-family: "Raleway-Medium";
    padding: 22px 0 21px;
    background: var(--color-primary);
    border-radius: 7px 7px 0px 0px;
    font-style: normal;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    text-transform: capitalize;
    color: #ffffff;
}

#house-types .card-body {
    padding: 30px 40px 38px;
}

#house-types .card-body li {
    font-size: 15px;
    padding-bottom: 18px;
    padding-left: 27px;
    display: block;
    float: left;
    margin-right: 1%;
    position: relative;
}

#house-types .card-body li::before {
    content: url("./images/tick.png");
    position: absolute;
    left: 0;
    top: 2px;
}

#house-types .row {
    flex-wrap: wrap;
    justify-content: center;
}

/* House-types Section */
/* Testimonial Slider Section */
/* .slider .swiper-pagination ~ img {

    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 75%;

    } */
.testimonial-slider {
    background: #fdf4f5;
    padding-top: 60px;
}

.testimonial-slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    color: #333333;
    width: 100% !important;
    font-family: "Roboto-Medium" !important;
    background: transparent !important;
}

.testimonial-slider .swiper-pagination-bullet .client-initial {
    width: 90px;
    height: 90px;
    border: 1px solid rgba(223, 28, 37, 0.4);
    filter: drop-shadow(0px 4px 14px rgba(13, 3, 1, 0.2));
    border-radius: 10000px;
    position: relative;
}

.testimonial-slider .swiper-pagination-bullet:not(.swiper-pagination-bullet-active-main) .client-initial {
    bottom: 20px;
}

.testimonial-slider .swiper-pagination-bullet {
    position: relative;
    left: 20px !important;
}

.testimonial-slider .swiper-pagination-bullet-active-main .client-initial {
    width: 120px;
    height: 120px;
    background-color: #333333;
    border: 3px solid white;
    box-shadow: 0px 0px 5px #df1c25;
}

.testimonial-slider .swiper-pagination-bullet h2 {
    font-family: "Roboto-Medium";
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Raleway-SemiBold";
    color: #333333;
}

.testimonial-slider .swiper-pagination-bullet-active-main .client-initial h2 {
    font-size: 80px;
    font-family: "Raleway-SemiBold";
    color: #ffffff;
}

.testimonial-slider .swiper-slide .stars {
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}

.testimonial-slider .swiper-pagination-bullet {
    padding: 5px 10px;
    border-radius: 0;
    width: auto;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
}

.testimonial-slider .swiper-slide p {
    margin-bottom: 40px !important;
    font-family: "Raleway-Medium";
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
}

.testimonial-slider .swiper {
    max-width: 830px;
    width: 100%;
    padding-bottom: 252px !important;
    background: url("./images/comma.png");
    background-repeat: no-repeat;
    background-size: 140px !important;
    background-position: center 60px;
    background-size: auto;
}

.testimonial-slider .swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff;
}

.testimonial-slider .swiper-pagination-bullet img {
    width: 110px;
    height: auto;
    max-width: unset !important;
    border-radius: 100%;
}

.testimonial-slider .swiper-button-prev,
.testimonial-slider .swiper-rtl .swiper-button-next {
    left: 3px !important;
    right: auto;
    top: 204px !important;
    z-index: 2;
    color: white !important;
    background: #2c3e50 !important;
    border-radius: 50px !important;
    width: 34px !important;
    height: 34px !important;
}

.testimonial-slider .swiper-button-next,
.testimonial-slider .swiper-button-prev {
    top: 230px !important;
    z-index: 2;
    color: white !important;
    background: #df1c25 !important;
    border: 3px solid #ffffff;
    border-radius: 50px !important;
    width: 38px !important;
    height: 38px !important;
    top: 61% !important;
}

.testimonial-slider .swiper-button-next.swiper-button-disabled,
.testimonial-slider .swiper-button-prev.swiper-button-disabled {
    opacity: 5 !important;
}

.testimonial-slider .swiper-pagination-bullet {
    background: transparent !important;
}

.testimonial-slider .swiper-pagination {
    width: 75% !important;
}

.testimonial-slider .swiper-button-next,
.testimonial-slider .swiper-button-prev {
    z-index: 100 !important;
    display: flex !important;
    pointer-events: auto !important;
}

.testimonial-slider .swiper-pagination-bullet {
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 1.2) !important;
}

.testimonial-slider .swiper-pagination-bullets-dynamic {
    overflow: visible !important;
    font-size: 0;
}

.testimonial-slider .swiper-horizontal > .swiper-pagination-bullets,
.testimonial-slider .swiper-pagination-bullets.swiper-pagination-horizontal,
.testimonial-slider .swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 75px !important;
}

.testimonial-slider .swiper-pagination-bullet {
    width: 160px;
    height: auto;
    display: inline-block;
    border-radius: 50%;
}

.testimonial-slider .swiper-pagination-bullet h1 {
    position: absolute;
    top: 140px !important;
    color: rgba(44, 62, 80, 0.9019607843);
    font-size: 25px !important;
    font-family: "Raleway-Medium" !important;
    left: 75%;
    transform: translateX(-50%);
}

.testimonial-slider .swiper-pagination-bullet p {
    position: absolute;
    top: 170px !important;
    color: #333;
    font-size: 18px !important;
    font-family: "Raleway-Regular" !important;
    left: 75%;
    transform: translateX(-50%);
}

.testimonial-slider .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) h1 {
    display: none;
}

.testimonial-slider .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) p {
    display: none;
}

.testimonial-slider .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.testimonial-slider .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 52% !important;
    transform: translateX(-60%) !important;
    white-space: nowrap !important;
}

.testimonial-slider .swiper-button-prev:after,
.testimonial-slider .swiper-button-next:after {
    content: "prev";
    transform: scale(0.3) !important;
}

.testimonial-slider .swiper-button-next:after,
.testimonial-slider .swiper-rtl .swiper-button-prve:after {
    content: "next";
    transform: scale(0.3) !important;
}

.testimonial-slider .swiper-pagination-bullet {
    padding: 0px 65px;
}

.testimonial-slider .swiper-pagination-bullet-active {
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    bottom: 60px !important;
}

.testimonial-slider .swiper-pagination-bullet-active img {
    transform: scale(1.5);
}

.testimonial-slider .swiper-pagination-bullet-active-next,
.testimonial-slider .swiper-pagination-bullet-active-prev-prev {
    position: absolute !important;
    left: 50% !important;
    transform: translateX(60%) !important;
    bottom: 60px !important;
}

.testimonial-slider .swiper-pagination-bullet-active-prev,
.testimonial-slider .swiper-pagination-bullet-active-next-next {
    position: absolute !important;
    left: 52% !important;
    transform: translateX(-160%) !important;
    bottom: 60px !important;
}

.testimonial-slider .swiper-pagination-bullet-active-next img,
.testimonial-slider .swiper-pagination-bullet-active-prev img {
    transform: scale(1);
}

.testimonial-slider .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):not(.swiper-pagination-bullet-active-prev):not(.swiper-pagination-bullet-active-next):not(.swiper-pagination-bullet-active-prev-prev):not(.swiper-pagination-bullet-active-next-next) {
    display: none;
}

.testimonial-slider .swiper-pagination ~ img {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
}

/* Testimonial Slider Section */
#need {
    background: #fafafa;
}

#need #learn {
    padding-top: 43px;
}

#need .need-text h2 {
    font-family: "Raleway-SemiBold";
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
}

#need .need-text p {
    font-size: 15px;
    color: #575757;
    padding-bottom: 0;
}

#need .need-text button {
    margin-bottom: 43px;
    position: relative;
    font-family: "Raleway-Bold";
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    padding: 19px 28px 19px 31px;
}

#need .need-text button img {
    padding-right: 20px;
}

#need .need-text button::after {
    position: absolute;
    content: url('./images/round-arrow.svg');
    top: -60px;
    right: -80px;
}

/* Footer */
#footer-top {
    background: #eeeeee;
    padding: 30px 0 30px;
}

.footer-contact img {
    padding-right: 18px;
}

.footer-contact h6 {
    font-size: 17.76px;
    line-height: 130%;
    color: #03aef3;
}

.footer-contact p {
    font-family: "Raleway-Medium";
    font-weight: 500;
    font-size: 14px;
    color: #1e1e1e;
    opacity: 0.8;
}

#footer-menu {
    padding-top: 40px;
}

#footer-menu .logo2 {
    padding-bottom: 40px;
}

.social-links a {
    padding: 6.4px;
    width: 34px;
    height: 34px;
    margin-right: 25px;
    position: relative;
    border-radius: 3px;
}

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

.social-links {
    margin-top: 28px;
    display:  none !important;
}

.social-links a {
    width: 35.52px;
    height: 35.52px;
    background: white;
    margin-right: 28px;
    position: relative;
    color: #df1c25;
    border-radius: 2px;
}

.social-links a:hover {
    background: #df1c25;
    color: #ffffff;
}

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

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

.fa-brands::before {
    font-size: 22px;
}

.support {
    margin-left: 25px;
}

.logo2 p {
    color: #ffffff;
    font-size: 16px;
}

.official .b-bottom {
    margin-bottom: 35px;
}

.official ul {
    margin-left: 15px;
}

.official ul li {
    font-size: 14px;
    line-height: 17px;
    color: #ffffff;
    padding-bottom: 17px;
    list-style: square;
}

.official ul li::marker {
    color: #df1c25;
}

.official h2 {
    color: #ffffff;
    font-family: "Lato-Bold";
    font-weight: 700;
    font-size: 19px;
    line-height: 23px;
    margin-bottom: 27px;
}

.official h2 span {
    position: relative;
}

.official h2 span::before {
    content: "";
    position: absolute;
    border-bottom: 2.2px solid #df1c25;
    width: 70%;
    bottom: -5px;
}

.overview p {
    padding-right: 10px;
}

.official p {
    padding-bottom: 17px;
}

.official .btn {
    margin-left: 0px;
    margin-top: 16px;
    background: #df1c25;
    border: none;
    font-size: 16px;
    font-family: "Raleway-Bold";
    padding: 12px 18px;
    border-radius: 0;
}

.official .btn img {
    padding-left: 11px;
}

.official input {
    padding: 12px 17px;
    width: 100%;
    border-radius: 0;
    border: none;
}

.official input::-moz-placeholder {
    font-size: 15.54px;
    line-height: 150.6%;
    color: rgba(123, 123, 123, 0.8);
}

.official input::placeholder {
    font-size: 15.54px;
    line-height: 150.6%;
    color: rgba(123, 123, 123, 0.8);
}

.official input:focus-visible {
    outline: 0;
}

.footerBottum {
    background: #1b2328;
}

.footerBottum p {
    color: #ffffff;
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
}

/* ======Sell Modal======  */
#sellModal .modal-dialog {
    max-width: 975px;
    width: 100%;
}

#sellModal .modal-content {
    border-radius: 15px;
}

#sellModal .modal-dialog .btn-close {
    margin-left: auto;
    display: block;
}

#sellModal .modal-dialog .main-content {
    padding: 50px 35px 50px 35px;
}

#sellModal .modal-dialog .info-box > img {
    width: 200px;
    margin-bottom: 20px;
}

#sellModal .modal-dialog .info-box h3 {
    font-family: "Raleway-Bold";
    font-size: 30px;
    margin-bottom: 10px;
}

#sellModal .modal-dialog .info-box p {
    font-size: 20px;
    color: #333333;
    margin-bottom: 10px;
}

#sellModal .modal-dialog .info-box a {
    display: inline-block;
    font-family: "Raleway-Medium";
    font-size: 20px;
    color: #03aef3;
}

#sellModal .modal-dialog .info-box a img {
    width: 18px;
    margin-right: 5px;
}

#sellModal .modal-dialog .info-box .icon {
    margin-top: 50px;
}

#sellModal .modal-dialog .inner-form-box {
    background: linear-gradient(180deg, #03aef3 0%, #1f7da4 100%);
    color: white;
    border-radius: 10px;
    padding: 20px 20px 10px;
    border: 1px solid white;
    box-shadow: 0px 0px 5px rgb(175, 175, 175);
}

#sellModal .modal-dialog .inner-form-box h5 {
    font-family: "Raleway-Medium";
    font-size: 24px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

#sellModal .modal-dialog .inner-form-box .form-group {
    margin-bottom: 7px;
}

#sellModal .modal-dialog .inner-form-box label {
    font-family: "Raleway-Regular";
    font-size: 16px;
    margin-bottom: 10px;
}

#sellModal .modal-dialog .inner-form-box .form-control {
    background-color: #ffffff;
    font-family: "Raleway-Regular";
    font-size: 13px;
    border: none;
    padding: 12px 10px;
    color: white;
    border-radius: 5px;
}

#sellModal .modal-dialog .inner-form-box .form-control:focus {
    box-shadow: none;
    border: 1px solid white;
}

#sellModal .modal-dialog .inner-form-box .form-control::-moz-placeholder {
    color: #6f7ba2;
}

#sellModal .modal-dialog .inner-form-box .form-control::placeholder {
    color: #6f7ba2;
}

#sellModal .modal-dialog .inner-form-box .submit-btn input {
    font-family: "Raleway-Bold";
    font-size: 20px;
    color: #03aef3;
    background: #ffffff;
    border: none;
    width: 100%;
    padding: 12px 10px;
    border-radius: 5px;
    margin-top: 10px;
}

#sellModal .modal-dialog .inner-form-box .closing-text p {
    font-size: 10px;
    margin-top: 3px;
    color: #ffffff;
}

/* ======Sell Modal======  */
/* ======About-us Page======  */
/* ====== Banner ======  */
#about-banner {
    padding: 147px 0;
    color: #ffffff;
}

#about-banner h1 {
    padding-bottom: 5px;
    font-size: 48px;
    line-height: 59px;
}

#about-banner p {
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.03em;
}

/* ====== Owner ======  */
.owner-text button {
    margin: 23px 0 0 0;
}

.how-it-works p {
    color: #333333;
}

.how-it-works h3 {
    font-family: "Raleway-Medium";
    font-weight: 500;
    font-size: 30px;
    line-height: 37px;
    color: #333333;
    margin-bottom: 15px;
}

.owner-section {
    padding: 90px 0 70px;
}

.owner-section .owner-info {
    position: relative;
}

.owner-section .owner-info h4 {
    font-family: "Raleway-Bold";
    font-style: italic;
    font-size: 28px;
    color: #df1c25;
}

.owner-section .owner-info p {
    font-family: "Raleway-Medium";
    font-size: 18px;
    color: #333333;
    padding-bottom: 3px;
}

.owner-section .owner-text h6 {
    font-family: "Raleway-Regular";
    font-size: 18px;
    color: #ef5307;
}

.owner-section .owner-text h2 {
    font-family: "Roboto-Bold";
    font-size: 38px;
    color: #233470;
    margin-bottom: 15px;
}

.owner-section .owner-text p {
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
}

.owner-section .owner-text a {
    display: inline-block;
    margin-top: 15px;
    font-family: "Raleway-Medium";
    font-size: 17px;
    color: white;
    background-color: #f1621d;
    padding: 17px 25px;
    border-radius: 1000px;
    text-transform: uppercase;
    border: 2px solid white;
}

.owner-section .owner-text a img {
    margin-right: 10px;
    width: 30px;
    margin-bottom: 3px;
}

/* == Owner== */
/* == Vision== */
#vision {
    background: #fdf4f5;
    padding: 68px 0;
}

.vision-head h4 {
    font-size: 28px;
    line-height: 47px;
    padding-bottom: 4px;
    color: #03aef3;
}

.vision-head p {
    font-size: 16px;
    line-height: 25px;
    color: #000000;
    padding: 0 10px 70px;
}

#vision .mission {
    padding-top: 80px;
}

.overlay-text {
    position: absolute;
    padding: 42px;
    background: #f1f1f1;
    border: 5px solid #ffffff;
}

.overlay-text h6 {
    font-family: "Raleway-SemiBold";
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    padding-bottom: 15px;
}

.overlay-text p {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.overlay-img {
    position: relative;
}

/* == Vision== */
/* ====FAQ Section==== */
.faq-section {
    background: var(--color-primary);
    padding: 70px 0 110px;
}

.faq-section.blog-faq {
    padding-bottom: 63px;
}

.faq-section .start-text h6 {
    font-family: "Raleway-Regular";
    font-size: 18px;
    line-height: 22px;
    color: #333333;
    margin-bottom: 9px;
}

.faq-section .start-text h2 {
    margin-bottom: 62px;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 130%;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #ffffff;
}

.faq-accordion .accordion-item {
    margin-bottom: 15px;
    border: 1px solid lightgray;
    border-radius: 5px;
}

.faq-accordion .accordion-item .accordion-button,
.faq-accordion .accordion-item .accordion-body {
    border-radius: 5px;
}

.faq-accordion .accordion-item .accordion-button {
    position: relative;
    font-family: "Raleway-Regular";
    font-size: 18px;
	text-transform:capitalize;
    width: 95%;
    transition: all 0.5s ease;
    align-items: start;
}

.faq-accordion .accordion-item .accordion-button .bold {
    font-family: "Raleway-Bold";
    margin-right: 5px;
    color: #000000;
}

.faq-accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
}

.faq-accordion .accordion-item .accordion-button:not(.collapsed) {
    background-color: white;
    color: black;
    box-shadow: none;
    font-family: "Raleway-Bold";
    font-size: 20px;
    line-height: 130%;
}

.faq-accordion .accordion-item .accordion-button i {
    position: absolute;
    right: -3%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    transition: all 0.5s ease;
    color: var(--color-primary);
}

.faq-accordion .accordion-item .accordion-button:not(.collapsed) i {
    background-color: var(--color-primary);
    color: white;
    border-radius: 3px;
    padding: 1px 5px;
}

.faq-accordion .accordion-item .accordion-button::after {
    display: none;
}

.faq-accordion .accordion-item .accordion-body {
    padding-top: 0;
    font-family: "Raleway-Regular";
    font-size: 16px;
    color: rgba(0, 0, 0, 0.7);
}

/* ====FAQ Section==== */
/* ======About-us Page======  */
/* ======How-it-works Page======  */
.cash-offer {
    background: #f6f6f6;
}

.cash-offer #learn {
    padding-top: 60px;
}

.cash-offer #learn .learn-text button {
    margin-bottom: 46px;
    margin-top: 20px;
    position: relative;
}

.cash-offer #learn .learn-text button:after {
    content: url(./images/round-arrow-blue.svg);
    position: absolute;
    top: -73px;
    right: -90px;
}

.arrow {
    content: url("./images/arrow.png");
    position: absolute;
    right: -13px;
    top: 13px;
    transform: scale(1.3);
    rotate: 8deg;

}

#testimonialEnd .arrow {
    content: url("./images/arrow.png");
    position: absolute;
    right: 9px;
    top: -25px;
    transform: scale(1.3);
    rotate: 8deg;
}

.cash-offer #learn .learn-text h2 {
    font-style: normal;
    font-size: 30px;
    line-height: 30px;
    color: var(--color-primary);
    margin-bottom: 34px;
    font-weight: bolder;
    font-family: "Raleway-Bold";
}
.howItWorksBullet {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    color: #333333;
}

#MakeUsDifferent .arrow {
    content: url("./images/arrow.png");
    position: absolute;
    right: 28%;
    top: 13px;
    transform: scale(1.3);
    rotate: 6deg;
}

#CallUsSection .arrow {
    content: url("./images/arrow.png");
    position: absolute;
    right: 50%;
    top: 13px;
    scale: 0.9;
}

/* Ratings section */
#ratings {
    padding: 100px 0 86px;
}

#ratings .ratings-text p {
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 3px;
}

#ratings .ratings-text h2 {
    font-size: 40px;
    line-height: 49px;
    margin-bottom: 12px;
}

#ratings .ratings-text h6 {
    font-family: "Raleway-Medium";
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    margin-bottom: 27px;
}

#ratings .ratings-text button {
    border: none;
    padding: 21px 34px;
    background: linear-gradient(180deg, #03aef3 0%, #1f7da4 100%);
    box-shadow: inset 0px 4px 4px rgba(183, 39, 39, 0.25);
    font-family: "Raleway-SemiBold";
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #ffffff;
}

#ratings .ratings-images {
    padding-bottom: 60px;
}

#ratings img {
    height: 63px;
}

/* Ratings section */
/* Steps section */
#steps {
    background: white;
    padding: 90px 0;
}

#steps .steps-head h2 {
    margin-bottom: 5px;
    font-style: normal;
    font-size: 35px;
    line-height: 41px;
    text-align: center;
    text-transform: capitalize;
    color: var(--color-primary);
}

#steps .steps-head p {
    font-family: "Raleway-Medium";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    color: #000000;
    opacity: 0.9;
    margin-bottom: 60px;
}

#steps .steps-head img {
    margin-bottom: 24px;
}

#steps .steps-text img {
    border: 2px solid var(--color-primary);
    filter: drop-shadow(0px 4px 25px rgba(171, 171, 174, 0.25));
    margin-bottom: 16px;
}

#steps .steps-text h4 {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #000000;
	margin-bottom: 4px;
    margin-left: 18px;
    margin-right: 18px;
    margin-top: 10px;
}

#steps .steps-text p {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    margin-right: 010px;
    margin-left: 10px;
    color: rgba(0, 0, 0, 0.42);
}

#steps .steps-text p span {
    font-family: "Raleway-Bold";
    color: #0f9ff8;
}

/* Steps section */
/* Buying section */
#buying {
    padding: 84px 0 59px;
}

#buying .cards {
    width: 20%;
    padding: 0 7.5px;
}

#buying .card-bg:hover {
    background: #df1c25;
}

#buying .card-bg {
    text-align: center;
    background: #365a71;
    padding: 31px 0 24px;
    margin-bottom: 25px;
}

#buying .card-bg img {
    height: 54px;
}

#buying .card-bg p {
    font-family: "Raleway-Medium";
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    padding-top: 18px;
}

.buying-text h6 {
    font-family: "Raleway-Medium";
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #333333;
    opacity: 0.9;
    margin-bottom: 5px;
}

.buying-text h2 {
    font-size: 24px;
    line-height: 29px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.buying-text p {
    font-size: 16px;
    line-height: 25px;
    color: #000000;
    margin-bottom: 50px;
}

/* Buying section */
/* ======How-it-works Page======  */
/* Blog Page */
#blog-list {
    padding-bottom: 50px;
}

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

.featured-blog .img img {
    width: 100%;
}

.featured-blog .text h5 {
    font-family: "Raleway-SemiBold";
    margin-bottom: 15px;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: var(--color-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: "Raleway-Bold";
    text-decoration: underline;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #fc9426;
}

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

/* Blog Page */
/* Latest Blogs Section */
.latest-blogs .title h3 {
    font-family: "Raleway-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: "Raleway-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: "Raleway-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 Detail Section== */
.blog-detail-section .main-content {
    padding: 80px 0 35px;
}

.blog-detail-section .main-content img {
    width: 100%;
}

.blog-detail-section .left-box img {
    margin: 20px 0;
}

.blog-detail-section .main-img img {
    margin: 0;
}

.blog-detail-section .main-content .main-img {
    margin-bottom: 40px;
}

.blog-detail-section .main-content .left-box h5,
.blog-detail-section .main-content .left-box h6 {
    font-family: "Raleway-Bold";
    font-size: 24px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 27px;
    color: #233470;
}

.blog-detail-section .main-content .left-box p,
.blog-detail-section .main-content .left-box ul li {
    font-family: "Raleway-Medium";
    margin-bottom: 25px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.blog-detail-section .main-content .tableofcontent-box {
    background: #edf3fb;
    padding: 25px 25px 15px;
    margin-bottom: 48px;
}

.blog-detail-section .main-content .tableofcontent-box h6,
.blog-detail-section .related-blogs-box h5 {
    font-family: "Raleway-Bold";
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    display: flex;
    align-items: flex-end;
    color: var(--color-primary);
    margin-bottom: 20px;
}

.blog-detail-section .main-content .tableofcontent-box ul {
    list-style: none;
}

.blog-detail-section .main-content .tableofcontent-box ul > li {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    color: #000000;
    padding: 7.5px 0;
    margin-left: 18px;
}

.blog-detail-section .main-content .tableofcontent-box p {
    font-family: "Raleway-Regular";
    margin-bottom: 25px;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #000000;
}

.blog-detail-section .main-content .tableofcontent-box ol {
    padding: 15px;
}

.blog-detail-section .main-content .tableofcontent-box ol li {
    font-family: "Raleway-Regular";
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.7);
    font-size: 13px;
    margin-left: 38px;
}

.blog-detail-section .main-content .tableofcontent-box ol li a {
    color: rgba(0, 0, 0, 0.7);
}

.blog-detail-section .main-content .tableofcontent-box ol li:hover,
.blog-detail-section .main-content .tableofcontent-box ol li:hover a {
    font-family: "Raleway-Bold";
}

.blog-detail-section .related-blogs-box {
    border: 1px solid #d1caca;
    padding: 15px 25px 0;
}

.blog-detail-section .related-blogs-box .single-blog-row {
    margin-bottom: 15px;
}

.blog-detail-section .related-blogs-box h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: var(--color-primary);
    padding: 16px 0 25px;
}

.blog-detail-section .related-blogs-box .text h6 {
    font-family: "Raleway-Medium";
    font-style: normal;
    font-weight: 500;
    margin-bottom: 3px;
    font-size: 16px;
    line-height: 15px;
    color: #000000;
}

.blog-detail-section .related-blogs-box .img {
    padding-right: 0;
}

.blog-detail-section .related-blogs-box .img img {
    width: 100%;
}

.blog-detail-section .related-blogs-box .text p {
    font-family: "Raleway-Regular";
    font-size: 11px;
    color: rgba(0, 0, 0, 0.7);
    line-height: 1.2;
}

.blog-detail-section .related-blogs-box .text p a {
    color: #fc9426;
    margin-left: 3px;
}

/* ==Blog Detail Section== */
#thanks h1 {
    font-weight: 700;
    font-size: 90px;
    margin-bottom: 54px;
    line-height: 100px;
    color: #ffffff;
    text-shadow: 0px 5px 20px #df1c25;
    position: relative;
}

#thanks .underline::after {
    content: url(./images/under.png);
    position: absolute;
    left: 45px;
    top: 40px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

#thanks img {
    transform: none;
    margin-bottom: 0;
}

#thanks-text {
    padding: 100px 0;
}

#thanks h2 {
    font-family: "Raleway-Medium";
    font-weight: 500;
    font-size: 34px;
    line-height: 45px;
    color: #ffffff;
}

#thanks .banner-img {
    padding-top: 92px;
    position: relative;
}

#thanks.home-banner .banner-img h3 {
    color: #ffffff;
    font-family: "Kalam-Regular";
    font-size: 32px;
    position: absolute;
    left: 13px;
    top: 160px;
    transform: rotate(-11deg);
    letter-spacing: -0.5px;
    text-shadow: 0px 10px 12px rgba(255, 255, 255, 0.5098039216);
    line-height: 1.5;
}

#thanks.home-banner .banner-img h3 .bold {
    font-family: "Kalam-Bold";
}

/* == Contact Page == */
#contact-form {
    padding: 122px 0 100px;
}

#contact-form .contact-info {
    padding: 50px 44px 100px;
    border-radius: 10px 0px 0px 10px;
	    background: var(--color-primary)!important;
}

#contact-form .contact-info h6 {
    font-family: "Raleway-Bold";
    margin-bottom: 15px;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 41px;
    color: #ffffff;
}

#contact-form .contact-info p {
    margin-bottom: 44px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #ffffff;
}
 
#contact-form .contact-info li {
    list-style: none;
    color: #ffffff;
    margin-bottom: 43px; 
}

#contact-form .contact-info li a {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
}

#contact-form .contact-info li svg {
    margin-right: 12px;
}

#contact-form .contact-info li img {
    padding-right: 20px;
}
#contact-form .contact-info li:nth-of-type(1) img{
    margin:0;
    padding-right:3px;
    margin-top:-2px;
}
/* #contact-form .contact-info li:nth-of-type(2) img{
    display:none !important;
}
#contact-form .contact-info li:nth-of-type(3) img{
    display:none !important; */
}

.contact-info .social-links a {
    background: white;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
    padding: 6.4px;
    width: 32px;
    height: 32px;
    font-size: 30px;
    margin-right: 25px;
    position: relative;
    border-radius: 3px;
    color: var(--color-primary);
}

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

#contact-form .myForm {
    background-color: transparent;
}

#contact-form .myForm h2 {
    font-family: "Raleway-Bold";
    font-size: 28px;
    line-height: 40px;
    text-transform: capitalize;
    margin-bottom: 18px;
    padding-right: 50px;
}

#contact-form .myForm input,
#contact-form .myForm textarea {
    background: #fefefe;
    border: 1px solid #c4c4c4;
    border-radius: 10px;
    margin-top: 20px;
}

#contact-form .myForm button {
    margin-top: 47px;
}

#contact-form .myForm input:focus-visible,
#contact-form .myForm textarea:focus-visible {
    outline: none;
}

.myForm {
    font-family: "Raleway-SemiBold";
    color: white;
    font-size: 14px;
    line-height: 17px;
    padding: 0 28px;
    background-color: rgba(0, 0, 0, 0.65);
}

.myForm fieldset {
    border: none;
    padding: 0;
}

.myForm label {
    display: block;
    /* opacity: 0.7; */
}

.myForm label input {
    /*margin: 10px 0 18px;*/
}

#contact-form .wpcf7-form-control.has-spinner.wpcf7-submit {
    background: #9D7025;
    border-radius: 8px;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 23px;
    color: #fff;
    padding: 17px 44px;
    border: none;
    font-family: "Raleway-Bold";
    margin-top: 70px;
}

.myForm input[required] + label {
    position: relative;
    left: -170px;
    /* move the label left and place it inside the input */
    color: #757575;
    /* placeholder color here */
}

.myForm input[required] + label:after {
    content: "*";
    color: red;
}

.myForm input[type=text],
.myForm input[type=number],
.myForm input[type=tel],
.myForm input[type=email],
.myForm select,
.myForm textarea {
    display: block;
    width: 100%;
    border: none;
    font-family: "Raleway-Regular";
    font-size: 16px;
    padding: 17px;
    color: #666666;
}

.form-control:focus {
    box-shadow: none;
}

.myForm textarea {
    height: 147px;
}

.myForm button {
    margin-top: 66px;
    background: var(--color-primary);
    border-radius: 8px;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 23px;
    color: #fff;
    padding: 17px 44px;
    border: none;
    font-family: "Raleway-Bold";
}

.myForm button:hover {
    cursor: pointer;
}

.asterisk {
    color: red;
}

/* == Contact Page == */
@media(max-width:1199px){
	.img-back-bg {
		left: 56px;
	}
	#navbar a.nav-link {
		font-size: 14px;
	}
}
@media only screen and (max-width: 991px) {
    #buying .cards {
        width: 33.3333%;
    }

    #navbar {
        padding: 20px 0;
    }

    #navbar .navbar-nav {
        padding-right: 0;
    }

    ul.navbar-nav {
        text-align: center;
    }

    #navbar .nav-link {
        padding: 20px 0 0px 0px;
    }

    #navbar .nav-btn {
        text-align: center;
    }

    #navbar .nav-btn .btn {
        padding: 10px 20px;
        font-size: 14px;
    }

    #home-banner .form-bg {
        margin-right: 0;
    }

    .overlay-text {
        position: unset;
    }

    #contact-form .myForm {
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
	#home-perks + #quick-steps-ebps {
		height: auto;
		 margin-bottom: 0;
	}
	#site-map-section {
		padding-top: 35px;
	}
    #TestimonialsSectionMultilvl {
        padding: 60px 0 0;
    }

    #mapSection {
        padding: 70px 0;
    }

    #mapSection .flagHeading img {
        top: -28px;
    }

    #mapSection .flagHeading .flagTitle {
        font-size: 21px;
    }

    #MakeUsDifferent .img-card {
        width: 80%;
    }

    #quick-steps-ebps .button a {
        background: white;
        color: var(--color-primary);
        border: 1px solid var(--color-primary);
    }

    #EPB_Hawaiian .review-icons div {
        display: flex;
        justify-content: left;
    }

    .form-back-bg {
        margin: 0 auto;
    }

    .img-back-bg {
        display: none;
    }

    #quick-steps-ebps {
        height: 100%;
    }

    #quick-steps-ebps .card {
        margin: 10px;
    }

    #PricingSection {
        margin-top: 0;
    }

    #PricingSection .card-table-2 .card-title-table-dull {
        margin-top: 0;
    }

    #PricingSection .card-table-1 {
        width: 100%;
        margin: 20px 0;
    }

    #mapSection .flagHeading img {
        position: absolute;
        top: -13px;
        left: -5px;
    }

    #mapSection .areasWeWorkedIn {
        margin-left: 0!important;
    }
	
	.form-back-bg {
		margin-left: 0!important;		
		margin-right: 0!important;
	}
	.form-back-bg,
	.form-bg{
		width: 100%!important;
	}
    #footerHead .form-back-bg {
        margin-top: 35px;
    }
    #footerHead {
        margin-top: 0;
    }

    #mainFooter .footerCardMain .FooterTitle {
        margin-top: 15px;
    }

    .newsletterInput {
        width: 110%;
    }

    #mainFooter .footer-bottom p {
        padding: 16px;
        text-align: center;
    }

    #mapSection {
        margin-top: 0px;
    }

    #CallUsSection .icons-review {
        margin: 20px 0;
    }

    #homeSellingProcess .steps-head p {
        width: 100%;
    }

    #homeSellingProcess .steps-text ul {
        padding: 1rem;
    }

    #buyHousedAsIsCondition .parent-card {
        padding: 26px 40px;
        background: white;
        border-radius: 10px;
        text-align: center;
        margin: 20px;
        width: 426px;
        height: 400px;
    }

    #buyHousedAsIsCondition .parent-card {
        width: 100%;
        height: 100%;
        margin: 0 auto;
    }

    #buyHousedAsIsCondition {
        padding: 60px 0;
        margin-top: 0;
    }

    #buyHousedAsIsCondition .top-heading {
        margin-top: 0;
    }

    #buyHousedAsIsCondition .paddingForMobile {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #TestimonialsSection .TestimonialSection {
        padding: 0;
    }

    #PricingSection .headiong {
        margin-bottom: 20px!important;
    }

    #about-us-ebps a {
        width: 100%;
        justify-content: center;
    }

    #about-us-ebps .arrow {
        display: none;
    }

    #learn .learn-text a.button,
    .owner-text button {
        display: flex;
        width: 100%;
        justify-content: center;
        margin-bottom: 40px;
    }

    #CallUsSection a.button {
        width: 100%;
        justify-content: center;
        display: flex;
        margin-bottom: 24px;
    }

    h2 {
        font-size: 26px;
        line-height: 34px;
    }

    p {
        font-size: 14px;
        line-height: 22px;
    }

    .banner-text h2 {
        font-size: 30px;
        line-height: 42px;
        padding: 10px 30px;
    }

    .banner-text {
        text-align: center;
    }

    .banner-text h1 {
        font-size: 28px;
        line-height: 40px;
        padding: 15px 20px 15px 20px;
    }

    #home-banner {
        padding: 70px 0;
    }

    .banner-text {
        margin-bottom: 35px;
    }

    .selling-offer h4 {
        font-size: 20px;
    }

    .home-form .btn,
    #learn .learn-btn {
        padding: 10px 0 10px;
        font-size: 18px;
        line-height: 26px;
    }

    #home-perks p {
        padding-bottom: 15px;
    }

    #home-video {
        padding: 50px 0 50px;
    }

    #our-process {
        padding: 30px 0 30px;
    }

    .process-head p {
        font-size: 16px;
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .process-text h4 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 0px;
    }

    .process-text p {
        font-size: 14px;
        line-height: 22px;
        padding: 15px;
    }

    #learn {
        padding-top: 40px;
    }

    #learn .learn-text p {
        font-size: 14px;
        line-height: 22px;
        padding-bottom: 5px;
        text-align: center;
    }

    #learn .learn-text h2 {
        font-size: 22px;
        line-height: 34px;
        margin-bottom: 10px;
        text-align: center;
    }

    #learn .learn-text ul {
        margin: 20px 0 0 25px;
        display: flex;
        flex-wrap: wrap;
    }

    #learn .learn-text button {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 45px;
        padding: 15px;
        font-size: 16px;
    }

    #need .need-text button {
        width: -moz-fit-content;
        width: fit-content;
        padding: 15px 30px;
    }

    #need .need-text {
        text-align: center;
    }

    #need .need-text button img {
        padding-right: 10px;
    }

    #call h4 {
        font-size: 22px;
    }

    #call h4 span {
        font-family: "Raleway-Bold";
    }

    #experience {
        padding: 50px 0 50px;
        text-align: center;
    }

    #experience .exp-head {
        padding: 0 20px;
    }

    #experience .exp-head h2 {
        margin-bottom: 10px;
    }

    #experience .exp-head p {
        margin-bottom: 30px;
    }

    #experience img {
        margin-bottom: 30px;
    }

    #house-types {
        padding: 0px 0 30px;
    }

    #house-types .card-col {
        padding: 0 20px;
    }

    #house-types .row-2 {
        padding-top: 0px;
    }

    #need .need-text button::after {
        content: "";
    }

    .official {
        padding-bottom: 30px;
    }

    .social-links {
        margin-top: 10px;
    }

    .official p {
        font-size: 14px;
    }

    .process-text img {
        width: 20%;
    }

    .testimonial-slider .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
        display: none;
    }

    .testimonial-slider .swiper-slide p {
        font-size: 16px;
    }

    .testimonial-slider .swiper-slide .stars {
        margin-bottom: 30px;
    }

    .testimonial-slider .swiper-pagination-bullet-active-main .client-initial h2 {
        font-size: 50px;
    }

    .testimonial-slider .swiper-pagination-bullet-active-main .client-initial {
        width: 100px;
        height: 100px;
    }

    #sellModal .modal-dialog {
        width: 97%;
    }

    #sellModal .modal-dialog .main-content {
        padding: 25px 18px 25px 18px;
    }

    #sellModal .modal-dialog .info-box {
        margin-bottom: 30px;
    }

    #sellModal .modal-dialog .info-box h3 {
        font-size: 22px;
    }

    #sellModal .modal-dialog .info-box p {
        font-size: 16px;
    }

    #sellModal .modal-dialog .info-box a {
        font-size: 16px;
    }

    #sellModal .modal-dialog .info-box .icon {
        margin-top: 25px;
    }

    #process {
        margin: 50px 0;
    }

    .testimonial-slider .swiper-button-next,
    .testimonial-slider .swiper-button-prev {
        top: 94% !important;
    }

    #process-cards {
        padding: 60px 0 0px;
    }

    #process-cards .cards-row {
        padding-bottom: 0;
    }

    #process-cards .cards .card {
        margin-bottom: 20px;
    }

    #process-cards .cards .card-title {
        font-size: 22px;
    }

    #process-cards .cards .card-text {
        font-size: 14px;
    }

    .faq-section {
        padding: 50px 0;
    }

    .faq-section .start-text h2 {
        font-weight: 700;
        font-size: 35px;
        line-height: 130%;
        text-align: center;
        letter-spacing: 0.02em;
        text-transform: capitalize;
        color: #ffffff;
        margin-bottom: 51px;
    }

    .faq-accordion .accordion-item .accordion-button:not(.collapsed) {
        font-size: 16px;
    }

    .faq-accordion .accordion-item .accordion-body {
        font-size: 14px;
    }

    .faq-accordion .accordion-item .accordion-button {
        font-size: 16px;
    }

    #about-banner {
        padding: 70px 0;
    }

    #about-banner h1 {
        padding-bottom: 0px;
        font-size: 36px;
        line-height: 48px;
    }

    #about-banner p {
        font-size: 16px;
    }

    .owner-section {
        padding: 50px 0 50px;
        text-align: center;
    }

    .how-it-works h3 {
        font-size: 22px;
        margin-bottom: 5px;
    }

    .owner-section .owner-text p {
        margin-bottom: 7px;
        font-size: 14px;
    }

    .owner-section .owner-info img:not(.bbb-img) {
        margin-bottom: 10px;
        margin-top: 10px;
        width: 50%;
    }

    .owner-text button {
        padding: 15px;
        font-size: 16px;
    }

    .owner-section .owner-info h4 {
        font-size: 22px;
    }

    .owner-section .owner-info p {
        font-size: 16px;
        padding-bottom: 3px;
    }

    .overlay-text {
        text-align: center;
        position: unset;
        padding: 25px;
    }

    #vision .mission {
        padding-top: 5px;
    }

    #vision {
        padding: 40px 0;
    }

    .vision-head h4 {
        font-size: 22px;
        line-height: 34px;
    }

    .vision-head p {
        font-size: 14px;
        padding: 0 10px 20px;
    }

    .overlay-text h6 {
        font-size: 22px;
        padding-bottom: 10px;
    }

    .overlay-text p {
        font-size: 14px;
    }

    #process.trust {
        margin: 40px 0;
    }

    #process.trust #process-cards {
        padding: 25px 0 0;
    }

    #process h2 {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 8px;
    }

    #process p {
        font-size: 14px;
    }

    #process-cards .cards .card-title {
        margin-bottom: 5px;
    }

    #process-cards .cards .card .card-body {
        padding: 5px 45px 30px;
    }

    #process-cards .cards .card {
        padding-top: 20px;
    }

    .cash-offer #learn .learn-text button:after {
        content: "";
    }

    .cash-offer #learn {
        padding-top: 40px;
    }

    .cash-offer #learn .learn-text h2 {
        font-size: 22px;
        line-height: 34px;
        margin-bottom: 10px;
        text-align: center;
    }

    .cash-offer #learn .learn-text button {
        margin-top: 20px;
        margin-bottom: 40px;
    }

    #learn .learn-text ul {
        margin: 20px 0 0 35px;
    }

    #ratings {
        padding: 50px 0 50px;
        text-align: center;
    }

    #ratings .ratings-text p {
        font-size: 14px;
    }

    #ratings .ratings-text h2 {
        font-size: 23px;
        line-height: 31px;
        margin-bottom: 5px;
    }

    #ratings .ratings-text h6 {
        font-size: 14px;
    }

    #ratings .ratings-images {
        padding-bottom: 30px;
    }

    #steps {
        background: white;
        padding: 50px 0;
    }

    #steps .steps-head h6 {
        font-size: 16px;
    }

    #steps .steps-head h2 {
        font-size: 20px;
    }

    #steps .steps-head h5 {
        font-size: 16px;
        margin-bottom: 30px;
    }

    #steps .steps-text p {
        font-size: 14px;
        padding: 0 20px 20px;
    }

    #steps .steps-text h4 {
        margin-bottom: 0;
    }

    #buying {
        padding: 50px 0 50px;
    }

    .buying-text h2 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .buying-text p {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .featured-blog {
        padding: 60px 0 52px;
    }

    .featured-blog .text h5 {
        font-size: 18px;
    }

    .featured-blog .text p {
        font-size: 14px;
    }

    .featured-blog .text h6 {
        font-size: 14px;
        background-size: 20px;
        padding-left: 30px;
    }

    .latest-blogs .title h3 {
        margin-bottom: 26px;
        font-size: 27px;
    }

    .latest-blogs .paginate-pagination {
        padding: 18px 0 62px;
    }

    #contact-form .myForm h2 {
        font-size: 22px;
        text-align: center;
        padding-right: 0;
    }

    #contact-form .contact-info h6 {
        font-size: 22px;
        text-align: center;
    }

    #contact-form .contact-info p {
        text-align: center;
        font-size: 14px;
    }

    #contact-form {
        padding: 50px 0 0px;
    }

    .myForm input[type=text],
    .myForm input[type=tel],
    .myForm input[type=email],
    .myForm select,
    .myForm textarea {
        font-size: 14px;
        padding: 12px;
    }

    #contact-form .myForm button {
        margin-top: 30px;
    }

    .myForm button {
        padding: 10px 30px 10px 30px;
        margin-top: 4px;
        font-size: 16px;
    }

    .myForm form p:last-child {
        text-align: center;
    }

    #contact-form .row {
        flex-direction: column-reverse;
    }

    .featured-blog .text {
        padding: 15px 15px 25px;
    }

    #blog-list {
        padding-bottom: 0px;
    }

    .blog-detail-section .main-content {
        padding: 50px 0;
    }

    .blog-detail-section .faq-accordion {
        padding: 38px 0;
        margin-bottom: 20px;
    }

    .blog-detail-section .faq-accordion .title h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .blog-detail-section .main-content {
        padding: 52px 0;
    }

    .blog-detail-section .related-blogs-box {
        width: calc(100% - 1.5rem);
        margin: 0 auto 20px;
    }

    .blog-detail-section .related-blogs-box .single-blog-row {
        align-items: center;
    }

    .blog-detail-section .related-blogs-box .text h6 {
        font-size: 18px;
        margin: 10px 0;
    }

    .blog-detail-section .related-blogs-box .text p {
        font-size: 16px;
    }

    #thanks .underline::after {
        content: "";
    }

    #thanks {
        padding: 50px 0;
        text-align: center;
    }

    #thanks h1 {
        font-size: 44px;
        margin-bottom: 0px;
    }

    #thanks h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .owner-section .owner-info {
        display: none !important;
    }

    #house-types .card-body li {
        font-size: 11px;
    }

    #footer-menu .logo2 {
        padding-bottom: 40px;
    }

    .blog-detail-section .related-blogs-box .img img {
        height: 200px;
    }

    .footerBottum p {
        font-size: 14px;
    }
}

@media (max-width: 992px) and (min-width: 530px) {
    #quick-steps-ebps .button a {
        background: white;
        color: var(--color-primary);
        border: 1px solid var(--color-primary);
    }

    #footerHead .form-back-bg {
        background: black;
        padding-left: 5px;
        padding-top: 5px;
        border-radius: 6.30631px;
        width: 360px;
        padding-bottom: 5px;
        margin-top: 0;
    }

    .arrow {
        display: none;
    }

    #footerHead .headingFooterHead {
        margin-bottom: 18px;
    }

    #EPB_Hawaiian .img-back-bg {
        position: absolute;
        right: -13px;
    }

    #footerHead {
        margin-top: 0px;
    }

    #homeSellingProcess .steps-text ul {
        padding: 1rem;
    }

    #learn .learn-text a.button,
    .owner-text button {
        margin-bottom: 25px;
    }

    #buyHousedAsIsCondition .parent-card {
        width: 100%;
        height: 100%;
    }

    .paddingForMobile {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #buyHousedAsIsCondition {
        padding-bottom: 40px;
    }

    #PricingSection {
        margin-top: 0;
    }

    #PricingSection .card-table-2 .card-title-table-dull {
        margin-top: 0;
    }

    #PricingSection .card-table-1 {
        width: 100%;
        margin: 20px 0;
    }

    #PricingSection .card-table-1 {
        width: 100%;
    }

    #PricingSection .col-md-4 {
        width: 100%;
    }

    #mapSection .areasWeWorkedIn {
        margin-left: 0px;
    }

    #quick-steps-ebps {
        margin-bottom: 272px;
    }

    #mapSection .flagHeading img {
        top: -13px;
        left: -7px;
    }

    #mapSection .areasWeWorkedIn {
        padding: 30px 57px 30px 30px;
    }

    #mainFooter .container {
        max-width: 1720px;
    }

    .newsletterInput input {
        width: 70%;
    }

    #MakeUsDifferent .img-card {
        width: 100%;
    }

    #mainFooter .footerCardMain .personalsFooter ul li a {
        font-size: 13px;
        margin-left: 3px;
    }

    #quick-steps-ebps .button a {
        background: white;
        color: var(--color-primary);
        border: 1px solid var(--color-primary);
    }
}

.marginForDesktop {
    margin-bottom: 272px;
}

@media (min-width: 992px) {
    .blog-detail-section .left-box {
        width: 60.66%;
    }

    .blog-detail-section .sidebar {
        width: 36.66%;
    }

    .we-buy-map .map-img {
        width: 43%;
    }

    .we-buy-map .text {
        width: 55%;
    }
}

@media screen and (min-width: 768px) {
    .process-text img {
        display: none;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    #vision .mission {
        padding-top: 30px;
    }

    .process-text h4 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .process-text p {
        font-size: 16px;
        line-height: 25px;
        padding: 10px;
    }

    #need #learn {
        text-align: center;
    }

    .social-links {
        margin: 28px 0;
    }

    #contact-form .row {
        flex-direction: column-reverse;
    }

    #thanks {
        padding: 50px 0;
        text-align: center;
    }

    #thanks h1 {
        font-weight: 700;
        font-size: 70px;
        margin-bottom: 44px;
    }

    #thanks h2 {
        font-family: "Raleway-Medium";
        font-weight: 500;
        font-size: 26px;
    }

    .cash-offer .need-text ul {
        display: flex;
    }

    .cash-offer #learn .learn-text button {
        margin-top: 46px;
    }

    .cash-offer #learn .learn-text button:after {
        top: -55px;
    }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    #navbar .navbar-nav {
        padding-right: 25px;
    }

    #navbar .nav-btn .btn {
        padding: 14px 10px;
        font-size: 14px;
    }

    #thanks h1 {
        font-weight: 700;
        font-size: 80px;
        margin-bottom: 44px;
    }
}

@media (max-width: 374px) {
    #quick-steps-ebps .button a {
        background: white;
        color: var(--color-primary);
        border: 1px solid var(--color-primary);
    }

    .arrow {
        display: none;
    }

    #sellModal .modal-dialog .main-content {
        padding: 10px 0px 10px 0px;
    }
}

@media (max-width: 359px) {
    #quick-steps-ebps .button a {
        background: white;
        color: var(--color-primary);
        border: 1px solid var(--color-primary);
    }

    .arrow {
        display: none;
    }

    #sellModal .modal-dialog .inner-form-box h5 {
        font-size: 20px;
    }

    #sellModal .modal-dialog .inner-form-box .submit-btn input {
        font-size: 16px;
    }

    .navbar-brand {
        margin: 0;
        width: 70%;
    }

    .footerBottum p {
        font-size: 12px;
    }
}

@media (max-width: 530px) {
    .arrow {
        display: none;
    }

    #ratings img {
        height: 40px;
    }

    #learn .learn-text ul {
        display: block;
    }

    #buying .cards {
        width: 50%;
    }

    #learn .learn-text li {
        float: none;
        width: 100% !important;
    }
}

@media (max-width: 300px) {
    #quick-steps-ebps .button a {
        background: white;
        color: var(--color-primary);
        border: 1px solid var(--color-primary);
    }

    .arrow {
        display: none;
    }

    .official h2 {
        font-size: 16px;
    }

    .official .b-bottom {
        margin-bottom: 20px;
    }

    .official p {
        font-size: 13px;
    }

    #learn .learn-text button {
        font-size: 14px;
    }
}

@media (max-width: 400px) {
    .testimonial-slider .swiper-pagination-bullet-active {
        left: 40% !important;
    }
}

@media screen and (max-width: 540px) and (min-width: 530px) {
    .official input {
        width: 60%;
    }
}

@media screen and (max-width: 1350px) and (min-width: 992px) {
    #need #learn {
        padding-top: 15px;
    }

    #need .need-text button {
        margin-bottom: 10px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 1350px) and (min-width: 1020px) {
    #need .need-text button::after {
        top: -40px;
    }
}

@media screen and (max-width: 1019px) and (min-width: 992px) {
    #need .need-text button::after {
        top: -24px;
    }
}

.wpcf7-list-item-label {
    font-style: normal;
    font-weight: 500;
    line-height: 9px;
    text-align: center;
    color: #FFFFFF;
}

input[type="checkbox"] {
    margin-left: -10px;
    margin-right: 10px;
    /*   -webkit-box-shadow: 0px 0px 0px 1px white; */
}

.wpcf7-list-item-label a {
    font-size: 16px;
    color: #fff;
    padding-bottom: 4px;
    /*   border-bottom: 1px solid white; */
}
#contact-form .wpcf7-list-item-label a {
    font-size: 16px;
    color:#0000EE;
    padding-bottom: 4px;
    /*   border-bottom: 1px solid white; */
}

@media (min-width: 1025px) {
    #PricingSection {
        padding: 60px 0 70px;
        margin-top: 0;
    }
}

@media (min-width: 1281px) {
    #quick-steps-ebps + #PricingSection {
        padding: 60px 0;
        margin-top: 200px;
    }

    #quick-steps-ebps + #PricingSection {
        padding: 60px 0;
        margin-top: 200px;
    }
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 0.7;
}

li.current_page_item > a {
    color: var(--color-primary) !important;
}

#navbar .nav-btn button svg {
    margin-right: 15px;
}

#home-banner .wpcf7-not-valid-tip {
    color: yellow;
}

#home-banner .wpcf7 form .wpcf7-response-output {
    margin: 0em 0.5em 1em;
}
#contact-form .wpcf7-response-output {
	color: black;
	font-size: 1rem;
}

#footerHead .wpcf7-response-output {
	color: white;
	font-weight: 600;
}
#home-banner .wpcf7-response-output {
	color: white;
	font-weight: 600;
}

#contact-form .wpcf7-list-item-label {
    font-style: normal;
    font-weight: 500;
    line-height: 9px;
	text-align:left;
    color: black;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    line-height: 22px;
    margin-top: -23px;
    margin-left: 19px;
}
.offical-website-banner{
/* 	margin: 230px 0 -280px; */
	padding: 80px 0;
	background-color: var(--color-primary);
	color: white;
}
.offical-website-banner h2{
	color: white;
}
.wrapper {
  max-width: 100%;
  background: black;
	padding: 5px 0;
  text-align: right;
	overflow: hidden;
}

.marquee {
  color: white;
  white-space: nowrap;
  font-size: 16px;
	
  -webkit-animation: rightThenLeft 15s linear infinite;
}

@-webkit-keyframes rightThenLeft { 
   0% {margin-right: 0;}
	25%{margin-right:100%}
   50%{margin-right:0}
   75%{margin-right:100%;}
   100%{margin-right:0;}
}
@media(max-width: 991px){
	.offical-website-banner {
		padding: 60px 0;
	}
	.offical-website-banner h2 {
		font-size: 30px;
	}
}
@media(max-width: 767px){
	.offical-website-banner {
		margin: 0;
		padding: 40px 0;
	}
	.offical-website-banner h2 {
		font-size: 25px;
	}
}

.custom-logo {
   width: 200px; 
  height: 100%;
}


.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #46b450 !important; /* Red */
}
#home-banner .wpcf7-list-item-label a{
	font-size: 11px;
    color: blue;
    padding-bottom: 0px; 
    border-bottom: 1px solid white;
}
 
#home-banner .wpcf7-list-item-label{
font-size: 11px;
}
 
#home-banner .wpcf7-form label{
	padding: 0px 0 !important;
    display: block;
    line-height: 19px;
}
.form-back-bg{
width:100%;
}
#home-banner .form-bg{
width:100%;
}
.page-id-16 *[data-name="term_and_conditions"] p{
	font-size: 12px;
    line-height: 20px;
}
 
#contact-form .wpcf7-list-item-label a{
	    font-size: 12px;
}
#contact-form .wpcf7-form-control.has-spinner.wpcf7-submit{
	 margin-top: 10px;
}
#contact-form .submitBtn {
    background: #9d7025 !important;
    border: 1px solid #c4c4c4;
    border-radius: 10px;
    margin-top: 20px;
    padding: 12px 25px;
    color: #fff;
}