body{
	margin: 0px;
	padding: 0px;
    font-family: "Noto Sans", sans-serif;
}
a,a:hover,a:focus{
	text-decoration: none !important;
}
h6 {
    font-size: 18px;
    font-weight: 600;
    transition: 0.4s ease-in-out;
}
.header {
    position: sticky;
    top: 0;
    z-index: 999;
    padding: 10px 0px;
    background: #fff;
}
.menu ul {
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 0px;
}
.menu ul li {
    padding: 0px 10px;
    list-style-type: none;
}
.menu ul li a {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}
.logo img {
    width: auto;
    height: 75px;
}
.bg{
    background: #f2f6f8;
}
.title h3 {
    font-weight: 700;
    font-size: 24px;
    position: relative;
    border-bottom: 1px solid #dfdede;
    padding: 0px 0px 25px 0px;
    color: #892b90;
}
.header-clr{
	background: #fff;
}
.carousel-item {
    height: 65vh;
    position: relative;
}
.banner-text {
    padding: 0px 0px 0px 20px;
    width: 50%;
    position: absolute;
    left: 6%;
    top: 50%;
    transform: translate(0%, -50%);
}
.carousel-item img {
    object-fit: cover;
    object-position: right;
    width: 100%;
}
.banner-text h2 {
    color: #000;
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
    position: relative;
}
.banner-text h2 span{
    color: #892b90;
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
    position: relative;
}
.banner-text p {
    padding: 5px 0px 20px 0px;
    font-size: 19px;
    font-weight: 500;
    line-height: 33px;
    color: #000;
}
.custom-btn,.custom-btn:hover,.custom-btn:focus {
    position: relative;
    background: #892b90;
    padding: 8px 15px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    transition: 0.5s;
    border-radius: 3px;
    border: none;
    font-size: 16px;
}
.banner-form {
    position: relative;
    padding: 30px 30px;
    background: rgba(255,255,255,0.7);
    border-radius: 7px;
    box-shadow: 0px 10px 20px -10px rgba(0,0,0,0.1);
}
.banner-form h6 {
    text-align: center;
    color: #000;
    font-size: 26px;
    margin: 0px 0px 30px 0px;
}
.submit-btn {
    padding: 8px 10px;
    background: #892b90;
    margin: 20px 0px 0px 0px;
    border: transparent;
    color: #fff;
    width: 100%;
    border-radius: 3px;
}
.parent-gap{
	padding: 50px 0px;
}
.dark-bg {
    background: #892b90;
}
.nav-tabs {
    border-bottom: none;
}
.nav-tabs .nav-link {
    border: none;
    border-radius: 50px;
    background: #9a9a9a;
    color: #fff !important;
    display: flex;
    align-items: center;
    padding: 0px 20px 0px 0px;
    font-weight: 600;
    margin: 0px 20px 0px 0px;
    transition: 0.5s;
}
.nav-link span {
    background: #676767;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin: 0px 10px 0px 0px;
    transition: 0.5s;
}
.nav-tabs .nav-link.active {
	background: #892b90;
	transition: 0.5s;
	transition-delay: 0.1s;
}
.nav-tabs .nav-link.active span {
	background: #541359;
	transition: 0.5s;
	transition-delay: 0.1s;
}
.condition {
    background-image: linear-gradient(-180deg, #fff, #f2f6f8);
    position: relative;
    z-index: 99;
}
.condition-single {
    background: #fff;
    padding: 12px 10px;
    border-radius: 5px;
    box-shadow: 5px 10px 10px -10px rgba(0,0,0,0.1);
    height: 100%;
}
.condition-single h6{
    font-size: 15px;
    font-weight: 600;
    line-height: 30px;
    display: flex;
    align-items: center;
    color: #000;
    margin: 0px;
}
.abt-content {
    padding: 10px 0px 0px 0px;
}
.about-cancer{
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.abt-content p {
    font-size: 16px;
    color: #000;
    line-height: 24px;
    margin: 0px;
    padding: 3px 0px;
}
.abt-img {
    text-align: center;
}
.abt-img img{
    width: auto;
    height: 500px;
}
.single-service {
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 20px;
    overflow: hidden;
    height: 100%;
}
.single-service .content {
    position: relative;
    z-index: 20;
}
.single-service .circle-before {
    position: absolute;
    top: 0;
    right: 0px;
    transform: translate(40%, -40%);
    width: 70px;
    height: 70px;
    background-color: #892b90;
    border-radius: 50%;
    opacity: 0.05;
    z-index: 10;
    transition: all .6s;
}
.single-service:hover .circle-before {
    width: 100%;
    height: 100%;
    transform: none;
    border: 0;
    border-radius: 0;
    opacity: 1;
}
.single-service .icon {
    display: inline-block;
    margin-bottom: 10px;
    width: 70px;
    height: 70px;
    background-color: #f3e9f4;
    border-radius: 5px;
    line-height: 70px;
    text-align: center;
    color: #892b90;
    font-size: 30px;
    transition: all .3s;
}
.single-service:hover .icon {
    background-color: #fff;
    color: #892b90;
}
.single-service .title {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 20px;
    transition: color .3s;
}
.single-service:hover .title {
    color: #fff;
}
.single-service .description {
    margin: 0px;
    font-size: 15px;
    transition: color .3s;
}
.single-service:hover .description {
    color: #fff;
}
.single-service a {
    position: relative;
    font-size: 18px;
    color: #202020;
    text-decoration: none;
    font-weight: 500;
    transition: color .3s;
}
.single-service:hover a {
    color: #fff;
}
.single-service a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #892b90;
  transition: background-color .3s;
}
.single-service:hover a:after {
    background-color: #fff;
}

/* our Doctor -css-start */
.our-doctor-img {
    padding: 10px 0px 0px 0px;
    background: #f2f6f8;
}
.our-doctor-img img {
    width: 100%;
    height: 370px;
    object-fit: cover;
    object-position: top;
}
.our-doctor{
    position: relative;
}
.our-doctor-content {
    padding: 10px 15px 10px 15px;
    position: absolute;
    bottom: 0;
    background: rgba(0,63,116,0);
    height: 23%;
    width: 100%;
    transition: 0.5s;
    overflow: hidden;
    transform: translate(0px,-50%);
    top: 89%;
    left: 0;
    background: rgba(137,43,144,0.8);
}
.our-doctor-content h6 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    margin: 0px;
}
.our-doctor-content p {
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    margin: 0px;
}
.btn-close {
    float: right;
}
.doctor-profile-single {
    padding: 5px 0px;
}
.doctor-profile-single ul {
    padding: 0px;
    margin: 0px;
}
.doctor-profile-single h6 {
    font-weight: 600;
    color: #a277a2;
}
.doctor-profile-single p {
    font-size: 14px;
    line-height: 22px;
}
.doctor-profile-single ul li {
    list-style-type: none;
    font-size: 14px;
    padding: 3px 0px;
}
.modal-dialog {
    max-width: 700px;
}
.modal.show .modal-dialog {
    transform: translate(0px, 60px);
}
.our-doctor-content a {
    font-size: 15px;
    color: #fff;
}
.owl-next span, .owl-prev span {
    background: #892b90;
    height: 30px;
    width: 30px;
    display: block;
    color: #fff;
    font-size: 30px;
    line-height: 23px;
    font-weight: 600;
}
.owl-prev {
    position: absolute;
    top: -50px;
    right: 40px;
    transform: translate(0%,-50%);
}
.owl-next {
    position: absolute;
    top: -50px;
    right: 0;
    transform: translate(0%,-50%);
}
.testimonials iframe {
    border-radius: 10px;
}

/* Faqs */
.faq .accordion-button {
    background-color: #f7f7f7;
    color: #892b90;
    font-weight: 600;
    font-size: 15px;
    line-height: 25px;
}
.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
.accordion-body {
    line-height: 28px;
    font-size: 15px;
}
.robots-text h3 {
    font-weight: 700;
    font-size: 20px;
}
.robots-img{
    overflow: hidden;
}
.robots-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
    transition: 0.5s;
}
.robots-img img:hover {
    transition: 0.5s;
    transform: scale(1.1);
}
.robots-text ul{
    padding: 0px 0px 0px 0px;
}
.robots-text ul li {
    list-style-type: none;
    font-size: 14px;
    padding: 3px 0px;
}

/*Review Section Css*/
.sr-box {
    box-shadow: 2px 2px 30px rgba(0,0,0,0.1);
    background-color: #ffffff;
    padding: 20px;
    cursor: pointer;
    margin: 20px 20px;
}
.profile-img{
    width:40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}
.profile-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.profile{
    display: flex;
    align-items: center;
}
.name-user{
    display: flex;
    flex-direction: column;
}
.name-user strong{
    color: #3d3d3d;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}
.reviews{
    color: #f9d71c;
}
.box-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.client-comment p{
    font-size: 0.9rem;
    color: #4b4b4b;
}
.testimonial-box:hover{
    transform: translateY(-10px);
    transition: all ease 0.3s;
}
::selection{
    color: #ffffff;
    background-color: #252525;
}
.copyright {
    text-align: center;
    padding: 5px 20px;
    background: #892b90;
}
.copyright span {
    color: #fff;
    font-size: 15px;
}
.abt-card {
    padding: 20px 0px;
}
.abt-card .single-service {
    background-color: #f2f6f8;
    min-height: 230px;
}
.review-btn a {
    position: relative;
    background: #892b90;
    padding: 8px 25px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    transition: 0.5s;
    border-radius: 3px;
    border: none;
    font-size: 16px;
}
.ps-c{
    width: 50%;
    left: 50%;
}
.ps-l {
    width: 40%;
    left: 77%;
    transform: translate(-50%, -50%);
}
.ps-l h2,.ps-l p{
    color: #fff;
}
.home-cards {
    padding: 20px 0px;
}

@media screen and (max-width: 992px) {
    .banner-text {
        display: none;
    }
    .home-cards-single p {
        display: none;
    }
    .home-cards-single h6 {
        padding: 0px;
        margin: 0px;
        font-size: 13px;
    }
    .abt-card {
        padding: 20px 0px;
    }
    .custom-btn, .custom-btn:hover, .custom-btn:focus {
        padding: 7px 12px;
        border-radius: 0px 10px 0px 0px;
        font-size: 14px;
        position: absolute;
        top: -18px;
        transform: translate(0px, -50%);
        left: 0;
    }
    .banner-text h2 {
        font-size: 17px;
        line-height: 25px;
        margin: 0px 0px 0px 0px;
    }
    .banner-form {
        padding: 15px 15px;
        background: rgba(0,0,0,0.1);
        border-radius: 5px;
        box-shadow: 0px 10px 20px -10px rgba(0,0,0,0.1);
        margin: 0px 0px 0px 0px;
        transform: translate(0px, 0px);
    }
    .carousel-item img {
        height: 260px;
    }
    .right-side img{
        object-position: left;
    }
    .banner-text p {
        padding: 0px 0px 0px 0px;
        font-size: 15px;
        line-height: 25px;
    }
	.banner-form h6 {
	    font-size: 18px;
	    margin: 0px 0px 10px 0px;
	}
	.menu ul li {
	    display: none;
	}
	.logo {
	    text-align: center;
	}
    .abt-img img {
        height: 300px;
    }
    .testimonials .col {
        flex: 1 0 100%;
    }
    .title h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .abt-content p {
        font-size: 15px;
        line-height: 25px;
        padding: 5px 0px;
    }
    .order-change{
        flex-direction: column-reverse;
    }
    .robots-text {
        padding: 15px 0px 15px 0px;
    }
    .sr-box {
        box-shadow: none;
        background: #f2f6f8;
        padding: 20px;
        margin: 0px 0px;
        border-radius: 4px;
    }
    .robots-text h3 {
        font-size: 16px;
        line-height: 27px;
    }
    .robots-text ul {
        padding: 0px 0px 0px 0px;
        margin: 0px;
    }
    .robots-img img {
        height: 200px;
    }
    .carousel-item {
        height: auto;
    }
    .menu {
        display: none;
    }
    .condition-single {
        height: 100%;
        padding: 6px 6px;
    }
    .condition-single h6, .condition-single a {
        font-size: 14px;
        line-height: 21px;
    }
    .banner-text h2 span {
        font-size: 23px;
        font-weight: 700;
        line-height: 36px;
    }
    .abt-card .single-service {
        min-height: 280px;
    }
    .carousel-control-next, .carousel-control-prev {
        height: 32vh;
    }
    .ps-l h2,.ps-l p{
        color: #000;
    }
    .ps-l p br{
        display: none;
    }
    .parent-gap{
        padding: 30px 0px;
    }
    .pstn {
        left: initial !important;
        width: auto;
        max-width: 180px;
        border-radius: 10px 0px 0px 0px !important;
        right: 0;
    }
}

@media screen and (max-width: 1200px) {
	.logo img {
	    height: 50px;
	}
}

.cnt223 {
    min-width: 30%;
    width: 30%;
    position: absolute;
    z-index: 99;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
}
.cnt223 p {
    margin: 0px;
}
.home-cards-single {
    display: flex;
    align-items: center;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    padding: 15px;
    border-radius: 10px;
}
.home-cards-single p {
    line-height: 23px;
    font-weight: 400;
    font-size: 16px;
    padding: 4px 0px 0px 0px;
    margin: 0px;
}
.icon-box {
    position: relative;
    width: 64px;
    min-width: 64px;
    height: 64px;
    background: #ffffff26;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-right: 20px;
    overflow: hidden;
    color: #cca8e3;
    font-size: 25px;
    z-index: 9;
}
.icon-box::after {
    content: "";
    background: #fff;
    width: 0%;
    height: 0%;
    position: absolute;
    z-index: -1;
    border-radius: 10px;
    transition: all 0.4s ease-in-out;
}
.icon-parent:hover .icon-box::after{
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 992px) {
    .home-cards-single {
        min-height: 70px;
        padding: 5px 6px;
        border-radius: 4px;
    }
    .home-cards {
        padding: 15px 0px;
    }
    .home-cards-single p {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 600px) {
    .cnt223 {
        min-width: 95%;
        width: 95%;
        bottom: 0px;
        transition: 0.3s;
    }
    .reload-popup span {
        top: 10px;
        left: 47%;
        font-size: 20px;
        width: 80%;
        transform: translate(-50%,0%);
        text-align: center;
    }
    .close {
        top: 0px;
        border-radius: 0px 11px 0px 25px;
        padding: 5px 12px !important;
    }
    
}
@media screen and (min-width: 601px) and (max-width: 832px) {
    .cnt223 {
        min-width: 80%;
        width: 80%;
        top: 50%;
    }
    .reload-popup span {
        top: 10px;
        left: 47%;
        font-size: 20px;
    }
}
@media screen and (min-width: 833px) and (max-width: 992px) {
    .cnt223 {
        min-width: 60%;
        width: 60%;
        top: 50%;
    }
}

@media only screen and (max-width: 600px) {
    .icon-box {
        display: none;
    }
}