@media (max-width: 47.9em) {
	.formheight iframe { min-height:390px !Important; max-width:100% !Important;}
	.bk h1 a { font-size:24px  !important;   }
	.darkoverley a { font-size:18px !important;}
	.admissions1 a, .admissions1 h3 { font-size:24px !important;}
	.choose2 .card { min-height:120px !Important;} 
	.main h1 { font-size:24px !important; font-weight:600 !important;}
	.darkoverley1 img { max-width:120px !important;	}
	.admissions h5 { font-size:16px !important;}
	.admissions h4 { font-size:18px !important;}
	.mainbackground1 img { min-width:100% !important;}
	.footer-bg { padding-bottom:60px;}
	h2 { font-size:24px !important; font-weight:600 !important;}
	.imagebox {    min-height: 250px !important;}
	#myID { visibility:visible  !important;}
	.residential a.btn.btn-success1.btn-lg.btn-block, .residential h5 { font-size:16px !important;}

.intro h5 { border-bottom: 1px solid #ccc;}
.topsec a { color:#81AC48 !important;}
h1 { font-size: 28px !important;}

 h4 {
    font-size: 1 rem !important;}

}

.choose2 i { color:#5794C1;}
.choose2 .card { min-height:220px;}
.choose2 h5 { font-weight:600 !important;} 
/*Top Section*/
.topsec a { font-size:30px;  font-weight:800; font-family: 'Montserrat', sans-serif !important; color:#5794c1;}
.topsec a:hover { text-decoration:none;}
.topsec p {     margin-bottom: 0px !important;}
* { margin:0px; padding:0px; }
h1,h2,h3,h4,h5,h6, .btn { font-family: 'Montserrat', sans-serif !important; }

.main {

background: right bottom rgba(0,0,0,0.2) url(images/professional-mens.jpg) no-repeat;
background-size: contain;
display:none;
}
.newdark {background: right bottom rgba(0,0,0,0.2) url(images/paper-texture.jpg) repeat;
background-size: cover;}

.admissions a { color:#333;}
.admissions h5 { font-size:20px;}

.darkoverley {    background-color: rgba(255,255,255,0.7);}
.bk h1 a { font-size:36px; font-weight:700; color:#fff;}
.choose2 .card { min-height:220px;} 
h1 { font-size:28px; }
h2 { font-size:30px; font-weight:700; letter-spacing:1px; color:#222; }

h3 { font-size:24px; font-weight:500;}

.btn-success {
    color: #fff !Important;
    background-color: #81ac48;
    border-color: #81ac48;
}
.btn-success a { color:#fff !Important;}

.roles a { color:#fff; font-weight:600; font-size:24px !important;}
.btn-success:hover { background-color:#70953f;}

.btn-success1 { background-color:#fff; color:#81ac48; border-color:#fff; }
.btn-success1:hover { background-color:#81ac48; border-color:#81ac48; color:#fff !important;}
.btn-success1 a { color:#5794c1; font-weight:600; font-size:18px;}
.btn-success1 a:hover { color:#fff !important;}
.newcta { background-color:#5794c1; }

.proof1 {     background: #34566B; }
.treatment1 {
    background-color: #5794c1;
}
.treatment {
    background-color: #5794c1;
}
.proof1 {
    background-color: #EBEBEE;
}

.parallax2 { min-height: 250px !important;  background-color: rgba(0,0,0,0.6);}

.parallax {
    /* The image used */
    background-image: url("images/paralax.jpg");

    /* Set a specific height */
    min-height: 350px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.help{ background-color:#82AC48 !important;}
.chat{ background-color:#135985 !important;}

.chat a.btn.btn-primary.border-0.btn-block.active {
    background-color:#135985 !important;
}
.help a, .chat a { font-weight:600 !important; color:#fff;}
.treatment ul li {  list-style:none;}

.maintain ul li {
    list-style: none;
    line-height: 20px;
    padding-bottom: 10px;
    letter-spacing: 1px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}

.maintain ul li:before {
    font-family: FontAwesome;
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
    content: "\f00c";
}




.imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
  width: 100%;
}

.imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}

.imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 1.2em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: 100%;
}

.imagebox:hover img {
  opacity: 0.7;
}

.imagebox:hover .imagebox-desc {
  padding-bottom: 10%;
}

.med a { font-size:30px !Important; font-weight:700 !Important;}


.bcta   { background:url(images/bg1.jpg) bottom no-repeat; background-size:cover;}
.bcta  h3 { font-size:16px; }
.bcta  p { font-size:14px; }
.btca2 a { color:#333;}
.box1 { background:rgba(0, 0, 0, 0.6); }
.box1 a { color:#fff;}
.bcta1 { background-color: rgba(255,255,255,0.7);}
.footer-bg a { color:#fff;}

.sober img { max-width:80px; padding-bottom:10px;}
.choose2 { background-color:#5794C1;  }

.bottomMenu {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 60px;
  border-top: 1px solid #000;
  background: red;
  z-index: 1;
  transition: all 1s;
}
.hide {
  opacity: 0;
  left: -100%;
}
.show {
  opacity: 1;
  left: 0;
}
#myID { visibility:hidden; }

.card {
    align-items: center !important;
}

.fixed-top {
    background: #5795C2;
}

.locations { background-color:#ebebeb;}
.ye { color:#FC0; }

.newmen img { max-width:50%;}
.men {background-color:#efefef;}
.icn1 {    background-color: #5794c1;}
.icn2 {    background-color: #81ac48;}


.residential h5 { font-size:18px;}

a.btn.btn-success1.btn-lg.btn-block {
    color: #5794c1;
    font-weight: 600;
}


.servicesec h5 { color:#5794C1 !important;}
.intro i {    color: #82ac4a !important;}
.intro h5 {    color: #000; padding-bottom: 5px;}
.bcta #footer-text {
    color: #fff !important;
}






.main1 .modal-content {
    background-image: url(images/back-images.png) !important;
    background-size: cover;
}

.main1 .modal-header {    border-bottom: none !important;}
.darkoverley2 {
    background-color: rgba(0, 0, 0, 0.4);
}

.prof1 {  box-shadow: 0 0 40px rgba(0, 0, 0, 0.34) !important; }

.prof { background-color: #F8F1ED; padding:15px;}

.sass .field .form-group p {
    color: #fff !important;
}

section#looking h4 {
    font-size: 16px !important; line-height:26px;
}
.que h6 a {  color: #81ac48 !Important; font-weight: 800;}
.prof2 .btn-success {
    color: #45621f !Important; letter-spacing:1px; font-weight:600 !Important; font-size:18px !important;
    background-color: #a6c77b;
    border-color: #a6c77b;
}

.instructions {
  text-align:center;
  font-size:20px;
  margin: 15vh;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////
	//   Default Modal Styles   //
////////////////////////////////////////////////////////////////////////////////////////////// */
/*   This is the background overlay   */
.backgroundOverlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #000000;
	opacity: .85;
	filter: alpha(opacity=85);
	-moz-opacity: .85;
	z-index: 101;
	display: none;
}
/*   This is the Popup Window   */
.delayedPopupWindow {
	display: none;
	position: fixed;
	width: auto;
	max-width: 480px;
	height: 310px;
	top: 50%;
	left: 50%;
	margin-left: -260px;
	margin-top: -180px;
	background-color: #efefef;
	border: 2px solid #333;
	z-index: 102;
	padding: 10px 20px;
}
/*   This is the closing button  */
#btnClose {
	width:100%;
	display: block;
	text-align: right;
	text-decoration: none;
	color: #BCBCBC;
}
/*   This is the closing button hover state  */
#btnClose:hover {
	color: #c90c12;
}
/*   This is the description headline and paragraph for the form   */
#delayedPopup > div.formDescription {
	float: left;
	display: block;
	width: 44%;
	padding: 1% 3%;
	font-size: 18px;
	color: #666;
	clear: left;
}
/*   This is the styling for the form's headline   */
#delayedPopup > div.formDescription h2 {
	color: #444444;
	font-size: 36px;
	line-height: 40px;
}

/*
////////// MailChimp Signup Form //////////////////////////////
*/

/*   This is the signup form body  */
#delayedPopup #mc_embed_signup {
	float: left;
	width: 47%;
	padding: 1%;
	display: block;
	font-size: 16px;
	color: #666;
	margin-left: 1%;
}
/*   This is the styling for the signup form inputs  */
#delayedPopup #mc-embedded-subscribe-form input {
	width: 95%;
	height: 30px;
	font-size: 18px;
	padding: 3px;
  margin-bottom: 5px;
}
/*   This is the styling for the signup form inputs when they are being hovered with the mouse  */
#delayedPopup #mc-embedded-subscribe-form input:hover {
	border:solid 2px #40c348;
	box-shadow: 0 1px 3px #AAAAAA;
}
/*   This is the styling for the signup form inputs when they are focused  */
#delayedPopup #mc-embedded-subscribe-form input:focus {
	border:solid 2px #40c348;
	box-shadow: none;
}
/*   This is the styling for the signup form submit button  */
#delayedPopup #mc-embedded-subscribe {
	width: 100%!important;
	height: 40px!important;
	margin: 10px auto 0 auto;
	background: #5D9E62;
	border: none;
	color: #fff;
}
/*   This is the styling for the signup form submit button hover state  */
#delayedPopup #mc-embedded-subscribe:hover {
	background: #40c348;
	color: #fff;
	box-shadow:none!important;
	cursor: pointer;
}





/***********************************************/
/***************** Packages ********************/
/***********************************************/
@import url('https://fonts.googleapis.com/css?family=Tajawal');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

#subscribeModal .modal-content{
	overflow:hidden;
}
a.h2{
    color:#007b5e;
    margin-bottom:0;
    text-decoration:none;
}
#subscribeModal .form-control {
    height: 56px;
    border-radius: 30px !important;
	padding-left:30px;
}
#subscribeModal .btn {
    border-radius: 30px;
	padding-right:20px;
	background:#007b5e;
	border-color:#007b5e;
}
#subscribeModal .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #007b5e;
    outline: 0;
    box-shadow: none;
}
#subscribeModal .top-strip{
	height: 155px;
    background: #007b5e;
    transform: rotate(141deg);
    margin-top: -94px;
    margin-right: 190px;
    margin-left: -130px;
    border-bottom: 65px solid #4CAF50;
    border-top: 10px solid #4caf50;
}
#subscribeModal .bottom-strip{
	height: 155px;
    background: #007b5e;
    transform: rotate(112deg);
    margin-top: -110px;
    margin-right: -215px;
    margin-left: 300px;
    border-bottom: 65px solid #4CAF50;
    border-top: 10px solid #4caf50;
}

/**************************/
/****** modal-lg stips *********/
/**************************/
#subscribeModal .modal-lg .top-strip {
    height: 155px;
    background: #007b5e;
    transform: rotate(141deg);
    margin-top: -106px;
    margin-right: 457px;
    margin-left: -130px;
    border-bottom: 65px solid #4CAF50;
    border-top: 10px solid #4caf50;
}
#subscribeModal .modal-lg .bottom-strip {
    height: 155px;
    background: #007b5e;
    transform: rotate(135deg);
    margin-top: -115px;
    margin-right: -339px;
    margin-left: 421px;
    border-bottom: 65px solid #4CAF50;
    border-top: 10px solid #4caf50;
}

/****** extra *******/
#Reloadpage{
    cursor:pointer;
}