/*.banner{
background: url(../img/Infrastructure-1.png);
background-size: cover;
background-repeat: no-repeat;
}
h1.page_header {
color: #126b92 !important;
text-align: center;
padding: 65px 0px;
font-size: 40px;
margin: 0px;
}
li.menu-items a {
color: #75797c;
font-weight: 700;
font-size: 15px;
}
li.menu-items {
list-style: none;
padding: 10px 10px 10px 0px;
border-bottom: 1px solid #42b3e5;
}
ul#menu-about-us {
padding: 0px;
}
.menu-items:hover{
background: #12777f;
}
.menu-items:hover a{
color: #fff;
}
h2.menu-title {
font-size: 22px;
font-weight: 700;
color: #12777f;
}
.bread_crumb {
background: #68d1a9 !important;
margin:0px;
}
ul.bread_crumb li {
display: inline-block;
}
.bread_crumb li:first-child {
margin-left: 0;
}
.bread_crumb li, .bread_crumb li a {
color: #fff;
font-weight: 600 !important;
line-height: 25px;
letter-spacing: 1px;
}
.bread_crumb li:last-child {
background-color: #3c9aa6;
}
.bread_crumb li:last-child:before {
content: " ";
display: inline-block;
border-top: 14px solid rgba(20, 49, 93, 0);
border-left: 14px solid #68d1a9;
border-bottom: 14px solid transparent;
border-right: none;
margin-top: 0px;
vertical-align: middle;
}
.bread_crumb li:last-child:after {
content: " ";
display: inline-block;
border-top: 14px solid rgba(20, 49, 93, 0);
border-left: 14px solid #3c9aa6;
border-bottom: 14px solid transparent;
border-right: none;
margin-top: 0px;
background: #68d1a9;
vertical-align: middle;
}
@media (min-width: 1251px) and (max-width: 1350px) {
}
@media (min-width: 1025px) and (max-width: 1250px) {
}
@media (min-width: 991px) and (max-width: 1024px) {
}
@media (min-width: 768px) and (max-width: 990px){
}
@media (min-width: 481px) and (max-width: 767px) {
h1.page_header{
padding: 40px;
}
.about_us{
display: none;
}
}
@media (min-width: 100px) and (max-width: 480px) {
h1.page_header{
padding: 40px;
}
.about_us{
display: none;
}
}
.hyd_address h2 {
color: #009688;
}
.hyd_address h2:after {
content: "";
display: block;
bottom: 0;
width: 25%;
height: 2px;
background: #009688;
margin-top: 10px;
}
.hyd_address p{
font-size: 15px;
}
i.fa.fa-whatsapp.cust {
margin-right: 30px;
margin-top: 8px;
margin-left: 0px;
}
img.alignnone {
margin: 12px 20px 12px 0;
}
/*.enq_form {
border: 1px solid #5bb5a4;
padding: 30px 8px;
}*/
/*p.cust_head {
color: #465069;
font-size: 1.6em;
padding: 0px 4px;
}*/
p.cust_sub_head {
    padding: 3px 5px;
    color: grey;
}

.enq_form input {
    width: 90%;
    margin: 5px !important;
    padding: 12px !important;
    border: 1px solid #00968f !important;
}

select#country,
select#location {
    width: 90%;
    margin: 5px !important;
    border: 1px solid #00968f !important;
    padding: 12px !important;
    color: grey;
    font-size: 13px;
}

textarea#msg {
    width: 90% !important;
    border: 1px solid #00968f !important;
    padding: 12px;
    margin: 4px;
}

p.submit {
    width: 20%;
    border: 1px solid #343838;
    text-align: center;
    padding: 5px;
    margin: 4px 4px;
    font-weight: 500;
    color: white;
    background: #343838;
}

.contact {
    padding: 20px;
}

.service-item {
    margin-bottom: 20px;
}

.service-box {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
}

.service-title {
    font-size: 18px;
    font-weight: bold;
}

.service-description {
    font-size: 14px;
}

.btn-service-more {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    margin-top: 20px;
}

.btn-service-more:hover {
    background-color: #0056b3;
}

.service-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service-icon {
    font-size: 24px;
    color: #007bff;
    margin-bottom: 10px;
}

/*i.fa.fa-whatsapp {
border-radius: 0px;
font-size: 22px;
margin: 10px 0px 10px 15px;
}*/
@media only screen and (max-width: 600px) {
    .padding_one {
        padding: 0px 15px !important;
    }

    li.equl_space {
        margin-top: 0px !important;
    }
}

li.equl_space {
    margin-top: 22px;
}

/*new page*/
.page_header {
    display: none;
}

.enq_form {
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 20px;
    padding-bottom: 35px;
}

p.cust_sub_head {
    padding: 10px 18px;
    color: #000;
}

.enq_form input {
    width: 90%;
    margin: 5px 20px !important;
    padding: 12px !important;
    border: none;
    background: #e9e9e9;
    color: #000;
}

select.country,
select.location {
    width: 90%;
    margin: 5px 20px !important;
    border: none;
    padding: 12px !important;
    background: #e9e9e9;
    font-size: 13px;
}

textarea#msg {
    width: 90% !important;
    border: none;
    padding: 12px;
    margin: 5px 20px !important;
    background: #e9e9e9;
}

p.submit {
    width: 90%;
    border: 1px solid #5bb5a4;
    text-align: center;
    padding: 5px;
    margin: 5px 20px !important;
    font-weight: 500;
    color: white;
    background: #5bb5a4;
    cursor: pointer;
}

.ban_col {
    background: white;
    border-radius: 20px;
    padding: 50px;
}

.banner_head {
    color: #465da0;
    font-size: 20px;
    padding-bottom: 20px;
}

.banner_data {
    color: #465da0;
    font-size: 24px;
    padding-bottom: 8px;
}

.banner_data1 {
    line-height: 20px;
    padding-bottom: 25px;
}

.banner_btn {
    background: #465da0;
    color: #fff;
    width: 50%;
    padding: 10px 15px;
    border-radius: 40px;
}

.banner_col {
    padding: 6% 0px 5% 0px !important;
}

.qua_col {
    background: #149c8e;
    width: 85%;
    border-radius: 15px;
}

.qua_col img {
    padding: 25px;
}

.qua_col p {
    color: #fff;
    padding: 1em 0;
}

.second_sec {
    position: relative;
    bottom: 75px;
}

.qua_col img {
    padding: 15px;
}

p.cust_head {
    background: #465da0;
    color: #fff;
    text-align: center;
    font-size: 20px;
    border-radius: 20px 20px 0px 0px;
    padding: 1em 0;
}

h2.dep_uro,
.content_uro {
    color: black;
}

p.readmore,
p.readless {
    background: #ffffff;
    color: #5299cd;
    width: 20%;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    border-radius: 15px;
}

p.readless {
    display: none;
}

.uro_con {
    padding: 6% 0px;
}

.hide_con {
    display: none;
}

.spec_main_head h2 {
    padding: 20px 0px;
    font-weight: bold;
    font-size: 30px;
    color: #5bb5a4;
}

.spec_main_head span {
    color: #079aa5;
}

.spec_li {
    width: 100%;
    border: 2px solid;
    padding: 20px 50px;
    border-radius: 10px;
    height: 214px;
}

.doc_row_con {
    padding-top: 16%;
}

.doc_row_con span {
    color: #0097a2;
}

.doc_row_con h2 {
    font-weight: 600;
}

p.spec_head {
    font-weight: bold;
    font-size: 18px;
    border-bottom: 1px solid;
    width: fit-content;
    padding-bottom: 5px;
}

.make_app {
    background: #465da0;
    width: 30%;
    text-align: center;
    color: #fff;
    cursor: pointer;
    padding: 10px;
}

.doc_row_head span {
    color: #0097a2;
}

.doc_row_head h2 {
    font-weight: 600;
    line-height: 30px;
}

.doctor_profile {
    width: 100%;
    /*background: white;*/
    text-align: center;
}

.doctor_profile img {
    width: 100%;
    border-radius: 21px;
}

.doctor_profile p {
    padding: 0px;
}

.doc_row_head {
    padding: 15px 0px;
}

ol.mydoc_slider li.active,
ol.mypat_slider li.active {
    background: #5397a2;
}

ol.mydoc_slider li,
ol.mypat_slider li {
    background: grey;
}

ol.mydoc_slider,
ol.mypat_slider {
    bottom: -40px;
}

.patients_sec img {
    border-radius: 60px;
}

.item {
    padding: 12px;
}

.owl-dots {
    display: none !important;
}

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

    .item {
        /* width:max-content !important ; */

        margin: auto !important;
    }

    .banner_btn {
        width: 65%;
    }

    p.readmore,
    p.readless {
        width: 30%;
    }

    .make_app {
        width: 55%;
    }

    .spec_li {
        margin: 10px 0px;
    }

    .uro_con {
        padding: 15px 15px !important;
    }

    .second_sec {
        position: unset !important;
        bottom: unset !important;
    }

    .qua_col {
        margin: 10px auto;
        text-align: center;
    }

    .doctor_profile {
        text-align: center;
    }

    .patients_sec {
        text-align: center;
    }
}

/*main-menu*/
.mobile_view {
    display: none !important;
}

@media only screen and (max-width: 752px) {
    .desktop_view {
        display: none;
    }

    .mobile_view {
        display: block !important;
    }
}

*/ .main_header {
    font-weight: bold;
    font-size: 50px;
    margin: 25px auto;
    color: #465da0;
    padding: 0px 85px;
}

.height_c {
    height: 70px;
    background: white;
}

h2.dep_uro {
    color: #465da0 !important;
    text-align: center;
    padding-bottom: 20px;
}

.page_desp {
    box-shadow: 0px 2px 18px 0px;
    padding: 15px;
    border-radius: 10px;
    background: white;
}

p.page_img {
    background: #5299cd;
    border-radius: 8px;
}

p.mai_head {
    color: #5299cd;
    font-size: 24px;
    font-weight: bold;
}

p.page_img img {
    margin: 20px;
    width: 70px;
    height: 70px;
    margin-left: 40px;
}

html,
body {
    background: #a1c8e5 !important;
}

.banner {
    background: url(../img/Infrastructure-1.png);
    background-size: cover;
    background-repeat: no-repeat;
}

h1.page_header {
    color: #126b92 !important;
    text-align: center;
    padding: 65px 0px;
    font-size: 40px;
    margin: 0px;
}

li.menu-items a {
    color: #75797c;
    font-weight: 700;
    font-size: 15px;
}

li.menu-items {
    list-style: none;
    padding: 10px 10px 10px 0px;
    border-bottom: 1px solid #42b3e5;
}

ul#menu-about-us {
    padding: 0px;
}

.menu-items:hover {
    background: #12777f;
}

.menu-items:hover a {
    color: #fff;
}

h2.menu-title {
    font-size: 22px;
    font-weight: 700;
    color: #12777f;
}

.bread_crumb {
    background: #68d1a9 !important;
    margin: 0px;
}

ul.bread_crumb li {
    display: inline-block;
}

.bread_crumb li:first-child {
    margin-left: 0;
}

.bread_crumb li,
.bread_crumb li a {
    color: #fff;
    font-weight: 600 !important;
    line-height: 25px;
    letter-spacing: 1px;
}

.bread_crumb li:last-child {
    background-color: #3c9aa6;
}

.bread_crumb li:last-child:before {
    content: " ";
    display: inline-block;
    border-top: 14px solid rgba(20, 49, 93, 0);
    border-left: 14px solid #68d1a9;
    border-bottom: 14px solid transparent;
    border-right: none;
    margin-top: 0px;
    vertical-align: middle;
}

.bread_crumb li:last-child:after {
    content: " ";
    display: inline-block;
    border-top: 14px solid rgba(20, 49, 93, 0);
    border-left: 14px solid #3c9aa6;
    border-bottom: 14px solid transparent;
    border-right: none;
    margin-top: 0px;
    background: #68d1a9;
    vertical-align: middle;
}

@media (min-width: 1251px) and (max-width: 1350px) {}

@media (min-width: 1025px) and (max-width: 1250px) {
    p.make_appoint {
        padding: 10px !important;
        font-size: 14px !important;
        left: 53px !important;
    }

    .make_sec {
        bottom: 120px !important;
    }
}

@media (min-width: 991px) and (max-width: 1024px) {}

@media (min-width: 768px) and (max-width: 990px) {
    .make_sec {
        bottom: 85px !important;
    }

    p.make_appoint {
        width: 60% !important;
        padding: 5px !important;
        font-size: 13px !important;
        left: 40px !important;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    h1.page_header {
        padding: 40px;
    }

    .about_us {
        display: none;
    }

    .make_sec {
        bottom: 55px !important;
    }

    p.make_appoint {
        width: 30% !important;
        padding: 5px !important;
        font-size: 12px !important;
        left: 48px !important;
    }
}

@media (min-width: 100px) and (max-width: 480px) {
    h1.page_header {
        padding: 40px;
    }

    .about_us {
        display: none;
    }

    p.make_appoint {
        width: 35% !important;
        padding: 5px !important;
        font-size: 10px !important;
        left: 35px !important;
    }

    .make_sec {
        bottom: 40px !important;
    }
}

.hyd_address h2 {
    color: #009688;
}

.hyd_address h2:after {
    content: "";
    display: block;
    bottom: 0;
    width: 25%;
    height: 2px;
    background: #009688;
    margin-top: 10px;
}

.hyd_address p {
    font-size: 15px;
}

i.fa.fa-whatsapp.cust {
    margin-right: 30px;
    margin-top: 8px;
    margin-left: 0px;
}

img.alignnone {
    margin: 12px 20px 12px 0;
}

/*.enq_form {
border: 1px solid #5bb5a4;
padding: 30px 8px;
}*/
/*p.cust_head {
color: #465069;
font-size: 1.6em;
padding: 0px 4px;
}*/
p.cust_sub_head {
    padding: 3px 5px;
    color: grey;
}

.enq_form input {
    width: 90%;
    margin: 5px !important;
    padding: 12px !important;
    border: 1px solid #00968f !important;
}

select#country,
select#location {
    width: 90%;
    margin: 5px !important;
    border: 1px solid #00968f !important;
    padding: 12px !important;
    color: grey;
    font-size: 13px;
}

textarea#msg {
    width: 90% !important;
    border: 1px solid #00968f !important;
    padding: 12px;
    margin: 4px;
}

p.submit {
    width: 20%;
    border: 1px solid #343838;
    text-align: center;
    padding: 5px;
    margin: 4px 4px;
    font-weight: 500;
    color: white;
    background: #343838;
}

.contact {
    padding: 20px;
}

/*i.fa.fa-whatsapp {
	border-radius: 0px;
	font-size: 22px;
	margin: 10px 0px 10px 15px;
	}*/
@media only screen and (max-width: 600px) {
    .patients_sec {
        height: 350px !important;
    }

    .spec_li,
    .spec_li_pro {
        height: unset !important;
    }

    .padding_one {
        padding: 0px 15px !important;
    }

    li.equl_space {
        margin-top: 0px !important;
    }
}

li.equl_space {
    margin-top: 22px;
}

/*new page*/
.page_header {
    display: none;
}

.enq_form {
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 20px;
    padding-bottom: 35px;
}

p.cust_sub_head {
    padding: 10px 18px;
    color: #000;
}

.enq_form input {
    width: 90%;
    margin: 5px 20px !important;
    padding: 12px !important;
    border: none;
    background: #e9e9e9;
    color: #000;
}

select.country,
select.location {
    width: 90%;
    margin: 5px 20px !important;
    border: none;
    padding: 12px !important;
    background: #e9e9e9;
    font-size: 13px;
}

textarea#msg {
    width: 90% !important;
    border: none;
    padding: 12px;
    margin: 5px 20px !important;
    background: #e9e9e9;
}

p.submit {
    width: 90%;
    border: 1px solid #5bb5a4;
    text-align: center;
    padding: 5px;
    margin: 5px 20px !important;
    font-weight: 500;
    color: white;
    background: #5bb5a4;
    cursor: pointer;
}

.ban_col {
    background: white;
    border-radius: 20px;
    padding: 50px;
}

.banner_head {
    color: #465da0;
    font-size: 20px;
    padding-bottom: 20px;
}

.banner_data {
    color: #465da0;
    font-size: 24px;
    padding-bottom: 8px;
}

.banner_data1 {
    line-height: 20px;
    padding-bottom: 25px;
}

.banner_btn {
    background: #465da0;
    color: #fff;
    width: 50%;
    padding: 10px 15px;
    border-radius: 40px;
}

.banner_col {
    padding: 6% 0px 5% 0px !important;
}

.qua_col {
    background: #149c8e;
    width: 85%;
    border-radius: 15px;
}

.qua_col img {
    padding: 25px;
}

.qua_col p {
    color: #fff;
    padding: 1em 0;
}

.second_sec {
    position: relative;
    bottom: 75px;
}

.qua_col img {
    padding: 15px;
}

p.cust_head {
    background: #465da0;
    color: #fff;
    text-align: center;
    font-size: 20px;
    border-radius: 20px 20px 0px 0px;
    padding: 1em 0;
}

p.readless {
    display: none;
}

.uro_con {
    padding: 6% 0px;
}

.hide_con {
    display: none;
}

.spec_main_head h2 {
    padding: 20px 0px;
    font-weight: bold;
    font-size: 30px;
    color: #5bb5a4;
}

.spec_main_head span {
    color: #079aa5;
}

.spec_li {
    width: 100%;
    padding: 20px 30px;
    border-radius: 10px;
    height: 150px;
    box-shadow: 5px 5px 5px 5px lightgrey;
    border: unset !important;
}

.doc_row_con {
    padding-top: 16%;
}

.doc_row_con span {
    color: #0097a2;
}

.doc_row_con h2 {
    font-weight: 600;
}

p.spec_head {
    font-weight: bold;
    font-size: 18px;
    border-bottom: 1px solid;
    width: fit-content;
    padding-bottom: 5px;
}

.make_app {
    background: #465da0;
    width: 30%;
    text-align: center;
    color: #fff;
    cursor: pointer;
    padding: 10px;
}

.doc_row_head span {
    color: #0097a2;
}

.doc_row_head h2 {
    font-weight: 600;
    line-height: 30px;
}

.doctor_profile {
    width: 100%;
    background: white;
    text-align: center;
    /*box-shadow: 0px 2px 18px 0px lightgrey;*/
    border: 1px solid #68d1a9;
    border-radius: 20px;
}

.doctor_profile img {
    width: 100%;
    border-radius: 20px 20px 0px 0px;
}

p.location {
    background: #0097a2;
    width: fit-content;
    color: white;
    padding: 10px 30px !important;
    margin: 0px auto;
    margin-bottom: 20px;
}

p.dr_name {
    color: #5299cd;
    font-size: 18px;
}

.doctor_profile p {
    padding: 0px;
}

.doc_row_head {
    padding: 15px 0px;
}

ol.mydoc_slider li.active,
ol.mypat_slider li.active {
    background: #5397a2;
}

ol.mydoc_slider li,
ol.mypat_slider li {
    background: grey;
}

ol.mydoc_slider,
ol.mypat_slider {
    bottom: -40px;
}

.patients_sec img {
    border-radius: 60px;
    margin-left: 15px;
}

.patients_sec p {
    padding-right: 15px;
}

@media screen and (max-width: 752px) {
    .banner_btn {
        width: 65%;
    }

    p.readmore,
    p.readless {
        width: 30% !important;
    }

    .make_app {
        width: 55%;
    }

    .spec_li {
        margin: 10px 0px;
    }

    .uro_con {
        padding: 15px 15px !important;
    }

    .second_sec {
        position: unset !important;
        bottom: unset !important;
    }

    .qua_col {
        margin: 10px auto;
        text-align: center;
    }

    .doctor_profile {
        text-align: center;
    }

    .patients_sec {
        text-align: center;
    }
}

/*main-menu*/
.mobile_view {
    display: none !important;
}

@media only screen and (max-width: 752px) {
    .desktop_view {
        display: none;
    }

    .mobile_view {
        display: block !important;
    }
}

.patients_sec {
    background: #0097a2;
    color: white;
    padding: 15px;
    height: 180px;
}

.patients_sec img {
    background: white;
    padding: 15px;
}

p.reding {
    border: 1px solid;
    width: fit-content;
    padding: 8px 18px;
    border-radius: 10px;
    font-weight: bold;
}

.spec_li_pro {
    border: 1px solid #5bb5a4 !important;
    height: 400px !important;
}

p.content_uro {
    color: black !important;
}

p.readmore,
p.readless {
    background: #465da0;
    color: #fff;
    width: 20%;
    padding: 10px;
    text-align: center;
    cursor: pointer;
}

.banner_btn {
    text-align: center;
}

p.designation {
    font-size: 15px;
}

select.country,
select.location {
    border: 1px solid #00968f !important;
}

.ban_col {
    /*background: #fff;
    border-radius: 20px;*/
    padding: 25px 50px;
}

p.make_appoint {
    background: #95253d;
    width: 60%;
    margin: 0px auto;
    padding: 12px;
    border-radius: 33px;
    color: #fff;
    font-size: 16px;
    position: relative;
    left: 60px;
}

.make_sec {
    position: relative;
    bottom: 130px;
    text-align: center;
}

/*new css*/
p.read_more {
    width: 40%;
    border: 1px solid #2f7ab1;
    background-color: #2f7ab1;
    color: white;
    text-align: center;
    padding: 4px 8px;
    cursor: pointer;
    border-radius: 4px;
}

@media only screen and (min-width:768px) and (max-width:1023px) {}