/* CSS for header */

body {
    margin: 0;
    padding: 0;
}

header {
    background:linear-gradient(90deg, #204D9B 1.31%, #51B3AB 131.96%);
    padding: 10px 0; 
    margin: 0;
    top: 0;
    position: sticky;
    z-index: 9999;
}
.container{
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-nav ul {
    list-style-type: none; 
    margin: 0;
    padding: 0;
}
.header-nav ul li {
    display: inline-block;
    margin-right: 20px;
}
.header-nav ul li:last-child {
    margin-right: 0;
}
.header-nav ul li a {
    text-decoration: none; 
    color: #fff; 
    padding: 10px 15px; 
    border-radius: 5px; 
    font-family: Montserrat !important;
    font-size: 15px;
}
.header-nav ul li a:hover {
  color: #ffffff; 
}
/* baner section */

.banner-section h1{
    font-family: Montserrat !important;
    font-size: 24px;
    color: #333;
}
.banner h1 {
    text-align: center;
}
.banner img{
    width: 100%;
    height: auto;
}

/*content */
.detailed-section{
    width: 90%;
    margin: auto;
}
.content-program h2{
    font-family: Montserrat !important;
    font-size: 24px;
    color: #034EA1;
}
.content-program p{
    font-family: Montserrat;
    font-size: 15px;
    color:#333;
    line-height: 25px;
}
/* overview */
.overview-section{
    width: 90%;
    margin: auto;
}
.overview-program h2{
    font-family: Montserrat !important;
    font-size: 24px;
    color: #034EA1;
}
.overview-program p{
    font-family: Montserrat;
    font-size: 15px;
    color:#333;
    line-height: 25px;
}
/* about-us */
.aboutus-section{
    width: 90%;
    margin: auto;
}
.aboutus-content{
    font-family: Montserrat !important;
}
.aboutus-content h3{
    font-size: 24px;
    color: #034EA1;
}
.aboutus-content p{
    font-size: 15px;
    color:#333;
    line-height: 25px;
}
.aboutus-content h4{
    font-size: 18px;
    color: #333;
}
.aboutus-content ul {
    list-style-type: none;
    padding: 0;
}

.aboutus-content ul li {
    margin-bottom: 10px;
    color: #333;
}

.list-title {
    font-family: Montserrat;
    font-size: 15px;
    display: inline-block;
    width: 300px; 
    line-height: 25px;
}
.bold-text {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
}
.aboutus-content h5{
    font-family: Montserrat !important;
    font-size: 18px;
    color: #333;
} 
/* contactus */
.contactus-section{
    width: 90%;
    margin: auto;
}
.contactus-content h6{
    font-family: Montserrat !important;
    font-size: 18px;
    color: #333;
    margin-top: 25px;
    margin-bottom: 0px;
}
.contactus-content p{
    font-family: Montserrat;
    font-size: 15px;
    display: inline-block;
    margin-right: 30px;
    line-height: 25px;
    margin-bottom: 25px;
}
.contactus-content p:last-child{
    margin-right: 0px;
}
.contactus-content .email a, .name  {
    color: #034EA1;
    text-decoration: none;
    font-weight: 700;
}
.contactus-content a{
    text-decoration: none;
    color: #2B2B2B;
}
/* footer */
.footer{
    background: #2B2B2B;
    padding: 10px;
}
.footer-content{
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: auto;
}
.address p{
    font-family: Montserrat;
    color: #fff;
}
.contact h3 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.mh-logo-footer{
    margin-top: 15px;
}

.header-mobile{
    display: none;
}
@media screen and (min-width: 320px) and (max-width:770px) {
    .header-mobile{
        display: block;
    }
    .header{
        display: none;
    }
    header{
        display: none;
        padding: 0;
    }
    .header-mobile .container {
        background:linear-gradient(90deg, #204D9B 1.31%, #51B3AB 131.96%);
        padding: 10px 0; 
        margin: 0; 
    }
    .header-logo-mob{
        width: 90%;
        margin: 0 auto !important;
       }
       .mhlogo {
        display: flex;
        align-items: center;
        justify-content: space-between !important;
     }
     .header-nav ul {
       
        margin: 0 auto;
    }
    .container {
        flex-direction: column; 
        width: 100%;
    }

  .footer-content{
    display: block;
  }
  .header-nav ul li a {
    padding: 0 0;
  }
  .header-mobile{
    top: 0;
    position: sticky;
    z-index: 9999;
  }
  .banner-section h1{
    font-size: 17px;
}
}
@media screen and (max-width:340px) {
    .header-nav ul li a {
        font-size: 9px;
    }
    .contactus-content p{
        font-size: 12px;
        width: 265px;
    }
    .footer-container{
        text-align: center;
    }
}
@media screen and (min-width: 350px) and (max-width:390px){
    .header-nav ul li a {
        font-size: 11px;
    }
    .footer-container{
        text-align: center;
    }
}
@media screen and (min-width: 390px) and (max-width:480px){
    .header-nav ul li a {
        font-size: 13px;
    }
    .footer-container{
        text-align: center;
    }
    .list-title{
        width: 224px;
      }
}
@media screen and (min-width: 690px) and (max-width:780px){
    .footer-container{
        text-align: center;
    }
}
.email{
    display: inline-block;
    margin-top: 10px;
}
@media screen and (max-width:499px) {
    .contactus-content p{
        margin-right: 0px;
        margin-bottom: 0px;
    }
    .contactus-content p:last-child{
        margin-bottom: 20px;
    }
}

