@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900');

body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	background: #ffffff;
} 

html, body {
	height: 100%;
}
ul, h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
}
a:hover, a:visited, a {
	text-decoration: none;
	outline:none !important;
	text-outline:none !important;
	outline-style:none !important;
}
p {
	font-size: 13px;
	line-height:24px;
	color: #797979;
}
 
p b.gray-text{
	color: #7b7a7a;
}

hr {
	border-top: #d5d5d5 2px solid;
}
img.full-width {
	width: 100%;
}
/** Margins **/

.mar-top-0 {
	margin-top: 0px;
}
.mar-top-5 {
	margin-top: 5px;
}
.mar-top-10 {
	margin-top: 10px;
}
.mar-top-15 {
	margin-top: 15px;
}
.mar-top-20 {
	margin-top: 20px;
}
.mar-top-25 {
	margin-top: 25px;
}
.mar-top-30 {
	margin-top: 30px;
}
.mar-top-35 {
	margin-top: 35px;
}
.mar-top-40 {
	margin-top: 40px;
}
.mar-top-45 {
	margin-top: 45px;
}
.mar-top-50 {
	margin-top: 50px;
}
.mar-top-55 {
	margin-top: 55px;
}
.mar-top-60 {
	margin-top: 60px;
}
.mar-top-70 {
	margin-top: 70px;
}
.mar-top-80 {
	margin-top: 80px;
}
.mar-top-90 {
	margin-top: 90px;
}
.mar-top-100 {
	margin-top: 100px;
}
.mar-top-110 {
	margin-top: 110px;
}
.mar-top-120 {
	margin-top: 120px;
}
.mar-top-130 {
	margin-top: 130px;
}
.mar-top-140 {
	margin-top: 140px;
}
.mar-top-150 {
	margin-top: 150px;
}
.mar-top-160 {
	margin-top: 160px;
}
.mar-top-170 {
	margin-top: 170px;
}
.mar-btm-5 {
	margin-bottom: 5px;
}
.mar-btm-10 {
	margin-bottom: 10px;
}
.mar-btm-15 {
	margin-bottom: 15px;
}
.mar-btm-20 {
	margin-bottom: 20px;
}
.mar-btm-25 {
	margin-bottom: 25px;
}
.mar-btm-30 {
	margin-bottom: 30px;
}
.mar-btm-35 {
	margin-bottom: 35px;
}
.mar-btm-40 {
	margin-bottom: 40px;
}
.mar-btm-45 {
	margin-bottom: 45px;
}
.mar-btm-50 {
	margin-bottom: 50px;
}
.mar-btm-55 {
	margin-bottom: 55px;
}
.mar-btm-60 {
	margin-bottom: 60px;
}
.mar-btm-70 {
	margin-bottom: 70px;
}
.mar-btm-80 {
	margin-bottom: 80px;
}
.mar-btm-90 {
	margin-bottom: 90px;
}
.mar-btm-100 {
	margin-bottom: 100px;
}
/** text aligns **/

.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-justify {
	text-align: justify;
}
.text-white {
	color: #FFF !important;
}
/** float **/

.al {
	float: left;
}
.ar {
	float: right;
}
.trs {
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
}
.font-10 {
	font-size: 10px;
}
.font-12 {
	font-size: 12px;
}
.font-16 {
	font-size: 16px !important;
}
.font-18 {
	font-size: 18px !important;
}
.font-25 {
	font-size: 25px !important;
}
.font-40 {
	font-size: 40px !important;
}
.font-36 {
	font-size: 36px !important;
	line-height: 36px;
}
/*header area*/


.header-top-wrap{
	    background: #ffffff;
    padding-bottom: 20px;
	}
.logo-wrap{
	    width: 200px; 
    display: inline-block;
    /* position: absolute; */
    background: #ffffff;
    padding-top: 15px;
	
	}
.logo-wrap a {
    display: block; 
    width: 100%;
}
.logo-wrap img{
	 display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
	
} 
.top-right {  
	display:inline-block;	
	float:right;
	 padding-top: 15px;
} 
.top-menu{
	display: inline-block; 
    float: right;  
	}
.top-menu a{  
        color: #000000;
    font-size: 18px;
    font-weight: 600;
    line-height: 15px;
    display: inline-block;
    /* height: 27px; */
    margin: 0px;
    padding: 14px 30px;
    position: relative;
    border-radius: 3px;
    background-color: rgb(245, 127, 23);
	}  
.top-menu a:hover{
	background:#1a9a1a;
	color:#fff;
	} 
 
  
.home-banner{
	    background: rgba(0, 0, 0, 0.07);
    padding: 100px 0;
    min-height: 450px;
    display: table;
    width: 100%;
	}
.home-banner .container{
	    display: table-cell;
    vertical-align: middle;
	}
	
.home-banner h1{
	text-align:center;
	font-family: 'Raleway', sans-serif;
	font-size:38px;
	color:#fff; 
	font-weight:700;
	}
.home-banner p{ 
	color:#fff;
	font-style:italic;
	font-size:14px;
	margin-top:10px;  
	}
.yellow-btn {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    text-decoration: inherit;
    background-color: rgb(245, 127, 23);
    color: #fff;
    padding: 10px 25px;
    border: #fff 1px solid;
    border-radius: 3px;
	display:inline-block;
	cursor:pointer;
}
.yellow-btn:hover{
	    background: #37bec4;
    color: #000;
    border-color: #37bec4;
}
	
	
	
	 
.interested-warp{
	padding:70px 0; 
	background:#10293f;
	 }
.interested-warp h2{ 
    font-family: 'Raleway', sans-serif;
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    text-decoration: inherit;
    color: #fff;
    text-align: left;
} 

.interested-warp p{ 
font-family: 'Raleway', sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    text-decoration: inherit;
	color:#fff;
}


.white-btn {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    text-decoration: inherit;
    background-color:#fff;
    color: #37bec4;
    padding: 10px 25px;
    border: #fff 1px solid;
    border-radius: 3px;
	cursor:pointer;
}
.white-btn:hover{
	background:#f57f17;
	color:#fff;
}
.interested-warp h1{
    font-family: 'Raleway', sans-serif;
    font-size: 48px;
    line-height: normal;
    font-weight: 400;
    text-decoration: inherit;
	color:#fff;
}

.medical-courses{
	display:table;
	width:100%;
	}
.medical-courses-left, .medical-courses-right{
	width:50%;
	display:table-cell;
	}
.medical-courses-right{
	background:url(../images/courses_img.JPEG);
	background-repeat:no-repeat;
	background-size:auto 100%;
	background-position:right;
	
	}
.medical-courses-left-in{
	width:100%;
	max-width:600px;
	float:right;
	padding:60px 15px;
	}
.medical-courses-left-in h1{
	    font-family: 'Raleway', sans-serif;
    font-size: 72px;
    line-height: 74px;
    font-weight: 300;
    text-decoration: inherit;
	color:#10293f;
}
.medical-courses-left-in h2{
	    font-family: 'Raleway', sans-serif;
    font-size: 48px;
    line-height: 64px;
    font-weight: 300;
    text-decoration: inherit;
	color:#10293f;
}

ul.courses-list{
	margin-top:20px;
	}
ul.courses-list li{
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    text-decoration: inherit;
	width:50%;
	float:left;
	display:inline-block;
	position:relative;
	padding-left:30px;
	margin-top:10px;
	}
ul.courses-list li:before{
	content:"";
	position:absolute;
	left:0px;
	top:5px;
	width:15px;
	height:15px;
	background-image:url(../images/tick_icon_.png);
	background-repeat:no-repeat;
	 
}
	
.coding-program{
	    background-color: rgb(230, 227, 227);
		    padding:10px 0 40px 0;
	}	
.coding-program p{
	font-family: 'Raleway', sans-serif;	
color: #10293f;
font-size:14px;
}
.big-note{
	     background: #10293f;
    padding: 20px;
    font-size: 24px;
	line-height:42px;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    font-weight: 600;
    font-style: italic;
	 }
.frist-Step{
	background:#10293f;
	padding:40px 0;
	}
.frist-Step h2{
	font-family: 'Raleway', sans-serif;
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    text-decoration: inherit;
	color:#fff;
	text-align:center;
}
.frist-Step p {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    text-decoration: inherit;
    color: #fff;
	text-align:center;
}
.frist-Step .yellow-btn{
	border-color:#f57f17;
	display:block;
	font-weight:600;
	padding: 15px 25px;
	}
.frist-Step .yellow-btn:hover{
	background:#37bec4;
	color:#000;
	border-color:#37bec4; 
}
	
.border-btn{
	    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    text-decoration: inherit; 
    color: #fff;
    padding: 15px 25px;
    border: #fff 1px solid;
    border-radius: 3px;
	display:block;
	font-weight:600;

}
.border-btn:hover{
	background:#37bec4;
	color:#000;
	border-color:#37bec4; 
}
	
	
	
	




	
	
	
	 
  
 
.footer-warp {
	background: #333232;
}
 
ul.footer-links{
	text-align:center;
	}
ul.footer-links > li {
	display: inline-block; 
}
ul.footer-links li a { 
        font-family: 'Raleway', sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    padding: 0px 9px;
    display: inline-block;
    text-decoration: none;
}
 
ul.footer-links > li:hover > a, ul.footer-links li a:focus {
    color: #fff; 
    outline: none;
}
.bottom-links{
	margin-top:20px;
	text-align:center;
	font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
	} 
.bottom-links a{
	    color: #37bec4;
}
.bottom-links a:hover{
	    color: #fff;
		text-decoration:underline;
}
 
.footer-top { 
	padding-bottom:40px; 
	
}
 


.footer-bottom {
	padding: 20px 0px 20px;
	background:#000000; 
	
}
.footer-bottom p {
	font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    text-align: center;
}
.footer-bottom p a{ 
        color: #37bec4; 
}
.video-frame{
	width:100%;
	border:0px;
	}
 
 
 
 
 
 
 
 
 
 
a.scrollToTop {
	width: 30px;
	height: 30px;
	    padding: 8px 10px 10px 10px;
	line-height: 10px;
	text-align: center;
	background: whiteSmoke;
	color: #fff;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 10px;
	display: none;
	background: #f57f17;
}
a.scrollToTop:hover {
	text-decoration: none;
	background: #37bec4;
}
 
.mobile-spec{ display:none;}

.information-popup{ 
	    max-width: 470px;
		}
.information-popup .modal-content{
border: 5px solid #000000;
    border-radius: 0px;
}
.information-popup h4{
	     font-size: 24px;
    line-height: 32px;
    color: #222;
    text-align: center;
    font-weight: 600;
	}
.information-popup p{
	    font-family: 'Open Sans', sans-serif; 
		font-size: 13px;
    line-height: 24px;
    color: #797979;
	}
.information-popup .modal-header { 
    padding: 20px;
    border-bottom:0px;
}
.information-popup .form-control{
	    background-color: #e6e6e6;
		padding: 10px 12px;
		    height: 40px;
		}
.information-popup .modal-body { 
    padding: 25px;
}
		
.information-popup textarea.form-control{
	 height: 70px;
	} 
input[type="submit"].get-start-btn{
	padding: 0 20px;
    border-radius: 3px;
    text-decoration: none;
    letter-spacing: inherit;
    text-transform: none;
    border: 0;
    height: 38px;
    line-height: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
	    background-color: rgb(0, 63, 112);
    color: #fff;
	}	
input[type="submit"].get-start-btn:hover{
	background:#fed053;
	color:#1a1a1a;
	
	}	
	
	
	.modal {
	background-color: rgba(23, 56, 96, 0.8);
}

.modal-content {
	border: none;
	border-radius: 4px;
	background: #e7ebef;
}

.modal-header {
	border: none;
	padding: 40px;
}

.modal-footer {
	border: none;
}

.modal-dialog {
    width: 840px;
	margin: 50px auto 0;
}

.close {
    font-size: 30px;
    font-weight: 300;
    color: #173860 !important;
    opacity: .5 !important;
}

.modal-title {
    margin: 0 0 28px;
    font-size: 35px;
    color: #173860;
    font-weight: 600;
}

.modal-sub-title {
	font-size: 16px;
	color: rgba(23,56,96,0.8);
	margin: 0 0 18px;
	line-height: 20px;
}

.modal-body {
	background-image: url(../images/doctor.png);
	background-position: 425px bottom;
	background-repeat: no-repeat;
}

.select-style-modal {
	width: 100%;
}

.select-style-modal select {
	width: 100%;
	background-image: url(../images/icon/select-arrow.png);
	background-repeat: no-repeat;
	padding: 0 30px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-position: 97% 18px;
	border: none;
	font-size: 18px;
	color: #173860;
	margin: 0 0 20px;
	border-radius: 4px;
	height: 46px;
}

.custom-input-modal {
	width: 100%;
	padding: 0 30px;
	border-radius: 4px;
	margin: 0 0 20px;
	border: none;
	font-size: 18px;
	color: #173860;
	height: 46px;
}

.custom-textarea-modal {
	width: 100%;
	border: none;
	border-radius: 4px;
	height: 92px;;
	color: #173860;
	font-size: 18px;
	padding: 20px 30px;
	margin: 0 0 20px;
}

.sbmit-button-modal{
	font-size: 15px;
	font-weight: 700;
	color: #FFF;
	background: rgb(245, 127, 23);
	height: 46px;
	width: 100%;
	border: none;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 4px;
	margin: 0 0 30px;
	float: left;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
}

.sbmit-button-modal:hover {
	background-color: #173860;
	color: #fff;
}

.modal-note {
	text-align: center;
}

	
 
 
/******************************
responsive area
********************************/
 


@media (min-width: 1200px) {
 
    
    
	

}
/* md */

@media (min-width: 992px) and (max-width: 1199px) {
 
 
} 

@media (min-width: 768px) and (max-width: 991px) {
 
.logo-wrap {
    width: 130px; 
}
.logo-wrap img { 
    max-width: 90%; 
}
 
.medical-courses-right {  
    background-size: 100% auto;
    background-position: right top;
}

.modal-dialog {
	width: 90%;
}

.modal-body {
	background-image: none;
}



}
 
@media (max-width: 767px) {

 
.logo-wrap {
	float: none;
    text-align: center;
    padding-top: 10px;
    position: relative;
    margin: 0 auto;
   background: #fff;
    display: block;
    width: 100%;
	    margin-top: 50px;
}
.logo-wrap img {
	max-width: 150px;
	margin: auto;
}
.top-menu {
    margin-left:0px;
	text-align:center;
	width:100%;
	margin-top: 15px;
}

.top-right {
	  margin-left:0px;;
	float: none !important;
	display: block;
}
.top-right a{
	display:block;
	text-align:center;
	}
	

.mobile-spec{ 
display:block; position:fixed;
    z-index: 9999999;
display: inline-table; 
    width: 100%; text-align:center; background:#ad2122;}
.mobile-spec a{ width:50%; display:inline-block; float:left; padding:10px 0; color:#fff;  
    background: #f57f17;
	}
.mobile-spec a:nth-child(2) { 
    background: #0e0e0e;
} 


.medical-courses-left, .medical-courses-right {
    width: 100%;
    display:block; 
}
.medical-courses-left-in {
        max-width: 100%;
}
.medical-courses-right { 
min-height:400px; 
    background-size:cover ; 
}
.home-banner h1 {
    font-size: 28px; 
}
.interested-warp h1 { 
    font-size: 28px;  
}
.medical-courses-left-in h1 {
  font-size: 28px; 
  line-height:36px;
}
.medical-courses-left-in h2 { 
    font-size: 24px;
    line-height: 32px; 
}
  
ul.courses-list li {  
    width: 100%; 
} 


.modal-dialog {
	width: 90%;
}

.modal-body {
	background-image: none;
}

.modal-title {
	font-size: 24px;
    margin: 0 0 20px;
}

.modal-sub-title {
	font-size: 14px;
}

.modal-header {
    padding: 40px 40px 0;
}

.modal-header .close {
    margin-top: -30px;
    margin-right: -15px;
}



}

@media (max-width: 580px) {
	
	.modal-header {
		padding: 39px 20px 0;
	}	
	
	.modal-body {
		padding: 5px;
	}
	
	.modal-header .close {
		margin-right: 0;
	}
}