* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Barlow", sans-serif;
    list-style: none;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    text-decoration: none;
}



.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 50px;
}


.navbar-nav li a {
    font-family: "work Sans", sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #59afe1;
}

.number li a {
    font-family: "Open Sans", sans-serif;
    padding: 0px 30px;
    font-weight: 600;
    font-size: 15px;
    color: #59afe1;
}

.navbar-brand {
    width: 150px;
}

.navbar-toggler-icon {
    background: url(/assets/images/bg/toggle.svg);
}

.navbar-toggler {
    background-color: #000;
}

.top-btn:hover {
    /* border: 1px solid #dad4d4; */
    box-shadow: rgba(160, 204, 236, 0.35) 0px 5px 15px;
    background-color: #fff;
    border: 1px solid #1483BB;
    transition: all ;
}

.top-btn:hover a {
    color: #59afe1;
}

.top-btn {
    background-color: #1483BB;
    border: 1px solid #1483BB;
    padding: 10px 25px;
    border-radius: 5px;
}

.top-btn a {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

.Product-Features {
    padding: 40px 0px;
    text-align: justify;
    background-color: #f4f7f9;
}

.icon i {
    font-size: 60px;
    padding-right: 20px;
    color: #59afe1;
}

.Features-01 {
    padding: 20px;
    transition: .5s all;
}

.Features-01:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.Features-01:hover {
    background-color: white;
}

.content-01 h3 {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #59afe1;
}

.content-01 p {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: grey;
    line-height: 1.5;
    word-spacing: 3px;
    margin-bottom: 20px;
}

.content-section {
    padding: 60px 10px;
}

.content-section h6 {
    font-size: 15px;
    font-weight: 600;
    color: #59afe1;
}

.content-section h4 {
    font-size: 26px;
    font-weight: 600;
}

.content-section p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    word-spacing: 3px;
}

.about-image img {
    padding: 15px 0px;
}

/* .read-btn {
    background-color: #1483BB;
    padding: 10px 20px;
    border-radius: 5px;
}


.read-btn a {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
} */

.content-heading a {
    background-color: #59afe1;
    padding: 10px 15px;
    color: #fff;
    font-size: 10px;
    border-radius: 5px;
    font-weight: 600;
}

.Emergency-Plumbing {
    padding: 54px 0px;
}

.plumbing-service h6 {
    font-size: 14px;
    font-weight: 500;
    padding: 0px 0px;
}

.plumbing-service h3 {
    font-size: 30px;
    font-weight: 600;
    color: #59afe1;
    padding: 0px 0px;
}

.plumbing-service p {
    font-size: 13px;
    font-weight: 500;
    color: grey;
    padding: 5px 0px;
}

.plumbing-service span {
    justify-items: flex-start;
}

.contact-btn {
    padding: 10px 0px;
}

.contact-btn a {
    background-color: #59afe1;
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 13px;
}

.plumbing-service-01 img {
    padding: 15px 0px;
}


.points h6 {
    font-size: 15px;
    font-weight: 600;
    color: #59afe1;
    /* padding: 10px 0px; */
}


.points p {
    font-size: 13px;
    color: grey;
}


/* 
.plumbing-service-01 {
    padding: 10px 0px;
}

.plumbing-service-01 h4 {
    font-size: 20px;
    font-weight: 600;
    color: #59afe1;
    padding: 10px 0px;
}

.plumbing-service-01 p {
    font-size: 15px;
} */



.services {
    background: linear-gradient(to left, #4d4c4c87, #3c3c3c87), url(/assets/images/bg/card\ bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-attachment: fixed;
    z-index: 1;
    padding: 40px 10px;

}

.inner-heading h6 {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
}


.inner-heading h3 {
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 10px;
    color: #fff;
}

.inner-box {
    /* transition: .5s ,all; */
    transition: all 0.5s ease-in-out;
    margin: 13px 0px;
    padding: 25px;
    border: 1px solid #dce0e1;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    background-color: #fff;
    height: 100%;
}

.inner-box:hover {
    background: none;
    /* transition: .5s, all; */
}

.inner-box:hover i {
    background-color: #fff;
    color: #59afe1;
}

.inner-box:hover h4 {
    color: #fff;
}

.inner-box:hover p {
    color: #fff;
}

.inner-box i {
    font-size: 40px;
    color: #fff;
    background-color: #59afe1;
    padding: 10px 12px;
    border-radius: 5px;
}

.inner-box h4 {
    padding: 15px 0px;
    font-size: 23px;
    font-weight: 600;
    color: #000;
}

.inner-box p {
    text-align: justify;
    font-size: 15px;
    font-weight: 300;
    color: #000;
    line-height: 1.5;
}

.choose {
    padding: 60px 10px;
}

.choose-content h6 {
    font-size: 15px;
    font-weight: 600;
    color: #59afe1;
}

.choose-content h3 {
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 10px;
}

.choose-image img {
    /* padding: 15px 8px; */
    border-radius: 8px;


}

.choose-point {
    padding: 2px 10px;
}

.choose-point h5 {
    font-size: 18px;
    font-weight: 600;
    color: #59afe1;
    padding: 0px;
    margin: 0px;

}

.choose-point p {
    font-size: 14px;
    padding-left: 49px;
}

.choose-point i {
    font-size: 20px;
    padding: 5px 8px;
    border-radius: 3px;
    border: 1px solid black;
    color: #464685;
}

.choose-point a {
    padding-right: 10px;
}


.product {
    background: linear-gradient(to left, #000a0a75, #00000a80), url(/assets/images/bg/water-banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-attachment: fixed;
    z-index: 1;
    padding: 18px 0px;
}

.product-heading h6 {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
}

.product-heading h3 {
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 15px;
    color: #fff;
}

.owl-carousel img {
    height: 210px;
    /* width: 50px; */
}

.getin {
    background-color: whitesmoke;
    padding: 60px 5px;
}

.get-point {
    padding: 15px 15px;
}

.get-01 {
    padding: 15px 15px;
}

.get-01 h2 {
    font-size: 40px;
    font-weight: 600;
}

.get-01 p {
    font-size: 15px;
    padding: 10px 0px;
}

.single-form input {
    border: none;
    padding: 10px;
    margin-top: 20px;
    width: 100%;
    font-size: 13px;
    border: 1px dashed #464685 !important;
}

.single-form textarea {
    line-height: 55px;
    font-size: 13px;
    border: none;
    padding-left: 10px;
    margin-top: 20px;
    width: 100%;
    border: 1px dashed #464685 !important;
}

.form-btn .submit {
    height: 45px;
    font-size: 15px;
    border: none;
    margin-top: 18px;
    width: 100%;
    text-align: center;
    background-color: #59afe1;
    border-radius: 5px;
    color: #fff;
}

.form-btn .submit:hover {
    background-color: #000;
    color: #fff;
}


.offers {
    padding: 65px 10px;
}

.offer-content:hover {
    border: 1px solid #dad4d4;
    box-shadow: rgba(160, 204, 236, 0.35) 0px 5px 15px;
    background-color: #4d4c4c;
    color: #fff;
    transition: .5s all;
}

.offer-content:hover i {
    color: #fff;
}

.offer-content {
    padding: 18px 10px;
    margin: 15px 0px;
    border: 1px solid #dad4d4;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.offer-heading h6 {
    font-size: 17px;
    font-weight: 600;
    color: #59afe1;
}

.offer-heading h3 {
    font-size: 32px;
    font-weight: 600;
    padding: 10px 0px;
}

.offer-content img {
    height: 120px;
    width: 120px;
}

.offer-content h4 {
    font-size: 18px;
    font-weight: 600;
    padding-top: 25px;
}

.offer-content p {
    font-size: 14px;
    font-weight: 400;
    padding: 5px 0px;
}



.counter {
    background: linear-gradient(0deg, #6294a8, #d8d6d6);
    padding: 40px 10px;

}

.counter-heading h3 {
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 20px;
}

.counter-heading h6 {
    font-size: 17px;
    font-weight: 600;
}

.counter-box {
    display: block;
    background: #fff;
    padding: 40px 20px;
    text-align: center;
    border-radius: 5px;

}

.counter-box p {
    margin: 5px 0 0;
    padding: 0;
    color: #909090;
    font-size: 18px;
    font-weight: 500
}

.counter-box i {
    font-size: 50px;
    padding-bottom: 15px;
    /* margin: 0 15px; */
    color: #59afe1;
}

.counter-01 {
    display: block;
    font-size: 32px;
    font-weight: 700;
    /* color: #666; */
    line-height: 28px
}


.testimonial {
    padding: 40px 10px;
    background: linear-gradient(320deg, rgb(181 194 218), rgb(93 161 227));
}

.text-client h6 {
    font-size: 15px;
    font-weight: 550;
    color: #fff;
}

.text-client h3 {
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 15px;
    color: #fff;

}

.testi-box {
    margin: 10px 28px;
    border: 1px solid black;
    border-radius: 5px;
    padding: 15px 15px;
    background-color: #fff;

}

.testi-box img {
    /* position: absolute; */
    border-radius: 10px;
    top: 60px;
    left: -60px;
}

.testi-box i {
    color: #59afe1;
    font-size: 25px;
}

.testi-box p {
    font-size: 15px;
    font-weight: 500;
}

.testi-box h6 {
    text-align: end;
    font-size: 16px;
    font-weight: 600;
    padding-right: 15px;
}


/* * footer css start */

.footer {
    padding-top: 45px;
    padding-bottom: 30px;
    background-color: #1a1d1fe8;
    color: white;
}

.footer-icon a i {
    color: whitesmoke;
    font-weight: 500;
    padding: 20px 5px;
    font-size: 25px;
}

.footer-icon a {
    text-decoration: none;
    font-size: 20px;
    padding: 15px;
    padding: 20px 10px;
}

.footer-txt p {
    font-family: "jost", sans-serif;
    line-height: 30px;
    font-size: 16px;
    color: whitesmoke;
}


.footer-txt h1 {
    font-family: "jost", sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #59afe1;

}


.link {
    padding-top: 10px;
}


.footer-txt .link ul li {
    list-style: none;
    font-family: "jost", sans-serif;
}

.footer-txt .link ul li a {
    text-decoration: none;
    font-family: "jost", sans-serif;
    color: whitesmoke;
    font-size: 15px;
    line-height: 1.8;
}


.footer-txt .link ul li a i {
    color: whitesmoke;
    font-size: 13px;
    padding-right: 8px;
}


.footer-1 {
    border-top: 1px solid rgb(199, 197, 197);
    background-color: #1c1d1e;
}

.footer-1 h4 {
    font-size: 16px;
    font-family: "jost", sans-serif;
    color: #fff;
}


.footer-1 h4 span {
    color: #1483BB;
    font-size: 20px;
    letter-spacing: 2px;
}

.footer-txt p {
    padding: 10px 0;
}

/* footer css end */



@media screen and (max-width:320px) {

    .navbar-brand {
        width: 38%;
    }

    .top-btn {
        display: none;
    }

    .number {
        display: none;
    }

    .navbar-toggler {
        border: 1px solid black;

    }

    .Product-Features {
        padding: 15px 0px;
    }

    .Features-01 {
        padding: 8px;
    }

    .icon i {
        font-size: 35px;
        padding-right: 10px;
    }

    .content-01 h3 {
        font-size: 18px;
        /* margin-bottom: 0px; */
    }

    .content-01 p {
        font-size: 12px;
        margin-bottom: 0px;
    }


    .content-section {
        padding: 30px 10px;
    }

    .content-section h6 {
        font-size: 13px;
    }

    .content-section h4 {
        font-size: 19px;
        font-weight: 600;
    }

    .content-section p {
        font-size: 12px;
    }

    .services {
        padding: 20px 10px;
    }

    .inner-heading h6 {
        font-size: 14px;
    }

    .inner-heading h3 {
        font-size: 19px;
        padding-bottom: 0px;
    }

    .inner-box {
        margin: 10px 0px;
        padding: 20px;
    }

    .inner-box i {
        font-size: 20px;
    }

    .inner-box h4 {
        padding: 12px 0px;
        font-size: 20px;
        margin: 0px;
    }

    .inner-box p {
        font-size: 12px;
    }

    .choose {
        padding: 35px 10px;
    }

    .choose-content h6 {
        font-size: 13px;
    }

    .choose-content h3 {
        font-size: 17px;
        padding-bottom: 4px;
    }

    .choose-point {
        padding: 5px 4px;
    }

    .choose-point i {
        font-size: 15px;
        padding: 3px 6px;
    }

    .choose-point h5 {
        font-size: 15px;
    }

    .choose-point p {
        font-size: 12px;
        padding-left: 39px;
    }

    .product-heading h6 {
        font-size: 13px;
    }

    .product-heading h3 {
        font-size: 20px;
        padding-bottom: 8px;
    }

    .Emergency-Plumbing {
        padding: 33px 10px;
    }

    .plumbing-service h6 {
        font-size: 12px;
    }

    .plumbing-service h3 {
        font-size: 21px;
    }

    .plumbing-service p {
        font-size: 12px;
        padding: 2px 0px;
    }

    .points h6 {
        font-size: 14px;
        padding: 2px 0px;
    }

    .points p {
        font-size: 12px;
    }

    .contact-btn a {
        padding: 11px 20px;
        border-radius: 5px;
        font-size: 10px;
    }

    .getin {
        padding: 10px 5px;
    }

    .get-01 h2 {
        font-size: 26px;
    }

    .get-01 p {
        font-size: 12px;
        padding: 0px 0px;
        margin: 0px;
    }

    .single-form input {
        padding: 9px;
        margin-top: 12px;
        font-size: 10px;
    }

    .single-form textarea {
        line-height: 35px;
        font-size: 10px;
        padding-left: 8px;
        margin-top: 12px;
    }

    .form-btn .submit {
        height: 35px;
        font-size: 11px;
        margin: 12px 0px;
        /* padding: 10px; */
    }

    .testimonial {
        padding: 32px 10px;
    }

    .text-client h6 {
        font-size: 13px;
    }

    .text-client h3 {
        font-size: 21px;
        padding-bottom: 5px;
    }

    .testi-box p {
        font-size: 12px;
    }

    .testi-box h6 {
        font-size: 13px;
        padding-right: 12px;
    }

    .offers {
        padding: 35px 8px;
    }

    .offer-heading h6 {
        font-size: 14px;
    }

    .offer-heading h3 {
        font-size: 20px;
        padding: 5px 0px;
    }

    .offer-content img {
        height: 60px;
        width: 60px;
    }

    .offer-content {
        padding: 15px 10px;
        margin: 10px 0px;
    }

    .offer-content h4 {
        font-size: 15px;
        padding-top: 14px;
    }

    .offer-content p {
        font-size: 11px;
        padding: 0px 0px;
    }

    .counter {
        padding: 30px 10px;
    }

    .counter-heading h6 {
        font-size: 13px;
    }

    .counter-heading h3 {
        font-size: 21px;
        padding-bottom: 12px;
    }

    .counter-box {
        padding: 29px 12px;
        margin-bottom: 15px;
    }

    .counter-box i {
        font-size: 35px;
    }

    .counter-01 {
        font-size: 25px;
        font-weight: 600;
        line-height: 25px;
    }

    .footer {
        padding-top: 20px;
        padding-bottom: 15px;
    }

    .footer-txt h1 {
        font-size: 20px;
    }

    .link {
        padding: 0px 0px 10px 0px;
    }

    .footer-txt .link ul li a {
        font-size: 13px;
        line-height: 1.4;
    }

    .footer-icon a i {
        padding: 10px 5px;
        font-size: 21px;
    }
}


@media screen and (min-width:321px) and (max-width:420px) {

    .navbar-brand {
        width: 38%;
    }

    .top-btn {
        display: none;
    }

    .number {
        display: none;
    }

    .navbar-toggler {
        border: 1px solid black;

    }

    .Product-Features {
        padding: 15px 0px;
    }

    .Features-01 {
        padding: 10px;
    }

    .icon i {
        font-size: 35px;
        padding-right: 10px;
    }

    .content-01 h3 {
        font-size: 18px;
        /* margin-bottom: 0px; */
    }

    .content-01 p {
        font-size: 12px;
        margin-bottom: 0px;
    }


    .content-section {
        padding: 30px 10px;
    }

    .content-section h6 {
        font-size: 13px;
    }

    .content-section h4 {
        font-size: 21px;
        font-weight: 600;
    }

    .content-section p {
        font-size: 12px;
    }

    .services {
        padding: 20px 10px;
    }

    .inner-heading h6 {
        font-size: 14px;
    }

    .inner-heading h3 {
        font-size: 19px;
        padding-bottom: 0px;
    }

    .inner-box {
        margin: 10px 0px;
        padding: 20px;
    }

    .inner-box i {
        font-size: 20px;
    }

    .inner-box h4 {
        padding: 12px 0px;
        font-size: 21px;
        margin: 0px;
    }

    .inner-box p {
        font-size: 12px;
    }

    .choose {
        padding: 35px 10px;
    }

    .choose-content h6 {
        font-size: 13px;
    }

    .choose-content h3 {
        font-size: 21px;
        padding-bottom: 4px;
    }

    .choose-point {
        padding: 5px 4px;
    }

    .choose-point i {
        font-size: 15px;
        padding: 3px 6px;
    }

    .choose-point h5 {
        font-size: 15px;
    }

    .choose-point p {
        font-size: 12px;
        padding-left: 39px;
    }

    .product-heading h6 {
        font-size: 13px;
    }

    .product-heading h3 {
        font-size: 20px;
        padding-bottom: 8px;
    }

    .Emergency-Plumbing {
        padding: 33px 10px;
    }

    .plumbing-service h6 {
        font-size: 12px;
    }

    .plumbing-service h3 {
        font-size: 21px;
    }

    .plumbing-service p {
        font-size: 12px;
        padding: 2px 0px;
    }

    .points h6 {
        font-size: 14px;
        padding: 2px 0px;
    }

    .points p {
        font-size: 12px;
    }

    .contact-btn a {
        padding: 11px 20px;
        border-radius: 5px;
        font-size: 10px;
    }

    .getin {
        padding: 10px 5px;
    }

    .get-01 h2 {
        font-size: 26px;
    }

    .get-01 p {
        font-size: 12px;
        padding: 0px 0px;
        margin: 0px;
    }

    .single-form input {
        padding: 9px;
        margin-top: 12px;
        font-size: 10px;
    }

    .single-form textarea {
        line-height: 35px;
        font-size: 10px;
        padding-left: 8px;
        margin-top: 12px;
    }

    .form-btn .submit {
        height: 35px;
        font-size: 11px;
        margin: 12px 0px;
        /* padding: 10px; */
    }

    .testimonial {
        padding: 32px 10px;
    }

    .text-client h6 {
        font-size: 13px;
    }

    .text-client h3 {
        font-size: 21px;
        padding-bottom: 5px;
    }

    .testi-box p {
        font-size: 12px;
    }

    .testi-box h6 {
        font-size: 13px;
        padding-right: 12px;
    }

    .owl-theme .owl-nav {
        margin-top: 0px;
    }

    .offers {
        padding: 35px 8px;
    }

    .offer-heading h6 {
        font-size: 14px;
    }

    .offer-heading h3 {
        font-size: 20px;
        padding: 5px 0px;
    }

    .offer-content img {
        height: 60px;
        width: 60px;
    }

    .offer-content {
        padding: 15px 10px;
        margin: 10px 0px;
    }

    .offer-content h4 {
        font-size: 15px;
        padding-top: 14px;
    }

    .offer-content p {
        font-size: 11px;
        padding: 0px 0px;
    }

    .counter {
        padding: 30px 10px;
    }

    .counter-heading h6 {
        font-size: 13px;
    }

    .counter-heading h3 {
        font-size: 21px;
        padding-bottom: 12px;
    }

    .counter-box {
        padding: 29px 12px;
        margin-bottom: 15px;
    }

    .counter-box i {
        font-size: 35px;
    }

    .counter-01 {
        font-size: 25px;
        font-weight: 600;
        line-height: 25px;
    }
}


@media screen and (min-width:421px) and (max-width:575px) {

    .navbar-brand {
        width: 40%;
    }

    .top-btn {
        display: none;
    }

    .number {
        display: none;
    }

    .navbar-toggler {
        border: 1px solid black;

    }

    .Product-Features {
        padding: 20px 0px;
    }

    .Features-01 {
        padding: 10px;
    }

    .icon i {
        font-size: 40px;
        padding-right: 12px;
    }

    .content-01 h3 {
        font-size: 20px;
    }

    .content-01 p {
        font-size: 13px;
        margin-bottom: 6px;
    }

    .content-section {
        padding: 35px 10px;
    }

    .content-section h6 {
        font-size: 14px;
    }

    .content-section h4 {
        font-size: 24px;
    }

    .content-section p {
        font-size: 13px;
    }


    .services {
        padding: 20px 10px;
    }

    .inner-heading h6 {
        font-size: 14px;
    }

    .inner-heading h3 {
        font-size: 19px;
        padding-bottom: 0px;
    }

    .inner-box {
        margin: 10px 0px;
        padding: 20px;
    }

    .inner-box i {
        font-size: 20px;
    }

    .inner-box h4 {
        padding: 12px 0px;
        font-size: 21px;
        margin: 0px;
    }

    .inner-box p {
        font-size: 12px;
    }

    .choose {
        padding: 35px 13px;
    }

    .choose-content h6 {
        font-size: 13px;
    }

    .choose-content h3 {
        font-size: 21px;
        padding-bottom: 4px;
    }

    .choose-point {
        padding: 5px 4px;
    }

    .choose-point i {
        font-size: 15px;
        padding: 3px 6px;
    }

    .choose-point h5 {
        font-size: 15px;
    }

    .choose-point p {
        font-size: 12px;
        padding-left: 39px;
    }

    .owl-carousel img {
        height: 250px;
    }

    .product-heading h6 {
        font-size: 13px;
    }

    .product-heading h3 {
        font-size: 20px;
        padding-bottom: 8px;
    }

    .Emergency-Plumbing {
        padding: 33px 10px;
    }

    .plumbing-service h6 {
        font-size: 12px;
    }

    .plumbing-service h3 {
        font-size: 21px;
    }

    .plumbing-service p {
        font-size: 12px;
        padding: 2px 0px;
    }

    .points h6 {
        font-size: 14px;
        padding: 2px 0px;
    }

    .points p {
        font-size: 12px;
    }

    .contact-btn a {
        padding: 11px 20px;
        border-radius: 5px;
        font-size: 10px;
    }

    .getin {
        padding: 10px 5px;
    }

    .get-01 h2 {
        font-size: 26px;
    }

    .get-01 p {
        font-size: 12px;
        padding: 0px 0px;
        margin: 0px;
    }

    .single-form input {
        padding: 9px;
        margin-top: 12px;
        font-size: 10px;
    }

    .single-form textarea {
        line-height: 35px;
        font-size: 10px;
        padding-left: 8px;
        margin-top: 12px;
    }

    .form-btn .submit {
        height: 35px;
        font-size: 11px;
        margin: 12px 0px;
        /* padding: 10px; */
    }

    .testimonial {
        padding: 32px 10px;
    }

    .text-client h6 {
        font-size: 13px;
    }

    .text-client h3 {
        font-size: 21px;
        padding-bottom: 5px;
    }

    .testi-box p {
        font-size: 12px;
    }

    .testi-box h6 {
        font-size: 13px;
        padding-right: 12px;
    }

    .owl-theme .owl-nav {
        margin-top: 0px;
    }

    .offers {
        padding: 35px 8px;
    }

    .offer-heading h6 {
        font-size: 14px;
    }

    .offer-heading h3 {
        font-size: 20px;
        padding: 5px 0px;
    }

    .offer-content img {
        height: 60px;
        width: 60px;
    }

    .offer-content {
        padding: 15px 10px;
        margin: 10px 0px;
    }

    .offer-content h4 {
        font-size: 15px;
        padding-top: 14px;
    }

    .offer-content p {
        font-size: 11px;
        padding: 0px 0px;
    }

    .counter {
        padding: 30px 10px;
    }

    .counter-heading h6 {
        font-size: 13px;
    }

    .counter-heading h3 {
        font-size: 21px;
        padding-bottom: 12px;
    }

    .counter-box {
        padding: 29px 12px;
        margin-bottom: 15px;
    }

    .counter-box i {
        font-size: 35px;
    }

    .counter-01 {
        font-size: 25px;
        font-weight: 600;
        line-height: 25px;
    }

}


@media screen and (min-width:576px) and (max-width:767px) {

    .navbar-brand {
        width: 38%;
    }

    .top-btn {
        display: none;
    }

    .number {
        display: none;
    }

    .navbar-toggler {
        border: 1px solid black;

    }

    .Product-Features {
        padding: 20px 0px;
    }

    .Features-01 {
        padding: 10px;
    }

    .icon i {
        font-size: 40px;
        padding-right: 12px;
    }

    .content-01 h3 {
        font-size: 20px;
    }

    .content-01 p {
        font-size: 13px;
        margin-bottom: 6px;
    }

    .content-section {
        padding: 35px 10px;
    }

    .content-section h6 {
        font-size: 14px;
    }

    .content-section h4 {
        font-size: 24px;
    }

    .content-section p {
        font-size: 13px;
    }


    .services {
        padding: 20px 10px;
    }

    .inner-heading h6 {
        font-size: 14px;
    }

    .inner-heading h3 {
        font-size: 19px;
        padding-bottom: 0px;
    }

    .inner-box {
        margin: 10px 0px;
        padding: 20px;
    }

    .inner-box i {
        font-size: 20px;
    }

    .inner-box h4 {
        padding: 12px 0px;
        font-size: 21px;
        margin: 0px;
    }

    .inner-box p {
        font-size: 12px;
    }

    .choose {
        padding: 35px 13px;
    }

    .choose-content h6 {
        font-size: 13px;
    }

    .choose-content h3 {
        font-size: 21px;
        padding-bottom: 4px;
    }

    .choose-point {
        padding: 5px 4px;
    }

    .choose-point i {
        font-size: 15px;
        padding: 3px 6px;
    }

    .choose-point h5 {
        font-size: 15px;
    }

    .choose-point p {
        font-size: 12px;
        padding-left: 39px;
    }

    .owl-carousel img {
        /* height: 250px; */
    }

    .product-heading h6 {
        font-size: 13px;
    }

    .product-heading h3 {
        font-size: 20px;
        padding-bottom: 8px;
    }

    .Emergency-Plumbing {
        padding: 33px 10px;
    }

    .plumbing-service h6 {
        font-size: 12px;
    }

    .plumbing-service h3 {
        font-size: 21px;
    }

    .plumbing-service p {
        font-size: 12px;
        padding: 2px 0px;
    }

    .points h6 {
        font-size: 14px;
        padding: 2px 0px;
    }

    .points p {
        font-size: 12px;
    }

    .contact-btn a {
        padding: 11px 20px;
        border-radius: 5px;
        font-size: 10px;
    }

    .getin {
        padding: 10px 5px;
    }

    .get-01 h2 {
        font-size: 26px;
    }

    .get-01 p {
        font-size: 12px;
        padding: 0px 0px;
        margin: 0px;
    }

    .single-form input {
        padding: 9px;
        margin-top: 12px;
        font-size: 10px;
    }

    .single-form textarea {
        line-height: 35px;
        font-size: 10px;
        padding-left: 8px;
        margin-top: 12px;
    }

    .form-btn .submit {
        height: 35px;
        font-size: 11px;
        margin: 12px 0px;
        /* padding: 10px; */
    }

    .testimonial {
        padding: 32px 10px;
    }

    .text-client h6 {
        font-size: 13px;
    }

    .text-client h3 {
        font-size: 21px;
        padding-bottom: 5px;
    }

    .testi-box p {
        font-size: 12px;
    }

    .testi-box h6 {
        font-size: 13px;
        padding-right: 12px;
    }

    .owl-theme .owl-nav {
        margin-top: 0px;
    }

    .offers {
        padding: 35px 8px;
    }

    .offer-heading h6 {
        font-size: 14px;
    }

    .offer-heading h3 {
        font-size: 20px;
        padding: 5px 0px;
    }

    .offer-content img {
        height: 60px;
        width: 60px;
    }

    .offer-content {
        padding: 15px 10px;
        margin: 10px 0px;
    }

    .offer-content h4 {
        font-size: 15px;
        padding-top: 14px;
    }

    .offer-content p {
        font-size: 11px;
        padding: 0px 0px;
    }

    .counter {
        padding: 30px 10px;
    }

    .counter-heading h6 {
        font-size: 13px;
    }

    .counter-heading h3 {
        font-size: 21px;
        padding-bottom: 12px;
    }

    .counter-box {
        padding: 29px 12px;
        margin-bottom: 15px;
    }

    .counter-box i {
        font-size: 35px;
    }

    .counter-01 {
        font-size: 25px;
        font-weight: 600;
        line-height: 25px;
    }
}


@media screen and (min-width:768px) and (max-width:991px) {

    .navbar-brand {
        width: 25%;
    }

    .top-btn {
        display: none;
    }

    .number {
        display: none;
    }

    .navbar-toggler {
        border: 1px solid black;

    }

    .Product-Features {
        padding: 20px 0px;
    }

    .Features-01 {
        padding: 0px;
    }

    .icon i {
        font-size: 40px;
        padding-right: 12px;
    }

    .content-01 h3 {
        font-size: 20px;
    }

    .content-01 p {
        font-size: 12px;
        margin-bottom: 6px;
    }

    .content-section {
        padding: 35px 10px;
    }

    .content-section h6 {
        font-size: 13px;
    }

    .content-section h4 {
        font-size: 22px;
    }

    .content-section p {
        font-size: 12px;
    }

    .about-image img {
        padding-top: 55px;
    }

    .services {
        padding: 20px 10px;
    }

    .inner-heading h6 {
        font-size: 14px;
    }

    .inner-heading h3 {
        font-size: 19px;
        padding-bottom: 0px;
    }

    .inner-box {
        margin: 10px 0px;
        padding: 10px;
    }

    .inner-box i {
        font-size: 20px;
    }

    .inner-box h4 {
        padding: 12px 0px;
        font-size: 14px;
        margin: 0px;
    }

    .inner-box p {
        font-size: 11px;
        min-height: 182px;
    }

    .choose {
        padding: 35px 10px;
    }

    .choose-content h6 {
        font-size: 13px;
    }

    .choose-content h3 {
        font-size: 21px;
        padding-bottom: 4px;
    }

    .choose-image img {
        margin-top: 65px;
    }

    .choose-point {
        padding: 5px 4px;
    }

    .choose-point i {
        font-size: 15px;
        padding: 3px 6px;
    }

    .choose-point h5 {
        font-size: 15px;
    }

    .choose-point p {
        font-size: 12px;
        padding-left: 39px;
    }

    .owl-carousel img {
        /* height: 250px; */
    }

    .product-heading h6 {
        font-size: 13px;
    }

    .product-heading h3 {
        font-size: 20px;
        padding-bottom: 8px;
    }

    .Emergency-Plumbing {
        padding: 50px 10px;
    }

    .plumbing-service h6 {
        font-size: 12px;
    }

    .plumbing-service h3 {
        font-size: 21px;
    }

    .plumbing-service p {
        font-size: 12px;
        padding: 2px 0px;
    }

    .plumbing-service-01 img {
        margin-top: 60px;
        /* padding-top: 70px; */
        height: 300px;
    }

    .points h6 {
        font-size: 14px;
        padding: 2px 0px;
    }

    .points p {
        font-size: 12px;
    }

    .contact-btn a {
        padding: 11px 20px;
        border-radius: 5px;
        font-size: 10px;
    }

    .getin {
        padding: 10px 5px;
    }

    .get-01 h2 {
        font-size: 26px;
    }

    .get-01 p {
        font-size: 12px;
        padding: 0px 0px;
        margin: 0px;
    }

    .get-point {
        padding: 0px;
    }

    .get-point img {
        padding: 25px 0px;
    }

    .single-form input {
        padding: 9px;
        margin-top: 12px;
        font-size: 10px;
    }

    .single-form textarea {
        line-height: 35px;
        font-size: 10px;
        padding-left: 8px;
        margin-top: 12px;
    }

    .form-btn .submit {
        height: 35px;
        font-size: 11px;
        margin: 12px 0px;
        /* padding: 10px; */
    }

    .testimonial {
        padding: 32px 10px;
    }

    .text-client h6 {
        font-size: 13px;
    }

    .text-client h3 {
        font-size: 21px;
        padding-bottom: 5px;
    }

    .testi-box p {
        font-size: 12px;
    }

    .testi-box h6 {
        font-size: 13px;
        padding-right: 12px;
    }

    .owl-theme .owl-nav {
        margin-top: 0px;
    }

    .offers {
        padding: 35px 8px;
    }

    .offer-heading h6 {
        font-size: 14px;
    }

    .offer-heading h3 {
        font-size: 20px;
        padding: 5px 0px;
    }

    .offer-content img {
        height: 60px;
        width: 60px;
    }

    .offer-content {
        padding: 15px 10px;
        margin: 10px 0px;
        min-height: 243px;
    }

    .offer-content h4 {
        font-size: 13px;
        padding-top: 14px;
    }

    .offer-content p {
        font-size: 11px;
        padding: 0px 0px;
    }

    .counter {
        padding: 30px 10px;
    }

    .counter-heading h6 {
        font-size: 13px;
    }

    .counter-heading h3 {
        font-size: 21px;
        padding-bottom: 12px;
    }

    .counter-box {
        padding: 29px 12px;
        margin-bottom: 15px;
    }

    .counter-box i {
        font-size: 35px;
    }

    .counter-box p {
        font-size: 15px;
    }

    .counter-01 {
        font-size: 23px;
        font-weight: 600;
        line-height: 25px;
    }
}


@media screen and (min-width:992px) and (max-width:1200px) {

    .navbar-brand {
        width: 19%;
    }

    /* .top-btn {
        display: none;
    }

    .number {
        display: none;
    } */

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 27px;
    }

    .navbar-nav li a {
        font-size: 14px;
    }

    .number li a {
        font-size: 14px;
    }

    .top-btn {
        padding: 8px 18px;
    }

    .top-btn a {
        font-size: 12px;
    }

    .Product-Features {
        padding: 30px 0px;
    }

    .Features-01 {
        padding: 0px;
    }

    .icon i {
        font-size: 50px;
        padding-right: 12px;
    }

    .content-01 h3 {
        font-size: 23px;
    }

    .content-01 p {
        font-size: 13px;
        margin-bottom: 6px;
    }

    .content-section {
        padding: 35px 10px;
    }

    .content-section h6 {
        font-size: 13px;
    }

    .content-section h4 {
        font-size: 25px;
    }

    .content-section p {
        font-size: 13px;
    }

    /* .about-image img {
        padding-top: 55px;
    } */

    .services {
        padding: 40px 10px;
    }

    .inner-heading h6 {
        font-size: 14px;
    }

    .inner-heading h3 {
        font-size: 26px;
        padding-bottom: 0px;
    }

    .inner-box {
        margin: 15px 0px;
        padding: 15px;
    }

    .inner-box i {
        font-size: 27px;
    }

    .inner-box h4 {
        padding: 12px 0px;
        font-size: 19px;
        margin: 0px;
    }

    .inner-box p {
        font-size: 12px;
        min-height: 161px;
    }

    .choose {
        padding: 40px 10px;
    }

    .choose-content h6 {
        font-size: 13px;
    }

    .choose-content h3 {
        font-size: 25px;
        padding-bottom: 4px;
    }

    .choose-image img {
        margin-top: 30px;
    }

    .choose-point {
        padding: 5px 4px;
    }

    .choose-point i {
        font-size: 15px;
        padding: 3px 6px;
    }

    .choose-point h5 {
        font-size: 15px;
    }

    .choose-point p {
        font-size: 12px;
        padding-left: 39px;
    }

    .owl-carousel img {
        /* height: 250px; */
    }

    .product {
        padding: 35px 10px;
    }

    .product-heading h6 {
        font-size: 13px;
    }

    .product-heading h3 {
        font-size: 25px;
        padding-bottom: 8px;
    }

    .Emergency-Plumbing {
        padding: 50px 10px;
    }

    .plumbing-service h6 {
        font-size: 14px;
    }

    .plumbing-service h3 {
        font-size: 25px;
    }

    .plumbing-service p {
        font-size: 13px;
        padding: 2px 0px;
    }

    .plumbing-service-01 img {
        margin-top: 60px;
        /* padding-top: 70px; */
        height: 300px;
    }

    .points h6 {
        font-size: 15px;
        padding: 2px 0px;
    }

    .points p {
        font-size: 12px;
    }

    .contact-btn a {
        padding: 11px 20px;
        border-radius: 5px;
        font-size: 11px;
        font-weight: 500;
    }

    .getin {
        padding: 35px 5px;
    }

    .get-01 h2 {
        font-size: 26px;
    }

    .get-01 p {
        font-size: 12px;
        padding: 0px 0px;
        margin: 0px;
    }

    .get-point {
        padding: 0px;
    }

    /* .get-point img {
        padding: 25px 0px;
    } */

    .single-form input {
        padding: 9px;
        margin-top: 12px;
        font-size: 10px;
    }

    .single-form textarea {
        line-height: 35px;
        font-size: 10px;
        padding-left: 8px;
        margin-top: 12px;
    }

    .form-btn .submit {
        height: 35px;
        font-size: 11px;
        margin: 12px 0px;
        /* padding: 10px; */
    }

    .testimonial {
        padding: 32px 10px;
    }

    .testi-box {
        min-height: 160px;
    }


    .text-client h6 {
        font-size: 13px;
    }

    .text-client h3 {
        font-size: 21px;
        padding-bottom: 5px;

    }

    .testi-box p {
        font-size: 12px;
    }

    .testi-box h6 {
        font-size: 13px;
        padding-right: 12px;
    }


    .owl-theme .owl-nav {
        margin-top: 0px;
    }

    .offers {
        padding: 35px 8px;
    }

    .offer-heading h6 {
        font-size: 14px;
    }

    .offer-heading h3 {
        font-size: 20px;
        padding: 5px 0px;
    }

    .offer-content img {
        height: 80px;
        width: 80px;
    }

    .offer-content {
        padding: 15px 10px;
        margin: 10px 0px;
        min-height: 242px;
    }

    .offer-content h4 {
        font-size: 18px;
        padding-top: 14px;
    }

    .offer-content p {
        font-size: 12px;
        padding: 0px 0px;
    }


    .counter-box i {
        font-size: 45px;
    }

    .counter-01 {
        font-size: 25px;
    }

    .counter-heading h3 {
        font-size: 21px;
        padding-bottom: 12px;
    }

}






/* ************************ About page and Contact page csss start********************************************** */
/* @import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
} */

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    text-decoration: none;
}



/* body {
    font-family: "Barlow", sans-serif;
    height: 100%;
    width: 100%;
    font-optical-sizing: auto;
    position: relative;
    background-color: #f4f4f4;
} */
.main {
    padding-top: 10px;
    color: rgb(68, 67, 67);
    padding: 16px 0;
    text-align: center;
}

.main h1 {
    font-size: 30px;
    font-weight: bold;
    color: rgb(68, 67, 67);

}

.main p {
    color: #59afe1;
    font-size: 20px;
    font-weight: bold;
}

.content {
    padding-top: 16px;
}

.content h2 {
    color: #59afe1;
    font-size: 17px;
    font-weight: 600;
}

.content h3 {
    font-size: 28px;
    line-height: 42px;
    color: #333;
    font-weight: bold;
}

.content h6 {
    font-size: 18px;
    font-weight: bold;
}

.content p {
    font-size: 15px;
    line-height: 29px;
    color: #333;
    text-align: justify;
}

.services {
    display: flex;
    flex-wrap: wrap;
}

.service {
    flex: 1;
    margin: 5px;
    padding: 2px;
    border: 1px solid #ddd;
    border-radius: 8px;
    text-align: center;
}

.service h3 {
    color: #1E90FF;
}

/* abouy banner css */
.aboutbanner {
    background: linear-gradient(to left, #39383887, #32323287), url(/assets/images2/Images/img/img2.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    z-index: 1;
    background-repeat: no-repeat;
    padding-top: 135px;
    padding-bottom: 135px;
    background-color: #e1e9ee;
}

.ab-img img {
    border-radius: 5px;
    padding-top: 40px;
    padding-bottom: 5px;
}

.ab_service {
    padding-top: 15px;
}

.aboutus {
    padding-top: 35px;
}

/* missioncss start */
.mission {
    background: linear-gradient(to left, #14141487, #14141487), url(/assets/images2/Images/img/banner2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
    padding: 43px 0px;
    width: 100%;
}

.mission-content {
    padding-top: 5px;
}

.mission-content h2 {
    font-size: 40px;
    font-weight: bold;
    color: #59afe1;
    left: 30px;
    font-family: "Barlow", sans-serif;
    text-align: center;
    text-transform: uppercase;
}

.mission-content p {
    font-size: 16px;
    color: white;
    line-height: 30px;
    font-family: "Barlow", sans-serif;
    text-align: center;
}

.mission1 {
    padding-top: 50px;
    padding-bottom: 20px;
}

.mission1 h2 {
    font-size: 30px;
    font-weight: bold;
    color: #111213;
    text-align: center;
    line-height: 84px;

}

.mission1-img {
    text-align: center;
}

.mission1-content h3 {
    font-size: 22px;
    color: #416a83;
    font-weight: 600;
    font-family: "Barlow", sans-serif;
    text-align: center;
    line-height: 40px;

}

.mission1-content p {
    font-size: 15px;
    color: #151719;
    font-family: "Barlow", sans-serif;
    text-align: center;

}

.mission-box {
    background: #fff;
    border-radius: 5px;
    padding: 30px 15px;
    border: 2px solid #fff;
    /* transition: .5s all; */
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 5px 15px;  */
}

.mission-box .mission-icon i {
    color: whitesmoke;
    font-size: 45px;

}

.mission-box .mission-icon i {
    padding: 20px 25px;
    background-color: #59afe1;
    border-radius: 5px;
    margin-bottom: 25px;
}

.mission-box h5 {
    font-size: 26px;
    color: #59afe1;
    font-weight: 600;
    font-family: "Barlow", sans-serif;
}

.mission-box p {
    font-size: 16px;
    color: #333;
}

.mission-box:hover {
    background: none;
    border: 2px solid whitesmoke;
    transition: .2s ease-in-out all;

}

.mission-box:hover h5 {
    color: whitesmoke;
    transition: .2s ease-in-out all;

}

.mission-box:hover p {
    color: whitesmoke;
    transition: .2s ease-in-out all;

}

.mission-box:hover .mission-icon i {
    color: #59afe1;
    background-color: whitesmoke;
    transition: .2s ease-in-out all;

}

.card {
    padding: 20px 18px;
    height: 100%;
}

.card:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/* missioncss end */


/* * footer css start */

.footer {
    /* padding-top: 53px; */
    /* padding-bottom: 66px; */
    background-color: #1a1d1f;
    color: white;
    /* margin-top: 25px; */
}

.footer-icon a i {
    color: whitesmoke;
    font-weight: 500;
    padding: 20px 0px;
    font-size: 25px;
}

.footer-icon a {
    text-decoration: none;
    font-size: 20px;
    padding: 15px;
    padding: 20px 10px;
}

.footer-txt p {
    font-family: "jost", sans-serif;
    line-height: 30px;
    font-size: 16px;
    color: whitesmoke;


}

.footer-txt h1 {
    font-family: "jost", sans-serif;
    font-size: 29px;
    padding-left: 0px;
    font-weight: 600;
    color: #59afe1;

}

.link {
    padding-top: 10px;
}

.footer-txt .link ul li {
    list-style: none;
    font-family: "jost", sans-serif;
}

.footer-txt .link ul li a {
    text-decoration: none;
    font-family: "jost", sans-serif;
    color: whitesmoke;
    font-size: 15px;
    line-height: 30px;
}

.footer-txt .link ul li a i {
    color: whitesmoke;
    font-size: 13px;
    padding-right: 15px;
}

.footer-1 {
    border-top: 1px solid rgb(199, 197, 197);
    background-color: #1c1d1e;

}

.footer-1 h4 {
    font-size: 16px;
    font-family: "jost", sans-serif;
    color: #fff;
}

.footer-1 h4 span {
    color: #1483BB;
    font-size: 20px;
    letter-spacing: 2px;
}

.footer-txt p {
    padding: 10px 0;
}

/* footer css end */

.page-banner .title {
    padding-top: 11px;
    padding-bottom: 0px;
    font-size: 55px;
    line-height: 1.25;
    font-family: "Barlow", sans-serif;
    display: inline-block;
    font-weight: 600;
    color: rgb(250, 246, 246);
    position: relative;
    z-index: 1;
}

.page-banner .page-banner-ul .page-banner-li {
    padding-left: 8px;
    list-style: none;
    font-size: 18px;
    font-weight: bold;
    color: whitesmoke;
    display: inline-block;
}

.page-banner .page-banner-ul li a {
    color: #59afe1;
    text-decoration: underline;
}

.product {
    padding-top: 25px;
    padding-bottom: 30px;
}

.rating {
    background: linear-gradient(to left, #14141487, #14141487), url(/assets/images2/Images/img/1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-attachment: fixed;
    z-index: 1;
    padding-top: 46px;
    padding-bottom: 30px;
    border: 2px solid rgb(251, 252, 252);
}

.rating-img img {
    vertical-align: middle;
    background: aliceblue;
    border-radius: 50px;
    padding: 10px;
    height: 100px;
    width: 100px;
}

.rating-img {
    padding-top: 43px;
    padding-bottom: 13px;
}

.rating-content h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 53px;
    color: whitesmoke;
}

.rating-content p {
    font-size: 16px;
    font-weight: 600;
    line-height: 0px;
    color: whitesmoke;
}

.text {
    color: whitesmoke;
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;

}

.contact-details {
    padding: 39px 10px;
    background-color: whitesmoke;
}

.contact-details h1 {
    font-size: 35px;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    color: rgb(29, 28, 28);
    text-transform: uppercase;
}

.contact h1 {
    font-size: 35px;
    font-weight: 600;
    padding: 20px 0px;
}


.inner-details i {
    font-size: 40px;
    padding: 20px 0px;
    color: #59afe1;

}

.inner-details h4 {
    font-weight: 600;
    font-size: 20px;
}

.inner-details a {

    color: #565252;
}

.inner-details p {
    color: #696969;
}

.inner-details {
    border: 1px solid #dad4d4;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    min-height: 194px;
    margin-top: 25px;
    height: 100%;

}

/* ****************************************************************************************** */
/* contact page css start */

.contactbanner {
    padding-top: 135px;
    padding-bottom: 135px;
    background: linear-gradient(to left, #14141487, #14141487), url(/assets/images2/Images/img/branch-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
}

.section-title .title {
    align-items: center;
    font-weight: bold;
    font-family: "Barlow", sans-serif;
    font-size: 33px;
    line-height: 48px;
    padding-left: 55px;
    color: rgb(27, 26, 26);
    position: relative;


}

.section-title .title::before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    background: #00c4ff;
    height: 92px;
    width: 4px;
    transform: translateY(-50%);
}

.contact {
    padding: 70px 10px;
    
}

.contact-info-text {
    padding-top: 30px;
}

.contact-info-icon i {
    font-size: 34px;
    color: #1483BB;
    list-style: none;
    padding: 10px 30px;
}

.contact-info ul li {
    list-style: none;
}

.contact-info-text h4 {
    /* font-weight: bold; */
    font-family: "Barlow", sans-serif;
    font-size: 24px;
    line-height: 30px;
    color: #0e0e0e;
    font-weight: 700;
    margin: 0;
}

.contact-info-text p {
    font-family: "jost", sans-serif;
    font-size: 16px;
}

.heading-wrap span {
    font-size: 14px;
    line-height: 30px;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #1483BB;
}

.heading-wrap .title {
    font-size: 28px;
    line-height: 54px;
    font-weight: 600;
    color: #333333;
    font-family: "Barlow", sans-serif;
}

.contact-form {
    font-size: 14px;
    line-height: 1.75;
    font-weight: 400;
    font-family: "Jost", sans-serif;
    color: #4c4d56;
    background: #e5e5e5;
    ;
    border-radius: 10px;
    overflow: hidden;
    padding: 25px 40px;
}

.single-form input {
    height: 50px;
    line-height: 55px;
    border: none;
    padding-left: 15px;
    margin-top: 30px;
    width: 100%;
}

.single-form textarea {

    line-height: 55px;
    padding-left: 15px;
    margin-top: 30px;
    width: 100%;
    border: none;
}

.form-btn .submit {
    /* height: 50px;
    line-height: 50px;
    border: none;
    margin-top: 30px;
    width: 100%;
    text-align: center;
    background-color: #1483BB;
    border-radius: 5px;
    color: #fff; */
}

.form-btn .submit:hover {
    background-color: rgb(29, 27, 27);
    color: #1483BB;
}


/* contact page css end */
/* ************************************************* */
/* button csss  */
.btn-blue-01 {
    height: 50px;
    line-height: 50px;
    border: none;
    margin-top: 30px;
    width: 100%;
    text-align: center;
    background-color: #1483BB;
    border-radius: 5px;
    color: #fff;


    position: relative;
    padding: 0px 14px;
    font-size: 15px;
    display: inline-block;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    transition: all .5s ease;
    /* border:2px solid var(--blue); */
    border-radius: 10px;
    z-index: 0;

}

.btn-blue-01::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #1483BB;
    border-radius: 5px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    /* -webkit-transform: scale(1.1, 1.1); */
    /* transform: scale(1.1, 1.1); */
}

.form-btn {
    justify-content: space-between;
    margin: 20px 0px 0;
}

.btn-blue-01:hover {
    /* color: #59afe1; */
    background-color: rgb(29, 27, 27);
    color: #1483BB;
}

.btn-blue-01::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    /* border-radius: 5px; */
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    /* border: 2px solid #1483BB; */
    /* -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2); */
}

.btn-blue-01:hover::before {
    transform: scale(0);
}


.btn-blue-01:hover::after {
    opacity: 1;
    transform: scale(1);
}

/* ****************************************************************** */

/* preloder cs/s */

.dots-container {
    position: fixed;
    inset: 0;
    z-index: 999999;
    overflow: hidden;
    background: #f9f7f7;
    transition: all 0.6s ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.dot {
    height: 20px;
    width: 20px;
    margin-right: 10px;
    border-radius: 10px;
    background-color: #b3d4fc;
    animation: pulse 1.5s infinite ease-in-out;
}

.dot:last-child {
    margin-right: 0;
}

.dot:nth-child(1) {
    animation-delay: -0.3s;
}

.dot:nth-child(2) {
    animation-delay: -0.1s;
}

.dot:nth-child(3) {
    animation-delay: 0.1s;
}

@keyframes pulse {
    0% {
        transform: scale(0.8);
        background-color: #b3d4fc;
        box-shadow: 0 0 0 0 rgba(178, 212, 252, 0.7);
    }

    50% {
        transform: scale(1.2);
        background-color: #6793fb;
        box-shadow: 0 0 0 10px rgba(178, 212, 252, 0);
    }

    100% {
        transform: scale(0.8);
        background-color: #b3d4fc;
        box-shadow: 0 0 0 0 rgba(178, 212, 252, 0.7);
    }
}

/* end */
/* ************************ About page and Contact page csss start********************************************** */

/* ************************About and Contact Page Media querry start*********************************************/

/* about page media querry */
@media screen and (max-width:280px) {
    .aboutbanner {
        padding-top: 2px;
        padding-bottom: 35px;
    }

    .page-banner .title {
        padding-top: 35px;
        padding-bottom: 0px;
        font-size: 22px;
    }

    .page-banner .page-banner-ul .page-banner-li {
        font-size: 10px;
    }

    .content h2 {
        font-size: 25px;
    }

    .aboutus {
        padding-top: 6px;
    }

    .content h3 {
        font-size: 15px;
        line-height: 26px;
    }

    .content h6 {
        font-size: 17px;
        font-weight: bold;
    }

    .content p {
        font-size: 11px;
        line-height: 16px;
    }

    .ab-img img {
        padding-top: 5px;
    }

    .mission1 {
        padding-top: 3px;
    }

    .mission1 h2 {
        font-size: 14px;
    }

    .card {
        padding: 6px 6px;
        margin: 5px;
    }

    .mission1-img img {
        height: 100px;
        width: 150px;
    }

    .mission1-content p {
        font-size: 12px;
    }

    .mission1-content h3 {
        font-size: 17px;
        color: #416a83;
    }

    .mission-box .mission-icon i {
        font-size: 28px;
    }

    .mission-box {
        padding: 17px 10px;
        margin: 10px;
    }

    .mission-box .mission-icon i {
        padding: 14px 16px;
    }

    .mission-box p {
        font-size: 10px;
    }

    .mission-box h5 {
        font-size: 20px;
    }

    .inner-details h4 {
        font-size: 16px;
    }

    .contact-details h1 {
        font-size: 20px;
    }

    .footer-txt .link ul li a {
        font-size: 12px;
    }

    .footer-txt h1 {
        font-size: 20px;
    }

    .footer {
        padding-top: 20px;
    }

    .mission-content p {
        font-size: 9px;
        line-height: 21px;
    }

    .mission-content h2 {
        font-size: 16px;
    }

    .footer-1 h4 {
        font-size: 7px;
    }
}

@media screen and (min-width:281px) and (max-width: 319px) {

    .aboutbanner {
        padding-top: 58px;
        padding-bottom: 35px;
    }

    .page-banner .title {
        padding-top: 35px;
        padding-bottom: 0px;
        font-size: 22px;
    }

    .page-banner .page-banner-ul .page-banner-li {
        font-size: 10px;
    }

    .content h2 {
        font-size: 25px;
    }

    .aboutus {
        padding-top: 6px;
    }

    .content h3 {
        font-size: 15px;
        line-height: 26px;
    }

    .content h6 {
        font-size: 17px;
        font-weight: bold;
    }

    .content p {
        font-size: 11px;
        line-height: 16px;
    }

    .ab-img img {
        padding-top: 5px;
    }

    .mission1 {
        padding-top: 3px;
    }

    .mission1 h2 {
        font-size: 14px;
    }

    .card {
        padding: 6px 6px;
        margin: 5px;
    }

    .mission1-img img {
        height: 100px;
        width: 150px;
    }

    .mission1-content p {
        font-size: 12px;
    }

    .mission1-content h3 {
        font-size: 17px;
        color: #416a83;
    }

    .mission-box .mission-icon i {
        font-size: 28px;
    }

    .mission-box {
        padding: 17px 10px;
        margin: 10px;
    }

    .mission-box .mission-icon i {
        padding: 14px 16px;
    }

    .mission-box p {
        font-size: 10px;
    }

    .mission-box h5 {
        font-size: 20px;
    }

    .inner-details h4 {
        font-size: 16px;
    }

    .contact-details h1 {
        font-size: 20px;
    }

    .footer-txt .link ul li a {
        font-size: 12px;
    }

    .footer-txt h1 {
        font-size: 20px;
    }

    .footer {
        padding-top: 20px;
    }

    .mission-content p {
        font-size: 9px;
        line-height: 21px;
    }

    .mission-content h2 {
        font-size: 16px;
    }

    .footer-1 h4 {
        font-size: 8px;
    }
}

@media screen and (min-width:320px) and (max-width: 420px) {

    .aboutbanner {
        padding: 61px 0px;
    }

    .page-banner .title {
        /* padding-top: 35px;
        padding-bottom: 0px; */
        font-size: 22px;
        margin: 0px;
    }

    .page-banner .page-banner-ul .page-banner-li {
        font-size: 10px;
    }

    .content h2 {
        font-size: 13px;
    }

    .aboutus {
        padding-top: 6px;
    }

    .content h3 {
        font-size: 18px;
        line-height: 16px;
    }

    .content h6 {
        font-size: 17px;
        font-weight: bold;
    }

    .content p {
        font-size: 11px;
        line-height: 16px;
    }

    .ab-img img {
        padding-top: 5px;
    }

    .mission1 {
        padding-top: 3px;
    }

    .mission1 h2 {
        font-size: 14px;
    }

    .card {
        padding: 6px 6px;
        margin: 5px;
    }

    .mission1-img img {
        height: 100px;
        width: 150px;
    }

    .mission1-content p {
        font-size: 12px;
    }

    .mission1-content h3 {
        font-size: 17px;
        color: #416a83;
    }

    .mission-box .mission-icon i {
        font-size: 28px;
    }

    .mission-box {
        padding: 17px 10px;
        margin: 10px;
    }

    .mission-box .mission-icon i {
        padding: 14px 16px;
    }

    .mission-box p {
        font-size: 10px;
    }

    .mission-box h5 {
        font-size: 20px;
    }

    .inner-details h4 {
        font-size: 16px;
    }

    .contact-details h1 {
        font-size: 20px;
    }

    .footer-txt .link ul li a {
        font-size: 12px;
    }

    .footer-txt h1 {
        font-size: 20px;
    }

    .footer {
        padding-top: 20px;
    }

    .mission-content p {
        font-size: 8px;
        line-height: 10px;
    }

    .mission-content h2 {
        font-size: 18px;
    }

    .footer-1 h4 {
        font-size: 8px;
    }
}

@media screen and (min-width:421px) and (max-width: 575px) {

    .aboutbanner {
        padding: 62px 0px;
    }

    .page-banner .title {
        /* padding-top: 35px; */
        padding-bottom: 0px;
        font-size: 22px;
        margin: 0px;
    }

    .page-banner .page-banner-ul .page-banner-li {
        font-size: 10px;
    }

    .content h2 {
        font-size: 16px;
    }

    .aboutus {
        padding: 10px 10px;
    }

    .content h3 {
        font-size: 23px;
        line-height: 26px;
    }

    .content h6 {
        font-size: 17px;
        font-weight: bold;
    }

    .content p {
        font-size: 12px;
        line-height: 18px;
    }

    .ab-img img {
        padding-top: 5px;
    }

    .mission1 {
        padding-top: 3px;
    }

    .mission1 h2 {
        font-size: 17px;
    }

    .card {
        padding: 6px 6px;
        margin: 5px;
    }

    .mission1-img img {
        height: 100px;
        width: 150px;
    }

    .mission1-content p {
        font-size: 12px;
    }

    .mission1-content h3 {
        font-size: 17px;
        color: #416a83;
    }

    .mission-box .mission-icon i {
        font-size: 28px;
    }

    .mission-box {
        padding: 17px 10px;
        margin: 15px;
    }

    .mission-box .mission-icon i {
        padding: 14px 16px;
    }

    .mission-box p {
        font-size: 10px;
    }

    .mission-box h5 {
        font-size: 16px;
    }

    .inner-details h4 {
        font-size: 16px;
    }

    .contact-details h1 {
        font-size: 20px;
    }

    .footer-txt .link ul li a {
        font-size: 12px;
    }

    .footer-txt h1 {
        font-size: 20px;
    }

    .footer {
        padding-top: 20px;
    }

    .mission-content p {
        font-size: 7px;
        line-height: 21px;
    }

    .mission-content h2 {
        font-size: 20px;
    }

    .footer-1 h4 {
        font-size: 12px;
    }

    .rating {
        padding-top: 0px;
    }
}

@media screen and (min-width:576px) and (max-width: 767px) {

    .aboutbanner {
        padding: 65px 0px;
    }

    .page-banner .title {
        /* padding-top: 35px; */
        /* padding-bottom: 0px; */
        font-size: 22px;
        margin: 0px;
    }

    .page-banner .page-banner-ul .page-banner-li {
        font-size: 10px;
    }

    .content h2 {
        font-size: 14px;
    }

    .aboutus {
        padding: 6px 10px;
    }

    .content h3 {
        font-size: 25px;
        line-height: 26px;
    }

    .content h6 {
        font-size: 19px;
        font-weight: bold;
    }

    .content p {
        font-size: 13px;
        line-height: 21px;
    }

    .ab-img img {
        padding-top: 5px;
    }

    .mission1 {
        padding-top: 3px;
    }

    .mission1 h2 {
        font-size: 23px;
    }

    .card {
        padding: 6px 6px;
        margin: 5px;
        min-height: 213px;
    }

    .mission1-img img {
        height: 100px;
        width: 150px;
    }

    .mission1-content p {
        font-size: 12px;
    }

    .mission1-content h3 {
        font-size: 17px;
        color: #416a83;
    }

    .mission-box .mission-icon i {
        font-size: 28px;
    }

    .mission {
        padding: 42px 0px;
    }

    .mission-box {
        padding: 17px 10px;
        margin: -7px;
    }

    .mission-box .mission-icon i {
        padding: 14px 16px;
    }

    .mission-box p {
        font-size: 11px;
    }

    .mission-box h5 {
        font-size: 16px;
    }

    .inner-details h4 {
        font-size: 16px;
    }

    .contact-details h1 {
        font-size: 20px;
    }

    .footer-txt .link ul li a {
        font-size: 12px;
    }

    .footer-txt h1 {
        font-size: 20px;
    }

    .footer {
        padding-top: 20px;
    }

    .mission-content p {
        font-size: 9px;
        line-height: 21px;
    }

    .mission-content h2 {
        font-size: 26px;
    }

    .footer-1 h4 {
        font-size: 15px;
    }

    .rating {
        padding-top: 0px;
    }
}

@media screen and (min-width:768px) and (max-width: 991px) {

    .aboutbanner {
        padding: 90px 0px;
    }

    .page-banner .title {
        /* padding-top: 35px; */
        /* padding-bottom: 0px; */
        font-size: 22px;
        margin: 0px;
    }

    .page-banner .page-banner-ul .page-banner-li {
        font-size: 10px;
    }

    .content h2 {
        font-size: 15px;

    }

    .aboutus {
        padding: 8px 10px
    }

    .content h3 {
        font-size: 25px;
        line-height: 26px;
    }

    .content h6 {
        font-size: 19px;
        font-weight: bold;
    }

    .content p {
        font-size: 13px;
        line-height: 21px;
    }

    .ab-img img {
        padding-top: 5px;
    }

    .mission1 {
        padding-top: 3px;
    }

    .mission1 h2 {
        font-size: 27px;
    }

    .card {
        padding: 6px 2px;
        margin: 5px;
        min-height: 213px;
    }

    .mission1-img img {
        height: 123px;
        width: 189px;
    }

    .mission1-content p {
        font-size: 13px;
    }

    .mission1-content h3 {
        font-size: 21px;
        color: #416a83;
    }

    .mission-box .mission-icon i {
        font-size: 28px;
    }

    .mission {
        padding: 42px 0px;
    }

    .mission-box {
        /* padding: 17px 10px;
       margin: -7px; */
        padding: 20px 15px;
        margin: -9px;
    }

    .mission-box .mission-icon i {
        padding: 24px 25px;
    }

    .mission-icon i {
        font-size: 40px;
    }

    .mission-box p {
        font-size: 11px;
    }

    .mission-box h5 {
        font-size: 16px;
    }

    .inner-details h4 {
        font-size: 16px;
    }

    .contact-details h1 {
        font-size: 20px;
    }

    .footer-txt .link ul li a {
        font-size: 13px;
    }

    .footer-txt h1 {
        font-size: 23px;
    }

    .footer {
        padding-top: 20px;
    }

    .mission-content p {
        font-size: 12px;
        line-height: 21px;
    }

    .mission-content h2 {
        font-size: 30px;
    }

    .footer-1 h4 {
        font-size: 15px;
    }

    .rating {
        padding-top: 0px;
    }
}

@media screen and (min-width:992px) and (max-width: 1200px) {

    .aboutbanner {
        padding: 122px 0px;
    }

    .page-banner .title {
        font-size: 22px;
        margin: 0px;
    }

    .page-banner .page-banner-ul .page-banner-li {
        font-size: 10px;
    }

    .content h2 {
        font-size: 14px;
    }

    .aboutus {
        padding: 6px 10px;
    }

    .content h3 {
        font-size: 23px;
        line-height: 26px;
    }

    .content h6 {
        font-size: 19px;
        font-weight: bold;
    }

    .content p {
        font-size: 14px;
        line-height: 22px;
    }

    .ab-img img {
        padding-top: 50px;
    }

    .mission1 {
        padding-top: 3px;
    }

    .mission1 h2 {
        font-size: 23px;
    }

    .card {
        padding: 6px 6px;
        margin: 5px;
        min-height: 257px;
    }

    .mission1-img img {
        height: 100px;
        width: 150px;
    }

    .mission1-content p {
        font-size: 12px;
    }

    .mission1-content h3 {
        font-size: 16px;
        color: #416a83;
    }

    .mission-box .mission-icon i {
        font-size: 29x;
    }

    .mission {
        padding: 42px 0px;
    }

    .mission-box {
        padding: 17px 10px;
        margin: -7px;
    }

    .mission-box .mission-icon i {
        padding: 20px 23px;
    }

    .mission-box p {
        font-size: 11px;
    }

    .mission-box h5 {
        font-size: 16px;
    }

    .inner-details h4 {
        font-size: 16px;
    }

    .contact-details h1 {
        font-size: 20px;
    }

    .footer-txt .link ul li a {
        font-size: 12px;
    }

    .footer-txt h1 {
        font-size: 20px;
    }

    .footer {
        padding-top: 20px;
    }

    .mission-content p {
        font-size: 9px;
        line-height: 21px;
    }

    .mission-content h2 {
        font-size: 26px;
    }

    .footer-1 h4 {
        font-size: 15px;
    }

    .rating {
        padding-top: 0px;
    }
}

/* *****************************contact page media querry start*****************************************  */

@media screen and (max-width:280px) {
    .contactbanner {
        padding-top: 72px;
        padding-bottom: 20px;
    }

    .contactbanner .page-banner .title {
        padding-top: 35px;
        padding-bottom: 0px;
        font-size: 22px;
    }

    .contactbanner .page-banner .page-banner-ul .page-banner-li {
        font-size: 10px;
    }

    .section-title .title {
        font-size: 14px;
        line-height: 27px;
        padding-left: 22px;
    }

    .section-title .title::before {
        height: 54px;
    }

    .contact-info-icon i {
        padding: 7px 12px;
    }

    .contact-info-text {
        padding-top: 10px;
    }

    .contact-info-text p {
        font-size: 14px;
    }

    .contact-info-text h4 {
        font-size: 14px;
        line-height: 15px;
    }

    .contact-info-icon i {
        font-size: 20px;
    }

    .form-btn .submit {
        margin-top: 18px;
    }

    .single-form input {
        margin-top: 10px;
    }

    .contact-form {
        font-size: 14px;
        padding: 15px 5px;
    }

    .heading-wrap .title {
        font-size: 15px;
        line-height: 31px;
    }

    .heading-wrap span {
        font-size: 10px;
    }

    .footer-1 h4 {
        font-size: 7px;
    }

    .footer-icon a i {
        font-size: 24px;
    }

    .footer-txt .link ul li a i {
        font-size: 12px;
    }

    .footer-txt .link ul li a {
        font-size: 12px;
        line-height: 23px;
    }

    .footer-txt h1 {
        font-size: 20px;
    }

    .contact {
        padding-top: 24px;
    }

}


@media screen and (min-width:281px) and (max-width: 319px) {
    .contactbanner {
        padding: 60px 0px;
    }

    .contact {
        padding: 28px 10px;
    }

    .contactbanner .page-banner .title {
        /* padding-top: 35px;
        padding-bottom: 0px; */
        margin: 0px;
        font-size: 22px;
    }

    .contactbanner .page-banner .page-banner-ul .page-banner-li {
        font-size: 10px;
    }

    .section-title .title {
        font-size: 15px;
        line-height: 27px;
        padding-left: 22px;
    }

    .section-title .title::before {
        height: 54px;
    }

    .contact-info-icon i {
        padding: 7px 12px;
    }

    .contact-info-text {
        padding-top: 10px;
    }

    .contact-info-text p {
        font-size: 14px;
    }

    .contact-info-text h4 {
        font-size: 14px;
        line-height: 15px;
    }

    .contact-info-icon i {
        font-size: 20px;
    }

    .form-btn .submit {
        margin-top: 18px;
    }

    .single-form input {
        margin-top: 10px;
    }

    .contact-form {
        font-size: 14px;
        padding: 15px 5px;
    }

    .heading-wrap .title {
        font-size: 15px;
        line-height: 31px;
    }

    .heading-wrap span {
        font-size: 10px;
    }

    .footer-1 h4 {
        font-size: 8px;
    }

    .footer-icon a i {
        font-size: 24px;
    }

    .footer-txt .link ul li a i {
        font-size: 12px;
    }

    .footer-txt .link ul li a {
        font-size: 12px;
        line-height: 23px;
    }

    .footer-txt h1 {
        font-size: 20px;
    }

}

@media screen and (min-width:320px) and (max-width: 420px) {

    .contactbanner {
        padding: 60px 0px;
    }

    .contact {
        padding: 20px 10px;
    }

    .contactbanner .page-banner .title {
        /* padding-top: 35px;
        padding-bottom: 0px; */
        font-size: 22px;
        margin: 0px;
    }

    .contactbanner .page-banner .page-banner-ul .page-banner-li {
        font-size: 10px;
    }

    .section-title .title {
        font-size: 20px;
        line-height: 27px;
        padding-left: 22px;
    }

    .section-title .title::before {
        height: 54px;
    }

    .contact-info-icon i {
        padding: 11px 18px;
    }

    .contact-info-text {
        padding-top: 10px;
    }

    .contact-info-text p {
        font-size: 16px;
    }

    .contact-info-text h4 {
        font-size: 16px;
        /* line-height: 15px; */
    }

    .contact-info-icon i {
        font-size: 24px;
    }

    .form-btn .submit {
        margin-top: 18px;
    }

    .single-form input {
        margin-top: 10px;
    }

    .contact-form {
        font-size: 14px;
        padding: 15px 5px;
    }

    .heading-wrap .title {
        font-size: 19px;
        line-height: 31px;
    }

    .heading-wrap span {
        font-size: 11px;
    }

    .footer-1 h4 {
        font-size: 9px;
    }

    .footer-icon a i {
        font-size: 24px;
    }

    .footer-txt .link ul li a i {
        font-size: 12px;
    }

    .footer-txt .link ul li a {
        font-size: 12px;
        line-height: 23px;
    }

    .footer-txt h1 {
        font-size: 20px;
    }
}

@media screen and (min-width:421px) and (max-width: 575px) {

    .contactbanner {
        padding: 60px 0px
    }

    .contact {
        padding: 20px 10px;
    }

    .contactbanner .page-banner .title {
        margin: 0px;
        font-size: 22px;
    }

    .contactbanner .page-banner .page-banner-ul .page-banner-li {
        font-size: 10px;
    }

    .section-title .title {
        font-size: 25px;
        line-height: 34px;
        padding-left: 22px;
    }

    .section-title .title::before {
        height: 65px;
    }

    .contact-info-icon i {
        padding: 11px 18px;
    }

    .contact-info-text {
        padding-top: 10px;
    }

    .contact-info-text p {
        font-size: 14px;
    }

    .contact-info-text h4 {
        font-size: 18px;
        line-height: 30px;
    }

    .contact-info-icon i {
        font-size: 26px;
    }

    .form-btn .submit {
        margin-top: 18px;
    }

    .single-form input {
        margin-top: 10px;
    }

    .contact-form {
        font-size: 14px;
        padding: 15px 5px;
    }

    .heading-wrap .title {
        font-size: 23px;
        line-height: 31px;
    }

    .heading-wrap span {
        font-size: 12px;
    }

    .footer-1 h4 {
        font-size: 12px;
    }

    .footer-icon a i {
        font-size: 24px;
    }

    .footer-txt .link ul li a i {
        font-size: 12px;
    }

    .footer-txt .link ul li a {
        font-size: 12px;
        line-height: 23px;
    }

    .footer-txt h1 {
        font-size: 20px;
    }
}

@media screen and (min-width:576px) and (max-width: 767px) {
    .contactbanner {
        padding: 65px 0px;
    }

    .contact {
        padding: 20px 10px;
    }

    .contactbanner .page-banner .title {
       margin: 0px;
        font-size: 22px;
    }

    .contactbanner .page-banner .page-banner-ul .page-banner-li {
        font-size: 10px;
    }

    .section-title .title {
        font-size: 26px;
        line-height: 36px;
        padding-left: 30px;
    }

    .section-title .title::before {
        height: 70px;
    }

    .contact-info-icon i {
        padding: 11px 18px;
    }

    .contact-info-text {
        padding-top: 10px;
    }

    .contact-info-text p {
        font-size: 15px;
    }

    .contact-info-text h4 {
        font-size: 18px;
        line-height: 30px;
    }

    .contact-info-icon i {
        font-size: 26px;
    }

    .form-btn .submit {
        margin-top: 18px;
    }

    .single-form input {
        margin-top: 10px;
    }

    .contact-form {
        font-size: 14px;
        padding: 15px 5px;
    }

    .heading-wrap .title {
        font-size: 23px;
        line-height: 31px;
    }

    .heading-wrap span {
        font-size: 12px;
    }

    .footer-1 h4 {
        font-size: 15px;
    }

    .footer-icon a i {
        font-size: 24px;
    }

    .footer-txt .link ul li a i {
        font-size: 12px;
    }

    .footer-txt .link ul li a {
        font-size: 12px;
        line-height: 23px;
    }

    .footer-txt h1 {
        font-size: 20px;
    }
}

@media screen and (min-width:768px) and (max-width: 991px) {
    .contactbanner {
        padding: 88px 0px;
    }

    .contact {
        padding: 35px 10px;
    }

    .contactbanner .page-banner .title {
        margin: 0px;
        font-size: 30px;
    }

    .contactbanner .page-banner .page-banner-ul .page-banner-li {
        font-size: 13px;
    }

    .section-title .title {
        font-size: 30px;
        line-height: 46px;
        padding-left: 30px;
    }

    .section-title .title::before {
        height: 90px;
    }

    .contact-info-icon i {
        padding: 11px 18px;
    }

    .contact-info-text {
        padding-top: 28px;
    }

    .contact-info-text p {
        font-size: 16px;
    }

    .contact-info-text h4 {
        font-size: 21px;
        line-height: 30px;
    }

    .contact-info-icon i {
        font-size: 26px;
    }

    .form-btn .submit {
        margin-top: 18px;
    }

    .single-form input {
        margin-top: 10px;
    }

    .contact-form {
        font-size: 14px;
        padding: 15px 5px;
    }

    .heading-wrap .title {
        font-size: 27px;
        line-height: 66px;
    }

    .heading-wrap span {
        font-size: 12px;
    }

    .footer-1 h4 {
        font-size: 15px;
    }

    .footer-icon a i {
        font-size: 24px;
    }

    .footer-txt .link ul li a i {
        font-size: 12px;
    }

    .footer-txt .link ul li a {
        font-size: 12px;
        line-height: 23px;
    }

    .footer-txt h1 {
        font-size: 20px;
    }
}

@media screen and (min-width:992px) and (max-width: 1200px) {
    .contactbanner {
        padding: 120px 0px;
    }

    .contact {
        padding: 40px 10px;
    }

    .contactbanner .page-banner .title {
        margin: 0px;
        font-size: 30px;
    }

    .contactbanner .page-banner .page-banner-ul .page-banner-li {
        font-size: 13px;
    }

    .section-title .title {
        font-size: 30px;
        line-height: 46px;
        padding-left: 30px;
    }

    .section-title .title::before {
        height: 90px;
    }

    .contact-info-icon i {
        padding: 11px 18px;
    }

    .contact-info-text {
        padding-top: 28px;
    }

    .contact-info-text p {
        font-size: 16px;
    }

    .contact-info-text h4 {
        font-size: 21px;
        line-height: 30px;
    }

    .contact-info-icon i {
        font-size: 26px;
    }

    .form-btn .submit {
        margin-top: 18px;
    }

    .single-form input {
        margin-top: 10px;
    }

    .contact-form {
        font-size: 14px;
        /* padding: 15px 5px; */
    }

    .heading-wrap .title {
        font-size: 27px;
        line-height: 66px;
    }

    .heading-wrap span {
        font-size: 12px;
    }

    .footer-1 h4 {
        font-size: 15px;
    }

    .footer-icon a i {
        font-size: 24px;
    }

    .footer-txt .link ul li a i {
        font-size: 12px;
    }

    .footer-txt .link ul li a {
        font-size: 12px;
        line-height: 23px;
    }

    .footer-txt h1 {
        font-size: 20px;
    }
}




/* ************************About and Contact Page Media querry end*********************************************/




/* ************************ About page and Contact page csss end********************************************** */