/* Media breakpoints */
@media (max-width: 1660px) {

    .header-phone {
        margin-right: 20px;
    }

    .header .btn-primary {
        font-size: 16px;
    }

    .header-phone a {
        font-size: 18px;
        letter-spacing: 1px;
    }

    .hero-content p {
        font-size: 16px;
    }

    .hero-content h1, .hero-content p {
        margin-bottom: 20px;
    }

    .contact.section {
        margin-left: 140px;

    }

    .header-nav-ul li {
        margin-right: 25px;
    }

    .header-nav-ul li a {
        font-size: 13px;

    }

    .multiple-items .card-item-text p {
        margin: 14px 0;
        font-size: 16px;
    }

    .multiple-items .card-item-inner {
        padding: 28px;
    }

    .multiple-items .card-item-text {
        padding-left: 28px;
    }

    .hero-thankyou h1 {
        font-size: 80px;
    }

    .hero-404 h1{
        font-size: 55px;
    }

    .service-block-content p {
        font-size: 16px;
        line-height: 24px;
    }
}

/* XX-Large devices (larger desktops, 1400px and down) */
@media (max-width: 1400px) {
    h1 {
        font-size: 54px;
    }

     .hero-thankyou h1 {
        font-size: 70px;
    }

   

    h2 {
        font-size: 42px;
    }

    h3 {
        font-size: 22px;
    }


    .section {
        padding: 120px 0;
    }

    .header {

        padding: 20px 30px;
    }

   


    .header-phone a {

        font-size: 18px;
        letter-spacing: 1px;

    }

    .btn {
        font-size: 16px;
    }

    .why-choose-inner {
        padding: 60px 40px 40px;

    }

    .contact.section {
        margin-left: 90px;

    }

    .multiple-items .card-item-image {
        width: 45%;
    }

    .multiple-items .card-item-text {
        width: 55%;
    }

}

/* X-Large devices (large desktops, 1200px and down) */
@media (max-width: 1200px) {
    .section {
        padding: 80px 0;
    }

    .header {

        padding: 20px 0;
    }

    .navbar-brand img {
        max-width: 240px;
    }


    .header-phone span {

        font-size: 12px;
        margin-bottom: 0;

    }

    .header-phone a {

        font-size: 16px;
        letter-spacing: 0;

    }

    .btn {
        font-size: 14px;
    }

    .feature-inner {
        padding: 40px 50px;

    }

    .about-images .border-without-bg {
        margin-bottom: 20px;
    }

    .footer-logo {
        max-width: 240px;
    }

    .contact.section {
        margin-left: 12px;



    }

    .contact-section-inner {
        padding: 60px;
    }

    .multiple-items .card-item-text p {
        font-size: 14px;
    }

    .multiple-items .card-item-text span {
        font-size: 14px;
    }

    .multiple-items .card-item-inner {
        padding: 20px;
    }

    .multiple-items .card-item-text {
        padding-left: 20px;
    }

    .multiple-items .card-item {
        padding: 14px;
    }

    .testimonials-slider .slick-slide.slick-active .card-item-inner {
        -webkit-box-shadow: 14px 14px 0 0 #000000;
        box-shadow: 14px 14px 0 0 #000000;
    }

    .multiple-items .card-item-image img {
        position: relative;
        height: 100%;
        bottom: auto;
        right: auto;
        object-fit: cover;
        object-position: top;
        width: 100%;
    }
    

}

/* Large devices (desktops, 992px and down) */

@media (max-width: 992px) {

    .section {
        padding: 60px 0;
    }

    h1 {
        font-size: 48px;
    }

     .hero-thankyou h1 {
        font-size: 60px;
    }

    .hero-404 h1{
        font-size: 45px;
    }

    h2 {
        font-size: 38px;
        margin-bottom: 30px;
    }

    .footer h2 {
        font-size: 38px;
    }

    h3 {
        font-size: 18px;
    }

     body, p {
        font-size: 16px;
    }

    .border-without-bg::before {
      padding: 2px;
    }

    .navbar-brand img {
        max-width: 200px;
    }

    .header-phone {
        margin-right: 20px;
    }

    .header-nav-ul li {

        margin-right: 20px;

    }

    .header-nav-ul li a {

        font-size: 13px;
        letter-spacing: normal;

    }

    .btn {
        padding: 12px 16px;
    }

    .feature-inner {
        padding: 30px;

    }

    /* .features {
        margin-top: 0;
    } */

    .feature-icon {
        min-height: 60px;
    }

    .feature-icon img {
        max-width: 60px;
    }

    .service-block-content {
        padding: 15px;
    }

    .service-block-content p {
        font-size: 14px;
    }

    .locations-block {
        padding: 40px 30px;

    }

    .locations-list ul {
        grid-template-columns: repeat(4, 1fr);

    }


    .locations-list ul li {

        padding: 16px;

    }

    .locations-list ul li a {

        font-size: 16px;

    }

    .about-content .nav-tabs li button {
        padding: 10px;
        font-size: 16px;
    }


    .warrenty-box {
        padding: 30px;
        margin-bottom: 30px;
    }

    .accordion-button {
        font-size: 16px;
    }

    .accordion-item {
        padding: 16px 24px;
        margin-bottom: 12px;
    }

    .accordion-item.open {
        -webkit-box-shadow: 18px 18px 0 0 rgba(0, 0, 0, 0.75);
        box-shadow: 18px 18px 0 0 rgba(0, 0, 0, 0.75);
        margin-bottom: 32px;
    }

    .accordion-button::after {
        width: 28px;
        height: 28px;
    }

    .footer-contact p,
    .footer-social p {
        font-size: 16px;
    }

    .footer-contact a {
        font-size: 24px;
    }

    .footer h3 {
        margin-top: 0;
    }

    .footer-contact {
        margin-bottom: 30px;
    }


    .contact-section-inner {
        padding: 40px;
    }


    input,
    select,
    textarea {
        padding: 11px 16px;
        font-size: 16px;
    }


    .multiple-items .card-item-inner {
        flex-direction: column;
    }

    .multiple-items .card-item-text {
        padding-left: 0;
        padding-top: 20px;
    }

    .multiple-items .card-item-text h3{
       margin-bottom: 0;
    }

    .multiple-items .card-item-image, .multiple-items .card-item-text {
        width: 100%;
    }

    .multiple-items .card-item-image img {
        height: 300px;
    }

     .image-text-content {
        padding-right: 0;
    }

    .flex-row-reverse .image-text-content {
        padding-left: 0;
    }

}

/* Medium devices (tablets, 768px and down) */
@media (max-width: 768px) {

   

    .section {
        padding: 60px 0;
    }

    h1 {
        font-size: 34px;
    }

    .hero-thankyou h1 {
        font-size: 50px;
    }

     .hero-404 h1{
        font-size: 34px;
    }

    h2 {
        font-size: 34px;
    }


    .footer h2 {
         font-size: 34px;
    }

    h3 {
        font-size: 16px;
    }

    .header-nav-ul {
        padding-top: 20px;
    }

    .header-nav-ul li {
        margin-right: 0;
        margin-bottom: 24px;
    }

    .header-nav-ul li a {

        font-size: 16px;

    }

    .header-nav-ul li a::before {

        display: none;

    }

    .hero {
        height: auto;
    }

    .hero-content p {
        font-size: 18px;
    }

    .hero-content h1 span, .contact.section h2 span {
        padding: 0;
    }

    .hero-content h1 span::before, .contact.section h2 span::before{
        display: none;
    }

    .features-panel {
        box-shadow: none;
    }

    .feature-inner {
        border-bottom: 1px solid #000;
        padding: 20px;
        text-align: center;
    }

    .features-panel .col-md-3:nth-child(2) .feature-inner {
        border-right: 0;
    }


    .service-block-content p {
        display: none;
    }

    .services-list {
        gap: 12px;
    }

    .service-block {
        border: 2px solid transparent;

    }

    .service-block-btn {
        width: 30px;
        height: 30px;
    }

    .locations-block {
        padding: 30px 20px;
        background-image: none;
        box-shadow: none;

    }

    .locations-list ul {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;

    }

    .locations-list ul li {
        padding: 12px;
    }

     .locations-list ul li img{
        max-width: 20px;
    }


    .why-choose-inner {
        padding: 50px 30px 30px;

    }

    .why-choose-inner [class*=" col-"] {
        margin-bottom: 15px;
    }

    .warrenty-box {
        padding: 20px;
        margin-bottom: 20px;
    }

    .three-sections-fold:before {
        display: none;
    }


    .three-sections-fold:after {
        display: none;
    }


    .accordion-item {
        padding: 12px;

    }



    .accordion-button::after {
        width: 24px;
        height: 24px;
    }

    .accordion-body {
        padding: 15px 0;

    }

    .sticky-social-meida {
        display: none;
    }


    .accordion-item.open {
        box-shadow: none;
        margin-bottom: 12px;
    }

    .footer h2 {
        font-size: 24px;
    }

    .footer-logo {
        max-width: 200px;
    }

    .footer-menu ul li a,
    .footer-contact p,
    .footer-social p {
        font-size: 14px;
    }

    .footer-contact a {
        font-size: 20px;
    }

    .footer-menu ul li {
        margin-bottom: 10px;
    }

    .footer-bottom {
        padding-top: 40px;
    }

    .footer h3 {
        font-size: 18px;
        margin-bottom: 20px;
        text-decoration: underline;
    }

    .contact-section-inner {

        padding: 40px 20px;
        box-shadow: none;

    }

    .contact-form-title p {
        font-size: 18px;
    }

    input,
    select,
    textarea {
        font-size: 14px;
    }


    .multiple-items .card-item-image img {
        height: 250px;
    }


    .testimonials .text-center img.google-badge {
        max-width: 200px;
    }

    .small-grids-section .border-without-bg {
        min-height: auto;
    }

    .accordion-button {
        font-size: 15px;
    }

  

}

/* Small devices (landscape phones, 576px and down) */
@media (max-width: 576px) {

    .section {
        padding: 40px 0;
    }

    .btn {
        padding: 12px;
    }

    .btn img {
        max-width: 40px;
    }


    .why-choose-inner {
        padding: 40px 20px 20px;

    }

    .multiple-items .card-item-image img {
        height: 200px;
    }


    .locations-list ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;

    }

    .locations-list ul li {
        font-size: 12px;
    }

     .g-recaptcha > div{
        width: 100% !important;
    }
}