/* home reviews */

#homepage__reviews-section {
    background-image: url(/images/home/homepage-reviews-footer.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 513px;
    padding-left: 7.7%;
    padding-top: 98px;
    display: flex;
    align-items: start;
    justify-content: start;
    padding-bottom: 54px;
    padding-right: 8.4%;
}

#homepage__reviews-section .container {
    max-width: 100%;
    padding: 0;

}

#homepage__reviews-section .homepage__reviews-content {
    width: 554px;
}

#homepage__reviews-section .heading-flex {
    display: flex;
    align-items: start;
    flex-direction: column;
}

#homepage__reviews-section .home-flex-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: start;
}

#homepage__reviews-section .row.align-end {
    justify-content: end;
    margin: 0;
}

#homepage__reviews-section .homepage__reviews-wrapper {
    display: flex;
    justify-content: start;
    padding-right: 0px;
    width: 100%;
}

.reviews-btn-main .reviews-btn.mobile {
    margin-bottom: 0;
}

#homepage__reviews-section .homepage__reviews-content h4 {
    font-family: var(--header-font);
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    color: var(--white);
    margin-top: 0;
    padding: 0;
    padding-bottom: 35px;
    margin-left: -1px;
}

#homepage__reviews-section .homepage__reviews-content p {
    color: var(--white);
    font-family: var(--body-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    padding-bottom: 37px;
    padding-right: 19px;
}

#homepage__reviews-section .home-review-para-wrapper {
    display: flex;
    gap: 0;
    align-items: start;
}

.flex-content {
    display: flex;
    flex-direction: row-reverse;
    align-items: end;
}

#homepage__reviews-section .homepage__reviews-content .reviews-btn {
    width: 231px;
    height: 60px;
    border-radius: 2px;
    font-family: var(--body-font);
    color: var(--white);
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 17px;
    display: flex;
    padding: 21px 0;
    justify-content: center;
    position: relative;
    text-transform: capitalize;
    background: var(--button-color);
    align-items: center;
    border: none;
    margin-right: 52px;
}


.home-reviews-flex-inner {
    padding-left: 0;
    display: flex;
    padding-left: 0;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
    gap: 30px;

}

#homepage__reviews-section .customer-rating {
    display: flex;
    justify-content: start;
    margin-bottom: 17px;
}

.home-reviews-flex .customer-name {
    color: var(--white);
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    margin-left: 5px;
    margin-top: 11px;
}

.home-reviews-flex .customer-name-location-date {
    color: var(--white);
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    margin-top: 0;
    text-transform: capitalize;
    margin-bottom: 0;
    margin-left: 4px;
}


.home-reviews-flex .reviews-btn:focus,
.reviews-btn-main .reviews-btn.mobile:focus,
#homepage__reviews-section .homepage__reviews-content .reviews-btn:focus {
    outline: none;
    box-shadow: none;
}

#homepage__reviews-section .logo-img {
    margin-top: 47px;
}

@media screen and (min-width:768px) and (max-width:1399px) {
    #homepage__reviews-section {
        padding-left: 4%;
        padding-right: 4%;
    }
}

@media screen and (min-width:767px) {
    .reviews-btn.mobile {
        display: none;
    }

    .reviews-btn-main .reviews-btn.mobile {
        margin-bottom: 4px;
    }
}

@media screen and (max-width:767px) {
    #homepage__reviews-section .row {
        margin: 0;
    }

    #homepage__reviews-section .container {
        padding: 0;
    }

    #homepage__reviews-section {
        padding: 0;
        width: 100%;
        min-height: 802px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        padding: 88px 0 46px;
        background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7)), url(/images/home/homepage-reviews-bg.png) !important;
    }

    .home-reviews-flex-inner {
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    #homepage__reviews-section .row.align-end {
        justify-content: start;
        margin: 0;
    }

    #homepage__reviews-section .homepage__reviews-wrapper {
        flex-direction: column;
        padding: 0;
    }

    #homepage__reviews-section .homepage__reviews-content {
        width: 100% !important;
        min-height: auto;
        padding: 0px 37px 0px 48px;
        margin: 0;
        z-index: 1;
    }

    #homepage__reviews-section .homepage__reviews-content p {
        padding-right: 0;
        padding-bottom: 28px;
        font-size: 18px;
        line-height: 25px;
    }

    #homepage__reviews-section .homepage__reviews-content h4 {
        margin-left: 0;
        margin-bottom: 36px;
        padding-bottom: 0;
    }

    #homepage__reviews-section .home-review-para-wrapper img {
        width: 28px;
    }

    #homepage__reviews-section .home-review-para-wrapper {
        gap: 11px;
    }

    .homepage__reviews-flex-part .customer-rating {
        margin-left: 1px;
    }

    .home-reviews-flex .customer-name,
    .home-reviews-flex .customer-name-location-date {}

    #homepage__reviews-section .homepage__reviews-content .reviews-btn {
        margin-top: 7px;
        margin-left: 0;
        margin-bottom: 0;
    }

    .home-reviews-flex {
        margin-bottom: 0;
        gap: 0;
        flex-direction: column;
        justify-content: end;
        align-items: start;
        padding-left: 0;
    }

    .reviews-btn-main {
        display: flex;
        justify-content: end;
    }

    .homepage__reviews-text-section {
        text-align: left;
    }

    #homepage__reviews-section .home-btn {
        margin: auto;
    }

    .reviews-btn-main .reviews-btn.mobile {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 360px) {
    #homepage__reviews-section .homepage__reviews-content {
        padding: 0 20px 35px 20px;
    }
}

@media screen and (max-width: 330px) {
    #homepage__reviews-section .container {
        max-width: 100%;
    }

    #homepage__reviews-section {
        padding-left: 4%;
        padding-right: 4%;
    }

    #homepage__reviews-section .homepage__reviews-content p,
    .home-reviews-flex .customer-name {
        font-size: 16px;
    }

    #homepage__reviews-section .homepage__reviews-content .reviews-btn {
        width: 213px;
        margin-top: 20px;
    }

    #homepage__reviews-section .homepage__reviews-content h4 {
        margin-left: 0;
        margin-bottom: 12px;
        font-size: 30px;
    }
}

/* home single review */

#homepage__reviews-section .owl-nav {
    position: absolute;
    right: 5px;
    display: flex;
    justify-content: space-between;
    width: 745px;
    top: 34%;
    right: 0;
}

#homepage__reviews-section .owl-carousel .owl-item img {
    width: auto;
}


/* logo-section */
@media screen and (min-width:1100px) {
    .logo-container-wrapper .container {
        max-width: 978px;
        padding: 0;
    }
}

.logo-container-wrapper .container a {
    border-radius: 10px;
    border: 1px solid #B7B7B7;
    background: var(--white);
    width: 177px;
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-container-wrapper .container {
    padding-top: 36px;
    padding-bottom: 29px;
}

.logo-container-wrapper .container h3 {
    color: var(--primary-color);
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 12px;
}

.logo-container-wrapper .container p {
    color: var(--primary-color);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 22px;
}

.logo-container-wrapper .container .logo-flex {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 23px;
}

@media screen and (min-width:992px) {
    .logo-container-wrapper .container .logo.skoda {
        padding-left: 3px;
        margin-top: -8px !important;
    }

    .logo-container-wrapper .container .logo.smart {
        margin-top: -4px !important;
    }

    .logo-container-wrapper .container .logo {
        margin-top: -7px !important;
    }

}

.logo-container-wrapper .container .logo {
    margin-top: -2px;
}

.logo-container-wrapper .container .vw-com {
    padding-top: 12px;
}

@media screen and (min-width:991px) and (max-width:1199px) {
    .logo-container-wrapper .container .logo-flex {
        display: grid;
        grid-template-columns: repeat(4, 19%);
        gap: 23px;
        justify-content: center;
        align-items: center;
    }

    #homepage__reviews-section .logo-img {
        margin-top: 82px;
    }

    #homepage__reviews-section .logo-img img {
        width: 276px;
    }
}

@media screen and (max-width:1199px) {
    #homepage__reviews-section {
        background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7)), url(/images/home/homepage-reviews-footer.jpg);
    }
}

@media screen and (max-width:992px) {
    #homepage__reviews-section .homepage__reviews-content {
        width: 90%;
    }
}

@media screen and (min-width:500px) and (max-width:992px) {
    .logo-container-wrapper .container .logo-flex {
        display: flex;
        flex-wrap: wrap;
        gap: 23px;
        justify-content: center;
        align-items: center;
    }

    .logo-container-wrapper {
        order: 2;
    }
}

@media screen and (max-width:499px) {
    .logo-container-wrapper {
        order: 2;
    }

    .logo-container-wrapper .container {
        padding: 0;
        padding-top: 58px;
        padding-bottom: 40px;
    }

    .logo-container-wrapper .container .logo-flex {
        display: grid;
        grid-template-columns: repeat(2, 153px);
        row-gap: 11px;
        column-gap: 10px;
        justify-content: center;
        align-items: center;
        padding: 0 29px;
    }

    .logo-container-wrapper .container a {
        width: 153px;
        height: 108px;
    }

    .logo-container-wrapper .container .vw {
        width: 67px;
    }

    .logo-container-wrapper .container .skoda {
        width: 75px;
    }

    .logo-container-wrapper .container .merc {
        width: 85px;
    }

    .logo-container-wrapper .container .vw-com {
        width: 68px;
        padding-top: 9px;
    }

    .logo-container-wrapper .container .smart {
        width: 45px;
    }

}


@media screen and (max-width:360px) {
    .logo-container-wrapper .container p {
        width: 100%;
    }

    .logo-container-wrapper .container .logo-flex {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 0 15px;
    }
}


#homepage__reviews-section .owl-nav {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 675px;
    top: 11%;
    right: -65px;
}

#homepage__reviews-section .owl-carousel .owl-item img {
    width: auto;
}

@media screen and (min-width:992px) and (max-width:1299px) {
    #homepage__reviews-section .owl-nav {
        right: -30px;
        width: 640px;
    }
}

@media screen and (max-width:992px) {
    #homepage__reviews-section .owl-nav {
        display: none;
    }

    .homepage__reviews-image-section {
        background-image: none;
        background-position: right 40% top;
        background-repeat: no-repeat;
        background-size: cover;
        height: unset;
    }
}

#homepage__reviews-section .mobile-appear.image {
    display: none !important;
}

.homepage_logo_section .kia-logo {
    width: 145px;
    margin-top: 2px;
}

.homepage_logo_section .peugeot-logo {
    margin-left: 3px;
    margin-top: -3px;
}

.homepage_logo_section .citroen-logo {
    width: 97px;
}

.homepage_logo_section img {
    cursor: pointer;
}

.homepage_logo_section {
    width: 462px;
    margin: 37px auto 44px;
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width:767px) {
    #homepage__reviews-section .home-flex-wrap {
        flex-direction: column;
        align-items: start;
    }

    #homepage__reviews-section .mobile-appear.image img {
        width: 100%;
    }

    #homepage__reviews-section .mobile-appear.image {
        display: block !important;
    }

    #homepage__reviews-section .logo-img img {
        width: 230px;
        margin: 0 auto;
    }

    #homepage__reviews-section .logo-img {
        margin: 0;
    }

    .homepage_logo_section .kia-logo {
        width: 86px;
        margin-top: 0px;
    }

    .homepage_logo_section .peugeot-logo {
        margin-left: 1px;
        margin-top: -3px;
        width: 45px;
    }

    .homepage_logo_section .citroen-logo {
        width: 58px;
    }

    .homepage_logo_section {
        margin: 30px auto 34px;
        padding-left: 40px;
        padding-right: 61px;
        order: 2;
    }
}

@media screen and (max-width:500px) {
    .homepage_logo_section {
        width: 100%;
    }
}

@media screen and (max-width:369px) {
    .homepage_logo_section {
        padding: 0;
        width: 85%;
    }
}

@media screen and (max-width:330px) {
    #homepage__reviews-section .logo-img {
        margin-top: -10px;
        margin-right: -5px;
    }
}

@media screen and (min-width:1700px) {
    #home-page-mid {
        background-position: bottom center;
        margin-bottom: -1px;
    }
}

@media screen and (min-width:1921px) {
    #home-page-mid {
        background-size: cover;
    }
}

/* HOMEPAGE-MID-SECTION */

@media screen and (min-width:1800px) {
    .homepage-mid-section .container {
        max-width: 1648px;
        padding: 0;
    }

    .homepage-mid-section .container .text-content {
        margin-top: 2px;
    }

    .homepage-mid-section .logo-flex img:nth-child(1) {
        margin-top: -16px;
    }

    .homepage-mid-section .logo-flex img:nth-child(2) {
        margin-left: 27px;
    }

    .homepage-mid-section .container .homepage-card-content .main-text-content h3 {
        margin-top: 2px;
        margin-bottom: 36px;
    }
}

.homepage-mid-section .container {
    display: flex;
    gap: 106px;
    margin-top: 68px;
    margin-bottom: 68px;
}

.homepage-mid-section .container .text-content h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    font-family: var(--header-font);
    margin-bottom: 9px;
    margin-top: -1px;
}

.homepage-mid-section .container .text-content h3 {
    color: #A39161;
    font-family: var(--body-font);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    margin-bottom: 21px;
}

.homepage-mid-section .container .text-content p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    font-family: var(--body-font);
    margin-bottom: 39px;
}

.homepage-mid-section .container .image-content img,
.homepage-mid-section .image-content-single img {
    width: 100%;
}

.homepage-mid-section .container .text-content .btn {
    display: flex;
    width: 230px;
    height: 60px;
    justify-content: center;
    align-items: center;
    color: var(--white);
    text-align: center;
    font-family: var(--body-font);
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 17px;
    background: var(--button-color);
    border: none;
    border-radius: 2px;
}

.homepage-mid-section .container .main-content {
    display: grid;
    grid-template-columns: 279px auto;
    gap: 50px;
    margin-top: 46px;
}

.homepage-mid-section .container .homepage-card-content {
    max-width: 808px;
}

.homepage-mid-section .container .homepage-card-content .main-text-content {
    display: flex;
    gap: 111px;
    padding: 48px 44px 56px 53px;
    background: linear-gradient(180deg, #335BA0 0%, #443F87 100%);
    border-radius: 0px 0px 20px 20px;
    margin-top: -2px;
}

.homepage-mid-section .container .homepage-card-content .main-text-content .logo-flex {
    display: flex;
    flex-direction: column;
    gap: 17px;
    align-items: center;
    justify-content: center;
}

.homepage-mid-section .container .homepage-card-content .main-text-content h3 {
    color: var(--white);
    font-family: var(--body-font);
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 37px;
    margin-bottom: 35px;
}

.homepage-mid-section .container .homepage-card-content .btn {
    width: 357px;
    height: 60px;
    color: var(--white);
    font-family: var(--body-font);
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 17px;
    border-radius: 2px;
    border: 1px solid var(--white);
    padding: 20px 0 21px 0;
}

@media screen and (max-width:1799px) {
    .homepage-mid-section .container .homepage-card-content {
        width: 100%;
    }

    .homepage-mid-section .logo-flex img:nth-child(1) {
        width: 185px;
    }

    .homepage-mid-section .logo-flex img:nth-child(2) {
        width: 130px;
    }

    .homepage-mid-section .container .homepage-card-content .main-text-content h3 {
        color: var(--white);
        font-family: var(--body-font);
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
        margin-bottom: 22px;
    }

    .homepage-mid-section .container .homepage-card-content .btn {
        width: 250px;
        height: 60px;
    }

    .homepage-mid-section .container .main-content {
        display: grid;
        grid-template-columns: 200px auto;
        gap: 30px;
        margin-top: 46px;
    }

    .homepage-mid-section .container {
        display: flex;
        gap: 30px;
        max-width: 85%;
    }
}

@media screen and (min-width:992px) and (max-width: 1499px) {
    .homepage-mid-section .container {
        display: flex;
        gap: 30px;
        max-width: 96%;
    }

    .homepage-mid-section .container .main-content {
        margin-top: 0;
    }
}

@media screen and (min-width:768px) and (max-width:1299px) {
    .homepage-mid-section .container .main-content {
        margin-top: 0;
    }

    #homepage__reviews-section .logo-img {
        margin-top: 82px;
    }

    #homepage__reviews-section .logo-img img {
        width: 100%;
    }


    .homepage-mid-section .container {
        display: flex;
        gap: 30px;
        max-width: 71%;
        margin: 65px auto;
        flex-direction: column;
    }

    .homepage-mid-section .logo-flex img:nth-child(1) {
        width: auto;
    }

    .homepage-mid-section .logo-flex img:nth-child(2) {
        width: auto;
    }

    .homepage-mid-section .container .homepage-card-content .main-text-content {
        display: flex;
        gap: 50px;
        padding: 48px 56px 56px ;
        background: linear-gradient(180deg, #335BA0 0%, #443F87 100%);
        border-radius: 0px 0px 20px 20px;
    }

    .homepage-mid-section .container .text-content p {
        width: 90%;
    }
}
@media screen and (min-width:1200px) and (max-width:1299px) {
    .homepage-mid-section .container .homepage-card-content .main-text-content {
        display: flex;
        gap: 50px;
        padding: 48px 135px 56px ;
    }
}
@media screen and (min-width:768px) and (max-width:992px) {
    .homepage-mid-section .container {
        display: flex;
        gap: 30px;
        max-width: 90%;
        margin: 65px auto;
        flex-direction: column;
    }
}

@media screen and (max-width:992px) {
    .homepage-mid-section .container .homepage-card-content .main-text-content {
        flex-direction: column;
        padding: 24px 62px 33px 62px;
        gap: 25px;
        text-align: center;
    }

    .homepage-mid-section .logo-flex img:nth-child(1) {
        width: 243px;
    }

    .homepage-mid-section .logo-flex img:nth-child(2) {
        width: 132px;
    }

    .homepage-mid-section .logo-flex {
        gap: 28px;
    }
}

@media screen and (max-width:768px) {
    .homepage-mid-section .container {
        display: flex;
        flex-direction: column;
        gap: 57px;
        margin-top: 17px;
        margin-bottom: 42px;
        padding: 0 8px 0 9px;
        max-width: 100%;
    }

    .homepage-mid-section .container .homepage-card-content img {
        border-radius: 20px 20px 0px 0px;
    }

    .homepage-mid-section {
        order: 3;
    }

    .homepage-mid-section .container .main-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 18px;
        margin-top: 0;
        margin-right:0;
    }

    .homepage-mid-section .container .text-content .btn {
        width: 230px;
        height: 60px;
        margin: 0 auto;
    }

    .homepage-mid-section .container .image-content img {
        width: 164px;
    }

    .homepage-mid-section .container .homepage-card-content .main-text-content {
        flex-direction: column;
        padding: 26px 54px 33px 54px;
        gap: 25px;
        text-align: center;
    }

    .homepage-mid-section .logo-flex img:nth-child(1) {
        width: 243px;
    }

    .homepage-mid-section .logo-flex img:nth-child(2) {
        width: 132px;
    }

    .homepage-mid-section .logo-flex {
        gap: 28px;
    }

    .homepage-mid-section .container .text-content p {
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        font-size: 14px;
        width: 90%;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .homepage-mid-section .container .homepage-card-content .main-text-content h3 {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
        margin-bottom: 19px;
    }

    .homepage-mid-section .container .text-content h2 {
        margin-bottom: 6px;
    }

    .homepage-mid-section .container .homepage-card-content .main-text-content .logo-flex {
        gap: 27px;
    }

    .homepage-mid-section .container .homepage-card-content .btn {
        width: 244px;
    }
}

@media screen and (max-width:360px) {
    .homepage-mid-section .logo-flex img:nth-child(1) {
        width: 200px;
    }

    .homepage-mid-section .logo-flex img:nth-child(2) {
        width: 100px;
    }

    .homepage-mid-section .container .homepage-card-content .main-text-content {
        flex-direction: column;
        padding: 24px 20px 33px 20px;
        gap: 25px;
        text-align: center;
    }

    .homepage-mid-section .container .homepage-card-content .main-text-content .btn {
        width: 90%;
    }
}

/* HOMEPAGE-MID-SECTION */
/* HOMEPAGE LOGO SECTION */
@media screen and (min-width:1600px) {
    .home-logo-section .container {
        max-width: 1472px;
        padding: 0;
        padding-right: 36px;
    }
}

.home-logo-section .container {
    display: flex;
    gap: 36px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width:992px) and (max-width:1699px) {
    .home-logo-section .container {
        padding-bottom: 40px;
    }
}

.home-logo-section .container.mobile-appear {
    display: none;
}

.home-logo-section .container .logo-flex.single {
    margin-top: 17px;
}

.home-logo-section {
    background-image: url(/images/home/logo-img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 350px;
}

.home-logo-section h3 {
    font-family: var(--header-font);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 2px;
    color: var(--white);
    text-align: center;
    padding-top: 42px;
    text-transform: capitalize;
}

.home-logo-section p {
    color: var(--white);
    font-family: var(--body-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
}

.home-logo-section .text-content {
    margin-bottom: 21px;
}



@media screen and (max-width:992px) {
    .home-logo-section {
        order: 7;
    }

    .home-logo-section {
        min-height: 380px ;
    }

    .home-logo-section .container.mobile-disappear {
        display: none;
    }

    .home-logo-section .container.mobile-appear {
        padding-bottom: 70px;
        display: flex !important;
        gap: 20px;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .home-logo-section h3 {
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 27px;
        width: 80%;
        margin: 0 auto;
        margin-bottom: 3px;
        text-transform: capitalize;
        padding-top: 43px;
    }

    .home-logo-section .container.mobile-appear .logo-flex.single {
        margin-top: 0px;
        margin-left: 5px;
    }

    .home-logo-section .text-content {
        margin-bottom: 20px;
    }
}

@media screen and (max-width:767px) {
    .home-logo-section {
        background-image: url(/images/home/home-logo-bg-mob.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 457px;
    }
}

@media screen and (max-width: 360px) {
    .home-logo-section .container.mobile-appear .logo-flex img {
        width: 95%;
        display: flex;
        margin: 0 auto;
    }
}

/* HOMEPAGE LOGO SECTION */