.logo-login {
    margin: 0 auto;
    display: block;
    padding-top: 40px;
    width: 6%;
}
.sub-details h3{
    color:#8a1172 !important;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: .6px;
}
.sub-details h4{
    color: #533e86;
    font-weight: 600;
}
.sub-details h5 {
    font-size: 14px;
    color: black;
    font-weight: 600;
}
.sub-details p {
    color: black;
}
.sub-details{
    border: 3px solid #533e95;
    padding: 30px;
    background: #e0e0e0;
    -webkit-box-shadow: 1px 3px 8px 0px rgba(39, 50, 50, 0.75);
-moz-box-shadow:    1px 3px 8px 0px rgba(39, 50, 50, 0.75);
box-shadow:         1px 3px 8px 0px rgba(39, 50, 50, 0.75);
width:95%;
}
.sanskrit{
    width: 65% !important;
    margin-top: 20px !important;
    left: 2px !important;
}
.navbar-header {
    width:10%;
}
.registration-link{
    padding-top: 20px;
    font-size: 17px;
    text-align: center;
    color: #000;
}
#copy input[type=radio]{
    width:5%;
}
.amount-content{
    color: #485a9e;
    padding-top: 10px;
    font-size: 18px;
}
.online h3 {
    margin-top: 0px !important;
    margin-bottom: 45px !important;
    text-align: center;
    font-weight: 600;
}
.logo{
    width: 75%;
    float: left;
}
.logo-block{
    background-color: white;
    padding: 20px;
}
.navbar-nav {
    float: right !important;
    margin-top: 40px !important;
}
.navbar-nav>li>a {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.navbar-nav>li>a:hover {
    background-color: #fff !important;
    color: orange;
}
.top-head{
    background-color: #06528f;
    padding: 15px 0 9px 0;
}
.top-head p{
    color:#fff;
    line-height: 10px;
    letter-spacing: .5px;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
  }
#banner-section{
    background-image:url('../images/banner.png') ;    
     background-size: cover;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: white !important;
}
.banner img{
    width: 140%;
    margin-top: -78px;
    position: relative;
    left: -80px;

}
button, select {
    text-transform: none;
    background-color: #660000;
    border: none;
    padding: 10px 25px;
    color: #ece5e5 !important;
    font-weight: 600;
    letter-spacing: .7px;
    font-size: 18px !important;
    outline: none;
}
.banner-content{
    padding-top: 50px;
}
.banner-content p{
    color: #2e1c65 !important;
    font-size: 15px;
    width: 80%;
    font-weight: 600;
}
.banner-content h3{
        font-size: 26px;
        color: #e9e9e9 !important;
        font-weight: 600;
        letter-spacing: .7px;
}
.about-us{
    padding:90px 0px;
}
.about-us img{
    width: 60%;
}
.about-us h1 {
    font-size: 36px;
    color: #660000;
    padding-bottom: 10px;
        margin-top: 5px;
}
.about-us button{
    margin-top: 15px;
}
.about-us ul{
    padding-left: 17px;
}
.subscription{
    padding:50px 0px; 
}
.subscription h1, .team h1{
    color: #660000;
    text-align: center;
    margin-bottom: 35px;
}
.subscription img{
    margin: 0 auto;
    display: block;
    width: 60%;
}
.team{
    padding:50px 0px; 
}
.team .col-md-6 {
    width: 45%;
    background: #bf7b3b;
    margin: 15px;
    height: 109px;
}
.team .col-md-4 {
    background: #f9912f;
    margin: 15px;
    height: auto;
    width: 30%;
    padding-bottom: 10px;
}
.team .col-md-4 h3{
    padding-bottom: 10px;
    padding-top: 5px;

}
.team h3{
    color:#fff !important;
}
.team p{
    color: #fff;
    letter-spacing: .7px;
    font-size: 15px;
}

input[type="text"]{
    width: 100%;
    padding: 6px;
    margin-bottom: 15px;
    background: transparent;
    border: 1px solid #3c2f1f;
    outline: none;
}
textarea {
    width: 100%;
    height: 100px;
    padding: 10px;
    background: transparent;
    border: 1px solid #3c2f1f;
    outline: none;
}
input[type="submit"]{
background: #660000;
    border: none;
    color: white;
    padding: 10px 40px;
    font-size: 16px;
    letter-spacing: 1px;
}
.contact p{
    font-size: 16px;
    color: #000;
    font-weight: 600;
    letter-spacing: 0.2px;
}
.contact h1{
    color: #660000;
    text-align: center;
    margin-bottom: 60px;
}
 .contact {
    padding: 50px 0px 75px 0px;
}

@media (max-width:1033px){
    .banner img {
        width: 100%;
        margin-top: 0px;
        position: relative;
        left: 0;
    }
}
@media (max-width:991px){
    .banner img {
        display: none;
    }
    .top-head p {
        text-align: left;
    }
    #banner-section{
        padding-bottom: 50px;
    }
    .about-us {
        padding: 40px 0px 60px 0px;
    }
    .about-us img {
        margin-top: 30px;
    }
    .team {
        padding: 40px 0px;
    }
    .team h1 {
        text-align: left;
        padding-left: 15px;
    }
    .team .col-md-6 {
        width: 95%;
        background: #bf7b3b;
        margin: 15px;
        height: auto;
        padding: 20px;
    }
    .team .col-md-4 {
        background: #f9912f;
        margin: 15px;
        height: auto;
        width: 95%;
        padding: 20px;
    }
    .team h3{
            margin-top: 0px;
            margin-bottom: 10px;
        
    }
    .subscription {
        padding: 0px 0px 50px 0px;
    }
    .contact h1 {
        text-align: left;
        margin-bottom: 30px;
    }
    textarea {
        margin-bottom: 15px !important;
    }
}
@media (max-width:767px){
    .logo-login {
  
    width: 15%;
}
    .login {
        width: 95% !important;
      
    }
    .logo {
        width: 13%;
    float: left;
    margin-left: 15px;
    }
    .navbar-collapse.in {
        overflow-y: auto;
        padding-top: 20px;
    }
    .navbar-nav>li>a {
        padding-top: 5px !important;
    }
    .navbar-header {
    width: auto;
}
.navbar-collapse.in {

    float: left;
}
}
@media (max-width:500px){
    .online input[type=submit]{
        width:40% !important;
    }
     .logo-login {
  
    width: 15%;
}
       .navbar-header {
    width: auto;
}
.navbar-collapse.in {

    float: left;
}
    h1{
        font-size: 25px !important;
    }
    .subscription img {
        margin: 0 auto;
        display: block;
        width: 95%;
    }
    h3 {
        font-size: 20px !important;
    }
    .team p {
        font-size: 15px;
    }
    .team .col-md-6 h3 {
        font-weight: 700;
    }
    .team .col-md-4 h3 {
        font-weight: 700;
    }
    .subscription h1{
        float: none;
        padding-left: 15px;
    }
    .contact h1{
        padding-left: 15px;
    }
}