/*
Theme Name: Ministry of Health 
Author: Dechen Lhadon, AICTO, MoH
Description:  MOH Theme is a responsive clean WordPress Theme. The theme support all modern browsers like Firefox, Chrome, Safari, Opera and Internet Explorer 8, 9 and 10 and uses the most modern technologies like HTML5 and CSS3.
Version: 1.0
*/

@import url('css/animations.css');
@import url('css/bootstrap.min.css');
@import url('css/font-awesome.min.css');
@import url('css/owl.carousel.css');
@import url('css/select2.min.css');
@import url('css/select2-bootstrap.min.css');
@import url('css/bootstrap-responsive-tabs.css');
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Quicksand|work+sans&display=swap');

 /*------------------------------------------
# BODY
--------------------------------------------*/
body
{
    font-family: 'open-serif', sans-serif;
    font-weight: 400;
    color:  #000000;
    line-height: 1.7;
    background-image: url(http://www.moh.gov.bt/wp-content/uploads/ict-files/2020/06/backgroundragon.jpg);
}

p 
{
    color: #383838;
}

h1, h2, h3 
{
   font-family: 'work sans', sans-serif;
   font-weight: 600;
   color: #000000;
   text-transform: uppercase;
}

h4, h5, h6  
{
    font-family: 'work sans', sans-serif;
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
}

@media(max-width: 812px){
    h1, h2, h3, h4, h5, h6 {
        font-size: 15px;
    }
}
/*-------------- Body Ends ----------------*/


 /*------------------------------------------
# Top Navigation
--------------------------------------------*/
.top-nav
{
    background-color: #a52924;
    color: #ffffff;
    border-radius: 2px;
}

/*Date*/
.date
{
  padding-bottom: 10px;
  padding-top: 10px;
}

@media(max-width: 812px){
    .date{
      text-align: center;
    }
}


/*Language Switcher*/
.language_switcher
{
  padding-right: 20px;  
  float: right;
}


.language_switcher ul 
{
  margin-top: 9px;
}


.language_switcher ul li
{
  display: inline;
}

.language_switcher ul li a
{
  padding-left: 10px;
  color: #ffffff;
}


/*Text Resizer*/
.font-size
{
  padding-top: 10px;  
  float: right;
}

.decrease, .reset, .increase
{
  padding: 10px 3px 0 3px;
  color: #ffffff;
}
 
.font-size a:hover, .font-size a:focus
{
  color: #ffffff;
  border-bottom: solid 1px #ffffff;
}/*--------- Top Navigation Ends ----------*/



 /*------------------------------------------
# LOGO
--------------------------------------------*/
.logo
{
  background-color: #ffffff;
}

.responsive 
{
  width: 100%;
  height: auto;
}


/* Message */
.message_title
{
  /*background-color: #28a745;*/
  background-color: #e76b10;
  margin: 0 5px 10px 5px;
}

.message1
{
  /*background-color: #28a745;*/
  background-color: #e76b10;
  color: #ffffff;
  text-align: center;
  /*font-weight: 700;*/
  font-style: italic;
  padding-bottom: 0;
  margin-bottom: 0;
}

.message2
{
  color: #ffffff;
  text-align: center;
  /*font-style: italic;*/
  font-weight: 700;
}

.message2 a
{
  color: #ffffff;
}


/*blink*/
.blink {
        animation: blinker 2s linear infinite;
      }
      @keyframes blinker {
        50% {
          opacity: 0;
        }
      }


@media screen and (min-width: 600px) {
  .message1 {
    font-size: 16px;
  }
}

/* If screen size is 600px wide, or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {
  .message1 {
    font-size: 10px;
  }
}

@media screen and (min-width: 600px) {
  .message2 {
    font-size: 15px;
  }
}

/* If screen size is 600px wide, or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {
  .message2 {
    font-size: 9px;
  }
}

 /*------------------------------------------
# NAVIGATION
--------------------------------------------*/
.navbar
{
    margin-bottom: 0;
    border-radius: 0;
    background-color: #a52924;  
}

.navbar-header
{
  background-color: #a52924; 
}

.navbar-nav>li>a 
{
    font-family: 'open-serif',sans-serif;
    margin-right: 10px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #ffffff;
}


.navbar-nav>li>a:focus, .navbar-nav>li>a:hover 
{
    color: #000000;
    background: transparent;
}

.navbar-nav>.active>a, .navbar-nav>.active>a:focus, .navbar-nav>.active>a:hover 
{
    background: transparent;
    color: #ffffff;
}

.dropdown-menu 
{
    padding: 0;
    border: none;
    border-radius: 0;
    border-bottom: 3px solid #a52924;
}

.dropdown-menu>li>a
{
    padding: 10px 15px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'open-serif',sans-serif;
    transition: 0.2s;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover 
{
    color: #ffffff;
    text-decoration: none;
    background-color: #a52924;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover 
{
    color: #ffffff;
    border-bottom: 3px solid #ffffff;
}

.dropdown-menu>li>ul 
{
  top: 0;
  left: calc(100% - 30px);
}

.dropdown-menu>li:hover>ul 
{
  opacity: 1;
  top: 0;
  left: 100%;
		display: block;
}

.dropdown-menu>li>ul>li>a 
{
  padding-right: 35px;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover 
{
  background: transparent;
}

.navbar-nav>li>.dropdown-menu 
{
  margin-top: 7px;
}


/*Humburger Menu*/
@media (min-width: 992px){
    .navbar-expand-md .navbar-toggler {
      display: none;
    }
}

@media(max-width: 812px){
    
    .navbar-nav>.active>a:focus, .navbar-nav>.active>a:hover{
      color: #000000;
    }

    .navbar-nav>li>a {
        padding: 8px 14px;
    }

    .dropdown-menu>li>a {
      color:  #000000;
    }

	.dropdown-menu>li>ul
	{
	  color:  #000000;
	}
	
	.dropdown-menu>li>a:hover{
		display: block;
	}
	
	.navbar-nav .open .dropdown-menu>li>a:hover .dropdown-menu
	{
		display: block;
	}
	
    .navbar-collapse {
        border-top: 1px solid #d0d0d0;
        padding-top: 0;
        background-color: #a52924;
        padding-left: 20px;
        padding-right: 20px;
    }

    .navbar-toggler {
      position: relative;
      padding: 14px 10px;
      background-color: #a52924;
      font-size: 1.25rem;
      line-height: 1;
      border: 1px solid transparent;
      border-radius: .25rem;
    }

/*     .navbar-toggler:focus, .navbar-toggler:active {
      outline: 0;
    } */

    .navbar-toggler span {
      display: block;
      background-color: #ffffff;
      height: 3px;
      width: 25px;
      margin-top: 4px;
      margin-bottom: 4px;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
      left: 0;
      opacity: 1;
    }

    .navbar-toggler span:nth-child(1),
    .navbar-toggler span:nth-child(3) {
      transition: -webkit-transform .35s ease-in-out;
      transition: transform .35s ease-in-out;
      transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
    }

    .navbar-toggler:not(.collapsed) span:nth-child(1) {
      position: absolute;
      left: 12px;
      top: 10px;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg);
      opacity: 0.9;
    }

    .navbar-toggler:not(.collapsed) span:nth-child(2) {
      height: 12px;
      visibility: hidden;
      background-color: transparent;
    }

    .navbar-toggler:not(.collapsed) span:nth-child(3) {
      position: absolute;
      left: 12px;
      top: 10px;
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg);
      opacity: 0.9;
    }

}/*----------- Top Navigation -----------*/


 /*------------------------------------------
# SEARCH FORM
--------------------------------------------*/
.navbar #search 
{
    clear: both;
    text-align: right;
	background: #ffffff;
}

.btn-search 
{
    color: #ffffff;
    background-color: #a52924;
    box-shadow: 0 0 25px 0 rgba(0,0,0,0.4);
    margin-left: 10px;
    border: none;
}


 /*------------------------------------------
# MARQUEE
--------------------------------------------*/
.trending-line
{
  margin: 20px 0 0 5px;
  background-color: #ff3c36;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 12px;
  padding: 9px 5px;
  width: 70%;
}

.spinner 
{
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin: 5px 0 0 5px;
}

.double-bounce1, .double-bounce2 
{
  width: 60%;
  height: 60%;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 
{
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

.marquee
{
   margin-top: 20px;
   margin-left: -75px;
   margin-right: 5px;
   padding-top: 10px;
}

.marquee p a
{
  margin-right: 50px;
  font-weight: 600;
}



 /*------------------------------------------
# Main Body
--------------------------------------------*/
.main-body .background
{
    background-color: #ffffff;
}

.covid-section>h3, .news-section>h3, .health-news>h3, .health-media>h3
{
  font-size: 20px;
  color: #111111;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.covid-section>h3:after, .news-section>h3::after, .health-news>h3::after, .health-media>h3::after 
{
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    margin: 10px auto 10px;
    background: #b30000;
}

.covid-content, .news-content, .media-content
{
  /*border: 1px solid #d9d9d9; */
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 10px 0;
  margin: 0 0 50px 5px;
  transition: all 0.5s ease-in-out 0s;
}

.covid-content:hover, .news-content:hover, .health-news-content:hover, .media-content:hover   
{
  /*box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-in-out 0s;*/
}


 /*------------------------------------------
# COVID-19 SECTION
--------------------------------------------*/
.covid-content>ul
{
  text-align: center;
  padding-top: 5px;
}

 .covid-section .nav-pills>li>a
 {
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  margin: 0 10px;
  margin-bottom: 5px;
  display: inline-block;
  padding: 10px 15px;
  line-height: 20px;
  border-radius: 5px;
  text-transform: uppercase;
  background: #f7f7f7;
  transition: all 0.3s ease-in-out;
}

.covid-section .nav-pills>li>a:hover
{
    background: #b30000;
    color: #ffffff;
}

.covid-section .nav-pills>.active>a, .covid-section .nav-pills>.active>a:focus, .covid-section .nav-pills>.active>a:hover 
{
    background: #b30000;
    color: #ffffff;
}


/*COVID-19 in Bhutan*/
.covid_reports
{
  margin-top: 10px;
}

.covid_reports>h6
{
  text-transform: capitalize;
  font-weight: 600;
}

.table
{
   margin-top: 10px;
   border-right:none;
   border-left: none;
   border-top: 1px solid #d9d9d9;
 }


/*National Update*/
.outer
{
  margin: 10px 0 0 0;
  padding: 10px 10px 0 10px;
  border: 1px solid #d9d9d9;
}

.outer .box 
{
  padding: 20px 20px;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
  height: 80px;
 /* position: relative;*/
  background: #ffffff;
  border: 1px solid #b30000;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.outer .box:hover
{
  box-shadow: 0 0 11px rgba(33,33,33,.5); 
}



/*Global update*/
.g_update
{
  border: 1px solid #d9d9d9;
  margin: 10px 0 0 0;
}

.who_list ul li
{
  padding: 10px;
  margin-bottom: 20px;
  margin-top: 20px;
  width: auto;
  background-color: #008ae6;
  color: #ffffff;
  text-align: center;
  border-radius: 10px;
}

.who_list ul li:hover
{
  background-color: #1aa3ff;
}

.g_content 
{
  margin-top: 40px;
  margin-left: 10px;
}

.g_content img 
{
  max-width: 100%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}

.g_content img:hover 
{
  -webkit-filter: none;
  filter: none;
  transform: scale(1.15);
}

.media-risk
{
  margin-right: 50px;
  margin-left: 50px; 
}

 .media-risk .nav-tabs>li>a
 {
  cursor: pointer;
  padding: 10px 0;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

.media-risk .nav-tabs.nav-justified>.active>a
{
  border: 1px solid #ffffff !important;
}


.media-risk .nav-tabs.nav-justified>li>a
{
  border-bottom: 1px solid #ffffff !important;
}


.media-risk ul li.active, .media-risk ul li.active>a:focus, .media-risk ul li.active>a:hover 
{
    border-bottom: 2px solid #b30000;
}

.media-risk .nav-tabs.nav-justified>ul>li>a:hover
{
   border-bottom: 4px solid #b30000;
}


 /*------------------------------------------
# NEWS SECTION
--------------------------------------------*/
.news-content>ul
{
  text-align: center;
  padding: 5px;
}

 .news-section .nav-pills>li>a
 {
   font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  line-height: 20px;
  border-radius: 5px;
  text-transform: uppercase;
  background: #f7f7f7;
  transition: all 0.3s ease-in-out;
}

.news-section .nav-pills>li>a:hover
{
    background: #b30000;
    color: #ffffff;
}

.news-section .nav-pills>.active>a, .news-section .nav-pills>.active>a:focus, .news-section .nav-pills>.active>a:hover 
{
    background: #b30000;
    color: #ffffff;
}

.tab-content
{
  margin: 20px 20px;
}

.news-details
{
   border: 1px solid #d9d9d9; 
   padding: 0 20px;
}

.news-details h4
{
  color: #404040;
  font-weight: 600;
  font-size: 16px;
}

.news-details>p
{
  text-align:justify;
  text-justify: inter-word;
}

.news-date
{
  background-color: #d9d9d9; 
  padding: 10px;
}

.news-date a 
{
  color: #777777;
  transition: 0.3s;
}

.news-date a:hover, .news-date .fa-angle-double-right:hover 
{
   color: #1a1aff;
}

.fa-calendar
{
  color: #b30000;
}

.fa-eye
{
	padding-left: 10px;
}

 /*------------------------------------------
# Pagination
--------------------------------------------*/
.pagination 
{
    clear: both;
    padding: 7px 0;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    width: 100%;
    text-align: center;
}

.pagination span
{
    padding: 3px 7px 0;
    color: #000000;
    border: none;
}

.pagination a:hover, .pagination span.current 
{
    color:#ffffff;
    background: #b30000;
}

.pagination .current, .pagination a 
{
    display: inline-block;
    color: #777777;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    padding: 1px 8px 2px!important;
    margin-left: 4px;
} 



/*------------------------------------------
# HEALTH MEDIAS
--------------------------------------------*/
.media-message
{
  text-align: center;
}

.btn-read-more
{
    background-color: #b30000;
    color: #ffffff;
    margin-top: 20px;
    margin-right: 15px;
    float: right;
}

.btn-read-more:hover
{
    background-color: #ff3333;
    color: #ffffff;
}


 /*------------------------------------------
# BACK-TO-TOP
--------------------------------------------*/
.back-to-top 
{
  position: fixed;
  display: none;
  background: #b30000;
  line-height: 1;
  color: #ffffff;
  padding: 7px 12px 13px 12px;
  font-size: 16px;
  border-radius: 10px;
  right: 15px;
  bottom: 15px;
  transition: display 0.5s ease-in-out;
}

@media (max-width: 768px) 
{
  .back-to-top 
  {
    bottom: 15px;
  }
}

.back-to-top:hover 
{
  background: #ff3333;
  color: #ffffff;
  transition: background 0.2s ease-in-out;
}


 /*------------------------------------------
# SCROLLBAR
--------------------------------------------*/
::-webkit-scrollbar 
{
    -webkit-appearance: none;
    width: 15px;
}
 
::-webkit-scrollbar-track 
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background: #ffffff; 
}
 
::-webkit-scrollbar-thumb 
{
    background: #bfbfbf; 
    border:1px solid #eeeeee;
    height:5px;
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb:hover 
{
  background: #808080; 
}

a, a:hover, a:focus
{
    color:#333333;
    text-decoration: none;
}


 /*------------------------------------------
# SIDEBAR
--------------------------------------------*/

.card-header
{
    /*border:1px solid #d9d9d9;*/
    border-top: 3px solid #b30000;
    color:#000000;
    height:auto;
    padding:10px 5px 5px 5px;
    margin-right: 5px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
} 

.card-header h4
{
  padding-left: 15px;
  text-transform: uppercase;
  font-weight: 600;

}

.card-body
{
    /*border:1px solid #d9d9d9;*/
    background: #ffffff none repeat scroll 0 0;
    margin-bottom: 40px;
    transition: all 0.5s ease-in-out 0s;
    margin-right: 5px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.card-body:hover 
{
  /*box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-in-out 0s;*/
} 
/*--------------------------------------*/

/* COVID APPS AND FORMS*/

.covid_apps
{
  /*margin-top: 5px;*/
  margin-top: 30px;
  margin-left:5px;
  margin-right:5px;
}

@media(max-width: 812px){
  .covid_apps
  {
    margin-left: 0;
    margin-right: 0;
  }
}

/*Toll-Free Number*/
.tollfree
{
  background:linear-gradient(90deg, #d9d9d9 0%, #d9d9d9 25%, #db4f36 25%, #db4f36 100%);
  padding:10px 0px 10px 0;
  margin: 10px 5px 5px 0;
  border-radius: 5px;
}

.tollfree i
{
  display: inline-block;
  background-color: #db4f36;
  border-radius: 50%;
  color: #ffffff;
  padding: 5px;
  font-size: 20px;
}

/*HHC Number*/
.hcc
{
  background:linear-gradient(90deg, #d9d9d9 0%, #d9d9d9 25%,  #3e728b 25%, #3e728b 100%);
  padding:10px 0px 10px 0;
  margin: 10px 5px 5px 0;
  border-radius: 5px;
}

.hcc i
{
  display: inline-block;
  background-color:  #3e728b;
  border-radius: 50%;
  color: #ffffff;
  padding: 5px;
  font-size: 20px;
}

/*BVS*/
.bvs
{
  background:linear-gradient(90deg, #d9d9d9 0%, #d9d9d9 25%,  #face3e 25%,  #face3e 100%);
  padding:10px 0px 10px 0;
  margin: 10px 5px 5px 0;
  border-radius: 5px;
}

.bvs i
{
  display: inline-block;
  background-color:  #face3e;
  border-radius: 50%;
  color: #ffffff;
  padding: 5px;
  font-size: 20px;
}

/*Druk Trace App*/
.druktrace_app
{
  background:linear-gradient(90deg, #d9d9d9 0%, #d9d9d9 25%, #5cb85c 25%, #5cb85c 100%);
  padding:10px 0px 10px 0;
  margin: 0 5px 5px 0;
  border-radius: 5px;
}

.druktrace_logo
{
  width: 25%;
  float: left;
  text-align: center;
  padding-top: 5px;
}

.druktrace_logo img
{
  width: 30px;
  height: 30px;
}

.druktrace_title h6 a
{
  color: #ffffff;
  text-transform: capitalize;
  padding-left: 10px;
}

.druktrace_app:hover
{
  box-shadow: inset 0 0 10px #e6e6e6; 
}


/*Stay Home App*/
.stayhome_app, .registration_form
{
  background:linear-gradient(90deg, #d9d9d9 0%, #d9d9d9 25%, #3071a9 25%, #3071a9 100%);
  padding:10px 0px 10px 0;
  margin: 0 5px 5px 0;
  border-radius: 5px;
}

.stayhome_icon, .form1_icon, .form2_icon, .form3_icon, .registration_icon, .tollfree_icon, .hcc_icon, .bvs_icon
{
  width: 25%;
  float: left;
  text-align: center;
  padding-top: 5px;
}

.stayhome_icon i, .registration_form i
{
  display: inline-block;
  background-color: #3071a9;
  border-radius: 50%;
  color: #ffffff;
  padding: 5px;
  font-size: 20px;
}

.stayhome_title h6 a,  .form2_title h6 a, .registration_title h6 a, .tollfree_title h6 a, .hcc_title h6 a, .bvs_title h6 a
{
  color: #ffffff;
  text-transform: capitalize;
  padding-left: 10px;
}

.registration_title h6 a
{
  color: #ffffff;
  text-transform: capitalize;
}

.registration_title h6 
{
	text-align: center;
}

.stayhome_app:hover, .form1:hover, .form2:hover, .form3:hover, .registration_form:hover, .tollfree:hover, .hcc:hover, .bvs:hover
{
  box-shadow: inset 0 0 10px #e6e6e6; 
}

/*Form 1*/
.form1
{
  background:linear-gradient(90deg, #d9d9d9 0%, #d9d9d9 25%, #f0ad4e 25%, #f0ad4e 100%);
  padding:10px 0px 10px 0;
  margin: 0 5px 5px 0;
  border-radius: 5px;
}

.form1_icon i
{
  display: inline-block;
  background-color: #f0ad4e;
  border-radius: 50%;
  color: #ffffff;
  padding: 5px;
  font-size: 20px;
}

.form1_title h6 a
{
  color: #ffffff;
  text-transform: capitalize;
  padding-left: 10px;
}

/*Form 2*/
.form2
{
  background:linear-gradient(90deg, #d9d9d9 0%, #d9d9d9 25%, #9acb45 25%, #9acb45 100%);
  padding:10px 0px 10px 0;
  margin: 0 5px 5px 0;
  border-radius: 5px;
}

.form2_icon i
{
  display: inline-block;
  background-color: #9acb45;
  border-radius: 50%;
  color: #ffffff;
  padding: 5px;
  font-size: 20px;
}

.form2_title
{
  width: 360px;
}

.form2_title h6 a
{
  color: #ffffff;
  text-transform: capitalize;
  padding-left: 10px;	
}

/*Form 3*/
.form3
{
  background:linear-gradient(90deg, #d9d9d9 0%, #d9d9d9 25%, #4ba947 25%, #4ba947 100%);
  padding:10px 0px 10px 0;
  margin: 0 5px 5px 0;
  border-radius: 5px;
}

.form3_icon i
{
  display: inline-block;
  background-color: #4ba947;
  border-radius: 50%;
  color: #ffffff;
  padding: 5px;
  font-size: 20px;
}

.form3_title
{
  width: 360px;
}

.form3_title h6 a
{
  color: #ffffff;
  text-transform: capitalize;
  padding-left: 10px;	
}

/* Hall Booking*/
.Booking .card-body
{
	padding-bottom: 15px;
	padding-top: 5px;
}
.calender
{
	padding: 10px 20px 20px 20px;
}

.hall_booking
{
	padding-left: 20px;
	padding-bottom: 9px;
	padding-top: 9px;
	margin: 5px;
	margin-top: 10px;
	border: 1px solid  #e6e6e6;
    border-radius: 6px;
	background-color: #d9d9d9;
}

.hall_booking a
{
	font-weight: bold;
	color: #b30000;
}


/*Mobile apps*/
.mobile-apps
{
	margin-top: 40px;
}

.apps1
{
  display: flex;
  align-items: center;
  padding: 5px 5px 5px 10px;
  margin: 0 10px 0 10px;
  transition: ease-in-out 0.3s;
}

.apps2
{
  display: flex;
  align-items: center;
  padding: 5px 0 5px 10px;
  margin-left: 5px;
  transition: ease-in-out 0.3s;
}

.apps1
{
   border-bottom: 1px solid #d9d9d9;
}

.apps1 p, .apps2 p
{
  
  color: #000000;
  padding-top: 7px;
}

.apps1 img
{
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.apps2 img
{
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.fa-apple, .fa-android
{
  font-size: 20px;
  padding: 10px 10px 10px 20px;
}

.fa-apple:hover, .fa-android:hover
{
  color: #1a1aff;
}
/*--------------------------------------*/


/*Feedback*/
.feedback 
{
  margin-top: 20px;
}

.feedback .card-body p
{
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
}

.feedback .card-body ul li 
{
  padding-left: 20px; 
}

.feedback .card-body ul li a
{
  text-decoration:none;    
}

.feedback .fa-hand-o-right
{
  padding-right: 5px;
}

.feedback .card-body ul li a:hover, .fa-hand-o-right:hover
{
    color: #1a1aff;
}
/*--------------------------------------*/


/*Help Desk*/

.help-desk .card-body 
{
    padding: 10px 0 10px 0;
}

.help-desk .card-body a
{
    padding: 5px; 
    padding-left: 20px; 
    text-decoration:none;    
}

.help-desk .card-body a:hover, .fa-handshake-o:hover
{
    color: #1a1aff;
}
/*--------------------------------------*/



/*Hall Booking*/
table.ai1ec-month-view, .ai1ec-week-view table, .ai1ec-oneday-view table 
{
  height: 50px !important;
}

.Booking
{
   margin-top: 40px;
}

/*--------------------------------------*/



/*Facebook Feed*/
.fb-page .card-body
{
  
}/*--------------------------------------*/


/*Archives*/
select
{
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  padding: 5px 0 5px 10px;
}

.arcive h6
{
  font-size: 16px;
}

/*Calender*/

.ai1ec-month-view .ai1ec-day-stretcher 
{
    height: 50px;
}

/*--------------------------------------*/



 /*------------------------------------------
# SIDE-MENU
--------------------------------------------*/
.side-menu
{
  padding-bottom: 235px;
}

.side-menu h4
{
    border-bottom: 3px solid #b30000;
}

.side-menu ul
{
    padding-top: 10px; 
}

.side-menu .clearfix li a.selected 
{
    color: #0068a4;
    text-decoration: underline;
}

.breadcrumb 
{
    color: #000000;
}

.sidebar_block
{
    background: #ffffff;
    padding: 20px 40px 0 40px;
    margin-bottom: 10px;
}

.children li .current_page_item a:active
{
  color: #0068a4;
  text-decoration: underline;
}


 /*------------------------------------------
# PAGE
--------------------------------------------*/
.page-header 
{
    text-align: center;
	border-bottom: none !important;
}

.page-header h3.page-title 
{
    color: #000000;
    margin: 0;
    font-size: 35px;
    text-transform: capitalize;
    font-weight: 500;
    text-shadow: 1px 1px 5px #000000;
}

.page-header h3.page-title::after
{
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    margin: 10px auto 10px;
    background: #b30000;
}

.content 
{
    display: inline-block;
    text-align: justify;
    padding: 20px 30px;
    background: #ffffff;
    margin-bottom: 10px; 
    width: 100%;
    /*height: 100%;*/
}


 /*------------------------------------------
# SEARCH PAGE
--------------------------------------------*/
.page-header h3
{
    color: #000000;
    margin: 0;
    font-size: 35px;
    text-transform: capitalize;
    font-weight: 500;
    text-shadow: 1px 1px 5px #000000;
}

.page-header h3::after
{
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    margin: 10px auto 10px;
    background: #b30000;
}

.search-result
{
  padding-top: 20px;
}

.search-page
{
  background-color: #ffffff;
  margin-bottom: 10px;
}

.list-group-item 
{
   padding: 20px 30px 10px 30px;
   border-left: 2px solid #b30000;
   margin-bottom: 10px;
}

.list-group-item h4
{
   font-weight: 400;
}

.list-group-item p
{
  padding-top: 10px;
  text-align: justify;
}

@media(max-width: 812px){
    .page-header h3.page-title {
        color: #ffffff;
        margin: 0;
        font-size: 25px;
    }
}/*------------ Page Ends--------------*/


 /*------------------------------------------
# Template- WHO is WHO
--------------------------------------------*/
.head-list li 
{
    float: left;
    text-align: center;
    margin-bottom: 28px;
    margin-right: 15px;
    width: 165px;
    height: 238px;
}

.head-list img 
{
    border: 1px solid #e9e9e9;
}

 /*------------------------------------------
# Template- Vision and Mission
--------------------------------------------*/
.vision_mission .column1
{
  margin-bottom: 20px;
}

.mission .column2
{
   margin-bottom: 20px;
}

.mandate .column3
{
   margin-bottom: 20px;
}

.core_values .column4
{
   margin-bottom: 20px;
}


/*------------------------------------------
#Template- MENTAL HEALTH 
--------------------------------------------*/
.health-news
{

}

.mental-health-content
{
  margin-bottom: 20px;
}

.mental-health .card 
{
  padding: 0px 10px;
  margin-bottom: 20px;
  position: relative;
  background: transparent;
}

.mental-health .card-img  img
{
  width: calc(100% + 40px);
  height: 200px;
  margin-left: -20px;
  overflow: hidden;
  z-index: 9;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
}


.mental-health .card-body 
{
  text-align: center;
  position:relative;
  z-index: 10;
  background: #fff;
  border-top: 4px solid #fff;
  padding: 10px 20px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-top: -30px;
  transition: 0.3s;
  height: 150px;
}

.mental-health .card-title 
{
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}

.mental-health .read-more a 
{
  color: #777777;
  transition: 0.3s;
}

.mental-health .read-more a:hover 
{
  color: #b30000;
}

.mental-health .card:hover img 
{
  transform: scale(1.1);
}

.mental-health .card:hover .card-body 
{
  border-top-color: #b30000;
}

/*Mental Information*/
.mental-info 
{
}

.mental-info .looking-for 
{
  padding-bottom: 30px;
}

.mental-info .looking-for h4 
{
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  color: #ffffff;
}

.mental-info .icon-boxes .icon-box
{
  text-align: center;
  border-radius: 10px 10px 0 0;
  background: #ffffff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 5px 10px;
  height: 165px;
}

.mental-info .icon-boxes .icon-box h4 
{
  margin-bottom: 10px;
  text-transform: capitalize;
  font-weight: 600;
}

.btn-emergency 
{
  text-align: center;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 20px 20px;
  margin-top: 20px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 15px;
  width: 250px;
}

.btn-emergency:hover
{
   box-shadow: 2px 2px 2px 2px #d9d9d9;
}

.more-btn 
 {
  display: inline-block;
  text-align: center;
  border-radius: 0 0 10px 10px;
  background: #d9d9d9;
  padding: 5px 20px 5px 20px;
  transition: all ease-in-out 0.4s;
  width: 180px;
}

.icon-boxes .icon-box .more-btn:hover 
{
  color: #333333;
}



/*------------------------------------------
#Template- Contact Page
--------------------------------------------*/

.content .info-box 
{
  color: #313030;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
  height: 120px;
}

.content .fa-envelope-o 
{
  font-size: 30px;
  color: #b30000;
  border-radius: 50%;
  padding: 10px;
  border: 2px dotted #b30000;
  float: left;
}

.content .fa-map-marker
{
  font-size: 30px;
  color: #b30000;
  border-radius: 50%;
  padding: 10px 16px;
  border: 2px dotted #b30000;
  float: left;
}

.content .fa-volume-control-phone
{
  font-size: 30px;
  color: #b30000;
  border-radius: 50%;
  padding: 10px 14px;
  border: 2px dotted #b30000;
  float: left;
}


.content .info-box h4 
{
  color: #656262;
  font-weight: 600;
  margin: 10px 0 10px 68px;
}

.content .info-box p 
{
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin: 0 0 0 68px;
}



/*SINGLE*/
.single-page {}

.single-page .content
{
    padding-bottom: 0px;
}


@media (max-width: 992px) {
  .padd-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.section-title 
{
  margin-bottom: 80px;
}

@media (max-width: 992px) 
{
  .section-title {
    margin-bottom: 40px;
  }
}

.section-title h2 
{
  font-family: "Roboto", sans-serif;
  font-size: 45px;
  font-weight: 100;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.section-title .separator 
{
  margin: 0;
}

.separator 
{
  color: #626262;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 30px;
  text-transform: capitalize;
}


 /*------------------------------------------
# FOOTER
--------------------------------------------*/
footer .upper-footer
{
    color:#ffffff;
    background-color: #a52924;
    padding-bottom: 10px;
    padding-top: 10px;
	padding-left: 25px;
}

.upper-footer h6
{
    font-size: 18px;
    color:#ffffff; 
}

.upper-footer p
{
    color:#ffffff;
}

hr.light
{
    border-top: 1px solid #d5d5d5;
    width: 80%;
    margin-top: 10px;
    margin-bottom: 5px;
	margin-left: 0;
}

.useful_links ul li a
{
  color: #ffffff;
}


.useful_links ul li:hover
{
  border-bottom: 1px solid #ffffff;
}

.useful_links, .moh_systems ul li 
{
   padding-bottom: 5px;
}

.moh_systems ul li a
{
  color: #ffffff;
 
}

.moh_systems ul li a:hover
{
  border-bottom: 1px solid #ffffff;
}

.contact a
{
    font-size: 19px;
    display: inline-block;
    background: #ffffff;
    color:#b30000;
    line-height: 1;
	padding: 9px;
	margin-top: 10px;
	margin-right: 10px;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

.contact ul li
{
  display: inline;
}

.contact a:hover .fa-facebook
{
  color: #3b5998;
  text-decoration: none; 
}

.fa fa-facebook
{
   padding-left: 3.5px;
}

.contact a:hover .fa-twitter
{
    color:#00aced;
    text-decoration: none; 
}

.contact a:hover .fa-youtube-play
{    
    color: #f44336;
    text-decoration: none; 
}

.contact a:hover .fa-instagram
{    
    color: #cc0099;
    text-decoration: none; 
}


.lower-footer
{
  background-color: #272727;
  color:#ffffff;
  margin-bottom: 10px;
  border-radius: 2px;
}

.web-links
{
  text-align: center;
  padding-top: 10px;
  padding-bottom: 5px;
}

.web-links a
{
  padding-right: 10px;
  text-decoration: none;
  color:#ffffff;
}

.web-links a:hover
{
    text-decoration: none;
    color: #1a1aff;
}

hr.light-100
{
    border-top: 1px solid #d5d5d5;
    width: 95%;
    margin-top: 10px;
    margin-bottom: 5px;
}

.copy
{
 padding-bottom: 10px;
  color:#ffffff;
}

.visitor-number 
{
    background: #a70011;
    color: #ffffff;
    border: 1px solid #86000e;
    padding: 1px 7px 1px 7px;
    margin-left: 10px;
    font-weight: 500;
    letter-spacing: 5px;
    width: auto;
}

@media(max-width: 812px){
    .copy{
      text-align: center
    }
    .visitor{
      text-align: center
    }
    .date{
      text-align: center;
    }

}/*------------ Footer Ends --------------*/






























