.editable {
    border: 1px dashed #ccc;
    padding: 5px;
}

.editable:hover {
    border-color: #666;
}

.hidden {
    display: none;
}

/* Styles for login page */


.login-container {
    max-width: 300px;
    margin: auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.login-container h2 {
    text-align: center;
}

.login-container form div {
    margin-bottom: 15px;
}

.login-container form div label {
    display: block;
    margin-bottom: 5px;
}

.login-container form div input {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
}

.login-container form button {
    width: 100%;
    padding: 10px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}


/* end-login */




        body {
            font-family: "Work Sans", sans-serif;
        }
        a{cursor: pointer !important; color: #2b7cce;}
        a:hover{text-decoration: none; }

        button:focus{box-shadow: none !important;}

        img{max-width: 100%;}

        .sticky-top{background-color: #fff;box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);}

        .navSec {display: flex; flex-wrap: wrap; justify-content: space-between; padding: 0 30px; align-items: center;}
        .navbar {
                padding: 12px 0;
                max-width: 75%;
                flex: 0 0 75%;
            }

        .topRgt{max-width: 25%;
                flex: 0 0 25%;
                justify-content: end;}


        .navbar-brand img {
            max-height: 40px;
        }
        .navbar-nav .nav-link {
            font-weight: 500;
            color: #333;
            margin-right: 10px;
        }
        .navbar-nav .nav-item:last-child .nav-link{margin-right: 0;}

        .navbar-nav .nav-link.active {
            color: #2b7cce;
        }
        .quote-btn {
            background-color: #2b7cce;
            color: white;
            font-weight: 500;
            padding: 10px 20px;
            border: none;
            border-radius: 0 20px  0 0;
            font-size: 14px;
            margin-right: 0;
        }
        .quote-btn:hover, .quote-btn.active {
            background-color: #080808;
        }
        .call-us {
            display: flex;
            align-items: center;
        }
        .call-us i {
            background-color: #2b7cce;
            color: white;
            border-radius: 50%;
            padding: 10px;
            font-size: 1.5rem;
        }
        .call-us span {
            font-weight: 500;
            margin-left: 10px;
            display: block;
            line-height: 1.2;
        }

        .navbar {
    padding: 12px 0;
}
         .bannerSec .item{ height: 660px; }

        .bannerSec .owl-theme .owl-nav.disabled+.owl-dots{margin-top: -40px;
            z-index: 9999;
            position: relative;
        }


          .slider-banner {
            position: relative;
           
        }
        .slider-banner img {
            width: 100%;
            height: 100%;
            object-fit: cover;

        }
        .slider-banner .item::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            z-index: 1;
        }
        .slider-content {
            position: absolute;
            top: 50%;
            left: 50%;
            color: #fff;
            z-index: 2;
            width: 100%;
            padding: 2rem;
            display: flex;
            justify-content: space-between;
            align-items: center;
            text-align: left;
            transform: translate(-50%, -50%);
        }
        .slider-content .text-section {
            max-width: 60%;
        }
        .slider-content .small-text {
            color: #fff;
            font-size: 1rem;
            margin-bottom: 1rem;
            background: transparent;
            padding: 0;
        }
        
        .slider-content .large-heading {
            font-size: 64px;
            margin-bottom: 1rem;
            font-weight: 700;
            line-height: 80px;
            text-transform: capitalize;
        }
        .slider-content .para-text {
            margin-bottom: 2rem;
            max-width: 535px;
            margin-top: 2rem;
            color: #fff;
            line-height: 27px;
            font-size: 18px;
        }
         .btn-custom {
            background-color: #2b7cce;
    color: white;
    font-weight: 500;
    padding: 10px 30px;
    border: none;
    border-radius: 0 20px 0 0;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
        }
        .btn-custom:hover{background-color: #080808 !important;     color: #fff}

        .btn-light-custom {
        background-color: white;
        color: #080808;
        font-weight: 500;
        padding: 10px 30px;
        border: none;
        border-radius: 0 20px 0 0;
        display: inline-block;
        font-size: 20px;
        font-weight: 600;
        }

        .btn-light-custom:hover{
            background-color: #2b7cce;     
            color: #fff;
        }

        .btn-light-custom i {
            margin-left: 0.5rem;
        }

        .btn-custom i {
            margin-left: 0.5rem;
        }
        .rating-section {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            margin-top: 1rem !important;
        }
        .rating-section .stars {
            color: #ffbb33;
        }

        .owl-theme .owl-nav.disabled+.owl-dots {
            margin-top: 20px;
        }
        @media (max-width: 768px) {
            .slider-content {
                flex-direction: column;
                text-align: center;
              
            }
            .slider-content .text-section, .slider-content .para-text, .slider-content .rating-section {
                max-width: 100%;
            }
        }

          .features-section {
            background-color: #f8f8f8;
            padding: 80px 0;
            /* color: #fff; */
        }
          .features-section h2{font-weight: 700;margin-bottom: 20px;font-size: 2.5rem;}

          .features-section h1{font-weight: 600;margin: 0 0 40px;font-size: 50px;}
        .feature-box {
                background-color: white;
                color: #102030;
                border-radius: 10px;
                padding: 30px 20px;
                margin: 0;
                position: relative;
                overflow: hidden;
                /*display: flex;
                height: 100%;
                flex-direction: column;*/
                box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
                display: flex;
                flex-direction: column;
                height: 100%;
        }
        .feature-box .icon {
            font-size: 3rem;
            color: #2b7cce;
            margin-bottom: 0;
        }
        .feature-box h4 {
            font-weight: 600;
            margin-bottom: 20px;
            font-size: 1.5rem;
            height: auto;
        }
        .feature-box p {
            font-weight: 400;
            margin-bottom: 0;
        }
        .feature-box:before,
        .feature-box:after {
            content: '';
            position: absolute;
            width: 100px;
            height: 100px;
            background-color: red;
            border-radius: 50%;
            opacity: 0.3;
            display: none;
        }
        .feature-box:before {
            bottom: -80px;
            left: -80px;
        }
        .feature-box:after {
            top: -80px;
            right: -80px;
        }

        .hero-section {
            padding: 6rem 0;
            background-color: #fff;
        }

        .hero-section span{color: #2b7cce;}
        .hero-section .image-wrapper {
            position: relative;    padding-right: 100px;
        }
        .hero-section .image-wrapper img {
            width: 100%;
            border-radius: 10px;
        }
        .hero-section .image-wrapper .border {
            position: absolute;
            top: 10px;
            left: 10px;
            border: 5px solid #2b7cce;
            width: calc(100% - 20px);
            height: calc(100% - 20px);
            border-radius: 5px;
        }
        .hero-section .content-wrapper {
            padding-left: 30px;
        }
        .hero-section h1 {
            font-weight: 700;
            margin-bottom: 20px;
            font-size: 50px;
        }
        .hero-section p {
            font-weight: 400;
            margin-bottom: 40px;
            font-size: 18px;
        }
        .hero-section .icon-text p {
            margin: 0;
        }
        .hero-section .icon-text {
            display: flex;
            align-items: start;
            margin-bottom: 30px;
        }
        .hero-section .icon-text i {
            font-size: 2rem;
            color: #2b7cce;
            background-color: #f1f1f1;
            padding: 20px;
            border-radius: 0 20px 0 0;
            margin-right: 15px;
        }
        .hero-section .icon-text h5 {
            font-weight: 500;
        }
        .hero-section .btn-about {
            background-color: #2b7cce;
            color: white;
            font-weight: 500;
            padding: 10px 30px;
            border: none;
            border-radius: 0 20px  0 0;
            display: inline-block;
            font-size: 20px;
            font-weight: 600;
        }
        a, a:hover{text-decoration: none;}
        .hero-section .btn-about:hover {
            background-color: #080808;
        }
       /* h3{font-size: 20px; color: #2b7cce;}*/


       .step-icon {
    border: 0;
    border-radius: 50%;
    color: #2b7cce;
    font-size: 30px;
    margin-bottom: 20px;
    display: none !important;
}

.step-title {
    
    color: #2b7cce;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}
.steps-section.quality-service p{
    font-size: 16px;
    margin: 0;
}

.quality-service .step-title {
    font-size: 22px;
    margin: 0 0 10px;
}
.step-text {
       
font-size: 18px;
       
display: flex;
       
align-items: start;
}

.step-text i {
    color: #2b7cce;
    position: relative;
    top: 5px;
    margin-right: 10px;
}

.step-text{margin-bottom: 10px;}

.step-text:last-child{margin-bottom: 0;}

ul{list-style-type: none; padding: 0;}

.steps-section {
    background-color: #f8f8f8;
    padding: 80px 0 20px;
}

.steps-section p {
    max-width: 800px;
    margin: 10px auto 40px;
    font-size: 18px;
}
.steps-section h1 {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 2.5rem;
}
.techImage img{height: 100%; object-fit: cover; border-radius: 10px;}
        
        .services-section {
            background-color: #102039;
            color: white;
            padding: 6rem 0;
        }
        .services-section h2 {
            font-weight: 700;
            margin-bottom: 30px;
        }
        .service-carousel .item {
            background-color: white;
            color: #333;
            padding: 30px;
            border-radius: 0 80px  0 0;
            margin: 0 15px;
            position: relative;
        }
        .service-carousel .item .read-more:hover{color: #2b7cce }
        .service-carousel .item img {
            width: 100%;
            border-radius: 0 80px  0 0;
            height: 280px;
            object-fit: cover;
            margin-bottom: 30px;
        }
        .service-carousel .item h5 {
            font-weight: 500;
            margin-top: 15px;
            margin-bottom: 15px;
            font-size: 24px;
        }
        .service-carousel .item p {
            font-weight: 400;
            margin-bottom: 15px;
        }
        .service-carousel .item .read-more {
            color: #333;
            font-weight: 500;
        }
        .service-carousel .item .icon {
            position: absolute;
            top: 15px;
            right: 15px;
            background-color: white;
            border: 2px solid #2b7cce;
            padding: 10px;
            border-radius: 0 30px  0 0;
        }
        .service-carousel .item .icon i {
            color: #2b7cce;
            font-size: 2rem;
        }
        .service-carousel .owl-nav {
            position: absolute;
            top: -69px;
            right: 0;
            margin-top: -45px;
        }
        .service-carousel button.owl-prev span {
            color: #fff;
            height: 80px;
            width: 80px;
            border: 1px solid rgba(255, 255, 255, 0.25);
            border-radius: 50%;
            font-size: 44px;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-left: 20px;
        }

        .owl-theme .owl-nav [class*=owl-]:hover {
            background: transparent; }

            .owl-theme .owl-nav [class*=owl-]:hover span{ border: 1px solid rgba(255, 255, 255, 1);}

        .service-carousel  button.owl-next span {
            color: #fff;
            height: 80px;
            width: 80px;
            border: 1px solid rgba(255, 255, 255, 0.25);
            border-radius: 50%;
            font-size: 44px;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            margin-left: 20px;
        }
        .service-carousel .owl-nav button {
            background-color: transparent;
            border: none;
            font-size: 2rem;
            color: white;
            margin: 0 5px;
        }
        .service-carousel .owl-nav button:hover {
            color: #2b7cce;
        }
        
        .work-process-section {
            padding: 6rem 0;
            background-color: #f9f9f9;
        }
        .work-process-section h2 {
            font-weight: 700;
            margin-bottom: 30px;
            color: #102030;
        }
        .work-process-section h3 {
            color: #2b7cce;
            margin-bottom: 20px;
        }
        .work-process {
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .work-process-item {
            text-align: center;
            margin-bottom: 30px;
        }
        .work-process-item .icon {
            background-color: white;
            border: 2px solid #2b7cce;
            padding: 20px;
            border-radius: 50%;
            position: relative;
            margin-bottom: 15px;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .work-process-item .icon i {
            color: #2b7cce;
            font-size: 2rem;
        }
        .work-process-item .icon .number {
            background-color: #2b7cce;
            color: white;
            border-radius: 50%;
            padding: 5px 10px;
            position: absolute;
            top: -10px;
            left: 50%;
            transform: translateX(-50%);
        }
        .work-process-item h5 {
            font-weight: 500;
            color: #102030;
            margin-bottom: 10px;
        }
        .work-process-item p {
            font-weight: 400;
            color: #333;
        }
        @media(min-width: 768px) {
            .work-process {
                flex-direction: row;
                justify-content: space-between;
            }
        }

        .work-process-section {
            padding: 6rem 0;
            background-color: #F8F8F8;
        }
        .work-process-section h2 {
            font-weight: 700;
            margin-bottom: 40px;
            color: #102030;
        }
        .work-process-section h3 {
            color: #2b7cce;
            margin-bottom: 20px;
        }
        .work-process {
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .work-process-item {
            text-align: center;
            margin-bottom: 30px;
            padding: 0 20px;
            background-color: white;
            color: #333;
            padding: 30px;
            border-radius: 0 80px  0 0;
            margin: 0 15px;
            position: relative;
            box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
        }
      .work-process-item .icon {
            border: 0;
            border-radius: 0;
            position: relative;
            font-size: 34px;
        }
        .work-process-item .icon i {
            color: #2b7cce;
            font-size: 3rem;
        }
        .work-process-item .icon .number {
            color: #2b7cce;
            border-radius: 50%;
            position: absolute;
            top: -12px;
            left: 6px;
            transform: translateX(-50%);
            width: 34px;
            height: 34px;
            background: #fff;
            box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
            font-weight: 600;
            display: none;
        }
        .work-process-item h5 {
            font-weight: 500;
            color: #102030;
            margin-bottom: 10px;
        }
        .work-process-item p {
            font-weight: 400;
            color: #333;
        }
        @media(min-width: 768px) {
            .work-process {
                flex-direction: row;
                justify-content: space-between;
            }
        }

        .why-choose-us-section {
            padding: 6rem 0;
            background-color: #070707;
            color: white;
        }
       .why-choose-us-image img {
            object-fit: cover;
            border-radius: 100px 0 0 0;
            height: 400px;
            width: 100%;
        }
        .why-choose-us-section h2 {
            font-weight: 700;
            margin-bottom: 30px;
        }
        .why-choose-us-section h3 {
            color: #2b7cce;
            margin-bottom: 20px;
        }
        .why-choose-us {
            flex-direction: column;
            align-items: center;
        }
        .why-choose-us-item {
            display: flex;
            align-items: center;
            margin-bottom: 30px;
        }
        .why-choose-us-item .icon {
            color: #2b7cce;
            background-color: #f1f1f1;
            padding: 20px;
            border-radius: 0 20px  0 0;
            margin-right: 15px;
        }
        .why-choose-us-item .icon i {
            color: #2b7cce;
            font-size: 2rem;
        }
        .why-choose-us-item h5 {
            font-weight: 500;
            color: white;
            margin-bottom: 10px;
        }
        .why-choose-us-item p {
            font-weight: 400;
            color: white;
            margin-bottom: 0;
        }
        @media(min-width: 768px) {
            .why-choose-us {
                flex-direction: row;
                justify-content: space-between;
            }
        }
        .why-choose-us-image {
            text-align: center;
            margin-top: 30px;
        }
        .why-choose-us-image img {
            max-width: 100%;
        }

         .form-section {
            background-color: #f1f1f1;
            color: #102030;
            padding: 40px;
            border-radius: 0 100px  0 0;
        }
        .form-section h2 {
            font-weight: 700;
            margin-bottom: 30px;
        }
        .form-section .form-control {
            margin-bottom: 30px;
            padding: 0 15px;
            height: 54px;
            border-radius: 0 20px 0 0;
        }
        .form-section textarea.form-control {
            height: 70px !important;
        }
        .form-section .btn {
            background-color: #102030;
            color: white;
            font-weight: 500;
            padding: 10px 20px;
            border: none;
            border-radius: 3px;
        }
        .testimonials-section {
            padding: 80px 20px;
            background-color: #f9f9f9;
        }
        .testimonials-section h2 {
            font-weight: 700;
            margin-bottom: 30px;
        }
        .testimonials-section p {
            color: #666;
        }
        .testimonial {
            background-color: white;
            border: 1px solid #ddd;
            padding: 30px;
            border-radius: 100px 0 0;
            text-align: center;
        }
        .testimonial img {
            border-radius: 50%;
            margin-bottom: 20px;
            width: 80px !important;
            height: 80px;
            margin: auto;
            object-fit: cover;
        }
        .testimonials-section .owl-nav{display: none;}

        .testimonials-section .owl-dots{margin-top: 20px;}
        .testimonial h5 {
            font-weight: 500;
            margin-bottom: 5px;
        }
        .testimonial p {
            font-weight: 400;
        }
        .testimonial .rating {
            color: #f39c12;
            margin-bottom: 20px;
        }
        .testimonial .owl-nav {
            text-align: center;
            margin-top: 20px;
        }
        .testimonial .owl-nav button {
            background-color: transparent;
            border: none;
            font-size: 2rem;
            color: #d60b0b;
            margin: 0 10px;
        }
        .testimonial .owl-nav button:hover {
            color: #a00;
        }

        .clientSec{padding: 6rem 0;background-color: #f8f8f8;}

          .roofing-help-section {
            position: relative;
            background-image: url('../images/image1.jpg');
            background-size: cover;
            background-position: center;
            padding: 6rem 0;
            background-attachment: fixed;
            color: white;
        }
        .roofing-help-section p {
    max-width: 600px;
    margin: auto;
    font-size: 20px;
}
        .roofing-help-section:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
        }
        .roofing-help-section .container {
            position: relative;
            z-index: 1;
        }
        .roofing-help-section h2 {
            font-weight: 700;
            margin-bottom: 30px;
            font-size: 2.5rem;
        }
        .roofing-help-section .form-control {
            border-radius: 0 20px  0 0;
            margin-right: 10px;
            margin-bottom: 10px;
            max-width: 400px;
            height: 54px;
        }
        .roofing-help-section .btnHelp {
               background-color: #2b7cce;
               color: white;
               font-weight: 500;
               padding: 10px 30px;
               border: none;
               border-radius: 0 20px 0 0;
               display: inline-block;
               font-size: 20px;
        }
        .roofing-help-section .btnHelp:hover {
            background-color: #080808;
        }

          .counter-section {
            padding: 6rem 0;
            background-color: #f8f8f8;
            text-align: center;
        }
        .counter-item {
            margin-bottom: 0;
        }
        .counter-item i {
            font-size: 3rem;
            color: #2b7cce;
            margin-bottom: 10px;
        }
        .counter-item h3 {
            font-size: 2rem;
            font-weight: 700;
            color: #102030;
            margin-bottom: 10px;
        }
        .counter-item p {
            font-size: 1rem;
            color: #666;
        }


        .footer-section {
            background-color: #121212;
            color: white;
            padding: 4rem 0 0;
        }
        .footer-section .footer-logo {
            margin-bottom: 20px;
        }
        .footer-section .footer-logo img {
            max-width: 90px;
        }
        .footer-section .footer-description {
            margin-bottom: 20px;
            font-size: 16px;
            color: #ccc;
        }
        .footer-section .social-icons a {
            color: white;
            margin-right: 10px;
            font-size: 1.5rem;
        }
        .footer-section h5 {
            font-weight: 700;
            margin-bottom: 20px;
        }
        .footer-section ul {
            list-style: none;
            padding: 0;
        }
        .footer-section ul li {
            margin-bottom: 10px;
        }
        .footer-section ul li a {
            color: #ccc;
            text-decoration: none;
        }
        .footer-section .container {
            padding-bottom: 4rem;
        }
        .footer-section ul li a:hover {
            color: white;
        }
        .footer-section .contact-info p {
            margin-bottom: 10px;
            color: #ccc;
        }
        .footer-section .contact-info i {
            color: #2b7cce;
            margin-right: 10px;
        }
        .footer-bottom {
            background-color: #000;
            padding: 30px 0 10px;
            text-align: center;
            color: #ccc;
            font-size: 0.9rem;
        }
        .footer-bottom a {
            color: #ccc;
            text-decoration: none;
            
        }
        .footer-bottom a:hover {
            color: white; text-decoration: underline;
        }


        .scroll-to-top {
            position: fixed;
            bottom: 20px;
            right: 20px;
            background-color: #2b7cce;
            color: white;
            border: none;
            border-radius: 50%;
            font-size: 1.5rem;
            display: none;
            cursor: pointer;
            width: 44px;
            height: 44px;
            line-height: 44px;
            z-index: 999;
        }
        .scroll-to-top:hover {
            background-color: #080808;
        }


         .about-section {
            height: 300px;
            position: relative;
            color: white;
            padding: 0;
            text-align: left;
        }
        .about-section img {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
        }
        .about-section .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.7);
            display: flex;
            align-items: center;
        }
        .about-section .content {
            position: relative;
            z-index: 2;
            max-width: 600px;
            margin-left: 20px;
        }
        .about-section h1
         {
            font-weight: 700;
            margin-bottom: 20px;
            font-size: 64px;
        }
        .about-section .breadcrumb {
            background: none;
            padding: 0;
            margin: 0;
            font-size: 18px;
        }
        .breadcrumb-item+.breadcrumb-item::before{color: #fff;}
        .about-section .breadcrumb-item,
        .about-section .breadcrumb-item a {
            color: white;
            text-decoration: none;
        }
        .about-section .breadcrumb-item.active {
            color: #2b7cce;
        }
        .about-section .custom-shape {
            position: absolute;
            top: 50%;
            right: 10%;
            transform: translateY(-50%);
        }
        .about-section .custom-shape img {
            max-width: 100%;
            height: auto;
        }

         .quality-service {
            background-color: #fff;
            padding: 6rem 0;
            color: #000;
        }
        .quality-service h2 {
               font-weight: 700;
    margin-bottom: 60px;
    font-size: 2.5rem;
        }
        .nav-tabs {
            border: none;
        }
        .nav-tabs .nav-item {
            margin-bottom: 20px;
        }
        .nav-tabs .nav-link {
            background-color: #eee;
            color: #102030;
            border: none;
            border-radius: 6px;
            padding: 12px  20px;
            text-align: left;
            display: flex;
            align-items: center;
            font-weight: 500;
            width: 100%;
            position: relative;
            font-size: 20px;
            font-weight: 600;
        }
      /*  .nav-tabs .nav-link .nav-link:before {
            content: "";
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: -35px;
            width: 35px;
            height: 60px;
            background: #fff;
            clip-path: polygon(100% 49%, 0 0, 0 100%);
        }*/
        .nav-tabs .nav-link i {
            font-size: 18px;
            margin-right: 10px;
        }
        .nav-tabs .nav-link.active {
            background-color: #2b7cce;
            color: white;
        }
        .tab-content {
            background-color: white;
            color: #102030;
            border-radius: 180px  0 0;
            padding: 0 0 0 40px;
        }
        .tab-content h3 {
            font-weight: 700;
            margin-bottom: 20px;
        }
        .tab-content p {
            margin-bottom: 20px;
        }
        .tab-content ul {
            list-style: none;
            padding: 0;
        }
        .tab-content ul li {
            margin-bottom: 10px;
            display: flex;
            align-items: center;
        }
        .tab-content ul li i {
            color: #2b7cce;
            margin-right: 10px;
        }
        .tab-content .btn-read-more {
            background-color: red;
            color: white;
            font-weight: 500;
            padding: 10px 20px;
            border-radius: 5px;
            border: none;
            text-decoration: none;
        }
        .tab-content .btn-read-more:hover {
            background-color: darkred;
        }
        .spclbtn {
    margin: 0 20px 0 0;
    padding: 10px 20px !important;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 0 20px  0 0;
    display: block;
    font-size: 14px;
}

 .spclbtn {
    background-image: linear-gradient(to right, #2b7cce 0%, #0c1e30 51%, #1472cf 100%);
    color: #fff !important;
}
        .services-section.service-page-section{    background-color: #f8f8f8;}
.navbar-nav {
    align-items: center;
}
 .spclbtn:hover,  .spclbtn.active{background-image: linear-gradient(to right, #0c1e30 0%, #2b7cce 51%, #1472cf 100%);}

        .service-page-section .item {
            box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.10);
            background-color: white;
            color: #333;
            padding: 30px;
            border-radius: 10px;
            margin: 20px 0;
            position: relative;
        }
        .service-page-section .item .read-more:hover{color: #2b7cce }
        .service-page-section .item img {
            width: 100%;
            border-radius: 5px;
            height: 200px;
            object-fit: cover;
            margin-bottom: 26px;
        }
        .service-page-section .item h1 {
            font-weight: 600;
            margin-bottom: 20px;
            font-size: 1.5rem;
            height: auto;
            text-align: center;
            color: #2b7cce;
        }
        .service-page-section .item p {
            font-weight: 400;
            margin-bottom: 15px;
            font-size: 16px;
            text-align: center;
            margin: 0;
        }
        .service-page-section .item .read-more {
            color: #333;
            font-weight: 500;
        }
        .service-page-section .item .icon {
            position: absolute;
            top: 15px;
            right: 15px;
            background-color: white;
            border: 2px solid #2b7cce;
            padding: 10px;
            border-radius: 0 30px  0 0;
            display: none;
        }
        .service-page-section .item .icon i {
            color: #2b7cce;
            font-size: 2rem;
        }

        .imageTab img {
            height: 300px;
            object-fit: cover;
            border-radius: 10px;
        }


        /*price*/


        .pricing-section {
            background-color: #f8f8f8;
            padding: 5rem 0 2rem;
        }
        .pricing-section p.pricePara {
    font-size: 16px;
    max-width: 900px;
    margin: 0 auto 50px;
}
.pricing-card p {
    font-size: 18px;
    margin: 0 0 30px;
}
.pricing-features li p {
    margin: 0;
   
}
.pricing-features li p.cp {
    font-size: 20px;
}
.pricing-card h3 {
    margin: 15px 0 10px;
    font-weight: 700;
    color: #2b7cce;
    font-size: 40px;
}
.pricing-features li p span{ font-weight: 700;
    color: #2b7cce;
    font-size: 30px;}
        .pricing-section .disabled {opacity: 0.5;}

        .no-gutters>.col, .no-gutters>[class*=col-] {
            padding-right: 0;
            padding-left: 0;
        }
        .pricing-title {
            color: #121821;
            font-size: 2.5rem;
            margin-bottom: 20px;
            font-weight: 600;
        }

        .pricing-card {
            background-color: #ffffff;
            border-radius: 10px;
            padding: 40px;
            margin-bottom: 30px;
            box-shadow: 2px 2px 67px 0px rgba(44.000000000000014, 162.00000000000026, 252, 0.15);
            transition: all 0.3s ease-in-out;
        }

        .pricing-card.featured {
            border: 0;
            position: relative;
            z-index: 1;
            top: -40px;
            padding-bottom: 80px;
            background-color: #2b7cce;
            color: #fff;
            padding-top: 80px;
        }
        .pricing-card.featured li, .pricing-card.featured li i {
            color: #fff;
        }

        .pricing-card.featured .pricing-price {
            color: #fff;
        }

        .pricing-card.featured .pricing-price span {
            color: #fff;
        }

        .pricing-card.featured .pricing-plan {
            color: #fff;
                width: auto;
        }
        .pricing-popular {
            position: absolute;
            top: 20px;
            right: 20px;
            background-color: #fff;
            color: #2b7cce;
            padding: 5px 10px;
            font-size: 14px;
            border-radius: 5px;
          color: #2b7cce;
          font-weight: 600;
            
        }

        .pricing-plan {
            color: #121821;
            font-size: 28px;
            margin-bottom: 0;
            font-weight: 600;
            margin-right: 30px;
            width: auto;
        }

        .pricing-price {
            color: #102E46;
            
            font-size: 40px;
            margin-bottom: 20px;
            font-weight: 600;
        }

        .pricing-price span {
            font-size: 16px;
            color: #5B6471;
        }

        .pricing-features {
            list-style: none;
            padding: 0;
            margin-bottom: 20px;
            display: flex;
            flex-direction: column;
            /*height: 180px;*/
        }

        .pricing-features li {
            font-size: 16px;
            color: #222;
            margin-bottom: 15px;
            display: flex;
            align-items: self-start;
        }

        .pricing-features li:last-child{margin-bottom: 0;}

        .pricing-features li i {
            color: #2b7cce;
            margin-right: 10px;
            position: relative;
            top: 5px;
        }

        .pricing-btn {
            background-color: #2b7cce;
            color: white;
            font-weight: 500;
            padding: 10px 30px;
            border: none;
            border-radius: 0 20px 0 0;
            display: inline-block;
            font-size: 20px;
            margin-top: 20px;
        }

        .pricing-btn:hover{background-color: #1962ab !important; color: #fff !important;}

        .pricing-card p.styleText {
            box-shadow: 2px 2px 67px 0px rgb(44 162 252 / 22%);
            font-size: 18px;
            margin: 0 0 30px;
            background-color: #121212;
            color: #fff;
            padding: 10px 20px;
            border-radius: 10px;
        }

        .featured .pricing-btn {
            background-color: #fff;
            color: #2b7cce;
        }
        .PlansDV h3 {
            font-size: 2rem;
            font-weight: 600;
        }



        .PlansDV p {
            text-align: left;
            max-width: 100%;
        }

        .PlansDV {
            background: #f8f8f8;
            padding: 40px 80px 0;
            border-radius: 10px;
        }

        .btn-outline-primary {
            border-color: #2b7cce;
            color: #2b7cce;
            border-radius: 0 20px 0 0;
        }
        .btn-outline-primary:hover , .btn-primary:hover{
            background-color: #080808 !important;
            color: #ffffff;
            border-color: #080808 !important;
        }
        .btn-outline-primary:hover {
            background-color: #0072FE;
            color: #ffffff;
        }

        .btn-primary {
            background-color: #fff;
            border-color: #2b7cce;
            color: #2b7cce;
            border-radius: 0 20px 0 0;
        }

        .btn-primary:hover {
            background-color: #005bb5;
        }

        @media (max-width: 768px) {
            .pricing-title {
                font-size: 28px;
            }

            .pricing-price {
                font-size: 28px;
            }

            .pricing-features li {
                font-size: 12px;
            }

            .pricing-btn {
                font-size: 14px;
            }
        }


        .comparison-tableDv{padding: 5rem 0;}

      .comparison-table {
      width: 100%;
      border-collapse: collapse;
    }

    .comparison-table th,
    .comparison-table td {
      border: 1px solid #ddd;
      padding: 15px;
      text-align: center;

    }
    .comparison-table td:first-child {
    font-size: 18px;
    color: #2b7cce;
    }

    .comparison-table th {
      background-color: #121212;
      font-weight: bold;
      color: #fff;
      font-size: 22px;
    }

    .enterprise {
      background-color: #8734c9;
      color: #fff;
    }

    .advance {
      background-color: #f4a627;
      color: #fff;
    }

    .starter {
      background-color: #f06c9b;
      color: #fff;
    }

    .row-title {
      text-align: left;
      font-weight: bold;
      background-color: #fff;
    }

    .comparisonSection .pricing-title {
        margin-bottom: 100px;
    }

    .comparisonSection .pricing-card.featured h3{ color: #fff; }

    .comparisonSection .pricing-plan{width: 100px;     font-size: 22px;}

    .comparisonSection .pricing-card.featured{padding-bottom: 90px; top: -30px;}

    .comparisonSection .pricing-card.featured .pricing-plan{width: 100px;}

    .comparisonSection .pricing-card h3{font-size: 28px; margin-bottom: 30px;}

    @media (max-width: 767px) {
      .comparison-table, .comparison-table thead, .comparison-table tbody, .comparison-table th, .comparison-table td, .comparison-table tr {
        display: block;
        width: 100%;
      }
      .comparison-table thead tr {
        display: none;
      }
      .comparison-table td {
        text-align: right;
        padding-left: 50%;
        position: relative;
      }
      .comparison-table td::before {
        content: attr(data-label);
        position: absolute;
        left: 15px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
      }
    }

         .contact-section {
            padding: 6rem 0;
        }
        .contact-section h2 {
            font-weight: 700;
            margin-bottom: 30px;
        }
        .contact-section .info-box {
            background-color: #f7f7f7;
            padding: 46px 40px;
            border-radius: 10px;
            margin-bottom: 20px;
            display: flex;
        }
        .contact-section .info-box i {
            font-size: 2rem;
            color: #2b7cce;
            margin-right: 15px;
        }
        .contact-section .info-box h4 {
            font-weight: 700;
            margin-bottom: 10px;
        }
        .contact-section .info-box p {
            margin: 0;
        }
        .contact-section .form-control {
            border-radius: 6px;
            margin-bottom: 30px;
            padding: 0 20px 0;
            height: 54px ;
        
            CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
        }
        .contact-section .btn-submit {
            background-color: red;
            color: white;
            font-weight: 500;
            padding: 10px 20px;
            border-radius: 5px;
            border: none;
        }
        .contact-section .btn-submit:hover {
            background-color: darkred;
        }

        textarea.form-control {
            height: 170px !important;
            resize: none;
        }

        .map-section {
            height: 500px; /* Adjust the height as needed */

        }
        .map-section iframe {
            width: 100%;
            height:500px;
            border: none;
                mix-blend-mode: luminosity;
                    margin-bottom: -8px;
    
        }





.feature_new-section{background-color: #f8f8f8;}

.feature_new-section h1 {font-weight: 600;font-size: 2.5rem;}


.features-section.stepSec2 .icon {
    display: none;
}

    .feature_new-icon {
    width: 60px;
    height: 60px;
    border: 1px solid #2b7cce;
    border-radius: 50%;
    color: #2b7cce;
    font-size: 30px;
    margin-bottom: 20px;
}

.feature_new-title {
    
    font-size: 24px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 600;
}

.feature_new-text {
    font-size: 18px;
    text-align: center;
}

span.badge.bg-secondary {
    display: inline-block;
    background-color: #121212 !important;
    margin: 0 0 20px;
}

.features-section.stepSec2 ul {
    display: none;
}

.techImage img{height: 100%; object-fit: cover;}

.features-section.stepSec2{background-color: #f8f8f8; color: #000;}

.features-section.stepSec2 .btn-Vw {
    background-color: #2b7cce;
    color: white;
    font-weight: 500;
    padding: 10px 15px;
    border: none;
    border-radius: 0 20px 0 0;
    display: inline-block;
    width: 170px;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 0;
    text-transform: uppercase;
    cursor: pointer;
}

.features-section.stepSec2 .btn-Vw:hover{ background-color: #080808;}



.features-section.stepSec2 p {
    text-align: center;
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto 40px;
}

.slider-content h3 {
    font-size: 2rem;
    max-width: 700px;
}

.comparison_chart{background-color: #fff;}

.form-control:focus{outline: none; box-shadow: none;}


  


.sheduleSec{background-color: #f8f8f8;padding: 5em 0;}


.sheduleSec h2 {
font-weight: 700;
margin-bottom: 30px;
}


.sheduleSec .form-control {
    border-radius: 6px;
    margin-bottom: 10px;
    padding: 0 15px;
    height: 54px;
}

    .calendar-container, .time-slots {
  display: flex;
  flex-wrap: wrap;
}

.calendar {
  flex: 1;
  padding-right: 80px;
}

.calendar .flatpickr-calendar {
  display: block !important;
  position: relative;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  box-shadow: none;
}

/*.slots {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  flex: 1;

}*/

.slots button {
  padding: 10px;
  border: 1px solid #dee2e6;
  background: #fff;
  color: #121212;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
}

.slots button:hover,
.slots button.selected {
  background-color: #007bff;
  color: #fff;
}

.other-datetime {
  margin-top: 20px;
  padding-left: 80px;
}

.other-datetime h3 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 1.3rem;
}

.other-datetime input {
  padding: 10px;
  margin: 5px 5px 5px 0;
  font-size: 14px;
  width: 180px;
}

.timezone {
  margin-top: 10px;
  font-size: 14px;
  color: #444;
}
.timezone-container label {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 1.3rem;
}

.ContractorTypes {
    background-color: #f7f7f7;
    padding: 3em 0;
    text-align: center;
}

.contractorCol{background-color: #f7f7f7;
    padding: 20px;
    border-radius: 6px;}

.ContractorTypes h2 {
    font-weight: 700;
    margin-bottom: 40px;
    font-size: 2.5rem;
}

.cType {
    background: #fff;
    display: inline-block;
    color: #2b7cce;
    font-size: 20px;
    margin: 0 10px;
    padding: 10px 20px;
    box-shadow: 2px 2px 67px 0px rgba(44.000000000000014, 162.00000000000026, 252, 0.15);
    border-radius: 30px;
    margin-bottom: 0;
}


/*.comSoon{
    color: #121212;
    font-size: 22px;
    font-weight: 500;
    margin-top: 40px;
    padding: 10px 20px;
    display: block;
    border-radius: 3px;
    letter-spacing: 1px;
    }*/

    .comSoon span {
    color: #2b7cce;
}
input.ckDv {
    height: 16px;
    width: 16px;
    position: relative;
    top: 1px;
    margin-right: 3px;
}

.timezone-container i {
    color: #2b7cce;
}


.scheduleCont {
    border-radius: 10px;
    padding: 40px;
    margin-bottom: 30px;
    box-shadow: 2px 2px 67px 0px rgba(44.000000000000014, 162.00000000000026, 252, 0.15);
    transition: all 0.3s ease-in-out;
    background-color: #fff;
}

.timezone-container {
    padding-left: 80px;
}


.slots-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .slots-page {
    display: none;
  }
  .slots-page.active {
    display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  flex: 1;
  }


.how-it-works .badge {
    font-size: 20px;
    padding: 0.5rem 1rem 0;
    border-radius: 0.75rem;

    color: #6c757d;
    font-weight: 700;
}

.how-it-works h2 {
    font-size: 50px;
    color: rgb(10, 37, 64);
    font-weight: 700;
    line-height: 68px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.how-it-works h2 span {
    color: #2b7cce;
}

.how-it-works p {
    font-size: 20px;
    color: #616970;
    margin-bottom: 4rem;
}

.process-steps .step-box {
    background-color: #fff;
    /* border: 1px solid #dcd5d5; */
    border-radius: 10px;
    color: #2691e3;
    /* position: relative; */
    margin-bottom: 4rem !important;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
}

.process-steps .step-box:hover {
    margin-top: -10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

/* .process-steps .step-box:hover {
    margin-top: -10px;
    box-shadow: rgba(240, 46, 170, 0.4) 0px 5px, rgba(240, 46, 170, 0.3) 0px 10px, rgba(240, 46, 170, 0.2) 0px 15px, rgba(240, 46, 170, 0.1) 0px 20px, rgba(240, 46, 170, 0.05) 0px 25px;
} */

.process-steps .step-box.contnt {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-bottom: 0!important;
}

.process-steps .step-box::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translateY(-50%);
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    width: 20px;
    height: 20px;
    border-top-right-radius: 2px;
}

.process-steps .step-box:last-child::after {
    display: none;
}

.process-steps .step-number {
    background-color: #2f2f2f;
    text-align: center;
    color: #fff;
    padding: 0.25rem 0.5rem;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 700;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;

}

.process-steps h5 {
    color: rgb(10, 37, 64);
    margin-top: 15px;
    font-size: 20px;
    font-weight: 700;
    margin-top: 24px;
}

.process-steps .step-box {
    position: relative;
}

.process-steps .step-box span {
    font-size: 30px;
    font-weight: 700;
    position: absolute;
    top: -5%;
    left: -4%;
}

.process-steps ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.process-steps ul li {
    font-size: 18px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 35px;
    color: rgb(61 71 78);
}

.process-steps ul li:before {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    top: 5px;
    left: 0;
    background: url(../images/correct.png) no-repeat 0 0;

}

.step-col{margin-bottom: 80px;}

.btn-getstartd {
      background-color: #2b7cce;
      color: white;
      font-weight: 500;
      padding: 10px 30px;
      border: none;
      border-radius: 0 20px 0 0;
      display: inline-block;
      font-size: 20px;
      font-weight: 600;
}

.helpSec{margin: 80px 0;}
  
.experienceVegaSec .item img {
    margin: 0;
}


.vidDv iframe {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 6px;
}

.modal-xl {
    --bs-modal-width: 1790px;
}

.modal-height {
    height: 822px;
}

.video-height {
    height: 435px;
    /* transition: transform .2s ease-in-out; */
}

/* .video-height:hover {
    -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2); 
} */

.abtSec p{    font-weight: 400;
    margin-bottom: 40px;
    font-size: 18px;}


        @media(min-width: 1200px){
            .h1, h1 {
            font-size: 2rem;}
        }

        @media (1201px <= width <= 1365px) {
            .modal-height {
                height: 563px;
            }
        }

        @media (1366px <= width <= 1600px) {
            .modal-height {
                height: 644px;
            }
	    }

        @media(max-width: 991px){
            .slider-content .large-heading {
            font-size: 36px;

            line-height: normal;
            }

            .hero-section .image-wrapper{margin-bottom: 20px;}

            .clientSec .col-md-6 {
                padding-right: 0 !important;
            }
            .social-icons{margin-bottom: 20px;}
            .footer-section{padding-top: 2rem;}
            .footer-section .container {
                padding-bottom: 2rem;
            }

          .roofing-help-section form {
            display: block !important;
             }

            .navbar {
                padding: 12px 0;
                max-width: 100%;
            }

            .modal-height {
                height: 450px;
            }

             .video-height {
                height: 222px;
            }

            .topRgt{margin-bottom: 10px; max-width: fit-content;}
}
    


     @media(max-width: 767px){
        .about-section{height: 200px;}

        .hero-section, .work-process-section, .clientSec, .services-section, .pricing-section, .contact-section, .why-choose-us-section {
        padding: 3rem 1rem;}

        .clientSec{padding-bottom: 0;}

        .imageTab img {
        margin: 0 0 20px;}

        .footer-section .container {
            padding-bottom: 1rem;
        }

        .pricing-card.featured{    padding-bottom: 80px; padding-top: 80px; top: 0;}
        .pricing-title{margin-bottom: 40px;}
        .form-section{   padding: 40px 20px;}
        .form-section .col-6 {
        width: 100%;}

        .bannerSec .item {
        height: 750px;}

        .feature-box{margin: 10px 0; display: block; height: auto;}

        .about-section h1{    font-size: 40px;}

        .service-carousel .owl-nav {
       
        top: -90px;
            }

            .techImage{order: 1;}

            .hero-section .image-wrapper{padding-right: 0;}

            .pricing-features{height: auto;}

            .comparison-table td:first-child {
                font-size: 24px;
                text-align: left;
                padding-left: 15px;
            }

            .navbar-brand img {
                max-height: 30px;
            }

            .features-section h1, .hero-section h1, .how-it-works h2, .quality-service h2{font-size: 30px; line-height: 40px;}

            .steps-section{padding: 40px 0 0 ;}
            .process-steps .step-box span{left: 0;}
            .step-col{margin-bottom: 40px;}

            .navSec {
                padding: 0;
            }

          

            .topRgt {
                flex: 0 0 100%;
                max-width: 100%;
                margin: 0 0 20px;
                justify-content: center;
            }

            .navbar {
                padding: 12px 0;
                max-width: 100%;
                flex: 0 0 100%;
            }

            .timezone-container {
                padding-left: 0;
                margin: 40px 0;
            }
            .other-datetime{padding-left: 0;}

            .other-datetime input{width: 100%;}

            .calendar{padding-right: 0;}

                .calendar .flatpickr-calendar {
                width: 100%;
               /* position: relative;
                left: -20px;*/
            }
            .scheduleCont{padding: 40px 15px;}

            .service-page-section .item{margin: 10px 0;}

            .navbar {
                padding: 12px 0;
                max-width: 100%;
            }

            .modal-height {
                height: 450px;
            }

            .video-height {
                height: 222px;
            }

          
    }


     @media(max-width: 575px){

        ul.navbar-nav + div {
        display: block !important;
        width: 100%;
        }

        .quote-btn{    padding: 10px 30px; display: inline-block;}
        .call-us{margin-top: 10px;}
          .spclbtn {
                padding: 10px 20px !important;
            }

            .vidDv iframe{height: 135px;}

            .topRgt{margin-bottom: 10px; max-width: 100%;}

            .navbar{padding: 10px 0;}

            .navbar {
                padding: 12px 0;
                max-width: 100%;
            }

            .modal-height {
                height: 210px;
            }

             .video-height {
                height: 222px;
            }

    }



