@import url('https://fonts.googleapis.com/css?family=Poppins');

body {
    font-family: poppins;
}

.main-product-top-banner-section {
    background-image: url('../assets/images/Stock-images/life.jpg');
    height: 30vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-product-section .main-product-wrapper p{
    line-height: 1.8;
}
.main-product-section .main-product-wrapper .header-text h1{
    font-size: 2.25rem;
    font-weight: 600;
    padding: 5px 0px 30px 0px !important;
}
.main-product-section .main-product-wrapper .text-section p{
    font-size: 1rem;
    color: #616161;
    line-height: 1.8;
}

/*-------grid Section- start--------- */

.main-product-section h3 {
    font-size: 28px;
}

.main-product-section .product-head {
    padding-top: 72px;
}

.main-product-section .main-product-wrapper-1 a {
    text-decoration: none;
}

.main-product-section .main-product-wrapper-1 .col-custom {
    padding: 5px 5px;
}

.main-product-section .main-product-wrapper-1 .custom-img{
    margin-bottom: 16px;
    margin-top: 24px;
}
.main-product-section .main-product-wrapper-1 .custom-img img {
    width: 45px;
    padding-bottom: 5px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.main-product-section .main-product-wrapper-1 .custom-img .img-2  {
       display: none;
}
.product-section .pro-title {
    min-height:54px;
}

.main-product-section .main-product-wrapper-1 .trans-blue .text p{
    text-align: center;
    color: #212121;
    font-weight: 600;
    line-height: 1.4;
    min-height: 45px;
    max-height: 45px;
    font-size: 1rem;
}
.main-product-section .main-product-wrapper-1 .bg-image {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, .3);
    box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, .3);
    border-radius: 6px;
    transition: .3s ease;
    margin: 5px;
}

.main-product-section .main-product-wrapper-1 .trans-blue {
    padding: 20px 0px;
    border-radius: 6px;
}

.main-product-section .main-product-wrapper-1 .trans-color {
    padding: 20px 0px;
}

.main-product-section .main-product-wrapper-1 .trans-blue:hover {
    transition: .3s ease;
    border-radius: 6px;
}

.main-product-section .main-product-wrapper-1 a:hover .img-1 {
    display: none;
}
.main-product-section .main-product-wrapper-1 a:hover .img-2 {
    display: block;
}

.main-product-section .main-product-wrapper-1 a:hover p {
    color: #ffffff !important;
    text-decoration: none;
    transition: .3s ease;
}

/*-------grid Section- start--------- */

.main-product-wrapper-2 .right-navbar {
    width: 100%;
    height: 100%;
    overflow: auto;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, .3);
    box-shadow: 0px 5px 20px -10px rgba(0, 0, 0, .3);
}

.main-product-wrapper-2 .right-navbar a {
    display: flex;
    color: #fff;
    padding: 5px 0px;
    border-bottom: 1px #fff;
    text-decoration: none;
    align-items: center;
}

.main-product-wrapper-2 .right-navbar a span {
    padding-left: 1rem;
}

.main-product-wrapper-2 .right-navbar li {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding: 5px 0px 5px 0px;
}

.main-product-wrapper-2 .right-navbar li.active a {
    background-color: #04204e;
    color: white;

}

.main-product-wrapper-2 .right-navbar a i {
    font-size: 1.5rem;
    margin: 8px 8px 8px 12px;
    text-align: center;
    margin-right: 5px;
    max-width: 18px;
}

.main-product-wrapper-2 .right-navbar .list-none {
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-product-wrapper-2 .right-navbar li:hover a {
    background-color: #04204e;
    color: white;
}

.main-product-wrapper-3 {
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.main-product-wrapper-3 .gray-box {
    background-color: #f9f9f9;
    width: 100%;
    width: 100%;
    overflow: auto;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, .3);
    box-shadow: 0px 5px 20px -10px rgba(0, 0, 0, .3);
}

.main-product-wrapper-3 .gray-box {
    text-align: center;
    padding: 32px 0px;
}

.main-product-wrapper-3 .gray-box a i {
    font-size: 1.25rem;
    color: #fff;
    padding: 24px 0px 16px 0px;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    line-height: 0px;
}

.main-product-wrapper-3 .gray-box p {
    font-size: 1rem;
    padding: 6px 0px 6px 0px;
    margin: 0;
    color: #616161;
}

.main-product-wrapper-3 .gray-box a {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0056B7;
    text-decoration: none;
}

/*-------Media Query------*/
@media (max-width: 600px) {
    /* .main-product-top-banner-section {
        height: 150px;
        object-fit: cover;
    } */

    .main-product-section .main-producte-wrapper-1 h1 {
        font-size: 1.8rem;
    }

    .main-product-section .main-product-wrapper .main-product-wrapper-1 .text-section {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .main-product-section .main-product-wrapper .header-text h1 {
        font-size: 1.8rem !important;
    }

}
@media (max-width: 992px) {

}
/* @media only screen and (min-width: 768px) and (max-width: 993px){
    .find-product .content-area .custom-img img {
        height: 23vh;
}
} */
/*-------Media Query---- end--*/
