.myIntSpecDiv {
	height:auto !important;
}

.myIntSpecImgDiv {
	height:450px !important;
	overflow:hidden;
}
.myIntSpecImgDiv.patient_bg {
	background:url(../../images/patient_support6.jpg) no-repeat top center;
}

.internationalStepDiv {
	height:225px;
	position:relative;
}
.internationalStepDiv .relative {
	top:50%;
	transform:translateY(-50%);
}

ul.greendot {
	list-style:none !important;
	padding:0 !important;
}
ul.greendot li {
	padding-left:30px;
	margin-left:0 !important;
	margin-bottom:10px !important;
	background:url(../../images/green-dot.png) no-repeat 0 5px;
}

.dot_bg {
	background:url(../../images/dot_bg.jpg) no-repeat top center;
	padding:60px 0 30px;
	background-size:cover;
}
.dot_bg .special_right {
	float:right;
}
.dot_bg .procedure_image {
	bottom:-30px;
}

.explore_bg {
	background:url(../../images/international_promotion.jpg) no-repeat top center;
	height:850px;
	padding:0!important;
	text-align:center;
}
.explore_bg .white_bg {
	background-color:rgba(255,255,255,0.5);
	height:100%;
	width:100%;
	padding:60px 0 0;
}
/*.explore_bg .explore_grid {*/
/*	width:23%;*/
/*	float:left;*/
/*	margin:0 1% 30px;*/
/*}*/
.explore_bg .explore_grid .explore_image {
	margin-bottom:30px;
}
.explore_bg .explore_grid h2 {
	height:60px;
}
.explore_bg .explore_grid p {
	margin:0;
	height:80px;
}
a.explore_button {
	border:1px solid #b37200;
	display:inline-block;
	color:#b37200;
	text-transform:uppercase;
	padding:5px 30px;
}

.international_box {
	height:280px;
	position:relative;
	padding:60px 30px 0 !important;
}

.map_bg {
	position:relative;
}
.map_bg .map_address {
	max-width:375px;
	width:100%;
	position:absolute;
	left:40%;
	top:50%;
	transform:translate(-50%,-50%);
	z-index:9;
}
.map_bg .google_map {
	width:40%;
	float:left;
	height:850px;
	position:relative;
}
.map_bg .map_form {
	width:60%;
	float:left;
	height:850px;
	position:relative;
}
.map_bg .google_map iframe {
	height:850px;
	width:100%;
}
.map_bg .map_form .contact_form {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	width:calc(75% - 200px);
	left:200px;
	padding:30px;
}

.contact_grid {
	float:left;
	width:50%;
}
.contact_grid .contact_info {
	background:#8cb466;
	position:relative;
	padding:30px;
	border-bottom:1px solid #fff;
}
.contact_grid .contact_info .contact_icon {
	position:absolute;
	top:50%;
	right:25px;
	transform:translateY(-50%);
}
.contact_grid .contact_info:last-child {
	border-bottom:0px solid #b39260;
}
.contact_grid .contact_info .contact_social {
	display:inline-block;
	margin-right:5px;
}
.contact_grid .contact_info p {
	color:#fff !important;
}
.contact_grid .contact_info p.margin_adjust {
	margin:0 0 15px;
}

@media (max-width: 1200px) {
	.map_bg .map_form .contact_form {
		width:65%;
	}
}

@media (max-width: 979px) {
	.explore_bg {
		height:auto;
		background:#adc7e0;
	}
	.explore_bg .white_bg {
		padding:60px 0 30px;
	}
	/*.explore_bg .explore_grid {*/
	/*	width:48%;*/
	/*}*/
	
	.map_bg .google_map, .map_bg .map_address, .map_bg .map_form {
		width:100%;
		float:none;
		height:auto;
	}
	.map_bg .google_map {
		height:450px;
	}
	.map_bg .google_map iframe {
		height:450px;
	}
	.map_bg .map_address {
		max-width:100%;
		position:static;
		top:0%;
		transform:translateY(0%);
	}
	.map_bg .map_form .contact_form {
		top:0;
		transform:translateY(0);
		position:static;
		max-width:100%;
		width:100%;
	}
	
	.international_box {
		padding:30px !important;
	}
}

@media (max-width: 767px) {
	.internationalStepDiv {
		height:auto;
		position:relative;
	}
	.internationalStepDiv .relative {
		top:0%;
		transform:translateY(0%);
	}
	
	.international_box {
		height:auto;
	}
	
	.dot_bg .special_right {
		float:none;
	}
	.dot_bg .procedure_image {
		display:none !important;
	}
}

@media (max-width: 480px) {
    
    .myIntSpecImgDiv {
        height: 350px!important;
        overflow: hidden;
        background-position: center! important;
        background-size: cover! important;
    }
    
	.explore_bg .explore_grid {
		width:100%;
		float:none;
		margin:0 0 30px;
	}
	.explore_bg .explore_grid h2 {
		height:auto;
	}
	.explore_bg .explore_grid p {
		height:auto;
		margin-bottom:30px !important;
	}
}