@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url('https://fonts.cdnfonts.com/css/source-sans-pro');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px "Poppins", sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    /* color: #28b16d; */
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url("../images/arrow.png") no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%;
}


/***** Font Files *****/

@font-face {
    font-family: "Fonts Awesome";
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Fonts Awesome";
    src: url(../fonts/fontawesome-webfont.eot);
}

@font-face {
    font-family: "SourceSansPro-Bold";
    src: url(../fonts/SourceSansPro-Bold.ttf);
}

@font-face {
    font-family: "SourceSansPro-Semibold";
    src: url(../fonts/SourceSansPro-Semibold.ttf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: "SourceSansPro-Semibold";
    font-size: 61px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h2 {
    font-family: "SourceSansPro-Semibold";
    font-size: 45px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h3 {
    font-family: "SourceSansPro-Bold";
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: "Source Sans Pro";
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: "Source Sans Pro";
    font-size: 13px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: "Source Sans Pro";
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #000;
    font-size: 20px;
    font-family: "Source Sans Pro";
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
    line-height: 160%;
}


/*header css start */

header {
    position: absolute;
    width: 100%;
    z-index: 99;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
}

.menuSec {
    padding: 0 0;
}

.menuSection {
    padding: 37px 0;
}

.header-logo a {
    font-size: 28px;
    color: #fff;
    font-family: 'SourceSansPro-Bold';
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.banner_text.wow.fadeInLeft h1 {
    color: #fff;
}

a.btn.btn_badam:hover {
    background: #77d2b3;
}

a.btn.btn_badam {
    width: 181px;
    background: #fff;
    border: 2px solid #77d2b3;
    font-weight: 500;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 10px;
    font-family: 'SourceSansPro-Bold';
    font-size: 16px;
    letter-spacing: 1px;
}

.banner_text.wow.fadeInLeft p {
    font-size: 20px;
    color: #fff;
    line-height: 36px;
    padding-bottom: 13px;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    padding: 4px 0;
    font-size: 16px;
    font-family: 'Source Sans Pro';
    border-bottom: 1px solid transparent;
}


/*.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
    display: none;
}
*/


/*.menuSec ul li:last-child a {
    padding-right: 0px;
}*/


/* .menuSec ul li:last-child a:after {
    display: none;
} */

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #ffffff;
    border-color: #fff;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 33px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    right: 7%;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*header css start */

.topSec {
    background: #fff;
    padding: 11px 0;
}

.carousel-item.active img {
    width: 100%;
}

.top-bar-right {
    text-align: end;
    position: relative;
}

.top-bar-right a {
    font-size: 17px;
    color: #000;
    padding-left: 41px;
    font-weight: 500;
    font-family: 'SourceSansPro-Semibold';
}

.top-bar-right a i {
    padding-right: 14px;
}

.top-bar-left a {
    font-size: 16px;
    color: #000;
}

.top-bar-left a i {
    padding-right: 14px;
}


/*banner css start */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgb(0 0 0 / 39%);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}


/*banner css end*/

.banner_img form {
    background: #FFFFFFBA;
    padding: 23px 12px;
    border-radius: 8px;
}

.banner_img form textarea {
    width: 100%;
    height: 260px;
    background: 0;
    border: 1px solid;
    border-radius: 16px;
    margin-top: 11px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    padding: 11px;
}

.banner_img form input {
    width: 100%;
    height: 51px;
    border: 1px solid;
    border-radius: 13px;
    background: 0;
    margin-bottom: 11px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
}

.banner_img form label {
    color: #000;
    padding-bottom: 5px;
    font-family: 'Source Sans Pro';
    font-size: 16px;
}

.banner_img form label span {
    color: #ff00007d;
    font-style: italic;
}

.banner_img form h5 {
    padding-bottom: 19px;
    font-size: 18px;
}

.banner_img form button {
    width: 97px;
    height: 47px;
    background: #000;
    color: #fff;
    border-radius: 10px;
    margin-top: 10px;
}

.about_sec {
    padding: 100px 0;
}

.about_text p {
    font-size: 20px;
    line-height: 160%;
    padding-right: 57px;
    padding-bottom: 36px;
}

.about_text h1 {
    padding-bottom: 27px;
    padding-right: 39px;
    font-size: 51px;
}

.mark-text p {
    font-size: 20px;
    font-family: 'Source Sans Pro';
    padding-bottom: 32px;
    line-height: 160%;
    padding-right: 21px;
}

.mark-text h1 {
    padding-bottom: 34px;
}

.mark img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.Biography {
    padding-bottom: 100px;
    padding-top: 100px;
}

.mark {
    margin-top: 0px;
}

.our_services_section {
    background-color: #F2F3F7;
    padding: 101px 0;
}

.servicer_card svg {
    height: 45px;
    margin-top: 30px;
}

.servicer_card {
    border: 1px solid #ababab;
    border-radius: 15px;
    padding: 40px 42px;
    background: #f2f3f7;
}

.servicer_card p {
    font-size: 18px;
    font-family: 'Source Sans Pro';
    line-height: 169%;
    padding-top: 25px;
    color: #000000B3;
}

.servicer_card h3 {
    padding-top: 42px;
    font-family: 'SourceSansPro-Semibold';
    font-size: 24px;
}

.servicer_card:hover {
    box-shadow: 0 0 8px 0 #bbbbbb;
}

.service {
    padding-bottom: 31px;
}

.service h1 {
    font-size: 40px;
}

.Aerospace {
    padding: 100px 0;
}

a.btn.btn_badam.Aerospaces {
    width: 340px;
    height: 48px;
    padding-top: 9px;
}

.Aerospace_text h2 {
    font-size: 38px;
    padding-bottom: 22px;
}

.Aerospace_text p {
    line-height: 160%;
    font-size: 20px;
    font-family: 'Source Sans Pro';
    padding-bottom: 40px;
}

.Digital {
    background-color: #f2f3f7;
    padding: 25px 0 50px;
}

.Digital_Downloads p {
    font-size: 20px;
    font-family: 'Source Sans Pro';
    line-height: 160%;
    padding-bottom: 38px;
    padding-top: 27px;
    padding-right: 95px;
}

.Digital_Downloads {
    margin: auto 0;
    /* padding-top: 120px; */
}

.digital_img {
    text-align: center;
}

.digital_img img {
    border-radius: 35px;
    width: 80%;
    height: 450px;
    object-fit: cover;
}

.High-Performance {
    padding-top: 60px;
}

.High_img h3 {
    font-size: 40px;
}

.High_img p {
    font-size: 16px;
    line-height: 166%;
    padding: 20px 0 20px 0;
}

.Performance img {
    border-radius: 30px;
    width: 100%;
    height: 401px;
}

.High_img {
    padding-top: 36px;
}

.Featured {
    padding-top: 100px;
}

.Featured_img h2 {
    padding-bottom: 30px;
}

.Camera a i {
    background: #000;
    height: 30px;
    width: 30px;
    text-align: center;
    padding-top: 6px;
    border-radius: 25px;
    color: #fff;
    margin-right: 12px;
    border: 1px solid;
}

.Camera a {
    color: #fff;
}

.Camera {
    position: absolute;
    bottom: 20px;
    left: 15px;
}

.Featured_img {
    position: relative;
}

.Heart a {
    background: #000;
    color: #fff;
    height: 35px;
    width: 35px;
    text-align: center;
    padding-top: 5px;
    border: 1px solid;
    border-radius: 25px;
    font-size: 17px;
}

.Heart {
    position: absolute;
    right: 14px;
    bottom: 20px;
}

.Featured_img img {
    border-radius: 11px;
}

.Location i {
    background: #fff;
    width: 58px;
    height: 33px;
    border-radius: 24px;
    text-align: center;
    padding-top: 7px;
    font-size: 18px;
    color: #5d8ea8;
}

.Location {
    position: absolute;
    bottom: -15px;
    left: 346px;
    right: 270px;
}

.map a iframe {
    width: 180px;
    height: 100px;
    border-radius: 15px;
}

.map {
    position: absolute;
    top: 104px;
    left: 15px;
}

.Sale {
    display: flex;
    gap: 30px;
    /* padding-top: 90px; */
    /* padding-bottom: 50px; */
}

.Sale p {
    text-align: end;
    display: block;
    padding-left: 117px;
    font-family: 'Poppins';
    font-weight: 700;
    FONT-SIZE: 13px;
    padding-bottom: 30px;
}

.Sale a {
    background: #fff;
    width: 90px;
    height: 27px;
    text-align: center;
    border-radius: 25px;
    color: #000;
    font-size: 12px !important;
    padding-left: 0 !important;
}

.Sale span {
    background: #26688b;
    width: 100px;
    height: 27px;
    border-radius: 25px;
    color: #ffffff;
    text-align: center;
}

span.hot {
    width: 60px;
    background: #49d0a2;
}

.Sale a:hover {
    color: #fff;
    background: #000;
}

.Snowflake a {
    font-size: 39px;
    color: #000;
    font-family: 'Poppins';
    font-weight: 600;
    padding-left: 12px;
}

.svg_boxs {
    display: flex;
    gap: 20px;
    padding-top: 20px;
    position: absolute;
    left: -69px;
}

.svg-box {
    background: #fff;
    padding: 40px;
    border-radius: 5px;
    box-shadow: 0 0 15px 0 #d8d8d8;
}

.svg-box svg {
    fill: #26688b;
}

path.ultra-meta.rh-ultra-light {
    fill: #dcf0fa;
}

.Snowflake {
    position: relative;
}

.bedroom {
    padding-top: 56px;
}

.bedroom h4 {
    font-size: 45px;
    color: #26688b;
    margin-top: 25px;
    margin-bottom: 30px;
    font-family: 'Poppins';
    font-weight: 600;
}

.bedroom p {
    font-size: 20px;
    font-family: 'Source Sans Pro';
    color: #000000b8;
}

.Get_Touch {
    background: #0F1F27;
    padding-top: 100px;
    padding-bottom: 15px;
}

.Get_Touch_img img {
    width: 90%;
}

.Get_Touch_text h1 {
    font-size: 58px;
    color: #fff;
    line-height: 120%;
}

.Get_Touch_text p {
    font-size: 21px;
    color: #FFFFFFCC;
    padding-bottom: 15px;
}

.Get_Touch_text form input {
    width: 100%;
    background: 0;
    border: 2px solid #fff;
    height: 51px;
    margin-bottom: 7px;
    color: #fff;
}

.Get_Touch_text form textarea {
    width: 100%;
    height: 215px;
    background: 0;
    border: 1px solid #fff;
    color: #fff;
}

.Get_Touch_text form label {
    color: #fff;
    padding-bottom: 11px;
}

.Get_Touch_text form label span {
    color: #ff000091;
}

.Get_Touch_text form h5 {
    color: #fff;
    font-size: 16px;
    padding-bottom: 10px;
}

.Get_Touch_text {
    padding-top: 40px;
}

.Get_Touch_text form button {
    background: #000000;
    width: 93px;
    height: 49px;
    border-radius: 7px;
    color: #fff;
    border: 0;
    margin-top: 8px;
}

.testimional_img {
    display: flex;
    align-items: center;
    gap: 14px;
    /* justify-content: space-between; */
    margin-bottom: 21px;
}

.testimional {
    box-shadow: 0 2px 12px 2px rgba(24, 39, 75, .1);
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    margin-bottom: 10px;
}

.What_Clients_Are_Saying {
    background-color: transparent;
    background-image: linear-gradient(180deg, #40A9E8 65%, #FFFFFF00 35%);
    padding: 100px 0;
}

.testimional_img img {
    width: 60px;
    height: 60px;
    border-radius: 54px;
    object-fit: cover;
}

.Star {
    text-align: end;
    width: 50%;
}

.Star i {
    color: #ffc530;
}

.Super h3 {
    font-family: 'SourceSansPro-Semibold';
    font-size: 21px;
    font-weight: 600;
    padding-bottom: 11px;
}

.Super p {
    font-family: 'Source Sans Pro';
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #000000CC;
}

.testimional_slider .slick-active {
    opacity: 2.5;
}

.testimional_slider .slick-list.draggable {
    margin-right: -789px;
    padding-right: 789px;
}

.testimional_slider .slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1.2;
}

.What_Clients_Are_Saying_content {
    padding-bottom: 50px;
}

.What_Clients_Are_Saying_content h1 {
    color: #fff;
}

.testimional_slider .slick-prev {
    left: 1229px;
    top: -121px;
}

.testimional_slider .slick-next {
    right: -36px;
    top: -119px;
}

.testimional_slider .slick-prev:before {
    content: '\f104';
    font-family: 'FontAwesome';
    color: #fff !important;
    border: 1px solid #ffffff45;
    /* padding: 14px; */
    border-radius: 46px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimional_slider .slick-next:before {
    content: '\f105';
    font-family: 'FontAwesome';
    color: #ffffff !important;
    border: 1px solid #ffffff57;
    /* padding: 21px; */
    border-radius: 46px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimional_slider .slick-prev:hover:before {
    border-color: #fff;
}

.testimional_slider .slick-next:hover:before {
    border-color: #fff;
}

.header-btn a {
    color: #fff;
    font-size: 25px;
    padding-left: 20px;
}

.header-btn {
    text-align: left;
    position: relative;
}

a.header-cart::before {
    position: absolute;
    content: '0';
    font-size: 11px;
    background: #26688b;
    width: 21px;
    height: 22px;
    border-radius: 25px;
    left: 39px;
    top: -16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-inner.inner-banner {
    height: 60vh;
}

.carousel-item.inner-banner.active {
    height: 60vh;
}

.carousel-caption.inner-banner {
    background: #000;
}

.banner_text.inner-banner h1 {
    font-size: 58px;
}

.Digital_Downloads_sec {
    padding: 100px 0;
}

.digital_img.Landlord img {
    width: 64%;
    border-radius: 20px 20px 20px 20px;
    border-radius: 35px;
    width: 80%;
    height: 450px;
    object-fit: cover;
}

.Digital_Downloads.Landlord p {
    padding: 22px 0;
}

.Landlord {
    /* padding-bottom: 50px; */
}

.Searching .row {
    align-items: center;
}

.Landlord .row {
    align-items: center;
}

.Digital_Downloads_sec .row {
    align-items: center;
}

.Searching {
    /* padding-bottom: 80px; */
}

.digital_img.Searching img {
    width: 244px;
    height: 306px;
    border-radius: 35px;
    width: 80%;
    height: 450px;
}

.Digital_Downloads.Searching {
    padding-top: 40px;
}

.Custom_PCs {
    padding: 100px 0;
}

.custom_content h1 {
    font-size: 38px;
    font-family: 'SourceSansPro-Bold';
}

.Digital_Downloads.Landlord a i {
    padding-left: 10px;
}

.Digital_Downloads.Searching a i {
    padding-left: 13px;
}

.PCs_We_Sell {
    padding-bottom: 80px;
}

.desktop {
    background: #fff;
    padding: 40px 40px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #0000002e;
}

.desktop:hover {
    box-shadow: 0 0 9px 0 #b9b9b9;
}

.desktop h2 {
    font-size: 30px;
    padding-top: 25px;
    padding-bottom: 26px;
}

.desktop p {
    font-size: 18px;
    font-family: 'Source Sans Pro';
    line-height: 160%;
    padding-bottom: 21px;
    color: #000000c9;
}

.desktop a {
    color: #000;
    font-size: 17px;
}

.desktop h4 {
    font-size: 20px;
    padding-bottom: 21px;
}

.desktop a i {
    padding-left: 16px;
    font-size: 14px;
}

h1.Pc {
    padding-bottom: 30px;
}

.custom {
    border: 4px solid #000;
    padding: 39px;
    text-align: center;
    margin-top: 50px;
}

.custom p {
    font-size: 21px;
    font-family: 'Source Sans Pro';
    color: #000000cf;
    padding-top: 29px;
    padding-bottom: 25px;
}

.custom a {
    color: #fff;
    background: #000;
    width: 178px;
    height: 51px;
    padding-top: 15px;
    border-radius: 20px 02px 20px 02px;
}

.custom a i {
    padding-left: 11px;
}

.custom h1 {
    font-size: 44px;
}

.testimional_sec {
    padding: 100px 0;
}

.contact_us_sec {
    padding: 100px 0;
}

.contact_map iframe {
    width: 100%;
    height: 735px;
}

.banner_img.Contact input {
    border-radius: 0;
}

.banner_img.Contact select {
    width: 100%;
    height: 51px;
    border: 1px solid;
    padding: 11px;
    appearance: auto;
}

.banner_img.Contact textarea {
    border-radius: 0;
}

.banner_img.Contact button {
    color: #000;
    background: #efefef;
    border-radius: 0;
    width: 72px;
    height: 47px;
}

.banner_img.Contact label {
    font-weight: 600;
}

.banner_img.Contact h1 {
    font-size: 35px;
}

.Phone {
    text-align: center;
    margin-bottom: 60px;
}

.Phone i {
    font-size: 60px;
    color: #000;
}

.Phone h2 {
    font-size: 30px;
    padding: 15px 0;
}

.Phone a {
    color: #000;
}

.aboutus_sec {
    padding: 100px 0;
}

.aboutus_sec_text p {
    font-size: 19px;
    font-family: 'Source Sans Pro';
    line-height: 160%;
    color: #000000c9;
    margin-bottom: 20px;
}

.aboutus_sec_text h1 {
    font-size: 48px;
    padding-bottom: 13px;
}

.aboutus_sec_text h3 {
    font-size: 25px;
    font-family: 'SourceSansPro-Semibold';
    line-height: 160%;
    font-weight: 400;
}

.aboutus_sec_img img {
    width: 100%;
    border-radius: 25px;
    margin-bottom: 21px;
}

.mark-text.Biography_img h1 {
    font-size: 34px;
    padding: 32px 0 35px;
}

.mark-text.Biography_img p {
    padding-right: 60px;
    font-size: 20px;
    line-height: 160%;
    color: #000000d6;
    /* padding-bottom: 23px; */
}

.mark.Biography_img.inner-about img {
    height: 750px;
}

.mark-text.Biography_img.inner-about p {
    padding: 0;
    font-size: 20px;
    color: #000000c9;
}

.mark-text.Biography_img.inner-about h1 {
    padding: 40px 0 15px 0;
    font-size: 49px;
}

.Biography_text.inner-about p {
    padding-top: 10px;
    color: #000000c9;
}

.mark.Biography_img img {
    width: 100%;
    transition-duration: 0.2s;
    border-radius: 20px 20px 20px 20px;
    height: 757px;
    object-fit: cover;
}

.Biography_text p {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
    padding: 0px 60px 0px 0px;
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
}

.banner_text.inner-banner {
    text-align: center;
}

.property {
    padding: 100px 0;
}

.property_text {
    align-items: center;
    padding-top: 150px;
}

.property_text h1 {
    padding-bottom: 15px;
}

.property_text p {
    font-size: 20px;
    color: #3e3e3e;
    line-height: 160%;
    padding-right: 93px;
}

.property {
    padding: 100px 0 0;
}

.property_text {
    align-items: center;
    padding-top: 150px;
}

.property_text h1 {
    padding-bottom: 15px;
}

.property_text p {
    font-size: 20px;
    color: #3e3e3e;
    line-height: 160%;
    padding-right: 93px;
}

.property_img img {
    width: 80%;
    height: 610px;
}

.property_img {
    text-align: center;
}

.cart_sec {
    padding: 100px 0 100px;
}

.cart_table table tbody tr td img {
    height: 94px;
    width: 100px;
    margin: 0;
}

td.Total {
    text-align: end;
}

.accordion-button:not(.collapsed) {
    background: unset;
    color: #000000;
    box-shadow: unset;
    font-size: 17px;
    font-weight: 500;
}

.accordion-item {
    border: unset;
}

.accordion-body input {
    width: 75%;
    height: 50px;
    padding: 10px;
}

.accordion-body button {
    height: 51px;
    width: 24%;
    border: unset;
    background: #26688b;
    color: #ffffff;
    border-radius: 25px;
}

.accordion-body {
    padding: 0;
    margin-top: 25px;
}

.cart-total h5 {
    padding: 11px 0;
    border-bottom: 1px solid #cbcbcb;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.subtotal {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    border-bottom: 1px solid #00000047;
    border-top: 1px solid #02020245;
    padding: 18px 0;
}

.subtotal h5 {
    font-size: 17px;
    border: unset;
    padding: 0;
}

.Total\$ {
    display: flex;
    justify-content: space-between;
    margin-top: 13px;
    padding: 13px 0;
    border-bottom: 1px solid #0000003d;
    border-top: 1px solid #0000004f;
}

.Total\$ h4 {
    font-weight: 600;
}

.Crunch p {
    font-size: 13px;
}

.Crunch span {
    color: #073f25;
}

.Crunch a {
    text-decoration: underline;
    font-size: 11px;
    color: #000;
    padding-right: 22px;
}

.Crunch a:hover {
    text-decoration: none;
}

.cart_table table th {
    font-size: 21px;
    font-weight: 400;
}

.cart {
    box-shadow: 0 0 6px 0 #bdb9b9;
    padding: 16px 9px;
}

.Proceed a {
    width: 100%;
    height: 50px;
    background: #26688b;
    color: #fff;
    text-align: center;
    padding-top: 13px;
    border-radius: 50px;
    margin-top: 11px;
    font-size: 17px;
}

.Proceed {
    text-align: center;
}

th.Total {
    text-align: end;
}


/* :checked */

.checkout-btn {
    width: 100%;
    padding: 15px;
    background: #cc7353;
    color: #fff;
    font-weight: bold;
    display: block;
    border: none;
    cursor: pointer;
    text-align: center;
}

button.close-cart {
    border: 0;
    background: transparent;
    width: 30px;
    height: 30px;
    display: grid;
    place-content: center;
}

.cart-item-details h4 {
    font-size: 16px;
    margin-bottom: 10px;
}

button.remove-item {
    color: #000;
}


/* Side Bar Cart */

.banner_text.inner-cart {
    background: unset;
    display: flex;
}

.carousel-item.active.inner-shop img {
    height: 201px;
}

.banner_text.inner-cart a {
    font-size: 26px;
    font-weight: 400;
}

.banner_text.inner-cart span i {
    color: #000;
}

.banner_text.inner-cart.wow.fadeInLeft span {
    padding-left: 16px;
    color: #3c3b3b;
    font-weight: 300;
}

th.Total {
    text-align: end;
}

.cart_sec {
    padding: 60px 0 101px;
}

.cart_table table tbody tr td img {
    height: 94px;
    width: 100px;
    margin: 0;
}

.Manna {
    display: flex;
    align-items: center;
    gap: 21px;
    padding: 21px 0;
}

td.Total {
    text-align: end;
}

.accordion-button:not(.collapsed) {
    background: unset;
    color: #000000;
    box-shadow: unset;
    font-size: 17px;
    font-weight: 500;
}

.accordion-item {
    border: unset;
}

.accordion-body input {
    width: 75%;
    height: 50px;
    padding: 10px;
}

.accordion-body button {
    height: 51px;
    width: 24%;
    border: unset;
}

.accordion-body {
    padding: 0;
    margin-top: 25px;
}

.cart-total h5 {
    padding: 11px 0;
    border-bottom: 1px solid #cbcbcb;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

.subtotal {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    border-bottom: 1px solid #00000047;
    border-top: 1px solid #02020245;
    padding: 18px 0;
}

.subtotal h5 {
    font-size: 17px;
    border: unset;
    padding: 0;
}

.Total\$ {
    display: flex;
    justify-content: space-between;
    margin-top: 11px;
}

.Total\$ h4 {
    font-weight: 600;
}

.Crunch p {
    font-size: 13px;
}

.Crunch span {
    color: #073f25;
}

.Crunch a {
    text-decoration: underline;
    font-size: 11px;
}

.Crunch a:hover {
    text-decoration: none;
}

.cart_table table th {
    font-size: 21px;
    font-weight: 400;
}

.checkout {
    padding: 100px 0;
    position: relative;
}

.contact_info h3 {
    font-size: 23px;
}

.contact_info p {
    padding-bottom: 14px;
    padding-top: 6px;
}

.contact_info input {
    width: 100%;
    height: 51px;
    padding: 10px;
    border: 1px solid #7c7c7c;
}

.Billing_address h3 {
    font-size: 25px;
}

.Billing_address p {
    padding-bottom: 14px;
    padding-top: 5px;
}

.Billing_address input {
    width: 100%;
    height: 50px;
    padding: 11px;
    margin: 11px 0;
    border: 1px solid #7c7c7c;
}

.Billing_address select {
    width: 100%;
    height: 51px;
    appearance: inherit;
}

.Billing_address select {
    margin: 11px 0;
    padding: 9px;
}

.contact_info {
    padding-bottom: 40px;
}

.Billing_address {
    padding-bottom: 0;
}

button.opt-field-btn {
    width: 100%;
    height: 42px;
    background: #fff;
    border: unset;
    font-size: 17px;
    font-weight: 400;
    text-align: start;
}

button.opt-field-btn:hover {
    background: #c5c5c5;
    text-decoration: underline;
}

.info {
    display: flex;
    /* align-items: center; */
    gap: 10px;
    border: 1px solid red;
    padding: 12px;
    background: #ffdfdf;
    margin-top: 30px;
}

.info i {
    color: #ffffff;
    font-size: 18px;
    background: red;
    height: 25px;
    width: 39px;
    border-radius: 66px;
    text-align: center;
    padding-top: 4px;
}

.add-optianal-field span {
    margin-left: 11px;
}

.add-optianal-field {
    /* padding-top: 30px; */
    /* padding-bottom: 30px; */
}

.add-optianal-field textarea {
    width: 100%;
    padding: 8px;
    height: 213px;
}

input.check-box {
    margin-bottom: 3px;
    height: 28px;
    width: 22px;
}

.place-order {
    border-top: 1px solid #7c7c7c;
}

.place-order p {
    padding-top: 25px;
    padding-bottom: 21px;
}

.place-order button {
    width: 100%;
    height: 44px;
    border: unset;
}

.place-order button:hover {
    background: #b5b5b5;
}

.Manna.check img {
    height: 65px;
    width: 65px;
}

.cart-total.check {
    border: 1px solid #7c7c7c;
    padding: 12px;
    position: sticky;
    top: 0;
}

.Crunch.check p {
    font-size: 11px;
    line-height: 16px;
    font-weight: 800;
}

.Crunch.check h5 {
    border: unset;
}

.dollar {
    color: #063a06;
    font-weight: 600;
}

.product_detail {
    padding: 70px 0;
}

.footer-logo a h5 {
    font-size: 30px;
    padding-bottom: 14px;
    font-family: 'SourceSansPro-Bold';
}

.footer-logo p {
    font-size: 18px;
    font-family: 'Source Sans Pro';
    line-height: 160%;
    color: #000000cc;
    padding-right: 45px;
}

.foot-links h5 {
    font-size: 21px;
    padding-bottom: 30px;
}

.foot-links ul li a {
    color: #000;
    padding-bottom: 5px;
}

.footer-contact h5 {
    font-size: 22px;
    padding-bottom: 30px;
}

.footer-contact ul li a {
    font-size: 15px;
    padding-bottom: 13px;
    color: #000;
}

.footer-contact ul li i {
    padding-right: 16px;
    font-size: 17px;
}

.news-letter h5 {
    font-size: 20px;
    padding-bottom: 13px;
}

.news-letter input {
    padding: 11px;
    width: 100%;
    height: 51px;
    border: 1px solid;
    border-radius: 10px;
}

.news-letter h4 {
    font-size: 15px;
    padding: 11px 0;
}

.news-letter h2 {
    padding: 11px 0;
}

.news-letter h4 span {
    color: #ff000094;
    font-style: italic;
}

.news-letter button {
    background: #000;
    color: #fff;
    width: 60%;
    height: 50px;
    margin-top: 12px;
    border-radius: 12px;
    border: unset;
}

.copy-txt {
    text-align: center;
    padding: 29px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vission_img {
    text-align: center;
    padding-top: 28px;
}

.copy-txt a {
    color: #999999;
    text-decoration: underline;
    padding-right: 5px;
}

.footerSec {
    padding: 70px 0 10px;
}

.footer-logo a img {
    width: 216px;
    height: 113px;
}

.copy-txt p {
    font-size: 16px;
    color: #00000066;
    border-top: 1px solid #0000001c;
    font-family: 'SourceSansPro-Bold';
}

.search-wrapper {
    width: 100%;
    max-width: 1100px;
    margin: 40px auto;
}

.search-wrapper h3 {
    text-align: center;
    margin-bottom: 25px;
    font-weight: 600;
}

.filter-box {
    width: 100%;
    padding: 18px 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
    font-weight: 500;
    cursor: pointer;
}

.filter-box span {
    font-size: 14px;
    color: #555;
}

.search-row {
    display: flex;
    gap: 10px;
}

.icon-btn {
    width: 70px;
    background: #266a8b;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.search-btn {
    flex: 1;
    background: #4fd1a1;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.custom-select {
    position: relative;
}

.select-box {
    height: 55px;
    border-radius: 10px;
    border: 1px solid #ced4da;
    padding: 15px;
    cursor: pointer;
    background: white;
    margin-bottom: 30px;
    font-size: 19px;
    font-weight: 600;
    appearance: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    appearance: auto;
}

.options {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .1);
    display: none;
    z-index: 10;
}

.options input {
    /* border: none; */
    border: 1px solid #ddd;
    padding: 12px;
    width: 98%;
    outline: none;
    margin: 14px 10px 0;
}

.options div {
    padding: 12px;
    cursor: pointer;
}

.options div:hover {
    background: #f1f1f1;
}

.search-btn {
    height: 55px;
    background: #49d0a2;
    color: white;
    border: none;
    border-radius: 10px;
    font-weight: 600;
}

.For_sale {
    padding: 100px 0;
}

select.form-select.form-select-lg {
    margin-bottom: 33px;
    font-weight: 600;
}

.select-box i {
    font-size: 13px;
}

.sale {
    text-align: center;
    padding-bottom: 30px;
}

.sale a {
    color: #000;
    padding-top: 9px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 25px;
}

.sale a:hover {
    background: #26688b;
    border-radius: 35px;
    width: 99px;
    height: 41px;
    padding-top: 9px;
    color: #fff;
}

.Search {
    display: flex;
    align-items: center;
    gap: 7px;
}

.btn-primary {
    /* color: #fff; */
    background-color: #0d6efd;
    /* border-color: #0d6efd; */
    width: 118px;
    height: 55px;
    background: #26688b;
    border-radius: 11px;
    text-align: center;
    display: block;
    padding-top: 14px;
    font-size: 16px;
    color: #fff;
}

.Search button i {
    padding-right: 16px;
}

.search-btn:hover {
    background: #26688b;
}

.Search a:hover {
    background: #49d0a2;
}

.banner_img.property input {
    border-radius: 0;
}

.banner_img.property textarea {
    border-radius: 0;
}

.filter-box {
    max-width: 420px;
    border-radius: 14px;
}

.form-control,
.form-select {
    padding: 14px;
    border-radius: 10px;
    font-weight: 600;
}

.search-btn {
    background: #45d39e;
    border-radius: 12px;
    padding: 14px;
    font-size: 16px;
}

.bg-white.p-4.shadow-sm.filter-box1 input::placeholder {
    font-weight: 600;
    color: #000;
}

.btn-primary:hover {
    color: #fff;
    background-color: #45d39e;
    border-color: #45d39e;
}

.shop_sec {
    padding: 100px 0;
}

.Shop_btn {
    display: flex;
    gap: 10px;
    align-items: center;
}

.Shop_btn a {
    color: #000;
    font-size: 17px;
    font-weight: 500;
}

.Shop_btn h5 {
    color: #26688b;
    font-size: 17px;
    font-weight: 500;
    font-family: 'Poppins';
}

.Shop_text p {
    font-size: 21px;
    line-height: 160%;
}

.Shop_text {
    display: flex;
    justify-content: space-between;
}

.Shop_text select {
    width: 126%;
    height: 48px;
    border-radius: 50px;
    appearance: auto;
}

.Shop_card a img {}

.Shop_card {
    padding-top: 33px;
}

.Shop_card h3 {
    font-size: 23px;
    padding-top: 15px;
    padding-bottom: 13px;
}

.search-btn1 {
    width: 51%;
    background: #26688b;
    text-align: center;
    padding: 10px;
    color: #fff;
    border-radius: 51px;
}

.customize-box {
    border: 1px solid #ddd;
    padding: 25px;
    background: #fff;
}

.section-title {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 27px;
}

.option-list label {
    font-size: 14px;
    color: #333;
}

.price {
    color: #777;
}

.total-box {
    text-align: right;
    font-size: 15px;
}

.total-box span {
    color: #0d6efd;
    font-weight: 600;
}

.add-cart {
    background: #0d5c75;
    color: #fff;
    border-radius: 25px;
    padding: 6px 20px;
}

.add-cart:hover {
    background: #094a5e;
}

a.btn.add-cart:hover {
    color: #0d5c75;
    background: #d8ebf5;
    border: 2px solid;
}

.total-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    margin-bottom: 6px;
}

.total-row strong {
    font-weight: 600;
    font-size: 16px;
}

.total-price {
    color: #0d5c75;
    font-weight: 600;
    font-size: 20px;
}

p.text-center.small.my-3 {
    font-size: 20px;
    font-weight: 600;
    font-family: 'SourceSansPro-Semibold';
}


/* Side Bar Cart */

.cart-sidebar {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100%;
    background: #fff;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    transition: 0.4s ease-in-out;
    z-index: 9999;
    display: flex;
    flex-direction: column;
}

.cart-sidebar.active {
    right: 0;
}

.cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #eee;
}

.cart-body {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
}

.cart-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    position: relative;
}

.cart-item img {
    width: 100px;
    height: 120px;
    object-fit: cover;
    border-radius: 4px;
}

.cart-item-details {
    flex: 1;
    margin-left: 15px;
}

.qty-box {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    margin-top: 10px;
    border: 1px solid #42424233;
}

.qty-box button {
    width: 40px;
    height: 40px;
    background: none;
    cursor: pointer;
    border: 0;
}

.qty-count {
    min-width: 24px;
    text-align: center;
    color: #000000 !important;
    font-weight: 600;
}

.remove-item {
    background: none;
    border: none;
    color: #888;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.cart-note {
    font-size: 13px;
    color: #666;
    margin-top: 40px;
    padding: 20px 20px;
}

.cart-footer {
    padding: 20px;
    border-top: 1px solid #eee;
}

.checkout-btn {
    width: 100%;
    padding: 15px;
    background: #000000;
    color: #fff;
    font-weight: bold;
    display: block;
    border: none;
    cursor: pointer;
    text-align: center;
}

button.close-cart {
    border: 0;
    background: transparent;
    width: 30px;
    height: 30px;
    display: grid;
    place-content: center;
}

.cart-item-details h4 {
    font-size: 16px;
    margin-bottom: 10px;
}

button.remove-item {
    color: #000;
}


/* Side Bar Cart */


/* Description Section */

.description-section {
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    line-height: 1.6;
}


/* Title */

.description-section h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}


/* Main paragraph */

.description-section p {
    font-size: 14px;
    margin-bottom: 20px;
    max-width: 100%;
}


/* Bullet columns */

.description-section ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.description-section li {
    font-size: 13.5px;
    margin-bottom: 6px;
    padding-left: 14px;
    position: relative;
}


/* Custom bullet */

.description-section li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
}


/* Column spacing */

.description-section .col-md-6,
.description-section .col-lg-3 {
    margin-bottom: 15px;
}


/* Responsive adjustments */

@media (max-width: 768px) {
    .description-section p {
        font-size: 13.5px;
    }
    .description-section li {
        font-size: 13px;
    }
}

.Description {
    padding: 100px 0;
}

.property-slider {
    position: relative;
}

.main-img {
    height: 480px;
    object-fit: cover;
    border-radius: 10px;
}

.property-slider {
    position: relative;
}

.property-main-slider img,
.property-main-slider a {
    width: 100%;
    height: 630px;
    object-fit: cover;
    border-radius: 10px;
}

.slider-info {
    position: absolute;
    bottom: 128px;
    left: 59px;
    color: #fff;
    z-index: 5;
}

.slider-info h4 {
    margin-top: 10px;
    color: #fff;
    font-size: 52px;
    font-family: 'SourceSansPro-Semibold';
}

.slider-info .price {
    color: #ffffff;
    background: #26688b;
    font-size: 33px;
    border-radius: 18px;
    padding: 7px;
}

.property-thumb-slider {
    margin-top: 12px;
    display: flex;
    gap: 70px;
}

.property-thumb-slider img {
    width: 150px !important;
    height: 80px;
    object-fit: cover;
    border-radius: 6px;
    cursor: pointer;
    opacity: 1.6;
}

.property-thumb-slider .slick-current img {
    opacity: 1;
    border: 2px solid #0d6efd;
}

p.location {
    color: #fff;
}

.Snowflake {
    padding: 100px 0px;
}

.slider-info span a {
    font-size: 14px;
    text-align: center;
    border-radius: 23px;
    padding: 0;
}

.slider-info span {
    border-radius: 25px;
}

ul.list-unstyled li {
    font-size: 20px;
    font-weight: 600;
    line-height: 186%;
    font-family: 'Source Sans Pro';
}

.cart_icon {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 9;
}

.cart_icon a {
    background: #fff;
    height: 70px;
    width: 70px;
    color: #000;
    font-size: 25px;
    border-radius: 50px;
    box-shadow: 0 0 7px 0 #c5c5c5;
    text-align: center;
    padding-top: 23px;
    position: absolute;
    right: 12px;
    bottom: 0;
    position: sticky;
}

ul.Snowflake_AZ li a {
    background: #26688b;
}

.property-main-slider .slick-next:before {
    content: '\f0da';
    background: #000;
    color: #fff !important;
    font-family: 'FontAwesome';
    padding: 10px 16px;
    border-radius: 9px;
}

.property-main-slider .slick-prev:before {
    content: '\f0d9';
    background: #000;
    color: #fff !important;
    font-family: 'FontAwesome';
    padding: 10px 16px;
    border-radius: 9px;
}

.property-thumb-slider .slick-active {
    opacity: 2.5;
}

.Heart.propertys {
    bottom: 114px;
    right: 50px;
}

.Heart.propertys a {
    color: #fff;
    font-size: 21px;
    width: 51px;
    height: 51px;
    text-align: justify;
    padding-top: 12px;
}

.Featured_img1 img {
    height: 120px;
    width: 166px;
    border-radius: 13px;
}

.Featured_img1 {
    padding-top: 48px;
    text-align: end;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: end;
    gap: 20px;
}

.Featured_img1::before {
    position: absolute;
    content: '';
    width: 97px;
    height: 5px;
    background: #26688b;
    z-index: 99;
    bottom: -23px;
    right: 178px;
}

.house {
    text-align: center;
    background: #fff;
    box-shadow: 3 0 1px 0;
    padding: 9px 28px;
    border-radius: 7px;
}

.house i {
    color: #000;
    font-size: 28px;
}

.house h5 {
    font-size: 30px;
    font-weight: 500;
    font-family: poppins;
    padding: 8px 0;
}

.house p {
    font-size: 16px;
}

.cart_icon a:before {
    position: absolute;
    content: '0';
    background: #000000;
    color: #fff;
    height: 21px;
    width: 21px;
    font-size: 13px;
    border-radius: 25px;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-btn i.fa-solid.fa-heart {
    padding-left: 20px;
}

.menuSection .row {
    align-items: center;
}

a.top-rt-mail {
    margin-left: 20px;
    border-left: 1px solid #0000008f;
    padding-left: 21px;
}

html {
    overflow: overlay;
}

.Mission {
    box-shadow: 0 0 4px 0 #d7d6d6;
    padding: 51px;
    border-radius: 26px;
}

.vission {
    box-shadow: 0 0 4px 0 #d7d6d6;
    padding: 51px;
    border-radius: 26px;
}

.primary {
    width: 100%;
    border-radius: 32px;
    margin-top: 12px;
}

.secondary {
    width: 100%;
    height: 50px;
    background-color: #adadad !important;
    color: #000 !important;
}

.modal-title {
    border: unset !important;
}

.Proceed button {
    width: 100%;
    border-radius: 31px;
    margin-top: 21px;
}

.modal-header .btn-close {
    width: 0;
}

.news-letter-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.news-letter-popup-content {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    max-width: 400px;
    width: 90%;
}

.news-letter-popup-content button {
    margin-top: 15px;
    padding: 10px 20px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
}

.Searching1 .row {
    align-items: center;
}

.Searching1 {
    padding-bottom: 80px;
    padding-top: 80px;
}

.Return_Policy {
    padding: 100px 0;
}

.Return_Policy_text {
    padding: 50px 100px;
    border: 2px solid;
}

.Return_Policy_text h5 {
    font-size: 20px;
    font-family: 'SourceSansPro-Semibold';
    padding-top: 11px;
}

.Return_Policy_text p {
    padding: 11px 64px;
    text-align: justify;
}

.Return_Policy_text h1 {
    font-size: 41px;
}

p.polices {
    padding-bottom: 70px;
}

p.policeses {
    padding-top: 64px;
}

.Return_Policy_text h2 {
    font-size: 34px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-family: 'SourceSansPro-Bold';
    font-weight: 500;
}

.Return_Policy_text h4 {
    font-size: 20px;
    font-family: 'SourceSansPro-Semibold';
    padding-top: 12px;
}

.Return_Policy_text a {
    /* color: #000; */
    padding-bottom: 11px;
    text-decoration: underline;
}

.Return_Policy_text span {
    font-size: 20px;
}

.news-letter-popup-content p {
    font-size: 19px;
}