.layout {
    margin: 30px 8%;
    overflow: hidden;
}

a {
    text-decoration: none;
    color: #12A19A;
}

.lmain {
    width: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 100;
    display: none;
}

.clinic-info {
    background-color: #ffffffee;
    padding-bottom: 25px;
    border-radius: 13px 13px 0 0;
}

.clinic-info .title {
    background-color: #12A19A;
    color: #fff;
    padding: 0 12px;
    border-radius: 13px 13px 0 0;
}

.clinic-info .title h1 {
    font-size: 26px;
    padding-top: 7px;
    text-align: start;
    color: #fff;
    line-height: 65px;
    text-align: center
}

.clinic-info .title p {
    margin-top: -15px;
    padding-bottom: 15px;
}

.info {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 15px;
}

.info .img {
    width: 24%;
}

.info .img img {
    display: block;
    max-width: 170px;
    max-height: 170px;
    width: 19vw;
    height: 16vw;
    object-fit: scale-down;
    border-radius: 13px;
    margin: auto
}

.info .fields {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 50%;
}

.f-row {
    width: 100%;
}

.f-row .row {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin-bottom: 7px;
    align-items: center;
}

.f-row .row span:nth-child(2) {
    font-weight: 600;
}

.f-row .row span {
    width: 40%;
    text-align: right;
    padding: 3px 3px;
}

.f-row .row span i {
    color: orange;
    font-size: 24px;
}

.f-row .row span:nth-child(1) {
    width: 60%;
}

.stars {
    direction: ltr;
}

.info .status {
    width: 23%;
    text-align: center;
}

.box .percent {
    position: relative;
    width: 90px;
    height: 90px;
    margin: auto;
}

.box .percent svg {
    position: relative;
    width: 90px;
    height: 90px;
}

.box .percent svg circle {
    width: 90px;
    height: 90px;
    fill: none;
    stroke-width: 8;
    stroke: #000;
    transform: translate(5px, 5px);
    stroke-dasharray: 253;
    stroke-dashoffset: 253;
    stroke-linecap: butt;
}

.box .percent svg circle:nth-child(1) {
    stroke-dashoffset: 0;
    stroke: #E0F2F1;
}

.box .percent svg circle:nth-child(2) {
    stroke: #43A047;
}

.box .percent .number {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    color: #111;
}

.box .percent .number h2 {
    font-size: 24px;
    color: #444;
}

.box .percent .number h2 span {
    font-size: 16px;
}

.box .text {
    color: #999;
    margin: 0;
}

.page-num {
    text-align: center;
    margin-top: 20px;
}

.btn-req {
    display: block;
    text-decoration: none;
    width: 260px;
    padding: 13px 0;
    border-radius: 3px;
    background-color: #43A047;
    color: #fff;
    text-align: center;
    margin-right: auto;
    margin-left: 30px;
    transition: all 0.2s;
}

.btn-req:hover {
    box-shadow: 0px 5px 15px rgb(0 0 0 / 10%);
    transform: translate(0, -3px);
}

.brhcta {
    margin-top: 8px
}

.action-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
}

.abtn {
    display: inline-block;
    background-color: #4caf50;
    color: #fff;
    padding: 0.9rem 1.4rem;
    border-radius: 8px;
    margin: 0 16px;
    text-align: center;
    min-width: 220px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: background 0.3s ease, transform 0.2s ease;
}

.abtn:hover {
    background-color: #388e3c;
    transform: translateY(-2px)
}

.abtn.alt {
    background-color: #388e3c
}

.abtn.primary {
    background-color: #00796b
}

.abtn.primary:hover {
    background-color: #00675a
}

.tabs {
    background-color: #ffffff;
    border-radius: 13px
}

.tab-btns {
    display: flex;
    display: -webkit-flex;
    background-color: #12A19A;
    justify-content: center;
    border-bottom: 1px solid #FFEFB7
}

.tablink {
    background-color: #12A19A;
    color: #ffffff99;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 17px;
    width: 25%
}

.active-tab {
    color: #fff;
    border-bottom: 3px solid #FFEFB7
}

.tablink:hover {
    background-color: #188d87
}

.tabcontent {
    padding: 30px;
    height: 100%
}

.info-top {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.info-top .slide-t {
    width: 49%
}

.description {
    padding: 12px
}


.serve-item {
    width: 33.3%;
    display: inline-block;
    padding: 3px 0
}

.service-lable i {
    color: #444;
    margin: 0 8px
}

.serve-item .checked i {
    color: #43A047
}

.mySlides {
    display: none
}

.mySlides img {
    border-radius: 13px;
    height: 350px;
    object-fit: cover
}

img {
    vertical-align: middle
}

.slide-cont {
    max-width: 700px;
    width: 49%;
    position: relative;
    margin: auto;
    direction: ltr
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -53px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px
}

.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8)
}

.caption {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease
}

.active, .dot:hover {
    background-color: #717171
}

.contact-top {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px 15px
}

.contact-top .contact-t {
    width: 50%
}

.contact-t div {
    margin-bottom: 25px
}

.contact-t div span i {
    font-size: 32px;
    color: #12A19A
}

.contact-t div span:nth-child(1) {
    width: 50px;
    display: inline-block
}

.mtel {
    display: inline-block;
    margin: 10px 53px 0 0;
}

.contact-top .map {
    width: 50%;
    min-height: 450px;
    text-align: center
}

.mapouter iframe {
    width: 100%;
    max-width: 500px;
    max-height: 500px
}

.recommend {
    text-align: center;
    margin: 20px
}

.recommend span:nth-child(1) {
    margin-bottom: 8px;
    display: inline-block
}

.grate {
    display: inline-block;
    width: 49%
}

.satis {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin-bottom: 20px
}

.satis table {
    width: 70%;
    border-collapse: collapse;
    border-spacing: 0
}

.satis table tr td span i {
    color: orange;
    font-size: 24px
}

.satis .votes {
    width: 30%;
    text-align: start
}

.votes div {
    margin-bottom: 7px
}

.votes div i {
    width: 30px;
    font-size: 28px
}

.votes .like {
    color: #43A047;
    margin-top: 15px
}

.votes .dislike {
    color: #E53935
}

.votes .like span:nth-child(1), .votes .dislike span:nth-child(1) {
    font-size: 20px;
    width: 40px;
    text-align: end;
    padding: 0 5px;
    display: inline-block
}

.t-v span:nth-child(1), .t-s span:nth-child(1), .t-r span:nth-child(1) {
    font-size: 20px
}

.t-v span:nth-child(2), .t-s span:nth-child(2), .t-r span:nth-child(2) {
    font-size: 22px;
    display: block;
    color: #12A19A
}

.review .com-form {
    width: 90%;
    margin: auto;
    padding: 15px 0
}

.review .com-form textarea {
    width: 100%;
    margin-bottom: 15px;
    padding: 15px;
    resize: vertical;
    border: 1px solid #12A19A;
    border-radius: 3px;
}

.review .com-form label {
    width: 25px
}

.review .com-form .btncom {
    background-color: #43A047;
    padding: 8px 20px;
    outline: none;
    border: none;
    border-radius: 3px;
    color: #fff;
    margin-top: 15px;
    cursor: pointer;
}

.review .com-form .btncom:hover {
    background-color: #38863c
}

.hr {
    height: 2px;
    background-color: #FFEFB7;
    margin: 7px 0
}

.ctafc {
    height: 120px;
    background: aliceblue;
    text-align: center;
    border-radius: 13px;
    display: flex;
    justify-content: center;
    font-weight: 600;
    margin-top: 32px;
    align-items: center
}

.ctafc a {
    display: block;
    padding: 16px
}

.comment {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0
}

.comment .user {
    width: 28%;
    text-align: center;
    align-self: flex-start
}

.comment .com-text {
    width: 70%
}

.comment .user img {
    width: 60px;
    height: 60px
}

.up span, .down span {
    display: inline-block;
    width: 30px;
    text-align: center
}

.up span {
    color: #43A047
}

.down span {
    color: #E53935
}

.up i, .down i {
    font-size: 22px;
    color: #717171
}

.up i:hover {
    color: #43A047
}

.down i:hover {
    color: #E53935
}

.login {
    padding: 15px 0
}

.login a {
    padding: 0 7px
}

.rating {
    text-align: center;
    margin: 12px 0
}

.rating-group {
    display: inline-flex
}

.rating__icon {
    pointer-events: none
}

/* hide radio inputs */
.rating__input {
    position: absolute !important;
    display: none;
}

/* hide 'none' input from screenreaders */
.rating__input--none {
    display: none
}

/* set icon padding and size */
.rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 1.8rem;
}

/* set default star color */
.rating__icon--star {
    color: orange;
}

/* if any input is checked, make its following siblings grey */
.rating__input:checked~.rating__label .rating__icon--star {
    color: #ddd;
}

.rating-group:hover .rating__label .rating__icon--star {
    color: orange;
}

/* make hovered input's following siblings grey on hover */
.rating__input:hover~.rating__label .rating__icon--star {
    color: #ddd;
}

.send-r {
    display: block;
    margin: auto;
    background-color: #43A047;
    color: #fff;
    padding: 8px 15px;
    outline: none;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    margin-bottom: 15px
}

.send-r:hover {
    background-color: #38863c
}

.fr-t {
    margin-top: 35px
}

.fr-t span {
    font-size: 20px
}

.fertilities {
    display: flex;
    display: -webkit-flex;
    align-self: flex-start;
    justify-content: start;
    flex-wrap: wrap;
    margin-top: 15px;
    margin-bottom: 15px
}

.fertility-cats {
    width: 48%
}

.btn {
    display: inline-block;
    text-decoration: none;
    background-color: #12A19A;
    color: #ffffff;
    padding: 8px 17px;
    border-radius: 25px;
    line-height: 30px;
    width: fit-content;
    margin-top: 15px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
    transition: all 0.3s
}

.btn:hover {
    transform: translate(0, -3px);
    box-shadow: 0px 5px 15px rgb(0 0 0 / 20%)
}

.best-fert {
    padding-top: 50px;
    padding-bottom: 70px;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    flex-direction: column;
    background-color: #E0F2F1
}

.best-fert h2 {
    color: #111
}

.best-fert p {
    color: #111;
    margin-top: -7px;
    margin-bottom: 30px;
    background-color: #ffffffee;
    padding: 15px;
    border-radius: 5px
}

.fertility-item {
    border-radius: 13px;
    width: 23.5%;
    box-shadow: 0px 2px 5px lightgrey;
    transition: all 0.2s;
    background-color: #ffffffee;
    margin: 8px
}

.fertility-item:hover {
    box-shadow: 0px 5px 15px rgba(0 0 0 / 20%)
}

.fertility-item div {
    display: flex;
    display: -webkit-flex;
    padding: 8px;
    text-decoration: none;
    flex-direction: column
}

.fertility-item div .info h4 {
    margin: 0;
    margin-bottom: 20px
}

.fertility-item div .info a {
    width: fit-content;
    margin: auto;
    margin-top: 17px;
    text-decoration: none;
    background-color: #12A19A;
    color: #ffffff;
    padding: 8px 10px;
    border-radius: 3px;
    border: 2px solid #12A19A;
    transition: all 0.2s
}

.fertility-item div .info a:hover {
    background-color: #E0F2F1;
    border: 2px solid #12A19A;
    color: #111
}

.info h3, .info table td {
    color: #004444;
    direction: ltr
}

.info h3, .info table td i {
    font-size: 20px;
    color: orange
}

.info table th {
    color: #222;
    font-weight: bold;
    padding: 7px;
    font-size: 14px
}

.info table {
    border-collapse: collapse;
    display: table;
    width: 100%;
    text-align: right
}

.pic {
    text-align: center
}

.pic img {
    width: 100%;
    height: 80px;
    margin: auto;
    object-fit: scale-down
}

.serve-list {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    padding: 0 15px 15px 15px;
}

.d-container {
    position: relative;
    margin: 0
}

.bleft {
    left: 0
}

.bright {
    right: 0
}

.bright, .bleft {
    background-color: #f1f1f155;
    border: 0;
    display: inline-block;
    width: 38px;
    border-radius: 28px;
    padding: 5px;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 3px 3px rgb(218, 216, 216);
    position: absolute;
    top: 36%
}

.bleft i, .bright i {
    font-size: 22px;
    padding: 1px
}

/* .doc-item {
    min-width: 240px;
    max-width: 340px
} */

.d-list {
    overflow-y: auto;
    max-height: 260px;
    flex-wrap: wrap;
    scroll-behavior: smooth;
    scrollbar-width: 0;
    width: 100%;
    padding: 8px;
    margin: auto;
    -ms-overflow-style: none;
    scrollbar-width: thin
}

/* Hide scrollbar for Chrome, Safari and Opera */
.d-list::-webkit-scrollbar {
    display: none
}

.circle-p {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    box-shadow: 0 0 0 4px #12A19A;
    margin: 4px 6px
}

.fill-p {
    background-color: #12A19A;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 0;
    left: 0;
    animation: 1s ease-out 0s 1 cir
}

.circle-p>.text {
    margin-top: 2px;
    display: inline-block;
    right: 0px;
    position: absolute;
    z-index: 1;
    padding: 0;
    color: #003300;
    text-align: center !important;
    width: 100% !important;
    direction: rtl
}

.more-info {
    display: block;
    padding: 26px;
    background-color: #fff;
    border-radius: 13px
}

.adcon {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0
}

.aslink {
    display: block;
    width: 100%;
    height: 100%;
    /* transition: transform 0.2s ease-in-out; */
    cursor: pointer;
    /* animation: zoom-effect 1.5s infinite alternate; */
    text-align: center
}

.aslink img {
    width: 100%;
    height: 100%;
    max-width: 1220px;
    max-height: 220px;
    min-width: 250px;
    min-height: 100px;
    object-fit: fill;
    border-radius: 5px
}

@keyframes cir {
    0% {
        transform: translateY(100%)
    }

    100% {
        transform: translateY(0)
    }
}

.labdoc {
    width: 300px;
    height: 300px !important;
    border: 5px solid #12A19A;
    box-shadow: -5px 5px 10px #ddd;
    border-radius: 13px;
    object-fit: cover
}

@media (max-width:1100px) {
    .serve-item {
        width: 50%
    }
}

@media (max-width:860px) {
    .fertility-item {
        width: 32%;
        margin-bottom: 15px
    }
}

@media (max-width:800px) {
    .info-top .slide-cont {
        width: 100%;
        order: 1
    }

    .serve-item {
        width: 100%
    }

    .grate {
        width: 100%
    }

    .info-top .slide-t {
        order: 2;
        width: 100%;
        margin-top: 15px
    }

    .info .img {
        width: 100%;
        margin-bottom: 15px
    }

    .info .img img {
        width: 170px;
        height: 170px
    }

    .info .fields {
        width: 100%;
        margin-bottom: 15px
    }

    .info .status {
        width: 100%;
        margin-bottom: 15px
    }

    .btn-req {
        margin: auto
    }

    .contact-top .map {
        width: 100%
    }

    .contact-top .contact-t {
        width: 100%;
        margin-bottom: 25px
    }

    .fertility-cats {
        width: 100%;
        margin-top: 25px
    }

    .tabcontent {
        padding: 12px
    }

    .t-v span:nth-child(1), .t-s span:nth-child(1), .t-r span:nth-child(1) {
        font-size: 14px
    }

    .aslink img {
        content: url('/img/ad-spoo-phone.jpg')
    }
}

@media (max-width:650px) {

    .fertility-item {
        width: 48.5%;
        margin-bottom: 17px
    }

    .f-row .row span i {
        font-size: 18px
    }

    .clinic-info .title h1 {
        font-size: 20px;
        padding: 18px 0;
        line-height: 34px
    }

    .d-list {
        justify-content: center
    }
}

@media (max-width:602px) {
    .abtn {
        width: 100%;
        min-width: unset
    }

    .info {
        text-align: center;
        margin-top: 7px
    }

    .img img {
        width: 150px;
        height: 150px
    }

    .tablink {
        width: 33%
    }

    .fertility-item div .info {
        text-align: center;
        width: 100%
    }

    .info table {
        text-align: center;
        margin-bottom: 15px
    }

    .fertility-cats {
        width: 100%
    }

}

@media (max-width:500px) {
    .fertility-item {
        width: 100% !important;
        margin-bottom: 17px
    }
}