@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'Biryani_heavy';
  src: url('/Biryani/biryani_heavy/Biryani-Heavy-webfont.eot'); /* IE9 Compat Modes */
  src: url('/Biryani/biryani_heavy/Biryani-Heavy-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/Biryani/Biryani-Black.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('/Biryani/biryani_heavy/Biryani-Heavy-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Biryani_regular';
  src: url('/Biryani/biryani_regular/Biryani-Regular-webfont.eot'); /* IE9 Compat Modes */
  src: url('/Biryani/biryani_regular/Biryani-Regular-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/Biryani/Biryani-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('/Biryani/biryani_regular/Biryani-Regular-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}

body{
	font-family: 'Biryani_regular';
}

#addressNotice {
	display: grid !important;
	position: relative;
	top: 0;
	padding: 10px 40px 10px 20px;
	margin-bottom: 0;
	background: #68144f;
	color: #FFFFFF;
	z-index: 9999;
}

#addressNotice p {
	margin: 0;
	text-align: center;
}

#addressNotice a,
#addressNotice a:hover,
#addressNotice a:focus {
	color: #fff;
	text-decoration: underline;
}

#addressNotice {
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
}



#warningNotice {
	display: grid !important;
	top: 0 !important;
	padding: 10px 40px 10px 20px;
	margin-bottom: 0;
	background: #68144f;
	color: #FFFFFF;
	
    width: 100% !important;
}
#warningNotice p {
	margin: 10px;
	text-align: left;
}

#warningNotice a,
#warningNotice a:hover,
#warningNotice a:focus {
	color: #fff;
	text-decoration: underline;
}




#cookieNotice {
	z-index: 100;
	display: grid !important;
	position: fixed !important;
	bottom: 0 !important;
	padding: 10px 40px 10px 20px;
	margin-bottom: 0;
	background: #68144f;
	color: #FFFFFF;
	left:0;
    width: 100% !important;
}

#cookieNotice p {
	margin: 0;
	text-align: center;
}

#cookieNotice a,
#cookieNotice a:hover,
#cookieNotice a:focus {
	color: #fff;
	text-decoration: underline;
}

#cookieNotice #acceptCookies {
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
}

p{
	font-size:16px;
	margin:0 0 15px;
}
h3 {
	line-height: 30px;
}
li{
	font-size:16px;
	list-style:none;
}
li:before {
  content: "\f105"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  color:#63940b;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0px;
	margin-bottom: 0px;
	min-height: 135px;
}
.navbar-right {
    margin-top: 83px;
}
.navbar-nav>li:before, .navbar-nav>li>.dropdown-menu>li:before {
  content: none;
}
.navbar-default .navbar-nav>li>a {
    color: #777;
    font-size: 12px;
    padding: 10px 6px;
}


ul.profile-menu {
    float: right;
    position: absolute;
    right: 15px;
    text-align: right;
    background-color: #e6e6e6;
    padding: 10px 15px;
    border-radius: 0px 0px 5px 5px;
}
ul.profile-menu li {
    display: inline-block;
    list-style: none;
	color:#888;
	font-size:12px;
}
ul.profile-menu li:before {
    content: "";
	margin-right: -10px;
	margin-left: 0px;
}
ul.profile-menu li:after {
    content: "\f105"; /* FontAwesome Unicode */
	font-family: FontAwesome;
	display: inline-block;
	margin-left: 10px; /* same as padding-left set on li */
	width: auto; /* same as padding-left set on li */
	color:#63940b;
}
ul.profile-menu li:last-child:after {
    content: ""; /* FontAwesome Unicode */
}
ul.profile-menu li a {
	color: #62930b;
    font-size: 12px;
}


.top-banner{
	float:left;
	width:100%;
	min-height: 450px;
	background-repeat:no-repeat;
	background-size:100% auto;
	padding:50px 0px;
}

.appointments-banner-text-container {
	background-color: #231f20;
	display: inline-block;
}

.appointments-banner-heading {
    float: left;
    color: #fff;
    padding: 20px 20px;
    clear: both;
}

.appointments-banner-text {
    float: left;
    color: #fff;
    padding: 20px 20px;
}
.appointments-banner-text p {
	margin:0;
}
.appointments-banner-heading h1 {
	font-family: 'Biryani_heavy';
	font-weight:600;
	font-size: 34px;
	margin:0;
}



.banner-text {
    float: left;
    background-color: #231f20;
    color: #fff;
    width: 350px;
    padding: 20px 20px;
    clear: both;
    margin-bottom: 10px;
}
.banner-text h1{
	font-family: 'Biryani_heavy';
	font-weight:600;
	font-size: 34px;
}
.btn-appoint {
	background-color: #63952f;
    color: #fff;
    padding: 20px 10px;
    text-decoration: none;
    display: inline-block;
}

.btn-appoint:hover {
	color: #fff;
	text-decoration: none;
}

.top-content {
    float: left;
    width: 100%;
    padding: 50px 0px;
	color: #585657;
}
.top-content h1{
	margin-top:0px;
}
p.home-top-content-text1 {
    font-size: 22px;
    color: #585657;
}
p.home-top-content-text2 {
    font-size: 16px;
}
.bottom-content{
	float: left;
    width: 100%;
    padding: 30px 0px;
	background-color:#f5f5f5;
}
.home-bottom-content{
	background-color:#fff;
	padding:20px 20px;
	color:#585657;
}
.home-bottom-content p{
	font-size:16px;
}

p.about-desc-title {
    font-size: 16px;
    color: #63940b;
    margin: 20px 0px;
	text-transform:uppercase;
}
p.about-desc {
    font-size: 16px;
    margin-bottom: 20px;
    color: #585657;
	padding-right: 50px;
}

.accordian{
	background-color:#f5f5f5;
	padding:15px 15px;
}
.panel-default {
    border-color: transparent;
}
.panel {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
	background-color: transparent;
}
.panel-default>.panel-heading {
    color: #63952f;
	padding:10px 5px;
}
.panel-title>.small, .panel-title>.small>a, .panel-title>a, .panel-title>small, .panel-title>small>a {
    text-transform: uppercase;
	font-size:14px;
}
span.glyphicon.glyphicon-minus, span.glyphicon.glyphicon-plus {
    background-color: #5d5959;
    color: #fff;
    padding: 5px;
	font-weight:bold;
	margin-right: 5px;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: transparent;
}
.panel-body {
    padding: 0px 0px 0px 40px;
}

.medical-emrg {
    float: left;
    width: 100%;
    background-color: #dd3131;
    color: #fff;
    padding: 15px 20px;
	margin-bottom: 15px;
}
.medical-emrg h2{
	margin-top:0px;
}

.error.valid {
    display: none;
}

span.contact-title{
	font-size: 16px;
    color: #63940b;
}
p.contact-details {
    margin-bottom: 20px;
    font-size: 16px;
    margin-right: 50px;
}

.footer-main {
    float: left;
    width: 100%;
    background-color: #fff;
}
.footer-top {
    float: left;
    width: 100%;
    padding: 10px 0px;
    background-color: #231f20;
    color: #fff;
}
.footer-btn{
	padding: 15px 10px;
}
.footer-top h2{
	margin: 10px 0;
}
.footer-top p{
	margin: 15px 0;
    font-size: 14px;
}
.footer-middle{
	float: left;
    width: 100%;
}
.footer-bottom{
	float:left;
	width:100%;
	padding:30px 0px;
	background-color:#363636;
	color:#fff;
}
.footer-bottom h2{
	font-size:38px;
	margin-top:0px;
	margin-bottom:20px;
}
.footer-bottom p, .footer-bottom label{
	font-size:16px;
}
.footer-bottom .form-control{
	border-radius: 0px;
}
.btn-contact {
    border-radius: 0px;
    background-color: #63952f;
    padding: 15px 10px;
}

.initially-hidden, .initially_hidden {
    display: none;
}

.nopadding {
	padding: 0 !important;
}

.article-links {
	line-height: 20px;
}

 /* Dropdown Button */
.dropbtn {
    border: none;
    cursor: pointer;
	color: #777;
	font-size: 12px;
	background-color:white;
	padding: 10px 6px;
	margin:0;  
	line-height: 20px;  
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
	color: #777;
	font-size: 12px;
	padding: 10px 6px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #E7E7E7;
} 



/* page content */
.row {
    margin-right: -15px !important;
    margin-left: -15px !important;
}



.initially-hidden, .form-horizontal .initially_hidden {
    display: none;
}

.radio_set_container {
    width: 300px;
    margin-top: 10px;
}

.radio_button_container {
    float: left;
    width: 50px;
}

.align-left {
	text-align:left !important;
}

.extra-countries {
	margin-left:10px;
}

legend {
	margin-top:20px;
}

/******************** calendar page *************************
 
 orig green #e1f4ea
 orig red	#eda6af
 
 new green	#53850c
 new red	#d5422f 

 * 
 * */

#calendar {
	margin: 30px 0;
    width: 100%;
    margin: 0 auto;
}

.fc-header-title h2 {
	font-size: 20px;
	margin: 5px 0 0 0;
}

.fc {
	line-height: 2.0em;
}

.fc-agenda-slots td {
	cursor: pointer;
}

.fc-event {
	height:30px !important;
}

/*
.fc-widget-content {
	color:#f2f2f2;
	background-color: #53850c;
}

thead {
	color:#fff;
	background-color: #53850c !important;
	height: 50px;
	font-weight:100;
}
*/

.fc-event-bg {
	opacity: 0 !important;
}

.fc-agenda-slots th.fc-agenda-axis {
	background-color:#f2f2f2;
}




/******************** account page *************************/




.nav-list li {
	line-height: 10px;
	font-size: 14px;    
}

.nav-list li:before {
	display: none;
	margin: 0;
	padding: 0;
	border: 0;  
}

.nav-header {
    color: #777;
    font-size: 25px !important;
    line-height: 22px;
    font-weight: 300;
	border: 0;
	margin-left: 14px;
	margin-bottom: 20px;    
}


.thead-blank {
	color:#000;
	background-color: #fff !important;	
	border-bottom: none !important;
}




/*********************************************/



.spacer {
	margin-top:50px;
}

.alert {
	padding-right: 14px;
	line-height: 30px;
}

.lead {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 20px;
}


.form-control-container {
	margin-left: 180px;
}

fieldset {
	margin-bottom:20px;
}

.radio label {
	font-weight:800;
}

.radio {
	margin-bottom:10px !important;
}

.footer-link, .footer-link:hover {
	color:#fff;
}

.control-label {
	text-align:right;
}

.alert-info {
    color: #1e5549;
    background-color: #a8d5cc;
/*    border-color: #bce8f1; */
}



/* ************************* menu hover ************************* */

.dropdown, .dropup {
    float: left;
    position: relative;
}

.dropdown-btn, .dropdown-menu {
    color: #777;
    font-size: 12px;
    padding: 11px 6px;
    background: none;
    border: none;	
}
.dropdown-menu {
    background: #fff;
}

.dropdown-menu a {
    color: #777;
    font-size: 12px;
    padding: 11px 6px !important;
    background-color: white;
    width: 100%;
    display: block;
    border: none;	
	
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

@media( min-width : 766px ) {
.dropdown:hover .dropdown-menu {
    display: block;
}
}


@media( max-width : 1200px ) {
	
	.dropdown-btn, .dropdown-menu {
	    font-size: 10px;
	    padding: 13px 6px;
	    float: left !important;
	}
	
	.dropdown-menu a {
	    font-size: 10px;
	    padding: 13px 6px;
	    width: 100%;
	    display: block;
	    border: none;	
		
	}

}

@media( max-width : 586px ) {

	.dropdown, .dropup {
	    width: 100%;
	}

	.dropdown-btn, .dropdown-menu {
	    width: 100%;
	    float: left !important;
	}
	
	.dropdown-menu a {
	    width: 100%;
	    display: block;
	}

}










/*********wizard css************/

.wizard {
    margin: -30px 0 30px 0;
    background: #fff;
}

.wizard-progress-container {
	display: none;
}

.wizard .nav-tabs {
    position: relative;
    margin: 40px auto;
    margin-bottom: 0;
    border-bottom: none;
}

.wizard > div.wizard-inner {
    position: relative;
}

.connecting-line {
    height: 10px;
    background: rgba(221,221,221,1);
	background: -moz-linear-gradient(top, rgba(221,221,221,1) 0%, rgba(221,221,221,1) 25%, rgba(221,221,221,1) 55%, rgba(194,194,194,1) 77%, rgba(194,194,194,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(221,221,221,1)), color-stop(25%, rgba(221,221,221,1)), color-stop(55%, rgba(221,221,221,1)), color-stop(77%, rgba(194,194,194,1)), color-stop(100%, rgba(194,194,194,1)));
	background: -webkit-linear-gradient(top, rgba(221,221,221,1) 0%, rgba(221,221,221,1) 25%, rgba(221,221,221,1) 55%, rgba(194,194,194,1) 77%, rgba(194,194,194,1) 100%);
	background: -o-linear-gradient(top, rgba(221,221,221,1) 0%, rgba(221,221,221,1) 25%, rgba(221,221,221,1) 55%, rgba(194,194,194,1) 77%, rgba(194,194,194,1) 100%);
	background: -ms-linear-gradient(top, rgba(221,221,221,1) 0%, rgba(221,221,221,1) 25%, rgba(221,221,221,1) 55%, rgba(194,194,194,1) 77%, rgba(194,194,194,1) 100%);
	background: linear-gradient(to bottom, rgba(221,221,221,1) 0%, rgba(221,221,221,1) 25%, rgba(221,221,221,1) 55%, rgba(194,194,194,1) 77%, rgba(194,194,194,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#c2c2c2', GradientType=0 );
    position: absolute;
    width: 78%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 44%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    border-radius: 100px;
    background: rgba(221,221,221,1);
	background: -moz-linear-gradient(top, rgba(221,221,221,1) 0%, rgba(221,221,221,1) 25%, rgba(221,221,221,1) 55%, rgba(194,194,194,1) 77%, rgba(194,194,194,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(221,221,221,1)), color-stop(25%, rgba(221,221,221,1)), color-stop(55%, rgba(221,221,221,1)), color-stop(77%, rgba(194,194,194,1)), color-stop(100%, rgba(194,194,194,1)));
	background: -webkit-linear-gradient(top, rgba(221,221,221,1) 0%, rgba(221,221,221,1) 25%, rgba(221,221,221,1) 55%, rgba(194,194,194,1) 77%, rgba(194,194,194,1) 100%);
	background: -o-linear-gradient(top, rgba(221,221,221,1) 0%, rgba(221,221,221,1) 25%, rgba(221,221,221,1) 55%, rgba(194,194,194,1) 77%, rgba(194,194,194,1) 100%);
	background: -ms-linear-gradient(top, rgba(221,221,221,1) 0%, rgba(221,221,221,1) 25%, rgba(221,221,221,1) 55%, rgba(194,194,194,1) 77%, rgba(194,194,194,1) 100%);
	background: linear-gradient(to bottom, rgba(221,221,221,1) 0%, rgba(221,221,221,1) 25%, rgba(221,221,221,1) 55%, rgba(194,194,194,1) 77%, rgba(194,194,194,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#c2c2c2', GradientType=0 );
    border: none;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}
span.round-tab i {
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #62930b;
    border: none;
    
}
.wizard li.active span.round-tab i {
    color: #5bc0de;
}

span.round-tab:hover {
    color: #333;
    border: none;
}

.wizard .nav-tabs > li {
    width: 20%;
	text-align: center;
}
.wizard .nav-tabs > li:before{
	content: "";
}
.tab-pane ul li:before{
	content: "";
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard .nav-tabs > li a {
    width: 50px;
    height: 50px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
	background: rgba(221,221,221,1);
	background: -moz-linear-gradient(top, rgba(221,221,221,1) 0%, rgba(221,221,221,1) 25%, rgba(221,221,221,1) 55%, rgba(194,194,194,1) 77%, rgba(194,194,194,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(221,221,221,1)), color-stop(25%, rgba(221,221,221,1)), color-stop(55%, rgba(221,221,221,1)), color-stop(77%, rgba(194,194,194,1)), color-stop(100%, rgba(194,194,194,1)));
	background: -webkit-linear-gradient(top, rgba(221,221,221,1) 0%, rgba(221,221,221,1) 25%, rgba(221,221,221,1) 55%, rgba(194,194,194,1) 77%, rgba(194,194,194,1) 100%);
	background: -o-linear-gradient(top, rgba(221,221,221,1) 0%, rgba(221,221,221,1) 25%, rgba(221,221,221,1) 55%, rgba(194,194,194,1) 77%, rgba(194,194,194,1) 100%);
	background: -ms-linear-gradient(top, rgba(221,221,221,1) 0%, rgba(221,221,221,1) 25%, rgba(221,221,221,1) 55%, rgba(194,194,194,1) 77%, rgba(194,194,194,1) 100%);
	background: linear-gradient(to bottom, rgba(221,221,221,1) 0%, rgba(221,221,221,1) 25%, rgba(221,221,221,1) 55%, rgba(194,194,194,1) 77%, rgba(194,194,194,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#c2c2c2', GradientType=0 );
	color:#fff
}

.wizard .nav-tabs > li a:hover {
    background: rgba(221,221,221,1);
	background: -moz-linear-gradient(top, rgba(221,221,221,1) 0%, rgba(221,221,221,1) 25%, rgba(221,221,221,1) 55%, rgba(194,194,194,1) 77%, rgba(194,194,194,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(221,221,221,1)), color-stop(25%, rgba(221,221,221,1)), color-stop(55%, rgba(221,221,221,1)), color-stop(77%, rgba(194,194,194,1)), color-stop(100%, rgba(194,194,194,1)));
	background: -webkit-linear-gradient(top, rgba(221,221,221,1) 0%, rgba(221,221,221,1) 25%, rgba(221,221,221,1) 55%, rgba(194,194,194,1) 77%, rgba(194,194,194,1) 100%);
	background: -o-linear-gradient(top, rgba(221,221,221,1) 0%, rgba(221,221,221,1) 25%, rgba(221,221,221,1) 55%, rgba(194,194,194,1) 77%, rgba(194,194,194,1) 100%);
	background: -ms-linear-gradient(top, rgba(221,221,221,1) 0%, rgba(221,221,221,1) 25%, rgba(221,221,221,1) 55%, rgba(194,194,194,1) 77%, rgba(194,194,194,1) 100%);
	background: linear-gradient(to bottom, rgba(221,221,221,1) 0%, rgba(221,221,221,1) 25%, rgba(221,221,221,1) 55%, rgba(194,194,194,1) 77%, rgba(194,194,194,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#c2c2c2', GradientType=0 );
	color:#fff
}

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}
span.tab-title {
    color: #c1c1c1;
    clear: both;
	margin-bottom: 15px;
    display: block;
}
.wizard li.active .tab-title {
    color: #62930b !important;
}

.wizard-link {
	color: #c1c1c1 !important;
	background:none !important;
}

.wizard-link.active {
	color: #62930b;
}

.wizard-link.disabled, .wizard-link-number.disabled {
   pointer-events: none;
   cursor: default;
}


.HICS-logo-container {
	float: left;
	border: 10px solid;
	padding: 0;
	margin-top: 40px;
}






@media( max-width : 585px ) {

	.HICS-logo-container {
		margin-top: 20px;
		margin-bottom: 20px;
	}

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
	
	span.tab-title {
		font-size: 10px;
	}
}

/*****************************************/






@media (max-width:1200px){
	.top-banner, .about-banner, .travel-vaccinations-banner, .post-travel-banner, .travel-insurance-banner, .expedition-medicine-banner, .contact-banner, .travel-medicines-banner, .japanese-encephalitis-banner, .rabies-banner, .yellow-fever-banner {
	    background-size: cover;
	}
	.navbar-default {
	    min-height: 85px;
	}
	.navbar-brand>img {
	    width: 100px;
	}
	.navbar-right {
	    margin-top: 44px;
	}
	.navbar-default .navbar-nav>li>a {
	    font-size: 10px;
	    padding: 10px 5px;
	    width:100% !important;
	    float: left !important;;
	}
}

@media (max-width:991px){
.connecting-line {
    top: 37%;
}
}

@media (max-width:767px){
	.navbar-default {
	    min-height: 75px;
	}
	.navbar-header{
		min-height: 75px;
	}
	.navbar-right {
	    margin-top: 7.5px;
	}
	.navbar-toggle {
	    margin-top: 32px;
	}
	ul.profile-menu {
	    position: relative;
	    width: 100%;
	    right: 0px;
	}
	.travel-medicine-img img{
		width:300px;
		margin-top:15px;
	}
	.footer-top {
	    text-align: center;
	}
	.home-bottom-content h2{
		font-size: 20px;
	}
	.home-bottom-content p {
	    font-size: 13px;
	}
	.home-top-content img, .about-top-content img {
	    width: 300px;
	}
	.navbar-brand>img {
	    width: 100px;
	}
	.banner-text h1 {
	    font-size: 22px;
	    margin-top: 0px;
	}
	p {
	    font-size: 13px;
	}
	.btn-appoint {
	    padding: 10px 10px 4px 10px;
	    font-size: 12px;
	    line-height: 20px;
	}
	.top-content h1 {
	    font-size: 24px;
	    line-height: 32px;
	}
	p.home-top-content-text1 {
	    font-size: 18px;
	}
	p.home-top-content-text2 {
	    font-size: 13px;
	}
	p.about-desc-title {
	    font-size: 14px;
	}
	p.about-desc {
	    font-size: 13px;
	    padding-right: 0px;
	}
	.panel-title>.small, .panel-title>.small>a, .panel-title>a, .panel-title>small, .panel-title>small>a {
	    font-size: 12px;
	}
	.panel-body {
	    padding: 0px 0px 0px 25px;
	}
	.medical-emrg h2 {
	    font-size: 22px;
	}
	li {
	    font-size: 13px;
	}
	.nav>li {
		width: 100%;
		float: left;
	}
	.footer-top h2 {
	    margin: 5px 0;
	    font-size: 24px;
	}
	.footer-top p {
	    margin: 10px 0;
	    font-size: 11px;
	}
	.footer-bottom h2 {
	    font-size: 30px;
	}
	.footer-bottom p, .footer-bottom label {
	    font-size: 13px;
	}
	.btn-contact {
	    padding: 10px 10px 4px 10px;
	    font-size: 13px;
	}
	.top-banner, .about-banner, .travel-vaccinations-banner, .post-travel-banner, .travel-insurance-banner, .expedition-medicine-banner, .contact-banner, .travel-medicines-banner, .japanese-encephalitis-banner, .rabies-banner, .yellow-fever-banner {
	    padding: 20px 0px;
	}
	p.contact-details {
	    font-size: 13px;
	    margin-right: 0px;
	}
	span.contact-title {
	    font-size: 14px;
	}
}

@media( max-width : 585px ) {
	.connecting-line {
		top: 27%;
	}
}

@media (max-width:500px){
	.navbar-collapse {
	    padding-right: 10px;
	    padding-left: 10px;
	}
	.navbar-right {
	    padding: 0px 10px;
	}
	ul.profile-menu {
	    padding: 10px 5px;
	}
	ul.profile-menu li {
	    font-size: 12px;
	}
	ul.profile-menu li a {
	    font-size: 12px;
	}
	ul.profile-menu li:before {
	    margin-right: -15px;
	}
	ul.profile-menu li:after {
	    margin-left: 5px;
	}
	.bottom-extra {
	    width: 100%;
	    margin-bottom: 15px;
	}
	.banner-text {
	    width: 100%;
	}
	.home-top-content img, .about-top-content img {
	    width: 100%;
	}
	.travel-medicine-img img {
	    width: 100%;
	}
	.map .map-inner{
		height: 300px !important;
	}
	div#gmap_canvas {
	    height: 300px !important;
	}
	.appointments-banner-heading h1 {
	    font-size: 26px;
	}	
}
/*table problem fix, nav-item fixed, spacing problem fixed css*/
@media only screen and (max-width: 767px) {
    td, th{
     white-space: nowrap !important;
    }
    .tablewrape{
        overflow-x:auto;
        margin-bottom: 20px;
    }
    .tablewrape::-webkit-scrollbar {height: 16px;}
    .tablewrape::-webkit-scrollbar-track-piece {
      background: #ccc;
      border-top: 6px solid #fff;
      border-bottom: 6px solid #fff;
      border-radius: 8px;
    }

    .tablewrape::-webkit-scrollbar-thumb {
      background: #666;
      border-radius: 5px;
    }
    .nav-header, .nav-header a{
        margin-left:0 !important;
    }
    .nav-list li a{
        padding-left:0 !important;
    }
}
label.valid[style]{
    display: none !important;
}

.banner-mobile
{
	display: none;
}

.banner-desktop
{
	display: block;
}

@media screen and (max-width: 767px)
{
	.banner-desktop
	{
		display: none;
	}

	.banner-mobile
	{
		display: block;
	}
}

