*:not(i) {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "MaxPro", sans-serif !important;
}

body {
  padding-top: 80px;
}

a {
  text-decoration: none !important;
}

ul {
  list-style-type: none;
}

button {
  cursor: pointer;
  transition: 0.2s ease;
}
button:hover {
  opacity: 0.9;
}
button:focus {
  outline: none !important;
}

.title {
  margin-bottom: 50px;
}
.title h2 {
  color: #000000;
  font-size: 30px;
  line-height: 1.55;
  font-weight: 700;
}
.title p {
  font-size: 15px;
  line-height: 1.55;
  color: #9b9b9b;
}

nav {
  box-shadow: 0px 8px 16px 6px #1219261a;
  padding: 0 !important;
}
nav .menuButton {
  display: none;
  cursor: pointer;
}
nav.bg-light {
  background-color: white !important;
}
nav .navbar-brand {
  margin-right: 100px;
}
nav .navbar-brand img {
  width: 100px;
}
nav .navbar-collapse .nav-item .nav-link {
  font-weight: 500;
  color: black;
  transition: 0.2s ease;
  font-size: 15px;
  padding: 0 10px;
}
nav .navbar-collapse .nav-item .nav-link:hover {
  color: #0090d4;
}
nav .rightSide {
  display: flex;
  align-items: center;
}
nav .rightSide .language {
  position: relative;
  cursor: pointer;
}
nav .rightSide .language .activeLang {
  height: 80px;
  line-height: 80px;
}
nav .rightSide .language img {
  width: 30px;
  height:24px;
}
nav .rightSide .language i {
  transition: 0.2s ease;
  font-size: 10px;
}
nav .rightSide .language.open .langDropdown {
  opacity: 1;
  pointer-events: auto;
}
nav .rightSide .language.open i {
  transform: rotateZ(180deg);
}
nav .rightSide .language .langDropdown {
  background-color: white;
  position: absolute;
  left: -20px;
  bottom: 0px;
  transform: translateY(100%);
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}
nav .rightSide .language .langDropdown a {
  display: flex;
  align-items: center;
  color: black;
  padding: 13px 20px;
  transition: 0.2s ease;
  font-size: 13px;
}
nav .rightSide .language .langDropdown a:hover {
  background-color: #f8f8f8;
}
nav .rightSide .language .langDropdown a img {
  margin-right: 6px;
  margin-top: -2px;
}
nav .rightSide .notifications {
  position: relative;
  padding: 0 20px;
}
nav .rightSide .notifications:hover .notificationDropdown {
  opacity: 1;
  pointer-events: auto;
}
nav .rightSide .notifications:hover .bell {
  -webkit-animation: bell 0.5s;
          animation: bell 0.5s;
}
@-webkit-keyframes bell {
  0% {
    transform: rotateZ(45deg);
  }
  25% {
    transform: rotateZ(-45deg);
  }
  50% {
    transform: rotateZ(20deg);
  }
  75% {
    transform: rotateZ(-20deg);
  }
  100% {
    transform: rotateZ(0deg);
  }
}
@keyframes bell {
  0% {
    transform: rotateZ(45deg);
  }
  25% {
    transform: rotateZ(-45deg);
  }
  50% {
    transform: rotateZ(20deg);
  }
  75% {
    transform: rotateZ(-20deg);
  }
  100% {
    transform: rotateZ(0deg);
  }
}
nav .rightSide .notifications .bell {
  position: relative;
  cursor: pointer;
  height: 80px;
  line-height: 80px;
}
nav .rightSide .notifications .bell::after {
  content: "2";
  background-color: #E61A18;
  width: 20px;
  height: 20px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  top: 20px;
  right: -3px;
  font-size: 10px;
  border-radius: 50%;
  transition: 0.2s ease;
}
nav .rightSide .notifications .bell.showNotification::after {
  opacity: 0;
}
nav .rightSide .notifications .bell svg {
  fill: black;
  width: 28px;
  height: 28px;
}
nav .rightSide .notifications .notificationDropdown {
  background-color: white;
  z-index: 1;
  box-shadow: 0 2px 8px 0 #00000033;
  width: 382px;
  position: absolute;
  left: 0;
  bottom: 0px;
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
  transition: 0.5s ease;
}
nav .rightSide .notifications .notificationDropdown .notification {
  display: flex;
  padding: 16px;
  align-items: stretch;
}
nav .rightSide .notifications .notificationDropdown .notification:first-child {
  border-bottom: 1px solid #e6e7e8;
}
nav .rightSide .notifications .notificationDropdown .notification img {
  width: 100px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
nav .rightSide .notifications .notificationDropdown .notification .text {
  padding: 0 16px;
}
nav .rightSide .notifications .notificationDropdown .notification .text h3 {
  font-size: 14px;
  font-weight: 700;
  color: #333;
  margin: 0 !important;
}
nav .rightSide .notifications .notificationDropdown .notification .text p {
  font-size: 12px;
  color: #333;
  margin: 0 !important;
  margin-bottom: 8px !important;
}
nav .rightSide .notifications .notificationDropdown .notification .text span {
  font-size: 12px;
  color: #a5a8ab;
}
nav .rightSide .accountButton {
  border-radius: 35px;
  font-size: 13px;
  background-color: #ff8c00;
  color: white;
  border: none;
  padding: 15px 38px;
  font-weight: 500;
  line-height: 1;
}
.accountIcon{
    display:none !important;
}
.carousel {
  background: black;
  height: 486px;
  display: flex;
  align-items: center;
}
.carousel .carouselContainer {
  position: relative;
  height: 486px;
  display: flex;
  align-items: center;
}
.carousel .carousel-item .sliderText,
.carousel .carousel-item .sliderImg {
  display: flex;
  align-items: flex-start;
  flex-direction:column;
}
.carousel .carousel-item .sliderImg img {
  width: 70%;
  margin-left: auto;
}
.carousel .carousel-item .sliderText {
  color: white;
}
.carousel .carousel-item .sliderText h1 {
font-size: 32px;
font-weight: 900;
margin-bottom: 20px;
}
.carousel .carousel-item .sliderText p {
max-width: 450px;
font-size: 15px;
line-height: 1.4;
margin-bottom: 35px;
}
.carousel .carousel-item .sliderText a {
    color:black;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 12px 15px 0 #0000000d;
  padding: 13px 38px;
  background-color: white;
  font-size: 19px;
  font-weight: 500;
  border-radius: 29px;
  line-height: 1;
}
.carousel .carousel-control-prev,
.carousel .carousel-control-next {
  align-items: flex-start;
  opacity: 1;
  width: 0;
}
.carousel .carousel-control-prev svg,
.carousel .carousel-control-next svg {
  width: 24px;
  height: 24px;
  fill: white;
}
.carousel .carousel-control-prev:hover .slider-arrow,
.carousel .carousel-control-next:hover .slider-arrow {
  border: 1px solid white;
}
.carousel .carousel-control-prev .slider-arrow,
.carousel .carousel-control-next .slider-arrow {
  position: absolute;
  transition: 0.2s ease;
  width: 79px;
  height: 53px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel .carousel-control-prev .slider-arrow {
  left: 0;
  top: 50px;
}
.carousel .carousel-control-next .slider-arrow {
  right: 0;
  bottom: 50px;
}
.carousel .carousel-control-next svg {
  transform: rotateZ(180deg);
}

.cars,
.insurance,
.advantages,
.callToAction,
footer {
  padding: 70px 0;
}

.cars{
    text-align:center;
  background-color: #f5f5f5;
}
.cars .owl-carousel{
    margin:0;
}
.cars .title {
  margin-bottom: 20px;
}
.cars .car {
  padding: 10px;
  border-radius: 10px;
  background-color: white;
  border: 1px solid #0000001f;
  position: relative;
  cursor: pointer;
}
.car:hover .carImg img {
  transform: scale(1.1);
}
.car .corona {
  position: absolute;
  top: 20px;
  left: 20px;
  background: rgba(45, 54, 64, 0.7);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  cursor: pointer;
  z-index: 1;
}
.car .corona:hover .text {
  opacity: 1;
  pointer-events: auto;
}
.car .corona .text {
  pointer-events: none;
  opacity: 0;
  transition: 0.2s ease;
  cursor: auto;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -100%);
  font-size: 12px;
  background: white;
  box-shadow: 0 0px 5px #152a4033;
  border-radius: 5px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 20px;
}
.car .corona .text::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-top: 8px solid white;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid transparent;
  transform: translateX(-50%);
  bottom: -16px;
  left: 50%;
}
.car .corona .fa-virus {
  color: white;
}
.car .carImg {
  height: 220px;
  border-radius: 10px;
  overflow: hidden;
}
.car .carImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s ease;
}
.car .text {
  text-align: center;
  padding: 18px 20px;
}
.car .text .property {
  color: #757575;
  line-height: 1.5;
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
 .car .text h3 {
  font-size: 15px;
  color: #000;
  line-height: 1.15;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
 .carShortStoryNew .price {
  color: #ff8c00;
  display: flex;
  align-items: center;
  font-size: 28px;
  line-height: 1;
   justify-content: center;
    margin-top: 15px;
}
.carShortStoryNew .price .currency {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -7px;
  margin-left: 2px;
}
 .carShortStoryNew .price .currency .azn {
  font-family: azn !important;
  font-size: 15px;
}
 .carShortStoryNew .price .currency .from {
  font-size: 10px;
}

 .carShortStoryNew .star .starIcon {
  margin: 0 auto;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  border: 1px solid #e6e6e6;
  display: flex;
  justify-content: center;
  align-items: center;
}
 .carShortStoryNew .star .starIcon span {
  line-height: 1;
  margin-bottom: -6px;
  font-weight: 900;
  color: #22ca46;
}
 .carShortStoryNew .star .starIcon img {
  margin-left: 2px;
}

.insurance {
  background-color: #f5f5f5;
}
.insurance .type {
    display:flex;
    justify-content:center;
}
.insurance .row{
    justify-content:center;
}
.insurance .type .img {
  min-width: 96px;
  min-height: 96px;
  background-color: #809eac2b;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.insurance .type .img img {
  width: 50px;
}
.insurance .type .text h3 {
  font-size: 22px;
  line-height: 1.55;
  font-weight: 600;
  margin-bottom: 0;
}
.insurance .type .text p {
  font-size: 14px;
  line-height: 1.55;
  font-weight: 500;
  margin-bottom: 0;
  color: #abadab;
}

.advantages {
  text-align: center;
}
.advantages .title h2 {
  color: white;
}
.advantages .advantage{
    background-color: #f5f5f5
}
.advantages .row{
    margin:0 !important;
    justify-content: center;
    align-items:strech;
}
.advantages img {
  margin-bottom: 40px;
  width: 100%;
}
.advantages .advantage{
    padding-bottom: 50px;
    height:100%;
}
.advantages h3 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
}
.advantages p {
        font-size: 16px;
    line-height: 28px;
    margin: 0 auto;
    margin-bottom: 26px;
    max-width: 360px;
    padding:0 10px;
}
.advantages a {
    display:inline-block;
    padding: 8px 22px;
    font-size: 18px;
    font-weight: bold;
  color: #ffffff;
  background-color: #0090d4;
  border:none;
  transition:0.3s ease;
}

.advantages button:hover{
    opacity:0.9;
}

.callToAction {
  background-color: #0090d4;
  color: white;
}
.callToAction .title{
    margin-bottom:0;
}
.callToAction .caption{
    align-items:center;
display:flex;
    
}
.callToAction .title h2 {
  margin-bottom: 0;
  line-height: 1;
  color: white;
}
.callToAction .title p {
  margin: 30px 0;
  color: white;
}
.callToAction a {
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 12px 15px 0 #0000000d;
  padding: 13px 38px;
  background-color: white;
  font-size: 19px;
  font-weight: 500;
  border-radius: 29px;
  line-height: 1;
  color:black;
}
.callToAction .parkCol .park {
  float: right;
  position: relative;
}
.callToAction .parkCol .park .car1 {
  position: absolute;
  bottom: -46px;
  left: -60px;
  transform-origin: bottom;
}

.wh {
  padding: 0;
  display: none;
  width: 100vw;
  position: fixed;
  left: 0;
  bottom: 0;
  text-align: center;
  background-image: url("../img/wh.png");
}
.wh::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #198b32b3;
  content: "";
  z-index: -1;
}
.wh .whatsapp {
  padding: 18px 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wh .whatsapp span {
  margin-bottom: -4px;
}
.wh .whatsapp span,
.wh .whatsapp i {
  color: white;
}
.wh .whatsapp i {
  margin-right: 10px;
}

footer {
  background-color: #f4f4f6;
}
footer h5 {
  line-height: 30px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
footer .logo img {
  width: 30%;
}
footer .subLogo {
  display: flex;
  align-items: center;
  margin:30px 0;
}
footer .subLogo img {
  width: 70px;
  filter: grayscale(100%);
  opacity:0.2;
}
footer .subLogo img:first-child {
  margin-right: 20px;
    width: 55px;
}
footer .footerContent {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
footer .footerContent h5 {
  font-weight: 900;
}
footer li {
  margin-top: 24px;
  font-size: 14px;
}
footer li a {
  color: #636363;
}
footer .footerBottom {
  padding-top: 50px;
}
footer .footerBottom a {
  color: black;
}
footer .footerBottom .copyRightCol {
  display: flex;
  align-items: center;
  font-size: 13px;
}
footer .footerBottom .okmedia {
  margin-left: 50px;
}
footer .footerBottom .okmedia img {
  width: 95px;
}
footer .footerBottom .okmedia img:hover {
  filter: grayscale(1);
}
footer .footerBottom .social {
  display: flex;
  justify-content: flex-end;
}
footer .footerBottom .social a {
  display: inline-block;
  border: 1px solid #b0b0b0;
  width: 40px;
  height: 40px;
  position: relative;
  border-radius: 50%;
  margin-left: 16px;
  color: #373737;
  transition: 0.2s ease;
}
footer .footerBottom .social a i {
  transition: 0.2s ease;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
footer .footerBottom .social a:hover {
  border-color: #0873A6;
}
footer .footerBottom .social a:hover i {
  color: #0873A6;
}

@media only screen and (max-width: 1200px) {
    .accountIcon{
       display:inline-block !important; 
       font-size: 24px;
    }
    .accountButton{
         display:none; 
    }
    nav .navbar-brand {
    margin-right: 20px;
}
.carousel .carousel-control-prev .slider-arrow {
  top: 30px;
}
.carousel .carousel-control-next .slider-arrow {
  bottom: 30px;
}
}

@media only screen and (max-width: 768px) {
    .properties .property {
    padding: 15px 0px !important;
}
 
  .carousel .carousel-control-prev .slider-arrow {
    left: 20px !important;
  }

  .carousel .carousel-control-next .slider-arrow {
    right: 20px !important;
  }

  .sliderText h1 {
    font-size: 30px !important;
  }
  .sliderText p {
    font-size: 14px !important;
    max-width: 300px !important;
    line-height: 1.55 !important;
  }

  footer .footerContent {
    margin-top: 20px;
  }
  footer .footerContent.company {
    margin-left: 0;
  }
  footer .copyRightCol {
    justify-content: space-between !important;
  }
  footer .copyRightCol .okmedia {
    margin-left: 0 !important;
  }
  footer .social {
    justify-content: center !important;
    margin-top: 70px !important;
  }
}
@media only screen and (max-width: 576px) {
  footer .footerContent {
    margin-left: 0;
  }
  footer .copyRightCol {
    flex-direction: column;
    align-items: flex-start !important;
  }
}
@media only screen and (max-width: 992px) {
      nav .navbar-collapse, nav .navbar-nav {
        flex-direction:column !important;
    }
  nav .navbar-nav {
      width:100%;
  }
    body{
        padding-bottom:56px;
    }
     .wh {
    display: block;
    z-index: 2;
  }
    .carousel .carousel-item .sliderText p{
        margin-bottom:90px;
    }
    .carousel .carousel-item .sliderText{
        align-items:center;
    }
.carousel .carousel-control-next .slider-arrow{
        bottom: 20px;
}
.carousel .carousel-control-prev .slider-arrow{
        top: 20px;
}
    .sliderGif{
        width:100% !important;
    }
    .carousel-item{
        z-index:1;
    }
  nav .navbar-collapse {
    display: block !important;
    padding: 20px;
    background-color: white;
    position: absolute;
    left: -100%;
    top: 80px;
    width: 100vw;
    height: calc(100vh - 80px);
    transition: 0.5s ease;
  }
  nav .navbar-collapse.opened {
    left: 0;
  }
  nav .navbar-collapse .nav-item {
    border-bottom: 1px solid #37548a;
  }
  nav .navbar-collapse .nav-item .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
  }
  nav .menuButton {
    display: block;
    color: black;
  }
  nav .menuButton .menuIcon {
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: 0.5s ease;
  }
  nav .menuButton .menuIcon span {
    width: 18px;
    height: 2.5px;
    background-color: black;
    display: block;
    margin: 3px 0;
    transition: 0.5s ease;
  }c
  nav .menuButton .menuIcon.open {
    transform: rotate(360deg);
  }
  nav .menuButton .menuIcon.open span {
    position: absolute;
  }
  nav .menuButton .menuIcon.open span:nth-child(3) {
    transform: rotate(45deg) scaleX(1.5);
    margin: 0;
  }
  nav .menuButton .menuIcon.open span:nth-child(1) {
    transform: rotate(-45deg) scaleX(1.5);
    margin: 0;
  }
  nav .menuButton .menuIcon.open span:nth-child(2) {
    display: none;
  }
}



.titleStatic {
    background-color: #0090d4;
    width: 100vw;
    color: white;
    margin-top: 80px;
}

.titleStatic .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 15px;
}

.titleStatic .container .text {
    max-width: 700px;
}

.titleStatic .container .text h1 {
    line-height: 1.14;
    font-size: 56px;
    margin-bottom: 23px;
    font-weight: 700;
}

.titleStatic .container .text p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.33;
}

.titleStatic .container .text p a {
    color: white;
}

.main {
    padding: 70px 0;
}

.main .part {
    padding: 80px 32px 80px 64px;
    border-radius: 4px;
    margin-bottom: 16px;
   box-shadow: 0px 1px 16px 4px #22427d14;
    display: flex;
    align-items: flex-start;
}

.main .part img {
    margin-right: 56px;
}

.main .part .text h2 {
    margin-bottom: 32px;
    font-weight: 700;
    line-height: 1.14;
    font-size: 56px;
}

.main .part .text p {
    font-size: 18px;
    line-height: 1.56;
    font-weight: 400;
}

@media (max-width: 768px) {
    .carousel .carouselContainer{
        height:400px;
    }
     .carousel{
           height:400px;
     }
    .titleStatic img {
        display: none;
    }

    .titleStatic .container .text h1 {
        font-size: 40px;
    }

    .titleStatic .container .text p {
        font-size: 14px;
    }
}

.owl-carousel {
  position: relative;
  margin:100px 0;
}
.owl-carousel .owl-nav {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin-top: 0 !important;
}
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  transition: 0.2s ease;
  margin: 0 !important;
  width: 20%;
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.owl-carousel .owl-nav .owl-next span,
.owl-carousel .owl-nav .owl-prev span {
  font-size: 100px;
}
.owl-carousel .owl-nav .owl-prev {
  left: 0;
}
.owl-carousel .owl-nav .owl-prev:hover {
  background: linear-gradient(to left, rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.6)) !important;
}
.owl-carousel .owl-nav .owl-next {
  right: 0;
}
.owl-carousel .owl-nav .owl-next:hover {
  background: linear-gradient(to right, rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.6)) !important;
}
.owl-carousel .owl-dot.active span {
  background-color: #ff8c00 !important;
}
.owl-item img{
    height:350px !important;
      -o-object-fit: cover;
     object-fit: cover;
     margin:0 !important;
}
.fullStory .owl-carousel {
        height:350px !important;
}
.owl-dots{
   margin-top:20px;
}
.owl-stage-outer{
    height: 100% !important;
}


@media (max-width: 768px) {
    .titleStatic img {
        display: none;
    }

    .titleStatic .container .text h1 {
        font-size: 40px;
    }

    .titleStatic .container .text p {
        font-size: 14px;
    }
      .main .part {
              padding: 40px 30px;
      }
    
    .main .part .text h2 {
          font-size: 30px;
    }
}


.carShortStory img{
        height: auto !important;
        object-fit:cover;
        display: block;
        margin-bottom:20px !important;
        margin-top:-50px !important;
    }
    .carShortStory{
        text-align:center;
       
    }
    .carShortStory h5, .carShortStory span{
         color:black;
    }
    .carShortStory h5 {font-size: 21px;
    font-weight: 900;
    color: #231f20;
    margin-bottom: 15px;
    line-height: 1;}
    .carShortStory span{
        display: block;
        margin-bottom: 20px;
        font-size:16px;
    }
    .carShortStory .allCars{
            background-color: #ff8c00;
                padding: 12px 22px;
    font-size: 18px;
    font-weight: bold;
            color:white;
            margin:0 auto;
            border:none;
    }
     .carShortStory .allCars:hover{
         opacity:0.9;
     }
    .owl-nav{
        display: none;
    }
  
  .cars .owl-item.active.center span, .cars .owl-item.active.center h5, .cars .owl-item.active.center .allCars{
opacity:1;
animation: 5s carouselContent forwards;

  }
  
 .cars .owl-item:not(.center) span, .cars .owl-item:not(.center) h5, .cars .owl-item:not(.center) .allCars{
opacity:0;
  }
  
  
  @keyframes carouselContent{
      0%{
          opacity:0;
      }
      50%{
          opacity:1;
      }
  }

  
  .loginModal .modal-content{
      padding: 20px;
  }
  
    .loginModal .login_form__foot{
      display:none;
  }
  .loginModal  svg{
         display:none;
  }
  .loginModal button{
      display:block;
      margin-top:40px;
      background-color:#38b86f;
      color:white;
  }
  
  .login_form li:first-child{
      margin: 20px 0;
  }
   .loginModal .btn-border{
      font-size: 25px;
      color:#38b86f;
  }
  .loginModal label{
    margin-right: 10px;
  }
   .loginModal input{
       padding:5px 10px;
         border:2px solid #9B9E9F;
         outline:none;
             border-radius: .3rem;
   }
     .loginModal input:focus{
          border:2px solid #38b86f;
          background-color:white !important
     }
  input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.cars h3{
        font-size: 1rem;
        line-height: 1.5;
    color: #212529;
}

.cars .owl-dot span{
    width:15px !important;
    height: 15px !important;
}
.cars .owl-dot.active  span{
    background-color:#ff8c00 !important;
}

.contactForm{
    margin:50px 0;
}
.contactStatic .contactCol,.contactForm {
  padding: 45px 25px;
  box-shadow: 0 1px 20px 0px #00000024;
  border-radius: 10px;
  text-align: center;
}

.contactCol{
    display:block;
    color:black !important;
}

.sliderGif{
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    width: 50%;
}


footer .logo{
        margin-bottom: 20px;
    display: block;
}

footer .address{
    color: #636363;
    font-size: 14px;
}
.carsCategory{
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:50px;
}
.carsCategory .active{
    color: #ff8c00 !important;
    position:relative;
}
.carsCategory .active:after{
    position:absolute;
    width:100%;
    content:'';
    left:0;
    bottom:3px;
    height:3px;
    background-color:#ff8c00;
    
}
.carsCategory a{
    cursor:pointer;
        color: #73757a !important;
        transition: 0.3s ease;
        padding: 16px 0;
        min-width: 100px;
}
.carsCategory a:hover{
    background-color:#ff8c0038;
}

.carList>div{
    display:none;
}

.carList>div.active{
    display:block;
}


@media (min-width: 576px) {
.insurance [class*='col']{
    flex: 0 0 20%;
    max-width: 20%;
}
}

@media (max-width: 991.98px){
.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
  padding-right: 15px;
    padding-left: 15px;  
}}

.navRight{
    display:flex;
    align-items:center;
}

.stars{
    width:100%;
}
.accountBtnIcon{
    margin-right:5px;
}
.iframeBron{
    padding:20px 0;
}

.datepicker.datepicker-dropdown {
    margin-top: 62px;
}

html{
   scroll-behavior: smooth;
}


.useful-info{
   padding-bottom: 70px;
}

.useful-info img{
    width:100%;
}

.useful-info .row>div{
        padding-right: 10px;
    padding-left: 10px;
}
.useful-info .blog .mark{
    z-index:1;
    position:absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    display: flex;
        align-items: center;
            justify-content: center;
          
}
 .useful-info .blog .mark svg{
     fill:white;
     transition: .3s ease;
 }
  .useful-info .blog .mark.black svg{
      fill:black;
  }
  
  .useful-info .blog .mark:hover svg{
        fill:black;
  }

.useful-info .blog h2{
    text-transform: uppercase;
    font-size: 17px;
    line-height: 22px;
      color: #0090d4;
    letter-spacing: 0.5px;
    margin: 0;
    margin-top:12px;
}

.useful-info .row{
margin-right: -10px;
    margin-left: -10px;
}

.useful-info .blog p{
    font-size: 15px;
    line-height: 1.22;
        color: rgb(18, 20, 22);
    margin: 5px 0 0
}
.useful-info-inner .row>div{
    margin-bottom: 20px;
}
.useful-info .blog:hover img{
    transform: scale(1.12);
}
.useful-info-img{
      border-radius: 5px;
    height:250px;
    overflow:hidden;
       position: relative;
}

.useful-info-img img{
    border-radius: 5px;
    object-fit:cover;
      height:250px;
             transition: .3s ease;
}

.lastBlogs .blog{
    display:flex;
    margin-bottom: 20px;
}
.lastBlogs .blog .useful-info-img{
    height:115px;
      margin-right: 15px;
      width: 50%;
}

.lastBlogs .blog .useful-info-img img{
     height:115px;
   
}

.lastBlogs .blog .infoText{
    width: 50%;
}
.lastBlogs .blog h2{
    margin-top:0;
}
@media only screen and (max-width: 992px) {
    .useful-info .row>div{
        margin-bottom: 20px;
    }
}
.usefulTitle{
        color: #000000;
    font-size: 30px;
    line-height: 1.55;
    font-weight: 700;
    margin-bottom: 40px;
}
.useful-info-inner{
    padding: 70px 0;
}

.carsInner [class*="col"]{
     margin-bottom: 30px;
 }