.owl-dots{
    display:block !important;
}

.landing{
    position: relative;
}

.landing-content{
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner-new{
    background: url(../MA_webpImages/MA_ImageFiles6/Mac-Homepage-Landing-Hero.webp) center no-repeat;
    height: 77vh;
    min-height: 336px;
    max-height: 689px;
    width: 100%;
    background-size: cover;
    filter: brightness(56%);
    background-color: #757575;
}

.banner-new-mobile{
    display: none;
    background: url(../MA_webpImages/MA_ImageFiles6/Mac-Homepage-Landing-Hero.webp) center no-repeat;
    background-size: cover;
    height: 179px;
    width: 100%;
    margin-bottom: 25px;
}

.land-text-top{
    font-size: 20px;
    color:#fff;
    text-align: center;
    font-family:MarkOT-Book;
}

.land-text{
    font-size: 65px;
    color:#fff;
    font-family: MarkOT Bold;
    max-width: 653px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    line-height: 0.9;
}

.land-text-bottom{
    color:#fff;
    font-size: 20px;
    max-width: 581px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-family:MarkOT-Book;
}

.form-inline{
    padding: 0px 0px 35px !important;
}

.home-icons{
    margin-top: 18px;
    margin-bottom: 50px;
}

.home-icons-mobile-wrap{
    display: flex;
}

.home-icons-image{
    height: 32px;
    margin: 9px;
}

.home-icons-block{
    display: flex;
    height: 60px;
    margin: 0px 0px 0px 67px;
    border-radius: 5px;
}

.click-item-guarantee:hover{
    cursor: pointer;
    background-color: #d9d9d9;
}

.home-icons-text{
    font-family:MarkOT-Book;
    font-size: 20px;
    max-width: 192px;
}

.home-icons-one-row{
    padding-top: 10px;
}

.mpHomeSec1 {
    margin-top: 30px !important;
}
.home-icons-wrap{
    width: 1110px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.bluebar{
    font-family: MarkOT Bold;
    font-size: 14px;
    text-align: center;
    background-color: #6CBEDC;
    padding: 5px 0px;
}

.bluebar p{
    margin: 0;
}

@media only screen and (min-width:992px) and ((max-width:1279px)){

    .home-icons-block {
        margin: 0px 0px 0px 10px;
    }
    .banner-new {
        /* height: 560px; */
    }
    .home-icons-wrap{
        margin-left: auto;
        margin-right: auto;
    }
    .home-icons-wrap {
        width: 845px;
    }
}

@media only screen and (min-width:768px) and ((max-width:991px)){
    .home-icons-block {
        margin: 0px 0px 0px 2px;
        height: 52px;
    }
    /* .banner-new {
        height: 500px;
    } */
    .land-text {
       font-size: 54px;
    }
    .land-text-top {
        font-size: 18px;
    }
    .land-text-bottom {
        font-size: 18px;
        max-width: 560px;
    }

    .home-icons-text {
        font-size: 18px;
    }

    .home-icons-wrap {
        width: 755px;
    }
}

@media (min-width: 992px){
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        margin-top: 0px;
        border-radius: 9px;
    }
}

@media only screen and (max-width:767px){
    .land-text-top{
        font-size: 16px;
        color:#272727;
        margin-bottom: 11px;
    }

    .land-text{
        font-size: 32px;
        color:#272727;
        max-width: 322px;
        height: 72px;
        line-height: 0.9;
        margin-bottom: 0;
    }
    
    .land-text-bottom{
        color:#272727;
        font-size: 16px;
        max-width: 344px;

    }

    .form-inline {
        padding: 0px 0px 23px !important;
    }

    .banner-new{
        display: none;
    }

    .landing-content {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
    }

    .home-icons{
        position: relative;
    }

    .home-icons-text{
        font-size: 16px;
        max-width: 110px;
        width:110px;
    }

    .home-icons-block{
        height: 70px;
        margin: 0px 0px 0px 0px;
    }

    .home-icons-last{
        margin-left: -3px;
    }

    .banner-new-mobile{
        display: block;
    }

    .home-icons-one-row {
        padding-top: 23px;
    }

    .home-icons-image {
        margin: 19px 9px 9px 9px;
    }

    .home-icons-mobile-wrap{
        margin-left: auto;
        margin-right: auto;
    }
    .home-icons-wrap {
        width: auto;
        display: grid !important;
    }
    
    .sliderWrap{
        margin-top: -6px;
    }

    .bluebar{
        font-size: 13px;
    }
}
@media (max-width:360px){
    .navbar-brand{
        width: 165px !important;
        height: 30px !important;
    }
    .banner-new-mobile {
        margin-bottom: 17px;
    }
    .land-text-top {
        font-size: 14px;
        margin-bottom: 7px;
    }
    .land-text {
        font-size: 26px;
        max-width: 262px;
        height: 45px;
    }

    .land-text-bottom {
        font-size: 15px;
    }
    .home-icons-image{
        height: 25px;
    }

    .home-icons-text {
        font-size: 13px;
        max-width: 90px;
        width: 88px;
    }

    .home-icons {
        margin-top: 15px;
        margin-bottom: 0px;
    }
}
