/*------------------------------------------------------------------//
//  RESPONSIVE SYSTEM                       //
//------------------------------------------------------------------*/
#reply-title{
    font-size:24px;
    font-weight: 700;
}
.services ul li h2{
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    padding: 0 3px;
    margin-top: 15px;
}
.news ul li h3 {
    font-weight: bold;
    font-size: 17px;
    margin-top: 20px;
    display: block;
    width: 100%;
}
.patientHome .title{
    font-size:24px;
    font-weight: 700;
    text-align: center;
    display: block;
    width: 100%;
}
.patientHome .name{
    font-size:18px;
    font-weight: 700;
    text-align: center;
    display: block;
    width: 100%;
}
.patientHome .attr{
    font-size:14px;
    font-weight: 500;
    text-align: center;
    display: block;
    width: 100%;
}
.referencesLink .title{
    font-weight: 700;
    font-size: 23px;
    color: #363636;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
}
.infoPage .title{
    font-weight: 700;
    font-size: 23px;
    margin: 20px 0;
    display: block;
}
.services .title{
    text-align: center;
    margin-top: 35px;
    color: #fff;
    font-weight: 700;
    font-size: 27px;
    margin-bottom: 20px;
    display: block;
    width: 100%;
}
.corparatePage .item .title{
    font-weight: 700;
    font-size: 25px;
    display: block;
    width: 100%;
}
.homeArticle .title{
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 15px;
    display: block;
    width: 100%;
}
.referencesLink a:hover .title{
    color: #f7a600;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.videoBg .title{
    color: #fff;
    font-weight: 700;
    font-size: 27px;
    display: block;
    width: 100%;
    text-align: center;
}
.videoBg p{
    color: #fff;
    margin-top: 15px;
    font-size: 22px;
    font-weight: 300;
}
.news .title{
    font-size:24px;
    float: left;
    font-weight: 700;
    display: inline-block;
}
.blog-pagination .navigation .nav-links{
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    align-items: center;
    gap:5px;
}
.blog-pagination .navigation .nav-links .prev{
    display: none !important;
}
.blog-pagination .navigation .nav-links .next{
    display: none !important;
}
.blog-pagination .navigation .nav-links .page-numbers{
    width: 40px;
    height: 40px;
    font-size:16px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7f7f7;
    color:#000;
}
.blog-pagination .navigation .nav-links .page-numbers.current{
    background-color:#eca108;
    color:#000;
}
@media screen and (min-width: 1200px) { /* PC 1200+  */
  .menuAc{display: none !important;}
}
@media screen and (max-width: 1199px) and (min-width:992px) {
  .menuAc{display: none !important;}
  header nav.menu ul li a{font-size: 11.5px !important; padding: 0px 3px !important;}
}
@media screen and (max-width: 991px) and (min-width:768px) { /* TABLET 768+ ~ 960 */
  .mContact{display: block !important;}
  header .logo{width: 156px !important;margin-top: 4px;}
  header nav.menu{display: none !important;}
  .mouse{display: none !important;}
  .infoPage .article, .homeArticle .article{margin-bottom: 30px !important;}
  .corparatePage .item:nth-child(2n){float: none !important; margin-top: 30px !important;}
  footer h4{margin-top: 25px !important;}
   footer{margin-bottom: 60px !important;}
   html, body{overflow-x: hidden !important;}
}
@media screen and (max-width: 767px) and (min-width:640px) { /* TABLET 640+ ~ 768 */
  .mContact{display: block !important;}
  header .logo{width: 156px !important;margin-top: 4px;}
  header nav.menu{display: none !important;}
  .mouse{display: none !important;}
  .infoPage .article, .homeArticle .article{margin-bottom: 30px !important;}
  .corparatePage .item:nth-child(2n){float: none !important; margin-top: 30px !important;}
  footer h4{margin-top: 25px !important;}
   footer{margin-bottom: 60px !important;}
   html, body{overflow-x: hidden !important;}
  .services ul li{min-height: auto !important;}
    .corparatePage .item .title{
        text-align: center;
    }
    .infoPage .title{
        text-align: center;
    }
}
@media screen and (max-width: 639px) and (min-width:480px) { /* MOBILE 480+ ~ 640 */
   .mContact{display: block !important;}
  header .logo{width: 156px !important;margin-top: 4px;}
  header nav.menu{display: none !important;}
  .mouse{display: none !important;}
  .infoPage .article, .homeArticle .article{margin-bottom: 30px !important;}
  .corparatePage .item:nth-child(2n){float: none !important; margin-top: 30px !important;}
  footer h4{margin-top: 25px !important;}
   footer{margin-bottom: 60px !important;}
   html, body{overflow-x: hidden !important;}
  .services ul li{min-height: auto !important;}
}
@media screen and (max-width: 479px) and (min-width: 320px) { /* MOBILE 320+ ~ 480 */ 
  .mContact{display: block !important;}
  header .logo{width: 156px !important;margin-top: 4px;}
  header nav.menu{display: none !important;}
  .mouse{display: none !important;}
  .infoPage .article, .homeArticle .article{margin-bottom: 30px !important;}
  .corparatePage .item:nth-child(2n){float: none !important; margin-top: 30px !important;}
  footer h4{margin-top: 25px !important;}
   footer{margin-bottom: 60px !important;}
   html, body{overflow-x: hidden !important;}
   .services ul li{min-height: auto !important;}
}

@media screen and (max-width: 319px) and (min-width: 240px) { /* MOBILE 240+ ~ 320 */
   .mContact{display: block !important;}
  header .logo{width: 156px !important;margin-top: 4px;}
  header nav.menu{display: none !important;}
  .mouse{display: none !important;}
  .infoPage .article, .homeArticle .article{margin-bottom: 30px !important;}
  .corparatePage .item:nth-child(2n){float: none !important; margin-top: 30px !important;}
  footer h4{margin-top: 25px !important;}
  footer{margin-bottom: 60px !important;}
  html, body{overflow-x: hidden !important;}
.services ul li{min-height: auto !important;}
}
@media all and (max-width: 768px){
    #randomposts ul li{
        width: 50%;
    }
}
@media all and (max-width: 565px){
    #randomposts ul li{
        width: 100%;
    }
}