.developer__grid__row {
    display: grid;
    grid-template-columns: 70% calc(30% - 30px);
    gap: 30px;
    width: 100%;
    max-width: 1320px;
    margin-inline: auto;
    padding-inline: 20px;
    margin-block: 60px;
}
.tabs__section {
    margin-top: 40px;
}
.tabs__section .tabs {
    align-items: center;
    border-radius: 6px;
    padding: 10px 12px;
    border-bottom: 1px solid #ddd;
    overflow: auto;
    width: 100%;
    position: fixed;
    display: block;
    top: 68px;
    left: 0;
    border-bottom: none;
    border-radius: 0;
    padding: 0 !important;
    box-shadow: 0 8px 8px 0 rgba(0, 106, 194, 0.2);
    height: max-content;
    opacity: 1;
    visibility: visible;
    z-index: 30;
    background-color: #fff;
}
.tabs__section .tabs .tabs__row {
    display: flex;
    align-items: center;
    max-width: 1320px;
    margin-inline: auto;
    width: 100%;
    background: #fff;
    z-index: 20;
    padding-bottom: 2px;
}
.tabs__section .tabs a {
    display: inline-block;
    color: #091e42;
    padding: 18px;
    font-size: 14px;
    border-radius: 4px;
    border-bottom: 2px solid transparent;
}
.tabs__section .tabs a.active {
    border-bottom-color: var(--primary__color);
    font-weight: 600;
}
.tab__content {
    margin-top: 30px;
    padding: 30px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    border-top: 3px solid var(--primary__color);
    position: relative;
    border-bottom-left-radius: 10px;   
    border-bottom-right-radius: 10px;
    /*    scroll-margin: 150px;*/
}
.tab__content h3{
    font-size:20px;
    padding-bottom:12px;
}
.tab__content h2{
    font-size:20px;
    padding-bottom:20px;
}
.tab__content p,
.tab__content  span{
    font-size:15px !important;
    line-height:24px;
}
p[data-f-id="pbf"]{
    display:none;
}
.overview__row{
    display:flex;
    align-items:center;
    gap:20px;
    align-items:start;
    margin-bottom:20px;
}
.overview__row img{
    width:120px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius:8px;
}
.overview__row h1{
    font-size:24px;
    padding-block:16px;
}
.headquarter__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.headquarter__row .content {
    padding: 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding-right: 40px;
}
.tab__content h3 {
    font-size: 16px;
    padding-bottom: 12px;
}
.headquarter__row .content p {
    font-size: 15px;
    line-height: 24px;
}

.data_more_less_inner {
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}

.action_less {
    display: none;
}

.less_active .action_less {
    display: inline-block;
}

.less_active .action_more {
    display: none;
}

.data_more_less:not(.less_active):not(.action_disabled)
.data_more_less_inner:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: -moz-linear-gradient( top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100% );
    background: -webkit-linear-gradient( top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100% );
    background: linear-gradient( to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100% );
    height: 80px;
}

.data_more_less.action_disabled .more_less_action {
    display: none;
}

.more_less_action {
    color: #fff;
    background: var(--primary__color);
    padding: 8px 20px;
    border-radius: 6px;
    font-size: 14px;
}
.city__main .search__by__city__wrapper {
    background-color: #1D113E;
    border-radius: 12px;
    padding-bottom: 0;
    position: relative;
    margin-bottom: 40px;
}
 .search__by__city__wrapper {
    background-color: #1D113E;
    border-radius: 12px;
    padding-bottom: 0;
    position: relative;
    margin-bottom: 40px;
}
.search__by__city__wrapper .container {
    background: transparent;
    padding-bottom: 48px;
}
.search__by__city__wrapper .title {
    color: #fff;
    max-width: 500px;
    margin-bottom: 20px;
}
.search__by__city__wrapper form {
    display: flex;
    align-items: center;
    width: 100%;
    background: #fff;
    max-width: 500px;
    height: 52px;
    border-radius: 90px;
}
.search__by__city__wrapper form .form__field {
    display: flex;
    position: relative;
    padding-left: 20px;
    width: 100%;
}
.search__by__city__wrapper form .form__field svg {
    width: 24px;
    height: 24px;
}
.search__by__city__wrapper form input {
    border: none;
    outline: none;
    width: 100%;
    font-size: 16px;
    padding-left: 12px;
}
.search__by__city__wrapper form button {
    width: 40px;
    height: 40px;
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 46px;
    background: #EEEBFE;
    margin-right: 8px;
}
.search__by__city__wrapper form button svg {
    width: 20px;
    height: 20px;
}
 .search__by__city__wrapper::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 200px;
    width: 200px;
    background-image: url(/assets/images/disc-background.webp);
    background-size: cover;
    opacity: .3;
}
#developer__featured .slide .thumbnail__image,
#developer__readytomove .slide .thumbnail__image,
#developer__newlaunch .slide .thumbnail__image {
    height: 150px;
    max-height: 160px;
    margin-bottom: 12px;
}
#developer__featured .slide img,
#developer__readytomove .slide img,
#developer__newlaunch .slide img {
    width: 100%;
    border-radius: 8px;
    height:100%;
    object-fit:cover;
}
#developer__featured .slide h4,
#developer__readytomove .slide h4,
#developer__newlaunch .slide h4 {
    font-size: 15px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #121212;
}
#developer__featured .slide p.location,
#developer__readytomove .slide p.location,
#developer__newlaunch .slide p.location {
    font-size: 13px;
    color: #8c94a5;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#developer__featured .slide p.price,
#developer__readytomove .slide p.price,
#developer__newlaunch .slide p.price {
    color: rgba(9, 29, 65, 1);
    font-weight: 600;
    font-size: 18px;
}
#developer__featured button,
#developer__readytomove button,
#developer__newlaunch button {
    background: #fff;
    height: 40px;
    width: 40px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
 #developer__featured button.owl-next,
  #developer__readytomove button.owl-next,
  #developer__newlaunch button.owl-next{
    position: absolute;
    top: calc(50% - 24px);
    right: -25px;
}
#developer__featured button.owl-prev,
#developer__readytomove button.owl-prev,
#developer__newlaunch button.owl-prev{
    position: absolute;
    top: calc(50% - 24px);
    left: -25px;
}
 #developer__featured button svg,
  #developer__readytomove button svg,
  #developer__newlaunch button svg{
    height: 16px;
    width: 16px;
}
 #developer__featured button svg path,
  #developer__readytomove button svg path,
  #developer__newlaunch button svg path{
    fill: #05379a;
}

.developer__aside {
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    background: #fff;
    padding: 20px;
    height: max-content;
    top: 160px;
    position: sticky;
}
.developer__grid__row .slide .status {
    display: flex;
    left: -4px;
    position: absolute;
    top: 10px;
    z-index: 1;
}
    .developer__grid__row .slide .status .before {
        background: url(/assets/images/status-new-launch-before.svg) no-repeat;
        height: 25px;
        width: 4px;
    }
    .developer__grid__row .slide .status .after {
        background: url(/assets/images/status-new-launch-after.svg) no-repeat;
        height: 21px;
        width: 10px;
    }
    .developer__grid__row .slide .status .main {
        background: #05379a;
        color: #fff;
        height: 21px;
        font-size: 12px;
        padding-inline: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.developer__aside h3 {
    font-size: 20px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.developer__aside .form__field label{
    font-size:15px;
    color:#000;
    display:block;
    padding-bottom:8px;
    font-weight:600;
}
.developer__aside .form__field input{
    border:1px solid #ddd;
    height:40px;
    padding-inline:12px;
    width:100%;
    margin-bottom:12px;
    border-radius:8px;
}
.developer__aside .submit__btn{
    width:100%;
    height:48px;
    border-radius:8px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:20px;
    color:#fff;
    background:#05379a;
    font-size:16px;
    font-weight:600;
}
.developer__aside h4{
    font-size:18px;
    margin-bottom:12px;
    border-top:1px solid #ddd;
    padding-top:8px;
}
.developer__aside .buttons__wrapper {
    display: flex;
    gap: 12px;
}
.developer__aside .buttons__wrapper a{
    border-radius: 6px;
    padding: 0 12px;
    height: 40px;
    justify-content: center;
    border: 1px solid #fff;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 13px;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: .25s ease;
    border:1px solid  #05379a;
    color:#05379a;
}
.developer__aside .buttons__wrapper a svg path {
    fill: #05379a;
}

@media (max-width:800px){
    .tabs__section .tabs {
        display: flex;
        width: 100%;
        position: fixed;
        top: 64px;
        left: 0;
        border-bottom: none;
        border-radius: 0;
        padding: 0 !important;
        box-shadow: 0 8px 8px 0 rgba(0, 106, 194, 0.2);
        height: max-content;
        opacity: 1;
        visibility: visible;
    }
    .tabs__section .tabs a {
        display: block;
        width: 100%;
        text-align: left;
        padding: 12px;
        min-width: max-content;
    }
    .developer__grid__row{
        grid-template-columns:1fr;
    }
    .tabs__section {
        max-width: calc(100vw - 40px);
        margin-top: 0;
    }
}

@media (max-width:575px){
    .tab__content{
        padding:20px;
    }
    .overview__row {
        flex-direction: column;
    }
    .overview__row img{
        width:100px;
    }
    .overview__row h1{
        padding-top:8px;
    }
    .headquarter__row {
        grid-template-columns: 1fr;
    }
    .search__by__city__wrapper .container{
        padding-inline:0;
    }
    .search__by__city__wrapper .title{
        margin-bottom:0;
    }
}