html {
    scroll-behavior: smooth;
}
body{
    background: #f6f6f6;
    color: #666;
	font-size: 14px;
    line-height: 24px;
	margin:0;
	padding:0;
    overflow: hidden;
    overflow-y: auto;
	
}
a,.btn,button,select{cursor: pointer;text-decoration: none;outline: 0;}
a:hover{text-decoration: none;}
.container-flex {
    gap: 20px;
}
.btn-link {
    border-radius: 0;
    padding: 0;
    height: auto;
    background: 0;
    border: 0;
    color: #1A1A1A;
    border-bottom: 1px solid #1A1A1A;
    cursor: pointer;
}
body, ul, ol, li, h1, h2, h3, h4, h5, h6, figure, p, strong, textarea {
    list-style: none;
    font-family: Arial, "sans-serif";
	margin: 0;
    padding: 0;
}
.mt-5{margin-top: 5px;}
.mt-10{margin-top: 10px;}
.mt-15{margin-top: 15px;}
.mt-20{margin-top: 20px;}
.container {
    max-width: 1280px;
}
.scrollbar-hide {
    -webkit-scrollbar-width: none;
    -moz-scrollbar-width: none;
    -ms-scrollbar-width: none;
    scrollbar-width: none;
}
.img-responsive {
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
.corruptedImg {
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: #e9e9e9 !important;
}
.corruptedImg img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: initial !important;
    height: initial !important;
    object-fit: inherit !important;
}

header {
    padding: 0 15px 0 0px;
    z-index: 9;
    background: #000;
    display: flex;
    align-items: center;
    height: 48px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
}
.logoouter{
	position: absolute;
    top: 5px;
    left: 15px;
}
.head-citydropdown {
    display: inline-block;
    float: left;
    height: 48px;
	margin-left: 135px;
    position: relative;
}

header .head-citydropdown .dropdown-toggle {
    padding: 8px 25px 8px 0;
    cursor: pointer;
    position: relative;
    box-shadow: none;
    color: #e3e3e3;
    border: none;
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 13px;
}

header .head-citydropdown .dropdown-toggle::after {border: none;}
header .head-citydropdown .dropdown-toggle i {
    padding: 10px 0;
    font-size: 10px;
    color: #e3e3e3;
    position: absolute;
    right: 9px;
    top: 10px;
    background: #000;
}

header .head-citydropdown::after {
    background: #3e3e3e;
    width: 1px;
    height: 18px;
    content: '';
    position: absolute;
    right: 0;
    top: 16px;
}

.nav-outer {display: flex;}
.nav-outer .nav-item {display: flex;position: relative;margin-bottom: 0;}
.nav-outer .nav-item li {display: inline-block;}
.nav-outer .nav-item .nav-dropdownitem{
    padding: 0 30px 0 12px;
    display: block;
    font-size: 13px;
    line-height: 48px;
    color: #e3e3e3;
    align-items: center;
    white-space: nowrap;
    cursor: pointer;
    position: relative;
    border-radius: 5px 5px 0 0;
    position: relative;
    transition: .5s;
}
.nav-outer .nav-item .nav-dropdownlink {
    position: absolute;
    top: 48px;
    left: 0;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 6px 18px 0 #0000001a;
    background: #fff;
    max-height: 535px;
    max-width: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
    transition: .1s;
}
.nav-outer .sub-nav{
    border-radius: 0 0 8px 8px;
    box-shadow: 0 6px 18px 0 #0000001a;
    background: #fff;
    display: block;
    gap: 15px;
    left: 0;
	overflow: hidden;
	position: absolute;
    top: 48px;
    transition: 0.8s;
    max-height: 535px;
    max-width: 0;
    overflow: hidden;
    opacity: 0;
    transition: .1s;
    width: 100%;
}
.nav-outer .sub-nav ul {
    display: block;
    max-height: 313px;
    padding: 8px 0px;
    overflow: hidden auto;
}
.nav-outer .sub-nav ul li{
    display: block;
}
.nav-outer .nav-item li:hover .sub-nav {
	max-width: 1140px;
    opacity: 1;
    transition: .8s;
	padding: 12px 20px;
}
.nav-outer .sub-nav strong {
    padding-bottom: 8px;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    color: rgb(0, 0, 0);
    display: block;
    text-overflow: ellipsis;
    border-bottom: 1px solid rgb(229, 229, 229);
    white-space: nowrap;
    overflow: hidden;
}
.nav-outer .sub-nav  ul li a {
    font-size: 13px;
    color: rgb(51, 51, 51);
    line-height: 30px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.header-right{position: absolute;
    right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;}
.btn-h-post-prop{
    padding: 0 10px;
    margin-right: 10px;
    border-radius: 5px;
    border: solid 1px #FFD916;
    font-size: 13px;
    color: #fff;
    line-height: 30px;
    height: auto;
}
.h-fav-prop {
    margin-right: 10px;
    position: relative;
    top: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.h-fav-prop em{
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    position: relative;
}
.fav-count{
    position: absolute;
    display: flex;
    top: -10px;
    right: -10px;
    width: 18px;
    height: 18px;
    line-height: 17px;
    background: #F05252;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    align-items: center;
    justify-content: center;
    font-family: arial;
}
.h-login-btn{padding: 0 21px;
    background: #444;
    border: #444 solid 1px;
    color: #fff;
    line-height: 30px;
    transition: .5s;
    height: auto;
    border-radius: 5px;
    min-width: 50px;}
.sc-box:first-child {
    margin-top: 40px;
}
.sc-box{background: #fff;border-radius: 15px;margin-top: 20px;padding: 18px;}
.sc-box .btn-box .btn-default-link {
    padding: 15px 0 0;
    color: #1A1A1A;
    font-size: 14px;
    font-weight: 700;
    height: auto;
    gap: 8px;
}
.sc-box .title-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.sc-box .title {
    margin-top: 5px;
    color: #1A1A1A;
    font-size: 26px;
    font-weight: 600;
}
.sc-body{padding-top: 20px;}
.sc-box-body {margin-top: 18px;}
.tab-body {
    display: none;
}
.tab-list-box {
    display: flex;
    width: 100%;
}
.tab-box {
	display: flex;
	gap: 12px;
    margin: 0 -18px;
    overflow: hidden;
    overflow-x: auto;
    padding: 0 18px;
}
.tab-box li {
    align-items: center;
    background: #fff;
    border-radius:8px;
    border: solid 1px #e1e1e1;
    color: #1A1A1A;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    gap: 10px;
    height: 40px;
    padding: 0 15px;
    white-space: nowrap;
}
.tab-box li.active {
    border: solid 1px #40d096;
    background: #40d096;
    pointer-events: none;
    color: #fff;
}
.tab-body.active {
    margin-top: 20px;
    display: block;
}
.hot-selling .focus-cards {
    display: none;
    width: 100%;
}
.hot-selling .focus-cards.active {
    display: flex;
}
.hot-selling .focus-project-box {
    padding: 10px 45px 0 0;
    gap: 20px;
    counter-reset: focus-item;
}
.hot-selling .focus-card {
    margin: 2px 0 0;
    width: 289px !important;
    flex: none;
    position: relative;
    border-radius: 8px;
    background: #eee;
    cursor: pointer;
}
.hot-selling .focus-card::before {
    counter-increment: focus-item;
    content: counter(focus-item);
    color: #e0fffc;
    leading-trim: both;
    text-edge: cap;
    -webkit-text-stroke-width: 4px;
    -webkit-text-stroke-color: #4cd484;
    font-size: 94px;
    font-weight: 900;
    line-height: 16px;
    position: absolute;
    top: 18px;
    left: -11px;
    z-index: 2;
}
.hot-selling .focus-card:hover figure img {
    transform: scale(1.1);
    transition: .3s;
}
.hot-selling .focus-card figure {
    border-radius: 8px 8px 0 0;
	height: 158px;
    width: 100%;
    overflow: hidden;
}
.hot-selling .focus-card figure img {
    height: 158px;
    width: 100%;
}

.hot-selling .focus-card figcaption {
    background: #fff;
    border: 1px solid #e1e1e1;
    border-top: 0;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
    padding: 15px;
}
.hot-selling .focus-card .strong {
    color: #1A1A1A;
    display: block;
    font-size: 16px;
    line-height: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hot-selling .focus-card .city {
    color: #666;
    display: block;
    font-size: 14px;
    line-height: 16px;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hot-selling .focus-card .price {
    color: #1A1A1A;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    margin-top: 8px;
}

.everything-need .service-tabs {
    align-items: center;
    display: flex;
    gap: 7px;
    margin: 0;
    min-height: 52px;
    padding: 0 20px;
}
.everything-need .service-tabs li {
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    bottom: -6px;
    border: 1px solid #e1e1e1;
    border-radius: 10px 10px 0 0;
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: center;
    min-width: 147px;
    padding: 0 25px;
    position: relative;
    z-index: 0;
}
.everything-need .service-tabs li.active {
    bottom: -2px;
    height: 52px;
    z-index: 0;
}
.everything-need .service-tab-body {
    border-radius: 15px;
    background: #fff;
    border: 1px solid #e1e1e1;
    min-height: 160px;
}
.everything-need .service-tab-list {align-items: center;display: none;}
.everything-need .service-tab-list.active {display: flex;}
.everything-need .service-tab-list li {position: relative;width: 209px;}
.everything-need .service-tab-list .link {
    align-items: center;
    color: #1A1A1A;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    padding: 34px 10px 25px;
    position: relative;
}
.everything-need .service-tab-list figure {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 79px;
    width: 79px;
}
.everything-need .service-tab-list figure img{}
.everything-need .service-tab-list strong {font-weight: 500;}

.customer-reviews-box {margin-top: 20px;}
.customer-reviews-box .container-flex {gap: 20px;padding: 0;}
.customer-reviews-box .reviws {
    margin: 0 !important;
    padding: 20px;
    border-radius: 15px;
    width: calc(50% - 10px);
    position: relative;
}
.customer-reviews-box .google-reviews-logo {
    position: absolute;
    right: 15px;
    top: 15px;
}
.customer-reviews-box .rating-box {
    margin-top: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.customer-reviews-box .rating-box .total-rating {
    position: relative;
    font-size: 12px;
    display: flex;
    gap: 5px;
    align-items: center;
    line-height: normal;
    color: #1A1A1A;
    white-space: nowrap;
}
.customer-reviews-box .rating-box .total-rating strong {
    padding-right: 4px;
    color: #1A1A1A;
    font-weight: 400;
    position: relative;
    bottom: -1px;
    font-size: 50px;
}
.customer-reviews-box .rating-box .total-rating i.active {
    color: #f7b400;
}
.customer-reviews-box .customer-reviews {margin-top: 30px;}
.customer-reviews-box .customer-review {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
}
.customer-reviews-box .customer-detail {
    padding-left: 64px;
    margin-bottom: 10px;
    min-height: 49px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}
.customer-reviews-box .customer-detail figure {
    width: 49px;
    height: 49px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #eee;
}
.customer-reviews-box .customer-detail strong {
    font-size: 18px;
    color: #1A1A1A;
    text-transform: capitalize;
}
.customer-reviews-box .customer-rating i{font-size: 14px;width: 14px;height: 14px;flex: none;color: #ffa800;}
.customer-reviews-box .customer-rating i.active{color: #ffa800;}

.customer-reviews-box .customer-review p {overflow: hidden;}
.customer-reviews-box .video-box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 13px;
    line-height: 21px;
}
.customer-reviews-box .video {
    padding: 0 13px 13px 13px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .08);
}
.customer-reviews-box .video figure {
    margin: 0 -13px 10px -13px;
    border-radius: 8px;
    overflow: hidden;
    background: #eee;
    display: flex;
    position: relative;
}
.customer-reviews-box .video strong {
    color:#1A1A1A;
    display: block;
}
.customer-reviews-box .video .play {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .4);
    color: #fff;
    border-radius: 100%;
    width: 46px;
    height: 46px;
    position: absolute;
    left: calc(50% - 23px);
    top: calc(50% - 23px);
    cursor: pointer;
    z-index: 2;
}
.locality-box{margin-top:20px;}
.locality-card {
    width: 394px !important;
    flex: none;
    flex: none;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e1e1e1;
    background: #fff;
}
.discover-more .sc-body {display: flex;display: -webkit-flex;gap: 15px;}
.re-collection .sc-body.active {display: flex !important;}
.re-collection .sc-body {display: none !important;padding-top: 20px !important;}
.discover-more .discover-card {border-radius: 15px;background: #fff;border: 1px solid #e1e1e1;flex: none;padding: 15px;width: 320px;}
.discover-more .accordion {display: flex;flex-direction: column;gap: 10px;margin: 0 auto;max-width: 950px;overflow: hidden;position: relative;}
.discover-more .accordion .panel {border-radius: 8px;border: solid 1px #e1e1e1;}
.discover-more .accordion .panel .panel-header {
    padding: 0 20px;
    font-size: 14px;
    line-height: 25px;
    color: #1A1A1A;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    min-height: 47px;
    position: relative;
    cursor: pointer;
}
.discover-more .accordion .panel.active .panel-header {
    border-bottom: 1px solid #eee;
}
.discover-more .accordion .panel .panel-header strong {
    max-width: calc(100% - 40px);
    color: #4a4a4a;
    line-height: 22px;
}
.discover-more .accordion .panel .panel-header i {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #1A1A1A;
    transition: .3s;
}
.discover-more .accordion .panel .panel-body {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
}
.discover-more .accordion .panel.active .panel-body {
    padding: 10px 15px;
    max-height: 10000px;
}
.discover-more .discover-card p {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}
.discover-more .discover-body {
    width: calc(100% - 335px);
    display: none;
    flex-direction: column;
    gap: 15px;
}
.discover-more .discover-body.active {
    display: flex;
}
.discover-more .discover-properties {
    display: none;
}
.discover-more .discover-properties.active {
    display: block;
}

.discover-more .property-status-card {
    flex: none;
    width: 282px !important;
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
	height: 360px;
}
.top-localities.india-case .locality-left-box, .top-localities.india-case .locality-tab-content {
    display: none;
}
.top-localities.india-case .locality-left-box.active, .top-localities.india-case .locality-tab-content.active {
    display: block;
}
.locality-card {
    width: 394px !important;
    flex: none;
    flex: none;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e1e1e1;
    background: #fff;
}
.locality-card .locality-header {
    padding: 15px;
    border-bottom: 2px solid #e1e1e1;
    display: flex;
    gap: 12px;
    align-items: center;
}
.locality-card figure {
    background: #f1f1f1;
    border-radius: 8px;
    width: 56px;
    height: 56px;
    flex: none;
    overflow: hidden;
}
.locality-card figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.locality-card figcaption {
    width: calc(100% - 65px);
}
.locality-card .title {
    font-size: 16px !important;
    color: #1A1A1A !important;
    font-weight: 700 !important;
}
.locality-card .title .link {
    color: #1A1A1A;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal;
}
.common-rating {
    padding: 0 10px;
    background: #FFF7DA;
    border: 1px solid #FFD916;
    border-radius: 6px;
    align-items: center;
    display: inline-flex;
    height: 22px;
    color: #1A1A1A;
    gap: 5px;
    white-space: nowrap;
    font-size: 12px;
}
.common-rating .star {
    flex: none;
}
.common-rating .star i,.common-rating .star em {
    margin-right: 3px;
    width: 12px;
    font-size: 12px;
    color: #f7b400;
    display: inline-flex;
}
.common-rating .rating {
    padding-left: 8px;
    position: relative;
    font-size: 10px;
    display: block;
}
.common-rating .rating::after {
    content: '';
    background: #000;
    position: absolute;
    top: calc(50% - 2px);
    left: 0;
    width: 3px;
    height: 3px;
    border-radius: 10px;
}
.locality-card .locality-card-body {
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.locality-card .total-average {
    padding-top: 10px;
    display: block;
    width: 142px;
    flex: none;
}
.locality-card .total-average li {
    display: block;
    font-size: 14px;
    color: #1A1A1A;
    line-height: 20px;
    position: relative;
    height: 53px;
}
.locality-card .total-average li small {
    font-size: 12px;
    color: #666;
    display: block;
}
.locality-card .total-average li strong {
    font-weight: 700;
    font-size: 12px;
    color: #1A1A1A;
}
.locality-card .total-average li strong span {
    font-weight: 300;
    font-size: 12px;
    color: #666;
}
.locality-card .total-average li .rank{display: inline-flex;}
.locality-card .total-property-list {
    padding: 10px;
    white-space: normal;
    width: calc(100% - 152px);
    border: 1px solid #e1e1e1;
    border-radius: 8px;
}
.locality-card .total-property-list li {
    display: block;
    font-size: 12px;
    color: #1A1A1A;
    line-height: 18px;
    position: relative;
    min-height: 48px;
}
.locality-card .total-property-list li+li {
    border-top: 1px solid #e1e1e1;
}
.locality-card .total-property-list li a {
    padding: 8px 20px 8px 0;
    color: #666;
    display: block;
}
.locality-card .total-property-list li strong {
    font-size: 12px;
    font-weight: 700;
    color: #1A1A1A;
    display: block;
    white-space: nowrap;
}
.locality-card .total-property-list li span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.locality-card .total-property-list li i{
    font-size: 10px;
    color: #1f2a37;
    position: absolute;
    right: 0;
    top: 22px;
}
.developer-card {
    border-radius: 8px;
    background: #fff;
    border: 1px solid #e1e1e1;
    overflow: hidden;
    position: relative;
    width: 394px !important;
    flex: none;
}
.developer-card .developer-header {
    padding: 17px 18px 18px;
    display: flex;
    gap: 17px;
}
.developer-card .developer-header figure {
    flex: none;
    border-radius: 8px;
    border: 1px solid #e1e1e1;
    width: 100px;
    height: 100px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.developer-card .developer-detail {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: space-around;
}
.developer-card .developer-header figure~.developer-detail {
    width: calc(100% - 117px);
}
.developer-card .developer-name strong a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-weight: 600;
    color: #1A1A1A;
}
.developer-card .developer-about-list {
    display: flex;
}
.developer-card .developer-about-list li {
    display: flex;
    flex-direction: column;
    width: 50%;
}
.developer-card .developer-about-list strong {
    font-size: 14px;
    font-weight: 600;
}
.developer-card .developer-about-list span {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}
.developer-card .developer-status-list {
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    border-top: 2px solid #e1e1e1;
}
.developer-card .developer-status-list .link {
    padding: 0 12px 0 22px;
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #e1e1e1;
    background: #fff;
    line-height: 46px;
    font-size: 14px;
    font-weight: 400;
    color: #1A1A1A;
    width: 100%;
    cursor: pointer;
}
.developer-card .developer-status-list i {
    font-size: 13px;
    font-weight: 700;
}
.research-reports-box {
    display: flex;
    overflow: hidden;
    overflow-x: auto;
}
.research-tile {
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    border: 1px solid #e1e1e1;
    width: 300px;
    overflow: hidden;
    flex: none;
    cursor: pointer;
}
.research-tile figure {
    position: relative;
    width: 100%;
    height: 175px;
    overflow: hidden;
    background: #F3F4F6;
}
.research-tile figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.research-tile .details-box {
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.research-tile .details-box strong {
    font-size: 18px;
    color: #1A1A1A;
    line-height: 26px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.research-tile .details-box p {
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    position: relative;
}
.research-tile .details-box .btn-link {
    padding: 0;
    color: #000;
    width: fit-content;
    border-bottom: 0;
    gap: 2px;
    min-height: auto;
}
.research-tile .details-box .btn-link span {
    border-bottom: 1px solid transparent;
}
.research-tile .details-box .btn-link i{
    font-size: 10px;
    font-weight: 700;
    transition: all .3s;
}
.top-cities-box {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.top-cities-box .city-card {
    display: flex;
    display: -webkit-flex;
    border-radius: 8px;
    border: 1px solid #e1e1e1;
    background: #fff;
    overflow: hidden;
    flex: none;
    width: 292px;
    cursor: pointer;
}
.top-cities-box .city-card figure {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    flex: none;
    width: 87px;
    height: 68px;
    border: 1px solid #e1e1e1;
}
.top-cities-box .city-card figure img {
    height: 23px;
    transform: scale(1.5);
}
.top-cities-box .city-card .city-card-details {
    padding: 15px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    flex-direction: column;
    width: calc(100% - 80px);
}
.top-cities-box .city-card .city-card-details .city-name {
    font-weight: 400;
    line-height: 24px;
    color: #1A1A1A;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.app-download .app-download-box {
    padding: 0 20px;
    border-radius: 15px;
    background: #fff;
    display: flex;
    overflow: hidden;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.app-download .app-download-box figure {max-width:300px;}
.app-download .app-download-body {
    padding-left: 20px;
}
.app-download .app-download-box .title {
    font-size: 32px;
    line-height: normal;
    color: #1A1A1A;
}
.app-download .app-download-box p {
    margin-top: 10px;
    font-size: 18px;
    line-height: 26px;
    color: #666;
    max-width: 530px;
}
.app-download .app-download-box p strong {
    font-weight: 600;
    color: #1A1A1A;
}
.app-download .app-input-box {
    padding: 15px 17px;
    margin-top: 10px;
    display: flex;
    display: -webkit-flex;
    gap: 10px;
    width: fit-content;
    background: #1A1A1A;
    border-radius: 15px;
}
.app-download .app-input-box .form-control {
    height: 42px;
    width: 300px;
}
.app-download .app-input-box .btn {
    padding: 0 20px;
    white-space: nowrap;
    height: 42px;
    background: #FFD916;
    color:#1A1A1A;
    border:1px solid #FFD916;
	font-size: 12px;
    line-height: 40px;
}
.app-download .app-download-list {
    padding: 0;
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.app-download .app-download-list li {
    display: flex;
    display: -webkit-flex;
    flex: none;
}
.app-download .app-download-list li a {
    display: flex;
    display: -webkit-flex;
}
.app-download .app-download-box figure {
    display: flex;
    display: -webkit-flex;
}
.largest-platform-box {
    margin: 0 0 20px 0;
}
.largest-platform-box .largest-platforms {
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #e1e1e1;
}
.largest-platform-box .largest-platform {
    padding: 15px 25px;
    background: #000;
    color: #fff;
}
.largest-platform-box .heading {
    color: #fff;
    font-size: 26px;
}
.largest-platform-box .platform-highlight-list {
    margin-top: 20px;
    display: flex;
}
.largest-platform-box .platform-highlight-list li {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    flex: auto;
    position: relative;
}
.largest-platform-box .platform-highlight-list li~li::before {
    content: '';
    opacity: .2;
    position: absolute;
    left: 0;
    height: 35px;
    width: 1px;
    background: #fff;
}
.largest-platform-box .platform-highlight-list strong {
    font-size: 22px;
}
.largest-platform-box .platform-highlight-list strong span {
    padding-right: 3px;
    font-weight: 400;
    line-height: normal;
    font-size: 16px;
    position: relative;
    top: -2px;
}
.news-box {
    padding: 23px 20px;
    color: #333;
    position: relative;
    height: 132px;
}

.news-track {
    position: absolute;
    top: 23px;
    left: 0;
    display: flex;
    gap: 15px
}

.news-body {
    display: flex;
    gap: 15px
}

.news-body .news-link {
    padding: 15px 16px;
    display: flex;
    flex-direction: column;
    width: 269px;
    min-height: 81px;
    border-radius: 8px;
    border: 1px solid #333;
    background: #fff;
    cursor: pointer
}

.news-body .news-link figure {
    height: 17px;
    margin-bottom: 5px
}

.news-body .news-link p {
    line-height: normal;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}


footer {
    background: #036d0b;
    border-top: #efefef solid 1px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    font-size: 13px
}

footer:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .1;
    z-index: -1
}

footer h4 {
    margin-bottom: 10px;
    font-size: 13px;
    color: #fff
    font-weight: 600;
    display: block
}

footer .heading {
    margin-bottom: 10px;
    display: block
}

footer .heading strong {
    font-size: 13px;
    color: #FFD916;
    font-weight: 600
}

footer .newFooterLinkSection {
    padding: 40px 0 20px;
    display: flex
}

footer .newFooterLinkSection .linkBox {
    display: inline-block;
    width: 100%
}

footer .newFooterLinkSection .linkBox ul {
    display: block
}

footer .newFooterLinkSection .linkBox ul li {
    display: block;
    line-height: 25px;
    color: #fff;
}

footer .linkBox ul li a {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    line-height: 22px
}

footer .newFooterLinkSection .linkBox ul li a:hover {
    text-decoration: underline;
}

footer .overviewSection {
    padding: 20px 0;
    display: flex;
    border-top: #232323 solid 1px
}

footer .overviewSection .col {
    padding-left: 30px
}

footer .overviewSection .col:first-child {
    padding-left: 0
}

footer .overviewSection .col.col1 {
    width: 40%
}

footer .overviewSection .col.col2 {
    width: 26%
}

footer .overviewSection .col.col3 {
    width: 34%
}

footer .overviewSection .about {
    display: block
}

footer .overviewSection .about p {
    color: #fff;
    font-size: 13px;
    line-height: 22px
}

footer .connectWithUs {
    display: block
}

footer .connectWithUs li {
    color: #fff;
    font-size: 13px
}

footer .connectWithUs li .box {
    margin-bottom: 20px;
    display: block;
    color: #fa1321;
    line-height: 15px
}

footer .connectWithUs li:nth-child(3) .box {
    margin-bottom: 0
}

footer .connectWithUs li .box a {
    color: #fff;
}

footer .connectWithUs li .box a:hover {
    text-decoration: underline
}

footer .connectWithUs li .box strong {
    display: block;
    color: #fff
    line-height: 15px;
    font-weight: 600
}

footer .appLinkBox {
    margin-bottom: 30px;
    display: block
}

footer .appLinkBox a {
    margin-right: 8px
}

footer .socialBox {
    display: block
}

footer .socialBox li {
    margin-right: 10px;
    display: inline-block;
    float: left;
    line-height: 25px;
    font-size: 32px;
    border-radius: 3px
}

footer .socialBox li a {
    display: flex;
    color: #fff
    vertical-align: middle;
    align-items: center;
    transition: .2s;
    border-radius: 4px;
    overflow: hidden
}

footer .socialBox li a img {
    width: 32px;
    border-radius: 5px;
    vertical-align: bottom
}

footer .socialBox li a:hover {
    margin-top: -3px;
    text-decoration: none;
    transition: .2s
}

footer .ourPresence {
    padding: 20px 0;
    display: block;
    border-top: #232323 solid 1px
}

footer .ourPresence h4 {
    margin-bottom: 10px;
    font-size: 13px;
    color: #fff
    font-weight: 600;
    display: block
}

footer .ourPresence h6 {
    margin-bottom: 10px;
    font-size: 13px;
    color: #fff
    font-weight: 600;
    display: block
}

footer address {
    position: relative;
    font-style: inherit;
    overflow: hidden
}

footer address:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #232323
}

footer address ul {
    display: block
}

footer address ul li {
    padding: 0 0 0 15px;
    display: block;
    float: right;
    background: #000;
    position: relative;
    z-index: 1;
    color: #fff;
}

footer address ul li:first-child {
    padding: 0 15px 0 0;
    float: left
}

footer address ul li strong {
    color: #fff
    font-weight: 600
}

footer address ul li:last-child {
    font-size: 14px
}

footer .addressList {
    padding-top: 20px;
    display: block
}

footer .addressList.indianCity {
    padding-bottom: 15px;
    border-bottom: #232323 solid 1px
}

footer .addressList ul {
    display: block
}

footer .addressList ul li {
    position: relative;
    width: 14%;
    display: inline-block;
    line-height: 30px;
    cursor: pointer;
    color: #fff;
}

footer .addressList ul li .heading {
    padding-bottom: 5px;
    line-height: 18px;
    display: block;
    font-weight: 600
}

footer .addressList ul li .addresBox {
    padding: 10px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
    z-index: -1;
    width: 215px;
    opacity: 0
}

footer .addressList ul li .addresBox em {
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 12px;
    color: #1A1A1A;
}

footer .addressList ul li .addresBox p {
    line-height: 18px;
    color: #1A1A1A;
}

footer .addressList ul li.active .addresBox {
    z-index: 1;
    width: 215px;
    opacity: 1
}

footer .copyRight {
    padding: 15px 0;
    display: block;
    border-top: #232323 solid 1px;
    text-align: center;
    overflow: hidden;
    width: 100%;
    font-size: 13px
}
@media (min-width: 767px) {
	.container-flex {display: flex;}
}
@media (max-width: 767px) {
	.page-content > .container{padding:5px;}
	.hide-mob{display:none;}
	.sc-box{margin-top: 10px;}
	.sc-box .title{font-size: 18px;}
	.everything-need .service-tabs{margin-bottom: 10px;}
	.everything-need .service-tab-list.active{display: grid;grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));text-align: center;gap: 12px;}
	.everything-need .service-tabs li{border-radius: 5px;bottom: 0;font-size: 12px;}
	.everything-need .service-tabs li.active{bottom: 0;height: 40px;}
	.everything-need .service-tab-body{border: none;}
	.everything-need .service-tab-list li{width:auto;border-radius: 15px;border: 1px solid #e1e1e1;min-height: 110px;}
	.everything-need .service-tab-list figure {display: flex;height: 40px;min-height: 40px;width: 40px;}
	.everything-need .service-tab-list .link {padding: 20px 7px 7px;}
	.everything-need .service-tab-list strong{font-size: 12px;line-height:14px;}
	.customer-reviews-box .reviws{width: 100%;}
	    .top-cities .top-cities-box {
        display: grid;
        gap: 12px;
        padding: 0;
        grid-template-rows: repeat(auto-fill, 100px);
        grid-template-columns: auto;
        grid-auto-flow: column;
        overflow: auto;
        height: calc(2 * 110px);
        justify-content: flex-start;
    }
	.top-cities .top-cities-box .city-card {
        width: 120px;
        height: 100px;
        display: block;
        text-align: center;
    }
	.top-cities-box .city-card figure{border: none;height: 55px;width: 100%;}
	.top-cities-box .city-card .city-card-details{padding: 5px;width: 100%;}
	.app-download,.app-download .app-download-box{padding-left:5px;}
	.app-download .app-download-box{padding:0;}
	.app-download .app-download-body{padding:0;}
	.app-download .app-download-box .title, .app-download .app-download-box p {margin-left: 5px;padding-right: 15px;width: calc(100vw - 180px);}
	.app-download .app-download-box .title {font-size: 28px;line-height: 30px;}
	.app-download .app-download-box p {
        font-size: 14px;
        line-height: normal;
        min-height: 100px;
    }
	.app-download .app-download-box figure {
        position: absolute;
        left: auto;
        top: 20px;
        width: 130px;
        right: 0px;
    }
	
	.app-download .app-input-box .form-control{width: calc(100vw - 180px);}
	footer .mobileScrollerBar {
    padding: 0 15px;
    margin: 0 -15px;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    -webkit-scrollbar-width: none;
    -moz-scrollbar-width: none;
    -ms-scrollbar-width: none;
    scrollbar-width: none;}
	footer .newFooterLinkSection .linkBox{padding-right: 30px;}
}