body{
    background: #fbfcfa;
}
:root {
  --extra-height: 10px;
}

header{
    width: 100%;
    height: 100px;
    background-color: #FBFCFA;
    margin: 0;
    padding: 10px;
}
.custom-logo{
    height: 75px;
    width: 50%;
}
header .container{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.menu-col{
    display: flex;
    align-items: center;
    justify-content: center;
}

header .top-bar li{
    position: relative;
}

.top-bar{
    list-style-type: none;
    display: flex;
    padding: 0;
    margin: 0;
}

.top-bar li a {
    padding: .25rem 1rem;
    color: #000000;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    text-decoration: none;
}
.top-bar li:first-child a{
    padding-left: 0;
}

.top-bar li:last-child a{
    padding-right: 0;
}
.top-bar li a:hover{
    color: #EC3434;
}
.current-menu-item a {
    color: #EC3434 !important;
}
.avatar{
    border-radius: 50%;
    width: 55px;
    height: 55px;
    border: 2px solid;
}
.profile-main{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 100px;
}
.join{
    background-color: #EC3434;
    color: #FBFCFA;
    display: flex;
    align-items: center;
    box-shadow: 0px 2px 20px -3px #EC3434;
}
.head{
    align-items: center;
}
.profile-main{
    display: flex;
    justify-content: flex-end;
    padding-right: 5%;
}

/*custom video section */

.video div iframe{
    width: 100%;
    height: 900px;
}









/* Footer CSS */
footer{
    background-color: #FBFCFA ;
}
footer .custom-logo{
    height: 75px;
    width: 70%;
}
.first-footer-menu {
    padding-top:0.5rem;
    padding-bottom:0.5rem;
}
footer ul li {
    list-style-type: none;
}
footer ul li::before {
    content: '';
    display: inline-block;
    height: 10px;
    width: 10px;
    vertical-align: middle;
    background-image: url('https://redplusscustom.jbullsinfotech.com/wp-content/uploads/2024/06/right-thin-arrowheads_32738.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 0.5rem;
}
footer ul {
    padding-left: 5px;
}
footer h4 {
    color:#EC3434;
}
footer ul li a {
    color:#000000;
}
footer ul li a:hover {
    color:#EC3434;
    text-decoration: none;
}
footer ul li:hover::before , footer ul .current-menu-item::before {
    background-image: url('https://redplusscustom.jbullsinfotech.com/wp-content/uploads/2024/06/right-thin-arrowheads.svg');
}
footer .copy-txt {
    color:#A6A6A5;
}


/* hero sections home */
.hero_section{
    background: #FBFCFA;
}
.hero_1{
    padding: 0 0px 0 150px;
}
.hero_2{
    display: flex;
    justify-content: center;
}
.join_us{
    color: #EC3434;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 99px;
    padding-left: 5px;
}
.hero_title{
    font-weight: 600;
    font-size: 80px;
    line-height: 80px;
    font-family: gothic-a1, sans-serif;
    letter-spacing: 5px;
}
.hero_img img {
    width: 100%;
    height: 700px;
}
.sub-heading-home{
    font-size: 22px;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: 0.2px;
    color: #adadad;
}
.hero-2{
    margin-top: 5% !important;
}

/* counter section */
.counter-section{
    background-color: #EC3434;
    align-items: center;
    padding: 2%;
}
.counter{
    font-size: 68px;
    font-weight: 700;
    color: #FBFCFA;
    display: flex;
    align-items: center;
    justify-content: center;
}
.counter-message{
    font-size: 24px;
    color: #FBFCFA;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -70px;
}

.your-slider-class{
    margin: 5% 15%;
}

/* youtube embeded section */
.video-embed iframe{
    
    display: block;
    width: 100%;
    height: 100%;
} 
.video-overlay{
    width: 70% !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.video-overlay img{
    width: 15% !important;
}
.video-overlay h4{
    font-size: 62px;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: 0.2px;
    width: 50%;
    text-align: center;
    margin-bottom: 5%;
    color: #473239;
}
.video-overlay p{
    width: 35%;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 05%;
    color: #473239
}
.treatment-card-head{
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    display: flex;
    justify-content: center;
    text-transform: capitalize;
    color: #000000;
}
.card-sub-head{
    display: flex;
    justify-content: center;
    text-transform: lowercase;
    color: #adadad;
    size:20px;
    line-height: 30px;
    font-weight: 400;
}
.card-button{
    margin-top: 5% !important;
}
.download{
    position: relative;
    top: -400px;
    left: 43.2%;
    width: 250px;
    padding: 10px;
    border-radius: 10px;
    background: #EC3434;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    box-shadow: 0px 2px 20px -3px #EC3434;
    border: none;
}
.download:hover{
    border: 1px solid #EC3434;
    color: #EC3434;
    background: transparent;
    transition: 0.5s;
    box-shadow: 0px 2px 20px -5px #EC3434;
    font-weight: 700;
    font-size: 20px;
}
.features{
    padding: 5px 10%;
    margin-left: 0px;
    margin-right: 0px;
}
.features h2{
    width: 80%;
    text-align: left;
    font-size: 24px;
    font-weight: 600;
}
.features p{
    width: 80%;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
}
.feature-box{
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.icon{
    margin-bottom: 5%;
    color: #FFF;
}
.last{
    margin-bottom: 5%;
    padding-bottom: 2%;
}

.newsletter-head{
    font-size: 16px;
    font-weight: 700;
    color: #FB4455;
    line-height: 25px;
    letter-spacing: 0.2px;
    text-transform: capitalize;
}
.news-sub-head{
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
    color: #252B42;
}
.news-para{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #737373;
}


.newsletter-form{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    /* border : 1px solid #EC3434 */
}
.form-input{
    border: none;
    background-color: #F9F9F9;
    border-radius: 5px;
    height: 60px;
    width: 35%;
    padding: 15px;
}
.form-input:focus-visible{
    border: 1px #CDCDCD;
    outline: none;
    border-radius: 5px;
}

.form-submit{
    height: 60px;
    width: 7%;
    background: #EC3434;
    color: #fff;
    border: none;
    font-size: 14px;
    line-height: 28px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 500;
    border-radius: 5px;
}
.form-mssg{
    display: flex;
    justify-content: center;
}
.form-mssg{
    margin-top: 15px;
}


/* cards for hospital and healthcare */
.slider-item{
    margin: 20px;
}
.card-img-top{
    height: 346px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: inset 0 0 0 2000px rgba(19, 18, 18, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.slick-slide img{
    width: 100%;
    height: 346px;
    border-radius: 10px 10px 0 0;
}
.slider-content{
    padding: 10px;
    padding-left: 24px;
}
.card-c{
    border-radius: 10px;
}
.success-rate{
    font-size: 12px;
    font-weight: 400;
    line-height: 30px;
    color: #adadad;
}
.cardhead{
    color: #EC3434;
    font-size: 26px;
    font-weight: 500;
    margin-top: -4%;
}

@media(max-width:768px){
    .custom-logo {
        height: 55px;
    }
    .hero_1 {
        padding: 20px;
    }
    .hero_title {
        font-size: 40px;
        line-height: 45px;
    }
    .hero_img img {
        height: 300px;
    }
    .sub-heading-home {
        line-height: 35px;
    }
    .counter {
        font-size: 40px;
        padding-bottom: 10px;
    }
    .treatment-card-head {
        text-align: center;
    }
    .custom-video-container .video-embed {
        display: none;
        width: 100%;
        height:200px;
      }
}

@media(min-width:320px){
    /* .slick-slide{
        display: none !important;
    }
    .slick-current{
        display: block !important;
    } */
}

/*css for the about us page and buttons*/


.about-bg{
    background-color: #EC3434;
    height: 82vh;
    border-radius: 0 0 100px 100px;
    background-image: url('http://localhost/redpluss/wp-content/uploads/2024/06/1588327_430-1.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-blend-mode: color-burn;
    display: flex;
    align-items: center;
    justify-content: center;
}
.con-child{
    width: 80%;
    margin-top: -21vh;
}
.about-head{
    font-size: 80px;
    font-weight: 500;
    line-height: 80px;
}
.learn-more{
    font-weight: 600;
    margin-top: 30px !important;
}


.info{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.info-inner{
    width: 68%;
    height: 100%;
}
.info-img{
    width: 30%;
    display: flex;
    justify-content: center;
}
.about-log{
    width: 75%;
    height: 100%;
}
.about-sec-2{
    background: #fff;
    width: 65%;
    border-radius: 25px;
}
.block{
    background-color: #FEDFDF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    width: 100%;
    height: 30vh;
    padding: 5%;
}
.block-outer{
    margin-top: -25vh;
    
}

.info-head{
    width: 100%;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    text-transform: capitalize;
}


.search-form{
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: end;
/* 	margin-right: 10px; */
}
#suggestions{
    position: absolute;
    background: #F5E9E7;
    width: 72%;
    margin-left: 1px;
}
.custom_input{
    width: 75%;
}
.custom_select{
    width: 20%;
}
.suggestion-item{
    height: height: calc(fit-content + 20px);
    display: flex;
    align-items: center;
    padding-left: 2%;
    color: #EC3434;
    font-weight: 600;
    font-size: 1rem;
    width: 100%;
}
.package-description{
	font-size: 14px;
	font-weight: 400;
}

.package-description-text{
	width: 70%;
}
.package-description-text p{
	font-size: 14px;
}


.suggestion-item:hover{
    color: #FFF;
    background-color: #EC3434;
}

.suggestion-item .suggestion-link{
    color: #EC3434;
    text-decoration: none;
}
.suggestion-item:hover .suggestion-link{
    color: #ffffff;
}
.form-control:focus{
    box-shadow: none !important;
    border-color: #EC3434;
}
.form-group{
    margin-right: 10px;
}
@media(max-width:1400px){
    #suggestions{
        width: 68.5%;
    }
}
@media(max-width:1200px){
    #suggestions{
        width: 66.5%;
    }
}
@media(max-width:992px){
    #suggestions{
        width: 62.5%;
    }
}
@media(max-width:768px){
    #suggestions{
        width: 56.5%;
    }
}
.popup-cover .wp-block-cover__inner-container{
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;

}

.open-popup{
    background: transparent;
    border: none;
}

.popup-cover{
    height: 950px;
}
.search-result-wrapper{
    width: 100% !important;
    
}
.search-result{
    background: #fff;
    padding: 5% 3%;
}
.result-image{
    height: auto;
    width: 350px;
    border-radius: 10px 0 0 10px;
    background-size: cover;
}
.reslt-card{
    display: flex;
    margin-bottom: 3%;
    box-shadow: 0px 0px 50px -15px #00000040;
    border-radius: 10px;
	cursor: pointer;
}
.result-content{
    padding: 2% 2% 2% 3%;
    width: 83%;
	height: fit-content;
}
.title-parent{
    display: flex;
    align-items: baseline;
    height: 28%;
	flex-direction: column;
}
.treatment-name{
    margin-right: 20px;
    font-family: inherit;
    font-weight: 700;
    font-size: 24px;
    line-height: 54px;
    color: #EC3434;
    letter-spacing: 0.2px;
    text-transform: capitalize;
}
.by{
    font-family: Urbanist;
    font-size: 16px;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: 0.20000000298023224px;
    text-align: left;
    color: #adadad;

}
.parent-name{
    font-family: Urbanist;
    font-size: 16px;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: 0.20000000298023224px;
    text-align: left;
	margin-bottom: 0px;

}
.card-information{
    display: flex;
	flex-wrap: wrap;
    gap: 20px;
	margin-bottom: 1%;
}
.post-rating{
    display: flex;
    align-items: center;
    gap: 10px;
}
.rating{
    color: #F4C430;
}
.review-count{
    color: #F4C430;
    margin-bottom: 0px;
    opacity: 0px;
    font-family: Urbanist;
    font-size: 12px;
    font-weight: 700;
    /* line-height: 54px; */
    letter-spacing: 0.20000000298023224px;
    text-align: left;


}
.card-location-wrapper{
    font-family: Urbanist;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.20000000298023224px;
    text-align: left;
    display: flex;
/*     border-left: 2px solid #adadad; */
    padding-left: 10px;
	align-items: center;
    
}
.card-hospital-type{
/*     border-left: 2px solid #adadad; */
    padding-left: 10px;
    align-items: center;
    display: flex;
}
#hospital-type-text{
    font-family: Urbanist;
    font-size: 14px;
    padding-left: 10px;
    color: #adadad;
    font-weight: 400;
}
.type-icon{
    display: flex !important;
    align-items: center;
    color: #EC3434;
}
.excerpt-text{
    font-family: Urbanist;
    font-size: 14px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 0.20000000298023224px;
    text-align: left;
    margin-bottom: 0px;
}
.excerpt{
    width: 95%;
	font-size: 14px;
}
#treatment-price-basic{
    display: flex;
    justify-content: flex-end;
}
#static-price{
    font-family: Gothic A1;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.20000000298023224px;
    text-align: left;
    color: #ADADAD;
    align-self: center;
}
#dynamic-price{
    font-family: Gothic A1;
    font-size: 28px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.20000000298023224px;
    text-align: center;
    margin-left: 4%;
    align-self: center;
    color: #EC3434;
}
.home-search{
    margin-top: 0 !important;
}
.slick-next::before{
    color: #EC3434 !important;
}
.slick-prev::before{
    color: #EC3434 !important;
}
.wrapper{
    position: relative;
    width: 100%;
    padding: 0px;
    height: 6vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.range-container{
    position: relative;
    width: 100%;
    height: 30px;
    margin-left: 0px;
    padding: 0px;
}
input[type="range"]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    border: none !important;
    outline: none;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    background-color: transparent;
    pointer-events: none;
}
.slider-track{
    width: 100%;
    height: 2px;
    background-color: #112211;
    position: absolute;
    margin: auto;
    top: 0px;
    bottom: 2px;
}
input[type="range"]::-webkit-slider-runnable-track{
    -webkit-appearance: none;
    height: 2px;
}
input[type="range"]::-moz-range-track{
    -moz-appearance: none;
    height: 2px;
}
input[type="range"]::-ms-track{
    appearance: none;
    height: 2px;
}
input[type="range"]::-webkit-slider-thumb{
    -webkit-appearance: none;
    height: 1em;
    width: 1em;
    background-color: #FF0000;
    cursor: pointer;
    border-radius: 10px;
    pointer-events: auto;
    margin-top: -9px;
}
input[type="range"]::-moz-range-thumb{
    -webkit-appearance: none;
    height: 1em;
    width: 1em;
    background-color: #FF0000;
    cursor: pointer;
    border-radius: 50%;
    pointer-events: auto; 
}
input[type="range"]::-ms-thumb{
    -webkit-appearance: none;
    height: 1em;
    width: 1em;
    background-color: #FF0000;
    cursor: pointer;
    border-radius: 50%; 
    pointer-events: auto;
}
input[type="range"]:active::-webkit-slider-thumb{
    background-color: #FFF;
    border: 3px solid #FF0000;
}
.values{
    display: flex;
    justify-content: space-between;
}
.search-result{
    margin-bottom: 3%;
}
#search-box{
    width: 100%;
    height: 82px;
    align-items: center;
    display: flex;
    border-bottom: 1px solid #adadad;
	flex-direction: column;
}
#filters{
font-family: Montserrat;
font-size: 20px;
font-weight: 600;
line-height: 24.38px;
text-align: left;
}
#price-filter{
    /* width: Hug (343px)px; */
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 1px solid #ADADAD;
}
#price-label{
font-family: Montserrat;
font-size: 18px;
font-weight: 600;
line-height: 19.5px;
text-align: left;
text-transform: capitalize;
}
#range1{
font-family: Montserrat;
font-size: 14px;
font-weight: 600;
line-height: 14.63px;
text-align: left;
}
#range2{
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: 14.63px;
    text-align: left; 
}
.search-location-select{
    width: 100% !important;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 1px solid #adadad;
	padding: 10px 0px;
}
#location-lable{
font-family: Montserrat;
font-size: 18px;
font-weight: 600;
line-height: 19.5px;
text-align: left;
margin-bottom: 20px;
}
.category{
    height: 24px;
    width: 24px;
    font-weight: 800;
}
label[for="category"]{
    display: block;
font-family: Montserrat;
font-size: 14px;
font-weight: 600;
line-height: 17.07px;
text-align: left;
text-transform: capitalize;
align-self: center;
}
.chekbox-category{
    display: flex;
    gap: 16px;
    margin-bottom: 10px;
}
#treatment-categories{
font-family: Montserrat;
font-size: 18px;
font-weight: 600;
line-height: 19.5px;
text-align: left;
text-transform: capitalize;
margin-bottom: 20px;
}
.treatment-wrapper{
    padding-top: 5%;
    padding-bottom: 5%;
    border-bottom: 1px solid #adadad;
}
.facility-wrapper{
    padding-top: 5%;
    padding-bottom: 5%;
    border-bottom: 1px solid #adadad;
}
#facility-categories{
    font-family: Montserrat;
font-size: 18px;
font-weight: 600;
line-height: 19.5px;
text-align: left;
text-transform: capitalize;
margin-bottom: 20px;
}
.facility{
    height: 24px;
    width: 24px;
    font-weight: 800;
}
label[for="facility"]{
    display: block;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: 17.07px;
    text-align: left;
    text-transform: capitalize;
    align-self: center;
}
button[type="submit"]{
    margin-top: 5%;
    background-color: #EC3434;
    width: 100%;
}
button[type="submit"]:hover{
    background-color: #b12727;
}
#search-row{
    justify-content: space-between;
	width: inherit;
}
.pagination{
    justify-content: center;
    gap: 14px;
}
.pagination a{
    text-decoration: none;
    color: #EC3434;
    font-family: inherit;
    font-weight: 700;
}
.pagination .current{
    font-family: inherit;
    font-weight: 700;
}
#badge-price{
padding-top: 3%;	
}
.search-result-hr{
	    margin: 1em 0;
    color: #000;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25;
    rotate: 90deg;
    width: 18px;
}

.search-template-suggessions{
	position: relative !important;
	width: inherit !important;
	z-index:999;
}
.search-template-suggessions>.suggestion-item{
	height: calc(fit-content + var(--extra-height));
}
.doctor-wrapper{
	padding-top: 5%;
    padding-bottom: 5%;
    border-bottom: 1px solid #adadad;
}
#doctors-header{
	font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 19.5px;
    text-align: left;
    text-transform: capitalize;
    margin-bottom: 20px;
}


label[for="insurance"] {
    display: block;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: 17.07px;
    text-align: left;
    text-transform: capitalize;
    align-self: center;
}


.insurance {
    height: 24px;
    width: 24px;
    font-weight: 800;
}






/* sorting buttons */

.sorting-filters {
    display: flex;
    gap: 10px;
    justify-content: flex-start; /* Align buttons to the left */
    margin-bottom: 20px;
}

.sort-button {
    padding: 8px 15px;
    background-color: #0073aa;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid #0073aa;
    transition: all 0.3s ease;
    font-size: 14px;
}

.sort-button:hover {
    background-color: white;
    color: #0073aa;
    border-color: #0073aa;
}

.sort-button.active {
    background-color: #005177;
    color: white;
    pointer-events: none; /* Disable clicking on the active button */
}

.sort-btn{
	color: #fff;
	border-color: transparent;
}

.btn.active{
	color:#ec3434;
	border-color: #ec3434;
	background: #fff;
}

.btn:hover{
	border-color: #FFF;
	color: #fff;
}

[type=submit]:focus{
	background: #b12727;
}

.btn:focus-visible{
	background-color: #ec3434;
}


.sorting-filters{
	border-top: 1px solid #adadad;
}

#sorting-label{
	font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 19.5px;
    text-align: left;
    text-transform: capitalize;
}