@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');
/**********Default Css Start**********/
:root{
    scroll-behavior: unset;
}
body {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    color: rgb(69,69,69);
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    font-weight: 500;
    color: #b21f25;
}
a:hover {
    color: #595959;
}
:focus, button:focus {
    outline: none;
}
.form-control:focus {
    box-shadow: unset;
}
.btn {
    padding: 8px 30px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 50px;
}
.btn-primary {
    background-color: #b21f25;
    border: 2px solid #b21f25;
}
.btn-primary:hover , .btn-primary:focus {
    position: relative;
    z-index: 1;
    background: #b21f25;
    border: 2px solid #b21f25;
    color: #b21f25;
    box-shadow: none!important;
}
.btn-primary:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background: #ffffff;
    transition: all cubic-bezier(.37,.68,.27,.71) .4s;
    z-index: -1;
    border-radius: 50px;
}
.btn-primary:hover:after{
    width: 100%;
}
.btn.btn-outline-white {
    border-color: #b21f25;
    color: #b21f25;
}
.btn.btn-outline-white:hover {
    background-color: #ffffff;
    color: #b21f25;
}
.btn-box-hover:hover {
    color: #b21f25;
}
.accordion-button:focus {
    box-shadow: unset;
}
.title {
    font-size: 50px;
    font-weight: 700;
    line-height: 54px;
    color: #B21F25;
    margin-bottom: 16px;
}
.sub-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}
.sub-text {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.themecolor {
    color: #b21f25;
}
.theme__bg {
    background-color: #b21f25;
}
.light__bgcolor {
    background-color: #c44d5e2e;
}
section {
    padding: 80px 0;
}
.description {
    font-size: 18px;
    line-height: 26px;
}
.section-title__wrapper .description {
    font-size: 24px;
    line-height: 32px;
}
.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff%0A' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    height: 30px;
    width: 30px;
    background-color: #b21f25;
    background-position: center;
    border-radius: 50%;
    background-size: 24px;
    transition: 0.3s all ease-in;
}
.accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

.tuc_hero-section img:not(:last-child) {
    margin-bottom: 20px;
}
/**********DEFAULT CSS END**********/

/**********HEADER CSS START**********/
.site-header {
    position: sticky;
    top: 0;
    background-color: #FFFFFF;
    z-index: 55;
}
.navbar .container {
    max-width: 1600px;
}
.site-header .navbar-brand {
    height: 54px;
    padding: 0;
}
.site-header .navbar-brand img {
    height: 100%;
    object-fit: contain;
    width: 180px;
}
.headet-btn {
    margin-left: 16px;
}
.navbar-nav.main-menu .nav-item {
    margin: 0px 12px;
}
.navbar-nav.main-menu .nav-item .nav-link {
    font-size: 15px;
    font-weight: 600;
    line-height: 30px;
    padding: 8px 0;
    text-decoration: none;
    color: #595959;
    display: flex;
    align-items: center;
    position: relative;
    text-transform: uppercase;
}
.navbar-nav.main-menu .nav-item .nav-link:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #c52227;
    bottom: -1px;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: all ease-in-out 0.3s;
}
.navbar-nav.main-menu .nav-item .nav-link:hover:before {
    visibility: visible;
    opacity: 1;
}
.navbar-nav.main-menu .nav-item.dropdown .nav-link:after {
    content: '';
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #c52227;
}
.navbar-toggler {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 34px;
    height: 24px;
    position: relative;
    padding: 0;
    outline: none !important;
    box-shadow: none !important;
    margin-top: 6px;
}
.navbar-toggler:focus {
    outline: none !important;
    box-shadow: none !important;
}
.site-header .navbar-toggler .mobile-nav-hamburger {
    width: 24px;
    height: 2px;
    position: absolute;
    background-color: #b21f25;
    top: 8px;
    transition: transform 150ms, opacity 150ms;
    display: block;
}
.site-header .navbar-toggler .mobile-nav-hamburger-1 {
    background-color: #b21f25;
    top: 0;
}
.site-header .navbar-toggler .mobile-nav-hamburger-4 {
    background-color: #b21f25;
    top: 16px;
}
.site-header .navbar-toggler[aria-expanded="true"] .mobile-nav-hamburger {
    background-color: #b21f25;
}
.site-header .navbar-toggler[aria-expanded="true"] .mobile-nav-hamburger-2 {
    transform: rotate(45deg);
}
.site-header .navbar-toggler[aria-expanded="true"] .mobile-nav-hamburger-3 {
    transform: rotate(-45deg);
}
.site-header .navbar-toggler[aria-expanded="true"] .mobile-nav-hamburger-1,
.site-header .navbar-toggler[aria-expanded="true"] .mobile-nav-hamburger-4 {
    opacity: 0;
}
.mobile-only.back-button {
    display: none;
}
.site-.site-header .navbar-nav.main-menu .nav-item .nav-link.dropdown-toggle {
    background-position: center right 14px;
    background-image: url("data:image/svg+xml,%0A%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.38 42.77'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23b21f25;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Echevron-right%3C/title%3E%3Cpath class='cls-1' d='M702.51,378.88l-18.39-18.39a3,3,0,0,0-4.24,4.25L696.14,381l-16.26,16.26a3,3,0,0,0,4.24,4.25l18.39-18.39A3,3,0,0,0,702.51,378.88Z' transform='translate(-679 -359.62)'/%3E%3C/svg%3E%0A");
    background-size: 6px 10px;
    background-repeat: no-repeat;
}
.site-header .dropdown-toggle::after {
    margin-left: 20px;
}
/*HEADER CSS END*/

/********** JoinTeleurgecare Page Start **********/
.section-title__wrapper {
    max-width: 850px;
    margin: 0 auto;
}
.jointeleurgecare-hero-section {
    background-color: #c44d5e2e;
}
.jointeleurgecare-hero-section .section-title {
    max-width: 850px;
    margin: 0 auto;
}
.rating-link__wrapper {
    margin-top: 30px;
}  
.rating-link {
    transition: 0.3s all;
}     
.rating-link:hover {
    opacity: 0.5;
}
.rating-title {
    font-size: 18px;
    color: #595959;
    font-weight: 700;
}
.rating-link img {
    max-width: 160px;
    object-fit: cover;
    width: 100%;
}
.hero-slider__wrapper {
    padding: 60px 0;
}
.hero-slide-image img {
    max-width: 600px;
    width: 100%;
}
.hero-slide:nth-child(odd) .hero-slide-image {
    margin-top: 80px;
}
.average-card__content {
    border-top: 1px solid #b21f25;
    border-bottom: 1px solid #b21f25;
}
.average-card {
    padding: 50px 30px;
    border-width: 0 1px;
    border-style: solid;
    border-color: #b21f25;
}
.average-card__content .col:nth-child(2) .average-card {
    border: 0;
}
.average-card__link {
    font-size: 18px;
    font-weight: 600;
}
.biology-detail {
    margin: 60px 0;
    border-top: 1px solid #b21f25;
    border-bottom: 1px solid #b21f25;
}
.biology-detail .container-fluid {
    border-top: 1px solid #b21f25;
}
.biology-detail .container-fluid:first-child {
    border-top: 0;
}
.biology-card__content {
    padding: 40px;
    max-width: 1400px;
    margin: auto;
    border-left: 1px solid #b21f25;
    border-right: 1px solid #b21f25;
}
.biology-content {
    padding: 0 48px;
}
.biology-content .title {
    color: #595959;
    margin-bottom: 30px;
}
.biology-image {
    max-width: 480px;
}
.faq-circle {
    height: 10px;
    width: 10px;
    background-color: #b2251f;
    border-radius: 50%;
    transition: all 0.25s ease-in 0s;
    cursor: pointer;
    box-shadow: #b2251f00 0px 0px 0px 7px;
    transform: none;
    outline: solid 12px rgb(255 255 255 / 30%);
    margin: 30px auto 0;
}   
.faq-circle:hover {
    transform: scale(1.3);
    box-shadow: rgb(178 37 31 / 50%) 0px 0px 0px 7px;
}
.level-section .row {
    position: relative;
    margin-bottom: 40px;
}
.level-section .row:last-child {
    margin-bottom: 0;
}
.level-section .row:before {
    content: "";
    display: block;
    position: absolute;
    top: 46px;
    left: 58px;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #b21f25;
    opacity: 0.5;
    height: calc(100% + 20px);
    z-index: 1;
}
.level-section .row:last-child:before {
    height: 0;
}
.accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #595959;
}
.level-faqs__image {
    max-width: 540px;
}
.level-faqs .accordion-body {
    display: flex;
    align-items: center;
    padding: 42px 0;
}
.level-image__wrapper {
    width: 50%;
    flex: 0 0 auto;
}
.level-faqs__content {
    width: 50%;
    flex: 0 0 auto;
}
.level-content .title {
    font-size: 32px;
    line-height: 40px;
}
.level-faqs .accordion-flush .accordion-item:last-child {  
    border-bottom: 1px solid #b21f25;
}
.level-faqs .accordion-button {
    padding: 0 0 30px;
}
.level-faqs .accordion-item:hover .accordion-header {
    opacity: 0.5;
}
/*.accordion-item:hover .accordion-button::after {
    transform: scale(1.3);
    transition: 0.3s all ease-in;
}*/
.medication-button {
    margin-top: 40px;
}
.medication-list-card {
    background-color: #c44d5e2e;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 36px 12px;
    max-width: 160px;
}
.medication-section .col:nth-child(4) .medication-list-card {
    max-width: 300px;
    background-color: #f5b7ba;
}
.cost-section .section-title__wrapper {
    margin-bottom: 60px;
}
.cost-section .container {
    border-top: 1px solid #b21f25;
    border-bottom: 1px solid #b21f25;
}
.cost-section .col:nth-child(3) .cost-card__wrapper {
    border-right: 0;
}
.cost-card__wrapper {
    position: relative;
    padding: 50px;
    border-right: 1px solid #b21f25;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cost-card__icon {
    position: absolute;
    height: 50px;
    width: 50px;
    color: #b21f25;
    border: 1px solid #b21f25;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    right: -22px;
    margin-left: auto;
    font-size: 30px;
    font-weight: 600;
    transform: translateY(-50%);
    z-index: 0;
    background-color: #fff;
}
.stories-section {
    margin-bottom: 80px;
}
.stories-slider {
    padding-top: 80px;
}
.stories-section .section-title {
    border-bottom: 1px solid #b21f25;
    padding-bottom: 80px;
}
.stories-slide__image {
    max-width: 550px;
    margin: 0 auto;
}
.stories-section .slick-arrow {
    border: 0;
    font-size: 0;
    background-color: transparent;
    width: 40px;
    height: 40px;
    border: 1px solid #B21F25;
    border-radius: 50%;
    background-size: 24px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -60px;
    z-index: 1;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
}
.stories-section .slick-prev.slick-arrow {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23B21F25' class='bi bi-arrow-left-short' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M12 8a.5.5 0 0 1-.5.5H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H11.5a.5.5 0 0 1 .5.5z'/%3E%3C/svg%3E");
    left: calc(50% - 50px);
    right: unset;
}
.stories-section .slick-next.slick-arrow {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23B21F25' class='bi bi-arrow-right-short' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
    left: unset;
    right: calc(50% - 50px);
}
.stories-section .slick-prev.slick-arrow:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-arrow-left-short' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M12 8a.5.5 0 0 1-.5.5H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H11.5a.5.5 0 0 1 .5.5z'/%3E%3C/svg%3E");
    background-color: #B21F25;
}
.stories-section .slick-next.slick-arrow:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-arrow-right-short' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
    background-color: #B21F25;
}
.prequality-image {
    max-width: 500px;
}
.faqs-section .section-title__wrapper {
    margin-bottom: 46px;
}
.faqs-section .accordion-body {
    padding: 22px 0;
}
.faqs-section  .accordion-item {
    border: 0;
}
.faqs-section .accordion-button {
    padding: 30px 0;
    border-bottom: 1px solid #b21f25;
    align-items: start;
    justify-content: space-between;
}
.faqs-section .accordion-button:focus {
    border-color: #b21f25;
}
.review-section {
    background-color: #c44d5e2e;
}
.review-slider {
    border-right: 1px solid #b21f25;
}
.review-slider .slick-list {
    display: flex;
}
.review-slider .slick-track {
    display: flex;
}
.review-card .themecolor {
    margin-top: auto;
}
.review-card {
    padding: 40px;
    border-left: 1px solid #b21f25;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}
.review-card .description {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.rate-icon {
    max-width: 100px;
    object-fit: contain;
}
.review-section .section-title__wrapper {
    margin-bottom: 50px;
}
.review-section .container-fluid {
    border-top: 1px solid #b21f25;
    border-bottom: 1px solid #b21f25;
    padding: 0 100px;
}
.review-section .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    font-size: 0;
    width: 40px;
    height: 40px;
    border: 1px solid #B21F25;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
    margin: auto 0;
    z-index: 5;
}
.review-section .slick-next.slick-arrow {
   right: -80px;
   background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23B21F25' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
.review-section .slick-prev.slick-arrow {
    left: -80px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23B21F25' class='bi bi-chevron-left' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
}
.review-section .slick-arrow:hover {
    transform: scale(1.15,1.15);
}
/*Review Modal css Start*/
.review-modal .modal-dialog.modal-lg {
    max-width: 700px;
}
.review-modal .review-card__body {
    padding-bottom: 30px;
}
.review-modal .modal-header {
    border-bottom: 0;
    padding: 30px 40px 0 0;
}
.review-modal .btn-close {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23B21F25' class='bi bi-x-lg' viewBox='0 0 16 16'%3E%3Cpath d='M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8 2.146 2.854Z'/%3E%3C/svg%3E");
    background-size: 24px;
    opacity: 1;
}
.review-modal .btn-close:focus {
    box-shadow: none;
}
.review-modal .review-card {
    border-left: 0;
}
/*Review Modal css End*/
/********** JoinTeleurgecare Page End **********/
/********** FOOTER START **********/
.site-footer {
    padding: 60px 0;
    background-color: #c44d5e2e;
}
.bottom-footer {
    padding: 20px 0 0;
}
.top-footer .top-footer__content {
    border-width: 1px 0;
    border-style: solid;
    border-color: #b21f25;
    padding: 40px 0;
}
.footer-logo img {
    height: 100%;
    width: 200px;
    object-fit: contain;
}
.footer-logo .description {
    margin: 20px 0 0;
}
.site-footer .footer-menu .themecolor {
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
}
.site-footer .footer-link {
    text-decoration: none;
    color: #595959;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.5px;
}
.site-footer .footer-link:hover {
    color: #b21f25;
}
.bottom-footer__menu .footer-item {
    display: inline-flex;
    margin: 0 18px;
}
.bottom-footer__menu .footer-item:first-child {
    margin-left: 0px;
}
.site-footer .social-icon ul li {
    display: inline-flex;
    margin: 0 10px;
}
.social-link {
    height: 36px;
    width: 36px;
    background-color: #b21f25;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    border-radius: 50%;
    border: 1px solid transparent;
}
.social-link:hover {
   color: #b21f25;
   background-color: #fff;
   border: 1px solid #b21f25;
}
.site-footer .social-icon ul li .social-link i {
    font-size: 20px;
}
.backToTop {
    display: none;
    position: fixed;
    right: 8px;
    bottom: 6%;
    width: 60px;
    cursor: pointer;
    z-index: 10;
}
/********** FOOTER END **********/

/********** RESPONSIVE START **********/
@media (max-width: 1499px) {
    .level-section .row:before {
        left: 54px;
    }
}
@media (max-width: 1399px) {
    .level-section .row:before {
        left: 46px;
    }
}
@media (max-width: 1299px) {
    .biology-detail .container-fluid {
        border-top: 1px solid #b21f25;
        padding: 0 78px;
    }
}
@media (max-width: 1199.98px) {
    section {
        padding: 50px 0;
    }
    .title {
        font-size: 40px;
        line-height: 50px;
    }
    /***** JoinTeleurgecare Page Start *****/
    .average-card {
        padding: 30px 24px;
    }
    .biology-detail {
        margin: 60px 0 0;
    }
    .biology-content {
        padding: 0 30px;
    }
    .level-faqs__content {
        padding: 0 30px;
    }
    .level-faqs .accordion-body {
        padding: 0px 0 42px;
    }
    .level-section .row:before {
        left: 38px;
    }
    .faqs-section .accordion-button {
        padding: 20px 0;
    }
    .cost-card__wrapper {
        padding: 30px;
    }
    .review-card {
        padding: 30px;
    }
    .stories-section .section-title {
        padding-bottom: 40px;
    }
    /***** JoinTeleurgecare Page End ******/
    .bottom-footer__menu .footer-item {
        margin: 0 6px;
    }
    .site-footer .social-icon ul li {
        margin: 0 4px;
    }
}

@media (max-width: 991px) {
    section {
        padding: 40px 0;
    }
    .title {
        font-size: 36px;
        line-height: 40px;
    }
    .section-title__wrapper {
        margin: 0 20px;
    }
    .navbar-nav.main-menu .nav-item .nav-link:hover:before {
        opacity: 0;
    }
    .headet-btn {
        margin-bottom: 35px;
    }
    br {
        display: none;
    }
    .main-menu {
        padding: 20px 0;
    }
    .footer-logo .description {
        margin: 12px 0 0;
    }
    .site-footer .footer-menu .themecolor {
        margin-bottom: 8px;
    }
    .site-footer .footer-item {
        margin-bottom: 6px;
    }
    .bottom-footer__menu .footer-item {
        display: block;
        margin: 0 0px;
    }
    .footer-item img {
        margin-bottom: 10px;
    }
    /***** JoinTeleurgecare Page Start *****/
    .hero-slider__wrapper {
        padding: 40px 0;
    }
    .hero-slide-image {
        padding: 0 10px;
    }
    .hero-slide:nth-child(odd) .hero-slide-image {
        margin-top: 30px;
    }
    .biology-detail .container-fluid {
        padding: 0 30px;
    }
    .biology-card__content {
        padding: 20px;
    }
    .different-calibrate {
        max-width: 500px;
        margin: 0 auto;
    }
    .level-section .row:before {
        left: 30px;
    }
    .level-faqs .accordion-button {
        padding: 0 0 14px;
    }
    .cost-card__wrapper {
        padding: 20px;
    }
    .level-faqs__content {
        padding: 0px 12px;
    }
    .cost-card__icon {
        right: -26px;
    }
    .stories-section {
        margin-bottom: 60px;
    }
    .stories-slider {
        padding-top: 50px;
    }
    .stories-section .section-title {
        padding-bottom: 20px;
    }
    .review-section .section-title__wrapper {
        margin-bottom: 30px;
    }
    .review-card {
        padding: 20px;
    }
    .faqs-section .section-title__wrapper {
        margin-bottom: 20px;
        margin: 0;
    }
    .faqs-section .accordion-body {
        padding: 16px 0;
    }
    /***** JoinTeleurgecare Page End ******/
    .site-footer {
       padding: 40px 0;
    }
    .footer-logo .description {
        margin: 12px 0 0;
    }
    .site-footer .footer-menu .themecolor {
        margin-bottom: 8px;
    }
    .site-footer .footer-item {
        margin-bottom: 10px;
    }
    .bottom-footer__menu .footer-item {
        display: block;
        margin: 0 0px;
    }
}
@media (max-width: 767.98px) {
    section {
        padding: 30px 0;
    }
    .section-title__wrapper .description {
        font-size: 16px;
        line-height: 20px;
    }
    .title {
        font-size: 28px;
        line-height: normal;
        margin-bottom: 8px;
    }
    .sub-title {
        font-size: 18px;
        margin-bottom: 14px;
    }
    .btn {
        padding: 8px 24px;
        font-size: 16px;
    }
    /***** JoinTeleurgecare Page Start *****/
    .average-card__content .col:nth-child(2) .average-card {
        border: 1px solid #b21f25;
    }
    .biology-content {
        padding: 0;
    }
    .biology-content .title {
        margin-bottom: 16px;
    }
    .level-section .row:before {
        left: 15px;
    }
    .biology-detail .container-fluid:nth-child(even) .row {
        flex-direction: column-reverse;
    }
    .level-faqs .accordion-body {
        display: block;
    }
    .level-faqs__content ,
    .level-image__wrapper {
        width: 100%;
    }
    .level-faqs .accordion-body {
        padding: 0px 0 20px;
    }
    .medication-button {
        margin-top: 20px;
    }
    .level-section .row {
        margin-bottom: 30px;
    }
    .medication-list-card {
        margin: 0 auto;
    }
    .cost-section .section-title__wrapper {
        margin-bottom: 0px;
    }
    .cost-section .container {
        border-top: 0;
        border-bottom: 0;
    }
    .cost-card__wrapper {
        border-top: 1px solid #b21f25;
        border-right: 0;
        margin: 20px 0;
    }
    .cost-card__icon {
        bottom: -140px;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 1;
    }
    .stories-slider {
        padding-top: 30px;
    }
    .review-section .container-fluid {
        padding: 0 70px;
    }
    .review-card {
        padding: 8px;
    }
    .review-section .slick-prev.slick-arrow {
        left: -54px;
    }
    .review-section .slick-next.slick-arrow {
        right: -54px;
    }
    .faqs-section .accordion-button {
        padding: 12px 0;
    }
    .prequality-section .row {
        flex-direction: column-reverse;
    }
    .top-footer .top-footer__content {
        padding: 20px 0;
    }
    /***** JoinTeleurgecare Page End ******/
    .review-modal .modal-header {
        padding: 30px 16px 0 0;
    }
    .review-modal .modal-body {
        padding: 30px;
    }
    .footer-list__title {
        margin-bottom: 10px;
    }
    
}
@media (min-width: 1550px) {
    .container {
        max-width: 1400px;
    }
}
/********** RESPONSIVE END **********/