body{font-family: 'montserratregular'; }

.navbar-header{width: 100%;text-align: center; }
.navbar-brand {display: inline-block;height: auto;float: none; }
.navbar-default {background-color: #ffffff;margin: 0;border: none;padding: 20px 0; }

.top-header{width: 100%;display: block;background: url('../images/top-header-bg.png');background-repeat: no-repeat;
    background-size: 100% 100%;padding: 25px 0;  }
.top-header ul{list-style: none;padding: 0;margin: 0;  }
.top-header ul li{display: inline-block; }
.top-header ul li a{}
.top-header .left-top-nav ul li{margin-right: 12px;}
.top-header .left-top-nav ul li:last-child{margin-right: 0; }
.top-header ul li a i{padding: 10px 13px;background: #fff;border-radius: 50%;font-size: 22px;color: #1a619e;border: 2px solid transparent; }

.top-header ul li a:hover i{color: #fff;border: 2px solid #fff;background:transparent; } 
.top-header .left-top-nav ul li a i.fa-facebook{padding: 10px 15px;}
.top-header .left-top-nav ul li a i.fa-twitter{padding: 10px 12px;}
.top-header .left-top-nav ul li a i.fa-instagram{padding: 10px 12px;}
.top-header .left-top-nav ul li a i.fa-linkedin{padding: 10px 13px;}

.top-header .right-top-nav ul li{margin-right: }
.top-header .right-top-nav ul li a i{background-color: transparent;
    color: #fafafa;font-size: 30px;padding: 0 10px;vertical-align: middle; }
.top-header .right-top-nav ul li a:hover i{border-color:transparent;}
.top-header .right-top-nav ul li a{font-size: 20px;color: #fafafa; }

.top-header .left-top-nav{width: auto;float: left; }
.top-header .right-top-nav{width: auto;float: right;padding: 5px 0; }

/* page content css */
.main-content{background: url('../images/content-bg.png');background-repeat: no-repeat;
    background-size: 100% 100%;}
/*.main-content h1.title {font-size: 45px;line-height: 60px;font-family: 'montserratbold';color: #000; }*/
.main-content h1.title {font-size: 35px;line-height: 48px;font-family: 'montserratbold';color: #000; }

/*.main-content p{font-size: 25px;line-height: 60px; }*/
.main-content p{font-size: 18px;line-height: 45px; }


.programs{padding: 50px 0; }
.section-image {width: 100%; }
.section-image img {width: 100%;height: 100%; }
.program-details{margin-bottom: 90px; }
.program-details .google-playstore {height: 160px; }

.section-title h3{font-family: 'montserratsemibold';font-size: 25px;line-height: 60px;color: #000;padding: 20px 0;text-transform: uppercase;margin: 0; }
.section-title a:hover{text-decoration: none; }

.footer-main{padding: 35px 0;background: #000000; }
.footer-main ul{list-style-type: none;margin: 0;padding: 0; }
.footer-main ul li{display: inline-block; }
.footer-main ul li a{font-size: 16px;line-height: 25px;color: #fff; }
.footer-main ul li a:hover{color: #2078D7;text-decoration: none; }
.footer-main ul li a i{padding-right: 10px; }

ul.mail_ul{}
ul.phone_ul{text-align: center; }
ul.address_ul{text-align: right; }


/* Detect OS Css */
.mac .windows-os{display: none; }
.pc .mac-os{display: none; }

/* 18.12 */
.stores h3{line-height: 35px;padding: 35px 0; }



/* Responsive start */


@media only screen and (max-width: 1170px){

  /*.main-content h1.title {line-height: 60px;font-size: 45px; }*/
  .footer-main ul li a{font-size: 15px; }
  .program-details .google-playstore {height: 103px; }

}

@media only screen and (min-width: 1025px) and (max-width: 1200px){
  /* 02.11 */
  .main-content h1.title{font-size: 30px; }
}

@media only screen and (max-width: 1024px){
  .main-content h1.title {font-size: 30px; }
}

@media only screen and (max-width: 991px){
   
   .footer-main ul li a {font-size: 13px; }
   .main-content h1.title {font-size: 24px;line-height: 38px; }

   /* 18.12 */
   .section-title h3{line-height: 35px; }
   .stores h3{padding: 20px 0; }
}

@media only screen and (max-width: 768px){
  .main-content h1.title {font-size: 24px;line-height: 38px; }
}

@media only screen and (max-width: 767px){
  .footer-main ul{text-align: center; }
  .program-details .google-playstore{height: auto; }
    
    .main-content h1.title {font-size: 24px;line-height: 35px; }
    /*.programs .col-md-6:last-child .program-details{margin-bottom: 0px; }*/
    .footer-main ul li a{font-size: 16px; }

    .main-content h1.title br{display: none;}
    .top-header .right-top-nav ul li {margin-right: 0; }

    ul.mail_ul{}
    ul.phonr_ul{text-align: center; }
    ul.address_ul{text-align: center; }

}

@media only screen and (max-width: 485px){
     
    .main-content p {line-height: 28px; }
    .footer-main ul li a{font-size: 14px; }
    .programs {padding: 25px 0; }
    .section-title h3{line-height: normal;padding: 20px 0 10px; }
    .program-details {margin-bottom: 30px; }

    
}

@media only screen and (max-width: 470px){
     
     .top-header .left-top-nav{width: 100%;float: none;text-align: center; }
     .top-header .right-top-nav {width: auto;float: none;padding: 20px 0 0;text-align: center; }

}

@media only screen and (max-width: 375px){
     
    .main-content p {line-height: 22px;font-size: 14px; }
    .footer-main ul li a{font-size: 14px; }
}

