.heading {
    font-size: 18px;
    margin: 0;
}

label {
    font-size: 16px;
    /* font-weight: bold; */
    font-weight: 500;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
    outline: none !important;
    outline-offset: none !important;
}

button.btn.dropdown-toggle.btn-simple {
    overflow: hidden;
}

.copyright_footer {
    background: #88270b;
    color: #fff !important;
    font-size: 13px;
    padding: 5px 0;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 9999;
}

.bootstrap-select>.dropdown-toggle {
    border: 1px solid #565758;
    color: #000
}

.btn.btn-simple:focus {
    color: #000
}

.form-control {
    border: 1px solid #565758;
}

.form-control::placeholder {
    color: #565758;
}

.waves-effect {
    background: #88270b;
    color: #fff;
}

.waves-effect:hover {
    background: #88270b;
    color: #fff;
}

@media screen and (max-width:768px) {

    .container {
        height: fit-content;
    }
}

button.btn.dropdown-toggle.btn-simple {
    overflow: hidden;
}

.watermark {
    width: 100% !important;
    background-image: url(assets/images/bg.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: fit-content;
}

.container_css {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    margin: 15px auto;
    height: fit-content;
    width: 95%;
}



.header_css {
    background: #88270b;
    color: #fff !important;
    padding: 10px;
    border-bottom: 1px solid #fff;
    /* display: flex; */
    /* justify-content: space-between; */
    align-items: center;
    width: 100%;
}

.sub_text {
    font-size: 15px;
    font-weight: bolder;
}

@media print {
    .header_css {
        display: none;
    }

}

/* --------home page-------- */
body {
    background-color: #f4f4f9;
    margin: 0;
    padding: 0;
}
.container_css {
    width: 90%;
    font-family: system-ui;
    margin: 20px auto;
    margin-bottom: 40px;
}
.content {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    border-radius: 5px;
}
.section h2 {
    font-size: 18px;
    border-bottom: 2px solid #88270b;
    padding-bottom: 5px;
}
.width_css {
    width: 50%;
}

#headingTwo {
    background: #88270b;
    color: #fff;
    padding-top: 5px;
    padding-left: 8px
}

#headingThree {
    background: #88270b;
    color: #fff;
    padding-top: 5px;
    padding-left: 8px;
}
li {
    font-weight: 600
}

.btn_css_width {
    width: 60%;
    font-size: 18px;
    font-weight: 600;
    margin: 0 20px !important;
}

@media screen and (max-width:599px) {
    .section h2 {
        font-size: 15px;
    }

    .width_css {
        width: 100%;
    }
    .btn_css_width {
        width: 100%;
        font-size: 16px;
        margin:10px 0 !important;
    }
}
/* --------home page-------- */

@media screen and (max-width:768px) {
    .header_css {
        display: block;
    }

    .main_text {
        font-size: 15px;
    }

    .sub_text {
        font-size: 10px;
        font-weight: bolder;
    }
}

.error {
    color: red !important;
}




