.p45 {
    padding: 45px;
}

.ptb {
    padding-top: 40px;
    padding-bottom: 40px;
}
p {
    font-family: laila;
    font-size: 18px;
    font-weight: 500;
}
.head-h2 {
    font-size: 50px;
    padding-bottom: 15px;
    color: #b02b00;
    font-family: Amita;
    font-weight: 600;
}


.sec-two-img {
    border-top: 5px solid brown;
    border-left: 5px solid brown;
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 0;
}


/* index-css */

.banner-img {
    background-image: url(/Content/Pic/Kanha.jpg);
    background-size: cover;
}

.banner {
    height: 580px;
}

    .banner span {
        font-family: 'Amita';
        text-align: center;
        font-size: 95px;
        padding-top: 13%;
        right: 5%;
        color: #8f2e17;
        position: absolute;
        font-weight: 600;
    }

.index2 img {
    width: 100%;
    margin: -50px 0px 50px -50px;
}

.index2 {
    border: 6px solid #ea6c1e;
    margin: 50px 0px 0px 50px;
}

/*.specility-point {
    font-size: 24px;
    font-weight: 600;
    color: #0c6d99;
}*/

.Testimonial {
    border-radius: 5px;
    margin: auto;
    box-shadow: 0 0 23px #574f4f96;
    padding: 40px;
}

.carousel-indicators [data-bs-target] {
    background-color: #000000;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    background-color: #000000;
}

.carousel-control-next, .carousel-control-prev {
    width: auto !important;
}

.test-content {
    margin: auto !important;
    padding: 0 10% !important;
}

p.testname {
    font-size: 30px;
    font-weight: 500;
    color: #0c6d99;
}

/* index-css-end */


/* All-css-start */
.all-banimg {
    background-image: url(/Content/Pic/jal.jpg);
    background-size: cover;
}

.all-ban {
    height: 400px;
    text-align: center;
    background: #9536097a;
}

    .all-ban h1 {
        padding-top: 10%;
        color: white;
        font-size: 60px;
        margin: auto;
        width: 70%;
    }
section.cotact {
    text-align: center;
    height: 300px;
    background: url(/Content/Pic/back.jpg);
    background-size: cover;
}
.modal-dialog.p-4 {
    box-shadow: 0px 0px 25px 3px #0000002b;
    border-radius: 35px;
    background: #a32103;
    color: white;
}
.model-info input, textarea {
    border-radius: 13px;
    padding-bottom: 8px;
    margin-bottom: 11px;
    box-shadow: 0 0 3px 1px #00000061;
    border: none;
    margin-top: 9px;
}
section.cotact p {
    font-size: 70px;
    font-family: 'Amita';
    padding-top: 6%;
    font-weight: 700;
    color: #a32103;
}
span.fs-2 {
    font-size: 45px !important;
    font-family: 'Amita';
    color: #a32103;
}
.model-info button {
    padding: 2px 21px;
    border-radius: 13px;
    border: none;
    background: white;
    font-size: 23px;
    font-weight: 500;
    text-align: center;
}
.bhakti a {
    padding: 5px 10px;
    border: 2px solid;
    text-decoration: none;
    color: #8a2d16;
    font-size: 20px;
}
    .bhakti a:hover {
        color: #fff;
        background: #8a2d16;
    }
    .bhakti {
        padding: 10px;
    }
.slid-index1 img {
    width: 100%;
}
@media screen and (max-width: 557px) {
    .banner-img {
        background-image: url(/Content/Pic/Kanhaa.jpg) !important;
    }

    .banner {
        height: 280px;
    }

        .banner span {
            display: none;
        }

    .head-h2 {
        font-size: 30px;
        padding-top: 22px;
    }

    .p45 {
        padding: 15px;
    }

    footer {
        padding: 25px 15px;
        background: #f5f5f5;
    }
    .footer-text a {
        color: #af2100;
    }
    .logo{
        width: 100%;
    }
    .logo p {
    font-size: 16px;
    }
    section.cotact {
        text-align: center;
        height: 177px;
        background: none;
    }
        section.cotact p {
            font-size: 54px;
        }
    span.fs-2 {
        font-size: 30px !important;
    }
    .model-info input, .model-info select {
        width: 100% !important;
    }
    .od-1{
        order: 1;
    }
    .od-2 {
        order: 2;
    }
    .slid-index3 img {
        display: none;
    }

        }