@charset "utf-8";
/* CSS Document */

body{font-family: 'CenturyGothic-Regular', sans-serif;}
*,ul,h1,h2,h3,h4,h5,h6,p{margin:0; padding:0;}
*,a{text-decoration:none !important;}
li{ list-style:none;}


@font-face {
	font-family:'CenturyGothic-Regular';
	src: url(../fonts/CenturyGothic_gdi.eot);
	src: url(../fonts/CenturyGothic_gdi.eot) format('embedded-opentype'),
		url(../fonts/CenturyGothic_gdi.woff) format('woff'),
		url(../fonts/CenturyGothic_gdi.ttf) format('truetype'),
		url(../fonts/CenturyGothic_gdi.svg) format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
}

.header-top{
	padding:10px 0px 12px 0px;
	background:#014a9f;
}
.header-top-left{
	padding:0;
}
.header-top-left ul{
}
.header-top-left ul li{
	display:inline-block;
	margin:0px 5px;
    color: #fff;
}
.header-top-left ul li:hover img{ 
	transform:rotateY(360deg);
	transition: 0.5s ease-in-out;
}
.header-top-right{
	padding:0;
	text-align: right;
}
.header-top-right p{
	display:inline-block;
	color:#fff;
	font-size:14px;
	background:url(../images/help.png) left center no-repeat;
    padding-left: 25px;
    margin-right: 15px;
}
.header-top-right p a{
	background:none;
	padding-left:0;
}
.header-top-right a{
	text-decoration:none;
	color:#fff;
	font-size:14px;
	background:url(../images/mail.png) left center no-repeat;
    padding-left: 25px;
}

.header-bottom{
	padding:10px 0px;
	background:#fff;
}
.logo{
	padding:0;
	transition:0.5s ease-in-out;
}


.menu{
	padding:0;
    z-index: 1;
    float: right;
}
.navbar-menu {
    margin-top: 35px;
}

/* Menu */
.navbar-menu .menu {
  display: block;
  text-align: right;
}

/* List items*/
.navbar-menu .menu li {
  display: inline-block;
  padding: 0px;
  margin:0px 18px;
  transition:0.2s ease-in-out;
  
}
.navbar-menu .menu li:last-child{
	margin:0px 0px 0px 20px;
}
.navbar-menu .menu li a{
  text-decoration:none;
  text-transform:uppercase;
  color:#000;
  font-size: 15px;
    font-weight:600;
  transition:0.2s ease-in-out;
}
.navbar-menu .menu li a:after{
	content:'';
	border-bottom:1px solid #e02e47;
	display:block;
	width:0%;
	transition:0.3s ease-in-out;
}
.navbar-menu .menu li:hover a:after, .navbar-menu .menu li.active a:after{
	content:'';
	border-bottom:1px solid #9b0a0a;
	display:block;
	width:100%;
}
.navbar-menu .menu li.active a{
	color: #9b0a0a;
	
}
.navbar-menu .menu li:hover a{
	color: #9b0a0a;
}
/* Cuando se haga hover sobre el item el submenu se activa
 en caso tuviese */
.navbar-menu .menu li:hover > .submenu {
  display: block;
  -webkit-animation-name: showSubMenu;
  -webkit-animation-duration: .4s;
}

/* Submenus*/
.navbar-menu .menu li ul {
  display: none;
  position: absolute;
  padding-top: 26px;
  margin-left: -20px;
}

/* List items de submenus */
.navbar-menu .menu li ul li {
  display: block;
  text-align: left;
}
.navbar-menu .menu li ul li:last-child{
	margin:0 20px;
}
.navbar-menu .menu li ul li a:after{
	content:'';
	border-bottom:0;
}
.navbar-menu .menu li ul li a{
	text-decoration:none;
	color:#fff !important;	
    margin:0;
	display:block;
	text-align: left;
	padding:12px 20px;
    background:#e13c53;
    border-bottom:1px solid #e34f63;
	min-width:230px;
}
.navbar-menu .menu li ul li a:hover {
	background:#e02e47;
}

/******************************************************
                        MINI MENU
******************************************************/
/* Mini menu */
.navbar-mini-menu {
  background-color: #e02e47;
  display: none;
}

/* Bloque que tiene el boton para desplegar el mini menu */
.navbar-mini-menu .menu-select {
  color: #fff;
  padding: 0;
}

/* Span que contiene el icono*/
.navbar-mini-menu .menu-select .btn-select {
  background: url(../images/menu.png) no-repeat;
  cursor: pointer;
  position: absolute;
  height: 30px;
  width: 30px;
  right: 15px;
  top: -45px;
}

/* Lista del mini menu */
.navbar-mini-menu .mini-menu-options {
  display: block;
}

/* Items del mini menu */
.navbar-mini-menu .mini-menu-options li {
  display: block;
}

/* Submenus de los items del mini menu */
.navbar-mini-menu .mini-menu-options li .submenu {
}
ul.submenu.five {
  display:none ;
}

.navbar-mini-menu .mini-menu-options li:focus {
  outline: 0;
}
.navbar-mini-menu .mini-menu-options li:hover ul.submenu.five{
    display: block;
}

/* Enlaces del mini menu */
.navbar-mini-menu .mini-menu-options li a {
  display: block;
  padding: 7px 20px;
  text-decoration: none;
  border-bottom: 1px solid #e13c53;
  color: #fff;
  font-size: 15px;
}

/* ***************************************************
                      ANIMACIONES
*****************************************************/
@-webkit-keyframes showSubMenu {
    0% {
      transform: scale(0,0);
    }
  100% {
    transform: scale(1,1);
  }
}

@-webkit-keyframes hideSubMenu {
  0% {
    transform: scale(1,1);
  }
  100% {
    transform: scale(0,0);
  }
}


.banner{
	padding:0;
}
.banner-mob{
	padding:0;
	display:none;
}

.affix {
      top: 0;
      width: 100%;
      z-index: 9 !important;
}

.affix + .container-fluid {
      padding-top: 70px;
}
.affix .logo{
	width:220px;
	transition:0.5s ease-in-out;
}
.affix .navbar-menu {
    margin-top: 17px;
}


.index-treatment{
	padding: 70px 0px;
	text-align:center;
	margin: 0;
	background:url(../images/treatment-bg.jpg) center repeat;
}
.index-treatment h2{
	color:#900;
	font-size:22px;
	text-transform:uppercase;
	font-weight:bold;
}
.index-treatment h2 span{
	font-weight:400;
}
.index-treatment h2:after{
	content:'';
	border-bottom:1px solid #848484;
	width:50px;
	display:block;
	margin:0 auto;
	margin-top:10px;
}

.cascade-slider_item h3{
	position:absolute;
	width:100%;
	margin-top:90%;
	font-size: 19px;
    font-weight: bold;
}

.why-us{
	padding:70px 0px;
	text-align:center;
	background:url(../images/why-bg.jpg);
	background-attachment:fixed;
	background-size:cover;
}
.why-us h2{
	color:#8d0808;
	font-size:22px;
	text-transform:uppercase;
	font-weight:bold;
    margin-bottom: 20px;
}
.why-us h2 span{
	font-weight:400;
}
.why-us h2:after{
	content:'';
	border-bottom:1px solid #848484;
	width:50px;
	display:block;
	margin:0 auto;
	margin-top:10px;
}
.why-us p{
	color:#fff;
}

#demos .owl-carousel .item {
    height: auto;
    background: none;
    padding: 0;
    cursor: pointer;
}
.item p{
	background:#8d0808;
    padding: 7px 0px;
	font-size:15px;
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
    display: none;
}
.owl-nav {
    display: inline-block;
}
.owl-prev{
	background:url(../images/prev2.png) center no-repeat;
    width: 31px;
    height: 31px;
	cursor:pointer;
	transition:0.2s ease-in-out;    
    margin-top: -150px;
    margin-left: -50px;
	opacity:0.3;
}
.owl-prev:hover{
	opacity:1;
}
.owl-next{
	background:url(../images/next2.png) center no-repeat;
    width: 31px;
    height: 31px;
	cursor:pointer;
	transition:0.2s ease-in-out;
    margin-left: 1020px;
    margin-top: -30px;
	opacity:0.3;
}
.owl-next:hover{
	opacity:1;
}

.rjy-marin{
	padding:0;
}
.rjy-marin-left{
	padding:0;
}
.rjy-marin-left img{
	width:100%;
	height: 480px;
	overflow:hidden;
}

.rjy-marin-right{
	padding: 0px;
    min-height: 480px;
}
.rjy-marin-right img{
	width:100%;
	height: 480px;
	overflow:hidden;
}
.welcome-up {
    position: absolute;
    top: 10px;
	padding:20px;
}
.rjy-marin-right h1{
	color:#900;
    text-transform: uppercase;
    font-size: 35px;
    font-weight:700;
    margin-bottom: 14px;
	font-family:'CenturyGothic-Regular';
}
.rjy-marin-right h2{
	color:#000;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 20px;
	font-family:'CenturyGothic-Regular';
}
.rjy-marin-right p{
	color:#036;
    font-size: 17px;
	margin-bottom:16px;
	line-height:25px;
}
.rjy-marin-right a{
	color:#fff;
    font-size: 14px;
	text-transform:uppercase;
	font-weight:bold;
	background:#c28100;
	padding: 12px 35px;
    display: inline-block;
    border-radius: 7px;
	transition:0.3s ease-in-out;
}
.rjy-marin-right a:hover{
	background:#CCC;
	color:#000;
}

.book-appointment{
	padding:0;
}
.book-appointment-left{
	padding:0;
}
.book-appointment-left img{
	width:100%;
}
.form-up {
    position: absolute;
    top: 0;
	width: 100%;
    padding: 70px 50px;
}
.form-up h2{
	color:#fff;
    text-transform: uppercase;
    font-size: 21px;
	font-family:'CenturyGothic-Regular';
	text-align:right;
	margin-bottom: 50px;
}
.book-appointment-right{
	padding:70px 0px 0px 50px;
}
.book-appointment-right h2{
	color:#e02e47;
    text-transform: uppercase;
    font-size: 21px;
	font-weight:bold;
	font-family:'CenturyGothic-Regular';
    margin-bottom: 30px;
}
.book-appointment-right ul{
}
.book-appointment-right ul li{
	font-size:14px;
	color:#000;
	padding-left: 100px;
    padding-right: 130px;
    margin-bottom: 25px;
}
.book-appointment-right ul li b{
	font-size: 15px;
    display: block;
    margin-bottom: -14px;
    text-transform: uppercase;
}
.book-appointment-right ul li:first-child{
	background:url(../images/tips-1.jpg) left center no-repeat;
}
.book-appointment-right ul li:nth-child(2){
	background:url(../images/tips-2.jpg) left center no-repeat;
}
.book-appointment-right ul li:last-child{
	background:url(../images/tips-3.jpg) left center no-repeat;
}
.book-appointment-right a{
	font-size:14px;
	color:#fff;
	background:#e02e47;
	text-transform:uppercase;
	font-weight:bold;
	padding: 12px 35px;
    display: inline-block;
    border-radius: 7px;
}

.footer{
	padding:70px 0px 20px 0px;
	background:#042658;
	margin:0;
}
.footer-left{
	padding:0;
}
.footer-left h2{
	color:#fff;
    font-size: 15px;
	font-weight:bold;
	font-family:'CenturyGothic-Regular';
    margin-bottom: 30px;
}
.footer-left ul{
}
.footer-left ul li{
}
.footer-left ul li a{
	font-size:14px;
	color:#dedede;
    line-height: 34px;
	background:url(../images/arrow.png) left center no-repeat;
    padding-left: 20px;
}
.footer-left ul li.active a{
	color:#fff;
	font-weight:bold;
}
.footer-left ul li:hover a{
	color:#fff;
}


.footer-left-1{
	padding:0;
}
.footer-left-1 h2{
	color:#fff;
    font-size: 15px;
	font-weight:bold;
	font-family:'CenturyGothic-Regular';
    margin-bottom: 30px;
}
.footer-left-1 ul{
}
.footer-left-1 ul li{
	font-size:14px;
	color:#dedede;
    line-height: 34px;
}
.footer-left-1 ul li:first-child{
	background:url(../images/location.png) left no-repeat;
	background-position: 0px 9px;
    padding-left: 30px;
	line-height: 28px;
    margin-bottom: 10px;
}
.footer-left-1 ul li:nth-child(2){
	background:url(../images/phone.png) left no-repeat;
	background-position: 0px 7px;
    padding-left: 30px;
	cursor:default;
}
.footer-left-1 ul li:last-child{
	background:url(../images/footer-mail.png) left no-repeat;
	background-position: 0px 7px;
    padding-left: 30px;
}
.footer-left-1 ul li a{
	font-size:14px;
	color:#dedede;
    line-height: 34px;
}

.footer-left-2{
	padding:0;
}
.footer-left-2 h2{
	color:#fff;
    font-size: 15px;
	font-weight:bold;
	font-family:'CenturyGothic-Regular';
    margin-bottom: 30px;
}
.footer-left-2 ul{
}
.footer-left-2 ul li{
}
.footer-left-2 ul li a{
	font-size:14px;
	color:#dedede;
    line-height: 34px;
	background:url(../images/arrow.png) left center no-repeat;
    padding-left: 20px;
}
.footer-left-2 ul li:hover a{
	color:#fff;
}
.footer-left-2 ul li:first-child:after{
	content:url(../images/fb.png);
	display:inline-block;
	margin-left: 10px;
	position: relative;
    top: 2px;
}
.footer-left-2 ul li:nth-child(2):after{
	content:url(../images/wt.png);
	display:inline-block;
	margin-left: 10px;
	position: relative;
    top: 2px;
}
.footer-left-2 ul li:nth-child(3):after{
	content:url(../images/gp.png);
	display:inline-block;
	margin-left: 10px;
	position: relative;
    top: 2px;
}
.footer-left-2 ul li:last-child:after{
	content:url(../images/yt.png);
	display:inline-block;
	margin-left: 10px;
	position: relative;
    top: 2px;
}

.footer-bottom{
	padding:15px 0px;
	background:#031b3e;
}
.footer-bottom p{
	text-align:center;
	font-size:13px;
	color:#fff;
}
.footer-bottom p a{
	color:#fff;
}
.footer-left h2 {
    margin-bottom: 10px;
}
.footer-left {
    margin-bottom: 25px;
}
.footer-left-1{
	margin-bottom: 25px;
}
.footer-left-1 h2 {
    margin-bottom: 10px;
}
.footer-left-2 h2 {
    margin-bottom: 10px;
}
.footer-bottom {
    padding: 15px;
}

.form-control {
    display:block;
    width:100%;
    height:40px;
    background-image:none;
    border:0px solid #ccc;
    border-radius:0px;
    -webkit-box-shadow:inset 0 0px 0px rgba(0, 0, 0, .02);
    box-shadow:inset 0 0px 0px rgba(0, 0, 0, .02);
	border-bottom:solid 1px #e4e4e4;
	font-size:13px;
	color:#8e8e8e;
	margin:0; padding:0;
}
.no-pad-sfr{padding:0px;}
select.form-control{
    background:url(../images/drobdown-arrow.png) no-repeat 97%;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
}

span#txtCaptchaDiv {
    font-size: 25px;
}

.contactus-enqu{width:100%; min-height:350px;}
input.form-control {
    height:45px;
	outline:0;
    box-shadow: none;
	color: #fff;
    border-radius: 7px;
	background:rgba(255, 255, 255, 0.22);
	padding:15px;
	border: none;
}
select.form-control{
    height:auto;outline:0;
	color: #fff;
    box-shadow: none;
	font-size:13px;
    border-radius: 7px;background:url(../images/drob-down-arrow.png) no-repeat 95%;appearance:none;-webkit-appearance:none;-moz-appearance:none;
	background-color:#f6f6f6;
	padding: 12px 0px 12px 25px;
	border: 1px solid #d4d4d4;
}

textarea.form-control.txt_area{
    outline:0;
    box-shadow: none;
	font-size:13px;
	color:#fff;
    border-radius: 7px;
    height: 90px;
	background:rgba(255, 255, 255, 0.22);
	padding:15px;
	border: none;
}
.no-pad-a{padding:0px; margin:0 auto; display:block;}

span#txtCaptchaDiv {
    top:10px;
    position: relative;
	font-size:17px;
	color:#fff;
    line-height:33px;
	padding-left: 20px;
}
input.form-control.submit{
	color:#fff;
	text-transform:uppercase;
	border:none;
	margin: 0;
    padding: 0;
	background:#c0293e;
	border-radius:4px;
}
.form-title p{font-size:19px; text-align:left; color:#d33c71; padding-left:15px;}
select.form-control{
    outline:0;
	color: #fff;
    box-shadow: none;
	font-size:13px;
    border-radius: 7px;
	height: 45px;
	background-color:rgba(255, 255, 255, 0.22);
	background-image:url(../images/drob-down-arrow.png) no-repeat 95%;appearance:none;-webkit-appearance:none;-moz-appearance:none;
	padding:0px 15px;
	border: none;
}
.form-group {
    margin-bottom: 15px;
    padding: 0px 7px;
}
.form-control:focus {
    border-color: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: nonw;
}
.form-control option {
    color: #000;
}

.inner-banner{
	padding:0;
}
.inner-banner img{
	width:100%;
}
.inner-banner-caption{
	text-align: center;
    position: absolute;
    top: 40%;
    width: 100%;
}
.inner-banner-caption p{
	font-size:55px;
	text-transform:uppercase;
	font-weight:bold;
	color:rgba(255, 255, 255, 0.05);	
}

.inner-heading{
    margin: 20px 0px 10px 0px;
}
.inner-heading h2{
	font-size:25px;
	color:#730a0a;
	font-weight:bold;
	text-align:center;
}
.inner-heading h2:after{
	content:'';
	border-bottom:2px solid #a4a4a4;
	width:50px;
	display:block;
	margin:0 auto;
	margin-top:10px;
}

.inner-heading i{
	font-size:19px;
	color:#000;
    margin-top: 30px;
	text-align:center;
	display:block;
}

.about-dr{
	padding:0;
	margin: 20px 0px 50px 0px;
}
.about-dr-left{
	padding:0;
	text-align:center;
	margin-top: 5px;
}
.about-dr-left h2{
	font-size:23px;
	text-transform:uppercase;
	margin-bottom:30px;
}
.about-dr-left h2:after{
	content:'';
	border-bottom:1px solid #e02e47;
	width:50px;
	display:block;
	margin:0 auto;
	margin-top:10px;
}
.about-dr-left p{
	font-size:18px;
	margin-bottom:20px;
}
.about-dr-right{
	padding:0;
}
.about-dr-right img{
	float:right;
}
.about-dr-right p{
	text-transform:uppercase;
    margin-left: 45px;
	color:#000;
    background: rgba(255, 255, 255, 0.85);
    position: absolute;
    bottom: 0px;
    padding: 15px 70px;
	opacity:0;
	transition:0.3s ease-in-out;
}
.about-dr-right:hover p{
	opacity:1;
	bottom: 30px;
}

.awards{
	padding:90px 0px 50px 0px;
	background:#f1f1f1;
}
.awards h6{ 
	font-size:15px;
	color:#e02e47;
	font-weight:bold;
    letter-spacing: 8px;
	margin-bottom: 20px;
}
.awards h2{ 
	font-size:23px;
	text-transform:uppercase;
	margin-bottom: 35px;
}

.awards-left{
	padding:0;
	padding-right:15px;
}
.awards-left p{
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 25px;
	background:url(../images/cup.png) left center no-repeat;
	background-position:0px 10px;
	padding-left:35px;
}
.awards-right{
	padding:0;
	padding-left:15px;
}
.awards-right p{
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 25px;
	background:url(../images/cup.png) left center no-repeat;
	background-position:0px 10px;
	padding-left:35px;
}

.treatments{
	padding:0;
	text-align: center;
    margin-bottom: 50px;
}
.treatments p{
	font-size:15px;
	line-height:30px;
	padding: 0px 50px;
	margin-bottom: 40px;
}
.treatments-1{
	padding:0;
	margin-bottom: 17px;
	overflow:hidden;
}
.treatments-1 img{
	margin:0 auto;
	transition:0.5s ease-in-out;
}
.treatments-1 h2{
	font-size:17px;
	background:#710000;
	color:#fff;
	padding:6px 0px;
	width: 365px;
    margin: 0 auto;
}
.treatments-in{
    margin: 0px 7px;
	overflow:hidden;
}
.treatments-1:hover img{
	transform:scale(1.1);
}

.gallery{
	padding:0;
    margin-bottom: 70px;
	
}

.gallery-1{
	padding:10px;
}
.gallery-pop{
	padding:0;
}

.gallery-up{
	position:absolute;
	top:0;
	background:#9f081d;
    width: 100%;
    height: 100%;
	opacity:0;
	transition:0.3s ease-in-out;
	
}
.gallery-up:hover{
	opacity:0.0;
}
.gallery-up img{
	float: right;
    margin-top: 25%;
    margin-right: 5%;
	transition:0.3s ease-in-out;
}
.gallery-up:hover img{
	float: right;
    margin-top: 5%;
    margin-right: 5%;
	
	
}
.thumbnail {
    border: none;
	padding: 0;
	
	
}
.lightbox-wrap .lightbox-skin, .lightbox-wrap .lightbox-outer, .lightbox-wrap .lightbox-image {
	
}
.lightbox-skin {
    padding: 0 !important;
}
.lightbox-wrap .lightbox-title p {
    padding-left: 0;
	color: #fff;
	
}
.lightbox-wrap .lightbox-title span {
    display: none;
	
}

.faq{
	padding:0;
}
.accordion-container{
  position: relative;
  max-width: 500px;
  height: auto;
  margin: 10px auto;
}
.accordion-container > h2{
  text-align: center;
  color: #fff;
  padding-bottom: 5px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.set{
  position: relative;
  width: 100%;
  height: auto;
  background-color: #f5f5f5;
}
.set > a{
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #555;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  transition:all 0.2s linear;
}
.set > a i{
  float: right;
  margin-top: 2px;
}
.set > a.active{
  background-color:#3399cc;
  color: #fff;
}
.content{
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  display:none;
}
.content p{
  padding: 10px 15px;
  margin: 0;
  color: #333;
}

.panel {
    margin-bottom: 20px;
    background-color: #eee;
}
.panel-default > .panel-heading {
    color: #333;
    background: none;
    border: none;
    padding: 0;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
}
.panel-default {
    border: none;
}
.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
    display: block;
	background:#e02e47;
	color:#fff;
	padding: 18px 22px;
}

.panel-default > .panel-heading span {
    float: right;
    font-size: 21px;
}
.panel-default > .panel-heading span:before {
	content:'';
	border-left:1px solid #e24258;
    padding-left: 19px;
    position: relative;
    top: -1px;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
	border-bottom:none;
	padding: 22px;
}
.panel-body p{
	line-height:26px;
	color: #000;
    border-left: 1px solid #ddd;
    padding-left: 17px;
}
.panel-group .panel + .panel {
    padding: 0;
}
.panel-group .panel {
    padding: 0;
}
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
    line-height: 1;
    margin-bottom: 0;
}

.collapse.in {
    display: block;
    background: #eee;
}

.tips{
	padding:0;
    margin: 70px 0px;
}
.tips-left{
	padding:0px 25px;
}
.tips-left img{
    float: right;
    margin-top: -50px;
    margin-right: 50px;
}
.tips-left-in{
	background:#f4f4f4;
	padding:30px;
    border-radius: 10px;
}
.tips-left-in h2{
	font-size:19px;
	color:#e02e47;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:50px;
}
.tips-left-in h2:after{
	content:'';
	border-bottom:1px solid #222222;
	width:37px;
	display:block;
	margin-top:10px;
}
.tips-left-in p{
	font-size:18px;
	color:#000;
	margin-bottom:20px;
	line-height: 26px;
	background:url(../images/tips-arrow.png) left no-repeat;
	background-position:0px 10px;
	padding-left: 30px;
}

.contct-us{
	padding:0;
}
.contct-us-left{
	padding:0;
}
.contct-us-left h2{
	font-size:21px;
	color:#262626;
	
	font-weight:bold;
	margin-bottom:40px;
}
.contct-us-adress{
	padding:0;
	margin-bottom: 50px;
}
.contct-us-adress h3{
	font-size:17px;
	color:#9d0103;
	font-weight:bold;
	
	margin-bottom:30px;
}
.contct-us-adress h3:after{
	content:'';
	border-bottom:1px solid #8e8e8e;
	display:block;
	width:30px;
	margin-top:8px;
}
.contct-us-adress p{
	font-size:19px;
	color:#000;
    line-height: 30px;
}
.contct-us-adress a{
	text-decoration:none;
	font-size:15px;
	color:#000;
    line-height: 30px;
}
.contct-us-adress ul{
}
.contct-us-adress ul li{
	display: inline-block;
    margin-right: 10px;
}
.contct-us-adress ul li:hover img{ 
	transform:rotateY(360deg);
	transition: 0.5s ease-in-out;
}

.form-control1 {
    display:block;
    width:100%;
    height:40px;
    background-image:none;
    border:0px solid #ccc;
    border-radius:0px;
    -webkit-box-shadow:inset 0 0px 0px rgba(0, 0, 0, .02);
    box-shadow:inset 0 0px 0px rgba(0, 0, 0, .02);
	border-bottom:solid 1px #e4e4e4;
	font-size:13px;
	color:#8e8e8e;
	margin:0; padding:0;
}
.no-pad-sfr{padding:0px;}
select.form-control1{
    background:url(../images/drobdown-arrow.png) no-repeat 97%;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
}


.contactus-enqu{width:100%; min-height:350px;}
input.form-control1 {
    height:45px;
	outline:0;
    box-shadow: none;
	color: #6f6f6f;
    border-radius: 0px;
	background:none;
	padding:0px;
	border-bottom: 1px solid #6f6f6f;
}
select.form-control1{
    height:auto;outline:0;
	color: #fff;
    box-shadow: none;
	font-size:13px;
    border-radius: 7px;background:url(../images/drob-down-arrow.png) no-repeat 95%;appearance:none;-webkit-appearance:none;-moz-appearance:none;
	background-color:#f6f6f6;
	padding: 12px 0px 12px 25px;
	border: 1px solid #d4d4d4;
}

textarea.form-control1.txt_area{
    outline:0;
    box-shadow: none;
	font-size:13px;
	color:#6f6f6f;
    border-radius: 0px;
    height: 90px;
	background:none;
	padding:0px;
	border-bottom: 1px solid #6f6f6f;
}
.no-pad-a{padding:0px; margin:0 auto; display:block;}


input.form-control1.submit{
	color:#fff;
	text-transform:uppercase;
	border:none;
	margin: 0;
    padding: 0;
	background:#9d0103;
	border-radius:4px;
}
.form-title p{font-size:19px; text-align:left; color:#d33c71; padding-left:15px;}
select.form-control1{
    outline:0;
	color: #6f6f6f;
    box-shadow: none;
	font-size:13px;
    border-radius: 0px;
	height: 45px;
	background:url(../images/drob-down-arrow.png) no-repeat 95% !important;appearance:none;-webkit-appearance:none;-moz-appearance:none;
	padding:0px ;
	border:none;
	border-bottom: 1px solid #6f6f6f;
}
.form-group {
    margin-bottom: 15px;
    padding: 0px 7px;
}
.form-control1:focus {
    border-color: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: nonw;
}
.form-control1 option {
    color: #000;
}