/* Base CSS */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i');
a, a:hover, a:focus, input:focus, textarea:focus, button:focus, select { outline: 0 solid;text-decoration: none  }
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    line-height: 26px;
}
p{font-size:17px;}
.section-padding{
	padding:80px 0;
}


/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
	-webkit-text-fill-color: #000 !important;

}


ul{margin:0;padding:0;list-style:none;}


/*page cover*/
.about-bg1{ background-image: url(../img/custo.png);}
.services-bg{ background-image: url(../img/3.jpg);}
.care-bg{ background-image: url(../img/custo.png);}
.conta-bg{ background-image: url(../img/conta.jpg);}
.about-bg{ background-image: url(../img/3.png);}




/* Top header */
.header-top-area {
    padding: 10px 0;
    background-color: #3b80e8;
    color: #fff;
    font-size: 16px;
    transition: 0.7s;
    /* position: absolute; */
    z-index: 99;
    width: 100%;
    top: 0;
}

.header-top-area a {
    color: #fff;
}
.header-cta a {
    margin-right: 10px;
}
span.mail i {
    margin-right: 5px;
}
.social-part a {
    margin-left: 10px;
}

/* Header bottom */
.main-menu{text-align:center;}
.main-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-menu ul li {
    display: inline-block;
	position:relative;

}


.main-menu ul li a {
    display: block;
    color: #000;
    font-size:17px;
    padding: 26px 10px;
    line-height: 1;
}
.main-menu ul li:hover a {color:#1273f5;}
/* Dropdown menu */
.main-menu ul li ul.submenu {
	position: absolute;
	top: 100%;
	left: -100%;
	background: #fff;
	width: 250px;
	
	border-top: 4px solid #4183e6;
	transition: .3s;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
}
.main-menu ul li:hover > ul.submenu{opacity: 1;visibility:visible;}
.main-menu ul li ul.submenu li {
	display: block;
	margin: 0;
	border-bottom: 1px solid #ddd;
}
.main-menu ul li ul.submenu li:last-child{border-bottom: 0}
.main-menu ul li ul.submenu li a {
	padding: 13px 20px;
	text-align:center;
	color:#000;
}

.main-menu ul li ul.submenu {}
    




.logo img {
    width: 173px;
}

.logo a {
    font-size: 44px;
    color: #000;
    /* margin-top: 11px; */
    display: block;
    line-height: 1;
}

.header-bottom-area {
min-height: 10vh;
  width: 100%;
	z-index:9999;
    background:#fff;
    padding: 6px 0;
	transition: 0.7s; 
	    box-shadow: 0 1px 35px 0px #bdb8b8;
	  /* transition: 0.7s ease-in-out; */
}
.header-btn {
    margin-top: 15px;
}
.header-bottom-area.fixed-header{    
  position: sticky;
  top: 0;

  /* width: 100%; */
/* z-index:999999; */
}
/* .header-bottom-area.fixed-header{} */
/* .fixed-header .logo a {font-size:40px;transition:0.5s;} */
/* Header bottom End*/



/* Slider */
.bg1{background-image:url(../img/building_front_left_angle2021.jpg);
}
.bg2{background-image:url(../img/building_shop_inside.jpg);
}
.bg3{background-image:url(../img/building_lobby.jpg);
}

.slider-area {
    background-color: #f5eeee;
    position: relative;
	   
}

.single-slider {
	    height: 82vh;
	background-size:cover;
background-repeat:no-repeat;
background-position:center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /* flex-direction: column-reverse; */
    padding: 150px 105px;
	position:relative;
	z-index: 1;
}
.single-slider:before {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: '';
    opacity: 0.5;
    z-index: -1;
}

.slider-left {
max-width: 800px;
    color: #fff;
    text-align: left;
    padding: 40px;
    position: relative;
    border-radius: 11px;
	    border: 1px solid #ffe000;
}
.slider-right {
    background: black;
    padding: 2px;
}

.slider-left-inner h2 {
    font-size: 50px;
    color: #fff;
	text-transform:uppercase;
}


ul.check-style {
    margin: 25px 0px;
}

ul.check-style li {
    font-size: 17px;
    margin-bottom: 10px;
}
ul.check-style li i {
    margin-right: 12px;
    color: #ffe000;
    border: 1px solid #ffe000;
    padding: 2px;
}
.slider-left a.box-btn.more {
    background-color: #ffe000;
    position: absolute;
    bottom: -24px;
    /* left: 0; */
    right: 39px;
    margin: auto;
    color: #000;
    width: 250px;
    padding: 15px 0;
    font-weight: 700;
    letter-spacing: 1.5px;
}











/* Heading Title */
h2.section-heading {
    text-align: center;
    margin: 0;
    margin-bottom: 50px;
    position: relative;
    transition: .2s;
    line-height: 1;
    font-size: 60px;
	
}
h2.section-heading span{color: #ffe000;}
/*
h2.section-heading:after {
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 200px;
    content: '';
    background: #000;
    height: 5px;
    margin-left: -100px;
}*/
/* Heading Title */



/* Services Start*/
.service-area{background-color:#fbfbfb;}
.single-service {
    color: #fff;
    padding: 25px 25px 0;
		min-height:375px;
    margin-bottom: 15px;
	border: 1px solid #333;
}

.single-service a {
    color: #000;
	text-decoration:none;
}

.single-service h4 { 
    margin: 5px 0 26px;
    font-size: 20px;
}

/* Service List */
.service-list {
	background-color:#fff;
    border: 2px solid #ccc;
    padding: 25px;

}

.service-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-left: 18px;
}
.service-list ul li a::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: red; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */ 
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.service-list ul li a {
    display: block;
    padding: 10px 0;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
	color:#000;
	position:relative;
	text-decoration:none;
}
.service-list ul li:last-child  a{border-bottom:none;}

.service-list ul li a:after {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 4%;
    height: 1px;
    content: '';
    background: tomato;
    transition: 0.9s;
}

.service-list ul li a:hover:after {
    width: 100%;
}
.btn-area {
    text-align: center;
    margin-top: 24px;
}
.box-btn.tomato-bg {
    background-color: #3b80e8;
    color: #fff;
}
/* Services End*/






/* Newsletter Bg */
.newsletter-bg{ background-image: url(../img/3.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
    color: #fff;
    z-index: 1;
	padding-bottom: 160px;}

.newsletter-bg:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
    background: #000;
    opacity: 0.4;
}



/* Boxed bordered */
.bordered-boxes {
    overflow: hidden;
    border-right: 1px solid #ccc;
    position: relative;
    margin-top: -160px;
    z-index: 9;
	display: flex;
}

.single-bordered-box {
   background:#fff;
    float: left;
    width: 50%;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
    padding: 50px 75px;
   min-height: 285px;
}
.single-bordered-box p {
    margin-bottom: 25px;
}
.single-bordered-box h4 {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 25px;
}

.single-testimonial-box {
    font-style: italic;
    line-height: 1.5;
}
.single-testimonial-box:hover {cursor:pointer;}

p.author-name {
    text-transform: uppercase;
    font-style: normal;
    color: #000;
    font-weight: 900;
    margin-top: 18px;
}
.single-testimonial .author-img img {
    width: 80px;
    height: 80px;
    text-align: center;
    margin: 0 auto;
    border-radius: 100%;
}

a.box-btn, .box-btn-lrg {
    background: #ffe000;
    padding: 8px 27px;
    color: #000;
    display: inline-block;
    border-radius: 50px;
    text-transform: uppercase;
    text-align: center;
    transition:0.3s;
	    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
}
.box-btn-lrg{    width: auto;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;}
a.box-btn:hover, .box-btn-lrg:hover {box-shadow: 0 0 5px #333;}

/* Owl dots Testimonial*/
.owl-dots div {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 2px;
    border-radius: 100%;
    border: 1px solid #000;
	 transition: 0.6s;
}
.owl-dot.active {background-color: #3b80e8;}


/* Owl dots Slidre*/
.slider-area .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.slider-area .owl-dots div {
    display: inline-block;
    width: 6px;
    height: 19px;
    margin: 2px;
    border-radius: 0;
    border: none;
    transition: 0.6s;
    background-color: #1972f5;
}
.slider-area .owl-dot.active {
    background-color: #ffe000;
    height: 30px;
}





/*Product Owl Coursel*/
.single-product-box{text-align:center;}

.product-bg{
	background-size: cover;
    background-color: #ddd;
    background-position: center top;
    position: relative;
    z-index: 2;
	margin-bottom: 20px;
}



.single-product-box h4 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}



/* Owl carousel Nav Style */
.product-carousel .owl-nav div {
    width: 30px;
    height: 30px;
    background: #000;
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
    line-height: 28px;
    font-size: 18px;
    border-radius: 50%;
    opacity: 0.6;
    position: absolute;
    left: -15px;
    top: 50%;
    margin-top: -45px;
}

.product-carousel .owl-nav div.owl-next {
    left: auto;
    right: -15px;
}





/* About Page */
.page-banner img {
    width: 100%;
}
h2.about-heading.text-left {
    margin-bottom: 34px;
}

.about-inner{
    color: #1a1a1a;
    padding: 25px 25px 0;
    margin-bottom: 15px;
    border: 1px solid #333;
	line-height: 32px;
}




/* previous page */


.page-title-area{   
   color: #fff;
    /* padding: 100px 0 170px; */
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 0;
    min-height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
	    flex-direction: column;

}
.page-title-area:after{position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:0.5;content:'';z-index:-1;}
.page-title-inner {
    max-width: 800px;
    text-align: center;
}
.page-title-inner h2.section-heading{margin-bottom:15px;}
.page-title h2 {
    color: #fff;
    font-size: 60px;
    margin: 0;
    line-height: 1;
	text-align:center;
}

.about-boxes {
    overflow: hidden;
    position: relative;
    margin-top: -160px;
    z-index: 9;
    display: flex;
	justify-content:center;
}
.single-about-box {
    background: #fff;
    width: 80%;
    border: 1px solid #ccc;
    text-align: center;
    padding: 50px 80px;
    min-height: 285px;
}
.single-about-box h4 {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 25px;
}



/* Services */
.top-relative{
    position: relative;
    top: -80px;
    background: #fff;
	padding-top:20px;
	padding-bottom:20px;
}
.services {
    display: flex;
    flex-wrap: wrap;
}
.services .single-service {
    color: #fff;
    padding: 25px;
    text-align: center;
    min-height: 320px;
    /* background: #f2f2f2; */
    margin-bottom: 20px;
    border: 1px solid #9baaab;
	position:relative;
}
a.order-btn {
    position: absolute;
    right: 1px;
    bottom: 1px;
    background: green;
    color: #fff;
    padding: 5px 10px;
    transition: 0.5s;
    visibility: hidden;
    opacity: 0;
}

.services .single-service:hover a.order-btn {
    visibility: visible;
    opacity: 1;
}

/* Abou Us page */
.about-us-page .bordered-boxes {
    margin-top: 0;
}



/* Page: contact */
/* appointment Area*/
.appointment-area {
	background-color: #f2f2f2;
    position:  relative;
 
}

h2.absolute-text {
    color:  #fff;
}

/* Contact form */
	
.contact-form input[type='text'], .contact-form input[type='email'], .contact-form input[type='tel'], .contact-form textarea, .contact-form select, .contact_radio {
    width:  100%;
    padding: 13px;
    margin-bottom: 15px;
    color:  #333;
    border: 1px solid #eee;
	
}
.contact-form textarea{max-width:100%;width:100%;}
.contact_radio input[type="radio"] {
    margin: 0 5px 0 10px;
}
.contact_radio {
    color: #000;
    background: #fff;
}
.contact_checkbox input {
    margin: 0 6px 0;
}
.contact_radio label{color: #000;margin: 0;}
.contact-form input:focus, .contact-form textarea:focus {
  
}
.submit_btn{
    width:  auto;
    font-weight:  800;
    padding: 13px 30px;
    border:  0;
    color:  #fff;
    background: tomato;
	border:1px solid #eee;
	transition:0.3s;
}
.submit_btn:hover{
	    background: #f15539;
    display: inline-block;
    color: #fff;
}
.contact-form p {
    margin: 0;
}


/*Form message*/
.form-message {
    color: #fff;
    font-weight: 700;
     margin: 10px 0;
    text-align: center;
}
#form-message.error {
    background: red;
     animation: zoominoutsinglefeatured 1s 5s ;
    
    /*
    -webkit-animation: fadeOut 2s forwards;
     -moz-animation: fadeOut 2s forwards;
    animation: fadeOut 2s forwards;
    -webkit-animation-delay: 5s;
     -moz-animation-delay: 5s;
    animation-delay: 5s;*/
}
#form-message.success {
    background: green;
    transition: 0.5s;
}






a.boxed-btn {
    padding: 13px 50px;
    background: #68c0b0;
    display: inline-block;
    color: #fff;
    border-radius: 3px;
    font-weight: 900;
    text-decoration: none;
}

/* Social icons */
.social-icons a {
    padding: 10px;
    background: #f15539;
    display:  inline-block;
    font-size: 18px;
    color:  #fff;
    border-radius:  100%;
    width: 45px;
    height: 45px;
    text-align:  center;
    transition:  0.3s;
}

.social-icons {
    margin-top:  20px;
}

.social-icons a:hover {
    color: #fff;
    background: #000;
}

/* Page: contact */

.top-relative.contact-page {
    /* display: flex; */
    /* align-items: center; */
}






























/* Header contact */
.header-contact {
    background: rgba(24,24,25,0.8);
    padding: 18px;
    max-width: 300px;
    float: right;
    position: absolute;
    top: 37%;
    right: 8%;
    z-index: 9;}
.header-contact h2 {
    color: #fff;
	font-size:15px;
}


/* Page: Service */
.single-service2 {
    min-height: 333px;
}
.single-service2 img {
    width: 100%;
}
.single-service2 h4 {
    text-align: center;
    margin-top: 14px;
}


/* Page : vehicle care 2*/
.vcare-inner {
    color: #1a1a1a;
    padding: 25px 25px 0;
    margin-bottom: 15px;
    border: 1px solid #333;
 
}
.vcare-inner img {
    margin-bottom: 20px;
}



/* Page: vcare  */
.vcare-tips-inner {
    display: flex;
    justify-content: space-between;
}
.vcare-left {
    flex: 0 0 50%;
    padding-right: 27px;
}


.vcare-inner ul.check-style li i {
 color: #1273f5;
border: 1px solid #1273f5;}

    
.vcare-tips-inner.rev {
flex-direction:row-reverse;
}









  /* Contact form */
.page-content {
	width: 100%;
	margin:  0 auto;
	background: #fff;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-o-justify-content: center;
	-ms-justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
}
.form-v4-content  {
	background: #fff;
	width: 950px;
	border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.70);
	-o-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.70);
	-ms-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.70);
	-moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.70);
	-webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.70);
	margin:-67px 0 175px;
	position: relative;
	display: flex;
	display: -webkit-flex;
	font-family: 'Open Sans', sans-serif;
}
.form-v4-content h2 {
	font-weight: 700;
	font-size: 30px;
	padding: 6px 0 0;
	margin-bottom: 34px;
}

/* Form Left */

.form-v4-content .form-left {
	background: #3786bd;
	    background-image: url(./img/map.png);
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	padding:60px 40px 70px;
	position: relative;
	width: 100%;
	color: #fff;
	z-index:1;
}

.form-left::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.8);
	    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.form-left a{text-decoration:none;color:#fff;}

.form-left-heading h3 {
	margin-top:0;
    margin-bottom: 10px;
}

.form-left-heading p {
    margin-top: 0;
}

.form-left-heading {
    margin-bottom: 57px;
}

.form-v4-content .form-left p {
	font-size: 15px;
	font-weight: 300;
	line-height: 1.5;
}

.size1 {
    width: 355px;
    max-width: 100%;
}
.size2 {
    width: calc(100% - 43px);
}
.flex-w {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}
.p-b-20 {padding-bottom: 10px;}
.p-b-47 {
    padding-bottom: 47px;
}
.p-r-25 {
    padding-right: 25px;
}
.txt1 {
	font-size:15px;
    line-height: 1.2;
    color: #fff;
}







.form-v4-content .form-left .form-left-last input {
	padding: 15px;
}
.form-v4-content .form-detail {
    padding: 60px 40px;
	position: relative;
	width: 80%;
}


.form-v4-content .form-detail:after {
    content: "";
    position: absolute;
    top: 12%;
    left: -20px;
    border-top: 20px solid transparent;
    border-right: 20px solid #f9f9f9;
    border-bottom: 20px solid transparent;
    z-index: 99;
   
}




.form-v4-content .form-detail h2 {
	color: #3786bd;
}
.form-v4-content .form-detail .form-group {
	display: flex;
	display: -webkit-flex;
	margin:  0 -8px;
}
.form-v4-content .form-detail .form-row {
	width: 100%;
	position: relative;
}
.form-v4-content .form-detail .form-group .form-row.form-row-1 {
	width: 50%;
	padding: 0 8px;
}
.form-v4-content .form-detail label {
	font-weight: 600;
	font-size: 15px;
	color: #666;
	display: block;
	margin-bottom: 8px;
}
.form-v4-content .form-detail .form-row label#valid {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #53c83c;
}
.form-v4-content .form-detail .form-row label#valid::after {
	content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 3px;
    height: 8px;
    border: 1px solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.form-v4-content .form-detail .form-row label.error {
	padding-left: 0;
	margin-left: 0;
    display: block;
    position: absolute;
    bottom: -5px;
    width: 100%;
    background: none;
    color: red;
}
.form-v4-content .form-detail .form-row label.error::after {
    content: "\f343";
    font-family: "LineAwesome";
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    right: 10px;
    top: -31px;
    color: red;
    font-size: 18px;
    font-weight: 900;
}
.form-v4-content .form-detail .input-text {
	margin-bottom: 27px;
}
.form-v4-content .form-detail input, .form-v4-content .form-detail textarea, .form-v4-content .form-detail select  {
	width: 100%;
    padding: 11.5px 15px;
    border: 1px solid #e5e5e5;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    appearance: unset;
    -moz-appearance: unset;
    -webkit-appearance: unset;
    -o-appearance: unset;
    -ms-appearance: unset;
    outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    -o-outline: none;
    -ms-outline: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #333;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.form-v4-content .form-detail .form-row input:focus {
	border: 1px solid #ffe000;
}
.form-v4-content .form-detail .form-checkbox {
	margin-top: 1px;
	position: relative;
}
.form-v4-content .form-detail .form-checkbox input {
	position: absolute;
    opacity: 0;
}

.form-v4-content .form-detail textarea {
	    overflow: auto;
    resize: vertical;
	min-width:100%;
	
}
.form-v4-content .form-detail select{
	    appearance: auto;
    -moz-appearance: auto;
    -webkit-appearance: auto;
    -o-appearance: auto;
    -ms-appearance: auto;
}

.form-v4-content .form-detail .form-checkbox .checkmark {
	position: absolute;
    top: 13px;
    left: 0;
    height: 15px;
    width: 15px;
    border: 1px solid #ccc;
    cursor: pointer;
}
.form-v4-content .form-detail .form-checkbox .checkmark::after {
	content: "";
    position: absolute;
    left: 5px;
   	top: 1px;
    width: 3px;
    height: 8px;
    border: 1px solid #3786bd;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
}
.form-v4-content .form-detail .form-checkbox input:checked ~ .checkmark::after {
    display: block;
}
.form-v4-content .form-detail .form-checkbox p {
    margin-left: 34px;
    color: #333;
    font-size: 14px;
    font-weight: 600;
}
.form-v4-content .form-detail .form-checkbox .text {
	font-weight: 700;
	color: #3786bd;
	text-decoration: underline;
}
.form-v4-content .form-detail .register {
background: #ffe000;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 100%;
    border: none;
    margin: 6px 0 50px 0px;
    cursor: pointer;
    color: #0b1b26;
    font-weight: 700;
    font-size: 15px;
    padding: 10px;
    letter-spacing: 2px;
}
.form-v4-content .form-detail .register:hover {
background: #e6d136;
    letter-spacing: 3px;
}
.form-v4-content .form-detail .form-row-last input {
	padding: 12.5px;
	margin-bottom:0;
}


.social-box a {
    margin-right: 15px;
}






/* Footer */
footer.footer-bg {
    background: #161616;
}
.footer-area {
    padding-top: 100px;
    padding-bottom: 80px;
}
.footer-widget{margin-bottom:30px;}
.footer-widget img {
    margin-bottom: 6px;
}
.footer-widget p{
	color: #c6c6c6;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 25px; }
.footer-widget h2{    
	color: #fff;
    font-size: 35px;
    margin-bottom: 30px;}
.social-icon a {
    border: 1px solid #fff;
    color: #fff;
    height: 45px;
    width: 45px;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    line-height: 46px;
    border-radius: 50%;
    margin-right: 5px;
}
	
ul.footer-link{margin:0;padding:0;list-style:none;}
.footer-link li {
    margin-bottom: 10px;
}
.footer-link li a {
    color: #c6c6c6;
    font-size: 17px;
    display: block;
}
.footer-link li a:hover {
    color: #fff;
}
	
/* Copyright */
.copyright-border {
    padding: 30px 0;
    border-top: 1px solid #2d2d2d;
}
.copyright-text p {
    color: #ddd;
    font-size: 17px;
    margin: 0;
}
.footer-menu {text-align:right;}
.footer-menu ul li {
    display: inline-block;
    margin-left: 30px;
}
.footer-menu ul li a {
    font-size: 17px;
    color: #c6c6c6;
}

form.footer-form input {
    height: 30px;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
	border:0;
}
form.footer-form input:focus{background-color:#eee;}
form.footer-form textarea {
	width:100%;
    max-width: 100%;
	  padding: 10px;
}
form.footer-form button {
    border: 0;
    background: #3b80e8;
    width: 100%;
    height: 30px;
    font-size: 17px;
    text-transform: uppercase;
    /* border-radius: 15px; */
    color: #fff;
    margin-top: 5px;
}
form.footer-form button:hover {background-color:tomato;}
form.footer-form button:hover {
    background-color: #f14122;
}
form.footer-form p i {
    margin: 0 5px 0 2px;
}



@media only screen and (max-width: 767px) { 

.bordered-boxes {display:block;}
.single-bordered-box {
   background:#fff;
    float: none;
width: 100%;
padding:50px 10px;}
    
}




/* Medium Layout: 1280px. */
@media screen and (max-width: 991px) {
	  .d-none{display:none;}
	
	.form-v4-content {
		margin: 60px 20px;
	}
	.form-v4-content .form-left {
		border-top-right-radius: 10px;
		border-bottom-left-radius: 0;
	}
	.form-v4-content .form-detail {
		padding: 30px 20px 30px 20px;
	}
}
/* Tablet Layout: 768px. */
@media only screen and (max-width: 768px) { 
.header-contact {
    float: none;
    position: unset;
    margin: auto;
}

}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
body {
    font-size: 13px;
    line-height: 22px;
}
	
p{font-size:13px;}


.slider-left a.box-btn.more {
    bottom: -16px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 6px 0;}
.single-slider{    padding: 20px;}
.slider-left{    padding: 20px;}
.slider-left-inner h3 {
    font-size: 15px;
	    margin-bottom: 7px;
}

.slider-left-inner h2 {
    font-size: 21px;
}

.slider-left p {
    font-size: 14px;
}
ul.check-style li {
    font-size: 13px;
    margin-bottom: 4px;
}

h2.section-heading {
    margin-bottom: 25px;
    font-size: 30px;
}  

.single-service {
    padding: 14px;
min-height: auto;}
  
 .single-service p {
    font-size: 14px;
}

.single-service h4 {
    margin: 5px 0 15px;
    font-size: 18px;
}



ul.check-style {
    margin: 12px 0px;
}


.vcare-tips-inner, .vcare-tips-inner.rev {
    flex-direction: column;
}





/* Contact form */
	.form-v4-content {
		flex-direction:  column;
		-o-flex-direction:  column;
		-ms-flex-direction:  column;
		-moz-flex-direction:  column;
		-webkit-flex-direction:  column;
	}
		.form-v4-content .form-left {
		width: auto;}
			.form-v4-content .form-detail {
	    width: auto;
	}
	
	
	
	.form-v4-content .form-detail .form-group {
		flex-direction: column;
		-o-flex-direction:  column;
		-ms-flex-direction:  column;
		-moz-flex-direction:  column;
		-webkit-flex-direction:  column;
		margin: 0;
	}
	
	
	.form-v4-content .form-detail:after {
    top: -40px;
    left: 47%;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #f9f9f9;
    border-left: 20px solid transparent;
}





/* Footer */
.copyright-text p {
    text-align: center;
	    font-size: 13px;
}
.footer-menu {
    text-align: center;
}
.footer-menu ul li {
    display: inline-block;
    margin-left: 12px;
}
.footer-menu ul li a {
    font-size: 13px;
    margin-top: 17px;
    display: inline-block;
}

  
}



@media screen and (max-width: 575px) {
	.form-v4-content {
    width: 90%;
	}

	.form-v4-content .form-detail .form-group .form-row.form-row-1 {
		width: 100%;
		padding:  0;
	}
}

