body {
    font-family: Poppins;
    font-weight: 400;
    overflow-x:hidden;
}

header {
    padding: 10px 0px;
}

header .call-now,div  .call-now {
    color: #FFF;
    font-size: 17px;
    font-weight: 600;
    background-color: #193562;
    text-decoration: none;
    padding: 8px 25px;
    filter: drop-shadow(0px 20px 35px rgba(223, 105, 81, 0.15));
}

section {
    padding: 50px 0px;
}

.hero {
    background-image: url('../images/hero.webp');
    padding: 250px 0px;
    background-position: center bottom;
    background-size: cover;
}

.hero h1 {
    color: #FFF;
    font-size: 58.506px;
    font-weight: 700;
}

.hero .call-now-section {
    border-radius: 5.224px;
    background: rgba(243, 243, 243, 0.40);
    backdrop-filter: blur(17.760618209838867px);
    display: flex;
    justify-content: space-between;
}

.hero .call-now-section p {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
}

.hero .call-now-section a {
    border-radius: 10px;
    background: #193562;
    box-shadow: 0px 20px 35px 0px rgba(223, 105, 81, 0.15);
    color: #FFF;
    font-size: 16.716px;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 25px;
}

.book-service h2 {
    color: #222;
    font-size: 58.506px;
    font-weight: 700;
}

.book-service p {
    color: #575757;
    font-size: 20px;
    font-weight: 500;
}

.book-service h3 {
    color: #575757;
    font-size: 40px;
    font-weight: 600;
    padding-top: 70px;
    text-align: left;
}

.book-service h3 span {
    color: #193562;
    font-size: 40px;
    font-weight: 700;
}

.book-service .pick {
    color: #193562;
    text-align: left;
    font-size: 25px;
    font-weight: 500;
}

.book-service .pick span {
    color: #193562;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
}

.book-service form label {
    color: #193562;
    font-weight: 600;
}

.book-service form button {
    border-radius: 10px;
    background: #193562;
    border-color: #193562;
    padding: 10px 50px;
}

.key {
    background-color: #082350;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 60px;
}


.key .keys:hover {
    background-color: #FFF;
    padding: 15px;
    border-radius: 10px;
}

.key .keys:hover h2, .key .keys:hover p {
    color: #193562;
}

.key h2 {
    color: #FFF;
    font-size: 58.506px;
    font-weight: 700;
}

.key p {
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
}

.key .keys {
    padding: 15px;
    position: relative;
    z-index: 99999;
    transform-style: preserve-3d;
}

.key .keys:hover::after {
    content: '';
    position: absolute;
    height: 60px;
    width: 60px;
    left: -20px;
    bottom: -25px;
    z-index: -1;
    -ms-transform: translateZ(-1px);
    -webkit-transform: translateZ(-1px);
    -moz-transform: translateZ(-1px);
    -o-transform: translateZ(-1px);
    transform: translateZ(-1px);
    border-radius: 10px;
    background-color: #2882B5;
}

footer {
    padding: 50px 0px;
    background-color: #353535;
}
footer a{
    text-decoration:none;
}

footer h2 {
    color: #FFF;
    font-size: 58.506px;
    font-weight: 700;
}

footer p {
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
}

footer .address p {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    margin-left: 15px;
    word-break: break-all;
}

footer .social a {
    padding: 5px 10px;
}

#features .list {
            box-shadow: 4px 5px 10px #0001;
            padding: 40px 20px;
            border-radius: 14px;
            background-color: #19356215;
            border: 1px solid #19356233;
        }
        #features ul{
            margin-bottom: 0;
        }
        #features ul li {
            margin-bottom: 12px;
            font-size: 14px;
            font-weight: 500;
        }



        #features h2 {
            text-align: center;
            color: #222;
            font-size: 58px;
            font-weight: 700;
        }
@media screen and (max-width:767px) {
    .call-now img {
        width: 17px;
    }

    .hero {
        padding: 100px 0px;
    }

    .hero h1 {
        font-size: 35px;
    }

    .hero .call-now-section {
        display: block;
    }

    .hero .call-now-section p {
        margin-bottom: 15px;
    }

    .book-service h2 {
        font-size: 30px;
    }

    .book-service p {
        font-size: 16px;
    }

    .book-service h3 {
        font-size: 18px;
        padding-top: 20px;
    }

    .book-service h3 span {
        font-size: 20px;
    }

    .book-service .pick {
        font-size: 16px;
    }

    .book-service .pick span {
        font-size: 16px;
    }

    .key {
        border-radius: 0;
    }

    .key h2 {
        font-size: 30px;
    }

    .key p {
        font-size: 16px;
    }

    footer h2 {
        font-size: 30px;
    }

    footer p {
        font-size: 18px;
    }

    footer .address p {
        font-size: 16px;
    }

}

@media screen and (min-width:768px) and (max-width:991px) {
    .call-now img {
        width: 17px;
    }

    .hero {
        padding: 100px 0px;
    }

    .hero h1 {
        font-size: 40px;
    }

    .hero .call-now-section {
        display: block;
    }

    .hero .call-now-section p {
        margin-bottom: 15px;
        font-size: 20px;
    }

    .book-service h2 {
        font-size: 35px;
    }

    .book-service p {
        font-size: 18px;
    }

    .book-service h3 {
        font-size: 20px;
        padding-top: 20px;
    }

    .book-service h3 span {
        font-size: 22px;
    }

    .book-service .pick {
        font-size: 18px;
    }

    .book-service .pick span {
        font-size: 18px;
    }

    .key h2 {
        font-size: 35px;
    }

    .key p {
        font-size: 18px;
    }

    footer h2 {
        font-size: 35px;
    }

    footer p {
        font-size: 20px;
    }

    footer .address p {
        font-size: 18px;
    }

}