@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    background-color: rgb(245, 245, 245);
    font-family: "Montserrat", sans-serif;
}



.row {
    width: 100%;
}

.call-btn {
    text-decoration: none;
}

h2 {
    color: #1e5c98;
    font-size: 35px;
    font-weight: 700;
}

.box {
    width: 100%;
    min-height: 600px;
    /* border: 1px solid green; */
}

header {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    /* border: 2px solid blue; */
    font-size: 16px;
    font-weight: 400;
}

header img {
    width: 200px;
    /* border: 1px solid green; */
}

#tgmenu {
    background-color: rgb(87, 160, 234);
    display: none;
}

.menu {

    /* border: 1px solid rgb(76, 160, 209); */
}

#menubar {
    display: block;
}


.menu a {


    color: #fff;
    background-color: #1e5c98;

    padding: 5px 6px;
    border-radius: 10px;

    margin: 0;
    text-decoration: none;



}

header>span {
    /* border: 1px solid rgb(0, 255, 179); */
}


.banner {
    width: 100%;
    height: 600px;
    margin-top: 30px;
    position: relative;
    background-image: url('images/gas-stove-repair-man.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}


.repair-expert {
    position: absolute;
    max-width: 25%;
    top: 25%;
    right:0;
}

.repair-expert {
    padding-left: 20px;

}

.repair-expert h2 {
    color: #2115dd;
}

.repair-expert span {
    color:#000;
    font-size: 25px;
}

.book-now {
    /* width:100px; */
    position: fixed;
    background: radial-gradient(at center center, rgb(87, 160, 234) 0%, rgb(64, 150, 238) 100%);
    top: 266px;
    right: -22px;
    padding: 8px 18px;
    font-size: 14px;
    font-weight: 600;
    transform: rotate(-90deg);
    color: #fff;
    border: 1px solid turquoise;
}

.booking-form {
    width: 270px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 2px 2px 4px blue;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.booking-form h2,
p {
    margin-bottom: 10px;
}

#close-btn {
    position: absolute;
    top: -10px;
    right: -10px;
    color: #fff;
    background-color: #1e5c98;
    font-size: 20px;

}

input {
    width: 100%;
    height: 30px;
}

.req-btn {
    background-color: #0b1529;
    color: white;
    padding: 10px 20px;
    margin-top: 10px;
}

/* .req-btn:hover{
    background-color: red;
} */
.number-section {
    width:100%;
    border:1px solid green;
    background-color: #1e5c98;
    
}



.number-col{
    
    padding: 10px;
    margin: 20px;
    text-align: center;
}




.number-col {
    color: #fff;
    font-size: 22px;
    font-weight: bold;


}

.number-col h5 {
    font-size: 30px;
    font-weight: 600;

}

.number-col p {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
}


.about {

    width: 100%;
    min-height: 300px;
    /* border: 1px solid rgb(228, 33, 185); */

    line-height: 1.8;
    text-align: center;

}

.about h2 {
    font-size: 25px;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 20px;

}

.about button {
    color: white;
    background-color: #d92c2a;
    font-size: 20px;
    padding: 6px 20px;
    border-radius: 30px;
    margin-top: 30px;
}

.services {
    width: 100%;
    min-height: 300px;

    text-align: center;
}

.services h2 {
    font-size: 25px;
    font-size: 700;
}

.servicelist {
    display: flex;
    width: 100%;
    min-height: 700px;
    /* border: 5px solid green; */
    justify-content: space-around;
    align-items: center;

}

.list {
    width: 30%;
    margin-top: 20px;
    padding: 20px;
    margin: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(2, 61, 128, 0.2);
    /* border: 3px solid rgb(94, 153, 230); */
}

.list h2,
p {
    color: #4f4c4c;
}

.list img {
    width: 100%;
}

.list button {
    margin: 10px;


}

.workprocess {
    width: 100%;
    min-height: 300px;

    /* border: 1px solid rgb(179, 24, 218); */
    text-align: center;
    line-height: 2;
}

.workprocess h2 {
    font-size: 35px;
    font-weight: 700;
}

.workflow {
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
}

.workflow p {
    color: #333;
}

.workflow .work {
    text-align: center;
    padding: 20px;
    width: 25%;
    margin: 10px;
    /* border: 2px solid blue; */
}

.work img {
    width: 100%;
    height: auto;
}



.why-row {

    /* border: 1px solid red; */
    margin: 10px;
    display: flex;

}

.why-col {
    background-color: #fff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    /* width: 25%; */
    text-align: center;
    margin: 10px;
    padding: 20px;


}

.why-col img {
    width: 100%;
}

.why-choose h2 {
    font-size: 35px;
    font-weight: 700;
}

.why-choose h4 {
    color: #333;
}

.why-choose button {
    color: white;
    background-color: #d92c2a;
    font-size: 20px;
    border: 2px solid black;
    padding: 18px 30px;
    border-radius: 30px;
    margin: 20px 0;
}

.why-choose button:hover,
.why-choose button:active {
    color: white;
    background-color: #d92c2a;
    font-size: 20px;
    border: 2px solid black;
    padding: 18px 30px;
    border-radius: 30px;
    margin: 20px 0;
}

/* .brands-cover{
    width:100%;
    height:400px;
    
    border:1px solid red;

} */

.brands-cover {
    width: 100%;
    min-height: 400px;

    text-align: center;
    background-image: url('brands/gas-stove-repair-banner-bg.jpg');
    background-size: cover;
    color: #fff;
    opacity: 1;
    letter-spacing: 1px;
    line-height: 1.5;
}

.brands-cover h2 {
    font-size: 35px;
    font-weight: 700;
    color: #344ddb;
    padding-top:25px;
}

.brands-cover p {
    font-size: 17px;
    font-weight: 400;
    color: #344ddb;
}

.brands-logo img {
    max-width: 20%;
    /* height:100px; */


}

.close-footer {
    width: 100%;
    min-height: 600px;

    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;

}



.close-footer {
    line-height: 1.8;
    color: white;
    /* margin-left:20px; */
}

.close-footer h3 {
    font-size: 20px;
    font-weight: 600;
}

/* .close-footer .call-2{
    width:200px;
} */


.close-footer span {
    font-size: 30px;
    font-weight: 600;
}

.close-footer button .call-btn {
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    padding: 16px 53px;
}

.pg-footer {
    width: 100%;
    min-height: 300px;
    /* border:2px solid red; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #1b4394;
    color: #fff;

}

.pg-footer .footer img {
    width: 200px;
}

.footer {
    /* width: 33.33%;
    padding: 50px; */

}

.footer-img {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.footer p {
    color: #fff;
}

.footer p img {
    width: 300px;
    height: 50px;
}

.footer-img img {
    width: 100px !important;
    padding-top: 50px;
}

.footer-img span {
    margin-top: 50px;
    padding-left: 20px;
}

.Copyright {
    text-align: center;
    padding: 20px 0px;
    color: #fff;
    background-color: #091222;
}

.footer-call-btn {
    width: 50px;
    height: 50px;
    background-color: #2115dd;
    text-align: center;
    line-height: 50px;
    color: white;
    border-radius: 50%;
    position: fixed;
    bottom: 22px;
    left: 20px;
    font-size: 22px;

}

.footer-call-btn a {
    color: white;
}

.footer-whatsapp-btn {
    width: 50px;
    height: 50px;
    background-color: #64B161;
    text-align: center;
    line-height: 50px;
    color: white;
    border-radius: 50%;
    position: fixed;
    bottom: 20px;
    right: 22px;
    font-size: 28px;
}

.footer-whatsapp-btn a {
    color: #fff;

}


@media only screen and (max-width:767px) {
    header {
        display: flex;
        height: auto;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;

    }




    .menu a {
        display: block;
        padding: 10px 30px;
        margin-bottom: 10px;

    }

    #tgmenu {
        background-color: rgb(87, 160, 234);
        display: block;
        font-size: 20px;
        position: absolute;
        top: 0;
        right: 0;
        padding: 5px;
        margin: 10px;
        color: #fff;
    }

    .number-col{
        width:100%;
        margin-bottom:20px;
    }





    .why-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .why-col {
        /* border: 1px solid blue; */
        /* width: 45%; */
        text-align: center;
        margin: 10px;

    }

    .why-col img {
        width: 50%;
    }

    .brands-logo img {
        max-width: 33%;
        /* height:100%; */


    }



    .about button {
        color: white;
        background-color: #d92c2a;
        font-size: 20px;
        padding: 18px 18px !important;
        border-radius: 30px;
        margin-top: 30px;
    }

    .about h2 {
        font-size: 17px;
        font-weight: 700;
        padding-top: 20px;
        padding-bottom: 20px;

    }

    .servicelist {
        display: flex;
        width: 100%;
        flex-direction: column;
        min-height: 300px;
        /* border: 5px solid green; */
        justify-content: space-around;
        align-items: center;
        padding: 20px;

    }

    .list {
        width: 100%;

        margin-top: 20px;
        padding: 20px;
        margin: 20px;
        /* border: 1px solid rgb(94, 153, 230); */
    }



}

@media only screen and (max-width:610px) {
    .repair-expert {
        position: absolute;
        top: 43%;
        left: 10%;
        max-width: 90%;


    }

    .repair-expert h2 {
        font-size: 28px;

        color: #fff;
    }

    .repair-expert span {
        font-size: 20px;

        color: #f5f7f8;
    }
}

@media only screen and (max-width:860px) {
    .workflow {
        margin-top: 20px;
        display: flex;
        min-height: 400px;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;

    }

    .workflow .work {
        text-align: center;

        width: 80%;
        margin: 10px;

        /* border: 1px solid blue; */
    }



    /* .why-choose button {
        color: white;
        background-color:#d92c2a;
        font-size: 20px;
        /* padding: 20px 30px; */
    border-radius: 30px;
    margin-top: 0px;
}

*/ .close-footer {
    width: 100%;
    min-height: 200px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: black;
}

.close-footer .col1 img {
    width: 200px;
    margin-top: 50px;
}

.close-footer .col2 {
    line-height: 1.8;
    color: white;
    text-align: center;
}

.close-footer .col2 img {
    width: 20px;
    height: 20px;
}

.pg-footer {
    width: 100%;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;

}

.footer {
    /* width: 100%;
        padding: 10px 20px; */

}





@media only screen and (max-width:576px) {
    .why-col {
        /* width: 100%; */

    }

    .brands-logo img {
        max-width: 100%;
        /* height:150px; */


    }

    .number-col{
        width:100%;
        
    }
    .close-footer .col2 a.call-btn {
        padding: 16px 29px;
    }

    .close-footer .col2 h3 {
        font-size: 23px;
        font-weight: 600;
    }

}