:root{
    --font-primary: "Roboto", serif;
    --font-secondary: "Roboto", serif;
    --font-alt: "Roboto", serif;
}
.rbt-header .mainmenu-nav .mainmenu {
    justify-content: flex-start;
}
.menu-main .header-left .logo{
    margin-right: 30px;
}
.btn-sleep-quiz{
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    /* width: 150px; */
    height: 36px;
    background: #df1f00;
    border-radius: 18px;
    margin-left: 10px;
    border: 2px solid #df1f00;
    text-decoration: none !important;
    padding: 0 26px;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease-in-out;
    outline: none;
    letter-spacing: 0.5px;
}
.btn-sleep-quiz:hover{
    background: white;
    color: black;
}
.btn-sleep-quiz-lg{
    font-weight: 700;
    font-size: 19px;
    line-height: 55px;
    text-align: center;
    color: #ffffff;
    /* width: 150px; */
    height: 59px;
    background: #df1f00;
    border-radius: 40px;
    margin-left: 10px;
    border: 2px solid #df1f00;
    text-decoration: none !important;
    padding: 0px 50px;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease-in-out;
    outline: none;
    letter-spacing: 0.5px;
}
.btn-sleep-quiz-lg:hover{
    background: white;
    color: black;
}

.btn-sleep-quiz-lg.btn-light{
    background: white;
    border-radius: 40px;
    color:black;
}
.btn-sleep-quiz-lg.btn-light:hover{
    background: #df1f00;
    color:white;
}
.btn-sleep-quiz-md{
    font-weight: 700;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #2F4571;
    height: 44px;
    background: #29E8B2;
    border-radius: 40px;
    margin-left: 10px;
    border: 2px solid #29E8B2;
    text-decoration: none !important;
    padding: 0px 20px;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease-in-out;
    outline: none;
    letter-spacing: 0.5px;
}
.btn-sleep-quiz-md:hover{
    background: white;
    color: black;
}
.btn-sleep-quiz-md.btn-light{
    background: transparent;
    border-radius: 40px;
    color:white;
}
/* .social-default li a {
    width: 30px;
    background-color: var(--color-gray-light);
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    transition: 0.3s;
    color: var(--color-body);
    z-index: 2;
    position: relative;
}
.social-default li a i {
    font-size: 16px;
    color: #748EC3;
} */
.btn-sleep-quiz-md.btn-light:hover{
    background: #29E8B2;
}
.section-title .title{
    color: #444850;
}

.line-header{
    width: 2px;
    height: 45px;
    background: #4D6085;
    border-radius: 1px;
    margin-left: 30px;
}
.header-info .rbt-search-field{
    margin-left: 20px;
    height: 40px;
}
.header-info .rbt-search-field .search-field input{
    padding-right: 0px;
}
.rbt-header .mainmenu-nav .mainmenu > li > a {
    text-transform:none;
    font-size: 16px;
}
.rbt-header .rbt-header-wrapper.color-white-variation .mainmenu-nav .mainmenu > li > a:hover{
    background-color: #f2f5fc;
    color: #1a1b1f;
}
.rbt-header .mainmenu-nav .mainmenu li:last-child a{
    padding-right: 10px;
}
.rbt-header .mainmenu-nav .mainmenu li:first-child a {
    padding-left: 10px;
}
.rbt-header .mainmenu-nav .mainmenu li.has-dropdown .submenu {
    background-color: #f2f5fc;
}
.rbt-banner-5 .inner.text-start .title {
    font-size: 72px;
    line-height: 1;
}
.rbt-banner-5 .inner.text-start .description {
    padding: 0;
    max-width: 45%;
}
.rbt-background-1 .section-title{
    padding: 20px;
}
.bg-neutral-light{
    border: 3px solid white;
    margin-top: 20px;
}

/* .rbt-section-gap.rbt-background-1:before {
    content: "";
    border-radius: 48px 480px 48px 48px;
    background: #eefdf9 !important;
    height: 97%;
    width: 94%;
    position: absolute;
    left: 15px;
    right: 0;
    z-index: -1;
} */
.rbt-card-layout{
    background: transparent;
}
.rbt-card-layout .rbt-card-body .rbt-card-title{
    font-size: 31px;
    margin-top: 15px;
    color: #2f4571;
}
.rbt-card-layout .rbt-card-body .rbt-card-title a {
    position: relative;
  }
  .rbt-card-layout .rbt-card-body .rbt-card-title a:hover {
    text-decoration: underline;
  }

.rbt-card-layout .rbt-card-body .description p{
    font-size: 18px;
}
.rbt-card-layout .rbt-card-img img{
    border-radius: 14px;
}
.rbt-course-area .rbt-card-body .category-name{
    font-size: 16px;
    margin-top: 20px;
    
}
.rbt-course-area .rbt-card-body .category-name a{
    color: #444850;
    font-weight: 500;
}
.rbt-course-area .rbt-card-body .category-name a:hover{
    text-decoration: underline;
}
.rbt-about-area .content .description p{
    font-size: 24px;
    font-weight: 400;
}
h2.title-about{
    font-size: 42px;
    color: #2f4571;
}
.rbt-card{
    background: transparent;
}
.rbt-list-text h3 {
    font-size: 25px;
    line-height: 30px;
    color: #2f4571;
}
.rbt-list-text h3 a:hover{
    text-decoration: underline;
}
.rbt-row-list{
border-bottom: 1px solid #E5E5E5;
padding-top: 12px;
}
.section-title .description-title p{
    font-size: 18px;
    font-weight: 400;
}
.popular-sleep .bg-neutral-light{
    border: 3px solid #dfe5f2
}
.copyright-area{
    background: white;
}
.copyright-style-1 .copyright-link li a {
    color: var(--color-body);
    font-size: 14px;
}
.copyright-style-1 p{
    color: var(--color-body);
}
svg:not(:root) {
    overflow: hidden;
    width: 46px;
}
blockquote{
    border-left: 5px solid #29e8b2;
}
.footer-style-1 .ft-title {
    text-transform: capitalize;
    font-size: 22px;
}
.description-about-footer p{
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
}
.article-description p{
    font-size: 18px;
    margin-bottom: 0.8rem;
    color: #1a1b1f;
    font-weight: 400;
    line-height: 29px;
}
.title-blog-related{
    line-height: 20px;
    font-size: 15px;
}
.title-blog-related a{
    color: black;
}
.title-blog-related a:hover{
    color: #c1954b;
}
.blog-news .block-content h1.title{
    /* font-size: 30px */
    color:#2f4571
}
.blog-news .block-content h2{
    color:#2f4571
}
.blog-news .block-content h3{
    color:#2f4571
}
.blog-news .block-content h4{
    color:#2f4571
}
.page-list li i{
    top:0px
}
.rbt-category-menu-wrapper .category-dropdown-menu{
    width: 100%;
    margin: 0 auto;
    border-radius: 0px 0px 60px 60px;
}
.rbt-category-menu-wrapper .category-dropdown-menu .category-menu-item .rbt-vertical-nav-list-wrapper li a {
    font-weight: 700;
    padding: 10px 20px;
    font-size: 17px;
    display: block;
    color: #1a1b1f;
    border-radius: 0px;
    mar
}
.rbt-category-menu-wrapper .category-dropdown-menu .category-menu-item .rbt-vertical-nav-list-wrapper li:hover a, .rbt-category-menu-wrapper .category-dropdown-menu .category-menu-item .rbt-vertical-nav-list-wrapper li.active a{
    background-color: #ffffff;
    border-radius: 10px 10px 0px 0px;
}
.rbt-category-menu-wrapper .category-dropdown-menu .category-menu-item {
    display: flex;
    padding: 0px;
    background: #f2f5fc;
}
.rbt-vertical-single{
    padding: 20px 30px;

}
.rbt-vertical-single .vartical-nav-content-menu ul.rbt-vertical-nav-list-wrapper{
    padding-left: 0px;
}
.rbt-short-title {
    border-bottom: none;
    color: #6e7480;
    font-weight: 400;
    padding-top: 10px;
}
.rbt-vertical-single .vartical-nav-content-menu ul.rbt-vertical-nav-list-wrapper li{
    margin-top: 10px;
    margin-bottom: 10px;
}
.bg_image.bg_image--19{
    margin: 20px 10px;
    border-radius: 22px;
}
.height-image-layout-2{
    width: 100%;
    height: 259px;
    object-fit: cover;
}
.popular-sleep .rbt-card-layout .rbt-card-img::after{
    content: "";
    display: block;
    z-index: 1;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(47, 69, 113, .7);
    border-radius: 14px;
}
.popular-sleep .rbt-card-layout .rbt-card-img{
    position: relative;
    overflow: hidden;
}
.popular-sleep .rbt-card-layout{
    overflow: hidden;
}
.popular-sleep .rbt-card-layout .rbt-card-body .rbt-card-title{
    font-size: 25px
}
.popular-sleep .rbt-card-layout .rbt-card-body .category-name{
    font-size: 20px
}
.rbt-badge-1{
position: absolute;
    bottom: 35%;
    left: 38%;
    height: 60px;
    width: 60px;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 3;
    background: transparent !important;
}
.rbt-card-layout .rbt-card-body .category-name a.category-popular-1{
    color: #3077be;
}
.rbt-card-layout .rbt-card-body .category-name a.category-popular-2{
    color: #1f8568;
}
.rbt-card-layout .rbt-card-body .category-name a.category-popular-3{
    color: #CDA800;
}
.rbt-card-layout .rbt-card-body .category-name a.category-popular-4{
    color: #4ca9ee;
}
.rbt-card-layout .rbt-card-body .category-name a.category-popular-5{
    color: #48fcc9;
}
.img-popular{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.rbt-card-layout .rbt-card-body .rbt-card-title{
    height: 80px;
}
h2, .h2 {
    font-size: 34px;
}
.rbt-header .mainmenu-nav .mainmenu li.with-megamenu:hover{
    background-color: #f2f5fc;
}
.layout-popular-mobile .rbt-card-layout{
    display: flex;
}
.layout-popular-mobile .rbt-card-layout .rbt-card-img{
    width: 40%;
}
.layout-popular-mobile .rbt-card-layout .rbt-card-body{
    width: 60%;
    margin-left: 10px;
}
.layout-popular-mobile .rbt-card-layout .rbt-card-img .img-popular{
    width: 100%;
    height: 100px;
    object-fit: cover;
}
.blog-news .rbt-card-body .category-name {
    font-size: 16px;
    margin-top: 20px;
}
.rbt-row-list .content-list-card{
    width: 60%;
}
.rbt-row-list .image-list-card{
    width: 40%;
}
.section-news-related .image-list-card .img-related{
    height: 100px;
    width: 100%;
    object-fit: cover;
    border-radius: 13px;
}
.section-news-related .rbt-list-text h3 {
    font-size: 19px;
    line-height: 22px;
    color: #2f4571;
}
.section-news-related .rbt-row-list{
    border-bottom:none;
    margin-bottom: 25px;
}
.section-news-related .title-related{
    font-size: 30px;
    color: #2f4571;
    font-weight: 600;
}

.bg-blue{
    background: #f2f9ff;
}
.bg-green{
    background: #eefdf9;
}
.bg-lighter{
    background: #FFF9E1;
}

.background-color.bg-border.style-1 {
    border-radius: 48px 48px 480px 48px;
    padding-bottom: 100px;
}
.background-color.bg-border.style-2 {
    border-radius: 48px 480px 48px 48px;
    padding-bottom: 80px;
}
.background-color.bg-border.style-3 {
    border-radius: 48px 48px 48px 480px;
    padding-bottom: 80px;
    left: 27px;
    width: calc(100% - 27px);
}
.background-color.bg-border.style-4 {
    border-radius: 48px 280px 48px 48px;
    width: 100%;
    padding-bottom: 50px;
    margin-top: 50px;
}
.rbt-header .mainmenu-nav .mainmenu li a.active{
    color: #2f4571;
}
.rbt-search-dropdown.active {
    position: fixed;
    top: 57px;
    border-top: none;
}
.category-title h1{
    font-size: 45px;
    color: #2f4571;
}
.category-title p{
    font-size: 30px;
    color:#2f4571;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .rbt-banner-5 .inner.text-start .title {
        max-width: 70%;
    }
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}
@media (min-width: 992px) {
    .border-lg-right {
        border-right: 1px solid #dfe5f2;
    }
    .col-lg-5h {
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (max-width: 767px) {
    .mainmenu-nav .mainmenu{
        display: block;
    }
    .rbt-section-gap {
        padding: 40px 0;
    }
    .rbt-card-layout .rbt-card-body .rbt-card-title{
        height: auto;
    }
    .rbt-card-layout{
        margin-bottom: 20px;
    }
    .popular-sleep .rbt-card-layout .rbt-card-img::after {
        height: 100px;
    }
    .rbt-badge-1 {
        bottom: 26%;
        left: 35%;
        height: 50px;
        width: 50px;
    }
    .popular-sleep .rbt-card-layout .rbt-card-body .rbt-card-title {
        font-size: 15px;
        margin-top: 5px;
    }
    .popular-sleep .rbt-card-layout .rbt-card-body .category-name {
        font-size: 16px;
        line-height: 20px;
        margin-top: 5px;
    }
    .blog-news .block-content h1.title {
        font-size: 26px;
        color: #2f4571;
    }
    .copyright-style-1 p{
        margin-top:20px
    }
    .rbt-newsletter-area .newsletter-form-1{
        margin-top: 20px;
    }
    .text-mobile-center{
        text-align:center;
    }
    .pl--30{
        padding-left:0px !important;
    }
}
@media (min-width: 1200px) {
    .col-xl-5h {
        flex: 0 0 20%;
        max-width: 20%;
    }
}
