/* HTML: <div class="rounded-tab"></div> */
:root{
    --bs-success: #ff0000;
    --bs-success-rgb: 68, 163, 85;
    --bs-breakpoint-xl: 1276px;
    --bs-breakpoint-xxl: 1276px;
}

.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #4CAF50;
    --bs-btn-border-color: #4CAF50;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5bc85f;
    --bs-btn-hover-border-color: #5bc85f;
    --bs-btn-focus-shadow-rgb: 91,200,95;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #5bc85f;
    --bs-btn-active-border-color: #5bc85f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #4CAF50;
    --bs-btn-disabled-border-color: #4CAF50;
}


body{
    margin: 0;
    padding: 0;
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #555555;
    line-height: 24px;
}

h4{
    font-weight: 600;
    line-height: 60px;
    font-size: 46px;
}

header {
    position: absolute;
    z-index: 999;
    left: 0;
    width: 100%;
    top: 0;
}

.hero-slider{
    position: relative;
}
.hero-slider .swiper-pagination-bullet {
    width: 20px;
    border-radius: 20px;
    background-color: #fff;
}
.hero-slider .swiper-pagination-bullet-active{
    width: 45px;
}
.banner-img {
    height: 700px;
}
.banner-caption {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: rgb(0,63,130);
    background: linear-gradient(90deg, rgba(0,63,130,0.8120040252429097) 0%, rgba(0,126,57,0.8007995434501926) 100%);
}
.banner-caption h5 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
}
.banner-caption h1 {
    font-size: 52px;
    font-weight: 700;
    line-height: 72px;
}
.banner-caption h1 span{
    font-weight: 300;
}
.banner-caption p {
    font-size: 16px;
}
.hero-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.shape-left{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 300px;
    z-index: 9;
}
.shape-right{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 300px;
    z-index: 9;
}
.product-sec::before {
    background: #007E39;
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    filter: blur(101px);
    opacity: 0.2;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.product-sec {
    position: relative;
    overflow: hidden;
}
.tab-menu .swiper-slide {
    width: auto;
}
.tab-menu .nav-link {
    color: #555555;
    font-size: 16px;
    padding: 0;
}
.tab-menu .nav-link.active {
    color: #003F82;
    font-weight: 600;
}
.product-list .swiper-slide {
    padding: 15px;
}
.card.product-box .card-title {
    font-weight: 600;
    font-size: 20px;
    color: #141414;
}
.card.product-box h6 {
    margin: 0;
    font-weight: 600;
    color: #141414;
    font-size: 20px;
}

.product-pagination .swiper-pagination-bullet {
    background-color: #003F82;
    opacity: 1;
    border: 2px solid #fff;
    width: 10px;
    height: 10px;
}
.product-pagination .swiper-pagination-bullet-active{
    background-origin: padding-box;
    outline: 1px solid #003F82;
}

.deal-of-day{
    background: rgb(3,172,242);
    background: linear-gradient(158deg, rgba(3,172,242,1) 0%, rgba(200,230,201,1) 100%);
}
.deals-box p {
    font-size: 24px;
}
.deals-box h4 {
    font-size: 40px;
    text-transform: uppercase;
    margin: 0;
}
.deals-box h3 {
    font-weight: 700;
    font-size: 50px;
    color: #000;
}
.deals-box h5 {
    font-weight: 600;
    font-size: 32px;
}
.deals-box h6 {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    margin: 0;
}

.timer span {
    font-size: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F6F1F5;
    padding: 15px;
    line-height: 60px;
    width: 65px;
    min-width: 65px;
    border-radius: 10px;
    font-weight: 600;
    color: #000;
}

div#countdown {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 5px;
}
.timer-title {
    text-align: center;
    color: #000;
    font-size: 23px;
    margin-top: 9px;
    text-transform: capitalize;
}
span.colon {
    width: auto;
    min-width: auto;
    font-size: 40px;
    padding-bottom: 45px;
}
.countdown-box {
    padding-bottom: 50px !important;
    position: relative;
}
.shopnow-btn {
    width: 180px;
    position: absolute;
    bottom: -16px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #003F82;
    border-color: #003F82;
}
.why-choose-sec{
    background: url('../images/why-choose-bg.svg') no-repeat left top 80%;
}
.whychoose-items .icons {
    width: 77px;
    min-width: 77px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 77px;
    background: #4CAF50;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
    border: 1px solid transparent;
}
.whychoose-items-con h6 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin: 0;
    transition: all 0.2s ease-in-out;
}

.whychoose-items-con p {
    margin: 0;
    font-size: 16px;
}

.whychoose-item-list {
    padding: 37px 31px;
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
    transition: all 0.2s ease-in-out;
}
.whychoose-item-list:hover {
    background: #4CAF50;
}
.whychoose-item-list:hover .icons {
    border-color: #fff;
}
.whychoose-item-list:hover h6 {
    color: #fff;
}
.whychoose-item-list:hover p {
    color: #fff;
}

.happy-costomer-sec{
    background: rgb(0,30,53);
    background: linear-gradient(0deg, rgba(0,30,53,1) 0%, rgba(1,87,155,1) 100%);
}

.customers-box {
    text-align: center;
    position: relative;
}
.customers-box-caption {
    text-align: center;
    padding: 30px  40px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.customer-user{
    position: absolute;
    top: 100px;
    left: -38px;
    width: 77px;
    height: 77px;
    min-width: 77px;
}
.customer-user img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
ul.rattings {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #FBBF24;
}
.customers-box-caption h5 {
    color: #3C3C3C;
    font-size: 24px;
    font-weight: 600;
}
.customers-box-caption p{
    margin: 0;
}
.customersSwiper .swiper-slide{
    padding-left: 38px;
}
.customersSwiper .swiper-pagination-bullet {
    width: 20px;
    border-radius: 20px;
    background-color: #fff;
}
.customersSwiper .swiper-pagination-bullet-active{
    width: 45px;
}
.callfor{
    background: url('../images/callforbg.png') no-repeat center bottom;
    background-size: cover;
}
.collfor-inner{
    background: url('../images/callfor-shape.svg') no-repeat bottom left;
    background-size: 100%;
    padding: 80px 80px 150px 80px;
}
.callfor-content h4 {
    color: #fff;
    font-size: 50px;
}

.callfor-content p {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
}

footer{
    background: rgb(0,63,130);
    background: linear-gradient(87deg, rgba(0,63,130,1) 0%, rgba(0,126,57,1) 100%);
}
footer.footersec {
    padding-top: 170px;
    padding-bottom: 50px;
    position: relative;
}
.newsletter {
    background: rgba(255,255,255,0.1);
}
ul.footerlink {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.footerlink li a {
    color: #fff;
    text-decoration: none;
    opacity: 0.5;
    padding: 5px 0;
    display: block;
    transition: all 0.2s ease-in-out;
}

ul.footerlink li a:hover {
    opacity: 1;
    color: #55c45a;
}

.newsletter p {
    color: #fff;
    opacity: 0.5;
    padding-top: 10px;
    display: block;
}

.newsletter .input-group-text {
    background: #003F82;
    border-color: #003F82;
    color: #fff;
}

.footer-shape-left{
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    z-index: 9;
    transform: rotate(180deg);
}
.footer-shape-right{
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    z-index: 9;
    transform: rotate(180deg);
}


@media (min-width: 1300px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1276px;
    }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1276px;
    }
}

@media (max-width: 575.98px) {
    a.logo img {
        width: 100%;
    }
    .banner-caption h5 {
        font-size: 15px;
    }
    .banner-caption h1 {
        font-size: 32px;
        line-height: 40px;
    }
    .banner-caption p {
        font-size: 14px;
    }
    .shape-left {
        width: 80px;
    }
    .shape-right {
        width: 80px;
    }
    .banner-img {
        height: 500px;
    }
    h4 {
        line-height: 36px;
        font-size: 26px;
    }
    .deals-box p {
        font-size: 20px;
    }
    .deals-box h4 {
        font-size: 30px;
    }
    .deals-box h3 {
        font-size: 40px;
    }
    .deals-box h5 {
        font-size: 22px;
    }
    .deals-box h6 {
        font-size: 14px;
        line-height: 22px;
    }
    .product-list .swiper-slide {
        padding: 8px;
    }
    .timer span {
        font-size: 30px;
        padding: 10px;
        line-height: 30px;
        width: 35px;
        min-width: 35px;
    }
    span.colon {
        font-size: 24px;
        padding-bottom: 35px;
    }
    .timer-title {
        font-size: 14px;
        margin-top: 4px;
    }
    .collfor-inner {
        padding: 20px;
        background: #04ACF2;
    }
    .callfor-content h4 {
        font-size: 30px;
    }
    .callfor-content p {
        font-size: 14px;
        line-height: 23px;
    }
    .footer-shape-left {
        width: 80px;
    }
    .footer-shape-right {
        width: 80px;
    }
    footer.footersec {
        padding-top: 70px;
        padding-bottom: 10px;
        position: relative;
    }
}