body {
margin: 0px;
padding: 0px;
font-family: "Open Sans", "Arial", sans-serif;
}

h1 {
font-weight: normal;
}

h2 {
font-weight: normal;
}

h3 {
font-weight: normal;
}

h4 {
font-weight: normal;
}

h5 {
font-weight: normal;
}

.heading {
background: rgba(0, 103, 158, 1);
background: -moz-linear-gradient(left, rgba(0, 103, 158, 1) 0%, rgba(0, 80, 133, 1) 0%, rgba(0, 80, 133, 1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 103, 158, 1)), color-stop(0%, rgba(0, 80, 133, 1)), color-stop(100%, rgba(0, 80, 133, 1)));
background: -webkit-linear-gradient(left, rgba(0, 103, 158, 1) 0%, rgba(0, 80, 133, 1) 0%, rgba(0, 80, 133, 1) 100%);
color: white;
padding: 10px;
width: 30%;
text-align: center;
}

.over_flow {
max-height: 600px;
overflow: hidden;
}

.clear {
clear: both;
}

.head {
min-height: 20px;
}

.logo_img {
float: left;
margin-top: 20px;
width: 100px;
height: auto;
margin-left: 40px;
margin-bottom: 10px;
}

.logo h2 {
float: left;
}

.social {
float: left;
padding-top: 15px;
padding-bottom: 15px;
}

.fgd2 h3 {
margin-bottom: 12px;
}

.fgd2 .fa {
font-size: 24px;
width: 42px;
height: 42px;
border-radius: 50%;
text-align: center;
line-height: 38px;
border: 2px solid #fff;
background: #06F;
color: #fff;
margin: 8px;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}

.fgd2 .fa:hover {
border: 2px solid #06F;
background: #fff;
color: #06F;
}

.fgd2 i.fa.fa-twitter {
margin-left: 0;
}

.fgd2 i.fa.fa-twitter:hover {
background: #1da1f2;
color: #fff;
border: 1px solid #1da1f2;
}

.social-icon a .fa-twitter:hover {
color: #1da1f2;
}

.fgd1 i.fa.fa-dribbble:hover {
background: #ea4c89;
color: #fff;
border: 1px solid #ea4c89
}

.social-icon a .fa-dribbble:hover {
color: #ea4c89;
}

.fgd1 i.fa.fa-facebook:hover {
background: #3b5998;
color: #fff;
border: 1px solid #3b5998;
}

.social-icon a .fa-facebook:hover {
color: #3b5998;
}

.fgd2 i.fa.fa-linkedin:hover {
background: #0077b5;
color: #fff;
border: 1px solid #0077b5;
}

.social-icon a .fa-linkedin:hover {
color: #0077b5;
}

.nav {
margin-top: 82px;
}

.contct_info {
padding-left: 30px;
font-size: 16px;
}

.contct_info i {
padding-right: 15px;
padding-top: 45px;
font-size: 20px;
}

ul.topnav {
list-style-type: none;
margin: 0;
padding: 0;
/*background-color: #036;*/
padding-left: 0;

}

ul.topnav li {
float: left;
}

ul.topnav li a {
display: inline-block;
color: #fff;
text-align: center;
padding: 14px 10px;
text-decoration: none;
transition: 0.3s;
font-size: 16px;
}

ul.topnav li ul li a {
display: inline-block;
color: #006;
text-align: center;
padding: 14px 10px;
text-decoration: none;
transition: 0.3s;
font-size: 17px;
}

ul.topnav li ul li a:hover {
background-color: #006;
color: #fff;
}

ul.topnav li a:hover {
/*background-color: lightblue;*/
background: radial-gradient(circle, #138dbd94 , #021f2b );
color: white;
}

.active {
/*background: steelblue ;*/
background: radial-gradient(circle, #138dbd94 , #021f2b );
color: white;

}

ul.topnav li a:focus {
/*background-color: lightblue;*/
background-color: rgba(36, 81, 117, 0.719) ;
color: white !important;
}

ul.topnav li a:active {
/*background-color: lightskyblue;*/
background-color: rgba(36, 81, 117, 0.541) ;
color: white !important;
}

ul.topnav li.icon {
display: none;
}

ul.topnav li ul {
display: none;
position: absolute;
top: 100%;
}

#nav li:hover ul {
display: block;
}

.dropdown-menu li a:hover {
background-color: #022a3b;
color: #0581b5;
}

@media screen and (max-width:680px) {
ul.topnav li:not(:first-child) {
display: none;
}
ul.topnav li.icon {

display: inline-block;
}
}

@media screen and (max-width:680px) {
ul.topnav.responsive {
position: relative;
}
ul.topnav.responsive li.icon {
position: absolute;
right: 0;
top: 0;
}
ul.topnav.responsive li {
float: none;
display: inline;
}
ul.topnav.responsive li a {
display: block;
text-align: left;
}
}


/*--top products--*/


/*--SAP--*/

.top-product-grids {
width: 25%;
float: left;
}

.add_house [type="text"] {
width: 500px;
;
}

.sap_tabs {
clear: both;
padding: 0;
}

.tab_box {
background: #fd926d;
padding: 2em;
}

.top1 {
margin-top: 2%;
}

.resp-tabs-list {
list-style: none;
padding: 0 0 3em;
margin: 0 auto;
text-align: center;
}

.resp-tab-item {
font-size: 1.1em;
font-weight: 500;
cursor: pointer;
display: inline-block;
margin: 0;
text-align: center;
list-style: none;
outline: none;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
text-transform: uppercase;
margin: 0 1.2em 0;
border-bottom: 2px solid #fff;
color: #999;
padding: 7px 15px;
border: 1px solid #999;
}

.resp-tab-active {
color: #000;
border-color: #000;
}

.resp-tabs-container {
padding: 0px;
clear: left;
}

h2.resp-accordion {
cursor: pointer;
padding: 5px;
display: none;
}

.resp-tab-content {
display: none;
}

.resp-content-active,
.resp-accordion-active {
display: block;
}

.tab_img {
padding: 2em 0 0;
display: inline-block;
}


/*--//SAP--*/

ul.resp-tabs-list {
position: relative;
}

ul.resp-tabs-list li:nth-child(2):before {
content: '';
background: #999;
width: 3.7%;
height: 1px;
position: absolute;
top: 24%;
left: 33.8%;
}

ul.resp-tabs-list li:nth-child(2):after {
content: '';
background: #999;
width: 3.7%;
height: 1px;
position: absolute;
top: 24%;
left: 45.5%;
}

ul.resp-tabs-list li:nth-child(3):after {
content: '';
background: #999;
width: 3.7%;
height: 1px;
position: absolute;
top: 24%;
left: 59.1%;
}

.top-product-grids,
.women-grids {
text-align: center;
}

.top-products {
text-align: center;
margin: 0px;
padding: 0px;
}

.product-img {
position: relative;
box-shadow: 0 0 1px #bbb;
padding: 2px;
}

.product-img .p-mask,
.row .product .vm-product-media-container .p-mask {
opacity: 0;
visibility: hidden;
background: rgba(0, 229, 139, 0.52);
bottom: 0%;
left: 0;
position: absolute;
width: 100%;
-webkit-transform: translate3d( 0px, 100%, 0px);
-moz-transform: translate3d( 0px, 100%, 0px);
-ms-transform: translate3d( 0px, 100%, 0px);
-o-transform: translate3d( 0px, 100%, 0px);
transform: translate3d( 0px, 100%, 0px);
-webkit-transition: all .5s ease 0s;
-moz-transition: all .5s ease 0s;
transition: all .5s ease 0s;
text-align: left;
}

.product-img .p-mask .p-desc {
color: #a3a3a3;
position: relative;
display: block;
margin-bottom: 10px;
padding-bottom: 10px;
font-size: 1em;
}

.product-img:hover .p-mask,
.row .product:hover .p-mask {
opacity: 1;
visibility: visible;
-webkit-transform: translate3d( 0px, 0px, 0px);
-moz-transform: translate3d( 0px, 0px, 0px);
-ms-transform: translate3d( 0px, 0px, 0px);
-o-transform: translate3d( 0px, 0px, 0px);
transform: translate3d( 0px, 0px, 0px);
left: 0;
}

.top-product-grids .fa-star {
margin-top: 15px;
}

i.yellow-star {
color: #ffac00;
}

i.gray-star {
color: #808080;
}

.top-product-grids h4,
.women-grids h4 {
font-size: 18px;
color: #484848;
margin: 10px 0;
}

.top-product-grids h5,
.women-grids h5 {
font-size: 18px;
font-weight: 700;
}

button.w3ls-cart.pw3ls-cart {
background: transparent;
border: none;
font-size: 16px;
color: #fff;
text-align: center;
width: 100%;
padding: 1em;
text-align: left;
}

button.w3ls-cart.pw3ls-cart:focus {
outline: none;
}

button.w3ls-cart.pw3ls-cart .fa {
margin-right: 10px;
}


/*--//top products--*/


/*--features and testimonials--*/


/* Rectangle Out */

.hvr-rectangle-out {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}

.hvr-rectangle-out:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 15px;
right: 15px;
bottom: 0;
background: #0d004c;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}

.hvr-rectangle-out:hover,
.hvr-rectangle-out:focus,
.hvr-rectangle-out:active {
color: white;
}

.hvr-rectangle-out:hover:before,
.hvr-rectangle-out:focus:before,
.hvr-rectangle-out:active:before {
-webkit-transform: scale(1);
transform: scale(1);
}

.hvr-radial-out:hover,
.hvr-radial-out:focus,
.hvr-radial-out:active {
color: white;
}

.features h4,
.testimonials h4 {
text-align: left;
font-size: 16px;
font-weight: 700;
}

.features p,
.testimonials p,
.about-info .pince-right p,
.about-info p,
.but_list p,
.products p,
.payment p {
font-size: 14px;
color: #999;
line-height: 28px;
}

.shipping {
margin: 30px 0;
}

.testimonials {
background: rgba(232, 232, 232, 0.46);
padding: 30px;
}

.test-inner {
padding: 30px;
border: 2px solid #fff;
}


/*-- footer--*/

.footer h4 {
font-size: 25px;
text-align: left;
color: #000;
font-weight: normal;
margin-bottom: 20px;
}

.fgd1 h3 {
margin-bottom: 12px;
}

.fgd1 .fa {
font-size: 16px;
width: 35px;
height: 35px;
text-align: center;
line-height: 33px;
border: 1px solid #06F;
margin: 6px;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
color: #06F;
}

.fgd1 i.fa.fa-twitter {
margin-left: 0;
}

.fgd1 i.fa.fa-twitter:hover {
background: #1da1f2;
color: #fff;
border: 1px solid #1da1f2;
}

.social-icon a .fa-twitter:hover {
color: #1da1f2;
}

.fgd1 i.fa.fa-dribbble:hover {
background: #ea4c89;
color: #fff;
border: 1px solid #ea4c89
}

.social-icon a .fa-dribbble:hover {
color: #ea4c89;
}

.fgd1 i.fa.fa-facebook:hover {
background: #3b5998;
color: #fff;
border: 1px solid #3b5998;
}

.social-icon a .fa-facebook:hover {
color: #3b5998;
}

.fgd1 i.fa.fa-linkedin:hover {
background: #0077b5;
color: #fff;
border: 1px solid #0077b5;
}

.social-icon a .fa-linkedin:hover {
color: #0077b5;
}

.footer ul li {
font-size: 14px;
list-style-type: none;
line-height: 35px;
}

.footer ul li a {
color: #000;
text-decoration:none;
}

.footer ul li a:hover {
color: #0d004c;
}

p.copy-right {
margin-top: 40px;
text-align: center;
font-size: 14px;
color: #363636;
margin-bottom: 0px;
}

p.copy-right a {
color: #363636;
}

p.copy-right a:hover {
text-decoration: underline;
}

.bg_color {
background: #02344a;
color: white;
}

.btn-register {
background-color: #02344a;
outline: none;
color: #fff;
font-size: 14px;
height: auto;
font-weight: normal;
padding: 14px 0;
text-transform: uppercase;
border-color: #02344a;
}

.btn-register:hover,
.btn-register:focus {
color: #fff;
background-color: #02344a;
border-color: #02344a;
}

.bg_color h4 {
color: #06a7db;
}

.bg_color ul li a {
color: white;
}

.copy-right {
background: #022a3b;
min-height: 70px;
}

.bg_color p {
color: white;
padding-top: 20px;
}

#map {
width: 100%;
height: 400px;
}


/*-- //footer--*/


/*...............Contact.....................*/

.contact-left h4,
.contact-left h5 {
text-align: left;
}

.phone {
margin: 25px 0;
}

.address h4,
.phone h4,
.email h4 {
margin-bottom: 7px;
color: #02344a;
font-weight: 600;
font-size: 16px;
}

.address h5,
.phone h5,
.email h5 {
line-height: 30px;
color: #6B6B6B;
font-size: 14px;
font-family: 'open sans';
letter-spacing: 0px;
}

.email h5 a {
color: #6B6B6B;
}

.contact input[type="text"] {
width: 47%;
padding: 20px;
background: transparent;
border: 1px solid #000;
margin: 10px 14px 13px 0px;
color: #000;
outline: none;
}

.contact input[type="email"] {
width: 47%;
padding: 20px;
background: transparent;
border: 1px solid #000;
margin: 10px 14px 13px 0px;
color: #000;
outline: none;
}

.contact input[type="number"] {
width: 47%;
padding: 20px;
background: transparent;
border: 1px solid #000;
margin: 10px 14px 13px 0px;
color: #000;
outline: none;
}

.contact textarea {
width: 96%;
border: 1px solid #000;
resize: none;
padding: 10px;
height: 120px;
outline: none;
}

.contact input[type="submit"] {
background: #036;
padding: 8px 15px;
outline: none;
margin-top: 10px;
color: #fff;
border: none;
margin-bottom: 10px;
}


/*List property*/

.contact1 input[type="text"] {
width: 90%;
padding: 20px;
background: transparent;
border: 1px solid #000;
margin: 10px 14px 13px 0px;
color: #000;
outline: none;
}

.contact1 input[type="email"] {
width: 90%;
padding: 20px;
background: transparent;
border: 1px solid #000;
margin: 10px 14px 13px 0px;
color: #000;
outline: none;
}

.contact1 input[type="number"] {
width: 90%;
padding: 20px;
background: transparent;
border: 1px solid #000;
margin: 10px 14px 13px 0px;
color: #000;
outline: none;
}

.contact1 textarea {
width: 90%;
border: 1px solid #000;
resize: none;
padding: 10px;
height: 120px;
outline: none;
}

.contact1 input[type="submit"] {
background: #036;
padding: 8px 15px;
outline: none;
margin-top: 10px;
color: #fff;
border: none;
margin-bottom: 10px;
}


/*--//contact--*/


/*--//Order--*/

.order input[type="text"] {
width: 50%;
padding: 20px;
background: transparent;
border: 1px solid #000;
margin: 10px 14px 13px 0px;
color: #000;
outline: none;
}

.order input[type="email"] {
width: 50%;
padding: 20px;
background: transparent;
border: 1px solid #000;
margin: 10px 14px 13px 0px;
color: #000;
outline: none;
}

order input[type="number"] {
width: 50%;
padding: 20px;
background: transparent;
border: 1px solid #000;
margin: 10px 14px 13px 0px;
color: #000;
outline: none;
}

.order textarea {
width: 50%;
border: 1px solid #000;
resize: none;
padding: 10px;
height: 120px;
outline: none;
}

.order select {
width: 50%;
border: 1px solid #000;
resize: none;
height: 35px;
outline: none;
}


/***Login**/

@import url(http://fonts.googleapis.com/css?family=Roboto);

/****** LOGIN MODAL ******/

.loginmodal-container {
padding: 30px;
max-width: 350px;
width: 100% !important;
background-color: #F7F7F7;
margin: 0 auto;
border-radius: 2px;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
overflow: hidden;
font-family: roboto;
}

.loginmodal-container h1 {
text-align: center;
font-size: 1.8em;
font-family: roboto;
}

.loginmodal-container input[type=submit] {
width: 100%;
display: block;
margin-bottom: 10px;
position: relative;
}

.loginmodal-container input[type=text],
input[type=password] {
height: 44px;
font-size: 16px;
width: 100%;
margin-bottom: 10px;
-webkit-appearance: none;
background: #fff;
border: 1px solid #d9d9d9;
border-top: 1px solid #c0c0c0;
/* border-radius: 2px; */
padding: 0 8px;
box-sizing: border-box;
-moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover,
input[type=password]:hover {
border: 1px solid #b9b9b9;
border-top: 1px solid #a0a0a0;
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.loginmodal {
text-align: center;
font-size: 14px;
font-family: 'Arial', sans-serif;
font-weight: 700;
height: 36px;
padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
user-select: none; */
}

.loginmodal-submit {
/* border: 1px solid #3079ed; */
border: 0px;
color: #fff;
text-shadow: 0 1px rgba(0, 0, 0, 0.1);
background-color: #4d90fe;
padding: 17px 0px;
font-family: roboto;
font-size: 14px;
/* background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
/* border: 1px solid #2f5bb7; */
border: 0px;
text-shadow: 0 1px rgba(0, 0, 0, 0.3);
background-color: #357ae8;
/* background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
text-decoration: none;
color: #666;
font-weight: 400;
text-align: center;
display: inline-block;
opacity: 0.6;
transition: opacity ease 0.5s;
}

.login-help {
font-size: 12px;
}


/*-- single-page --*/

.single-top-left {
margin-left: 5%;
width: 50%;
}


/*-- collapse-tabs -*/

.collpse.tabs {
padding-bottom: 0;
}

.panel-group {
margin-bottom: 0;
}

.collpse.tabs h4.panel-title a {
font-size: 1em;
text-transform: uppercase;
color: #ffffff;
display: block;
text-decoration: none;
padding: .8em 1.5em;
font-weight: 300;
position: relative;
}

.collpse.tabs .panel-default {
border-color: #37a1f3;
}

.collpse.tabs .panel-body {
padding: 15px;
color: #000;
line-height: 1.8em;
font-size: 1em;
}

.collpse.tabs .panel-default>.panel-heading {
padding: 0;
background: #37a1f3;
}

.pa_italic span.fa-arrow {
display: none;
}

.pa_italic i.fa-arrow,
.collapsed span.fa-arrow {
right: 3%;
font-size: 1.8em;
color: #ffffff;
position: absolute;
top: 20%;
}

.collapsed i.fa-arrow {
display: none;
}

.collapsed span.fa-arrow {
display: inline-block;
}

.pa_italic i.fa-icon {
margin-right: 0.8em;
}

.products .panel-title {
text-align: left;
}

.glry-w3agile-grids {
background-color: #FFF;
display: block;
overflow: hidden;
position: relative;
-webkit-box-shadow: 0 0 0 0 #0564ff;
-moz-box-shadow: 0 0 0 0 #0564ff;
-o-box-shadow: 0 0 0 0 #0564ff;
-ms-box-shadow: 0 0 0 0 #0564ff;
box-shadow: 0 0 0 0 #0564ff;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
opacity: 1;
filter: alpha(opacity=100);
}

.owl-carousel .item {
margin: 1em;
color: #FFF;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
text-align: center;
-webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.33);
-moz-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.33);
-o-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.33);
-ms-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.33);
box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.33);
}

.glry-w3agile-grids a {
display: block;
}


/*-- //single-page --*/

.carousel-control.left,
.carousel-control.right {
background: #036;
top: 180px;
padding: 0px;
}

.img-responsive {
width: 100%;
height: auto;
}
@media (min-width: 1120px) {
ul.topnav {

display: flex;
}
ul.topnav li {
margin: auto;
}
}
@media (min-width: 992px) {
.carousel-inner .active.left {
left: -25%;
}
.carousel-inner .next {
left: 25%;
}
.carousel-inner .prev {
left: -25%;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.carousel-inner .active.left {
left: -33.3%;
}
.carousel-inner .next {
left: 33.3%;
}
.carousel-inner .prev {
left: -33.3%;
}
.active>div:first-child {
display: block;
}
.active>div:first-child+div {
display: block;
}
.active>div:last-child {
display: none;
}
}

@media (max-width: 767px) {
body {
padding-left: 0 !important;
padding-right: 0 !important;
}
.carousel-inner .active.left {
left: -100%;
}
.carousel-inner .next {
left: 100%;
}
.carousel-inner .prev {
left: -100%;
}
.active>div {
display: none;
}
.active>div:first-child {
display: block;
}
}

a.button {
text-decoration: none;
color: white;
}

.button {
font-size: 16px;
background: #036;
padding: 8px 15px;
outline: none;
margin-top: 10px;
color: #fff;
border: none;
text-decoration: none;
margin-bottom: 10px;
border-radius: 4px;
}

.button:hover {
-moz-box-shadow: 2px 4px 15px #212182;
-webkit-box-shadow: 2px 4px 15px #212182;
box-shadow: 2px 4px 15px #212182;
cursor: pointer;
color: white;
}

a.button:hover {
color: white;
}

.message input[type="text"] {
width: 96%;
padding: 15px;
background: transparent;
border: 1px solid #000;
margin: 5px 14px 5px 0px;
color: #000;
outline: none;
}

.message textarea {
width: 96%;
border: 1px solid #000;
resize: none;
padding: 10px;
height: 150px;
outline: none;
}

.carousel2-inner .active.left {
left: -33%;
}

.carousel2-inner .next {
left: 33%;
}

.carousel2-inner .prev {
left: -33%;
}

.carousel2-control.left,
.carousel-control.right {
background-image: none;
}

.item:not(.prev) {
visibility: visible;
}

.item.right:not(.prev) {
visibility: hidden;
}

.rightest {
visibility: visible;
}

@media (min-width: 1790px) {
.vehicle {
height: 170px !important;
}
.vehicleDiv {
min-height: 330px !important;
}
}

@media (min-width: 992px) {
#searchy {
margin-left: 40px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.vehicle {
min-height: 170px !important;
}
.vehicleDiv {
min-height: 340px !important;
}

}


@media (max-width: 767px) {
.vehicle {
height: 170px !important;
}
.vehicleDiv {
min-height: 330px !important;

}

.styleSkypeIconsOnMobi {
display: none;
}
.head {
min-height: 80px;
}

}


@media (max-width: 736px) {
.vehicle {
height: 120px !important;
}
.hideOnMobi {
display: none;
}
.styleOnMobi {
margin: 0 auto !important;
}
.searchOnMobi {
margin-left: 16vw !important;
}
.mobiFullWidth {
width: 100% !important;
}
.logoOnMobi {
margin-left: 26vw;
margin-right: auto;
}
.zeroPaddingOnMobi {
padding: 0 !important;
}
/*testimonials page*/
.main-img {
height: 150px !important;
}
/*single vehicle*/
.flex-control-thumbs {
display: none;
}
.social {
float: left;
padding-left: 16vw !important;
padding-top: 0px !important;
}
.styleSkypeIconsOnMobi {
padding: 0 !important;
}
}

@media (max-width: 568px) {
.smallerFontOnMobi {
font-size: 13px !important;
}
.pr-xs-0 {
padding-right: 0px;
}
#wowslider-container1 {
margin-bottom: 10px;
}
}

@media (max-width: 555px) {
.vehicle {
height: 120px !important;
}
.hideOnMobi,
.hideOnMobil {
display: none !important;
}
.styleOnMobi {
margin: 0 auto !important;
}
.searchOnMobi {
margin-left: 10vw !important;
}
.mobiFullWidth {
width: 100% !important;
}
.twoColOnMobi {
width: 50% !important;
}
.logoOnMobi {
margin-left: 10vw;
margin-right: auto;
}
.zeroPaddingOnMobi {
padding: 0 !important;
}
/*testimonials page*/
.main-img {
height: 150px !important;
}
/*single vehicle*/
.flex-control-thumbs {
display: none;
}
.manageVehicleImg {
height: 70px !important;
}
ul.login {
margin: 0;
}
ul.login li {
padding-top: 0 !important;
}
.featuredAs {
display: block;
}
.styleSkypeIconsOnMobi {
padding: 0 !important;
}
.social {
float: left;
padding-left: 0px !important;
padding-top: 0px !important;
}
}

@media (max-width: 330px) {
.searchOnMobi {
margin-left: 4px !important;
margin-left: 4vw !important;
}
.logoOnMobi {
margin-left: 4px !important;
margin-left: 4vw;
margin-right: auto;
}
}

ul.tabs {
margin: 0px;
padding: 0px;
list-style: none;
}

ul.tabs li {
background: none;
color: #222;
display: inline-block;
padding: 10px 14px;
cursor: pointer;
border: 1px solid #02344a;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}

ul.tabs li.current {
background: #02344a;
color: #fff;
}

.tab-content {
display: none;
background: #fff;
padding: 5px;
}

.tab-content.current {
display: inherit;
}


/* special classes */

.inlineDisplay,.inline {
display: inline;
}

.blueBg {
background: #005085;
margin-top:55px;
}

.zeroAuto {
margin: 0 auto !important;
}
.zeroPadding {
padding: 0 !important;
}

.main-img {
height: 220px;
width: 100%;
overflow: hidden;
}

.slider-img {
height: 100px;
border: 1px solid rgba(150, 150, 150, 0.4);
}

.main-div {
margin-top: 20px;
}

.slider-img-box {
margin-top: 16px;
margin-bottom: 20px;
}

.clientComment {
font-size: 14px;
}

.singleTestimonial {
padding: 0;
margin-top: 20px;
min-height: 330px !important;
/* border: 1px solid rgba(150, 150, 150, 0.4);*/
}
.border-primary{
background: #02344a;
color: white !important;
height: auto;

}
.alert-text{
color: red;
text-align: center;
font-size: 17px;
font-weight: bold;
margin-top: 13px;
}
.alert-text a{
color: red;
}
.alert-text a:hover{
color: red;
text-decoration: none;
}
.border-primary h5{
font-weight: bold;
}
.video-body{
padding: 5px 5px;
}
#singleTestimonial {
padding: 0;
margin-top: 1px;
margin-bottom: 0;
height: 326px;
border: 1px solid rgba(150, 150, 150, 0.4);
}


#singleTestimonialImg {
height: 100px;
width: 80%;
margin: 0 auto;
margin-top: 10px;
}

#MainContainer {
width: 92%;
}

.new,
.new1 {
width: 100%;
}

@media (min-width: 767px) {
.singleVehicleFix {
min-height: 550px !important;
margin-left: 120px !important;
}
}

.link {
text-decoration: none !important;
}
.nintyPercent{
width: 90%;
}
.sidebarUl{
list-style: none !important;
}
.footer-bg {
background: #002344;
}
ul.footer-address li {
font-size: 18px;
font-weight: bold;
line-height: 25px;
}
ul.footer-links li {
font-size: 16px;
font-weight: bold;
}
ul.footer-links li a {
color: white !important;
text-decoration:none;
}
ul.footer-links li a:hover {
color: white !important;
text-decoration:none;
}
.footer-logo {
height: 75px;
width: auto;
margin-left: 18px !important;
margin-bottom: 8px !important;
}
.contactCol h3, .contactCol h4{color: dodgerblue;}
.contactCol h4{line-height: 12px;}
.contactCol div h4{color: darkgray;line-height: normal}
.contactCol h5 {color: gray; font-weight: bold;line-height: 16px;font-size: 16px;}
.contactCol h5 a {color: gray;}
.flag{margin-left: -5px !important;}
.contactCol-head {padding-left: 10px!important;}

.contactField {
width: 100% !important;
}

.main-search-btn {
background-color:#32489d;
height: 36px;
width:36px;
border-top-left-radius: 0 ;
border-bottom-left-radius: 0 ;
}
.main-search-field {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.mb-15 {
margin-bottom: 15px;
}
.coun-img {
width: 36px;
margin-right: 8px;
}
.auction-title{
padding: 3px 2px;
background: #0074a2;
width: 100px;
text-align: center;
color: white;
border-radius: 10px;
}
.auction-title1{
padding: 3px 2px;
background: #0074a2;
width: 117px;
text-align: center;
color: white;
border-radius: 10px;
}

.auction-title2{
padding: 3px 2px;
background: #0074a2;
width: 67px;
text-align: center;
color: white;
border-radius: 10px;
}

.year-title{
padding: 3px 2px;
background: #0074a2;
width: 67px;
text-align: center;
color: white;
border-radius: 10px;
margin-left: 18px;
}
.title {
display: inline-block;
}
.description {
position: absolute;
display: none;
border: 1px solid black;
z-index:1;
margin-left: 60px;
margin-top: -80px;
}

.title:hover + .description,
.description:hover {
display: block;
}


.image-container {
position: relative;
z-index: 1;
}
.overlay_text_sold {
position: absolute;
top: 2%;
z-index: 3;
/*left: 59%;*/
right: 59%;

font-weight: bold;
}

.overlay_text_res {
position: absolute;
top: 1%;
z-index: 3;
/*left: 59%;*/
right: 59%;
font-weight: bold;
}

@media only screen and (max-width: 1500px) {
ul.topnav li a {
font-size: 15px;
}
.stc-badge-in-nav {
margin-top: -5px;
width: 35px;
}
}
@media only screen and (max-width: 768px) {
.d-sm-flex {
display: flex;
}
}
@media (min-width: 768px){
#vehicleScrollSection {
height: auto;
overflow-y: scroll;
}
.hideOnLargeScreen {
display: none;
}

}
@media only screen and (min-width: 992px) {
#vehicleSection {
margin-top: -40px !important;
}
}


input.form-control {
height: 34px !important;
}
.pagination li a.active {
background: #005085;
color: #fff;
}

#vehicleSectionsTabs li {
font-size: 11px;
padding-left: 10px !important;
text-align: left;
background-image: linear-gradient(#07516e, #076286b6);
color:white;
}



#vehicleSectionsTabs .active{
    background: radial-gradient(circle, #10719794 , #021f2b );
    color:white;
}

.vehicleDiv h6{
    font-size: 13px
} 
.vehicleDiv text {
font-size: 13px
}

.w-100 {
width: 100%;
}
.w-50 {
width: 50%;
}
.w-25 {
width: 25%;
}
.space-100 {
height: 100px;
}
.d-flex {
display: flex;
}
.flex-wrap {
flex-wrap: wrap;
}
.m-auto {
margin: auto;
}
.ml-0 {
margin-left: 0;
}
* {
margin: 0;
padding: 0;
}

body {
background: #eee !important;
user-select: none;
}

[type=radio] {
display: none ;
}

#slider {
height: 35vw;
position: relative;
perspective: 1000px;
transform-style: preserve-3d;
/*margin-bottom: 30px;*/
cursor: default;
margin-bottom:20px;
}

#slider label {
margin: auto;
width: 25%;
height: 105%;
border-radius: 4px;
position: absolute;
left: 0; right: 0;
cursor: pointer;
transition: transform 0.4s ease;
}

#s1:checked ~ #slide4, #s2:checked ~ #slide5,
#s3:checked ~ #slide1, #s4:checked ~ #slide2,
#s5:checked ~ #slide3 {
box-shadow: 0 1px 4px 0 rgba(0,0,0,.37);
transform: translate3d(-165%,0,-200px);
}

#s1:checked ~ #slide5, #s2:checked ~ #slide1,
#s3:checked ~ #slide2, #s4:checked ~ #slide3,
#s5:checked ~ #slide4 {
box-shadow: 0 6px 10px 0 rgba(0,0,0,.3), 0 2px 2px 0 rgba(0,0,0,.2);
transform: translate3d(-80%,0,-100px);
}

#s1:checked ~ #slide1, #s2:checked ~ #slide2,
#s3:checked ~ #slide3, #s4:checked ~ #slide4,
#s5:checked ~ #slide5 {
box-shadow: 0 13px 25px 0 rgba(0,0,0,.3), 0 11px 7px 0 rgba(0,0,0,.19);
transform: translate3d(0,0,0);
}

#s1:checked ~ #slide2, #s2:checked ~ #slide3,
#s3:checked ~ #slide4, #s4:checked ~ #slide5,
#s5:checked ~ #slide1 {
box-shadow: 0 6px 10px 0 rgba(0,0,0,.3), 0 2px 2px 0 rgba(0,0,0,.2);
transform: translate3d(80%,0,-100px);
}

#s1:checked ~ #slide3, #s2:checked ~ #slide4,
#s3:checked ~ #slide5, #s4:checked ~ #slide1,
#s5:checked ~ #slide2 {
box-shadow: 0 1px 4px 0 rgba(0,0,0,.37);
transform: translate3d(165%,0,-200px);
}

#slide1 { background: rgb(205, 207, 207) }
#slide2 { background: rgb(205, 207, 207) }
#slide3 { background: rgb(205, 207, 207) }
#slide4 { background: rgb(205, 207, 207)}
#slide5 { background: rgb(205, 207, 207) }

.cap-slider{
margin:10px 0%;
background-color:#02344a;
width: 100%;
font-family: capriola;
text-align: center;
cursor: default;
}
.hi{
text-align: center;
padding-top:15px;
padding-bottom: 15px;
font-size: 2.5rem;
cursor: default;
color: white;
font-family: Arial, Helvetica, sans-serif;
}
.pt{
text-align: center;
font-size: 1.8vw;
cursor: default;
}
.pp{
text-align: center;
font-size: 15px;
padding-bottom: 20px;
text-decoration: none;
font-family: sans-serif;
/* font-display: inherit; */
font-weight: normal;
}
.gp{
position: relative;
left: 30%;
border: none;
background: #3a7999;
padding: 10px 20px;
font-size: 18px;
color: #f2f2f2;
text-decoration: none;

}
.gp:hover{
background: rgba(0,0,0,0);
color: #3a7999;
text-decoration: none;
box-shadow: inset 0 0 0 3px #3a7999;
transition: 0.5s;
}
@media (max-width:1050px){
.pp{
font-size: 12px;

}
}
@media (max-width:990px){
.gp{
position: relative;
left: 20%;
}
}
@media (max-width:890px){
.pp{
font-size: 1.6vw;
}
.gp{
display: none;
}
}
@media(max-width : 770px){
#s1:checked ~ #slide4, #s2:checked ~ #slide5,
#s3:checked ~ #slide1, #s4:checked ~ #slide2,
#s5:checked ~ #slide3 {
box-shadow: 0 1px 4px 0 rgba(0,0,0,.37);
transform: translate3d(-165%,0,-200px);
display: none;
}

#s1:checked ~ #slide5, #s2:checked ~ #slide1,
#s3:checked ~ #slide2, #s4:checked ~ #slide3,
#s5:checked ~ #slide4 {
box-shadow: 0 6px 10px 0 rgba(0,0,0,.3), 0 2px 2px 0 rgba(0,0,0,.2);
transform: translate3d(-120%,0,0);

}

#s1:checked ~ #slide1, #s2:checked ~ #slide2,
#s3:checked ~ #slide3, #s4:checked ~ #slide4,
#s5:checked ~ #slide5 {
box-shadow: 0 13px 25px 0 rgba(0,0,0,.3), 0 11px 7px 0 rgba(0,0,0,.19);
transform: translate3d(0,0,0);
}

#s1:checked ~ #slide2, #s2:checked ~ #slide3,
#s3:checked ~ #slide4, #s4:checked ~ #slide5,
#s5:checked ~ #slide1 {
box-shadow: 0 6px 10px 0 rgba(0,0,0,.3), 0 2px 2px 0 rgba(0,0,0,.2);
transform: translate3d(120%,0,0);

}

#s1:checked ~ #slide3, #s2:checked ~ #slide4,
#s3:checked ~ #slide5, #s4:checked ~ #slide1,
#s5:checked ~ #slide2 {
box-shadow: 0 1px 4px 0 rgba(0,0,0,.37);
transform: translate3d(165%,0,-200px);
display: none;
}
#slider {
height: 20pc;
position: relative;
perspective: 1000px;
transform-style: preserve-3d;
margin-bottom: 30px;
cursor: default;
}
#slider label {
margin: auto;
width: 30%;
height: 100%;
border-radius: 4px;
position: absolute;
left: 0; right: 0;
cursor: pointer;
transition: transform 0.4s ease;
}
.pp{
font-size: 2vw;
}


}
@media(max-width : 600px){
#s1:checked ~ #slide4, #s2:checked ~ #slide5,
#s3:checked ~ #slide1, #s4:checked ~ #slide2,
#s5:checked ~ #slide3 {
box-shadow: 0 1px 4px 0 rgba(0,0,0,.37);
transform: translate3d(-165%,0,-200px);
display: none;
}

#s1:checked ~ #slide5, #s2:checked ~ #slide1,
#s3:checked ~ #slide2, #s4:checked ~ #slide3,
#s5:checked ~ #slide4 {
box-shadow: 0 6px 10px 0 rgba(0,0,0,.3), 0 2px 2px 0 rgba(0,0,0,.2);
transform: translate3d(-120%,0,0);
display: none;


}

#s1:checked ~ #slide1, #s2:checked ~ #slide2,
#s3:checked ~ #slide3, #s4:checked ~ #slide4,
#s5:checked ~ #slide5 {
box-shadow: 0 13px 25px 0 rgba(0,0,0,.3), 0 11px 7px 0 rgba(0,0,0,.19);
transform: translate3d(0,0,0);

}

#s1:checked ~ #slide2, #s2:checked ~ #slide3,
#s3:checked ~ #slide4, #s4:checked ~ #slide5,
#s5:checked ~ #slide1 {
box-shadow: 0 6px 10px 0 rgba(0,0,0,.3), 0 2px 2px 0 rgba(0,0,0,.2);
transform: translate3d(120%,0,0);

display: none;
}

#s1:checked ~ #slide3, #s2:checked ~ #slide4,
#s3:checked ~ #slide5, #s4:checked ~ #slide1,
#s5:checked ~ #slide2 {
box-shadow: 0 1px 4px 0 rgba(0,0,0,.37);
transform: translate3d(165%,0,-200px);
display: none;
}
#slider {
height: 500px;
position: relative;
perspective: 1000px;
transform-style: preserve-3d;
margin-bottom: 30px;
cursor: default;
}
#slider label {
margin: auto;
width: 80%;
height: 100%;
border-radius: 4px;
position: absolute;
left: 0; right: 0;
cursor: pointer;
transition: transform 0.4s ease;
}
.pp{
font-size: 3.2vw;
}
.pt{
font-size: 3.8vw;
}
.gp{
position: relative;
display: inline;
left: 35%;
}


}
@media(max-width:560px){
#s1:checked ~ #slide4, #s2:checked ~ #slide5,
#s3:checked ~ #slide1, #s4:checked ~ #slide2,
#s5:checked ~ #slide3 {
box-shadow: 0 1px 4px 0 rgba(0,0,0,.37);
transform: translate3d(-165%,0,-200px);
display: none;
}

#s1:checked ~ #slide5, #s2:checked ~ #slide1,
#s3:checked ~ #slide2, #s4:checked ~ #slide3,
#s5:checked ~ #slide4 {
box-shadow: 0 6px 10px 0 rgba(0,0,0,.3), 0 2px 2px 0 rgba(0,0,0,.2);
transform: translate3d(-120%,0,0);
display: none;


}


#s1:checked ~ #slide1, #s2:checked ~ #slide2,
#s3:checked ~ #slide3, #s4:checked ~ #slide4,
#s5:checked ~ #slide5 {
box-shadow: 0 13px 25px 0 rgba(0,0,0,.3), 0 11px 7px 0 rgba(0,0,0,.19);
transform: translate3d(0,0,0);

}

#s1:checked ~ #slide2, #s2:checked ~ #slide3,
#s3:checked ~ #slide4, #s4:checked ~ #slide5,
#s5:checked ~ #slide1 {
box-shadow: 0 6px 10px 0 rgba(0,0,0,.3), 0 2px 2px 0 rgba(0,0,0,.2);
transform: translate3d(120%,0,0);

display: none;
}

#s1:checked ~ #slide3, #s2:checked ~ #slide4,
#s3:checked ~ #slide5, #s4:checked ~ #slide1,
#s5:checked ~ #slide2 {
box-shadow: 0 1px 4px 0 rgba(0,0,0,.37);
transform: translate3d(165%,0,-200px);
display: none;
}
#slider {
height: 27pc;
position: relative;
perspective: 1000px;
transform-style: preserve-3d;
margin-bottom: 30px;
cursor: default;
}
#slider label {
margin: auto;
width: 60%;
height: 100%;
border-radius: 4px;
position: absolute;
left: 0; right: 0;
cursor: pointer;
transition: transform 0.4s ease;
}
.pp{
font-size: 2.8vw;
}
.pt{
font-size: 3.8vw;
}
.gp{
position: relative;
display: inline;
left: 26%;
}


}
@media(max-width:470){
#s1:checked ~ #slide4, #s2:checked ~ #slide5,
#s3:checked ~ #slide1, #s4:checked ~ #slide2,
#s5:checked ~ #slide3 {
box-shadow: 0 1px 4px 0 rgba(0,0,0,.37);
transform: translate3d(-165%,0,-200px);
display: none;
}

#s1:checked ~ #slide5, #s2:checked ~ #slide1,
#s3:checked ~ #slide2, #s4:checked ~ #slide3,
#s5:checked ~ #slide4 {
box-shadow: 0 6px 10px 0 rgba(0,0,0,.3), 0 2px 2px 0 rgba(0,0,0,.2);
transform: translate3d(-120%,0,0);
display: none;


}

#s1:checked ~ #slide1, #s2:checked ~ #slide2,
#s3:checked ~ #slide3, #s4:checked ~ #slide4,
#s5:checked ~ #slide5 {
box-shadow: 0 13px 25px 0 rgba(0,0,0,.3), 0 11px 7px 0 rgba(0,0,0,.19);
transform: translate3d(0,0,0);

}

#s1:checked ~ #slide2, #s2:checked ~ #slide3,
#s3:checked ~ #slide4, #s4:checked ~ #slide5,
#s5:checked ~ #slide1 {
box-shadow: 0 6px 10px 0 rgba(0,0,0,.3), 0 2px 2px 0 rgba(0,0,0,.2);
transform: translate3d(120%,0,0);

display: none;
}

#s1:checked ~ #slide3, #s2:checked ~ #slide4,
#s3:checked ~ #slide5, #s4:checked ~ #slide1,
#s5:checked ~ #slide2 {
box-shadow: 0 1px 4px 0 rgba(0,0,0,.37);
transform: translate3d(165%,0,-200px);
display: none;
}
#slider {
height: 50px;
position: relative;
perspective: 1000px;
transform-style: preserve-3d;
margin-bottom: 30px;
cursor: default;
}
#slider label {
margin: auto;
width: 80%;
height: 100%;
border-radius: 4px;
position: absolute;
left: 0; right: 0;
cursor: pointer;
transition: transform 0.4s ease;
}
.pp{
font-size: 30px;
}
.pt{
font-size: 30px;
}
.gp{
position: relative;
display: inline;
left: 26%;
}


}


.sh_menu_box{
border: 2px solid #ccc;
border-top: none;
width: 100%;
min-height: 100px;
border-radius: 25px;


}
.sh_menu_box_h1{
background-color: #015c98;
border-radius: 18px 18px 0px 0px;
border: 0px solid #015c98;
padding: 10px;
color: #fff;
text-align: center;

}
.sh_menu_box_brd p{
border: none;
align-content: center;
text-align: center;
}
.sh_myaccount_container{
/*padding: 20px;
border: 1px solid #ccc;
border-radius: 18px 18px 0px 0px;
border-radius: 25px;*/
border: 2px solid #ccc;
border-top: none;
width: 100%;
min-height: 100px;
border-radius: 25px;

margin: 10px;
}
.sh_myaccount_container_h1{
background-color: #015c98;
border-radius: 18px 18px 0px 0px;
border: 0px solid #015c98;
padding: 10px;
color: #fff;
text-align: center;
margin: 0;

}
.sh_myaccount_top{
border-bottom: #ccc 1px solid;
padding: 20px;


}
.sh_myaccount_top_left{


text-align: left;
}
.sh_myaccount_top_right{


text-align: right;
color: #DC143C;

}


/*light box starts*/

/*light box ends*/