* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'GillSans';
    src: url('font/Gill Sans.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

ul {
    list-style-type: none;
    margin: 0;
}

a {
    text-decoration: none !important;
    color: #16172B;
}

body {
    font-family: GillSans !important;
}

.header-wrapper {
    background-color: #16172B;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-wrapper .header_logo {
    width: 200px;
    height: auto;
}

.navbar {
    width: 100%;
}

.navbar-brand-header {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    margin: 0;
    z-index: 0;
}

.navbar-toggler {
    z-index: 1;
}

.navbar-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 3;
    padding: 0 20px;
}

.navbar-nav .nav-item .nav-link {
    font-family: GillSans;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: center;
    color: #fff !important;
    align-items: baseline !important;
}

.navbar-nav .nav-item .nav-link img {
    width: 14px;
    height: auto;
}

.banner_wrapper {
    background-image: url(imgs/Home_Banner1.png);
    height: 500px;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center center;
}

.banner_img_Block {
    /* background-color: rgba(22, 23, 43, 0.4); */
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    width: 700px;
    height: 150px;
}

.home-content p {
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: center;
    color: #0E0702;
}

.tab_btn_wrapper .tablink {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 14px;
    width: 50%;
    transition: 0.7s;
    text-transform: uppercase;
}

.tab_btn_wrapper .tablink img {
    width: 14px;
}

.tab_btn_wrapper .tablink:hover {
    background-color: #89898959;
}

.banner_img_Block .tabcontent {
    color: white;
    display: none;
    padding: 50px;
    text-align: center;
    height: 150px
}

#First_Tab {
    background-color: rgba(0, 0, 0, 0.5);
}

#second_Tab {
    background-color: rgba(0, 0, 0, 0.5);
}

.tab_btn_wrapper {
    position: absolute;
    width: 100%;
    top: -49px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.input-group-text {
    margin-left: 20px !important;
    cursor: pointer;
    transition: 0.5s;
    border-radius: 0 !important;
    padding: 19px 30px !important;
    height: 30px;
    background-color: transparent !important;
    color: #fff !important;
    text-transform: uppercase;
}

.input-group-text:hover {
    background-color: #fff !important;
    transition: 0.5s;
    color: #16172B !important;
}

.form-control.search_input {
    font-size: 12px;
    border-radius: 0;
    border: none;
    padding: 0 20px;
    height: 40px;
}

.ivory_btn {
    font-family: GillSans;
    font-size: 12px;
    text-align: left;
    color: #16172B;
    border: 1px solid #16172B;
    padding: 10px 30px;
    transition: 0.7s;
    letter-spacing: 2px;
    width: 200px;
    display: inline-block;
    text-align: center;
}
.ivory_btn_two{
    width: 270px;
    display: inline-block;
    text-align: center;
}

.ivory_btn:hover {
    background-color: #16172B;
    color: #fff;
}

.ivory_white_btn {
    font-family: GillSans;
    font-size: 12px;
    text-align: left;
    background-color: #16172B;
    color: #ffffff;
    border: 1px solid #fff;
    padding: 7px 20px;
    transition: 0.7s
}

.ivory_white_btn:hover {
    color: #16172B;
    background-color: #fff;
    border: 1px solid #16172b;
}

.featured_sales_wrapper {
    background-color: #F5F1ED;
    max-width: 100%;
    margin: 0 auto;
}

.featured_sales_main_title {
    font-size: 14px;
}
.featured_margin{
    margin: 0 1.1%;
}

.featured_sales_tile {
    /* /* display: flex;
    align-items: center; */
    justify-content: space-between;
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    row-gap: 30px;
    padding: 0 0 3% 0%;
}

.featured_sales_tile .featured_sales_img_block {
    width: 100%;
    height: 240px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.featured_card_wrapper .featured_sales_details_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 92%;
    margin: 0 auto;
    padding: 1% 0;
}

.featured_card_wrapper .featured_sales_details_block p {
    font-family: GillSans;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.08em;
    text-align: left;
    margin-bottom: 0;
}

.featured_card_wrapper .featured_sales_details_block:nth-child(2n+1) p {
    font-size: 12px;
    color: #585858;
}

.featured_sales_secondpage .featured_card_wrapper .featured_sales_details_block:nth-child(2n+1) {
    border-bottom: 1px solid #D3C8BB;
    margin-bottom: 10px;
    padding-bottom: 15px;
    width: 92%;
    margin: 0 auto;
}

.featured_card_wrapper .featured_sales_img_title {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    font-family: GillSans;
    letter-spacing: 1.3px;
    text-transform: uppercase
}

.featured_sales_tile .featured_card_wrapper {
    /* width: 31%; */
    background-color: white;
    padding: 0 0 1% 0;
    /* margin: 0 1.1%; */
}

.thought_wrapper {
    background-color: #16172B;
    color: #fff;
}

.portfolio_block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.Featured_Collections_block {
    background-color: #F5F1ED;
    width: 100%;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    position: relative;
}

.Featured_Collections_block::after {
    content: '';
    background-image: url(imgs/Rectangle\ 314.png);
    background-size: cover;
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    height: 64px;
}

.portfolio_left_block,
.portfolio_right_block {
    width: 49%;
}

.portfolio_right_tiles p,
.Agents_wrapper p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin-top: 5px;
    margin-bottom: 30px;
}

.portfolio_right_tiles {
    width: 48%;
}

.whatpeoplesays_left_block {
    width: 40%;
}

.whatpeoplesays_right_block {
    width: 60%;
    /* width: calc(60% + 80px); */
}

.whatpeoplesays_tile p {
    color: #0E0702 !important;
}

.whatpeoplesays_tile {
    width: calc(100% + 80px);
    position: absolute;
    /*background-color: #F6F6F7;*/
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.whatpeoplesays_tile p:nth-child(1) {
    font-family: GillSans;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.24em;
    text-align: left;
}

.whatpeoplesays_tile p:nth-child(2) {
    font-family: 'Times New Roman', Times, serif;
    /*height: 115px;     overflow-x: hidden;overflow-y: auto;*/
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0.05em;
    text-align: left;
}

.whatpeoplesays_tile p:nth-child(2)::-webkit-scrollbar {
    width: 4px;
}

/* Handle */
.whatpeoplesays_tile p:nth-child(2)::-webkit-scrollbar-thumb {
    background: #727272;
    border-radius: 10px;
}

/* Handle on hover */
.whatpeoplesays_tile p:nth-child(2)::-webkit-scrollbar-thumb:hover {
    background: #727272;
}

.whatpeoplesays_tile p:nth-child(2):hove {
    overflow-y: auto;
}

.whatpeoplesays_tile p:nth-child(3) {
    font-family: Times New Roman;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.05em;
    text-align: left;
}

.whatpeoplesays_wrapper .carousel,
.whatpeoplesays_wrapper .carousel-inner,
.whatpeoplesays_wrapper .carousel-item {
    height: inherit;
    overflow: hidden;
}

.whatpeoplesays_wrapper .carousel,
.carousel-inner,
.carousel-item.active {
    overflow: hidden;
}

.carousel-control-prev-icon {
    background-image: url('imgs/left.svg') !important;
}

.carousel-control-next-icon {
    background-image: url('imgs/right.svg') !important;
}

.carousel-caption {
    padding: 0;
    right: 50px !important;
    left: 50px !important;
}

.whatpeoplesays_wrapper .carousel-control-next-icon,
.whatpeoplesays_wrapper .carousel-control-prev-icon {
    border: 1px solid #16172B;
}

.whatpeoplesays_wrapper .carousel-control-next,
.whatpeoplesays_wrapper .carousel-control-prev {
    align-items: normal !important;
    justify-content: normal !important;
    top: auto !important;
}

.whatpeoplesays_wrapper .carousel-control-prev {
    bottom: 20px !important;
    left: 50px !important;
}

.whatpeoplesays_wrapper .carousel-control-next {
    bottom: 20px !important;
    left: 100px !important;
}

.banner_wrapper2 {
    background-image: url(imgs/banner-sofa.jpg);
    height: 400px;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center center;
}

.banner_wrapper2_block {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
}

.banner_wrapper2_block p {
    font-family: GillSans;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
}

.reviews_wrapper {
    background-color: #fff;
}

.reviews_wrapper .rating_block {
    width: 20%;
}

.reviews_wrapper .review_block {
    width: 80%;
    padding: 0 10px;
}

.rating_block h5 {
    font-family: GillSans;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.05em;
}

.rating_star_block img {
    width: 20px !important;
    margin-bottom: 10px;
    text-align: left;
}

.rating_star_block {
    display: flex;
}

.rating_block h4 {
    font-family: GillSans;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0.05em;
    text-align: left;
}

.rating_block h4 span {
    font-family: GillSans;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.05em;
    text-align: left;
}

.review_io_block img {
    width: 20px;
    height: auto;
}

.review_io_block h3 {
    font-family: GillSans;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 0 5px;
    line-height: 19px;
    letter-spacing: 0.05em;
    text-align: left;
}

.review_block .carousel-inner .carousel-item.active,
.review_block .carousel-inner .carousel-item-next,
.review_block .carousel-inner .carousel-item-prev {
    display: flex;
}

.review_block .carousel-inner .carousel-item-end,
.review_block .carousel-inner .carousel-item-start {
    transform: translateX(0);
}

.review_block .carousel-item {
    transition: transform -2s !important;
    height: 150px !important;
}

.review_block .review_header {
    text-align: left !important;
    font-family: GillSans;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0.05em;
}

.review_block .card {
    background-color: transparent !important;
    border: none;
    padding: 0 10px;
}

.description_block {
    overflow: hidden;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.review_block .review_header {
    font-family: GillSans;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0.05em;
    text-align: left;
}

.review_block .carousel-control-prev-icon,
.review_block .carousel-control-next-icon {
    height: 20px;
}

.reviews_wrapper .carousel-control-next,
.reviews_wrapper .carousel-control-prev {
    align-items: normal !important;
    justify-content: normal !important;
    top: 50% !important;
}

.reviews_wrapper .carousel-control-prev {
    left: -30px;
}

.reviews_wrapper .carousel-control-next {
    left: 100%;
}

.review_block .review_io_block h3 {
    font-family: GillSans;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.05em;
    text-align: left;
}

.review_block .description_block {
    font-family: GillSans;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.05em;
    text-align: left;
}

.footer_Wrapper {
    background-color: #16172B;
}

.footer_Wrapper .left_innerleft_footer_block {
    width: 50%;
}

.footer_Wrapper .right_footer_block {
    width: 40%;
}

.footer_Wrapper .left_innerleft_footer_block p {
    color: #fff;
    font-family: GillSans;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0px;
}

.footer_Wrapper .left_innerleft_footer_block p:nth-child(3) {
    color: #ffffff;
    padding: 2% 0 0 0;
}

.right_footer_block {
    column-gap: 10px;
}

.footer_Wrapper .left_innerright_footer_block p {
    font-family: GillSans;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: left;
    color: #fff;
}

.footer_Wrapper .left_innerright_footer_block p span {
    color: #ffffff;
}

.copyRight_wrapper {
    color: #fff;
    font-family: GillSans;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
}

.copyRight_left_block,
.copyRight_right_block {
    width: 50%;
}

/* second Page */
.search_wrapper .search_box {
    height: 40px;
    display: flex;
}

.search_wrapper .search_box .dropdown {
    width: 120px;
    position: relative;
    cursor: pointer;
    height: 100%;
    padding: 7px 10px;
    border: 1px solid #000;
    z-index: 1;
}

.search_wrapper .search_box .dropdown ul {
    position: absolute;
    top: 28px;
    left: -2px;
    width: 120px;
    display: none;
    padding: 0px 10px;
    border: 1px solid #000;
}

.search_wrapper .search_box .dropdown ul.active {
    display: block;
    background-color: #fff;
}

.search_wrapper .search_box .search_field {
    width: 240px;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    border: 1px solid #000;
    border-right: none;
}

.search_wrapper .search_box .search_field .input {
    height: 100%;
    width: 100%;
    border: none;
}

.searchAndDropDowns img {
    height: 14px;
    margin: 0 10px;
}

input:focus-visible {
    outline: none;
}

.navbar_option a {
    float: left;
    font-size: 16px;
    color: rgb(0, 0, 0);
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.dropdown_option {
    float: left;
    overflow: hidden;
}

.dropdown_option .dropbtn {
    font-size: 14px;
    border: none;
    outline: none;
    color: rgb(0, 0, 0);
    padding: 0px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.dropdown_option-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 141px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown_option-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none !important;
    display: block;
    text-align: left;
}

.dropdown_option-content a:hover {
    background-color: #ddd;
}

.dropdown_option:hover .dropdown_option-content {
    display: block;
}

.total_Property {
    column-gap: 20px;
}

.total_Property .dropdown_option .dropbtn {
    padding: 4px 16px;
    border: 1px solid #000;
}

.total_Property_wrapper {
    border-top: 1px solid #cecece;
}

.Valuation_Wrapper img {
    padding: 10px;
    background-color: #F5F1ED;
    margin-right: 10px;
}

.Valuation_Wrapper div {
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    padding: 20px 0;
}

.Valuation_Wrapper a {
    font-family: GillSans;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    color: #16172B;
}

/* range second page */
.range-slider {
    position: relative;
    margin: 20px;
    height: 4px;
    width: 300px;
    background-color: #ccc;
}
.whatpeoplesays_tile{
    background: #ccc;
}
.whatpeoplesays_tile .slide {
    position: absolute;
    top: 0;
    height: 100%;
    background: #ccc;
    left: 9px;
    right: 9px;
}

.review_block slide {
    position: absolute;
    top: 0;
    height: 4px;
    background: #ccc;
    left: 9px;
    right: 9px;
}

.line {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 4px;
    background-color: rgb(0, 0, 0);
}

.thumb {
    position: absolute;
    z-index: 2;
    text-align: left;
    border: 2px solid rgb(0, 0, 0);
    background-color: #fff;
    border-radius: 50%;
    outline: none;
    top: -7px;
    height: 18px;
    width: 18px;
    margin-left: -9px;
}

.checkBox_block input {
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
    pointer-events: none;
    z-index: 3;
    height: 3px;
    top: 0;
    /* width: 100%; */
    opacity: 0;
    margin: 0;
}

.range-slider input {
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
    pointer-events: none;
    z-index: 3;
    height: 3px;
    top: 0;
    width: 100%;
    opacity: 0;
    margin: 0;
}

input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    pointer-events: all;
    border-radius: 50%;
    cursor: pointer;
    width: 18px;
    height: 18px;
}

.display {
    margin: 20px auto;
    width: 225px;
    display: flex;
    justify-content: space-around;
}

.display span {
    position: relative;
}

.display span:first-child::after {
    content: "";
    position: absolute;
    top: 40%;
    /* left: 0; */
    width: 23%;
    height: 2px;
    background-color: #000;
    right: -35px;
    margin: auto;
}

.total_Property {
    border-bottom: 1px solid #000;
}

/* Second third  */
.ivory_secondThird_selector div {
    border: 1px solid #16172B;
    margin: 0 10px;
    width: 32px;
    height: 32px;
    transition: 0.4s;
}

.ivory_secondThird_selector div:hover,
.ivory_secondThird_selector div.active {
    border: 1px solid #16172B;
    background-color: #16172B;
    color: #fff;
}

.Done_btn_wrapper {
    width: 33.33%;
    text-align: right;
}

/* secondFOrth checkbox */
.custom-checkbox+label {
    position: relative;
    padding-left: 5px;
}

.custom-checkbox+label::before {
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #000;
    content: "";
    top: 4px;
    left: -20px;
    padding-bottom: 5px;
    font-size: 11px;
    text-align: center;
    font-weight: bolder;
}

.custom-checkbox:checked+label::before {
    color: rgb(255, 255, 255);
    background-color: #16172B;
    content: '\2713';
}

.checkBox_block {
    width: 33%;
}

.checkBox_PeriodModern .checkBox_block {
    margin-right: 40px;
}

.checkBox_PeriodModern .checkBox_block:last-child {
    margin-right: 0px;
}

.property_may_Like {
    font-family: GillSans;
    font-size: 40px;
    font-weight: 300;
    line-height: 48px;
    letter-spacing: 0.08em;
    text-align: center;
    margin-bottom: 20px;
}

.Private_finance_wrapper .Property_title {
    bottom: 20%;
    left: 50px;
    color: #fff;
}

.Private_finance_wrapper .Property_title h2 {
    font-family: GillSans;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 2px;
}

.Private_finance_wrapper .Property_title h4 {
    font-family: GillSans;
    font-size: 40px;
    font-weight: 300;
    letter-spacing: 0em;
    text-align: left;
}

/* third page banner */
.doubleslider_banner .container {
    position: relative;
}

.doubleslider_banner .mySlides {
    display: none;
    height: 450px;
}

.doubleslider_banner .mySlides img {
    height: 800px;
}

.cursor {
    cursor: pointer;
}

.doubleslider_banner .prev,
.doubleslider_banner .next {
    cursor: pointer;
    position: absolute;
    bottom: 20%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

.doubleslider_banner .next {
    right: -12%;
    border-radius: 3px 0 0 3px;
    z-index: 1;
}

.doubleslider_banner .prev {
    right: -5%;
    z-index: 1;
}

.doubleslider_banner .numbertext {
    color: #f2f2f2;
    font-size: 14px;
    padding: 8px 12px;
    position: absolute;
    bottom: 21.8%;
    right: -8.7%;
    z-index: 1;
}

.doubleslider_banner .caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
    display: none;
}

.doubleslider_banner .column {
    float: left;
    width: 16.66%;
}

.doubleslider_banner .demo {
    opacity: 0.6;
}

.doubleslider_banner .active,
.doubleslider_banner .demo:hover {
    opacity: 1;
    margin-top: -10px;
}

.doubleslider_banner .mainmysilde_wrapper {
    width: 79.5%;
    height: 700px;
    position: relative;
}

.prev_next_Block .black_bg {
    width: 50%;
    position: absolute;
    height: 100%;
    background-color: #0000008c;
}

.doubleslider_banner .prev_next_Block {
    /* position: absolute;top: 53px;right: 0; */
    width: 20%;
    height: 800px;
    overflow: hidden;
    position: relative;
}

.doubleslider_banner .preview_next img {
    width: 100%;
    height: 800px;
}

/* third page banner end */
.Floor_Plan {
    box-shadow: 0px 3px 4px 2px #00000014;
    max-width: 100% !important;
    margin: 0 auto !important;
    height: 75px;
}

.Floor_Plan p {
    font-family: GillSans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
}

.LandOnTheNorth_left {
    width: 55%;
}

.LandOnTheNorth_right {
    width: 40%;
}

.LandOnTheNorth_left_one,
.Property_Highlights {
    border-bottom: 1px solid #585858;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.LandOnTheNorth_left_one h1 {
    font-family: GillSans;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.08em;
    padding: 0 0 1% 0;
}

.LandOnTheNorth_left_one p {
    font-family: GillSans;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.08em;
    text-align: left;
    color: #585858;
    margin: 10px 0;
}

.LandOnTheNorth_left_one h3 {
    font-family: revert-layer;
    font-size: 24px;
    font-weight: 600;
    line-height: 56px;
    letter-spacing: 0.08em;
    color: #16172B;
}

.LandOnTheNorth_left_option p {
    font-family: GillSans;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    color: #16172B;
}

.Property_Highlights h2,
.Property_desc h2,
.requestViewing_wrapper h3 {
    font-family: GillSans;
    font-size: 30px;
    font-weight: 600;
    line-height: 80px;
    letter-spacing: 0em;
    padding-bottom: 12px;
}

.requestViewing_wrapper h3 {
    font-size: 42px;
}

.Property_Highlights_desc ul {
    padding-left: 16px;
    list-style: disc;
}

.Property_Highlights_desc ul li {
    width: 90%;
    padding-right: 16px;
    font-family: GillSans;
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
    color: #16172B;
}

.Property_desc p {
    font-family: GillSans;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.08em;
    color: #16172B;
}

.Property_desc p:nth-child(1) {
    font-size: 18px;
}

.Property_desc p:nth-child(2) {
    font-size: 16px;
}

.Property_desc a {
    font-family: GillSans;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.08em;
    color: #16172B;
}

.LandOnTheNorth_right .RequestViewing {
    box-shadow: 0px 4px 8px 0px #00000014;
}

.LandOnTheNorth_right .RequestViewing .RequestViewing_text,
.MortgageCalc_wrapper h3 {
    margin-bottom: 20px;
    letter-spacing: 0.008em;
    font-family: GillSans;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0em;
    background-color: #F5F1ED;
    padding: 15px 0;
}

.RequestViewing p,
.MortgageCalc_wrapper p,
.MortgageCalc_wrapper ul li {
    font-family: GillSans;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    color: #16172B;
}

.date_wrapper,
.time_wrapper {
    column-gap: 10px;
    row-gap: 10px;
    padding-bottom: 25px;
    border-bottom: 1px solid #D7C9BB;
}

.date_wrapper {
    column-gap: 10px;
    row-gap: 10px;
    margin-bottom: 25px;
}

.time_wrapper {
    column-gap: 9px;
    row-gap: 10px;
    margin-bottom: 35px;
}

.date_Block {
    width: calc(25% - 7.5px);
    border: 1px solid #16172B;
    padding: 8px 0;
    transition: 0.5s;
}

.date_Block:hover,
.time-Block:hover {
    background-color: #F5F1ED;
    border-color: transparent;
}

.date_Block p {
    margin: 0;
    font-family: GillSans;
    font-weight: 400;
}

.date_Block p:nth-child(1) {
    font-size: 16px;
}

.date_Block p:nth-child(2) {
    font-size: 10px;
}

.date_Block p span {
    font-size: 12px;
}

.LandOnTheNorth_wrapper {
    row-gap: 20px;
    /* max-width: 90% !important; */
    margin: 0 auto !important;
    margin-top: 2% !important;
    margin-bottom: 5% !important;
}

.time-Block {
    width: calc(16.66% - 8.5px);
    border: 1px solid #16172B;
    padding: 8px 0;
    transition: 0.5s;
}

.contactIvoryRealEstate_block img {
    padding: 10px;
    background-color: #F5F1ED;
}

.LandOnTheNorth_right .share_wrapper {
    display: flex;
    align-items: center;
}

.LandOnTheNorth_right .share_wrapper p {
    position: relative;
}

.LandOnTheNorth_right .share_wrapper p::after {
    position: absolute;
    content: '';
    width: 50px;
    height: 2px;
    background: #000000;
    top: 50%;
    left: 100%;
    margin-left: 9px;
}

.LandOnTheNorth_right .share_wrapper ul {
    margin-left: 60px;
    padding-left: 10px;
}

.LandOnTheNorth_right .share_wrapper ul li {
    margin-right: 15px;
}

.MortgageCalc_wrapper {
    background-color: #F5F1ED;
}

.LandOnTheNorth_right .form_block {
    width: 50%
}

.LandOnTheNorth_right label {
    font-family: GillSans;
    font-size: 11px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.08em;
}

.LandOnTheNorth_right .form_block .form-control {
    font-size: 12px;
    border-radius: 2px;
    width: 98%;
}

.Private_finance_wrapper .Private_finance {
    width: 48%;
    margin: 10px;
}

/* step progress bar by css */
.requestViewing_wrapper.requestViewing_img {
    background-image: url(imgs/page4/background.png);
}

.requestViewing_wrapper.requestViewing_bgColor {
    background-color: #F5F1ED !important;
}

.requestViewing_wrapper .progressbar {
    counter-reset: step;
    width: 300px;
    margin: auto;
}

.requestViewing_wrapper .progressbar li {
    font-size: 20px;
    list-style: none;
    display: inline-block;
    width: 30.33%;
    position: relative;
    text-align: center;
    cursor: pointer;
}

.requestViewing_wrapper .progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #16172B;
    border-radius: 100%;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    background-color: #fff;
}

.requestViewing_wrapper .progressbar li:after {
    content: "";
    position: absolute;
    width: 70%;
    height: 1px;
    background-color: #16172B;
    top: 15px;
    left: -37%;
    z-index: 1;
}

.requestViewing_wrapper .progressbar li:first-child:after {
    content: none;
}

.requestViewing_wrapper .progressbar li.active {
    color: #16172B;
}

.requestViewing_wrapper .progressbar li.active:before {
    border-color: #16172B;
    background-color: #16172B;
    color: #fff;
}

.requestViewing_wrapper .progressbar li.active+li:after {
    background-color: #16172B;
    z-index: 1;
}

.requestViewingform_Block .requestViewingform {
    width: 31%;
}

.requestViewingform_Block label {
    font-family: GillSans;
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0em;
}

.requestViewing_wrapper .oneline {
    font-family: GillSans;
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    color: #16172B;
    margin-top: 11%;
}

.requestViewing_wrapper .date_wrapper,
.requestViewing_wrapper .time_wrapper {
    width: 50%;
}

.thirdstepsummary_block,
.help_to_find {
    width: 85%;
    margin: auto;
}

.help_to_find {
    background-color: #fff;
}

.thirdstepsummary_wrapper span {
    font-family: GillSans;
    font-size: 13px;
    font-weight: 400;
    color: #16172B;
}

.thirdstepsummary_rightInner {
    height: 100%;
    border: 1px solid;
    padding: 17px;
    position: relative;
}

.thirdstepsummary_rightInner span::after {
    content: "";
    height: 40px;
    width: 1px;
    background-color: #000;
    position: absolute;
    right: 16%;
    top: 21%;
}

.thirdstepsummary_left,
.thirdstepsummary_right {
    width: 50%;
}

.thirdstepsummary_left p span:first-child {
    font-size: 20px;
}

.thirdstepsummary_left p span:last-child {
    font-size: 16px;
}

.thirdstepsummary_right {
    justify-content: flex-end;
}

.onecheck {
    font-family: GillSans;
    font-size: 16px;
    color: #16172b;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

.help_to_find h3 {
    font-family: GillSans;
    font-size: 24px;
    color: #16172b;
}

.Agents_wrapper h6 {
    font-family: GillSans;
    font-size: 12px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0.08em;
}

.Agents_wrapper h4 {
    font-family: GillSans;
    font-size: 24px;
    font-weight: 400;
}

.GetInTouch_wrapper {
    top: 40%;
}

.GetInTouch_wrapper h4 {
    color: #fff;
    font-size: 40px;
}

.GetInTouch_wrapper p {
    font-size: 16px;
    color: #fff;
    width: 50%;
}

.GetInTouch_wrapper .dropdown_option .dropbtn i {
    padding-left: 54px;
}

.GetInTouch_wrapper .dropdown_option-content {
    min-width: 300px;
    left: 12px;
}

.GetInTouch_wrapper .dropdown_option {
    width: 300px;
    padding: 10px 20px;
    background-color: #fff;
    float: none;
}

.GetInTouch_wrapper .banner_icon img {
    margin: 20px 20px 0 0;
}

.GetInTouch_block {
    height: 500px;
}

.image_wrapper .image_card {
    width: 250px;
    height: auto;
    position: relative;
    margin: 0 0 0 -2px;
}

.MeetOfficeTeam_wrapper .image_card {
    width: 100%;
    height: auto;
    position: relative;
}

.image_wrapper .image_card .image,
.MeetOfficeTeam_wrapper .image {
    display: block;
    width: 250px;
    height: 350px;
    object-fit: fill;
}

.image_wrapper .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.2);
    overflow: hidden;
    width: 80%;
    height: 0;
    transition: .5s ease;
    margin: 20px auto;
}

.MeetOfficeTeam_wrapper .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #00000066;
    ;
    overflow: hidden;
    width: 80%;
    height: 0;
    transition: .5s ease;
    margin: 20px auto;
}

.image_wrapper .border_block {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 80%;
    height: 80%;
    transition: .5s ease;
    margin: 20px auto;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.image_wrapper .image_card:hover .overlay {
    height: 80%;
}

.MeetOfficeTeam_wrapper .image_card:hover .overlay {
    height: 45%;
}

.image_wrapper .text,
.MeetOfficeTeam_wrapper .text {
    color: white;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}

.MeetOfficeTeam_wrapper .text {
    width: 98%;
}

.OfficeMemberName:first-child {
    border-bottom: 1px solid;
    padding-bottom: 16px;
}
.OfficeMemberName a{
    color: #FFF;
}
.OfficeMemberName a:hover{
    color: #FFF;
}

.image_wrapper .image_card .text img {
    padding: 10px;
    /* margin: 10px 0; */
    margin: 10px auto;
    background-color: rgba(255, 255, 255, 0.5);
}

.image_wrapper .image_card .text p {
    font-size: 14px;
    margin: 0;
}

.image_wrapper .image_card:hover .image_card_name,
.MeetOfficeTeam_wrapper .image_card:hover .image_card_name {
    opacity: 0;
    transition: 0.5s;
}

.image_wrapper .image_card_name {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    transition: 0.5s;
}

.image_wrapper .image_card .text a {
    font-family: GillSans;
    font-size: 12px;
    text-align: left;
    color: #ffffff;
    border: 1px solid #fff;
    padding: 7px 30px;
    transition: 0.7s;
    margin-top: 30px;
}

.slick-dots {
    display: none !important;
}

/* Add these styles to your existing styles */
.ourOffice_wrapper .slick-prev,
.ourOffice_wrapper .slick-next {
    background: transparent;
    border-color: transparent;
    color: transparent;
    padding: 10px 15px;
    font-size: 16px;
    cursor: pointer;
    top: initial !important;
    position: absolute;
    bottom: 20px;
    /* Adjust as needed */
    right: 20px;
    /* Adjust as needed */
}

.ourOffice_wrapper .scroll_text {
    color: #000;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    top: initial !important;
    position: absolute;
    bottom: -72px;
    right: 150px;
}

.ourOffice_wrapper .scroll_text::after {
    content: '';
    width: 59px;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 50%;
    right: -50px;
}

.slick-dotted.slick-slider {
    margin-bottom: 70px !important;
}

.ourOffice_wrapper .slick-prev:hover,
.ourOffice_wrapper .slick-next:hover {
    background: transparent;
}

.slick-prev:before,
.slick-next:before {
    opacity: 1 !important;
    color: black !important;
}

.slick-prev:before {
    content: url("imgs/prev\ Arrow.png") !important;
}

.slick-next:before {
    content: url(imgs/next\ Arrow.png) !important;
}

.carousel-container .slick-prev,
.carousel-container .slick-next {
    bottom: -40px !important;
}

.slick-prev {
    right: 60px !important;
    left: initial !important;
}

.Agents_wrapper .input-group {
    width: 30%;
    border-bottom: 1px solid #ccc;
}

.Agents_wrapper .input-group input {
    border: none;
    font-size: 14px;
}

.Agents_wrapper .input-group input::placeholder,
.Agents_wrapper .input-group input::-ms-input-placeholder {
    color: #646464;
    opacity: 0.5;
}

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

.banner_wrapper2_block .ivory_white_btn {
    background-color: transparent;
    padding-left: 30px;
    padding-right: 30px;
}

.responsive_btn {
    display: none;
}

.responsive_search {
    display: none;
}

.language_btn {
    border: 1px solid;
    padding: 3px 14px !important;
    margin: 0px 0 -31% 10px;
}

.responsive_language {
    display: none;
}

.navbar-dark .navbar-toggler {
    border-color: transparent !important;
}

.responsive_language:hover {
    color: #fff;
}

.total_Property_block {
    width: 200px;
}

.mobile_view {
    display: none;
}

.form-select:focus {
    box-shadow: none !important;
}

.thirdstepsummary_rightInner a {
    color: #16172B;
}

.sidebar {
    width: 100%;
    height: 100%;
    background-color: #fff;
    color: #16172B;
    position: absolute;
    top: 0;
    z-index: 3;
    right: 0;
}

.content {
    flex-grow: 1;
    padding: 20px;
}

.sidebar.closed {
    width: 0;
    overflow: hidden;
}

.sidebar .accordion-item {
    border: none;
}

.accordion-button:not(.collapsed) {
    background-color: #fff !important;
    color: #16172B !important;
    box-shadow: none !important
}

.accordion-button:focus {
    box-shadow: none !important
}

.accordion-button:not(.collapsed)::after {
    filter: grayscale(100%);
}

.sidebar .total_Property_wrapper,
.sidebar .total_Property {
    border: none;
}

.sidebar .accordion-header {
    border-bottom: 1px solid #16172B1A;
}

.sidebar .checkBox_block {
    width: 100%;
    margin-bottom: 10px;
}

.sidebar .filter_title {
    font-size: 16px;
    color: #16172B;
    font-weight: 500;
}

.OurOfficeInnerPageBanner_wrapper img,
.OurOfficeInnerPageBanner_wrapper iframe {
    height: 383px;
    width: 100%;
}

.HeadOffice_left img {
    padding: 10px;
    background-color: #F5F1ED;
    margin-right: 15px;
}

.HeadOffice_right_inner input:focus-visible {
    outline: none;
}

.HeadOffice_right_inner {
    float: left;
    border: 1px solid #000;
}

input[type=text] {
    padding: 6px;
    font-size: 17px;
    border: none;
}

.HeadOffice_right_inner button {
    float: right;
    padding: 6px 10px;
    background: #fff;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

.HeadOffice_right_btn {
    width: 223px;
    background: #16172B;
    text-align: center;
    padding: 8px 0;
}

.HeadOffice_right_btn a {
    color: #fff;
    font-size: 12px;
}

.HeadOffice_rightMobile .HeadOffice_right_btn {
    display: none;
}

.OurOffice_title {
    font-family: GillSans;
    font-size: 32px;
    font-weight: 400;
    color: #16172B;
}

.video-container {
    position: relative;
}

.play-pause-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.play-pause-button .icon {
    width: 50px;
    /* Adjust the size as needed */
    height: 50px;
    /* Adjust the size as needed */
    display: none;
}

#playIcon {
    display: block;
}

#pauseIcon {
    display: none;
}
.Floor_Plan_left{
    align-items: center;
    justify-content: space-between;
    display: flex;
}
.Floor_Plan_left div:last-child {
    display: none;
}

.rightSide_wrapper .freeMarketAppraisal_left,
.leftSide_wrapper .freeMarketAppraisal_left {
    width: 45%;
}

.rightSide_wrapper .freeMarketAppraisal_right {
    position: absolute;
    right: 0;
    width: 65%;
    background-color: #F6F6F7;
    padding: 50px;
}

.leftSide_wrapper .freeMarketAppraisal_right {
    position: absolute;
    left: 0;
    width: 65%;
    background-color: #F6F6F7;
    padding: 50px;
}

.joinTheIvoryRealEstate_wrapper {
    border: 1px solid #000;
    width: 100%;
    padding: 60px;
}

.joinTheIvoryRealEstate_block {
    width: 70%;
}

.joinTheIvoryRealEstate_block div {
    width: 50%;
}

.joinTheIvoryRealEstate_block div img {
    width: 250px;
}

.video_wrapper .video-container video {
    height: 500px;
    width: 100%;
}

.MeetOfficeTeam_wrapper .OurOffice_title {
    font-size: 30px;
}

.requestViewing_btn a {
    width: 250px;
}


.align-items-center {
    align-items: start !important;
}

.doubleslider_banner {
    height: 830px;
}

.detailssection4 {
    /* max-width: 90% !important; */
}

.detailssection4 {
    /* max-width: 98% !important;
    margin: 0 auto;
    padding-right: 0 !important;
    padding-left: 0 !important; */
}

.footalign {
    align-items: flex-start !important;
    margin: 0.5% 0 0.6% 0;
}

.footerhrline {
    color: #D6D6D6;
    width: 69.2%;
    margin: 0 auto;
}

.copyRight_wrapper {
    padding: 1% 0;
}

.headerleft {
    justify-content: left !important;
    text-transform: uppercase;
}

.headerleft1 {
    padding: 0 2% 0 5%;
}

.headerleft2 {
    padding: 0 2% 0 0%;
}

.headerright {
    justify-content: right !important;
    text-transform: uppercase;
}

.navbar {

    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.headerright1 {
    padding: 0 5% 0 3%;
}

.headerright2 {
    padding: 1% 0% 0 2%;
}

.featured_sales_wrapperhome {
    background-color: #F5F1ED;
    max-width: 100%;
    margin: 0 auto;
}

.rightqrcode {
    padding: 0 0 0 14.5%;
}

.footerimages1 {
    width: 18%;
    padding: 0 1%;
}

.footerimages11 {
    width: 14%;
    padding: 0 1%;
}

.footerimages2 {
    width: 24%;
    padding: 0 0 0 2%;
}

.footerrighttext {
    width: 30%;
}

.centerfooter {}

.logonav {
    display: block;
}

.floorplan1 {
    width: 15%;
}

.floorplan2 {
    width: 20%;
}

.floorplanparh1 {
    margin: 3% 0 0 0;
}

.floorplandesk {
    padding-right: 1rem;
    padding-left: 1rem;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
}

.anchortag1 {
    border: 0px solid #fff !important;
    margin-top: 0px !important;
    padding: 0px 0px !important;
    text-align: center !important;
}

.feature1 {
    text-align: start;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.feature2 {
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding-left: 25px !important;
}

.Property_Highlights_desc ul {
    list-style: unset;
    padding: 0;
    margin: 0;
    -webkit-column-count: 3;
    -webkit-column-gap: 0px;
    column-count: 3;
    column-gap: 0px;
}

.Property_Highlights_desc {
    width: 98%;
    margin: 0 0 0 3%;
}

.Property_Highlights_desc ul li {
    margin-bottom: 10px;
    /* Adjust spacing between list items */
}

.type_div {
    margin: 0 -10% 0 0;
}

.total_Property {
    padding: 1% 0;
}


.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0 !important;
}
.Agents_wrapper ul{
    padding: 0 !important;
}
p.p-width{
    width: 160px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.MortgageCalc_wrapper ul{
    padding-left: 0 !important;
}
/* / 1680 / */
@media (max-width: 1700px) {

}

/* / 1500 / */
@media (max-width: 1680px) {

}

/* / 1440 / */
@media (max-width: 1449px) {
    /* .R-ReviewsList-container {
        width: 100%;
        max-width: 100%;
    } */
    .CarouselWidget-prefix .R-MD .CarouselWidget__inner {
        flex-direction: row !important;
    }
}

/* / 1280 / */
@media (max-width: 1439px) {
    .image_wrapper .image_card {
        margin: 0 1vw !important;
    }
    .R-ReviewsList-container {
        width: 100%;
        max-width: 1000px;
    }
}


@media only screen and (min-width: 1279px) {
    .MeetOfficeTeam_wrapper .image_card:hover .overlay {
        height: 65%;
    }
}

/* / 992 / */
@media (max-width:1279px) {
    .pad-dp{
        padding: 50px 15px !important;
    }
    .R-ReviewsList-container {
        width: 100%;
        max-width: 800px;
    }
    .whatpeoplesays_left_block img{
        height: 280px;
    }
    .LandOnTheNorth_left_one h1 {
        font-size: 26px;
        padding: 0 0 1% 0;
    }
    .Property_Highlights h2, .Property_desc h2, .requestViewing_wrapper h3 {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 12px;
    }
    .Property_Highlights h2, .Property_desc h2, .requestViewing_wrapper h3 {
        font-size: 25px;
    }
    .time_wrapper {
        column-gap: 9px;
        row-gap: 10px;
        margin-bottom: 20px;
    }
    .time-Block{
        font-size: 14px;
    }
    .property_may_Like {
        font-size: 34px;
        line-height: 48px;
        margin-bottom: 20px;
    }
    .Private_finance_wrapper .Property_title h2 {
        font-size: 34px;
    }
    .Private_finance_wrapper .Property_title h4 {
        font-size: 30px;
    }

}
@media (max-width: 1199px) {
    /* .whatpeoplesays_wrapper .carousel-control-prev, .carousel-control-next{bottom: 7px !important;} */
    
    .GetInTouch_wrapper h4 {
        font-size: 35px;
    }
    
    .R-ReviewsList-container {
        width: 100%;
        max-width: 800px;
    }
    .Featured_Collections_block {
        height: 215px;
    }
    .banner_wrapper2 {
        height: 300px;
        background-position: right;
    }
    .whatpeoplesays_tile {
        height: 280px;
        right: 0;
    }
    .Featured_Collections_block::after {
        bottom: -55px;
        left: 0;
        width: 100%;
        height: 64px;
    }
    .text_sm {
        font-size: 30px !important;
    }
    .GetInTouch_wrapper .banner_icon img {
        margin: 15px 15px 0 0;
        width: 35px;
    }
    .portfolio_right_tiles p, .Agents_wrapper p {
        font-size: 16px;
        margin-top: 5px;
        margin-bottom: 4px;
    }
    .banner_wrapper {
        height: 450px;
    }
    .rightSide_wrapper .freeMarketAppraisal_right {
        width: 65%;
        padding: 30px 30px;
    }
    .leftSide_wrapper .freeMarketAppraisal_right {
        width: 65%;
        padding: 30px 30px;
    }
    .rightSide_wrapper .freeMarketAppraisal_right h3{
        font-size: 22px;
    }
    .rightSide_wrapper .freeMarketAppraisal_right p,
    .freeMarketAppraisal_right p{
        margin-bottom: 0;
    }
    .MeetOfficeTeam_wrapper .OurOffice_title {
        font-size: 26px;
    }
    .joinTheIvoryRealEstate_wrapper {
        width: 100%;
        padding: 30px 15px;
    }
    .image_wrapper .image_card {
        margin: 0 3vw !important;
    }
    .ourOffice_wrapper .scroll_text {
        padding: 10px 15px;
        font-size: 16px;
        bottom: -72px;
        right: 130px;
    }
    .ourOffice_wrapper .scroll_text::after {
        width: 40px;
        height: 2px;
        top: 50%;
        right: -40px;
    }
    .header-wrapper .header_logo {
        width: 150px;
        height: auto;
    }
    .footerrighttext {
        width: 20%;
    }
    .rightqrcode {
        padding: 0 0 0 7%;
    }
    
    .featured_sales_tile {
        row-gap: 20px;
        padding: 0 0 0% 0%;
    }
    .featured_card_wrapper .featured_sales_details_block p {
        font-size: 15px;
    }
}


@media only screen and (max-width: 1024px) {

    .image_card .image,
    .image_card {
        width: 193px;
    }
}
@media only screen and (max-width: 1024px) and (min-width: 992px) {
    .MeetOfficeTeam_wrapper .image_card:hover .overlay {
        height: 60%;
    }

    .OfficeMemberName {
        font-size: 12px;
    }

}

/* 768 */
@media only screen and (max-width: 991px) {
    .navbar-wrapper{
        padding: 0 0.75rem;
    }
    .whatpeoplesays_left_block img{
        height: unset;
    }
    /* .doubleslider_banner .mySlides img {
        height: 650px;
    }
    .doubleslider_banner .mainmysilde_wrapper {
        height: 650px;
    }
    .doubleslider_banner {
        height: 650px;
    } */
    .Property_Highlights_desc ul li {
        width: 100%;
        padding-right: 20px;
        font-size: 16px;
        line-height: inherit;
    }
    .Private_finance_wrapper .Private_finance {
        width: 47%;
        margin-bottom: 10px;
    }
    .LandOnTheNorth_right .RequestViewing .RequestViewing_text, .MortgageCalc_wrapper h3 {
        margin-bottom: 20px;
        font-size: 22px;
        line-height: 28px;
        padding: 15px;
    }
    .time_wrapper {
        column-gap: 10px;
        row-gap: 10px;
        margin-bottom: 20px;
    }
    .contactIvoryRealEstate_wrapper h5{
        font-size: 20px;
    }
    .property_may_Like {
        font-size: 30px;
        line-height: inherit;
        margin-bottom: 20px;
    }
    .Private_finance_wrapper .Property_title h2 {
        font-size: 26px;
    }
    .Private_finance_wrapper .Property_title h4 {
        font-size: 24px;
    }
    .Property_Highlights h2, .Property_desc h2, .requestViewing_wrapper h3 {
        font-size: 22px;
        padding-bottom: 0px;
    }
    .LandOnTheNorth_left_one h1 {
        font-size: 22px;
        padding: 0 0 1% 0;
    }
    
    .LandOnTheNorth_left_one p {
        font-size: 16px;
        line-height: initial;
        margin: 5px 0;
    }
    .LandOnTheNorth_left_one h3 {
        font-size: 22px;
    }
    .featured_sales_tile {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 15px;
        gap: 15px;
    }
    .doubleslider_banner .prev, .doubleslider_banner .next {
        bottom: 7%;
    }
    .floorplan1 {
        width: 10%;
    }
    img.share-size{
        width: 16%;
    }
    .header_logo_full_screen {
        display: block;
    }
    .Floor_Plan p {
        font-size: 14px;
    }
    .banner_wrapper {
        height: 400px;
    }
    .banner_img_Block .tabcontent {
        padding: 20px;
        text-align: center;
        height: 150px;
    }
    .input-group-text{
        font-size: 14px !important;
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
    .R-ReviewsList-container {
        width: 100%;
        max-width: 560px;
    }
    p.p-width {
        width: 200px;
    }
    .Featured_Collections_block {
        height: 170px;
        padding: 50px;
    }
    .Featured_Collections_block::after {
        bottom: -60px;
        left: 0;
        width: 100%;
        height: 64px;
    }
    /* .portfolio_right_tiles {
        width: 32% !important;
    } */
    .pad-dp {
        padding: 0 !important;
    }
    .whatpeoplesays_tile {
        height: 270px;
    }
    .whatpeoplesays_tile .slide {
        height: 290px !important;
    }
    .carousel-caption {
        right: 30px !important;
        left: 30px !important;
    }
    .whatpeoplesays_wrapper .carousel-control-prev {
        bottom: 20px !important;
        left: 30px !important;
    }
    .whatpeoplesays_wrapper .carousel-control-next {
        bottom: 20px !important;
        left: 80px !important;
    }
    .portfolio_right_block {
        flex-direction: row !important;
    }
    .banner_wrapper2_block p {
        font-size: 20px;
    }
    .feature2 {
        font-size: 14px;
        padding-left: 20px !important;
    }
    .whatpeoplesays_tile p:nth-child(3) {
        font-size: 20px;
        font-weight: 400;
        line-height: 18px;
    }
    .input-group-text2{
        font-size: 14px !important;
        margin-left: 0px !important;
    }
    .input-group-text2{
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
    .search_wrapper .search_box {
        margin-bottom: 15px;
    }
    .owl-carousel.owl-theme .owl-nav button.owl-next{
        margin-right: 50px;
    }
    .owl-carousel .owl-nav button.owl-prev {
        margin-left: 50px;
    }
    .pl-40 {
        padding-left: 0 !important;
    }
    .followicon {
        padding: 0 0 0 12px;
        margin: -5px 0 0 0;
        width: 28px;
    }
    .header-wrapper .header_logo {
        width: 200px;
        height: auto;
    }
    .footerhrline {
        color: #D6D6D6;
        width: 69.2%;
        margin: 0 auto 15px;
    }
    .footer_Wrapper .left_innerleft_footer_block {
        width: 100%;
        margin-bottom: 20px;
    }
    .ftr-menu-container {
        display: flex;
        flex-wrap: wrap;
        gap: 25px;
        justify-content: start !important;
    }
    .centerfooter {
        width: 100%;
    }
    .GetInTouch_wrapper {
        top: 30%;
    }
    .image_wrapper .image_card {
        margin: 0 4vw !important;
    }
    .GetInTouch_wrapper h4 {
        font-size: 32px;
    }
    .GetInTouch_wrapper .banner_icon img {
        margin: 0px 10px 0 0;
        width: 35px;
    }
    .portfolio_right_tiles p, .Agents_wrapper p {
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0.05em;
        margin-top: 5px;
        margin-bottom: 20px;
    }
    .logonav {
        display: none !important;
    }
    .navbar-brand-header {
        top: 15px;
    }
    .headerleft1 {
        padding: 0;
    }
    .headerleft2 {
        padding: 0;
    }
    .headerright2 {
        padding: 0;
    }
    .navbar-wrapper {
        flex-direction: column;
    }

    .navbar-collapse {
        align-items: center !important;
    }
    .header-wrapper .navbar-nav {
        width: 100%;
        display: inline;
    }

    .header-wrapper .navbar-nav li {
        /* border-bottom: 1px solid #cfcfcfa1; */
        /* width: 100px; */
    }
    .headerright1 {
        padding: 8px 0 8px 0;
    }
    .navbar-nav .nav-item .nav-link{
        text-align: start;
    }
    .featured_sales_tile .featured_sales_img_block {
        height: 134px;
    }

    .whatpeoplesays_left_block,
    .whatpeoplesays_right_block {
        width: 100%;
    }

    .whatpeoplesays_tile {
        position: relative !important;
        right: 0;
    }

    .whatpeoplesays_tile .slide {
        left: 0px;
        right: 0px;
        top: -50px;
    }

    .copyRight_left_block,
    .copyRight_right_block {
        width: 100%;
    }

    .copyRight_right_block {
        margin-top: 20px;
    }

    .searchAndDropDowns .search_wrapper,
    .searchAndDropDowns .navbar_option {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 0;
    }

    .LandOnTheNorth_left,
    .LandOnTheNorth_right,
    .requestViewing_wrapper .date_wrapper,
    .requestViewing_wrapper .time_wrapper,
    .thirdstepsummary_block,
    .help_to_find {
        width: 100%;
    }

    .responsive_search {
        display: block;
        /* margin-right: 12px; */
    }

    .desktop_Search,
    .desktop_language {
        /* display: none !important; */
    }
    .desktop_language {
        /* display: block !important; */
    }

    .responsive_language {
        display: block;
        margin-right: 20px;
        color: #fff;
    }

    /* .desktop_language {
        display: none;
    } */

    .copyRight_right_block div img {
        height: 25px;
    }

    .rightSide_wrapper .freeMarketAppraisal_right,
    .rightSide_wrapper .freeMarketAppraisal_left,
    .leftSide_wrapper .freeMarketAppraisal_left,
    .leftSide_wrapper .freeMarketAppraisal_right,
    .joinTheIvoryRealEstate_block,
    .joinTheIvoryRealEstate_block div,
    .joinTheIvoryRealEstate_block div img {

        position: relative;
        width: 100%;

    }

    .rightSide_wrapper .freeMarketAppraisal_right,
    .leftSide_wrapper .freeMarketAppraisal_right,
    .joinTheIvoryRealEstate_wrapper {
        padding: 20px;
        background-color: transparent;
    }

    .centerfooter {
        width: 100% !important; 
    }
}

@media only screen and (max-width: 768px) {
    .banner_img_Block {
        width: 400px;
    }

    .tabcontent .input-group>.form-control {
        width: 100%;
    }

    .tabcontent .input-group>.input-group-append {
        margin-top: 10px;
    }

    .featured_sales_tile .featured_card_wrapper {
        /* width: 47%; */
    }

    .featured_sales_tile .featured_sales_img_block {
        height: 210px;
    }

    .portfolio_block {
        flex-direction: column;
        row-gap: 20px;
    }

    .portfolio_left_block,
    .portfolio_right_block,
    .portfolio_right_tiles {
        width: 100%;
    }

    .portfolio_right_block {
        flex-direction: column;
    }

    .Done_btn_wrapper {
        width: 100%;
        text-align: center;
    }

    /* .Floor_Plan .Floor_Plan_right{width: 100%;} */
    /* .Floor_Plan .Floor_Plan_left div, .Floor_Plan .Floor_Plan_right div{width: 50%;padding: 5px 0;} */
    .requestViewingform_Block .requestViewingform,
    .thirdstepsummary_left,
    .thirdstepsummary_right,
    .HeadOffice_right_inner {
        width: 100%;
    }

    .GetInTouch_wrapper p {
        width: 100%;
    }

    .GetInTouch_block {
        height: 300px;
    }

    .GetInTouch_wrapper {
        top: 20%;
    }

    .thirdstepsummary_right {
        margin-top: 20px;
        justify-content: center;
    }

    .doubleslider_banner .prev_next_Block {
        display: none;
    }

    .doubleslider_banner .mainmysilde_wrapper {
        width: 100%;
    }



    .doubleslider_banner .prev {
        right: 0;
        left: 0;
    }

    .doubleslider_banner .next {
        right: 0;
        left: 20%;
    }

    .doubleslider_banner .numbertext {

        bottom: 9%;
        right: 0;

        left: 10%;
    }
}


/* / 576 / */
@media (max-width: 767px) {
    .review_block .carousel-inner .carousel-item>div {
        display: none;
    }
    .R-ReviewsList-container {
        width: 100%;
        max-width: 300px;
        padding: 0px 25px !important;
    }
    .Floor_Plan {
        box-shadow: 0px 3px 4px 2px #00000014;
        max-width: 100% !important;
        margin: 0 auto !important;
        height: auto;
    }
    .Floor_Plan_left {
        width: 100%;
        flex-wrap: wrap;
    }
    .Floor_Plan p {
        font-size: 14px;
        width: max-content;
    }
    .floorplan1 {
        width: 12%;
    }
    img.share-size {
        width: 17%;
    }
    .GetInTouch_block{
        background-size: cover;
        background-repeat: no-repeat;
    }
    .rightSide_wrapper .freeMarketAppraisal_right, .leftSide_wrapper .freeMarketAppraisal_right, .joinTheIvoryRealEstate_wrapper {
        padding: 20px;
    }
    .rightSide_wrapper .freeMarketAppraisal_right h3 {
        font-size: 20px;
    }
    .freeMarketAppraisal_right {
        padding: 20px 0 !important;
    }
    .left_footer_block {
        padding: 0 !important;
    }
    .my-5 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }
    .MeetOfficeTeam_wrapper .OurOffice_title {
        font-size: 24px;
    }
    .banner_wrapper {
        height: 300px !important;
    }
    .featured_card_wrapper .featured_sales_details_block p {
        font-size: 16px;
    }
    .whatpeoplesays_tile .slide {
        /* height: 250px !important; */
    }
    .Featured_Collections_block {
        height: 180px;
        padding: 30px 30px 60px 30px;
    }
    .banner_wrapper2_block {
        position: absolute;
        top: 20%;
        left: 0;
        right: 0;
        margin: auto;
        width: 80%;
    }
    .feature1 {
        text-align: center;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 3px;
        margin-bottom: 20px;
    }
    .GetInTouch_wrapper {
        top: 30%;
    }
    .footerhrline {
        margin: 0 auto 10px;
    }
    .featured_card_wrapper .featured_sales_details_block p {
        font-size: 16px;
    }
    .py-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    .Agents_wrapper h4 {
        font-size: 22px;
    }
    .portfolio_right_tiles p, .Agents_wrapper p {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .review_block .carousel-inner .carousel-item>div:first-child {
        display: block;
    }
    .image_wrapper .image_card {
        margin: 0 1vw !important;
        width: 230px;
    }
    .image_wrapper .image_card .image, .MeetOfficeTeam_wrapper .image {
        width: 230px;
        height: 330px;
        object-fit: cover;
    }
    .image_wrapper .image_card_name h3{
        font-size: 20px;
    }
    .Valuation_Wrapper div a {
        width: 30% !important;
        margin: 10px 0;
    }
    .left_footer_block {
        width: 100%;
        padding: 0;
    }
    .left_footer_block {
        width: 100% !important;
        padding: 0 30px 0 0;
    }
    .rightqrcode {
        padding: 0;
    }
    .footer_Wrapper .right_footer_block {
        margin-top: 0;
    }
    .ftr-menu-container {
        gap: 18px !important;
    }
    .footer_Wrapper .left_innerleft_footer_block,
    .footer_Wrapper .right_footer_block {
        width: 100% !important;
        margin-bottom: 20px !important;
    }
    .Featured_Collections_block p:nth-child(2) {
        font-size: 22px;
    }
    .portfolio_right_tiles {
        width: 48% !important;
    }
    .thought_wrapper .home_content_btn_block {
        display: flex;
        flex-wrap: wrap;
        row-gap: 20px;
    }
    .text_sm {
        font-size: 25px !important;
    }
    .banner_wrapper2_block p {
        font-size: 16px;
    }
    .banner_wrapper2 {
        height: 220px;
        background-position: right;
    }
    .Private_finance_wrapper .Private_finance {
        width: 46%;
        margin-bottom: 10px;
    }
    .Private_finance_wrapper .Property_title {
        bottom: 10%;
        left: 20px;
    }
    .Private_finance_wrapper .Property_title h2 {
        font-size: 22px;
    }
    .Private_finance_wrapper .Property_title h4 {
        font-size: 20px;
    }
    .property_may_Like {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .LandOnTheNorth_right .RequestViewing .RequestViewing_text, .MortgageCalc_wrapper h3 {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 28px;
        padding: 15px;
    }
    .contactIvoryRealEstate_wrapper h5 {
        font-size: 18px;
    }
    .Property_Highlights h2, .Property_desc h2, .requestViewing_wrapper h3 {
        font-size: 20px;
        padding-bottom: 0px;
    }
    .LandOnTheNorth_left_one h1 {
        font-size: 20px;
        padding: 0 0 1% 0;
    }
    .LandOnTheNorth_left_one h3 {
        font-size: 20px;
        line-height: inherit;
    }
}

@media (min-width: 768px) {

    .review_block .carousel-inner .carousel-item-end.active,
    .review_block .carousel-inner .carousel-item-next {
        transform: translateX(33%);
    }

    .review_block .carousel-inner .carousel-item-start.active,
    .review_block .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
}

/* / 525 / */
@media only screen and (max-width: 576px) {
    .featured_sales_tile .featured_card_wrapper {
        /* width: 99%; */
    }
    .ivory_btn{
        width: 100%;
    }
    .homefeaturebutton {
        margin: 0 0 0 0;
        width: 100% !important;
        display: inline-block;
        text-align: center;
    }
    .home_content_btn_block a {
        margin-bottom: 10px;
    }
    .display-btn{
        display: block;
        text-align: center;
    }
    .featured_sales_tile {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 15px;
        gap: 15px;
    }
    .Floor_Plan p {
        font-size: 12px;
        width: max-content;
    }
    .LandOnTheNorth_left_one h1 {
        font-size: 18px;
        padding: 0 0 1% 0;
    }
    .LandOnTheNorth_left_one h3 {
        font-size: 18px;
        line-height: inherit;
    }
    .Property_Highlights h2, .Property_desc h2, .requestViewing_wrapper h3 {
        font-size: 18px;
        padding-bottom: 0px;
    }
    .LandOnTheNorth_right .RequestViewing .RequestViewing_text, .MortgageCalc_wrapper h3 {
        margin-bottom: 15px;
        font-size: 18px;
        line-height: 28px;
        padding: 10px;
    }
    .Private_finance_wrapper .Property_title h2 {
        font-size: 20px;
    }
    .Private_finance_wrapper .Property_title h4 {
        font-size: 16px;
    }
    .property_may_Like {
        font-size: 24px;
        margin-bottom: 14px;
    }
    .CarouselWidget-prefix .R-MD .CarouselWidget__header{
        margin-bottom: 0;
    }
    .CarouselWidget-prefix .R-MD .CarouselWidget__inner {
        flex-direction: column !important;
    }
    .R-ReviewsList-container {
        width: 100%;
        max-width: 440px;
        padding: 0px 30px !important;
    }
    .search_wrapper .search_box {
        margin-bottom: 0;
    }
    .whatpeoplesays_wrapper{
        padding: 0 !important;
    }
    .GetInTouch_wrapper h4 {
        font-size: 30px !important;
    }
    .ftr-menu-container {
        gap: 0 !important;
    }
    .ftr-menu-container span{
        margin-right: 20px;
        margin-bottom: 6px;
    }
    .image_wrapper .border_block {
        width: 80%;
        height: 80%;
    }
    .featured_sales_tile .featured_sales_img_block {
        height: 220px;
    }
    .tab_btn_wrapper .tablink {
        padding: 14px 10px;
        font-size: 12px;
        width: 50%;
    }
    p.p-width {
        width: 300px;
    }
    .reviews_wrapper .rating_block,
    .reviews_wrapper .review_block {
        width: 100%;
    }

    .navbar_option .dropdown_option {
        width: 50%;
        text-align: center;
    }

    .total_Property .navbar_option {
        margin-top: 10px;
    }

    .footer_Wrapper .left_innerleft_footer_block,
    .footer_Wrapper .right_footer_block {
        width: 100% !important;
        /* margin-bottom: 0px !important; */
    }


    .total_Property_block {
        width: 100%;
    }

    .searchAndDropDowns .navbar_option,
    .total_Property_wrapper .navbar_option {
        display: none;
    }

    .Floor_Plan_left div p,
    .Floor_Plan_right div p,
    .Floor_Plan_right {
        /* display: none; */
    }

    .Floor_Plan_left {
        width: 100%;
    }

    .reviews_wrapper .rating_block {
        margin-top: 50px;
        margin-bottom: 20px;
    }

    .LandOnTheNorth_left_option p {
        width: 33.33%;
    }

    .Property_Highlights_desc ul li {
        width: 100%;
    }

    .requestViewing_btn {
        row-gap: 15px;
    }

    .time-Block {
        font-size: 14px;
    }

    .GetInTouch_wrapper h4 {
        font-size: 32px;
    }

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

    .featured_sales {
        display: flex;
        /* row-gap: 30px ; */
        /* flex-wrap: wrap-reverse; */
    }

    .responsive_logo {
        width: 120px !important;
        height: auto;
    }

    .thought_wrapper .home_content_btn_block {
        display: flex;
        flex-wrap: wrap;
        row-gap: 20px;
    }

    .home_content_btn_block a {
        width: 100%;
        text-align: center;
    }

    .responsive_btn {
        display: block;
    }

    /* .desktop_btn {
        display: none;
    } */

    .GetInTouch_wrapper .banner_icon img {
        width: 25px;
    }

    .GetInTouch_wrapper .dropdown_option {
        padding: 5px 5px;
    }

    iframe {
        height: 250px !important;
    }

    .Agents_wrapper .input-group {
        width: 80%;
    }

    .whatpeoplesays_tile p:nth-child(2) {
        font-size: 14px
    }

    .header_logo_full_screen {
        width: 150px !important;
    }

    .navbar-toggler-icon {
        width: 25px !important;
    }

    .navbar-brand-header {
        top: 20px;
    }

    .responsive_search img {
        width: 15px;
    }

    .responsive_language {
        font-size: 12px;
        margin-right: 12px;
    }

    .Valuation_Wrapper div a {
        width: 100%;
        margin: 10px 0;
    }

    .reviews_wrapper .carousel-control-next,
    .reviews_wrapper .carousel-control-prev {
        top: inherit !important;
        bottom: -36px;
    }

    .reviews_wrapper .carousel-control-next {
        left: 50px;
    }

    .reviews_wrapper .carousel-control-prev {
        left: 12px;
    }

    .mobile_view {
        display: block;
    }

    .requestViewing_btn a {
        width: 100%;
    }

    .checkBox_block {
        width: 50%;
    }

    .OurOfficeInnerPageBanner_wrapper img,
    .OurOfficeInnerPageBanner_wrapper iframe {
        height: 200px;
    }

    .HeadOffice_rightMobile .HeadOffice_right_btn {
        display: block;
    }

    .HeadOffice_right_btn {
        display: none;
    }

    .OurOffice_title {
        font-size: 18px;


    }

    .onecheck {
        width: 100%;
        margin-left: 20px;
    }

    /* .rightSide_wrapper .freeMarketAppraisal_right, 
.rightSide_wrapper .freeMarketAppraisal_left,
.leftSide_wrapper .freeMarketAppraisal_left,
.leftSide_wrapper .freeMarketAppraisal_right,
.joinTheIvoryRealEstate_block,
.joinTheIvoryRealEstate_block div,
.joinTheIvoryRealEstate_block div img {

  position: relative;
  width: 100%;
  
}
.rightSide_wrapper .freeMarketAppraisal_right,.leftSide_wrapper .freeMarketAppraisal_right, .joinTheIvoryRealEstate_wrapper{
  padding: 20px;
  background-color: transparent;
} */
    .video_wrapper .video-container video {
        height: auto;
    }

    .requestViewing_wrapper h3 {
        font-size: 36px;
    }

    .requestViewing_wrapper .progressbar li,
    .thirdstepsummary_left p span:first-child,
    .thirdstepsummary_left p span:last-child,
    .requestViewing_wrapper .oneline,
    .help_to_find p,
    .onecheck {
        font-size: 14px;
    }

    .thirdstepsummary_left p {
        line-height: 1.3;
    }

    .help_to_find h3 {
        font-size: 16px;
        line-height: 25px
    }
    .join-text h3{
        font-size: 20px;
    }
}

/* / 480 / */
@media (max-width: 524px) {
    .image_wrapper .image_card .image, .MeetOfficeTeam_wrapper .image {
        width: 200px;
        height: 270px;
    }
    .Private_finance_wrapper .Private_finance {
        width: 100%;
        margin: 10px 0 !important;
    }
    .Property_Highlights h2, .Property_desc h2, .requestViewing_wrapper h3 {
        font-size: 18px;
        padding-bottom: 0px;
    }
    .CarouselWidget-prefix .R-MD .CarouselWidget__header{
        margin-bottom: 0px !important;
    }
    .R-ReviewsList-container {
        width: 100%;
        max-width: 400px;
        padding: 0px 30px !important;
    }
    .image_wrapper .image_card {
        margin: 0 1vw !important;
        width: 200px;
    }
    .copyRight_wrapper {
        padding: 2% 0 2% 0;
    }
    .rightSide_wrapper .freeMarketAppraisal_right, .leftSide_wrapper .freeMarketAppraisal_right, .joinTheIvoryRealEstate_wrapper {
        padding: 15px;
    }
    .Agents_wrapper h4 {
        font-size: 20px;
    }
    .footer_Wrapper .left_innerleft_footer_block, .footer_Wrapper .right_footer_block {
        width: 100%;
        margin-bottom: 0 !important;
    }
    .footer_Wrapper .right_footer_block {
        margin-top: 0;
        padding-bottom: 20px;
        margin-bottom: 0 !important;
    }
    .copyRight_left_block.text-left {
        margin-top: 8px !important;
    }
    .Valuation_Wrapper div a {
        width: 100% !important;
        margin: 5px 0;
    }
}

/* / 425 / */
@media (max-width: 479px) {
    .image_wrapper .image_card .image, .MeetOfficeTeam_wrapper .image {
        width: 180px;
        height: 250px;
    }
    .dropdown_option .dropbtn.language-button {
        background: #16172b;
        color: #fff;
        padding-top: 0.175rem;
        padding-bottom: 0.175rem;
        font-size: 11px !important;
        border: 1px solid #ced4da !important;
        -moz-appearance: none;
        text-transform: none !important;
        width: 60px !important;
        white-space: nowrap;
        padding: 2px 8px !important;
    }
    .language-dd .dropdown_option-content a{
        padding: 2px 7px !important;
        font-size: 0.8rem !important;
    }
    .language-dd .dropdown_option-content {
        width: 60px !important;
    }
    .m-mo-none{
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .doubleslider_banner .mySlides {
        height: 370px;
    }
    .contactIvoryRealEstate_wrapper h5 {
        font-size: 16px;
    }
    .image_wrapper .image_card {
        margin: 0 1vw !important;
        width: 180px;
    }
    .featured_card_wrapper .featured_sales_details_block p {
        font-size: 15px;
    }
    .carousel-caption {
        right: 20px !important;
        left: 20px !important;
    }
    .whatpeoplesays_tile .slide {
        height: 290px !important;
    }
    .whatpeoplesays_tile p:nth-child(3) {
        font-size: 18px;
        font-weight: 400;
        line-height: 18px;
    }
    .whatpeoplesays_wrapper .carousel-control-prev {
        bottom: 20px !important;
        left: 20px !important;
    }
    .whatpeoplesays_wrapper .carousel-control-next {
        bottom: 20px !important;
        left: 70px !important;
    }
    .banner_wrapper2 {
        height: 300px;
        background-position: right;
    }
    .whatpeoplesays_tile {
        height: 250px;
    }
    p.p-width {
        width: 230px;
    }
    .text_sm {
        font-size: 20px !important;
    }
    .Featured_Collections_block {
        height: 180px;
        padding: 20px 20px 40px 20px;
    }
    .image_wrapper .image_card_name {
        font-size: 18px !important;
    }
    .image_wrapper .image_card .text img {
        padding: 8px;
        margin: 6px auto;
        background-color: rgba(255, 255, 255, 0.5);
    }
    .copyRight_right_block {
        flex-wrap: wrap;
    }
    .copyRight_right_block div img {
        height: 32px;
        margin-top: 15px;
    }
}

/* / 375 / */
@media (max-width: 424px) {
    .Floor_Plan_left {
        justify-content: start;
        flex-direction: column;
        align-items: start;
    }
    .doubleslider_banner .prev, .doubleslider_banner .next {
        bottom: 5.5%;
    }
    .property_may_Like {
        font-size: 22px;
        margin-bottom: 14px;
    }
    .R-ReviewsList-container {
        width: 100%;
        max-width: 345px;
        padding: 0px 25px !important;
    }
    .featured_sales_tile .featured_card_wrapper {
        padding: 0 0 3% 0;
    }
    .Featured_Collections_block {
        height: 150px;
        padding: 20px 0 20px 0;
    }
    .Featured_Collections_block p:nth-child(2) {
        font-size: 20px;
    }
    .portfolio_right_tiles {
        width: 100% !important;
    }
    .pr-9 {
        padding-right: 0;
    }
    .whatpeoplesays_tile {
        height: 300px;
    }
    .whatpeoplesays_tile .slide {
        height: 350px !important;
    }
    /* .feature1 {
        margin-bottom: 0;
    } */
    .CarouselWidget-prefix .R-MD .CarouselWidget__header{
        margin-bottom: 0 !important;
    }
    .header-wrapper .navbar-nav li {
        /* border-bottom: 1px solid #cfcfcfa1; */
        width: 100%;
    }
    .navbar {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .Valuation_Wrapper div {
        padding: 15px 0;
    }
    .header_logo_full_screen {
        width: 114px !important;
        padding: 0;
    }
    .navbar-brand-header {
        top: 15px;
    }
    .responsive_search img {
        width: 15px !important;
    }
    .GetInTouch_block {
        background-size: auto;
    }
    .pt-5 {
        padding-top: 2rem !important;
    }
    .featured_card_wrapper .featured_sales_details_block p {
        font-size: 14px;
    }
    .input-group-text,
    .input-group-text2 {
        font-size: 12px !important;
    }
    /* .image_wrapper .image_card .image, .MeetOfficeTeam_wrapper .image {
        width: 280px;
        height: 330px;
    }
    .image_wrapper .image_card {
        margin: 0 0 !important;
        width: 280px;
    }
    .image_wrapper .image_card_name {
        font-size: 22px !important;
    } */
}
@media only screen and (max-width: 412px) {
    .banner_img_Block {
        width: 300px;
    }

    .tabcontent .input-group>.form-control {
        width: 100%;
    }

    .tab_btn_wrapper .tablink {
        font-size: 10px;
        padding: 14px 0;
    }

    .tabcontent .input-group>.input-group-append {
        margin-top: 10px;
    }

    .banner_img_Block .tabcontent {
        padding: 20px;
    }

    .copyRight_wrapper {
        flex-wrap: wrap-reverse;
    }

    .featured_sales_wrapper .ivory_btn {
        font-size: 10px;
    }
}

@media (max-width: 400px) {
    .carousel.dp .slick-slide {
        margin: 0 10px;
    }
    .image_wrapper {
        display: flex;
        justify-content: center;
    }
}

/* / 375 / */
@media (max-width: 399px) {
    .image_wrapper .image_card .image, .MeetOfficeTeam_wrapper .image {
        width: 280px;
        height: 330px;
    }
    .image_wrapper .image_card {
        margin: 0 0 !important;
        width: 280px;
    }
    .image_wrapper .image_card_name {
        font-size: 22px !important;
    }
}
/* / 320 / */
@media (max-width: 374px) {
    .image_wrapper .image_card .image, .MeetOfficeTeam_wrapper .image {
        width: 280px;
        height: 330px;
    }
    .home_content_btn_block{
        flex-direction: column;
        display: flex;
    }
    .R-ReviewsList-container {
        width: 100%;
        max-width: 290px;
        padding: 0px 25px !important;
    }
    .carousel-caption {
        right: 15px !important;
        left: 15px !important;
    }
    .home_content_btn_block a{
        margin-bottom: 10px;
    }
    p.p-width {
        width: 150px;
    }
    .banner_wrapper2_block {
        width: 90%;
    }
    .image_wrapper .image_card {
        margin: 0 0 !important;
        width: 280px;
    }
    .GetInTouch_block {
        height: 250px;
    }
    .search_wrapper .search_box .search_field {
        width: 170px !important;
    }
    .search_wrapper .search_box .dropdown {
        width: 110px !important;
    }
    .search_wrapper .search_box .dropdown ul {
        width: 110px !important;
    }
    .ftr-menu-container span {
        margin-right: 15px;
        margin-bottom: 6px;
    }
    .footer_Wrapper .right_footer_block img{
        width: 50px;
    }
    .footerrighttext {
        width: 100%;
    }
    .py-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
}

@media only screen and (max-width: 320px) {
    .time-Block {
        font-size: 10px;
        padding: 4px 0;
    }

    .thirdstepsummary_rightInner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 11px;
    }
}


/* / 280 / */
@media (max-width: 319px) {
    .image_wrapper .image_card .image, .MeetOfficeTeam_wrapper .image {
        width: 250px;
        height: 330px;
    }
    .image_wrapper .image_card {
        margin: 0 0 !important;
        width: 250px;
    }
    .ivory_btn {
        font-size: 12px;
        padding: 10px 15px;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        flex: 1;
        justify-content: center;
    }
}










/* Large screens ----------- */
@media only screen and (min-width : 1824px) {

    /* Styles */
    .footerhrline {
        color: #D6D6D6;
        width: 68% !important;
        margin: 0 auto;
    }

    .footerrighttext {
        width: 50% !important;
        text-align: right;
    }

    .rightqrcode {
        padding: 0 0 0 6% !important;
    }

    .navbar-nav .nav-item .nav-link {
        font-family: GillSans;
        font-size: 14px !important;
        font-weight: 400;
        letter-spacing: 0px;
        text-align: center;
        color: #fff !important;
        align-items: baseline !important;
    }

    .headerright2 {
        padding: 0.5% 0% 0 2% !important;
    }

    .headerright3 {
        padding: 0% 0% 0 2% !important;
    }

    .Property_Highlights_desc {
        width: 98%;
        margin: 0 0 0 2% !important;
    }

    .Property_Highlights_desc ul {
        list-style: unset;
        padding: 0;
        margin: 0;
        -webkit-column-count: 3;
        -webkit-column-gap: 0px;
        column-count: 3;
        column-gap: 0px;
    }

    .language_btn {
        border: 1px solid;
        padding: 3px 14px !important;
        margin: 0px 0 -31% 10px;
    }

}

.valua1 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}


/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {

    /* Styles */
    .footerhrline {
        color: #D6D6D6;
        width: 82%;
        margin: 0 auto;
    }

    .footerrighttext {
        width: 46%;
        text-align: right;
        padding: 0 20px 0 0;
    }

    .rightqrcode {
        padding: 0 0 0 6.3%;
        /* padding: 0 0 0 6%; */
    }

    .navbar-nav .nav-item .nav-link {
        font-family: GillSans;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 0px;
        text-align: center;
        color: #fff !important;

    }

    .headerright2 {
        padding: 0.5% 0% 0 1%;
    }

    .headerright3 {
        padding: 0% 0% 0 1%;
    }

    .Property_Highlights_desc {
        width: 98%;
        margin: 0 0 0 3%;
    }

    .Property_Highlights_desc ul {
        list-style: unset;
        padding: 0;
        margin: 0;
        -webkit-column-count: 3;
        -webkit-column-gap: 0px;
        column-count: 3;
        column-gap: 0px;
    }

    .footer_Wrapper .left_innerleft_footer_block {
        width: 50%;
        padding: 0 40px 0 0;
    }
}




/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

    /* Styles */
    .rightqrcode {
        padding: 0 0 0 0%;
    }
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

    /* Styles */
    .rightqrcode {
        padding: 0 0 3% 0%;
    }

    .footerrighttext {
        width: 100%;

    }

    .copyRight_left_block,
    .copyRight_right_block {
        width: 100%;

        margin: 5% 0 0 0;
    }

    .footerimages1 {
        width: 24%;
        padding: 0 1%;
    }

    .footerimages2 {
        width: 24%;
        padding: 0 1%;
    }

    .footerhrline {
        color: #D6D6D6;
        width: 92%;
        margin: 0 auto;
    }

    .footerhrline {
        color: #D6D6D6;
        width: 92%;
        margin: 0 auto;
    }

    .copyRight_right_block div img {
        height: 32px;
    }

    .centerfooter {
        padding: 5% 0 0 0;
    }


    .logonav {
        display: none;
    }

    .headerleft1 {
        padding: 00%;
    }

    .headerleft2 {
        padding: 0 0% 0 0%;
    }

    .navbar-dark .navbar-toggler {
        border-color: #ffffff00 !important;
    }

    .navbar-dark .navbar-toggler {
        color: rgb(255 255 255 / 0%);
        border-color: rgba(255, 255, 255, .1);
    }

    /* .floorplan1 {
        width: 42%;
    }

    .floorplan1-1 {
        width: 100%;
    } */

    .floorplan2 {
        width: 42%;
    }

    .floorplanmob {
        padding-left: 1rem !important;
        flex-wrap: initial !important;
        justify-content: start !important;
        padding-right: 0px !important;
    }

    .Property_Highlights_desc ul {
        list-style: unset;
        padding: 0;
        margin: 0;
        -webkit-column-count: 3;
        -webkit-column-gap: 0px;
        column-count: 1;
        column-gap: 0px;
    }

    .Property_Highlights_desc {
        width: 95%;
        margin: 0 0 0 6%;
    }

    .input-group-text3 {
        margin-left: 0px !important;

    }

    .left_footer_block {
        width: 100% !important;
        padding: 0 0px 0 0 !important;
    }

    .centerfooter {
        width: 100% !important;
    }

    .doubleslider_banner .mySlides img {
        height: 370px !important;
    }

    .doubleslider_banner .mainmysilde_wrapper {

        height: 360px !important;
        position: relative;
    }

    .doubleslider_banner {
        height: 380px !important;
    }
}




.input-group-text2 {

    cursor: pointer;
    transition: 0.5s;
    border-radius: 0 !important;
    padding: 20px 76px !important;
    height: 30px;
    background-color: transparent !important;
    color: #fff !important;
    display: flex;
    align-items: center;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    white-space: nowrap;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase;

}

.input-group-text3 {
    margin-left: 20px;

}

.homefeaturebutton {
    margin: 0 0 0 0;
}

.follow1 {
    display: contents;
    float: left;
}

.followicon {
    padding: 0 0 0 12px;
    margin: -5px 0 0 0;
}

.left_footer_block {
    width: 58%;
    padding: 0 30px 0 0;
}

.centerfooter {
    width: 50%;
}


.navbar-nav {
    align-items: center;
}

.conthome {
    color: white;
}

.conthome1 {
    color: black;
}

.conthome1:hover {
    color: black;
    /* Change this to your desired hover color */
}

.aboutmember1 {
    width: 100%;
    object-fit: cover;
}

.aboutbg {
    background-image: url(imgs/AdobeStock_272697569.jpeg);
    /* margin: 15px; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.slider {
    height: 300px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding-right: 0 !important;
    padding-left: 0 !important;

    .slide {
        position: absolute;
        top: 0;
        height: 300px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: transform 0.5s;
        margin: 0 0 0 -30%;

        @media (min-width: 600px) and (max-width: 767px) {
            width: 300px;
        }

        @media (min-width: 768px) {
            width: 32%;
        }

        &>img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .testimonial {
            width: 98%;
            min-height: 300px;
            padding: 30px 15px;
            position: relative;
            background-color: #ffffff;
            ;
            border-radius: 6px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            gap: 15px;

            &:hover img {
                filter: none;
                transition: filter ease 0.3s
            }

            img {
                width: 14rem;
                margin: 0 auto;
                filter: grayscale(1);
                transition: filter ease 0.3s;
            }

            .testimonial__text {
                font-size: 1.4rem;
                margin-bottom: 2.5rem;
                color: #666;
            }
        }
    }
}

.btns {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 94%;
    position: absolute;
    bottom: 0;

    .slider__btn {
        z-index: 10;
        border: 0px solid #05BCB4;
        background: #fff0;
        font-family: inherit;
        color: #05BCB4;
        border-radius: 50%;
        height: 50px;
        width: 50px;
        font-size: 0px;
        cursor: pointer;
    }
}

.reviewio {
    width: 8% !important;
    float: left;
    padding: 0 5px 0 0px;
}

.review_io_block {
    padding: 6% 0;
}

.slider__btn--left {
    margin: -18% 0 0 -0%;
}

.slider__btn--right {
    margin: -18% 0 0 -0%;
}






.font_weight {
    font-weight: 600;
}

.mx-2:hover {
    color: #000;
}

.conthome:hover {
    color: #fff;
}

.text_sm {
    font-size: 33px;
}



/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
    /* Styles */

    .slider {
        height: 300px;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        padding-right: 0 !important;
        padding-left: 0 !important;

        .slide {
            position: absolute;
            top: 0;
            height: 300px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: transform 0.5s;
            margin: 0 0 0 -30%;

            @media (min-width: 600px) and (max-width: 767px) {
                width: 300px;
            }

            @media (min-width: 768px) {
                width: 32%;
            }

            &>img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

            .testimonial {
                width: 98%;
                min-height: 300px;
                padding: 30px 15px;
                position: relative;
                background-color: #ffffff;
                ;
                border-radius: 6px;
                display: flex;
                flex-direction: column;
                justify-content: center;
                gap: 15px;

                &:hover img {
                    filter: none;
                    transition: filter ease 0.3s
                }

                img {
                    width: 14rem;
                    margin: 0 auto;
                    filter: grayscale(1);
                    transition: filter ease 0.3s;
                }

                .testimonial__text {
                    font-size: 1.4rem;
                    margin-bottom: 2.5rem;
                    color: #666;
                }
            }
        }
    }

    .btns {
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 94%;
        position: absolute;
        bottom: 0;

        .slider__btn {
            z-index: 10;
            border: 0px solid #05BCB4;
            background: #fff0;
            font-family: inherit;
            color: #05BCB4;
            border-radius: 50%;
            height: 50px;
            width: 50px;
            font-size: 0px;
            cursor: pointer;
        }
    }

    .reviewio {
        width: 8% !important;
        float: left;
        padding: 0 5px 0 0px;
    }

    .review_io_block {
        padding: 6% 0;
    }

    .slider__btn--left {
        margin: -18% 0 0 -0% !important;
    }

    .slider__btn--right {
        margin: -18% 0 0 -0% !important;
    }

}


/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
    /* Styles */

    .slider {
        height: 300px;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        padding-right: 0 !important;
        padding-left: 0 !important;

        .slide {
            position: absolute;
            top: 0;
            height: 300px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: transform 0.5s;
            margin: 0 0 0 -30%;

            @media (min-width: 600px) and (max-width: 767px) {
                width: 300px;
            }

            @media (min-width: 768px) {
                width: 32%;
            }

            &>img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

            .testimonial {
                width: 98%;
                min-height: 300px;
                padding: 30px 15px;
                position: relative;
                background-color: #ffffff;
                ;
                border-radius: 6px;
                display: flex;
                flex-direction: column;
                justify-content: center;
                gap: 15px;

                &:hover img {
                    filter: none;
                    transition: filter ease 0.3s
                }

                img {
                    width: 14rem;
                    margin: 0 auto;
                    filter: grayscale(1);
                    transition: filter ease 0.3s;
                }

                .testimonial__text {
                    font-size: 1.4rem;
                    margin-bottom: 2.5rem;
                    color: #666;
                }
            }
        }
    }

    .btns {
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 94%;
        position: absolute;
        bottom: 0;

        .slider__btn {
            z-index: 10;
            border: 0px solid #05BCB4;
            background: #fff0;
            font-family: inherit;
            color: #05BCB4;
            border-radius: 50%;
            height: 50px;
            width: 50px;
            font-size: 0px;
            cursor: pointer;
        }
    }

    .reviewio {
        width: 8% !important;
        float: left;
        padding: 0 5px 0 0px;
    }

    .review_io_block {
        padding: 6% 0;
    }

    .slider__btn--left {
        margin: -22% 0 0 -0%;
    }

    .slider__btn--right {
        margin: -22% 0 0 -0%;
    }

}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    /* Styles */

    .slider {
        height: 300px;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        padding-right: 0 !important;
        padding-left: 0 !important;

        .slide {
            position: absolute;
            top: 0;
            height: 300px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: transform 0.5s;
            margin: 0 0 0 0%;




        }

        .btns {
            width: 100%;
            display: flex;
            justify-content: center;
            gap: 86%;
            position: absolute;
            bottom: 0;

            .slider__btn {
                z-index: 10;
                border: 0px solid #05BCB4;
                background: #fff0;
                font-family: inherit;
                color: #05BCB4;
                border-radius: 50%;
                height: 50px;
                width: 50px;
                font-size: 0px;
                cursor: pointer;
            }
        }

        .reviewio {
            width: 8% !important;
            float: left;
            padding: 0 5px 0 0px;
        }

        .review_io_block {
            padding: 6% 0;
        }

        .slider__btn--left {
            margin: -56% 0 0 -0%;
        }

        .slider__btn--right {
            margin: -56% 0 0 -0%;
        }


    }


    .my-4 {
        margin-top: 0px;
    }
}

.carousel.dp {
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

