*{
    margin:0;
    padding:0;
    text-transform: none;
}

html {
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}
html.fancybox-lock {
    overflow: hidden !important;
}
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
    padding-top: 0;
    font-family: 'Poppins', sans-serif;
	margin: 0;
}

a:active{
    outline:none;
    border:none
}
a:focus{
    -moz-outline-style:none;
    outline:none
}

input[type="file"]::-webkit-file-upload-button {
	cursor:pointer; 
}

input[type="file"]::-moz-file-upload-button {
	cursor:pointer; 
}

input[type="file"]::-ms-file-upload-button {
	cursor:pointer; 
}

input[type="file"]::-o-file-upload-button {
	cursor:pointer; 
}

input[type="file"] {
	cursor:pointer; 
}

select{
	-moz-appearance:none;
	-webkit-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	appearance:none;
	cursor:pointer;
}
body select::-ms-expand {
  display: none;
}

input::-moz-focus-inner, button::-moz-focus-inner, select::-moz-focus-inner, option::-moz-focus-inner, a::-moz-focus-inner, button,a {border:0;outline:none;}

*::-moz-selection {
	color: #fff;
	background:#000;
}

*::-webkit-selection {
	color: #fff;
	background:#000;
}

*::-webkit-input-placeholder { 
	color: #333333;
	opacity:1;
}

*:-moz-placeholder { 
	color: #333333;
	opacity:1;
}

*::-moz-placeholder { 
	color: #333333;
	opacity:1;
}

*:-ms-input-placeholder { 
	color: #333333;
	opacity:1;
}

a, a:hover, a:active, a:focus, button{
	text-decoration: none;
	-webkit-transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-ms-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
	transition:all 0.5s ease 0s; 
}

*::after, *::before, * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

ul, ol {
  margin: 0;
  padding: 0;
  line-height: 1;
}

li {
  list-style: outside none none;
  position: relative;
}

body p {
  color: #333333;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 160%;
  margin: 0 0 15px;
}

body a {
  color: #000;
}

body a:hover {
  color: #666;
}

body .clearfix, body .clear {
	clear:both;
	line-height:100%;
}

body .clearfix{
	height:auto;
}

*{
	outline:none!important;
	text-decoration:none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clr:after, ul:after, .clearfix:after, li:after,.grve-container:after {
	clear:both;
	display:block;
	content:"";
}

div input, div select, div textarea, div button{
	font-family: 'Poppins', sans-serif;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
  line-height: 1.2;
  margin: 0 0 15px;
}

img {
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height:auto;
	display: block;
}

p{
	margin: 0 0 15px;
	padding: 0;
	text-align: justify;
}

p:empty{
	display: none;
	line-height:0;
}

p:last-child{
	margin:0;
}

p strong {
  font-family: 'Poppins', sans-serif;
}

.hidden{
	display:none!important;
}

.container:after{
	content:"";
	display:block;
	clear:both;
}

body .container, .inner_banner_div .banner_text, header .site-branding-container{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	position:relative;
	float:none;
	padding-left:15px;
	padding-right:15px;
}
.site-branding {
  margin: 0 auto;
}

body .container .container{
	width:100%;
	max-width:100%;
}

html.no-scroll body, html.no-scroll {
	overflow: hidden;
	height:100%;
}

header .grve-container {
  padding: 0 15px;
  width: 100% !important;
}

/*-----------fx*/

.site-main article > .vc_row {
  left: 0 !important;
  margin: auto !important;
  right: 0 !important;
  width: 100% !important;
}
.entry-content > .vc_row:not(.home-banner) > .wpb_column{
  margin: 0 auto !important;
  max-width: 1200px;
  padding: 60px 0;
  float: none;
  width: 100% !important;
}

footer .widget, footer .widgets {
  margin: 0;
}

div.wpb_content_element {
  margin-bottom: 0;
}
form input:not([type="submit"]), form textarea, form select {
  background-color: rgba(255,255,255,0.8);
  border: 1px solid #FFFFFF !important;
  border-radius: 30px !important;
  box-shadow: none;
  color: #000 !important;
  display: block;
  float: none;
  font-family: 'LUZRO';
  font-size: 16px;
  height: 46px;
  padding: 0 25px;
  width: 100%;
}

form textarea {
  height: 106px;
  padding: 5px 15px;
  resize: none;
}

a.vc_btn3, .button, input[type="submit"] {
    background: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #D01319;
    height: 46px;
    line-height: 46px;
    display: inline-block;
    padding: 0 30px;
    border-radius: 30px;
    position: relative;
    box-shadow: none;
    width: auto;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.entry .entry-content .button.orange {
  background-color: #E35205;
}
.entry .entry-content .button.orange:hover {
  background-color: #006f9a;
}
.button::before {
  background-image: url("../images/sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  bottom: 0;
  content: "";
  height: 50px;
  left: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 50px;
}
.button.orange::before {
  background-position: 0 -70px;
}
a.vc_btn3:hover, .entry .entry-content a.button:hover, input[type="submit"]:hover {
  background-color: #000;
  color: #fff !important;
}
.smart-theme-custome-data ul li a.button{background-color: #202239;}
.smart-theme-custome-data ul li a.button:hover{background-color: #89111A;}

form label {
  color: #fff;
  display: block;
  font-weight: normal;
  line-height: 1.2;
  margin-top: 10px;
  text-align: left;
}

span[role="alert"] {
  display: none;
}

html .g-recaptcha-explicit .wpcf7-not-valid-tip {
    display: block ;
    background-color: #fff;
    border: 1px solid #f00;
    padding: 3px 10px;
    margin-top: 5px;
	    font-size: 15px;
    text-align: center;
}

form label + span {
  display: block;
}

form input.wpcf7-not-valid, form textarea.wpcf7-not-valid {
  border: 1px solid red !important ;
}

form input.wpcf7-not-valid, form textarea.wpcf7-not-valid, form select.wpcf7-not-valid{
  border-color: red !important;
}

form div.wpcf7-validation-errors, form div.wpcf7-mail-sent-ok {
  background-color: #fff;
  border: 1px solid;
  clear: both;
  color: red;
  font-family: 'LUZRO';
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3;
  margin: 10px 0 0;
  padding: 5px;
  text-align: center;
  width: 100%;
}
.wpcf7-mail-sent-ok {
  color: green !important;
}

img.ajax-loader {
  display: inline-block;
}

div.grve-text:not(.maintitle) {
  margin-bottom: 15px;
}
/*------ arrow default*/

/*------ fancy-box*/

.site-content .owl-dots {
  display: none;
}
.owl-carouse .owl-nav.disabled {
  display: block;
}
.site-content .owl-carouse .owl-nav > button {
  background-color: transparent;
  background-image: url("../images/sprite.png");
  background-position: 0 -239px;
  background-repeat: no-repeat;
  bottom: 0;
  display: inline-block;
  font-size: 0;
  padding: 0;
  height: 48px;
  margin: auto !important;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 48px;
  -moz-transition: none 0s ease 0s ;
  -webkit-transition: none 0s ease 0s ;
  -ms-transition: none 0s ease 0s ;
  -o-transition: none 0s ease 0s ;
  transition: none 0s ease 0s ;
}

.site-content .owl-carouse .owl-nav > button.owl-prev {
  left: -30px;
}
.site-content .owl-carouse .owl-nav > button.owl-next {
  right: -30px;
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.site-content .owl-carouse .owl-nav > button:hover {
  background-position: 0 -307px;
}

/*------ /arrow default*/

.fancybox-lock div.fancybox-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}

.fancybox-opened .fancybox-skin {
  background-color: #d8d8d8;
  border: 9px solid #fff;
  padding: 0 !important;
}

.fancybox-prev, .fancybox-next {
  background-color: rgba(255, 255, 255, 0.5);
  bottom: 0;
  height: 40px;
  left: -60px;
  line-height: 40px;
  margin: auto;
  text-align: center;
  top: 0;
  width: 40px;
}
.fancybox-nav::after {
  content: "\f053";
  display: block;
  font-family: fontawesome;
  font-size: 18px;
  font-weight: normal;
  left: 0;
  margin: auto;
  padding: 0;
  right: 0;
}
.fancybox-next {
	content: "\f054";
}

.fancybox-next {
  left: auto;
  right: -60px;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fancybox-title.fancybox-title-inside-wrap {
  padding: 0;
}

.fancybox-title-inside-wrap .fancy_title {
  color: #f42a41;
  font-family: 'LUZRO';
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}

.fancybox-title-inside-wrap .fancy_caption {
  color: #000000;
  font-family: 'LUZRO';
  font-size: 18px;
  font-weight: normal;
  line-height: 1.7;
}

.fancybox-title.fancybox-title-inside-wrap {
  padding: 22px 0 10px;
}

a.fancybox-close, .close_mail {
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
  -ms-border-radius:50%;
  -o-border-radius:50%;
  border-radius:50%;
  height: 33px;
  right: -25px;
  line-height: 30px;
  top: -25px;
  width: 33px;
}
a.fancybox-close::after {
    line-height: 30px;
    text-align: center;
}

.fancybox-prev:hover, .fancybox-next:hover {
  opacity:0.8;
}

.fancybox-nav > span {
  display: none !important;
}
.responsive-menu-button {
  display: none;
}
.responsive-menu-button .res-menu-button {
    background-color: #2d93c4;
    cursor: pointer;
    height: 40px;
    padding: 8px;
    position: fixed;
    right: 15px;
    top: 25px;
    width: 40px;
}
.menu-button-line {
  background-color: #fff;
  height: 4px;
  margin-bottom: 5px;
  width: 100%;
}
.menu-button-line:last-child {
  margin: 0;
}

.main-navigation .close-menu-button {
  background-color: #f40401;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 18px;
  height: 35px;
  line-height: 35px;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 8px;
  width: 35px;
}
.main-navigation .close-menu-button {
	display: none;
}
a.top-btn {
    position: fixed;
    bottom: 70px;
    right: 20px;
    padding: 5px;
    color: #fff;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    padding: 0;
    background-color: #087CD3;
	    cursor: pointer;
		border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
	    z-index: 6;
}
a.top-btn:hover{
	color:fff;
	background-color: #333;
}
a.top-btn::after {
    content: "\f062";
    font-family: Fontawesome;
}
/*------------ fancy-box*/





.site-logo .custom-logo-link {
    width: auto;
    height: auto;
    box-shadow: none;
    border-radius: 0;
}
.site-logo {
    position: static;
    width: 25%;
    float: left;
}
.site-branding {
    margin: 0;
}
header#masthead {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    background: transparent;
    padding: 20px 0;
}
.site-logo .custom-logo-link .custom-logo {
    margin: 0;
}
.site-logo .custom-logo-link:hover, .site-logo .custom-logo-link:active, .site-logo .custom-logo-link:focus {
    box-shadow:none;
}
p.site-title {
    display: none;
}
.main-navigation {
    width: 75%;
    float: right;
    margin: 0;
    text-align: right;
}
ul.main-navigation li {
    display: inline-block;
}
.main-navigation .main-menu > li > a {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
	letter-spacing: 0;
    color: #fff;
    font-weight: normal;
	margin: 0;
	position: relative;
    padding-bottom: 5px;
}
.main-navigation .main-menu > li > a::after {
    content: '';
    height: 2px;
    width: 0;
    background: #D0131A;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.main-navigation .main-menu > li > a:hover,.main-navigation .main-menu > li.current-menu-item > a{
	color: #D0131A;
}
.main-navigation .main-menu > li > a:hover::after,.main-navigation .main-menu > li.current-menu-item > a::after{
	width: 100%;
}
.main-navigation .main-menu > li:last-child a {
    background: red;
    padding: 0 25px;
    height: 46px;
    display: block;
    line-height: 46px;
    border-radius: 25px;
}
.main-navigation .main-menu > li:last-child a:hover {
    color: #fff;
    background: #2b90c3;
}
.main-navigation .main-menu > li.current-menu-item > a {
    font-size: 18px;
}
.main-navigation .main-menu > li:last-child a::after {
    content: none;
}
.main-navigation .main-menu > li {
    margin-left: 32px;
	display: inline-block;
}
.main-navigation .main-menu {
    margin-top: 25px;
}
header#masthead.sticky {
    background: rgba(0,0,0,0.7);
    padding:10px 0;
}
.home_banner {
    /* position: relative; */
	    /* height: 885px; */
}
.home_banner::before {
    /* content: ''; */
    /* width: 100%; */
    /* height: 100%; */
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* right: 0; */
    /* bottom: 0; */
    /* background: rgba(0,0,0,0.5); */
    /* z-index: 1; */
}
.home_banner::after {
    content: '';
    background-image: url(../images/slider-bottom.fw.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    z-index: 2;
}
.home_banner img {
    width: 100%;
    height: 100%;
    -webkit-object-fit: cover;
    object-fit: cover;
}
.banner_text {
    /* position: absolute; */
	    /* width: 100%; */
    /* top: 50%; */
	    /* left: 0; */
    /* right: 0; */
    /* -webkit-transform: translateY(-50%); */
    /* -moz-transform: translateY(-50%); */
    /* ms-transform: translateY(-50%); */
    /* -o-transform: translateY(-50%); */
    /* transform: translateY(-50%); */
	/* z-index:2; */
}
/* .banner_small h3 { */
    /* font-family: 'Raleway', sans-serif; */
    /* color: #fff; */
    /* font-size: 52px; */
    /* font-weight: 600; */
	    /* line-height: 130%; */
	    /* margin-bottom: 20px;	 */
/* } */

.slider-image-wrap > li:last-child h3{
	    font-family: 'Raleway', sans-serif;
    color: #fff;
    font-size: 52px;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 20px;
}
.banner_text p {
    /* color: #fff; */
	/* text-align: left; */
}
a.button_blue, a.button_orange {
    font-size: 20px;
    color: #fff;
    height: 52px;
    line-height: 52px;
    display: inline-block;
    padding: 0 25px;
    background: #0A92C1;
    border-radius: 30px;
	    margin-right: 12px;
	font-family: 'Poppins', sans-serif;	
}
a.button_orange {
	background:#DA312C;
}
a.button_blue:hover, a.button_orange:hover {
	color:#fff;
	background:#000;
}
.banner_small {
    max-width: 599px;
	position: relative;
}
.banner_small::before {
        content: '';
    width: 370px;
    height: 315px;
    background-image: url(../images/bg-sprite.fw.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    top: -70px;
    left: 44%;
    right: auto;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.smart-banner-button {
    margin-top: 30px;
}
.ceroll-down {
   position: absolute;
    bottom: 65px;
    left: 50%;
    color: #fff;
    z-index: 2;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    cursor: pointer;
}
.ceroll-down p {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    margin: 0;
}
.ceroll-down p:first-child{
	padding-right: 50px;
	    position: relative;
}
.ceroll-down p:first-child::after {
    content: '';
    width: 26px;
    height: 46px;
    background-image: url(../images/bg-sprite.fw.png);
    background-repeat: no-repeat;
    background-position: -257px -640px;
    position: absolute;
    right: 7px;
    top: -13px;
    z-index: 2;
}
.smart-slaider-main .vc_column_container>.vc_column-inner{
    padding: 0 !important;
}
.slider-image-wrap > li:last-child p {
    text-align: left;
    color: #fff;
}
html .slider-section,html .slider-image-wrap li:first-child{
	 position: relative;
    height: 885px;
}
html .slider-image-wrap li:first-child::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(0,0,0,0.5),rgba(0,0,0,0.1));
    z-index: 1;
}
.slider-image-wrap > li:last-child {
    z-index: 2;
}
html .slider-image-wrap li:first-child::after{
	content: '';
    background-image: url(../images/slider-bottom.fw.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    z-index: 2;
}
ul.slides>li {
    position: absolute;
    left: 100px;
    top: 50%;
	z-index:2;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
ul.slides>li.next {
    left: auto;
    right: 100px;
}
ul.slides>li a {
    font-size: 0;
    background: url(../images/slider-nav.fw.png);
    background-position: 0 0;
    width: 75px;
    height: 75px;
    display: block;
}
ul.slides>li.next a {
    background-position: -75px 0;
}
ul.slides>li a:hover{
	    background-position: 1px -73px;
}
ul.slides>li.next a:hover{
	background-position: -75px -73px;
}
html .navigation-baner {
    display: none;
}
/* header-banner css ends here */


.smart-sobre {
    padding: 60px 0;
    position: relative;
}
.sobre-text::before {
    content: '';
    width: 370px;
    height: 315px;
    background-image: url(../images/bg-sprite.fw.png);
    background-repeat: no-repeat;
    background-position: 0 -314px;
    position: absolute;
    top: 95px;
    left: 50%;
    right: auto;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.main-title {
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 40px;
    color: #333333;
    padding-bottom: 20px;
    margin-bottom: 20px !important;
    position: relative;
}
.main-title .title_blue{
	font-weight: normal;
}
.main-title::after{
	content: '';
    width: 60px;
    height: 6px;
	background:#DA312C;
	 position: absolute;
    bottom:0;
    left: 0;
}
.smart-sobre h4 {
    color: #013068;
    font-size: 21px;
    font-weight: 600;
    line-height: 160%;
}
.container.vc_column_container>div.vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}
.sobre-text a.button_orange {
    font-size: 18px;
    height: 46px;
    line-height: 46px;
    padding: 0 38px;
}
.sobre-text p {
    line-height: 180%;
}
.sobre-text a.button_orange {
    margin-top: 20px;
}
/* smart-sobre css ends here */


.smart-pro-fin {
    padding: 60px 0;
}
.smart-pro-fin .main-title {
    text-align: center;
	color:#fff;
}
.smart-pro-fin .main-title::after{
	left: 0;
    right: 0;
    margin: auto;
}
.smart-pro-fin::before {
    content: '';
    background: url(../images/product-bg.jpg);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 500px;
}
.smart-imgage {
    height: 280px;
    
	border-top-left-radius: 7px;
    border-top-right-radius: 7px;
	    margin-bottom: 40px;
		position: relative;
}
.smart-imgage img {
    width: 100%;
    height: 100%;
    -webkit-object-fit: cover;
    object-fit: cover;
}

.smart-producto-details .smart-producto-title {
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
    min-height: 52px;

}
.smart-producto-details p {
    font-size: 16px;
    text-align: left;
    color: #444444;
	line-height:180%;
}
.smart_lee_mass a {
    font-size: 16px;
    color: #D01319;
    border-bottom: 1px solid #D01319;
    line-height: 180%;
    display: inline-block;
}
.smart_lee_mass a::after {
    content: "\f101";
    font-family: Fontawesome;
    margin-left: 5px;
    font-size: 17px;
}
li.smart-box-producto {
    background: #fff;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
    margin: 3px !important;
    border-radius: 7px;
    padding-bottom: 30px;
	overflow: hidden;
}
.smart-producto-details, .smart_lee_mass {
    padding: 0 30px;
}
body .owl-carousel .owl-nav > button {
    background-image: url(../images/bg-sprite.fw.png);
    background-position: -122px -640px;
    background-repeat: no-repeat;
    bottom: 0;
    display: inline-block;
    font-size: 0;
    height: 48px;
    width: 48px;
    padding: 0;
    background-color: transparent;
    margin: auto !important;
    opacity: 1;
    position: absolute;
    top: 0;
    left: -90px;
	    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
body .owl-carousel .owl-nav > button.owl-next {
    right: -90px;
    left: auto;
    transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}
body .owl-carousel .owl-nav > button:hover{
	background-position: -187px -640px;
}
ul.smart-product{
    margin-top: 35px;
	margin-bottom: 35px;
}
.upper_img div {
        width: 73px;
    height: 73px;
    background-color: #DA312C;
    display: inline-block;
    border-radius: 50%;
    margin-top: 0;
    line-height: 90px;
    text-align: center;
    /* border: 10px solid rgba(218,49,44,0.2); */
    padding: 20px 0;
}
.upper_img img {
    width: auto !important;
    height: auto !important;
}
.upper_img {
        text-align: right;
    position: absolute;
    right: 20px;
    top: 100%;
    border: 9px solid rgba(218,49,44,0.2);
    border-radius: 50%;
    height: 90px;
    width: 90px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
/* smart-pro-fin css ends here */


.smart-testimonio{
	padding:60px 0;
}
.smart-testimonio .main-title {
    text-align: center;
}
.smart-testimonio .main-title::after {
    left: 0;
    right: 0;
    margin: auto;
}
.smart-testimonio{
	background-image: url(../images/testi-bg.jpg);
}
.smart-testimonios-image {
   width: 135px;
    height: 135px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
    margin-bottom: 25px !important;
    position: absolute;
    top: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.smart-testimonios-image img {
    width: 100%;
    height: 100%;
    -webkit-object-fit: cover;
    object-fit: cover;
}
li.smart-box-testimonios {
    text-align: center;
}
.smart-testimonios-details p {
    line-height: 140%;
    text-align: center;
    font-size: 16px;
}
h5.smart-testimonios-title {
    font-size: 18px;
    font-weight: 600;
    color: #444444;
}
li.smart-box-testimonios {
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
    margin: 3px !important;
	padding: 0 20px 35px;
	border-radius: 7px;
	padding-top: 100px;
}
.smart_testimonios .owl-stage {
    padding-top: 70px;
}
.smart-testimonios-details {
    position: relative;
}
.smart-testimonios-details::before {
    content: '';
    width: 82px;
    height: 70px;
    background-image: url(../images/bg-sprite.fw.png);
    background-repeat: no-repeat;
    background-position: -7px -640px;
    position: absolute;
    top: -45px;
    left: -5px;
    right: auto;
    z-index: -1;
}
.smart_testimonios .owl-dots.disabled,.site-content .smart_testimonios .owl-dots {
    display: block;
	    text-align: center;
    margin-top: 30px;
}
.smart_testimonios button.owl-dot {
    width: 15px;
    padding: 0;
    display: inline-block;
    height: 15px;
    border-radius: 50%;
	 background: rgba(10,146,193,0.2);
	 margin: 0 7px
}
.smart_testimonios button.owl-dot.active  {
    background: rgba(10,146,193,1);
}
.rating_no option {
    display: inline-block;
}
.rating_no br {
    display: none;
}
.rating_no ul li::before {
    content: "\f005";
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    font-size: 15px;
    color: #F49C13;
}
.rating_no ul li {
    display: inline-block;
    position: relative;
    margin: 0 3px;
    font-size: 0;
    width: 13px;
    vertical-align: top;
}
.rating_no {
    margin-bottom: 15px !important;
}
/* testimonial css ends here */

/*
.smart-simu-de {
    padding: 60px 0;
}*/
.smart-simu-de {
  padding: 0px 0 60px;
}
/*.smart-simu-de .main-title {
    text-align: center;
	margin-bottom: 60px !important;
}*/
.smart-simu-de .main-title {
  text-align: center;
  margin-bottom: 60px !important;
  margin-top: -7px;
}
.smart-simu-de .main-title::after {
    left: 0;
    right: 0;
	margin:auto;
}
.smart-simu-de h4 {
    font-size: 30px;
    color: #333333;
    font-weight: 500;
}
html .smart-simu-de input[type="text"] {
        border-radius: 30px;
    background: #fff;
    font-size: 22px;
    color: #666666;
    height: 46px;
    padding: 0 ;
    max-width: 270px;
    border: none;
    border-bottom: 2px solid #333;
    border-radius: 0;
    background: transparent;
}
.smart-simu-de a.button_orange {
	font-size: 18px;
	height: 46px;
	line-height: 46px;
	background: #D0131A;
	padding: 0 44px;
	margin-top: 30px;
	cursor: pointer;
	text-align: center;
	position: relative;
}
.smart-simu-de a.button_orange:hover{
    background: #000;
}
.smart-simu-de h4 {
    font-size: 30px;
    font-weight: 500;
    color: #333;
	    margin-bottom: 30px;
}
.smart-simu-de .title {
    font-size: 22px;
	margin-right: 15px;
}
.simula-form div {
    display: inline-block;
	vertical-align: top;
}
.simula-form div.simula-desc {
    display: block;
    font-size: 16px;
    color: #666666;
	margin-top: 10px;
	margin-bottom: 25px !important;
	    margin-left: 30px;
}
.simula-form div.simu-link {
    display: block;
	margin-bottom: 35px;
}
.simula-form div.simu-link a{
    color: #003067;
	font-size:28px;
	font-weight: 500;
}
.smart-simu-de .vc_col-sm-6:last-child {
    padding-top: 80px;
    padding-left: 15px;
}
.simu-inner {
    background: #f6f6f6;
}
/* smart-simu-de css ends here */


.myfooter-2>* {
    float: left;
    width: 33.33%;
}
.smart-footer-blog {
    clear: both;
	padding: 12px 0;
}
.smart-footer-blog .container>div {
    float: left;
}
.smart-footer-blog div.smart-sociallink {
    float: right;
}
.smart-sociallink ul li{
	display:inline-block;
	    margin-left: 5px;
}
.myfooter-2 h2.widget-title {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}
h1:not(.site-title):before, h2:before{
	content:none;
}
.myfooter-2 h2.widget-title::before {
	content:'';
	width:48px;
	height:2px;
	background:#fff;
	position:absolute;
	left:0;
	bottom:0;
	    margin: 0;
}
.myfooter-2 h2.widget-title::after{
	content:'';
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.2);
	position:absolute;
	left:0;
	bottom:0
} 
.footer-sec {
    background: #077396;
	    padding: 60px 0;
}
.footer-sec .menu a {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
}
.footer-sec .menu li {
    position: relative;
    padding-left: 15px;
}
.footer-sec .menu li.menu-item::before {
    content: "\f105";
    font-family: Fontawesome;
    color: #fff;
    position: absolute;
    font-size: 16px;
    left: 0;
    top: 10px;
}
.footer-sec .menu li.current-menu-item a,.footer-sec .menu li a:hover{
	color:#000;
}
.footer-sec .menu li.current-menu-item::before{
	color:#000;
}
.footer-sec ul.contact-list li {
    font-size: 16px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    padding-left: 30px;
	position:relative;
	margin-bottom: 22px;
}
.footer-sec .contact-list li::before {
        content: "\f041";
    font-family: Fontawesome;
    color: #fff;
    position: absolute;
    font-size: 25px;
    left: 0;
    top: 5px;
    line-height: 1;
}
.footer-sec ul.contact-list li a {
    color: #fff;
}
.footer-sec ul.contact-list li a:hover {
    color: #000;
}
.footer-sec .contact-list li.phone-icon::before {
	    content: '\f095';
    font-size: 22px;
    top: 2px;
}
.footer-sec .contact-list li.mail-icon::before {
	content: "\f0e0";
	font-size:18px;
}
.footer-sec ul.contact-list li.icon.phone-icon {
    font-size: 20px;
}
.epicwin-subscription .email-form .title p {
    color: #fff;
    font-size: 16px;
    font-weight: 100;
    text-align: left;
    margin-bottom: 15px;
}
.epicwin-subscription input#subnewsemail {
    background: transparent;
    border-radius: 30px !important;
    height: 46px;
    font-family: 'Poppins', sans-serif;
    color: #fff !important;
    font-weight: 100;
    margin-bottom: 12px;
	    width: 320px;
}
.epicwin-subscription input#subnewsemail::-webkit-input-placeholder { 
	color: #ffffff;
	opacity:1;
}

.epicwin-subscription input#subnewsemail:-moz-placeholder { 
	color: #ffffff;
	opacity:1;
}

.epicwin-subscription input#subnewsemail::-moz-placeholder { 
	color: #ffffff;
	opacity:1;
}

.epicwin-subscription input#subnewsemail:-ms-input-placeholder { 
	color: #ffffff;
	opacity:1;
}
.news-submit input#sidebar_button {
    float: none;
    width: 320px;
}
html .epicwin-subscription .loading {
    position: static;
}
.alax-loader {
    position: absolute;
    right: 0;
    top: 30%;
}
.email-subscribe {
    position: relative;
	    z-index: 5;
}
html p.error {
    color: #f00 !important;
    font-size: 15px;
    background: #fff;
    margin-top: 3px;
    line-height: 1;
    padding: 5px;
}
html p.success {
    color: green;
    background: #fff;
    border: 1px solid green;
    font-size: 15px;
    text-align: center;
    width: 100%;
    line-height: 1;
    margin-top: 5px;
}
li.smart-copyright_footer, li.smart-copyright_footer a {
    color: #444444;
    font-size: 16px;
}
li.smart-copyright_footer a:hover{
    color: #000;
}
.smart-sociallink li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: transparent;
    border: 1px solid #0A92C1;
    border-radius: 50%;
    text-align: center;
    color: #0A92C1;
    display: block;
}
.smart-sociallink li a:hover{
    background: #D0131A;
    border: 1px solid #D0131A;
    color: #fff;
}
.footer_logo {
  bottom: 100%;
  position: absolute;
  right: 33%;
  
}
.footer_logo img{
	 z-index: 11;
}
.smart-footer {
    margin-top: 10px;
}
.footer-sec{
	position:relative;
}
.footer-sec::before{
	content: '';
    background: url(../images/footer-logo-1.fw.png);
    background-size: 100% 100%;
    width: 535px;
    height: 105%;
    position: absolute;
    top: -19px;
    left: 42%;
    z-index: 2;
}
.footer-sec::after{
	    content: '';
    background: url(../images/foot-red-1.fw.png);
    background-size: 100%;
    width: 40%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 0;
}
.myfooter-2 section#nav_menu-2 {
    width: 25%;
    padding-right: 7%;
}
.footer-sec>.container{
	z-index: 2;
}
.footer-info {
   padding-left: 15%;
    width: 42%;
}
section#text-2 {
    padding-right: 8%;
	    width: 32%;
}
 .footer_logo::after {
      border-bottom: 140px solid #fff;
    border-left: 318px solid transparent;
    border-right: 318px solid transparent;
    bottom: 9px;
    content: "";
    left: -215px;
    position: absolute;
    z-index: 1;
}
html .errors {
    padding-top: 5px;
}
.epic_results {
    margin-left: 20px;
}
/* footer css ends here */


.youtube-video {
  border-radius: 50%;
  height: 483px;
  margin: 0 auto !important;
  max-width: 483px;
  overflow: hidden;
  padding: 12px;
  position: relative;
      margin-top: 10px !important;
}
  .youtube-video::before, .youtube-video::after {
  background-color: #0a92c1;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(50deg);
  -moz-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  -o-transform: rotate(50deg);
  transform: rotate(50deg);
  width: 100%;
  z-index: -1;
}
 .youtube-video::after {
  background-color: #da312c;
  height: 220%;
  left: 0;
  right: 0;
  width: 100%;
}
.smart-you {
    border: 2px solid #fff;
    width: 100%;
    height: 460px;
    border-radius: 50%;
    overflow: hidden;
}
.youtube-video iframe {
    /* border: 2px solid #fff; */
    height: 100%;
    width: 100%;
}




.error404 header#masthead {
    background: rgba(0,0,0,0.9);
}
body.error404 {
    padding-top: 150px;
}
.error404 small {
    -moz-backface-visibility: visible;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    color: #333;
    display: inline-block;
    font-size: 130px !important;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 30px;
    position: relative;
    font-family: 'Raleway', sans-serif;
}
.error404 .main-title::after{
	content:none;
}
.error-404.not-found {
    text-align: center;
    padding:5% 15px;
}
.error-404 p.grve-subtitle {
    text-align: center;
}
.error-404 a.button {
    background: #f40401;
}
.error-404 a.button:hover {
    background: #000;
}

 .home .smartinfosysbread.breadcrumbs {
    display: none;
}
/********************************************************************contact us*/
.inner_banner_img img {
    
    width: 100%;
    height: 100%;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
    z-index:-1;
}
.banner_inner_text h3 {
    font-size: 46px;
    color: #FFFFFF;
    text-align: left;
    line-height: 130%;
    margin: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    text-shadow: 0 0 30px rgba(0,0,0,0.65);
}
.banner_text {
    max-width: 520px;
    position: relative;
}

.inner_banner_img {
    position: relative;
    height: 500px;
    
}
.banner_inner_text {
    position: absolute;
    top: 56%;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 1200px;
   -webkit-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
    padding-left: 15px;
    padding-right: 15px;
}
.smartinfosysbread.breadcrumbs {
    padding: 10px 0px;
    width: 100%;
    height: 50%;
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.08);
          -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.08);
          -ms-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.08);
}
.breadcrumb li {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    clear: both;
    padding-right: 17PX;
    margin-right: 17px;
    color: #D01319;
    font-weight: 500;
}
.breadcrumb li a{
color:#333333;}
.breadcrumb li a:hover{
color:#D01319;}

.breadcrumb li::before {
    content: "\f105";
    position: absolute;
    font-family: Fontawesome;
    right: -7px;
    left: auto;
    font-size: 18px;
    font-weight: bold;
    top: 4px;
    line-height: normal;
    color: #333;
}
.breadcrumb li:last-child::before{
content:none;}



.main-title.center-title::after {
    content: '';
    width: 60px;
    height: 6px;
    background: #DA312C;
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
}
.smart-detalles-contact h5.sub-title {
    font-size: 22px;
    font-weight: bold;
    text-align:center;
        color: #333;
    padding-bottom: 15px;    
        position: relative;    
}
.smart-detalles-contact h5.sub-title:after {
content: '';
    width: 48px;
    height: 2px;
    background: #DA312C;
    position: absolute;
       top: 100%;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    }

.smart-detalles-contact p {
    font-size: 18px;
    text-align:center;
    
  
}
.smart-detalles-contact .first-contact li{
    border-radius: 10px;
display: inline-block;
    min-height: 226px;
    width:350px;
    background-color: #fff;
         margin-right: 54px;
    vertical-align: top;
               border: 1px solid #ddd;
                   padding: 0 35px;
       }
  .smart-detalles-contact .first-contact li:last-child {
    margin-right: 0;
}          
     ul.contact-list.first-contact a {
    color: #333;
}
ul.contact-list.first-contact a:hover {
    color:#DA312C;
}       
.smart-detalles-contact li:last-child{
margin-right: 0;}

.first-contact li.smart-first-icon.addr-icon:before {
    font-size: 45px;
      color: #DA312C;
    font-family: FontAwesome;
   content: "\f041";
    width: 95px;
    height: 95px;
    background-color: #fff;
    border-color: #DA312C;
    border-radius: 100%;
    text-align: center;
    display: block;
    line-height: 95px;
    float: left;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -49px;
     border:2px solid #DA312C;
}
.first-contact li.smart-first-icon.phone-icon:before {
    font-size: 45px;
    color: #DA312C;
    font-family: FontAwesome;
   content: "\f095";
    width: 95px;
    height: 95px;
    background-color: #fff;
    border-color: #DA312C;
    border-radius: 100%;
    text-align: center;
    display: block;
    line-height: 95px;
    float: left;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -49px;
     border:2px solid #DA312C;
}
.first-contact li.smart-first-icon.mail-icon:before {
    font-size: 45px;
      color: #DA312C;
    font-family: FontAwesome;
      content: "\f003";
    width: 95px;
    height: 95px;
    background-color: #fff;
    border-color: #DA312C;
    border-radius: 100%;
    text-align: center;
    display: block;
    line-height: 95px;
    float: left;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -49px;
    border:2px solid #DA312C;
}
.first-contact .smart-con, .first-contact .smsrt-num, .first-contact .smart-tit{
    margin-top: 75px;
}

.vc_row.wpb_row.vc_row-fluid.smart-contact-map {
    
    padding-bottom: 60px!important
}
.inner_banner_img::before {
    content: " ";
    background-color: #000000;
    
    height: 100%;
    position: absolute;
  
    width: 100%;
    opacity: 0.50;
    left: 0;
    right: 0;
}
.banner_inner_text .banner_text::before {
    content: " ";
    height: 280px;
    width: 319px;
    background-image: url(../images/contact-text-bg.fw.png);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.smart-contact-map iframe{
 border: 1px solid #ddd !important;
     padding: 5px;
}


/********************************************about us******************************************/

.smart-you.smart-about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vc_row.wpb_row.vc_row-fluid.smart-sobre.s-about:after {
    content: " ";
    border-bottom: 1px solid rgba(0,0,0,0.2);
    width: 100%;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
    max-width: 1200px;
    margin: auto;
}
.s-about p{
line-height: 200%;}

.vc_row.wpb_row.vc_row-fluid.smart-sobre.about-main-page p {
    line-height: 200%;
}
.youtube-video.smart-first-about {
    display: none;
}
.youtube-video.smart-second-about {
    display: none;
}
/*
h3.main-title.center-title.about-sub {
    margin-bottom: 61px!important;
}
*/

/************************************************product page**************************************/
.product-data .smart-producto-details .smart-producto-title {
    font-size: 30px;
    line-height: 160%
}
.product-data .smart-producto-details .smart-producto-title a{
color:#333333;
}
.product-data p {
    font-size: 18px;
    /* font-weight: bold; */
    text-align: justify;
    line-height: 200%;
}
.product-data .smart-main-image {
    float: left;
    width: 50%;
    position: relative;
}
.product-data .smart-producto-details {
    float: left;
    width: 50%;
}
.product-data .smart-box-producto{
background: none;
-webkit-box-shadow:none;
box-shadow:none;
margin:0;
border-radius:0;
}
li.smart-box-producto.product-data {
    background: none;
    box-shadow: none;
   
    margin: 0!important;
    padding: 0;
}
.product-data .upper_img{
    position: absolute;
    right: 0;
    top: 50%;
}
.product-fin-img {
    max-width: 510px;
    height: 340px;
}
.product-fin-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-data .upper_img div {
    width: 122px;
    height: 122px;
    position: relative;
}
.product-data .upper_img img {
    width: auto !important;
    height: auto !important;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto !important;
}
.product-data .upper_img {
    border: 14px solid rgba(218,49,44,0.2);
    height: 150px;
    width: 150px;
}
.product-data .smart-producto-details{
padding:0;
}
li.smart-box-producto.product-data::after {
    content: " ";
    border-bottom: 1px solid rgba(0,0,0,0.2);
    width: 100%;
    
    padding-top: 52px;
    margin-bottom: 52px;
   
}
li.smart-box-producto.product-data:last-child::after{
content:none;
   
}

li.smart-box-producto.product-data:last-child {
    padding-bottom: 0;
}
/*
.inner-main-row {
    padding: 60px 0;

}*/
ul.contact-list.first-contact {
    padding-top: 60px;
    text-align: center;
}
.product-data .smart-producto-details {
    padding-left: 45px!important;
}
.main-navigation .main-menu > li:last-child.current-menu-item a {
    color: #fff;
}
.inner-main-row{
	padding: 60px 0;
}
/*************************************Investigation*********************************************/
.ea-standard {
    width: 100% !important; }



.ui-datepicker-title span{
    font-size: 21px;
    color:#fff;
}
.ui-datepicker-calendar th span{
font-size: 21px;

    font-weight: 700;
}


.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    background-color: #0A92C1 !important;
}
.ui-widget-header{
background:none !important;}
.ui-widget-content a {
    color: none !important;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: none !important;
    background: none !important;
   
}
span.ui-icon.ui-icon-circle-triangle-e {
    background-image: none;
}
span.ui-icon.ui-icon-circle-triangle-w {
    background-image: none;
}
a.ui-datepicker-prev.ui-corner-all:after {
    content: " ";
    background-image: url(../images/prev.fw.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 15px;
    color: #fff;
    line-height: 15px;
    margin: 0;
    color: :#ffff;
    position: absolute;
        left: 32px;
    top: 50%;
    transform: translateY(-50%);
}
a.ui-datepicker-next.ui-corner-all:before {
   content: " ";
        background-image: url(../images/next.fw.png);
        background-repeat: no-repeat;
    width: 24px;
    height: 15px;
    color: #fff;
     margin: 0;
    color: :#ffff;
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
}
a.ui-datepicker-prev.ui-corner-all.ui-state-disabled {
    opacity: 1;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: none;
    background-color: #0A92C1;
    color: #fff;
    text-align: center;
    border:none !important;
}
.ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all{
padding:0;
    border: 1px solid #DDDDDD;}
    .ui-datepicker th{
        border: 1px solid #DDDDDD;
    }
    .ui-datepicker td , th{
    border: 1px solid #DDDDDD!important;
    }
	
.youtube-video.smart-new-vdo {
    display: none;
}
.datepick-inline .datepick .datepick-days-cell-over{
	background:#0A92C1 !important;
}
span.smart-star {
    color: red;
}	
	
	
/*
.ui-widget-content{
border:none !important;
}
*/
/************************************************/
/* .bk_calendar_frame.months_num_in_row_.cal_month_num_1.wpbc_timeslot_day_bg_as_available { */
    /* width: 100% !important; */
/* } */
/* .calendar-links { */
    /* position: relative; */
/* } */

.datepick-prev a::before {
  content: " ";
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  width: 24px;
  height: 15px;
  color: #fff;
  margin: 0;
  color: :#ffff;
  position: absolute;
  left: 28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-position: 0px -193px;
}
.datepick-prev a{
    font-size: 0 !important;
}

.datepick-next a::after {
  content: " ";
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  width: 24px;
  height: 15px;
  color: #fff;
  margin: 0;
  position: absolute;
  right: 28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-position: -1px -243px;
}
.datepick-next a{
    font-size: 0 !important;
}
/* .datepick-inline .calendar-links { */
    /* background: #0A92C1 !important; */
/* } */
/* .datepick-header span { */
    /* font-size: 21px !important; */
    /* line-height: 160%; */
    /* color: #FFFFFF; */
/* } */
/* html .datepick-inline .calendar-links { */
    /* font-size: unset; */
/* } */

html .bk_calendar_frame.months_num_in_row_.cal_month_num_1.wpbc_timeslot_day_bg_as_available {
    width: 100% !important;
    max-width: 950px;
    margin: auto;
}
html .datepick-inline .calendar-links {
    background: #0A92C1;
}
html .datepick-inline .calendar-links .datepick-prev a, html .datepick-inline .calendar-links .datepick-next a {
    color: #fff;
}
 html .datepick-inline .datepick-header {
    color: #fff;
    font-weight: normal;
    text-shadow: none;
    TOP: -10PX;
}
html .datepick-inline .datepick-header span {
    font-size: 20px;
}
html .datepick-inline .calendar-links .datepick-next {
    padding-top: 10px;
    padding-bottom: 10px;
}
html .datepick-inline .datepick-title-row th {
    font-size: 21px;
}
html .datepick-inline {
    border: none;
    box-shadow: none;
}
#content .datepick-days-cell {
    font-size: 21px;
    color: #444444 !important;
	text-shadow: none;
}
#content .block_hints .block_free a,#content .block_hints .block_time,#content .datepick-inline .date_available a {
    color: #444444;
    font-weight: normal;
    text-shadow: none;
    font-size: 21px;
}
#content .block_hints .date2approve.block_check_in_out,#content .block_hints .block_pending, .datepick-inline .date2approve,html .block_hints .block_pending a,#content .datepick-inline .date2approve a{
	color: #fff;
    font-weight: normal;
    text-shadow: none;
}
#content .block_hints .date2approve.block_check_in_out,#content .block_hints .block_pending,#content .datepick-inline .date2approve, #content td.timespartly.check_in_time.check_out_time.check_in_time_date_approved.check_out_time_date2approve div.check-in-div, #content td.timespartly.check_in_time.check_out_time.check_out_time_date_approved.check_in_time_date2approve div.check-out-div{
	background-color: #E7E7E7 ;
	color: #fff !important;
}
#content .block_hints .date_approved.block_check_in_out,#content .block_hints .block_booked,#content .datepick-inline .date_approved, .block_hints .block_booked a,#content .datepick-inline .date_approved a{
	background-color: #DA312C;
	color: #fff !important;
}
#content .datepick-inline .datepick-title-row th,#content .datepick-inline .datepick-days-cell {
    height: 49px !important;
}
#content .block_check_in_out, #content .block_pending, #content .block_time, #content .block_booked, #content .block_free {
    width: 15px;
    height: 15px;
    border: none;
    text-shadow: none;
}
html .block_text {
    float: none;
    height: 15px;
    line-height: 16px;
    margin: 0;
    padding: 0 30px 0 30px;
    font-size: 18px;
    white-space: nowrap;
    word-wrap: normal;
}
html .wpbc_structure_form label.control-label {
    color: #666666;
    font-weight: normal;
    font-size: 16px;
}
html .booking_form_div textarea, html .booking_form_div input[type="text"], html .booking_form_div select {
  border-color: #DDDDDD !important;
  border-radius: 5px !important;
  height: 50px;
  box-sizing: border-box;
  padding-left: 45px;
  width: 100% !important;
  max-width: 100%;
  color: #666 !important;
  font-weight: normal;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
}
html .booking_form .form-group {
    margin: 0 0 15px 0;
    position: relative;
}
/*html .booking_form_div .wpbc_structure_form label.control-label {
  color: #666666;
  font-weight: normal;
  font-size: 16px;
  margin: 0;
  position: absolute;
  top: 15px;
  left: 46px;
  z-index: 9;
  pointer-events: none;
  -webkit-transition: 0.5s all;
     -moz-transition: 0.5s all;
      -ms-transition: 0.5s all;
       -o-transition: 0.5s all;
          transition: 0.5s all;
}*/
html .booking_form_div .wpbc_structure_form label.control-label {
  color: #666666;
  font-weight: normal;
  margin: 0;
  background-color: transparent;
  font-size: 16px;
  position: absolute;
  left: 44px;
  top: 12px;
  line-height: normal;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: transform .15s cubic-bezier(.4, 0, .2, 1), opacity .15s cubic-bezier(.4, 0, .2, 1);
  -moz-transition: transform .15s cubic-bezier(.4, 0, .2, 1), opacity .15s cubic-bezier(.4, 0, .2, 1);
  -ms-transition: transform .15s cubic-bezier(.4, 0, .2, 1), opacity .15s cubic-bezier(.4, 0, .2, 1);
  -o-transition: transform .15s cubic-bezier(.4, 0, .2, 1), opacity .15s cubic-bezier(.4, 0, .2, 1);
  transition: transform .15s cubic-bezier(.4, 0, .2, 1), opacity .15s cubic-bezier(.4, 0, .2, 1);
  z-index: 9;
  text-transform: none;
  pointer-events: none;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  z-index: 9;
}
html .booking_form .form-group.has-focus label {
  -webkit-transform: scale(.75) translateY(-30px);
  -moz-transform: scale(.75) translateY(-30px);
  -ms-transform: scale(.75) translateY(-30px);
  -o-transform: scale(.75) translateY(-30px);
  transform: scale(0.75) translateY(-30px);
  background-color: #fff;
  border-radius: 4px;
  padding: 1px 5px;
  color: #333;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  border: 1px solid #999;
  font-size: 15px;
}

 html .block_hints.datepick {
    width: 100% !important;
    max-width: 950px;
    margin: auto !important;
    border: 1px solid #ccc;
    border-top: 0;
    height: auto;
    padding: 15px 30px;
    overflow: hidden;
}
 #content .block_free.datepick-days-cell {
    background: #0A92C1;
}

.wpbc_structure_form {
  max-width: 947px;
  margin: 20px auto 0 !important;
  width: 100%;
}
button.btn.btn-default {
    width: 160px;
    height: 46px;
    background-color: #D0131A;
    border-radius: 30px;
    font-size: 18px;
    color: #fff;
    line-height: 120%;
    font-weight: normal;
}
button.btn.btn-default:hover{
color: #fff;
    background: #000;
}
.form-group:nth-child(1) .controls::before {
  background-position: 0 3px;
}
.form-group:nth-child(2) .controls::before {
  background-position: 0 -44px;
}
.form-group:nth-child(3) .controls::before {
  background-position: 0px -91px;
}
.form-group:nth-child(4) .controls::before {
  background-position: 0 -142px;
}
.form-group:nth-child(4) .controls textarea {
  height: 194px;
  padding-top: 10px;
}
html .datepick-inline .calendar-links .datepick-prev, html .datepick-inline .calendar-links .datepick-next{
    padding-top: 10px;
    padding-bottom: 10px;
}
.smart-simu-de h2 {
    font-size: 24px;
    margin-bottom: 20px;
}
.smart-simu-de select {
    padding: 10px 15px;
    width: 100%;
    max-width: 300px;
    border-color: #ccc;
    font-size: 16px;
    margin-bottom: 30px !important;
    border: 0;
    border-bottom: 2px solid #333;
    background: transparent;
    background: url(../images/Down-Arrow-1.fw.png);
    background-repeat: no-repeat;
    background-position: right;
}
.smart-radio-sec ul li .rd-text{
	display:inline-block;
}
.smart-radio-sec ul li input {
    cursor: pointer;
    display: block;
    height: 22px;
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    z-index: 5;
    top: 0;
    width: 20px;
}
.smart-radio-sec ul li {
    position: relative;
    padding-left: 25px;
    line-height: 1;
    display: inline-block;
    margin-right: 30px;
}
.smart-radio-sec ul li .rd-text::before {
    content: '';
    width: 15px;
    height: 15px;
    border: 1px solid #333;
    position: absolute;
    left: 0px;
    top: 3px;
}
.smart-radio-sec ul li .rd-text::after {
    content: '';
    width: 13px;
    height: 13px;
    background: #d0121a;
    position: absolute;
    left: 1px;
    top: 4px;
    opacity: 0;
}
.smart-radio-sec ul li input:checked+.rd-text::after{
	opacity:1;
}
.smart-radio-sec ul {
    margin: 60px 0 20px 0;
}
.simula-form div.validation.custom-e,.simula-form div.validation.custom-err,.simula-form div.validation.custom-succ,.simula-form div.validation.custom-error {
    display: block;
    font-size: 15px;
	text-align:right;
	    color: #666666;
    margin-top: 5px;
}
.simula-form div.simula-desc{
	display:none;
}
p.simu-link {
    color: #003067;
    font-size: 28px;
    margin-top: 20px;
    font-weight: 600;
}
html .smart-simu-de input[type="text"]::placeholder {
    color: #a09f9f;
}
.smart-simu-de a.button_orange:disabled, .smart-simu-de a.button_orange[disabled]{
    background-color: #ccc;
    cursor: not-allowed;
}
.smart-gst {
    font-size: 16px;
}
p.smart-l-msg {
    font-size: 30px;
}
.sec>div {
    vertical-align: top;
    display: inline-block;
    width: 32%;
    padding-right: 15px;
}
.val, .Pago, .val-plazo {
    color: #d0121a;
	font-size: 18px;
}
.gst-wrap>div {
    vertical-align: top;
    font-size: 12px;
    width: 48%;
    display: inline-block;
	    padding-right: 15px;
}
p.pago-name, p.monto-name, p.plazo-name {
    font-size: 16px;
}
.gst-wrap {
    margin-top: 30px;
}



/*.form-group:nth-child(1) .controls input {
    background-image: url(../images/calendr-ico.png);
    background-repeat: no-repeat;
    background-position: 98%;
}*/
.block_pending.date2approve {
    background-color: #E7E7E7 !IMPORTANT;
}
span.wpdev-help-message.alert.alert-warning {
    /*color: red;
    background: none;
    box-shadow: none;
border: none;*/
display:none;}
.validation.custom-error.smart-err  {
    color: red;
    border: 1px solid red;
    text-align: center;
    font-size: 16px;
    padding: 0 15px;
    
}
 div#emailcustome{
	  color: red;
   
    
    font-size: 16px;
  
    
	 
 }
/*div#emailcustome{
	display:none;
}*/
input#smart-price-txt {
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  background-position: 13px -194px;
  padding-left: 30px;
  background-size: 18px auto;
}

.validation.custom-success{

   /* background-color: #fff;
    border: 1px solid;
    color: green;
    font-family: 'Gilroy-Regular';
    font-size: 15px;
    font-weight: bold;
    line-height: 1.3;
    margin: 10px 0 0;
    padding: 5px;
text-align: center;*/
display:none;}
html .booking_form_div input[type="text"].error , html .booking_form_div textarea.error {
    border-color: red !important;
}
.form-group.form-groupla {
    text-align: center;
}

/*03-07-2019*/	
#success-message {
    color: green;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    border: 1px solid green;
    padding: 5px 15px;
}
.button_orange.has-loader::before {
	position: absolute;
	content: "";
	height: 20px;
	width: 20px;
	background: #fff url("../images/ajax-loader.gif") no-repeat;
	right: 11px;
	border-radius: 100px;
	left: auto;
	top: 0;
	bottom: 0;
	margin: auto;
}

/*03-07-2019*/
/*02-09-2019*/
.smart-testimonio .owl-nav.disabled {
  display: none;
}
html .booking_form_div .controls {
  position: relative;
}
html .booking_form_div .controls::before {
  position: absolute;
  content: "";
  background: url("../images/sprite.png") no-repeat;
  height: 25px;
  width: 25px;
  right: auto;
  left: 16px;
  top: 13px;
  bottom: auto;
}
footer .newsletter-email {
  position: relative;
}
footer .newsletter-email label {
  width: auto;
  font-size: 16px;
  margin: 0;
  font-weight: normal;
  background-color: transparent;
  position: absolute;
  left: 27px;
  top: 11px;
  line-height: normal;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: transform .15s cubic-bezier(.4, 0, .2, 1), opacity .15s cubic-bezier(.4, 0, .2, 1); 
  -moz-transition: transform .15s cubic-bezier(.4, 0, .2, 1), opacity .15s cubic-bezier(.4, 0, .2, 1); 
  -ms-transition: transform .15s cubic-bezier(.4, 0, .2, 1), opacity .15s cubic-bezier(.4, 0, .2, 1); 
  -o-transition: transform .15s cubic-bezier(.4, 0, .2, 1), opacity .15s cubic-bezier(.4, 0, .2, 1); 
  transition: transform .15s cubic-bezier(.4, 0, .2, 1), opacity .15s cubic-bezier(.4, 0, .2, 1); 
  text-transform: none;
  pointer-events: none;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  z-index: 9; 
}
footer .email-form.has-focus .newsletter-email label {
  -webkit-transform: scale(.75) translateY(-28px);
  -moz-transform: scale(.75) translateY(-28px);
  -ms-transform: scale(.75) translateY(-28px);
  -o-transform: scale(.75) translateY(-28px);
  transform: scale(0.75) translateY(-28px);
  background-color: #fff;
  border-radius: 15px;
  padding: 1px 5px;
  color: #333;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  border: 1px solid #fff;
  font-size: 15px;
}
/*02-09-2019*/
/*03-9-2019*/
.errors .error {
  text-align: center;
}
a.top-btn.active {
    display: none;
}

/*03-9-2019*/
/* fonts used */

/* font-family: 'Poppins', sans-serif; */
/* font-family: 'Raleway', sans-serif; */

/* fonts used */