@media screen and (min-width:768px) {
    .hamburger{
        display: none;
    }
    .navbar{
        position: static;
        display: flex;
        flex-direction: column-reverse;
        background-color: transparent;
        padding: 0;
        align-items: flex-end;
    }
    .header .menu >li{
        margin-left: 30px;
        position: relative;
    }
    .header .menu a{
        padding: 0;
    }
    .header .menu a.active::after{
        content: '';
        position: absolute;
        height: 3px;
        width: 100%;
        background-color: red;
        left: 0;
        bottom: -15px;
    }
    .social-links{
        display: flex;
        justify-content: right;
        margin-bottom: 8px;
    }
    .social-links li{
        margin-left: 15px;
    }
    .social-links a{
        font-size: 14px;
    }
    .header .right-block{
        width: 100%;
        display: flex;
        justify-content: right;
        flex-direction: column;
    }
    .header .logo{
        flex: none;
    }
    .header .menu{
        display: flex;
        justify-content: right;
        margin-bottom: 8px;
    }
    .btn-wrap{
        width: 300px;
        margin-bottom: 8px;
    }
    .btn-wrap .btn{
        padding: 10px;
    }
    .sub-menu{
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 150px;
        top: 45px;
        text-align: center;
        background-color: #3a3a3a;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,0.03);
        padding: 9px 0;
    }
    .sub-menu li{
        margin: 0;
        padding: 6px;
    }
    .filter-search{
        padding-bottom: 25px;
    }
    .banner .right-block{
        height: 400px;
        border-radius: 20px;
        overflow: hidden;
        margin-bottom: 20px;
		margin-right:20px;
    }
    .banner .right-block img{
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .service-list{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: -50px 0;
    }
    .service-list li{
        width: calc(50% - 50px);
        padding: 0 25px;
        margin: 25px;
    }
    .service-list li img{
        height: 35%;
    }
    .popular-listing{
        display: flex;
        flex-wrap: wrap;
        margin: -30px -15px;
        margin-bottom: 20px;
    }
    .popular-listing li{
        width: calc(50% - 30px);
        margin: 30px 15px;
    }
    .popular-cities {
        padding: 50px 0;
    }
    .heading-block{
        margin-bottom: 70px;
    }
    .blank-wrap .btn{
        width: 250px;
    }
    .explore-india{
        padding: 50px 0;
        margin-bottom: 60px;
    }
    .explore-listing{
        margin: -15px;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .explore-listing li{
        width: calc(50% - 30px);
        margin: 15px;
    }
    .explore-listing li:last-child {
        margin: 15px;
    }
    .premium-property-wrap{
        display: flex;
        flex-wrap: wrap;
        margin: -10px -15px;
        margin-bottom: 2px;
		
    }
    .premium-property{
        width: calc(50% - 30px);
        margin: 20px 15px;
    }
    .premium-properties .btn-wrapper .btn{
        width: 300px;
        margin: 0 auto;
        text-align: center;
        display: block;
    }
    .premium-properties {
        padding: 10px 0 10px;
		background-color:#f2f2f2;
    }
	
	
    .counter-block{
        padding: 60px 0;
    }
    .item-slider .slick-arrow {
        height: 75px;
        width: 75px;
    }
    .new-projects{
        padding: 60px 0;
    }
    .map-wrapper {
        display: flex;
        padding: 20px;
        background: #fff;
        border-radius: 24px;
        box-shadow: 0 0px 24px rgba(0,0,0,0.4);
    }
    .map-wrapper .left-block{
        width: 50%;
    }
    .map-wrapper .right-block{
        text-align: center;
        width: 50%;
        padding: 30px;
        background-color: #fff;
    }
    .map-wrapper .right-block img{
        width: auto;
        margin: 0 auto;
    }
    .new-projects .tabbing ul{
        display: flex;
        justify-content: space-between;
        max-width: 1060px;
        margin: 0 auto 40px;
    }
    .map-wrapper .left-block h2{
        margin-bottom: 20px;
    }
    .blog-listing{
        display: flex;
        flex-wrap: wrap;
        margin: -30px -15px;
    }
    .blog-card{
        width: calc(50% - 30px);
        margin: 30px 15px;
    }
    .testimonial-slider .slick-arrow{
        height: 54px;
        width: 85px;
    }
    .testimonial-slider .content-wrap{
        display: flex;
        margin: 0 20px;
    }
    .testimonial-slider .profile{
        flex: none;
        margin-right: 40px;
    }
    .testimonial .heading-block{
        text-align: left;
    }
    .testimonial-slider{
        padding-bottom: 0;
    }
    .testimonial-slider .slick-prev{
        bottom: calc(100% + 65px);
        left: calc(100% - 250px);
    }
    .testimonial-slider .slick-next{
        bottom: calc(100% + 65px);
        right: 0;
    }
    .choose-listing{
        margin: 0 -15px;
        display: flex;
    }
    .choose-listing li{
        width: calc(33.33% - 30px);
        margin: 0 15px;
    }
    .why-choose-us{
        padding: 60px 0;
    }
    .why-choose-us .container{
        max-width: 1300px;
    }
    .get-start{
        padding: 60px 0;
    }
    .get-start .blank-wrap .btn{
        width: 342px;
    }
    .newsletter-wrap input {
        padding: 20px 158px 20px 60px;
    }
    .input-icon {
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        height: 18px;
        left: 20px;
        background: url(../images/input-icon.png) 0 0 no-repeat;
    }
    .newsletter-wrap{
        display: flex;
    }
    .newsletter{
        padding: 20px 0;
    }
    .footer-listing {
        width: 33.33%;
        margin-bottom: 20px;
    }
    .footer-wrap {
        display: flex;
        justify-content: space-between;
        margin-bottom: 55px;
        flex-wrap: wrap;
		margin-bottom:10px;
    }
    .footer-listing:last-child{
        order: 5;
    }
    .copyright-block {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 15px;
        color: #999;
    }
    .header.fixed .right-block{
        display: none;
    }
    .header.fixed .fixed-listing{
        display: flex;
        border: 1px solid #D4D4D4;
        width: 100%;
    }
    .header.fixed .fixed-listing .btn{
        padding: 0;
        border-radius: 0;
        padding: 10px;
        width: 100%;
        height: 100%;
        font-size: 14px;
    }
    .header.fixed .fixed-listing li{
        border-right: 1px solid #D4D4D4;
        width: 16.66%;
    }
    .header.fixed .fixed-listing li:last-child{
        border-right: 0;
    }
    .header.fixed .fixed-listing select{
        font-size: 14px;
        background-color: #fff;
        padding: 10px 4px;
        display: block;
        white-space: nowrap;
        width: auto;
        width: 100%;
        border: none;
        appearance: none;
        background: url(../images/arrow.png) 0 0 no-repeat;
        background-size: 10px;
    background-position: 93% 53%;
    }
    .header.fixed .fixed-listing input{
        font-size: 13px;
        padding: 10px 4px;
        display: block;
        white-space: nowrap;
        width: auto;
        width: 100%;
        border: none;
        color: #000;
    }
    .header.fixed .fixed-listing input::placeholder{
        color: #000;
    }
}
@media screen and (min-width:1024px){
    .header.fixed .fixed-listing select{
        padding: 10px 14px;
    }
    .banner{
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding-bottom: 190px;
    }
    .banner .left-block{
        width: 50%;
        margin-right: 20px;
        padding: 10px;
    }
    .banner .right-block{
        width: 50%;
    }
    .tab-wrap{
        position: absolute;
        width: 100%;
        top: 240px;
        left: 0;
        padding-bottom: 0;
    }
	  .tab-wrap1{
        position: absolute;
        width: 100%;
        top: 100px;
        left: 0;
        padding-bottom: 0;
    }
    .banner .left-block h1{
        font-size: 34px;
        margin-bottom: 2px;
    }
    .tabbing-logo {
        width: 120px;
        top: -57px;
        right: 19px;
    }
    .tabs-nav ul{
        display: flex;
        border-bottom: 1px solid #f2f2f2;
    }
    .tabs-nav li:last-child{
        border-right: 0;
    }
    .tabs-nav li{
        background-color: #fff;
    }
    .tabs-nav ul a{
        padding: 10px 65px;
        border-bottom: 0;
    }
    .tabbing-wrapper{
        width: 984px;
        position: relative;
    }
    .tabbing-block {
        box-shadow: 0px 0px 40px rgba(0,0,0,0.4);
        border-radius: 15px;
        overflow: hidden;
        min-height: min-content;
    }
    .filter-search{
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        margin: -10px;
    }
    .filter-search li{
        width: calc(25% - 20px);
        margin: 0 10px;
    }
    .filter-search li:last-child {
        margin: 10px;
    }
    .input-listing{
        margin: -18px;
        display: flex;
    }
    .input-listing li{
        width: calc(50% - 20px);
        margin: 0 10px;

    }
    .service-list li{
        width: 33.33%;
        margin: 50px 0;
    }
    .explore-listing li{
        width: calc(33.33% - 30px);
    }
    .premium-property {
        width: calc(33.33% - 30px);
    }
    .counter-box{
        display: flex;
        margin: 0 -15px;
    }
    .counter-list{
        width: calc(25% - 30px);
        margin: 0 15px;
        padding: 0 10px;
    }
    .counter-desc {
        font-size: 20px;
    }
    .slider-block .heading-block{
        text-align: left;
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }
    .slider-block .heading-block .left-block{
        width: 50%;
    }
    .map-wrapper .left-block {
        width: 40%;
        padding: 50px 20px;
    }
    .map-wrapper .right-block {
        width: 60%;
    }
    .map-wrapper .left-block h2{
        font-size: 33px;
    }
    .map-wrapper .left-block p {
        margin-bottom: 50px;
    }
    .data-row{
        margin-bottom: 30px;
    }
    .blog-card{
        width: calc(33.33% - 30px);
    }
    .testimonial-slider .profile{
        height: 218px;
        width: 218px;
    }
    .newsletter-wrap .right-block{
        width: 50%;
    }
    .newsletter-wrap .left-block{
        width: 50%;
        margin-bottom: 0;
    }
    .footer-listing.ext {
        width: 25%;
    }
    .footer-listing {
        width: 15%;

    }
    .footer-wrap .footer-listing:nth-child(1) {
        order: 0;
    }
}
@media screen and (min-width:1200px) {
    .navbar{
        flex-direction: row;
        justify-content: end;
        align-items: center;
    }
    .btn-wrap{
        margin-bottom: 0;
        margin-left: 20px;
    }
    .header .logo{
        max-width: 150px;
		z-index:1;
    }
    .header .menu{
        margin-bottom: 0;
    }
    .header{
        padding: 10px 0;
    }
    .social-links{
        margin-bottom: 15px;
    }
    .sub-menu{
        top: 60px;
    }
    .banner{
        padding-bottom: 260px;
    }
    .banner .right-block{
        height: 300px;
		margin-top:10px;
    }
    .banner .right-block img{
        height: 100%;
        width: 100%;
    object-fit: cover;
    }
	 .banner .left-block img{

        width: 100%;
    object-fit: cover;
	border-radius:20px
    }
    
    .service-list li{
        width: 20%;
        margin:  0;
    }

    .service-list h3{
        margin-bottom: 0;
        font-size: 18px;
    }
    .popular-cities li{
        margin: -15px;
    }
    .popular-listing{
        margin-bottom: 20px;
    }
    .popular-listing li{
        width: calc(25% - 30px);
        margin: 15px;
    }
    .heading-block{
        margin-bottom: 20px;
    }
    .heading-block h2 {
        margin-bottom: 20px;
    }
    .explore-listing{
        margin-bottom: 50px;
    }
    .explore-listing li{
        width: calc(25% - 30px);
    }
    .premium-properties .btn-wrapper .btn{
        padding: 16px;
        font-size: 20px;
        font-weight: 400;
        width: 250px;
    }
    .premium-property {
        width: calc(25% - 30px);
		box-shadow: 0px 0px 5px 3px rgba(215,215,215,0.75);
-webkit-box-shadow: 0px 0px 5px 3px rgba(215,215,215,0.75);
-moz-box-shadow: 0px 0px 5px 3px rgba(215,215,215,0.75);
}

    .premium-property1 {
        width: calc(33% - 30px);
		box-shadow: 0px 0px 5px 3px rgba(215,215,215,0.75);
-webkit-box-shadow: 0px 0px 5px 3px rgba(215,215,215,0.75);
-moz-box-shadow: 0px 0px 5px 3px rgba(215,215,215,0.75);
}
    .premium-property2 {
        width: calc(50% - 30px);
		box-shadow: 0px 0px 5px 3px rgba(215,215,215,0.75);
-webkit-box-shadow: 0px 0px 5px 3px rgba(215,215,215,0.75);
-moz-box-shadow: 0px 0px 5px 3px rgba(215,215,215,0.75);
}

    }
	.premium-property1 {
    margin-bottom: 20px;
    border-radius: 20px;
    border: 1px #cccccc solid;
    border-radius: 10px;
    padding: 10px;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px 3px rgba(179, 179, 179, 0.75);
    -webkit-box-shadow: 0px 0px 5px 3px rgba(179, 179, 179, 0.75);
    -moz-box-shadow: 0px 0px 5px 3px rgba(179, 179, 179, 0.75);
	margin:10px;
}
.premium-property1 h3 {
    color: #666666;
    font-size: 16px;
    font-weight: bold;
    text-transform: none;
    letter-spacing: -.8px;
    word-spacing: 6px;
    margin-bottom: 4px;
    padding: 0px 0px 0px 15px;
}
.premium-property1 .location {
    font-size: 12px;
    color: #666666;
    line-height: 1.5;
    display: block;
    margin-bottom: 4px;
    padding: 0px 10px 0px 15px;
}
.premium-property1 .size {
    font-size: 14px;
    color: #666666;
    line-height: 1.5;
    display: block;
    padding: 0px 0px 0px 15px;
}
    .premium-properties1 {
        padding: -1 0 20px;
		background-color:#f2f2f2;
    }
	.premium-properties1 .image-wrapper {
    position: relative;
    border-radius: 20px;
}


    .premium-property2 {
    margin-bottom: 20px;
    border-radius: 20px;
    border: 1px #cccccc solid;
    border-radius: 10px;
    padding: 10px;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px 3px rgba(179, 179, 179, 0.75);
    -webkit-box-shadow: 0px 0px 5px 3px rgba(179, 179, 179, 0.75);
    -moz-box-shadow: 0px 0px 5px 3px rgba(179, 179, 179, 0.75);
	margin:10px;
}
.premium-property2 h3 {
    color: #666666;
    font-size: 16px;
    font-weight: bold;
    text-transform: none;
    letter-spacing: -.8px;
    word-spacing: 6px;
    margin-bottom: 4px;
    padding: 0px 0px 0px 15px;
}
.premium-property2 .location {
    font-size: 12px;
    color: #666666;
    line-height: 1.5;
    display: block;
    margin-bottom: 4px;
    padding: 0px 10px 0px 15px;
}
.premium-property2 .size {
    font-size: 14px;
    color: #666666;
    line-height: 1.5;
    display: block;
    padding: 0px 0px 0px 15px;
}
    .premium-properties2 {
        padding: -1 0 20px;
		background-color:#f2f2f2;
    }
	.premium-properties2 .image-wrapper {
    position: relative;
    border-radius: 20px;
}



    .counter-block{
        padding: 50px 0;
    }
    .item-slider .slick-arrow{
        box-shadow: none;
    }
    .item-slider .slick-prev{
        left: 280px;
    }
    .item-slider .slick-next{
        right: 280px;
    }
    .item-slider .slide-content{
        position: absolute;
        max-width: 630px;
        bottom: -18%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .slider-block{
        padding: 50px 0 135px;
    }
    .new-projects{
        padding: 50px 0;
    }
    .map-wrapper{
        padding: 40px;
    }
    .testimonial {
        padding: 50px 0;
    }
    .why-choose-us{
        padding: 10px 0;
    }
    .choose-listing{
        margin: 0 -50px;
    }
    .choose-listing li{
        width: calc(33.33% - 100px);
        margin: 0 50px;
    }
    .get-start{
        padding: 10px 0;
    }
    .blank-wrap .btn{
        padding: 16px;
        font-size: 20px;
    }
    .tab-wrap {
        top: 260px !important;
		z-index:2;
    }
	.tab-wrap1 {
        top: 150px ;
		z-index:2;
    }
    .tabbing-wrapper{
        width: 900px;
    }
    .banner{
        padding-bottom: 0;
        min-height: 300px;
		background-color:#f2f2f2;
		top:-100px;
    }
    .tabbing-logo{
        right: -57px;
    }
    .banner .chat-bot {
        bottom: 100px;
		z-index:4;
    }
    .our-services{
        padding: 30px 0 0;
    }
    .service-list h3{
        letter-spacing: 0;
        font-size: 18px;
    }
    .service-list{
        margin: 0;
    }
    .explore-india {
        padding: 0px 0;
        margin-bottom: 0px;
    }
    .popular-cities {
        padding: 10px 0;
    }
    .counter-desc {
        font-size: 18px;
    }
    .footer h5{
        font-size: 24px;
    }
    .testimonial-slider .slick-arrow{
        transform: scale(1);
    }
    .counter-list .counter{
        font-size: 45px;
        color: #ed2622;
        position: relative;
    }
}


@media screen and (min-width:1600px) {
    .counter-desc {
        font-size: 30px;
    }
    .banner .left-block h1{
        font-size: 64px;
    }
    .counter-list .counter{
        font-size: 78px;
    }
    .tabbing-logo {
        width: 174px;
        top: -87px;
        right: -87px;
    }
    .tab-wrap {
        top: 425px;
        padding-bottom: 0;
    }
    .tabbing-wrapper{
        width: 1136px;
    }
    .banner{
        padding-bottom: 210px;
    }
    .tabs-nav a{
        font-size: 18px;
    }
    .popular-cities {
        padding: 90px 0;
    }
     
    .banner .left-block h1{
        font-size: 45px;
    }
    .service-list h3{
        letter-spacing: 0;
        font-size: 26px;
    }
    .testimonial {
        padding: 90px 0;
    }
    .popular-cities {
        padding: 60px 0;
    }
    .explore-india {
        padding: 90px 0;
        margin-bottom: 100px;
    }
    .premium-properties {
        padding: 0 0 90px;
    }
    .counter-block{
        padding: 90px 0;
    }
    .slider-block{
        padding: 90px 0 150px;
    }
    .new-projects{
        padding: 90px 0;
    }
    .why-choose-us{
        padding: 90px 0;
    }
    .get-start{
        padding: 90px 0;
    }
}

@media(max-width:767px)
{
    .tabs-nav ul{border:1px solid #707070; background: #eee;display: flex;}
    .tabs-nav ul li:last-child{border: 0;}
    .tabs-nav ul li:last-child a{border-bottom: 0;}
    .tabs-nav ul a {padding: 10px 20px;border-bottom: none;font-size: 10px;}
    .input-listing select{font-size: 13px;}
    .premium-properties .btn-wrapper {text-align: center;}
    .copyright-block .social-listing{justify-content: center;padding-bottom: 15px;}
    .footer-wrap {margin-bottom: 40px;}
    span.copyright-text {display: block;width: 100%; text-align: center; padding-bottom: 15px;}
    .copyright-listing li{margin: 0 10px;}
    .header .logo img{width: 75%;}
    .header{padding: 12px 0;}
    .heading-block{margin-bottom: 40px;}
    .premium-properties .tabbing ul{margin: 0 auto 40px;}
    .nav-footer-fix {display: block; position: fixed; bottom: 0; background: #fff; width: 100%; border-top-left-radius: 20px; border-top-right-radius: 20px;}
    .nav-footer-fix ul {display: flex;justify-content: center;}
    .nav-footer-fix ul li a {font-size: 12px;padding: 20px 10px;font-weight: 600;}
    .footer{padding-bottom: 80px;}
    #back-top{right:10px; bottom:75px; z-index: 9;}
    .nav-footer-fix ul li.active a {color: #ed2622;}
    .banner-popup .content{bottom: -40px;}
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 2.5rem !important;
    height: 2.5rem !important;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    background-color: #ff0000;
    border-radius: 50%;
    /* padding: 10px; */
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 8px;
    height: 8px;
	border-radius: 50%;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ff0000;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity .6s ease;
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 0;
    transition: opacity .15s ease;
	right:-70px;

}
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 0;
    transition: opacity .15s ease;

	left:-70px;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -12px !important;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators .active{
background-color:#222222;
opacity: 1;
}
.fixed-listing li .icons-sec .icons-main {
    position: absolute;
    right: 220px;
    top: 45%;
    transform: translateY(-50%);
}
.fixed-listing li .icons-sec .icons-main i.fa-solid {
    background: #b3dfff;
    padding: 5px;
    font-size: 13px;
    border-radius: 50%;
    color: #4f72dc;
    min-width: 23px;
    max-width: 23px;
    max-height: 23px;
    min-height: 23px;
    text-align: center;
    margin: 0 5px;
}
.banner-bg{
width:100%; 
background-size:100%; 
height:320px;
}
.login-bg{
width:100%; 
background-size:100%; 
height:100vh;
}
.advert-bg{
width:100%; 
background-size:100%;
min-height:620px;
background-attachment:scroll;
}
.white-txt{
color:#FFFFFF;
font-size:26px;
text-transform:capitalize !important;
line-height:35px;
}
.white-txt32{
color:#FFFFFF;
font-size:32px;
text-transform:capitalize !important;
line-height:45px;
}
.whttxt{
font-size:16px;
color:#FFFFFF;
line-height:40px;
}
.rd-sm-btn{
background-color:#630000;
color:#FFFFFF;
font-size:15px;
padding:8px;
border-radius:5px;
border:none;
}
.otp-form .otp-field {
	display: inline-block;
	width: 4rem;
	height: 4rem;
	font-size: 2rem;
	line-height: 4rem;
	text-align: center;
	border: none;
	border-bottom: 2px solid var(--bs-secondary);
	outline: none;
}

.otp-form .otp-field:focus {
	border-bottom-color: var(--bs-dark);
}
.ylo-txt{
color:#FFCC00;
font-size:15px;
}
.outline{
border-radius:5px;
border:1px #CCCCCC solid !important;
}
.pd-car{
padding:10px 0px 0px 30px;
}
.fixed .otl-btn{
background-color:none;
border:1px #FF0000 solid;
border-radius:10px;
color:#ff0000 !important;
padding:5px;
text-align:center;
min-width:80px;
font-size:12px;
margin-right:5px;
}

.otl-btn{
background-color:none;
border:1px #FF0000 solid;
border-radius:10px;
color:#FFFFFF;
padding:5px;
text-align:center;
min-width:80px;
font-size:12px;
margin-right:5px;
}
.rd-btn{
background-color:#FF0000;
border:1px #FF0000 solid;
border-radius:10px;
color:#FFFFFF;
padding:5px;
text-align:center;
min-width:80px;
font-size:12px;
margin-right:5px;
}
@media screen and (min-device-width: 320px) and (max-device-width: 768px) { 
.badge {
    display: inline-block;
    padding: .35em .65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    background-color: #ff0000;
    border-radius: 5px;
    position: absolute;
    right: 145px;
    height: 20px;
    top: 73px;
}
.otl-btn{
background-color:none;
border:1px #FF0000 solid;
border-radius:10px;
color:#ff0000;
padding:5px;
text-align:center;
min-width:80px;
font-size:12px;
margin-right:5px;
}
.pd-car{
padding:10px 0px 0px 0px;
}
.login-bg{
width:100%; 
background-size:100%; 
height:1200px;
}
.tab-wrap1{
position: absolute;
width: 100%;
top: 20px;
padding-bottom: 0;
left: 10px;
width: 94%;
    }
.banner-bg{
width:100%; 
background-size:100%; 
height:100px;
}
.tabbing-block {
    background-color: #fff;
    min-height: 10px;
}
.banner {
    padding-bottom: 0;
    min-height: auto;
}
.tab-wrap {
    padding-bottom: 10px;
}
.banner .chat-bot {
    position: absolute;
    right: 0px;
    bottom: 30px;
    height: 65px;
    width: 65px;
    border-radius: 50%;
    border: none;
    background-color: #ED2623;
    display: flex;
    justify-content: center;
    align-items: center;
}
.image-round img {
    width: 100%;
    display: block;
    min-width: 280px;
    height: 180px;
    border-radius: 5px;
}
nav .menu li a {
  display: block;
  padding: 20px 25px;
  text-decoration: none;
  color: #3a3a3a;
}
.banner {
    padding-bottom: 0;
    min-height: 380px;
    background-color: #f2f2f2;
    top: 5px;
}
.header .icon-drop {
    height: 14px;
    width: 15px;
    display: inline-block;
    background: url(../images/icon-drop.png) 0 0 no-repeat;
    background-size: cover;
    cursor: pointer;
    margin-left: 2px;
}
}

.searb{
    border-radius: 10px;
    width: 70% !important;
}
.searc{
float:left;
    max-width: 100px !important;
	font-size:12px;
}
.searc option{
font-size:12px !important;
}
.l-blu-bg{
background-color:#f0f9ff !important;
}
.blue-bg{
background-image:url(../images/bg-lb.jpg) !important;
background-size:cover;
}
.grey-bg{
background-image:url(../images/gr-bg.jpg) !important;
background-size:cover;
}
.blu-gr-bg{
background-image:url(../images/b-g-bg.jpg) !important;
background-size:cover;
}
.wht-bg{
background-image:url(../images/wht-bg.jpg) !important;
background-size:cover;
}
.grn-bg{
background-image:url(../images/grn-bg.jpg) !important;
background-size:cover;
}
.beige-bg{
background-image:url(../images/new-bg.jpg) !important;
background-size:100%;
}
.fh{
height:95%;
}
.gr-dot{
background-image:url(../images/dott.jpg);
background-size:cover;
}
.w80{
width:75% !important;
}
.bd-n{
border-right: 1px #f2f2f2 solid !important;
border-bottom:none !important;
border-left:none !important;
border-top:none !important;
}
.tit20{
font-size:20px;
color:#333333;
}
.titnew{
font-size:18px;
color:#333333;
font-weight:bold;
 overflow: hidden;
      text-overflow: ellipsis;
      white-space: initial;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
	  line-height:25px;
}
.cir-img{
width:80px;
height:65px;
border-radius:50%;
}
.rd-lnk{
color:#FF0000;
font-weight:bold;
text-decoration:none;
}
.rd-lnk a{
color:#FF0000;
font-weight:bold;
text-decoration:none;
}
.rd-lnk a:hover{
color:#000000;
font-weight:bold;
text-decoration:none;
}
.txt12{
color:#666666;
font-size:12px !important;
}
.txt14{
font-size:14px !important;
}
.bg-half{
background-repeat:no-repeat;
background-size:100% 60% !important;
border-radius:50px;
}
.bgg1{
background-image: linear-gradient(to right top, #ffb4fb, #ffbbd1, #ffd0b5, #ffe9b5, #f0ffcf);
}
.bgg2{
background-image: linear-gradient(to right top, #b4fbff, #c3fae8, #d9f6d6, #eff0cd, #ffeacf);
}
.bgg3{
background-image: linear-gradient(to right top, #ffb4e7, #d5cfff, #b0e6ff, #aff6ff, #cffff1);
}
.bgg4{
background-image: linear-gradient(to right top, #f4ffb4, #ffefbc, #ffe6d9, #ffe6f5, #faebff);
}
.apartbg{
background-image:url(../images/comm1.png);
background-size:cover;
height:450px;
}
.villabg{
background-image:url(../images/comm2.png);
background-size:cover;
height:450px;
}
.landbg{
background-image:url(../images/comm3.png);
background-size:cover;
height:450px;
}
.header-dark{
background: linear-gradient(to bottom,  #45484d 0%,#000000 100%) !important; 
height:100px;
}

.mt-80{
margin-top: 80px;
}
.title26{
font-size:26px;
color:#333333;
}
.org{
color:#ffc3c3;
}
.grn{
color:#999999;
}
.ico{
    height: 16px;
	max-height: 16px;	
    position: relative;
    top: 3px;
}
.w50{
width:50% !important;
max-width:50% !important;
border:1px #CCCCCC solid !important;
border-radius:5px !important;
}
.w75{
width:70% !important;
max-width:70% !important;
border:1px #CCCCCC solid !important;
border-radius:5px !important;
}
.dropdown-menu{
right:10px;
}


.progresses{
    display: flex;
        align-items: center;
   }

   .line{

        width: 100%;
    height: 6px;
    background: #ff0000;
   }

   
   .steps{
    display: flex;
    background-color: #ff0000;
    color: #fff;
    font-size: 14px;
    width: 90px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
   }
   .comp{
   background-color:#333333 !important;
    color: #fff;
   }
   .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #FF0000 !important;
    border-color: #FF0000 !important;
}
.news-bg{
background-image:url(../images/news.png);
height:166px;
width:166px;
background-size:cover;
padding:8px;
}
.real-bg{
background-image:url(../images/real.png);
height:166px;
width:166px;
background-size:cover;
padding:8px;
}
.city-bg{
background-image:url(../images/city.png);
height:166px;
width:166px;
background-size:cover;
padding:8px;
}
.media-bg{
background-image:url(../images/media.png);
height:166px;
width:166px;
background-size:cover;
padding:8px;
}
.calc-bg{
background-image:url(../images/calc.png);
height:166px;
width:166px;
background-size:cover;
padding:8px;
}
.int-bg{
background-image:url(../images/int.png);
height:166px;
width:166px;
background-size:cover;
padding:8px;
}
.bt-pos{
position:relative;
bottom:-108px;
}
.blog-img{
width:100px;
}
.bloggs img:hover,
img:focus{
  width:120px;transition: 0.3s;
}
.modal-body .tabs-nav ul a {
        padding: 8px 49px;
        border-bottom: 0;
    }
   
.modal-body .ser-tb {
    width: 100%;
    min-width: 608px;
}
.lt-btn{
background-color:#f1f8fe;
border:1px #dce7ed solid;
border-radius:10px;
font-size:12px;
padding:4px;
}
.lt-btn1{
background-color:#ffffff;
border:1px #dce7ed solid;
border-radius:10px;
font-size:12px;
padding:4px;
}
.red-price{
font-size:18px;
color:#FF0000;
}
.bg-grey{
color:#333333;
background-color:#E6E6E6;
border-radius:10px;
padding:5px;
}
.wht-btn{
background-color:#FFFFFF;
padding:5px 20px 5px 20px;
color:#000000;
font-size:14px;
border-radius:25px;
}
.red-txt{
color:#FF0000;
}
.txt24{
font-size:24px !important;
}
.txt30{
font-size:30px !important;
}
.txt36{
font-size:36px !important;
}
.txt40{
font-size:40px !important;
}
.txt50{
font-size:50px !important;
}
.txt55{
font-size:55px !important;
}
.txt20{
font-size:20px !important;
}
.txt18{
font-size:18px !important;
}
.txt16{
font-size:16px !important;
}
.serviceTotal {
    margin: 20px -8px -8px;
    padding: 0 20px;
    height: 52px;
    background: #ff0000;
    color: #fff;
    font-size: 16px;
   display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 5px 5px;
}
.lrd-bg{
background: rgb(255,199,199);
background: linear-gradient(274deg, rgba(255,199,199,1) 0%, rgba(255,169,169,1) 36%, rgba(255,207,207,1) 70%, rgba(255,169,169,1) 100%);
}
.txt-black{
color:#000000 !important;
}
.val-bg-1{
background-color:#efeaff;
border-radius:20px !important;
}
.val-bg-2{
background-color:#fae6ff;
border-radius:20px !important;
}
.val-bg-3{
background-color:#e0eaff;
border-radius:20px !important;
}
.rent-rct .form-group, .litigation .form-group {
    margin-bottom: 1rem;
    width: 46%;
    float: left;
    margin-right: 15px;
}
.rt-bg{
background-image: linear-gradient(to right, #f94991, #fc3476, #fb2058, #f50f39, #eb1212);
}
.txt-white{
color:#ffffff !important;
}
.whyChooseUs ul {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
}
.whyChooseUs ul li {
    padding: 20px;
    width: 218px;
    height: 170px;
    border-radius: 12px;
}
.whyChooseUs ul li figure {
    min-height: 56px;
	}
	.whyChooseUs ul li figcaption {
    margin-top: 24px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}
.bgOne {
    background: #3d2288;
}
.bgTwo {
    background: #00ce94;
}
.bgThree {
    background: #edb800;
}
.bgFour {
    background: #3e5eab;
}
.bgFive {
    background: #3795cf;
}
.bgSix {
    background: #80bf69;
}
.bgSeven {
    background: #b0be2c;
}