/*
Template Name: Shri Guru Temple
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/

/*********************contact****************/
.center_cont {
    background-image: url(../img/62.jpg);
    background-position: center center;
    background-size: cover;
}

.contact_1li span {
    font-size: 30px;
}

.contact_1li {
    box-shadow: 0px 10px 50px 0px rgb(53 82 99 / 9%);
    padding: 30px 20px;
}

.contact_1r {
    box-shadow: 0px 10px 50px 0px rgb(53 82 99 / 9%);
    padding: 30px;
}

.contact_1ril .form-control {
    border-radius: 0;
    border-color: #5333f212;
    height: 48px;
    margin-top: 12px;
}

.contact_1ril .form-select {
    border-radius: 0;
    border-color: #5333f212;
    height: 48px;
}

.contact_1ril .area {
    height: 150px;
}

#contact {
    padding-bottom: 150px !important;
}

/********************contact_end****************/


@media (max-width: 991px) {
    .contact_1l {
        text-align: inherit !important;
    }

    .contact_1li {
        padding: 20px 15px;
        margin-bottom: 15px;
    }

    .contact_1li span {
        font-size: 24px !important;
    }

    .contact_1r {
        margin-top: 20px;
        padding: 20px;
    }

    #contact {
        padding-bottom: 40px !important;
    }

    .center_cont {
        min-height: auto !important;
        padding: 60px 0;
    }
}