@font-face {
    font-family: 'didact_gothic';
    src: url('../font/didactgothic-webfont.woff'); format('woff'),
         url('../font/didactgothic-webfont.woff2'); format('woff2'),
         url('../font/DidactGothic.ttf'); format('truetype');
         font-style: normal;
         font-weight: normal;

}


@font-face {
    font-family: 'TheConstellationofHeracles';
    src: url('../font/TheConstellationofHeracles.woff'); format('woff'),

         url('../font/TheConstellationofHeracles.ttf'); format('truetype');
         font-style: normal;
         font-weight: normal;

}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

body {
    font-family:'didact_gothic', serif;
}

::selection {
    text-shadow: none;
    background: rgba(69, 162, 159, 0.8);
}

.header {
    background: rgba(69, 162, 159, 0.8);
    position: fixed;
    z-index: 100;
    width: 100%;
    top:0;
    height: 78px;
}

.header .logo {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 9px;
    width: 22%;
    background-color: rgba(255,255,255,0.8);
    position: fixed;
    left: 0;
}

.logo img {
    height: 54px;
    margin-left: 65px;
}

.header .menu {
     float: right;
    margin-top: 26px;
    width: 70%;
    margin-right: 45px;
}


.header .menu ul li {
    display: inline-block;
    padding: 0;
    margin-right: 14px;
    cursor: pointer;
}

.header ul li:hover {
    cursor: pointer;
}

.header ul .active {
    cursor: pointer;
}

.header ul .active a {
    color:#fff;
}

.header ul a:hover {
    color:#fff;
    text-decoration: underline;
}

.header ul li a {
    color: #fff;
    text-decoration: none;
    padding: 0px;
    display: block;
    font-size: 19px;
}


#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}
#owl-demo .owl-pagination {
    display: none;
}

.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    padding: 10px 10px !important;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
}


.owl-buttons i {
    font-size: 23px;
}

.owl-buttons .owl-next {
    position: absolute;
    top: 269px;
    right: 40px;
}

.owl-buttons .owl-prev {
    position: absolute;
    top: 269px;
    left: 40px;

}

.color-part {
    padding: 0;
    background-color: rgba(69, 162, 159, 0.8);
    border-radius: 5px;
}

.text-part h2 {
    color: #ffffff;
    font-size: 117px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    font-family: 'TheConstellationofHeracles', serif;
    font-weight: 100;
}

.text02 {
    font-weight: 700;
}

.need-doc {
    margin-top: -73px;
    z-index: 99;
    position: relative;
    text-align: center;
}

.medical {
    margin-top: 95px;
}

.med-title p {
    text-align: center;
    font-size: 37px;
    color: #45A29F;
    width: 85%;
    margin: auto;
    font-weight: bold;
}

.team {
    background-image:linear-gradient(to bottom, rgba(69, 162, 159, 0.7) 0%,rgba(25,52,65,0.7) 100%), url(../img/sfond4.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;

}

.medical a {
    text-decoration: none;
    font-size: 14px;
    color:#45A29F;
    font-weight: bold;
}

.med-text {
    margin-top: 20px;
}

.med-text p {
    font-size: 20px;
    font-weight: 400;
    color: #808080;
    width: 80%;
    text-align: justify;
    margin: 0 auto;
}

.medical-icon {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
}

.medical-icon .icon-med {
    display: inline-block;
    width: 33%;
}

.icon-med i {
    color:#45A29F;
    cursor: pointer;
    margin-left: -25px;
}

 .icon-med i:hover {
    color:#2D5F5D;
}

.icon-med h1 {
    font-weight: bold;
    font-size: 19px;
    margin-top:5px;
}

.icon-med p {
    color: #333333;
    margin-top:5px;
}

.team {
    margin-top :50px;
    text-align: center;
    color:#fff;
    padding-bottom: 20px;
}

.team-header {
    text-align: center;
    font-size: 37px;
    font-weight: 300;
    width: 100%;
    display: inline-block;
}

.team .member {
    display: inline-block;
    width: 23%;
    margin: 0 25px;
}

.member-img {
    margin-top :80px;
}

.member-info a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.doctor .team {
    background: #fff;
    color:#000
}

.doctor .team .member-info a {
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

.member-info p {
    color:#fff;
}
.member-info {
    padding:15px 0 15px 0;
}

.member-social a {
    padding:7px;
    color: #fff;
}

.member-social a:hover {
    padding:7px;
    color: #2D5F5D;
}

.member-social .a2 {
    border: 2px solid;
    padding: 8px 9px 8px 9px;
    border-radius: 50%;
    font-size: 19px;
}

.member-social .a1 {
    border: 2px solid;
    padding: 8px 13px 8px 12px;;
    border-radius: 50%;
    font-size: 19px;
}

.services {
    margin-top:50px;
}

.info {
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
    display: table;
}

.services1 .info {
    display: inline-block;
    width: 47%;
}

.info .image {
    width: 197px;
    height: 197px;
    float: left;
    display: block;
}

.image img {
    max-width: 100%;
}

.title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}
.disc {
    font-size: 13px;
    margin-bottom: 20px;
}

.text-services {
    display: block;
    vertical-align: top;
    text-align: left;
    padding: 20px 20px 0 220px;
}

.info2{
    margin-left:30px;
}

.services1 {
    margin-top:30px;
}

footer {
    padding: 10px 50px;
    background-color: #45A29F;
    text-align: center;
    color: #fff;
}

.sub-footer {
    background-color: #333333;
    color:#fff;
}

.data ul {
    padding: 0 0 0 0;
}

.data ul li {
    list-style: none;
    padding:7px 0 7px 0;
    font-size: 15px;
}

.data ul li i {
    padding: 6px;
}

.data ul li a {
    color:#fff;
    text-decoration: none;
}

.data ul li a:hover {
    color:#fff;
    text-decoration:underline;
}

.data h2 {
    font-size: 22px;
    padding: 20px 0 20px 0;
}

.social a {
    height: 30px;
    width: 30px;
    display: block;
    border: 2px solid;
    border-radius: 50%;
    text-align: center;
}

.sub-footer .data {
    display: inline-block;
    width:33%;
    text-align: left;
}

.social li {
    display: inline-block;
}

.social a:hover {
    background-color:#fff;
    color:#45A29F !important;
}

.data2 ul  {
    margin-left: 50px;
}

.data2 h2  {
    margin-left: 50px;
}

.data h2 {
    font-weight: bold;
}

.about-us {
    margin-top: 140px;
}

strong {
    font-weight: bold;
}

.about-us .med-text p {
    font-size: 19px;
    font-weight: 400;
    color: #808080;
    width: 80%;
    text-align: justify;
    margin: 0 auto;
    padding-top: 20px;
}

.about-us .last-p {
    padding-bottom:20px;
}

.doctor .team {
    margin-top: 140px;
    text-align: center;
    padding-bottom:20px;
}

.dentist .dr1 {
    margin-top:140px;
}

.dr1 h2 {
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: 600;
    color: #353535;
    text-decoration: none;
    padding-left:10px;
}

.dr1 p {
    padding:0 10px 40px 10px;
    font-size: 17px;
    font-weight: 400;
    color: #808080;
    text-align: justify;
}

.all-services .services {
    margin-top:140px;
}

.turizmi-dent {
    margin-top: 60px;
}

.more {
    background-color: #45A29F;
    margin-top: 20px;
}

.more:hover {
    background-color: #326563;
    margin-top: 20px;
}

.more a {
    color:#fff !important;
    display: block;
    padding: 10px 0 10px 17px;
    text-decoration: none;
}

.td-buton {
    width: 110px;
    margin: 0 auto;
}

.services .more {
    background-color: #45A29F;
    margin-top: 20px;
    margin-bottom: 30px;
}

.services .more:hover {
    background-color: #326563;
    margin-top: 20px;
    margin-bottom: 30px;
}

.kontakt {
    margin-top: 140px;
    padding-bottom:30px;
}

.turizmi-dent a {
    text-decoration: none;
    font-size: 14px;
    color: #45A29F;
    font-weight: bold;
}

.hold {
    width:48%;
    display: inline-block;

}

.hold input {
    display: block;
    height: auto;
    background-color: rgba(126, 141, 148, 0.57);
    border: transparent;
    border-radius: 0;
    color: #fff;
    padding: 20px;
    margin-bottom: 25px;
    width: 100%;
}

.kontakt textarea {
    display: block;
    background-color: rgba(126, 141, 148, 0.57);
    border: transparent;
    border-radius: 0;
    color: #fff;
    padding: 20px;
    margin-bottom: 25px;
    width: 100%;
    height: 236px;
}

.kontakt::-webkit-input-placeholder {
    color: #fff;
}

.kontakt:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}

.kontakt::-moz-placeholder {  /* Firefox 19+ */
    color: #fff;
}

.kontakt:-ms-input-placeholder {
    color: #fff;
}

.kontakt .med-title {
    padding-top:20px;
    padding-bottom: 50px;;
}

.hold-map {
    display: inline-block;
    width: 48%;
    float: right;
}

.form {
    padding-right: 50px;
}

iframe {
    width: 100%;
    height: 438px;
}

.kontakt button {
    background: rgba(126, 141, 148, 0.57);
    float: right;
    margin-right: 10px;
    padding:5px 10px 5px 10px;
    cursor: pointer;
    margin-bottom:15px;
}

.full-turizmi {
    margin-top:140px;
    padding-bottom: 30px;
}

.about-td {
    display: inline-block;
    width:24%;
    text-align: center;
}

.four {
    margin-top: 20px;
    margin-bottom: 40px;
}

.four h2 {
    font-size: 25px;
    padding: 10px;
}

.dr1 img {
    max-width: 100%;
}

.map-location iframe {
    width: 100%;
    height: 435px;
}

.social {
    float: right;
    margin-top: -27px;
    margin-right: 40px;
}

.header .social li a {
    color: #fff;
    text-decoration: none;
    padding: 0px;
    display: block;
    margin-right: 0px;
}

.header .social li a i {
    padding: 6px;
    font-size: 19px;
}

.selectlang {
    float: right;
    margin-top: -20px;
    margin-right: 10px;
}

.services a {
    color:#000;
    text-decoration: none;
}

.services .color {
    color:blue;
    text-decoration: underline;
}

.main-gallery {
    background: #fff;
    box-shadow: none;
    border-top: transparent;
}

.gallery-cell {
    width: 100%;
}

.testimonial {
    text-align: center;
    max-width: 850px;
    margin: 100px auto 130px auto;
    padding: 0 20px;
}

.testimonial-avatar {
    width: 100px;
    border-radius: 50%;
}

.testimonial-quote {
    display: block;
    font-size: 24px;
    font-weight: 300;
    padding: 10px 0;
}

.testimonial-author {
    display: block;
    font-weight: 800;
    color: #45A29F;
    font-size: 20px;
}

.flickity-viewport {
    height: 215px !important;
}

.main-gallery {
    margin-top: -34px;
}

.flickity-page-dots {
    bottom: 25px;
}

.flickity-page-dots .dot.is-selected {
    background: #45A29F;
}


.member-img:hover {
    zoom: 0.9;
    transform: rotate(-2deg);
    -webkit-transition: -webkit-transform .1s ease-in-out;
    -ms-transition: -ms-transform .1s ease-in-out;
    transition: transform .1s ease-in-out;
}
::-webkit-scrollbar {
    width: 13px;
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: rgba(69, 162, 159, 0.8);
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
}


::-webkit-scrollbar-track {
    background: transparent;
}

.four .about-td p {
    color: #808080;
}

bold {
    font-weight: bold;
}

.gallery {
    display: none;
}

.aprovo {
    padding-top:20px;
}

.aprovo a {
    text-decoration: none;
}

.jq {
    text-align: center;
    padding-top: 30px;
}

.jq button {
    padding:5px;
    background: #fff;
    cursor:pointer;
}

/* CSS TABS*/

.ui-tabs.ui-tabs-vertical {
    padding: 0;
    width: 42em;
}
.ui-tabs.ui-tabs-vertical .ui-widget-header {
    border: none;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav {
    float: left;
    width: 10em;
    background: #CCC;
    border-radius: 4px 0 0 4px;
    border-right: 1px solid gray;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li {
    clear: left;
    width: 100%;
    margin: 0.2em 0;
    border: 1px solid gray;
    border-width: 1px 0 1px 1px;
    border-radius: 4px 0 0 4px;
    overflow: hidden;
    position: relative;
    right: -2px;
    z-index: 2;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li a {
    display: block;
    width: 100%;
    padding: 0.6em 1em;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li a:hover {
    cursor: pointer;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: 0.2em;
    padding-bottom: 0;
    border-right: 1px solid white;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li:last-child {
    margin-bottom: 10px;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-panel {
    float: left;
    width: 28em;
    border-left: 1px solid gray;
    border-radius: 0;
    position: relative;
    left: -1px;
}

.name h4 {
    font-size: 26px;
}

.input .leave {
    float: right;
    background: #fff;
    padding: 10px;
    cursor: pointer;
    margin-right: 100px;
}

.right::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.8) !important;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
}

#owl-demo-services .item{
    margin: 20px;
    text-align: center;
    cursor: pointer;
}
#owl-demo-services .item img{
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover;
}

#owl-demo-services .item h3 {
    padding: 10px;
    font-weight: bold;
    color: #45A29F;
    font-size: 17px;
}


.location {
    width: 40% !important;
}

.open-time {
    width: 25% !important;
    vertical-align: top;
}

.dr-name {
    margin-left: 27px;
}

.section-text {
    width:65%;
    display: inline-block;
    vertical-align: top;
    margin-top: 40px;
}

.section-img {
    width: 30%;
    display: inline-block;
}

.section-right {
    margin-left: 25px;
}

.section-right img {
    margin: 0 0 0 60px;
}

.section-left {
    margin-right: 25px;
}

.services section {
    padding: 40px 0;
}

@keyframes slidy {
    0% {
        left: 0%;
    }
    20% {
        left: 0%;
    }
    25% {
        left: -100%;
    }
    45% {
        left: -100%;
    }
    50% {
        left: -200%;
    }
    70% {
        left: -200%;
    }
    75% {
        left: -300%;
    }
    95% {
        left: -300%;
    }
    100% {
        left: -400%;
    }
}

div.captioned-gallery {
    width: 100%;
    overflow: hidden;
    height: 250px;
}

figure.slider {
    position: relative;
    width: 500%;
    font-size: 0;
    animation: 30s slidy infinite;
}

figure.slider figure {
    width: 20%;
    height: 250px;
    display: inline-block;
    position: inherit;
}

figure.slider img {
    width: 100%;
    height: 250px;
}

figure.slider figure figcaption {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    width: 100%;
    font-size: 2rem;
    padding: .6rem;
}

.doctor-text {
    display: inline-block;
    width:65%;
}

.doctor-img {
    display: inline-block;
    width:30%;
}

.doctor-text p {
    text-align: justify;
}

.team section {
    padding:20px 0 20px 0;
}

.full-turizmi li {
    font-size: 20px;
    font-weight: 400;
    color: #808080;
    width: 70%;
    text-align: justify;
    margin: 0 auto;
}

.full-turizmi h3 {
    font-size: 20px;
    font-weight: 400;
    color: #808080;
    width: 80%;
    text-align: justify;
    margin: 0 auto;
}

.full-turizmi .med-text p {
    font-size: 20px;
    font-weight: 400;
    color: #808080;
    width: 80%;
    text-align: justify;
    margin: 0 auto;
    padding: 20px 0 20px 0;
}

#owl-demo-review .item{
    margin: 3px;
    text-align: center;
}


#owl-demo-review .item p {
    width: 70%;
    margin: 0 auto;
}

.review-carousel {
    margin-top: 100px;
    margin-bottom:20px;
}

#owl-demo-services .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #45A29F;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
}

#owl-demo-review .item p {
    word-wrap: break-word;
}

#owl-demo-review .item h3 {
    font-weight: bold;
    font-size: 20px;
    text-decoration: underline;
}

#owl-demo-review {
    margin-bottom: 25px;
}

#myBtn {
    background: #45A29F;
    color: #fff;
    padding: 10px;
    border: 1px solid;
    cursor: pointer;
}

.modal-button {
    text-align: center;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.modal-body {padding: 2px 16px; background-color: #45A29F;}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.gallimages {
    list-style: none;
    text-align: justify;
    margin-top: 50px;
}

.gallimages li {
    display: inline-block;
    width: 23%;
    position: relative;
    padding: 7px;
}

.gallimages li img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    cursor: pointer;
}

#langselecter {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 15px;
    outline: 0;
}

#langselecter option {
    color:#000;
}

.pop {
    display: none;
    position: absolute;
    right: 250px;
    background: #fff;
    padding: 10px 20px;
    top: 10px;
}

.gallimages1 li img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid #fff;
}

.gallimages1 li {
    display: inline-block;
    width: 30%;
    position: relative;
    padding: 7px;
}
.gallimages1 {
    list-style: none;
    text-align: justify;
    margin-top: 50px;
}

.myblog {
    display: inline-block;
    width:30%;
    margin:15px;
    border: 1px solid #e2e2e2;
    cursor: pointer
}

.myblog img {
    width:100%;
    height: 250px;
    object-fit: cover;
}
.myblog .blog-title {
    font-size: 22px;
    font-weight: bold;
    word-break: break-all;
    padding: 11px;
}



.language-wrap {
  position: relative;
  width: 30px;
  height: 30px;
}

.language {
  position: absolute;
  top: -5px;
  left: -30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  border: 1px solid transparent;
  overflow: hidden;
}
.language.is-open {
  height: auto;
  border-color: #228ae5;
}
.language.is-open .language__el {
  border-bottom: 1px solid #dcdee0;
}
.language.is-open .language__el:hover {
  border-bottom-color: #228ae5;
}
.language.is-open .language__el:last-child {
  border-bottom: none;
}
.language__el {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
    margin: 3px;
  background-color: white;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.language__el:hover {
  background-color: #228ae5;
}
.language__el.is-active {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.language__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.language__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    width:35px
}

div.tab {
    overflow: hidden;
    background-color: #ffffff;
    text-align: center
}

/* Style the buttons inside the tab */
div.tab button {
    background-color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
div.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
div.tab button.active {
    background-color: #6ab5b2;
    color:#fff
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
}

.fullblog {
    position: fixed;
    width: 100%;
    background: #fff;
    top: 80px;
    height: 100vh;
    overflow: auto;
    z-index: 999;
    display: none;
}

.fullblogimg {
    text-align: center
}

.fullblogimg img {
    width: 90%;
    height: 500px;
    object-fit: cover;
    margin: 0 auto;
    margin-top: 20px;
}

#closefullblog {
    right: 5px;
    margin-top: 6px;
    margin-right: 5px;
    font-size: 22px;
    cursor: pointer;
    position: absolute;
}

.fullblogtitle {
    width: 90%;
    margin: 0 auto;
    font-size: 30px;
    font-weight: bold;
    word-break: break-all;
}

.fullblogbody {
    width: 90%;
    margin: 0 auto;
    font-size: 17px;
    margin-top: 10px;
    padding-bottom: 90px;
    word-break: break-all;
}

#dr-1 .doctor-text {
    vertical-align: top;
    margin-top:80px
}

#dr-2 .doctor-text {
    vertical-align: top;
    margin-top:100px;
}
#dr-3 .doctor-text {
    vertical-align: top;
    margin-top:50px;
}
.section-img img {
    width:250px;
    height:250px;
    object-fit: cover
}
.somestyle {
    height: 600px !important; 
    object-fit: cover
}

.team .member img {
    height: 300px;
    width: 250px;
    object-fit: cover;
}
