.services-content .service-box {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    transition: all ease-in 400ms;
    -webkit-transition: all ease-in 400ms;
    -moz-transition: all ease-in 400ms;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
.services-content .service-box .content {
    bottom: 0;
    display: inline-block;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1;
}
.services-content .service-box .content h4 a{
    color: #fff;
    font-size: 18px;
}
.services-content .service-box .overlay {
    background-color: #E25C45;
    display: inline-block;
    left: 0;
    padding: 50px 30px 30px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -100%;
    height: 100%;
    transition: all ease-in 500ms;
    -webkit-transition: all ease-in 500ms;
    -moz-transition: all ease-in 500ms;
    z-index: 0;
}
.services-content .service-box .overlay::before {
    background-color: #E25C45;
    bottom: -50px;
    content: "";
    height: 50px;
    left: -25px;
    position: absolute;
    transform: skewX(-40deg);
    -webkit-transform: skewX(-40deg);
    width: 40px;
}
.services-content .service-box .overlay p {
    color: #1c1c1c;
    font-family: 'Montserrat', sans-serif;
    line-height: 22px;
}
.services-content .service-box .overlay .value {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
    width: 100%;
}
.services-content .service-box .overlay .btn-link {
    color: #053636;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    margin-top: 10px;
}
.services-content .service-box .overlay::after {
    background-color: #E25C45;
    bottom: -50px;
    content: "";
    height: 50px;
    right: -25px;
    position: absolute;
    transform: skewX(40deg);
    -webkit-transform: skewX(40deg);
    width: 40px;
}

.services-content .service-box:hover .content .title {
    background-color: #1c1c1c;
}
@media (max-width: 1625px){
    .services-content .service-box .content .title {
    font-size: 16px;
}
}

@media (max-width: 1763px){
    
.services-content .service-box .content .title {
    font-size: 14px;
}
}
.services-content .service-box .content .title {
    background-color: #E25C45 !important;
    color: #fff !important;
    font-size: 16px;
    /* font-weight: 600; */
    margin: 0 40px;
    padding: 12px 0;
    position: relative;
    text-transform: uppercase;
    transition: all ease-in 400ms;
    -webkit-transition: all ease-in 400ms;
    -moz-transition: all ease-in 400ms;
}
.services-content .service-box .content .title:before {
    background-color: #289693;
    bottom: 0;
    content: "";
    height: 101%;
    left: -25px;
    position: absolute;
    transform: skewX(-40deg);
    -webkit-transform: skewX(-40deg);
    width: 50px;
    transition: all ease-in 400ms;
    -webkit-transition: all ease-in 400ms;
    -moz-transition: all ease-in 400ms;
}
.services-content .service-box .content .title:after {
    background-color: #289693;
    bottom: 0;
    content: "";
    height: 101%;
    position: absolute;
    right: -25px;
    transform: skewX(40deg);
    -webkit-transform: skewX(40deg);
    width: 50px;
    transition: all ease-in 400ms;
    -webkit-transition: all ease-in 400ms;
    -moz-transition: all ease-in 400ms;
}
.services-content .service-box .img-thumb img {
    /* min-height: 320px; */
    width: 100%;
    /* transition: transform 0.2s ease-in-out; */
}
.services-content .service-box .img-thumb img:hover {
  /* transform-origin: center; */
  /* transform: scale(1.5); */
}
.call-consultation-btn{
    background: #289693;
    color: #fff;
    padding: 12px;
    border-radius: 14px;
    font-family: 'Roboto',sans-serif;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid #E25C45;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}
.call-consultation-btn:hover{color: #fff;}
.call-consultation-btn i{
    margin-right: 14px !important;
    background: #E25C45;
    padding: 13px 15px;
    border-radius: 39px;
    border: 1px solid;
}
.call-consultation-btn i:hover{color: #fff;border: 1px solid;}
@media (max-width: 1199px)
.services-content .service-box .img-thumb img {
    max-height: 100%;
}

@media (max-width: 1625px)
.services-content .service-box .img-thumb img {
    max-height: 320px;
}

@media only screen and (max-width: 767px){
.pt-unset {
    padding-top: 125px !important;
}}
@media only screen and (min-width: 768px) and (max-width: 991px){
    .pt-100 {
    padding-top: 135px !important;
}
}

/*start index city page css here*/
.dept-box {
    border-bottom: 5px solid #009bad;
    border-radius: 0 0 2px 2px;
    margin-bottom: 30px;
    /* min-height: 491px; */
    overflow: hidden;
    position: relative;
    border-top: 5px solid #009bad;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.dept-box .dept-details {
    background-color: #E25C45;
    bottom: 0px;
    padding: 0 15px 20px;
    position: absolute;
    text-align: center;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    width: 100%;
}
.dept-details .round-style {
    background: #E25C45;
    border-radius: 50%;
    height: 70px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -39px;
    width: 70px;
}
.dept-box .dept-details .icon {
    color: #fff;
    display: inline-block;
    font-size: 32px;
    position: relative;
    top: -19px;
}
.dept-box .dept-details h4 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 20px;
    color: #fff;
    font-size: 22px;
}
@media (min-width: 768px) {
    .pt-unset {
    padding-top: 70px !important;
}
}
/*start pune, mumbai, navi mumbai, thane city page css here*/
.cat_about {
    float: left;
    width: 100%;
    background-color: #ffffff;
    position: relative;
    /* margin-top: -90px; */
    z-index: 3;
    box-shadow: 0 0 30px rgba(0,0,0,0.10);
}
.icon_wrapper {
    position: relative;
    bottom: 28px;
}
.icon_wrapper:before {
    content: '';
    border-right: 120px solid transparent;
    border-top: 120px solid #2ec8a6;
    position: absolute;
    left: 0px;
    top: 30px;
}
.icon_wrapper img {
    top: 48px;
    left: 15px;
    position: absolute;
}
.cat_img {
    position: relative;
    padding-left: 60px;
    border: 2px solid #289693;
    width: 100%;
}
.cat_img img {
    /* height: 200px; */
    padding-top: 35px;
    /* width: 70%; */
}
.cat_txt {
    padding-bottom: 1px;
    position: absolute;
    top: 38%;
    width: 100%;
}
.cat_txt h1 {
    color: #111111;
    font-size: 20px;
    font-weight: 800;
    padding-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
    font-family: roboto, sans-serif;
}
.cat_txt p {
    text-align: center;
    color: #757575;
    font-size: 16px;
}
.cat_txt a {
    color: #2ec8a6;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    text-align: center;
    margin-right: unset;
}
.cat_about:hover .icon_wrapper:before {
    border-top: 120px solid #E25C45;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.icon_wrapper:before {
    content: '';
    border-right: 120px solid transparent;
    border-top: 120px solid #289693;
    position: absolute;
    left: 0px;
    top: 29px;
}
.cat_about:hover .cat_img {
    border-color: #E25C45;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;    
}
@media (min-width: 768px) and (max-width: 991px){
    .cat_about {
    margin-top: 50px;
    width: 100%;
}
.icon_wrapper:before {
    top: 29px;
    border-right: 100px solid transparent;
    border-top: 100px solid #2ec8a6;
}
.icon_wrapper img {
    top: 43px;
    left: 13px;
}
.cat_txt {
    width: 100%;
    left: 0;
    top: 30%;
}
.cat_txt h1 {
    font-size: 16px;
}
}
@media (max-width: 767px){
    .cat_txt {
    width: 100%;
    left: 0;
    top: 30%;  
}
}
/*start all spacialist doctor profile css*/
.sec-doctor-profile{}
.doctor-photo img{
    box-shadow: 0 0 30px rgba(0,0,0,0.10);
    border: 15px solid #fff;
}
.doctor-info {
    background-color: #eff7f8;
    border: 1px solid #f5f5f5;
    /* margin-top: 30px; */
    margin-bottom: 40px;
    border-radius: 6px;
}
.doctor-info table {
    margin-top: 0;
    margin-bottom: 0; 
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}
.doctor-info .table td, .doctor-info .table th {
    font-size: 15px;
    padding: 9px 21px;
    border-top: none;
}
.doctor-info .table span {
    display: block;
    margin-bottom: 3px;
    text-transform: capitalize;
}
.doctor-contacts {
    margin-top: 30px;
    margin-bottom: 35px;
}
.doctor-contacts h4 {
    font-weight: 400;
    margin-bottom: 10px;
}
.doctor-info .table td a{
    color: #212529;
    font-weight: 400;
}
.doctor-profile-info{}
.doctor-profile-info h2{
    font-size: 32px;
}
.doctor-profile-info h3{
    font-size: 24px;
    color: #e25c45;
    padding-bottom: 22px;
}
.doctor-profile-info p{color: #525252;font-size: 16px;}
.features .ftr-icon-box {
    padding: 26px 0px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    /* height: 160px; */
    position: relative;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.features .icon {
    position: absolute;
    top: -36px;
    left: calc(50% - 36px);
    transition: 0.2s;   
    border-radius: 50%;
    border: 5px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 70px;
    height: 70px;
    background: #009bad;
}
.features .icon i {
    color: #fff;
    font-size: 32px;
}
.features .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
    padding-bottom: 0px;
    padding-top: 20px;
}
.features .description {
    line-height: 0px;
    font-size: 15px;
    padding-top: 13px;
}
.features .ftr-icon-box:hover .icon i {
    color: #009bad;
}
.features .ftr-icon-box:hover .icon {
    background: #fff;
    border: 2px solid #009bad;
}
.features .description a{
    color: #525252;
    font-weight: 400;
    font-size: 15px;
}
.color-box-sec1{
    background: #e3efee;
}
.color-box-sec2{
    background: #f2f2f2;
}
.doctor-profile-info-mob-view h2{
    font-size: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.moretext {
  display: none;
}
.moreless-button{
    padding-top: 0px;
    color: #525252 !important;
    font-weight: 400;
}
.morecontent span {
    display: none;
}
.morelink {
    display: block;
    color: #525252;
    font-weight: 400;
}
.more{
    font-size: 15px;
}

/* ivf calculator */
.calculator-container {
    max-width: 800px;
    margin: auto;
    padding: 20px;
}

.form-section {
    background-color: white;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.form-section h4 {
    margin-bottom: 15px;
    font-size: 1.25rem;
    color: #495057;
}

.form-label {
    font-weight: 500;
}

.btn-primary {
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-primary:hover {
    background-color: #138496;
    border-color: #117a8b;
}

.estimated-cost {
    background-color: #e9f7fa;
    border-left: 5px solid #17a2b8;
    padding: 15px;
    margin-top: 20px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 1.25rem;
    color: #333;
}

.tooltip-inner {
    background-color: #17a2b8 !important;
    color: #fff;
    font-size: 0.85rem;
}

.tooltip-arrow::before {
    border-top-color: #17a2b8 !important;
}
/* ivf calculator end */