:root{
    --red:#ee1d25;
    --white:#ffffff;
    --black:#000000;
    --light-gray:#808080;
    --yellow:#ffd700;
    --lighter-gray:#b3b3b3;
    --gray:#e6e6e6;
}

@font-face {
    font-family: Atlas-Black;
    src: url('../webfonts/atlas/AtlasGrotesk-Black.otf');
}
@font-face {
    font-family: Atlas-Regular;
    src: url('../webfonts/atlas/AtlasGrotesk-Regular.otf');
}
@font-face {
    font-family: Atlas-Thin;
    src: url('../webfonts/atlas/AtlasGrotesk-Thin.otf');
}
@font-face {
    font-family: Atlas-Medium;
    src: url('../webfonts/atlas/AtlasGrotesk-Medium.otf');
}
html {
    scroll-behavior: smooth;
}
body{
    overflow-x: hidden;
    /*font-family: Atlas-Black;*/
    /*font-family: "Times New Roman";*/
    font-family: 'Arial';

}
p{
    margin-bottom: 0;
}
.scrollspy-example {
    overflow: auto;
}
h1{
    font-family: 'Atlas-Regular';
}
h2{
    font-family: 'Atlas-Regular';
}
h3{
    font-family: 'Atlas-Regular';
}
h4{
    font-family: 'Atlas-Regular';
}
h5{
    font-family: 'Atlas-Regular';
}
h6{
    font-family: 'Atlas-Regular';
}
/*Menu*/
.offcanvas.offcanvas-start{
    min-width: 300px;
}
.offcanvas .offcanvas-body  #menu  .nav-item:not(:first-of-type){
    margin-top: .5rem;
}
.offcanvas .offcanvas-body .nav-link{
    color: var(--black);
    text-transform: uppercase;
    font-weight: bold;
}
.offcanvas .offcanvas-body .menu-socials .nav-link,
.offcanvas .offcanvas-body .menu-socials{
    color: var(--red);
}
.btn-red{
    background-color: var(--red) !important;
    color: var(--white) !important;
}
.logo-top{
    text-align: center;
}
.logo-top img{
    width: 120px;
    margin-top: 1rem;
}
.logo{
    text-align: center;
}
.logo img{
    width: 120px;
    margin-top: 1rem;
}
.side-icons{
    position: fixed;
    background-color: var(--red);
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    right: 0;
    padding: 1.5rem 0;
    border-top-left-radius: 65px 50px;
    border-bottom-left-radius: 65px 50px;
    z-index: 2;
}
.circle-icon {
    width: 30px;
    height: 30px;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    background-color: var(--white);
    color: var(--red);
}
.home-slider .item{
    position: relative;
}
.home-slider .item img{
    width: 100%;
}
.youtube-video iframe {
    width: 100%;
}
.home-products{
    position: relative;
    overflow: hidden;
}
.home-products img{
    width: 100%;
    object-fit: cover;
    object-position: 0 0;
    filter: grayscale(100%) brightness(50%);
    transition: transform 2s;
}
.home-products img:hover{
    filter: grayscale(0%) brightness(100%);
    transform: scale(1.1);
}
.home-products .home-product-text{
    position: absolute;
    color: var(--white);
    top: 25%;
    transform: translateY(-50%);
    padding-left: 2rem;
    font-family: Atlas-Thin;
}
.home-products .blog-wrap{
    position: absolute;
    color: var(--white);
    top: 25%;
    transform: translateY(-50%);
    padding-left: 2rem;
    font-family: Atlas-Thin;
}
.home-products .home-product-text p ,
.home-products .blog-wrap p{
    margin-bottom: -10px;
    font-family: Atlas-Thin;
}
.home-products .home-product-text img,
.home-products .blog-wrap img{
    width: 50%;
    height: auto;
    filter: grayscale(0%) brightness(100%);
}
.rabi-text-details{
    font-family: Atlas-Thin;
    padding: 3rem;
}
/* about us page start here  */
.slide-text{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.about-slide-text{
    right: 20%;
    text-align: right;
}

.slide-text h3{
    font-family: Atlas-Regular;
    text-transform: uppercase;
    color: var(--white);
}
.slide-text h3 span{
    font-weight: initial;
    color: var(--red);
    font-family:  Atlas-Thin;
    margin-left: .5rem;
}
.about-slide-text h3{
    font-family: Atlas-Thin;
    font-weight:lighter;
}
.about-slide-text h3 span{
    color: var(--white);
    font-family: Atlas-Medium;
}
.bg-cahange {
    background-color: #f0e3d6 !important;
}
.quote {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-color: var(--red);
    color: var(--white);
    font-family: Atlas-Regular;
    text-align: center;
    font-style: italic;
}
.quote p{
    font-family: Atlas-Thin;
    font-size: clamp(1rem, 2.5vw, 1.5rem);
    word-spacing:5px;
}
.about-short p {
    font-size: 1.35rem;
    color: var(--light-gray);
    padding: 3rem;
    font-family: Atlas-Thin;
    text-align: center;
    word-spacing: 5px;
}
/* kitchen  */
.kitchen {
    position: relative;
    text-align: center;
    color: var(--white);
    overflow: hidden;
}
.kitchen-centered {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.kitchen .kitchen-img {
    filter: grayscale(18%) brightness(70%);
    transition: transform 2s;
}
.kitchen .kitchen-img:hover {
    filter: grayscale(08%) brightness(80%);
    transform: scale(1.1);
}
.kitchen .kitchen-centered .explore {
    background-color: var(--white);
    border: var(--white);
    padding: 0.5rem 2.8rem;
    border-radius: 10px;
    color: var(--red);
    font-family: Atlas-Regular;
}
.kitchen .kitchen-centered img {
    height: 200px;
    width: 200px;
    object-fit: contain;
}
.kitchen .kitchen-centered h2 {
    font-family: Atlas-Regular;
    font-size: 1rem;
}
/* ============= contact page start here ============ */
.contact-wrapper {
    overflow: hidden;
}
.contact-wrapper .form-control {
    background-color: inherit;
    border-bottom: 2px solid #808080 !important;
    border-radius: 0;
    border: 0;
    font-family: Atlas-Regular;
}
.contact-wrapper .contact-box {
    background-color: #e6e6e6;
}
.form-control:focus {
    outline: none !important;
    border: inherit;
    box-shadow: 0 0 4px #808080;
}
.contact-wrapper .form-label {
    font-family: Atlas-Regular;
    color: #808080;
}
.contact-wrapper .contact-help {
    padding: 3rem 0;
}
.contact-wrapper h1 {
    color: var(--red);
    font-family: Atlas-Regular;
}
.submit-btn .btn-join{
    font-size: 1.25rem;
    color: var(--red);
    padding: .5rem 2.5rem;
    border-radius: 0.75rem;
    border: 1px solid var(--red);
    font-family: Atlas-Regular;
}
.contact-banner {
    font-family: Atlas-Regular;
}
.contact-banner h2{
    font-family: Atlas-Regular;
}
.contact-banner p{
    font-family: Atlas-Thin;
    word-spacing: 8px;
}
.contact-offices {
    background-color: var(--red);
    padding: 0 4rem;
    color: var(--white);
}
.contact-offices .icomo i {
    font-size: 4rem;
    color: #F78E92;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-box {
    padding: 0 6rem;
}
.contact-offices .feedbacks a{
    text-decoration: none ;
    line-height: 2;

    color: var(--white);
}
.small-icon {
    background: white;
    color: red;
    border-radius: 50%;
    padding: 4px;
}
/*Product*/
#product-list{
    position: fixed;
    z-index: 2;
    width: 180px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
#product-list .list-group-item{
    text-align: center;
    font-weight: lighter;
    font-family: Atlas-Regular;
    border: none;
    background-color: transparent;
    color: var(--lighter-gray);
}
#product-list .list-group-item.active{
    background-color: var(--red);
    color: var(--yellow);
    border-color:transparent;
}
#product-list .list-group-item{
    padding: 1px 0px !important;
}
#product-list .list-group-item-action{
    width: 60% !important;
}
#product-list .list-group-item-action p{
   font-size: .8rem;
}
.cooking-oil-bg{
    background: url("../images/cooking-oil-bg.png");
}
.canola-oil-bg{
    background: url("../images/canola-oil-bg.png");
}
.sunflower-oil-bg{
    background: url("../images/sunflower-oil-bg.png");
}
.banaspati-oil-bg{
    background: url("../images/banaspati-bg.png");
}
.banaspati-oil-bg,
.sunflower-oil-bg,
.canola-oil-bg,
.cooking-oil-bg{
    height: 100vh;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
}
.product-title{
    color: var(--red);
    font-family: Atlas-Medium;
}
.product-description{
    color: var(--light-gray);
    font-family: Atlas-Thin;
    line-height: 2;
    text-align: justify;
    word-spacing: 5px;
}
/* blogs page start here  */

.blogs .news-event-card a {
    color: var(--light-gray);
    text-decoration: none;
}
.blogs .news-event-card img {
    max-height: 500px;
    object-fit: cover;
}
.blogs.news-event-body h5{
    font-family: Atlas-Black;
    font-size: 16px;
}
.blogs .news-event-body p {
    font-family: Atlas-Thin;
    font-size: 1.25rem;
    margin: 1.5rem 0rem;
}
.blogs{
    overflow: hidden;
    background-color: var(--gray);
}
.blogs  .slide-text{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.blogs  .slide-text h3{
    font-weight: bold;
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: -1rem;
}
.blogs .slide-text h3 span{
    font-weight: initial;
    color: var(--red);
    font-family:  Atlas-Thin;
}
.blogs .slide-text h3 span b{
    font-family:  Atlas-Regular;
}
.blogs .news-event-detail-text h2 {
    font-family: Atlas-Thin;
    font-size: 2.25rem;
    color: var(--black);
}
.blogs .news-event-detail-text h3,
.blogs .news-event-detail-text h5{
    color: var(--light-gray);
    font-family: Atlas-Medium;
}
.blogs .news-event-detail-text h3{
    font-family: Atlas-Regular;
    color: var(--black);
}
.blogs .news-event-detail-text p {
    font-family: Atlas-Thin;
    font-size: 1rem;
    color: var(--light-gray);
    margin-bottom: 1rem;
}
.blogs .top-banner .banner-image img {
    max-height: 550px !important;
    object-fit: cover;
    object-position: 0 0;
}
/* technology  */
.testimonials-left-box{
    background-color: var(--peach-light);
}
.perfect-center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.testimonials{
    text-align: center;
    padding: 5rem;
}
.testimonials p{
    color: var(--light-gray);
    font-family: Atlas-Thin;
    line-height: 2;
    font-size: 1.15rem;
    text-align: justify;
    word-spacing: 5px;
    margin-bottom: 6rem;
}
.testimonials span{
    color: var(--red);
    font-family: Atlas-Regular;
    font-size: 1.15rem;
    cursor: pointer;
}
.slide-row {
    background-color: #f0e3d6;
}
.technology {
    position: relative;
    text-align: center;
    color: var(--white);
}
.technology-centered {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.technology-centered h2{
    font-family: Atlas-Medium;
}
.technology-centered span {
    font-family: Atlas-Thin;
}
/* blogs page start here  */
.gallery .gallery-heading  h2 {
    font-family: Atlas-Thin;
    font-size: 3rem;
    color: var(--black);
}
.gallery .news-event-card a {
    color: var(--light-gray);
    text-decoration: none;
    font-family: Atlas-Thin;
}
.gallery .news-event-card:hover,
.gallery .news-event-card a:hover{
    background-color: var(--red);
    color: var(--white);
}
.gallery .news-event-card img {
    min-height: 400px;
    object-fit: cover;
}
.gallery .news-event-body h5{
    font-family: Atlas-Medium;
    font-size: 16px;
}
.gallery .news-event-body p {
    font-family: Atlas-Thin;
    font-size: 1.25rem;
    margin: 1.5rem 0rem;
}
.blogs .news-event-body h5{
    font-family: Atlas-Regular;
}
/* footer  */
.footer {
    overflow: hidden;
}
.footer .footer-section {
    margin-left: 3rem;
    color: var(--red);
}

.footer .footer-section p{
    font-family: Atlas-Thin;
    margin-top: 1rem;
}
.footer .footer-section .social-icons{
    margin-top: .5rem;
}
.footer .footer-section a{
    text-decoration: none;
    color: var(--red);
    font-size: 1.25rem;
    font-family: Atlas-Regular;
}
.footer h3 , .footer i {
    color: var(--red);
    font-family: Atlas-Regular;
}
.footer .products a
, .links a , .feedback a{
    color: var(--light-gray);
    text-decoration: none;
    font-family: Atlas-Thin;
    margin-top: 7px !important;
}
.footer .copyright {
    color: var(--red);
    font-family: Atlas-Thin;
}
.footer .footer-logo img {
    margin-top: 0;
}
/*Instagram Style*/
.eapps-widget-toolbar{
    display: none !important;
}
.eapps-instagram-feed-title{
    font-family: Atlas-Thin;
    font-size: 2.5rem !important;
    padding: 40px 10px !important;
}
.instagram-inner {
    overflow: hidden;
}
.instagram img {
    height: 90px;
    width: 90px;
    margin-top: 3rem;
}
.instagram h2 {
    font-family: Atlas-Regular;
    color: var(--light-gray);
}
#gallery .modal-content{
    box-shadow: none;
}
@media screen and (max-width: 992px){
    .slide-text h3 .home-slider .slide-text h3, .about-us-wrapper .slide-text h3, .slide-text h3, .technology-centered h2{
        font-size: 2rem !important;
    }
}
@media screen and (min-width: 768px) {
    .youtube-video iframe{
        height: 800px;
    }
    .btn-negative-margin{
        margin-top: -2.75rem;
    }
    .slide-text h3
    .home-slider .slide-text h3 ,
    .about-us-wrapper  .slide-text h3,
    .slide-text h3,
    .technology-centered h2{
        font-size: 5rem;
    }
    .about-slide-text h3{
        margin-top: -1rem;
    }
    .home-slider .item img{
        height: 100vh;
        object-fit: cover;
        object-position: 0 0;
    }
    .rabi-text-details{
        font-size: 2rem;
    }
    .product-title,
    .home-products .home-product-text h3,
    .home-products .blog-wrap h3{
        font-size: 2.5rem;

    }
    .home-products img{
        height: 400px;
    }
}
@media screen and (max-width: 768px) {
    .kitchen .kitchen-centered .explore {
        padding: 0.125rem 2.8rem;
    }
    .kitchen .kitchen-centered h2 {
        font-size: 1.75rem;
    }
    .kitchen .kitchen-centered img {
        height: 80px;
        width: 90px;
    }
    #product-list .fa-2x{
        font-size: 1rem;
    }
    #product-list p{
        font-size: .8rem;
    }
    .home-products .blog-wrap{
        position: absolute;
        color: var(--white);
        top: 50%;
        transform: translateY(-50%);
        padding-left: 2rem;
        font-family: Atlas-Regular;
    }

}
@media screen and (max-width: 576px){
    .banaspati-oil-bg,
    .sunflower-oil-bg,
    .canola-oil-bg,
    .cooking-oil-bg{
        background: transparent;
    }
    .ps-10{
        padding-left: 7rem;
    }
    .slide-text{
        top: 65%;
    }
    .banaspati-oil-bg, .sunflower-oil-bg, .canola-oil-bg, .cooking-oil-bg{
        height: auto;
        padding: 1rem 0;
    }
    .side-icons{
        right: 0px;
    }
    #product-list{
        width: 130px;
    }
}
/* Rabi Kitchen Home Page */
.top-main-banner img{
    width: 100% !important;
}
.instagram{
    overflow: hidden;
}
.kitchen-category-icon{
    margin-top: -130px;
    overflow: hidden;
    min-height: 55px;
}
.kitchen-category-icon img{
    height: 35px;
    overflow: hidden;
}
.kitchen-category-icon img:hover {
    transform: scale(1.5);
}
.input-section{
    z-index: 1;
    margin-top: 43px;
    display: flex;
    justify-content: center;
}
.banner-input{
    background: var(--red);
    width: 50%;
    height: 80px;
    border-radius: 40px;
    padding: 15px;

}
.banner-input input{
    background: var(--red);
    font-family: 'Atlas-Regular';
    color:#fff;
    border-width:0px;
    border:none;
    outline:none;
    height: 100%;
    border-radius: 50px;
    width: 100%;
    font-size: 25px;
    word-spacing: 5px
}
.banner-input img{
    height: 50px;
}
.banner-input input:focus{
    background: var(--red);
    color:#fff;
    box-shadow:0 0 0 0.25rem rgb(244 67 54 / 25%);
    font-size: 25px;
    font-family: 'Atlas-Regular';
    word-spacing: 5px
}
.banner-input input::-webkit-input-placeholder {
    color: rgb(255, 255, 255);
    padding-left:35px;
}
.body-section h1{
    color: var(--red);
    font-family: 'Atlas-Regular';
}
.long-arrow-show{
    display: inline;
}
.long-arrow-hide{
    display: none;
}
.short-arrow-show{
    display: inline;
    margin-left:22px;
}
.short-arrow-hide{
    display: none;
}
.body-section .left-side-menu .menu-heading{
    font-size: 20px;
    color: var(--light-gray);
    text-decoration: none;
    font-family: Atlas-Thin;
    margin-top: 7px !important;
}
.body-section .left-side-menu .active-menu-heading{
    font-size: 20px;
    color: var(--red);
    text-decoration: none;
    font-family: 'Atlas-Regular';
    margin-top: 7px !important;
}
.body-section .left-side-menu .menu-heading:hover{
    color: var(--red);
}
.recipes-sections .recipe-thumbnails {
    position: relative;
    padding-top: 62%;
    width: 100%;
}
.recipes-sections .recipe-card-hack {
    position: relative;
    padding-top: 62%;
    width: 100%;
}
.recipes-sections .recipe-card-hack img{
    height: 80%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: 0 0;
    border-radius: 20px;
}
.recipes-sections .recipe-card img{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: 0 0;
    border-radius: 20px;
}
.recipes-sections .cat_category{
    border: none;
    font-family: Atlas-Regular;
    font-size: 20px;
    cursor: pointer;
}
.recipe-card-hack p{
    font-family: 'Atlas-Regular';
    font-size: 17px;
    color: var(--light-gray);
}
.recipe-card p{
    font-family: 'Atlas-Regular';
    font-size: 17px;
    color: var(--light-gray);
}
.recipe-sub-section p {
    font-family: Atlas-Thin;
    font-size: 13px;
    color: var(--light-gray);
}
.video-card img{
    height:300px;
    width: 100%;
}
.video-card p{
    font-family: 'Atlas-Regular';
    font-size: 18px;
    color: var(--light-gray);
}
.video-section button{
    font-family: 'Atlas-Regular';
    color: var(--light-gray);
    border: 1px solid;
    border-color:var(--light-gray);
    border-radius: 30px;
    height: 65px;
    width: 125px;
    background: #fff;
    font-size: 25px;
}
.our-recipe-card img{
    height: 365px;
}
@media only screen and (max-width: 1450px){
    .banner-input{
        width: 70%;
    }
}
@media only screen and (max-width: 990px){
    .banner-input{
        width: 95%;
    }
}
@media only screen and (max-width: 775px){
    .banner-input{
        width:92%;
    }
    .banner-input{
        height: 65px;
        padding: 5px;
    }
    .banner-input input{
        font-size: 18px;
    }
    .input-section{
        margin-top: 15px;
    }
}
@media only screen and (max-width: 560px){
    .banner-input input{
        font-size: 18px;
    }
    .kitchen-category-icon{
        margin-top:-55px;
    }
    .kitchen-category-icon img{
        height: 25px;
        overflow: hidden;
        margin-right: 5px;
    }
    .input-section{
        margin-top: -10px;
    }
    .banner-input{
        height: 43px;
        padding: 0px;
    }
    .banner-input img{
        height: 35px;
        margin-top: 5px;
    }
    .banner-input input:focus{
        font-size: 15px;
    }
}
/* Recipes Detail */
.recipe-detail-card{
    height: 320px;
    text-align: center;
    overflow: hidden;
    border-radius: 20px;
}
.recipe-detail-card img{
    object-fit: cover;
    border-radius: 20px;
}
.recipe-detail-descriptions p{
    font-size: 18px;
    color: var(--light-gray);
    text-decoration: none;
    font-family: Atlas-Thin;
    margin-top: 7px !important;
    text-align: justify;
    word-spacing: 4px;
    line-height: 35px;
    word-wrap: break-word;
}
.recipe-detail-descriptions h1{
    word-wrap: break-word;
}
.recipe-detail-descriptions h5{
    font-family: 'Atlas-Regular';
}
.recipe-detail-steps h5{
    color: var(--red);
    font-family: 'Atlas-Regular';
    position: relative;
}
.recipe-detail-steps h5::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0.5em;
    border-top: 2px solid #dee2e6;
    z-index: -1;
}
.recipe-detail-steps p{
    font-size: 18px;
    color: var(--light-gray);
    text-decoration: none;
    font-family: Atlas-Thin;
    margin-top: 7px !important;
    text-align: justify;
    word-spacing: 4px;
    line-height: 35px;
}
.recipe-detail-related img{
    object-fit: cover;
    height: 250px;
    width: 100%;
}
.recipe-detail-related .cat_btn button{
    width: 100%;
    height: 45px;
    background: #b3b1b1;
    border-radius: 15px;
    color: #606060;
    font-family: 'Atlas-Regular';
    font-size: 15px;
    padding: 15px;
}
@media only screen and (max-width: 991px){
    .recipe-order-1{
        order: -1;
    }
}
@media only screen and (max-width: 415px){
    .recipe-detail-descriptions h5{
        font-size: 15px;
    }
    .recipe-detail-descriptions img{
        height: 35px;
    }
    .recipe-detail-descriptions p{
        font-size: 12px;
    }
}
@media only screen and (max-width: 754px){
    .recipe-detail-descriptions .last-child{
        border-right: 1px solid #000;
    }
}

/* Life Hacks Detail */
.hack-sub-section .title{
    color: #000;
    font-family: 'Atlas-Regular';
    font-size:20px;
}
.hack-sub-section .post_by{
    font-family: 'Atlas-Regular';
    font-size: 13px;
}
.hack-thumbnail {
    position: relative;
    padding-top: 62%;
    /* overflow: hidden; */
    width: 100%;
}

.hack-sections .recipe-card img{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: 0 0;
    border-radius: 20px;
}
.hack-sections .hack-search .hack-search-input{
    width: 300px;
    height: 50px;
}
.search-icon{
    margin-top:8px;
    width: 35px !important;
    height: 35px !important;
}
.hack-sections .hack-search  input::-webkit-input-placeholder {
    color: var(--light-gray);
    padding-left:10px;
    font-family: 'Atlas-Regular';
    font-size: 18px;
}
@media only screen and (max-width: 424px){
.hack-sections .hack-search .hack-search-input{
    width: 100%;
}
}
/* Video Section */
.video-section .video-card{
    cursor: pointer;
}
/* Bmi Calculater */
.bmi-sections p {
    font-family: Atlas-Thin;
}
.bmi-sections .bmi-background{
    background: var(--red);
    height: 262px;
    margin-top: 72px;
    margin-bottom: 100px;
}
.bmi-sections .bmi-background .bmi-input{
    background: var(--gray);
    height: 400px;
    margin-top: -68px;
}
.bmi-background p {
    font-size:25px;
    font-family: Atlas-Thin;
    margin: 0px;
}

input[type="range"]{
width: 100%;
height: 3.5px;
-webkit-appearance: none;
appearance: none;
background-color: #dcdcdc;
border-radius: 3px;
outline: none;
cursor: pointer;
}
input[type="range"]::-webkit-slider-thumb{
-webkit-appearance: none;
appearance: none;
height: 15px;
width: 15px;
background-color: var(--red);
border-radius: 50%;
cursor: pointer;
}
@media only screen and (max-width: 767px){
.bmi-sections .bmi-background .bmi-input{
    margin-top: 0px;
    height: 350px;
}
.bmi-sections .bmi-background{
    margin-bottom: 250px;

}
.bmi-background p {
    font-size:15px;
    font-family: Atlas-Thin;
    margin: 0px;
}
}
/* Pagination */
.pagination .page-item.active .page-link {
    background-color: #ee1d25 !important;
    color: #fff !important;
}
.pagination .page-item .page-link {
        margin: 0 3px;
        font-size: 1.2rem !important;
 }
.pagination{
    margin-top: 50px !important;
 }
 @media only screen and (max-width:1625px){
    .slide-text h3 .home-slider .slide-text h3, .about-us-wrapper .slide-text h3, .slide-text h3, .technology-centered h2{
        font-size: 4rem;
    }
}
@media only screen and (max-width:850px){
    #product-list{
        display: none !important;
    }
    .product-detail{
       padding: 0 !important;
    }
    .blogs .slide-text h3{
        margin-top: 1rem;
    }
}
.footTocm{
    font-size: 14px;
    color: var(--red) !important;
}
@media screen and (max-width: 400px){
    .side-icons {
        display: none;
    }
}
.blog-side-buttons,
.blog-social-icons {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
}

.blog-side-buttons {
    right: 0;
}

.blog-social-icons {
    left: 0;
}

.hero-newsLetter-btn,
.hero-apply-btn,
.hero-meritList-btn {
    position: relative;
    display: block;
    color:white;
    background: #850E12;
    color: white;
    writing-mode: sideways-lr;
    text-orientation: mixed;
    font-weight: 700;
    font-size: 12px;
    border-radius: 12px 0px 0px 12px;
    z-index: 1000;
    padding: 12px 6px;
}
.hero-newsLetter-btn{
    margin-bottom: 15px;
}
.hero-apply-btn{
    margin-bottom: 15px;
}

.hero-newsLetter-btn:hover,
.hero-apply-btn:hover,
.hero-meritList-btn:hover {
    background: #a3181c; /* lighter / dim version of #850E12 */
    color: #fff;
}

.hero-fb-icon,
.hero-link-icon,
.hero-insta-icon,
.hero-yt-icon {
    position: relative;
    display: block;
    margin-bottom: 8px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    text-align: center;
    line-height: 47px;
    background: #F70000;
}

.hero-fb-icon{
    background: #3b5998;
}
.hero-link-icon{
    background: #1da1f2;
}
.hero-insta-icon{
    background: #EB1CC4;
}
.hero-x-icon{
    background:#7e6464;
}


.hero-fb-icon,
.hero-link-icon,
.hero-insta-icon,
.hero-yt-icon,
.hero-x-icon  {
    position: relative;
    display: block;
    margin-bottom: 8px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    text-align: center;
    line-height: 47px;
    background: #F70000;
}

.hero-fb-icon{
    background: #3b5998;
}

@media (min-width: 768px) and (max-width: 1024px) {


    .hero-fb-icon,
    .hero-link-icon,
    .hero-insta-icon,
    .hero-yt-icon,
    .hero-x-icon{
        width: 40px;
        height: 40px;
        line-height: 38px;
        border-radius: 40px;
    }

    .hero-x-icon img,
    .hero-fb-icon img,
    .hero-link-icon img,
    .hero-insta-icon img,
    .hero-yt-icon img {
        width: 18px;
        height: auto;
    }
}


.hero-fb-icon{ background:#3b5998; }
.hero-link-icon{ background:#0077b5; }
.hero-insta-icon{ background:#E4405F; }
.hero-yt-icon{ background:#FF0000; }
.hero-x-icon{ background:#7e6464; }

@media (min-width: 992px) {
    .sidebar-offset {
        margin-top: 50%;
    }
}
.banner-blog-p{
    font-size: 80px;
    margin-left: 200px
}
@media screen and (max-width: 767px) {
    .banner-blog-p {
        font-size: 43px;
        margin-left: 50px;
    }
}
