

@media (min-width: 1650px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1290px !important;
    }
}
@media (max-width: 1720px) {
    .testimonials-col-main {
        padding: 100px 70px;
    }
    .section-nine {
        overflow: hidden;
    }
}
@media (max-width: 1600px) {
    .menu {
        gap: 40px;
    }
    .menu li span {
        position: absolute;
        top: 10px;
        right: -22px;
    }
    .testimonials-col-main {
        padding: 100px 30px;
    }
}
@media (max-width: 1500px) {
    .img-overlay {
        padding: 30px;
    }
    .registerFormNav .nav {
        flex-wrap: nowrap;
    }
    .registerFormNav {overflow: auto;}
    .registerFormNav .nav-tabs .nav-link {
        white-space: nowrap;
    }
}
@media(max-width: 1400px){

    .banner-form {
        width: 500px;
    }
    .lets-us-do {
        font-size: 40px;
        line-height: 42px;
    }
    .residents {
        font-size: 18px;
        line-height: 24px;
    }
    .logo {
        max-width: 270px;
    }
    .menu li a {
        font-size: 14px;
        line-height: 18px;
    }
    .h3, h3 {
        font-size: 1.5rem;
    }
    .btn-quote {
        font-size: 15px;
        line-height: 20px;
        padding: 9px 23px;
    }
    .banner-form .btn-quote {
        font-size: 15px;
        padding: 6px 23px;
        min-width: 122px;
        line-height: 20px;
    }
    .banner-form .fessional {
        font-size: 13px !important;
        line-height: 16px !important;
    }
    .banner-form .input-label-text {
        font-size: 11px;
        line-height: 15px;
        padding-bottom: 4px;
        margin: 8px 0 0 3px;
    }
    .banner-form .calcult-from-grid input, .banner-form .your-message-input input, .banner-form .contac-form-main textarea {
        border-radius: 7px;
        padding: 6px 14px;
        font-size: 14px;
        line-height: 20px;
    }
    .banner-form .formDropDown {
        font-size: 14px;
    }
    .banner-form .input-main {
        padding: 6px 14px;
        font-size: 14px;
        line-height: 20px;
    }
    .needs-text {
        font-size: 15px;
    }
    .cutomer-img-main-text {
        bottom: -200px;
    }
    .sec-text {
        font-size: 33px;
        line-height: 38px;
        padding-bottom: 20px;
    }
    .sec-sub-text {
        font-size: 15px;
        line-height: 20px;
    }
    .expeStaff {
        font-size: 19px;
        line-height: 26px;
    }
    .fessional {
        font-size: 15px;
        line-height: 18px;
    }
    .sub-img-main {
        margin-top: 40px;
        max-width: 85%;
        margin-left: 15%;
    }
    .need-help-main a {
        font-size: 13px;
        line-height: 16px;
    }
    .need-help-main p {
        font-size: 11px !important;
        line-height: 12px !important;
    }
    .call .headphone-main {
        width: 26px;
        height: 26px;
        border-radius: 50%;
    }
    .call .headphone-main img {width: 15px;}
    .call {
        padding: 2px 27px 2px 6px;
    }
    p {font-size: 15px !important; line-height: 20px !important;}
    .check {
        max-width: 66px;
    }
}
@media (max-width:1399px) {
    .hero-slider {
        width: 100%;
        height: 900px;
    }
    .home-img-clening {
        position: absolute;
        top: 10px;
    }
    .section-two,
    .section-three,
    .section-four,
    .section-five,
    .section-seven,
    .section-eight,
    .blog-section,
    .about-section-three {
        padding: 70px 0;
    }
    .testimonials-col-main {
        padding: 70px 30px;
    }
    .section-six {
        padding-bottom: 70px;
    }
    .contact-form-section {
        padding: 0 0 50px;
    }
    .map-iframe {
        margin-top: 70px;
    }
    .calculator-box-main {
        margin-top: 70px;
        margin-bottom: -200px;
    }
    .get-quote-calculator {
        margin-bottom: 0;
    }
    .how-work-step-box {
        display: grid;
        grid-template-columns: 250px auto 250px auto 250px;
        gap: 20px;
    }
    .man-cleaning-home {
        max-width: 40%;
        object-position: left;
    }
    .addees {
        font-size: 20px;
        line-height: 30px;
    }
    .subscribe-section {
        margin-bottom: 70px;
    }
    .projectSlider2 {
        margin-top: 70px;
    }
    .pricing-row {
        padding: 0 100px;
    }
}
@media (max-width: 1299px) {
    .serviceSec .serviceHeaderSec h3 {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .serviceBodyLeft {
        width: 245px;
    }
    .serviceBodyRight {
        width: calc(100% - 270px);
    }
}
@media (max-width: 1260px) {
    .header-container {
        gap: 40px;
    }
}
@media (max-width: 1230px) {
    .menu li span {
        display: none;
    }
    .for-mobile-menu {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    .hamburger {
        display: block;
        z-index: 1002;
        transition: all 0.3s ease;
        width: 50px;
        height: 50px;
        background: #00C2FF;
        border-radius: 50%;
        position: relative;
        cursor: pointer;
    }
    .hamburger img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 28px;
    }
    .logo img {
        width: 150px;
    }
    .mobile-logo {
        display: block;
        max-width: 100%;
    }
    .nav {
        position: fixed;
        top: 0;
        left: -100%;
        align-items: flex-start;
        background: #FFF;
        min-height: 100vh;
        width: 300px;
        padding: 20px;
        overflow: auto;
        transition: left 0.4s ease;
        z-index: 999;
        display: block;
    }
    .dsad {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        display: block;
        z-index: -1;
    }
    .nav.open {
        left: 0;
    }
    .menu {
        flex-direction: column;
        width: 100%;
        gap: 0;
    }
    .menu li {
        width: 100%;
    }
    .menu li a {
        width: 100%;
        padding: 15px 5px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .submenu {
        position: static;
        background: #f5f5f5;
        box-shadow: none;
        display: block;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease;
        padding: 0;
        border-top: none;
        border-radius: 0;
    }
    .dropdown.open .submenu {
        max-height: 500px;
    }
    .submenu li {
        padding: 0;
    }
    .submenu li a {
        padding: 12px 15px;
    }
    .nav-actions .call {
        display: flex;
    }
    .nav-actions {
        flex-direction: column-reverse;
        margin-top: 30px;
        gap: 15px;
        width: 100%;
        margin: 20px 0 0;
    }
    .get-quote-btn {
        width: 100%;
        text-align: center;
    }
    .nav-actions .call {
        width: 100%;
    }
    .home-img-clening {
        display: none;
    }
    /* .main-swiper-row {
        justify-content: center;
        text-align: center;
    } */
    .clearfix-space {
        margin-top: 80px;
    }
    /* .needs-text,
    .lets-us-do,
    .residents {
        text-align: center;
    } */
    .cutomer-img-main-text {
        position: unset;
        width: fit-content;
        margin: 30px auto 0 auto;
        display: none;
    }
    .hero-slider {
        width: 100%;
        height: 800px;
    }
    .residents {
        padding-left: 0;
        margin-bottom: 40px;
        border-left: none;
    }
    .sec-text {
        font-size: 40px;
        line-height: 50px;
        padding-bottom: 20px;
    }
    .banner-form .nav {
        position: static;
        flex-direction: inherit;
        min-height: 1px;
        padding: 0;
        overflow: visible;
        flex-wrap: nowrap;
        width: 100%;
    }
    .search {
        position: absolute;
        top: 24px;
        right: 18px;
    }
    .need-help-main ul.dropdown-menu {
        top: 6px !important;
        right: auto !important;
        left: -27px !important;
        min-width: 236px !important;
    }
    .need-help-main .btn-group {
        margin-top: -7px;
    }
    .registerFormNav .nav {
        display: flex;
        overflow-x: auto;
    }
}
@media (max-width: 1199px) {
    .about-grid-box-main {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .about-sec-main {
        margin-top: 40px;
        gap: 20px;
    }
    .section-main-text-flex .ornare {
        max-width: 400px;
    }
    .sadas {
        left: 80px;
    }
    .how-work-step-box {
        display: grid;
        grid-template-columns: 210px auto 210px auto 210px;
        gap: 20px;
    }
    .testimonialSlider-swiper-slide {
        padding: 40px;
    }
    .testimonialSlider {
        max-width: 540px;
        margin-left: 0;
        margin-top: 60px;
        border-radius: 20px;
    }
    .adres-main-home {
        display: flex;
        gap: 0px;
        flex-direction: column;
        align-items: flex-start;
    }
    .call-support-text {
        padding-bottom: 5px;
        margin-top: 20px;
    }
    .addees {
        font-size: 20px !important;
        line-height: 30px !important;
    }
    .tel-num {
        font-size: 25px;
        line-height: 35px;
    }
    .get-toch {
        font-size: 38px;
    }
    .subscribe-section {
        flex-direction: column;
        padding: 40px;
        margin-bottom: 50px;
    }
    .updat {
        text-align: center;
    }
    .media-logo-call-footer .call-detl {
        padding: 10px 25px 10px 10px;
    }
    .heroSection {
        padding: 180px 0 80px;
    }
    .team-contact-1 {
        padding: 20px;
    }
    .pricing-row {
        gap: 50px 0;
    }
    .clients-main {
        gap: 25px;
    }
    .all-service-text {
        font-size: 30px;
        line-height: 40px;
        padding: 25px;
    }
    .roofing-services-list-main {
        padding: 25px;
    }
    .card-adds-main {
        margin: 30px 0;
    }
    .adds-details-main h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .overlay-title {
        padding: 0 20px 30px;
    }
    .banner-form {
        width: 470px;
        right: 15px;
    }
    .pricing-row {
        padding: 0 40px;
    }
    .terms-section {
        padding: 20px 0 80px;
    }
    .loginform .modal-dialog .modal-content .modal-content-right, .registerForm .modal-dialog .modal-content .modal-content-right {
        padding: 10px 20px;
    }
    .loginform .modal-dialog .modal-content .modal-body, .registerForm .modal-dialog .modal-content .modal-body {
        position: relative;
        flex: 1 1 auto;
        padding: 10px 0;
    }
    .registerForm .modal-dialog, .loginform .modal-dialog {
        min-width: 700px;
    }
    .loginform .modal-dialog .modal-content .modal-body .btn-quote, .registerForm .modal-dialog .modal-content .modal-body .btn-quote {
        font-size: 15px;
        line-height: 20px;
        padding: 9px 30px;
        min-width: 140px;
    }
}
@media (max-width:991px) {
    .header {
        position: fixed;
        top: 15px;
        width: calc(100% - 30px);
    }
    .hero-slider {
        width: 100%;
        height: 740px;
    }
    .about-img2,
    .about-img3 {
        display: none;
    }
    .cap-text,
    .sec-text,
    .sec-sub-text {
        text-align: center;
    }
    .about-sec-main {
        justify-content: center;
    }
    .sub-img-main {
        margin-top: 50px;
    }
    .section-two,
    .section-three,
    .section-four,
    .section-five,
    .section-seven,
    .section-eight,
    .blog-section,
    .about-section-three {
        padding: 50px 0;
    }
    .section-six {
        padding-bottom: 50px;
    }
    .map-iframe {
        margin-top: 50px;
    }
    .section-main-text-flex {
        gap: 15px;
        flex-direction: column;
    }
    .section-main-text-flex .ornare {
        max-width: 100%;
    }
    .why-choose-row {
        gap: 50px;
    }
    .sadas {
        left: 150px;
    }
    .how-to-work-arrow {
        display: none;
    }
    .how-work-step-box {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
        align-items: start;
    }
    .calculator-box-main {
        padding: 50px;
        margin-top: 50px;
    }
    .calcult-from-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    .exper-team-row-home {
        gap: 30px 0;
    }
    .team-circle-main {
        margin: 0 auto;
    }
    .testimonial-section-main {
        display: flex;
        align-items: stretch;
        flex-direction: column;
    }
    .man-cleaning-home {
        display: none;
    }
    .tryse {
        margin: 0 auto;
    }
    .testimonialSlider {
        width: 100%;
        max-width: 100%;
    }
    .testimonials-col-main {
        padding: 50px 30px;
    }
    .home-blog-row {
        gap: 30px 0;
    }
    .adres-main-home {
        display: block;
    }
    .call-support-text {
        text-align: center;
    }
    .tel-num {
        display: block;
        text-align: center;
    }
    .form-sec-row {
        gap: 50px 0;
    }
    .media-logo-call-footer {
        gap: 30px 80px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .copyrights-main {
        padding-bottom: 30px;
        flex-direction: column-reverse;
    }
    .footer-row-quick {
        gap: 30px 0;
    }
    .working-hours {
        padding-bottom: 10px;
    }
    .media-logo-call-footer {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .img-header-text {
        font-size: 45px;
        line-height: 55px;
    }
    .breadcrumb-group {
        margin-top: 15px;
    }
    .heroSection {
        padding: 150px 0 60px;
    }
    .personal-main h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 15px;
    }
    .pricing-row {
        gap: 30px 0;
    }
    .clients-main {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
        margin-top: 30px;
    }
    .all-services-row {
        gap: 30px;
        justify-content: center;
    }
    .projectSlider2 {
        margin-top: 50px;
    }
    .project-two-row {
        gap: 30px 0;
    }
    .diamond-nextbtn-head {
        margin-top: 30px;
    }
    .diamond-next-btn {
        margin: 15px 0;
    }
    .all-services-row2 {
        flex-direction: column-reverse;
        align-items: center
    }
    .blog-two-grid-row {
        gap: 30px;
        justify-content: center;
    }
    .single-services-black-box {
        margin-bottom: 20px;
        margin-top: 30px;
    }
    .blog-two-grid-row2 {
        flex-direction: column-reverse;
        align-items: center;
    }
    .bannerContent {display: none;}
    .banner-form {
        right: 50%;
        margin-right: -235px;
    }
    .meetTutor h2 {width: 100%; text-align: center;}
    footer .tel-num {
        text-align: left;
        font-size: 15px !important;
        margin-top: 0;
    }
    .quicklinks-main ul li a {
        font-size: 15px;
        line-height: 30px;
    }
    .call-detl a {
        color: #FFF;
        font-size: 22px;
        line-height: 24px;
    }
    .footer-med-icons img {
        width: 26px;
    }
    .copyrights-main p, .copyrights-main a {
        font-size: 14px;
        line-height: 17px;
    }
    .bsRow:first-child .bsRowColLft, .bsRow:first-child .bsRowColRght {
        font-size: 17px;
    }
    .bsRowColRght {
        margin-right: 28px;
    }
    .bsRow:first-child .bsRowColRght {
        margin-right: 10px;
    }
    .pricing-row {
        padding: 0;
    }
    .price-box {
        padding: 1px 0 0;
        margin-bottom: 5px;
    }
    .pricing-card {
        padding: 30px 16px;
    }
    .splPrice {
        font-size: 22px;
        margin-right: 15px;
    }
    .services-svg-main img {
        max-width: 45px;
    }
    .services-svg-main {
        width: 90px;
        height: 90px;
        margin-top: -42px;
    }
    .card-containe {
        padding: 5px 15px 25px 15px;
        flex-grow: 1;
    }
}
@media (max-width:767px) {
    .cap-text {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 1.2px;
    }
    .lets-us-do {
        font-size: 50px;
        line-height: 64px;
    }
    .residents {
        margin-bottom: 28px;
        font-size: 18px;
        line-height: 28px;
    }
    .hero-slider {
        width: 100%;
        height: 650px;
    }
    .clearfix-space {
        margin-top: 60px;
    }
    .sec-text {
        font-size: 35px;
        line-height: 45px;
        padding-bottom: 15px;
    }
    .header {
        padding: 6px 10px;
    }
    .sub-img-main {
        margin-top: 30px;
        margin-left: 7.5%;
    }
    .services-slider {
        margin-top: 30px;
    }
    .sadas {
        left: 110px;
    }
    .how-work-step-box {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .calcult-from-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .calculator-box-main {
        padding: 30px 20px;
        margin-top: 30px;
    }
    .send-info {
        max-width: 100%;
    }
    .get-cost-estimate {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        margin-top: 30px;
        flex-direction: column-reverse;
        text-align: center;
    }
    .projectSlider,
    .how-work-step-box {
        margin-top: 30px;
    }
    .exper-team-row-home {
        margin-top: 30px;
    }
    .testimonialSlider {
        margin-top: 30px;
    }
    .home-blog-row {
        margin-top: 30px;
    }
    .form-sec-row {
        gap: 30px 0;
    }
    .subscribe-input-main input {
        width: 100%;
        padding: 20px 20px;
        border-radius: 10px;
    }
    .subscribe-input-main {
        padding: 0;
        width: 100%;
        max-width: 570px;
        border-radius: 0;
        flex-direction: column;
        gap: 20px;
        flex-direction: column;
        background: transparent;
    }
    .copyrights-main {
        padding-bottom: 20px;
    }
    .quicklinks-main {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 30px;
    }
    .call-detl .img-main-call {
        width: 70px;
        height: 70px;
    }
    .contac-form-main {
        padding: 30px 20px;
    }
    .team-single-box {
        margin-bottom: 20px;
    }
    .personal-main h2 {
        margin-bottom: 10px;
    }
    .pricing-row {
        gap: 30px 0;
        margin-top: 30px;
    }
    .pricing-card {
        padding: 30px;
    }
    .clients-main {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
        margin-top: 20px;
    }
    #accordionExample {
        margin-top: 30px;
    }
    .services-page-row {
        gap: 30px 0;
    }
    .roofing-services-list-main {
        padding: 20px;
    }
    .all-service-text {
        padding: 20px;
    }
    .layers-img1 {
        margin: 20px 0;
    }
    .ourServicesPrcoes {
        font-size: 28px;
        line-height: 38px;
        padding-top: 20px;
        padding-bottom: 15px;
        text-align: center;
    }
    .your-message-input {
        margin-top: 20px;
    }
    .send-inquiry-form {
        padding: 20px;
    }
    .project-info-main {
        padding: 15px 0;
    }
    .project-info-main p:nth-child(1),
    .project-info-main p:nth-child(2) {
        font-size: 18px;
        line-height: 28px;
    }
    .project-info-text {
        font-size: 29px;
        line-height: 38px;
        margin-bottom: 15px;
    }
    .qoute-box {
        padding: 25px;
    }
    .sellerByer .container {overflow-x: auto;}
    .sellerByer .pricing-card {width: 720px;}
    .dashboard-row {display: block;}
    .dashboard-left, .dashboard-right {
        width: 100%;
    }
    /* .dashboard-left {
        display: flex;
        height: auto;
        min-height: 1px;
    } */
    .portfolio {
        height: 140px;
        border-radius: 10px;
        width: 150px;
        margin-right: 20px;
    }
    .portfolio img {
        min-width: 100%;
        min-height: 100%;
        width: 100%;
    }
    .dashboard-body {
        margin: 100px 0;
    }
    .dashboard-left {top: 0;}
    .registerForm .modal-dialog, .loginform .modal-dialog {
        min-width: 500px;
    }
    .loginform .modal-dialog .modal-content .modal-content-left {
        width: 100%;
        background: url(../images/home/login-back.png) right -100px no-repeat;
        background-size: 100% auto;
        height: 200px;
    }
    .registerForm .modal-dialog .modal-content .modal-content-left {
        width: 100%;
        background: url(../images/home/register-back.png) right top no-repeat;
        background-size: 100% auto;
        height: 200px;
    }
    .loginform .modal-dialog .modal-content, .registerForm .modal-dialog .modal-content {
        flex-wrap: wrap;
    }
    .loginform .modal-dialog .modal-content .modal-content-right, .registerForm .modal-dialog .modal-content .modal-content-right {
        width: 100%;
    }
    .img-main-call img {
        width: 30px;
    }
    .call-detl .img-main-call {
        width: 50px;
        height: 50px;
    }
    .call-detl p {
        font-size: 13px !important;
        line-height: 20px !important;
        padding-bottom: 1px;
    }
    .call-detl a {
        font-size: 17px;
        line-height: 20px;
        letter-spacing: 1px;
    }
    .media-logo-call-footer .call-detl {
        padding: 5px 25px 5px 5px;
    }
}
@media (max-width:575px) {
    .lets-us-do {
        font-size: 40px;
        line-height: 50px;
    }
    .hero-slider {
        width: 100%;
        height: 760px;
    }
    .clearfix-space {
        margin-top: 70px;
    }
    .cutomer-img-main-text {
        display: none;
    }
    .about-sec-main {
        flex-direction: column;
        margin-top: 30px;
    }
    .section-two,
    .section-three,
    .section-four,
    .section-five,
    .section-seven,
    .section-eight,
    .blog-section,
    .about-section-three {
        padding: 30px 0;
    }
    .section-six {
        padding-bottom: 30px;
    }
    .projectSlider2,
    .map-iframe {
        margin-top: 30px;
    }
    .sec-text {
        font-size: 30px;
        line-height: 39px;
    }
    .sadas {
        display: none;
    }
    .services-name {
        font-size: 22px;
    }
    .why-choose-img3 {
        bottom: 0px;
        display: none;
    }
    .why-choose-row {
        gap: 30px;
    }
    .how-work-step-box {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .how-work-step-box .how-work-step-box-sub h3 {
        font-size: 22px;
        line-height: 30px;
        padding-bottom: 6px;
    }
    .send-info {
        max-width: 100%;
    }
    .project-button-next,
    .project-button-prev,
    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }
    .team-circle-link h3 {
        margin-top: 20px;
    }
    .testimonials-col-main {
        padding: 30px 12px;
    }
    .testimonialSlider-swiper-slide {
        padding: 30px;
    }
    .exper-team-row-home {
        gap: 20px 0;
    }
    .cellent {
        font-size: 20px;
        line-height: 32px;
        padding-top: 10px;
        padding-bottom: 25px;
    }
    .addees {
        font-size: 18px !important;
        line-height: 30px !important;
    }
    .adres-main-home {
        display: flex;
        gap: 0;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }
    .subscribe-section {
        flex-direction: column;
        padding: 30px;
        margin-bottom: 30px;
        margin-top: -90px;
    }
    .img-header-text {
        font-size: 40px;
        line-height: 50px;
    }
    button.bottom-top-button {
        right: 18px;
        bottom: 14px;
        width: 40px;
        height: 40px;
        font-size: 25px;
    }
    .breadcrumb-group a {
        font-size: 16px;
        line-height: 26px;
    }
    .breadcrumb-group {
        margin-top: 10px;
    }
    .pricing-card h2,
    .price-box {
        margin-bottom: 0;
    }
    .clients-main {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        justify-items: center;
    }
    .testimonial-page-row {
        gap: 20px 0;
    }
    .fusce {
        text-align: justify;
    }
    .layers-img {
        width: 100%;
    }
    .box-fix-setting {
        width: 40px;
        height: 40px;
    }
    .setting {
        width: auto;
    }
    .banner-form {
        max-width: 90%;
        right: auto;
        left: 50%;
        transform: translate(-50%, 0);
        top: 100px;
        padding: 16px 10px 3px;
    }
    .banner-form .calcult-from-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
        margin-top: 15px;
    }
    
    .banner-form .nav-tabs .nav-item.show .nav-link, .banner-form .nav-tabs .nav-link.active, .banner-form .nav-tabs .nav-link {
        font-size: 12px;
        padding: 5px;
    }
    .banner-form .input-label-text {
        font-size: 10px;
        line-height: 15px;
    }
    .banner-form .calcult-from-grid input, .banner-form .your-message-input input, .banner-form .contac-form-main textarea, .banner-form .formDropDown {
        font-size: 13px;
    }
    .banner-form .fessional {
        font-size: 12px !important;
        line-height: 15px !important;
    }
    .h3, h3 {
        font-size: 1rem;
    }
    .banner-form .houseType .nav-tabs .nav-item.show .nav-link, .banner-form .houseType .nav-tabs .nav-link.active {
        flex-wrap: wrap;
        justify-content: center;
        padding-right: 5px;
    }
    .banner-form .houseType .nav-tabs .nav-link {
        padding: 5px 30px 5px 0;
        display: flex;
        justify-content: center;
    }
    .input-label-text, .contac-form .input-label-text {
        font-size: 12px;
        line-height: 17px;
        padding-bottom: 5px;
    }
    .plotAddress input, .calcult-from-grid input, .your-message-input input, .contac-form-main textarea {
        border-radius: 7px;
        padding: 10px 15px;
        font-size: 15px;
        line-height: 20px;
    }
    .banner-form .underGood ul li, .banner-form ul li {width: 50%; padding: 5px;}
    .banner-form ul li:last-child {width: 100%;}
    .banner-form .underGood ul li:last-child {width: 50%;}
    .dashboard-body {
        padding: 0 15px;
    }
    .searchSec .searchInner input[type='text'], .adressInner input[type='text'] {
       width: calc(100% - 100px);
    }
    .serviceBodyLeft {
        display: none;
        position: absolute;
        left: 0;
        top: 37px;
        z-index: 2;
        min-height: calc(100vh - 270px);
        overflow: auto;
    }
    .serviceBodyRight {
        width: 100%;
        margin-top: 38px;
    }
    .service-menu {display: inline-block;}
    .registerForm .modal-dialog, .loginform .modal-dialog {
        min-width: 1px;
    }
    .modal-header {
        padding: 15px 15px 1px;
    }
    .searchSec {
        border-radius: 14px;
    }
    .contact-form-section {
        padding: 0 0 68px;
    }
}
@media (max-width:535px) {
    .registerForm .calcult-from-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
    .registerForm .modal-dialog {
        min-width: 1px;
    }
    .hero-slider-section .prvTutor .modal-dialog {
        min-width: 90%;
    }
    .hero-slider-section .prvTutor .calcult-from-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
    .flatType {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
        margin-top: 15px;
    }
}

@media (max-width:500px) {
    .team-circle-main {
        max-width: 180px;
        height: 180px;
        padding: 8px;
    }
    .inner-team-circle {
        width: 160px;
        height: 160px;
    }
}

@media (max-width:479px) {
    .hero-slider-section .prvTutor .houseType .nav-tabs .nav-link, #customerr .houseType .nav-tabs .nav-link {
        padding: 0px 0px 5px 0;
    }
    .dashboard-right .calcult-from-grid {
        display: block;
    }
    .dashboard-right .calcult-from-grid div {
        width: 100%;
        margin-bottom: 16px;
    }
    .dashboard-right .calcult-from-grid div div {margin-bottom: 0;}
    .dashboard-right .calcult-from-grid.property div:first-child h3 {
        min-height: 1px;
        padding-bottom: 5px;
    }
    .dashboard-right .input-label-text {
        padding-bottom: 5px;
    }
    .houseType {
        margin-top: 0;
    }
    .roomCheckArea {
        font-size: 14px;
        margin: 0 10px;
        width: 96px;
        line-height: 34px;
    }
    .roomCheckArea:first-child {margin-left: 0;}
    .checkmark {
        height: 34px;
        width: 102px;
        top: 0;
    }
    .PropertyType {
        margin-top: 12px;
        justify-content: flex-start;
    }
    .pvtTutorr .input-main {font-size: 16px;}
    .rgsterTutor h3.input-label-text {
        min-height: 1px;
        padding-bottom: 5px;
    }
    .dashboard-right .calcult-from-grid.pvtTutorr div:first-child h3, .dashboard-right .calcult-from-grid.pvtTutorr div:nth-child(2) h3 {
        min-height: 1px;
        padding-bottom: 0;
    }
    .dashboard-right textarea {
        height: 112px;
    }
    .loginform .modal-dialog .modal-content .modal-content-left {
        background: url(../images/home/login-back.png) right -30px no-repeat;
        background-size: 100% auto;
    }
    .dashboard-right .calcult-from-grid div.dash-row {
        width: 100%;
        display: block;
    }
    .dashboard-right .calcult-from-grid div.dash-row div {margin-bottom: 10px;}
}
@media (max-width:425px) {
    .card-containe {
        padding: 20px;
    }
    .check-box-main-sub h2 {
        font-size: 22px;
        line-height: 32px;
        padding-bottom: 3px;
    }
    .check-box-main-sub {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-top: 20px;
        flex-direction: column;
        text-align: center;
    }
    .blog-containe-main {
        padding: 20px;
    }
    .blog-containe-main h2 {
        font-size: 22px;
        line-height: 28px;
    }
    .call-detl .img-main-call {
        display: none;
    }
    .media-logo-call-footer .call-detl {
        padding: 10px 10px 10px 10px;
        width: 100%;
        text-align: center;
        justify-content: center;
    }
    .call-detl a {
        font-size: 25px;
        line-height: 30px;
    }
    .footer-med-icons-main {
        gap: 10px;
    }
    .sec-text {
        font-size: 24px;
        line-height: 32px;
    }
    .testimonial-page .cellent {
        font-size: 17px;
        line-height: 28px;
        padding-bottom: 20px;
    }
    .banner-form .houseType .nav-tabs .nav-link {
        padding: 5px 5px 5px 0;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    
}
@media (max-width:400px) {
    .lets-us-do {
        font-size: 35px;
        line-height: 45px;
    }
    .services-slider {
        margin-right: 0;
    }
    .video2 {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 200px;
    }
    .pricing-card {
        padding: 15px;
    }
    .subscribe-input-main input {
        padding: 11px 15px;
        border-radius: 6px;
    }
    .portfolio {
        height: 100px;
        width: 100px;
    }
    .uploadPortfolio span {
        width: 40px;
        height: 40px;
    }
    .uploadPortfolio {
        width: 40px;
        height: 40px;
        bottom: 0px;
    }
    .portfolio-text {
        margin-top: 0;
    }
}
@media(max-width: 399px){
.for-mobile-menu img {
    width: 67%;
}
.search {
    position: absolute;
    left: 190px;
}
}

@media (max-width:375px) {
    .checkmark {
        height: 34px;
        width: 78px;
        top: 0;
    }
}
@media(max-width: 359px){
.header {
    width: calc(100% - 6px);
}
.loginform .modal-dialog .modal-content .modal-content-left {
    background: url(../images/home/login-back.png) right top no-repeat;
    background-size: 100% auto;
}
}
@media (max-width:350px) {
    .price {
        font-size: 25px;
    }
    .splPrice {
        font-size: 18px;
        margin-right: 12px;
    }
    .month {
        font-size: 16px;
    }
    .pricing-card h2 {
        font-size: 24px;
        line-height: 36px;
    }
    .features li {
        padding-left: 23px;
        margin-bottom: 12px;
        font-size: 15px;
        line-height: 16px;
    }
    .hero-slider-section .prvTutor .nav, #customerr .houseType .nav {
        display: block;
    }
    .portfolio {
        height: 75px;
        width: 75px;
        margin-right: 10px;
    }
    .portfolio-text h3 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .portfolio-text p {
        font-size: 15px !important;
        line-height: 15px !important;
    }
    .portfolio-text a {
        font-size: 14px;
        margin-top: 4px;
        display: block;
    }
    .dashboard-left {
        padding: 8px;
        border-radius: 8px;
    }
    .portfolio-text h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }
}