.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
}
.navbar{
    padding-top: 15px;
    padding-bottom: 15px;
}
.top-banner{
    background: url('../images/banner-main.png');
    min-height: calc(100vh - 80px);
    background-size: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
}
.playicn{
    border: 2px solid #ce3f3f;
    width: 40px;
    height: 40px;
    display: inline-block;
    padding-top: 3px;
    border-radius: 100%;
    padding-left: 5px;
}
.playicn i{
    color: #ce3f3f;
}
.featuredpan{
    text-decoration: none;
    color: #222222;
}
.featuredpan:hover{
    box-shadow: 0 0 30px #ccc !important;
    color: #222222;
}
.fadeslider-container{
    width: 270px;
    margin:0 auto;
}
.phoneimg{
    margin-top: -40px;
}
.mw-50{
    max-width: 50%;
}
.brands-item{
    margin-bottom: 25px;
}
.brands-item a img{
    display: block;
    border-radius: 100%;
    border:2px solid #eee;
    width: 70%;
    padding: 15px;
    margin:0 auto;
    background-color: #fff;
}
.brands-item a img:hover{
    border:2px solid rgb(226, 60, 60);
}
.brands-item h6{
    margin-top:15px;
}
.shadow-even {
    box-shadow: 0 0 1rem rgba(0,0,0,.175) !important;
}
.accordion-button::after {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "\2b";
    background-image: none;
    font-size: 25px;
    line-height: 20px;
    text-align: center;
}
.accordion-button:not(.collapsed)::after {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "-";
    background-image: none;
    transform: none !important;
    font-size: 35px;
    line-height: 12px;
    text-align: center;
}
.accordion-item{
    background-color: transparent;
}
.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
  }
.accordion-button {
    background-color: transparent;
    padding: 1.2rem 0;
    font-weight: 500;
    font-size: 20px;
}
.accordion-body {
    padding: 1rem 0;
}
.accordion-button:not(.collapsed) {
    color: #222;
    background-color: transparent;
    box-shadow: none;
}
.dubainmg{
    max-width: 295px;
}
footer{
    background: url('../images/banner-footer.png');
    min-height: 500px;
    background-size: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
}
.unstyled-list{
    margin: 0;padding: 0;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}
.unstyled-list li{
    display: inline-block;
    padding-right: 30px;
}
.unstyled-list li a{
    color: #454b51;
    font-weight: bold;
    text-decoration: none;
}
.unstyled-list a:hover{
    color: #000;
}
.listinga li{
    padding: 3px 0;
}
.listinga a{
    color: #454b51;
    text-decoration: none;
}
.listinga a:hover{
    color: #000;
}
.social-list-footer{
    margin: 0;padding: 0;
}
.social-list-footer li{
    display: inline-block;
    padding: 15px;
}
.social-list-footer a{
    color: #454b51;
    text-decoration: none;
    font-size: 20px;
}
.social-list-footer a:hover{
    color: #000;
}
.reviews-container .item h6{
    margin-top: 15px;
}
.reviews-container .item p{
    margin-top: 15px;
}
.full-page-loader{
    display:flex;
    align-items:center;
    flex-direction:column;
    justify-content:center;
    position:absolute;
    top:0;right:0;left:0;bottom:0;
    background-color: #fff;;
}
.full-page-loader>img{
    animation:1.8s infinite heartbeat
}
.bg-primary{
    background-color: #fbd931 !important;
}
.btn-primary {
    color: #000;
    background-color: #fbd931;
    border-color: #fbd931;
  }
  .btn-primary:hover {
    color: #000;
    background-color: #ffe91f;
    border-color: #ffe91f;
  }
  .btn-primary:focus {
    color: #000;
    background-color: #ffe91f;
    border-color: #ffe91f;
    box-shadow: none;
  }
  .btn-primary:active {
    color: #000;
    background-color: #ffe91f;
    border-color: #ffe91f;
    box-shadow: none;
  }
@keyframes heartbeat{
    0%{transform:scale(1)}
    25%{transform:scale(1.05)}
    50%{transform:scale(1)}
    75%{transform:scale(1.05)}
    100%{transform:scale(1)}
}
@media (max-width: 767px) {
    .top-banner{background-size: 200%;}
    .mw-50{max-width: 100%;}
    .motorcar-items h2{font-size: 16px;}
    .hiw-items h4{font-size: 14px;}
}
