/*Common stle*/

@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
*,
::after,
::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: transparent;
}

body {
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

.text-black {
    color: #000;
}

.text-blue {
    color: #0093ab;
}

.f600 {
    font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
    padding: 0;
}

a:focus,
a:hover {
    text-decoration: none;
}

.pt-40 {
    padding-top: 40px;
}

.pt-20 {
    padding-top: 20px;
}

img {
    width: 100%;
}

i {
    font-weight: normal;
}

p {
    font-size: 16px;
    line-height: 24px;
    color: #616161;
    font-weight: 400;
    margin: 0 0 10px;
}

section {
    padding: 60px 0;
}

html {
    scroll-behavior: smooth;
}

/*Fonts*/

h1 {
    font-size: 36px;
    line-height: 44px;
    font-weight: 900;
}

h2 {
    font-size: 28px;
    line-height: 36px;
    margin-top: -5px;
    padding-bottom: 30px;
}

h3 {
    font-size: 24px;
    line-height: 32px;
}

.header {
    /*    height: 30px;*/
    /*   background-color: #49c5b1;*/
}

.header .call-icon {
    display: inline-block;
}

.header .call-icon i {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 37px;
    /*margin-right: 10px;*/
}

.header .call-icon p {
    padding: 5px;
}

.social-icons {
    text-align: right;
    margin-bottom: 12px;
}

.social-icons .call-icon i {
    font-size: 20px;
}

.header .call-icon a {
    color: white;
}

.header .call-icon {
    display: inline-block;
    background-color: #17a2b8;
    padding: 0px 20px;
}

.header .call-icon:hover,
.header .call-icon:hover i,
.header .call-icon:hover a {
    background-color: white;
    color: #f6961f;
}

.header .call-icon:hover {
    border: 1px dashed #58585b;
}

.navbar-expand-md .navbar-collapse {
    border-top: 1px dashed #58585b;
}

/*.navbar-brand {*/

/*    width: 248px;*/

/*    padding: 8px 0;*/

/*    margin-left: -10px;*/

/*}*/

.navbar-expand-md .navbar-nav .nav-link {
    padding: 0px 0px 11px 25px;
    font-size: 17px;
    color: black;
    font-weight: 500;
    line-height: 60px;
    font-family: "Rubik", sans-serif;
}

.navbar {
    /*background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(4, 4, 4, 0.16) 100%);*/
    /*background: linear-gradient(to bottom,rgba(4, 4, 4, 0.16) 0%,  rgba(255,255,255,1) 100%);*/
}

.navbar.fixed-top {
    top: 0;
    background-color: white;
    box-shadow: 0 0 5px #000000;
    height: 90px;
}

.navbar.fixed-top .social-icons {
    display: none;
}

.navbar-brand {
    /*width: px;*/
    width: 238px;
    padding: 8px 0;
    /*margin-left: -10px;*/
}

.navbar.fixed-top .navbar-brand {
    width: 238px;
    padding: 8px 0;
}

.fixed-top.navbar-expand-md .navbar-nav .nav-link {
    line-height: 80px;
}

.navbar-expand-md .navbar-nav .nav-item:hover .nav-link {
    border-bottom: dashed 2px #f6961f;
}

@-webkit-keyframes animborder {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px);
    }
}

@keyframes animborder {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px);
    }
}

.dropdown-item.active,
.dropdown-item:hover,
.dropdown-item:active {
    /*background-color:  #F6961F;*/
    color: #fff;
    background: #f6961f url(../images/menu-arrow-white.png) no-repeat -5px center;
}

/*sub dropdown menu*/

.navbar .dropdown-menu {
    /* border-bottom: 2px solid #ee8934;;*/
    top: 65px;
    /*left: 14px;*/
    padding: 0;
}

/*.navbar-expand-md .navbar-nav .nav-item {
  box-shadow: 0 2px 8px rgba(0,0,0,.1);
}*/

.navbar.fixed-top .dropdown-menu {
    /*  border-bottom: 2px solid #ee8934;;*/
    top: 88px;
    /*left: 12px;*/
    padding: 0;
}

.dropdown-menu a {
    padding: 7px 20px;
    display: inline-block;
    font-family: "Rubik", sans-serif;
    border: dotted 1px;
    line-height: 20px;
    background: url(../images/menu-arrow.png) no-repeat -5px center;
}

/*.dropdown-menu li {*/

/*    border-bottom: 1px solid #ececec;*/

/*}*/

.dropdown-menu li:first-child,
.dropdown-menu li:last-child {
    border-bottom: none;
}

.dropdown-divider {
    margin: 0 0 0.5rem 0;
}

/*.dropdown:hover .dropdown-menu {display: block;}*/

.mlr-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mt_60 {
    margin-top: -60px !important;
}

.featured-icon-box.style1 {
    padding: 35px 27px 31px;
    width: 100%;
}

.featured-icon-box .ttm-icon.ttm-icon_element-size-md {
    height: 48px;
    width: 48px;
    line-height: 48px;
}

.featured-icon-box .ttm-icon {
    margin-bottom: 0px;
}

.featured-icon-box.style1 .ttm-icon.ttm-icon_element-size-md span {
    font-size: 50px;
    padding-top: 5px;
}

.featured-icon-box.style1 .ttm-icon.ttm-icon_element-size-md span {
    font-size: 50px;
    padding-top: 5px;
}

.featured-icon-box.top-icon .featured-content {
    padding-top: 19px;
}

.featured-icon-box.style1 .featured-title h5 {
    margin-bottom: 10px;
}

.featured-title h5 {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 5px;
}

.carousel {
    position: relative;
    /*box-shadow: 0 0 5px #888;*/
    /* box-shadow: 0 0 5px #000000; */
    margin-top: -11px;
}

.carousel .carousel-item .caption {
    margin-top: -150px;
    width: 100%;
    position: absolute;
    top: 50%;
}

.carousel .carousel-item .caption .banner {
    /*background: url(../images/style-bg-2.png) no-repeat scroll 0px 0;*/
    /*    background-size: cover; */
    /* padding: 58px 0px 0px 70px; */
    /* width: 100%; */
    /* height: 350px; */
    padding: 32px 0px 0px 109px;
    width: 100%;
    height: 300px;
    /* background-color: #1c9ec2bd;*/
    margin-left: 10;
    /* box-shadow: 8px 8px 3px 0px #f7f4f4;*/
    margin-left: 10%;
}

.carousel .carousel-item .caption .banner h3 {
    color: #17a2b8;
    font-weight: 900;
    font-size: 44px;
    line-height: 60px;
}

.carousel .carousel-item .caption .banner2 {
    padding: 32px 0px 0px 64px;
    width: 100%;
    margin-left: 10;
    /* box-shadow: 8px 8px 3px 0px #f7f4f4; */
    margin-left: 15%;
}

.carousel .carousel-item .caption .banner2 h3 {
    color: #17a2b8;
    font-weight: 900;
    font-size: 44px;
    line-height: 60px;
}

.banner-btn2 {
    /*background: url(../images/link-style-8.png) no-repeat scroll 0px 0;*/
    /*background-size: cover;*/
    padding: 11px 7px;
    margin-top: 10%;
    /*margin-left: 16%;*/
    color: #2364a2;
}

.banner-btn {
    margin-top: 10%;
    color: #f6961f;
}

.theme_btn2 {
    color: #484848;
    text-align: center;
    display: inline-block;
    position: relative;
    background: white;
    font-size: 15px;
    padding: 9px 21px;
    border: dashed 1px #484848 !important;
}

.theme_btn2::after {
    position: absolute;
    content: "";
    width: 36px;
    height: 31px;
    background: url(../images/services/follow-us-lr-mr-icon.png) no-repeat
        center top;
    right: -25px;
    top: 5px;
    z-index: 1000;
}

.theme_btn2:hover {
    color: white;
    text-align: center;
    display: inline-block;
    padding: 9px 25px;
    padding: 7px 19px;
    position: relative;
    background: #17a2b8;
    border: 1px dashed black !important;
    font-size: 19px;
}

.theme_btn {
    color: #fff;
    text-align: center;
    display: inline-block;
    position: relative;
    background: #f6961f !important;
    font-size: 15px;
    padding: 9px 21px;
}

.theme_btn::after {
    position: absolute;
    content: "";
    width: 36px;
    height: 31px;
    background: url(../images/services/am-i-more-bg.png) no-repeat center top;
    right: -20px;
    top: 5px;
    z-index: 1000;
}

.theme_btn:hover {
    color: white;
    text-align: center;
    display: inline-block;
    padding: 9px 21px;
    position: relative;
    background: #17a2b8;
    border: 1px dashed black;
    font-size: 15px;
}

/*service part*/

.service-bg {
    /* background:url(../images/child-service-bg.jpg) no-repeat;
 background-size: 100%;*/
    /* background-attachment: fixed;*/
    background-color: #17a2b8b8;
}

.serviceBox {
    /*  color: #fff;
    font-family: 'Montserrat', sans-serif;*/
    text-align: center;
    padding: 35px 13px 0;
    margin: 0 15px;
    position: relative;
    z-index: 1;
    height: 365px;
}

.item-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 0.5s ease;
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 1) 0%,
        rgb(165, 160, 160) 100%
    );
}

.item-content .title {
    background: linear-gradient(-135deg, #eadce5, rgb(246, 150, 31));
    /* font-size: 42px; */
    /*line-height: 52px;*/
    /* height: 42px; */
    width: 100%;
    margin: 0 auto;
    /* border-radius: 50%; */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5), 0 0 0 7px #fff;
    margin-top: -18px;
}

.inner-list {
    padding-left: 40px;
    list-style: none;
    margin-top: 0px;
    height: 239px;
    line-height: 30px;
}

.inner-list .list a {
    /*font-family: 'FontAwesome';*/
    /*content: '';*/
    /* font-family: 'FontAwesome'; */
    font-family: "Rubik", sans-serif;
    margin: 0 5px 0 -22px;
    color: #616161;
    background: url(../images/spl-li.png) no-repeat 0px center;
    padding: 4px 20px;
    line-height: 30px;
    font-size: 16px;
    /* display:block; */
}

.serviceBox:hover .item-content {
    visibility: visible;
    opacity: 1;
    padding: 25px 10px 0 19px;
    height: 100%;
    width: 100%;
    transition: 0.3s all linear;
    top: 0%;
}
ul.inner-list_.fa-ul {
    line-height: 31px;
}

.serviceBox:before,
.serviceBox:after {
    content: "";
    /* background: linear-gradient(-135deg,rgb(246, 150, 31),rgb(246, 150, 31));*/
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 1) 0%,
        rgb(165, 160, 160) 100%
    );
    height: calc(100% - 50px);
    width: 100%;
    position: absolute;
    right: 0;
    top: 10px;
    z-index: -1;
}

.serviceBox:after {
    background: transparent;
    border: 1px solid #d1d1d1;
    top: 0;
    right: -10px;
    z-index: -2;
}

.serviceBox .title {
    font-size: 16px;
    font-weight: 600;
    /*text-transform: uppercase;*/
    margin: 0 0 10px;
    padding: 10px;
}

.serviceBox .description {
    font-size: 13px;
    font-weight: 500;
    line-height: 23px;
    margin: 0 0 20px;
}

.serviceBox .service-icon {
    background: linear-gradient(-135deg, #eadce5, rgb(246, 150, 31));
    /* font-size: 42px;*/
    line-height: 52px;
    /*height: 42px;*/
    width: 238px;
    margin: 0 auto;
    /* border-radius: 50%; */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5), 0 0 0 7px #fff;
    margin-top: 18px;
}

.pt-120 {
    padding-top: 120px;
}

.test-video {
    background: url(../images/viedo-bg.png) no-repeat;
    background-size: 100%;
    position: relative;
    height: 353px;
}

.test-video iframe {
    width: 79%;
    height: 276px;
    margin-top: 31px;
    margin-left: 57px;
}

.consult-col {
    padding: 75px 10px 11px 10px;
    box-shadow: 0 5px 20px rgb(0 0 0 / 15%);
    height: 320px;
    /* border-radius: 28px; */
    border: dashed 1px #f1b372;
    border-radius: 20px;
    background-color: #fff5e9;
}

.icon-holder {
    background-color: #fff;
    padding: 5px;
    width: 160px;
    height: 160px;
    position: absolute;
    top: -99px;
    left: 50%;
    margin-left: -82px;
    box-shadow: 0 5px 20px rgb(0 0 0 / 15%);
    border-radius: 50%;
}

.icon-holder img {
    width: 155px;
    /* margin-left: -20px; */
    /* margin-top: 17px; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.consult-head h5 {
    background: linear-gradient(183deg, #ffffff, rgb(235 235 235));
    color: #b97117;
    line-height: 30px;
    padding: 10px;
    padding-bottom: 9px;
    text-align: center;
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
    margin-top: 0px;
    box-shadow: 0 0 0px rgb(160 159 159 / 50%), 0 0 0 1px #ec922342;
    height: 76px;
    border-radius: 13px;
    font-family: "Rubik", sans-serif;
}

.consult-content > p {
    font-size: 17px;
    padding-top: 5px;
    color: #080808;
    margin: 0 0 10px;
    font-family: "Rubik", sans-serif;
}

.single-service {
    border: solid 1px;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
    background: url(../images/list-icon3.png) no-repeat;
    background-size: cover;
    height: 148px;
    position: relative;
    display: block;
    color: #000;
    padding: 53px 0 41px 122px;
    font-size: 18px;
}

.nav-pills .nav-link span {
    padding: 19px 40px 42px 2px;
    border-top: solid 1px;
    border-bottom: solid 1px;
    border-right: solid 1px;
    border-top-right-radius: 37px;
    /* background-color: white; */
    border-bottom-right-radius: 37px;
}

.text-gray {
    font-size: 18px;
    font-weight: 500;
    color: #84551c;
    font-family: "Rubik", sans-serif;
}

/*footer css*/

.footer {
    background-color: #0196ad;
    padding: 50px 0;
    padding-bottom: 0px;
}

.copyright-content {
    background-color: #ebebeb;
    padding: 10px 0px;
    padding-bottom: 2px;
    border-top: 1px dashed #f6961f;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}

.footer .footer-contact p {
    position: relative;
    padding-left: 47px;
    /*border-bottom: 1px dotted #ececec;
   */
    margin-bottom: 20px;
}

.footer .footer-contact p i {
    position: absolute;
    top: 0px;
    left: 0;
    /* bottom: -49px; */
    padding: 18px;
    margin-bottom: 44px;
    font-size: 18px;
    line-height: 18px;
    background-color: #0e7e90;
    width: 28px;
    height: 28px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 28px;
    /* color: black; */
    border-radius: 50%;
    border: dotted 1px #d5a160;
}

.footer .social-icons i {
    font-size: 20px;
    line-height: 22px;
    background-color: #038195;
    width: 43px;
    height: 43px;
    /* line-height: 42px; */
    /* margin: 10px 15px; */
    border-radius: 50%;
    padding: 10px;
    vertical-align: middle;
    text-align: center;
    margin: auto;
    margin-bottom: 11px;
    border: dotted 1px #ffffff;
}

.footer-title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 12px;
}

.heading-top1 {
    /*font-weight: 700;
    border-left: 4px solid #F6961F;
    padding-left: 10px;
    line-height: 35px;
    display: inline-block;
    color: #223645;
        margin-bottom: 15px;*/
    position: relative;
    height: 38px;
    width: 100%;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 5px;
    display: inline-block;
    padding-left: 10px;
    border-left: 5px solid;
    border-image-source: linear-gradient(0deg, #f6961f, #5d5b59 100%);
    border-image-slice: 1;
}

.doc-title {
    margin-top: 40px;
    margin-bottom: 6px;
    font-size: 25px;
}

.testimonials-bg {
    /*  background: url(../images/testimonial-bg.jpg) no-repeat center;*/
    /*background-size: cover;*/
    background-color: #17a2b8;
}

.testimonial-bg {
    /* border: 3px dashed #F6961F; */
    /* background: white; */
    background: linear-gradient(175deg, #ffffff, rgb(255 222 182));
    /* background: linear-gradient(to left, white, rgba(252, 159, 44, 0.9)); */
    border: 1px dashed #ffffff;
    padding: 50px 70px;
    text-align: center;
    position: relative;
    border-radius: 25px;
}

.testimonial-bg:before {
    content: "\f10d";
    font-family: "fontawesome";
    width: 70px;
    height: 70px;
    line-height: 50px;
    border-radius: 50%;
    background: #c79252;
    margin: auto;
    text-align: center;
    font-size: 31px;
    justify-content: center;
    color: white;
    position: relative;
    top: -43px;
    align-items: center;
    justify-content: center;
    display: inline-grid;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial {
    padding: 0 15px;
}

.testimonial .description {
    font-size: 17px;
    font-weight: 400;
    /*font-style: italic;*/
    /*color: #ffffff;*/
    line-height: 30px;
    padding-bottom: 25px;
    margin-bottom: 15px;
    position: relative;
    color: black;
    font-weight: 500;
}

.testimonial .description:before {
    content: "";
    width: 75%;
    border-top: 1px solid #ddd;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.testimonial .description:after {
    content: "";
    width: 20px;
    height: 20px;
    /*background: #01365D;*/
    background: #17a2b8;
    position: absolute;
    bottom: -10px;
    left: 50%;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translateX(-50%) rotate(45deg);
}

.testimonial .pic {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 15px auto;
    overflow: hidden;
    margin-top: 25px;
}

.testimonial .pic img {
    width: 100%;
    height: auto;
}

.testimonial .title {
    display: inline-block;
    font-size: 21px;
    font-weight: 700;
    color: #a15900;
    text-transform: capitalize;
    margin: 0;
}

.testimonial .post {
    display: inline-block;
    font-size: 20px;
    color: #848484;
}

.testimonials-bg .owl-nav {
    /*right: 0;*/
    position: absolute;
    border: solid 43px #17a2af;
    top: 95%;
    border-radius: 50%;
}

.testimonials-bg .owl-nav:before {
    background: #ffffff;
    position: absolute;
}

.testimonials-bg .owl-nav button.owl-prev,
.testimonials-bg .owl-nav button.owl-next,
.sec-tour .owl-nav button.owl-prev,
.sec-tour .owl-nav button.owl-next {
    position: absolute;
    height: 30px;
    width: 30px;
    background-color: #ffffff;
    line-height: 27px;
    margin-top: -13px;
    border-radius: 50%;
}

.testimonials-bg .owl-nav button.owl-prev,
.sec-tour .owl-nav button.owl-prev {
    left: 50%;
    margin-left: -33px;
    margin-top: -24px;
}

.testimonials-bg .owl-nav button.owl-next,
.sec-tour .owl-nav button.owl-next {
    right: 50%;
    margin-right: -33px;
    margin-top: -24px;
}

.testimonials-bg .owl-nav button.owl-prev span,
.testimonials-bg .owl-nav button.owl-next span,
.sec-tour .owl-nav button.owl-prev span,
.sec-tour .owl-nav button.owl-next span {
    font-size: 40px;
    color: #f6961f;
}

@media only screen and (max-width: 767px) {
    .testimonial-bg {
        padding: 50px 40px;
    }
    .owl-theme .owl-controls {
        bottom: -22%;
    }
}

@media only screen and (max-width: 480px) {
    .testimonial-bg:before {
        width: 55px;
        height: 55px;
        line-height: 55px;
        font-size: 40px;
    }
    .testimonial-bg {
        padding: 30px 10px;
    }
    .owl-theme .owl-controls {
        bottom: -15%;
    }
}

@media only screen and (max-width: 360px) {
    .testimonial .title,
    .testimonial .post {
        font-size: 16px;
    }
    .owl-theme .owl-controls {
        bottom: -12%;
    }
}

nav > .nav.nav-tabs {
    border: none;
    color: #fff;
    background: #17a2b8 url(../images/doc_name_leaf_bg.png) no-repeat bottom
        right !important;
    border-radius: 0;
}

nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active {
    /*padding: 18px 25px;*/
    color: #000;
    /*background-color: transparent;*/
    border-radius: 0;
}

.nav-tabs .nav-link.active {
    /*color: #F6961F;*/
    background-color: #f6961f;
    border: solid 5px #f6961f;
}

nav > div a.nav-item.nav-link.active:after {
    content: "";
    position: relative;
    bottom: -55px;
    left: -10%;
    border: 15px solid transparent;
    border-top-color: #f6961f;
}

.tab-content {
    background: #f2f2f2;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top: 5px solid #f6961f;
    border-bottom: 5px solid #f6961f;
    padding: 4px 4px !important;
}

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus {
    /*border: none;*/
    /*  background: #F6961F;*/
    color: #fff;
    border: solid 5px #f6961f;
    transition: background 0.2s linear;
}

.about-page .sub-title {
    /*color: #1464B4;*/
    /*font-weight: 700;*/
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 30px;
}

.main-timeline {
    /*font-family: 'Work Sans', sans-serif;*/
    position: relative;
}

.main-timeline:after {
    content: "";
    display: block;
    clear: both;
}

.main-timeline:before {
    content: "";
    background-color: #888585;
    height: 100%;
    width: 1px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: 0;
}

.main-timeline .timeline {
    width: 50%;
    padding: 25px 25px 0 20px;
    float: right;
}

.main-timeline .timeline-content {
    color: #fff;
    background: linear-gradient(-176deg, #e3e3e300, rgb(246 150 31 / 60%));
    text-align: center;
    padding: 20px 30px 20px 75px;
    border: 5px solid #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    display: block;
    position: relative;
    z-index: 1;
}

.main-timeline .timeline-content:hover {
    text-decoration: none;
}

.main-timeline .timeline-icon {
    color: #f6961f;
    background-color: #f6961f;
    font-size: 30px;
    line-height: 58px;
    height: 60px;
    width: 60px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    right: -30px;
    top: -30px;
    z-index: 1;
}

.main-timeline .timeline-icon:before {
    content: "";
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 7px;
    top: 7px;
    right: 7px;
    bottom: 7px;
    z-index: -1;
}

.main-timeline .timeline-year {
    color: #f6961f;
    background-color: #fff;
    font-size: 17px;
    font-weight: 700;
    padding: 10px 9px;
    border-radius: 0 20px 0 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    position: absolute;
    left: -25px;
    top: 44px;
}

.main-timeline .timeline-year:after {
    content: "";
    background: linear-gradient(to top right, #fdfdfd00 50%, #f6961f 50%);
    height: 15px;
    width: 20px;
    position: absolute;
    top: 100%;
    left: 0;
}

.main-timeline .title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    /* letter-spacing: 1px; */
    margin: 0 0 5px;
    color: #0292a9;
    line-height: 26px;
}

.main-timeline .description {
    font-size: 15px;
    color: black;
    letter-spacing: 1px;
    margin: 0 0 0 10px;
}

.main-timeline .timeline:nth-child(even) {
    padding: 25px 20px 0 25px;
    margin: 0 10px 0 0;
    float: left;
}

.main-timeline .timeline:nth-child(even) .timeline-content {
    padding: 20px 75px 20px 30px;
}

.main-timeline .timeline:nth-child(even) .timeline-icon {
    left: -30px;
    right: auto;
}

.main-timeline .timeline:nth-child(even) .timeline-year {
    border-radius: 20px 0 0 0;
    left: auto;
    right: -25px;
}

.main-timeline .timeline:nth-child(even) .timeline-year:after {
    transform: rotateY(180deg);
    left: auto;
    right: 0;
}

.page-banner {
    background: url(../images/child-banner-bg-new.jpg) no-repeat center right;
    background-size: cover;
    padding: 40px 0;
    box-shadow: 0 0 5px #000000;
    position: relative;
    margin-top: -11px;
}

.page-banner p {
    font-size: 18px;
    font-family: "Rubik", sans-serif;
}

.page-banner h1 {
    margin-bottom: 10px;
    font-size: 28px;
    font-family: "Rubik", sans-serif;
}

.contact p {
    position: relative;
    padding-left: 57px;
    /* border-bottom: 1px dotted #ececec; */
    margin-bottom: 30px;
}

.contact p i {
    position: absolute;
    top: 0px;
    left: 0;
    /* bottom: -49px; */
    /* margin-bottom: 44px; */
    font-size: 28px;
    line-height: 18px;
    background-color: #17a2b8;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 39px;
    border: dotted 1px #ffffff;
}

.dropdown-menu.meganav,
.dropdown-menu.meganavbar {
    left: -315px;
    min-width: 50rem;
    padding: 0;
    background-color: #fff;
    background: url(../images/nav-bg.jpg) no-repeat left bottom 0px;
    /*background-size: 100%;*/
    background-size: cover;
    object-fit: cover;
}

.dropdown-menu.meganavbar .nav-title {
    background-color: #f6961f;
    color: #fff;
    padding: 5px 20px;
    padding-left: 8px;
    border: solid 1px;
}

.list-service {
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 1) 0%,
        rgb(216 216 216) 100%
    );
    padding: 10px 25px;
    box-shadow: 0 0 2px #000000;
    margin-bottom: 30px;
}

.list-service li a {
    display: block;
    width: 100%;
    padding: 2.25rem 7.5rem;
    clear: both;
    color: #000000;
    text-align: inherit;
    white-space: nowrap;
    padding: 10px 20px;
    margin-bottom: 13px;
    border: dashed 1px black;
    box-shadow: 0 0 7px rgb(161 160 160 / 95%), 0 0 0 7px #fff;
    font-weight: 500;
    background: linear-gradient(-135deg, #e3e3e3, rgb(246, 150, 31));
}

.list-service li.nav-title {
    background-color: #f6961f;
    color: #fff;
    padding: 5px 20px;
    padding-left: 8px;
    border: solid 1px;
}

.list-service li a:hover,
.list-service li.active a {
    background: #17a2b8 url(../images/menu-arrow-white.png) no-repeat -8px center;
    color: white;
}

.service-section .heading-top1 {
    margin-bottom: 20px;
    font-size: 30px;
}

.service-heading {
    font-size: 26px;
    color: #17a2b8;
}

.service-img img {
    box-shadow: 0 0 3px #000000;
    border-radius: 0px 50px;
}

.service-section .inner-list {
    height: auto;
    margin-top: 8px;
    margin-bottom: 10px;
}

.test-item {
    position: relative;
    box-shadow: inset 0 0 5px 1px rgba(51, 51, 51, 0.2);
    margin: 30px 1%;
    padding: 38px 44px;
}

.test-item::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    border-top: 5px solid #17a2b8;
    border-left: 5px solid #17a2b8;
    top: -10px;
    left: -10px;
}

.test-item p:before {
    content: "\f10d";
    font-family: "fontawesome";
    /* width: 70px; */
    /* height: 65px; */
    line-height: 75px;
    border-radius: 50%;
    /* background: #01365D; */
    /* background: #17a2b8; */
    text-align: center;
    font-size: 26px;
    color: #17a2b8;
    position: absolute;
    top: -10px;
    left: 2%;
}

.test-item .title {
    font-size: 18px;
}

.test-item:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    border-bottom: 5px solid #17a2b8;
    border-right: 5px solid #17a2b8;
    right: -10px;
    bottom: -10px;
}

/*  ===============================================
    TooltipTop
------------------------*/

.tooltip-top {
    position: relative;
}

.tooltip:after,
.tooltip:before,
[data-tooltip]:after,
[data-tooltip]:before {
    position: absolute;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
        -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
        -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
        transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    pointer-events: none;
}

.tooltip:before,
[data-tooltip]:before {
    z-index: 1001;
    border: 6px solid transparent;
    background: 0 0;
    content: "";
}

.tooltip-top:before,
.tooltip:before,
[data-tooltip]:before {
    margin-left: -6px;
    margin-bottom: -12px;
    border-top-color: #f6961f;
    /*border-top-color: hsla(0,0%,20%,.9);*/
}

.tooltip-top:after,
.tooltip-top:before,
.tooltip:after,
.tooltip:before,
[data-tooltip]:after,
[data-tooltip]:before {
    bottom: 100%;
    left: 50%;
}

.tooltip-top:focus:after,
.tooltip-top:focus:before,
.tooltip-top:hover:after,
.tooltip-top:hover:before,
.tooltip:focus:after,
.tooltip:focus:before,
.tooltip:hover:after,
.tooltip:hover:before,
[data-tooltip]:focus:after,
[data-tooltip]:focus:before,
[data-tooltip]:hover:after,
[data-tooltip]:hover:before {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    transform: translateY(-12px);
}

.tooltip-top:after,
.tooltip:after,
[data-tooltip]:after {
    margin-left: -80px;
}

.tooltip:after,
[data-tooltip]:after {
    z-index: 1000;
    padding: 8px;
    width: 160px;
    background-color: #000;
    background-color: #f6961f;
    color: #fff;
    content: attr(data-tooltip);
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    border-radius: 5px;
}

.tooltip:focus:after,
.tooltip:focus:before,
.tooltip:hover:after,
.tooltip:hover:before,
[data-tooltip]:focus:after,
[data-tooltip]:focus:before,
[data-tooltip]:hover:after,
[data-tooltip]:hover:before {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(Opacity=100);
    opacity: 1;
}

@media (min-width: 768px) {
    .navbar .dropdown:hover .dropdown-menu {
        display: block;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
}

/*@media (min-width: 1000px) {*/

/*  .navbar .dropdown:hover .dropdown-menu {*/

/*    display: block !important;*/

/*    -webkit-transition: all .3s;*/

/*    -moz-transition: all .3s;*/

/*    -ms-transition: all .3s;*/

/*    -o-transition: all .3s;*/

/*    transition: all .3s;*/

/*  }*/

/*}*/

/*start footer whatsapp and call buttons*/

#mybutton {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    z-index: 29;
}

.call-us {
    background: linear-gradient(-135deg, rgb(246, 150, 31), rgb(27 118 132));
    color: white;
    border-radius: unset;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    border-radius: 44px;
}

.call-us:hover {
    background-color: #018f99;
    color: white;
}

.whatsapp:hover {
    background-color: #10ba17;
    color: white;
}

.whatsapp {
    background: linear-gradient(-135deg, rgb(246, 150, 31), rgb(27 118 132));
    color: white;
    border-radius: unset;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    border-radius: 44px;
}

.whatsapp img {
    width: 32px;
    margin-right: 10px;
    border: 1px solid;
    border-radius: 29px;
}

.call-us img {
    width: 32px;
    margin-right: 10px;
    border: 1px solid;
    border-radius: 29px;
}

/*-------------------------------------------------------*/

.desc {
    font-size: 18px;
    color: #616161;
}

/*============faq==============*/

.myfaq {
    /*background-color: #F5F5F5;*/
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /*margin: 50px 0;*/
}

.wrapper {
    /*width: 60%;*/
}

.container-faq {
    background-color: white;
    color: black;
    border-radius: 20px;
    box-shadow: 0 5px 10px 0 rgb(0, 0, 0, 0.25);
    margin: 20px 0;
}

.question {
    font-size: 1.2rem;
    font-weight: 600;
    padding: 20px 80px 20px 20px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.question::after {
    content: "\002B";
    font-size: 2.2rem;
    position: absolute;
    right: 20px;
    transition: 0.2s;
}

.question.active::after {
    transform: rotate(45deg);
}

.answercont {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
}

.answer {
    padding: 0 20px 20px;
    line-height: 1.5rem;
}

.question.active + .answercont {
}

@media screen and (max-width: 790px) {
    html {
        font-size: 14px;
    }
    .wrapper {
        width: 80%;
    }
}

/*card design*/

.card-effects .card-effect {
    border: none;
    background: #dee2e6;
}

.card-effects .card-effect .card-body {
    box-shadow: 0px 5px 24.25px 0.75px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.card-effects .card-effect .card-img {
    position: relative;
    overflow: hidden;
}

.card-effects .card-effect:hover .card-img {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}

.card-effects .card-effect .card-img img {
    width: 100%;
    transition: 0.6s;
    /*border: 1px solid #17a2b8;*/
}

.card-effects .card-effect:hover .card-img img {
    transform: scale(1.2);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.card-effects .img-hover {
    position: relative;
    overflow: hidden;
    /*border: 1px solid #17a2b8;*/
}

.card-effects .img-hover img {
    transition: all 2s ease;
    transform: scale(1);
}

.card-effects .img-hover:after {
    content: "";
    position: absolute;
    pointer-events: none;
    opacity: 1;
    z-index: 3;
}

.card-effects .img-hover:before {
    content: "";
    position: absolute;
    pointer-events: none;
    opacity: 1;
    z-index: 3;
    top: -10%;
    right: 51%;
    bottom: -10%;
    left: 50%;
    background: rgba(255, 255, 255, 0.3);
}

.card-effects .img-hover:after {
    top: 50%;
    right: -10%;
    bottom: 50%;
    left: -10%;
    background: rgba(255, 255, 255, 0.6);
}

.card-effects .card-effect:hover .img-hover:before {
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 900ms linear;
}

.card-effects .card-effect:hover .img-hover:after {
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: all 900ms linear;
}

.card-effects .card-effect:hover .img-hover img {
    transform: scale(1.2);
}

.card-effects .card-btn {
    display: inline-block;
    padding: 14px 25px 14px 55px;
    position: relative;
    background-color: #2fbfa7;
    color: #ffffff;
    text-transform: capitalize;
    border-radius: 5px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 800;
    cursor: pointer;
    border: none;
    transition: 0.5s;
    background-image: linear-gradient(
        to right top,
        #8f42b9,
        #9746c3,
        #a04bce,
        #a84fd8,
        #b154e3
    );
}

.card-effects .card-btn:hover {
    background-image: linear-gradient(
        to right top,
        #b154e3,
        #a84fd8,
        #a04bce,
        #9746c3,
        #8f42b9
    );
    transition: 0.5s;
}

.card-effects .card-btn .icon-arrow {
    color: #ffffff;
    top: 16px;
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1),
        opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    font-size: 18px;
    backface-visibility: hidden;
    transform: translateZ(0);
    perspective: 1000;
}

.card-effects .card-btn .icon-arrow.before {
    left: 20%;
    position: absolute;
    transform-origin: left center;
}

.card-effects .card-btn .icon-arrow.after {
    opacity: 0;
    position: absolute;
    right: 48px;
    transform: translateX(75%) scaleX(0.1);
    transform-origin: right center;
}

.card-effects .card-btn.secondary {
    background-color: #ff7029;
}

.card-effects .card-btn.secondary:hover,
.card-effects .card-btn.secondary:active,
.card-effects .card-btn.secondary:focus {
    background-color: #2fbfa7;
}

.card-effects .card-btn.white .icon-arrow {
    color: #2fbfa7;
}

.card-effects .card-btn.white:hover .icon-arrow,
.card-effects .card-btn.white:active .icon-arrow,
.card-effects .card-btn.white:focus .icon-arrow {
    color: #fff;
}

.card-effects .card-btn.md .icon-arrow {
    top: 22px;
}

.card-effects .card-btn.sm {
    padding: 10px 25px 10px 50px !important;
    font-size: 14px !important;
}

.card-effects .card-btn .label {
    display: inline-block;
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    backface-visibility: hidden;
    transform: translateZ(0);
    perspective: 1000;
}

.card-effects .card-btn.white {
    background-color: #ffffff;
    color: #2fbfa7;
}

.card-effects .card-btn .icon-arrow.white {
    color: #2fbfa7;
    top: 16px;
}

.card-effects .card-btn:hover,
.card-effects .card-btn:active,
.card-effects .card-btn:focus {
    background-color: #ff7029;
    color: #ffffff;
}

.card-effects .card-btn:hover .icon-arrow.before,
.card-effects .card-btn:active .icon-arrow.before,
.card-effects .card-btn:focus .icon-arrow.before {
    opacity: 0;
    transform: translateX(-75%) scaleX(0.1);
}

.card-effects .card-btn:hover .icon-arrow.after,
.card-effects .card-btn:active .icon-arrow.after,
.card-effects .card-btn:focus .icon-arrow.after {
    opacity: 1;
    transform: translateX(0) scaleX(1);
}

.card-effects .card-btn:hover .label,
.card-effects .card-btn:active .label,
.card-effects .card-btn:focus .label {
    transform: translateX(-32px);
}

.card-effects .text-tb-lines {
    display: grid;
    align-items: center;
    text-align: center;
    gap: 10px;
    color: #6c757d;
}

.card-effects .text-tb-lines::before,
.text-tb-lines::after {
    content: "";
    border-top: 6px double;
    color: #f6961f;
}

.card-body {
    padding: 20px;
}

/* blog page css */

.myblog {
    border: 1px solid gray;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    height: 100%;
}

.bottom-border {
    border-bottom: 1px solid #d0cdcd;
}

.blog-title {
    font-weight: 600;
    font-size: 19px;
}

@media only screen and (max-width: 767px) {
    .desk_view {
        display: none;
    }
    .mobile_view {
        display: block;
    }
    .container.form__area {
        padding: 80px 33px;
        border-radius: 20px;
        background: #99e1ed;
        background: rgb(125, 228, 225);
        background: linear-gradient(
            354deg,
            rgb(195 250 248) 23%,
            rgb(255 252 247) 62%
        );
        box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    }
    .container-fluid {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .blog-row {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    a.read_btn {
        margin: 20px 0px;
    }
    .heading-top1 {
        margin-bottom: 24px;
    }
    .ppt-container h5 {
        font-weight: 600;
        color: #108496;
        font-size: 23px;
        padding-top: 20px;
        text-align: center;
        font-family: "Rubik", sans-serif;
    }
    .ppt-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-color: #ecfcff;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
        height: 100%;
        justify-content: center;
        align-items: center;
        margin-top: 15px;
    }
}

/* will */

.myblog {
    border: 1px solid gray;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.bottom-border {
    border-bottom: 1px solid gray;
}

.blog-title {
    font-weight: 600;
    font-size: 18px;
}

.blog-pic {
    border-radius: 13px;
    padding: 10px;
    border: 1px solid #e9e9e9;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

/* table style */

table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 18px;
    text-align: left;
}

table,
th,
td {
    border: 1px solid #ddd;
}

th,
td {
    padding: 12px;
}

th {
    background-color: #f2f2f2;
}

tr:nth-child(even) {
    background-color: #f9f9f9;
}

tr:hover {
    background-color: #f1f1f1;
}

th {
    color: #333;
}

/* ========== */

.table-responsive {
    overflow-x: auto;
}

.custom-control-icon {
    /* filter: invert(51%) sepia(98%) saturate(2764%) hue-rotate(356deg) brightness(100%) contrast(102%); */
    color: black;
}

@media (max-width: 750px) {
    .testi-img {
        display: none;
    }
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #f6961f !important;
}

.edu-video iframe {
    border-radius: 21px;
}

.edu-video .ytp-impression-link {
    background: rgba(23, 23, 23, 0.8);
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    bottom: 5px;
    border-radius: 25px !important;
    height: 47px;
    position: absolute;
}

.edu-video {
    margin-top: 20px;
}

._ox1 {
    left: 0;
    position: absolute;
    top: 0;
    border-radius: 20px !important;
    transform: initial;
}

/* CSS */

.dashed-line {
    border-top: 2px dashed #000;
    margin: 20px 0;
}

/* Custom CSS for the custom arrows */

.carousel-control-prev-icon {
    font-size: 30px;
    /* Set the arrow size */
    color: #fff;
    /* Set the color of the arrow */
    background-color: #007bff;
    /* Set the background color */
    padding: 10px;
    /* Add padding around the arrow */
    border: none;
    /* Remove default border */
    border-radius: 50%;
    /* Make the arrows circular */
    cursor: pointer;
    /* Change the cursor to pointer */
}

.awards img {
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    border: 7px solid #ffd49f;
    padding: 2px;
    border-radius: 20px;
}

.awards-area h1 {
    padding-bottom: 50px;
    margin-bottom: 30px;
}

.awards h2 {
    font-size: 19px;
    padding: 17px 0px;
    color: #6e4414;
    /* padding-top: 20px; */
    margin-top: 0px;
    line-height: 29px;
    font-family: "Rubik", sans-serif;
}

.awards_content {
    border-top: 1px dashed #ee9321;
    border-bottom: 1px dashed #ee9321;
    margin: 20px 0px;
    height: 150px;
}

.about-page-area {
    background: linear-gradient(
        358deg,
        rgb(207 255 254) 23%,
        rgb(241 254 255) 62%
    );
}

h2.doc-title {
    font-family: "Rubik", sans-serif;
    font-size: 30px;
    padding-bottom: 37px;
    color: #0088aa;
    margin-bottom: 15px;
}

.about-page-area p.sub-title {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 19px;
    line-height: 30px;
}

.about-page-area p {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
}

.doc-about-img {
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    border-radius: 50%;
}

.read_btn::after {
    position: absolute;
    content: "";
    width: 36px;
    height: 31px;
    background: url(../images/services/am-i-more-bg.png) no-repeat center top;
    right: -20px;
    top: 5px;
    z-index: 1000;
}

a.read_btn {
    border-radius: 25px;
    position: relative;
    background: #d07e19 !important;
    padding: 7px 23px;
    font-size: 18px;
    color: #fff7ed;
    border: 3px solid #cadde0;
    font-weight: 500;
    /* margin: 20px 10px; */
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
}

.awards {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* Ensures space between the image/text and the button */
    min-height: 300px;
    /* Adjust this height to ensure buttons align uniformly */
}

.awards {
    display: grid;
    grid-template-rows: 1fr auto;
    /* Makes the text take up as much space as needed, and the button sits at the bottom */
    min-height: 300px;
    /* Consistent height for alignment */
}

.m-10 {
    margin-top: 30px;
}

.description {
    /* background: #fceede; */
    /* min-height: 75%; */
    display: inline-block;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.description p {
    font-family: "Rubik", sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #000;
}

.media_set {
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    padding: 20px;
    background: rgb(125, 228, 225);
    background: linear-gradient(
        90deg,
        rgb(249 255 255) 23%,
        rgb(249 255 255) 62%
    );
    border: 1px solid #f5951c40;
    border-radius: 20px;
}

/* counter */

.counter-area {
    padding: 40px 0;
    text-align: center;
    background-color: #17a2b8;
}

.counter {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.counter-number {
    font-size: 48px;
    color: #ffe0ba;
}

.counter-number-set {
    font-size: 30px;
    color: #ffe0ba;
    line-height: 37px;
}

.counter p {
    font-family: "Rubik", sans-serif;
    font-size: 21px;
    font-weight: 400;
    color: #fff;
    padding-top: 20px;
}

.counter i {
    color: #fff;
}

.btn_about {
    display: inline-block;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 7px 19px;
    font-size: 1rem;
    background: #d77e0f;
    font-size: 19px;
    line-height: 1.5;
    font-family: "Rubik", sans-serif;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.description h2 {
    font-size: 25px;
    font-family: "Rubik", sans-serif;
    color: #e58103;
    text-decoration: none!important;
}

/* ppt  */

.ppt-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #ecfcff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
    height: 100%;
    justify-content: center;
    align-items: center;
}

.ppt-container h5 {
    font-size: 20px;
    font-family: "Rubik", sans-serif;
}

.ppt_container {
    display: block;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ffe2bd;
    background: rgb(125, 228, 225);
    background: linear-gradient(
        147deg,
        rgb(255 233 205) 23%,
        rgb(209 252 255) 62%
    );
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
    height: 100%;
}

.ppt-icon {
    font-size: 50px;
    color: #e44d26;
    /* PPT Icon Color */
    margin-right: 15px;
}

.download-btn {
    margin-left: 15px;
}

.ppt-container h5 {
    font-weight: 600;
    color: #108496;
    padding-top: 20px;
    font-size: 23px;
    font-family: "Rubik", sans-serif;
}

.btn_ppt {
    color: #fff;
    padding: 15px 20px !important;
    text-decoration: none !important;
    border-radius: 20px !important;
    background: #f5951c !important;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}

/* ppt end */

.divider {
    height: 1px;
    /* background-color: #ccc; */
    width: 100%;
    border: 1px dashed #f8981e;
    margin: 20px 0;
}

.awards__content {
    padding-top: 30px;
}

.bone-treat {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 19px;
    color: #0f5873;
    line-height: 30px;
}

option {
    height: 70px;
    overflow: auto;
    font-size: 17px;
    padding: 10px 0px;
    color: #000000;
    border-bottom: 1px solid rgb(177, 177, 177);
    font-weight: 500;
    font-family: "Rubik", sans-serif;
}

.form_area {
    width: 100%;
    display: block;
}

select {
    word-wrap: normal;
    width: 100%;
    padding: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
}

.container.form__area {
    padding: 80px 92px;
    border-radius: 20px;
    background: #99e1ed;
    background: rgb(125, 228, 225);
    background: linear-gradient(
        354deg,
        rgb(195 250 248) 23%,
        rgb(255 252 247) 62%
    );
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}

.form__area h2 {
    text-align: center;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    color: #141414;
}

.form__area label {
    font-size: 20px;
    color: #565656;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
}

.form_select {
    padding: 20px 0px;
}

.dropdown-item:active {
    background-color: #17a2b8 !important;
}

.desk_view {
    display: block;
}

.mobile_view {
    display: none;
}

/* reliance  */

.icon-holder {
    padding: 5px;
    width: 65%;
    margin: auto;
    display: block;
    /* text-align: center; */
    margin-bottom: 20px;
    position: relative;
    border-radius: 5%;
    left: 0px;
    top: 0px;
}

.icon-holder .lok {
    /* width: 112px; */
    /* margin-left: 20px; */
    /* margin-top: 18px; */
    text-align: center;
    justify-content: center;
    align-items: center;
    display: inline-block;
    width: 255px;
}

.icon-holder img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 255px;
}

.consult-col {
    box-shadow: 0 5px 20px rgb(0 0 0 / 15%);
    border: dashed 1px #f1b372;
    border-radius: 20px;
    height: auto;
    background-color: #fff5e9;
    justify-content: center;
    padding: 20px;
}

.consulting-area {
    background-image: url("../images/about/consult-bg.jpg");
}

/* reliance end */

/*  */

button.btn.btn-primary.submit_content {
    background: #b17e21;
    color: aliceblue;
    padding: 10px 75px;
    margin: auto;
    font-size: 20px;
    display: block;
    border: 3px solid #e7c17a;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    font-family: "Rubik";
    border-radius: 30px;
}

.location_icon i {
    font-size: 20px;
    color: #fff;
    background: antiquewhite;
    background: rgb(125, 228, 225);
    background: linear-gradient(
        90deg,
        rgb(199 146 82) 23%,
        rgb(177 119 49) 62%
    );
    padding: 15px;
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}

a#nav-home-tab {
    color: #fff;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
    font-size: 20px;
}

a#nav-profile-tab {
    color: #fff;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
    font-size: 20px;
}

a#nav-contact-tab {
    color: #fff;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
    font-size: 20px;
}

.awards-btn {
    margin: auto;
}

.middle-line hr {
    border-top: 1px dashed #fff;
}

@media only screen and (max-width: 767px) {
    .desk_view {
        display: none;
    }
    .mobile_view {
        display: block;
    }
    .header .call-icon {
        display: inline-block;
        background-color: #17a2b8;
        padding: 0px 0px;
    }
    .hospital_img {
        padding-bottom: 86px;
    }
    .icon-holder {
        width: 100%;
    }
}

/* zoom img */

.zoom-img {
    transition: transform 0.3s ease;
    /* Smooth zoom */
}

.zoom-img:hover {
    transform: scale(1.1);
    /* Zoom in on hover */
}

.specialized-care {
    border: 4px solid #f5951c47;
    border-radius: 20px;
}

.space_ {
    padding: 20px;
}

/* zoom img end */

.dropdown-menu.meganavbar .nav-title_ {
    background-color: #17a2b8;
    color: #fff;
    padding: 5px 20px;
    padding-left: 8px;
    border: solid 1px;
}

.space {
    padding: 20px 0px;
}

/* media home */

.video-stack-layout {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 20px;
    max-width: 1400px;
    margin: 0 auto;
}

.video-stack {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
    max-width: 350px;
}

.video-item {
    transition: transform 0.3s ease;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.video-item:hover {
    transform: scale(1.02);
}

.center-video {
    flex: 2;
    max-width: 340px;
    position: relative;
    z-index: 2;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    overflow: hidden;
}

/* Optional enhancements - add these to the style section if desired */

/* Hover effect for entire card */

#faqAccordion .card:hover {
    transform: translateY(-2px);
    transition: transform 0.3s ease;
}

/* Active question styling */

#faqAccordion .btn-link[aria-expanded="true"] {
    background-color: #f8f9fa;
    color: #212223;
    font-weight: 600;
    font-size: 18px;
}

.btn-link {
    font-weight: 400;
    color: #2f3031;
    text-decoration: none;
    font-size: 18px;
}

/* Custom scrollbar for card body */

#faqAccordion .card-body::-webkit-scrollbar {
    width: 8px;
}

#faqAccordion .card-body::-webkit-scrollbar-track {
    background: #f1f1f1;
}

#faqAccordion .card-body::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

/* Smooth shadow transition on hover */

#faqAccordion .card {
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

#faqAccordion .card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* Add a subtle gradient background to the section */

.faq-section {
    background: linear-gradient(to bottom, #ffffff, #f8f9fa);
}

@media (max-width: 1200px) {
    .video-stack-layout {
        flex-direction: column;
        gap: 20px;
    }
    .video-stack {
        flex-direction: row;
        max-width: 100%;
        overflow-x: auto;
        padding: 10px 0;
        gap: 15px;
    }
    .video-item {
        min-width: 300px;
        flex: 0 0 auto;
    }
    .center-video {
        max-width: 100%;
        margin: 20px 0;
    }
}

@media (max-width: 768px) {
    .video-stack-layout {
        padding: 10px;
    }
    .video-stack {
        gap: 10px;
    }
    .video-item {
        min-width: 250px;
    }
    .video-stack {
        flex-direction: column;
        max-width: 100%;
        overflow-x: none;
        padding: 10px 0;
        gap: 15px;
    }
}

/* media home end */

.btn-link {
    font-weight: 400;
    color: #191a1a !important;
    text-decoration: none !important;
    font-size: 18px !important;
}

/* youtube playlist */
.playlist-vertical {
    background: linear-gradient(90deg, #f7d774 0%, #f7e7a6 100%);
    border-radius: 8px;
    padding: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.playlist-title {
    font-size: 1.5rem;
    font-weight: bold;
    background: #333;
    color: #ffffff;
    padding: 12px 20px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.playlist-list {
    margin: 0;
    padding: 0;
}
.playlist-list .nav-link {
    color: #333;
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 12px 20px;
    font-size: 1rem;
    display: flex;
    align-items: center;
    transition: background 0.2s;
}
.playlist-list .nav-link.active,
.playlist-list .nav-link:hover {
    background: #e6c15a;
    color: #000;
    font-weight: bold;
}
.playlist-icon {
    color: #e6c15a;
    margin-right: 10px;
    font-size: 1.2em;
}

/* --- Responsive YouTube Playlist Flex Layout --- */
.playlist-video-flex {
    display: flex;
    gap: 32px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.playlist-vertical {
    min-width: 220px;
    max-width: 320px;
    flex: 1 1 220px;
}
.playlist-video-content {
    flex: 2 1 400px;
    min-width: 0;
}
@media (max-width: 900px) {
    .playlist-video-flex {
        flex-direction: column;
        gap: 20px;
    }
    .playlist-vertical,
    .playlist-video-content {
        max-width: 100%;
        width: 100%;
    }
}
/* --- End Responsive YouTube Playlist Flex Layout --- */

/* --- Modern Vertical Tab (Playlist) Design --- */
.playlist-vertical {
    background: linear-gradient(120deg, #fffbe6 0%, #85eeff 100%);
    border-radius: 18px;
    box-shadow: 0 4px 24px 0 rgba(23, 162, 184, 0.08),
        0 1.5px 6px 0 rgba(246, 150, 31, 0.1);
    padding: 0 0 12px 0;
    border: 1.5px solid #f7e7a6;
    min-width: 220px;
    max-width: 320px;
    margin-bottom: 0;
}
.playlist-title {
    font-size: 1.25rem;
    font-weight: 700;
    background: linear-gradient(90deg, #17a2b8 60%, #f6961f 100%);
    color: #fff;
    padding: 18px 28px 16px 28px;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px 0 rgba(23, 162, 184, 0.04);
}
.playlist-list {
    margin: 0;
    padding: 0;
}
.playlist-list .nav-link {
    color: #333;
    background: transparent;
    border: none;
    border-radius: 0 12px 12px 0;
    padding: 16px 24px 16px 32px;
    font-size: 1.08rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-bottom: 2px;
    position: relative;
    transition: background 0.18s, color 0.18s, box-shadow 0.18s;
    box-shadow: none;
    letter-spacing: 0.2px;
}
.playlist-list .nav-link.active,
.playlist-list .nav-link:hover {
    background: linear-gradient(90deg, #f7e7a6 60%, #fff 100%);
    color: #17a2b8;
    font-weight: 700;
    box-shadow: 0 2px 8px 0 rgba(246, 150, 31, 0.08);
}
.playlist-list .nav-link.active {
    border-left: 5px solid #f6961f;
    background: linear-gradient(175deg, #fffbe6 60%, #fff7ec 100%);
    color: #2c2c2b;
    font-weight: 600;
    box-shadow: 0 4px 16px 0 rgba(246, 150, 31, 0.1);
}
.playlist-icon {
    color: #17a2b8;
    margin-right: 14px;
    font-size: 1.25em;
    transition: color 0.18s;
}
.playlist-list .nav-link.active .playlist-icon {
    color: #f6961f;
}
@media (max-width: 900px) {
    .playlist-vertical {
        max-width: 100%;
        min-width: 0;
        border-radius: 14px;
    }
    .playlist-title {
        border-top-left-radius: 14px;
        border-top-right-radius: 14px;
        padding: 14px 18px 12px 18px;
        font-size: 1.1rem;
    }
    .playlist-list .nav-link {
        padding: 13px 16px 13px 22px;
        font-size: 1rem;
    }
}
/* --- End Modern Vertical Tab (Playlist) Design --- */

/* --- Enhanced Modern Vertical Tab (Playlist) Design --- */
.playlist-vertical {
    background: linear-gradient(
        120deg,
        rgba(255, 251, 230, 0.85) 0%,
        rgba(133, 238, 255, 0.85) 100%
    );
    border-radius: 20px;
    box-shadow: 0 8px 32px 0 rgba(23, 162, 184, 0.13),
        0 2px 8px 0 rgba(246, 150, 31, 0.13);
    padding: 0 0 14px 0;
    border: 1.5px solid #b2e6f7;
    min-width: 220px;
    max-width: 340px;
    margin-bottom: 0;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    position: relative;
}
.playlist-title {
    font-size: 1.28rem;
    font-weight: 800;
    background: linear-gradient(90deg, #17a2b8 60%, #f6961f 100%);
    color: #fff;
    padding: 13px 32px 13px 32px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    letter-spacing: 0.7px;
    box-shadow: 0 2px 12px 0 rgba(23, 162, 184, 0.07);
    text-shadow: 0 1px 2px rgba(44, 44, 43, 0.08);
}

.playlist-list {
    margin: 0;
    padding: 0;
}
.playlist-list .nav-link {
    color: #333;
    background: rgba(255, 255, 255, 0.7);
    border: none;
    border-radius: 0 16px 16px 0;
    padding: 18px 8px 10px 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-bottom: 4px;
    position: relative;
    transition: background 0.22s, color 0.22s, box-shadow 0.22s, transform 0.18s;
    box-shadow: none;
    letter-spacing: 0.2px;
    outline: none;
    z-index: 1;
    cursor: pointer;
}
.playlist-list .nav-link:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #b2e6f7;
    display: none;
    margin-right: 16px;
    transition: background 0.22s, box-shadow 0.22s;
}
.playlist-list .nav-link.active:before {
    background: #f6961f;
    box-shadow: 0 0 0 4px #f7e7a6;
}
.playlist-list .nav-link.active,
.playlist-list .nav-link:hover,
.playlist-list .nav-link:focus {
    background: linear-gradient(90deg, #fffbe6 60%, #e6faff 100%);
    color: #17a2b8;
    font-weight: 700;
    box-shadow: 0 4px 16px 0 rgba(246, 150, 31, 0.1),
        0 2px 8px 0 rgba(23, 162, 184, 0.07);
    transform: translateY(-2px) scale(1.03);
}
.playlist-list .nav-link.active {
    border-left: 6px solid #f6961f;
    background: linear-gradient(175deg, #fffbe6 60%, #fff7ec 100%);
    color: #2c2c2b;
    font-weight: 700;
    box-shadow: 0 8px 24px 0 rgba(246, 150, 31, 0.13),
        0 2px 8px 0 rgba(23, 162, 184, 0.09);
    transform: translateY(-3px) scale(1.04);
    z-index: 2;
}
.playlist-icon {
    color: #17a2b8;
    margin-right: 14px;
    font-size: 1.25em;
    transition: color 0.18s;
    z-index: 2;
}
.playlist-list .nav-link.active .playlist-icon {
    color: #f6961f;
}
@media (max-width: 900px) {
    .playlist-vertical {
        max-width: 100%;
        min-width: 0;
        border-radius: 16px;
    }
    .playlist-title {
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        padding: 16px 18px 12px 18px;
        font-size: 1.1rem;
    }
    .playlist-list .nav-link {
        padding: 14px 16px 14px 22px;
        font-size: 1rem;
    }
    .service-section .heading-top1 {
        margin-bottom: 20px;
        font-size: 25px;
    }
}
/* --- End Enhanced Modern Vertical Tab (Playlist) Design --- */

/* --- End Enhanced Modern Vertical Tab (Playlist) Design --- */

/* --- Modern Playlist Video Container Design --- */
.playlist-video-container {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(23, 162, 184, 0.1);
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
}

.playlist-video-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #17a2b8 0%, #f6961f 50%, #17a2b8 100%);
    border-radius: 20px 20px 0 0;
}

.playlist-header {
    margin-bottom: 25px;
    text-align: center;
}

.playlist-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 0;
    position: relative;
    display: inline-block;
}

.playlist-title::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #17a2b8, #f6961f);
    border-radius: 2px;
}

/* Tab Content Styles */
.playlist-content {
    margin-bottom: 30px;
}

.playlist-content .tab-pane {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.video-wrapper {
    position: relative;
    width: 100%;
    background: #000;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.video-wrapper iframe {
    width: 100%;
    height: 400px;
    border: none;
    display: block;
}

/* Horizontal Tabs Navigation */
.playlist-tabs {
    border: none;
    background: transparent;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.playlist-tabs .nav-item {
    margin-bottom: 0;
    flex: 1;
    min-width: 200px;
}

.playlist-tabs .nav-link {
    background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 20px 25px;
    color: #495057;
    font-weight: 500;
    font-size: 0.95rem;
    line-height: 1.4;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    text-decoration: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    height: 100%;
    min-height: 80px;
}

.playlist-tabs .nav-link::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(23, 162, 184, 0.1),
        transparent
    );
    transition: left 0.5s ease;
}

.playlist-tabs .nav-link:hover::before {
    left: 100%;
}

.playlist-tabs .nav-link:hover {
    background: linear-gradient(135deg, #e3f2fd 0%, #f3e5f5 100%);
    border-color: #17a2b8;
    color: #17a2b8;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(23, 162, 184, 0.15);
}

.playlist-tabs .nav-link.active {
    background: linear-gradient(135deg, #fff7ed 0%, #e9c9a3 100%);
    border-color: #17a2b8;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(23, 162, 184, 0.25);
}

.playlist-tabs .nav-link.active::before {
    display: none;
}

.tab-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: rgba(23, 162, 184, 0.1);
    color: #17a2b8;
    border-radius: 50%;
    font-weight: 700;
    font-size: 0.9rem;
    margin-right: 15px;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.playlist-tabs .nav-link.active .tab-number {
    background: rgb(221 151 65);
    color: #fff;
}

.tab-title {
    flex: 1;
    font-weight: 500;
    word-wrap: break-word;
}

/* Responsive Design */
@media (max-width: 768px) {
    .playlist-video-container {
        padding: 20px 15px;
        border-radius: 15px;
        margin-bottom: 30px;
    }

    .playlist-title {
        font-size: 1.5rem;
    }

    .playlist-title::after {
        width: 50px;
        height: 2px;
    }

    .video-wrapper iframe {
        height: 250px;
    }

    .playlist-tabs {
        flex-direction: column;
        gap: 10px;
    }

    .playlist-tabs .nav-item {
        flex: none;
        min-width: auto;
    }

    .playlist-tabs .nav-link {
        padding: 15px 20px;
        font-size: 0.9rem;
        flex-direction: row;
        text-align: left;
        min-height: auto;
    }

    .tab-number {
        margin-right: 12px;
        margin-bottom: 0;
        width: 28px;
        height: 28px;
        font-size: 0.8rem;
    }

    .tab-title {
        text-align: left;
        line-height: 1.3;
    }

    .playlist-tabs .nav-link:hover {
        transform: translateY(-1px);
    }

    .playlist-tabs .nav-link.active {
        transform: translateY(-2px);
    }
}

@media (max-width: 576px) {
    .playlist-video-container {
        padding: 15px 10px;
        border-radius: 12px;
    }

    .playlist-title {
        font-size: 1.3rem;
    }

    .video-wrapper iframe {
        height: 200px;
    }

    .playlist-tabs .nav-link {
        padding: 12px 15px;
        font-size: 0.85rem;
    }

    .tab-number {
        width: 24px;
        height: 24px;
        font-size: 0.75rem;
    }
}

/* Animation for tab transitions */
.playlist-content .tab-pane {
    transition: opacity 0.3s ease-in-out;
}

.playlist-content .tab-pane.fade {
    opacity: 0;
}

.playlist-content .tab-pane.fade.show {
    opacity: 1;
}

/* Loading state for videos */
.video-wrapper.loading {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
}
.playlist-tabs .nav-link.active {
    color: #000000 !important;
}
a.inter_link {
    color: #0088aa !important;
    font-weight: 600 !important;
}
@keyframes loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

/* Accessibility improvements */
.playlist-tabs .nav-link:focus {
    outline: 2px solid #17a2b8;
    outline-offset: 2px;
}

.playlist-tabs .nav-link:focus:not(:focus-visible) {
    outline: none;
}
img.img_set_ {
    max-width: 700px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 10px;
    border-radius: 10px;
    background: #ffe0ba;
    margin: 10px 0px;
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    /* top: 0.5em !important; */
    text-align: center;
}
span.fa-li i {
    color: #0196ad;
}
.fa-li .fa-check-circle {
    color: #0196ad !important;
}
.nest-list .list i {
    color: #b77a2a !important;
}
.feature {
    font-size: 20px;
    font-weight: 600;
    color: #e07d00;
    display: inline-block;
    padding: 6px 2px 6px;
    margin-bottom: 8px;
    /* border-radius: 20px; */
    border-bottom: 1px dashed #7cb8c2;
}
.card-header h2 {
    padding-bottom: 2px !important;
}
span.h2-set {
    font-size: 20px;
    font-weight: 600;
}
.tag-set h3 {
    padding: 10px 0px;
}
span.h2-set_ {
    font-size: 16px;
    font-weight: 600;
}
.left-set {
    padding-left: -25px !important;
    padding: 9px 13px;
    margin: 7px -23px 7px !important;
    background: #fff6ea;
    border-radius: 20px;
}
.service-section p {
    margin-bottom: 0.5rem !important;
}
img.bone-img {
    max-width: 80%;
    /* border: 1px solid #000; */
    padding: 10px;
    background: #fff4e7;
    border-radius: 20px;
    margin-bottom: 20px !important;
}
.h2-tag_ h2 {
    margin-bottom: 1px !important;
    padding-bottom: 10px;
    padding-top: 20px;
}
/* High contrast mode support */
@media (prefers-contrast: high) {
    .playlist-video-container {
        border: 2px solid #000;
    }

    .playlist-tabs .nav-link {
        border: 2px solid #000;
    }

    .playlist-tabs .nav-link.active {
        border: 2px solid #000;
        background: #000;
        color: #fff;
    }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    .playlist-tabs .nav-link,
    .playlist-tabs .nav-link::before,
    .playlist-content .tab-pane {
        transition: none;
    }

    .playlist-tabs .nav-link:hover,
    .playlist-tabs .nav-link.active {
        transform: none;
    }
}
button.scroll-to-top {
    display: none !important;
}
@media only screen and (max-width: 767px) {
    img.bone-img {
        max-width: 100%;
        /* border: 1px solid #000; */
        padding: 10px;
        background: #fff4e7;
        border-radius: 20px;
    }
}

/* Video Reviews Section Styles */
.vides_reviews .main-video {
    padding-right: 15px;
}

.vides_reviews .side-videos {
    padding-left: 15px;
}

.vides_reviews .video-stack {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
}

.vides_reviews .video-item {
    flex: 1;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.vides_reviews .video-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.vides_reviews .main-video iframe {
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.vides_reviews .main-video:hover iframe {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.vides_reviews .video-item iframe {
    border-radius: 12px;
}
 iframe .rounded {
    border-radius: 20px !important;
    margin: 20px 0px !important;
}
iframe
{
    border-radius: 20px!important;
}
.myths-facts img
{
    width:100%;
}
img.bone-img_{
    /* max-width: 80%; */
    /* border: 1px solid #000; */
    padding: 10px;
    background: #fff4e7;
    border-radius: 20px;
    margin-bottom: 20px !important;
}

img.cancer-img_ {
     max-width: 80%;
    /* border: 1px solid #000; */
    padding: 10px;
    background: #fff4e7;
    border-radius: 20px;
    margin-bottom: 20px !important;
}
img.cancer-img__ {
     max-width: 100%;
    /* border: 1px solid #000; */
    padding: 10px;
    background: #fff4e7;
    border-radius: 20px;
    margin-bottom: 20px !important;
}
.img_ img
{
width:50%;
}

/* Responsive adjustments for video reviews */
@media (max-width: 768px) {
    .vides_reviews .main-video {
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom: 20px;
    }

    .vides_reviews .side-videos {
        padding-left: 15px;
        padding-right: 15px;
    }

    .vides_reviews .main-video iframe {
        height: 250px;
    }

    .vides_reviews .video-item iframe {
        height: 150px;
    }

    .vides_reviews .video-stack {
        gap: 15px;
    }
}

@media (max-width: 576px) {
    .vides_reviews .main-video iframe {
        height: 200px;
    }

    .vides_reviews .video-item iframe {
        height: 120px;
    }
}
