﻿.section {
    background-image: url('/images/bg-6.png');
    height: 530px;
    display: flex;
    align-items: center;
    background-size: cover;
}

.row{
    width: 100%;
}

.white{
    color: white;
}

.f40 {
    font-size: 40px;
    font-weight: 700;
}

.f12{
    font-size: 12px;
}

.textcenter{
    text-align:center;
}

.banner-text {
    border-radius: 10px;
    /* background: #000000c2; */
    color: #fff;
    box-shadow: 1px 1px 3px 7px #ccc;
    /* font-size: 15px; */
    padding: 30px;
    margin-left: auto;
    /* margin-right: auto; */
    margin-right: 15px;
    /* padding-top: 66px; */
    width: 45%;
}

.search {
    width: 100%;
    DISPLAY: flex;
    margin-bottom: 20px!important;
}

.search-button {
    BACKGROUND: #0c56d0!important;
    COLOR: WHITE!important;
    MARGIN-LEFT: 10PX!important;
}

.list-style {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}
.ml-auto{
    margin-left:auto!important;
}
.mr-1{
    margin-right: 1rem!important;
}
.mr-2{
    margin-right: 2rem!important;
}


a:hover{
  text-decoration: underline!important;  
  cursor: pointer;
}

.contact-us {
    background-image: url('/images/contact-us-3.jpeg');
    display: flex;
    align-items: center;
}

.vertical-align{
    display: flex;
    align-items: center;
}

.w100{
    width: 100%;
}

@media (max-width: 992px){
    .banner-text {
        width: 80%;
        margin-left: auto !important;
        margin-right: auto !important;
        box-shadow: 1px 1px 3px 7px #ccc0!important;
    }
    .col-6 {
        flex: 0 0 auto;
        width: 100%!important;
    }
    
    .w3{
        width: 12%!important;
    }
    .ml50 {
        margin-left: 0px!important;
    }
}


.pagination {
    flex-direction: row!important;
}

.footer {
    
    bottom: 0;
    width: 100%;
    height: 60px; /* Height of the footer */
    background: #6cf;
}

ul > li > span > i{
    color: red;
}
.p-40{
    padding: 40px!important;
}

.absolute{
    position: absolute;
}
.w10{
    width:6%;
}
.w3{
    width: 3%;
}
.ml50 {
    margin-left: 50px;
}
.pdf-title{
   font-weight: 500;
}
.f13{
    font-size: 13px;
}
.form-inline{
    width: 100%;
    height: auto;
}
.container {
    width: 100%;
    height: auto;
}

.container-height{
    height: 100vh!important;
}

.list-group-item-style {
    display: flex !important;
    align-items: center !important;
    padding: 0.7rem 1rem !important;
}

.pdf-button {
    font-size: 14px !important;
}
@media(min-width: 992px){
    .li-div {
        width: 737px;
    }
}
@media(min-width: 400px) and (max-width: 992px) {
    .li-div {
        width: 402px;
    }
}
@media(max-width: 400px) {
    .li-div {
        width: 100px;
    }
    .w10{
        width: 25px!important;
    }
}
@media (min-width: 400px) and (max-width: 992px){
    .w10 {
        width: 14%!important;
    }
}