*,html {

    margin:0;
    padding:0;
    box-sizing: border-box !important;
}
body {
   
    font-family: 'Helvetica', sans-serif;
    line-height: 25px;
    border-top: 25px solid #224f8f;
}
body,html{
    overflow-x: hidden !important;
}
/* modal popup */
button.popup_submit {
    background-image: linear-gradient(to right, #224f8f, #19aba7);
    padding: 10px;
    border: none;
    text-align: center;
    width: 100%;
    color: white;
    border-radius: 9px;
    margin-bottom: 40px;
}

@media (min-width: 900px) and (max-width: 1195px) {
    .card.bg_colooor {
        height: 96%;
    }
    .card-carousel {
        margin-top: 50px;
        height: 85% !important;
    }
    a.btn.app_padd1 {
        margin: 7px;
        margin-top: 32px !important;
    }
 
}

@media (min-width: 320px) and (max-width: 480px) {
    .modal-header.xtimes1 {
        margin: 0px -40px;
    }
}

@media (min-width: 320px) and (max-width: 770px) {

    .card.card-carousel {
        height:auto !important;
    }
}
.contact2 {
    margin-top: 0px !important;
}

@media (min-width: 320px) and (max-width: 480px) {
    .contact1 {
        margin: 0px -15px;
    }
}

img.img_mob_phpne {
    width: 20px !important;
    height: 30px !important;
}
.card.card-carousel {
    height:auto !important;
}
.contact {
    width: 250%;
    margin: 28px -263px;
}
.gap{
        margin-bottom: 38px;
}
.gap1{
    margin-bottom: 60px;
}
.gap2{
    margin-bottom: 18px;
}
@media screen and (max-width:600px) {
    .contact_us1 {
        margin: 10px -22px !important;
        width: 114% !important;
    }
}

.ban_head {
    font-size: 25px !important;
}

p.appointment_head {
    text-align: left;
    font-size: 24px;
    color: #19ABA7 !important;
    font-family: 'Helvetica', sans-serif;
    font-weight: 600;
}

/* treatments */
.carousel-indicators .active {
    background-color: #000 !important;
}

.appn_btn{
    margin-top: 20px;
}

.btn-primary {
    color: #224f8f !important;
    background-color: #fff !important;
}

/* .btn-primary:hover {
    color: #224f8f !important;
    background-color: #fff;

} */

p.content.cont-trt11 {
    margin-top: 55px;
}

p.content.cont-trt12 {
    margin-top: 78px;
}

p.content.cont-trt21 {
    margin-top: 26px;
}

p.content.cont-trt22 {
    margin-top: 26px;
}
.carousel-control-prev.one{
    left: -100px !important;
}
.carousel-control-next.one {
    right: -100px;
}
/* 
.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: 100px;
    width: 100px;
  
    background-size: 100%, 100%;
    border-radius: 50%;
    
    background-image: none;
} */

/* .carousel-control-prev {
    left: -177px !important;
} */

/* .card-block.padd_treat {
    padding: 30px 25px 0px 25px;
    background-color: #19ABA7;
    box-shadow: 0px 0px 6px 0px;
    box-shadow: 0px 1px 8px 1px #808080;
    border-radius: 10px;
    opacity: 1;
    margin: 1rem 2rem;
} */

.bg_colooor {
    padding: 30px 25px 0px 25px;
    background-color: #224f8f !important;
    /* box-shadow: 0px 0px 6px 0px; */
    box-shadow: 0px 1px 8px 1px #808080;
    border-radius: 10px;
    opacity: 1;
    margin: 1rem 2rem;
}
p.content{
    color: white;
}

.tittle {
    color: #fff;
    font-size: 24px !important;
    font-family: 'Helvetica', sans-serif;
    font-weight: 700;
    line-height: 30px;
}

/* .carousel-control-next-icon:after
{
  content: '>';
  font-size: 35px;
  color: #224f8f;
  
  margin-right: -16pc;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 35px;
  color: #224f8f;
  margin-left: -16pc;
} */

.thank_msg {

    margin-top: 24px;
    margin-bottom: 24px;
}


.btn.cnct_btn1 {
    background: linear-gradient(60deg, #224f8f, #19aba7);
    width: 100%;
    color: white;
    border: none;
    font-weight: 600;
}

.flip-box {
    background-color: transparent;
    width: 300px;
    height: 200px;
    perspective: 1000px;
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-box-front,
.flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-box-front {
    background-color: #bbb;
    color: black;
}

.flip-box-back {
    background-color: #555;
    color: white;
    transform: rotateY(180deg);
}

.logo1.hove {
    background-image: url("img/kidney_89.png");
    background-repeat: no-repeat;
}

.logo1.hove:active {
    background-image: url("img/heart.png");
}

.modal-content {
    border: none !important;
    background-color: transparent !important;
}

.your_journey {
    background-color: #f3f3f3;
}

ol,
ul {
    padding-left: 0 !important;
}

.box_1 {
    border: 1px solid #d6d6d6;
    padding: 25% 5% 5% 5%;
    margin-top: -8%;
}

.padding_slider {
    position: relative;
    top: -100px;
    margin-bottom: 100px;
    height: 300px;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    background-color: grey;
    opacity: 0.6;
}

.carousel-indicators .active {
    background-color: white;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel {
    position: relative;
}

button.btn.hr_btn {
    font-size: 14px;
    background-image: linear-gradient(60deg, #224f8f, #19aba7);
    color: #fff;
    box-shadow: 0px 6px 12px #0000001A;
    border: none;
    border-radius: 2px;

}

#header-content1 {
    margin-top: 5%;
    bottom: 0;
    left: 0;
}

input.cont_sub {
    color: #fff !important;
    background-color: #1aa2a5 !important;
    border: none;
    padding: 13px 40px;
    font-size: 12px;
    border-radius: 25px;
    width: 100%;
}

.box3 {
    width: 33%;
}

img.map_img {
    width: 100%;
}

.fa-long-arrow-right:before {
    color: #aaa;
}

label.cont_lable {
    color: gray;
    font-size: small;
    margin-top: 10px;
    margin-bottom: 10px;
}

input.cont_frm {
    border-radius: 25px;
    padding: 10px;
}

textarea.cont_frm1 {
    border-radius: 25px;
    border: 1px solid #d7d7d7;
    padding: 9px;
    width: 100%;
    font-size: 12px;
}

.oc_p {
    font-size: 14px;
    color: grey;
    margin-bottom: 30px;
}

.container.container_33 {
    width: 55%;
    margin: 0% 25%;
}

.box1_p {
    font-size: 18px;
    margin-top: 17px;
    color: #19aba8;
    font-weight: bolder;
}

.hexagon {
    border: 1px solid #acacac;

    background: #fff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    height: 150px;
    margin: 0 auto;
    position: relative;
    /* width: 86px; */
    z-index: 1;
}


span.pluss {
    font-size: 1.75em;
    padding: 23px 5px;
}


.white_bg{
    background-image: url(img/white_bgg.webp);
    /* margin-top: 2pc; */
}

.doctor_section {
 
    height: 553px;
    margin-top: 2pc;
    /* background: #a5c9d6 !important; */
}

.doctor_sectionn {
    background-image: url(img/white_bgg.webp);
    height:100%
}
span.carousel-control-prev-icon.doctors {
    background-color: #224f8f;
    border-radius: 50%;
}
span.carousel-control-next-icon.doctors {
    background-color: #224f8f;
    border-radius: 50%;
}
span.carousel-control-prev-icon{
    background-color: #224f8f;
    border-radius: 50%;
    margin-right: auto;
}
span.carousel-control-next-icon{
    background-color: #224f8f;
    border-radius: 50%;
    margin-left: auto;
}

h3.h3_page.mb-3.pt-5.mb-4 {
    padding-top: 5rem !important;
}

.card-carousel {
    margin-top: 50px;
}

.card-block {
    padding: 7px;
}

.card-title {
    text-align: center;
    color: #121212;
    font-family: 'Helvetica', sans-serif;
    font-weight: bold !important;
    font-size: 13px;
}

.card-text {
    text-align: center;
    color: #121212;
    font-family: 'Roboto', sans-serif !important;
    font-size: 12px;
}

.card-text.extra_padd1 {
    padding-top: 22px;
    }
a.btn.app_padd1 {
    margin-top: 10px;
}

a.btn.app_padd22 {
    margin-top: 34px;
}

.card-text.extra_padd2 {
    padding-top: 21px;
}

a.btn.app_padd2 {
    margin-top: 21px;
}

.paddingg {
    margin: 10px 0px 10px 0px;
}
.paddingg8 {
    margin-top: 58px;
    /* margin-bottom: 14px; */
}


a.btn {
    
    color: #FFFFFF;
    width: 89%;
    /* width: fit-content; */
    border-radius: 175px;
    background: linear-gradient(60deg, #224f8f, #19aba7);
}

@media (min-width: 990px) and (max-width: 1200px) {
    .extra_padd10{
        margin-bottom: 36px;
    }
    .extra_padd11{
        margin-bottom: 106px;
    }
}

@media screen and (max-width: 600px) {
    .card.card-carousel {
        padding: 5px;
        margin: 30px;
        width:75%;
        margin-left: auto;
        margin-right: auto;
    }

    .carousel-control-next-icon:after {
        display: none !important;
    }

    .carousel-control-prev-icon:after {
        display: none !important;
    }
     
}



div#carouselExampleIndicat {
    margin-bottom: 0;
    margin-top: 120px;
}

.circle-icon {
    background: #FFFFFF;
    padding: 12px;
    height: 39px;
    border-radius: 50%;
    color: #000;
}


.box_2 {
    border: 1px solid #d6d6d6;
    border-radius: 25px;
    margin-top: -12px !important;
    background: #fff;
}

/* .hexagon:before,
.hexagon:after {
    background: inherit;
    content: '';
    height: inherit;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    z-index: -1;
}

.hexagon:before {
    transform: rotate(-60deg);
    border-right: 1px solid #acacac;
    border-left: 1px solid #acacac;
}

.hexagon:after {
    transform: rotate(60deg);
    border-right: 1px solid #acacac;
    border-left: 1px solid #acacac;
}

img.hex_img {
    transform: rotate(-90deg);
    width: 45%;
}

.hexagon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    width: 80px;
    height: 46px;
    background-color: #fff;
    transition: background-color 0.25s;
    background: #fff;
    color: red;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #acacac;
    border-top: 1px solid #acacac;
    transform: rotate(90deg);
} */

.col-12.col-sm-12.col-md-6.col-lg-6.pil_content {
    margin-top: -50px;
}

i.fa.fa-check-circle.check_pill {
    color: #1aa2a5;
}

button.btn.pil_btn {
    font-size: 14px;
    background: linear-gradient(60deg, #224f8f, #19aba7);
    color: #fff;
    box-shadow: 0px 6px 12px #0000001a;
    border: none;
    border-radius: 2px;
}

p.contact_on1 {
    color: #00bcbe;
    font-size: 2vw;
    font-family: Bebas Neue;
}


.btn.cnct_btn1 {
    /* background: #224f8f; */
    width: 100%;
    color: white;
    font-size: small;
    border-radius: 0px;
    margin-top: 0px !important;
    padding: 10px;
}

/* .back_shadow {
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-top: 30px !important;
    padding-bottom: 40px !important;
    height: auto;
    background: #fff;
    box-shadow: 2px 0px 16px -4px rgb(0 0 0 / 10%);
    margin-top: 0px !important;
} */

.pil_content {
    padding: 1% 4%;
}

.form_top {
    margin-top: 5% !important;
}

.h3_page {
    font-weight: bold;
    color: #224f8f;
}

.h3_page1 {
    font-weight: bold;
    color: #224f8f;
    font-size: 32px;
}

a.nav-link:hover {
    color: #224f8f !important;

}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #074e9b !important;
    width: fit-content;
}

.active:after {
    content: none;
}

ul.nav.nav-pills {
    margin: 0 2%;
    justify-content: space-between;
}

.banner_top1 {
    background-image: url(img/general_sur_banner.webp);
    background-repeat: no-repeat;
    height: 700px !important;
    background-size: cover;
    /* display: flex !important;
    align-content: center !important;
    justify-content: center !important;
    align-items: center !important;
    position: relative; */
}

button.btn.ban_21_btn {
    border: 1px solid #fff;
    width: 15%;
    border-radius: 25px;
    color: #fff;
    font-weight: 600;
}

button.btn.ban_21_btn_mob {
    border: 1px solid #fff;
    width: 15%;
    border-radius: 25px;
    color: #fff;
    font-weight: 600;
}

.banner_top11 {
    background-image: url(img/EMR.jpg);
    background-repeat: no-repeat;
    background-size: cover;

}

.row.ban_1 {
    padding: 11% 0% 0% 20%;
    color: #fff;
    margin-right: 0px !important;
}

.row.ban_11 {
    padding: 0% 0% 0% 11%;
    color: #fff;
}

.row.ban_212 {
    padding: 0% 0% 2% 18%;
    color: #fff;
    padding-bottom: 40px !important;
}

.row.ban_2121 {

    color: #fff;
    padding-bottom: 40px !important;

}

.row.ban_21 {
    padding: 3% 0% 0% 17%;
    color: #fff;
}

.row.ban_213 {
    padding: 8%;
    color: #fff;
}


p.ban2_p {
    font-size: x-large;
    font-weight: 600;
}

p.ban2_p1 {
    font-size: 24px !important;
    font-weight: normal;
    line-height: 1.1;
}

h1.head_11 {
    font-weight: 700;
    line-height: 1.5;
    color: #224f8f;
}

.nav-link {
    color: #acacac !important;
}

.ban_div {
    margin: 5% 20% 0% 12%;
    height: 3px;
    color: #fff;
    opacity: 1;
}

hr.solid.ban_div {
    height: 3px;
}

h1.head_12 {
    font-size: 4vw;
    font-weight: 600;
}

p.ban_p {
    font-size: 29px;
    font-family: Helvetica;
    font-weight: 400 !important;
    margin-bottom: 0;
    color: #fff !important;
    line-height: 41px;
}

p.contact_on1 {
    font: "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: table-cell;
    vertical-align: middle;
}

p.p_form {
    font: 15px "Roboto";
    padding-top: 10px;
    line-height: 20px;
    text-align: left;
}

img.img_heart {
    max-width: 100%;
    height: 100%;
    padding-bottom: 20px;
}

.pill_p1 {
    /* font-family: 'Roboto'; */
    font-size: 17px;
    line-height: 24px;
    /* color: #4c4c4c; */
}


.padding_image_slider {
    width: 90%;
    height: 90%;
    transition: width 0.7s, height 0.7s;
}

.padding_image_slider:hover {
    width: 100%;
    height: 100%;
}

@keyframes slideInFromRight {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes slideInFromleft_1 {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes slideInFromTop {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

/* .block_form {  
    animation: 0.7s ease-out 0s 1 slideInFromLeft;
  } */
.banner_new1 {
    background-image: url(img/image.png);
    height: 830px;
    width: 1480px;
}

.logo {
    margin: 0px;
    margin-left: 0px;
}

.doc_vid {
    margin-right: 14px;
    margin-top: 36px;
    text-align: center;
    border-left: 1px solid #19ABA7;
    display: block;
    color: white;
    text-decoration: none;
}

a.call_us_on {
    margin-bottom: 0;
    margin-top: 0px;
    font-weight: 700;
    color: #224f8f;
    font-size: 1vw;
    margin-left: 5%;
}
p.call_us_on {
    margin-bottom: 0;
    margin-top: 0px;
    font-weight: 700;
    color: #224f8f;
    font-size: 1vw;
    margin-left: 5%;
}

span.call_us_on_mob {
    /* margin-bottom: 0; */
    /* margin-top: 0px; */
    font-weight: 700;
    color: #224f8f;
    font-size: 16px;
    /* margin-left: 5%; */
}
a.call_us_on_mob {
    /* margin-bottom: 0; */
    /* margin-top: 0px; */
    font-weight: 700;
    color: #224f8f;
    font-size: 16px;
    /* margin-left: 5%; */
}
.roffed{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    background: white !important;
    color: #1a9fa4 !important;
}
.roffed1{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

a.numbb {
    font-weight: 600;
    color: #224f8f;
}

i.fa.fa-mobile-phone,
i.fa.fa-map-marker {
    font-size: -webkit-xxx-large;
    color: #224f8f;
    margin-bottom: 0;
    margin-top: 0;
}



ul.imagess {
    display: inline-flex;
    list-style-type: none;
    /* text-align: -webkit-center; */
    /* align-items: center; */
}

img.nabh {
    height: 150px;
    width: 150px;
}

.doc_app {
    font-family: 'Helvetica', sans-serif;
    border-radius: 5px;
    color: white;
    /* margin-top: 28px; */
    /* margin-left: -29px;
    margin-right: -32px; */
    text-align: center;
    padding: 8px;
    box-shadow: 0px 6px 12px #0000001A;
    width: 100%;
}



.display {
    display: flex;
}

.row11 {
    display: flex;
}

.btn-gradient {
    background-image: linear-gradient(120deg, #19aba7, #224f8f);
    /* border-radius: 30px; */
   
    padding: 9px;
    /* padding-right: 15px; */
}
.docapped{
    display: flex !important;
    justify-content: center !important;
}

p.contact_on {
    margin-left: 37px;
    font-size: 1vw;
    color: #848484;
    font-weight: 600;
    margin-bottom: 0;
    float: left;
    margin-top: -20px;
}
a.contact_on {
    margin-left: 37px;
    font-size: 1vw;
    color: #848484;
    font-weight: 600;
    margin-bottom: 0;
    float: left;
    margin-top: -20px;
}

span.contact_on_mob {
    /* margin-left: 43px; */
    font-size: 12px;
    color: #848484;
    font-weight: 600;
   
}
a.contact_on_mob {
    /* margin-left: 43px; */
    font-size: 12px;
    color: #848484;
    font-weight: 600;
   
}
header {
    margin: 1.5% 10% 1.5% 20%;
}

a.anchor {
    color: white;
    font-size: 1.1vw;
    font-weight: 600;
}

a.anchor1 {
    color: white;
    font-size: 15px;
    font-weight: 600;
}

.cnct_btn {
    border: 1px solid #306aa7 !important;
    color: #fff !important;
    margin-top: 10px !important;
    margin-bottom: 10px;
    border-radius: 0px !important;
}



.dark_blue {
    background: #224f8f;
    padding: 2% 3% !important;
    color: #fff;
    height: fit-content;
    margin-top: -40px !important;
}

.form_section {

    background-size: cover;
    background-image: url("img/SURGERY.webp");
    height: 656px;
    background-repeat: no-repeat;
}

.appointment_form {
    padding: 5px;
    background-color: white;

    float: right;
    margin-top: 26px;
    /* margin-right: -550px; */
    border-radius: 8px;
    box-shadow: 0px 20px 60px #3e3e3e29;
}



.banner_form {
    margin: 4px 61px;
    /* border-top: 3px solid #224f8f; */
    /* padding: 15px 44px; */
    padding: 10px;
    padding-top: 0px !important;
}
.modal-body{
    padding: 5px !important;
}

button.banner_sub {
    background-image: linear-gradient(to right, #224f8f, #19aba7);
    padding: 10px;
    border: none;
    text-align: center;
    width: 100%;
    color: white;
    border-radius: 9px;
    margin-bottom: 40px;
}

.appointment_head {
    text-align: left;
    font-size: 24px;
    color: #224f8f;
    font-family: 'Helvetica', sans-serif;
    font-weight: 600;
    /* margin-top: 40px; */
}

.ban_head {
    font-size: 25px;
}

.banner_grp {
    margin: 0px auto;
    margin-bottom: 0px;
}

.ban_sub {
    margin-top: 10px;
    margin-bottom: unset;
}

.down {
    background-color: lightgrey;
}

.close {
    border: none;
    width: -webkit-fill-available;
    background: none;

    font-size: 30px;
}

.overview {
    margin: 0px 0px 40px 0px;
    padding-top: 5px;
    padding-bottom: 5px;

    background-size: cover;

}

.overview1 {
    background: url("https://manipalhospitals.co.in/manipal_lp/bangalore/day-care/hernia/img/treatment-plan-bg.jpg");
}

.read_more {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    border-radius: 4px;
    color: #19ABA7;
    padding: 4px 14px;
}

.read_less {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    border-radius: 4px;
    color: #19ABA7;
    padding: 4px 14px;
    width: 50%;

}

.read_ls {
    display: none;
    width: 15%;
}

.pnt-wise {
    font-family: 'Roboto', sans-serif;
    color: black;
    display: none;
}

.read_mr,
.read_ls {
    background-color: #19ABA7;
    border-color: #19ABA7;
    color: white;
    border-radius: 4px;
    padding: 4px 14px;
}

.point-wise {
    display: none;
}

.read_less {
    display: none;
}

.sec_head {
    color: #034ea2;
    padding-left: 0px;
    padding-bottom: 12px;
    font-size: 3.5vw;
    font-weight: bold;
    line-height: 37px !important;
    font-family: 'Helvetica', sans-serif;
    /* margin-top: 20px; */
}

.page_data {
    font-family: 'Roboto', sans-serif;
    font-size: 16px !important;
    line-height: 22px !important;
    text-align: left !important;
    padding-left: 0px;
}

p.text88 {
    margin: 27px 11px;
}

.s_head {
    text-align: center;
}

.desp {
    background-image: linear-gradient(to right, #224f8f, #19aba7);
    width: 100%;
    height: 450px;
    text-align: center;

}

.w-100 {
    width: 100% !important;
    border-radius: 8px;
    margin-bottom: 7px;
    box-shadow: 7px 11px 11px 0px black;
}

a.btn.app_padd1 {
    /* margin: 7px; */
    margin-top: 27px;
}
a.btn.app_padd2{
    margin-top: 19px;
}

p.btn.app_padd2 {
    width: 91%;
    margin-top: 8px;
    color: white;
    background-color: #19ABA7;
}

.card-title {
    margin-bottom: 15px;
    margin-top: 10px;
    color: #224f8f;
    font-weight: bold;
    
    
}

.ddesp {
    background-image: linear-gradient(to right, #224f8f, #19aba7);
    width: 100%;
    height: 1530px;
    text-align: center;

}

.images {
    margin-top: -272px;
    text-align: center;
}

.slide {
    margin-top: 0px;
}

p.text {
    text-align: center;
    background-image: linear-gradient(to right, #224f8f, #19aba7);
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 17px;
    padding: 5px;
    margin-top: 25px;
}

p.text:hover {
    /* background-image: linear-gradient(to right, #224f8f, #19aba7); */
    color: #19aba7;
    border: 1px solid #19aba7;
    background: white;
}

.s_images {
    margin-top: 50px;
    background-image: linear-gradient(to right, #224f8f, #19aba7);
}

.s_slide {
    background-image: linear-gradient(to right, #224f8f, #19aba7);
}
.nav.nav-pills.mb-2.scroll-element.js-scroll.top_container1.scrolled{
    margin-left: 70px;
}

.faq {

    padding-bottom: 80px;
}
.success_story{
    background: #034ea1;
    padding: 30px;
    color: white;
    margin-bottom: 20px;
    border-radius: 11px;
}

.head {
    text-align: center;
    color: #224f8f;
}

.dt {
    line-height: 28px;
    height: 90px;
    overflow: hidden;
    padding: 12px;
}

.num-section__row::before {
    content: "";
    position: absolute;
    left: -3.5rem;
    top: 50%;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background-image: linear-gradient(to right, #224f8f, #19aba7);
}



.plan {
    margin-top: 10px;
}

.treatment-plan .heading {
    color: #224f8f;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.p_head {
    text-align: center;
    color: #224f8f;
    font-family: 'Roboto', sans-serif;
}

.num-section {
    padding: 1.5rem 3.5rem;
    background-color: #19aba7;
    /* padding: 10px 40px 11px 40px; */
    width:100%;
    color: #fff;
    /* padding: 60px; */
    /* margin: px; */
    box-sizing: border-box;
    /* scroll-behavior: smooth; */
}

.num-section__row {
    font-weight: 700;
    padding: 1rem 0;
    border-top: 2px solid #fffa;
    position: relative;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    /* scroll-behavior: smooth; */
}

/* #form_topp_mob{
    animation: 0.7s ease-out 0s 1 btm;
} */
.num-section__num {
    font-size: 1.75em;
    padding: 23px 0px;
    margin: 0px;
    box-sizing: border-box;
    /* scroll-behavior: smooth; */
}

.num-section__title {
    text-transform: uppercase;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    /* scroll-behavior: smooth; */
}

.num-section__row:first-child {
    border-top: none;
}

.treatment-plan p {
    line-height: 1.75;
    letter-spacing: .016em;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    /* scroll-behavior: smooth; */
}

.btn55 {
    color: white;
    background: #224f8f;
    background-image: linear-gradient(to right, #224f8f, #19aba7);
    border: none;
    padding: 10px;
    margin: 10px 0px;
}

.icones2 {
    text-align: center;
}

p.sec_head.centre {
    text-align: center;
}

img.testi {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 23px;
}

.panel {
    padding: 0 18px;
    background-color: transparent;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.0.7s ease-out;
}

p.sec_head.centre.white {
    color: white;
    padding: 60px 0px;
    /* margin-left: 85px; */
    margin-bottom: -28px;
}

.card-block {
    padding: 5px;
}

.extraa {
    background-image: linear-gradient(to right, #224f8f, #19aba7);
}

@media (min-width:768px) {
    .mobile_view {
        display: none;
    }
    img.manipal_logo{
        margin-left: -100px;
    }
    

    ul.text44 {
        padding: 0px 18px;
    }

    .test-bg {
        background: #83858826;
        padding: 100px;
    }



    li.local {
        margin-top: 40px;
        font-size: 16px;
        text-transform: uppercase;
    }

    hr.new1 {
        border-top: 1px solid white;
        margin-left: -39px !important;
        margin-right: 46px !important;
    }

    p.para1 {
        color: #FFFFFF;
        font-weight: 600;
    }
    /* .pill_p{
        text-align: unset !important;
    } */
}

@media (min-width: 281px) and (max-width: 767px) {
    .dddesp {
        height: auto !important;
    }
    

    .can1 {
        height: auto !important;
        margin: 0 auto;
    }

    .main-content1 {
        margin-right: 0px !important;
    }

    .sub_content1 {
        margin-right: 0px !important;
    }

    /* p.cnt_us{
        display: none;
    } */
    .doc_appp {
        margin: 10px 0px !important;

    }

    .iconnn4 {
        margin: 0px auto !important;
    }

    .carddd {
        margin: 10px 0px;
    }

    .carddd1 {
        margin: 10px 0px;
    }

    .touch {
        height: auto !important;
        margin: 0 auto !important;
    }

    

    header {
        margin: 1.5%;
    }

    h1.head_11,
    .head_12,
    p.ban_p {
        font-size: 14px;
        margin: 0;
        line-height: 14px;
    }

    .desk_view {
        display: none;
    }

    .text44 {
        padding: 0 18px;
    }

    .mobile_view {
        display: block
    }

    .doctors {
        background-image: linear-gradient(to right, #224f8f, #19aba7);
        height: fit-content;
    }

    .card-block {
        background-color: white;
        text-align: center;
        width: 100%;
        /* justify-content: center; */
    }

    .appointment_form.banner_form.mobile_view {
        float: none;
    }

    .test-bg {
        background: #83858826;
        padding: 50px;
    }

    .accordion {
        width: 100%;
    }

    .accord {
        width: 90%;
    }

    p.sec_head.centre.white {
        color: white;
        padding: 25px 0px;
    }

    /* a.btn {
        width: 100%;
        margin: 15px 0 15px 0;
        border-radius: 20px;
    } */
    img.testi {
        align-items: center;
        margin: 20px auto;
        display: block;
    }

    p.text88 {
        margin: 35px 11px !important;
    }

    ul.imagess {
        align-items: center;
        display: inline-flex;
        margin: 29px 29px;
    }
}

a {
    text-decoration: none !important;
}

.desk_view {
    display: block;
}

.mob_view {
    display: none;
    /* overflow-x: hidden; */
}

/* col */
@media (max-width: 476px) {
    .desk_view {
        display: none;
    }

    .mob_view {
        display: block;
        /* overflow-x: hidden; */
    }
    .banner_form {
        margin: 0px !important;
    }

  
    input[type="text"] {
        margin-top: 5px;
    }

    /* .banner_top1 {
        background-image: url(img/manipal_banner.webp);
        background-repeat: no-repeat;
        height: auto;
        width: 100%;
        background-size: cover;
        padding-bottom: 32px;
    } */
    p.contact_on1 {
        color: #00bcbe;
        font-size: 24px;
    }

    ul.nav.nav-pills {
        margin: 0;
        justify-content: unset;
    }

    .banner_top11 {
        background-image: url(img/EMR.jpg);
        background-repeat: no-repeat;
        background-size: contain;
    }

    p.p_form {
        font: 12px "Roboto";
        line-height: 20px;
        padding-top: 10px;
    }

    p.ban2_p,
    p.ban21_p,
    .ban_212 {
        font-size: 4vw;
        font-weight: 600;
    }

    .row.ban_21 {
        padding: 2%;
    }

    p.ban21_p1 {
        font-weight: normal;
    }

    .box3 {
        width: 100% !important;
        margin-top: 15% !important;
    }

    button.btn.ban_21_btn {
        width: auto;
    }

    button.btn.ban_21_btn_mob {
        width: 130px;
    }

    .box_1 {

        margin-top: -12%;
    }

    .cnct_btn {
        width: 50% !important;
        margin-left: 25%;
    }

    .btn.cnct_btn1 {
        margin-top: 1%;
    }

    /* .back_shadow,
    .dark_blue {
        margin-left: 9%;
        width: 83% !important;
    } */

    .logo {
        margin: 0px;
        margin-left: -175px;
    }

    .dark_blue {
        background: #224f8f;
        padding: 9% 3% !important;
        color: #fff;
        height: fit-content;
        width: 83% !important;
    }
}

@media (min-width: 992px) and (max-width: 1552px) {
    .box_1 {
        height: 208px;
        margin-top: -22px;
    }
}

@media (min-width: 1811px) {
    .box_1 {
        height: 236px;
        margin-top: -22px
    }

    .box_2 {
        margin-top: -11px !important;
    }
}

.col-12.col-sm-12.col-md-3.col-lg-3.dark_blue.desk_view {
    height: 18pc;
}
.owl-dots {
    display: none;
}

.logo {
    margin: 0px;
    margin-left: -172px;
}

@media (max-width: 767px) {
    .banner_top1 {
        background-size: contain;
    }
    .btn-gradient{
        border-radius: 30px !important;
        width: 90%;
        
    }
}

@media (min-width: 300px) and (max-width: 405px) {
    span.pill_p {
        font-size: 10px;
    }
}

@media (min-width: 300px) and (max-width: 380px) {
    .banner_top1 {
        background-image: url(img/general_sur_banner.webp);
        height: 164px;
        margin-bottom: 1pc;
    }

    .banner_top1 {
        background-size: contain;
    }

    .row.ban_1 {
        padding: 11px 0% 0% 20%;

    }

    h1.head_11,
    .head_12,
    p.ban_p {
        font-size: 14px;
    margin-left: 46px;
    line-height: 21px;
    }

    h1.head_12 {
        font-size: 13px;
    }
}

@media (min-width: 380px) and (max-width: 420px) {
    .row.ban_1 {
        padding: 11px 0% 0% 20%;

    }

    .banner_top1 {
        margin-bottom: 1pc;
        height: 231px;
    }
}

@media (min-width: 420px) and (max-width: 480px) {
    .banner_top1 {
       
        height: 230px;
    }
}

@media (min-width: 480px) and (max-width: 575px) {
    .banner_top1 {
       
        height: 320px;
        
    }

    .banner_top1 {
        
        background-size: cover;
    }
}

@media (min-width: 575px) and (max-width: 650px) {
    .banner_top1 {
       
        height: 355px;
    }

    .banner_top1 {
        background-size: cover;
    }
}

@media (min-width: 380px) and (max-width: 650px) {

    h1.head_11,
    .head_12,
    p.ban_p {
        font-size: 14px;
        margin-left: 46px;
        line-height: 21px;
    }

    .row.ban_1 {
        padding: 5% 0% 0% 20%;
    }
}

@media (min-width: 650px) and (max-width: 767px) {
    .banner_top1 {
        height: 580px;
    }

    .banner_top1 {
        background-size: cover;
    }
}

@media (min-width: 767px) and (max-width: 1000px) {
    .banner_top1 {
        height: 450px;
    }

    .banner_top1 {
        background-size: cover;
    }

    h1.head_11,
    .head_12,
    p.ban_p {
        font-size: 18px;
    }

    .row.ban_1 {
        padding: 4% 0% 0% 20%;
    }
}

@media (min-width: 1000px) and (max-width: 1200px) {
    .banner_top1 {
        height: 475px;
    }

    h1.head_11,
    .head_12,
    p.ban_p {
        font-size: 18px;
    }

    .row.ban_1 {
        padding: 4% 0% 0% 20%;
    }
}

@media (min-width: 1200px) and (max-width: 1300px) {
    .banner_top1 {
        height: 500px;
    }

    .row.ban_1 {
        padding: 80px 0% 0% 20%;
        color: #fff;
        margin-right: 0px !important;
    }

}

@media (min-width: 1300px) and (max-width: 1400px) {
    .banner_top1 {
        height: 600px;
    }
    .paddingg9 {
        margin-top: 31px;
        margin-bottom: 9px;
    }
    
}

@media (min-width: 1400px) {
    .banner_top1 {
        height: 610px;
    }
    
}

@media (min-width: 1500px) {
    .banner_top1 {
        height: 650px;
    }
}

@media (min-width: 2200px) {
    .banner_top1 {
        height: 800px;
    }
}

@media (min-width: 650px) and (max-width: 767px) {

    p.contact_on1 {
        font-size: 30px;
    }

    .row.ban_1 {
        padding: 5% 0% 0% 20%;
    }
}

@media (min-width: 477px) and (max-width: 767px) {

    /* .banner_top13 {
        height: 650px !important;
    } */
    .logo {
        margin: 0px;
        margin-left: -175px;
    }

    .desk_view {
        display: none;
    }

    .mob_view {
        display: block;
        /* overflow-x: hidden; */
    }

    /* .hr_btn{
        animation: mymove 2s infinite;


    } */

    p.contact_on1 {
        font-size: 24px;
    }

    ul.nav.nav-pills {
        margin: 0 2%;
        justify-content: unset;
    }

    /* .banner_top11 {
        background-image: url(img/EMR.jpg);
        background-repeat: no-repeat;
        background-size: contain;
    } */
    p.p_form {
        font: 12px "Roboto";
        line-height: 20px;
        padding-top: 10px;
    }

    p.ban2_p,
    p.ban21_p,
    .ban_212 {
        font-size: 3.1vw;
        font-weight: 600;
    }

    .box3 {
        width: 100% !important;
        margin-top: 15% !important;
    }

    button.btn.ban_21_btn,
    button.btn.ban_21_btn_mob {
        width: auto;
    }

    .box_1 {

        margin-top: -6%;
    }

    .cnct_btn {
        width: 50% !important;
        margin-left: 25%;
    }

    .btn.cnct_btn1 {
        margin-top: 1%;
    }

    /* .back_shadow {
        margin-left: 0% !important;
    } */

    .dark_blue {
        background: #224f8f;
        padding: 9% 3% !important;
        color: #fff;
        height: fit-content;
        width: 83% !important;

    }
}

/* Slow-motion Zoom Container */

.form-control {
    display: block;
    width: 100%;
    /* line-height: 12px; */
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
    color: #212529;
    margin-bottom: 10px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (min-width: 380px) and (max-width: 504px) {

    .ban_head {
        font-size: 20px !important;

    }
}

@media(max-width: 767px) {
    p.appointment_head {
        font-size: 14px;
    }

    .banner_form {
        padding: 17px;
    }

    .num-section {

        margin-left: 50px;
    }

    button.btn.hr_btn {
        width: 170px;
        margin-top: -10px;
    }
    .card-block.padd_treat {
        background: #224f8f;
    }
    button.carousel-control-prev.doctors {
        background: #224f8f !important;
        height: 35px;
        width: 37px;
        border-radius: 20px;
    }
   
    button#my-btn {
        width: 153px;
        margin-bottom: 12px;
    }

    img.footer_img {
        width: 130px !important;
    }
}

img.imag_mob {
    margin: auto;
    display: block;
    width: 100%;
}


@media (min-width: 768px) and (max-width: 991px) {
    .box_1 {
        margin-top: -4%;
    }

    .box_2 {
        margin-bottom: 25px;
    }
}

input.cont_frm {
    /* width: 100%; */
    border-radius: 25px;
    border: 1px solid #d7d7d7;
    padding: 9px;
    width: 100%;
}

.banner_top13 {
    background-color: #19aba7;
 
    height: auto;
}

.num-section__title {
    text-align: initial;
}

@keyframes mymove {
    from {
        transform: rotatex(0.7turn);
    }

    to {
        transform: rotatex(1turn);
    }
}

@keyframes mymove1 {
    from {
        transform: rotatey(0.7turn);
    }

    to {
        transform: rotatey(1turn);
    }
}

.videos {
    padding: 20px;
    background-image: linear-gradient(to right, #224f8f, #19aba7);
}


.col-4.box_2 {
    cursor: pointer;
}

p.faq_head {
    font-size: 30px;
    text-align: center;
    color: #215b92;
    font-weight: 700;
    margin: 50px 0px 30px 0px;
}

.accordion-item {
    margin-bottom: 10px;
}

button.accordion-button.collapsed {
    color: #034ea1;
    font-weight: bold;
}

button.accordion-button.collapsed {
    background: #e4e4e4;
}

.accordion-button:not(.collapsed) {
    color: #215b92 !important;
    font-weight: bold;
    background-color: #e4e4e4 !important;
}

/* owl carousel */
.main-content {
    position: relative;
}

.main-content .owl-theme .custom-nav {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
}

.main-content .owl-theme .custom-nav .owl-prev,
.main-content .owl-theme .custom-nav .owl-next {
    position: absolute;
    height: 100px;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}

.main-content .owl-theme .custom-nav .owl-prev i,
.main-content .owl-theme .custom-nav .owl-next i {
    font-size: 20px !important;
    color: #cecece;
}

.main-content .owl-theme .custom-nav .owl-prev {
    left: 0;
    background: #034ea1;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    font-size: 24px !important;
    margin-top: -24px;
    /* margin-left: 94px; */
}

.main-content .owl-theme .custom-nav .owl-next {
    right: 0;
    background: #034ea1;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    font-size: 24px !important;
    margin-top: -24px;
    /* margin-right: 78px; */
}

.pop_doctor_desk{
    max-width: 100pc !important;
    margin: 1.75rem auto;
}
.doctor_section_pop_desk {
    height: 611px;
    /* background: #a5c9d6 !important; */
    width: 83pc;
}
.doc_popup_close{
    background: #fff;
    inline-size: fit-content;
}


.heart-fix{
    background: rgb(229, 237, 245);
}




.part8{
    margin-top: 20px;
  }


  .why_data {
    color: #0C4DA2;
    font-size: 32px;
    /* font-size: clamp(36px,20px,40px); */
    font-weight: 700;
    /* line-height: 140%; */
    /* letter-spacing: -1px; */
  
  }
  
  .all_fonts_patient {
    font-size: 18px !important;
    line-height: 25px;
  }
  .all_data_center {
    display: flex;
    justify-content: center;
  }
  
  
  .corner_con {
    display: grid;
    justify-content: center;
    text-align: center;
  }

  .round {
    border-radius: 61px;
    background: linear-gradient(180deg, #0C4DA2 0%, #02B9AD 100%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: fit-content;
    padding: 20px;
  }

  .opd_data {
    font-size: 18px;
    
  }

  .part9{
    background: linear-gradient(180deg, #0C4DA2 0%, #02B9AD 100%);
   padding-bottom: 20px;
  }


  @media (max-width:1550px) {
    .all_fonts {
      font-size: 15px !important;
    }
  
    .why_data {
      font-size: 30px;
    }
}



@keyframes fadeInFromTop {
  from {
    opacity: 0;
    transform: translateY(-1px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes floatingUpDown {
  0% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(5%);
  }

  50% {
    transform: translateY(2%);
  }

  75% {
    transform: translateY(5%);
  }

  100% {
    transform: translateY(0);
  }
}

/* end of anime */

@keyframes beat {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }
}

.animated-beat {
  animation: beat 1s infinite;
  font-size: 27px;
}
.bypass-sur{
    color: rgb(34, 79, 143);
    font-weight: 700;
}
.bypass-sur1{
    color: rgb(1, 156, 167);
    font-weight: 700;
}

.heading-cold{
    font-weight: 600;
    color: rgb(229, 207, 60);
}
.headi-sop{
    color: white !important;
}
.set-mani{
    background: rgb(5, 129, 168);
}
.but-subcr{
    border: none;
    color: white;
    background: rgb(23, 102, 154);
    border-radius: 10px;
    padding: 15px;
    font-weight: 700;
}
.subc-sect{
    background: rgb(211, 211, 211);
}
.age-bov {
    color: rgb(24, 102, 154);
    display: flex;
    
    align-content: center;
    flex-direction: column;
    justify-content: center;
}
.age-bov h4 {
    font-weight: 700;
}
.age-bov h2 {
    font-weight: 700;
}
.month-yer{
    color: rgb(24, 102, 154);
    font-weight: 700;
    display: flex;
    
    align-content: center;
    flex-direction: column;
    justify-content: center;

}
.month-yer h4{
    font-weight: 600;
}
.spa-monn{
    color: rgb(25, 164, 165);
    font-size:xx-large;
}
.spa-monn span{
    font-size: xx-large;

}
.vertical-line {
    border-left: 3px solid rgb(24, 102, 154); /* Adjust the width and color as needed */
    height: 80px; /* Adjust the height of the line */
    color:rgb(24, 102, 154) ;
    
  }

.line-mix{
    display: flex;
    justify-content: center;
    align-items: center;
}
.sevice-offe{
    color:rgb(24, 102, 154) ;
    font-weight: 700;
}
.lis-line ul li{
    color:rgb(24, 102, 154) ;
    font-weight: 600;
    margin-top: 10px;
    font-size: 20px;

}
.lis-line{
    padding: 20px;
}
.lis-line3{
    border:none;
    background: rgb(247, 247, 247);
    border-radius: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.horn-lin{
    width: 50%;
    color:rgb(26, 173, 168) ;
    font-weight: bold !important;
    font-size: larger !important;
    
}
.horn-lin:not([size]) {
    height: 4px;
    color:rgb(26, 173, 168)
}
.h3_page5{
    font-weight: 500;
    color: rgb(26, 173, 168);
}
.frm-cim{
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-content: center ;
    align-items: center ;
}
.back_shadow {
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-top: 15px !important;
    height: auto;
    background: #fff;

    margin-top: 0px !important;
    padding-bottom:30px ;
    width:80%;
   
}
/* #form_data{
    box-shadow: 1px 4px 19px 1px black !important;
    border-radius: 6px;
} */
/* #form_data_mob{
    box-shadow: 2px 4px 7px 3px silver;
    border-radius: 6px;
} */
@media(max-width: 770px){
    #desk-frm{
        display:none;

    }
    #mob-for{
        display: block;
    }
    .vertical-line {
        border-left:none !important;
        border-bottom: 3px solid rgb(24, 102, 154) !important;
        /* border-top: 3px solid rgb(24, 102, 154) !important ; */
       
        color:rgb(24, 102, 154) ;
        height: 10px !important;
        
      }
      .vertical-line1{
        border-bottom: 3px solid rgb(24, 102, 154) !important;

      }
    .line-mix{
        border-bottom: 3px solid rgb(24, 102, 154) !important;
        height: 10%;
        margin-bottom: 15px;

    }
    .age-bov{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        align-content: center;
    }
    .month-yer{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        align-content: center;
    }  
    .prem-health{
        text-align: center !important;
    }
    .lis-line ul li{
        color:rgb(24, 102, 154) ; 
        margin-top: 10px;
        font-weight: 400;
        font-size: 18px !important;
    
    }
}

@media(min-width: 771px){
    #desk-frm{
        display:block;

    }
    #mob-for{
        display:none;
    }
   

}

@media (min-width: 772px) and (max-width: 1026){
    /* .back_shadow{
        width: 100% !important;
    } */


    .senior-contain{
        position: absolute !important;
        top: 0% !important;
        left: 10% !important;
        
         
        
    }
}

.senior-contain{
    position: absolute;
    top: 23%;
    left: 12%;
    width: 100% !important;
     
    
}
@media (max-width: 476px) {
    .back_shadow,
    .dark_blue {
        /* margin-left: 9%; */
        width:100% !important;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .heart-fixb{
        padding: 5px !important;
    }

}

/* .senior-contain{
    position: absolute;
    top: 23%;
    left: 10%;
    width: 100%;
     
    
} */

#mob-for{
    display: none;
}
@media(max-width: 770px){
    #desk-frm{
        display:none !important;
    }
    #mob-for{
        display: block !important;
    }
    .main_content{
        text-align:unset !important;
    }
}



.pho-fixy{
    position: fixed;
    right: 0px;
    top: 10%;
    background: rgb(0, 77, 149) !important;
    border-color: rgb(19, 99, 186);
}


.card-tissue{
    border:none;
    box-shadow: 1px 3px 2px 3px silver;
    padding-bottom: 15px;
    padding-top: 15px;
}
.card-bobe{
    display:flex !important;
    /* justify-content: center !important; */
    align-content: center !important;
    align-items: center !important;
    color: #224f8f;
}

.card-bobe1{
    padding: 17px;
    border-radius: 20px;
    width: 100% !important;
}

.bones-fon{
    font-weight:bold;
    font-size: 17px;
}
span.carousel-control-prev-icon.doctors {
    background-color: #224f8f;
    border-radius: 50%;
}
.opd_data {
    font-size: 15px;
    
}
.corner_con {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}

/* .sidebar_menu {
    position: fixed;
    top: 300px;
    right: 0;
    z-index: 9999;
} */
.appointment_btn{
    background-image: linear-gradient(120deg, #19aba7, #224f8f);
    color: white;
    font-size: 28px;
    padding: 10px;
    border-radius: 4px;
}
.whatsapp_btn{
    background-image: linear-gradient(120deg, #19aba7, #224f8f);
    color: white;
    font-size: 28px;
    padding: 10px;
    border-radius: 4px;
}
@media  (max-width:1450px) {
    .sidebar_menu {
    position: fixed;
    top: 272px;
    right: 0;
    z-index: 9999;
}
    
}
.all_fonts{
    font-size: 18px; 
}
/* new css */
.side_img{
    width: 100%;
 }
 .card_data_two{
   width: 85%;
   padding: 15px;
  
   box-shadow: 1px 2px 2px 2px silver;
 } 
 .all_img_content{
    display: flex;
    align-items: center;
   
 }
 .demo_data{
   font-size: 16px;
   font-family: sans-serif;
   font-weight: 600;
   color: #215a92;
 }
 .contant_new{
   background: #206194;
   color: white;
   padding: 8px;
   text-align: center;
   width: 80%;
   border-radius: 10px;
 }
 .specialises{
   color: #034ea1;
   font-weight: 600;
 }
 .SurgeriesN{
   padding: 11px !important;
   color:white;
   font-weight: 600;
   /* text-align: center; */
 }

 .cards_data3{
   background-image: linear-gradient(120deg, #19aba7, #224f8f);
   border-radius: 8px;
 }
 .main_content{
    text-align: justify;
 }

 .box-resd{
    text-align: center;
    /* margin-top: 8px !important; */
}
.pill_pa{
    
    padding: 0px !important;
    /* margin-top: 8px !important; */
}
/* end css */
/* new code */
.form_card {
    padding: 20px;
    border-radius: 10px;
    background: var(--light-background-color, #FFF);
}
.form_card_pop {
   
    border-radius: 10px;
    padding: 10px;
    border:none !important;
    background: var(--light-background-color, #FFF);
    padding-top: 0px !important;
}
.appointment {
    color: #02778a;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.1px;
}
.labels {
    color: #02778a;
    font-weight: 600;
    font-size: 16px;
}
input.input_forms {
    border-radius: 5px !important;
    border: 1px solid #E6E6E6;
    background: #F9F9F9 !important;
    padding: 6px;
    outline: 0px;
}
button.submit {
    border: none;
    outline: none;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    transform: .3s ease;
    background-color: #04b6ae;
}
section.parta {
    background-image: linear-gradient(120deg, #19aba7, #224f8f);
    background-size: cover;
    background-repeat: no-repeat;

}
.headsup {
    color: white;
    font-size: 32px;
    font-weight: bold;
}
.cont-but {
    border: 1px solid blueviolet;
    border-radius: 10px;
    padding: 15px;
    background: white;
    color: black;
    font-weight: 600;
}
.activated {
    background: linear-gradient(90deg, #034ea1 0, #00b7ac 100%);
    color: white;
}
.matter-pag {
    color: white;
    font-weight:500;
    line-height: 25px;
}
#matter1 {
    display: block;
}
#matter2 {
    display: none;
}
#matter3 {
    display: none;
}
#matter4 {
    display: none;
}
#matter5 {
    display: none;
}
#matter6 {
    display: none;
}
#matter7 {
    display: none;
}
#matter8 {
    display: none;
}
#matter9 {
    display: none;
}
#matter10 {
    display: none;
}
#matter11 {
    display: none;
}
#matter12 {
    display: none;
}

.partb {
    background-color: #034ea1;
    background-image: url(img/checkup-bg-1.webp), url(img/checkup-bg-2.webp) !important;
    background-position: left center, right center;
    background-repeat: no-repeat;
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
}
.check-butt {
    border: none;
    background: white;
    color: #034ea1;
    font-weight: 600;
    padding: 10px 40px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
}
.checkups {
    color: white;
}
.reddfe{
    display: flex !important;
    justify-content: center !important;
}

.__parent_container__ .btn-floating.btn-large {
   
    top: -60px !important;
}
.__parent_container__ .parent-container {
 bottom: 130px !important;

}

/* end of new */


  
  
