img {
    max-width: 100%;
}

.swiper.hero-slider .swiper-slide img {
    width: 100%;
}

.main-header-2:before {
    background: linear-gradient(#0f0f0f,transparent);
    content: "";
    height: 100%;
    left: 0;
    min-height: 300px;
    position: absolute;
    top: 0;
    width: 100%;
}

.icon-items {
    position: relative;
    padding: 0 0 0 57px;
    display: flex;
    align-items: center;
    min-height: 66px;
}

.icon-items .icon {
    position: absolute;
    left: 0px;
}

.icon-items .icon img {
    width: 50px;
}

.icon-items .content {
}

.icon-items .content h4 {
    font-size: 20px;
    line-height: 21px;
}

.why-choose-us {
    padding: 90px 0px;
}

.footer-contact {
    list-style: none;
    padding: 0px;
}

.footer-contact li {
    margin: 0 0 11px;
    position: relative;
    padding: 0 0 0 30px;
    color: #FFFFFFA6;
}

.footer-contact li i {
    position: absolute;
    left: 0px;
    top: 3px;
}

.footer-contact li a {
    color: #FFFFFFA6;
}

.feature-single-box .content {
    margin-top: 24px;
}

.feature-section {
    padding: 120px 0;
}

.floatingwhatsapp {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 9999;
    color: #FFF;
    background: #4dc247;
    font-size: 26px;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 43px;
    border-radius: 50%;
    -webkit-box-shadow: -8px 9px 5px -7px rgb(0 0 0 / 24%);
    -moz-box-shadow: -8px 9px 5px -7px rgba(0, 0, 0, 0.24);
    box-shadow: -8px 9px 5px -7px rgb(0 0 0 / 24%);
}

.floatingwhatsapp:hover {
    color: #FFF;
}

.title-s1 {
    margin-bottom: 30px;
}

.title-s1 span {
    color: #c03139;
}

.product-bx {
    box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 10%);
    border: 2px solid #fff;
    padding: 15px 15px;
    -webkit-transition: .5s all;
    margin: 0 0 30px;
}

.product-bx:hover {
    box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 27%);
    border: 2px solid #fff;
    -webkit-transition: .5s all;
}

.product-bx h1 {
    font-size: 25px;
    background: #c03139;
    color: #ffffff;
    text-align: center;
    padding: 10px 10px 6px;
    margin: 9px 0 0px;
    /* border-bottom-right-radius: 30px; */
}

.product-bx.white {
    box-shadow: none;
    border: 5px solid #ebebeb;
    padding: 30px;
}
.product-bx.white h1 {
    background: none;
    color: #000;
    text-align: left;
    padding: 0;
}

.product-bx.white img {
    box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 10%);
    margin: 0 0 10px;
}

.product-bx p {
    text-align: center;
    color: #c03139;
    margin: 6px 0px 5px;
    font-weight: 600;
}

.product-bx.white p {
    text-align: left;
    margin: 6px 0px 9px;
}

.feature-list {
}

.feature-list li {
    margin: 0 0 10px;
    position: relative;
    min-height: 27px;
    padding: 0 0 0 35px;
}

.feature-list li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 16px;
    width: 27px;
    height: 27px;
    line-height: 26px;
    display: inline-block;
    background: #c03139;
    color: #FFF;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 2px;
    border-radius: 50%;
}
.brand-logo-2
{
	border: 1px solid #e9e9e9;
	margin: 0 0 30px;
	padding: +20px;
	border-radius: 20px;
}
@media (max-width: 992px) {
    .feature-section {
        padding: 0 0 30px;
    }

    .hero-1 {
        margin-top: 75px;
    }

    .feature-single-box .content {
        margin-top: 15px;
    }

    .feature-single-box .icon img {
        width: 50px;
    }

    .icon-items .content h4 {
        font-size: 17px;
        font-weight: 400;
    }

    .icon-items .icon img {
        width: 40px;
    }

    .header-menu-area.sticky_menu {
        position: inherit;
    }

    .main-header-2:before {
        display: none;
    }
	.contact-info-wrapper .info-right {
    margin-left: 0px;
}
}
