@media screen and (min-width: 1024px){
    .city-grid .city-item:nth-child(7n+1) {
        border-left: 1px solid #65656580;
    }
    #verifyBtn{
        padding: 15px;
    }
}

@media screen and (max-width: 1199px){
    h2{
        font-size: 40px;
    }
    .logo{
        width: 200px;
        height: 24px;
    }
    .city-select-sec {
        padding: 130px 0 80px;
    }
    .city-select-sec h2{
        font-size: 42px;
    }
    .header-inner{
        padding: 16px 30px;
    }

    .testiminial-slider .swiper-pagination{
        gap: 40px;
    }
    .stickyBox{
        top: 105px;
    }
}

@media screen and (max-width: 1023px){
    .city-select-sec h2{
        font-size: 38px;
    }
    .btn{
        padding: 18px 12px;
        font-size: 16px;
    } 
    .best-property-sec{
        padding: 48px 0 25px;
    }
    .city-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .city-grid .city-item:last-child {
        border-bottom-right-radius: 10px;
    }
    .city-grid .city-item:nth-child(7) {
        border-top-right-radius: 0;
    }
    .city-grid .city-item:nth-child(7n+1):nth-last-child(-n+7) {
        border-bottom-left-radius: 0;
        border-left: 0;
    }
    .city-grid .city-item:nth-child(-n + 7){
        border-top: 0;
    }
    .city-grid .city-item:nth-child(7n):nth-last-child(-n+8) {
        border-bottom-right-radius: 0;
    }


    .city-grid .city-item:nth-child(4) {
        border-top-right-radius: 10px;
    }
    .city-grid .city-item:nth-child(-n + 4){
        border-top: 1px solid #65656580;
    }
    .city-grid .city-item:nth-child(4n+1){
        border-left: 1px solid #65656580;
    }
    .city-grid .city-item:nth-child(4n+1):nth-last-child(-n+4) {
        border-bottom-left-radius: 10px;
    }
    .city-grid .city-item:nth-child(4n):nth-last-child(-n+5) {
        border-bottom-right-radius: 10px;
    }
    .testiminial-slider .swiper-slide{
        opacity: 1;
    }
    .checkbox-outer{
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media screen and (max-width: 991px){
    body{
        padding-top: 100px;
    }
    body, .editor-content p, .editor-content ul, .editor-content ol{
        font-size: 12px;
        line-height: 150%;
    }
    .editor-content ul li::before{
        height: 4px;
        width: 4px;
        top: 7px;
    }
    .intro-section span, .intro-section h1{
        font-size: 25px;
    }
    h3{
        font-size: 16px;
        line-height: 12px;
        margin: 0 0 26px;
        line-height: normal;
    }
    .btn-transparent{
        border-radius: 10px;
    }
    .why-choose-sec{
        padding: 48px 0 100px;
    }
    .why-choose-sec .container{
        position: relative;
    }
    .why-choose-inn{
        margin-bottom: 0;
    }
    .choose-active-sec h3{
        font-size: 20px;
    }
    .why-choose-sec .row{
        row-gap: 30px;
        position: relative;
    }
    .why-choose-sec .btn{
        margin: 30px 0 0;
        position: absolute;
        bottom: -90px;
        left: 12px;
    }
    h2{
        font-size: 30px;
    }
    .city-select-sec h2{
        font-size: 32px;
    }
    .header-inner{
        padding: 12px 18px;
    }
    .btn{
        padding: 15px 16px;
        font-size: 16px;
        line-height: 150%;
    }
    .city-select-sec {
        padding: 120px 0 50px;
    }

    .faq-sec .accordion-item{
        padding: 30px;
    }
    .faq-sec .accordion-button{
        font-size: 20px;
    }
    .faq-sec .accordion-button::after {
        height: 32px;
        width: 32px;
        background-size: 32px 32px;
    }
    .faq-sec .accordion-body{
        font-size: 16px;
        line-height: 150%;
    }
    .testiminial-slider .swiper-pagination{
        gap: 20px;
    }
    .feature-section .row{
        row-gap: 30px;
    }

    .best-property-sec h3 span {
        margin-right: 10px;
        font-size: 18px;
    }
    .best-property-sec h3{
        font-size: 22px;
    }
    .loginModelFlex{
        flex-wrap: wrap;
    }
    .login-left, .login-right{
        width: 100%;
        text-align: center;
    }
    .login-left{
        padding: 20px;
    }
    .login-right{
        padding: 30px 20px;
    }

    .editor-content h1{
        font-size: 35px;
        margin: 0 0 20px;
    }
    .editor-content h2{
        font-size: 25px;
        margin: 0 0 20px;
    }
    .editor-content h3{
        font-size: 20px;
        margin: 0 0 20px;
    }
    .editor-content h4{
        font-size: 20px;
        margin: 0 0 18px;
    }
    .editor-content h5{
        font-size: 20px;
        margin: 0 0 18px;
    }
    .editor-content h6{
        font-size: 18px;
        margin: 0 0 15px;
    }
    .editor-content ul li{
        padding-left: 12px;
    }
    .editor-content{
        padding: 40px 0;
    }

    .stickyBox{
        top: 100px;
    }
}

@media screen and (max-width: 767px){
    h1{
        margin: 0 0 5px;
    }
    .city-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .city-grid .city-item:nth-child(4) {
        border-top-right-radius: 0;
    }
    .city-grid .city-item:nth-child(-n + 4){
        border-top: 0;
    }
    .city-grid .city-item:nth-child(4n+1){
        border-left: 0;
    }
    .city-grid .city-item:nth-child(4n+1):nth-last-child(-n+4) {
        border-bottom-left-radius: 0;
    }
    .city-grid .city-item:nth-child(4n):nth-last-child(-n+5) {
        border-bottom-right-radius: 0;
    }
    

    .city-grid .city-item:nth-child(3) {
        border-top-right-radius: 10px;
    }
    .city-grid .city-item:nth-child(-n + 3){
        border-top: 1px solid #65656580;
    }
    .city-grid .city-item:nth-child(3n+1){
        border-left: 1px solid #65656580;
    }
    .city-grid .city-item:nth-child(3n+1):nth-last-child(-n+3) {
        border-bottom-left-radius: 10px;
    }
    .city-grid .city-item:nth-child(3n):nth-last-child(-n+3) {
        border-bottom-right-radius: 10px;
    }
    .intro-section span, .intro-section h1{
        font-size: 20px;
    }
    h2{
        font-size: 26px;
    }
    .header-inner{
        border-radius: 15px;
    }
    .logo{
        width: 140px;
        height: 23px;
    }
    .city-select-sec{
        text-align: center;
    }
    .city-select-sec p{
        margin-bottom: 0;
    }
    .city-select-sec h2{
        font-size: 28px;
        margin: 0 0 20px;
    }
    .city-select-inner{
        gap: 10px;
    }
    .city-select-inner select {
        padding: 11px 28px 11px 48px;
        border-radius: 10px;
        background-size: 14px 14px, 6px 4px;
        background-position: 16px center, calc(100% - 14px) center;
    }
    .search-btn{
        font-size: 0;
        padding: 0;
        border-radius: 10px;
        width: 52px;
    }
    .search-btn img{
        height: 12px;
        width: 12px;
        margin: 0;
        display: block;
        object-fit: contain;
    }
    .whatsApp{
        display: none;
    }
    .whatsApp-fixed{
        display: flex;
        position: fixed;
        bottom: 5%;
        right: 15px;
        transform: translateY(-50%);
        z-index: 9;
        /* mix-blend-mode: difference; */
        color: var(--white-color); 
        background-color: var(--black-color);
        transition: color 0.3s ease;
        border: 2px solid var(--black-color);
    }
    .city-select-sec {
        padding: 105px 0 45px;
    }
    .choose-active-sec h3{
        font-size: 14px;
        margin: 0 0 10px;
    }
    .best-property-sec{
        padding: 25px 0;
    }
    .best-propert-detail{
        padding-bottom: 17px;
    }

    .testimonial-para{
        font-size: 12px;
        line-height: 20px;
        margin: 20px 0;
    }

    .faq-sec .accordion-item{
        padding: 20px;
    }
    .faq-sec .accordion-button{
        font-size: 16px;
        font-weight: 500;
    }
    .faq-sec .accordion-button::after {
        height: 28px;
        width: 28px;
        background-size: 28px 28px;
    }
    .faq-sec .accordion-body{
        font-size: 12px;
    }

    footer{
        padding: 28px 0 33px;
    }
    .footer-logo{
        width: 225px;
        height: 26px;
        margin: 0 0 20px;
    }

    footer .row{
        row-gap: 34px;
    }
    .footer-bottom{
        margin-top: 31px;
        padding: 0;
        border-top: 0;
        gap: 0;
    }
    .footer-bottom p{
        margin-bottom: 0;   
    }
    .social-links{
        order: -1;
        padding-bottom: 31px;
        margin-bottom: 10px;
        border-bottom: 1px solid var(--white-color);
        width: 100%;
        justify-content: flex-start;
    }

    .feature-inner{
        padding: 42px 15px;
    }
    .feature-icon{
        height: 96px;
        width: 96px;
        margin: 0 auto 42px;
    }
    .feature-inner h4{
        margin: 0 0 24px;
    }
    .testiminial-slider .swiper-wrapper{
        flex-wrap: wrap;
        gap: 30px;
    }
    .testiminial-slider .swiper-pagination{
        display: none;
    }
    .property-detail-section h2{
        font-size: 16px;
        line-height: 20px;
        margin: 0 0 15px;
    }
    .property-detail-section{
        padding: 25px 0;
    }
    .property-detail-info .btn{
        width: 100%;
    }
    .form-control{
        padding: 12px 15px;
    }
    .contact-form .btn{
        margin-top: 15px;
    }

    .success-property-added p{
        margin: 0 0 65px;
    }

    .logoutModelPopup .modal-body{
        padding: 50px 20px;
    }
    .logoutModelPopup h2{
        font-size: 24px;
        margin: 0 0 15px;
    }
    .btn-group{
        gap: 15px;
        margin-top: 30px;
    }
    .otp-container{
        gap: 8px;
    }
    .loginModelSuccessPopup figure{
        height: 74px;
        height: 74px;
    }
    .loginModelSuccessPopup .modal-content{
        padding: 30px 0;
    }
    .loginModelSuccessPopup p{
        font-size: 16px;
        line-height: 140%;
    }
    .checkbox-outer{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .intro-section{
        padding: 30px 0 10px;
    }
    .intro-section h2 span{
        font-size: 24px;
    }
    .editor-content{
        padding: 50px 0;
    }
    .why-choose-inn{
        padding-right: 0;
    }
    .stickyBox{
        top: 84px;
        padding: 18px 0;
    }
}

@media screen and (max-width: 575px){
    h2{
        font-size: 22px;
        line-height: 120%;
        margin: 0 0 30px;
    }
    .city-select-sec h2{
        font-size: 24px;
    }
    .header-right .btn {
        padding: 8px 10px;
        font-size: 14px;
    }
    .editor-content{
        padding: 40px 0;
    }
}

@media screen and (max-width: 375px){
    .header-right .btn {
        font-size: 12px;
    }
}

@media screen and (max-width: 1023px){
    .header-right .area-dropdown {
        position: relative;
        justify-content: flex-start;
        min-width: 100px;
        padding-right: 25px;
    }

    .header-right .area-dropdown i {
        position: absolute;
        right: 7px;
    }
}