/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allura&display=swap');*/
html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #373535;
    line-height: 1.65;
}

body img {
    max-width: 100%;
}

a {
    color: #e04e37;
    text-decoration: none;
    outline: none;
}

a,
.btn,
button {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

a:hover {
    color: #e04e37;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    line-height: 1em;
    margin-bottom: 0px 0px 0px 0px;
    color: #373535;
}
.ls{letter-spacing: 3px;}
.main-section a.link {
    word-break: break-all;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 28px;
}

h5 {
    font-size: 30px;
}

h6 {
    font-size: 20px;
}

.site-loader {
    width: 100%;
    height: 100vh;
    position: fixed;
    background: #fff;
    z-index: 9999999;
    top: 0;
}

.load_img {
    width: 100px;
    height: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* owl */

.owl-dots {
    height: auto !important;
    width: 100%;
    text-align: center;
    padding-top: 20px;
    background: transparent !important;
}

.owl-dots button {
    background-color: transparent;
    overflow: hidden;
    display: inline-block;
    min-width: auto !important;
    margin-right: 7px;
    width: 10px;
    height: 10px;
    border: 1px solid #f43516 !important;
    border-radius: 100%;
}

.owl-dots button.owl-dot.active {
    background: #e04e37;
}

.owl-dots button {
    box-shadow: none !important;
    outline: none !important;
}

.owl-nav button {
    min-width: auto;
    position: relative;
    overflow: hidden;
    border: 1px solid #fff !important;
    pointer-events: all;
    width: 40px;
    height: 40px;
    color: #272b2d;
    background: #fff !important;
    border-radius: 60px;
    box-shadow: 0 0 8px rgb(0 0 0 / 44%);
    outline: none !important;
    transition: all 0.5s;
}

.owl-nav button:hover {
    background: #e04e37 !important;
    color: #fff !important;
}

.owl-nav button span {
    position: relative;
    z-index: 1;
    top: 2px;
}


blockquote {
    margin: 0 0 1rem;
    padding: 10px;
    color: white;
    background: #E04E37;
    border-radius: 10px;
}


blockquote a{
    color: #15558d !important;
}

.owl-nav .fa-angle-right:before {
    font-family: 'LineIcons' !important;
    content: "\e940";
}

.owl-nav .fa-angle-left:before {
    font-family: 'LineIcons' !important;
    content: "\e940";
}

.owl-nav button span i.fa.fa-angle-left {
    transform: rotate( -90deg);
    font-size: 22px;
}

.owl-nav button span i.fa.fa-angle-right {
    transform: rotate( 90deg);
    font-size: 22px;
}

.header.sticky .header-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    height: 60px;
    transition: all 0.5s;
    background: #e04e37;
}

.header.sticky .header-main .nav {
    transition: all 0.5s;
    box-shadow: none;
}

.header {
    height: 180px;
    background: #fff;
    box-shadow: 3px 0px 21px rgb(0 0 0 / 24%);
    padding-top: 10px;
    position: relative;
}

.header.sticky {
    height: 160px;
}

.atss {
    top: 40% !important;
}

.header_btn {
    margin-right: 60px !important;
}

/*.site-logo a {
    display: inline-block;
}*/

.mobile56 h6 {
    font-size: 15px;
}

.site-logo a .logo-txt {
    font-size: 35px;
    color: #392725;
    font-weight: 600;
    line-height: 33px;
}

.site-logo a p {
    color: #392725;
    font-style: italic;
    font-size: 11px;
    font-weight: 500;
}

.site-logo a h6 {
    font-size: 16px;
    line-height: 20px;
}

.lcf img {
    width: 145px;
}

.header_btn {
    padding: 0;
    list-style: none;
    margin: 0;
    text-align: right;
}

.header_btn li {
    vertical-align: top;
    margin-left: 10px;
    text-align: left;
    margin-top: 5px;
}

.header_btn li a {
    display: inline-block;
    background-color: #1d86bc;
    padding: 4px 30px 4px 30px;
    color: #fff;
    border-radius: 10px;
    font-size: 20px;
    position: relative;
    height: 46px;
    background: linear-gradient(135deg, #1d86bc 0%, rgb(29 134 188 / 64%) 24%, rgba(29, 134, 188, 1) 57%, rgb(29 134 188 / 63%) 78%, rgba(29, 134, 188, 1) 100%);
    transition: all 0.5s;
    line-height: 38px;
    bottom: 125px;
    left: 300px;
}

.header_btn li a:hover {
    background: linear-gradient(135deg, #1d86bc 0%, #1d86bc 24%, #1d86bc 57%, #1d86bc 78%, #1d86bc 100%);
}

.header_btn li a img {
    padding-right: 13px;
    height: 28px;
}

.header_btn li a.cont {
    padding-top: 5px;
    line-height: 35px;
}

.header-main {
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    margin: 0;
    z-index: 99;
}

.header-main .nav {
    display: block;
    background: #e04e37;
    margin: 0 30px;
    border-radius: 60px;
    box-shadow: 6px 0px 21px rgb(0 0 0 / 24%);
    transition: all 0.5s;
}
  .captcha-box { border-radius: 5px; border: 2px solid; padding: 2rem; max-width: 400px; margin: 20px 0; }
      .canvas {
        width: 200px;
        height: 60px;
      }

    #captchaInput {
     width: 70px;
    margin-left: .5em;
}
.submit
{
    padding: 12px 30px;
    border-radius: 3px;
    letter-spacing: 1.33px;
    font-size: 15px;
    line-height: 18px;
    transition: 0.6s all ease-in-out;
    border: none;
    margin-left: 30px;
}
.header-main .nav .main-list {
    padding: 0;
    list-style: none;
    margin: 0;
    text-align: center;
}

.header-main .nav .main-list li {
    display: inline-block;
    margin: 0px 5px;
}

.header-main .nav .main-list li a {
    padding: 15px 10px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
}

.header-main .nav .main-list li.dropdown a {
    position: relative;
}

.header-main .nav .main-list li.dropdown a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
    position: absolute;
    top: 15px;
    right: -4px;
}

.header-main .nav .main-list li ul {
    display: none;
    position: absolute;
    top: 55px;
    left: 0%;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 210px;
    text-align: left;
    background: #e04e37;
    transition: all 0.5s;
}

.header-main .nav .main-list li ul li {
    margin: 0;
    display: block;
}

.header-main .nav .main-list li ul li a {
    display: block;
    padding: 0;
    font-size: 15px;
    padding: 2px 18px;
}

.header-main .nav .main-list li:hover ul {
    display: block;
    transition: all 0.5s;
}

.header-main .nav .main-list li ul .imag {
    margin: 10px 0 10px 10px;
}

.header-main .nav .main-list li ul .imag img {
    width: 100%;
}

.header-main .nav .main-list li.dropdown ul li a:before {
    display: none;
    right: 20px;
    left: auto;
    content: "\f105";
    top: 1px;
}

.header-main .nav .main-list li ul.width_opti:before {
    left: 50%;
}

.header-main .nav .main-list li ul li a:hover {
    padding-left: 20px;
}

.header-main .nav .main-list li ul.width_opti {
    width: 500px;
}

.header-main .nav .main-list li ul .col-md-2 {
    display: none;
}

.header-main .nav .main-list li ul .col-md-5 {
    margin-bottom: 5px;
}


/*Home Page*/

.slider_sec {
    width: 100%;
}

.lcf1 {
    display: none;
}

.main-slider .item {
    height: 600px;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
    width: 100%;
}
.main-slider .owl-prev i { text-align: center !important; line-height: 40px; display: block; }
.main-slider .owl-next i { text-align: center !important; line-height: 40px; display: block; }

.main-slider .item .banner-text {
    padding-top: 7%;
    width: 50%;
}

.main-slider .item .banner-text .head {
    font-size: 47px;
    font-weight: 600;
    color: #0d3c50;
}

.main-slider .item .banner-text p {
    font-size: 18px;
    color: #272b2d;
}

.pop_vid {
    border-radius: 30px;
    overflow: hidden;
    width: 80%;
}

.pop_vid a.popup-youtube {
    display: block;
    position: relative;
}

.pop_vid a.popup-youtube .play-icon {
    position: absolute;
    top: 5%;
    right: 3%;
}

.mfp-iframe-holder .mfp-close {
    outline: none;
}

.main-slider .owl-prev {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 40px;
    height: 40px;
    color: #272b2d !important;
    background: #fff !important;
    border-radius: 60px;
    box-shadow: 0 0 8px rgb(0 0 0 / 44%);
    outline: none !important;
    transition: all 0.5s;
}

.main-slider .owl-prev:hover {
    background: #e04e37 !important;
    color: #fff !important;
}

.main-slider .owl-prev span {
    top: 2px;
}

.main-slider .owl-next {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 40px;
    height: 40px;
    color: #272b2d !important;
    background: #fff !important;
    border-radius: 60px;
    box-shadow: 0 0 8px rgb(0 0 0 / 44%);
    outline: none !important;
    transition: all 0.5s;
}

.main-slider .owl-next:hover {
    background: #e04e37 !important;
    color: #fff !important;
}

.main-slider .owl-next span {
    top: 2px;
}

.about_sec {
    padding: 70px 0 0px 0;
    background: url(images/about-bg.jpg);
    background-size: cover;
    background-position: center;
    height: 825px;
    overflow: hidden;
}

.about_sec .sub_head {
    font-size: 30px;
    font-weight: 500;
    padding-left: 0;
    color: #373535;
}

.about_sec .sub_head:before {
    display: none;
}

hr.b-bottom {
    margin-top: 10px;
    width: 25%;
    margin-left: 0;
    background: #e04e37;
}

.about_sec h1 {
    font-size: 50px;
    font-weight: 600;
    color: #e04e37;
}

.about_sec h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
}

.about_sec p {
    font-weight: 500;
    font-size: 17px;
    line-height: 26px;
}

.about_sec .butn {
    margin-top: 25px;
    margin-bottom: 30px;
}

.about_sec .butn .left {
    margin-right: 20px;
}

.btn-red {
    display: inline-block;
    padding: 10px 25px;
    background: #e04e37;
    color: #fff;
    border-radius: 60px;
    transition: all 0.5s;
}

.btn-red:hover {
    background: #363535;
    color: #fff;
}

hr.black_br {
    background: #b5b4b4;
}

.about_sec .icon-box {
    position: relative;
    padding-left: 90px;
    margin-top: 20px;
}

.about_sec .icon-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
}

.about_sec .icon-box .head {
    font-size: 16px;
    font-weight: 500;
}

.about_sec .icon-box p {
    font-weight: 400;
    color: #6b6a6a;
    font-size: 15px;
    line-height: 20px;
}

.about_slider {
    margin: -50px 120px 0px 140px;
}

.our_service{
    margin: 30px 120px 0px 140px;
}

.abt_slide {
    padding: 0px 50px;
}
.abt_slide .box {
    background: #fff;
    text-align: center;
    padding: 10px 15px;
    box-shadow: 3px 0 16px rgb(0 0 0 / 13%);
    border-radius: 20px;
    height: 220px;
}
.abt_slide .item {
    padding: 20px;
}

.abt_slide .box .head {
    color: #e04e37;
    font-size: 19px;
    line-height: 25px;
    font-weight: 500;
}

.abt_slide .box hr {
    margin-top: 2px;
    width: 80%;
    background: #e04e37;
    margin-bottom: 13px;
}

.abt_slide .box p {
    font-size: 15px;
    color: #323131;
}

.abt_slide .owl-prev {
    position: absolute;
    top: 40%;
    left: 0;
}

.abt_slide .owl-next {
    position: absolute;
    top: 40%;
    right: 0;
}

/* new css for service slider */
.service_slider {
    padding: 0px 50px;
}
.service_slider .box {
    background: #fff;
    text-align: center;
    padding: 10px 15px;
    box-shadow: 3px 0 16px rgb(0 0 0 / 13%);
    border-radius: 20px;
    height: 220px;
}
.service_slider .item {
    padding: 20px;
}

.service_slider .box .head {
    color: #e04e37;
    font-size: 19px;
    line-height: 25px;
    font-weight: 500;
}

.service_slider .box hr {
    margin-top: 2px;
    width: 80%;
    background: #e04e37;
    margin-bottom: 13px;
}

.service_slider .box p {
    font-size: 15px;
    color: #323131;
}

.service_slider .owl-prev {
    position: absolute;
    top: 40%;
    left: 0;
}

.service_slider .owl-next {
    position: absolute;
    top: 40%;
    right: 0;
}
/* new css for service slider */

.treatment_sec {
    padding: 30px 0px 50px 0px;
}

.treatment_sec h3 {
    text-align: center;
    color: #e04e37;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 0px;
}

.treat_slider {
    padding: 0 30px;
    margin: 0;
    list-style: none;
}

.treat_slider li {
    color: #fff;
}

.treat_slider li .content {
    padding: 25px 18px 25px 25px;
}

.treat_slider li .content h4 {
    font-size: 23px;
    font-weight: 400;
    color: #fff;
}

.treat_slider li .image {
    height: 188px;
    overflow: hidden;
}

.treat_slider li .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.7s;
}

.treat_box:hover img {
    transform: scale(1.2);
}

.treat_box:hover .content a {
    background: #131212;
    color: #fff;
}

.treat_slider li .content hr {
    margin: 13px 0px;
    width: 50%;
    border-top: 2px solid #000;
}

.treat_slider li .content a {
    display: inline-block;
    padding: 8px 22px;
    background: #fff;
    color: #131212;
    font-weight: 400;
    border-radius: 60px;
    transition: all 0.5s;
}

.treat_slider li .content a:hover {
    background: #131212;
    color: #fff;
}

.treat_slider li .content p {
    font-weight: 400;
    font-size: 15px;
}

.treat_slider .owl-item:nth-of-type(even) .item .treat_box {
    background: #282828;
}

.treat_slider .owl-item:nth-of-type(even) hr {
    border-color: #fbb1a5;
}

.treat_slider .owl-item:nth-of-type(even) .content a:hover {
    background: #e04e37;
}

.treat_slider .owl-prev {
    position: absolute;
    top: 50%;
    z-index: 99;
    background: #fff !important;
    left: 0px;
}

.treat_slider .owl-next {
    position: absolute;
    top: 50%;
    z-index: 99;
    background: #fff !important;
    right: 0px;
}

.educational_sec {
    padding: 0px 0px 20px 0px;
}

.educational_sec h3 {
    text-align: center;
    color: #e04e37;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 40px;
}

.educate_slider {
    padding: 0px 50px;
}

.educate_slider .owl-prev {
    position: absolute;
    top: 32%;
    left: 0;
}

.educate_slider .owl-next {
    position: absolute;
    top: 32%;
    right: 0;
}

.video_pop_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.7s;
}

.video_pop_box a.popup-youtube {
    display: block;
    height: 200px;
    position: relative;
    border-radius: 25px;
    overflow: hidden;
}

.video_pop_box:hover .play_icon img {
    transform: scale(1.2);
}

.video_pop_box a.popup-youtube .play_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video_pop_box p {
    margin-top: 10px;
}

.educate_slider p {
    margin-top: 10px;
    margin-bottom: 0;
    padding: 0 10px;
    color: #292828;
    font-weight: 500;
}

.mfp-iframe-holder {
    padding-top: 100px;
}

.media-sec {
    padding: 50px 0px;
}

.media-sec h3 {
    text-align: center;
    color: #e04e37;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 40px;
}

.information_sec {
    padding: 70px 0px;
    background: url(images/info-bg.jpg);
    background-size: cover;
    background-position: center;
}

.information_sec h3 {
    text-align: center;
    color: #e04e37;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 40px;
}

.info_slider {
    padding: 0px 50px;
}

.info_slider .item a {
    display: block;
}

.info_slider .item a .image {
    border-radius: 25px;
    overflow: hidden;
    margin: 0 5px;
    margin-bottom: 10px;
}

.info_slider .item p {
    margin: 0;
    padding: 0 20px;
    color: #000;
    font-weight: 500;
}

.info_slider .owl-prev {
    position: absolute;
    top: 32%;
    left: 0;
    background: #fff !important;
}

.info_slider .owl-next {
    position: absolute;
    top: 32%;
    right: 0;
    background: #fff !important;
}

.info_slider .video_pop_box {
    height: 180px;
    margin-bottom: 10px;
}

.info_slider .video_pop_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.mt-20 {
    margin-top: 20px;
}

.info2_slider .item a {
    display: block;
}

.info2_slider .item .image {
    border-radius: 25px;
    overflow: hidden;
    height: 270px;
    margin-bottom: 30px;
}

.info2_slider .item .image {
    position: relative;
}

.info2_slider .item .image::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.info2_slider .item:hover .image::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

.info2_slider .item h5 {
    font-size: 23px;
}

.info2_slider .item p {
    color: #4f4f4e;
}

.info2_slider .owl-prev {
    position: absolute;
    top: 30%;
    left: 0px;
}

.info2_slider .owl-next {
    position: absolute;
    top: 30%;
    right: 0px;
}

.info_2_sec {
    padding: 70px 0;
}

.info2_slider {
    padding: 0 70px;
}

.blog_sec {
    padding: 0px;
}

.blog_sec h3 {
    text-align: center;
    color: #e04e37;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 40px;
}

.blog_slider {
    padding: 0 25px;
}

.blog_slider .item a {
    display: block;
}

.blog_slider .owl-item {
    padding: 10px;
}

.blog_slider .item {
    background: #fff;
    margin: 10px;
    box-shadow: 3px 0px 18px rgb(0 0 0 / 23%);
    border-radius: 20px;
    overflow: hidden;
}

.blog_slider .item .image {
    height: 235px;
    border-radius: 0 0 13px 13px;
    overflow: hidden;
    margin-bottom: 15px;
}

.blog_slider .item:hover img {
    transform: scale(1.2);
}

.blog_slider .item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.7s
}

.blog_slider .item h6 {
    padding: 0 12px;
    color: #252424;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}

.blog_slider .item p {
    margin-bottom: 10px;
    padding: 0 12px;
    color: #3e3e3d;
    line-height: 21px;
    font-size: 15px;
}

.blog_slider .item .rd_btn {
    padding: 0 12px 20px 12px;
    text-align: center;
}

.blog_slider .item .rd_btn a {
    display: inline-block;
    color: #fff;
    font-weight: 500;
    background: #e04e37;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #e04e37;
}

.blog_slider .item:hover .rd_btn a {
    color: #e04e37;
    border: 1px solid #e04e37;
    background: #fff;
}

.blog_slider .owl-prev {
    position: absolute;
    top: 40%;
    left: 0px;
}

.blog_slider .owl-next {
    position: absolute;
    top: 40%;
    right: 0px;
}

.footer {
    background: #2a2e2f;
    padding: 20px 0 50px 0;
    position: relative;
    z-index: 1;
}

.mobile-menu {
    display: none;
}

.footer .widget_head {
    color: #6a6a75;
    font-size: 18px;
    line-height: 20px;
    margin: 30px 0 10px 0px;
    font-weight: 500;
}

.footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer ul li a {
    display: inline-block;
    color: #c1c1c1;
    font-size: 13px;
    line-height: 20px;
}

.footer p {
    color: #c1c1c1;
    font-size: 13px;
    line-height: 20px;
}

.footer ul li a:hover {
    color: #e04e37;
}

.footer ul li {
    position: relative;
    padding-left: 13px;
}

.footer ul li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    display: inline-block;
    font-weight: 900;
    color: #c1c1c1;
    position: absolute;
    left: 0;
    top: 0;
}

.last-icon23 ul li:before {
    display: none;
}

.last-icon23 ul li a {
    font-size: 25px;
}

.footer ul li:hover:before {
    color: #e04e37;
}

.footer ul.list_none li {
    margin-bottom: 20px;
    padding-left: 0px;
}

.footer ul.list_none li:before {
    display: none;
}

.last-icon23 ul li {
    display: inline-block;
}

.youtube-icon {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 9999;
}

.youtube-icon i {
    font-size: 25px;
    background: #e04e37;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    color: #fff;
    padding: 12px 0px 0px 10px;
}

.bookapp {
    position: fixed;
    left: 20px;
    bottom: 80px;
    z-index: 9999;
}

.bookapp i {
    font-size: 25px;
    background: #e04e37;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    color: #fff;
    padding: 12px 0px 0px 13px;
}

.copyright {
    padding: 10px 0;
    background: #000;
}

.copyright p {
    margin: 0;
    font-size: 12px;
    color: #c1c1c1;
}

.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #e04e37;
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 30px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    z-index: 99999;
}


/*About Page*/
.breadcum_sec1 {
    height: 390px;
    padding-top: 150px;
    background: url('images/Medanta%20Team%20Banner%202022.webp');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.breadcum_sec {
    height: 390px;
    padding-top: 150px;
    background: url('images/about-banner%20banner_.webp');
    background-size: cover;
    background-position: right;
}

.breadcum_sec01jun {
    height: 540px;
    padding-top: 150px;
    background: url('images/team-banner.webp');
    background-size: cover;
    background-position: center;
}

.breadcum_sec .heading {
    font-size: 35px;
    font-weight: 600;
    color: #0d3c50;
    line-height: 40px;
}

.abot_sec {
    padding: 70px 0;
}

.abot_sec h1 {
    font-size: 38px;
    font-weight: 500;
}

.abot_sec hr {
    background: #e04e37;
    width: 30%;
    margin-left: 0;
}

.abot_sec .sub_head {
    margin-bottom: 20px;
    font-size: 18px;
    padding-left: 0;
    color: #373535;
    font-weight: normal;
}

.abot_sec .sub_head:before {
    display: none;
}

.abot_sec p {
    font-size: 18px;
    line-height: 22px;
}

.abot_sec .about_box {
    background: #fff;
    box-shadow: 3px 0px 16px rgb(0 0 0 / 13%);
    padding: 65px 25px 25px 25px;
    position: relative;
    height: 160px;
    border-radius: 30px;
}

.abot_sec .about_box p {
    font-size: 16px;
    line-height: 22px;
}

.abot_sec .about_box .srip {
    position: absolute;
    top: 27px;
    left: 0;
    background: #e04e37;
    color: #fff;
    padding: 0 30px;
}

.abot_sec .image {
    text-align: center;
    margin-bottom: 40px;
}

.reward_sec {
    padding: 10px 0 0 0;
    background: url(images/award-bg.jpg);
    background-size: cover;
    background-position: center;
    height: 730px;
    overflow: hidden;
}

.cursiv_head {
    text-align: center;
    font-size: 45px;
    margin-bottom: 30px;
    font-family: 'Allura', cursive;
    color: #224781;
    font-weight: 600;
}

.aw_bx {
    text-align: center;
    position: relative;
}

.aw_bx img {
    height: 400px;
}

.aw_bx .txt {
    position: absolute;
    top: 40%;
    left: 50%;
    font-size: 45px;
    color: #9e6211;
    transform: translate(-50%, -50%);
    line-height: 48px;
    font-family: fangsong;
    font-weight: 600;
}

.reward_sec p {
    text-align: center;
    font-size: 21px;
    line-height: 30px;
    margin-top: 20px;
}

.reward_sec .butn {
    text-align: center;
}

.award_slide {
    padding: 15px 0;
}

.award_slider .item {
    background: #e04e37;
    padding: 125px 18px 18px 18px;
    color: #fff;
    position: relative;
    height: 420px;
    border-radius: 0 0 30px 30px;
}

.award_slider .item .icon {
    position: absolute;
    top: 50px;
}

.icon img {
    transition: all 0.7s;
}

.award_slider .item:hover img {
    transform: scale(1.2);
}

.award_slider .owl-item:nth-of-type(odd) .item {
    background: #282828;
}

.award_slider .owl-item:nth-of-type(even) .item {
    background: #e04e37;
}

.award_slider .item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 35px;
    background: #e04e37;
}

.award_slider .owl-item:nth-of-type(odd) .item:before {
    background: #e04e37;
}

.award_slider .owl-item:nth-of-type(even) .item:before {
    background: #282828;
}

.award_slider .owl-prev {
    position: absolute;
    top: 40%;
    left: -30px;
}

.award_slider .owl-next {
    position: absolute;
    top: 40%;
    right: -30px;
}

.faq_sec h3 {
    text-align: center;
    color: #e04e37;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 40px;
}

.myaccordion {
    max-width: 70%;
    margin: 0px auto;
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
    border: none;
}

.myaccordion .card-header {
    border-bottom-color: #EDEFF0;
    background: transparent;
}

.myaccordion .fa-stack {
    font-size: 18px;
}

.myaccordion .btn.btn-link.collapsed {
    color: #323233;
}

.myaccordion .btn.btn-link {
    color: #e04e37;
}

.myaccordion .btn {
    width: 100%;
    font-weight: 500;
    font-size: 28px;
    color: #323233;
    padding: 0;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
    text-decoration: none;
}

.myaccordion li+li {
    margin-top: 10px;
}

.myaccordion .card-header {
    border: none;
    background: #fff;
    box-shadow: 0px 0px 13px rgb(0 0 0 / 14%);
    border-radius: 20px;
}

.myaccordion .card-body {
    background: #fff;
    margin-top: -15px;
    border-radius: 0 0 20px 20px;
    box-shadow: 0px 14px 13px rgb(0 0 0 / 9%);
}

.myaccordion .card {
    margin-bottom: 20px;
}

.myaccordion .btn i {
    background: #fff;
    color: #5b5c5c;
    font-size: 25px;
}

.myaccordion .btn .fa-circle:before {
    content: "\f062";
}

.myaccordion .btn .fa-minus:before {
    content: "\f062";
}

.myaccordion .btn .fa-plus:before {
    content: "\f063";
}

.useful_btn {
    text-align: center;
    margin: 50px 0;
}

.useful_btn {
    text-align: center;
    margin: 50px 0;
}

.link_box {
    background: #282828;
    border-radius: 20px;
    margin-bottom: 80px;
    position: relative;
}

.link_box a {
    display: block;
    color: #fff;
    padding: 40px 40px 20px 70px;
    height: 210px;
    transition: all 0.5s;
}

.link_box .icon {
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 30px;
    color: #e04e37;
    transition: all 0.5s;
}

.link_box a:hover .icon {
    color: #fff;
    transition: all 0.5s;
}


/*Case Study Page CSS Start Here*/

.breadcum_2 {
    background: url(images/case-bread-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 390px;
}

.breadcum_2 .head {
    text-align: center;
    padding-top: 140px;
    font-size: 40px;
    line-height: 48px;
    color: #0e2a35;
}

.breadcum_2 .head p {
    line-height: 0px;
    margin-bottom: 0;
    font-size: 80px;
}

.breadcum_2 .head p.quote {
    line-height: 96px;
}

.p_story {
    padding: 60px 0;
}

.p_story .heading {
    text-align: center;
    color: #e04e37;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 40px;
}

.story_detail {
    background: #fcf7f4;
    margin-top: 30px;
}

.story_detail .image {
    position: relative;
    height: 401px;
}

.story_detail .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.story_detail .image .srip {
    position: absolute;
    top: 20px;
    left: 0;
    background: #e04e37;
    color: #fff;
    padding: 0 30px;
    font-weight: 500;
    letter-spacing: 0.6px;
}

.story_detail .case-box {
    position: relative;
    padding: 40px 40px 40px 50px;
}

.story_detail .case-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    height: 50%;
    width: 18px;
    background: #e04e37;
    border-radius: 0 0 40px 40px;
}

.story_detail .case-box .sub_head {
    color: #e04e37;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
}

.story_detail .case-box h2 {
    color: #1e1d1d;
    font-weight: 600;
    line-height: 35px;
}

.story_detail .case-box hr {
    background: #b5b4b4;
    margin: 30px 0px;
}

.story_detail .case-box p {
    margin: 0;
    color: #363535;
    font-weight: 500;
    line-height: 24px;
}

.story_detail.left-txt .case-box {
    padding: 40px 50px 40px 40px;
    text-align: right;
    margin-right: 40px;
}

.story_detail.left-txt .case-box:before {
    left: inherit;
    right: 0;
}

.story_detail.left-txt .image {
    margin-left: -30px;
}

.story_detail.left-txt .image .srip {
    left: inherit;
    right: 0;
}

.center_btn {
    text-align: center;
    margin-top: 40px;
}

.center_btn .btn-red {
    padding: 5px 40px;
}

.testi_sec {
    padding: 60px 0px;
    background: url(images/testi-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.testi_slider {
    text-align: center;
}

.testi_slider img {
    margin: auto;
}

.testi_slider p {
    margin: 40px;
    font-size: 25px;
    line-height: 31px;
    color: #12303c;
    font-weight: 500;
}

.case_videos {
    padding: 70px 0;
}

.case_videos .pops_vid {
    height: 190px;
    border-radius: 25px;
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 30px;
    position: relative;
}

.case_videos .pops_vid:hover .play-icon img {
    transform: scale(1.2);
}

.case_videos .pops_vid .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.case_videos .pops_vid a {
    display: block;
}

.case_videos .pops_vid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.7s;
}

.case_videos .txt {
    text-align: center;
    line-height: 28px;
    font-weight: 500;
    font-size: 21px;
    color: #191919;
}

.case_videos .txt {
    text-align: center;
    line-height: 28px;
    font-weight: 500;
    font-size: 21px;
    color: #191919;
}

.com_sec {
    padding: 60px 0px;
}

.com_list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.com_list li {
    display: block;
    position: relative;
    background: #282828;
    padding: 36px 25px 25px 55px;
    margin-bottom: 50px;
    border-radius: 25px;
    color: #fff;
    box-shadow: 3px 0px 16px rgb(0 0 0 / 13%);
}

.com_list li .strip {
    position: absolute;
    top: -18px;
    left: 35px;
    background: #e04e37;
    padding: 5px 25px;
    border-radius: 60px;
}

.com_list li:nth-of-type(even) {
    background: #fcf7f4;
    color: #363535;
}

.com_list li:nth-of-type(even) .strip {
    color: #fff;
}

@keyframes fadeInTop {
    from {
        opacity: 0;
        transform: translate3d(0, 20%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}


/*SERVICE PAGE START HERE*/

.treatment_section {
    padding: 60px 0px;
}

.treat_box {
    background: #e04e37;
    color: #fff;
    margin-top: 40px;
}

.treatment_section .treat_box .image {
    height: 250px;
    overflow: hidden;
}

.treatment_section .treat_box .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.7s;
}

.treatment_section .treat_box .content {
    padding: 25px 18px 25px 25px;
}

.treatment_section .treat_box .content h4 {
    font-size: 26px;
    font-weight: 400;
    color: #fff;
}

.treatment_section .treat_box .content hr {
    margin: 13px 0px;
    width: 50%;
    border-top: 2px solid #000;
}

.treatment_section .treat_box .content p {
    font-weight: 400;
    font-size: 15px;
}

.treatment_section .treat_box .content a {
    display: inline-block;
    padding: 8px 22px;
    background: #fff;
    color: #131212;
    font-weight: 400;
    border-radius: 60px;
    transition: all 0.5s;
}

.treatment_section .treat_box:hover .content a {
    background: #131212;
    color: #fff;
}

.treatment_section .col-md-4:nth-of-type(even) .treat_box {
    background: #282828;
}

.treatment_section .col-md-4:nth-of-type(even) .treat_box .content hr {
    border-color: #fbb1a5;
}

.treatment_section .col-md-4:nth-of-type(even) .treat_box .content a:hover {
    background: #e04e37;
}


/*SERVICES DETAIL PAGE START HERE*/

#sticky.stick.hidden {
    position: inherit;
}

#sticky {
    width: 100%;
}

#sticky.stick {
    position: fixed;
    top: 0;
    z-index: 1;
    border-radius: 0 0 0.5em 0.5em;
}

.service_content {
    padding: 0px 0px 70px 0px;
}

.serv_heading {
    margin-bottom: 20px;
    font-size: 27px;
    font-weight: 500;
    padding-bottom: 20px;
    position: relative;
    line-height: 32px;
}

.serv_heading:before {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 60px;
    height: 2px;
    background: #e04e37;
}

/* new code for service header */
.service_heading {
    margin-bottom: 20px;
    font-size: 27px;
    font-weight: 500;
    padding-bottom: 20px;
    position: relative;
    line-height: 32px;
}

.service_heading:before {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 60px;
    height: 2px;
    background: #e04e37;
}
/* new code for service header */

.first-img {
    margin-bottom: 30px;
    height: 420px;
    border: 5px solid#e04e37;
}
.first-img img { object-fit: cover; object-position: center; height: 100%; width: 100%; }

.first-img1 {
    margin-bottom: 30px;
    height: 400px;
    border: 5px solid#e04e37;
}
.first-img1 img { object-fit: cover; object-position: center; height: 100%; width: 100%; }


.service_content #sticky {
    margin-top: 70px;
    max-width: 360px;
    height: 500px;
    overflow-y: scroll;
    padding: 15px;
}

.service_content .serv_heading {
    padding-top: 70px;
    margin-bottom: 7px;
}

.sidebar_fix {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 0 20px rgb(221 221 221 / 67%);
}

.sidebar_fix h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
}

.sidebar_fix h4:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 2px;
    background: #e04e37;
}

.sidebar_fix ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sidebar_fix ul li a {
    display: block;
    position: relative;
    padding-left: 0px;
}

.sidebar_fix ul li a .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 70px;
    border-radius: 5px;
    border: 2px solid #ddd;
    overflow: hidden;
}

.sidebar_fix ul li a .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.sidebar_fix ul li a:hover .image img {
    transform: scale(1.2);
}

.sidebar_fix ul li a h5 {
    font-size: 18px;
    font-weight: 500;
    color: #e04e37;
    transition: all 0.5s;
    line-height: 23px;
}

.sidebar_fix ul li a:hover h5 {
    color: #000;
}

.sidebar_fix ul li a p {
    font-size: 14px;
    line-height: 20px;
    color: #222;
}

.faq_sec.servie_faq {
    margin-top: 50px;
}

.faq_sec.servie_faq h3 {
    text-align: left;
    color: #222;
    font-weight: 500;
    position: relative;
    font-size: 30px;
}

.faq_sec.servie_faq h3:before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 2px;
    width: 50px;
    background: #e04e37;
}

.faq_sec.servie_faq #accordion {
    max-width: 100%;
}

.faq_sec.servie_faq #accordion .card-header h2 button {
    font-size: 20px;
}


/*BLOG LISTING PAGE START HERE*/

.bolg_list {
    padding: 70px 0px;
}

.blog_box {
    background: #fff;
    margin: 10px;
    box-shadow: 3px 0px 18px rgb(0 0 0 / 23%);
    border-radius: 20px;
    overflow: hidden;
    margin-top: 30px;
}

.blog_box a {
    display: block;
}

.blog_box .image {
    height: 180px;
    border-radius: 0 0 13px 13px;
    overflow: hidden;
    margin-bottom: 15px;
}

.blog_box .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.blog_box h6 {
    padding: 0 12px;
    color: #252424;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}

.blog_box p {
    margin-bottom: 10px;
    padding: 0 12px;
    color: #3e3e3d;
    line-height: 21px;
    font-size: 15px;
}

.blog_box .rd_btn {
    padding: 0 12px 20px 12px;
}

.blog_box .rd_btn a {
    display: inline-block;
    color: #275aa5;
    font-weight: 500;
}


/*BLOG DETAIL PAGE*/

#sticky .pop_vid {
    width: 100%;
    border-radius: 10px;
    margin-top: 25px;
}

.other_link {
    padding: 0;
    list-style: none;
    margin: 0;
    margin-top: 25px;
}

.other_link li a {
    display: block;
    padding: 10px 10px 10px 20px;
    background: #Fafafa;
    color: #222;
    font-weight: 500;
    position: relative;
    border-left: 2px solid #e04e37;
}

.other_link li {
    margin-bottom: 10px;
}

.other_link li a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 4px;
    font-size: 24px;
    color: #e04e37;
    transform: translate(-50%, -50%);
}

.other_link li a:hover:before {
    color: #fff;
    left: 0;
}

.other_link li a:hover {
    background: #e04e37;
    color: #fff;
}


/*COVID 19 RESOURCES PAGE*/

.image-box a {
    display: block;
}

.image-box a .image {
    height: 172px;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.image-box a .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.image-box a .title {
    padding: 8px 5px 8px 10px;
    color: #222;
    background: #fafafa;
    font-size: 15px;
    border-radius: 0 0 10px 10px;
    transition: all 0.5s;
}

.image-box a:hover .title {
    background: #e04e37;
    color: #fff;
}

.image-box {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 20px rgb(221 221 221 / 58%);
}

hr.border {
    margin-top: 40px;
}

.pt-30 {
    padding-top: 30px !important;
    font-weight: 600;
}

.pop_vid.covid {
    width: 100%;
    border-radius: 10px;
}

.pop_vid.covid .txt {
    background: #fafafa;
    padding: 8px;
    color: #222;
    transition: all 0.5s;
}

.pop_vid.covid:hover .txt {
    background: #e04e37;
    color: #fff;
}

.pop_vid.covid .play-icon {
    top: 40% !important;
}

.mfp-wrap {
    z-index: 9999999 !important;
}

.mfp-bg {
    z-index: 999999 !important;
}

.service_content.covid_page #sticky {
    padding-top: 30px;
}

.media_sec .pop_vid.covid {
    margin-bottom: 30px;
}

.center-loadmore {
    text-align: center;
    margin-top: 20px;
}

.center-loadmore a {
    display: inline-block;
    padding: 8px 30px;
    background: #e04e37;
    color: #fff;
    border-radius: 60px;
    transition: all 0.5s;
}

.center-loadmore a:hover {
    background: #392725;
}


/*MEDIA PAGE*/

.service_content.media_sec #sticky {
    padding-top: 30px;
}


/*Award & Achivement Page*/

.dot_list {
    padding-left: 20px;
}

.dot_list li {
    margin-bottom: 15px;
    line-height: 22px;
}

.img-gallery-magnific .magnific-img .image-popup-vertical-fit {
    position: relative;
    display: block;
}

.img-gallery-magnific .magnific-img .image-popup-vertical-fit i {
    position: absolute;
    top: 50%;
    left: 50%;
    background: rgb(255 255 255 / 73%);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 60px;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
    border: 1px solid #e04e37;
}

.img-gallery-magnific .magnific-img .image-popup-vertical-fit:hover i {
    background: #fff;
}

.img-gallery-magnific .magnific-img {
    margin-bottom: 20px;
}

.img-gallery-magnific.certific .magnific-img {
    border: 1px solid #ddd;
}

.img-gallery-magnific.certific .magnific-img a {
    height: 200px !important;
}

.img-gallery-magnific.certific .magnific-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.service_content #sticky {
    padding-bottom: 60px;
}

.service_content #sticky::-webkit-scrollbar {
    width: 3px !important;
    border-radius: 50px;
}

.service_content #sticky::-webkit-scrollbar-track {
    background: #f1f1f1 !important
}

.service_content #sticky::-webkit-scrollbar-thumb {
    background: #ddd !important
}

.service_content #sticky::-webkit-scrollbar-thumb:hover {
    background: #555 !important
}

.team_slider .image {
    height: 190px;
    margin-bottom: 10px;
}

.team_slider .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.team_slider h6 {
    font-size: 18px;
    font-weight: 500;
}

.team_slider p {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 22px;
}

.team_slider p i {
    position: absolute;
    top: 3px;
    left: 0;
    color: #e04e37;
}

.team_slider p a {
    color: #222;
    transition: all 0.5s;
}

.team_slider p a:hover {
    color: #e04e37;
}


/*Journal Articles Page*/

.icon_list {
    padding: 0;
    list-style: none;
    margin: 0;
}

.icon_list li {
    margin-bottom: 10px;
    line-height: 22px;
    padding-left: 30px;
    position: relative;
}

.icon_list li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f518";
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
    position: absolute;
    top: 0px;
    left: 0;
    color: #e04e37;
}

.icon_list2 {
    padding: 0;
    list-style: none;
    margin: 0;
}

.icon_list2 li {
    margin-bottom: 10px;
    line-height: 22px;
    padding-left: 30px;
    position: relative;
}

.icon_list2 li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f1ea";
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
    position: absolute;
    top: 0px;
    left: 0;
    color: #e04e37;
}

.query_form {
    border: 1px solid #e04e37;
    padding: 25px;
    border-radius: 20px;
}

.query_form .head {
    text-align: center;
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 20px;
}

.query_form form .form-group label {
    display: block;
    font-size: 15px;
    margin-bottom: 4px;
}

.query_form form .form-group input {
    width: 100%;
    border: none;
    background: rgb(224 78 55 / 42%);
    padding: 8px 10px;
    border-radius: 7px;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 8%);
    color: #000;
    outline: none;
}

.query_form form .form-group textarea {
    width: 100%;
    border: none;
    background: rgb(224 78 55 / 42%);
    padding: 8px 10px;
    border-radius: 7px;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 8%);
    color: #000;
    outline: none;
}

.query_form form button {
    cursor: pointer;
    border: 0;
    background: #e04e37;
    color: #fff;
    padding: 8px 30px;
    border-radius: 8px;
    transition: all 0.5s;
}

.query_form form button:hover {
    background: #222;
}

.query_form form .form-group input::-webkit-input-placeholder {
    color: #fff;
}

.query_form form .form-group input:-ms-input-placeholder {
    color: #fff;
}

.query_form form .form-group input::placeholder {
    color: #fff;
}

.query_form form .form-group textarea::-webkit-input-placeholder {
    color: #fff;
}

.query_form form .form-group textarea:-ms-input-placeholder {
    color: #fff;
}

.query_form form .form-group textarea::placeholder {
    color: #fff;
}

.contact_detail {
    padding-top: 70px;
}

.contact_detail h5 {
    margin-bottom: 50px;
    font-size: 27px;
    font-weight: 500;
    padding-bottom: 20px;
    position: relative;
    line-height: 32px;
}

.contact_detail h5:before {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 60px;
    height: 2px;
    background: #e04e37;
}

.contact_detail p {
    padding-left: 25px;
    position: relative;
    font-size: 14px;
}

.contact_detail p i {
    position: absolute;
    top: 4px;
    left: 0;
    color: #e04e37;
    font-size: 19px;
}

.stay_cont h5 {
    margin-bottom: 20px;
    font-size: 27px;
    font-weight: 500;
    padding-bottom: 20px;
    position: relative;
    line-height: 32px;
}

.stay_cont h5:before {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 60px;
    height: 2px;
    background: #e04e37;
}

.stay_cont ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.stay_cont ul li {
    display: inline-block;
    margin-right: 10px;
}

.stay_cont ul li a {
    display: inline-block;
    font-size: 30px;
    width: 50px;
    height: 50px;
    text-align: center;
    border: 1px solid #e04e37;
    line-height: 50px;
    transition: all 0.5s;
}

.stay_cont ul li a:hover {
    background: #e04e37;
    color: #fff;
}

.dot_list li a {
    color: #222;
    transition: all 0.5s;
}

.dot_list li a:hover {
    color: #e04e37;
}


/* table tr:nth-child(odd) td {
    background: rgb(224 78 55 / 32%);
} */

table tr:nth-child(even) td {
    background: rgb(218 218 218 / 8%);
}

.sub_head {
    font-size: 20px;
    color: #e04e37;
    font-weight: 600;
    position: relative;
    margin-bottom: 10px;
    padding-left: 30px;
    margin-top: 30px;
}

.sub_head:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 25px;
    height: 3px;
    background: #373535;
    margin-top: -2px;
}

.lr_bx .box_head {
    font-size: 18px;
    font-weight: 600;
}

.lr_bx p {
    margin-bottom: 0;
}

.lr_bx .magnific-img {
    width: 100%;
}

.lr_bx .magnific-img a.image-popup-vertical-fit {
    display: block;
    height: 200px;
    border: 1px solid;
    position: relative;
}

.lr_bx .magnific-img a.image-popup-vertical-fit img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.lr_bx .magnific-img a.image-popup-vertical-fit i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    border: 1px solid;
}

.border_box {
    padding: 25px;
    background: #f9f9f9;
    border-radius: 15px;
    margin-bottom: 50px;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 12%);
}

.border_box .sub_head {
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    padding: 0;
    margin-bottom: 30px;
    margin-top: 10px;
}

.border_box .sub_head:before {
    display: none;
}

.border_box ul {
    padding: 0;
    list-style: none;
    margin-bottom: 40px;
}

.border_box ul li i {
    color: #e04e37;
    padding-right: 5px;
}

.border_box ul li {
    margin-bottom: 8px;
}

.border_box p {
    margin-bottom: 10px;
}

.border_box .btnn {
    margin-top: 30px;
    text-align: right;
    font-weight: 600;
}

.border_box .pic_list li {
    width: 19%;
    display: inline-block;
}

.border_box .pic_list li .magnific-img {
    width: 100%;
}

.border_box .pic_list li .magnific-img a {
    display: block;
    height: 140px;
    border: 1px solid #e04e37;
    position: relative;
}

.border_box .pic_list li .magnific-img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.border_box .pic_list li .magnific-img a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(255 255 255 / 80%);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    transition: all 0.5s;
}

.border_box .pic_list li .magnific-img a:hover i {
    background: #fff;
}

.border_box small {
    margin-bottom: 10px;
    display: block;
    margin-top: 20px;
}

.doc_box .txt {
    margin-top: 20px;
}

.doc_box .txt h5 {
    margin-bottom: 14px;
    font-size: 22px;
    font-weight: 500;
    color: #e04e37;
}

.doc_box .cont_form {
    margin-top: 20px;
    text-align: center;
    background: #fafafa;
    padding: 0px 0px 20px 0px;
}

.doc_box .cont_form h6 {
    font-weight: 500;
    margin-top: 20px;
    font-size: 25px;
}

.doc_box .cont_form .call {
    margin-bottom: 20px;
    font-size: 22px;
}

.doc_box .cont_form .call i {
    color: #fff;
}

.doc_box .cont_form .call a {
    color: #222;
}

.doc_box .cont_form form {
    max-width: 400px;
    margin: auto;
    padding: 20px;
    border: 1px solid #e04e37;
    border-radius: 15px;
    margin-bottom: 20px;
}

.doc_box .cont_form form .form-group label {
    display: block;
    text-align: left;
    font-size: 15px;
}

.doc_box .cont_form form .form-group input {
    width: 100%;
    border: none;
    padding: 10px;
    background: rgb(224 78 55 / 67%);
    color: #fff;
    outline: none;
}

.doc_box .cont_form form .form-group textarea {
    width: 100%;
    border: none;
    padding: 10px;
    background: rgb(224 78 55 / 67%);
    color: #fff;
    outline: none;
}

.doc_box .cont_form form button {
    padding: 7px 20px;
    border: none;
    outline: none;
    background: #e04e37;
    color: #fff;
    transition: all 0.5s;
    cursor: pointer;
}

.doc_box .cont_form form button:hover {
    background: #222;
}

.doc_box .cont_form form .form-group input::-webkit-input-placeholder {
    color: #fff;
}

.doc_box .cont_form form .form-group input:-ms-input-placeholder {
    color: #fff;
}

.doc_box .cont_form form .form-group input::placeholder {
    color: #fff;
}

.doc_box .cont_form form .form-group textarea::-webkit-input-placeholder {
    color: #fff;
}

.doc_box .cont_form form .form-group textarea:-ms-input-placeholder {
    color: #fff;
}

.doc_box .cont_form form .form-group textarea::placeholder {
    color: #fff;
}

.dual .br_left {
    border-right: 1px solid #e04e37;
}

.name_txt {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.dual .br_left p {
    margin-bottom: 0;
    position: relative;
}

.dual {
    margin-top: 35px;
}

.dual p i {
    color: #e04e37;
    position: absolute;
    top: 4px;
    left: 0;
}

.dual .br_left p a {
    color: #222;
}

.dual .br_left p a:hover {
    color: #e04e37;
}

.dual ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.dual ul li {
    display: inline-block;
    margin-right: 10px;
}

.dual ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid;
    text-align: center;
    line-height: 40px;
    transition: all 0.5s;
}

.dual ul li a:hover {
    background: #e04e37;
    color: #fff;
}

.plt25 {
    padding-left: 25px;
}

.bg_color {
    background: #e04e37;
    padding: 1px;
    margin-bottom: 20px;
    color: #fff;
}

.bg_color h6 {
    color: #fff;
}

.bg_color .call a {
    color: #fff !important;
}

.covid_page .pop_vid.covid {
    margin-bottom: 20px;
}

.contact-numb {
    display: none;
}


/* container */

@media (min-width: 767px) {

    .container {
        max-width: 100%;
    }
}
@media (max-width: 500px) {
    .breadcum_sec1 {
    height: 0px;
    padding-top: 150px;
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
    .inquiry-info {
        max-width: 90%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
    .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width:1680px) {
    .container {
        max-width: 100%;
        padding-left: 70px;
        padding-right: 70px;
    }
    .banner-txt {
        padding-left: calc(50% - 770px);
    }
}

.quote img {
    width: auto !important;
}

.magnific-img {
    width: 100%;
}

.magnific-img a.image-popup-vertical-fit {
    display: block;
    height: 200px;
    border: 1px solid;
    position: relative;
}

.magnific-img a.image-popup-vertical-fit img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.magnific-img a.image-popup-vertical-fit i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    border: 1px solid;
}

.treat .table tr:nth-child(odd) td {
    background: transparent;
}

.dropdown-menu {
    background-color: #e04e37;
    top: -27px !important;
    left: 199px !important;
    border: 0px solid rgba(0, 0, 0, .15);
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #e04e37;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #e04e37;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-item:before {
    display: none !important;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    top: 0px !important;
}


/*--portfolio section--*/

.educational_sec2 h3 {
    text-align: center;
    color: #e04e37;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 0px;
}


/* .portfolio {
    padding-top: 40px;
    padding-bottom: 40px;
} */

.portfolio .nav {
    justify-content: center;
    padding: 40px 0px;
    font-size: 18px;
    color: #2E2751 !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #e04e37;
}


/* .portfolio ul li a {
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
} */

.portfolio h1 {
    font-size: 30px;
    color: #2E2751;
    font-weight: 900;
    margin-bottom: 20px;
}

.portfolio h2 {
    font-size: 15px;
    color: #666;
}

.portfolio .portfolio-item {
    margin-bottom: 30px;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: 40px auto 40px auto;
    list-style: none;
    text-align: center;
    font-weight: 900;
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 15px 10px 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #2E2751;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
    border-radius: 3px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    color: #fff;
    background: #e04e37;
}

.portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgba(21, 21, 21, 0.5);
}

.portfolio .portfolio-wrap::before {
    content: "";
    background: rgba(21, 21, 21, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0;
}

.portfolio .portfolio-wrap img {
    transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap:hover::before {
    opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
    transform: scale(1.2);
}

.portfolio-content {
    position: relative;
    top: -30px;
    text-align: left;
    width: 78%;
    padding: 18px 20px;
    border-left: 3px solid #179e66;
    background: #fff;
    left: 15px;
    display: inline-block;
    z-index: 10;
    margin-bottom: -30px;
    -webkit-box-shadow: -2px 2px 6px #0000002e;
    -moz-box-shadow: -2px 2px 6px #0000002e;
    box-shadow: -2px 2px 6px #0000002e;
}

.portfolio-content a {
    color: #2E2751;
    font-size: 18px;
    text-decoration: none;
    font-weight: 900;
}

.portfolio-content a:hover {
    color: #179e66;
    font-size: 18px;
    text-decoration: none;
    font-weight: 900;
}

.PatientSeries p {
    text-align: center;
    margin-top: 15px;
}

.sub-menu {
    position: absolute;
    left: 200px !important;
    top: 0px !important;
    width: 250px !important;
}

.header-main .nav .main-list li ul li.dropdown-submenu ul.sub-menu {
    display: none;
}

.header-main .nav .main-list li ul li.dropdown-submenu:hover ul.sub-menu {
    display: block;
}

.header-main .nav .main-list li.dropdown ul.sub-menu li a:before {
    display: none;
    right: 20px;
    left: auto;
    content: "\f105";
    top: 1 px;
}

.header-main .nav .main-list li.dropdown.dropdown-submenu a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
    position: absolute;
    top: 0px;
    right: 11px;
}

.item.hj45tr {
    width: 30%;
    float: left;
    margin-right: 20px;
}

.hj45tr p {
    text-align: center;
    margin-top: 15px;
    font-weight: 600;
}

section.media-sec p {
    text-align: center;
    margin-top: 20px;
}

.ljou97iu {
    float: left;
    margin-right: 20px;
}

.fg45rt h5 {
    font-size: 20px;
    font-weight: 600;
}

.fg45rt h6 {
    font-size: 15px;
    color: red;
}

.hg56ty {
    float: left;
}

.ljou97iu .magnific-img a.image-popup-vertical-fit {
    display: block;
    height: 150px;
    border: 1px solid;
    position: relative;
}

.hg56ty h4 {
    font-size: 18px;
    margin-top: 15px;
    font-weight: 500;
}

.load0btn45 {
    text-align: center;
    margin-top: 20px;
}

.load0btn45 a {
    background: #e04e37;
    color: #fff;
    padding: 8px 10px;
    border-radius: 5px;
}

.df45tyu {
    text-align: center;
}

.jhyu67iu {
    width: 80%;
    text-align: center;
    margin-top: 40px;
}

.jhyu67iu h2 {
    font-weight: 600;
    line-height: 35px;
}

.jhyu67iu h2 span {
    font-weight: 200;
    font-size: 20px;
}

.image img {
    height: 400px;
}

.team23-text p {
    margin-bottom: 0px;
}

.mobile-banner {
    display: none;
}

.modal {
    z-index: 9999999;
}

.modal-body .cont_form h6 {
    font-weight: 500;
    margin-top: 6px;
    font-size: 20px;
}

.modal-body .cont_form .call {
    margin-bottom: 0px;
    font-size: 18px;
}

.modal-body {
    padding: 5px;
}

.modal-body .cont_form form {
    max-width: 400px;
    margin: auto;
    padding: 10px;
    border: 1px solid #e04e37;
    border-radius: 15px;
    margin-bottom: 20px;
}

.modal-body .bg_color {
    background: #e04e37;
    padding: 1px;
    margin-bottom: 10px;
    color: #fff;
    border-radius: 10px;
}

.modal-body .cont_form form .form-group input {
    width: 100%;
    border: none;
    padding: 5px;
    background: rgb(224 78 55 / 67%);
    color: #fff;
    outline: none;
    border-radius: 5px;
}

.modal-body .form-group {
    margin-bottom: 10 px;
}

.modal-body .cont_form {
    margin-top: 20px;
    text-align: center;
    background: #fafafa;
    padding: 0px 0px 0px 0px;
}

#appointment {
    position: fixed;
    z-index: 999;
    bottom: 60%;
    right: 0;
    box-shadow: 0 0 10px 0 #1f1f1f;
    background-color: #fff!important;
}

#appointment1 {
    position: fixed;
    z-index: 999;
    bottom: 40%;
    right: 0;
    box-shadow: 0 0 10px 0 #1f1f1f;
    background-color: #fff!important;
}

p.xyz {
    min-height: 125px;
}

.btn45 {
    text-align: center;
    position: relative;
    top: 320px;
}

.btn45 a {
    background: #e04e37;
    color: #fff;
    font-size: 16px;
    padding: 15px;
    border-radius: 10px;
}

.about_sec .image img {
    height: auto;
}

.er34we {
    width: 100%;
    border: 1px solid #000;
    padding: 10px;
    margin-top: 10px;
}

.abc12 {
    background: #e04e3724;
    padding: 15px;
    border-radius: 20px;
}

.abc12 h3 {
    color: #e04e37;
    font-weight: 500;
}

.demo {
    line-height: 18px !important;
}

.team31may { padding-top: 50px; }
.team31may h2 { border-top: 1px solid #000; padding-top: 20px;} 
.team31may h2:first-child { border-top: none; }
.team31may h3 { font-size: 20px; color: #eb614e;}
.team31may h4 { font-size: 20px; line-height: 25px; } 
.team31may h5 { font-size: 20px; }
.outsideteam01jun { padding: 10px; margin-bottom: 10px;}

.mobile56 {
    float: left;
}

.opdbtn {
    float: right;
    margin-right: 50px;
    
}

.opdbtn a {
    background: #e04e37;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
}


.panel-default>.panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-default>.panel-heading a {
  display: block;
  padding: 10px 15px;
}

.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
  background-color: #eee;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

h4.panel-title { font-size: 20px; }

.service_content td {
    border: 1px solid #000;
    padding: 5px;
}

.service_content td p {
    padding: 0;
    margin: 0;
}

.appbutton {

  background-color: #ab4140;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 20px;
  padding: 5px 10px !important;
  text-align: center;
  text-decoration: none;
  margin-top: 13px;
  -webkit-animation: 2s linear infinite passing-reverse;
  -moz-animation: 2s linear infinite passing-reverse;
  -o-animation: 2s linear infinite passing-reverse;
  animation: 2s linear infinite passing-reverse;

}



@-webkit-keyframes passing-reverse {

    0% {
        transform: translateX(50%);
        background: #fff;
        color: #fff;
    }

    50% {
        transform: translateX(0);
        background: #ab4140;
      color: #fff;
    }

    100% {
        transform: translateX(-50%);
        background: #fff;
        color: #fff;
    }

}

@keyframes passing-reverse {

    0% {
        transform: translateX(0);
       background: #ab4140;
        color: #fff;
    }

    50% {
        transform: translateX(0);
       background: #dc8887;
        color: #fff;
    }

    100% {
        transform: translateX(0);
        background: #1d86bc;
        color: #fff;
    }

}
.modallung {
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 20px;
    background: #e04e37;
}

.modallung p {
    color: #fff;
    font-size: 25px;
    margin: 0;
}

.lungbtncall { text-align: center; }
button.btnmodal {
    background: #fff;
    border: none;
    margin: 0;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
}
#blogtabs {
    padding-top: 50px;
}

#blogtabs ul#pills-tab {
    text-align: center;
    justify-content: center;
    margin: auto;
}

.opdbtn {display: none;}

/* new - 12-sep */

.footer p a {
    display: inline-block;
    color: #c1c1c1;
    font-size: 13px;
    line-height: 20px;
}

.footer p a:hover {
    color: #e04e37;

    
}

.footer .widget_head{
    color: #8e8e94 !important;
}

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

    .first-img1{
        height: 200px !important;
   
}


/* .first-img1 img {
    object-fit: contain !important;
    object-position: center;
    height: 100%;
    width: 100%;
} */

.first-img {
    margin-bottom: 30px;
    height: 220px !important;
    border: 5px solid#e04e37;
}

/* .first-img img {
    object-fit: contain;
    object-position: center;
    height: 100%;
    width: 100%;
} */

.team23-text{
    text-align: center !important;
}
.team23-img img{
    width: 100% !important;
}

}


.about_sec {
    
    background: url(images/about-bg.webp) !important;
}


#form20may {
  background: #e04e37;
  text-align: center;
  padding: 10px 0px;
}

#form20may form input {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 20px;
  border: 1px solid #ddd;
  border-radius: 60px;
  color: #000;
}

.formbtn20may {
  margin-top: 0px;
  background: #757575;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 15px;
}

.formbtn20may:hover {
  background: #fff;
  color: #065685;
  border: 1px solid #065685;
}

#form20may h2 {
  margin-top: 6px;
  margin-bottom: 0px;
  color: #fff;
}
.float_phone{ display: inline-block; position: fixed; right: 20px; background: #e04e37; width: 50px; height: 50px; line-height: 47px; font-size: 25px; z-index: 9999999; color: #fff; transition: .5s; text-align: center; bottom: 80px; border-radius: 100%; }
p.publish_date { background: #e04e37; width: 140px; text-align: center; padding: 5px 0px; color: #fff; border-radius: 5px; }

.float_whats {
    display: inline-block;
    position: fixed;
    bottom: 118px;
    right: 15px;
    width: 50px;
    height: 50px;
    line-height: 47px;
    text-align: center;
    font-size: 25px;
    border-radius: 100%;
    z-index: 9999999;
    color: #fff;
    transition: all 0.5s;
}
     .captcha-box { border-radius: 5px; border: 2px solid; padding: 2rem; max-width: 400px; margin: 20px 0; }
      .canvas {
        width: 200px;
        height: 60px;
      }

    #captchaInput {
     width: 70px;
    margin-left: .5em;
}


@media (max-width:767px)
{
    .float_whats {
        bottom: 180px;
    }
}

@media (max-width:767px)
{
    .float_phone {
        bottom: 120px;
    }
}