/**
* Template Name: SMMAROGYA
* * Author: Muthukumaran
* 
*/

/*--------------------------------------------------------------
# Custom App CSS
--------------------------------------------------------------*/
body{
    background-color: #C9E1CB;
}
.sidebar {
    display: none;  /* Hiding unwanted elements from Header*/
}
.admin-sidebar{
    display: block;
}
.header-topbar{
    height: 30px;
    background-color: #1795cd;
}
.header-topbar .form-select{
display: inline-block;
width: auto;
font-size: 0.7rem;
padding: 0.175rem 2.25rem 0.15rem 0.75rem;
}
.header-topbar .badge a{
    color: #ffffff;
}
.header-topbar .badge a:hover{
    color: #000000;
}
.header{
    height:70px;
    top: 30px;
}
.footer{border-top: 1px solid #95db9e;}

.container-fluid{
    padding-left: 0;
    padding-right: 0;
}
.fix-width{
    max-width: 1280px;
    margin-left: auto !important;
    margin-right: auto !important;
}
.logo img {
    max-height: 60px;
}
.AppScreen{
    z-index: 9999;
}
.AppScreenHolder{
    text-align: center;
}
.landing-logo img{
    max-height: 100px;
}
.landing-slogan{
    font-family:'Poppins', Helvetica, sans-serif;
    font-size: 4em;
    font-weight: 700;
    color: #11ae65;
    line-height: 1em;
}
.landing-subslogan{
    font-size: 2.5em;
    line-height: 1em;
    font-weight: 600;
    color:#1795cd;
}

.landing-USP{
    background-color: #11ae65;
    margin-top: -60px;
}
.landing-USP .row{
    margin: 20px 20px;
}

.landing-USP .icon img{
        width: 100px;
        float: left;
}
.landing-USP .USP-textbox{
    display: table-cell;
}
.landing-USP h2, h3, h4{
   color: #ffffff;
    
}
.start-page-title h4{
color: #000000 !important;
font-weight: bold;
}
.start-screen{
    text-align: center;
}
.start-screen img{
    max-height: 80px;
}
.start-screen .card-title{
    padding: 70px 0 40px 0 !important;
}

.tab-content {
    border: 2px solid #ededed;
    padding: 10px 20px 25px 25px;
    border-top: none;
}
.nav-tabs-bordered .nav-link{
    font-weight: bold;
}
.nav-tabs-bordered .nav-link.active {
    background-color: #fff;
    color: #1795CD;
    border-bottom: 2px solid #1795CD;
}
.card-white-bg{
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 30px #0129701a;
}
.card{
    min-height: 350px;
    background-color: unset;
    box-shadow: unset;
}
.card-body {
    padding: 30px 30px 30px 30px;
}
.card-body .fs-4{
    font-size: 1.3rem !important;
}

.list-group-item{
background-color: unset;
}
label.form-label {
    font-weight: bold;
    font-size: 1.2rem;
    margin-top: 20px;
}
.admin-login-box img{
    max-height: 80px;
}

.carousel-caption h2, .carousel-caption p{
    font-weight: bold;
    color: #333333;
}
.carousel-control-next, .carousel-control-prev{
    width: 10%;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
    background-color: #48baeb;
    border-radius: 50%;
    background-size: 20px;
}
.pagination-footer{
    width: 100%;
    text-align: center;
}
.Next-Step-Btn {
    position: fixed;
    left: calc(50% + 600px);
    top: 50%;
    z-index: 99988;
    background: #4154f1;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 2em;
}
.Prev-Step-Btn {
    position: fixed;
    right: calc(50% + 600px);
    top: 50%;
    z-index: 99988;
    background: #4154f1;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 2em;
}
.Next-Step-Btn:hover, .Prev-Step-Btn:hover{
    background: #202fb6;
    color: #ffffff;
}

@media (min-width: 1200px) {  
    #main, #footer {
            margin-left: 0px;
            margin-top: 100px;
        }
        #main {
            max-width: 960px;
        }
      

 .equal-width-logo-col{
     width: 33%;
 } 
 .mobile-only{
    display: none;
    }
      
    
}

/*--------------------------------------------------------------
RESPONSIVE CSS
// Small devices (landscape phones, 576px and up)
--------------------------------------------------------------*/
@media (max-width: 576px) {  
    .AppScreen img{
        max-width: 60%;
    }
    .landing-slogan{
        font-size: 2.5em;
        line-height: 1em;
        text-align: center;
    }
    .landing-subslogan{
        font-size: 1.5em;
        line-height: 0.65em;
        text-align: center;
    }
    .landing-USP h2{
        font-size: 1.2em;
        line-height: 1.1em;
         
     }
     .landing-USP button{
         margin: 5px 0;
     }
     .card{
        min-height: 100px;
        margin-bottom: 0;
    }
    .card-body{
        padding-top: 0;
        padding-bottom: 0;
    }
    .pagination-footer{
        margin-top: 30px;
        margin-bottom: 10px;
    }
    .carousel-caption{
        padding-bottom: 0;
        bottom: 50px !important;
        left: 5%;
        right: 5%;
    }
    .carousel-caption h2{
       font-size: 28px;
       line-height: 32px;
       margin-bottom: 10px;
    }
    .carousel-caption p{
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 0px;
     }
     .carousel-control-next, .carousel-control-prev{
         width: 8%;
     }
     .carousel-indicators{
         display: none;
     }
     .desktop-only{
    display: none;
    }
}



/*--------------------------------------------------------------
// Medium devices (tablets, 768px and up)
--------------------------------------------------------------*/

@media (max-width: 1199px) {
    
    .header .search-bar h2{
        font-size: 1.25em;
        font-weight: bold;
        margin-bottom: 0;
    }
    #main{
        margin-top: 100px;
    }
    .Next-Step-Btn {
        right: 15px;
        left: unset;
    }
    .Prev-Step-Btn {
        left: 15px;
    }
}