html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

.header {
    padding: 1rem 5rem;
    margin-top: 1rem;
    border-bottom: 3px solid #d92c1c;
}

.logo_set {
    width: 80%;
}

ul#menu_bar {
    list-style: none;
    display: flex;
    float: right;
    margin-top: 5rem;
}

ul#menu_bar li {
    margin: 0px 8px;
}

.help_btn {
    border: 2px solid #d92c1c;
    background: #ffffff;
    color: #d92c1c;
    font-weight: 600;
    padding: 4px 28px;
}

.sign_btn {
    font-weight: 600;
    padding: 5px 38px;
}

.register_btn {
    font-weight: 600;
    padding: 5px 38px;
}

div#myCarousel {
    height: 450px;
    overflow-y: hidden;
}

.carousel-cust .carousel-caption {
    top: -370px !important;
    left: 6% !important;
    right: 10% !important;
    width: 540px;
    text-align: left;
    bottom: auto;
}

.carousel-caption {
    top: 15% !important;
    left: 6% !important;
    width: 620px;
    right: 10% !important;
}

.carousel-caption h1,
.carousel-caption h3 {
    font-size: 44px;
    color: #d92c1c;
    text-shadow: none;
    font-weight: 900;
}

.carousel-inner .active img {
    width: 100% !important;
    height: 500px !important;
}

.page_body {
    margin-top: 10px;
}

.page_content h3 {
    color: #d92c1c;
    font-size: 27px;
    font-weight: 600;
}

.page_content p {
    font-size: 17px;
}

.register_and_sign_in {
    margin: 7rem 0;
}

li.active.user_tabs a {
    font-weight: 600;
}

li.user_tabs a {
    font-weight: 600;
    color: #d92c1c;
}

div#home,
div#menu1 {
    padding: 3rem 0 0 0;
}

.submit,
#save_contact {
    margin: 2rem 1rem 0 0;
    border: 2px solid #d92c1c;
    background: #d92c1c;
    color: #ffffff;
    padding: 6px 30px;
    font-weight: 600;
}

.reset {
    margin: 2rem 1rem 0 0;
    border: 2px solid #d92c1c;
    background: #ffffff;
    color: #d92c1c;
    padding: 6px 30px;
    font-weight: 600;
}

.login,
.verify {
    margin: 2rem 1rem 0 0;
    border: 2px solid #d92c1c;
    background: #d92c1c;
    color: #ffffff;
    padding: 6px 30px;
    font-weight: 600;
}

.pay_amount {
    margin: 1rem 1rem 0 0;
    border: 2px solid #d92c1c;
    background: #d92c1c;
    color: #ffffff;
    padding: 6px 30px;
    font-weight: 600;
}

p#forget_pwd {
    text-align: right;
    font-weight: 600;
}

.why_why h3 {
    font-size: 24px;
    color: #d92c1c;
    font-weight: 600;
    margin-bottom: 20px;
}

.key_points p {
    font-size: 20px;
    padding: 6px 0px;
}

.footer {
    margin-top: 4rem;
}

.border_line {
    border: 2px solid #d92c1c;
    margin-bottom: 5px;
}

.footer_subset {
    background: #d92c1c;
    color: #ffffff;
}

#otp_body {
    display: none;
}

#forget_pwd {
    cursor: pointer;
}

.location {
    text-align: center;
    margin: 40px 0px;
}

.location h3,
.contact-us h3 {
    font-size: 27px;
    color: #d92c1c;
    font-weight: 600;
    margin-bottom: 20px;
}

.about_us h3,
.intro h3 {
    font-size: 27px;
    color: #d92c1c;
    font-weight: 600;
}

.about_us p,
.intro p {
    font-size: 20px;
    padding: 6px 0px;
}

div.gallery {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 180px;
}

div.gallery:hover {
    border: 1px solid #777;
}

.gallery a img {
    height: 200px;
}

div.gallery img {
    width: 100%;
}

.input_contacts input {
    width: 50%;
}

.maps-display {
    display: inline-block;
}

.maps-display iframe {
    margin: 10px;
}

/* Image Gallery */
.intro {
    text-align: center;
}

#image-gallery {
    width: 600px;
    margin: 0 auto;
}

#current-image {
    width: 100%;
    height: 400px;
}

#image-thumbs {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.thumb {
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-right: 10px;
    cursor: pointer;
}
.about_us_para {
    width: 60%;
    margin: 0 auto;
}
.whatsapp_icon {
    position: fixed;
    bottom: 10%;
    right: 0%;
    cursor: pointer;
}

@media only screen and (max-width: 600px) {
    .logo_set {
        width: 100%;
    }
    #menu_bar {
        display: block !important;
    }
    #menu_bar li {
        display: inline;
    }
    #menu_bar li a button {
        width: 75%;
        margin-bottom: 10px;
    }
    div#myCarousel {
        height: auto;
    }
    .carousel-inner .active img {
        width: 100% !important;
        height: auto !important;
    }
    .carousel-caption h1, .carousel-caption h3 {
        font-size: 18px !important;
    }
    .carousel-caption {
        top: 0% !important;
        width: 50%;
        right: 35% !important;
    }
    .about_us_para {
        width: 100%;
        margin: 0 auto;
    }
    #image-gallery {
        width: 100%;
    }
    #image-thumbs {
        display: block;
    }
    .thumb {
        width: 46%;
        height: auto;
        object-fit: cover;
        margin-right: 10px;
        cursor: pointer;
        display: inline-flex;
    }
    .input_contacts input {
        width: 100%;
    }
    .whatsapp_icon {
        position: fixed;
        bottom: 1%;
        right: -15%;
        cursor: pointer;
    }
}

h3#copyright {
    font-size: 12px;
    margin: 0px;
    padding: 8px;
}