*{
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Poppins", sans-serif;
}
p{
    font-family: "Poppins", sans-serif;  
}
a{
    font-family: "Poppins", sans-serif;  
}
.site-logo h3{
    display: inline-block;
    color: #011873;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    padding-left: 15px;
    vertical-align: middle;
    font-weight: 800;
    font-size: 27px;
}
.abount-wrapper {
    overflow: hidden;
    padding: 80px 0;
    position: relative;
}
.about-info h3{
    background: linear-gradient(90deg, #fc619e, #9b56fe);
    background-clip: text;
    color:#001872;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
}
.about-info p{
    font-size: 15px;
    color: #000;
    margin-bottom: 16px;
    text-align: justify;
}
.products-wrapper{
    padding: 50px 0;
    background: #f0f3ff4d;
}
.products-heading {
    -webkit-text-fill-color:#001872;
    background: linear-gradient(90deg, #fc619e 40%, #9b56fe);
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 3rem;
    text-align: center;
}
.product-card {
    background-color: #fff;
    border-radius: .3rem;
    box-shadow: 0 29px 80px #a26df226;
    cursor: pointer;
    overflow: hidden;
    transition: all .3s ease;
    margin-bottom: 30px;
    border: 1px solid rgba(0, 0, 0, .125);
    min-height: 350px;
}
.card{
    border: none;
}
.product-card-body{
    padding: 15px;
}
.product-card-body h6 {
color: #000;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}
.product-card-body p {

    color: #7b8597;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 12px;
}
.read-btn {
    align-items: center;
    background: linear-gradient(90deg, #95f -80%, #fe609b 99.87%);
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size:13px;
    font-weight: 600;
    justify-content: center;
    margin-left: auto;
    outline: 1px solid #0000;
    overflow: hidden;
    padding: 6px 16px;
    position: relative;
}
.read-btn a{
    color: #FFF;
}
.prod-img{
  width: 100%;
}
.footer-wrapper{
    padding: 32px 0;
    background: #e9f4ff;
}
.footer-link {
    color: #000;
    font-size: .95rem;
    font-weight: 500;
    position: relative;
}
.ftr_menu ul li{
    display: inline-block;
    padding: 0 26px;
}
.ftr_social ul li{
    display: inline-block;
    padding: 0 26px;
}
.ftr_social ul li a i{
    font-size: 30px;
}
.ftr_menu {
    padding-top: 30px;
    text-align: center;
}
.ftr_social{
    padding-top: 30px;   
}
.copyright-wrapper {
    background-color: #001872;
    padding: 13px 0;
}
.copyright-content span{
    text-align: center;
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
}
.copyright-content{
    text-align: center;


}

.btn-style {
    padding: 18px 36px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    transition: 0.3s ease-in;
    border-radius: 4px;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
}
.btn-outline-primary{
    background: transparent;
}

.breadcrumb-wrapper {
    background-image: url(../images/bg-img.png);
    background-attachment: fixed;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 240px;
    padding: 100px 0;
}
.breadcrumb-wrapper h4{
    color: #001872;
    font-size: 46px;
    margin-bottom: 16px;
    text-align: center;
    font-weight: 600;
  
}
.products-list-wrapper {
    background-color: #fff;
    padding: 80px 0;
}
.breadcrumb-item a i{
    color: #000;
    font-size: 22px;
    font-weight: 400;
    padding-right: 5px;
}
.breadcrumb-item.active {
    -webkit-text-fill-color: #0000;
    background: linear-gradient(90deg, #9b56fe, #fc619e);
    background-clip: text;
    -webkit-background-clip: text;
    color: #0000;
    font-weight: 600;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}
.aboutus-wrapper{
    padding: 32px 0;
}
.contactus-wrapper{
    padding: 50px 0;
}
.contact-details h5 {
    color: #04000b;
    font-size: 29px;
    font-weight: 600;
    margin-bottom: 13px;
}
.contact-details p {
    color: #666;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 32px;
}
.info-content div {
    color: #04000b;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
    font-family: "Poppins", sans-serif;
}
.info-content p {
    color: #04000b;
    font-size: 15px;
    font-weight: 400;
    line-height: 32px;
    font-family: "Poppins", sans-serif;
    
}
.contact-info-card .icon {
    align-items: center;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: linear-gradient(90deg, #95f 30%, #fe609b 99.87%);
    border-radius: 4rem;
    color: #fff;
    text-align: center;
    height: 53px;
    justify-content: center;
    margin-top: 1px;
    width: 53px;
    margin-right: 18px;
}
.contact-info-card .icon i{
    font-size: 26px;
    line-height: 53px;
}

.form-card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 40px #0000000d;
    margin: 0 32px;
    padding:24px;
    width: 100%;
}
input[type="text"]{
    border: none;
    border-bottom: 1.2px solid #e2e2e2;
    font-size: 14px;
    padding: 16px;
    background: #FFF;
    width: 100%;
    font-family: "Poppins", sans-serif;
    margin-bottom: 12px;
}
textarea.form-control{
    border: none;
    border-bottom: 1.2px solid #e2e2e2;
    font-size: 14px;
    padding: 16px;
    background: #FFF;
    width: 100%;
    font-family: "Poppins", sans-serif;
    margin-bottom: 12px;
}
.btn{
    align-items: center;
    background: linear-gradient(90deg, #95f -.13%, #fe609b 99.87%);
    border: none;
    border-radius: .2rem;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 1rem;
    font-weight: 500;
    justify-content: center;
    letter-spacing: .1rem;
    outline: 1.5px solid #0000;
    overflow: hidden;
    padding: .7rem 2.5rem;
}
.contact-btn {
    align-items: center;
    background: linear-gradient(90deg, #95f -.13%, #fe609b 99.87%);
    border: none;
    border-radius: .2rem;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: .9rem;
    font-weight: 500;
    justify-content: center;
    outline: 1.5px solid #0000;
    overflow: hidden;
    padding: .7rem 2rem;
    position: relative;
}
.terms-info h3{
       margin-bottom: 30px;
    }
    .features li {
        list-style: circle;
        font-size: 16px;
        font-family: "Poppins", sans-serif;
        text-transform: capitalize;
        font-weight: 500;
        padding-bottom: 10px;
    }
    .product-info h3 {
        font-size: 1.8rem;
        font-weight: 600;
        line-height: 3.1rem;
        margin-bottom: 30px;
    }
    .product-info h5 {
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 7px;
    }  
    .product-info p {
        font-size: 15px;
        font-weight: 400;
        line-height: 2rem;
        margin-bottom: 24px;
    
    } 
 .gallery_img{
        margin-bottom: 20px;
        cursor: pointer;
    } 

.whatsapp_div {
    position: fixed;
    bottom: 20px;
    right: 14px;
    z-index: 999;
}
.what_txt i {
    font-size: 32px;
    color: #f1f1f1;
    background: #5dc348;
       padding: 11px;
    border-radius: 30px;
    width: 50px;
    height: 50px;
    line-height: 29px;
}    
