﻿.swiper-slide.text-center.rounded {
    align-self: baseline;
}


.motor-desktop {
    position: relative;
}


.accordion-button:not(.collapsed)::after {
    box-shadow: inset 0 0 20px 0px #005599;
}

.accordion-button:after {
    align-self: baseline;
    box-shadow: inset 0 0 20px 0px #005BAA80;
    width: 31px !important;
    background-position: center !important;
    height: 31px !important;
    border-radius: 5px !important;
}

span.slidertitle {
    display: inline-block;
    width: 100%;
    color: #fcaf17;
    font-size: 14px;
}

.mobile-nav {
    position: fixed;
    bottom: 0px;
    z-index: 10;
    width: 100%;
}

h4 {
    font-size: 15px !important;
}

.sm-image img {
    max-height: 140px;
    padding: 16px;
}

.lg-image img {
    max-width: 100%;
}




.bat-image {
    max-height: 160px;
}

.mobile-nav .navbar {
    background-color: #f4a600;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 15px;
    border-radius: 40px;
    width: 100%;
    position: relative;
}

a.showmore {
    color: black;
    font-weight: 500;
    padding-top: 30px;
    font-size: 15px;
    padding-bottom: 5px;
    display: inline-block;
    width: 100%;
    text-align: left;
}

.mobile-nav .navbar {
    height: 87px;
}

    .mobile-nav .navbar::before {
        content: "";
        position: absolute;
        top: 0px;
        left: 50%;
        transform: translateX(-50%);
        width: 83px;
        height: 52px;
        background-color: white;
        border-bottom-left-radius: 40px;
        border-bottom-right-radius: 40px;
    }

    .mobile-nav .navbar a {
        text-decoration: none;
        color: #004466;
        font-size: 14px;
        display: flex;
        flex-direction: column;
        align-items: center;
        z-index: 1;
    }

        .mobile-nav .navbar a i {
            font-size: 20px;
            margin-bottom: 5px;
        }

.mobile-nav .call-icon {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f4a600;
    border-radius: 50%;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

    .mobile-nav .call-icon i {
        font-size: 35px;
        color: white;
    }

.guide img {
    padding: 0px;
    height: 68px;
    width: 70px;
}

.guide {
    border: 1px solid #005baa !important;
    border-radius: 50%;
    padding: 33px !important;
    position: relative;
    top: 18px;
    width: 140px !important;
    min-height: 140px !important;
    height: 140px !important;
    margin: 0 auto;
    margin-bottom: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.guide-number {
    position: absolute;
    left: 20%;
    font-size: 20px;
    border-radius: 50%;
    border: 1px solid #005baa;
    width: 54px;
    height: 54px;
    top: 0;
    line-height: 54px;
    background: white;
    z-index: 2;
    color: #005baa;
}

p.guide-des {
    text-align: center;
    padding: 15px 8px 0 8px;
    position: absolute;
    left: 13px;
    z-index: 10;
    color: #000;
    width: 75%;
    font-weight: bold;
}

p.guide-1 {
    bottom: 138px;
}

p.guide-2 {
    bottom: 190px;
}

p.guide-3 {
    bottom: 78px;
}

p.guide-4 {
    bottom: 211px;
}

p.guide-5 {
    bottom: 87px;
    font-size: 12px;
}

@media (max-width:1400px) {
    p.guide-1 {
        bottom: 83px;
    }

    p.guide-2 {
        bottom: 148px;
        font-size: 12px;
    }

    p.guide-3 {
        bottom: 63px;
        font-size: 11px;
    }

    p.guide-4 {
        bottom: 173px;
    }

    p.guide-5 {
        bottom: 70px;
        font-size: 10px;
    }
}

@media (max-width:1200px) {
    p.guide-des {
        left: 19px;
    }

    p.guide-1 {
        bottom: 227px;
    }

    p.guide-2 {
        bottom: 310px;
    }

    p.guide-3 {
        bottom: 219px;
    }

    p.guide-4 {
        bottom: 306px;
    }

    p.guide-5 {
        bottom: 175px;
        font-size: 12px;
    }
}

@media (max-width:767px) {

    p.guide-1 {
        bottom: 130px;
        width: 71%;
        left: 24px;
    }

    p.guide-2 {
        bottom: 209px;
        width: 70%;
        left: 25px;
    }

    p.guide-3 {
        bottom: 124px;
        width: 70%;
        left: 26px;
    }

    p.guide-4 {
        bottom: 208px;
        width: 70%;
        left: 25px;
    }

    p.guide-5 {
        bottom: 109px;
        font-size: 11px;
        width: 70%;
        left: 25px;
    }
}

@media (max-width:470px) {

    p.guide-1 {
        bottom: 99px;
        width: 78%;
        left: 11px;
        font-size: 2.7vw;
    }

    p.guide-2 {
        bottom: 166px;
        width: 80%;
        left: 8px;
        font-size: 2.5vw;
    }

    p.guide-3 {
        bottom: 93px;
        width: 83%;
        left: 3px;
        font-size: 2.4vw;
    }

    p.guide-4 {
        bottom: 178px;
        width: 84%;
        left: 2px;
        font-size: 2.9vw;
    }

    p.guide-5 {
        bottom: 87px;
        font-size: 2.2vw;
        width: 80%;
        left: 10px;
    }
}

.guide-title {
    font-weight: bold;
    /* border-bottom: 2px solid #616161; */
}


button.accordion-button {
    color: black;
}

.accordion-button:not(.collapsed) {
    color: #005baa;
    background-color: #ffffff;
}

.accordion-button:not(.collapsed) {
    box-shadow: none !important;
}


.slidercontainer .swiper-pagination {
    bottom: 0px !important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}



.mobile-navbar {
    position: fixed;
    bottom: 0px;
    z-index: 10;
    width: 100%;
    border-radius: 16px;
    height: 83px;
    text-align: center;
    display: flex;
    align-items: center;
}

.swiper-pagination {
    position: relative;
    bottom: -10px !important;
}

a.btn.MrBatriYellowBg.form-control {
    width: 140px;
    margin-bottom: 30px;
    border-radius: 7px;
    font-size: 13px;
    padding: 10px;
    line-height: 22px;
}

button.accordion-button {
    font-weight: bold;
}

.product-title {
    font-size: 14px;
    font-weight: bold;
    height: 50px;
}


.accordion-button:not(.collapsed)::after {
    border: 1px solid #005baa;
    border-radius: 5px;
    width: 25px;
    height: 25px;
    background-position: center;
}

.bat-tab li.nav-item {
    font-size: 20px;
    box-shadow: 0px 0px 4px 0px #00000040;
    margin: 0 !important;
    border-radius: 5px;
}

.shadow-back {
    box-shadow: 0px 0px 11px 0px #9e9e9e47;
    border-radius: 5px;
}


.bat-tab a.nav-link.active {
    background: #FCAF17;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 !important;
    margin: 0 !important;
}

.bat-tab li.nav-item a {
    color: black !important;
    padding: 18px 14px 18px 14px;
    font-weight: bold;
}

.accordion-item {
    border: none;
}


@media (min-width:992px) {
    .navbar-dark .navbar-nav .nav-link {
        color: white;
    }

    .mb-5-desktop {
        margin-bottom: 3rem !important;
    }

    .pt-5-desktop {
        padding-top: 3rem !important;
    }
}




.img-thumbnail {
    background: transparent !important
}

.ShortCutMenu {
    width: calc(100% - 10px);
    /*     max-width: 150px;*/
    margin: 0px auto;
    padding: 0px !important;
}

.swiper-wrapper img.img-fluid.border-0 {
    max-height: 100px;
}




.ShortCutMenu:hover {
    cursor: pointer;
    animation-name: bounce;
    -moz-animation-name: bounce;
}


.whymrbatri {
    text-align: center;
    background: #005baa;
    color: white;
    min-height: 275px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .whymrbatri span {
        font-size: 15px;
    }

@media screen and (min-width:970px) {




    .slidercontainer {
        margin: 0px 100px 0px 100px;
        border-radius: 0px 0px 32px 32px;
        overflow: hidden;
    }

    .whymrbatri span {
        font-size: 30px;
    }



    body {
        padding-top: 0px;
    }
}

#contactUsForm div.form-control {
    background: transparent;
    border: none;
}

#contactUsForm .form-label {
    color: white
}

.f-image {
    max-height: 120px;
    text-align: center;
}

.w-image {
    max-height: 425px;
    text-align: center;
}

.bat-section {
    background: linear-gradient(90deg, #FCAF17 0%, #005BAA 100%);
    height: 123px;
    padding-top: 5px;
    max-width: 1400px;
}


.bat-mobile {
    background: linear-gradient(136.22deg, #005BAA 4.29%, #FCAF17 98.33%);
    border-radius: 5px;
    height: 100px;
    width: 30% !important;
}



@media screen and (min-width:970px) {





    .bat-section {
        border-radius: 0px 0px 10px 10px;
    }

    .motorbg {
        margin-top: 200px;
    }
}

@media screen and (max-width:970px) {
    .bat-tab li.nav-item a {
        padding: 18px 5px 18px 17px;
        font-size: 2.8vw;
    }

    .moblie-clients {
        box-shadow: 0 0 12px 0px #a39e9e4a;
    }


    .sm-image img {
        max-height: 100px;
    }

    h5 {
        font-size: 3.5vw !important;
    }
    /* .tripEnergy {
                padding-top: 107px !important;
                font-size: 20px !important;
                font-weight: bold;
            } */

    .motorbgRight {
        background: url('/image/layout/NewLayout/motorbgrightmobile.svg') !important;
        background-size: cover !important;
    }
}




.motorbgRight {
    background-repeat: no-repeat;
    background-position: center;
    background: url('/image/layout/NewLayout/motorRight.jpg');
    background-size: cover;
}

.motorbgLeft {
    background-repeat: no-repeat;
    background-position: center;
    background: url('/image/layout/NewLayout/motorLeft.jpg');
    background-size: auto;
}


.tripEnergy {
    color: white;
    font-size: 30px !important;
    text-align: right;
    padding-top: 25px;
}

.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999999999;
    padding: 0 16px;
}

#zanjan-popup-box, #amol-popup-box {
    background-image: linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.4)), url(/image/Landing/zanjan-hero-lg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 16px;
    max-width: 100%;
    min-height: 50%;
    margin: 0 auto;
    border-radius: 10px;
    text-align: center;
    position: relative;
    transform: scale(0.5);
    top: 50%;
    transform: translateY(-50%) !important;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#amol-popup-box {
    background-image: linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.4)), url(/image/Landing/mazandaran-hero-lg.webp);
}

#zanjan-close-popup, #amol-close-popup {
    position: absolute;
    top: 12px;
    left: 16px;
    cursor: pointer;
}

.sh1 {
    color: #FCAF17;
    font-size: 41px !important;
    font-weight: 900;
    animation: glow-text 2.5s infinite;
}


.sh3 {
    font-size: 26px !important;
    color: #FAFAFA;
    padding: 9% 0;
    font-weight: 700;
}

.cta {
    font-size: 14px;
    border-radius: 10px;
    width: 45%;
    text-align: center;
    font-size: 16px;
    width: 100%;
    min-width: 205px;
    border-color: #fff !important;
    backdrop-filter: blur(2px);
    background: transparent !important;
}

.customers-logo {
    width: 115px;
    height: 115px;
    object-fit: contain;
}

.mobile-products {
    margin-left: 5px !important;
    border-radius: 10px;
    width: 49.9% !important;
}

.mobile-product-body {
    border-radius: 10px;
    padding: 0 6px;
    border: 1px solid #ddd;
    overflow: hidden;
}

.mobile-product-body img {
    height: 122px !important;
}

.mobile-product-body a {
    margin-bottom: 10px !important;
}

.mobile-product-body .product-name {
    font-weight: 400 !important;
    margin-bottom:10px;
}


@media screen and (min-width: 769px) {
    #zanjan-popup-box, #amol-popup-box {
        max-width: 620px !important;
    }
}


@media screen and (max-width: 520px) {
    .sh1 {
        font-size: 31px !important;
    }

    .sh3 {
        font-size: 20px !important;
    }

    .popup-overlay {
        padding: 0 8px;
    }

    #zanjan-popup-box, #amol-popup-box {
        min-height: 35%;
    }
}

@media screen and (max-width: 360px) {
    .sh1 {
        font-size: 26px !important;
    }

    .sh3 {
        font-size: 16px !important;
    }

    .popup-overlay {
        padding: 0 8px;
    }

    #zanjan-popup-box, #amol-popup-box {
        min-height: 35%;
    }
}

@media screen and (max-width: 1150px) {
    .motor-banner {
        bottom: -10px !important;
    }

    .tripEnergy {
        font-size: 24px !important;
    }

    .motor-banner-text {
        font-size: 16px !important;
    }
}

@keyframes glow-text {
    0%, 100% {
        text-shadow: #FCAF17 1px 0 24px;
    }

    50% {
        text-shadow: none;
    }
}

.more-info-btn {
    background: #FCAF17 !important;
    color: #363434 !important;
    border-radius: 10px;
    padding: 16px 32px;
    border-color: transparent !important;
}

.mb-features-list {
    background-repeat: no-repeat;
    background-position: center;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/image/layout/NewLayout/PList.jpg');
    background-size: cover;
}

.call-us-btn {
    background: #FCAF17 !important;
    color: #363434 !important;
    border-radius: 10px !important;
    padding-top: 10px;
    padding-right: 17px;
    padding-bottom: 7px;
    padding-left: 17px;
    border-color: transparent !important;
    margin-top: 25px !important;
    margin-bottom: 20px !important;
}

.motor-banner {
    display: block;
    position: absolute;
    bottom: 0;
    width: 51%;
    left: 0px;
    margin: 0 auto;
}

.motor-banner-text {
    color: white;
    padding-top: 25px;
    padding-right: 50px;
    font-size: 23px;
    width: fit-content;
    text-align: left;
}

.form-register-text {
    padding-right: 0px;
    padding-top: 20px;
    padding-bottom: 30px;
    font-weight: 200;
    text-align: justify;
}

.submit-btn {
    font-size: 14px;
    border-radius: 10px;
    width: 180px;
    padding-left: 32px;
    line-height: 16px;
    padding-top: 16px;
    padding-right: 32px;
    padding-bottom: 16px;
    font-weight: 700;
}

.banner-order-text {
    top: -102px;
    left: 20px;
}

    .banner-order-text h3 {
        font-size: 28px;
        color: #FFF;
        font-weight: bold;
        text-shadow: 2px 2px 4px black;
    }

    .banner-order-text span {
        color: #fff;
        background: #FCAF17;
        padding: 6px 12px;
        font-size: 18px;
        border-radius: 7px;
        margin-top: 20px;
    }

.callus-text {
    top: -130px;
    right: 0;
    width: 100%;
}

    .callus-text h3 {
        color: #fff;
        font-size: 30px;
        font-weight: bold;
        text-shadow: 3px 2px 9px #333;
    }

    .callus-text span {
        color: #fff;
        background: #005baa;
        padding: 6px 12px;
        font-size: 18px;
        border-radius: 7px;
        margin-top: 20px;
    }

@media screen and (max-width: 1200px) {
    .banner-order-text h3 {
        font-size: 22px;
    }

    .banner-order-text {
        top: -96px;
    }

    .callus-text {
        top: -90px;
    }

        .callus-text h3 {
            font-size: 26px;
        }
}

@media screen and (max-width: 991px) {
    .banner-order-text h3 {
        font-size: 30px;
    }

    .banner-order-text {
        top: -110px;
        left: 23px;
    }

    .callus-text {
        top: -144px;
    }

        .callus-text h3 {
            font-size: 32px;
        }
}

@media screen and (max-width: 767px) {
    .banner-order-text h3 {
        font-size: 25px;
    }

    .banner-order-text {
        top: -69px;
    }

    .callus-text {
        top: -109px;
    }

    .guide-container img {
        max-width: 85%;
    }
}

@media screen and (max-width: 510px) {
    .banner-order-text h3 {
        font-size: 4.5vw;
    }

    .banner-order-text, .callus-text {
        top: -12vw;
    }

        .banner-order-text span {
            font-size: 3vw;
        }

        .callus-text h3 {
            font-size: 6vw;
        }

        .callus-text span {
            font-size: 3.5vw;
            margin-top: 15px;
        }

    .guide-container img {
        max-width: 100%;
    }
}

.blog-btn {
    width: 139.375px !important;
    border-radius: 9px !important;
    padding-top: 18px !important;
    padding-right: 10px !important;
    padding-bottom: 8px !important;
    margin-right: 20px !important;
    color: #363434 !important;
    padding-left: 10px !important;
    background: #005BAA !important;
    border: none !important;
    font-size: 16px !important;
    color: white !important;
    height: 57px !important;
    float: left !important;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    height: 38px !important;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 38px !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 6px !important;
    }

.nav-pills {
    gap: 12px;
}

    .nav-pills .nav-item {
        margin: 0 !important;
    }

        .nav-pills .nav-item .nav-link {
            font-size: 12px !important;
        }