@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');
/* CSS Document */

body {
	
    background: #f3f3f3; 
   
}

.doctorinformation {
	max-width: 80%;
	margin-left: auto;
}

.box-1 {
	padding: 30px;
	background: #FFFFFF;
	margin: 30px 5px;
	font-family: 'Roboto', sans-serif;
}

.box-1.border-red {
	border-top: 4px solid #cf3511;
}

.box-1.border-blue {
	border-top: 4px solid #0054a6;
}

.box-1 h1{
	font-size: 36px;
	margin-top: 0px;
	
}

.box-1 h2{
	font-size: 30px;
	margin-bottom: 30px;
	margin-top: 0px;
}

.box-1 h3{
	font-size: 28px;
	text-transform: capitalize;
}

.box-1 p{
	font-size: 18px;
	color:#000;
	line-height: 1.8;
	font-weight: 300;
}

.box-1 a{
	color: #0054a6;
	font-size: 18px;
	font-weight: 300;
	transition: 0.2s;
	padding: 5px;
}

.box-1 a:hover{
	background:rgba(255,212,0,0.3);
	text-decoration: none;
}

.box-1 i{
	margin-top: 10px;
	color: #0054a6;
}

.box-1 .plan a{
	margin-bottom: 30px;
	font-size: 22px !important;
	color: #333333 !important;
	text-transform: capitalize;
}

.box-1 .plan {
	margin-bottom: 30px;
}

.box-1 iframe{
	margin-bottom: 20px;
}

.box-1 .btn {
	margin-top: 20px;
	background: #0054a6 ;
	color: #FFFFFF;
	font-weight: 300;
	font-size: 18px;
}

.box-3 {
	font-family: 'Roboto', sans-serif;
	padding: 50px 5px;
    background: #0054a6;
	margin: 30px 5px;
}

.box-3 h2 {
	color: #FFFFFF;
	font-size: 30px;
	margin-bottom: 50px;
	margin-top: 0px;
	font-weight: 400;
}

.box-3 p {
	font-size: 22px;
	font-weight: 300;
	margin-bottom: 80px;
}

.box-3 img {
	margin:10px 10px;
	transition: 0.2s;
}

.box-3 img:hover {
	opacity: 0.8;
}

.box-3 p {
	margin-top: 40px;
	color: #FFFFFF;
	margin-bottom: 30px;
}

.signup input[type="text"] {
	font-size: 17px;
	background: #FFFFFF;
	color: #303c42 !important;
	transition: all 0.4s;
	border-radius: 2px;
	border:none;
	padding: 7px;
	font-weight: 400;
	height: 60px;
	width: 60%;
	margin-top: 0px;
	margin-bottom: 0px;
}

.signup input[type="submit"] {
	margin-top: 20px !important;
	margin-bottom: 0px;
	font-size: 18px;
	background: rgba(0,183,30,1.00);
	color: #FFFFFF;
	font-weight: 700;
	transition: all 0.4s;
	border-radius: 2px;
	border:none;
	padding: 6px;
	height: 60px;
	width: 20%;
} 

.signup input[type="submit"]:hover {
	background:rgba(16,144,0,1.00) !important;
}


@media screen and (max-width: 768px) {
	
	.signup input[type="submit"]{
		width: 100% !important;
	} 
	
	.signup input[type="text"] {
		width: 100% !important;
	}
	
	
	.box-3 img {
		width: 70px;
		margin:10px 10px;
	}
	
	.doctorinformation {
	max-width: 100%;
}
	.box-1, .box-3 {
	padding: 20px 10px;
	margin: 20px 5px;
	}
	
	.box-1 h1 {
		margin-top: 20px;
	}
	
	table td:nth-child(2) {
   		display: none;
	}

}

table td {
	vertical-align: top;
}

ul {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color:#555555;
	line-height: 1.8;
	font-weight: 300;
	text-transform: capitalize;
}

/* By Rajesh CSS*/

/* By Rajesh CSS*/

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal .modal-header {
  border-bottom: none;
  position: relative;
}
.modal .modal-header .btn {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
}
.modal .modal-footer {
  border-top: none;
  padding: 0;
}
.modal .modal-footer .btn-group > .btn:first-child {
  border-bottom-left-radius: 0;
}
.modal .modal-footer .btn-group > .btn:last-child {
  border-top-right-radius: 0;
}
/* By Rajesh CSS*/

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal .modal-header {
  border-bottom: none;
  position: relative;
}
.modal .modal-header .btn {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
}
.modal .modal-footer {
  border-top: none;
  padding: 0;
}
.modal .modal-footer .btn-group > .btn:first-child {
  border-bottom-left-radius: 0;
}
.modal .modal-footer .btn-group > .btn:last-child {
  border-top-right-radius: 0;
}
	input[type=text], select, textarea, email {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;  
    resize: vertical;
}
	.modal-body {
    position: relative;
    padding: 45px;
}
	.button {
    outline: none;
       background: #0054a6;
    width: 100%;
    border: 0;
    border-radius: 4px;
    padding: 12px 20px;
    color: #FFFFFF;
    font-family: inherit;
    font-size: inherit;
    font-weight: 500;
    line-height: inherit;
    text-transform: uppercase;
    cursor: pointer;
}
.modal-title {
    padding-top: 0;
	padding-bottom: 15px;
    color: #0054a6;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
	text-align: center;
}
.modal-body label {
    font-weight: 700;
    color: #0054a6;
}