﻿@import url('bootstrap.min.css');
@import url('font-awesome.min.css');
@import url('../css-1');
@import url('../css-2');

html {
  scroll-behavior: smooth;
}
body{
	font-family: 'Hind', sans-serif;
	font-size: 16px;
	overflow-x: hidden;
	color: #393939;
}
.modal-dialog {
    max-width: 900px;
    margin: 1.75rem auto;
}

.topHeader{
	background: #3e3e3e;
	padding: 5px 0;
	color: #fff;
}
.topHeader a{
	color: #fff;
}
#switcher {
    list-style: none;
    margin: 6px 0 0 0;
    padding: 0;
    overflow: hidden;
    width: auto;
    float: right;
}
#switcher li {
    float: left;
    width: 20px;
    height: 18px;
    margin: 0 6px 0 0;
    border: 1px solid black;
}
#whiteButton {
    background: white;
}
#yellowButton {
    background: yellow;
    color: #fff;
}
#grayButton {
    background: gray;
    color: #fff;
}
#blueButton {
    background: blue;
    color: #fff;
}
.doctor-list{
  background-color: #8e2c2c;
  margin-top: 5px;
  margin-bottom: 5px;
}
.doctor-list a{
  color: #f0f0f0;
  font-weight: 500;
}
.fontSize {
    margin: 0 10px 0 0;
    padding: 0;
    float: right;
    width: auto;
    height: auto;
    text-align: right;
}
.fontSize a {
    background: #fff none repeat scroll 0 0;
    color: #262626;
    font-size: 13px;
    height: 20px;
    line-height: 20px;
    margin: 0 0 0 10px;
    padding: 0px 4px;
    width: 20px;
}
/*Input*/
label{
    text-transform: capitalize;
    font-size: 16px;
    padding-bottom: 4px;
    color: #222;  
}

.form-control{
    border-radius:0px!important;
    border:1px solid #c9c9c9!important;
    height:30px!important;
}
/*Input End*/
.header{
	border-bottom: solid 1px #ddd;
}
.menu{
	background: #8e2c2c;
	/*float: left;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 33px;
    background: rgb(209,72,127);
    background: -moz-linear-gradient(45deg, rgba(209,72,127,1) 10%, rgba(248,54,106,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(209,72,127,1) 10%, rgba(248,54,106,1) 100%);
    background: linear-gradient(45deg, rgba(209,72,127,1) 10%, rgba(248,54,106,1) 100%);*/
	color: #fff;
}
.navbar .navbar-nav .nav-link{
	margin-top: 0;
	border-radius: 3px;
	transition: 0.5s ease;
	font-weight: 600;
}
.navbar .navbar-nav li:last-child a{
	border-right: 0;
}
.dropdown:hover .dropdown-menu {
	display: block;
	margin-top: 0;
}
.dropdown-item:hover{
	background: #a83136;
	color: #333;
}
.dropdown-menu ul{
	list-style: none;
	padding-left: 0;
}
.dropdown-menu ul li{
	position: relative;
}
.dropdown-menu ul li a{
	display: block;
	padding: .25rem 1.5rem;
	color: #212529;
}
.dropdown-menu ul li a:hover{
	background: #a83136;
	text-decoration: none;
	color: #fff;
}
.dropdown-menu ul li ul{
	display: none;
    background: #fff;
    border-radius: 5px;
}
.dropdown-menu ul li:hover ul{
	display: block;
}
.dropdown-toggle::after{
	position: absolute;
    top: 22px;
    right: 12px;
    display: none;
}
.main_slider {
	padding: 0;
	list-style: none;
	margin: 0;
}
.main_slider .main_slide {
	width: 100%;
}
.main_slider .owl-nav {
}
.main_slider .owl-nav div {
	background-color: #ea8023;
	color: #ddd;
	width: 44px;
	height: 75px;
	font-size: 20px;
	text-align: center;
	line-height: 75px;
	position: absolute;
	left: 0;
	top: calc(50% - 40px);
	transition: all 0.5s ease-in-out;
}
.main_slider .owl-nav div:hover {
	background-color: #ea8023;
	color: #fff;
	transition: all 0.5s ease-in-out;
}
.main_slider .owl-nav div.owl-next {
	left: auto;
	right: 0;
}
.main_slider .owl-dots {
	width: 100%;
	display: block;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 25px;
}
.main_slider .owl-dots div {
	background: #fff;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	display: inline-block;
	margin: 0 3px;
	transition: all 0.5s ease-in-out;
}
.main_slider .owl-dots div.active {
	background: #466592;;
	transition: all 0.5s ease-in-out;
}
div.gallery {
  margin: 5px;
  float: left;
  width: 267px;
}
div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}
.slider2 {
    background: url(../images/inbanner.jpg);
    min-height: 15vh;
}
.slider2 nav ol {
    background-color: rgba(233, 236, 239, 0) !important;
}
.sec-img img {
    max-width: 100%;
}

.announcePanel{
	background: #ddd;
}
.announcePanel span{
	display: block;
	background: #8e2c2c;
	color: #fff;
	padding: 15px 12px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.announcePanel marquee{
	margin-top: 16px;
	margin-bottom: 5px;
}
.mainLoginPanel{
	padding: 20px 0 70px 0;
}
.mainLoginPanel h2{
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	border-bottom: solid 1px rgba(0,0,0,0.2);
	padding-bottom: 10px;
	color: #8e2c2c;
    padding-top: 20px;
    margin-bottom: 3%;
}
.modal-title{
	font-family: 'Oswald', sans-serif;
}
.mainSection{
	padding: 40px 0;
}
.mainSection h2{
	border-bottom: solid 1px #ddd;
	padding-bottom: 10px;
}
.topFooter{
	background: #5d5d5d;
	padding: 15px 0;
	color: #fff;
}
.topFooter h3{
	margin-top: 0;
	line-height: 40px;
	border-bottom: solid 1px #747474;
}
.topFooter ul li a{
	color: #fff;
	display: block;
	margin-bottom: 12px;
}
.topFooter ul li a .fa{
	font-weight: bold;
	font-size: 15px;
}
.topFooter .fotLogos a{
	display: inline-block;
}
.footer{
	background: #3e3e3e;
	padding: 13px 0;
	color: #a9a9a9;
	font-size: 12px;
}
.footer a{
	color: #f37335;
}
label{
	font-weight: 500;
}
.nav-tabs li a{
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	color: #333;
}
.nav-tabs .nav-link:hover{
	color: #a80000;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
	background: #a80000;
	color: #fff;
}
.tab-content{
	padding-top: 15px;
}
.tab-content h3{
	color: #c12d2d;
	border-bottom: solid 1px #ddd;
	padding-bottom: 10px;
}
.owl-nav{
	position: absolute;
	right: 0;
	bottom: -50px;
}
.owl-prev, .owl-next{
	float: left;
	background: #337ab7;
	border: solid 1px #2e6da4;
	padding: 8px 12px;
	color: #fff;
	text-transform: uppercase;
}
.treeDiv{
	background: #f9f9f9;
    border: solid 1px #dadada;
    height: 100%;
}
.treeDiv a{
	display: block;
	background: #8e2c2c;
	color: white;
	padding: 10px;
	border-bottom: solid 1px #ddd;
	text-transform: uppercase;
}
.treeDiv a:hover{
	background: #dc3545;
	text-decoration: none;
}
.treeDiv ul{
	margin-bottom: 0;
}
.treeDiv ul li a{
	background: white;
	color: #333;
	text-transform: initial;
	font-weight: 600;
}
.treeDiv ul li a:hover, .treeDiv ul li a.active{
	background: #eaeaea;
	color: #8e2c2c;
	text-decoration: none;
}
.tab2, .tab3, .tab4, .tab5{
	display: none;
}
.sideSticky{
	position: fixed;
    right: -42px;
    top: 300px;
    z-index: 20;
    background: #8e2c2c;
    display: inline-block;
    padding: 5px 15px;
    color: white;
    transform: rotate(-90deg);
    border-radius: 3px 3px 0 0;
    animation: blink .7s linear infinite;
}
.sideSticky:hover{
	background: #e96220;
	color: white;
	text-decoration: none;
}
.sideSticky2{
	position: fixed;
    right: -64px;
    top: 300px;
    z-index: 20;
    background: #8e2c2c;
    display: inline-block;
    padding: 5px 15px;
    color: white;
    transform: rotate(-90deg);
    border-radius: 3px 3px 0 0;
    animation: blink .7s linear infinite;
}
.sideSticky2:hover{
	background: #e96220;
	color: white;
	text-decoration: none;
}
@keyframes blink{
    from{
		background: #e96220;
    }
    to{
    	background: #8e2c2c;
    }
}
.borderr {
    border-bottom: solid 1px rgba(0,0,0,0.2);
}
.applyInBt {
    display: block;
    text-align: center;
    background: #e96220;
    /*padding: 14px 0px 9px 10px;*/
    color: #fff;
    border-radius: 5px;
    /*margin-top: 6%;*/
    text-transform: uppercase;
    font-weight: bold;
}
.applyInBt .fa{
	font-size: 35px;
}
.applyInBt:hover{
	background: #8e2c2c;
	color: #fff;
	text-decoration: none;
}

.shadow-bg {
    box-shadow: 0 2px 500px 500px rgba(0,0,0,0.50),0 2px 10px 0 rgba(0,0,0,0.54);
    padding-bottom: 25px;
    padding-top: 25px;
}

/*Council members*/
.page-wrapper {
  margin: 30px 0px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-evenly;
  padding-left: calc(5% - 16px);
  padding-right: calc(5% - 16px);
  /* padding: 0 5%; */
}

.page-wrapper nav {
  min-height: 72px;
  background: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.05);
  padding: 0 5%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.profile-box {
  background: #FFFFFF;
  box-shadow: 0 2px 6px 0 rgba(47,83,151,0.10);
  border-radius: 3px;
  margin: 16px 16px;
  padding: 16px 16px;
  width: 200px;
  text-align: center;
  transition: 300ms;
  flex-grow: 1;
}

.profile-box:hover {
  /* box-shadow: 0 2px 6px 0 rgba(47,83,151,0.40); */
  box-shadow: 0 0 20px 9px rgba(0,0,0,0.03);
}

.profile-box img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  box-shadow: 0 2px 6px 0 rgba(47,83,151,0.10);
}

.profile-box h3 {
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 0;
  padding-top: 27px;
}

.profile-box h4 {
  transition: 500ms;
  font-weight: 300;
  font-size: 14px;
  margin-top: 8px;
  color: #98A0A6;
  cursor: pointer;
}

.profile-box h4:hover {
  color: #507BFC;
  text-decoration: underline;
}
/*Faq*/
.faqUl li {
    background: url(../images/faqIcon.jpg) no-repeat 0 0;
    padding-left: 32px;
    margin-bottom: 15px;
}
.faqUl li p {
    font-size: 18px;
    color: #8e2c2c;
    margin-bottom: 4px;
}
.list-unstyled {
    list-style: none;
}
.load-more {
    margin: 8% 0 auto;
}
.iq_link_1 {
    background: #8e2c2c;
    color: #fff;
    padding: 9px 17px;
    font-size: 14px;
    text-align: center;
}
.iq_link_1:hover {
    color: #fff;
}
/*image popup*/
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0,0); /* Fallback color */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}
.info img {
    width: 270px !important;
    max-height: 170px;
}
/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
table tr:nth-child(2n+2) {
    background: #eee;
}
.table-header {
    background: #8e2c2c;
    color: #fff;
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

@media all and (min-width:960px) and (max-width: 1024px) {
.borderr {
    padding-bottom: 22px;
}
}

@media all and (min-width:801px) and (max-width: 959px) {
.borderr {
    padding-bottom: 22px;
}
}

@media all and (min-width:769px) and (max-width: 800px) {
.borderr {
    padding-bottom: 22px;
}
}

@media all and (min-width:569px) and (max-width: 768px) {
.borderr {
    padding-bottom: 22px;
}
}

@media all and (min-width:481px) and (max-width: 568px) {
.borderr {
    padding-bottom: 22px;
}
}

@media all and (min-width:321px) and (max-width: 480px) {
.borderr {
    padding-bottom: 22px;
}
}

@media all and (min-width:0px) and (max-width: 320px) {
.borderr {
    padding-bottom: 22px;
}
}
