@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/FontAwesome.eot');
	src: url('../fonts/FontAwesome.eot?#iefix') format('embedded-opentype'), url('../fonts/FontAwesome.woff') format('woff'), url('../fonts/FontAwesome.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'aileronblack';
    src: url('../fonts/aileron-black-webfont.woff2') format('woff2'),
         url('../fonts/aileron-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'aileronheavy';
    src: url('../fonts/aileron-heavy-webfont.woff2') format('woff2'),
         url('../fonts/aileron-heavy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'aileronbold';
    src: url('../fonts/aileron-bold-webfont.woff2') format('woff2'),
         url('../fonts/aileron-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'aileronlight';
    src: url('../fonts/aileron-light-webfont.woff2') format('woff2'),
         url('../fonts/aileron-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family:'aileronregular';
    src: url('../fonts/aileron-regular-webfont.woff2') format('woff2'),
         url('../fonts/aileron-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'aileronsemibold';
    src: url('../fonts/aileron-semibold-webfont.woff2') format('woff2'),
         url('../fonts/aileron-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'aileronthin';
    src: url('../fonts/aileron-thin-webfont.woff2') format('woff2'),
         url('../fonts/aileron-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'aileronultralight';
    src: url('../fonts/aileron-ultralight-webfont.woff2') format('woff2'),
         url('../fonts/aileron-ultralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
::selection {
	background: rgba(255, 64, 129, 0.22);
	color: #000;
}
::-moz-selection {
 background: rgba(255, 64, 129, 0.22);
 color: #000;
}
body {
	background: #fff;
	font-family:'aileronregular';
	color: #4e4e4e;
	line-height: 22px;
	height: auto !important;
	overflow-X: hidden;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Barlow Condensed', sans-serif
}

a:hover, a:focus {
	color: #ef5d35;
	text-decoration: none;
	outline: none;
	transition: all 0.3s ease-out;
}
.padding-0 {
	padding: 0 !important;
}
.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
/*header*/

ul.nav.navbar-nav.navbar-right li {
	float: none;
	display: inline-block;
	padding: 11px 0 8px;
}
ul.nav.navbar-nav.navbar-right {
	text-align: right;
}
header .row {
	margin: 0;
}
header {
	position: fixed;
	width: 100%;
	background-color:transparent;
	z-index: 9;

}
.logo {
	padding-top: 8px;
	padding-bottom: 2px;
}
.logo a {
	display: block;
}
header nav.navbar {
	border-radius: 0;
	margin-bottom: 0;
	border: 0;
}
header nav ul.nav.navbar-nav {
	width: 100%;
}
header nav ul.nav li a {
	position: relative;
    display: block;
    padding: 10px 0px;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 1px;
    transition: 600ms ease-in-out;
    margin: 0 15px;
    font-family: 'aileronsemibold';
}
/*header nav ul.nav li a:hover, header nav ul.nav li.open>a:hover, header nav ul.nav li.open>a:focus {
	background: #fff;
	color: #197abe;
}*/
header nav ul.nav li a:focus, header nav ul.nav li a:hover {
	color: #f9c301;
    background:none;
	transition: 600ms ease-in-out;
}
header.fixed ul li a:hover{
    color:#f9c301 !important;
}
header nav ul.nav li .dropdown-menu::after {
content: '';
position: absolute;
top: -9px;
left: 113px;
width: 0px;
height: 0px;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 9px solid #fff;
}
.nav .open>a:hover , .nav .open>a:focus{
background:none;
}
header .navbar .dropdown-menu li{
width:100%;
}
header .navbar .dropdown-menu li:hover{
background:#f9c301;
color:#000;
transition: 600ms all;
}
header .navbar .dropdown-menu li a , header .navbar .dropdown-menu li a:hover{
color:#000;
text-align: left;
padding: 4px 0;
left: -4px;

}
header.fixed .dropdown-menu li a{
color:#000 !important;
}
header.fixed .dropdown-menu li a:hover{
color:#000 !important;
}
.navbar-nav>li>.dropdown-menu{
border:0;
transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background: transparent;
}
header nav ul.nav li.dropdown:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(5px);
	transition-delay: 0s, 0s, 0.3s;
}
.right_navbar ul li a img {
	display: inline-block;
	width: 20px;
	margin-left: 14px;
}
.logo a img {
	max-width: 67px;
    width: 67px;
}
header.fixed ul li.active a::after {
    content: "";
    width: 50px;
    height: 18px;
    background: url("../images/border-dot.png")no-repeat center;
    position: absolute;
    top: -12px;
    left: -8px;
}
header.fixed ul li.active a::before {
    content: "";
    width: calc(100% + 20px);
    height: 3px;
    position: absolute;
    background: #ffbb03;
    top: -4px;
    border-radius: 0;
    left: -10px;
    right: 0;
}
header ul li.active a::after {
    content: "";
    width: 50px;
    height: 18px;
    background: url("../images/border-dot.png")no-repeat center;
    position: absolute;
    top: -16px;
    left: -8px;
}
header ul li.active a::before {
    content: "";
    width: calc(100% + 20px);
    height: 3px;
    position: absolute;
    background: #ffbb03;
    top: -8px;
    border-radius: 0;
    left: -10px;
    right: 0;
}
/*up header*/
.up_header {			 
    background: #f9c301;	
	padding: 4px 0;												
}
.name_email a img {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}
.name_email a {
    margin-right: 15px;
    color: #5d6567;
    font-size: 13px;
    letter-spacing: 0.5px;
    font-weight: 500;
    display: inline-block;
}
.name_email a i {
	color: #fff;
	margin-right: 5px;
}
.top_social {
	text-align: right;
}
.top_social a {
    color: #000;
    margin-left: 10px;
    display: inline-block;
    padding: 4px 0;
    font-size: 14px;
}
.top_social a:hover{
    color:#fff;
}
header .container{position: relative;/*padding-right: 220px;*/}
.highlight-no {
    width: 200px;
    height: 90px;
    background: #f9c301;
    position: absolute;
    right: 0;
    line-height: 80px;
    top: -40px;
    text-align: center;
    color: #fff;
    overflow: hidden;

}
.highlight-no:after {
    content: '';
    top: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)rotate(90deg);
    width: 100%;
    height: 220px;
    position: absolute;
    z-index: 1;
    -webkit-animation: slide 1s infinite 3s;
    animation: slide 2s infinite 3s;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8',GradientType=1 );
}


.highlight-no a{
	display: inline-block;vertical-align:middle;line-height: 24px; color: #fff;font-family: 'Barlow Condensed', sans-serif;}
.highlight-no a span, .highlight-no a b{
	display: block;letter-spacing: 1px;padding: 2px 0;position: relative;
	/*overflow: hidden;
	background: linear-gradient(90deg, #000, #fff, #000);
	background-repeat: no-repeat;
	background-size: 80%;
	animation: animate 3s linear infinite;
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(255, 255, 255, 1);*/


}
@keyframes animate {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}

.highlight-no a span{font-size: 18px;}.highlight-no a b{font-size: 25px;font-weight: 500;}

@-webkit-keyframes slide {
	0% {-webkit-transform:translateX(-100%);transform:translateX(-100%);}
	100% {-webkit-transform:translateX(100%);transform:translateX(100%);}
}

@keyframes slide {
	0% {-webkit-transform:translateX(-100%);transform:translateX(-100%);}
	100% {-webkit-transform:translateX(100%);transform:translateX(100%);}
}
header.fixed::before {
    opacity: 1;
}
header.chatheader::before {
    opacity: 1;
}
header::before {
    content: "";
    position: absolute;
    z-index: -1;
    background: #000;
    width: 100%;
    height: calc(100% - 1px);
    transition: opacity 1s;
    opacity: 0;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}
.logo a img {
    transition: max-width 600ms;
}
header.fixed .logo a img {
    max-width: 60px;
}
header.fixed .logo {
    padding-top: 4px;
}
header.fixed ul.nav.navbar-nav.navbar-right li {
    padding: 4px 0px;
}
header.fixed ul li a {
    color: #616566 !important;
}
header.fixed ul li a {
    color: #fff !important;
}

header.fixed ul li.active a {
    color: #f9c301  !important;
}
header.fixed  .up_header,header  .up_header{    transition: 300ms height;}
header.fixed  .up_header{height: 35px;}



header.chatheader .logo a img {
    max-width: 60px;
}
header.chatheader .logo {
    padding-top: 4px;
}
header.chatheader ul.nav.navbar-nav.navbar-right li {
    padding: 4px 0px;
}
header.chatheader ul li a {
    color: #616566 !important;
}
header.chatheader ul li a {
    color: #fff !important;
}
header.chatheader ul li.active a {
    color: #f9c301  !important;
}
header.chatheader  .up_header,header  .up_header{    transition: 300ms height;}
header.chatheader  .up_header{height: 35px;}


/*header-end*/
.wrapper {
	padding-top: 38px;
}
/*banner up text*/
.ovel_text h1 {
    color: #fff;
    text-transform: capitalize;
}
.ovel_text h1 {
    color: #fff;
    margin: 0;
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 60px;
    /*letter-spacing: 2px;*/
}
.ovel_text p {
    font-size: 15px;
    color: #fff;
   font-family:'aileronregular';
    padding: 15px 0;
    letter-spacing: 0.5px;
    line-height: 23px;
}
.blur-wht {
    padding: 0;
}
.blur-wht select {
    padding: 6px 15px;
    min-width: 302px;
    height: 41px;
    font-size: 15px;
    border: 0;
    border-radius: 2px;
    color: #000;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("../images/drop.png")center right no-repeat #fff;
    margin-right: 10px;
    letter-spacing: 0.8px;
    background-position-x: 96%;
    box-shadow: 2px 3px 7px rgba(64, 63, 63, 0.4);
    font-weight: 500;
    letter-spacing: 1px;
    position: relative;
    text-transform: capitalize;
    font-family: 'Barlow Condensed', sans-serif;
}
.yellow_hover {
    background: #020e27;
}
.slider_btn {
    font: 500 18px/30px "Barlow Condensed", sans-serif;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding: 10px 40px;
    color: #fff;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 0px;
    border: 0px;
    overflow: hidden;
}
.yellow_hover:before {
    background: #ffbb03;
}
.black_hover:before {
    background: #101920;
}
.black_hover{
    background: #ffbb03;
}
.black_hover {
    color: #ffbb03;
    box-shadow: 5px 5px 0 #fbd241;
    border-radius: 3px;
    padding: 8px 40px;
    letter-spacing: 0.5px;
    font-weight: 400;
}
.slider_btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.slider_btn:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: 0;
}
.slider_btn:hover, .slider_btn:focus {
    color: #fff;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.slider_btn:hover:before, .slider_btn:focus:before {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
}
.slider_btn:hover:after, .slider_btn:focus:after {
    left: 120%;
    -webkit-transition: all 1s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 1s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.ovel_text {
    position: absolute;
    z-index: 2;
    top: 26%;
    width: 29%;
}
.slider_btn input {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
}

section.banner .slider img {
  width: 100%;
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
section.banner .slick-active img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.car_sec {
    position: relative;
    padding: 0;
    background-size: contain;
}
.carsec_content{
    padding:106px 0;
}
.carsec_text{
    background:url("../images/wems-blackcon.png");
    background-size:cover;
    padding: 30px 90px;
}
section.banner .slider-track {
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}
section.banner::before {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 8, 26, 0.92);
    opacity: 0.7;
    z-index: 1;
    content: "";
}
.banneruptext {
	position: relative;
	width: 100%;
	background: #f0fbfa;
	padding: 40px 0;
	padding-bottom: 100px;
}
.sec1_head h2 {
	font-size: 80px;
	color: #2e3831;
	font-weight: 600;
	line-height: 88px;
	margin: 15px 0;
}
.sec1_head p {
	font-size: 22px;
	color: #2e3831;
	font-weight: 500;
	line-height: 32px;
	margin: 15px 0;
	padding-right: 40px;
}
.slide {
	border-radius: 0;
	overflow: hidden;
	background: #f9c301;
	max-height: 100%;
	margin: 0 0;
	transition: all 300ms ease;
	opacity: 0.9;
}
section.banner {
	position: relative;
	width: 100%;
	transition: 600ms linear;
	
}
section.banner .slider{max-height: 100%;
    overflow: hidden;}
.slider .slide.slick-current.slick-active {
	opacity: 1;
}
section.banner img {
	margin: 0 auto;
	width: 100%;
}
section.banner .slick-arrow {
    position: absolute;
    top: calc(50% - 4rem / 2);
    cursor: pointer;
    border-radius: 5px;
    background: transparent;
    width: 40px;
    height: 40px;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
    z-index: 2;
    transition: 600ms all;
    border: 1px solid #fff;
    transform: rotate(45deg);
}
section.banner .slick-arrow.slick-next {
	right: 50px;
	border-radius: 25px 25px 25px 0px;
}
section.banner .slick-arrow.slick-prev {
	left: 50px;
	border-radius: 25px 0px 25px 25px;
}
section.banner .slick-next:before {
	content: "\f105";
	font-family: "FontAwesome";
	font-size: 24px;
	color: #fff;
	opacity: 1;
    transform: rotate(-45deg);
    display: block;
}
section.banner .slick-prev:before {
    content: "\f104";
    font-family: "FontAwesome";
    font-size: 24px;
    color: #fff;
    opacity: 1;
    transform: rotate(-45deg);
    display: block;
}
section.banner .slick-prev:hover, section.banner .slick-prev:focus, section.banner .slick-next:hover, section.banner .slick-next:focus {
	background: #fce600;
}
section.banner .slick-prev:hover:before, section.banner .slick-prev:focus:before, section.banner .slick-next:hover:before, section.banner .slick-next:focus:before {
	color: #000;
}
/*about up section*/
.carsec_text h2::after {
    content: "";
    width: 50px;
    height: 18px;
    background: url("../images/border-dot.png")no-repeat center;
    position: absolute;
    top: -8px;
    left: 5px;
}
.carsec_text h2::before {
    content: "";
    width: 60px;
    height: 3px;
    position: absolute;
    background: #ffbb03;
    top: 0;
    border-radius: 0;
}
.carsec_text h2 {
    color: #fff;
    margin: 0;
    font-size: 37px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 10px 0 15px 0;
    position: relative;
}
.carsec_text p {
    margin-right: 15px;
    letter-spacing: 0.5px;
    font-weight: 500;
    display: inline-block;
    line-height: 28px;
    font-size: 15px;
    font-family:'aileronregular';
    color: #fff;
    margin-bottom: 20px;
}
.car-img {
    width:100%;
    height: 505px;
}
.car-img img{
    width:100%;
    height:auto;
}
/*About us section*/
section.aboutus {
    padding-top: 20px;
    position: relative;
    width: 100%;
}
.heading h2 {
    color: #101920;
    margin: 0;
    font-size: 40px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 45px;
    letter-spacing: 1px;
    padding: 15px 0 15px 0;
    position: relative;
    margin-top: 30px;
}
.heading h2::before {
    content: "";
    width: 60px;
    height: 3px;
    position: absolute;
    background: #ffbb03;
    top: 0;
    border-radius: 0;
}
.heading h2::after {
    content: "";
    width: 50px;
    height: 18px;
    background: url("../images/border-dot.png")no-repeat center;
    position: absolute;
    top: -8px;
    left: 5px;
}
.heading h2 span {
    display: block;
    font-family:'aileronregular';
    color: #101920;
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
}
.about_text mark {
    display: block;
    font-family:'aileronregular';
    color: #ff0266;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    background: #fff;
    padding-bottom: 15px;
    letter-spacing: 0.5px;
}
.about_text p, .about_text ul li {
    letter-spacing:1px;
    font-weight: 500;
    display: inline-block;
    line-height: 30px;
    font-size: 14px;
    font-family:'aileronregular';
    color: #7a8292;
    margin-bottom: 20px;
}
.about_text ul li span{
	margin-right: 15px;
}
.about_text ul li{display: block;color: #0336ff;padding:5px 0;margin-bottom: 10px;}
.about_text ul{padding:10px 0;}
.about_img img {
    max-width: 700px;
}
/*services section*/
section.services_section {
    padding: 50px 0;
    position: relative;
    width: 100%;
}
.center-heading h2:before, .center-heading h2:after {
    margin: 0 auto;
    left: 0;
    right: 0;
}
.center-heading {
    text-align: center;
}
.service_box .service_img img {
    height: 220px;
    object-fit: cover;
    width: 100%;
}
.service_box .service_img {
    width: 100%;
    height: 220px;
    overflow: hidden;
     border-radius: 3px 3px 0 0;

}
.service_box {
    text-align: center;
    background-color: white;
    -webkit-box-shadow: 0px 3px 14px 0px rgba(0, 11, 40, 0.06);
    box-shadow: 0px 3px 14px 0px rgba(0, 11, 40, 0.06);
    border-top: 4px solid transparent;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin-bottom: 60px;
    border-radius: 3px;
    position: relative;
    min-height: 450px;
}
.service_box:hover {
    border-color: #ffbb03;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0px 30px 40px 0px rgba(0, 11, 40, 0.08);
    box-shadow: 0px 30px 40px 0px rgba(0, 11, 40, 0.08);
}
.service_box .service_text {
    padding:15px 30px 30px;
}
.service_box .service_text h3{
	font-size: 24px;
    line-height: 26px;
    color: #020e27;
    margin-bottom: 22px;
    font-weight: 700;
    font-family: "Barlow Condensed", sans-serif;
}
.service_box .service_text p{
    letter-spacing:1px;
    font-weight: 500;
    display: inline-block;
    line-height:28px;
    font-size: 14px;
    font-family:'aileronregular';
    color: #7a8292;
    margin-bottom: 0px;}
 .service_block{padding-top:30px;}

.service_box::before, .service_box::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background: url("../images/wheel.png")no-repeat center;
    bottom: -25px;
    left: 20%;
    background-size: 48px;
    transition: opacity 600ms;
    -webkit-animation: rotation 2s infinite linear;
    animation: rotation 2s infinite linear;
    opacity: 0;
}
.service_box:hover::before, .service_box:hover::after {opacity: 1;}
.service_box::after {
    left: auto;
    right: 20%;
}
@-webkit-keyframes rotation {
		from {
			-webkit-transform: rotate(0deg);
		}
		to {
			-webkit-transform: rotate(359deg);
		}
}

/*how it works*/
.step-box {
    padding-top: 30px;
}
.how_works{
	padding: 0 50px 50px;
	position: relative;
	width: 100%;
}
.work_box .icon {
    padding: 10px 0;
}
.work_box p {
    letter-spacing: 1px;
    font-weight: 500;
    display: inline-block;
    line-height: 30px;
    font-size: 14px;
    font-family: 'aileronregular';
    color: #7a8292;
    margin-bottom: 20px;
}
.work_box h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 30px;
    height: 3px;
    background: #101920;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.work_box h3 {
    font-size: 24px;
    line-height: 26px;
    color: #ff0266;
    margin-bottom: 22px;
    font-weight: 500;
    font-family: "Barlow Condensed", sans-serif;
    letter-spacing: 1px;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 20px;
}
.work_box {
    text-align: center;
}
.work_box span {
    width: 80px;
    height: 80px;
    display: inline-block;
    background: #fff;
    line-height: 80px;
    font-size: 24px;
    color: #0336ff;
    font-weight: 600;
    letter-spacing: 0.5px;
    box-shadow: -11px 5px 25px rgba(223, 225, 242, 0.76);
    border-radius: 27px;
    margin-bottom: 30px;
}
.step-box::before {
    content: "";
    height: 1px;
    position: absolute;
    top: 70px;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    background: url("../images/border-dashed.png")center;
    background-repeat: repeat-x;
}
/*whychoose section*/
.choose_section {
    background: #f7f8fc;
    padding: 40px 0;
    position: relative;
}
.whychoose_block{padding-top: 20px;}
.whychoose_text ul li p {
    color: #101920;
    font-weight: 500;
    line-height: 22px;
    padding: 0;
    margin: 0;
}
.whychoose_text ul li {
    list-style: none;
    display: inline-block;
    width: 200px;
    height: 260px;
    background: #fff;
    margin:10px 20px;
    padding: 15px;
    text-align: center;
    -webkit-box-shadow: 0px 3px 14px 0px rgba(0, 11, 40, 0.06);
    box-shadow: -2px 6px 24px 0px rgba(234, 222, 234, 0.65);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border-radius: 20px;
}
.whychoose_text ul {
    margin: 0;
    padding: 0;
}
.whychoose_text p {
    letter-spacing: 1px;
    font-weight: 500;
    display: inline-block;
    line-height: 30px;
    font-size: 14px;
    font-family: 'aileronregular';
    color: #7a8292;
    margin-bottom: 20px;
    padding: 0 30px;
}
.whychoose_text {
    text-align: center;
}
.whychoose_text ul li .choose_icon {
    padding: 20px 0;
    filter: brightness(0.1);    margin-top: 15px;
}
.whychoose_text ul li:hover, .whychoose_text ul li.active {
	background: #0336ff;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-box-shadow: 0px 30px 40px 0px rgba(0, 11, 40, 0.08);
    box-shadow: 0px 30px 40px 0px rgba(0, 11, 40, 0.08);
}
.whychoose_text ul li:hover  p, .whychoose_text ul li.active p{color:#fff;}
.whychoose_text ul li:hover .choose_icon,.whychoose_text ul li.active .choose_icon{filter: brightness(1);}

/*testimonial*/
.slider.testimonail-slider .slide {
    background: transparent;
    text-align: center;
}
.testibox .testi-img img {
    height: 140px;
    object-fit: cover;
    width: 100%;
}
.testibox .testi-img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 1px 17px 24px rgba(249, 195, 1, 0.13);
    margin-bottom: 30px;
}
section.testimonial {
        background: url("../images/dot-bg.png")#fff no-repeat center border-box;
    padding: 50px 0;
    position: relative;
}

.slider.testimonail-slider .slick-current.slick-active .testibox .testi-img {
    transform: scale(1);
    transition: 1s ease-in;
}
.slider.testimonail-slider .slick-active .testibox .testi-img {
    transform: scale(0.8);transition: 1s ease-in;
}
.slider.testimonail-slider .slick-cloned .testibox .testi-img {
    transform: scale(0.5);transition: 1s ease-in;
}
.slider.testimonail-slider .slick-active .testibox p,.slider.testimonail-slider .slick-active .testibox span,.slider.testimonail-slider .slick-active .testibox small, .slider.testimonail-slider .slick-cloned .testibox p,.slider.testimonail-slider .slick-cloned .testibox span,.slider.testimonail-slider .slick-cloned .testibox small{opacity: 0;transition: opacity 1s;}
.slider.testimonail-slider .slick-current.slick-active .testibox p, .slider.testimonail-slider .slick-current.slick-active .testibox span, .slider.testimonail-slider .slick-current.slick-active .testibox small{opacity: 1;transition: opacity 1s;}
.test-block{padding-top: 40px;}
.testibox p{
    letter-spacing: 1px;
    font-weight: 500;
    display: inline-block;
    line-height: 22px;
    font-size: 14px;
    font-family: 'aileronregular';
    color: #101920;
    margin-bottom: 0px;}
.testibox span, .testibox small{display: block;}
.testibox span{
	font-size:18px;
    line-height: 26px;
    color: #101920;
    margin-bottom: 5px;
    margin-top: 15px;
    font-weight: 500;
    font-family: "Barlow Condensed", sans-serif;
    letter-spacing: 1px;
    text-transform: capitalize;
    position: relative;
}
.testibox small{
letter-spacing: 1px;
    font-weight: 500;
    display: inline-block;
    line-height: 22px;
    font-size: 12px;
    font-family: 'aileronregular';
    color: #ff0266;
    margin-bottom: 0px;}
.testimonail-slider .slick-arrow {
    height: 30px;
    background: #f9c301;
    width: 30px;
    border-radius: 50px;
    transform: translate(0, -5%);
    box-shadow: none;
    top: 20%;
}
.test-block::after {
    width: 100%;
    height: 1px;
    position: absolute;
    top: 34%;
    background: #f0eff4;
    left: 0;
    right: 0;
    content: "";
    z-index: 1;
}
.testimonail-slider{z-index: 5 !important;position: relative !important;}
.slick-prev:before{content: "\f104";font-family: "Fontawesome";opacity: 1;}
.slick-next:before{content: "\f105";font-family: "Fontawesome";opacity: 1;}
.slider.testimonail-slider .slick-current.slick-active .testibox .testi-img::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background: #0336ff;
    bottom: 50px;
    left: 13px;
    border-radius: 0;
    transform: rotate(28deg);
}
.slider.testimonail-slider .slick-current.slick-active .testibox .testi-img::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background: #f9c301;
    bottom: 30px;
    left: 1px;
    border-radius: 50px;
}
.testi-img {
    position: relative;
}

/* Login signup */
.header-dark .navbar .nav li a{
	color:#000;
}
.login-signup{
	background:url("../images/login-type-bg.png") center;
	background-size:cover;
	background-repeat:no-repeat;
	padding:100px 0;
}
.login-signup-panel{
	background:#f0f3ff;
	padding: 20px 13px;
    -webkit-box-shadow: 13px 12px 30px -17px rgba(0,0,0,0.75);
    -moz-box-shadow: 13px 12px 30px -17px rgba(0,0,0,0.75);
    box-shadow: 13px 12px 30px -17px rgb(0, 0, 0);
}
.login-signup-panel .nav-tabs{
	border-bottom:0;
}
.login-signup-panel .nav-tabs li a{
	font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
	color:#000;
	line-height: 21px;
	border-top:0;
	border-right:0;
	border-left:0;
}
.login-signup-panel .nav-tabs li.active a{
	color:#7f92a0;
	border-top:0;
	border-left:0;
	border-right:0;
}
.login-signup-panel .tab-content{
	background:#fff;
	padding: 15px 20px 2px;
	box-shadow: 0px 0px 27px 13px rgb(224, 227, 238);
    -moz-box-shadow: 0px 0px 27px 13px rgb(224, 227, 238);
    -webkit-box-shadow: 0px 0px 23px -5px rgb(224, 227, 238);
}
.login-signup-panel .tab-content .social-content h3{
	text-align:center;
	color:#93a4b1;
	font-family:'aileronregular';
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-bottom:15px;
}
.login-signup-panel .tab-content .social-content{
	margin-bottom:40px;
}
.login-signup-panel .tab-content .social-content .soci-icon{
	text-align:center;
}
.login-signup-panel .tab-content .social-content img{
	display:inline-block;
	/*width:40px;
	height:40px;*/
    padding-top: 17px;
    padding-bottom: 17px;
	margin:auto;
}
.login-signup-panel .tab-content .form-control{
	border-radius:0;
	border-top:0;
	border-right:0;
    font-size: 13px;
    letter-spacing: 1px;
	border-left:0;
	box-shadow:none;
	border-bottom:1px solid #e8ecf1;
}
.login-signup-panel .tab-content ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	font-family:'aileronregular';
	color:#67767e;
	letter-spacing:1px;
}

.login-signup-panel .tab-content  :-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-family:'aileronregular';
	color:#67767e;
	letter-spacing:1px;
}

.login-signup-panel .tab-content  ::-ms-input-placeholder { /* Microsoft Edge */
	font-family:'aileronregular';
	color:#67767e;
	letter-spacing:1px;
}
.pd-zero{
	padding:0;
	overflow:hidden;
}
.mr-zero{
	margin:0;
	overflow:hidden;
}
.login-signup-panel .tab-content .for-link{
	float:right;
	display:inline-block;
	color:#909496;
	font-size:14px;
}
.login-signup-panel .tab-content .checkbox{
	margin-bottom:22px;
}
.login-signup-panel .tab-content .checkbox label{
	color:#f84674;
	font-family:'aileronregular';
}
.form-submit{
	background:#f9c301;
	color:#010101;
	text-transform:uppercase;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight:600;
	font-size:21px;
	letter-spacing:1px;
	padding:10px 55px;
	width:100%;
	border-radius:5px;
	border:1px solid #f9c301;
	transition: 600ms ease-in-out;
}
.form-submit:hover{
	background:#fff;
	color:#f9c301;
}
.login-signup-panel .tab-content p{
	text-align: center;
    margin-top: 35px;
    font-family:'aileronregular';
    color: #909496;
    letter-spacing: 1px;
    font-size: 14px;
}
.login-signup-panel .tab-content p.error{
     margin-top: 0px;
}
.login-signup-panel .tab-content p span a{
	color:#f9c301;
}
.vertical-button ul{
	list-style-type:none;
	position: absolute;
    left: 27.7%;
    top: 18%;
	z-index:1;
}
.vertical-button ul li.active{
	background:#f9c301;
}
.vertical-button ul li{
	display:block;
	background:#fff;
	padding: 26px 14px;
    margin-bottom: 15px;
    width: 47px;
}
.vertical-button ul li a{
	writing-mode: vertical-lr;
    font-family: 'aileronbold';
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    white-space: nowrap;
    transform: rotate(180deg);
}
.login-signup-panel .checkbox label {
	position: relative;
	cursor: pointer;
}
.login-signup-panel .checkbox input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}
.login-signup-panel .checkbox label:before {
	content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #a1afd2;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 6px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}
.login-signup-panel .checkbox input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 9px;
    width: 5px;
    height: 10px;
    border: solid #0d0a00;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.login-signup-panel .checkbox{
	padding-left:0;
}

/* Footer CSS */

section.footer{
	background:#2b2b2b;
	padding:35px 0;
}
.footer img{
	width: 90px;
}
.footer p{
	font-family: 'aileronsemibold';
    color: #101920;
	font-size:18px;
	text-align:center;
	line-height: 28px;
}
.footer .footer-social{
	margin:35px 0;
}
.footer .footer-social ul{
	list-style-type:none;
	text-align:left;
}
.footer .footer-social{
	margin:27px 0;
}
.footer .footer-social ul{
	list-style-type:none;
	text-align: left;
}
.footer .footer-social ul li{
	display:inline-block;
	margin-right:20px;
        text-align:center;
}
.footer .footer-social ul li a{
	width: 35px;
    height: 35px;
    line-height: 34px;
	border-radius:5px;
	color:#fff;
	border-radius:50%;
	background:#26242d;
	font-size:15px;
	border:1px solid #000;
	display:inline-block;
	/*box-shadow: 5px 5px 0 0px rgba(249, 195, 1, 0.67);*/
}
.footer .footer-social ul li a:hover{
	background:#000;
	color:#fff;
}
.footer h3{
	color: #fff !important;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'aileronbold';
    letter-spacing: 1px;
}
.footer ul{
	padding-left:0;
	list-style-type:none;
}
.footer ul li a{
	font-family:'aileronregular';
	color:#e6e6e6;
	letter-spacing:1px;
	font-size: 12px;
    line-height: 22px;
}
footer .page-ending{
	border-top: 1px solid #88829b;
	padding:10px 0;
	background: #2b2b2b;
}
footer .page-ending ul{
	list-style-type:none;
}
footer .page-ending ul li{
	display:inline-block;
	margin:0 5px;
}
footer .page-ending ul li a{
	color: #e6e6e6;
    letter-spacing: 1px;
    font-size: 12px;
    font-family: 'aileronregular';
}
footer .page-ending p{
	text-align: right;
	color:#e6e6e6;
    font-family: 'aileronregular';
    font-size: 13px;
    letter-spacing: 1px;
}


/* Newsletter CSS */

.newsletter{
	background:url("../images/newslatternew.png") center;
	background-size:cover;
	background-repeat:no-repeat;
	padding:50px 0;
}
.newsletter h3{
	color:#fff;
	font-size:22px;
	font-family:'aileronregular';
}
.newsletter h4{
	color:#fff;
	font-size: 46px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-align:center;
}
.newsletter .search {
  width: 100%;
  position: relative;
  display: flex;
}

.newsletter .searchTerm {
    width: 100%;
    border: 1px solid #fff;
    background: #2b2b2b;
    border-right: none;
    color: #fff;
    padding: 5px;
    height: 41px;
    border-radius: 5px 0 0 5px;
    outline: none;
    border-radius: 50px;
    padding: 2px 15px 5px 25px;
}
.newsletter .searchButton {
	border: 1px solid #f9c301;
    background: #f9c301;
    text-align: center;
    text-transform: uppercase;
    /* margin: 7px 0; */
    height: 62px;
    width: 62px;
    /* padding: 10px 39px; */
    letter-spacing: 1px;
    color: #fff;
    font-family: 'aileronregular';
    font-weight: 900;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: -10px;
    font-size: 14px;
    transition: 600ms ease-in-out;
}
.newsletter .searchButton:focus{
	outline:none;
}
.newsletter .searchButton:hover{
	background: #131216;
    color: #fff;
    border: 1px solid #fff;
}
.sewrap{
	margin-top:28px;
}
.app-btn{
	background:#fff;
	padding:12px 15px;
	border:1px solid #fff;
	border-radius:7px;
	display:inline-block;
	color:#000;
	font-size:16px;
	font-family: 'aileronsemibold';
    margin-right: 20px;
}
.app-btn:hover{
	background:none;
	color:#fff;
}
.app-btn i{
	display:inline-block;
	padding-right:10px;
	font-size:22px;
}
.app-btn-row{
    text-align: center;
	position:relative;
	margin-top:35px;
}
.footer ul li a:hover {
    color: #ffff;
}

/* Privacy Policy CSS */
.privacy-banner{
    background:#f9c301;
    padding:70px 0;
    margin-top:50px;
}
.privacy-banner h1{
    font-family: 'Barlow Condensed', sans-serif;
    text-align:center;
    font-size:60px;
    color:#000;
    margin-bottom:15px;
}
.privacy-banner span{
    display:inline-block;
    background:#000000;
    padding:7px 25px;
    border-radius:25px;
    color:#fff;
    font-family: 'Barlow Condensed', sans-serif;
    text-align:center;
    font-size:19px;
    margin:0 auto;
    border:1px solid #000;
}
.privacy-banner p{
    text-align:center;
}
.privacy-content{
    background:#fff;
}
.privacy-content .policy-details{
    border-bottom:1px solid #e2e9f2;
    padding:30px 0;
}
.privacy-content .policy-details h3{
    font-family: 'Barlow Condensed', sans-serif;
    font-weight:700;
    font-size:30px;
    text-transform: uppercase;
    color:#000;
    margin-bottom:25px;
}
.privacy-content .policy-details p, .privacy-content .policy-details li{
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    color:#000;
    line-height: 35px;
    font-weight:400;
}
/* Terms Page CSS */
.terms-banner{
    background:url("../images/t-c.png") center;
    padding:100px 0;
    background-size:cover;
    background-repeat: no-repeat;
}
.terms-banner h1{
    text-align:center;
    color:#fff;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 40px;
}
/* Faq CSS */
.faq-banner{
    background:url("../images/faq.png") center;
    padding:100px 0;
    background-size:cover;
    background-repeat: no-repeat;
}
.faq-banner h1{
    text-align:center;
    color:#fff;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 40px;
}
.faq-banner p{
    font-family: 'Open Sans', sans-serif;
    font-weight:400;
    font-size:17px;
    color:#fff;
    text-align:center;
    width:50%;
    margin:0 auto;
    line-height: 28px;
}
.faq-question{
    background:#fff;
    padding:20px 0;
}
.faq-question h3{
    text-align: center;
    color:#000;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight:700;
    text-transform: uppercase;
    font-size:45px;
}
.faq-question h3:after{
    content:'';
    width:80px;
    height:2px;
    background:#f9c301;
    position: absolute;
    left:45%;
    margin-top: 58px;
}
.faq-content{
    position: relative;
    margin-top: 100px;
}
.accwrapper{
  width:90%;
}
@media(max-width:992px){
 .accwrapper{
  width:100%;
} 
}
.faq-content .panel-heading {
    padding: 0;
    border:0;
}
.faq-content .panel-title>a, .panel-title>a:active{
    display:block;
    padding: 25px 30px;
    color:#000;
    font-size:14px;
    line-height: 22px;
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
     word-spacing:3px;
    text-decoration:none;
}
.faq-content .panel-heading  a:before {
   font-family: FontAwesome; 
   content: "\f107";
   float: right;
   border:1px solid #ebebeb;
   padding: 2px 8px;
   border-radius: 50%;
   transition: all 0.5s;
}
.faq-content .panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
} 
.faq-content .panel-default{
    border:0;
    border-radius:8px;
    margin-bottom: 15px;
    -webkit-box-shadow: 9px 9px 17px -4px rgb(243 243 243);
    -moz-box-shadow: 9px 9px 17px -4px rgb(243 243 243);
    box-shadow: 9px 9px 17px -4px rgb(243 243 243);
}
.faq-content .panel-default>.panel-heading{
     background:#fff;
     border:0;
}
.faq-content .panel-default>.panel-heading+.panel-collapse .panel-body{
    border:0;
    padding: 5px 55px 15px;
    font-family: 'aileronregular';
    line-height: 26px;
    font-size: 13px;
    color: #7a8292;
    font-weight:500;
}
.border-between:after{
    content:'';
    width:20px;
    height:20px;
    background:#ff0266;
    border-radius:25px;
    position:absolute;
    right:49%;
    top: -41px;
}
.border-between > [class*='col-']:before {
   background: #ff0266;
   bottom: 0;
   content: " ";
   left: 0;
   position: absolute;
   width: 2px;
   top: -35px;
}

.border-between > [class*='col-']:first-child:before {
   display: none;
}
footer .page-ending ul{
    margin-bottom:0;
    padding-left:0;
}
footer .page-ending p{
    margin-bottom:0;
}
.app-btn img{
    width: 25px;
    height: 25px;
    margin-right:10px;
    display:inline-block;
    margin-top:-8px;
}
.app-btn-row .ios-white{
    display:none;
}
.change-icon:hover .ios-black{
    display:none;
}
.change-icon:hover .ios-white{
    display:inline-block;
}
/* About Page CSS */
.about-banner{
    padding: 88px 0;
    background-size:cover  !important;
    background-repeat: no-repeat !important;
    
}
.about-banner h1{
    font-family: 'aileronbold';
    font-size: 36px;
    color:#fff;
    /*text-transform: uppercase;*/
}
.about-banner p{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color:#fff;
    font-weight:300;
    line-height: 27px;
    margin-top:20px;
}
.about-intro{
    padding:20px 0;
}
.about-intro h2{
    font-family: 'Barlow Condensed', sans-serif;
    font-weight:700;
    text-transform: uppercase;
    font-size:45px;
    color:#000;
    margin-bottom: 30px;
}
.pl-zero{
    padding-left:0;
}
.about-intro h2:after{
    content:'';
    width:80px;
    position:absolute;
    margin:60px 0;
    left:2%;
    height:2px;
    background:#f9c301;
}
.about-intro p{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 30px;
    text-align:left;
    color:#7a8292;
}
.last-intro-p{
    margin-top:30px;
}
.our-history{
    background:#f9c301;
    padding:50px 0;
}
.our-history h3{
    text-align:center;
    color:#000;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size:45px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.our-history h3:after{
    content:'';
    width:80px;
    position:absolute;
    margin-top:68px;
    left:47%;
    height:2px;
    background:#000;
}
.vision-mission{
    padding:30px 0;
    background:#f7f8fc;
}
.vision-mission h3{
    font-family: 'Open Sans', sans-serif;
    font-size: 46px;
    color:#cddcef;
    margin-top: 0;
}
.vision-mission h4{
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    color:#07294d;
    text-transform: uppercase;
    font-weight:700;
    margin-bottom:20px;
}
.vision-mission p{
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color:#40464d;
    line-height: 27px;
}
.our-team{
    padding:50px 0;
    background:#fff;
}
.our-team h3{
    text-align:center;

}
.map-search{
    background:#f9c301;
    padding:30px 0;
    margin-top: 57px;
}

/* White header */


.white-header .logo a img {
    max-width: 63px;
}
header.white-header nav ul.nav li a{
    color: #000;
}

/* Map Page CSS */

.map-locationbar .locationsearch {
  width: 100%;
  position: relative;
  display: flex;
}

.map-locationbar .losearchTerm {
    width: 100%;
    border: 3px solid #fff;
    border-right: none;
    padding: 5px;
    height: 42px;
    border-radius: 3px 0 0 3px;
    outline: none;
    color: #827f7f;
    font-family: 'Open Sans', sans-serif;
}

.map-locationbar .losearchTerm:focus{
  color: #827f7f;
}

.map-locationbar .losearchButton {
    width: 180px;
    height: 37px;
    border: 1px solid #f1f1f1;
    background: #f1f1f1;
    text-align: center;
    color: #666666;
    margin: 2px 0;
    position: absolute;
    border-radius: 0;
    right: 3px;
    cursor: pointer;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}

/*Resize the wrap to see the search bar change!*/
.map-locationbar{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.map-statebar .locationstate {
  width: 100%;
  position: relative;
  display: flex;
}

.map-statebar .losearchstate {
    width: 100%;
    border: 3px solid #fff;
    border-right: none;
    padding: 5px;
    margin-right: 10px;
    margin-left: 20px;
    height: 42px;
    border-radius: 3px 0 0 3px;
    outline: none;
    color: #827f7f;
    font-family: 'Open Sans', sans-serif;
}

.map-statebar .losearchstate:focus{
  color: #827f7f;
}

.map-statebar .lostateButton {
    width: auto;
    padding: 7px 36px;
    height: 39px;
    border: 1px solid #000;
    background: #000;
    text-transform: uppercase;
    text-align: center;
    color: #f9c301;
    margin: 2px 0;
    border-radius: 0;
    right: 3px;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 16px;
    font-size: 17px;
    font-family: 'Barlow Condensed', sans-serif;
    transition: 600ms ease-in-out;
}
.map-statebar .lostateButton:hover{
    background:transparent;
    color:#000;
}
/*Resize the wrap to see the search bar change!*/
.map-statebar{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.location-map-area{
    padding:20px 0;
}
.map-design{
    background:#f3f4f4;
    padding:20px;
    overflow:hidden;
}
.map-design .filter-box{
    border:1px solid #b9c1c1;
    padding:20px 15px;
    padding-left:0;
    overflow: hidden;
    margin-bottom:15px;
    border-left:0;
}
.map-design .filter-box h3{
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 22px;
    color:#000;
    margin-top:0;
    float:left;
}
.map-design .filter-box .filter-btn{
    border:1px solid #b9c1c1;
    padding:0 5px;
    font-family: 'Open Sans', sans-serif;
    color:#000;
    text-transform: uppercase;
    font-size:13px;
    float:right;
    font-weight:600;
}
.map-design .filter-box .listing-box{
    background:#fff;
    padding:0;
    overflow:hidden;
    margin-top:45px;
    overflow-y: auto;
    max-height: 233px;
}
.map-design .filter-box .listing-box ul{
    list-style-type:none;
    text-align: left;
    padding-left:0;
}
.map-design .filter-box .listing-box ul li{
    display:block;
    padding: 10px 15px;
    padding-left: 0;
    border-bottom:2px solid #f3f4f4;
}
.map-design .filter-box .listing-box ul li:last-child{
    border-bottom:0;
}
.map-design .filter-box .listing-box ul li.active {
    background:#f9c301;
    color:#000000;
}
.map-design .filter-box .listing-box ul li.active a{
    color:#000;
}
.map-design .filter-box .listing-box ul li a{
    font-family: 'Open Sans', sans-serif;
    color:#8a8a8d;
    font-size: 15px;
}
.filter-box .checkbox label {
    position: relative;
    cursor: pointer;
    color: #8a8a8d;
    font-size:13px;
}
.filter-box .checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.filter-box .checkbox label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #a1afd2;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 6px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}
.filter-box .checkbox input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 5px;
    width: 5px;
    height: 10px;
    border: solid #0d0a00;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.filter-box .checkbox{
    padding-left:0;
    margin:0;
}
.map-design .filter-box .listing-box.miles ul li{
    border-bottom:0;
}
#googleMap{
    width:100%;    
    height: 528px;
}
.map-tab .nav-tabs>li{
    float:right;
}
.map-tab  .nav-tabs {
    border-bottom: 0;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    float: right;
    background: #fff;
}
.map-tab .nav-tabs>li>a{
    font-family: 'Open Sans', sans-serif;
    color: #000;
    border: 0;
    font-weight: 800;
}
.map-tab .nav-tabs>li.active>a{
    border:0;
    font-weight: 800;
}
.map-tab .nav-tabs>li>a:hover{
    border-radius:0;
}
.list-view-fcol{
    background: none;
    padding-right: 0;
    padding-top: 0;
    margin-right: 0;
}
.pl-zero{
    padding-left:0;
}
.list-sort{
    padding: 11px 20px;
    border-bottom: 1px solid #d1d4d4;
}
.list-sort .list-sort-btn{
    border:1px solid #dde1e1;
    padding:4px 15px;
    width:220px;
}
.list-sort .list-sort-btn span{
    font-family:'aileronregular';
    color:#101920;
}
.list-sort ul{
    list-style-type:none;
    text-align: right;
}
.list-sort ul li{
    display:inline-block;
    margin-left:10px;
}
.list-sort .list-sort-btn select{
    border:0;
    font-family: 'aileronsemibold';
}
.list-sort .bar-btn{
    color:#000;
    font-size:17px;
    width: 88px;
    display: inline-block;
}
.list-view-item{
    margin:10px;
    padding:15px;
    border-bottom:1px solid #dde1e1;
}
.list-viewitem-details{
    padding: 0;
    padding-left: 18px;
}
.pr-ten{
    padding-right:10px;
}
/*contact-us*/

.contact-social{
    background:#fff;
    padding:50px 0;
}
.contact-social h3 {
    color: #101920;
    margin: 0;
    font-size: 45px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 45px;
    letter-spacing: 1px;
    padding: 15px 0 15px 0;
    position: relative;
    text-align: center;
}
.contact-social h3::before {
    content: "";
    width: 60px;
    height: 3px;
    position: absolute;
    background: #ffbb03;
    top: 0;
    border-radius: 0;
    margin-left: 66px;
}
.contact-social h3::after {
    content: "";
    width: 50px;
    height: 18px;
    background: url(../images/border-dot.png)no-repeat center;
    position: absolute;
    top: -8px;
    margin-left: -86px;
}
.contact-social ul{
    list-style-type:none;
    text-align:center;
    margin-top:35px;
}
.contact-social ul li{
    margin-right:50px;
    display:inline-block;
}
.contact-social ul li a{
    height: 50px;
    width: 50px;
    border-radius: 3px;
    display: inline-block;
    line-height: 50px;
    font-size: 24px;
}
.contact-social ul li  span{
    color:#000;
    font-size:13px;
    font-family: 'aileronbold';
    font-weight:500;
    display: block;
    text-align: center;
    margin-top: 17px;
}
.contact-social ul li a.facebook i{
    text-shadow: 5px 4px rgb(207, 87, 19);
}
.contact-social ul li a.twitter i{
    text-shadow: 5px 4px rgb(1, 110, 100);
}
.contact-social ul li a.linkedin i{
    text-shadow:5px 4px rgb(207, 87, 19);
}
.contact-social ul li a.instagram i{
    text-shadow:5px 4px rgb(207, 87, 19);
}
.contact-social ul li a.facebook{
    background: #f7a81b;
    color: #fff;
    border: 1px solid #f7a81b;
    transition: transform 1s ease 0s;
}
.contact-social ul li a.twitter{
    background: #23b1a5;
    color: #fff;
    border: 1px solid #23b1a5;
    transition: transform 1s ease 0s;
}
.contact-social ul li a.linkedin{
    background: #f7a81b;
    color: #fff;
    border: 1px solid #f7a81b;
    transition: transform 1s ease 0s;
}
.contact-social ul li a.instagram{
    background: #f7a81b;
    color: #fff;
    border: 1px solid #f7a81b;
    transition: transform 1s ease 0s;
}
.con-form{
    background: #f4f8f9;
    padding:40px 0;
}
.contactus-form{
    padding: 45px 0;
}
.con-form h3{
    text-align: center;
    color: #000;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 40px;
}
.con-form h3::before{
    content: "";
    width: 60px;
    height: 3px;
    position: absolute;
    background: #ffbb03;
    top: 0;
    border-radius: 0;
    margin-left: 32px;
}
.con-form h3::after{
    content: "";
    width: 50px;
    height: 18px;
    background: url(../images/border-dot.png)no-repeat center;
    position: absolute;
    top: -8px;
    margin-left: -115px;
}
.con-form p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #000;
    text-align: center;
    width: 50%;
    margin: 0 auto;
    line-height: 20px;
}
.contactus-form .form-control{
    border-radius: 0;
    border-top: 0;
    background: #e8f2f4;
    color: #000;
    border-right: 0;
    border-left: 0;
    box-shadow: none;
    border-bottom: 1px solid #e8f2f4;
}
.contactus-form .form-group{
    margin-bottom:15px;
}
.contact-faq{
    background:#f4f8f9;
    padding:40px 0;
}
.contact-faq h3 {
    color: #101920;
    margin: 0;
    font-size: 45px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 45px;
    letter-spacing: 1px;
    padding: 15px 0 15px 0;
    position: relative;
    text-align: center;
}
.contact-faq h3::before {
    content: "";
    width: 60px;
    height: 3px;
    position: absolute;
    background: #ffbb03;
    top: 0;
    border-radius: 0;
    margin-left: 187px;
}
.contact-faq h3::after {
    content: "";
    width: 50px;
    height: 18px;
    background: url(../images/border-dot.png)no-repeat center;
    position: absolute;
    top: -8px;
    margin-left: -275px;
}
.contact-faq .faq-content .panel-default>.panel-heading{
    background:transparent;
}
.contact-faq .faq-content .panel-default{
    background:transparent;
}
.contact-faq .faq-content{
    margin-top:25px;
}
.contact-faq.contact-faq  .faq-content .panel-default>.panel-heading+.panel-collapse .panel-body{
    padding: 5px 55px 0 30px;
}
.contact-faq .faq-content .panel-default{
    box-shadow: none;
}

.contact-faq  .faq-content .panel-heading a:before{
    border:0;
    padding: 0 8px;
}
.con-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 0.9; /* Firefox */
    font-size:13px;
}
.contact-faq .faq-content .panel-title:before{
    content: '\f059 ';
    font-family: FontAwesome;
    position: absolute;
    margin-top: 14px;
}
.contact-faq .faq-content .con-panel > a, .con-panel > a:active{
    padding: 10px 30px;
}
header nav ul.nav li:last-child a{
    margin-right:0;
}

/* List View CSS */

.list-view{
    padding:35px 0;
}
.list-filter-box{
    padding: 5px 20px 15px 0;
    border-bottom:1px solid #d1d4d4;
    border-right:1px solid #d1d4d4;
    overflow:hidden;
}
.list-filter-box h3{
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 22px;
    color: #000;
    margin-top: 0;
    float: left;
}
.list-filter-box .filter-btn{
    border: 1px solid #b9c1c1;
    padding: 0 5px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    float: right;
    display: inline-block;
    font-weight: 600;
    margin-top: 4px;
}
.list-filter-option{
    border: 1px solid #d1d4d4;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    overflow-x:hidden; 
    padding: 6px 27px 20px 0;
    overflow-y: auto;
    height: 302px;
}
.list-filter-option::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.list-filter-option::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.list-filter-option::-webkit-scrollbar-thumb {
  background: #c0c0c0; 
}

/* Handle on hover */
.list-filter-option::-webkit-scrollbar-thumb:hover {
  background: #c0c0c0; 
}
.list-filter-option .cus-radio {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-weight:400;
    font-size:13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.list-filter-option .cus-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.list-filter-option .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
  border-radius: 50%;
}
.list-filter-option .cus-radio:hover input ~ .checkmark {
  background-color: #ccc;
}
.list-filter-option .cus-radio input.checked ~ .checkmark {
  background-color: #2196F3;
}
.list-filter-option .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.list-filter-option .cus-radio input.checked ~ .checkmark:after {
  display: block;
}
.list-filter-option .cus-radio .checkmark:after {
    top: 5px;
    left: 5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: white;
}
.list-filter-option ul{
    list-style-type:none;
    padding-left:0;
    margin-bottom: 0;
}
.list-filter-option ul li{
    padding: 12px 0 8px;
    border-bottom:1px solid #f3f4f4;
    line-height: 16px;
}
.list-filter-option ul li:last-child{
    border-bottom:0;
}
.list-viewitem-details h3{
    font-family: 'Barlow Condensed', sans-serif;
    font-weight:600;
    font-size:28px;
    color:#0d0e39;
    margin-top: 0;
}
.list-viewitem-details p{
    font-family: 'Open Sans', sans-serif;
    font-weight:400;
    color:#5d5b5b;
    font-size:17px;
}
.list-viewitem-details span i{
    color:#f9c301;
    display:inline-block;
    margin-right:5px;
}
.list-viewitem-details .loc-mob ul{
    list-style-type: none;
    padding-left:0;
}
.list-viewitem-details .loc-mob ul li{
    display:inline-block;
    margin-right:15px;  
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size:13px;
    color:#7f809a;
}
.list-viewitem-details .loc-mob ul li i{
    color:#7f809a;
}
.list-view-item .visit-icon{
    width:30px;
    height:30px;
    text-align: center;
    line-height:31px;
    border-radius:50%;
    background:#f9c301;
    color:#fff;
    -webkit-box-shadow: -1px 0px 5px -1px rgba(186,186,186,1);
    -moz-box-shadow: -1px 0px 5px -1px rgba(186,186,186,1);
    box-shadow: -1px 0px 5px -1px rgba(186,186,186,1);

}
.list-view-item .visit-icon:hover{
    background:#0336ff;
}
.list-view-item .visit-icon i{
    color:#fff;
}
.list-view-item{
    display:none;
}

/* Service Details */

.service-details{
    padding:30px 0;
}
.service-detail-slide {
    width: 100%;
}
.service-detail-slide .slider div {
    text-align: center;
}
.service-detail-slide .slider-thumb .slick-slide{
    margin:5px;
}
.service-details .choose-service{
    padding:20px 5px;
    background:#fff;
    -webkit-box-shadow: 0px -1px 7px -1px rgba(230,230,230,1);
    -moz-box-shadow: 0px -1px 7px -1px rgba(230,230,230,1);
    box-shadow: 0px -1px 7px -1px rgba(230,230,230,1);
    margin-top:10px;
}
.service-details .choose-service ul{
    list-style-type:none;
    text-align: center;
    padding-left: 0;
    margin-bottom: 0;
}
.service-details .choose-service ul li{
    display:inline-block;
    margin-right:51px;
}
.service-details .choose-service ul li:last-child{
    margin-right:0;
}
.service-details .choose-service ul li img{
    display:block;
    margin:0 auto;
    margin-bottom:10px;
}
.service-details .choose-service ul li a{
    font-family: 'Barlow Condensed', sans-serif;
    font-weight:500;
    color:#22211f;
    font-size:15px;
}
.service-details .service-info{
    padding:20px 10px;
}
.service-details .service-info h1{
    font-family: 'aileronsemibold';
    color:#000000;
    font-size:28px;
    margin-top:0;
}
.service-details .service-info .sub-hd{
    font-family: 'Open Sans', sans-serif;
    color:#5d5b5b;
    margin:15px 0;
    font-size:16px;
}
.service-details .service-info p span i{
    color:#f9c301;
    font-size:17px;
}
.service-details .service-info p span samp{
    background:#f9c301;
    display:inline-block;
    color:#000;
    margin:0 15px;
    padding:0 5px;
    border-radius:10px;
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
}
.service-details .service-info p span{
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
    display:inline-block;
    color:#6f708e;
    text-decoration: underline;
}
.service-details .service-info p span .review-icon{
    display:inline-block;
    margin-left:10px;
    color:#6f708e;
    text-decoration: underline;
}
.service-details .service-info p{
    font-family: 'Open Sans', sans-serif;
    color:#6f708e;
    font-size:13px;
}
.service-details .service-info ul{
    padding-left:0;
    list-style-type: none;
}
.service-details .service-info ul li{
    display:inline-block;
    margin-right:15px;
    font-family:'aileronregular';
    font-weight:700;
}
.service-details .service-info ul li a{
    color:#f9c301;
}
.get-help{
    background:#f9c301;
    border:1px solid #f9c301;
    padding:6px 30px;
    display:inline-block;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight:600;
    color:#000000;
    letter-spacing: 1px;
    font-size:17px;
    border-radius:1px;
    text-transform: uppercase;
}
.get-help:hover{
    background:#fff;
    color:#f9c301;
}
.gomap{
    background:#f9c301;
    width:30px;
    height:30px;
    text-align: center;
    border-radius:50%;
    line-height: 29px;
    color:#fff;
    webkit-box-shadow: -1px 0px 5px -1px rgba(186,186,186,1);
    -moz-box-shadow: -1px 0px 5px -1px rgba(186,186,186,1);
    box-shadow: -1px 0px 5px -1px rgba(186,186,186,1);
    position: absolute;
    right:10%;
    top:5%;
}
.gomap:hover{
    background:#0336ff;
}
.similar-provider{
    padding:0 0 40px;
}
.similar-provider h3{
    margin-top:0;
    font-family: 'Barlow Condensed', sans-serif;
    color:#000000;
    font-size:25px;
    margin-bottom:25px;
}
.similar-provider .slick-slide {
    margin:0;
    border-radius:3px;
}

.similar-provider .slick-slide img {
    width: 100%;
}

.similar-provider .slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.similar-provider .slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.similar-provider .slick-list:focus
{
    outline: none;
}
.similar-provider .slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.similar-provider .slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.similar-provider .slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.similar-provider .slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.similar-provider .slick-track:after
{
    clear: both;
}
.similar-provider .slick-loading .slick-track
{
    visibility: hidden;
}

.similar-provider .slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.similar-provider .slick-slide img
{
    display: block;
    max-height: 170px;
    object-fit: cover;
}
.similar-provider .slick-slide.slick-loading img
{
    display: none;
}
.similar-provider .slick-slide.dragging img
{
    pointer-events: none;
}
.similar-provider .slick-initialized .slick-slide
{
    display: block;
    margin-right:15px;
    min-height: 270px;
}
.similar-provider .slick-loading .slick-slide
{
    visibility: hidden;
}
.similar-provider .slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.similar-provider .slick-arrow.slick-hidden {
    display: none;
}
.similar-provider .slick-prev{
    left:0;
    z-index:2;
    background:#fff;
    color:#000;
    width:29px;
    height:36px;
}
.similar-provider .slick-prev:before{
    color:#000;
}
.similar-provider .slick-next{
    left:96.5%;
    z-index:2;
    background:#fff;
    color:#000;
    width:29px;
    border:0;
    height:36px;
}
.similar-provider .slick-next:after{
    color:#000;
    content: "\f104";
    font-family: "Fontawesome";
    opacity: 1;
}
.slick-next:before{
    color:#000;
}
.bottommap{
    padding:0 0 40px;
}

/* Dashboard CSS */

.dashboard{
    margin-top: 57px;
}
.full-container{
    margin:0;
    padding:0;
    overflow:hidden;
}
.p-zero{
    padding:0;
}
.dash-details{
    padding:40px 0;
}
.user-sidbar .user-info{
    padding:9.5px 15px;
    border-bottom:1px solid #dde1e1;
    border-right:1px solid #dde1e1;
}
.user-sidbar .user-info span.user-small{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
.user-sidbar .user-info span img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}
.user-sidbar .user-info p{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 13px;
    margin-top:5px;
    line-height: 17px;
}
.user-sidbar .user-info p span{
    display:block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color:#000;
    font-size: 14px;
}
.user-sidbar .sidebar-option{
    border-right:1px solid #dde1e1;
}
.user-sidbar .sidebar-option ul{
    list-style-type: none;
    padding-left:0;
}
.user-sidbar .sidebar-option ul li{
    padding:20px 15px;
    border-bottom:1px solid #f3f4f4;
}
.user-sidbar .sidebar-option ul li.active{
    background:#fdf7e0;
}
.user-sidbar .sidebar-option ul li a{
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
    color:#000;
}
.user-sidbar .sidebar-option ul li a i{
    display:inline-block;
    margin-right:10px;
}
.user-account-info{
    padding:10px 30px;
    padding-right: 0;
    border-bottom:1px solid #dde1e1;
}
.pr-zero{
    padding-right:0;
}
.user-account-info h3{
    font-family: 'Open Sans', sans-serif;
    margin-bottom:24px;
    margin-top:5px;
    font-weight:600;
    font-size:18px;
    color:#0d0e39;
}
.dash-details .account-content{
    padding:20px 10px;
}
.dash-details .account-content .dashbox{
    background:#fff;
    padding:30px 20px;
    min-height: 211px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 30px -12px rgba(135, 120, 229, 0.24);
    -moz-box-shadow: 0px 0px 30px -12px rgba(135, 120, 229, 0.24);
    box-shadow: 0px 0px 30px -12px rgba(135, 120, 229, 0.24);
}
.dash-details .account-content .dashbox .fa-calendar{
    display:inline-block;
    text-align: center;
    background:#e5f3fe;
    color:#1e8ee9;
    height:40px;
    width:40px;
    line-height: 38px;
    font-size:18px;
    border-radius:50%;
}
.dash-details .account-content .dashbox h3{
    font-family: 'Open Sans', sans-serif;
    color:#000;
    font-size:30px;
    font-weight: 700;
}
.dash-details .account-content .dashbox p{
    font-family: 'Open Sans', sans-serif;
    color:#777777;
    font-weight:400;
    font-size:14px;
}
.dash-details .account-content .dashbox .fa-bell{
    display:inline-block;
    text-align: center;
    background:#f3f1ff;
    color:#8778e5;
    height:40px;
    width:40px;
    line-height: 38px;
    font-size:18px;
    border-radius:50%;
}
.dash-details .account-content .dashbox .fa-bookmark-o{
    display:inline-block;
    text-align: center;
    background:#fef8e6;
    color:#f2bc1b;
    height:40px;
    width:40px;
    line-height: 38px;
    font-size:18px;
    border-radius:50%;
}
.dash-details .account-content .dashbox .fa-file-text-o{
    display:inline-block;
    text-align: center;
    background:#ebf9e9;
    color:#52d93e;
    height:40px;
    width:40px;
    line-height: 38px;
    font-size:18px;
    border-radius:50%;
}
.dash-details .account-content .sub-tag{
    background:#f9c301;
    padding:10px;
    margin-top:36px;
}
.dash-details .account-content .sub-tag p{
    text-align: center;
    color:#000;
    font-size:16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin-bottom:0;
}
.dash-details .account-content .sub-tag p span{
    font-weight: 700;
}
.booking-table h3{
    font-family: 'Open Sans', sans-serif;
    color:#0d0e39;
    font-size:18px;
    font-weight:600;
    margin-bottom:25px;
}
.booking-table .table th{
    font-family: 'Open Sans', sans-serif;
    color:#878992;
    font-weight:600;
    font-size:13px;
    padding: 15px 0 15px 11px;
    background:#f5f5f5;
    border-bottom:1px solid #dde1e1;
}
.booking-table .table td{
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
    font-size:13px;
    color:#000000;
    padding-left:0;
    padding:10px 0;
    border-bottom:1px solid #f2f2f2;
    vertical-align: middle;
}
.booking-table .table tr:hover{
    background:#fbf8fd;
}
.user-sidbar .sidebar-option ul li:hover{
    background:#fdf7e0;
}

/* User Profile CSS */

.dash-details .profile-imgsection{
    background:#f6f4f4;
    padding:10px;
}
.dash-details .profile-imgsection .cutpro{
    text-align: right;
    display:block;
    color:#000000;
    margin-top:-5px;
}
.dash-details .profile-imgsection  .edit-name{
    text-align: center;
    display:block;
    font-family: 'Open Sans', sans-serif;
    color:#000000;
    margin:5px 0;
    font-size: 15px;
}
.dash-details .profile-imgsection  .edit-name img{
    display:inline-block;
    border-radius: 0;
    margin-left:5px;
    margin-top: -12px;
}
.account-content .user-contanctinfo h3{
    font-family: 'Open Sans', sans-serif;
    color:#6b6868;
    font-size:15px;
    font-weight:600;
    margin-top:0;
}
.account-content .user-contanctinfo .form-control{
    border:0;
    box-shadow: none;
    font-size:13px;
    border-bottom:1px solid #e9ecec;
    border-radius:0;
    padding-left: 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
    padding-top: 0;
}
.account-content .user-contanctinfo label{
    font-size:16px;
    color:#7a8292;
    font-family: 'Open Sans', sans-serif;
    font-weight:400;
    padding-left: 30px;
    margin-bottom: 0;
}
.account-content .user-contanctinfo img{
    position: absolute;
    margin-top: 26px;
}
.account-content .user-contanctinfo form{
    margin-top:30px;
}
.account-content .user-contanctinfo .btnrow p{
    text-align:center;
    margin-top:35px;
}
.account-content .user-contanctinfo .btnrow p button{
    transition: 600ms ease-in-out;
    display:inline-block;
    margin-bottom:10px;
}
.account-content .user-contanctinfo .form-group{
    margin-bottom:29px;
}
.account-content .user-contanctinfo .form-control[disabled]{
    background:none;
}
.account-content .custom-file-upload{
    background: #ffffff;
    border: 1px solid #fff;
    display: block;
    text-align: center;
    color: #f9c301;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    padding: 7px 10px;
    transition: 600ms ease-in-out;
    -webkit-box-shadow: 0px 0px 5px -2px rgba(194,194,194,1);
    -moz-box-shadow: 0px 0px 5px -2px rgba(194,194,194,1);
    box-shadow: 0px 0px 5px -2px rgba(194,194,194,1);
}
.account-content .custom-file-upload i{
    float: right;
    padding-top:5px;
    padding-left: 12px;
}
.account-content .custom-file-upload:hover{
    background: transparent;
    cursor:pointer;
}
button:focus{
    outline:none;
}

/* Rating CSS */

.rating-tag{
    background:#f9c301;
    padding:10px 0;
    width:200px;
    text-align: center;
    position:relative;
    left:-26px;
    border-radius:0 25px 25px 0;
    margin-bottom: 20px;
}
.rating-tag p{
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
    color:#000000;
    margin-bottom:0;
    font-size:14px;
}
.rating-row{
    padding: 0 20px 30px;
    border-bottom:1px solid #f3f3f3;
}
.rating-row h3{
    margin-top:0;
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
    color:#0d0e39;
    font-size:22px;
}
.rating-row p{
    font-family: 'Open Sans', sans-serif;
    font-weight:400;
    font-size:14px;
    color:#41494e;
    line-height:22px;
}
.rating-row span{
    display:inline-block;
    margin-right:20px;
}
.rating-row span i{
    color:#f9c301;
}
.rating-row .rating-date{
    font-family: 'Open Sans', sans-serif;
    font-weight:400;
    color:#768e9c;
    font-size:14px;
}
.rating-row .rating-date i{
    color:#bbccd6;
}
.rating-row img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.rating-row{
    margin-bottom:20px;
}
.rating-row h4{
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
    color:#0d0e39;
}
.rating-row textarea{
    border:1px solid #d5dfe5;
    border-radius:2px;
    box-shadow: none;
    margin:15px 0;
}
.rating-row button{
    float:right;
}
.rating-row:last-child{
    border-bottom:0;
}
.rating-row textarea:focus{
    box-shadow: none;
    border:1px solid #d5dfe5;
}

/* Subscribe CSS */

.account-content .subcard-one{
    background-image: linear-gradient(to right top, #15d4de, #00c7eb, #00b9f6, #00a8fc, #0c94fa);
    padding:20px 20px;
}
.account-content .subcard-one h3{
    font-family: 'Open Sans', sans-serif;
    color:#fff;
    text-align:center;
    margin-top:0;
    font-size:20px;
    text-transform: uppercase;
}
.account-content .subcard-one:after{
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 13px solid #01c8ea;
    position: absolute;
    margin-top: 15px;
    left: 43%;
}
.account-content .subcard-one h3:after{
    content:'';
    width:30px;
    height:2px;
    background:#fff;
    position:absolute;
    left:42%;
    margin-top:27px;
}
.account-content .subcard-two{
    background-image: linear-gradient(to right top, #bcb1f7, #ceb2f3, #deb5ef, #ebb7ea, #f6bbe5);
    padding:20px 20px;
}
.account-content .subcard-two h3{
    font-family: 'Open Sans', sans-serif;
    color:#fff;
    text-align:center;
    margin-top:0;
    font-size:20px;
    text-transform: uppercase;
}
.account-content .subcard-two:after{
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 13px solid #d1b3f3;
    position: absolute;
    margin-top: 15px;
    left: 43%;
}
.account-content .subcard-two h3:after{
    content:'';
    width:30px;
    height:2px;
    background:#fff;
    position:absolute;
    left:42%;
    margin-top:27px;
}
.account-content .subcard-three{
    background-image: linear-gradient(to right top, #51fcf2, #47ece3, #3dddd4, #33cdc5, #28beb7);
    padding:20px 20px;
}
.account-content .subcard-three h3{
    font-family: 'Open Sans', sans-serif;
    color:#fff;
    text-align:center;
    margin-top:0;
    font-size:20px;
    text-transform: uppercase;
}
.account-content .subcard-three:after{
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 13px solid #44e8df;
    position: absolute;
    margin-top: 15px;
    left: 43%;
}
.account-content .subcard-three h3:after{
    content:'';
    width:30px;
    height:2px;
    background:#fff;
    position:absolute;
    left:42%;
    margin-top:27px;
}
.account-content .card-header{
    border-radius:5px 5px 0 0;
}
.account-content .card-header p{
    color:#fff;
    text-align:center;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}
.account-content .card-body{
    background:#fff;
    padding:40px 20px;
}
.account-content .card-body ul{
    list-style-type:none;
    padding-left:0;
}
.account-content .card-body ul li{
    font-size: 13px;
    color: #979999;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    position: relative;
    padding-left: 24px;
    line-height: 20px;
    margin-bottom: 15px;
}
.account-content .card-body ul li:before{
    content: '\f00c';
    font-family: FontAwesome;
    margin-right: 10px;
    color: #0739ff;
    position: absolute;
    left: 0;
    margin-top: 3px;
}
.account-content .card-body ul li:last-child{
    margin-bottom:0;
}
.account-content .card-footer{
    background:url("../images/subscription-bg.png") center;
    background-size:100% 100%;
    padding:0 20px;
    height:90px;
    border-radius:0 0 5px 5px;
    text-align: center;
}
.account-content .card-footer .active-btn{
    background:#000000;
    border:1px solid #000;
    padding:7px 0;
    text-align:center;
    display:block;
    color:#fff;
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius:3px;
    transition: 600ms ease-in-out;
}
.account-content .card-footer .active-btn:hover{
    background:#fff;
    color:#000;
}
.subscribe-card {
    -webkit-box-shadow: 0px 0px 21px -8px rgba(214,214,214,1);
    -moz-box-shadow: 0px 0px 21px -8px rgba(214,214,214,1);
    box-shadow: 0px 0px 21px -8px rgba(214,214,214,1);
}
.account-content .card-footer .buy-btn{
    background:#fde602;
    border:1px solid #fde602;
    padding:7px 0;
    font-size:14px;
    text-align:center;
    display:block;
    color:#000;
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius:3px;
    transition: 600ms ease-in-out;
	width: 100%;	
}
.package-user p {
    color: #939393;
}
.account-content .card-footer .buy-btn:hover{
    background:#fff;
    color:#000;
    border:1px solid #000;
}
.dashboard img{
    width:100%;
}
.service-bookimg{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    float: left;
    margin-left: 15px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
.service-bookimg img{
    width: auto;
    height: 35px;
    object-fit: cover;
}
.profile-photoarea{
    width:189px;
    height:189px;
    border-radius: 50%;
    margin: 21px auto;
    overflow: hidden;
    display:block;
}
.profile-photoarea img{
    width:100%;
    height:189px;
    margin:0 auto;
    display:block;
    object-fit: cover;
}
.dashboard .dash-banner{
    width:100%;
    max-height: 175px;
}
.service-detail-slide img{
    width:100%;
}
.listing-proimg{
    width:100%;
    height:200px;
}
.listing-proimg img{
    width: auto;
    height: 100%;
    object-fit: cover;
}
.rating-row .rating-profilepic{
    width: 93px;
    height: 93px;
    margin: 0 auto;
    overflow: hidden;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #f9c301;
}
/*merchant pages css*/
.booking-table.merchant_table .table th {
    background: #0336ff;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
}
.booking-table.merchant_table .table td {
    font-family: 'aileronregular';
    color: #696969;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-size: 13px;
    padding: 12px 0 12px 11px;
}
.booking-table.merchant_table .table td.process {
    color: #06ce4d;
}
.booking-table.merchant_table .table td.finished {
    color: #737fa7;
}
.list-group.gallery {
    padding: 0;
    margin: 0;
}
.list-group.gallery .thumbnail {
    border: 0;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: red;
}
.list-group.gallery .smallbox:hover img, .list-group.gallery .largebox:hover img {
    transform: scale(1.3)rotate(10deg);
}
.list-group.gallery .smallbox {
    height: 200px;
    overflow: hidden;
}
.list-group.gallery img {
    width: 100%;
    transition: 1s all;
}
.list-group.gallery .largebox {
    height: 280px;
    overflow: hidden;
}
.user-account-info h3 a {
    float: right;
    font-size: 14px;
    vertical-align: middle;
    color: #0336ff;
    font-weight: 600;
}
.file_upload_div .file_divcenter::before {
    content: "";
    width: 235px;
    height: 90%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px dashed #708bf7;
    margin: 0 auto;
    top: 5%;
    border-radius: 10px;
}
.file_upload_div .file_divcenter {
    width: 270px;
    min-height: 300px;
    margin: 0 auto;
    border: 1px solid #e1e5f1;
    border-radius: 10px;
    padding: 38px 30px;
    text-align: center;
    position: relative;
}
.file_upload_div .file_divcenter p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #000;
    font-size: 13px;
    margin: 5px 0;
    letter-spacing: 0.5px;
}
.file_upload_div .file_divcenter h3 {
    color: #0336ff;
    font-size: 15px;
    font-weight: 800;
    margin: 0;
}
.file_upload_div .file_divcenter img {
    margin: 0 auto;
    margin-bottom: 15px;
}
.inputfile span {
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    background: #0336ff;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 1px;
    line-height: 45px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}
.inputfile {
    width: 172px;
    height: 45px;
    position: relative;
    margin: 0 auto;
    margin-top: 15px;
}
.inputfile input[type="file"] {
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.file_upload_img ul li::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.06);
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
}
.file_upload_img ul li {
    list-style: none;
    display: inline-block;
    width: 160px;
    height: 150px;
    overflow: hidden;
    margin: 4px 8px;
    border-radius: 20px;
    box-shadow: 3px 10px 13px rgba(193, 196, 205, 0.32);
    position: relative;
}
.file_upload_img ul li .upload_img{width: 100%;height: 100%;position: relative;}
.file_upload_img ul {
    padding: 0;
}
.file_upload_img {
    padding-top: 40px;
    text-align: center;
}

.file_upload_img ul li .upload_img a {
    position: absolute;
    z-index: 2;
    top: 10px;
    right: 10px;
    color: #fff;
    width: 22px;
    height: 22px;
    background: #0336ff;
    border-radius: 50px;
    font-size: 10px;
    font-weight: lighter;
    line-height: 22px;
    transition: 600ms all;
    transform: translate(0px, 20px);
    opacity: 0;
}
.file_upload_img ul li:hover .upload_img a {
    transition: 600ms all;
    transform: translate(0px, 0px);
    opacity: 1;
}
.merchant-raiting .rating-row h3{
    margin-top: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #0336ff;
    font-size: 18px;
    margin-bottom: 5px;
}
.merchant-raiting .rating-row h4{
    margin-top: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #000;
    font-size: 16px;
    margin-bottom: 5px;
}
.merchant-raiting .rating-row p {
    letter-spacing: 0.5px;
    font-weight: 500;
    display: inline-block;
    line-height: 20px;
    font-size: 13.5px;
    font-family: 'aileronregular';
    color: #101920;
    margin: 6px 0;
}
.booking-table.merchant_table .table td .service_img.image img {
    width: auto;
    height: 40px;
    object-fit: cover;
    padding: 0;
}
.booking-table.merchant_table .table td .service_img.icon img {
    width: auto;
    height: auto;
    padding: 0;
}
.booking-table.merchant_table .table td .service_img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    overflow: hidden;
}
.booking-table.merchant_table .table td.service-active {
    color: #34ab39;
}
.booking-table.merchant_table .table td.service-close {
    color: #ff0266;
}
.user-account-info h3 .headingbtn {
    color: #fff;
    background: #ff0266;
    display: inline-block;
    padding: 8px 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 2px;
    border: none;
}
/*KM radio Button*/
.milestoggle {
  margin: 0 0 1.5rem;
  box-sizing: border-box;
  font-size: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
.milestoggle input {
  width: 0;
  height: 0;
  position: absolute;
  left: -9999px;
}
.milestoggle input + label {
  margin: 0;
  padding: .75rem 2rem;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  border: solid 1px #DDD;
  background-color: #FFF;
  font-size: 1rem;
  line-height: 140%;
  font-weight: 600;
  text-align: center;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  transition: border-color .15s ease-out,  color .25s ease-out,  background-color .15s ease-out, box-shadow .15s ease-out;
  /* ADD THESE PROPERTIES TO SWITCH FROM AUTO WIDTH TO FULL WIDTH */
  /*flex: 0 0 50%; display: flex; justify-content: center; align-items: center;*/
  /* ----- */
}
.milestoggle input + label:first-of-type {
  border-radius: 6px 0 0 6px;
  border-right: none;
}
.milestoggle input + label:last-of-type {
  border-radius: 0 6px 6px 0;
  border-left: none;
}
.milestoggle input:hover + label {
  border-color: #0336ff;
}
.milestoggle input:checked + label {
  background-color: #0336ff;
  color: #FFF;
  box-shadow: 0 0 10px rgba(102, 179, 251, 0.5);
  border-color: #0336ff;
  z-index: 1;
}
.milestoggle label {
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    padding: 10px !important;
    text-align: center;
    min-width: 130px;
}
.milestoggle input:focus + label {
  outline-offset: .45rem;
}
.account-content .user-contanctinfo  .miles_coverd h4 {
    font-size: 20px;
    line-height: 26px;
    color: #000;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: capitalize;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    padding-bottom: 20px;
    margin: 0;
}
.account-content .user-contanctinfo  .miles_coverd h4 img {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    margin: auto;
    vertical-align: middle;
}
@media (max-width: 800px) {
  .milestoggle input + label {
    padding: .75rem .25rem;
    flex: 0 0 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.time_coverd {
    margin: 15px 0;
    padding: 15px 30px;
    background: #fffcf2;
}
.time_coverd ul li span select {
    width: 55px;
    border: 1px solid #e8dbb1;
    text-align: center;
}
.time_coverd ul li span {
    display: inline-block;
    float: right;
    vertical-align: middle;
    margin-right: 30px;
    position: relative;
    width: 70%;
    text-align: right;
}
.time_coverd ul li {
    list-style: none;
    border-bottom: 1px dashed #a6a6a6;
    padding: 10px 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #4c4c4c;
    font-size: 15px;
    margin: 5px 0;
    letter-spacing: 0.5px;
    vertical-align: middle;
    position: relative;
}
.time_coverd ul li a img {
    width: 17px;
}
.time_coverd ul li a {
    position: absolute;
    top: -13px;
    right: 18px;
    z-index: 1;
}
.time_coverd ul li span mark {
    color: #000;
    background: transparent;
    position: absolute;
    width: 100%;
    right: 0;
    text-align: right;
    visibility: hidden;
}
.time_coverd ul li span mark.active{
    visibility: visible;
}
.time_coverd ul li span i {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #4c4c4c;
    font-size: 15px;
    font-style: normal;
}
.time_coverd ul {
    padding: 0;
    margin: 0;
}
.checkbox-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.time_coverd ul li span.close::before {
    content: "";
    width: 60px;
    position: absolute;
    right: 0;
    height: 2px;
    background: #0336ff;
    top: 8px;
}
.time_coverd ul li span.close {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #000000;
    font-size: 15px;
    opacity: 1;
    padding-right: 70px;
    position: relative;
}
.checkbox-group label {
  position: relative;
  cursor: pointer;
}

.checkbox-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #c9d7e0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.checkbox-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.mar-dash{
    margin-bottom:35px;
}
{
    -webkit-filter: blur(3px);
}
/*tejaswi*/
.rate {
    float: left;
    height: 46px;
    padding: 0 10px;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}

.subscirbe-modal .modal-header{
    background:#000;
    border:0;
    padding:30px 0;
    border-radius: 7px 7px 0 0;
}
.subscirbe-modal .modal-header:after{
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    margin-top: 22px;
    left:47%;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid black;
}
.subscirbe-modal .modal-content{
    border:0;
    text-align: center;
}
}
.subscirbe-modal .modal-content h3{
    margin-top:0;
    color:#000;
    text-align: center;
    font-size:28px;
}
.notification-icon{
    width:70px;
    margin-left:42%;
}
.subscirbe-modal .modal-header .close {
    margin-top: -42px;
    color: #fff;
    margin-right: -13px;
    background: #000;
    padding: 5px 10px;
    border-radius: 50%;
    opacity: 1;
    font-size: 26px;
}
p.error {
    color: red !important;
    margin-bottom: 15px !important;
    padding: 0px !important;
    float: left;
    font-size: 12px !important;
    font-weight: 600;
    width: auto;
}
span.numview {
    color: #f9c301;
    font-weight: 500;
}
select.selectdrop {
    width: 100%;
    border: 3px solid #fff;
    border-right: none;
    padding: 5px;
    height: 42px;
    border-radius: 3px 0 0 3px;
    outline: none;
    color: #827f7f;
    font-family: 'Open Sans', sans-serif;
}
.search p.error {
    font-size: 13px !important;
    position: absolute;
    width: 100%;
    bottom: -89%;
    left: -75px;
}
.login-signup-panel p.error{
    margin-left:0;
}
label.cus-radio a {
    color: #655e5e;
}
input.timepicker {
    width: 26%;
    border: 1px solid #e8dbb1;
    text-align: center;
}
a.ui-corner-all{
    font-size: 9px;
    padding: 0px;
    font-weight: bold;
}
label.error {
    color: red !important;
    font-weight: bold !important;
}
.contact-faq .faq-content .panel-title.faq:before{
    margin-top: 28px;
}
a.dropdown-toggle.active::before {
    content: "";
    width: calc(100% + 20px);
    height: 3px;
    position: absolute;
    background: #ffbb03;
    top: -8px;
    border-radius: 0;
    left: -10px;
    right: 0;
}
a.dropdown-toggle.active::after {
    content: "";
    width: 50px;
    height: 18px;
    background: url(../images/border-dot.png)no-repeat center;
    position: absolute;
    top: -16px;
    left: -8px;
}
   .verify-section{
    background:#f2f2f2;
    padding:50px 0;
}
.verification-box{
    background:#fff;
    padding:30px 50px;
    border-radius:5px;
    box-shadow: -2px 6px 24px 0px rgba(234, 222, 234, 0.65);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}
.verification-box img{
    width:100px;
    height:auto;
}
.verification-box h3{
    color: #000;
    font-size: 30px;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    margin-bottom:20px;
}
.verification-box p{
    font-family: 'aileronregular';
    color: #656565;
    letter-spacing: 1px;
    font-size: 14px;
    text-align:center;
    line-height: 23px;
}
.verification-box a{
    display:block;
    margin:20px 80px 0;

}
.service-list-icon{
    float:right;
}
.listing-icon{
    border:2px solid #f9c301;
    border-radius:50%;
    padding:20px;
    margin:0 auto;
    width:100px;
    height:100px;
    overflow:hidden;
    vertical-align:middle;
}

/*client css*/
.client-slider{padding-top: 40px;}
.client_text span {
    font-size: 13px;
    color: #0448cc;
    letter-spacing: 0.5px;
    font-family: 'aileronregular';
    margin-bottom: 20px;
}
.client_text h3 {
    color: #000000;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
    margin-bottom: 5px;
    font-family: 'aileronregular';
}
.client_text p {
    color: #939fad;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 1px;
    padding: 20px 0;
    margin: 0;
    font-family: 'aileronlight';
}
.client_img img {
    margin: 0 auto;
    height: 100%;
    object-fit: cover;
    display: block;
    max-width: none;
    width: 100%;
}
section.client_section {
    padding: 40px 0;
}
.client_img {
    width: 300px;
    height: 300px;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    border: 10px solid #fff;
    box-shadow: 1px 1px 23px rgba(206, 220, 233, 0.82);
    margin:0 auto;
    margin-bottom: 15px;
    margin-top: 15px;
}
.client_text {
    margin-top: 30px;
}
.client-slider .slick-next {
    display: none !important;
}
.client-slider .slick-prev {
    width: 100px;
    height: 45px;
    border-radius: 50px;
    background: #fff;
    box-shadow:-4px 3px 10px rgba(0, 0, 0, 0.12);z-index: 8;left:8%;
}
.client-slider .slick-prev:before {
    font-family: "Fontawesome";
    content: "\f105";
    color: #0448cc;
}
.client-slider .slick-prev:before {
    font-family: "Fontawesome";
    content: "\f105";
    color: #efbb06;
    left: 20px;
    position: absolute;
    top: 25%;
    opacity: 1;
}
.client-slider .slick-prev:after {
    right: 20px;
    position: absolute;
    top: 35%;
    content: "Next";
    font-size: 13px;
    line-height: 1;
    opacity: 1;
    color: #788594;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'aileronregular';
    letter-spacing: 1px;
}
.testimonial .slide{
    background:none;
}
/* Phone Slider */

.aboutus .dm-width {
    width: 303px;
    margin: 0 auto; 
    /* float: right;*/
}

.aboutus .iphone-mockup {
   position: relative;
   z-index: 5;
}

.aboutus .dm-device {
    position: relative;
    width: 100%;
    padding-bottom: 203.477897%;
    margin-top: -169px;
}

.aboutus .device {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("../images/apple-iphoneshadow.png");
    background-size: cover;
    background-position: center center;
}

.aboutus .screen {
    overflow: hidden;
    position: absolute;
    top: 19.1%;
    bottom: 18.6%;
    left: 14.49%;
    right: 13.4%;
    background-color: #fff;
}

.aboutus .slider {
  height: 100%;
}
.aboutus .slider div {
  height: 100%;
}

.aboutus .slider__item {
    font-size: 100px;
    color: rgba(255,255,255,0.7);
    display: flex;
    justify-content: center;
    align-items: center;
}
.aboutus .slider__item {
    width:100%;
}
.heading.center-heading h2 span {
    margin-top: 12px;
}
.roadside-area{
    background: url(../images/shape.png) center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 19px;
}
.roadside-text{
   padding: 131px 60px;
}
.roadside-text h2{
    font-size: 35px;
    color:#000;
}
.roadside-text p{
    color:#000;
    font-size:15px;
    margin-bottom:20px;
}
.roadside-text h2::before{
    content: "";
    width: 60px;
    height: 3px;
    position: absolute;
    background: #fff;
    top: 132px;
    border-radius: 0;
}
.roadside-text h2::after{
    content: "";
    width: 50px;
    height: 18px;
    background: url(../images/border-dot.png)no-repeat center;
    position: absolute;
    top: 124px;
    left: 79px;
}
/* New Contact us 18/9/19*/

.update-con{
    border-radius:25px;
    -webkit-box-shadow: 0px 1px 8px -1px rgba(161,161,161,1);
    -moz-box-shadow: 0px 1px 8px -1px rgba(161,161,161,1);
    box-shadow: 0px 1px 8px -1px rgba(161,161,161,1);
    margin-top:25px;
    background:#fff;
}
.con-new-img{
    border-top-left-radius: 25px;
    border-bottom-left-radius:25px;
    width:91%;
}
.yellow-rec{
    background: #ffce21;
    padding: 10px 20px;
    position: absolute;
    width:80%;
    left: 15%;
    top: 290px;
    border-radius:5px;
    box-shadow: 0px 3px 14px 0px rgba(0, 11, 40, 0.06);
}
.yellow-rec h3{
    text-align: left;
    margin-top: 0;
    font-weight: 500;
    font-size: 25px;
}
.yellow-rec h3:before{
    display:none;
}
.yellow-rec h3:after{
    display:none;
}
.yellow-rec p{
    text-align:left;
    margin-left:0;
    width:100%;
}
.yellow-rec ul{
    list-style-type:none;
    text-align:right;
    margin-top:7px;
}
.yellow-rec ul li{
    display:inline-block;
    margin-right:15px;
}
.yellow-rec ul li:last-child{
    margin-right:0;
}
.yellow-rec ul li a{
    color:#000;
    font-size:22px;
    display:inline-block;
    transition: 0.9s;
}
.yellow-rec ul li a:hover{
    transition: 0.9s;
    -webkit-transform: rotate(360deg); /* Safari */
    transform: rotate(360deg);
    color:#fff;
}
.update-con{
    margin: 20px 146px;
    max-height: 457px;
    overflow: hidden;
}
.update-con form{
    padding: 25px 35px;
    padding-left:0;
    overflow: hidden;
}
.update-con form .form-control{
    border:0;
    box-shadow: none;
    border-bottom:1px solid #d4d4d4;
    border-radius:0;
    height:24px;
}
.update-con form .form-control:focus{
    border-bottom:1px solid #ffce21;
}
.update-con form .form-group{
    margin-bottom:17px;
}
.update-con form textarea{
    height:auto !important;
}
.update-con form label{
    letter-spacing: 1px;
    font-weight: 500;
    display: inline-block;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    color: #a7a7a7;
    margin-bottom: 0;
}
.c-btn{
    padding: 4px 32px;
}
.advertisment img{
    width:100%;
    height:auto;
}
.advertisment img{
    margin-bottom:25px;
    max-height: 100px;
}
.pro-add-section {
    margin-top: -37px;
}
.pro-add-section img{
    max-height:150px;
    width:100%;
    height: 80px;
}
.sub-addvertisment{
    margin-top:15px;
}
.sub-addvertisment img{
    max-height:130px;
    width:100%;
}
.package-details{
    padding:30px 0;
}
.pack-hd{
    background: #fff;
    padding: 0;
    width: 282px;
    margin: 0 auto;
    position: absolute;
    margin-top: -82px;
    left: 35%;
    text-align: center;
    border-radius:10px 10px 0 0;
}
.pack-hd h1{
    margin-top:5px;
    color:#000;
}
.package-user h3{
    font-size:17px;
    font-weight:400;
    margin-bottom:5px;
}
.package-user p{
    border-bottom:1px solid #b6b6b6;
    padding-bottom:5px;
}
.package-details-box{
    background: url(../images/subscription-bg.png) center;
    background-size: 100% 100%;
    padding: 0 20px;
    /* height: 90px; */
    border-radius: 0 0 5px 5px;
    /* text-align: center; */
    padding: 30px;
    border-radius: 5px;
    padding-top: 20px;
}
.package-label{
    margin-bottom:15px;
}
.package-details-box .quote p{
    margin-top: 15px;
    font-size: 16px;
    font-style: italic;
    font-family: 'Barlow Condensed', sans-serif;
    color: #eba6a6;
    text-align: left;
    margin-bottom: 0;
}
.paystack-trigger-btn{
    background: linear-gradient(to bottom,#ffc8c8 0,#ffeaea 100%) !important;
    border-bottom:0 !important;
}
.package-banner{
    width:100px;
    height:auto;
}
.package-heading{
    font-size:26px;
    color:#000;
    text-align:center;
}
.yellow-btn{
    padding:6px 20px;
    color:#fff;
}
li.totalrsa {
    color: #000;
    font-size: 17px;
    float: left;
    border: 3px solid #f9c301;
    padding: 7px;
    border-radius: 17px;
    margin-left: 0px !important;
    background: #f9c301;
    position: absolute;
    left: 10px;
    top: 1px;
}
li.totalrsa span {
    background: #fff;
    padding: 4px;
    border-radius: 15px;
    font-weight: 600;
}
li.view
{
    float: right;
}
.list-sort ul {
    margin-bottom: 35px;
}
.makeblur {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

section.similar-provider h4 , section.similar-provider p
{
    color: #000;
    margin-left: 13px;
}
/*tejaswi*/
/*media*/
@media(min-width: 1600px) and (max-width: 2200px){
    section.banner .slider {
        max-height: 100%;
    }

    .roadside-text {
        padding: 189px 60px;
    }
    .roadside-text h2 {
        font-size: 51px;
    }
    .roadside-text p{
        font-size: 19px;
        margin-bottom: 30px;
    }
}
 @media (min-width: 1600px) and (max-width: 1800px) {
    .car-img {
        height: 598px;
    }
    .carsec_content {
        padding: 173px 0;
    }
    .roadside-text {
        padding: 160px 60px;
    }
 }
  @media (min-width: 1801px) and (max-width: 2600px) {
    .car-img {
        height: 735px;
    }
    .carsec_content {
        padding: 229px 0;
    }
    section.roadside-area img {
        width: 86%;
    }
    .roadside-area{
        padding-bottom:32px;
    }
    .roadside-text h2::before{
        top: 192px;
    }
    .roadside-text h2::after{
        top: 183px;
    }
  }
  @media (min-width: 1025px) and (max-width: 1200px) {
    .ovel_text {
        width: 32% !important;
        left: 10% !important;
    }
    .pro-add-section {
        margin-top: -17px;
    }
  }
 @media (min-width: 1025px) and (max-width: 1367px) {
    header nav ul.nav li a{
        margin: 0 13px;
        font-size: 14px;
    }
    .ovel_text h1{
        font-size: 38px;
        line-height: 40px;
    }
    .about_img img {
        max-width: 100%;
    }
    .ovel_text{
        width: 30%;
        left: 10%;
    }
    .whychoose_text ul li{
        width: 166px;
    }
    .car-img img{
        width: 100%;
    }
    .newsletter h4{
        font-size: 25px;
    }
}
@media (min-width: 1000px) and (max-width: 1200px) {
    .vertical-button ul{
       left: 17.7%;
    }
    .dash-details .account-content .dashbox h3{
        font-size:30px;
    }
    .profile-photoarea {
        width: 150px;
        height: 150px;
    }
    .listing-proimg {
        height: 156px;
    }
    .rating-row .rating-profilepic {
        width: 73px;
        height: 73px;
    }
    .car-img {
        width:100%;
        height: 440px;
    }
    .carsec_content {
        padding: 67px 0;
    }
    .roadside-text {
        padding: 60px 60px;
    }
    .roadside-text h2::before{
        top: 68px;
    }
    .roadside-text h2::after{
        top: 60px;
    }
     .update-con form .form-group {
        margin-bottom: 16px;
    }
        .update-con {
        margin: 20px 45px;
    }
}
@media (min-width:1200px) and (max-width:1300px){
    .update-con {
        margin: 20px 120px;
    }
}
@media (min-width: 991px) and (max-width: 1024px) {
	.vertical-button ul{
		left: 18.5%;
	}
	.login-signup{
		padding: 157px 0;
	}
	.newsletter h3{
		font-size: 18px;
	}
	.newsletter h4{
		font-size: 35px;
	}
	.app-btn-row{
		margin-top: 35px;
	}
    header nav ul.nav li a{
        margin: 0 10px;
        font-size: 14px;
    }
    .about_img img{
        max-width:100%;
    }
    .ovel_text{
       width: 35%;
        left: 13%;
    }
    .ovel_text h1{
        font-size: 32px;
        line-height: 21px;
    }
    .faq-question h3{
        font-size: 35px;
    }
    .car-img img{
        max-width: 100%;
    }
    .whychoose_text ul li{
        width: 163px;
    }
    .app-btn{
        font-size: 12px;
    }
    .map-design .filter-box h3{
        font-size: 16px;
    }
    .list-viewitem-details {
        padding: 0;
    }
    .list-viewitem-details h3{
        font-size: 22px;
    }
    .list-viewitem-details p{
        font-size: 14px;
       margin-bottom: 0;
    }
    .service-details .choose-service ul li img {
        width: 26px;
        height: 26px;
    }
    .service-details .choose-service ul li{
        margin-right: 22px;
    }
    .similar-provider .slick-next {
        left: 95.5%;
    }
    .dash-details .account-content .dashbox h3{
        font-size:30px;
    }
    .rating-row h3{
        font-size:18px;
    }
    .rating-row p{
        font-size: 12px;
        line-height: 16px;
    }
    .rating-row .rating-date , .rating-row span i{
        font-size: 11px;
    }
    .account-content .subcard-one{
        padding: 10px 20px;
    }
    .account-content .subcard-one h3{
        font-size: 15px;
    }
    .account-content .subcard-one h3:after{
        left: 39%;
        margin-top: 21px;
    }
    .account-content .subcard-one:after{
        margin-top: 4px;
        left: 40%;
    }
    .account-content .subcard-two h3{
        font-size: 15px;
    }
    .account-content .subcard-two{
        padding: 10px 20px;
    }
    .account-content .subcard-two h3:after{
        left: 39%;
        margin-top: 20px;
    }
    .account-content .subcard-two:after{
        margin-top: 5px;
        left: 39%;
    }
    .account-content .subcard-three{
        padding: 10px 20px;
    }
    .account-content .subcard-three h3{
        font-size: 15px;
    }
    .account-content .subcard-three h3:after{
        left: 40%;
        margin-top: 21px;
    }
    .account-content .subcard-three:after{
        margin-top: 5px;
        left: 40%;
    }
    .account-content .card-body{
        padding: 15px 10px;
    }
    .account-content .card-body ul li{
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 10px;
    }
    .account-content .card-footer .active-btn , .account-content .card-footer .buy-btn{
        font-size: 11px;
        padding: 3px 0;
    }
    .account-content .card-footer{
        height: 66px;
    }
    .rating-row .rating-profilepic {
        width: 65px;
        height: 65px;
    }
    .car-img {
        height: 406px;
    }
    .carsec_content {
        padding: 82px 0;
    }
    .carsec_text h2{
        font-size: 27px;
    }
    .carsec_text p{
        font-size: 13px;
        line-height: 19px;
    }
    .listing-icon{
        width: 50px;
        height: 50px;
        padding: 8px;
    }
    .search p.error{
        font-size: 12px !important;
        left: -49px;
    }
    .update-con form .form-group {
        margin-bottom: 10px;
    }
    .con-new-img{
        width:92%;
    }
    .pro-add-section {
        margin-top: -17px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
	.vertical-button ul{
		left: 16%;
	}
	.newsletter h3{
		font-size: 18px;
	}
	.newsletter h4{
		font-size: 26px;
	}
	.newsletter .searchButton{
		font-size: 9px;
        margin: 4px 0;
        padding: 4px 11px;
	}
	.app-btn {
		padding: 3px 7px;
		font-size: 13px;
	}
	.app-btn-row{
		margin-top: 37px;
	}
    .logo a img {
        max-width: 74px;
    }
    header nav ul.nav li a{
        margin: 0 5px;
        font-size: 12px;
    }
    .highlight-no{
       width: 88px;
       height: 169px;
       position: fixed;
       top: 349px;
       right: 0;
       padding-top: 15px;
    }
    .highlight-no a{
       writing-mode: vertical-rl;
    }
    header .container{
        padding-right: 20px;
    }
    .about_img img {
        max-width: 100%;
    }
    .ovel_text{
        width: 59%;
        left: 19%;
        top: 20%;
    }
    .ovel_text h1{
        font-size: 25px;
        line-height: 23px;
    }
    .ovel_text p{
        padding: 10px 0;
		font-size: 12px;
		line-height: 18px;
    }
    .blur-wht select{
        height: 40px;
    }
    .slider_btn{
        padding: 3px 40px;
    }
    .car-img img {
        max-width: 528px;
    }
    .faq-question h3{
        font-size: 30px;
    }
    .faq-content .panel-title>a, .panel-title>a:active{
        font-size:12px;
    }
    .whychoose_text ul li:hover, .whychoose_text ul li.active{
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .app-btn{
        font-size: 12px;
    }
    .app-btn img {
        width: 15px;
        height: 15px;
    }
    .how_works {
        padding: 50px 0;
    }
    .newsletter .searchTerm{
        height: 40px;
    }
    .about-banner h1{
        font-size: 30px;
    }
    .about-banner p{
        font-size: 13px;
        line-height: 21px;
    }
    .about-banner{
        padding: 90px 0;
    }
    .about-intro p{
        font-size: 12px;
        line-height: 20px;
    }
    .map-design .filter-box .listing-box ul li{
        padding: 5px 8px;
    }
    .map-design .filter-box h3{
        font-size: 14px;
    }
    .map-design .filter-box .listing-box ul li a{
        font-size: 12px;
    }
    .map-design .filter-box .filter-btn{
        font-size: 10px;
    }
    .filter-box .checkbox label{
        font-size: 11px;
    }
    .faq-banner h1{
        font-size: 30px;
    }
    .contact-social h3{
        font-size: 30px;
    }
    .contact-social h3::before{
        margin-left: 12px;
    }
    .contact-social h3::after{
        margin-left: -68px;
    }
    .con-form h3{
         font-size: 30px;
    }
    .con-form h3::before{
        margin-left: 40px;
    }
    .con-form h3::after{
        margin-left: -102px;
    }
    .contact-faq h3{
        font-size: 30px;
    }
    .contact-faq h3::before{
        margin-left: 132px;
    }
    .contact-faq h3::after{
        margin-left: -183px;
    }
    .list-viewitem-details {
        padding: 0;
    }
    .list-viewitem-details h3{
        font-size: 20px;
        margin: 0;
    }
    .list-viewitem-details p{
        font-size: 12px;
        margin-bottom:0;
    }
    .list-viewitem-details span i{
        font-size: 12px;
    }
    .list-viewitem-details .loc-mob ul li{
        font-size: 7px;
        margin-right: 10px;
    }
    .service-details .choose-service ul li img {
        width: 20px;
        height: 20px;
        margin-bottom:0;
    }
    .service-details .choose-service ul li{
       margin-right: 7px;
    }
    .service-details .choose-service ul li a{
        font-size:14px;
    }
    .similar-provider .slick-next {
        left: 94.5%;
    }
    .dashbox{
        margin-bottom:15px;
    }
    .user-sidbar .user-info img {
        width: 20px;
        height: 20px;
    }
    .user-sidbar .sidebar-option ul li {
        padding: 10px 15px;
    }
    .dash-details .account-content .dashbox h3{
        font-size: 30px;
    }
    .user-account-info h3 , .user-sidbar .user-info p{
        margin-bottom:0;
    }
    .user-sidbar .user-info{
        padding: 5px 15px;
    }
    .user-sidbar .user-info p{
        font-size: 12px;
        margin-top:0;
    }
    .user-sidbar .sidebar-option ul li a{
        font-size:12px;
    }
    .dash-details .account-content .sub-tag p{
        font-size: 13px;
    }
    .dash-details .account-content .sub-tag{
        padding: 5px;
    }
    .booking-table h3{
        font-size: 14px;
    }
    .booking-table .table th{
        font-size: 10px;
    }
    .booking-table .table td{
        padding: 5px 0;
        font-size: 10px;
        padding-right: 20px;
    }
    .booking-table .table td img{
        padding-left: 0;
    }
    .account-content .user-contanctinfo h3 , .dash-details .profile-imgsection .edit-name , .account-content .user-contanctinfo .form-control{
        font-size: 11px;
    }
    .get-help{
        font-size: 14px;
        padding: 4px 15px;
    }
    .account-content .user-contanctinfo img{
        width: 12px;
        height: auto;
    }
    .rating-row h3{
        font-size: 15px;
    }
    .rating-row p{
        font-size: 12px;
        line-height: 15px;
    }
    .rating-row span i , .rating-row .rating-date{
        font-size:11px;
    }
    .account-content .subcard-one{
        padding: 10px 20px;
    }
    .account-content .subcard-one h3{
        font-size: 13px;
    }
    .account-content .subcard-one h3:after{
        left: 35%;
        margin-top: 18px;
    }
    .account-content .subcard-one:after{
        margin-top: 4px;
        left: 40%;
    }
    .account-content .subcard-two h3{
        font-size: 15px;
    }
    .account-content .subcard-two{
        padding: 10px 20px;
    }
    .account-content .subcard-two h3:after{
        left: 39%;
        margin-top: 20px;
    }
    .account-content .subcard-two:after{
        margin-top: 5px;
        left: 39%;
    }
    .account-content .subcard-three{
        padding: 10px 20px;
    }
    .account-content .subcard-three h3{
        font-size: 15px;
    }
    .account-content .subcard-three h3:after{
        left: 40%;
        margin-top: 21px;
    }
    .account-content .subcard-three:after{
        margin-top: 5px;
        left: 40%;
    }
    .account-content .card-body{
        padding: 15px 10px;
    }
    .account-content .card-body ul li{
        font-size: 10px;
        line-height: 13px;
        margin-bottom: 7px;
    }
    .account-content .card-footer .active-btn , .account-content .card-footer .buy-btn{
        font-size: 9px;
        padding: 0;
    }
    .account-content .card-footer{
       height: 52px;
    }
    .account-content .card-header p{
        font-size: 10px;
    }
    .profile-photoarea {
        width: 97px;
        height: 97px;
    }
    .listing-proimg {
        height: 101px;
    }
    .rating-row .rating-profilepic {
        width: 47px;
        height: 47px;
    }
    .car-img {
        height: 315px;
    }
    .carsec_text{
        padding: 30px 50px;
    }
    .carsec_text h2{
        font-size: 24px;
    }
    .carsec_text p{
        font-size: 11px;
        line-height: 16px;
    }
    .carsec_content {
        padding: 49px 0;
    }
    .listing-icon{
        width: 50px;
        height: 50px;
        padding: 8px;
    }
    .newsletter .searchButton{
        height: 55px;
        width: 55px;
        bottom: -12px;
    }
    .client-slider{padding-top:20px;}.client_img{width:250px;height:250px;}.client_text{margin-top:0;}
    .client-slider .slick-prev{left:0;}
    p.error{
        margin-top: 6px !important;
        margin-left: 22px;
        font-size: 12px !important;
    }
    .search p.error{
       font-size: 11px !important;
       left: -32px;
    }
    .roadside-text {
        padding: 60px 60px;
    }
    .roadside-text {
        padding: 30px 10px;
    }
    .aboutus .dm-width{
        width: 202px;
    }
    .aboutus .dm-device{
        margin-top:0;
    }
    .roadside-text h2::before {
        top: 40px;
    }
    .roadside-text h2::after{
        top: 32px;
        left: 30px;
    }
    .update-con form .form-group {
        margin-bottom: 5px;
    }
    .update-con form label{
        font-size: 12px;
    }
    .update-con form .form-control{
        height: 20px;
    }
    .update-con{
        margin: 20px 44px;
    }
    .con-new-img{
        width:93%;
    }
    .update-con form {
        padding: 14px 25px;
    }
    .yellow-rec h3{
        font-size:22px;
    }
    .yellow-rec p{
        font-size: 13px;
    }
    .yellow-rec{
        top: 184px;
    }
    .pro-add-section {
        margin-top: -11px;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    header .container{
        padding-right: 0;
    }
    .list-sort ul {
    margin-bottom: 40px;
}
    .subscirbe-modal .modal-dialog{
        margin:25px;
    }
    .highlight-no{
        display:none;
    }
    .name_email a{
        font-size:11px;
        margin-top: 5px;
    }
    .name_email a img{
        margin-top: -8px;
    }
    .logo {
        padding-top: 4px;
    }
    .logo a img {
        max-width: 60px;
    }
	.vertical-button ul{
		left: -13.5%;
	}
    .bar_menu .nav-toggle-bar{
        margin-left: 50px;
        color:#f9c301;
        margin-top:16px;
    }
    .bar_menu .nav-toggle-bar i{
        font-size:20px;
    }
    .privacy-banner{
        margin-top: 71px;
    }
    header .active .collapse{
        display:block;
    }
    .fadeclose.active {
        transform: translate(0);
    }
    header nav.navbar {
        border-radius: 0;
        margin-bottom: 0;
        border: 0;
        position: fixed;
        width: 70%;
        height: 100%;
        left: 0;
        background: #fff;
        transform: translatex(-100%);
        transition: 1s all;
        z-index: 2;
        top: 0;
    }
    .fadeclose {
        border-radius: 0;
        margin-bottom: 0;
        border: 0;
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        background: #0000002e;
        transform: translatex(-100%);
        transition: 1s all;
        z-index: 1;
        top: 0;
    }
    nav.navbar.active {
        transform: translatex(0);
    }
    ul.nav.navbar-nav.navbar-right li{
        display:block;
        text-align:left;
    }
    header ul li.active a::before{
        display:none;
    }
    header ul li.active a::after{
        content: "";
        width: calc(100% + 20px);
        height: 3px;
        position: absolute;
        background: #ffbb03;
        top: 41px;
        border-radius: 0;
        left: -10px;
        right: 0;
    }
    header.fixed .up_header{
        height:auto;
    }
	footer .page-ending p{
		text-align:center;
	}
	footer .page-ending ul{
		text-align: center;
		padding-left: 0;
	}
	.newsletter h3{
		font-size: 15px;
        margin-top: 0;
	}
	.newsletter h4{
		font-size: 28px;
	}
	.newsletter{
		padding: 20px 0;
	}
	.newsletter .searchButton{
		font-size: 10px;
		padding: 4px 10px;
		margin: 5px 0;
		right: 0;
		height: 55px;
        width: 55px;
	}
	.app-btn {
		padding: 6px 6px;
	}
	.app-btn-row{
		margin-top:30px;
	}
	.newsletter .searchTerm{
		height: 43px;
		width: 100%;
	}
    .privacy-banner{
        padding: 20px 0;
    }
    .privacy-banner h1{
        font-size: 35px;
    }
    .privacy-content {
        padding: 0;
    }
    .privacy-content .policy-details h3{
        font-size: 21px;
        margin-bottom: 10px;
    }
    .privacy-content .policy-details p{
        line-height: 26px;
    }
    .car-img img{
        display: block;
    }
    .about_img img {
        max-width: 100%;
    }
    .ovel_text{
        width:90%;
        position: static;
        margin-top: 25px;
    }
    section.banner::before{
        display:none;
    }
    .ovel_text h1 {
        color: #000;
        font-size: 33px;
        line-height: 40px;
    }
    .ovel_text p{
        color: #000;
    }
    .carsec_text h2{
        font-size: 35px;
    }
    .car-img{
        height:auto;
    }
    .carsec_content {
        padding: 32px 0;
    }
    .carsec_text{
        padding: 30px 30px;
    }
    .heading h2{
        font-size:35px;
    }
    section.aboutus {
        padding: 0;
    }
    section.services_section{
        padding-bottom:0;
        padding-top:0;
    }
    .how_works {
      padding: 50px 0;
    }
    .step-box::before{
        display:none;
    }
    .work_box{
        margin-bottom:15px;
    }
    .whychoose_text ul li:hover, .whychoose_text ul li.active{
        -webkit-transform: translateY(0);
         -ms-transform: translateY(0);
        /* transform: translateY(-20px); */
    }
    .terms-banner h1{
        font-size:30px;
    }
    .terms-banner{
        padding: 70px 0;
    }
    .border-between:after{
        display:none;
    }
    .faq-banner p{
        width:100%;
    }
    .faq-question h3{
        font-size: 30px;
    }
    .faq-content .panel-default>.panel-heading+.panel-collapse .panel-body{
        padding: 5px 25px;
    }
    .faq-question h3:after{
        left: 40%;
    }
    .faq-content{
        margin-top: 35px;
    }
    .faq-banner{
        padding: 70px 0 40px;
    }
    header nav ul.nav li a{
        color:#000 !important;
    }
    .border-between > [class*='col-']:before {
        display:none;
    }
    .app-btn img {
      width: 15px;
      height: 15px;
    }
    .app-btn{
        font-size: 13px;
        margin-right: 10px;
    }
    .sewrap{
        margin-bottom: 25px;
    }
    .about-banner h1{
        font-size: 19px;
            margin-bottom: 0;
        line-height: 22px;
    }
    .about-banner p{
       font-size: 14px;
       line-height: 23px;
    }
    .about-banner{
        padding: 70px 0 50px;
        height:auto !important;
    }
    .about-intro h2{
        font-size: 35px;
    }
    .about-intro h2:after{
        left: 4%;
    }
    .map-locationbar{
        position:static;
        transform: translate(0);
        margin-bottom: 10px;
    }
    .map-locationbar .losearchButton{
        line-height: 16px;
        width: 114px;
    }
    .map-statebar .losearchstate{
        width: 100%;
        margin-left: 0;
        margin-right:0;
        height: 39px;
        margin-top: 2px;
    }
    .map-statebar{
        position:static;
        transform:translate(0);
    }
    .map-search{
        margin-top: 54px;
        padding: 10px 0;
    }
    .whitebadse{
        padding: 20px 0;
    }
    .contact_pg p{
        padding:0;
    }
    .form_tight form input[type="submit"]{
       padding: 6px 0;
    }
    .contact-social h3{
        font-size: 30px;
    }
    .contact-social h3::before{
        margin-left: 13px;
    }
    .contact-social h3::after{
        margin-left: -86px;
    }
    .contact-social ul li a {
        height: 50px;
        width: 50px;
        font-size: 22px;
    }
    .contact-social ul li{
        margin-right: 25px;
    }
    .con-form p{
        width: 100%;
    }
    .list-sort ul{
        padding-left:0;
    }
    .list-sort .list-sort-btn{
        width: 159px;
        padding: 4px 5px;
    }
    .list-sort ul li{
        margin-left: 4px;
    }
    .list-sort .bar-btn{
        font-size: 13px;
    }
    .list-sort .list-sort-btn span{
        font-size: 11px;
    }
    .list-sort .list-sort-btn select{
        font-size: 11px;
    }
    .list-view-item{
        margin: 10px 0;
        padding: 15px 0;
    }
    .pl-zero{
        padding-left:15px;
    }
    header.white-header nav ul.nav li a{
        color:#000;
    }
    .list-filter-box{
        border: 0;
        border-bottom: 1px solid #d1d4d4;
    }
    .list-view-item img{
        width:150px;
        height:auto;
    }
    header.fixed ul li.active a::after{
        content: "";
        width: calc(100% + 20px);
        height: 3px;
        position: absolute;
        background: #ffbb03;
        top: 41px;
        border-radius: 0;
        left: -10px;
        right: 0;
    }
    .list-sort{
        padding: 11px 0;
    }
    .service-details .choose-service ul li img {
        width: 20px;
        height: 20px;
        margin-bottom:0;
    }
    .service-details .choose-service ul li a{
        font-size: 11px;
    }
    .service-details .choose-service ul li{
        margin-right: 11px;
    }
    .service-details .service-info h1{
        font-size: 20px;
    }
    .service-details .service-info .sub-hd{
        margin: 8px 0;
        font-size: 13px;
    }
    .service-details .service-info p span i{
        font-size: 11px;
    }
    .service-details .service-info p span{
        font-size:10px;
    }
    .gomap{
        right: -20px;
    }
    .get-help{
        padding: 6px 16px;
    }
    .similar-provider h3{
        font-size: 20px;
    }
    .similar-provider .slick-prev , .similar-provider .slick-next{
        display:none !important;
    }
    .user-sidbar .user-info , .user-sidbar .sidebar-option{
        border: 1px solid #dde1e1;
    }
    .user-sidbar .sidebar-option ul li:last-child{
        border-bottom:0;
    }
    .user-sidbar .sidebar-option ul li{
        padding: 10px 15px;
    }
    .user-sidbar .user-info{
        padding: 4px 15px;
    }
    .user-sidbar .user-info span.user-small{
        margin-top:5px;
    }
    .dash-details .account-content .dashbox{
        padding: 10px 20px;
        min-height: 183px;
        margin-bottom: 15px;
    }
    .user-account-info h3{
        margin-bottom:0;
    }
    .mb-pzero{
        padding:0;
    }
    .dash-details .account-content .sub-tag p{
        font-size: 13px;
        line-height: 15px;
    }
    .dash-details .account-content .sub-tag{
        margin-top:0;
    }
    .booking-table .table th{
        padding-left:0;
       text-align: center;
    }
    .booking-table .table td{
        padding: 10px 10px;
        text-align: center;
    }
    .account-content .user-contanctinfo h3{
        margin-top:15px;
    }
    .rating-row img{
        margin:0;
        margin-bottom:10px;
    }
    .rating-row h3{
        font-size: 17px;
    }
    .subscribe-card{
        margin-bottom: 15px;
    }
    .listing-proimg {
        height: auto;
    }
    .rating-row .rating-profilepic {
        width: 55px;
        height: 55px;
    }
    .list-sort ul{
        text-align:left;
    }
    .list-viewitem-details p{
        font-size: 15px;
    }
    .map-statebar .lostateButton{
        padding: 7px 31px;
    }
    .car_sec{
        padding-top: 20px;
    }
    .listing-icon{
        padding: 8px;
        margin: 0;
        margin-bottom:15px;
        width: 50px;
        height: 50px;
    }
    .list-viewitem-details{
        padding-left: 0;
    }
    .client-slider{padding-top:20px;}.client_img{width:250px;height:250px;}.client_text{margin-top:0;}
    .client-slider .slick-prev{left:0;}
    .aboutus .dm-device{
       margin-top: -26px;
    }
    .aboutus .dm-width{
        float:none;
        margin:0 auto;
    }
    .login-signup-panel .tab-content .for-link{
        float: none;
        width: 100%;
    }
    .search p.error{
        left: -54px;
    }
    .roadside-area{
        background:none;
        margin-top:35px;
    }
    .roadside-text {
        padding: 14px 11px 43px;
    }
    .roadside-text h2::before{
        background: #e7b305;
        top: 22px;
    }
    .roadside-text h2::after{
        top: 14px;
        left: 32px;
    }
    .update-con {
        margin: 20px 0;
        border-radius: 16px;
        max-height:none;
    }
    .con-new-img {
        border-radius: 16px;
        width: 100%;
    }
    .yellow-rec{
        width: 91%;
        left: 15px;
        bottom: 0;
        display:none;
    }
    .update-con form{
        padding-left:25px;
    }
    .update-con form .form-group {
        margin-bottom: 10px;
    }
    .m-p-zero{
        padding:0;
    }
    .ml-p-zero{
        padding-left:0;
    }
    .pro-add-section{
        margin-top:10px;
    }
    .contact-faq h3::before{
        margin-left: 117px;
    }
    .contact-faq h3::after{
        margin-left: -106px;
    }
    .faq-content .panel-title>a, .panel-title>a:active{
        padding: 25px 0;
    }
    .contact-faq .faq-content .panel-title.faq:before{
       margin-left: -20px;
    }
    .contact-faq.contact-faq .faq-content .panel-default>.panel-heading+.panel-collapse .panel-body{
        padding: 0;
    }
	.footer h3{
		font-size: 17px;
	}
}
.sampleContainer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999;
}
.loading {
    position: relative;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    text-align: center;
}
.loading h2 span {
    display: inline-block;
    vertical-align: middle;
    width: .2em;
    height: .2em;
    margin: .15em;
    background: #020e27;
    border-radius: .6em;
    -webkit-animation: loading 1s infinite alternate;
    animation: loading 1s infinite alternate;
}
.loading span:nth-of-type(2) {
    background: #ffbb03;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.loading span:nth-of-type(3) {
    background: #009B9E;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.loading span:nth-of-type(4) {
    background: #00A77D;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.loading span:nth-of-type(5) {
    background: #00B247;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
.loading span:nth-of-type(6) {
    background: #5AB027;
    -webkit-animation-delay: 1.0s;
    animation-delay: 1.0s;
}
.loading span:nth-of-type(7) {
    background: #A0B61E;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}
@media(min:360px) and (max-width:767px){    .pack-hd{
        left:8%;
        margin-top: -60px;
    }
    .pack-hd h1{
        font-size:25px;
    }}
    @media screen and (min-width: 768px){
.subscirbe-modal .modal-dialog.modal-md{
    width: 376px;
    margin: 30px auto;
}
}


/* Vijay CSS 5-15-20 */

.order_traker ul li::after{
    left: -12% !important;
}
.messenger h3.text-center {
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0;
    padding-bottom: 1%;
    box-shadow: 0 8px 6px -6px #cacaca;
}
.messenger h3.text-center {
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0;
    padding-bottom: 1%;
}
.messenger h3.name{
    margin-top:0;
}
#loadnewmsg{
    margin-top:25px;
}
.chat_ib h5{
    font-size: 20px !important;
}
.headind_srch{
    background:#f8c60e;
}
.recent_heading h4{
    color:#000 !important;
    font-size: 26px !important;
}
.inbox_chat, .inbox_msg{
    background:#ffffff;
}
.inbox_chat .active_chat{
    background:#fff !important;
}
.sent_msg p{
    background: #ffbb03 none repeat scroll 0 0 !important
}
.received_withd_msg p{
    background: #000 none repeat scroll 0 0 !important;
    color: #fff !important;
}
.btn-warning{
    background-color: #f9c301;
}
/* Vijay Changes 22-09-2020 */

.buy-sell-newsection{
    padding:40px 0;
}
.buysell-box{
    border: 1px solid #ddd;
    padding: 0 40px 18px;
    border-radius: 4px;
    margin-bottom: 36px;
}
.buysell-box h4{
    font-size: 19px;
    line-height: 26px;
    text-align: center;
    color: #333;
    font-weight: 400;
    font-family: "Barlow Condensed", sans-serif;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    position: relative;
}
.buy-sell-newsection .center-heading{
    margin-bottom:25px;
}
.buysell-box:hover{
    border:1px solid #fff;
    box-shadow: 1px 1px 23px rgba(206, 220, 233, 0.82);
    transition:0.3s;
}
.buysell-rows{
    margin:0 40px;
}
@media(max-width:1024px){
    .buysell-rows {
        margin: 0 8px;
    }
}
@media(max-width:768px){
    .buysell-rows {
        margin: 0 8px;
    }
    .buysell-box h4{
        font-size: 16px;
        line-height: 20px;
    }
    .buysell-box{
        min-height: 138px;
        padding: 13px 40px 18px;
    }
    .addressbox .heading-design-h5{
        line-height: 24px;
    }
    .account-content .user-contanctinfo label{
        display:block;
        padding-left:0;
        margin-bottom:15px;
    }
}
ul.nav.navbar-nav.navbar-right .dropdown-menu li{
    padding:0;
    font-size: 15px;
}
header nav ul.nav  .dropdown-menu li a{ 
    text-transform:capitalize;
    font-size:13px;
}
.search-vhicle-new .buybanner-caption .black_hover{
    font-weight: 500;
    margin-left: 0;
    padding: 5px 31px;
    font-size: 20px;
}
.search-vhicle-new .search-vhicle-new-table{
    border: 1px solid #ddd;
    border-radius:5px 5px 0 0;
}
.search-vhicle-new .search-vhicle-new-table td{
    vertical-align: middle;
    padding: 8px 20px;
}
.search-vhicle-new .serch-vhiclefilter{
    background: #fbd241;
    box-shadow:none;
}
.search-vhicle-new .serch-vhiclefilter:hover, .search-vhicle-new .serch-vhiclefilter th:hover, .search-vhicle-new .table-hover>tbody>tr:hover>th{
    background: #fbd241!important;
}
.search-vhicle-new .car-listing p a{
    color: #141210;
    font-size: 16px;
}
.search-vhicle-new .car-listing p a i.fa-trash{
    color:red;
}
.search-vhicle-new .serch-vhiclefilter th{
    border:0;
    color:#000;
     padding: 10px 20px;
}
.search-vhicle-new .search-vhicle-new-table td p{
    margin-bottom:0;
}
.search-vhicle-new table{
    margin-bottom:0;
}
.filter-section .panel-collapse::-webkit-scrollbar{
    height: 4px;
    width: 4px;
    background: gray;
}
.filter-section .panel-collapse::-webkit-scrollbar-thumb:horizontal{
    background: #000;
    border-radius: 10px;
}
.filter-section .checkbox{
    margin-bottom:0;
}
.filter-section .checkbox.radio{
    margin-bottom:10px;
}
/* Vijay New Design Changes */

/*header .header-menu-nav{
	background:#fff;
}*/
.home-wide-selection{
	background:url("../images/home-newsection-banner.jpg");
	background-repeat:no-repeat;
	padding: 52px 40px 180px;
	background-size:cover;
}
.home-wide-selection p{
	font-family: 'aileronlight';
	color:#faca4b;
	font-size:15px;
	letter-spacing:2px;
	margin-bottom:0;
	text-transform:uppercase;
}
.home-wide-selection h3{
	    color: #fff;
    margin: 0;
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 600;
	margin-top:0;
    line-height: 60px;
    letter-spacing: 2px;
}
.home-wide-selection a{
	color:#fff;
	font-size:16px;
	text-transform:capitalize;
}
.home-wide-selection .slider_btn{
	padding: 5px 20px;
	font-family: 'aileronsemibold';
}
footer img{
	float:left;
	display:inline-block;
	padding-right:5px;
	margin-bottom:25px;
}
#mainPageSearch .merchant-add-product-search a i{
    background: #f9c301;
    padding: 13px;
    margin-top: -6px;
    border-radius: 27px;
    color: #fff;
    position: absolute;
}
#mainPageSearch .merchant-add-product-search{
    margin-left: 0px;
}
div#mainPageSearch .merchant-add-product-search input#search {
    border-radius: 0;
    padding: 17px;
    border: 1px solid #f1efef;
}
.wrapper.modalBlur > *:not(.modal) {
  -webkit-filter: blur(10px);
}

/* Insurance Provider CSS */

.insurance-provider-block.con-form{
    background:#fff;
}
.insurance-provider-block .insurance-filter ul{
    list-style-type:none;
    padding-left:0;
    text-align:right;
}
.insurance-provider-block .insurance-filter ul li{
    display:inline-block;
    margin-left:15px;
}
.insurance-provider-block .insurance-filter ul li .location{
    background:#f9c301;
    border:1px solid #f9c301;
    color:#fff;
    padding:8px 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
    font-size:15px;
}
.insurance-provider-block .insurance-filter ul li .location:hover{
    cursor:pointer;
    background:#fff;
    color:#f9c301;
    transition:0.3s;
}
.insurance-provider-block .insurance-filter ul li .form-control{
    border: 1px solid #dbdcdc;
    padding:8px 25px;
    border-radius:0;
    color:#000;
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
    font-size:15px;
    height:auto;
}
.insurance-provider-block .insurance-filter ul li .form-control:focus, .insurance-provider-block .insurance-filter ul li .form-control:hover{
    box-shadow:none;
    cursor:pointer;
}
.insurance-provider-block .providerDetails h2{
    color:#000;
}
.insurance-provider-block .providerDetails h5{
    color:#f9c301;
}
.insurance-provider-block .providerDetails p{
    color:#a0a0a0 !important;
    text-shadow:none;
}
.insurance-provider-block .providerDetails{
    margin-bottom:30px;
}
.insurance-provider-block .providerDetails .right-align{
    text-align: right;
    padding-right: 22px;
    padding-top: 25px;
}
.insurance-provider-block .providerDetails .right-align p{
    text-align:right;
    width:93%;
}
.insurance-provider-block .providerDetails .right-align a{
    float:right;
}
.insurance-provider-block a.btn.slider_btn.black_hover{
    color:#fff;
}
#countryModal h2{
    font-size: 29px;
    color: #000;
    margin: 0;
    margin-top: 13px;
    margin-bottom: 15px;
}
.modal#countryModal{
    top:28%;
}
#countryModal h3{
    font-size:23px;
    color:#000;
    margin:0;
    margin-top:7px;
    margin-bottom:20px;
    line-height:28px;
}
#countryModal img{
    border:1px solid #ddd;
    border-radius:5px;
}
#countryModal .form-control{
    box-shadow:none;
}
@media(max-width:767px){
    .modal#countryModal {
        top: 15%;
    }
    #countryModal img{
        margin-top:25px;
    }
    .insurance-provider-block .insurance-filter ul li .form-control{
        padding: 8px 1px;
        font-size:13px;
    }
    .insurance-provider-block .insurance-filter ul li .location{
        padding: 8px 10px;
        font-size:13px;
        text-align:center;
    }
    .insurance-provider-block .insurance-filter ul li{
        margin-right:0;
        display:block;
        margin-left:0;
        margin-top:15px;
    }
    .insurance-provider-block .insurance-filter ul li a{
        display:block;
    }
    .insurance-provider-block .providerDetails .right-align p {
        text-align: left;
    }
    .insurance-provider-block .providerDetails .right-align {
        text-align: left;
    }
    .insurance-provider-block .providerDetails .right-align a {
        margin-left: 19px;
        float: none;
        margin-bottom:20px;
    }
    .insurance-provider-block .providerDetails .right-align{
        padding-top: 3px;
    }
    .insurance-provider-block a.btn.slider_btn.black_hover{
        margin-left:20px;
    }
}
