
/*==================================

font-family: 'Montserrat', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Montserrat', sans-serif;

==================================== */

/*-------------------------------------
		1.General css (Reset code)
--------------------------------------*/
html {
	scroll-behavior: smooth;
}

*{
    padding: 0;
    margin: 0;
}

*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
body{
	font-size:14px;
	background: #fff;
    max-width:1920px;
    margin:0 auto;
	overflow-x:hidden;
}

a,a:hover,a:active,a:focus {
	display:inline-block;
	text-decoration:none;
	font-size:14px;
	padding:0;
}
h1,h2,h3,h4,h5,h6 { 
	margin: 0;
	text-transform: capitalize;
}
p {
	margin: 0;
	font-size:14px;
}
img{	border:none;max-width:100%; height:auto;}
ul{
	padding: 0;
    margin: 0;
    list-style: none;
}
ul li {
	list-style: none;
	
}
select,input,textarea{box-shadow:none;outline:0!important;}


html,body{
    height: 100%;
	position: relative;
    z-index: 2;
}

[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s 0.3s ease; 
  -moz-transition: opacity 0.3s 0.3s ease; 
  -ms-transition: opacity 0.3s 0.3s ease; 
  -o-transition: opacity 0.3s 0.3s ease; 
  transition: opacity 0.3s 0.3s ease; 
  opacity: 0;
}

/*=============Style css=========*/

/*-------------------------------------
		2. Header
--------------------------------------*/
/* .wrapper {
    position: relative;
    z-index: -1;
} */

.header{
	padding:10px 0;
	background:#f4f4f4;

}
.header li  a{
	color: #888;
	outline: 0;
}
/* header-left  */
.header-left {
	margin-left:250px;
}
.header-left li {
    display: inline-block;
	color:#4eae4a;
	font-weight:700;
	font-size:22px;
	font-family: 'Montserrat', sans-serif;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
}

.header-left li span{
	font-size:22px;
	font-weight:700;
	text-transform:uppercase;
	color:#333333;
}

.header-left li  i{
	margin-right:7px;
	color: #888;
}
/* header-left  */

/* header-right */
.header-right {
	color: #888;
	font-family: 'Montserrat', sans-serif;
	
}
.header-right li {
	display:inline-block;
}
.header-right li a{
	font-size:14px;
	font-family: 'Montserrat', sans-serif;
	padding-bottom: 7px;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
	
}
.header-right li a:hover{
	color:#7370d8;
}
.reg a {
    margin-right: 5px;
    margin-left: 5px;
}

/* social-icon */
.social-icon{
	margin-left:6px;
	top:0;
	right:0;
}
.social-icon li a {
    margin-left:14px;
}/* social-icon */


.shape2 {
    border-radius: 30px !important;
	transform: rotate(50deg);
}
.shape {
    height: 150px;
    width: 150px;
    background-color: #FFF;
    border-radius: 80px;
    margin-bottom: 30px;
    float: left;
    margin-right: 20px;
	box-shadow: 0 5px 20px rgba(199,199,199,.2);
}

.shape-small {
    height: 75px;
    width: 75px;
    background-color: #FFF;
    border-radius:15px !important;
    margin-bottom: 30px;
    float: left;
    margin-right: 20px;
	box-shadow: 0 5px 20px rgba(199,199,199,.2);
}
.shape-very-small {
    height: 80px;
    width: 80px;
    background-color: #FFF;
    border-radius: 10px !important;
    margin-bottom: 30px;
    float: left;
    margin-right: 20px;
	box-shadow: 0 5px 20px rgba(199,199,199,.2);
}

.shape-medium {
    height: 50px;
    width: 50px;
    background-color: #FFF;
    border-radius: 10px !important;
    margin-bottom: 30px;
    float: left;
    margin-right: 20px;
	box-shadow: 0 5px 20px rgba(199,199,199,.2);
}

/*-------------------------------------
		3. Menu
--------------------------------------*/
#menu{
	z-index: 999;
}
/* navbar-brand */
.navbar-brand,
.navbar-brand:hover,
.navbar-brand:focus{
	margin-top:-51px;
	padding:0;
	max-width:85%;
}/* navbar-brand */

/* wrapper-sticky */
.wrapper-sticky{
	position: relative;
	display: inline-block;
	background: #FFF;
	min-height:82px !important;
	height:82px !important;
}

/* sticky */
.sticky{
	background: rgba(255,255,255,1);
	padding: 10px 0px 0px;
	height:80px;
	color: #fff;
}

.sticky  .navbar-brand{
	margin-top: -22px;
    padding: 0;
    max-width: 60%;
}
.sticky  .navbar-default .navbar-nav li a,
.sticky  .navbar-default .navbar-nav li a:active,
.sticky  .navbar-default .navbar-nav li a:focus,
.sticky  .navbar-default .navbar-nav li a:hover{
	color: #333;
	margin: 0px 0px;
}
.sticky .navbar-default .navbar-toggle ,
.sticky .navbar-default .navbar-toggle:focus,
.sticky .navbar-default .navbar-toggle:hover {
    background-color: transparent;
    border: 1px solid #000;
    margin-top: 15px;
}/* sticky */

/* wrapper-sticky */

/* navbar-default */
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.navbar-default .navbar-nav li a{
	font-size: 15px;
	text-transform:uppercase;
	color: #333;
	font-family: 'Montserrat', sans-serif;
	margin-top:18px;
	padding-left: 0px;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
}
.navbar-default.navbar-nav li a:active,
.navbar-default.navbar-nav li a:focus,
.navbar-default .navbar-nav li a:hover{
	color: #0079c0;
	outline: 0;
	margin-top:18px;
	padding-bottom: 25px;
	padding-left: 0px;

}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:active,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
	background:transparent;
    color: #0079c0 !important;
	font-weight:700;
	font-family: 'Montserrat', sans-serif;
	margin-top:18px;
	padding-bottom: 25px;
}/* navbar-default */

/* navbar-toggle*/
.navbar-default .navbar-toggle ,
.navbar-default .navbar-toggle:focus,
 .navbar-default .navbar-toggle:hover {
    background-color: transparent;
    border: 1px solid #000;
    margin-top: 25px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;

}/* navbar-toggle*/

/* .search */
.sticky .search span {
	top:16px;
}
.sticky .search input {
	top:40px;
}


/*-------------------------------------
		4. Slider
--------------------------------------*/
.header-slider-area {
    position: relative;
    z-index: 1;
	text-align:center;
}
.header-slider-area a.downarrow{
	position: relative;
    bottom: 40px;
    z-index: 2;
}

/* .single-slide-item */
.single-slide-item {
    padding-top:150px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	min-height:700px;
}
.single-slide-item h2 {
	color:#fff;
	font-size:30px;
	font-weight:600;
	line-height: 1.28;
	margin-bottom:5px;
	font-family: 'Montserrat', sans-serif;
	text-transform:initial;
}

.single-slide-item h3 {
	color:#fff;
	font-size:70px;
	font-weight:600;
	line-height: 1.28;
	margin-bottom: 27px;
	font-family: 'Montserrat', sans-serif;
	text-transform:capitalize;
}

.single-slide-item p {
	color:#fefefe;
	font-size:22px;
	font-weight:400;
	font-family: 'Montserrat', sans-serif;
    line-height: 1.5;
	margin-bottom:51px;
}
button.slide-btn,
button:active .slide-btn ,
button:focus .slide-btn{
	display: inline-block;
    background: transparent;
    padding: 17px 50px;
    color: #FFF;
    border: 1px solid #f5f5fb;
	border-radius: 30px;
	font-size:14px;
	font-weight:600;
	text-transform: capitalize;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	margin-right: 36px;
	margin-bottom: 30px;
	outline:0;
	box-shadow:none;
	-webkit-transition:.5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
}

button.slide-btn:hover{
	 background: #FFF;
	 color: #0079c0;
	 border: 1px solid #fff;
}
.single-slide-item.slide-1 {
	background-image:url(../../assets/images/banner/banner-one.jpg);
	position:relative;
	z-index:1;
}
.single-slide-item.slide-2 {
	background-image:url(../../assets/images/banner/banner-two.jpg);
	position:relative;
	z-index:1;
}
.single-slide-item.slide-3 {
	background-image:url(../../assets/images/banner/banner-three.jpg);
	position:relative;
	z-index:1;
}
.single-slide-item.slide-1:before,.single-slide-item.slide-2:before{
	background:rgba(113,117,121,.6);
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	content:'';
	z-index:-1;
}
.single-slide-item-img img{
	width:auto;
	height:705px;
}
/* .single-slide-item */


.about-Header {
    position: relative;
    z-index: 1;
	text-align:center;
}

.about-Header-Bg{
	background-image: url(../../assets/images/about/header-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 530px;
    position: relative;
    overflow: hidden;
    padding: 160px 0 0px;
    color: #FFF;
}

.about-Header-Bg h5{
	font-size:30px;
	font-weight:600;
}

.about-Header-Bg h6{
	font-size:70px;
	font-weight:600;
}

.about-Header a.downarrow{
	position: relative;
    bottom: 40px;
    z-index: 2;
}

.getToknow h2{
	font-size:30px !important;
	text-transform:uppercase;
	
} 
.getToknow h2 span{
	font-size:50px !important;
	text-transform:uppercase;
}

.ourTeam{
	padding-top:20px !important;

}

.ourTeam.we-do .small-Shape.left{
	left:40px !important;
	top:35%;
}

.ourTeam.we-do .big-Shape.left{
	left:40px !important;
	top:50% !important;
}

.ourTeam h3{
	font-size:35px;
	font-weight:700;
	text-transform:uppercase;
	margin-bottom:20px;	
}

.ourTeam p{
	font-size:16px;
	margin-bottom:50px;
}

.ourTeam .member-one-content{
	box-shadow: 0 5px 20px rgba(199,199,199,.2);
	background:#FFF;
	padding:60px 0 60px 40px;
	position:relative;
	left:-30%;
	top:100px;
}

.ourTeam .member-one-content h4{
	color:#4eae4a;
	text-transform:uppercase;
	font-size:18px;
	margin-bottom:20px;
}

.ourTeam .member-one-content p{
	line-height:25px;
	font-size:14px;
}

.ourTeam .member-one-contentli{
	display:inline-block;
	margin-top:20px;
	margin-right:8px;
}

.ourTeam .member-one-content li a{
  height: 25px;
  width: 25px;
  background-color: #78c245;
  border-radius: 50%;
  display: inline-block;
  line-height:26px;
  text-align:center;
  color:#FFF;
}

.ourTeam .member-one-content p{
	margin-bottom:20px !important;
}

.otherMembers {
	text-align:center;
}

.otherMembers .top-Img img{
	width:264px;
	height:216px;
}

.otherMembers .other-member-content{
	box-shadow: 0 5px 20px rgba(199,199,199,.2);
    background: #FFF;
    padding: 20px;
	min-height:200px;
	border-radius:5px;
	margin-bottom: 20px;
	text-align:left;
	position: relative;
    bottom: 40px;
}

.otherMembers .other-member-content h5{
	color: #4eae4a;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 20px;
}

.otherMembers .other-member-content p{
	line-height: 25px;
    font-size: 14px;
}

.otherMembers .mT50{
	margin-top:50px;
}

.otherMembers li{
	display:inline-block;
	margin-top:20px;
	margin-right:8px;
}

.otherMembers li a{
  height: 25px;
  width: 25px;
  background-color: #78c245;
  border-radius: 50%;
  display: inline-block;
  line-height:26px;
  text-align:center;
  color:#FFF;
}

.invsetor-Header {
    position: relative;
    z-index: 1;
	text-align:center;
}

.invsetor-Header-Bg{
	background-image: url(../../assets/images/banner/investor-Bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 530px;
    position: relative;
    overflow: hidden;
    padding: 160px 0 0px;
    color: #FFF;
}

.invsetor-Header-Bg h5{
	font-size:30px;
	font-weight:600;
}

.invsetor-Header-Bg h6{
	font-size:20px;
	max-width:700px;
	margin:0 auto;
	font-weight:400;
	margin-top:20px;
	line-height:35px;
}


.invsetor-Header a.downarrow{
	position: relative;
    bottom: 40px;
    z-index: 2;
}

.investor-Form{
	max-width:600px;
	margin:0 auto;
	margin-top:50px;
}

.investor-Form p{
	margin-bottom:50px;
}


.form-horizontal .investor-Form .control-label{
	text-align:left;
	font-weight:400;
	font-size:13px;
}

.form-horizontal .investor-Form .control-label span{
	color:#ff0000;
}

.form-horizontal .investor-Form .form-control{
	border:1px solid #dbdbdb;
	padding:12px;
	height: 46px;
}

textarea.form-control {
	height:auto !important;
}

.form-horizontal .investor-Form button{
	min-height: 40px;
    border-radius: 30px;
    background: #4eae4a;
    color: #fff;
    width: 150px;
    font-weight:400;
	font-size:14px;
    text-transform: uppercase;
}
}

/* .carousel-indicators */
.carousel-indicators {
    bottom: 40px;
}
.carousel-indicators li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 12px 10px 0 0;
    text-indent: -999px;
    cursor: pointer;
    background-color: #FFF;
    border: 1px solid #FFF;
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 14px;
    height: 14px;
    margin:12px 10px 0 0;
    background-color: #4eae4a;
	border:1px solid #4eae4a;
}
/* .carousel-indicators */

/* .carousel-control */
.carousel-control {
	position:absolute;
	width:55px;
	height:55px;
	line-height:55px;
	text-align:center;
	top:39.5%;
	left:50px;
	background:#FFF;
	color:#fff;
	font-size: 22px;
	font-weight:700;
	font-family: 'Montserrat', sans-serif;
	border-radius: 50%;
	-webkit-transition:.5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
}
.carousel-control:hover {
	background: #fff;
	color:#6967d1;
	font-size: 22px;
}
.carousel-control.left,
.carousel-control.right {
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 0%);
}

.carousel-control.right{
	right:50px;
}
/* .carousel-control */

/* .carousel-fade */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
/*-------------------------------------
		4. We-do
--------------------------------------*/
.we-do{
	padding:80px 0;
	position:relative;
}
.we-do h2{
	color: #4eae4a;
	font-size:55px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	margin-bottom:40px;
}
.we-do h2 span{
	color: #333333;
	font-size:60px;
	font-weight: 700;
}
.we-do p{
	max-width:80%;
	display:inline-block;
	line-height:25px;
}
.we-do button.slide-btn{
	color:#4eae4a;
	border: 1px solid #333;
	margin-top:50px;
}

.we-do button.slide-btn:hover{
	background:#333;
	border: 1px solid #333;
	color:#FFF;
}
.we-do .big-Shape.left{
	left:100px !important;
	display:inline-table;
}
.we-do .big-Shape{
	position:absolute;
	right:100px;
	z-index:2;
}
.we-do .small-Shape{
	position:absolute;
	right:222px;
	top:10px;
}

.we-do .small-Shape.left{
	left:222px;
	top:72%;
	display:inline-table;
}

/* section-header */
.section-header h2{
	color: #44454f;
	font-size: 30px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
.section-header h2 span{
	color: #4d4e54;
}
.section-header p{
	color: #888;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	max-width: 1000px;
    margin: 0 auto;
    margin-top: 32px;
    line-height: 1.8;
}/* section-header */


/*-------------------------------------
		5. About
--------------------------------------*/
.about-us.growthMarket{
	background:#fcfcfc;
	padding:80px 0;
}

.about-us.growthMarket p{
	line-height: 32px;
    margin-bottom: 10px;
}

.about-us.growthMarket img{
	margin-top:250px;
}

.about-us{
	background: #f6f6f6;
	padding:20px 0;
}
.about-us-txt{
	margin-top:160px;
}
.about-us h2 {
	color:#4d4e54;	
	font-size:30px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
.about-us p{
	color:#888;	
	font-size:16px;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.7;
	max-width: 501px;
    margin-top: 28px;
    margin-bottom: -18px;
}
.about-us-img  {
	z-index: 1;
}

/*-------------------------------------
		7. Statistics
--------------------------------------*/
.statistics{
	position:relative;
	background:url(../../assets/images/home/patient-centric.jpg)no-repeat;
	background-position:center;
	background-size:cover;
	padding:200px 0 0 0;
	min-height:800px;
	text-align:center;
	color:#FFF;
}

.statistics h3{
	font-size:45px;
	font-weight:700;
	text-transform:inherit;
	margin-bottom:50px;
}


.statistics p{
	line-height:40px;
    font-size: 22px;
	margin-bottom:20px;
}

.clients{
	padding: 53px 0;
	text-align:center;
}

.clients h3{
	font-size:35px;
	font-weight:600;
	margin-bottom:30px;
}

.clients button.slide-btn{
	color:#4eae4a;
	border: 1px solid #333;
	margin-top:30px;
}

.clients button.slide-btn:hover{
	background:#333;
	border: 1px solid #333;
	color:#FFF;
}


.footer-area {
  position: relative;
  padding: 150px 0px 0px;
  background: #fff;
}

.footer-area .footer-titel {
  font-size: 18px;
  color: #333333;
  font-weight: 500;
  padding-bottom: 20px;
  letter-spacing: 0.5px;
}

.footer-area .footer-titel span {
  color: #ccc;
  font-weight: 400;
}

.footer-area .textwidget p {
  color: #333;
}

.footer-area .footer-link li {
  margin-bottom: 10px;
}

.footer-area .footer-link li a {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}

.footer-area .footer-link li a:hover {
  color: #4eae4a;
}

.footer-area .address li {
  margin-bottom: 20px;
}

.footer-area .address li a {
  color: #666666;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
}

.footer-area .address li a i {
  font-size: 22px;
  width: 32px;
  vertical-align: middle;
  height: 36px;
  text-align: center;
  display: inline-block;
  float: left;
  margin-right: 5px;
  line-height: 32px;
}

.footer-area .address li a i.map-marker{
	background:url(../../assets/images/home/map.jpg)no-repeat;
	width:39px;
	height:39px;
}

.footer-area .address li a i.message-envelope{
	background:url(../../assets/images/home/message.jpg)no-repeat;
	width:39px;
	height:39px;
}

.footer-area .address li a i.phone-set{
	background:url(../../assets/images/home/phone.jpg)no-repeat;
	width:39px;
	height:39px;
}

.footer-area.we-do .big-Shape{
	right:250px;
}

.footer-area.we-do .small-Shape{
	right: 396px;
    top: -40px;
}

.footer-area.we-do .big-Shape.left{
	left: 21px !important;
    bottom: -75px;
	display:inline-table;
}
.footer-area.we-do .small-Shape.left{
	left: 18px;
    top: 72%;
	display:inline-table;
}

.home-newsletter{
	margin-bottom:150px;
}

.home-newsletter .single {
max-width: 350px;
text-align: center;
position: relative;
z-index: 2; 

}

.home-newsletter .single h2 {
font-size: 22px;
color: white;
text-transform: uppercase;
margin-bottom: 40px; 
}

.home-newsletter .single .form-control {
height: 50px;
background: rgba(255, 255, 255, 0.6);
border: 1px solid #e3e3e3;
border-radius: 30px 0 0 30px; 
box-shadow: none;
border-right:0px;
width:250px;
}

.home-newsletter .single .form-control:focus {
box-shadow: none;
}

.home-newsletter .single .btn {
min-height: 50px; 
border-radius: 30px;
background: #4eae4a;
color: #fff;
width:180px;
left:-20px;
text-transform:uppercase;
}

.footer-copyright {
	background:#d3d3d3;
	padding: 30px 0 35px;
}
.foot-copyright{
	color:#333;
	font-size:16px;
	text-align:center;
}
	
	.footer-area .resPadd{
		margin-bottom:20px;
	}

/*hm-foot-icon*/
.hm-foot-icon {
    margin-top:0px;
}
.hm-foot-icon ul {
    display: inline-flex;
	margin-left: -11px;
}
.hm-foot-icon ul li {
    width: 32px;
    height: 32px;
    background: #b2b2b2;
    line-height: 32px;
    text-align: center;
	margin-left:10px;
    border-radius: 50%;
    -webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-ms-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
    transition: all 0.2s linear;
}
.hm-foot-icon ul li>a>i {
    color: #FFF;
}
.hm-foot-icon ul li:hover {
	background: #4eae4a;
}/*hm-foot-icon*/

.mT80{
	margin-top:80px;
}

#map-canvas {
	margin: 0;
	padding: 0;
	width:522px;
	height:522px;
	max-width: none;
	background-color: #FFF;
    border-radius: 80px;
    margin-bottom: 30px;
    float: left;
    margin-right: 20px;
    box-shadow: 0 5px 20px rgba(199,199,199,.2);
	transform: rotate(50deg);
	z-index:1;
}

#map-canvas > div{
	transform: rotate(-50deg);
}

#map-canvas img {
	max-width: none !important;
}
.gm-style-iw {
	width: 350px !important;
	top: 15px !important;
	left: 0px !important;
	background-color: #FFF;
	box-shadow: none;
	border: 0;
	border-radius: 0;
}

#iw-container .iw-title {
	font-size: 22px;
	font-weight: 400;
	padding: 10px;
	background-color: #48b5e9;
	color: white;
	margin: 0;
	border-radius: 2px 2px 0 0;
}
#iw-container .iw-content {
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	margin-right: 1px;
	padding: 15px 5px 20px 15px;
	max-height:230px;
}
.iw-content img {
	float: right;
	margin: 0 5px 5px 10px;	
}
.iw-subTitle {
	font-size: 16px;
	font-weight: 700;
	padding: 5px 0;
	text-transform:uppercase;
}

.iw-content p{
	margin-bottom:10px;
}


.iw-bottom-gradient {
	position: absolute;
	width: 326px;
	height: 25px;
	bottom: 10px;
	right: 18px;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}

.gm-ui-hover-effect{
	border-radius:0px !important;
	box-shadow:none !important;
	border:0px !important;
	top: 14px !important;
    right: 50px !important;
}


/*===============================
    Scroll Top
===============================*/
#scroll-Top  .return-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 30px;
    cursor: pointer;
    z-index:15;
    color: #fff;
    background:#7370d8;
	border:1px solid #7370d8;
	border-radius:5px;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
	z-index: 2;
}
#scroll-Top  .return-to-top:hover {
    background:#7370d8;
    color: #fff;
	border:1px solid #7370d8;
	border-radius:50%;
}

/*========================Thank you=================