/*basic css*/

* {
    padding: 0;
    margin: 0;
    outline: 0;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none
}

body{
    overflow-x: hidden;
}

/*basic css*/
/* custom typography */
.bg-main{
    background-color: #4e2532;
}
.w-10{
    width: 10%;
}
.w-15{
    width: 15%;
}
.w-65{
    width: 65%;
}
/* custom typography */
.header-right{
    padding: 10px 10px;
}
.header-right h4{
    font-size: 13px;
    color: #f79331;
}
.header-right h5{
    font-size: 12px;
    color: #fff;
    padding: 5px 0;
}
.logo{
    padding: 5px;
}
.add-location{
    background-color: #361823;
    padding: 5px;
}
.add-location p{
    text-align: center;
    color: #fff;
    font-size: 12px;
}
.footer-nav{
    padding: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}
.footer-nav ul{
    display: flex;
    justify-content: space-between
}
.footer-nav ul li img{
    width: 30px;
}
.app-body{
    background-image: url(../images/BG.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 100px 10px;
    position: relative;
    z-index: 0;
    min-height: 800px;
}
.app-body:before{
position: absolute;
content: "";
height: 100%;
width: 100%;
left: 0;
top: 0;
background-color: #fff;
opacity: 90%;
z-index: -1;
}
.home-icon .icon-img img{
    width: 60px;
}
.home-buttns{
    padding: 20px 0;
}
.single-homebtn{
    margin-bottom: 10px;
}
.icon-area img{
    width: 30px;
}
.icon-area{
    background-color: #4e2532;
    height: 35px;
    line-height: 28px;
    width: 35px;
    text-align: center;
    margin-left: 3px;
}
.btn-area{
    background-color: #4e2532;
    width: 240px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.ntf-btn{
    width: 240px;
}
.text-center img{
    width: 86px;
}
.thanks-content p{
    font-size: 18px;
    font-weight: 500;
    padding-top: 20px;
}
.prtc-btn-area{
    width: 280px;
}
.prtcp-collapse{
    margin-bottom: 10px;
}
.single-prtcp .icon-area{
    line-height: 38px;
}
.single-prtcp .icon-area i{
    color: #f79331;
    font-size: 24px;
}
.rotate-arrow {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}
.prtcp-collapse {
    display: none;
}

.sch-app-body{
    background-image: url(../images/BG.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 60px 10px;
    position: relative;
    z-index: 0;
    min-height: 1000px;
}
.sch-app-body:before{
position: absolute;
content: "";
height: 100%;
width: 100%;
left: 0;
top: 0;
background-color: #fff;
opacity: 90%;
z-index: -1;
}
ul#myTab{
    justify-content: space-between;
}
ul#myTab button{
    border-radius: 0;
    border: 0 !important;
    background-color: #ccc;
    width: 100%;
}
.nav-tabs{
    border: 0 !important;
}
.nav-tabs .nav-item{
    width: 49% !important;
}
ul#myTab .nav-link{
    color: #000;
    font-size: 12px;
}
ul#myTab .nav-link.active{
    background-color: #fff !important;
    color: #000;
}
td{
    font-size: 11px;
}
.table-icon-box span{
    height: 15px;
    width: 15px;
    line-height: 13px;
    border: 1px solid #000;
    display: block;
    text-align: center;
}
.sc-table{
    display: flex;
    justify-content: space-between;
    background-color: #fff;
}
.sc-table li{
    padding: .5rem .5rem;
    font-size: 12px;
    align-self: center;
}
.sc-table-wrap{
    border-bottom: 1px solid #ddd;
}
.table-icon-box i.rotated {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}
.table-collapse-content{
    display: none;
}
.splash-logo{
    padding: 100px 10px;
}
.splash-img{
    width: 50% !important;
}
.btn:hover{
    background-color: #361823;
}
@media (max-width: 575px) { 
.splash-img{
    width: 75% !important;
}
 }

@media (min-width: 576px) and (max-width: 767px) {
    .splash-img{
        width: 75% !important;
    }
 }