@media (min-width: 1650px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1290px !important;
  }
}
@media (min-width: 993px) {
  .dropdown-menu {
    display: none;
  }
  .nav-links li:hover .dropdown-menu {
    display: block;
  }
}
@media (max-width: 1650px) {
  .why-choose-img2 {
    position: absolute;
    right: -140px;
    bottom: 0;
  }
}
@media (max-width: 1499px) {
  .NextArrow {
    position: absolute;
    bottom: 0;
    right: 100px;
  }
  .PrevArrow {
    position: absolute;
    bottom: 0;
    right: 185px;
  }
}
@media (max-width: 1399px) {
  .why-choose-img2 {
    position: absolute;
    right: -180px;
    bottom: 0;
  }
  .satistication-container {
    display: flex;
    align-items: center;
    gap: 0;
  }
}
@media (max-width: 1299px) {
  .small-header-sub-main,
  .small-header-sub {
    gap: 20px;
  }
  .quality {
    font-size: 65px;
    line-height: 80px;
  }
  .timate-box-main h2 {
    font-size: 65px;
    line-height: 80px;
  }
  .hero-slider-section {
    height: 850px;
  }
  .about-row {
    padding-top: 180px;
    padding-bottom: 70px;
  }
  .section-five,
  .ads-section,
  .section-six,
  .section-seven,
  .section-eight,
  .blog-section,
  .section-team-two,
  .team-details-section {
    padding: 70px 0;
  }
  footer,
  .section-about-two {
    padding-top: 70px;
  }
}
@media (max-width: 1199px) {
  .desktop-contact-header {
    display: none;
  }
  .nav-links {
    gap: 25px;
  }
  .qution-text {
    display: inline-flex;
    align-items: flex-start;
  }
  .section-three {
    height: 570px;
    padding: 70px 0;
  }
  .why-choose-img2 {
    display: none;
  }
  .satistication {
    max-width: 580px;
  }
  .img-group-project {
    gap: 30px;
    margin-top: 30px;
    justify-content: center;
  }
  .trust-conter-main {
    padding-top: 30px;
  }
  .blog-content-hed {
    margin: 20px 0 20px 20px;
  }
  .media-logo-call-footer {
    gap: 20px;
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .media-logo-call-footer .call-detl {
    padding: 10px 40px 10px 10px;
  }
  .footer-med-icons-main {
    gap: 12px;
  }
  .img-header-text {
    font-size: 50px;
    line-height: 60px;
  }
  .team-contact {
    padding: 20px;
  }
  .team-card-hover {
    bottom: 27px;
    right: 20px;
  }
  .team-details-col2 {
    padding: 30px;
  }
  .contact-team-person {
    margin-bottom: 15px;
  }
  .clients-main {
    gap: 25px;
  }
  .future-slider {
    margin-top: 30px;
  }
  .cutomer-img-main-text {
    margin-top: 40px;
  }
  .roofing-services-list-main,
  .all-service-text {
    padding: 25px;
  }
  .all-blog-col {
    justify-content: center;
    gap: 30px;
  }
  .contact-box-row {
    margin-bottom: 70px;
  }
  .heroSection {
    padding: 180px 0 80px;
  }
  .imgs-group-services-main {
    margin: 30px 0;
  }
  .service-video {
    margin: 30px 0;
  }
  .process-box {
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 991px) {
  header.main-header {
    top: 0 !important;
  }
  .small-header {
    display: none;
  }
  .menu-toggle,
  .menu-logo {
    display: block;
  }
  .mobile-contact-header {
    display: flex;
  }
  .menu-logo img {
    width: 150px;
  }
  .nav-links {
    gap: 0;
  }
  .menu-logo {
    padding-bottom: 20px;
  }
  nav {
    backdrop-filter: blur(40px);
    background-color: rgb(9 18 23 / 93%);
    position: fixed;
    top: 0px;
    left: -100%;
    width: 80%;
    max-width: 300px;
    min-height: 100vh;
    height: 100%;
    overflow: auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px;
    transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    z-index: 1001;
  }
  nav.active {
    left: 0;
  }
  .nav-links {
    flex-direction: column;
    width: 100%;
    margin-top: 10px;
  }
  .nav-links li {
    margin: 0;
    width: 100%;
  }
  .nav-links li a {
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .dropdown-menu {
    position: static;
    width: 100%;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    display: block !important;
    transform: none;
    border-radius: 0;
    border: none;
    backdrop-filter: blur(10px);
    background: #cec5c53b;
  }
  .nav-links li.active .dropdown-menu {
    max-height: 500px;
    padding: 10px 0 10px 15px;
  }
  .dropdown-menu li {
    padding: 0;
    transform: none;
    opacity: 1;
    transition: none;
  }
  .dropdown-menu li a {
    padding: 10px 0 10px 15px;
    transition: none;
    color: #fff;
  }
  .dropdown-menu li a:hover {
    padding-left: 20px;
  }
  .dropdown-menu li a:after {
    content: "";
  }
  .overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 200;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }
  .overlay.active {
    opacity: 1;
    visibility: visible;
  }
  .close-icon {
    display: none;
  }
  .mobile-quote-btn {
    width: 100%;
    text-align: center;
  }
  .aboutText,
  .business,
  .hardest {
    text-align: center;
  }
  .quick-text-main {
    display: none;
  }
  .small-header {
    padding: 10px 12px;
  }
  .small-header-sub-main {
    width: 100%;
  }
  .small-header-sub {
    justify-content: space-between;
    width: 100%;
  }
  .header-container {
    padding: 10px 12px;
  }
  .slide-content {
    padding: 60px 0;
    max-width: 100%;
  }
  .quality {
    font-size: 50px;
    line-height: 65px;
  }
  .residents {
    font-size: 20px;
    line-height: 36px;
    margin-top: 20px;
  }
  .hero-slider-section {
    height: 700px;
  }
  .btn-cutomer-main {
    display: flex;
    align-items: flex-start;
    margin-top: 50px;
    gap: 40px;
    flex-direction: column;
  }
  .cutomers-text-main h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .cutomers-text-main p {
    font-size: 16px;
  }
  .image-Photo {
    display: none;
  }
  .timate-box-main-head {
    padding: 30px;
    max-width: 100%;
    justify-content: space-between;
  }
  .bluer-roofing,
  .secTwo-img-main .secTwo-img,
  .card-call-now-main {
    display: none;
  }
  .about-row {
    padding-top: 130px;
    padding-bottom: 50px;
  }
  .section-three {
    height: 500px;
    padding: 50px 0;
  }
  .circle-box-main {
    padding: 0 20px 20px 20px;
  }
  .circle-box-main h2 {
    padding-top: 20px;
  }
  .services-slider.slick-initialized.slick-slider {
    margin-top: -220px;
  }
  .benefits-slider .slick-arrow {
    display: none;
  }
  .services-slider-box.slick-slide {
    margin: 0 12px;
  }
  .why-choose-img1-main {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
  }
  .hardest-space {
    padding-top: 20px;
  }
  .section-five,
  .ads-section,
  .section-six,
  .section-seven,
  .section-eight,
  .blog-section,
  .section-team-two,
  .team-details-section {
    padding: 50px 0;
  }
  footer,
  .section-about-two {
    padding-top: 50px;
  }
  .heroSection {
    padding: 180px 0 80px;
  }
  .satistication-container {
    gap: 50px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .arrrowVector {
    display: none;
  }
  .satistication {
    max-width: 100%;
    text-align: center;
  }
  .tbas-btn-heading-main {
    gap: 30px;
    margin-bottom: 40px;
    flex-direction: column;
  }
  .tbas-btn-heading-main div {
    max-width: 100%;
  }
  .img-group-project {
    gap: 20px;
    margin-top: 20px;
    justify-content: center;
  }
  .form-box-col {
    margin: 0 auto;
  }
  .couter-form-row {
    gap: 50px;
  }
  .haiRated {
    font-size: 21px;
    line-height: 30px;
  }
  .blog-home-row {
    padding-top: 30px;
    gap: 30px 0;
  }
  .footer-row-quick {
    gap: 30px 0;
  }
  .media-logo-call-footer {
    gap: 30px 80px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .copyrights-main {
    padding-bottom: 20px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .img-header-text {
    font-size: 45px;
    line-height: 50px;
  }
  .breadcrumb-group {
    margin-top: 16px;
  }
  .team-row {
    gap: 30px 0;
  }
  .single-team-row1 {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .team-details-col1 {
    padding-right: 12px;
  }
  .team-details-main-col2 {
    padding-left: 12px;
  }
  .single-team-page-row2 {
    padding-top: 50px;
  }
  .featured {
    transform: none;
  }
  .pricing-plans-row {
    gap: 30px 0;
    margin-top: 30px;
  }
  .clients-main {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 30px;
  }
  .layers-img1 {
    margin: 20px 0;
  }
  .ourServicesPrcoes {
    font-size: 30px;
    margin: 15px 0;
    text-align: center;
  }
  .process-box h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .all-services-row {
    justify-content: center;
    gap: 30px;
  }
  .serice-process-main {
    margin-bottom: 30px;
  }
  .card-adds-main,
  .documents-box,
  #accordionExample {
    margin-top: 30px;
  }
  .diamond-nextbtn-head {
    margin-top: 30px;
  }
  .left-side-bar-row-project,
  .singl-blog2-col {
    flex-direction: column-reverse;
  }
  .singl-blog1-col {
    gap: 30px;
  }
  .contact-box-row {
    margin-bottom: 50px;
    gap: 30px 0;
  }
  .contact-sec-row {
    gap: 30px;
  }
  .map-iframe {
    width: 100%;
    height: 300px;
  }
}
@media (max-width: 767px) {
  .provide,
  .quality {
    text-align: center;
  }
  .residents {
    text-align: center;
    border: none;
  }
  .btn-cutomer-main {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 30px;
  }
  .quality {
    font-size: 40px;
    line-height: 55px;
  }
  .residents {
    font-size: 18px;
    line-height: 28px;
    margin-top: 15px;
  }
  .cutomer-img-main {
    position: relative;
    left: -50px;
  }
  .slide-content {
    padding: 38px 0;
  }
  .timate-box-main-head {
    margin-top: -70px;
    gap: 15px;
  }
  .multi-qustions-main {
    flex-direction: column;
    gap: 25px;
    margin-bottom: 35px;
  }
  .hardest-space {
    padding-top: 12px;
  }
  .qution-text {
    font-size: 18px;
  }
  .hardest {
    font-size: 18px;
    line-height: 28px;
  }
  .business {
    font-size: 40px;
    line-height: 50px;
  }
  .about-row {
    padding-top: 140px;
    padding-bottom: 30px;
  }
  .section-three {
    height: 440px;
  }
  .services-slider.slick-initialized.slick-slider {
    margin-top: -200px;
  }
  .why-choose-img1-main {
    margin-top: 30px;
  }
  .haassle-box {
    gap: 20px;
  }
  .haassle-box-sub h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .section-five,
  .ads-section,
  .section-six,
  .section-seven,
  .section-eight,
  .blog-section,
  .section-team-two,
  .team-details-section {
    padding: 30px 0;
  }
  footer,
  .section-about-two {
    padding-top: 30px;
  }
  .call-detl a {
    font-size: 22px;
  }
  .call-detl .img-main-call {
    width: 70px;
    height: 70px;
  }
  .call-detl .img-main-call img {
    width: 40px;
  }
  .satistication-container {
    gap: 40px;
  }
  .tbas-btn-heading-main {
    gap: 20px;
    margin-bottom: 20px;
    flex-direction: column;
  }
  .project-overlay {
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    padding: 15px;
  }
  .icon-box {
    align-self: flex-end;
    width: 100%;
    max-width: 50px;
    height: 50px;
  }
  .logos {
    margin-top: 40px;
  }
  .text-content h3 {
    font-size: 17px;
    line-height: 26px;
  }
  .text-content p {
    font-size: 16px;
    line-height: 22px;
    padding-top: 4px;
  }
  .emper-main,
  .slider-qut-per-main {
    padding: 20px;
  }
  .contact-us-future-btn {
    margin-top: 20px;
  }
  .FuturePrevArrow {
    right: 70px;
  }
  .qotestion {
    width: 50px;
  }
  .slider-person img {
    width: 80px;
    height: 80px;
  }
  .blog-home-row {
    gap: 20px 0;
  }
  .quicklinks-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
  .media-logo-call-footer {
    gap: 30px 30px;
  }
  .team-card-title a {
    font-size: 22px;
    line-height: 30px;
  }
  .team-images-main {
    border-radius: 20px 20px 120px 0;
  }
  .feugiat {
    padding-top: 10px;
    text-align: center;
  }
  .single-team-page-row2 {
    padding-top: 30px;
    gap: 30px;
  }
  .clients-main {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 20px;
  }
  #accordionExample {
    margin-top: 30px;
  }
  .serice-process-main {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
  }
  .layers-img2 {
    width: 100%;
  }
  .overlay-content h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .blog-standard-main {
    flex-direction: column;
  }
  .blog-standard-main .blog-content-hed {
    margin: 20px 20px 20px 20px;
  }
  #recent-post-box {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .contact-box-row {
    margin-bottom: 30px;
    gap: 30px 0;
  }
  #contact-page-form {
    padding: 30px;
  }
  .cutomer-img-main-text {
    margin-top: 30px;
    gap: 60px;
  }
  .imgs-group-services-main {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .small-header {
    display: none;
  }
  .hero-slider-section {
    height: 630px;
  }
  .residents {
    margin-top: 10px;
  }
  .timate-box-main h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .timate-box-main-head {
    padding: 30px 12px;
    margin-top: -50px;
  }
  .multi-qustions-main {
    padding-top: 15px;
  }
  .business {
    font-size: 34px;
    line-height: 44px;
  }
  .card-call-now-main div {
    font-size: 17px;
  }
  .card-call-now-main a {
    font-size: 22px;
  }
  .section-three {
    padding: 30px 0;
  }
  .services-slider.slick-initialized.slick-slider {
    margin-top: -120px;
  }
  .section-three {
    height: 380px;
  }
  .latest-hardest {
    padding-top: 13px;
  }
  .haassle-box-sub h2,
  .haassle-box-sub p {
    text-align: center;
  }
  .haassle-box {
    gap: 12px;
    flex-direction: column;
  }
  .circle-svg {
    width: 80px;
    height: 80px;
  }
  .circle-svg img {
    width: 50px;
  }
  .tab-btn {
    padding: 5px 15px;
  }
  .tab-btn-main {
    gap: 15px;
  }
  .dsa {
    width: 100%;
    overflow: auto;
  }
  .img-group-project {
    flex-direction: column;
  }
  .couter-form-row {
    gap: 30px;
  }
  .trust-conter-main {
    padding-top: 20px;
  }
  .marquee-img-main {
    margin: 0;
  }
  .logos {
    margin-top: 40px;
  }
  .form-box {
    padding: 20px;
  }
  .nedd-help-form {
    margin-top: 20px;
  }
  .nedd-help-form input {
    margin-bottom: 15px;
  }
  .page-loader p {
    font-size: 25px;
    letter-spacing: 1px;
    padding-top: 20px;
  }
  .heroSection {
    padding: 150px 0 60px;
  }
  .breadcrumb-group {
    margin-top: 10px;
  }
  .img-header-text {
    font-size: 40px;
    line-height: 46px;
    font-weight: 600;
  }
  .breadcrumb-group a {
    font-size: 16px;
  }
  button.bottom-top-button {
    right: 18px;
    bottom: 14px;
    width: 40px;
    height: 40px;
    font-size: 25px;
  }
  .team-row {
    gap: 20px 0;
  }
  .team-person-media-main a {
    width: 40px;
    height: 40px;
  }
  .team-person-media-main {
    position: absolute;
    bottom: 15px;
    left: 25px;
  }
  .single-team-row1 {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .clients-main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    justify-items: center;
  }
  .process-box {
    gap: 10px;
  }
  .all-service-text {
    font-size: 30px;
    line-height: 40px;
  }
  .adds-details-main h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .roofing-services-list-main,
  .all-service-text {
    padding: 20px;
  }
  .overlay-content .arrow-box {
    width: 45px;
    height: 45px;
    top: 12px;
    right: 12px;
  }
  .hover-overlay {
    padding: 12px;
  }
  .tag-date-sub p {
    font-size: 15px;
    line-height: 24px;
  }
  .tag-date {
    gap: 12px;
    padding: 20px 0 20px;
  }
  .qoute-box {
    padding: 30px;
    margin: 20px 0;
  }
  .qoute-box h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .psum {
    margin-top: 12px;
  }
  .input-main {
    gap: 20px;
    margin-bottom: 20px;
    flex-direction: column;
  }
  .interdum {
    font-size: 30px;
    line-height: 40px;
  }
  .single-services-list-fetur {
    padding: 30px;
    flex-wrap: wrap;
    gap: 0;
  }
  .ldwagv {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
@media (max-width: 400px) {
  .cutomer-img-main-text {
    gap: 10px;
    flex-direction: column;
  }
}
@media (max-width: 375px) {
  .business {
    font-size: 31px;
    line-height: 40px;
  }
  .services-slider.slick-initialized.slick-slider {
    margin-top: -100px;
  }
  .media-logo-call-footer .call-detl .img-main-call {
    background: var(--13, #091217);
    display: none;
  }
  .media-logo-call-footer .call-detl {
    padding: 10px 10px 10px 10px;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .contact-team-person {
    gap: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 350px) {
  .quality {
    font-size: 27px;
    line-height: 40px;
  }
}
