/*new css*/
/*reviews*/

.reviews_container .swiper-button-next, .reviews_container .swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #2bbebb;
}

.reviews_container .swiper-button-next:after, .reviews_container .swiper-rtl .swiper-button-prev:after,.reviews_container .swiper-button-prev:after,.reviews_container .swiper-rtl .swiper-button-next:after {
    font-size: 14px;
}
.testimonial-container {
  max-width: 800px;
  margin: 40px auto;
  padding: 0 20px;
  text-align: center;
}

.testimonial-text {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 30px;
}

/* Секция с фото и именем */
.author-block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.author-photo {
  /* Задаём размер фотографии */
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #ccc;
 object-fit: cover;
  flex-shrink: 0;
}

.author-info {
  text-align: left;
}

.author-name {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 5px;
}

.author-position {
  font-size: 0.9rem;
  color: #555555;
}

/* slider */
#slider{
    height: 100vh ;
    padding: 0!important;
}
#slider .slider-swiper{
    height:100%;
    overflow:hidden
}
#slider .swiper-slide img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}


.bullet-inner {
    border: 3px solid rgb(255, 255, 255);
    background-color: transparent;
    opacity: 1;
    width: 0;
    height: 0;
    transition:border-width 0.15s ease 0s, border-color 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    will-change: border-width, border-color;
    vertical-align: middle;
    border-radius:50%;
    display:inline-block;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color:transparent
}
.swiper-pagination-bullet {
    width: 26px;
    height: 16px;
    background: transparent;
    opacity: 1;
    margin:0 !important
}
.swiper-pagination-bullet.swiper-pagination-bullet-active .bullet-inner{
    border: 8px solid rgb(255, 255, 255)
}
.slider-arrow-down{
    position: absolute;
    z-index: 5;
    bottom: 25px;
    left: 50%;
    padding: 5px 16px;
    transform: translateX(-50%);
    cursor: pointer;
}
.slider-arrow-down svg{
    width: 51px;
    height: 28px;
    fill: rgb(255, 255, 255);
    position: relative;
    transform: rotate(180deg);
    animation: 2s ease 0s infinite normal none running arrownDown;
}
@keyframes arrownDown{
    0%, 20%, 50%, 80%, 100% {
        transform: rotate(
    180deg) translateY(0px);
    }
    40% {
        transform: rotate(
    180deg) translateY(-30px);
    }
    60% {
        transform: rotate(
    180deg) translateY(-15px);
    }
}

.swiper-text-container{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
}
.swiper-text {
    position: absolute;
    top: 58%;
    transform: translateY(-50%);
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    color: #2bbebb;
}

.swiper-text-container a {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: bold;
    width: auto;
    padding: 11px 57px;
    text-align: center;
    vertical-align: middle;
    color: rgb(255, 255, 255);
    border: #f47424;
    border-radius: 24px;
    outline: none;
    background: #f47424;
    box-shadow: #2bbebb3d 0px 4px 8px;
    display:inline-block;
    z-index: 4;
    transition:.5s all ease
}
.main-swiper-pagination-box {
    position: relative;
}
.swiper-text a:hover {
    color: rgb(255, 255, 255);
    border-color: rgb(52, 134, 28);
    background: rgb(52, 134, 28);
}
.swiper-text h3{
    font-size: 90px;
    color: rgb(255, 255, 255);
    text-shadow: 2px 2px 4px rgb(0 0 0 / 92%);
    letter-spacing: 0px;
    font-weight: bold;
    text-transform: uppercase;
}
.slider-descr{
    font-size: .9rem;
    letter-spacing: 0px;
    color:white;
    margin-top: 15px;
}
.slider-video {
    top: 0; left: 0; position: absolute; width: 100%; height: 100%; object-fit: cover; display: block;
}
#slider .overlay-slide {
    position: absolute;
    /*background: #0aa596ab;*/
    width: 100%;
    left: 0;
    right: 0;
    height: 100%;
    top: 0;
    z-index: 2;
}
/*new header*/
.container-navbar {
    padding: 0 40px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items:center;
    width: 100%;
}
.navbar{
    position: fixed;
    top: 0;
    z-index: 9;
    width: 100%;
    padding: 25px 0;
}
.navbar.head-active{
    padding:10px 0;
}
.nav-link{
    color:white;
    line-height: 1.21em;
    font-weight: 500;
    transition: all .3s cubic-bezier(.3,.1,.3,1);
    font-size: 15px;
    padding: 30px 0 !important;
    display: flex;
    align-items: center;
    cursor: pointer;
}
@media only screen and (max-width:1100px){
    .nav-link{
    font-size: 10px;
}
}
.nav-link.drop-link:after {
   
    content: '';
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: .5s transform ease;
    margin-left: 8px;
    margin-bottom: 0;
}
.nav-item:last-of-type{
    margin-right:0
}
.nav-item{
    margin-right: 20px;
}
.nav-link:hover{
    opacity: .8;
    color:white
}
nav.head-active .nav-link,nav.head-active .language{
    color: rgb(72, 82, 104);
}
nav.head-active .nav-link.drop-link:after{
    border-color: rgb(72, 82, 104);
}
nav.head-active .analiz {
    background-color: #3189ce;
    color: white;
    text-align:center;
}
nav.head-active .analiz:hover{
    background-color: #2772ad;
}
nav::before {
    position: absolute;
    inset: 0px;
    box-shadow: rgb(0 0 0 / 5%) 0px 20px 40px 0px;
    z-index: -1;
    content: "";
    pointer-events: none;
    background-color: var(--cover-bg-color,#ffffff);
    transform: translateY(-100%);
    transition: transform 0.35s cubic-bezier(0.3, 0.1, 0.3, 1) 0s, background-color 0.35s cubic-bezier(0.3, 0.1, 0.3, 1) 0s;
}
nav.head-active::before {
    transform: translateY(0px);
}
.dropdown{list-style:none;}
.nav-item .dropdown,.language .dropdown,.footer-language .dropdown{
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    position: absolute;
    padding: 1.5rem;
    background-color: #fff;
    border-radius: 1rem;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
    transition: opacity .3s cubic-bezier(.3,.1,.3,1),visibility 0s .3s,-webkit-transform .3s cubic-bezier(.3,.1,.3,1);
    transition: transform .3s cubic-bezier(.3,.1,.3,1),opacity .3s cubic-bezier(.3,.1,.3,1),visibility 0s .3s;
    transition: transform .3s cubic-bezier(.3,.1,.3,1),opacity .3s cubic-bezier(.3,.1,.3,1),visibility 0s .3s,-webkit-transform .3s cubic-bezier(.3,.1,.3,1),-moz-transform .3s cubic-bezier(.3,.1,.3,1);
}

.nav-item:hover .dropdown li:nth-of-type(2),.language:hover .dropdown li:nth-of-type(2),.footer-language:hover .dropdown li:nth-of-type(2){
    transition-delay: .05s;
}
.nav-item:hover .dropdown li:nth-of-type(3),.language:hover .dropdown li:nth-of-type(3),.footer-language:hover .dropdown li:nth-of-type(3){
    transition-delay: .1s;
}
.nav-item:hover .dropdown li:nth-of-type(4),.language:hover .dropdown li:nth-of-type(4),.footer-language:hover .dropdown li:nth-of-type(4){
    transition-delay: .15s;
}
.nav-item:hover .dropdown li:nth-of-type(5),.language:hover .dropdown li:nth-of-type(5),.footer-language:hover .dropdown li:nth-of-type(5){
    transition-delay: .2s;
}
.nav-item:hover .dropdown li:nth-of-type(6),.language:hover .dropdown li:nth-of-type(6),.footer-language:hover .dropdown li:nth-of-type(6){
    transition-delay: .25s;
}
.nav-item:hover .dropdown li:nth-of-type(7),.language:hover .dropdown li:nth-of-type(7),.footer-language:hover .dropdown li:nth-of-type(7){
    transition-delay: .3s;
}
.dropdown li{
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
    margin-bottom: 0.5rem;
}
.dropdown li:last-of-type{
    margin-bottom: 0;
}
.nav-item:hover .dropdown li,.language:hover .dropdown li,.footer-language:hover .dropdown li{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    transition: opacity .6s cubic-bezier(.75,0,.25,1),color .3s cubic-bezier(.3,.1,.3,1),background-color .3s cubic-bezier(.3,.1,.3,1),-webkit-transform .6s cubic-bezier(.75,0,.25,1);
    transition: transform .6s cubic-bezier(.75,0,.25,1),opacity .6s cubic-bezier(.75,0,.25,1),color .3s cubic-bezier(.3,.1,.3,1),background-color .3s cubic-bezier(.3,.1,.3,1);
    transition: transform .6s cubic-bezier(.75,0,.25,1),opacity .6s cubic-bezier(.75,0,.25,1),color .3s cubic-bezier(.3,.1,.3,1),background-color .3s cubic-bezier(.3,.1,.3,1),-webkit-transform .6s cubic-bezier(.75,0,.25,1),-moz-transform .6s cubic-bezier(.75,0,.25,1);
}
.navbar-brand {
    margin-right: 40px;
    padding:0
}

.navbar .navbar-collapse {
    flex-grow:inherit;
}
.dropdown li a{
    font-weight: 400;
    font-size: .875rem;
    line-height: 32px;
    color: #717888;
    padding: 0.25rem;
    transition:.5s all ease
}
.dropdown li a:hover{
    color:#333a4a
}

.nav-item:hover .dropdown,.language:hover .dropdown,.footer-language:hover .dropdown{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 0s;
    color: #333a4a;
}
.nav-link:hover:after {
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
}



.ilkmenu {
    background:#f7f7f7;
    padding: 10px 15px;
}

.hefteici {
    font-size: 12px;
    line-height:16px;
}

.wpicon {
    width: 22px;
    margin-left: 8px;
    margin-top: -5px;
}
.wpp {
    text-decoration:none;
    color: #4a4a4a;
    transition: 0.2s;
}
.wpp:hover {
    opacity:0.6;
    color:#4a4a4a;
}

.qiz {
    width:100px;
    height:100px;
}
.daire {
    height: 70px;
    width: 70px;
    background: #ffb200;
    position: absolute;
    border-radius: 50%;
}
.qiz {
    width: 70px;
    height: 70px;
    position: relative;
    border-radius: 50%;
}
.loqo{
    height:48px;
}
li.nav-item {
    padding: 17px 2px;
}
li.nav-item:first-child {
    padding-left: 0;
}
li.nav-item:last-child {
    padding-right: 0;
}
.slayd{
    background-color: turquoise;
    padding-top: 100px;
}

.xidmet {
    background: #f6f6f6;
    padding: 16px;
    border-radius: 10px;
    width: 175px;
    margin: 5px;
}

.xidmet img {
    margin-bottom:20px;
    width:60px;
}
.xidmet h5 {
    font-size: 17px;
    margin-bottom:0px;
}


.team_box {
}
.team_box a {
    color: #555555;
}

.team_box:hover a {
    color: #ed6953;
}
.team_box:hover .img_wrapper img {
    height: 270px;
}
.team_box .img_wrapper {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    height: 230px;
    width: 230px;
    background: #f8f8f8;
    margin: 0 auto;
    position: relative;
}

.team_box .img_wrapper img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    -webkit-border-bottom-left-radiuss: 50%;
    -moz-border-bottom-left-radius: 50%;
    -o-border-bottom-left-radius: 50%;
    border-bottom-left-radius: 50%;
    -webkit-border-bottom-right-radiuss: 50%;
    -moz-border-bottom-right-radius: 50%;
    -o-border-bottom-right-radius: 50%;
    border-bottom-right-radius: 50%;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    position: absolute;
    bottom: 0;
    object-position: top;
}
.team_box .title_wrapper {
    text-align: center;
    padding: 20px 0 0;
}
.team_box .title_wrapper h6 {
    text-transform: capitalize;
    font-size: 20px;
    margin-bottom: 0;
    line-height: 1.8;
}
.team_box .title_wrapper p {
    color: rgb(57, 51, 48, .7);
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 1.4;
}




.hamisinabax {
    color: #555555;
    border-bottom: 1px solid;
}

.hamisinabax:hover {
    color: #555555;
    opacity:0.6;
}



.checkup {
    background: red;
    border-radius: 15px;
    overflow: hidden;
    height:320px;
    display:flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.checkup:after{
    content: "";
    display: block;
    background: red;
    height: 315px;
}

.checkup-back{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    border-radius: 15px;
    margin: 0 15px;
}

.checkup-melumatlar{
    padding:30px;
    z-index: 1;
    position: absolute;
    right: 15px;
    left: 15px;
}
.checkup-back img{
    width:100%;
    height: 100%;
    object-fit: cover;
}
.checkup-overlay {
    width: 100%;
    height: 320px;
    background: #ffb202a1;
    z-index: 1;
}
.checkup-basliq {
    font-weight: 600;
    font-size: 20px;
}

.checkup-desc {
    font-size: 14px;
}

.checkup-duyme {
    background: #ffffff;
    border-radius: 30px;
    padding: 12px 60px;
    display: inline-block;
    cursor: pointer;
}
.checkup a{
    color: #555555;
    transition:0.2s;
}
.checkup a:hover{
    color: #555555;
    opacity:0.8;
}


.sosial{
    background: #fbfbfb;
}

.sosial .card{
    position: relative;
    height: 140px;
    background: transparent;
    border: none;
    overflow: hidden;
    border-radius: 4px;
    transition: 0.2s ease-in-out;
    text-align:center;
}
.sosial .card:hover img {
        transform: translateY(2px);
}
.sosial .card img{
    width: 60px;
    margin-bottom:30px;
    transition:0.2s;
}

.sosial .card .text{
    position: absolute;
    z-index: 2;
    color: black;
    word-wrap: break-word;
    width: 100%;
    /*padding: 0px 30px;*/
    transition: 0.2s ease-in-out;
}
.sosial .card .text h6 {
    font-size: 17px;
    text-transform: uppercase;
}   
.sosial .card .text p {
    font-size: 13px;
    color: #00000094;
}





.pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.pagination span, 
.pagination a{
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #f0f1f3;
    margin: 0 4px;
    border-radius: 2px;
    color: black;
    transition: 0.2s;
}

.pagination a:hover{
    background: #fee433;
}

.pagination>span{
    background: #f2f3f5;
}

.pagination .nav-icons a,
.pagination .nav-icons span{
    color: #adadad;
}

.pagination .nav-icons a:hover{
    background: #f2f3f5;
}




.sosialmedia img {
    width: 40px;
    background: #cccccc;
    padding: 3px;
    border-radius: 12px;
    transition:0.2s;
}
.sosialmedia a {
    margin: 6px;
}
.sosialmedia a img:hover {
    transform: translateY(-5px);
}
.call-to-action{
}
.call-to-action .resp-svg {
    display: none;
    width: 25px;
    margin: auto;
}
.call-to-action .icon {
    width: 45px;
    margin-left: -82px;
    margin-right: 30px;
}
.call-to-action a {
    padding: 22px 60px;
    background: #01ac6a;
    font-size: 16px;
    color: white;
    border-radius: 100px;
    transition: 0.3s ease;
    display: inline-block;
    width: max-content;
    margin: auto;
    margin-top: 10px;
}
.call-to-action a:hover {
    background: #007548;
}


.m0 {
    margin-left:0px;
    margin-right:0px;
}





.hekimfull:before {
    content: "";
    background: #2cbebb;
    width: 50%;
    height: 100px;
    transform: rotate(-25deg);
    display: block;
    opacity: 0.3;
    position: absolute;
    left: 0;
    right: 0;
    top: 170px;
    margin: 0 auto;
    z-index: -1;
}

.hekimfull img {
    object-fit: contain !important;
}

.hekimshort {
    text-align: center;
    margin-bottom: 40px;
}

.hekimshort img {
    object-fit: contain !important;
}

.hekimshort:before {
    content: "";
    background: #2cbebb;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    display: block;
    opacity: 0.1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    z-index: -1;
}






.destekleyen img {
    width: 200px !important;
    object-fit: contain !important;
    display: inline-block !important;
    height: 200px !important;
    border: 2px solid #e2e2e2 !important;
    margin: 10px !important;
    padding: 10px !important;
}
.destekleyen {
    text-align:center;
}

.bayraq {
    width:40px;
}
.ucloqo img {
    max-height: 65px;
    max-width:100%;
    margin-right: 25px;
}

.mobile-menu .dropdown-item {
    padding: 2px 20px;
    color: #ffffff;
    background:none;
}
.mobile-menu .dropdown-item:hover{
    color: #a0a0a0;
}


img.noo {
    width: 100% !important;
    object-fit: cover !important;
    height: auto !important;
    padding: 0 !important;
    border: none !important;
}

table {
    width:100%;
}
td {
    border: 0px solid #eeeeee;
    padding: 10px;
}
tr:nth-child(1) td:nth-child(1) {
    width: 280px;
}


.highslide-controls {
    width: 195px;
    height: 40px;
    background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) 0 -90px no-repeat;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
    height: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
    background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) right -90px no-repeat;
}
.highslide-controls li {
    float: left;
    padding: 5px 0;
}
.highslide-controls a {
    background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif);
    display: block;
    float: left;
    height: 30px;
    width: 30px;
    outline: none;
}
.highslide-controls a.disabled {
    cursor: default;
}
.highslide-controls a span {
    /* hide the text for these graphic buttons */
    display: none;
}
 
/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
    background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
    background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
    background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
    background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
    background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
    background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
    background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
    background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
    background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
    background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
    background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
    background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
    background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
    background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
    background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
    background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
    background-position: -180px -30px;
}
a ,  a:hover{
    text-decoration: none;
}

body{
        font-family: 'Averta', sans-serif;

}

html {
      scroll-behavior: smooth;
}


b, strong {
    font-weight: 600 !important;
}



.selected {
    cursor: pointer;
    user-select: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e");
    background-size: 13px 16px;
    background-position: 95% 50%;
    background-repeat: no-repeat;
    appearance: none;


}
label {
    margin: 22px 10px 0px 10px;
}

.selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent;
}
.static-page {
    margin-top: 50px;
    overflow:hidden;
}
.static-content input[type=number], .static-content input[type=tel], .static-content textarea, .static-content input[type=file], .static-content input[type=text], select {
    border: none;
    padding: 15px 40px;
    background-color: #f5f7f4;
    border-radius: 50px;
    margin-top: 10px;
    width: 100%;
}
.z-3 {
   z-index: 3; 
}
.static-content input[type=submit] {
    display: block;
    margin-top: 20px;
    width: 100%;
    border: none;
    padding: 15px 40px;
    background: #ffb202;
    color: #fff;
    border-radius: 50px;
    transition: .3s;
}
.calc-checkbox input, .checks input[type=checkbox], .checks input[type=radio], .static-content input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: relative;
    background-color: #f1f1f1;
    color: #666;
    top: 8px;
    height: 25px;
    width: 25px;
    border: 0;
    cursor: pointer;
    margin-right: 7px;
    outline: 0;
}
.calc-checkbox input:checked, .checks input[type=checkbox]:checked, .checks input[type=radio]:checked, .static-content input[type=checkbox]:checked {
    background-color: #92b33a;
    color: #fff;
}
.calc-checkbox input:checked::before, .checks input[type=checkbox]:checked::before, .checks input[type=radio]:checked::before, .static-content input[type=checkbox]:checked::before {
    position: absolute;
    left: 7px;
    top: 4px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 13px;
    content: "\f00c";
}
.static-content input[type=submit]:hover {
    background: #26a206;
}

.full-content img:first-of-type,.ph-error,.static-content img:first-of-type{
    display:none
}
.phone-validation.valid-error .ph-error{
    color:red;
    display:block;
    font-size:13px;
    margin-top:10px
}


.dropdown-item {
    padding: 10px 20px;
}
.dropdown-menu {
    border:none;
}

.sosial .text h5{
    color: #6b21be;
}

.nazik {
    font-weight: 100;
}

.size16 {
    font-size:16px !important;
}

.solgun {
    opacity: 0.5;
    font-size:16px !important;
}

img.fr-dib {
    margin:auto !important;
}
.highslide img {
    width:100%;
    object-fit: cover;
    height: 100%;
}
a.highslide {
width: 266px;
    height: 320px;
    overflow: hidden;
    margin-right: 10px;
    border-radius: 12px;
    display: inline-block;
}


img.yum {
    width: 100%;
    object-fit: cover;
    max-height: 300px;
    border-radius: 12px;
}
.yum img{
    width: 100%;
    object-fit: cover;
    max-height: 400px;
    border-radius: 12px;
}

.cta {
    background: #facc33;
    padding: 50px;
    border-radius: 14px;
    color: #1c1c1c;
    margin:0;
}

.muraciet.ag {
    background: white !important;
}
.muraciet.ag a {
    color: black;
}


.vebdeyox {
    display:none;
}

.muraciet {
    background: #ffb200;
    border-radius: 5px;
    display: inline-block;
    box-shadow: 0px 0px 30px 0px #00000038;
}

.muraciet a{
    color:white;
    display:block;
    text-decoration:none;
    padding: 13px 34px;
}
.muraciet:hover {
    opacity:0.8;
}








/*Navbar styles*/
/*#headLine {
    width: 100%;
    height: 7px;
    position: absolute;
    background-color: #c1a138;
    display: block;
    z-index: 999999;
}*/
.block{
    display:block !important;
}
.navbar{
    padding: 0 !important;
}
.navbar-brand .veka{
    width: 100px;
    transition: 0.s ease-in-out;
}

#nav-menu {
    position: absolute;
    z-index: 999;
    margin: 0 auto;
    width: 100%;
   background: white;
   transition: 0.2s ease-in-out;
}


.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
}
.dropdown-toggle::after {
    margin-left:0;
}

#nav-menu .nav-link{
    padding: 0px;
    color: #424242;
    cursor: pointer;
    font-weight: 600;
    transition: 100ms all ease;
    font-size: 15px;
}#nav-menu a.nav-link:hover{
    opacity:0.5;
}
.nav-link.drop-link {
    color: #fff!important;
}

.head-active .nav-link.drop-link {
    color: #000!important;
}
#nav-menu .nav-link span:after{
    position: relative;
    width: 5px;
    height: 5px;
    border-radius:50%;
    display: block;
    background-color: white;
    margin:0 auto;
    transform:translateY(5px);
    opacity: 1;
    transition: 200ms all ease;
}
#nav-menu .nav-link span:hover:after ,#nav-menu .nav-link:hover span:after{
    opacity: 0;
    transform:translateY(-5px);
    display: none;
}
.social {
    padding: 5px 13px;
    background-color: transparent;
    border: 1px solid #7cb3ce;
    border-radius: 35px;
    display: inline-flex;
    margin-top: 8px;
}
.social a {
    font-size: 11px;
    color: #c8c8c8;
    transition:0.2s ease-in-out;
    margin: 0 4px;
}
.social .active{
    color: white !important;
}

.social a:hover{
    color:white;
    text-decoration: none;
    transition:0.2s ease-in-out;
}
.fixednav .social a:hover{
    color: black;
}

.call img{
    width: 35px;
}

.call p {
    color: #333333;
    font-size: 15px;
    margin: 0;
    font-weight: bold;
    display: block;
    width: 100%;
    float: left; 
    position: relative;
}
.call a{
    color: white;
}
.call {
    cursor: pointer;
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 6px;
}
nav .navbar-toggler .nav-duyme {
    display: block;
    height: 2px;
    background-color: #2a2a2a;
    width: 100%;
    margin-bottom: 8px;
    border: none;
    border-radius: 1px;
}
nav .navbar-toggler {
    border: none;
    color: #fff;
    padding: 5px;
    width: 50px;
    cursor: pointer;
    margin-right:10px;
    margin-top:12px;
    top: 23px;
    outline: none;
    right: 15px !important;
}
nav .navbar-toggler span:nth-child(3) {
    width: 80%;
    float: right;
    margin-bottom: 0;
}
.fixednav nav .navbar-toggler .nav-duyme {
    background-color: #f9fbfc;
    border: 1px solid #00000096;
}

#nav-menu .sub-menu li:hover{
    background-color:#2b3c5b;
}
#nav-menu  .sub-menu li:hover a{
    color: white;
}
#nav-menu  .sub-menu-parent{
    position: relative;
}

#nav-menu  .sub-menu li a {
    display: block;
    padding: 10px 80px 10px 20px;
    margin-right: 0px;
    font-size:12px;
    font-weight:600;
    clear: both;
    color: #aeb9cc;
    white-space: nowrap;
    -webkit-transition: 0.1s all ease-out;
    -o-transition: 0.1s all ease-out;
    transition: 0.1s all ease-out;
}






  
@media (min-width: 992px){
    
    .caruselText {
        left: 0 !important;
        top: auto !important;
        bottom: 0 !important;
        width: 100% !important;
    }
    
.kk {
    max-width: 20% !important;
    flex: auto;
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 15px;
}

.kkk {
    flex: auto;
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 15px;
}


#nav-menu .sub-menu-parent:focus .sub-menu, .sub-menu-parent:hover .sub-menu {
    opacity: 1;
    display: block !important;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

  .sub-menu {
    opacity: 1;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    padding: 10px 0px;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 100ms ease-in-out 0s;
    -o-transition: all 100ms ease-in-out 0s;
    transition: all 100ms ease-in-out 0s;
    z-index: 100;
    list-style-type: none;
    position: absolute;
    top: 46px;
    left: 0px;
    margin: 0;
    background-color: #232e43;
    text-align: left;
}
    
    
}


.fixednav {
    background: #f9fbfc !important;
    background: #60d4e6 !important;
    border-bottom: 1px solid #061a3714;
    position: fixed !important;
    transition: 0.2 ease-in-out;
    top: 0 !important;
}

.fixednav#nav-menu .nav-link{
    color: #232e43;
    color: white;
}

.fixednav .navbar-brand .veka{
    width: 70px;
    transition: 0.2s ease-in-out;
}
.fixednav .navbar-brand .loqo{
    height: 90px;
    transition: 0.2s ease-in-out;
    filter: none;
}
.fixednav .social {
    margin-top: 3px !important; 
}
.fixednav .social .active{
    color: #7597df !important;
}
.fixednav .call{
    background: #ffcc18;
    box-sizing: border-box;
    transition:0.2s;
}
.fixednav .call:hover{
    background:#f7c100;
}
.fixednav .call p{
    color:white;
}
.fixednav .call a{
    top: 48px;
    padding: 14px 19px;
    color: #363434;
}
.fixednav#nav-menu .nav-link span:after{
    background: #232e43;
    height: 6px;
    width: 6px;
}
.fixednav .navbar-toggler {
    top: 28px;
}

.right-menu{
    width: 500px;
    height: 100%;
    position: fixed;
    right: -100%;
    top: 0;
    background-color: white;
    z-index: 9999999999999;
    transition: 0.2s;
    overflow-y: overlay;
    display: none;
}
.right-menu{
    width: 500px;
    height: 100%;
    position: fixed;
    right: -100%;
    top: 0;
    background: #414242;
    z-index: 99999;
    transition: 0.2s;
    overflow-y: overlay;
    display:none;
}
.right-menu .mobile-menu .navbar-navs .nav-item{
    font-size: 17px;
    line-height: 2.5;
  }
.right-menu .mobile-menu .navbar-navs .areas-menu{
    display:none;
    padding-left: 40px;
}

.right-menu .mobile-menu .navbar-navs .nav-item .sub-menu{
    display:none;
    padding-left: 15px;
    list-style-type:none; 
    line-height: 2;
}

.right-menu .mobile-menu .navbar-navs .nav-item .sub-menu li{
    letter-spacing:0;
    font-size:12px;
    border-bottom: solid 1px #5b7ab7;
    padding: 10px 0px;
}
.right-menu .mobile-menu .navbar-navs .nav-item .sub-menu li a{
    color: white;
    display: block;
}
.right-menu .mobile-menu .navbar-navs .nav-item .sub-menu li:last-child{
    border:none;
}

.right-menu .mobile-menu .navbar-navs .nav-item .sub-menu a i{
    margin-left: 7px;
    margin-top: 2px;
}

.right-menu .mobile-menu .navbar-navs .nav-item .sub-menu .nav-menu .menu{
    display:none;
    padding-left: 15px;
}

.right-menu .mobile-menu .navbar-navs .nav-item:first-child{
    border-top: solid 1px #f1f1f145;
}

.right-menu .mobile-menu .navbar-navs .nav-item{
    font-weight: bold;
    font-size: 15px;
    padding-left: 0;
    padding-right: 0;
    text-align:left;
    line-height: 3;
    border-bottom: solid 1px #f1f1f145;
}

.right-menu .mobile-menu .navbar-navs .nav-item .nav-link {
    padding:0;
    color: white;
    }

.right-menu .mobile-menu .navbar-navs{
    width:100%;
        list-style-type: none;
    padding: 30px 40px 30px 40px;
}


.right-menu .mobile-menu .close-icon i{
    font-size: 32px;
    cursor: pointer;
    font-weight: 600;
    color:white;
}

.right-menu .mobile-menu .close-icon{
   margin: 29px;
    margin-top: 26px;
    text-align: end;
}

.right-menu::-webkit-scrollbar-thumb {
    background: black;
}

.right-menu::-webkit-scrollbar{
    width:6px;
}

.popup-layer {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #000;
    opacity: 0.8;
    z-index: 999;
    cursor: pointer;
    transition: 0.5s;
    top: 0;
    left: 0;
    display: none;
}
/*carusel*/

.rightcircle {
    background: #f8cb45;
    height: 117px;
    width: 117px;
    border-radius: 50%;
    border: 15px solid #e5bc3e;
    position: absolute;
    bottom: 45px;
    text-align: center;
    align-items: center;
    right: 0;
    color: #494949;
    text-decoration: none;
    padding: 15px;
    webkit-animation: play 2s ease infinite;
    -moz-animation: play 2s ease infinite;
    animation: play 2s ease infinite;
    z-index: 5;
}


.rightcircle:hover{
    color: black;
}
.rightcircle p {
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
}
.rightcircle i {
    font-size: 18px;
}
.rightcircle2 {
    background: #f8cb45;
    position: relative;
    text-align: center;
    align-items: center;
    right: -7px;
    margin-left: 38px;
    margin-right: 24px;
    top: 14px;
    text-decoration: none;
    padding: 6px 8px;
    webkit-animation: play 2s ease infinite;
    -moz-animation: play 2s ease infinite;
    animation: play 2s ease infinite;
    border: 1px solid #f8cc47;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    /*display: inline-flex;*/
    justify-content: center;
}
.kataloq {
    height: auto;
    width: fit-content;
    position: static;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding: 8px 25px;
    background-color: #ff004f;
    border: none;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 7px;
    webkit-animation: play2 2s ease infinite;
    -moz-animation: play2 2s ease infinite;
    animation: play2 2s ease infinite;
}
.kataloq:hover{color:#fff;}
.kataloq-title{
    display: flex;
    align-items: center;
    margin-bottom:1.6rem;
}
.kataloq-title h4{margin-bottom:0 !important;}
.rightcircle2 i {
    font-size: 13px;
    color: #5b5b55;
}
.rightcircle3 {
    background: #f8cb45;
    position: absolute;
    text-align: center;
    align-items: center;
    right: -7px;
    /* margin: 24px; */
    right: 70px;
    margin-left: 20px;
    margin-right: 26px;
    top: 20px;
    text-decoration: none;
    padding: 6px;
    webkit-animation: play 2s ease infinite;
    -moz-animation: play 2s ease infinite;
    animation: play 2s ease infinite;
    border: 1px solid #f8cc47;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: none !important;
    justify-content: center;
}


.rightcircle3 i {
    font-size: 18px;
    color: #5b5b55;
    webkit-animation: phone-call 4s ease infinite;
    -moz-animation: phone-call 4s ease infinite;
    animation: phone-call 4s ease infinite;

}
.webmenu ul{
}
.carousel-item img{
    height: 700px;
    object-fit: cover;
}
.overlay {
    background: #0000007d;
    position: absolute;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0px;
    left: 0px;
    margin: auto;
    right: 0;
    height: calc(100%/1);
}

 
.layihe {
    padding: 50px !important;
}
.carousel {
    padding:0;
}
.carousel-inner {
    height: 620px;
}
.overlay2 {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #5800b0ba;
    z-index: 1;
    top: 0;
    left: 0;
}
.carousel-caption {
    position:static;
}
.carousel-item img {
    width: 100% !important;
    object-fit: cover;
    height: 620px;
}

.caruselText {
    position: absolute;
    left: -423px;
    right: 0;
    display: inherit;
    top: 230px;
    width: 100%;
    text-align: left;
    /* z-index: 200; */
    display: inline-block;
    /* z-index: 100; */
}
.caruselText p {
    margin-bottom: 10px;
    font-size: 36px;
    font-weight:900;
    position: relative;
    z-index: 100;
}
.caruselText h4 {
    margin-bottom: 24px;
    font-size: 18px;
    line-height:28px;
    font-weight:300;
    position: relative;
    z-index: 200;
}

.caruselText .button_su, .about .button_su {
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    box-sizing: border-box;
    width: 240px;
    margin:0 auto;
    cursor: pointer;
    user-select: none;
    text-align: center;
    vertical-align: middle;
    white-space: normal;
    color: rgb(255, 255, 255);
    border-radius: 4px;
    outline: none;
    background: #ffcc18;
    position: relative;
    z-index: 200;
}
.button_su {
    overflow: hidden;
    position: relative;
    display: inline-block;
    border-radius: 3px;
    margin-bottom: 30px;
}
.su_button_circle {
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    pointer-events: none;
    animation-timing-function: ease-in-out;
}
.button_su_inner {
    display: inline-block;
    background: transparent;
    color: #000000 !important;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    border-radius: 3px;
    transition: 400ms;
    text-decoration: none;
    z-index: 100;
    padding: 16px 57px;
    width: 100%;
}



/* haqqimizda */

section {
    padding: 50px 0;
}

.tibbi-tecrube {
    padding: 90px 0;
    background: #ffe7d8;
}
.faq {
    padding: 90px 0  ;
}

.newBlog {
    padding: 90px 0;
    background-color: #1a1a1a;
}
.reviews {
    padding: 90px 0;
}
.haqqimizda {
    background-color: turquoise;
    padding-top:100px;
}
.haqqimizda:before {
}
.newCheckup {
    padding: 90px 0;
    background: #f4f4f4;
}
.tur-nx,
.tur-pr{
    font-size:40px;
    color:black;
}
.tur-nx::after,
.tur-pr::after{
    content:"";
}
.usefulInfo .row {
    margin-right: -5px;
    margin-left: -5px;
    align-items: center;
    justify-content: center;
}

.usefulInfo .row > div {
    padding-right: 5px;
    padding-left: 5px;
}
.solteref {
    color: #060606;
}
section h6{
    font-size: 52px;
    font-weight:700;
}
.solteref p{
    line-height: 30px;
    font-size: 20px;
}
.solteref ol li::before {
content: counters(li, ".");
    background-color: #32bb78;
    counter-increment: li;
    position: relative;
    display: inline-block;
    left: -5px;
    top: 4px;
    font-size: 33px;
    margin-right: 8px;
    line-height: 34px;
    font-weight: 700;
    padding: 5px;
    color: #fff;
    border-radius: 11px;
    text-align: center;
    height: 44px;
    width: 44px;
}
.solteref ol {
    counter-reset: li;
    padding-left: 0 !important;
}
.solteref li {
    list-style: none;
    font-size: 18px;
    font-weight: 700;
}

.solteref li::marker{
    color: #92b33d;
}


.solteref ol p{
line-height: 24px;
    font-size: 15px;
    color: #ffffff7a;
    padding: 5px 0 10px 58px;
    margin-bottom: 10px;
}



ol.asagi li{
    margin-bottom: 8px;
    padding-left: 6px;
    position: relative;

}
ol.asagi {
    counter-reset: li;
}




.ustunluk {
    text-align:center;
}
.ustunluk i{
    font-size: 38px;
    color: #2fba6b;
        margin-bottom: 20px;
}
.ustunluk h6 {
    font-size: 26px;
    font-weight: 700;
}
.sekiller img {
    max-width: 100%;
    border-radius: 15px;
    min-height: 280px;
    object-fit: cover;
}


img.solsekil {
}
img.sagsekil {
    height:424px;
    width:600px;
        filter: grayscale(1);

}



.sekiller2 img {
    max-width: 100%;
    border-radius: 15px;
    min-height: 180px;
    object-fit: contain;
    border: 2px solid #f9fbfc;
    padding: 20px;
}

.sekiller3 img {
    max-width: 100%;
    border-radius: 15px;
    min-height: 180px;
    object-fit: cover;
}

.ai {
    color: white;
    opacity: 0.2;
    font-size: 11px;
    margin-top: 10px;
}



/*why*/
#why {
    background-color: #fbfbfb;
    padding: 35px;
}
#why i{
    color: #cfaf73;
    font-size: 40px;
    margin-right: 20px;
}
#why .col-md-3{
    align-items: center;
    display: flex;
}
#why .container-fluid{
    padding: 0 38px;
}
#why .col-md-3:nth-child(2) , #why .col-md-3:nth-child(3) {
    justify-content: center;
}

#why .col-md-3:last-child {
    justify-content: flex-end;
}
#why .icon {
    border: 4px solid #fff;
    background: none;
    font-weight: 400;
    width: 16px;
    height: 16px;
    box-shadow: 0 4px 16px 0 rgba(109, 98, 248, 0.2);
    background-color: #5f89e4;
    border-radius: 100%;
    margin-right: 10px; 
}

 .fw-600{
    font-weight: 600 !important;
}




/*//////////*/



 /*about section*/
.about{
    padding:15px 0;
    /*background: #f4f4f4;*/
}
.aboutimg{
    padding: 15px;
    text-align:center;
}
 .aboutimg img{
    width: 70%;
 }
/*//////////////////*/
.aboutus{
    display: flex;
    flex-wrap: wrap;
}
/*///////////////////*/ 
.aboutus h3{
    font-size: 34px;
}
.aboutus h5{
    font-size: 19px;

}
.aboutus p {
color: #292f37;
    text-align: justify;
    font-size: 14px;
    line-height: 28px;
    margin-top: 30px;
}
.aboutus i{
    color: #5f89e4;
    font-size: 28px;
} 
.aboutus img{
    width: 50px;
    transform: translateX(-25px);
}
.aboutspan{
    display: inline-block;
    margin-left: 4px;
}
.aboutspan a{
    font-size: 14px;
    color: black;
    position: relative;
}

.aboutspan  a:after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    background-color: black;
    display: block;
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.27, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.27, 0.66);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    bottom: 0;}


.aboutspan  a:hover:after {
    width: 0;
}
/*.aboutus .col-11{
    padding-right: 0!important;
}*/
/*//////////////////*/




.ustunlukler {
}

/* FAQ */

#newCheckup .custom-section {
    background-color: #2BBEBB;
    padding: 50px;
    border-radius: 20px;
    text-align: center;
    height: 100%;
}
#newCheckup .custom-section h1 {
    font-weight: bold;
    font-size: 2.5rem;
}
#newCheckup .custom-section p {
    color: #555;
}
#newCheckup .btn-custom {
    background-color: black;
    color: white;
    border-radius: 30px;
    padding: 10px 20px;
}
#newCheckup .image-section img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter:brightness(90%);
}
#newCheckup .swiper-pagination-bullet{
    width:100%;
    height:100%;
}
/* FAQ*/


.mezunlar {
    background: #555555;
    color: white;
}



.partner-box {
    padding: 15px;
    margin: 15px 0;
    border: 1px solid #2e2e2e;
    height: 150px;
    border-radius: 4px;
    cursor: pointer;
    background:white;
}
.partner-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 300ms all ease;
}




.sosial{
    background: #fbfbfb;
}

.sosial .card{
    position: relative;
    height: 140px;
    background: transparent;
    border: none;
    overflow: hidden;
    border-radius: 4px;
    transition: 0.2s ease-in-out;
    text-align:center;
}
.sosial .card:hover img {
        transform: translateY(2px);
}
.sosial .card img{
    width: 60px;
    margin-bottom:30px;
    transition:0.2s;
}

.sosial .card .text{
    position: absolute;
    z-index: 2;
    color: black;
    word-wrap: break-word;
    width: 100%;
    /*padding: 0px 30px;*/
    transition: 0.2s ease-in-out;
}
.sosial .card .text h6 {
    font-size: 17px;
    text-transform: uppercase;
}   
.sosial .card .text p {
    font-size: 13px;
    color: #00000094;
}














/*gallery section*/
.new-fs{font-size: 52px;}
.new-blog-card{
        border-radius: 20px;
        overflow: hidden;
        position: relative;
        transition:0.2s;
}
.new-blog-card:hover {
    transform: translateY(-10px);
}

.new-blog-card img{width: 100%;aspect-ratio: 1/1;object-fit: cover;filter: brightness(90%);}
        .new-blog-content{
            bottom: 0;
            background: linear-gradient(to top, rgb(0,0,0),rgb(0,0,0,.7),rgba(0,0,0,.6),transparent);
            color: white;
            position: absolute;
            padding: 40px 40px 20px 20px;
        }
        .new-blog-content a{
            font-weight: 600;
            border-radius: 9999px;
            width: 130px;
            height: 42px;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #F47424;
            color: white;
            text-decoration: none;
        }
        #newBlog a.fs-2{
            display:block;
            font-size:16px;
            font-weight:500;
            text-align:center;
        }

.kk:nth-child(2) .card:after {
    background: linear-gradient(to top, #33c856, rgba(43, 25, 25, 62%));
}
.kk:nth-child(3) .card:after {
    background: linear-gradient(to top, #ff5520, rgba(43, 25, 25, 62%));
}
.kk:nth-child(4) .card:after {
    background: linear-gradient(to top, #611d79, rgba(43, 25, 25, 62%));
}
.kk:nth-child(5) .card:after {
    background: linear-gradient(to top, #1b58b4, rgba(43, 25, 25, 62%));
}
.kk:nth-child(6) .card:after {
    background: linear-gradient(to top, #a90000, rgba(43, 25, 25, 62%));
}
.kk:nth-child(7) .card:after {
    background: linear-gradient(to top, #00cfdc, rgba(43, 25, 25, 62%));
}
.kk:nth-child(8) .card:after {
    background: linear-gradient(to top, #7c8200, rgba(43, 25, 25, 62%));
}
.kk:nth-child(9) .card:after {
    background: linear-gradient(to top, #a25100, rgba(43, 25, 25, 62%));
}
.kk:nth-child(10) .card:after {
    background: linear-gradient(to top, #f463ff, rgba(43, 25, 25, 62%));
}
.kk:nth-child(11) .card:after {
    background: linear-gradient(to top, #18350e, rgba(43, 25, 25, 62%));
}






.kkk .card {
    background: white;
}


.text span {
    font-size: 12px;
    position: absolute;
    bottom: 14px;
}


.gallery .card:hover {
    transform: translateY(-4px);
}

.gallery .card .text a{
    text-decoration: none;
    color: white;
    font-size: 12px
}

.gallery .card:hover .text{
    bottom: 15px;
    transition: 0.2s ease-in-out;
}

.gallery .card:hover:before{
    opacity: 1;
    transition: opacity 0.2s
}

.newsstatic .card {
    height: 250px !important;
}
 /*///////////////*/



 /*news*/
 .news{
    padding: 40px 0; 
 }
.news .card .image{
    width: 100%;
}

.news .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #f3f8fa;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 6px;
    overflow: hidden;
}


.news .card .card-img-top {
    width: 100%;
    object-fit: cover;
    height: 380px;
}


.news .card .card-img-top {
    width: 100%;
    object-fit: cover;
    height: 380px;
}


.news .card-body {
    padding: 2px 6px !important;
    position: absolute;
    top: 16px;
    left: 14px;
    border-radius: 4px;
    background: #ff004f;
}


.news .card .card-body .card-title {
    color: #ffffff !important;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 0;
}


.newsoverlay{
    content: '';
    position: absolute;
    width: 100%;
    height: 20%;
    bottom: 0;
    background: linear-gradient(transparent,#00000070);
}

.cardname{
    position: absolute;
    bottom: 16px;
    left: 14px;
    width: 100%;
    color: white !important;
    display: flex;
    z-index: 2;
}
.cardname h5{
    font-size: 14px !important;
    font-weight: 600;
    margin-bottom: 0 !important;
}
.cardname img{
    height: 20px;
    margin-right: 7px;
}
.details{
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s all;
}
.details .btn {
    border-radius: 2px;
    border: 1px solid rgba(75,79,82,.2);
    font-size: 14px;
    font-weight: 600;
    color: #2d3640;
    width: 220px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s ease-in-out;
}

.details .btn:hover{
    background-color: #f6f6f6 !important;
    transition: 0.2s ease-in-out;
}


 /*/////////////////*/


 /*onfooter*/

.onfooter {
    background: linear-gradient(45deg, #68a0f3, #527edf);
    padding: 38px 0;
}

.onfooter h1 {
    font-size: 32px;
    font-weight: 400;
    color: #fff;
    padding-bottom: 22px;
    margin: auto;
    text-align: center;
}


.onfooter .btn {
    width: 270px;
    padding: 15px 20px;
    border-radius: 2px;
    background-color: #fff;
    font-size: 20px;
    font-weight: 500;
    color: #2d3640 !important;
    border: none;
    transition: 0.1 ease-in-out;
}



  .onfooter .btn:hover{
    background-color: #f6f6f6 !important;
    transition: 0.1 ease-in-out;
  }
  .onfooter  .start{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /*///////////*/


  /*footer*/
  .oklogo{
    width: 100px;
  }
  .footer .nav-link {
          padding:  0 !important;
  }
  .footer{
    background: #2d2d2d;
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .footer .footerlogos img{
    width: 140px;
    display: block;
    margin-bottom: 20px;
  }

    footer .contact .num {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    text-align: end;
    margin-bottom: 10px;
        transition: 0.1s ease-in-out;
}
    .mt-6{
        margin-top: 70px;
    }
footer .contact a:hover .num, footer .contact a:hover .mail {
    color: #afc7e5;
    transition: 0.1s ease-in-out;
}
   footer .contact .mail {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-align: end;
    margin-left: 4px;
    margin-bottom: 10px;
    }
footer .contact i {
    color: #fff;
    font-size: 12px;
    color: #5989ec;
}
  .footersocial{
    display: flex;
    justify-content: flex-end;
  }
  .socialnew{
    height: 29px;
    width: 29px;
    background: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    /*margin-top: 20px;*/
    margin-bottom: 29px;
      transition: 0.2s ease-in-out;
  }
  .socialnew:hover{
      background: #e7dfdf;
      transition: 0.2s ease-in-out;
  }

   .socialnew i {
    color: #2d3640;
    font-size: 14px;
   }
   .headtxt p{
        font-size: 18px;
    font-weight: 600;
    color: #bfc8d2;
    margin-bottom: 29px;
   }
  .links ul li a {
      font-size: 13px;
      text-align: left;
      color: #d2dbe4;
      padding: 0;
      margin-bottom: 15px;
      font-weight: 200;
  }
    .bottomlinks .nav-link:hover , .links ul li a:hover{
    color: white;
    transition: 0.2s ease-in-out;
   }
   .bottomlinks{
    display: flex;
    margin-top: 15px;
   }
   .bottomlinks p{
       color: white;
       font-size: 20px;
   }
   .copy {
       color: white !important;
       margin-right: 0 !important;
   }
    .bottomlinks .nav-link{
        padding: 0;
        font-size: 12px;
    text-align: left;
    color: #8b95a1;
    margin-bottom: 22px;
    margin-right: 29px;
    transition: 0.1s ease-in-out;
    }

    .copyright{
           padding: 0;
        font-size: 12px;
    text-align: right;
    color: #8b95a1;
        margin-top: 15px;
    margin-bottom: 30px;
    transition: 0.1s ease-in-out;
    }



      .text-trs{
    color: #2d3640 !important;
  }

  .contact .nav-link{
    text-align: right;
  }

  /*modal*/
  
  
.modd {
    padding: 15px;
    font-size: 15px;
    height: 70vh;
    overflow: scroll;
    margin-bottom:20px;
}


  .modal-content {
      border-radius: 8px;
  }
  .modal-content .close {
      font-size: 20px;
      font-weight: 200;
      outline: none;
  }
    .modal-content .close:focus ,   .modal-content .close:active {
        outline: none;
        border: none;
    }
.modal-content .close:hover i{
    background: #22b0f3;
}

  .modal-title{
      color: #212122;
      font-size: 20px;
      font-weight: 600;
      line-height: 1.66667;
  }
  .modal-dialog{
      max-width: unset;
      width: 600px;
  }
    #exampleModal.show{
      display: flex !important;
      justify-content: center !important;
      align-items: center !important;
    }
    #myFrame{
        width: 100%;
        height: 290px;
    }
/*/*medialar*/


/*staticler*/
.headerstatics {
    height: 175px;
    position: relative;
    background-attachment: fixed;
    background-image: url(../img/slider.png);
    background-size: cover;
    background-position: center -450px;
}
.overlaystatic {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(#2869e1, transparent);
    opacity: 1;
}

.staticabout{
    padding: 4.6875rem 0 ;
    background-image: linear-gradient(0deg,#fff 0,#f6f6f6 270px,#f6f6f6);
}
.page-title-second{
    color: #a7a9b2;
    font-weight: 200;
    font-size: 12px;
}
.page-title-second a{
    color: #a7a9b2;
    transition:0.2s ease-in-out;
    font-weight: 200;
    font-size: 12px;
}
.page-title-second a:hover{
    color: #47484d;
    transition:0.2s ease-in-out;
}
.staticContent {
    font-size: 15px;
    line-height: 28px;
    text-align: justify;
    padding: 35px;
    max-width: 900px;
    margin: 0 auto;
}

.elaqe {
    display: flex;
    flex-wrap: wrap;
}

.quote {
    width: 50%;
    margin: 40px 0px;
}
.page-title-first h4{
    margin-bottom: 1.6rem;
    font-weight: 600;
    line-height: 1.2;
    color: #231f27;
}
.whitecontainer{
    background: white;
    padding: 15px 15px;
    border-radius: .25rem;
}

.staticContent .crop{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    width: 100% !important;
}
.staticContent .crop img{
    width:auto;
    border-radius: 10px;
}
.staticContent i{
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.staticContent i .crop{
    overflow: hidden;
    width: calc(33.3333333% - 12px) !important;
    margin: 6px !important;
    height: 200px;
    border-radius: 10px;
}
.staticContent i iframe{
    width: calc(50% - 12px) !important;
    margin: 6px !important;
    height: 250px !important;
    border-radius: 10px;
}
.staticContent i .crop img{
    width: 100% !important;
    max-width: 300px;
    object-fit: cover;
    height: 200px;
}
.vekaimg{
    height: 200px;
    width: auto;
}
.vekakard{
    transition: .2s ease-in-out;
    padding: 15px !important;
}
.vekakard:hover .card{
    border-color: #3361c3;
    transition: .2s ease-in-out;
}

.staticContent i  .crop:hover {
    opacity: 0.6;
    transition: 0.2s ease-in-out;
}

.staticContent ul li {
    background-image: url(../img/lipng.svg);
    background-size: 18px;
    background-position-y: 2px;
    background-repeat: no-repeat;
    padding-left: 25px;
    margin-top: 5px;
    list-style-type: none;
}
@keyframes play {
    0% {
        transform: scale(1);
    }
    15% {
        -webkit-box-shadow: 0 0 0 5px rgba(249, 204, 73, 0.6);
        -moz-box-shadow: 0 0 0 5px rgba(249, 204, 73, 0.6);
        box-shadow: 0 0 0 5px rgba(249, 204, 73, 0.6);
    }
    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 7, 64, 0.6), 0 0 0 20px rgba(249, 204, 73, 0.2);
        -moz-box-shadow: 0 0 0 10px rgba(255, 7, 64, 0.6), 0 0 0 20px rgba(249, 204, 73, 0.2);
        box-shadow: 0 0 0 10px rgba(255, 7, 64, 0.6), 0 0 0 20px rgba(249, 204, 73, 0.2);
    }
    25% {
        -webkit-box-shadow: 0 0 0 15px rgba(249, 204, 73, 0.6), 0 0 0 30px rgba(249, 204, 73, 0.2);
        -moz-box-shadow: 0 0 0 15px  rgba(249, 204, 73, 0.6), 0 0 0 30px rgba(249, 204, 73, 0.2);
        box-shadow: 0 0 0 15px  rgba(249, 204, 73, 0.6), 0 0 0 30px rgba(249, 204, 73, 0.2);
    }
}
@keyframes play2 {
    0% {
        transform: scale(1);
    }
    15% {
        -webkit-box-shadow: 0 0 0 5px rgba(255, 7, 64, 0.2);
        -moz-box-shadow: 0 0 0 5px rgba(255, 7, 64, 0.2);
        box-shadow: 0 0 0 5px rgba(255, 7, 64, 0.2);
    }
    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 7, 64, 0.2), 0 0 0 20px rgba(255, 7, 64, 0.1);
        -moz-box-shadow: 0 0 0 10px rgba(255, 7, 64, 0.2), 0 0 0 20px rgba(255, 7, 64, 0.1);
        box-shadow: 0 0 0 10px rgba(255, 7, 64, 0.2), 0 0 0 20px rgba(255, 7, 64, 0.1);
    }
    25% {
        -webkit-box-shadow: 0 0 0 15px rgba(255, 7, 64, 0.2), 0 0 0 30px rgba(255, 7, 64, 0.1);
        -moz-box-shadow: 0 0 0 15px rgba(255, 7, 64, 0.2), 0 0 0 30px rgba(255, 7, 64, 0.1);
        box-shadow: 0 0 0 15px rgba(255, 7, 64, 0.2), 0 0 0 30px rgba(255, 7, 64, 0.1);
    }
}
@keyframes phone-call {
    0% {
        transform: rotate(-20deg);
    }
    2% {
        transform: rotate(20deg);
    }
    4% {
        transform: rotate(-30deg);
    }
    6% {
        transform: rotate(30deg);
    }
    8% {
        transform: rotate(-20deg);
    }
    10% {
        transform: rotate(20deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.social2{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 40px;
}


.socialmedia {
    display: flex;
    list-style-type: none;
    padding: 0 !important;
    margin-bottom: 0 !important;
}
.socialmedia li a{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin-left: 0;
    margin-right: 8px;
    display: flex;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    color: #5f576b;
    background-color: #f5f5f5;
    text-align: center;
    padding-left:0
}
.socialmedia li a:hover svg{
    transform:rotate(180deg)
}
.socialmedia li a svg{transition:500ms all ease}
.call,.mail{
    text-decoration: none !important;
    color:#646464;
    transition:0.2s ease-in-out;
}
.mail{
    font-size: 13px;
}
#contactForm{
    background: white;
    margin-bottom: 20px;
}
#contactForm .loc {
    cursor: pointer;
    transition: background .1s linear;
}

#contactForm .loc.active {
    background-color: #f7f7f8;
    border-bottom: 1px solid #422a5b;
}

#contactForm .loc.active .loc-content {
    border-bottom: none;
}

#contactForm .loc:hover {
    background-color: #f7f7f8;
    border-bottom: 1px solid #422a5b;
}

#contactForm .loc:hover .loc-content {
    border-bottom: none;
}

#contactForm .loc .loc-content {
    align-items: center;
    padding: 25px 0px;
    border-bottom: 1px solid #d6d9db;
}

#contactForm .loc .loc-content p {
    margin-bottom: 0px !important;
}

#contactForm .loc .loc-content img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    overflow: hidden;
    border-radius: 50%;
}
#contactForm .loc .col-md-2 p ,#contactForm .loc .col-md-3 p{
    font-weight: 600;
}
.contactiframe{
    height: 480px;
}
.container.contactFormCont {
    margin-top: 50px;
}
#map{
    width: 100%;
    height: 400px;
}
.title{
    margin-top: 20px;
}
.whitecontainer .title img {
    width: 21px;
}
.whitecontainer .title {
    display: flex;
    align-items: center;
    justify-content: center;
}
.title h3 {
    margin-bottom: 0;
    margin-left: 16px;
}
.fixed-nums {
    position: fixed;
    bottom: 0;
    z-index: 99;
    padding: 0 !important;
    display: none;
}
.wp {
    height: 100%;
    text-align: center;
    background-color: #0DC143;
    color: #fff;
    padding: 18px 5px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
}
.wp a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

/*kataqoriya*/
.fullstory #dle-content{
    display: flex;
    flex-wrap: wrap;
}
.fullstory{
    max-width: 900px !important;
}
.cardcategory {
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 8px 24px 0 rgba(0,0,0,.08);
    border: 1px solid #efefef;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    transition: box-shadow .2s ease-in-out;
}
.cardcategory .wrap-img {
    padding: 20px 30px 5px 0;
    overflow: hidden;
    background: #046199;
}
.cardcategory img {
    height: 60px;
    float: right;
    transition: 500ms all ease;
}
 .cardcategory .wrap-text {
    padding: 20px;
}
.cardcategory .wrap-text p {
    color: #e1e1e1;
    font-weight: 600;
    margin-bottom: 1px;
    font-size: 15px;
}
 .cardcategory .wrap-text h4 {
     color: #212529;
     line-height: 1.3;
     font-size: 16px;
     word-break: break-all;
}
.cardcategory:hover {
    box-shadow: 8px 15px 13px 0 rgba(0,0,0,.08);
}

.vekaimg1{
    position: absolute;
    bottom: 50px;
    right: 15%;
}
.vekaimg1 img{
    height: 105px !important;
}
.alugarden{
    position: absolute;
    bottom: 50px;
    right: 20%;
}
.alu{
    background: white;
    border-radius: 4px;
    padding: 30px;
}
.alugarden img{
    width: 205px;
    height: auto !important;
}
.alumil{
    position: absolute;
    bottom: 235px;
    width: 100%;
}
.alusvg{
    display: flex;
    justify-content: center;
    align-items: center;
}
.alusvg svg{
    height: 100px;
}



@media (max-width: 991px) {
    
    .carousel-inner {
        height: 420px;
        height: auto;
    }
    
    .cta {
        padding:35px !important;
    }
    .calltoaction h3 {
        font-size:24px;
    }
    .vebdeyox {
        display:block !important;
    }
    
    .mobdayox {
        display:none !important;
    }
    .sekiller2 img {
        min-height: 120px;
        border: 3px solid #f9fbfc;
    padding: 7px;
    }
    
    .faq .accordion .card .card-header h5 button:after {
        right:18px;
    }
    .faq .accordion .card .card-header h5 button {
        padding: 18px 60px 18px 18px;
    }
    .muraciet {
    border-radius: 15px;
    display: block;
    text-align: center;
}

    .mob-mb-5{
        margin-bottom:1rem;
    }
    .mob-mt-5{
        margin-top:2rem;
    }
    
    img.sagsekil {
        max-height: 370px;
    }
    .solteref h6 {
        font-size: 35px;
    }
    #contactForm .loc .loc-content,#contactForm .loc .loc-content .col-md-2{text-align:center !Important;} }

@media (max-width: 1200px) {
    .bottomlinks .nav-link {
        margin-right: 16px;
    }
}

.product_b {
    display: none;
}
.tooltips:hover .product_b {
    display: block;
    position: fixed;
    overflow: hidden;
    background-color: #000;
    color: #fff;
    margin-bottom: 0px ;
    font-size: 15px;
    padding: 10px;
    z-index: 1980;
}
.product_b p{
    margin: 0;
    padding: 0;
}
@media (max-width: 992px) {
    /*new css*/
    
    #slider{
        height:600px;
        position:relative;
    }
    .swiper-pagination.swiper-pagination-bullets{
        bottom: 30px;
    }
    .slider-descr {
        font-size: 13px;
    }

    .swiper-text h3 {
        font-size: 25px;
    }

    .vekaimg1{
        right: 0;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .vekaimg {
        height: 200px;
        width: 100%;
        object-fit: contain;
    }
    .alumil {
        bottom: 45px;
        right: 0;
    }
    .alusvg svg {
        height: 50px;
    }

    .alugarden {
        width: 100%;
        bottom: 50px;
        right: 0;
        display:-webkit-flex;
        display:-webkit-box;
        display:-moz-flex;
        display:-moz-box;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .alu {
        padding: 23px;
    }
    .alugarden img {
        width: 135px;
    }
    .staticContent i .crop{
        width: calc(50% - 12px) !important;}
    .logoimage{
        margin-left: 10px;
    }
    .call{
        margin-right:0px;
    }
    .social{
        position: relative;
        margin-top: 30px;
        padding: 10px 15px;
    }
    .fixednav .social{
        top: 23px;
        left:170px;
    }
    .mynav{
        position: absolute;
        width: 100%;
        top: 0;
        right: 0;
        left: 0;
    }
    .fixednav{
        box-shadow: none;
        background: transparent;
    }
   .fixednav .mynav {
    transition: .3s ease-in-out;
background: #60d4e6 !important;
    border-bottom: 1px solid #061a3714;
    }
    .navbar-collapse{
        background: white;
        color: black !important;
    }
    .navbar-brand .loqo {
        height: 70px !important;
    }
    .navbar-brand .veka{
        width: 60px;
    }
    .carousel-item img {
    height: 500px;
    object-fit: cover;
    }

    #why .col-md-3{
        text-align: center;
        font-size: 14px;
        justify-content: unset !important;
        margin-bottom: 10px;
    }
    .aboutimg img {
    transform: translateX(10px);
    }
    .gallery .card {
        
    }
    .news .card{
        margin-bottom: 30px;
    }
    #nav-menu {
        top: 0;
    }
    .rightcircle{
        display: none;
    }
    .rightcircle3 {
        display: inline-flex !important;
    }

    /*sociallari saga cekmek/*/
    .mobilefooter .footersocial{
        justify-content: flex-end;
    }
    .socialnew{
        margin-right: 0;
        margin-left: 15px;
    }
    .divs{
        float: right;
    }
    /*destek saga cekmek*/

    .help .headtxt,
    .help .links a{
        text-align: right;
    }
    .Kategoriler .headtxt ,
    .Kategoriler .links a{
        text-align: center;
    }
    .bottomlinks {
        justify-content: space-between;
    }
       .bottomlinks .nav-link {
        margin-right: 0px;
    }
    .copyright{
        text-align: center;
    }
    #nav-menu .nav-link {
    text-align: center;
    color: black;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 18px;
    }
    #nav-menu .nav-link span:after {
        display: none;
    }

   
       .right-menu{
        display: block;
       }

       .sub-menu{
        display: none;
       }

        
}
.okmedia {
    opacity: 0.2;
    margin-left:10px;
}
@media (max-width: 768px) {
    
    .testimonial-text {
        font-size: 14px;
    }
    
    .reviews_container .swiper-button-next, .reviews_container .swiper-button-prev {
        width: 40px;
        height: 40px;
    }
    
    .hekimfull:before {
    width: 100%;
}
    #nav-menu {
        width:100px;
        right:0;
    }
    .quote {
    width: 100%;
    margin: 20px 0px;
}
    .mobdabetween {
        justify-content: space-between !important;
    }
    .call-to-action .icon {

    width: 45px;
    margin-left: -50px;
    margin-right: 10px;
}
    .team_box {
    margin-bottom: 50px;
}
    .hamisinabax {
        font-size:14px;
    }
    section h6 {
        font-size:30px;
    }
    .solteref h6 {
        font-size:30px;
    }
    .xidmet h5 {
        font-size:15px;
    }
    img.sagsekil {
        margin-top:40px;
    }
    .slayd {
        padding-top:20px;
    }
    li.nav-item {
    padding: 6px 10px;
    }
    .mobdapadding-0 {
        padding:0 !important;
    }
    .mobdapadding-20 {
        padding-bottom: 20px;
    }
    
    .loqo {
        height:40px;
    }
    a.highslide{
        
  display: flex;
  margin: 10px auto;  
    }
    tr:nth-child(1) td:nth-child(1) {
        width:auto;
    }
    table {
        
    display: block;
    overflow-x: auto;
    }
    .caruselText p {
        font-size:20px;
    }
    .caruselText p br {
        display:none;
    }
    .carousel-control-next, .carousel-control-prev {
        top:-30%;
    }
    .caruselText {
        left:0px;
        top:190px;
    }
    .caruselText h4 {
        display:none;
    }
    .cta {
        padding: 25px 10px 10px 10px !important;
    }
    .calltoaction h3 {
        font-size: 20px;
    }
    .staticContent{
        padding: 35px 5px;
    }
    .vekaimg1 img{
        height: 60px !important;
    }
    .fixed-nums {
        display: inline-block;
    }
    .footer {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .contactiframe{
        height: 600px;
        width: 100%;
    }
    .page-title-first h4 {
        margin-bottom: 5px;
    }
    .page-title-second {
        text-align: left !important;
        margin-bottom: 13px;
    }
    .carousel-item img {
        height: 420px;
        height: auto;
        padding-top:81px;
        object-fit: cover;
        object-fit: contain;
    }
   
    .onfooter h1 {
    font-size: 23px;}

    .onfooter .btn {
    width: 214px;
    padding: 10px 17px;}
    
    .footerlogos{
        display:-webkit-flex;
        display:-webkit-box;
        display:-moz-flex;
        display:-moz-box;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .footerlogos img{
        object-fit: contain;
    }

    .mobilefooter .headtxt{
        text-align: right;
    }
    .mobilefooter .links a{
        text-align: right;
    }
    .Kategoriler .headtxt,
    .help .links a ,
    .Kategoriler .links a{
        text-align: left;
    }
  
    .help .headtxt {
        margin-top: 10px;
        text-align: left;
     }
     .right-menu{
        width: 80%;
       }
     .rightcircle{
         display: none;
     }
    .staticContent .crop img {
        max-width: 100% !important;
    }
    .staticContent .crop a{width:100%;}
    .staticContent i iframe{width:calc(100% - 12px) !important;}
    .staticContent .crop {
        margin: unset;
        margin-bottom: 20px;
        height: 250px !important;
    }
    .staticContent .crop img{height:250px !important;}
    #contactForm .loc .loc-content p {
        font-size: 15px;
    }
    .loc a{
        font-size: 14px;
    }
}
.zengmobil{
    display: none;
}
@media (max-width: 576px) {
    .page-title-first h4 , .page-title-second {
        padding-left: 15px !important;
    }
    .fixednav .social{
        left:160px;
    }
   #why .col-md-3{
    justify-content: center !important;

   }
   .aboutus h3 , .aboutus h5 ,  .aboutus p {
    text-align: center;
    }
    .aboutus .col-sm-1{
        text-align:center;
    }
    .socialnew {
        margin-right: 5px;
        margin-left: 5px;
    }
    .aboutus i {
    font-size: 37px;}

    footer .headtxt, footer .links a {
        text-align: center !important;
    }
    .mobilefooter{
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
    }
    #why .col-md-3 {
    text-align: center;
    padding: 4px;
    font-size: 12px;}
    #why {
    padding: 15px;}


       .aboutus img {
        width: 24%;
        transform: unset;}
    .news .card .card-img-top {
    width: 100%;
    object-fit: cover;
    max-height: 250px;
    height: 200px;
    }
    #myFrame {
        height: 380px;
    }
    .zengweb{
        display: none;
    }
    .zengmobil{
        display: block;
    }

}

@media (max-width: 500px) {
    #myFrame {
        height: 430px;
    }
    .staticContent i .crop{
        width: calc(100% - 12px) !important;}

       #why .icon {
    width: 14px;
    height: 14px;}
}
@media (max-width: 440px) {
        #why .col-md-3 {
    text-align: center;
    padding: 2px;
    font-size: 11px;}
}
@media (max-width: 392px) {
     .navbar-brand .veka {
    width: 70px;
    }
    .navbar-brand .loqo {
    width: 50px;
    }
    .navbar-toggler {
    top: 28px !important;
    }
    #why .icon {
    width: 12px;
    height: 12px;
    }
    .rightcircle3{
        top: 24px;
    }
    .vekaimg {
        height: auto;
        width: 100%;
    }

}

    .tibbi-tecrube .custom-card {
    display: flex;
    align-items: stretch;
    background: #f8f9fa;
    border-radius: 20px;
    overflow: hidden;
    padding: 20px;
    min-height:385px;
}

.tibbi-tecrube .card-content {
    flex: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.tibbi-tecrube .org-logo {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #777;
}

.tibbi-tecrube .org-logo img {
    width: 25px;
    height: 25px;
    object-fit: contain;
    border-radius: 50%;
}

.tibbi-tecrube .card-title {
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
}

.tibbi-tecrube .card-text {
    color: #555;
    margin-top: 10px;
    font-size: 14px;
}
.tibbi-tecrube .card-text ul{
    padding-left:1em !important;
}

.tibbi-tecrube .card-link {
    color: #ffffff;
    padding: 10px 30px;
    border-radius: 31px;
    display: table-caption;
    background: #f47424;
    font-weight: bold;
    text-decoration: none;
    margin-top: 15px;
}

.tibbi-tecrube .card-image {
    flex: 1;
    position: relative;
}

.tibbi-tecrube .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    filter: grayscale(100);
}

.tibbi-tecrube .category-tag {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: white;
    color: black;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 20px;
    font-weight: bold;
}


/*////////////////*/

/*

    section , footer{
        display: none;
    }
    #slider{
        display: block;
    }*/
.pag-swip{
    width:100%;
    gap:12px;
}
.pag-swip span{
    max-width:110px;
    flex-wrap:wrap;
}
.swiper-pagination-bullet:not(.active){
    opacity:.6 !important;
}

#lahiyeler {
    margin-bottom:90px;
    width: 100%;
    height: 670px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    padding:0 !important;
  }
  
  .box {
    width: 24%;
    position: relative;
    height: 50%;
     transition: 0.5s;
  }
  
  .box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  
  .first-box {
    background-color: #212529;
     transition: 0.5s;
  }
  
  .bigImg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;
     transition: 0.5s;
  }
  .box a {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
    width: 100%;
    height: 100%;
    display: inline-block;
  }
  .text-position h3,
  .text-position svg {
    color: #fff;
    position: absolute;
    left: 25px;
  }
  
  .text-position h3 {
    bottom: 10px;
    font-size:21px;
    text-shadow: 2px 2px 4px rgb(0 0 0 / 92%);
  }
  
  .text-position svg {
    bottom: 70px;
  }
  
  .footerService{
    max-height: 272px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px;
  }
  
  
.speedbar {
    margin-top: 110px;
    background: #333;
    padding: 40px 120px;
}
.speedbar * {
    color: #fff;
}
.catMenu {
    list-style: none;
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
    gap: 50px;
    width: 100%;
}
.catMenu>li {
    position: relative;
    width: 26%;
    height: 400px;
    border-radius: 8px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    overflow: hidden;
}
.catMenu>li::before {
    content: "";
    position:absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0005;
    transition: all .3s;
}
.catMenu>li::after {
    content: "";
    position:absolute;
    left: 50%;
    top: 50%;
    width: 200%;
    height: 200%;
    transform: translate(-50%, -50%) scale(0);
    border-radius: 50%;
    background: #3c32ce55;
    transform-origin: center center;
    pointer-events: none;
    transition: transform 0.4s ease;
}
.catMenu>li:hover::after {
    transform: translate(-50%, -50%) scale(1);
}
.catMenu>li:has(a[href="https://medguide.hosting.com.az/xidmetler/pasiyentler/tibbi-turizm/"]){
    background: url("/img/medtour.jpg") center/cover no-repeat;
}
.catMenu>li:has(a[href="https://medguide.hosting.com.az/xidmetler/pasiyentler/stirahet-ve-mualice/"]){
    background: url("/img/medrest.webp") center/cover no-repeat;
}
.catMenu>li:nth-child(1){
    background: url("/img/pasients.avif") center/cover no-repeat;
}
.catMenu>li:nth-child(2){
    background: url("/img/doctors.avif") center/cover no-repeat;
}

.catMenu a {
    z-index: 3;
    position: relative;
    display: flex;
    color: #fff;
    padding: 20px;
    font-size: 1.5rem;
    text-align: center;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: transparent;
}
.subCatMenu {
    display: none;
}

.gallery .box {
    height: 250px;
    position: relative;
}
.gallery .row {
    gap: 10px;
}
.gallery .box::before {
    content: "";
    position:absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0005;
}