/*
Theme Name: Reliance Health Theme
Theme URI: http://getreliancehealth.com/
Author: BGCS Team
Author URI: http://getreliancehealth.com/
Description: Reliance Health Theme by Reliance Health
Version: 3.6.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Header, Footer, Components
Text Domain: reliancehealth
Requires PHP:      8.0
Requires at least: 5.8

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/***************** layout **********************/

@font-face {
    font-family: 'InterstateCompressedBold';
    src: url('assets/fonts/interstateBold.woff') format('woff');
    src: url('assets/fonts/interstateBold.ttf') format('truetype');
}
@font-face {
    font-family: 'DINArabicCondBold.';
    src: url('assets/fonts/DINArabicCondBold.otf') format('opentype');
}

.font-interstate-compressed {
    font-family: 'InterstateCompressedBold', sans-serif; /* Use the unique name you specified in @font-face */
}
.font-interstate-compressed-arabic {
    font-family: 'DINArabicCondBold', sans-serif; /* Use the unique name you specified in @font-face */
}
html{
    scroll-behavior: smooth;
    font-size: 16px;
}
/* button variants */
.primary-btn {
    display: flex;
    padding: 24px 36px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    width:fit-content;
    color:#FFFFFF;
    cursor: pointer;
    background-color: #F27754;
    font-weight: 600;
    font-size: 21px;
    border-radius: 48px;
    transition: gap 0.4s ease-in-out;
}

.md-btn {
    padding: 16px 36px;
    font-size: 16px;
    gap:8px;
}

.sm-btn {
    padding: 16px 20px;
    font-size: 16px;
    gap:8px;
}

.primary-btn:hover{
    gap: 28px;
}



.secondary-btn{
    cursor: pointer;
    display: flex;
    padding: 24px 36px;
    justify-content: center;
    align-items: center;
    border:1px solid #F27754;
    gap: 8px;
    width:fit-content;
    color:#F27754;
    background-color: transparent;
    border-radius: 48px;
    transition: gap 0.4s ease-in-out;
}
.secondary-btn:hover{
    gap:24px;
}

.tertiary-btn{
    cursor: pointer;
    display: flex;
    padding: 24px 36px;
    justify-content: center;
    align-items: center;
    border:1px solid #F2D170;
    gap: 8px;
    width:fit-content;
    color:black;
    background-color: #F2D170;
    border-radius: 48px;
    transition: gap 0.4s ease-in-out;
}
.tertiary-btn:hover{
    gap:24px;
}

.primary-btnlink{
    display: flex;
    padding: 0;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width:fit-content;
    color:#F27754;
    font-weight: 600;
    background-color: transparent;
    transition: gap 0.4s ease-in-out;
    cursor: pointer;
}
.primary-btnlink:hover{
    gap:24px;
}
.secondary-btnlink{
    display: flex;
    padding: 0;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width:fit-content;
    color:#F2D170;
    font-weight: 600;
    background-color: transparent;
    transition: gap 0.4s ease-in-out;
    cursor: pointer;
}
.secondary-btnlink:hover{
    gap:24px;
}

.icon-btn{
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border:1px solid #F27754;
    gap: 8px;
    width: 64px;
    height: 64px;
    background-color: transparent;
    border-radius: 48px;
    transition: padding-left 0.4s ease-in-out;
}
.icon-btn:hover{
    padding-left:16px;
}

@media screen and (max-width:480px) {

    .primary-btn{
        padding: 16px 24px;
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
    }

    .secondary-btn{
        padding: 16px 24px;
        max-width: 176px;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
    }
    .primary-btnlink{
        font-weight: 500;
    }
    .secondary-btnlink{
        font-weight: 500;
    }
    .tertiary-btn{
        padding: 16px 24px;
        font-size: 16px;
        font-weight: 500;
    }
}

@media (min-width: 1200px) and (max-width: 1260px) {
    .primary-btn-nav-cta{
        padding: 12px 18px;
        font-size: 18px;
        gap: 10px; 
    }
}

/*navbar */
header.search-open{
    background-color: #FFFFFF !important;
}
.dark-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
    display: none;
}
.navbar-collapse {
    visibility: visible !important;
}
.navbar {
    height: 100%;
    display: flex;
    align-items: center;
}
.navbar-nav {
    display: flex;
    align-items: center;
}
.sub-menu {
    display: none;
}
.navbar-nav > .nav-item {
    margin: 0 12px;
}
.navbar-toggler {
    display: none;
}
.navbar-nav > .menu-item-has-children.nav-item {
    margin-top: -10px;
}
.navbar-nav > .menu-item-has-children.nav-item:hover {
    margin-top: -10px;
}
.navbar-nav .menu-item-has-children.nav-item a {
    line-height: 29px;
    height: 29px;
    display: block;
}
.navbar-search{
    cursor: pointer;
}
.search-close{
    cursor: pointer;
}

/* Show sub-menu on hover */
.navbar-nav .menu-item-has-children:hover > .sub-menu {
    display:  block;
}
/* Add caret down to main menu items with children */
.navbar-nav .menu-item-has-children > a::after {
    content: '\2304'; /* Unicode for the caret down character */
    font-size: 24px;
    margin-left: 5px; /* Adjust spacing as needed */
    vertical-align: text-bottom;
    line-height: normal;
}
/* Style adjustments for better visibility */
.sub-menu {
    display: none;
    position: absolute;
    color: #55646e;
    top: 100%;
    left: 0;
    z-index: 1000; /* Ensure the sub-menu appears above other elements */
}
@media all and (min-width:700px){
    .sub-menu {
        background: white;
        min-width: 100px;
        padding: 10px 10px;
        box-shadow: 1px 2px 5px #757575;
        border-radius: 10px;
        border:1px solid #ccc;
        color:black !important;
    }
    .sub-menu li a{
        color:black !important;
    }
    .sub-menu li:hover a{
        color:#0a4063 !important;
    }
}
.sub-menu .menu-item-has-children:hover > .sub-menu {
    position: relative;
}
.navbar-nav > .nav-item {
    position: relative; /* Ensure proper positioning of sub-menu */
}
.nav-item {
    font-weight: 600;
    position: relative;
}
/* Adjusted styling for better visibility */
.navbar-nav > .nav-item {
    box-sizing: border-box;
    padding:16px 0;
    margin: 0 12px;
    cursor: pointer; /* Add pointer cursor for clickable items */
}
.navbar-nav > .nav-item:hover {
    margin: 0 12px;
    padding-top: 18px;
    border-bottom: 2px solid #F27754;
    cursor: pointer; /* Add pointer cursor for clickable items */
}
.navbar-nav > .nav-item.menu-item-has-children:hover {
    border-bottom:0;
    padding-top:16px;
}
.pro-mainNavArea {
    background: none !important;
    box-shadow: none !important;
}
.pro-menu {
    white-space: nowrap;
}
.sub-menu li {
    margin: 12px 0;
}
.sub-menu .sub-menu li {
    margin-left: 12px;
}
@media only screen and (max-width: 1024px) {
    .navbar-nav {
        display: block;
    }
    .navbar-nav > .nav-item {
        margin: 28px 20px;
    }
    .sub-menu {
        position: relative;
    }
    .navbar-nav > .menu-item-has-children.nav-item {
        margin-top: -7px;
    }
}

#blog-category-tabs > .nav-item{
    margin:0;
}
#blog-category-tabs > .menu-item {
    cursor: pointer;
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    border:1px solid #F27754;
    width: auto;
    color:#000000;
    font-weight: 500;
    font-size: 21px;
    background-color: transparent;
    border-radius: 36px;
    transition: background-color 0.4s ease-in-out;
}

#blog-category-tabs > .menu-item:hover{
    background-color: #F27754;
    color:#FFFFFF;

}

.scrollbar-hide::-webkit-scrollbar {
    display: none;
}

#blog-category-tabs > .current-menu-item{
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    /* max-width: 305px; */
    color:#FFFFFF;
    background-color: #F27754;
    font-weight: 500;
    font-size: 21px;
    border-radius: 36px;
}

@media screen and (max-width:1440px) {
    #blog-category-tabs > .menu-item{
        padding: 8px 12px;
        font-weight: 400;
        font-size: 16px;

    }
    #blog-category-tabs > .current-menu-item{
        padding: 8px 12px;
        font-weight: 400;
        font-size: 16px;
    }
}

/* SINGLE BLOG POST CSS */
.single-blog-post img {
    border-radius: 36px;
}

#pagination-wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 0;
}

#pagination-wrapper > .prev {
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    border:1px solid #F27754;
    gap: 8px;
    max-width: 305px;
    color:#F27754;
    background-color: transparent;
    border-radius: 48px;
    transition: gap 0.4s ease-in-out;
    margin-right: auto;
}
#pagination-wrapper > .prev:hover{
    gap:24px;
}
#pagination-wrapper > .next {
    margin-left: auto;
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    border:1px solid #F27754;
    gap: 8px;
    max-width: 305px;
    color:#F27754;
    background-color: transparent;
    border-radius: 48px;
    transition: gap 0.4s ease-in-out;
}
#pagination-wrapper > .next:hover{
    gap:24px;
}
#pagination-wrapper > .page-numbers{
    font-weight: 500;
}
#pagination-wrapper > .current {
    background-color: #F27754;
    color: #ffffff;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}


@media screen and (max-width:480px) {
    #pagination-wrapper > .prev {
        padding: 8px 16px;
    }
    #pagination-wrapper > .next {
        padding: 8px 16px;
    }
}


/* Single Blog Article Styling */
.single-blog-post figcaption,
.single-blog-post blockquote {
    font-size: 14px;
    border-left: 2px solid #000;
    padding-left: 10px;
    margin-top: 10px;
    font-style: italic;
}
.single-blog-post h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
    margin: 10px 0;
}

.single-blog-post p {
    line-height: 31px;
    font-weight: 400;
    margin-bottom: 10px;
}
.single-blog-post img.aligncenter {
    clear: both;
    text-align: center;
    margin: auto;
}
/********* General Purposes Block Styling (Single.php & Blank Section) ********/
.styledGeneralPurposesBlock p{
    margin:10px 0;
}
.styledGeneralPurposesBlock h1,
.styledGeneralPurposesBlock h2,
.styledGeneralPurposesBlock h3,
.styledGeneralPurposesBlock h4,
.styledGeneralPurposesBlock h5,
.styledGeneralPurposesBlock h6
{
    font-weight: bold;
    font-size:xxx-large;
    margin-top: 40px;
    margin-bottom:10px;
}
.styledGeneralPurposesBlock h2
{
    font-size:x-large;
}
.styledGeneralPurposesBlock h3
{
    font-size:x-large;
}
.styledGeneralPurposesBlock h4,
.styledGeneralPurposesBlock h5,
.styledGeneralPurposesBlock h6
{
    font-size:large;
}
.styledGeneralPurposesBlock a{
    color:#0a4063;
}
.styledGeneralPurposesBlock ol {
    list-style: auto inside;
}
.styledGeneralPurposesBlock ul {
    list-style: disc inside;
}
/****** Comments *****/
.commentForm textarea, .commentForm input[type="text"]{
    border: 1px solid #d4d4d4 !important;
    width: 100%;
    padding:10px 20px 10px 30px;
    margin:10px 0;
    border-radius:50px;
}
.commentForm textarea{
    padding:25px 20px 10px 30px;
}
.commentForm .comment-form-cookies-consent{
    margin-top:20px;
}
.commentForm .commentFormSubmitBtn{
    margin:20px 0;
    background-color: #F27754;
}
/****** Breadcrumbs *****/
#breadcrumbs span{
    color: #F27754;
    padding:0 10px;
}
#breadcrumbs span:first-child{
    padding-left: 0;
}
#breadcrumbs a{
    color: #000;
}
#breadcrumbs .breadcrumb_last{
    color: #8f8f8f;
}

/* Blog Article Image Ends*/
.single-blog-post blockquote {
    font-style: italic;
}


/* CAROUSEL STYLES */
/* Carousel Layout General */
.carousel-layout-general .slider-body-text ul {
    list-style: none;
    padding: 0;
}

.carousel-layout-general .slider-body-text li::before {
    content: '';
    width: 25px;
    height: 25px;
    background-image: url('assets/images/check-circled-green.svg');
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-layout-general .slider-body-text li.before-left::before {
    left: 0;
}
.carousel-layout-general .slider-body-text li.before-right::before {
    right: 0;
}


/* RTL */
.splide__arrows--rtl .splide__arrow--prev{
    left: 0 !important;
    right: 0 !important;
    order: 1;
}

.splide__arrows--rtl .splide__arrow--next {
    left: 0 !important;
    right: 0 !important;
}
/* RTL ends */

.carousel-layout-general .splide__arrow{
    cursor: pointer;
    border:1px solid #F27754;
    width: 64px;
    height: 64px;
    background-color: transparent;
    border-radius: 48px;
}
.carousel-layout-general .splide__pagination__page{
    background: #E2E2E5;
}
.carousel-layout-general .splide__pagination__page.is-active{
    background: #F27754;
}
/* Carousel Layout general ends */

/* Carousel Layout 1 */
.carousel-layout-1 .slider-text-wrapper{
    opacity: 0;
    transition: opacity 0.3s;
}
.carousel-layout-1 .splide__slide.is-visible .slider-text-wrapper{
    opacity: 1;
}
/* Carousel Layout 1 ends */


/* Carousel Layout 2 */
.carousel-layout-2 .wrapper-container{
    background-image: url('assets/images/reliance-icon-blue-300.svg');
    background-repeat: no-repeat;
    background-position: right;
}
.carousel-layout-2 .slide-bottom-section{
    position: absolute;
    bottom: 20px;
}
/* Carousel Layout 2 ends */

/* Carousel Layout 3 */
.carousel-layout-3 .navigation-control{
    position: absolute;
    top: -130px;
}

.carousel-layout-3 .navigation-control.right{
    right: 50px;
}

.carousel-layout-3 .navigation-control.left{
    left: 50px;
}

.carousel-section .line-wrapper{
    background-image: url('assets/images/dotted-line-orange.svg');
    background-repeat: repeat-x;
    background-position: center;
    margin-bottom: -32px;
}
/* Carousel Layout 3 ends */


/* Carousel Layout 4 */
.carousel-layout-4 .splide__arrow{
    border:1px solid #F2D170;
}
.carousel-layout-4 .splide__pagination__page.is-active{
    background: #F2D170;
}
/* Carousel Layout 4 ends */
/* CAROUSEL STYLES ENDS*/

/* Search result ends */
.search-results .search-result{
    margin-bottom: 30px;
    border-bottom: 1px solid #E2E2E5;
}
/* Search result ends */


.commentSection input[type="submit"] {
    cursor: pointer;
}

/* Comment section */
.commentSection {
    padding: 20px;
    background-color: #fff;
}

.commentLoopedComments > .comment{
    border-bottom: 1px solid #E2E2E5;
}
.comment {
    margin-bottom: 20px;
    padding: 15px;
    background-color: #fff;
}
.comment-author{
    display: flex;
    align-items: center;
}
.comment-author cite{
    padding: 0 10px 0 5px;
}
.comment-author img {
    border-radius: 50%;
    margin-right: 10px;
}
.comment-meta {
    color: #777;
    font-size: 12px;
}
.comment p {
    margin: 10px 0;
}

.comment .comment{
    padding-left: 20px;
    border-left: 1px solid #E2E2E5;

}
.reply{
    margin-bottom: 15px;
}
.reply a {
    display: flex;
    padding: 0;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: fit-content;
    color: #f27754;
    font-weight: 600;
    background-color: transparent;
    transition: gap 0.4s ease-in-out;
    cursor: pointer;
}
.reply a::after {
    content: "→";
    transition: all 0.4s ease-in-out;
}
.reply a:hover::after {
    margin-left: 5px;
}
.comment-respond {
    margin-top: 20px;
}
.comment-reply-title {
    font-size: 24px;
    margin-bottom: 15px;
}
.logged-in-as {
    margin-bottom: 15px;
}
.comment-form-comment-field textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 30px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
}
/* Comment section ends */


.legal-tab-active, .legal-tab:hover{
    background-color: #F0F0F4;
    border-radius: 24px;
    color:#F27754;
}

.generatedFlexibleBlocks .faqSection article a{
    color:#0a4063;
}
/****** Sticky Page ********/
.sticky-page-tab-active, .sticky-page-tab:hover{
    background-color: #F0F0F4;
    border-radius: 24px;
    color:#F27754;
}
/****** Header ********/
header.darkHeader:not(.search-open) a{
    color:white;
}
header.darkHeader:not(.search-open) i{
    color: white !important;
}




/* Providers list */

#page-numeration-container button{
    font-size: 21px;
    font-weight: 500;
    margin: 0 12px;
    color: black;
}
#page-numeration-container button.current-page{
    padding: 0;
    border-radius: 50px;
    text-align: center;
    background-color: #F27754;
    color: white;
    line-height: 0;
    width: 40px;
    height: 40px;

}


.filter-selection .item-filter{
    display: flex;
    align-items: center;
    margin: 5px 10px;
    padding: 10px 15px;
    background-color: #F0F0F4;
    border-radius: 4px;
    color: black;
    font-weight: 500;
    cursor: pointer;
}

.filter-selection .clear-btn{
    color: #F27754;
    font-size: 16px;
    font-weight: 600;
    text-decoration-line: underline;
    cursor: pointer;
}

.filter-selection span svg{
    margin-left: 7px;
}
.filter-selection span svg line{
    stroke: #5C5F62;
}

.no-items-text{
    display: none;
}
.no-items-text.active{
    display: block;
}

/* Providers list ends*/

.faq-tabs > .current-faq-category-tab  {
    background:none;
    border: 1px solid #F27754;
}


@keyframes fade-in {
    0%{
        opacity: 0;
        margin-top: 60px;
    }
    100%{
        opacity: 1;
        margin-top: 0px;


    }
}

/* Three plans card */
.three-card-plan-points-copy{
    width: calc(100% - 30px);
}
/* Three plans card ends */


/* Comparison plans table */
.comparison-plans-table .most-popular{
    position: relative;
    border-left: 2px solid black;
    border-right: 2px solid black;
}

.comparison-plans-table .most-popular .most-popular-wrapper{
    top: -45px;
    left: -2px;
    width: calc(100% + 4px);
    border-radius: 4px 4px 0 0;
}


.tooltip-container {
    position: relative;
    display: inline-block;
}

.table-tooltip{
    cursor: pointer;
}

.tooltip {
    position: absolute;
    background-color: #333;
    color: #fff;
    padding: 10px;
    width: 250px;
    border-radius: 3px;
    display: none;
    z-index: 1;
}

/* Comparison plans table ends*/


/* Providers section styles */

@media screen and (max-width:767px) {
    .providers-section .bottom-pagination .secondary-btn{
        height: 50px;
        width: 50px;
        padding: 16px;
    }
}

/* Providers section styles ends */