/*new custom css*/

/* h2, .h2, h3, .h3 {
    font-weight: 400 !important;
}
    */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}

body {
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

::placeholder {
    color: #fff;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #fff;
}

::-ms-input-placeholder {
    color: #fff;
}

.mb-0>a:after {
    content: "\f107";
    position: absolute;
    right: 0;
    width: 24px;
    height: 24px;
    top: 0px;
    font-family: 'FontAwesome';
    color: #8c271d;
    z-index: 9;
    font-size: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.open-accordion .mb-0>a:after {
    content: "\f106";
    width: 24px;
    height: 24px;
    color: #fff;
}

.header-top {
    width: 100%;
    padding-bottom: 18px;
}

.header-logo {
    padding: 12px 0px;
    position: relative;
}

select.event-type-select {
    float: right;
    padding: 10px 20px 10px 10px;
    min-width: 280px;
}

.header-logo .callnumber-div:after {
    content: '';
    left: calc(50% - 140px);
    top: -5px;
    position: absolute;
    width: 280px;
    height: 86px;
    max-height: 120px;
    background: #8c271d;
    border-bottom-left-radius: 20px;
    z-index: -1;
    border-bottom-right-radius: 20px;
    display: block;
}

.header-logo.fixed .callnumber-div:after {
    height: 85px;
}

.header-topleft ul li a {
    color: #fff;
    padding: 0 10px;
}

.header-topleft ul {
    margin: 0px;
    padding: 0px;
    display: flex;

}

.header-topleft ul li {
    list-style-type: none;
    float: left;
}

.content ul {
    color: #fff;
}

.content ol {
    color: #fff;
}

/* sticky header css */

.header-logo {
    width: 100%;
    padding: 5px 0px;
    z-index: 9;
    animation: smoothScroll 2s forwards;
    background-color: rgb(255 255 255 / 50%);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 1s ease-in-out;

}

.header-logo.fixed {
    background-color: rgb(255 255 255);
    box-shadow: 0 0 3px rgb(35 35 35 / 44%);
    position: fixed;
    z-index: 999;
    width: 100%;
    transition: all 0.5s;
    top: 0;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 1s ease-in-out;
}


.h
/*eader-logo {
    position: fixed;
    top: 0;
    left: 0;
    animation: smoothScroll 1s forwards;
  }*/
/*.header-logo.fixed .logo_img{
    padding: 0;
} */

.header-logo .fixed.callnumber-div {
    padding: 15px 0;
}

/* end css */
.banner-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 0px;
    background-image: url(../images/flower-bg.png);
    background-repeat: no-repeat;
    background-position-x: -21%;
    background-position-y: 85%;
}

.logo_img {
    margin-top: 5px;
}

.logo_img img {
    max-width: 180px;
    width: 100%;
}

.header-logo.fixed .logo_img {
    padding: 4px 0px;
}

.header-logo.fixed .logo_img img {
    max-width: 160px;
}

.header-logo.fixed {
    padding: 0px 0px 5px;
}

.newerror01 {
    background: rgb(255 255 255 / 35%);
    padding: 0px 5px;
}

.callnumber-div {
    float: none;
}

.calldiv {
    display: flex;
    align-items: flex-end;
    margin-right: 0px;
    justify-content: center;
}

.call_act h4 {
    color: #fff;
    font-weight: 900;
    font-size: 22px;
    line-height: 22px;
}

.header-logo.fixed .call_act h4 {
    font-size: 20px;
}

.call_act p {
    font-size: 13px;
    margin-bottom: 0px;
    font-weight: 300;
    color: #fff;
}

.header-logo.fixed .call_act p {
    font-size: 12px;
}

.phn-no,
.phn-no:hover {
    text-decoration: none !important;
    font-size: 32px;
    color: #fff;
}

.calldivleft {
    padding-right: 15px;
}

.call_act h6 {
    font-size: 16px;
    font-family: 'Sharpex', sans-serif;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 800;
}

.header-logo.fixed .call_act h6 {
    font-size: 14px;
}

.call_act h6 a {
    color: #fff;
    text-decoration: none;
}

.calldivleft img {
    margin-right: 10px;
    width: 35px;
}

.slider-banner {
    width: 100%;
    float: left;
    position: relative;
}

.out_contect {
    width: 100%;
}

.banner-form-tab {
    display: none;
}

.banner-content-left {
    text-align: left;
}

.banner-content-left h1 {
    color: #8c271d;
}

.banner-content-left h1 b {
    font-weight: 900;
}

.banner-content-left p {
    font-size: 20px;
    color: #000;
    margin-bottom: 0;
}

.banner-content-left h3 {
    font-size: 60px;
    color: #fff;
}

.outer_formdiv {
    padding: 40px;
    background: #7c6a54;
    display: block;
}

.form-control {
    border: none !important;
    border-bottom: 1px solid #fff !important;
    padding: 10px 10px !important;
    outline: none !important;
    border-radius: inherit !important;
    background: none;
    color: #fff;
}

.form-control::placeholder {
    color: #fff;
}

.form-control:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    color: #fff;
}

.outer_formdiv h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #fff;
    text-align: left;
}

.outer_formdiv {
    border-bottom-left-radius: 50px;
}

.outer_formdiv p {
    text-align: center;
    color: #8c271d;
}

.btn-lets {
    text-align: left;
    padding-top: 20px;
}

.btn-primary01 {
    color: #fff;
    background-color: #92816d;
    border-color: #92816d;
    border-radius: inherit !important;
    padding: 8px 35px !important;
    font-weight: 500;
}

.btn-primary01:hover {
    background-color: #fff;
    color: #92816d;
}

.btn-primary01:focus {

    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none !important;
    outline: none !important;
}

.overview_bgdiv {
    width: 100%;
    float: left;
    padding: 50px 0px 50px 0px;
    display: block;
    position: relative;
}

.overview_bgdiv:before {
    content: '' !important;
    background-image: url(../images/triangleLeft.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: block !important;
}

.overview_text {
    padding-right: 20px;
}

.overview_text h2 {
    color: #8c271d;
    font-size: 42px;
    margin-bottom: 20px;
    font-weight: 900;
}

.overview_text p {
    font-size: 18px;
    line-height: 26px;
    text-align: justify;
}

/* blog css */
.blogs_bgdiv {
    width: 100%;
    float: left;
    padding: 50px 0px 0;
    position: relative;
}

.blogs_bgdiv:before {
    content: '';
    background-image: url(../images/triangleRight.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    /*background-color: #8b0b04;*/
    position: absolute;
    width: 100%;
    height: 65%;
    top: 0px;
    left: 0px;
    display: block;
}

.blog_text h2 {
    color: #8b0b04;
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 300;
}



/*.blog_text h2 b{*/
/*    font-weight: 900;*/
/*}*/

.blog_text01 h2 {
    color: #8c271d;
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 300;
}

.blogs_bgdiv01 {
    padding: 50px 0;
}

.specialities-item.text-center {
    background: #ede5dc !important;
    border-radius: 100px;
    width: 150px;
    height: 150px;
    display: inline-block;
}

.specialities-item h5 {
    font-size: 16px;
    padding: 15px 0;
}

.slidedots .item {
    transition: all ease-in-out .5s;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}

.slidedots .item:hover {
    transform: translateY(-15px);
}

.doctors-outer01 {
    width: 100%;
    position: relative;
    margin: 40px 0px;
    overflow: hidden;
}

div#news-slider01 .owl-stage-outer {
    padding: 30px 0 0;
}

.doctors-outer01 img {
    width: 100%;
    border-radius: 0 0 60px 0;
    border-bottom: 8px solid #8b0b04 !important;
    /*height: 306px;*/
    height: 250px;
    object-fit: cover;
    object-position: top;
}

.specialities01-item.text-center {
    /* background: #ede5dc !important; */
    border-radius: 100px;
    width: 150px;
    height: 150px;
    display: inline-block;
    /* border-radius: 50%; */
    border: 2px solid #7c6a54;
}

.specialities01-item h5 {
    font-size: 16px;
    padding: 15px 0;
}

#news-slider02 .owl-stage-outer {
    padding: 30px 0 0;
}

.doctors_textdiv {
    width: 100%;
    padding-top: 20px;
}

.doctors_textdiv:hover {
    background-image: url(../images/blog-brwpic.png);
    width: 100%;
    background-size: 100% 100%;
}

.doctors_textdiv h4 {
    font-size: 18px;
    color: #000;
    font-family: 'Sharpsm', sans-serif;
    font-weight: 600;
    min-height: 43px;
}

.doctors_textdiv p {
    font-size: 13px;
    color: #000;
    margin-bottom: 30px !important;
    font-weight: 600;

}

.doctors_textdiv h5 {
    color: #000;
}

.doctors_textdiv h5 a {
    font-size: 14px;
    color: #000 !important;
    font-family: 'Sharpmd', sans-serif;
    margin-right: 15px;
    text-decoration: underline;
}

.slidedots .owl-nav {
    position: absolute;
    bottom: 50%;
    width: 100%;
}

.slidedots .owl-prev {
    position: absolute;
    left: -40px;
    width: 35px;
    height: 35px;
    line-height: 20px;
    cursor: pointer;
    text-align: center;
    background-color: transparent;
    padding: 8px 10px;
    color: #767676;
    border-radius: 50%;
    font-size: 20px;
    vertical-align: middle;
    display: none !important;
}

.slidedots .owl-next {
    position: absolute;
    right: -40px;
    width: 35px;
    height: 35px;
    line-height: 20px;
    text-align: center;
    padding: 8px 14px;
    color: #767676;
    background-color: transparent;
    cursor: pointer;
    border-radius: 50%;
    font-size: 20px;
    vertical-align: middle;
    display: none !important;
}

.slidedots .owl-prev.fa,
.fas {
    font-size: 20px;
    font-weight: 500;
}

.slidedots .owl-next.fa,
.fas {
    font-size: 20px;
    font-weight: 500;
}

.slidedots.owl-theme .owl-nav button {
    top: calc(50% - 32px);
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: none !important;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    outline: none !important;
    width: 32px;
    height: 21px;
    /*background-color: #000!important;*/
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
    display: none;
}

.owl-carousel .owl-nav button.owl-next {
    background: url('../images/icons/IconAwesome-arrow-right.png') no-repeat left top !important;
    right: -30px;
    width: 55px;
    height: 55px;
}

.owl-carousel .owl-nav button.owl-prev {
    background: url('../images/icons/IconAwesome-arrow-left.png') no-repeat left top !important;
    left: -70px;
    width: 55px;
    height: 55px;
}

.img01 {
    width: 110px !important;
    margin: 20px auto;
}

/*.fa, .fas {*/
/*    font-weight: 900;*/
/*}*/
.doctors-outer01 h5 {
    font-size: 14px;
    line-height: 18px;
    color: #000;
    display: none;
}

/* end */

section#whyChoose {
    padding-top: 50px;
    float: left;
}

.rounded-bottomLeft-10x {
    border-radius: 0px 0px 0px 100px;
    background-position: right top;
    background-image: url(../images/triangleRight.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #7D6A55;
}

.choose-us-row-col {
    margin-right: 0px;
}

.choose-us-row-col .fullHeight img {
    max-height: 60px;
}

#whyChoose img.fullsizeImg {
    width: 100%;
}

.whyChoose-head {
    font-weight: 300;
}

.whyChoose-head b {
    font-weight: 900;
}

.whyChoose-text {
    font-size: 17px;
}

/* accoudian tab */
.faqs_bgdiv {
    float: left;
    width: 100%;
    padding: 50px 0;
    position: relative;
}

.faqs_bgdiv:before {
    content: '';
    background-image: url(../images/triangleRight.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #efefef;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: block;
}

.faqs_text h3 {
    color: #8c271d;
    font-size: 35px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 900;
}

.mb-0>a {
    display: block;
    position: relative;
}

.card-header a:hover {
    color: #0056b3;
    text-decoration: none;
}

.card-header h4 {
    font-size: 20px;
    color: #7D6A55;
}

.card-header.newacc {
    padding: 10px 3px;
    margin-bottom: 0;
    background-color: transparent;
    border: none !important;
    border-bottom: 1px solid #707070 !important;
    padding: 16px 0px !important;
    outline: none !important;
    border-radius: inherit !important;
}

.accdiv01 {
    border: none !important;
    /* border-bottom: 1px solid #0e0e0e !important;
    padding: 9px 0px !important;
    outline: none !important;
    border-radius: inherit !important; */
    border-radius: inherit !important;
    padding: 0px 30px;
    background-color: transparent;
    transition: all ease-in-out .5s;
}


.card-body {
    padding: 15px 0 !important;
}

.card.close h4:before {
    content: '+';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
}

.card.open h4:before {
    content: '-';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
}

.content {
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    width: 88%;
}

.accordion-content p {
    margin: 0;
}

.card .toggle {
    cursor: pointer;
    text-align: left;
}

.card .toggle:hover {
    color: red;
}

.card.open-accordion {
    padding: 20px 30px;
    background: #7c6a54;
    border-top-right-radius: 50px !important;
    margin-bottom: 10px;
    margin-top: 10px;
}

.card.open-accordion .card-header {
    border: none !important;
    background: none;
}

.card.open-accordion .card-header h4,
.card.open-accordion .content p {
    color: #fff;
}

/* enquire */
.enquire_bgdiv {
    width: 100%;
    float: left;
    padding: 35px 0px;
    background: #8c271d;
    background-image: url(../images/flower-bg.png);
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
}

.enquire_text {
    color: white;
}

.enquire_text h2 {
    font-weight: 900;
}

.enquire_text p {
    margin-bottom: 0;
    font-size: 20px;
    color: #cdcbcb;
}

.enquire_text h3 {
    font-size: 25px;
    margin-top: 8px;
    font-weight: 300;
}

.btn-primary02 {
    color: #b01c1c;
    background-color: #fff;
    border-color: #fff !important;
    border-radius: inherit !important;
    font-size: 18px !important;
    padding: 10px 20px !important;
}

.btn-primary02:hover {
    color: #fff;
    background-color: transparent;

}

.enquire_btn {
    text-align: right;
    margin-top: 20px;

}

/* location  */
.location_bgdiv {
    width: 100%;
    float: left;
}

.location_bgdiv .location_img img {
    width: 100%;
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
    height: 100%;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

/* footer */
.footer_bgdiv {
    width: 100%;
    float: left;
    background: #837461;
    padding: 40px 0 0;
}

.footer_text ul li {
    list-style: none;
    color: #f4f4f4d6;
    padding: 4px 0;
    display: block;
}

.footer_text ul {
    padding: 0;
}

.footer_text h3 {
    font-size: 25px;
    color: #fff;
}


.footer_text p {
    font-size: 15px;
    color: #fff;
    padding: 5px 0 0px;
}

.footer_focial ul {
    padding: 0;
}

.footer_focial ul li {
    list-style: none;
    /* display: inherit; */
    display: inline-block;
    padding: 0 5px;
    font-size: 20px;
}

.footer_focial ul li a {
    color: #fff;
}

.footer_focial ul li a:hover i {
    color: #7e2017;
}

.footer_focial {
    float: right;
    display: block;
}

.footer_focial h3 {
    font-size: 16px;
    color: #fff;
}

.footer_line {
    border-bottom: 1px solid #fff;
}

.footer-row {
    padding-bottom: 30px;
}

.footer-col,
.footer-col a {
    color: #fff;
}

.footer-col a {
    text-decoration: none;
    word-break: break-all;
}

.footer-col p,
.footer-col ul {
    margin-bottom: 0px;
}

.footer-col li {
    list-style: none;
}

.footer-col.footer-logo {
    padding-top: 0px;
}

.footer-social li {
    padding-right: 15px;
    font-size: 22px;
}

.contact-icon {
    padding-right: 20px;
    font-size: 32px;
}

.contact-no h4 {
    font-weight: 900;
    font-size: 27px;
}

.contact-no p {
    font-size: 14px;
    line-height: 16px;
}

.contact-no p.contact-phn {
    font-size: 23px;
    font-weight: 900;
    line-height: 28px;
}

.follow-head h4 {
    font-size: 20px;
}

.follow-head h4 b {
    font-weight: 900;
}

.text_copy p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 0;
}

.text_copy p a {
    color: #fff;
    text-decoration: none;
}

.text_copy {
    padding: 20px 0;
}

.footer_text span a {
    margin-left: 10px;
    color: #fff;
    text-decoration: none;
}

.footer_text span a:hover {
    color: #7e2017;
}

.owl-carousel .owl-dots.disabled {
    display: block !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #7e2017 !important;
}

.owl-theme .owl-dots .owl-dot span {
    background: #837461;
}

.fixed-btn {
    background-color: #7e2017;
    width: 100px;
    height: auto;
    position: fixed;
    top: 50%;
    right: 0px;
    z-index: 3000;
    padding: 30px 10px;
    border-bottom-left-radius: 25px;
    transform: translateY(-50%);

}

.fixed-icon p {
    line-height: 15px;
}

.text-darks {
    color: #ffffff !important;
    font-size: 12px;
}

.bg-darks {
    background-color: #ffffff !important;
}

.new01 {
    width: 100%;
}

.fixed-btn a {
    display: inline-flex;
    color: #fff;
    flex-flow: column;
    flex-wrap: nowrap;
    text-align: center;
    width: 100%;
    font-size: 12px;
    text-decoration: none;
}

.fixed-btn a i {
    font-size: 22px;
    padding-bottom: 5px;
}

.text_box p {
    font-size: 18px;
}

#whyChoose .text_box p {
    font-size: 16px;
}

#aboutus {
    float: left;
    width: 100%;
}

#aboutus.bg1 {
    background: #eee0cd;
    padding: 75px 0px 76px;
    height: calc(100vh - 382px);
    display: inline-flex;
    align-items: center;
}

#aboutus .novotels {
    margin-bottom: 0px;
}

#aboutus .white {
    color: #8b1006;
    font-size: 20px;
}

#aboutus a {
    text-decoration: none;
    cursor: pointer;
    color: #8b1006;
}

#aboutus a button {
    background: #8b1006;
    padding: 6px 27px;
    color: #fff;
    border: 1px solid #8b1006;
    transition: all ease-in-out .5s;
}

#aboutus a button:hover {
    background: transparent;
    color: #8b1006;
}

#news-slider .item:hover {
    transform: none !important;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    display: none !important;
}

/* media query start */
@media only screen and (max-width: 1400px) {
    .outer_formdiv {
        padding: 30px 50px;
    }
}

@media only screen and (max-width: 1280px) {
    .blogs_bgdiv {
        padding-bottom: 0px;
    }

    .slidedots.owl-carousel .owl-nav button.owl-next {
        right: -40px;
    }

    .slidedots.owl-carousel .owl-nav button.owl-prev {
        left: -40px;
    }

    .slidedots .owl-dots {
        padding-top: 10px;
    }

    .slidedots .owl-dots .owl-dot {
        background: none !important;
    }
}

@media only screen and (max-width: 1199px) {

    .slidedots.owl-carousel .owl-nav button.owl-next,
    .slidedots.owl-carousel .owl-nav button.owl-prev {
        display: none !important;
    }

    .banner-content-left p br {
        display: none;
    }

    .enquire_text h2 {
        font-size: 26px;
    }

    .enquire_text h3 {
        font-size: 20px;
    }

    .contact-no p.contact-phn {
        font-size: 22px;
    }

    .outer_formdiv {
        padding: 15px 30px;
    }

    .outer_formdiv h3 {
        font-size: 20px;
    }

    .choose-us-row-col .px-5 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
}

@media only screen and (max-width: 1024px) {
    .specility_bgdiv {
        background-size: 100% 100%;
    }

    .map-responsive {
        height: 100%;
    }

    .form-control {
        padding: 7px 10px !important;
    }

    .choose-us-row-col .px-5 {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
}

@media only screen and (max-width: 991px) {
    .btn-lets {
        text-align: center;
    }

    .overview_bgdiv {
        text-align: center;
    }

    .overview_bgdiv .container {
        max-width: 100%;
    }

    .overview_bgdiv .col-lg-5 {
        padding: 0px;
    }

    .overview_img img {
        width: 100%;
    }

    .footer-col {
        padding-bottom: 40px;
    }

    .copyright-row {
        padding: 10px 0px;
    }

    .text_copy {
        padding: 10px 0;
        text-align: center !important;
    }

    .banner-content .container {
        max-width: 90%;
    }

    .header-logo .container {
        max-width: 100%;
    }

    .calldiv {
        justify-content: end;
    }

    .header-logo .callnumber-div:after {
        left: auto;
        right: 0px;
        width: 230px;
    }

    #aboutus.bg1 {
        padding: 65px 30px;
        height: calc(100vh - 580px);
    }

    .choose-us-row-col .px-5 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
}

/* tablet view */
@media only screen and (max-width: 980px) {
    .specility_bgdiv {
        background-size: 100% 100%;
        padding: 20px 0px;
    }

    .specility_text h2 {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .count-up p {
        font-weight: 500;
    }

    .faqs_bgdiv {
        padding: 30px 0;
    }

    .outer_formdiv {
        padding: 10px 20px;
    }

    .outer_formdiv h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .outer_formdiv p {
        font-size: 15px;
    }

    .overview_text h2 {
        font-size: 27px;
    }

    .btn-lets {
        padding-top: 5px;
    }

    .banner-content-left p {
        font-size: 18px;
    }

    .banner-content-left h3 {
        font-size: 32px;
    }

    .form-group {
        margin-bottom: 10px;
    }

    .blogs_bgdiv {
        background-size: cover;
        padding: 30px 0px 0;
    }

    .overview_bgdiv {
        padding: 30px 0px 30px 0px;
    }

    .footer_focial h3 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 820px) {
    .carousel-item .banner01 {
        height: 360px;
    }
}

/* particular show in this */
@media only screen and (max-width: 768px) {
    .map-responsive {
        height: 100%;
    }

    .call_act h6 {
        font-size: 15px;
    }
}

@media only screen and (max-width: 767px) {

    div#news-slider {
        padding: 20px 15px;
    }

    select.event-type-select {
        float: left;
        min-width: 280px !important;
        width: 100% !important;
    }

    .doctors-outer01 img {
        height: 450px;
        object-fit: cover;
    }

    .doctors_textdiv h4 {
        min-height: auto
    }

    ;

    .blogs_bgdiv form {
        float: left;
        width: 100%;
    }

    .header-logo .callnumber-div:after {
        height: 85px;
    }

    .banner-content {
        padding-bottom: 20px;
        position: inherit;
        padding: 0px;
        top: 0px;
        transform: translateY(0px);
    }

    .banner-content .banner-content-row {
        flex-flow: column;
    }

    .banner-content .banner-content-row .col-md-7 {
        max-width: 100%;
    }

    .banner-content .banner-content-row .banner-content-left {
        text-align: center;
        position: absolute;
        top: -180px;
        padding: 0px 100px;
    }

    .banner-content .container {
        max-width: 100%;
        padding: 0px;
    }

    .outer_formdiv {
        padding: 20px;
    }

    .outer_formdiv h3 {
        text-align: center;
    }

    .enquire_text {
        text-align: center;
    }

    .overview_bgdiv:before,
    .blogs_bgdiv:before {
        background-size: 100%;
    }

    .calldiv {
        justify-content: flex-end;
    }

    .header-logo .container {
        max-width: 100%;
    }

    .header-logo .callnumber-div:after {
        left: auto;
        right: 0px;
        width: 200px;
    }

    .header-logo.fixed .callnumber-div:after {
        height: 89px;
    }

    .header-logo.fixed {
        padding: 0px;
    }

    .header-logo.fixed .callnumber-div {
        padding: 9px 0px;
    }

    .call_act h4 {
        font-size: 18px;
    }

    .header-logo.fixed .call_act h4 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 575px) {
    .location_img {
        display: none;
    }

    .header-logo .callnumber-div:after {
        content: none;
    }

    .phn-no,
    .phn-no:hover {
        color: #8c271d;
    }

    .header-logo {
        padding: 10px 0px;
        max-height: inherit;
    }

    .header-logo.fixed {
        padding: 0px 0px 5px;
    }

    .whychoose-row .row {
        margin: 0px;
    }

    .choose-us-row-col {
        padding: 0px !important;
        padding-top: 25px !important;
    }

    .choose-us-row-col .px-5 {
        padding: 0px 1.5rem !important;
    }

    .choose-us-row-col .text_box {
        padding: 0px 1rem !important;
    }

    .faqs_bgdiv .container {
        padding: 0px;
    }

    .faqs_bgdiv .row {
        margin: 0px;
    }

    .faqs_bgdiv .col-lg-10 {
        padding: 0px;
    }

    .call_act {
        display: none;
    }

    .calldiv {
        display: block;
        margin: 0px;
        text-align: right;
    }

    .calldivleft {
        padding: 0px;
    }

    .callnumber-div {
        width: 100%;
        display: flex;
        align-items: center;
        height: 100%;
        justify-content: end;
    }
}

/* mobile view */
@media only screen and (max-width: 430px) {
    .banner-content .banner-content-row .banner-content-left {
        padding: 0px 50px;
    }
}

@media only screen and (max-width:375px) {
    .specility_bgdiv {
        padding-bottom: 350px !important;
    }


}

@media only screen and (max-width: 360px) {
    .specility_bgdiv {
        padding: 20px 0 200px;
    }
}

@media only screen and (max-width: 430px) {
    .banner-content .banner-content-row .banner-content-left {
        padding: 0px 50px;
    }
}

@media only screen and (max-width: 600px) and (min-width: 320px) {
    img.d-block.w-100.banner01.d-none.d-lg-block {
        display: none !important;
    }

    .banner-content-right {
        position: inherit;
        width: 100%;
        display: block;
    }

    .btn-lets {
        padding-top: 25px;
    }

    .banner-content-left p {
        font-size: 20px;
    }

    .banner-content-left h3 {
        font-size: 38px;
    }

    .specility_bgdiv {
        width: 100%;
        float: left;
        padding: 10px 0px;
        background-image: url(../images/mob-specility.jpg);
        background-position: top right;
        background-repeat: no-repeat;
        background-size: 100% 96%;
        padding-bottom: 350px;
    }

    .specility_text p {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .count-up p {
        font-size: 13px;
        font-weight: 500;
    }

    .specility_text h2 {
        font-size: 25px;
        margin-bottom: 15px;
    }

    .blogs_bgdiv {
        padding: 30px 0;
        background-size: cover;
    }

    .slidedots .owl-next {
        right: 0;
    }

    .slidedots .owl-prev {
        left: 0;
    }

    .enquire_btn {
        text-align: center;
    }

    .enquire_text {
        text-align: center;
    }

    .enquire_text p {
        font-size: 16px;
    }

    .enquire_text h3 {
        font-size: 20px;
    }

    .btn-primary02 {
        font-size: 18px !important;
        padding: 7px 20px !important;
        font-weight: 600 !important;
    }

    .footer_focial h3 {
        font-size: 13px;

    }

    .footer_focial ul li {
        padding: 0px 3px;
        font-size: 12px;
    }

    .footer_text h3 {
        font-size: 15px;
    }

    .footer_text p {
        font-size: 14px;
        padding: 3px 2px 1px 2px;
    }

    .footer_text span a {
        margin-left: 6px;
        font-size: 12px;
    }

    .links-din {
        display: none !important;
    }

    .calldivleft img {
        margin-right: 0;
        width: 25px;
    }

    .slidedots.owl-carousel .owl-dots.disabled,
    .owl-carousel .owl-nav.disabled {
        display: none !important;
    }

    .card-header h4 {
        font-size: 16px;
        width: 80%;
    }

    .blog_text h2 {
        font-size: 27px;
    }

    .doctors-outer01 {
        margin: 0px 0;
        height: auto;
        overflow: hidden;
    }

    .fixed-btn {
        width: 100%;
        position: fixed;
        top: auto;
        bottom: 0;
        z-index: 9999999;
        padding: 10px 10px 0px 10px;
        display: flex;
        transform: translateY(-0%);
        border-radius: 0px;
    }

    .fixed-icon.text-center {
        width: 100%;
        margin-bottom: 15px;
        float: left;
        border-left: 1px solid #fff;
    }

    .fixed-icon.text-center:first-child {
        border-left: none;
    }

    .fixed-icon p {
        font-size: 14px;
    }

    .footer_bgdiv {
        padding-bottom: 65px;
    }

    .outer_formdiv {
        height: auto;
    }

    .outer_formdiv h3 {
        font-size: 25px;
    }

    #news-slider .owl-nav {
        position: absolute;
        bottom: 50%;
        width: 95%;
    }

    /*      #news-slider .owl-nav button.owl-next {*/
    /*    right: -5px;display: block !important;*/
    /*}*/
    /*#news-slider .owl-nav button.owl-prev {*/
    /*    left: -20px;display: block !important;*/
    /*}*/
    /*#news-slider.owl-dots.disabled, #news-slider .owl-nav.disabled {*/
    /*    display: block!important; */
    /*}*/
    /*#news-slider .owl-nav button.owl-prev {*/
    /*    background: url(../images/icons/IconAwesome-arrow-left.png) no-repeat left top !important;*/
    /*        margin: 0;*/
    /*    width: 28px;*/
    /*    height: 36px;*/
    /*}*/
    /*#news-slider .owl-nav button.owl-next {*/
    /*background: url(../images/icons/IconAwesome-arrow-right.png) no-repeat left top !important;*/
    /*     background: url(../images/icons/IconAwesome-arrow-left.png) no-repeat left top !important;*/
    /*    width: 28px;    margin: 0;*/
    /*    height: 36px;transform: rotate(180deg);*/
    /*}*/
}


@media only screen and (max-width: 360px) {
    .outer_formdiv {
        padding: 25px;

    }

    .outer_formdiv h3 {
        font-size: 26px;
    }

    .footer_focial h3 {
        font-size: 12px;
    }

    .footer_focial ul li {
        font-size: 10px;
    }

    .overview_text h2 {

        font-size: 25px;
    }

    .overview_text p {
        font-size: 15px;
        line-height: 25px;
    }

    .specility_bgdiv {
        padding-bottom: 350px;
    }
}

@media only screen and (max-width: 320px) {
    .btn-lets {
        padding-top: 25px;
    }

    .outer_formdiv {
        padding: 10px;
    }

    .outer_formdiv h3 {
        font-size: 25px;
    }

    .overview_text p {
        font-size: 15px;
        line-height: 26px;
    }

    .specility_text h2 {
        font-size: 19px;

    }

    .faqs_text h3 {
        font-size: 25px;
        margin-bottom: 10px;

    }

    .card-header h4 {
        font-size: 14px;
        line-height: 17px;

    }

    .doctors_textdiv {
        padding: 17px;
    }
}

@media only screen and (max-width: 375px) {
    .specialities-item.text-center {
        width: 125px;
        height: 125px;
    }

    .specialities01-item.text-center {
        /* background: #ede5dc !important; */
        border-radius: 100px;
        width: 125px;
        height: 125px;
        display: inline-block;
        /* border-radius: 50%; */
        border: 2px solid #7c6a54;
    }

    .img01 {
        width: 85px !important;
        margin: 20px auto;
    }


}

#news-slider01 .item {
    text-align: center;
}

@media screen and (max-width:353px) and (max-height:745px) {
    #aboutus.bg1 {
        padding: 65px 30px;
        height: calc(100vh - 370px);
    }
}

@media screen and (max-width:360px) and (max-height:740px) {
    #aboutus.bg1 {
        padding: 65px 30px;
        height: calc(100vh - 330px);
    }
}

@media only screen and (max-width: 540px) and (max-height: 720px) {
    #aboutus.bg1 {
        padding: 65px 30px;
        height: calc(100vh - 320px);
    }
}

@media only screen and (max-width: 411px) and (max-height: 736px) {
    #aboutus.bg1 {
        padding: 65px 30px;
        height: calc(100vh - 400px);
    }
}

@media screen and (max-width:375px) and (max-height: 667px) {
    #aboutus.bg1 {
        padding: 65px 30px;
        height: calc(100vh - 250px);
    }
}

@media screen and (max-width:320px) and (max-height:480px) {
    #aboutus.bg1 {
        padding: 65px 30px;
        height: calc(100vh - 120px);
    }
}