/*CSS START*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
	padding: 0;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	overflow-x: hidden;
}
a{
	text-decoration: none;
}
ul{
	padding: 0;
	margin: 0;
}
li{
	list-style: none;
	margin: 0;
}
h1,h2,h3,h4,h5,h6,p{
	margin: 0;
	padding: 0;
}
img{
	max-width: 100%;
	max-height: 100%;
}
.container{
	max-width: 1170px !important;
}
/*==============
FULL PAGE CSS
================*/
header nav ul li a {
    font-size: 18px;
    color: #000 !important;
    text-transform: capitalize;
    padding-right: 50px !important;
    font-weight: 600;
        border-bottom: 3px solid transparent;
}
header{
	padding: 0 10px;
}
header nav ul li a:hover {
    border-bottom: 3px solid;
}
.collision a:hover {
    background: #5ba9da;
    transition: 0.9s;
}
header nav ul li a {
    padding: 0 !important;
}
header nav ul li  {
    padding-right: 40px !important;
}
header nav ul li:last-child  {
    padding-right: 0 !important;
}
section.banner {
    background-image: url(../images/banner1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    background-color: rgb(0 0 0 / 30%);
    background-blend-mode: multiply;
}
.collision {
    color: #fff;
    padding: 200px  0;
}
.collision h1 {
    font-size: 44px;
    font-weight: 700;
    line-height: 1.2;
    padding: 20px 0;
}
.collision h4 {
    font-size: 22px;
    line-height: 1.2;
    padding: 0 0 30px;
}
.collision a {
    background: #1c84c6;
    padding: 10px 40px;
    display: inline-block;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.towing {
    width: 100%;
    background: #1c84c6;
    backdrop-filter: blur(10px) brightness(0);
    padding: 20px 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 60px;
    max-width: 100%;
    gap: 20px;
    margin: 45px 0 0;
}
.towing a {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
} 
.towing a:first-child {
    position: relative;
}
.towing a:first-child:before {
    content: '';
    height: 1px;
    width: 67px;
    background: white;
    display: block;
    position: absolute;
    right: -50px;
    top: 17px;
    transform: rotate(298deg);
}
.towing a i {
    font-size: 33px;
    margin-left: 20px;
    color: #fff;
    vertical-align: middle;
}
.timetable {
    color: #fff !important;
    background: #000000a1;
    box-shadow: 0px 0px 35px 1px #383838;
    padding: 14px;
    border-radius: 10px;
}
.deductible {
    line-height: 33px;
}
.deductible p {
    font-size: 14px;
}
.mondays p {
    color: #f68c24 !important;
    font-weight: 600;
}
.sundays p {
    color: #aeaeae !important;
}
header nav ul li .active {
    border-bottom: 3px solid;
}
.collision h5 {
    padding: 4px 4px 0;
    text-align: center;
    font-style: italic;
    font-weight: bold;
    color: #305088;
    font-size: 14px;
}
.body-img img {
    border-radius: 5px 5px 0 0;
    height: 202px;
    object-fit: fill;
    cursor: pointer;
}
.body-img img {
    transition: transform .7s ease;
}
.body-img{
	overflow: hidden;
}
.body-img img:hover {
    transform: scale(1.5);
    filter: brightness(0.8);
}
.aftercar {
    width: 100%;
    border-radius: 5px;
    box-shadow: 0px 0px 29px 2px #0c0c0c26;
}

.aftercar h2 {
    font-weight: 600;
    font-size: 20px;
    padding: 20px  10px 5px;
}
.aftercar p {
    font-size: 14px;
    padding: 10px 10px 10px 8px;
    min-height: 125px;
}
.aftercar a {
    background: #1c84c6;
    padding: 5px 24px;
    display: inline-block;
    border-radius: 4px;
    color: #fff;
    margin: 20px 10px;
}
.aftercar a:hover {
    background: #1c84c6a3;
    transition: 0.9s;
}
section.collisionrepair {
    padding: 60px 0;
}

iframe.form {
    width: 100%;
    height: 600px;
    overflow: hidden !important;
    position: relative;
}
/*testmonial*/
.testmonial {
    margin: 20px;
    box-shadow: 0px 0px 8px 2px #0c0c0c26;
    padding: 20px 10px;
    text-align: center;
    border-radius: 10px;
        background: #fff;
}
.testmonial img {
    width: 130px;
    margin: auto;
    padding: 10px;
}
.testmonial i {
    font-size: 40px;
    color: #1c84c6;
    padding: 0 0 20px;
}
.testmonial p {
    font-style: italic;
    font-size: 14px;
    min-height: 225px;
}
.testmonial h3 {
    font-size: 1.125em;
    font-weight: 700;
    font-style: normal;
    padding: 0 0 5px;
}
.testmonial h6 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.33;
    color: #888d93;
}
.European h2 {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    padding: 0 0 30px;
}

.European .center.slick-initialized.slick-slider {
    display: flex;
    height: auto;
    align-items: center;
    background: transparent;
    cursor: pointer;
}
.European .slick-arrow {
    font-size: 0;
    padding: 10px;
    position: relative;
    border-radius: 50%;
    background: #1c84c6;
    border: 0;
    margin: 0 8px;
}
.aftercar span {
    font-weight: 400;
}
.European .slick-arrow:after {
    content: '';
    border: 3px solid;
    height: 11px;
    width: 11px;
    display: block;
    border-top: 0;
    border-right: 0;
    transform: rotate(45deg);
    color: #fff;
	border-radius:2px ;
}
.European button.slick-next.slick-arrow:after {transform: rotate(225deg) !important;}
.back-image {
    background-image: url(../images/ban.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding: 60px 0;
}

section.banner {
    margin-top: 88px;
}

header .container {
    padding: 0;
}
header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    background: rgb(255 255 255 / 87%);
    border-radius: 0px 0px 20px 20px;
    border: 1px solid #fff;
    border-top: 0;
}
a.navbar-brand img {
    width: 350px;
    border-radius: 4px;
}
section.mosteuropean img {
    width: 60%;
    margin: auto;
    display: block;
}

section.mosteuropean h2 {
    text-align: center;
    padding: 20px;
    font-weight: 600;
}

section.mosteuropean {
    padding: 60px 0;
}
/*footer css*/

.footer-menu ul li a {
    color: #fff;
    font-size: 18px;
    line-height: 1.9;
    font-weight: 600;
}

footer {
    background-image: url(../images/28532.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 0;
    background-position: center center;
        background-color: rgb(0 0 0 / 67%);
    background-blend-mode: multiply;

}
.footer-menu h4 {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}
.footer-menu p {
    color: #fff;
    padding: 5px 0;
}
.footer-menu a {
    display: block;
    color: #fff;
    padding: 4px 0;
}
.footer-menu ul li a:hover {
    color: #1c84c6;
    transition: 0.4s;
}
.footer-spa img {
    max-width: 100%;
}
.copyrighht {
    background: #000;
    padding: 10px 0;
}
.copyrighht .container {
    display: flex;
    justify-content: space-between;
}
.copyrighht .container p {
    font-size: 14px;
}
.local-s a {color: #fff;}
.collisn h5 {
    font-size: 18px;
}
a.tabs {
    text-align: center;
    display: block;
    border-bottom: 5px solid #1c84c6;
    line-height: 0;
}
a.tabs i {
    background: #1c84c6;
    padding: 2px 15px;
    color: #fff;
    font-size: 30px;
    border-radius: 5px 5px 0px 0px;
}
/*================
Service Page Css
=================*/
section.rightsidebar {
    padding: 60px 0;
}
section.rightsidebar div#v-pills-tab {
    width: 30% !important;
    background: #000000;
    height: 300px;
    padding: 20px;
    border-radius: 30px 0;
    box-shadow: 0 0 5px 1px #ddd;
}
section.rightsidebar div#v-pills-tab button {
    text-align: left;
    border-radius: 20px 0 20px 0;
    width: 80%;
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
    padding-left: 39px;
}
div#v-pills-tabContent {
    width: 70%;
    padding-left: 10px;
}
.tab-pane h2 {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 5px;
}
.tab-pane p {
    font-size: 14px;
    line-height: 2;
    padding-bottom: 20px;
}
.tab-pane ul li {
    list-style: unset;
    font-size: 16px;
    font-weight: 600;
    line-height: 2;
}
.tab-pane   ul {
    margin: 10px;
}
div#v-pills-settings h2 {
    font-size: 17px;
    text-transform: capitalize;
}
div#v-pills-settings h6 {
    font-style: italic;
    line-height: 1.5;
    font-size: 16px;
    color: #4c4c4c;
}
section.rightsidebar form h2 {
    font-size: 20px !important;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.3;
}

section.rightsidebar form input {
    margin: 16px  0;
}

section.rightsidebar form label {
    font-size: 14px;
    padding: 10px 0;
}

section.rightsidebar form {
    box-shadow: 0px 0px 12px 1px #ddd;
    padding: 20px;
}
form.row.g-3 input::placeholder {
    font-size: 14px;
}
.servicepage .collision {
    padding: 60px 0;
    text-align: center;
}

/*======================
Photos page Css Start
=======================*/
.gallery-item {
        margin: 0 0 15px;
        overflow: hidden;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    	transition: transform 0.3s ease-in-out;
        }
.gallery-item img {
        width: 100%;
        height: auto;
        border-radius: 8px 8px 0 0;
        }
.gallery-item:hover {
        transform: scale(1.05);
        }
 section.photsgallry {
    	padding: 40px 0;
}
/*====================
Popup Csss
=============*/


#popup:after {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.5);
  z-index: -2;
}
div#popup p{
    position: absolute;
    background: white;
    font-size: 38px;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    right: 1px;
    color: #000;
    font-family: cursive;
    top: -10px;
    text-align: center;
    cursor: pointer;
}
.popup {
    display: none;
    position: fixed;
    padding: 10px;
    width: 50%;
    max-width: 100% !important;
    left: 25%;
    top: 20%;
    margin-top: -100px;
    z-index: 999;
    right: 0;
}
.popup-if button {
    background-color: #1c84c6;
    color: #ffffff;
    font-size: 18px;
    padding: 4px 20px;
    margin: auto;
    display: block;
    border-radius: 5px;
    border: 0;
}
.map iframe {
    width: 100%;
    padding: 40px 0;
}


/*=====================
Responsive Csss Start
=====================*/

@media(max-width: 1024px){
.collision {
    padding: 100px 0 !important;
}
.collision h1 {
    font-size: 33px;
}
.collision h4 {
    font-size: 18px;
}
.towing a {
    font-size: 16px;
    font-weight: 600;
}
.navbar-toggler:focus {
    outline: none !important;
    box-shadow: none;
}
section.rightsidebar div#v-pills-tab {
    height: 400px;
}
section.rightsidebar div#v-pills-tab button {
    padding-left: 18px;
}
header {
    padding: 0 20px;
}
}
@media(max-width: 840px){
	.towing {
    gap: 40px;
   margin: 5px 0 0;
}
.towing a:first-child:before{
	top: 24px;
}
.body-img img {
    width: 100%;
    object-fit: cover !important;
    height: 262px;
}
section.collisionrepair .row {
    row-gap: 30px;
}
section.collisionrepair .col-md-3.col-sm-3 {
    width: 50%;
}
.aftercar p{
	min-height: 105px;
}
section.rightsidebar div#v-pills-tab {
    padding: 10px;
}
}
@media(max-width: 767px){
.collision {
    padding: 60px 0 !important;
}
section.banner .col-md-4.col-sm-4 {
    width: 60%;
    margin: auto;
}
.collision:last-child {
    padding: 20px  0 !important;
}
.collision h1 {
    font-size: 43px;
}
.collision h4 {
    font-size: 24px;
}
.collision.aos-init.aos-animate {
	    padding-left: 30px !important;
	}
.testmonial p {
    font-style: italic;
    font-size: 14px;
    min-height: 105px;
}
.testmonial {
    margin: 5px;
}

section.rightsidebar .d-flex.align-items-start {
    flex-wrap: wrap;
    grid-row-gap: 20px;
}
section.rightsidebar div#v-pills-tab {
    width: 100% !important;
    height: auto;
    padding: 40px !important;
}
section.rightsidebar div#v-pills-tab button {
    width: 100%;
}
div#v-pills-tabContent {
    width: 100%;
    padding-left: 10px;
}
.popup {

    width: 90%;
    max-width: 100% !important;
    left: 5%;
    top: 25%;

}
}
@media(max-width: 575px){
section.collisionrepair .col-md-3.col-sm-3 {
    width: 100%;
}
.body-img img {
	width: 100%;
	object-fit: cover !important;
	height: 100%;
}
.collision h1 {
    font-size: 33px;
}
.collision h4 {
    font-size: 20px;
}
.towing {
    gap: 30px;
    margin: 5px 0 0;
}
.towing {
    height: auto !important;
    padding: 0;
}

.towing a:first-child:before {
    display: none !important;
}

.towing a {
    padding: 10px;
}
.towing a:first-child{
	border-right: 1px solid;
}
section.mosteuropean img {
    width: 100%;
    margin: auto;
    display: block;
}
section.mosteuropean h2 {
    text-align: center;
    padding: 0 0 13px;
    font-weight: 600;
}
section.mosteuropean {
    padding: 30px 0;
}
section.banner .col-md-4.col-sm-4 {
    width: 80%;
    margin: auto;
}
.towing a {
    font-size: 14px;
    font-weight: 500;
}
}
@media(max-width: 480px){
.collision h1 {
    font-size: 22px;
}
.collision h4 {
    font-size: 16px;
}
.footer-menu {
    text-align: center;
}
footer .row {
    row-gap: 20px;
    justify-content: center;
}
.footer-spa.scond {
    text-align: center;
}
a.navbar-brand img {
    width: 240px;
    border-radius: 4px;
}
section.banner {
    margin-top: 68px;
}
	}