/********** Template CSS **********/
:root {
    --primary: #F77D0A;
    --secondary: #2B2E4A;
    --light: #F4F5F8;
    --dark: #1C1E32;
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}
a {
    color: #2a8ef9;
    text-decoration: none;
    background-color: transparent;
}
.bg-primary {
    background-color: #2a8ef9 !important;
}
.btn-primary {
    color: #fff;
    background-color:  #2a8ef9 !important;
    border-color: #2a8ef9 !important;
}
.text-primary {
    color:  #2a8ef9 !important;
}


.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.nav-bar::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    background: var(--dark);
}

.nav-bar::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background: #ffffff;
}

.navbar-dark .navbar-nav .nav-link {
    padding: 19px 15px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
      color: #000000;
    outline: none;
}


.calcu-full {
    display: flex;
        padding-bottom: 20px;
}
/*RESPONIVE TOGGLE BAR CSS START*/
.navbar-dark .navbar-toggler {
  color: rgb(255 255 255) !important;
    border-color: rgb(255 255 255 / 40%) !important;
    background: #2a8ef9 !important;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 3px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}

/*$$$$$$$$$$$$$$ PROFILE DROPDOWN CSS STSRT $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/

    nav {
  position: relative;
}
.dropdown-toggle {

display: inline-block;
border-radius: 0;
padding: 2px 0 0 5px;
margin-right: 10px;
font-family: 'Lato';
font-size: 1.4em;
line-height: 2;
background:white;
box-sizing:border-box;
}
ul.dropdown {
    display: none;
    position: absolute;
    top: 100%;
    background: #fff;
    min-width: 12em;
    padding: 0;
    border: 1px solid #DDD;
    margin: 0;
    width: 180px;
    left: -110%;
    box-sizing: border-box;
}
ul.dropdown li {background:none!important; list-style-type:none;}
ul.dropdown li a {

padding: 5px 30px;
    display: block;
    border-bottom: 1px solid lightgrey;
    color: black;
}
ul.dropdown li a:hover {
    font-weight:700;
        color: orange;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    border-radius: 10px;
    /* background-color: transparent !important; */
    /* border: 1px solid transparent !important; */
}

.dropup, .dropright, .dropdown, .dropleft {
    position: relative;
    display: block !important;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #2a8ef9;
}

.btn-primary:hover {
    color: #fff;
    background-color: #2a8ef9;
    border-color: #2a8ef9;
}
/*%$%%$%%$%%$%$%$%$%$%$%$%$%$%$$%$$$%$%%$$$*/

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
       color: rgb(55 143 235) !important;
}


.navbar-dark .navbar-nav .nav-link button :hover, .navbar-dark .navbar-nav .nav-link button.active {
    color: var(--primary);
}
.navbar-dark .navbar-nav .nav-link button {
     background: white;
    margin: 0;
    font-size: 14px;
    color: black;
    font-family: "Rubik",sans-serif;
    line-height: inherit;
    border: none;
    padding: 11px 15px;
    font-weight: 500;
    letter-spacing: 0px;
    border-radius: 6px;
    text-transform: uppercase;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
        font-size: 16px !important;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border-bottom: 2px solid #dddddd;
}

.navbar-dark .navbar-nav .show>.nav-link, .navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
    color: #000000 !important;
}

/**/
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link  {
        padding: 10px 15px;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(28, 30, 50, .7);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h4 {
        font-size: 18px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
    
    .right-content {
    text-align: left;
    padding: 30px 5px !important;
}
    
}

.page-header {
    height: 400px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgba(28, 30, 50, .9), rgba(28, 30, 50, .9)), url(../img/cars-showroom.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center ;

}

@media (max-width: 991.98px) {
    .page-header {
        height: 300px;
    }
}

.service-item {
    height: 320px;
    background: var(--light);
    transition: .5s;
}

.service-item:hover,
.service-item.active {
    background: var(--secondary);
}

.service-item h1,
.service-item h4 {
    transition: .5s;
}

.service-item:hover h1,
.service-item.active h1 {
    color: var(--dark) !important;
}

.service-item:hover h4,
.service-item.active h4 {
    color: var(--light);
}

.rent-item {
    padding: 30px;
    text-align: center;
    background: var(--light);
    transition: .5s;
}

.rent-item:hover,
.rent-item.active {
    background: var(--secondary);
}

.rent-item h4 {
    transition: .5s;
}

.rent-item:hover h4,
.rent-item.active h4 {
    color: var(--light);
}

.team-item {
    padding: 0px 0px 0 0px;
    text-align: center;
    border: 1px solid #e5e5e5;
    background: var(--light);
    transition: .5s;
}
.car-namesz i.fa.fa-star {
    font-size: 13px;
    padding: 0px 5px;
    margin-top: 0px;
}
/*.team-item:hover,
.owl-item.center .team-item {
    background: var(--secondary);
}*/

.team-item h4 {
    transition: .5s;
}

/*.owl-item.center .team-item h4,
.owl-item.center .rent-item h4 {
    color: var(--light);
}*/

.team-item .team-social {
    top: 0;
    left: 0;
    opacity: 0;
    transition: .5s;
    background: var(--light);
}

.owl-item.center .team-item .team-social,
.owl-item.center .rent-item {
    background: var(--secondary);
}

.team-item:hover .team-social {
    opacity: 1;
    background: var(--secondary);
}

.team-carousel .owl-nav,
.related-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 60px;
    top: calc(50% - 30px);
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next,
.related-carousel .owl-nav .owl-prev,
.related-carousel .owl-nav .owl-next {
    position: relative;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: #2b2e4a;
    font-size: 22px;
    transition: .5s;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover,
.related-carousel .owl-nav .owl-prev:hover,
.related-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.vendor-carousel .owl-dots,
.testimonial-carousel .owl-dots {
    margin-top: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vendor-carousel .owl-dot,
.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 20px;
    height: 20px;
    background: var(--secondary);
    transition: .5s;
}

.vendor-carousel .owl-dot.active,
.testimonial-carousel .owl-dot.active {
  /*      width: 40px;
height: 40px;*/
    background: #2a8ef9;
}

.testimonial-carousel .owl-item img {
    width: 80px;
    height: 80px;
}

.testimonial-carousel .owl-item .testimonial-item {
    height: 350px;
    transition: .5s;
    background: var(--light);
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--secondary);
}

.testimonial-carousel .owl-item .testimonial-item h1,
.testimonial-carousel .owl-item .testimonial-item h4 {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item h1 {
    color: #2a8ef9 !important;
}

.testimonial-carousel .owl-item.center .testimonial-item h4 {
    color: var(--light);
}

.bg-banner {
    background: url(../img/banner/Brett_Hunter_Large-scaled.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
}

.bg-dark {
    background-color:#2b2e4a !important;
}

.text-body {
    color: #ffffff !important;
}
.color-white {
        color: white !important;
    text-decoration: none !important;
}
.pb-3, .py-3 {
    padding-bottom: 0.5rem !important;
}

.pt-3, .py-3 {
    padding-top: 0.5rem !important;
}
.bg-secondary {
    background-color: #ffffff !important;
    border: 1px solid lightgrey;
}



/*@media query start*/
@media screen and (min-width: 320px) and (max-width: 768px){

.bg-trans {
    position: relative !important;
    display: block;
    border: none;
    background: transparent;
}

.containerss {
    width: 100% !important;
}

.Hostswells {
    padding-top: 15px !important;
}
section#insurance {
    padding: 20px 0px !important;
}
.calcu-full {
    display: block !important;
}
.progress-full {
      display: block !important;
}
.circle-wrap {
    width: 150px !important;
}
.tablink {
    width: 100% !important;
}
.display-1 {
   
    line-height: 50px !important;
}
.display-4 {
    font-size: 20px !important;
}
ul.nav.nav-pills {
    padding: 0px !important;
}
.host-user {
    padding: 0px !important;
    width: 50% !important;
}

.host-user a.nav-link {
    font-size: 13px !important;
}
form {
    padding: 0 0px !important;
}
.hold-transition.register-page {
    height: 125vh  !important;
}
.slider-start {
 height: 0px !important;
}
forms.star {
    display: block !important;
        text-align: left !important;
}
label b {
  font-size: 14px !important;
    padding-left: 0px !important;
}
label {
    font-size: 16px !important;
}
.borders {
    padding-top: 10px !important;
}
li.nav-item {
    padding: 0px 8px !important;
}
}/*media query end*/


/*%%%%%%%%% INDEX PAGE SEARCH TRANSPARENT CSS START %%%%%%%%%%%%%*/
.bg-trans {
    position: absolute;
    top: 20%;
    display: block;
    border: none;
    background: transparent;
}

.slider-start {
        height: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*background: linear-gradient(rgba(28, 30, 50, .6), rgba(28, 30, 50, .4)), url('../img/main-banner.png');*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/*$$$$$$$$$$$$$$$$$$$$$ INDEX FIRST VENDER  SLIDER US PAGE  CSS $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
.vender-start {
    border-top: 3px solid lightgray;
    border-bottom: 3px solid lightgray;
    box-shadow: 0 2px 20px rgb(0 0 0 / 10%);
}
.display-1 {
    font-family: RlFreight, HoeflerText-Black, Times New Roman, serif;
    font-size: 50px; 
    text-transform: uppercase;
    letter-spacing: -1px;
    line-height: 90px;
        margin-top: 0;
    margin-bottom: 25px;
    text-align: center !important;
    text-transform: none;
    color: #000000 !important;      
}
.display-4 {
    font-family: RlBasisGrotesque, Avenir, Helvetica Neue, Helvetica, sans-serif;
    font-size: 24px;
    letter-spacing: -0.2px;
    text-align: center !important;
    color: #000000 !important;
    margin-top: 0;
    margin-bottom: 25px !important;
    line-height: 32px;
}
/*slide*/
.bg-lights {
    background-color: #ffffff !important;
    border: 1px solid #efefef;
    box-shadow: 0 2px 20px rgb(0 0 0 / 20%);
}
.bg-lights img {
    width: 100%;
    height: 150px !important;
    z-index: auto;
}
.owl-carousel .owl-item img {
    display: block;
     height: 150px ;
    width: 100%;
}
.bg-lights h5.contents {
    font-size: 20px;
    text-align: center;
    font-weight: 500 !important;
    padding: 10px 0px;
    margin-bottom: 0.5rem;
    font-family: "Oswald",sans-serif;
    line-height: 1.2;
    color: #2B2E4A;
}
/*$$$$$$$$$$$$$$$$$$$$$ 2 slider col 6 owl demo  css start $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/

div#owl-demo {
    border-top: 3px solid lightgray;
    border-bottom: 3px solid lightgray;
    box-shadow: 0 2px 20px rgb(0 0 0 / 10%);
}

#owl-demo .item{
background: transparent;
  padding: 30px 0px;
  margin: 10px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}

/* to remove slide effect  css */
 .animated  {
      -webkit-animation-duration : 0 ms  !important;
      animation-duration : 0 ms  !important;
      -webkit-animation-fill-mode : both  !important;
      animation-fill-mode : both  !important;
    }  
    
    
    .fadeOut  {
      -webkit-animation-name : fadeOut  ;
      animation-name : fadeOut  ;
    }  
    @-webkit-keyframes  fadeOut  {
      0% {
        opacity : 0   ;
      }  
      100% {
        opacity : 0   ;
      }  
    }
    @keyframes  fadeOut  {
      0% {
        opacity : 0   ;
      }  
      100% {
        opacity : 0   ;
      }  
    }
/*right content css*/
.right-content {
    text-align: left;
    padding: 45px 50px;
}

.right-content h3 {
    font-weight: 600 !important;
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
    font-family: "Oswald",sans-serif;
    text-transform: capitalize;
    line-height: 1.4;
    color: #2B2E4A;
}

.right-content p {
    color: black;
    padding-top: 30px;
    margin-top: 0;
    margin-bottom: 1rem;
}
.right-content button {
    background: white;
    margin: 10px 0px;
    font-size: 15px;
    color: black;
    font-family: "Rubik",sans-serif;
    line-height: inherit;
    border: 1px solid lightgrey;
    padding: 6px 15px;
}
/*prev nexy button css start*/
.owl-prev {
    position: absolute;
    left: -10px !important;
    bottom: 48%;
    font-size: 14px;
   
    padding: 6px 15px;
    text-align: center;
  /*  color: black;
       background: orange;
     border: 1px solid lightgrey;*/
    text-transform: uppercase;
 
}

.owl-next {
    position: absolute;
    right: -65px !important;
    bottom: 48%;
    font-size: 14px;
    padding: 6px 15px;
    text-align: center;
    text-transform: uppercase;
      /*  color: black;
       background: orange;
     border: 1px solid lightgrey;*/
}

/*$$$$$$$$$$$$$$$$ 3 icon slider css start     $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/





/*$$$$$$$$$$$$$$$$$$  INDEX BANNER PAGE CSS START $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/

.banner-start {
    border-top: 3px solid lightgray;
    border-bottom: 3px solid lightgray;
    box-shadow: 0 2px 20px rgb(0 0 0 / 10%);
}
.banner-img img {
    width: 100%;
    height: auto;
}
.boxes {
   justify-content: center;
    align-items: center;
    padding: 10px 10px;
    display: block;
    width: 100%;
    border: 1px solid #ebebeb;
}
.fullbox-sec {
    display: inline-flex;
    width: 100%;
    position: relative;
}


/*$$$$$$$$$$$$$$$$$$  INDEX TEAM STSRT $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
.team-start {
    border-top: 3px solid lightgray;
    border-bottom: 3px solid lightgray;
    box-shadow: 0 2px 20px rgb(0 0 0 / 10%);
        background: #2b2e4a;
}
.team-item img.img-fluid.w-100 {
    width: 100%;
    height: auto;
}
/*&&&&&&&&&&&&&&&&  INDEX TESTIMONIAL START&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*/
.testimonial-start {
    border-top: 3px solid lightgray;
    border-bottom: 3px solid lightgray;
    box-shadow: 0 2px 20px rgb(0 0 0 / 10%);
}
.client .img-fluid.ml-n4 {
    width: 100px;
    height: auto;
}


/*$$$$$$$$$$$$$$$$$$$$$$ icons-slider START page $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/

.icons-slider {
    background: #2b2e4a;
}

/*$$$$$$$$$$$$$$$$$$$$$$ Contact us page $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
.contact-us {
    border-top: 3px solid lightgray;
    border-bottom: 3px solid lightgray;
    box-shadow: 0 2px 20px rgb(0 0 0 / 10%);
}


/*$$$$$$$$$$$$$   SIGN UP PAGE CSS START $$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
button {
    border-radius: 20px;
    border: 1px solid grey ;
    background-color: #fff;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
}

button:active {
    transform: scale(0.95);
}

button:focus {
    outline: none;
}

button.ghost {
    background-color: transparent;
    border-color: #FFFFFF;
}

form {
    background-color: #FFFFFF;
/*    display: inline-flex;*/
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 15px;
    height: 100%;
    text-align: center;
}

input {
    background-color: #eee;
    border: none;
     padding: 8px 15px;
    margin: 9px 0;
    width: 100%;
}

.containers {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 
            0 10px 10px rgba(0,0,0,0.22);
    position: relative;
    overflow: hidden;
    width: 768px;
    max-width: 100%;
    min-height: 480px;
}

.form-containers {
    position: absolute;
    top: 0;
    height: 100%;
    transition: all 0.6s ease-in-out;
}

.sign-in-containers {
    left: 0;
    width: 50%;
    z-index: 2;
}

.containers.right-panel-active .sign-in-containers {
    transform: translateX(100%);
}

.sign-up-containers {
    left: 0;
    width: 50%;
    opacity: 0;
    z-index: 1;
}

.containers.right-panel-active .sign-up-containers {
    transform: translateX(100%);
    opacity: 1;
    z-index: 5;
    animation: show 0.6s;
}

@keyframes show {
    0%, 49.99% {
        opacity: 0;
        z-index: 1;
    }
    
    50%, 100% {
        opacity: 1;
        z-index: 5;
    }
}

.overlay-containers {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    overflow: hidden;
    transition: transform 0.6s ease-in-out;
    z-index: 100;
}

.containers.right-panel-active .overlay-containers{
    transform: translateX(-100%);
}

.overlay {
    background: #F77D0A;;
    background: -webkit-linear-gradient(to right, #FF4B2B, #FF416C);
    background: linear-gradient(to right, #FF4B2B, #FF416C);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    color: #FFFFFF;
    position: relative;
    left: -100%;
    height: 100%;
    width: 200%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

.containers.right-panel-active .overlay {
    transform: translateX(50%);
}

.overlay-panel {
    position: absolute;
    display: flex;
    background:  #2a8ef9 !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 40px;
    text-align: center;
    top: 0;
    height: 100%;
    width: 50%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

.overlay-left {
    transform: translateX(-20%);
}

.containers.right-panel-active .overlay-left {
    transform: translateX(0);
}

.overlay-right {
    right: 0;
    transform: translateX(0);
}

.containers.right-panel-active .overlay-right {
    transform: translateX(20%);
}

.social-containers {
    margin: 8px 0;
}

.social-containers a {
    border: 1px solid #DDDDDD;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    height: 40px;
    width: 40px;
}


/*$$$$$$$$$$$$$$$$$$$$$$ FOOTER $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/

.footer-start {
      border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    box-shadow: 0 2px 20px rgb(0 0 0 / 10%);
}
.btn-dark {
    color: #000;
    background-color: #ffffff;
    border-color: #ffffff;
}
h4.text-uppercase {
        color: white !important;
}
.input-group-append {
    margin: 8px 0px;
}
.copyright {
    box-shadow: 0 2px 20px rgb(0 0 0 / 10%);
    background: white;
    border: 1px solid lightgrey;
}
.copyright p {
  font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    padding-top: 10px;
    color: white !important;
}
/*$%$%$%$%$%$%$%$%$%$%$ INDEX START PROFILE PAGE CSS INDEX START %$%$%$%$%$%$%$%$%$%$%$%$%$%$%$%$%$%$%$%$%$%$%$%$%*/

section#background-banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
        border-bottom: 1px solid lightgrey;
    border-top: 1px solid lightgrey;
}

.display-3 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}

img.profilesImages {
    max-width: initial;
    width: 110px;
    height: 110px;
    background-size: 110px 110px;
    display: inline-block;
    box-sizing: content-box;
    border: 5px solid rgb(255, 255, 255);
    border-radius: 999em;
    overflow: hidden;
}

.profil-img {
    margin-bottom: 0;
    margin-top: -62px;
    max-width: 340px;
    text-align: left;
}
.cars-img img {
    width: 100%;
    height: auto;
}

.cars-box {
    box-shadow: 0 2px 20px rgb(0 0 0 / 15%);
    padding: 10px 10px;
    background-color: white;
    border-radius: 15px;
    border: 1px solid #e3e3e3;
    width: 100%;
    height: auto;
}
.Textss {
    margin: 0px;
    color: rgb(18, 18, 20);
    font-family: RlBasisGrotesque, Avenir, Helvetica Neue, Helvetica, sans-serif;
    font-size: 21px;
    font-weight: 900;
    letter-spacing: -0.2px;
    line-height: 28px;
    text-transform: none;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-bottom: 10px;
}
/*$%$%$%$%$%$%$%$%$%$%$ INDEX END PROFILE PAGE CSS INDEX END%$%$%$%$%$%$%$%$%$%$%$%$%$%$%$%$%$%$%$%$%$%$%$%$%*/

/*$%$%$%$%$%$%$ INDEX START MESSAGES HTML PAGE  CSS START INDEX MESSAGES HTML PAGE START %$%$%$%$%$%$%$%$%$%$%$%$%$%$%$%*/
.dots .NotificationDot {
    align-self: center;
    background: rgb(255, 73, 63);
    border-radius: 50%;
    display: flex;
    height: 8px;
    width: 8px;
}

.dots {
    min-width: 32px;
    padding-left: 8px;
    padding: 25px 0px;
}

.lefts-contents {
    width: 100%;
    display: inline-flex;
    position: relative;
}
.clients-img img {
    max-width: initial;
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
    display: inline-block;
    box-sizing: content-box;
    border: 3px solid rgb(255, 255, 255);
    border-radius: 999em;
    overflow: hidden;
}
.boxes-client {
    padding: 20px 10px;
    background: white;
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
}
.text-content h2.TextSummary {
    margin: 0px;
    color: rgb(18, 18, 20);
    font-family: RlBasisGrotesque,  Avenir,  Helvetica Neue,  Helvetica,  sans-serif;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 16px;
    text-transform: none;
        font-weight: 500 !important;
    flex: 1 1 auto;
    padding-right: 8px;
}

.text-content {
    padding: 5px 20px;
}
.text-content p.Texts-name {
    color: rgb(18, 18, 20);
    font-family: RlBasisGrotesque,  Avenir,  Helvetica Neue,  Helvetica,  sans-serif;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 0px;
    line-height: 20px;
    text-transform: none;
    margin: 8px 0px;
}

.text-content p.MessageSummary {
    margin: 0px;
    color: rgb(18, 18, 20);
    font-family: RlBasisGrotesque, Avenir, Helvetica Neue, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 24px;
    text-transform: none;
    overflow: hidden;
    text-overflow: ellipsis;
}

 p.MessagesSummarys {
    margin: 0px;
    color: rgb(92 92 92);
    font-family: RlBasisGrotesque,  Avenir,  Helvetica Neue,  Helvetica,  sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 16px;
    text-align: right;
    text-transform: none;
    flex: 0 0 auto;
}
/*$%$%$%$%$%$%$ INDEX START MESSAGES HTML PAGE  CSS END INDEX MESSAGES HTML PAGE END %$%$%$%$%$%$%$%$%$%$%$%$%$%$%$%*/


/*$%$%$%$%$%$%$ INDEX START FAVOURITES HTML PAGE  CSS START INDEX FAVOURITES HTML PAGE START %$%$%$%$%$%$%$%$%$%$%$%$%$%$%$%*/

section#favourites-banners {
    padding: 20px 0px;
    background: white;
}


/*$%$%$%$%$%$%$ INDEX START FAVOURITES HTML PAGE  CSS END INDEX FAVOURITES HTML PAGE END %$%$%$%$%$%$%$%$%$%$%$%$%$%$%$%*/


/*$%$%$%$%$%$%$ INDEX START BECOME A HOST HTML PAGE  CSS START INDEX BECOME A HOST HTML PAGE START %$%$%$%$%$%$%$%$%$%$%$%$%$%$%$%*/

.header {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}
.countries_slider {
   margin: 20px 0;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-around;
   font-size: 16px;
   font-weight: bold;
}
 a.link {
    color: black;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0px 0px;
    text-decoration: none;
    background-color: transparent;
    width: 0%;
    height: auto;
}
.country {
  margin: 20px 0;
  display:block !important;
}

img {
  height: auto;
  width: 100%;
  object-fit: cover;
  
}

img.vruum-logo{
    height: auto;
  width: 32%; 
}

img.user-image.img-circle.elevation-2 {
    width: 35px !important;
    height: 35px !important;
}
/*$%$%$%$%$%$%$ INDEX START BECOME A HOST HTML PAGE  CSS END INDEX BECOME A HOST HTML PAGE END %$%$%$%$%$%$%$%$%$%$%$%$%$%$%$%*/





