/* **
 * ========================================
 * Includes Fonts
 * ========================================
 ** */



@font-face {
    font-family: FontAwesome;
    src: url(../fonts/font-awesome/fonts/FontAwesome.otf);
}

@font-face {
    font-family: fontawesome-webfont;
    src: url(../fonts/font-awesome/fonts/fontawesome-webfont.ttf);
	}
	

@font-face {
	font-family: Lato-Light;
	src: url(../fonts/Lato-Light.ttf);
}
@font-face {
	font-family: Lato-Medium;
	src: url(../fonts/Lato-Medium.ttf);
}
@font-face {
	font-family: Lato-Regular;
	src: url(../fonts/Lato-Regular.ttf);
}

@font-face {
    font-family:MANDATOR;
    src: url(../fonts/MANDATOR.ttf);
	}	

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/font-awesome/fonts/fontawesome-webfont.eot'); /* support Internet explorer  */
    src: url('../fonts/font-awesome/fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), /* support Internet explorer  */
         url('../fonts/font-awesome/fonts/fontawesome-webfont.woff') format('woff'), /* support Modern browser  */
         url('../fonts/font-awesome/fonts/fontawesome-webfont.ttf') format('truetype'), /* support firefox , chrome   */
         url('../fonts/font-awesome/fonts/fontawesome-webfont.svg') format('svg');/* Svg form   */
		font-weight: normal; 
		font-style :normal ;
		 
		 
		 }	


@font-face {
    font-family: 'open-sans';
    src: url('../fonts/open-sans/OpenSans-Regular-webfont.eot');   /* support Internet explorer  */
    src: url('../fonts/open-sans/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), /* support Internet explorer  */
         url('../fonts/open-sans/OpenSans-Regular-webfont.woff') format('woff'), /* support Modern browser  */
         url('../fonts/open-sans/OpenSans-Regular.ttf') format('truetype'), /* support firefox , chrome   */
         url('') format('svg');
		font-weight: normal;
		font-style :normal ;
		 
		 
		 }	
		 
.logo img{
	margin:0 auto;
	display:block;
	margin-top: 7px;
	}
	
p{
font-family: Lato-Light;
font-size:15px;	
	}
	
h1,h2,h3,h4{
	font-family: Lato-Medium;
	}
	
/*NAV*/

.main-nav{
	background-color:transparent;
	border-color:transparent;
	margin-bottom: 0px;
	}
	
.nav-contant li a{
    font-family: Arial,sans-serif;
	color:#000;
	padding:10px 0px 0px 30px !important;
	font-style:normal;
	font-size:16px !important;
	
}

/*End of NAV*/




/*Slider*/

.main-text
{
    position: absolute;
    top: 261px;
    width: 100%;
    color: #fff;
}

.main-text h1{
	color: #fff;
	font-family: Arial,sans-serif;
	font-weight:bold;
	font-size:36px;
	 text-shadow: 2px 2px #000;
	
	}
.btn-min-block
{
    min-width: 170px;
    line-height: 26px;
}
.btn-clear
{
    color: #FFF;
    background-color: transparent;
    border-color: #FFF;
    margin-right: 15px;
}
.btn-clear:hover
{
    color: #000;
    background-color: #FFF;
}

/*End of Slider*/



  .selecters{
	  margin:0 auto;
	  margin-bottom:20px;
	  margin-top:20px;
	  }
	  
hr{
	border-color:#ccc;
	}
	
.under-border{
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
        background: #E4E2E2;
	}
	  
	  
  .selecters .form-control{
		   background-color:#fff;
		   color:#3a6b9b;
		   border-color:#3a6b9b;
                   height: 40px;
                   border-radius: 0px;
	   }
	   
	.get-quote-btn{
		background-color:#3a6b9b;
		border-color:#3a6b9b;
		color:#fff;
		font-family: Arial,sans-serif;
		font-size:14px;
		padding:7px 30px;
		margin:0 auto;
		text-align:center;
		display:block;
		margin-bottom:20px;
		margin-top:10px;
                border-radius: 0px;
		}
		
	.top-models .dropdown .model-pic{
		margin:0 auto;
		display:block;
		}
		
/*item slider*/
/* CSS used here will be applied after bootstrap.css */
#carousel {
    margin-top: 20px;
}
.item .thumb {
	width: 25%;
	cursor: pointer;
	float: left;
}
.item .thumb img, .item img {
	width: 100%;	
}


/*end of item slider*/



/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
    z-index: 2;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	width: 255px;
    height: 200px;
    max-height: 300px;
    overflow-y: scroll;
}

.dropdown-content span{
	color:#c4161c;
	padding-right:20px;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}


.detail-bg{
	background-color:#E4E2E2;}

.price{
	    background-color: #3e4146;
		border:1px solid #3e4146;
		border-radius:4px;
		padding:5px 30px;
		color:#fff;
		font-size:16px;
		margin:20px 0px 20px 0px;
	}
	
.price span{
	color:#fff;
	padding-right:10px;
	}
	
aside{
	background-color:#E4E2E2;
	margin:20px 0px 20px 0px;
	}
.aside-header{
	background-color: #3a6b9b;
	padding:5px 0px 3px 0px;
	
	}
	
.aside-header p{
color:#fff;
font-family: Lato-Medium;
font-size:18px;
padding:5px 0px 0px 10px;

}

.panel-body ul li{
	padding:5px 0px 5px 0px;
	list-style:none;
	}

.panel-body ul li a , panel-title a{
	text-decoration:none;
	}
	
.panel-body ul li a span{
	padding-right:10px;
	}
	
	
	
/*	DVLA SEARCH */
		 
		 
		 
	 
		 
		 
.dvla-width {
    width: 546px;
    margin-top: 10px;
	margin:0 auto;
	
	}
	
	.dvla-main{
    background: #005baf;
    border-radius: 7px 7px 7px 7px;
    padding: 3px;
	height:90px;
}
.reg-input-new1 {
    height: 84px;
    width: 488px;
    font-weight: 500;
    font-size: 30px;
    text-align: center;
    background: #fbbc05;
    font-family: MANDATOR;
    text-transform: uppercase;
	border:1px solid #fbbc05;
	outline:none;
	border-radius:0px 7px 7px 0px;	
}

.gb{
	float:left;
	}
	
placeholder { /* Firefox 19+ */
  color: black;
}	
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: black;
}
:-moz-placeholder { /* Firefox 19+ */
  color: black;
}
:-ms-input-placeholder { /* IE 10+ */
  color: black;
}
:-moz-placeholder { /* Firefox 18- */
  color: black;
}



/ Chrome, Safari, Edge, Opera /
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/ Firefox /
input[type=number] {
  -moz-appearance: textfield;
}


.get-btn{
	background-color: #3a6b9b;
    color: #fff;
    border:1px solid #3a6b9b;
	font-size:16px;
	padding:7px 30px;
	border-radius:4px;
	margin:10px 0px 10px 0px;
	}
.get-btn:hover{
	background-color: #d9534f;
}
/*END OF DVLA SEARCH*/



/*Sign up*/


	
.text-box{
	margin:0 auto;
	display:block;
	width:85%;
	padding:8px 0px 8px 10px;
	border:1px solid #3a6b9b;
	border-radius:4px;
	color:#3a6b9b;
	margin-top:10px;
	font-size:16px;
	height: 37px;
	}

.submit{
background-color: #3a6b9b;
margin:0 auto;
display:block;
width:85%;
border:1px solid #3a6b9b;
border-radius:4px;
padding:8px 0px 8px 10px;
color:#fff;
font-size:16px;

	}
	
.submit:hover{
	background-color: #d9534f;
	border:1px solid #d9534f;
}

/*End of Sign up*/

.pside img{
    width: 100%;
    margin-top: 30px;
}


/*footer*/

footer .footer-border{
	border:1px solid #fff;
	}

footer{
	 background-color: #1b1d1f;
	 color:#fff;
	}
	
footer .footer-logo img {
    margin: 0 auto;
    display: block;
    width: 180px;
    margin-top: 50px;
}

footer .footer-contant p{
	margin:70px 0px 20px 0px;
	color:#fff;
	font-family: Lato-Light;
	font-size:15px;
	text-align:center;
	}
	
footer .footer-contant h4{
	margin:70px 0px 20px 0px;
	color:#fff;
	text-align:center;
	}
	
footer .footer-contant ul{
margin-right:50px;
text-align:center;
	}
		
footer .footer-contant ul li{
	list-style:none;
	text-align:center;
	display:inline;
	padding-left:10px;
	}
footer .footer-contant ul li a{
	color:#fff;
	text-align:center;
	font-size:20px;
	}

/*end of footer*/

.textarea-box{
	margin:0 auto;
	display:block;
	width:85%;
	padding:8px 0px 8px 10px;
	border:1px solid #3a6b9b;
	border-radius:4px;
	color:#3a6b9b;
	margin-top:10px;
	font-size:16px;
	min-height:200px;
	
	}

/*thanks*/

.thanks-logo img{
	margin:0 auto;
	display:block;
	margin-top:90px;
	width: 150px;
	}
.thanks-text{
	color:#fff;
	margin:20px 0px 20px 0px;
	}
	
.goto{
	background-color: #9b0e21;
    color: #fff;
    border:1px solid #9b0e21;
	font-size:16px;
	padding:7px 30px;
	border-radius:4px;
	margin:10px 0px 10px 0px;
	}
	
	
	
/*end of Thanks*/

/*size-detail*/
 
 
aside{
 background-color:#fff;
 border:1px solid #ccc;
 margin:30px 0px 30px 0px;
 }
 
aside .aside-header2{
 background-color: #3a6b9b;
    border: 1px solid #3a6b9b;
 height:50px;
 
 }

aside .aside-header2 h4{
 color:#FFFFFF;
 text-align:center;
 padding-top:6px;
 }
.aside-list{
overflow-x: hidden;
height: 327px;
 }

.aside-list ul{
 margin-left:-40px;
 } 
    
.aside-list ul li{
 list-style:none;
 padding:8px 0px 8px 20px;
 border-bottom:1px solid #ccc;
 text-align:left;
 
 }
 
 
.aside-list ul li a{
 text-decoration:none;
 color:#000;
     font-family: Lato-Medium;
 }
 .privacy {
margin-left: 54px;
font-size:16px;
}

.fast-img{
margin-top:20px;
}



.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    width: 100%;
}


.bottom-buttons{
    position: fixed;
    bottom: 30px;
    left: 25px;
    z-index: 9999;
    background: black;
    height: 60px;
    width: 60px;
    color: white;
    border-radius: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    align-content: center;
    text-align: center;
    justify-content: center;
}
.bottom-button .tooltip{
    position: absolute !important;
    top: -20px !important;
    left: calc(100% + 5px) !important;
    z-index: 3 !important;
    background: #00E676 !important;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3) !important;
    padding: 6px 12px !important;
    border-radius: 30px !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    opacity: 0 !important;
    white-space: nowrap !important;
    pointer-events: none !important;
    transition: 0s !important;
    color: #fff;
}
.bottom-button:hover .tooltip{
    opacity: 1 !important;
    pointer-events: auto !important;
    transition: all 0.4s ease !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}
.whatsapp {
    bottom: 8px;
    font-size: 40px;
    background: #00E676;
}

/* Scroll To Top Button */
.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 110px;
    width: 45px;
    height: 45px;
    background: #3a6b9b;
    color: #fff;
    text-align: center;
    line-height: 42px;
    font-size: 26px;
    border-radius: 50%;
    display: none;
    z-index: 9999;
    cursor: pointer;
    transition: 0.3s;
}

.scroll-top:hover {
    background: #c00113;
    color: #fff;
} 






