body,
html {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #030303;
  line-height: 24px;
  overflow-x: hidden;
}

/*anchor tag styling start here*/

a {
  color: #000;
  word-break: break-all;
}

a:hover {
  color: #0CAFA0;
  text-decoration: none;
}

a.light {
  color: #fff;
}

a.light:hover {
  color: #fff;
  text-decoration: none;
}

/*anchor tag styling end here*/

/*Heading tag style Start Here*/

h2 {
  font-size: 42px;
  font-weight: 400;
  color: #000;
  position: relative;
}

h3 {
  font-size: 36px;
  font-weight: bold;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 15px;
}

/*Heading tag style End Here*/

/*List style Start Here*/
ul {
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0;
}

li {
  list-style: none;
}
/*List style end Here*/

/*Text Styling Start Here*/
p {
  font-size: 14px;
  line-height: 24px;
}

.text-lght {
  font-weight: 300;
}

.text-semi {
  font-weight: 500;
}

.text-bold {
  font-weight: bold;
}

.blue {
  color: #00529b !important;
}
.copperclr {
  color: #ae895e !important;
}

/*Text Styling End Here*/

/*---------------------
	scroll - starts
------------------------*/

/* width */
::-webkit-scrollbar {
  width: 5px;
  border-radius: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ae895e;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #00529b;
  border-radius: 15px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #0CAFA0;
}
/*---------------------
       scroll - ends
   ------------------------*/

/*Menu Styling starts Here*/

header {
  float: left;
  width: 100%;
  background: transparent;
  /* padding-top: 20px; */
  position: absolute;
  z-index: 99;
  background: rgba(255, 255, 255, 0.705);
  top: 0px;
}
img.company-logo {
  max-width: 180px;
}
/*.white-top {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 13%,
    rgba(255, 255, 255, 0.8435749299719888) 47%,
    rgba(255, 255, 255, 0) 80%
  );
  height: 297px;
}*/

.navbar-light .navbar-nav .nav-link{
  font-weight: 600;
  color: #000;
}

.navbar-light .navbar-nav .nav-link.dropdown-toggle{
  display: inline-block;
}

.smalldevice{
  background-color:#0777BD ;
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 4px;
  position: relative;
  vertical-align: middle;
  text-align: center;
  margin-left: -5px;
}

.smalldevice::after {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: .255em;
  content: "";
  border-top: .4em solid #fff;
  border-right: .4em solid transparent;
  border-bottom: 0;
  border-left: .4em solid transparent;
}

.navbar-light .navbar-nav .active .nav-link,
.navbar-light .navbar-nav .nav-link:hover{
  color: #0CAFA0;
}

.dropdown-menu{
  position: relative;
  padding-bottom: 10px;
  margin-top: 0;
  padding: 10px;
}

.dropdown-menu .col-md-6 {
  position: unset;
}

.dropdown-menu .car{
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  display: none;
  margin: 10px;
  border-radius: 5px;
  overflow: hidden;
}

.dropdown-menu .dropdown-item{
  padding: 8px 10px;
  font-weight: 600;
  color: #000;
  border-radius: 5px;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item.active{
  background-color: #0CAFA0;
  color: #fff;
}

.dropdown-menu .dropdown-item:hover:after{
  width: 35px;
  height: 17px;
  content: '';
  display: inline-block;
  float: right;
  margin: 2px 0;
  background: url(../images/sprite.png) no-repeat;
  background-position: -41px -41px;
}

.dropdown-menu .dropdown-item:hover .car,
.dropdown-menu .dropdown-item .car.active{
  display: block;
}

a.menu-link {
  margin: 16px;
  color: #2A282A;
  font-weight: 600;
}
/* .sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s, padding-top 0.3s;
} */

.search-custom-style .form-control {
  border-radius: 20px;
  padding: 0 18px 0 37px;
}

/* for adding search icon as place-holder */

.top-search-position {
  position: relative;
}

.top-search-position::before {
  position: absolute;
  /* font-family: "Font Awesome 5 Free"; */
  content: "";
  width: 16px;
  height: 16px;
  font-size: 18px;
  z-index: 9999;
  left: 11px;
  background: url(background/search-solid.svg) no-repeat;
}

/* for adding search icon as place-holder */

.language-button {
  border-radius: 20px;
  background: #eaeaea;
  width: 100%;
  min-width: 71px;
  padding: 6px 0 6px 0;
  float: left;
}

.arabic {
  width: 50%;
  float: left;
  text-align: center;
}

.arabic a {
  color: #00529b;
  font-size: 13px;
  font-weight: 600;
}

.english {
  border-radius: 20px;
  background: #00529b;
  width: 50%;
  float: left;
  position: relative;
  right: 7px;
  text-align: center;
}

.english a {
  color: #eaeaea;
  font-size: 14px;
  font-weight: 600;
  
}

/*Menu Styling Ends Here*/

/* banner styling strats here */

.banner {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
}

.banner .caption {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(0, -50%);
  font-size: 46px;
  font-weight: 300;
  color: rgb(12, 11, 11);
  z-index: 1000;
  line-height: 50px;
  text-align: left;
  font-weight: 400;
  max-width: 440px;
}

.banner .caption h1 {
  font-weight: 700;
  font-size: 41px;
}

.banner .caption p {
  font-size: 16px;
}


.banner .caption .btn-default {
  text-shadow: none;
  margin-top: 20px;
}

.banner .caption h1::before {
  position: absolute;
  height: 4px;
  width: 64px;
  background: #0cafa0;
  content: "";
  top: -10px;
  left: 0px;
  height: 8px;
  border-radius: 10px;
}

.banner .slick-dots li button{
  background-color: #A8A297 !important;
}

.banner .slick-dots li.slick-active button{
  background-color: #0777BD !important;
}

/* banner styling ends here */

/* slick custom styles */

.slick-dots li button {
  color:#0777BD;
  background: #0777BD;
  border-radius: 30px;
}

.slick-dots li button {
  color: #979797;
  background: #979797;
  border-radius: 30px;
}

.slick-dots li.slick-active button {
  background: #0777BD;
}

.slick-dots li.slick-cloned .slick-active button {
  background: #0777BD;
}

.slick-list {
  margin: 0px;
}

/* slick custom styles */

/* who we are section */

section.who-we-are-main {
  float: left;
  width: 100%;
}

.whoweare img {
  width: 32%;
  margin: 36px 0px 0px 0px;
  padding: 0 10px 0 10px;
}

.title-main {
  font-weight: 700;
}

.whoweare-text {
  margin-top: 72px;
}

.paragraph-border {
  /* border-left: solid 4px #DDB45E; */
  border-left: solid 4px #0777BD;
  float: left;
  width: 100%;
  margin: 0 0 32px 0;
}

.paragraph-border p {
  /* margin-left: 18px; */
  max-height: 222px;
  float: left;
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0 20px 0 21px;
}

.btn {
  padding: 9px 48px 9px 48px;
  background: #0777BD;
  border: none;
  font-size: 20px;
  font-weight: 400;
  margin-top: 5px;
  max-height: 241px;
}

.btn:hover {
  background: #0CAFA0 !important;
}

/* who we are section */

/* service section */

section.service-main {
  margin: 36px 0 0 0;
  float: left;
  width: 100%;
}

.service {
  position: relative;
  top: 0px;
}

.service img {
  max-width: 100%;
  height: auto;
}

.servicetag {
  text-align: center;
  font-weight: 700;
  font-size: 25px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.service-position-adjust {
  position: absolute;
  bottom: 45px;
  left: 96px;
  background-color: #ffffffc4;
  padding: 16px 30px 16px 30px;
}


.testdrive-position-adjust {
  position: absolute;
  bottom: 45px;
  left: 120px;
  background-color: #ffffffc4;
  padding: 16px 30px 16px 30px;
}

.request-position-adjust {
  position: absolute;
  bottom: 45px;
  left: 85px;
  background-color: #ffffffc4;
  padding: 16px 30px 16px 30px;
}

/* service section */

/* Our Vision section */

section.our-vision-main {
  margin: 36px 0 0 0;
  float: left;
  width: 100%;
}

.our-vision {
  float: right;
}

.our-vision img {
  width: 100%;
}

.ourvision-text {
  margin-top: 49px;
  background: #f0f5f9;
  padding: 35px 35px 35px 35px;
  width: calc(100% + 32px);
  float: left;
}

.vision-paragraph-border {
  border-left: solid 4px #0777BD;
  float: left;
  width: 100%;
  margin: 0 0 32px 0;
}

.vision-paragraph-border p {
  max-height: 168px;
  float: left;
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0 0px 0 21px;
}
/* Our Vision section */

/* Our mission section */

section.our-mission-main {
  margin: 36px 0 0 0;
  float: left;
  width: 100%;
}

.our-mission {
  float: left;
}

.our-mission img {
  width: 100%;
}

.ourmission-text {
  margin-top: 49px;
  background: #f0f5f9;
  padding: 35px 35px 35px 35px;
  width: calc(100% + 30px);
  float: right;
}

.mission-paragraph-border {
  border-left: solid 4px #0777BD;
  float: left;
  width: 100%;
  margin: 0 0 32px 0;
}

.mission-paragraph-border p {
  max-height: 168px;
  float: left;
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0 0px 0 21px;
}
/* Our Vision section */

/* Our brands section */
section.our-brands-main {
  margin: 36px 0 0 0;
  float: left;
  width: 100%;
}

section.our-brands-main img {
  max-width: 65%;
  max-height: 130px;
  width: auto;
}

.brand-heading {
  text-align: center;
  padding: 30px 0px 30px 0px;
}

.title-brand {
  font-weight: 700;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  position: relative;
}

.title-brand::before {
  position: absolute;
  content: "";
  height: 4px;
  width: 100px;
  background: rgb(18,176,162);
background: linear-gradient(90deg, rgba(18,176,162,1) 0%, rgba(7,119,189,1) 47%);
  top: 50%;
  left: -110px;
  margin-top: -2px;
}

.title-brand:after {
  position: absolute;
  content: "";
  height: 4px;
  width: 100px;
  background: rgb(7,119,189);
  background: linear-gradient(90deg, rgba(7,119,189,1) 0%, rgba(18,176,162,1) 47%);
  top: 50%;
  right: -110px;
  margin-top: -2px;
}

.brandslider li {
  text-align: center;
}

section.our-brands-main {
  margin: 36px 0 0 0;
  float: left;
  width: 100%;
  background: #fff;
}

.brandslider {
  width: 100%;
}

.brandslider .slick-track{
  display: flex;
  align-items: center;
}

.brandslider li {
  text-align: center;
}

.brandslider li img {
  max-width: 65%;
  max-height: 130px;
  width: auto;
  margin: 0 auto;
}

/* Our brands section */

/* news section */
section.news-main {
  margin: 36px 0 0 0;
  float: left;
  width: 100%;
  overflow: visible;
}

.blue-background-news {
  background: #f0f5f9;
  position: absolute;
  z-index: 777;
}

.news-size-adjust {
  position: relative;
  z-index: 999;
}

.news-title-main {
  padding: 38px 0px 38px 0px;
}

.news-size-adjust .all-news-hold{
  margin: 0 -10px;
}

.news-size-adjust .slick-dots{
  position: unset !important;
  margin: 20px 0;
}

.news-hold img {
  width: 100%;
}

.news-hold h2 {
  font-size: 28px;
  padding-top: 26px;
  padding-bottom: 6px;
  font-weight: 700;
}

a.news-date {
  font-weight: 600;
  color: #00529b;
}

.news-hold .btn {
  margin-top: 21px;
}

.news-hold {
  margin: 0px 9px 0px 9px;
}

/* news section */

/* socialfeed section */

.social-feed-main {
  margin: 36px 0 0 0;
  float: left;
  width: 100%;
}

.blue-background-feed {
  background: #f0f5f9;
}

/* socialfeed section */

/* mobile application section */

.mobile-app-main {
  margin: 36px 0 0 0;
  float: left;
  width: 100%;
}

.mobile-app img {
  width: 100%;
}

.mobile-app-text {
  margin-top: 72px;
}

.social-tab-bg {
  background: #f0f5f9;
}

.application-icons {
  float: left;
  width: 100%;
  margin-top: 30px;
  display: flex;
  align-items: center;
}

.application-icons a{
  margin-right: 10px;
}


/* social feed section */

.socialfeed-content-hold {
  padding: 51px 0px 51px;
}

/* tab styling */

nav > .nav.nav-tabs {
  border: none;
  color: #fff;
  border-radius: 0;
  justify-content: space-around;

}
nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active {
  border: none;
  padding: 0;
  color: rgb(0, 0, 0);
  background: #f0f5f9;
  border-radius: 0;
}

/* nav > div a.nav-item.nav-link.active:after
   {
    content: "";
    position: relative;
    bottom: -60px;
    left: -10%;
    border: 15px solid transparent;
    border-top-color: #e74c3c ;
  } */
/* .tab-content{
    background: #fdfdfd;
      line-height: 25px;
      border: 1px solid #ddd;
      border-top:5px solid #e74c3c;
      border-bottom:5px solid #e74c3c;
      padding:30px 25px;
  } */

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus {
  border: none;
  border-radius: 0;
  transition: background 0.2s linear;
}

.social-tab-bg i {
  font-size: 35px;
  border: .2rem solid #111;
  border-radius: 15px;
  width: 62px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-tab-bg.active i,
.social-tab-bg:hover i{
  border-color: #0CAFA0;
  color: #0CAFA0;
}

/* tab styling */

.instagram-content-hold img {
  max-width: 100%;
  height: auto;
}

.social-feed-second {
  margin-top: 31px;
}

/* social feed section */

/* footer section */

.modal-footer {
  border-top: none;
}
.footer-label {
  width: 100%;
  float: left;
}

.footer-placeholder {
  width: 100%;
  float: left;
  max-width: 62%;
  float: left;
  height: 40px;
}

.footer-btn {
  float: left;
  width: 56%;
  max-width: 124px;
}

button.btn.btn-primary.\.footer-btn {
  margin: 0px;
  height: 40px;
  background: #00529b;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  max-width: 119px;
  padding: 6px;
  margin-left: 10px;
  float: none;
}

.footer-title {
  font-weight: 700;
  font-size: 17px;
  padding: 32px 0 19px 0;
}

.footer-title a {
  color: white;
}

.footer-links a {
  color: white;
  padding-right: 9px;
  word-break: break-word;
}

.newsletter-content {
  width: 87%;
}

.newsletter-content p {
  color: white;
}

.place-holder {
  float: left;
  width: 100%;
}

.place-holder .modal-body {
  padding: 0px;
}

.footer-links {
  padding-bottom: 2%;
}

footer {
  float: left;
  width: 100%;
  background: #0777BD;
}

.footer-last-section a {
  color: white;
}

.footer-last-section {
  border-top: solid 1px #8b8b8be6;
  padding: 24px 0;
  margin-top: 2%;
}
.footer-icons {
  float: left;
  width: 100%;
}

.footer-icons .social-icons {
  display: flex;
}

.footer-icons .social-icons a{
  display: inline-block;
  margin-right: 10px;
  max-width: 40px;
}

.mawaqalogo {
  float: right;
  color: #fff;
}

.store-icons {
  display: flex;
}

.store-icons a{
  margin-right: 10px;
}


/* footer section */
/*============================General Styling Start Here============================*/

/*---------------------
    side-toggle start
------------------------*/

.side-toggle {
    position: fixed;
    top: 50%;
    transform: translate(0, -50%);
    right:0;
    z-index: 1000
}

.side-toggle a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    position: relative;
    text-align: center;
    line-height: 45px;
    width: 45px;
    margin-bottom: 3px;
    background-color: #0777BD;
    z-index: 2;
}

.side-toggle a i.whatsapp-ico:after{
    width: 30px;
    height: 30px;
    content: '';
    display: block;
    background: url(../images/sprite.png) no-repeat;
    background-position: -248px -2px;
}

.side-toggle a i.email-ico:after{
    width: 30px;
    height: 30px;
    content: '';
    display: block;
    background: url(../images/sprite.png) no-repeat;
    background-position: -284px -3px;
}

.side-toggle a i.loc-ico:after{
    width: 30px;
    height: 30px;
    content: '';
    display: block;
    background: url(../images/sprite.png) no-repeat;
    background-position: -317px -4px;
}

.side-toggle a i.locate:after{
    width: 22px;
    height: 32px;
    content: '';
    display: block;
    background: url(../images/sprite.png) no-repeat;
    background-position: -352px -3px;
}

.side-toggle a:hover>span{
    visibility: visible;
    right: 50px;
    opacity: 1;
} 
.side-toggle a span {
    line-height: 45px;
    right: 60px;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    width: 200px;
    visibility: hidden;
    transition-duration: 0.5s;
    z-index: 1;
    opacity: 0;
    background-color: #0777BD;
    text-transform: uppercase;
    box-shadow: -3px 3px 5px 0px rgba(0,0,0,0.50);
}


/*end fixed social*/

/*============================Inner Page Start here============================*/


img { max-width: 100%; height: auto;}


.inner-banner{}

.inner-banner img{
    max-width: 100%;
    height: auto;
}

.inner-cont-area{
    padding-bottom: 50px;
}

.breadcrumb{background-color: transparent; padding: .75rem 0;}

.breadcrumb-item{font-size: 14px;}

.breadcrumb-item.active{ color: #030303; }

.breadcrumb-item a{ color:#999;}

.breadcrumb-item a:hover{ color:#030303;}

.inner-heading{}

.inner-heading h1{
    font-size: 40px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}

.inner-heading p{
    font-size: 20px;
}


/*---------------------
    Book Service Page
------------------------*/

.book-service-page{
  padding-bottom: 20px;
}

.spl-form .form-control{
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #707070;
    padding: 0px 0;
    height: 55px;
}

.spl-form textarea.form-control{
    font-weight: bold; 
    color: #868686; 
    resize: none;
    height: 100px;
    padding-top: 15px;
    resize: none;
}

.spl-form .form-control::-webkit-input-placeholder { font-weight: bold; color: #868686; }

.spl-form .form-control::-moz-placeholder { font-weight: bold; color: #868686;}

.spl-form .form-control:-ms-input-placeholder { font-weight: bold; color: #868686;}

.spl-form .form-control:-moz-placeholder { font-weight: bold; color: #868686;}

.spl-form .form-group{position: relative;}

.spl-form .form-group.user:after{
    width: 28px;
    height: 28px;
    content: '';
    background: url(../images/sprite.png) no-repeat;
    background-position: 0px 0px;
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translate(0, -50%);
}

.spl-form .form-group.mail:after{
    width: 29px;
    height: 19px;
    content: '';
    background: url(../images/sprite.png) no-repeat;
    background-position: -31px -4px;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translate(0, -50%);
}

.spl-form .form-group.call:after{
    width: 28px;
    height: 28px;
    content: '';
    background: url(../images/sprite.png) no-repeat;
    background-position: -63px 0px;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translate(0, -50%);
}

.spl-form .form-group.brand:after{
    width: 36px;
    height: 28px;
    content: '';
    background: url(../images/sprite.png) no-repeat;
    background-position: -100px -2px;
    position: absolute;
    right: 0;
    top: 38%;
    transform: translate(0, -50%);
}

.spl-form .form-group.model:after{
    width: 33px;
    height: 26px;
    content: '';
    background: url(../images/sprite.png) no-repeat;
    background-position: -139px -5px;
    position: absolute;
    right: 4px;
    top: 38%;
    transform: translate(0, -50%);
}

.spl-form .form-group.area:after{
    width: 24px;
    height: 34px;
    content: '';
    background: url(../images/sprite.png) no-repeat;
    background-position: -179px -1px;
    position: absolute;
    right: 8px;
    top: 38%;
    transform: translate(0, -50%);
}

.spl-form .form-group.commnt:after{
    width: 34px;
    height: 25px;
    content: '';
    background: url(../images/sprite.png) no-repeat;
    background-position: -208px -3px;
    position: absolute;
    right: 4px;
    top: 10px;
}

.spl-form .select2-container--default .select2-selection--single{
  height: 55px;
}

/*---------------------
    Request Quote Page
------------------------*/

.request-quote-page{
  padding-bottom: 20px;
}

/*---------------------
    Text Drive Page
------------------------*/

.test-drive-page{
  padding-bottom: 20px;
}

#form-submit .modal-header {
  background-color: #f0f5f9;
  border-top-left-radius: .8rem;
  border-top-right-radius: .8rem;
  min-height: 100px;
  position: relative;
}

#form-submit .modal-header .car-icon {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 50%;
  bottom: -50%;
  transform: translate(-50%, 0);
  height: 100px;
}

.modal-header button.close {
  position: absolute;
  right: -26px;
  top: -26px;
  background-color: #F37070;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: relative;
  text-align: center;
  opacity: 1;
}

.modal-header button.close:before{
    width: 22px;
    height: 23px;
    content: '';
    background: url(../images/sprite.png) no-repeat;
    background-position: -85px -38px;
    display: inline-block;
}

#form-submit .modal-content{
  border-radius: .8rem;
}

#form-submit .modal-body{
  padding: 50px 30px;
}

#form-submit .modal-body h3{
  color: #777;
  margin: 20px 0;
}

#form-submit .modal-body p{
  font-size: 16px;
}


/*---------------------
    News Page
------------------------*/

ul.news-listing .box h2 {
    font-size: 28px;
    margin-top: 20px;
    font-weight: 700;
}

ul.news-listing .box a.date {
    font-weight: 600;
    color: #0777BD;
}

ul.news-listing .box a.date i{
    color: #000;
}

/*Loader Button*/

.loader {
  position: relative;
  width: 80px;
  height: 50px;
  margin: 0px auto;
  cursor: pointer;
}
.loader div {
  position: absolute;
  top: 20px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0777BD;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.loader div:nth-child(1) {
  left: 8px;
  animation: loader1 0.6s infinite;
}
.loader div:nth-child(2) {
  left: 8px;
  animation: loader2 0.6s infinite;
}
.loader div:nth-child(3) {
  left: 32px;
  animation: loader2 0.6s infinite;
}
.loader div:nth-child(4) {
  left: 56px;
  animation: loader3 0.6s infinite;
}
@keyframes loader1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes loader3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes loader2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

/*---------------------
    News Details Page
------------------------*/

a.back{
    font-weight: bold;
    color: #999999;
    text-transform: uppercase;
}

a.back:hover{
    color: #0CAFA0;
}

.news-details h2 {
    font-size: 28px;
    margin-top: 0px;
    font-weight: 700;
}

.news-details a.date {
    font-weight: 600;
    color: #0777BD;
}

.news-details a.date i{
    color: #000;
}

.news-details .bdr-lft{
    border-left: solid 4px #0CAFA0;
    padding-left: 20px;
}

/*---------------------
    Mopar Service Page
------------------------*/

.mopar-service h4{
    font-size: 24px;
    font-weight: bold;
    color: #0777BD;
    text-transform: uppercase;
    margin-top: 30px;
}

.mopar-service .mopar-table{
    padding: 0 15px;
}

ul.normal-lists{

}

ul.normal-lists li{
    position: relative; 
    margin-top: 10px;
}

ul.normal-lists li:before{
    width: 10px;
    height: 10px;
    content: '';
    border-radius: 50%;
    background-color: #DDB45E;
    display: inline-block;
    margin-right: 10px;
}

/*---------------------
    Fleet Page
------------------------*/

.fleet{

}

/*---------------------
    Brands Page
------------------------*/

.brands-page{

}

ul.brand-lists{
    margin: 0 0;
}

ul.brand-lists li{
    
}

ul.brand-lists li .box{
    border: 1px solid #DDB45E;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    height: 100%;
    min-height: 280px;
    
}

ul.brand-lists li .box:hover{
    -webkit-box-shadow: inset 0px 0px 0px 4px rgba(221,180,94,1);
    -moz-box-shadow: inset 0px 0px 0px 4px rgba(221,180,94,1);
    box-shadow: inset 0px 0px 0px 4px rgba(221,180,94,1);
}

ul.brand-lists li .box img{
    max-height: 80%;
    width: auto;
}

/*---------------------
    Contact Page
------------------------*/

.contact-page{
  padding-bottom: 20px;
}

ul.locations{

}

ul.locations li{
    background-color: #F4F7FA;
    padding: 10px;
    display: flex;
    align-items: center;
    position: relative;
    margin-left: 10px;
    margin-top: 20px;
}

ul.locations li:before{
    position: absolute;
    left: -10px;
    top: 0;
    height: 100%;
    width: 4px;
    background-color: #0777BD;
    content: '';
    margin-right: 10px;
}


ul.locations li span.qr{
    background-color: #fff;
    border: 1px solid #707070;
    flex: 35% 0 0
}

ul.locations li span.data{
    font-size: 18px;
    color: #000;
    padding-left: 20px;
    line-height: 26px;
}

ul.locations li span.data h5{
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 5px;
}

ul.locations li span.data p{
    font-size: 18px;
}

.contact-page .inner-heading span{
    color: #000;
}

.inner-cont-area.contact-page .form-group{
    margin-top: 40px;
    position: relative;
}

.inner-cont-area.contact-page .form-control{
    border-radius: 0;
    border:  1px solid #707070;
    padding: 0 30px 0 50px;
    height: 60px;
    line-height: 60px;
    font-size: 20px
}

.inner-cont-area.contact-page textarea.form-control{
    height: 220px;
}

.inner-cont-area.contact-page .form-control::-webkit-input-placeholder { font-weight: normal; color: #868686; }

.inner-cont-area.contact-page .form-control::-moz-placeholder { font-weight: normal; color: #868686;}

.inner-cont-area.contact-page .form-control:-ms-input-placeholder { font-weight: normal; color: #868686;}

.inner-cont-area.contact-page .form-control:-moz-placeholder { font-weight: normal; color: #868686;}

.inner-cont-area.contact-page .form-group.user:after{
    width: 28px;
    height: 28px;
    content: '';
    background: url(../images/sprite.png) no-repeat;
    background-position: 0px 0px;
    position: absolute;
    right: auto;
    left: 10px;
    top: 50%;
    transform: translate(0, -50%);
}

.inner-cont-area.contact-page .form-group.mail:after{
    width: 28px;
    height: 19px;
    content: '';
    background: url(../images/sprite.png) no-repeat;
    background-position: -31px -4px;
    position: absolute;
    right: auto;
    left: 10px;
    top: 50%;
    transform: translate(0, -50%);
}

.inner-cont-area.contact-page .form-group.call:after{
    width: 28px;
    height: 28px;
    content: '';
    background: url(../images/sprite.png) no-repeat;
    background-position: -63px 0px;
    position: absolute;
    right: auto;
    left: 10px;
    top: 50%;
    transform: translate(0, -50%);
}

.inner-cont-area.contact-page .form-group.address:after{
    width: 33px;
    height: 25px;
    content: '';
    background: url(../images/sprite.png) no-repeat;
    background-position: -0px -36px;
    position: absolute;
    right: auto;
    left: 10px;
    top: 50%;
    transform: translate(0, -50%);
}

.inner-cont-area.contact-page .form-group.commnt:after{
    width: 34px;
    height: 25px;
    content: '';
    background: url(../images/sprite.png) no-repeat;
    background-position: -208px -3px;
    position: absolute;
    right: auto;
    left: 10px;
    top: 30px;
    transform: translate(0, -50%);
}

.inner-cont-area.contact-page .btn {
    padding: 15px 60px 15px 60px;
    background: #DDB45E;
    border: none;
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px;
}

/*---------------------
    About Page
------------------------*/

.about-page{

}

.aboutus-image img {
    width: 23%;
    margin: 0px 0px 0px 0px;
    padding: 0 10px 0 10px;
}

.about-page .our-vision-main{
  float: none;
}

.about-page .our-mission-main{
  float: none;
}

/*---------------------
    Offers Page
------------------------*/

.offers-page .inner-title{
    text-align: center;
    padding: 0px 0px 8px 0px;

}

.offers-page h3 {
    font-size: 34px;
    padding-bottom: 11px;
    position: relative;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 20px;
}


.offers-page section.offers-main {
    float: left;
    width: 100%;
    overflow: visible;
}

.offers-page .offers-size-adjust {
    position: relative;
    z-index: 999;
}

.offers-page .offers-hold img {
    width: 100%;
}

.offers-page .sales-offers-section {
    float: left;
    width: 100%;
    margin-top: 40px;
}

.offers-page .slick-dots{
    position: unset;
    margin-top: 20px;
}

.offers-page.details h4 {
    font-size: 28px;
    font-weight: bold;
    color: #0777BD;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
}

.slick-slide img {
  width: 100%;
}

a.hm-service-cta {
  background: #0777BD;
  padding: 9px;
  width: 180px;
}

.homebanner{
  width: 100%;
}

.slick-initialized .slick-slide {
  margin: 0;
}

.social-icons img{
  max-width: 70%;
}

.contact-stl{
  margin-top: 49px;
    background: #f0f5f9;
    padding: 35px 35px 35px 35px;
    width: calc(100% + 32px);
    float: left;
    margin-bottom:50px ;
}