@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
* {
    font-family: Inter,sans-serif;
    padding: 0;
    box-sizing: border-box
}

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

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

body {
    font-family: Inter,sans-serif;
    background-color: #f9f9f9;
    line-height: 1.4
}

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    text-decoration: none
}

main {
    background-color: #f9f9f9;
    transition: all .3s cubic-bezier(.42,0,.23,1);
    position: relative;
    right: 0
}

img {
    max-width: 100%;
    display: block;
    height: auto
}

html {
}

.owl-carousel div {
    direction: ltr !important;
}

.ty-wrapper {
    width: 100%;
    height: 100vh;
    display: table;
    background-color: #333
}

.ty-vertical {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 25px;
    color: #fff
}

.w100 {
    display: inline-block;
    position: relative;
    float: left;
    width: 100%
}

.container {
    width: 90%;
    max-width: 1300px;
    position: relative;
    margin: 0 auto
}

.container2 {
    width: 90%;
    max-width: 1600px;
    position: relative;
    margin: 0 auto
}

.mtop {
    margin-top: 70px
}

.pdn {
    padding: 70px 0;
}

p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #21302d;
    font-weight: 300
}

.topBar {
    height: 70px;
    z-index: 99;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    top: 45px;
    left: 0
}

.sticky .topBar {
    top: 0;
    position: fixed
}

.topBar .container2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    direction: ltr;
}

.topMenu {
    float: right;
    width: calc(100% - 190px)
}

.logo {
    width: 190px
}

.topMenu>div>ul>li {
    float: left;
    position: relative;
    display: inline-block;
    padding: 23px 0;
    transition: all ease-in-out .3s;
}

.topMenu>div>ul {
    float: right;
    display: inline-block
}

.topMenu>div>ul>li>a {
    padding: 0 20px;
    font-size: 15px;
    color: #222;
    font-weight: 600;
    transition: all ease-in-out .3s;
    background: #fff;
}
.topMenu>div>ul>li:hover a, .topMenu>div>ul>li.current-menu-item a {
    color: #0b568c;
}
.sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    width: 260px;
    background-color: #fff;
    padding: 0;
    box-shadow: 0 5px 20px rgb(0 0 0 / 15%);
    opacity: 0;
    visibility: visible;
    pointer-events: none;
    transition: all .2s cubic-bezier(.42,0,.24,.99);
    margin-top: -15px
}

.sub-menu li {
    width: 100%;
    display: inline-block;
    text-align: center;
    position: relative
}

.sub-menu li a {
    text-align: center;
    display: inline-block;
    color: #000;
    font-size: .7vw;
    border-bottom: 1px solid #d9d9d9;
    width: 100%;
    display: inline-block;
    padding: 8px 5px;
    transition: all ease-in-out .3s;
}

.sub-menu .sub-menu li a {
    font-size: .7vw;
    padding: 10px 5px
}

.sub-menu li:last-child {
    margin-bottom: 0
}

.homeSlider .items {
    height: 600px;
    width: 100%;
    position: relative;
    background: #fff;
    background-size: cover;
    background-position: center
}

.homeSlider .items .container2 {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.mobile-slider-img {
    display: none !important;
}

.hsContent {
    width: 43%;
}

.hsImage {
    width: 25%;
    margin-right: 10%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.hsContent h2 {
    width: 100%;
    display: inline-block;
    font-size: 1.3vw;
    margin-bottom: 10px;
    line-height: 1.1;
    color: #0b568c;
    font-weight: 600;
}

.hsContent p {
    width: 100%;
    display: inline-block;
    font-size: 3vw;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 1.2;
    font-weight: 700;
    color: #0b568c;
}

.hsContent a {
    display: inline-block;
    padding: 12px 35px;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    transition: all .2s cubic-bezier(.42,0,.21,1.02);
    background-color: #0b568c;
    border-radius: 7px;
    margin-top: 30px;
}

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

.klinikList li {
    width: 12%;
    margin: 2% 2%;
    opacity: 1;
    transition: all .2s cubic-bezier(.42,0,.27,1.07);
    display: inline-block
}

.klinikList li a {
    width: 100%;
    display: inline-block
}

.klinikList li a figure {
    display: inline-block;
    border-radius: 360px;
    background-color: #fff;
    padding: 20px;
    position: relative;
    transition: all .2s ease-in-out;
    float: left;
    box-shadow: 0 10px 25px rgb(0 0 0 / 15%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.klinikList li a span {
    text-align: center;
    width: auto;
    display: inline-block;
    color: #404040;
    margin-top: 25px;
    font-size: 1.1vw;
    position: relative;
    width: 100%;
    display: inline-block;
    float: left;
    height: 70px;
    line-height: 1.2
}

.klinikList li a span:before {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 0;
    height: 1px;
    transition: all ease-in-out .3s;
    box-shadow: 0 0 100px rgb(235 31 46/50%);
    left: 50%
}

.klinikList li a:hover span:before {
    width: 100%;
    left: 0
}

.klinikList li a figure:before {
    content: "";
    position: absolute;
    left: -15px;
    top: -15px;
    bottom: -15px;
    right: -15px;
    border: 1px solid #0a568c;
    border-radius: 360px;
    opacity: 0;
    transition: all .2s cubic-bezier(.42,0,.22,.99)
}

.klinikList li a:hover figure:before,.klinikList li.active figure:before {
    opacity: 1
}

.klinikList li.active,.klinikList li:hover {
    opacity: 1
}

.klinikList li.active figure,.klinikList li:hover figure {
    background-color: #ebebeb;
    box-shadow: 0 10px 25px rgb(0 136 255 / 15%)
}

.title {
    text-align: center;
    font-size: 2vw;
    color: #404040;
    letter-spacing: 1px;
    line-height: 1.2;
    display: table;
    background: 0 0;
    -webkit-background-clip: none;
    -webkit-text-fill-color: none;
    margin: auto;
    font-weight: 700
}

.title span {
    display: block;
    font-size: 70%;
    font-weight: 400
}

.threeBox {
    width: 30%;
    float: left;
    margin-right: 5%;
    display: inline-block
}

.threeBox:nth-child(3n+3) {
    margin-right: 0
}

.threeBoxList {
    margin-top: 50px
}

.threeBox figure {
    margin-bottom: 20px;
    position: relative
}

.threeBox figure img {
    width: 100%;
    position: relative;
    z-index: 2
}

.threeBox h3 {
    font-size: 24px;
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    line-height: 1.2;
    font-weight: 700
}

.threeBox span {
    font-size: 17px;
    color: #939ba6;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%
}

.threeBox p {
    font-size: 16px;
    line-height: 1.4;
    max-height: 45px;
    overflow: hidden;
    font-weight: 400;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px
}

.moreBtn {
    background-color: #0a568c;
    display: inline-block;
    color: #fff;
    padding: 12px 25px;
    font-size: 15px;
    border-radius: 360px;
    letter-spacing: 1px;
    font-weight: 500
}

.threeBox:nth-child(2n+2) figure::Before {
    background-color: #616266
}

.threeBox a:not(.moreBtn) {
    color: #21302d
}

.rakamNot {
    text-align: center;
    margin-bottom: 80px;
    font-size: 2.3vw;
    line-height: 1.2;
    font-weight: 300;
    letter-spacing: .5px;
    color: #fff;
    float: left;
    width: 100%
}

.rakamlar {
    padding: 150px 0;
    background-color: #fff;
    background-size: cover;
    background-position: center;
    margin-bottom: 50px
}

.rakamlar ul {
    width: 100%;
    display: inline-block
}

.rakamlar ul li {
    float: left;
    width: 25%;
    text-align: center;
    position: relative;
    padding-left: 100px
}

.sayilar {
    font-weight: 900;
    font-family: Inter,sans-serif;
    font-size: 60px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: left
}

.rakamDetay {
    font-size: 22px;
    margin-top: 5px;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 500;
    text-align: left
}

.rakamNot i {
    color: #000;
    font-style: italic
}

.rakamlar ul li figure {
    width: 80px;
    position: absolute;
    left: 0;
    top: 10px
}

.ftBox {
    width: 20%;
    float: left;
    padding-right: 5%
}

.ftBox span {
    font-size: 20px;
    display: inline-block;
    width: auto;
    position: relative;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    padding-bottom: 10px;
    float: left;
}

.footerContact {
    width: 100%;
    display: inline-block
}

.footerContact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
    color: #b5c4d1;
    text-align: left;
    direction: ltr;
}

.footerContact p:last-child {
    margin-bottom: 0
}

.footerContact p a {
    color: #b5c4d1;
    display: flex;
    direction: ltr;
    text-align: left;
}

.socialMedia {
    display: inline-block;
    width: 100%
}

.socialMedia li {
    float: left;
    margin-left: 20px;
    width: 20px;
    transition: all ease-in-out .3s;
}

.socialMedia li:last-child {
    margin-right: 0
}

.ftBox:nth-child(5n+5) {
    padding-right: 0
}

.footerMenu {
    width: 100%;
    display: inline-block
}

.footerMenu li {
    width: 31.33%;
    float: left;
    margin-right: 2%;
    margin-bottom: 3%;
    text-align: left;
}

.footerMenu li a {
    font-size: 14px;
    line-height: 1.3;
    color: #b5c4d1;
    text-align: left;
    direction: ltr;
    transition: all ease-in-out .3s;
}

.fm2 li {
    width: 100%;
    margin: 0 0 3%
}

.bottom .container {
    display: table;
    z-index: 2;
    max-width: 1100px;
    width: 70%
}

.bottom2 {
    height: 60px;
    background-color: #022138;
    margin-top: 80px;
}

.bottom2 .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%
}

.copyright {
    font-size: 14px;
    line-height: 1.3;
    color: #fff;
    font-weight: 500;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menub2 ul li {
    margin: 0 30px;
    text-align: center
}

.menub2 ul {
    display: flex;
    align-items: center;
    justify-content: center
}

.menub2 ul li a {
    line-height: 1.3;
    color: #fff;
    font-weight: 500;
    font-size: 15px
}

.footerLogo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 35px
}

.footerContact p img {
    margin-bottom: 20px;
    margin-right: 10px
}

.footerContact.address p {
}

.ovalSect {
    padding-bottom: 0
}

.ovalImg {
    width: 50%;
    overflow: hidden;
    position: relative;
    right: 0;
    float: right;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    background-size: cover;
    background-position: center
}

.ovalImg img {
    width: 100%
}

.dgrContent {
    position: relative;
    top: 0;
    width: 50%;
    padding: 30px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    display: inline-block;
    float: left;
}

.dgrContent.dgrc2 {
    bottom: 30px
}

.dgrContent h1,.dgrContent h2 {
    font-size: 1.7vw;
    line-height: 1.2;
    font-weight: 700;
    color: #0a568c;
    margin-bottom: 15px
}

.dgrContent p {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px
}

.dgrContent p:last-child {
    margin-bottom: 0
}

.userBox {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 40%;
    float: left
}

.userBox figure {
    width: 100%;
    float: left
}

.userInf {
    width: calc(95% - 85px)
}

.userName {
    font-size: 25px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
    display: inline-block
}

.userInf i {
    font-size: 20px;
    position: absolute;
    right: 0;
    bottom: 0;
    font-weight: 500;
    color: #b1b5bd;
    z-index: 2
}

.rating span {
    font-weight: 500;
    font-size: 22px;
    color: #000
}

.rating ul li {
    float: left;
    width: 25px;
    margin-right: 10px
}

.rating {
    display: flex;
    align-items: center
}

.commentCarousel {
    width: 70%;
    margin: 0 auto
}

.userComment {
    width: 55%;
    float: left;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: fl;
    justify-content: center
}

.play {
    position: absolute;
    right: -30px;
    bottom: -30px;
    z-index: 2;
    border: 15px solid #f9f9f9;
    border-radius: 50%;
    width: 130px;
    transition: all ease-in-out .3s;
}

.fcList {
    width: 100%;
    display: inline-block;
    margin-top: 0
}

.fcList li {
    width: 31.33%;
    float: left;
    display: inline-block;
    margin: 15px 1%
}

.fcList li figure {
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
    float: left;
    display: inline-block;
    width: 100%;
    height: 320px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.fcList li figure img {
    width: 100%
}

.fcList li span {
    width: 100%;
    display: inline-block;
    float: left;
    text-align: center;
    margin-top: 0px;
    border-radius: 0px 0px 10px 10px;
    background-color: #042b49;
    padding: 15px 0;
    color: #fff;
    font-size: 18px;
    transition: all ease-in-out .3s;
}

.bottom::before {
    content: "";
    position: absolute;
    left: -3%;
    bottom: 0;
    right: -3%;
    width: auto;
    top: 0;
    height: 100%;
    background-color: transparent;
    z-index: 0;
    border-radius: 100% 100% 0 0
}

.bottom {
    overflow: hidden;
    background-color: #0e4d86
}

.ftBox:nth-child(4) {
    padding-right: 0;
    width: 25%;
}

.socialMedia li:first-child {
}

.socialMedia li i {
    font-size: 13px;
    color: #0a2e72;
    letter-spacing: 1px
}

.ftBox:first-child {
    width: 35%
}

.dgrContent a {
    background-color: #0a568c;
    display: inline-block;
    color: #fff;
    padding: 12px 25px;
    font-size: 14px;
    border-radius: 360px;
    letter-spacing: 1px;
    font-weight: 500
}

.innerHeader {
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.innerHeader .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.innerHeaderSect {
    width: 100%
}

.headerTitle {
    font-size: 2.5vw;
    font-weight: 700;
    color: #00558c;
    margin-bottom: 20px
}

.breadcrumb {
    display: inline-block;
    width: 100%
}

.breadcrumb ul li {
    float: left;
    display: inline-block;
    margin-right: 35px;
    position: relative
}

.breadcrumb ul li::Before {
    content: "";
    position: absolute;
    left: calc(100% + 15px);
    width: 7px;
    height: 2px;
    background-color: #6981af;
    top: 50%;
    transform: translateY(-50%)
}

.breadcrumb ul li a {
    color: #0a2e72;
    font-size: 15px;
    line-height: 1;
    font-weight: 500
}

.breadcrumb ul li:last-child::Before {
    display: none
}

.breadcrumb ul li.active a {
    color: #0a568c
}

.gnContent {
    width: 100%;
    display: inline-block
}

.w50.gnContent {
    width: 50%;
    float: right;
    padding-top: 60px
}

.w50img {
    width: 45%;
    float: left
}

.w50img img {
    width: 100%
}

.gnContent p {
    margin-bottom: 15px;
}

.gnContent p:last-child {
    margin-bottom: 0
}

.contentSect:nth-child(2n+2) .w50.gnContent {
    float: left
}

.contentSect:nth-child(2n+2) .w50img {
    float: right
}

.gnContent ul {
    width: 100%;
    margin-bottom: 30px
}

.gnContent ul:not(.gallery,.imagesColumn) li {
    font-size: 16px;
    display: list-item;
    list-style: disc;
    width: calc(100% - 20px);
    margin-left: 20px;
    line-height: 1.5;
    margin-bottom: 7px;
    font-weight: 300;
    color: #21302d;
}

.gnContent ul li:last-child {
    margin-bottom: 0
}

.gnContent td {
    border: 1px solid #000;
    padding: 10px;
    font-size: 1vw
}

.gnContent table {
    margin: 20px 0;
    width: 100%
}

.title2 {
    width: 100%;
    display: inline-block;
    font-size: 2.5vw;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #0a2e72
}

.title3 {
    width: 100%;
    display: inline-block;
    font-size: 1.5vw;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.2;
    color: #0a2e72
}

.topContact {
    height: 45px;
    background-color: #042b49;
    z-index: 999
}

.topContact .container2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    direction: ltr;
}

.topSocial {
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff
}

.topSocial li {
    float: left;
    margin-right: 15px;
    width: 30px
}

.topSocial li:last-child {
    margin-right: 0
}

.cn1 li {
    float: left;
    margin-right: 30px
}

.cn1 li a {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center
}

.cn1 li a img {
    margin-right: 7px;
    width: 20px
}

.gnContent h2,.gnContent h3 {
    font-size: 1.3vw;
    margin-bottom: 15px;
    font-weight: 700;
    color: #0a568c
}

.gnContent figure {
    width: 100%;
    margin: 30px 0
}

.gnContent figure img {
    margin: 0 auto;
    max-width: 100%
}

.formHolder {
    margin: 35px 0
}

.contact_form {
    width: 100%;
    margin: 0 auto 0;
    float: left
}

.contact_form ul {
    width: 100%;
    float: left;
    margin: 0 0
}

.contact_form ul li {
    width: 100%;
    display: inline-block;
    position: relative;
    margin-bottom: 5px!important;
}

.contact_form ul li span {
    width: 100%;
    display: inline-block;
    margin-bottom: 0!important;
    font-weight: 500;
    font-size: 18px;
    color: #ffc5bf;
    float: left
}

.contact_form ul li input,.contact_form ul li textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    height: 45px;
    padding: 0 20px;
    font-size: 13px;
    color: #000;
    font-weight: 400;
    background-color: #fff!important;
    border-radius: 5px;
    float: left;
    box-shadow: none!important
}

.contact_form ul li input[type="tel"] {
    padding: 0 20px;
}

.contact_form ul li textarea {
    height: 150px;
    padding-top: 15px
}

.contact_form ul li.submit input {
    width: 160px;
    float: right;
    background-color: #4b5d85!important;
    color: #fff;
    cursor: pointer;
    height: 45px;
    border-radius: 5px
}

.titleMini {
    text-align: center;
    font-size: 1vw;
    margin: 20px 0;
    width: 100%;
    font-weight: 300;
    display: inline-block
}

.map iframe {
    width: 100%;
    height: 100%
}

.map {
    width: 100%;
    height: 900px;
    margin-bottom: -270px
}

.map::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 136 255 / 30%);
    pointer-events: none
}

.contactList {
    background-color: #f1f8ff;
    padding: 40px 0;
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%
}

.contactList li {
    width: 100%;
    float: left;
    text-align: center;
    padding: 25px 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: 1px solid #0a568c
}

.contactList li i {
    margin-bottom: 15px
}

.contactList li span {
    font-size: 1.3vw;
    margin-bottom: 10px;
    width: 100%;
    display: block;
    font-weight: 600;
    color: #0a2e72
}

.contactList li p {
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #616c75;
    font-size: 1vw
}

.contactList li p a {
    color: #616c75
}

.contactList li:last-child {
    border: none
}

.pdfList {
    margin-top: 35px;
    display: flex;
    column-gap: 30px;
    width: 100%;
}

.pdfList li {
    text-align: center;
    padding: 50px 5%;
    background-color: #fff;
    width: 34%;
    float: left;
    border-radius: 10px;
    box-shadow: 0px 5px 20px rgba(0,0,0,0.15);
}

.pdfList li i {
    margin-bottom: 15px
}

.pdfList li span {
    font-size: 1.3vw;
    margin-bottom: 10px;
    width: 100%;
    display: block;
    font-weight: 600;
    color: #0a2e72
}

.pdfList li p a {
    color: #616c75
}

.pdfList li:last-child {
    border: none
}

.goruntule {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0px;
    color: #0a568c;
    font-size: 16px;
}

.goruntule img {
    margin-left: 15px
}

.pdfList li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%
}

.sub-menu .sub-menu {
    display: inline-block;
    position: absolute;
    right: 100%;
    left: initial;
    top: 0;
    transform: initial;
    background-color: #0a568c;
    max-height: 345px;
    overflow-y: scroll
}

.sub-menu .sub-menu li a {
    color: #fff;
    background: #fff;
    box-sizing: border-box;
}

.sub-menu .sub-menu li:hover a {
    background-color: #425a9f!important
}

.sub-menu>ul>li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: inherit;
    margin-top: 0
}

.sub-menu>li>a:hover {
    background-color: #0a568c;
    color: #fff !important;
}

.gnContent p strong,.gnContent ul li strong {
    font-weight: 600;
    color: #0d497c
}

.lang {
    position: absolute;
    right: 0;
    bottom: 13px;
    z-index: 5
}

.langTitle {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
    color: #fff
}

.langTitle i {
    margin-left: 10px;
    width: 20px
}

.lang ul {
    position: absolute;
    left: 0;
    top: 100%;
    padding-top: 10px;
    width: 100%;
    display: inline-block;
    opacity: 0;
    pointer-events: none;
    background-color: #fff;
    padding: 10px 15px;
    border-top: 0;
    box-shadow: 0 10px 10px rgb(0 0 0 / .1)
}

.lang ul li {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px
}

.lang ul li a {
    color: #4d4d4d;
    font-weight: 500;
    font-size: 14px
}

.lang ul li:last-child {
    margin-bottom: 0
}

.lang:hover ul {
    opacity: 1;
    pointer-events: initial
}

::-webkit-scrollbar {
    width: 5px
}

.homeCarousel .owl-dots {
    position: absolute;
    left: 5%;
    bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.homeCarousel .owl-dot {
    width: 12px;
    height: 12px;
    margin: 0 4px;
    border-radius: 360px;
    box-sizing: border-box;
    transition: all .2s ease-in-out;
    outline: 0;
    background-color: rgb(96 96 96 / 30%)!important
}

.homeCarousel .owl-dot.active {
    background-color: #195c90 !important;
    width: 30px
}

.homeCarousel .owl-next,.homeCarousel .owl-prev {
    background-size: 100%!important;
    background-repeat: no-repeat!important;
    background-position: center center!important;
    background-color: transparent!important;
    border: none!important;
    text-indent: -9999em;
    width: 55px;
    height: 55px;
    margin: 0 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.homeCarousel .owl-next {
    background-image: url(../images/icons/next.svg)!important;
    right: 20px
}

.homeCarousel .owl-prev {
    background-image: url(../images/icons/prev.svg)!important;
    left: 20px
}

::-webkit-scrollbar-track {
    background: #fff
}

::-webkit-scrollbar-thumb {
    background: #0a568c
}

.ovalSect .container {
    /* display: inline-block; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    /* box-shadow: 0 5px 20px rgb(0 0 0 / 25%); */
    /* background-color: #fff; */
    /* border-radius: 10px; */
    /* overflow: hidden; */
    /* float: left; */
}

.ico {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    margin-top: 3px;
    margin-bottom: 15px;
    z-index: 1;
    width: 60px;
    height: auto
}

.sgb {
    background: url(../images/oval-bg.jpg);
    height: 380px;
    width: 98%;
    background-position: center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #0a568c;
    text-align: center;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    border-radius: 8px;
    cursor: pointer;
    color: #fff;
    padding: 0 15px;
    margin: 0 auto
}

.icotitle {
    color: #fff;
    z-index: 1;
    transition: all .3s linear;
    FONT-WEIGHT: 700;
    font-size: 18px;
    padding: 0 6px;
    margin-bottom: 8px
}

.iconot {
    transition: all .2s linear;
    FONT-WEIGHT: 400;
    z-index: 5;
    font-size: 14px;
    line-height: 1.3;
    color: #fff
}

.sgb:after {
    content: "";
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    background: #0a568c;
    background: linear-gradient(180deg,rgb(10 86 140 / 80%) 61%,#001025 100%);
    display: block;
    position: absolute;
    width: 98%;
    height: 100%;
    border-radius: 8px
}

.tant {
    position: relative
}

.kirmizi,.mavibar {
    color: #01538b;
    font-size: 24pt;
    margin-top: 10px;
    font-weight: 400;
    text-align: left;
    padding: 9px 0;
    margin-bottom: 20px;
    letter-spacing: -1px
}

.tant::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 20000;
    height: 4px;
    width: 100px;
    background-color: #d81119
}

.saglikCarousel .owl-next:hover,.saglikCarousel .owl-prev:hover,.tibbiCarousel .owl-next:hover,.tibbiCarousel .owl-prev:hover {
    color: #f6f6f6;
    background: #0b568c;
}

.saglikCarousel .owl-next,.saglikCarousel .owl-prev,.tibbiCarousel .owl-next,.tibbiCarousel .owl-prev {
    background: #0080ef;
    color: #f6f6f6;
    font-size: 18pt;
    float: left;
    margin-right: 8px;
    padding: 0 10px 3px;
    position: relative;
    -webkit-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
    Z-INDEX: 10;
    border-radius: 50%;
    font-weight: bolder;
    font-family: arial;
    width: 40px;
    height: 40px
}

.saglikCarousel .owl-nav,.tibbiCarousel .owl-nav {
    position: absolute;
    right: 0;
    top: -60px
}

.saglikCarousel .owl-dots,.tibbiCarousel .owl-dots,.videoCarousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px
}

.saglikCarousel .owl-dot,.tibbiCarousel .owl-dot,.videoCarousel .owl-dot {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    border-radius: 360px;
    box-sizing: border-box;
    transition: all .2s ease-in-out;
    outline: 0;
    background-color: rgb(96 96 96 / 30%)!important
}

.saglikCarousel .owl-dot.active,.tibbiCarousel .owl-dot.active,.videoCarousel .owl-dot.active {
    background-color: #0b568c !important;
    width: 30px
}

.kirmizi b,.mavibar b {
    font-weight: 700;
    display: inline-block
}

.hsContent span {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
    display: inline-block;
    width: 90%;
    color: #424242;
    font-weight: 400
}

.gallery {
    width: 100%
}

.gallery li {
    width: 23%;
    display: inline-block;
    margin: 1%;
    height: 180px;
    float: left;
    transition: all .2s cubic-bezier(.42,0,.27,1.01);
    border-radius: 5px;
    overflow: hidden;
}

.gallery li a {
    display: inline-block;
    width: 100%;
    height: 100%
}

.gallery li a figure {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0!important
}

.gallery li:hover {
    opacity: .3
}

.ics.sag .contact_form ul li.submit input {
    width: 100%;
    background-color: #b00;
    height: 35px
}

li.submit {
    margin-bottom: 0!important
}

.headerTitle * {
    color: #00558c
}

.homeCarousel .owl-item.active .items .container2 * {
    display: inline-block
}

.homeCarousel .owl-item .items .container2 * {
    display: none
}

.homeCarousel .owl-item .items h2 {
    animation-delay: .3s!important
}

.homeCarousel .owl-item .items p {
    animation-delay: .6s!important
}

.homeCarousel .owl-item .items span {
    animation-delay: .9s!important
}

.homeCarousel .owl-item .items a {
    animation-delay: 1.2s!important
}

.sidebarMenu {
    width: 100%;
    display: inline-block;
    background-color: #fff;
    box-shadow: 0px 5px 20px rgba(0,0,0,0.15);
    border-radius: 10px;
    overflow: hidden;
}

.sidebarMenu span {
    width: 100%;
    padding: 15px 15px;
    background-color: #042b49;
    display: inline-block;
    color: #fff;
    font-weight: 700;
}

.sidebarMenu ul {
    width: 100%;
    display: inline-block;
}

.sidebarMenu ul li {
    width: 100%;
    display: inline-block;
    padding: 0 15px
}

.sidebarMenu ul li a {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
    padding: 10px 0;
    font-size: 14px;
    transition: all .2s ease-in-out
}

.sidebarMenu ul li:Hover {
    background-color: #dfdfdf
}

.sidebarMenu ul li:last-child a {
    border: none
}

.dgrContent h1 span, .dgrContent h1 i, .dgrContent h2 span, .dgrContent h2 i {
    font-size: 80%;
    font-weight: 500
}

.gnContent p img {
    max-width: 400px;
    float: left;
}

.gnContent p:nth-child(2n+2) img {
    float: right
}

.imagesColumn li {
    display: inline-block;
    margin: 15px 0
}

.imagesColumn li figure {
    width: 50%;
    float: left;
    margin: 0;
    padding-right: 3%
}

.imagesColumn li p {
    width: 50%
}

.imagesColumn li:nth-child(2n+2) figure {
    float: right;
    padding-left: 3%;
    padding-right: 0
}

.dgrContent p strong {
    font-weight: 700
}

.reverse .dgrContent {
    float: right
}

.reverse .ovalImg {
    right: initial;
    left: 0
}

.footerContact p a img {
    margin-bottom: 5px
}

.contact_form ul li p {
    width: 100%;
    float: left
}

.wpcf7-not-valid-tip {
    color: #dc3232!important;
    font-size: 12px!important;
    font-weight: 400;
    display: block
}

.wpcf7 form .wpcf7-response-output {
    font-weight: 500;
    width: 100%;
    float: left;
    box-sizing: border-box
}

.pdfList .pdf-img {
    width: 75px;
    margin-bottom: 15px;
}

.pdfList .see-img {
    width: 35px;
}

.pdfList li span {
    min-height: 68px;
}

@media only screen and (min-width: 768px) {
    .sub-menu li:Hover>.sub-menu {
        display:inline-block;
        opacity: 1;
        visibility: visible;
        pointer-events: inherit;
        margin-top: 0
    }

    .topMenu>div>ul>li:hover>.sub-menu {
        opacity: 1;
        visibility: visible;
        pointer-events: inherit;
        margin-top: 0
    }
}
.about-index-content {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about-img {
    width: 45%;
    float: left;
    position: relative;
    z-index: 1;
}

.about-index-text {
    width: 50%;
    margin-left: 5%;
    float: left;
    position: relative;
}

.about-img>img {
    border-radius: 7px;
    float: left;
}

.about-img:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background: #195c90;
    border-radius: 7px;
    opacity: .2;
    z-index: -1;
    left: -50px;
    bottom: -50px;
}

.about-index-text h1, .title h2 {
    font-size: 2.5vw;
    color: #0b568c;
    font-weight: 400;
    margin-bottom: 20px;
}

.about-index-text h1 strong {
    font-weight: 700;
}

.about-index-text p {
    margin-bottom: 15px;
}
.fcList li:nth-child(5n+5) {
    width: 64.66%;
    }

.about-index-text p strong {
    font-weight: 600;
}

.about-index-text a {
    padding: 12px 35px;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    background-color: #0b568c;
    border-radius: 7px;
    margin-top: 30px;
    display: inline-block;
}
.play:hover {
    transform: scale(1.1);
}
.index-videolar {
    /* background: #fff; */
    margin: 100px 0px 0px;
}

.title {
    margin-bottom: 30px;
}


.title h2 b {
    font-weight: 600;
}
.saglik-turizm {
    padding: 0px;
    margin-bottom: 80px;
}

.saglik-turizmi-title {
    width: 100%;
    margin-bottom: 30px;
}

.saglik-turizmi-title h2 {
    font-size: 2.5vw;
    color: #0b568c;
    font-weight: 400;
    margin-bottom: 15px;
}

.saglik-turizmi-title h2 strong {
    font-weight: 600;
}

.saglik-turizmi-title p {
    margin-bottom: 15px;
}

.saglik-turizmi-title p strong {
    font-weight: 600;
}
.hizmetler-index ul.fcList {
    width: 102%;
    margin-left: -1%;
}

.hizmetler-index ul.fcList a:hover span {
    background: #0c558b;
}

.hizmetler-index ul.fcList a {
    display: block;
    float: left;
    width: 100%;
}

.hizmetler-index {
    margin-bottom: 80px;
}
.footer {
    background: #042b49;
    padding-top: 80px;
}

.footerMenu li a:hover {
    color: #fff;
}

.footerContact img {
    width: 20px;
    float: left;
    margin-top: 3px;
}

.socialMedia li:hover {
    opacity: .5;
}
.aboutHeader {
    height: 60vh;
}

.aboutHeader .container {
    align-items: end;
    bottom: 50px;
    color: #fff;
}

.aboutHeader .headerTitle {
    color: #fff;
    text-align: center;
}

.aboutHeader .headerTitle h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
}

.aboutHeader .headerTitle p {
    color: #fff;
    font-size: 18px;
}

.about-content {
    width: 100%;
    float: left;
    margin-top: 70px;
}

.about-left {
    width: 60%;
    float: left;
    box-sizing: border-box;
    padding-right: 5%;
}

.about-right {
    width: 40%;
    float: left;
    position: relative;
}

.about-left h2,.about-left h3 {
    font-size: 34px;
    font-weight: 400;
    color: #0c558b;
    margin-bottom: 15px;
}

.about-left h2 strong, .about-left h3 strong {
    font-weight: 700;
}

.about-left h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #042b49;
}

.about-left p {
    margin-bottom: 20px;
}
.about-vizyon-misyon {
    width: 100%;
    float: left;
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about-box {
    width: 48%;
    box-shadow: 0px 5px 15px rgba(0,0,0,0.15);
    border-radius: 10px;
    box-sizing: border-box;
    padding: 30px 50px;
    text-align: center;
}

.about-box img {
    width: 80px;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 10px;
}

.about-box h2 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #265286;
    font-weight: 600;
}

.about-box p {
    font-size: 14px;
    min-height: 150px;
}

.about-right img {
    border-radius: 10px;
}
.about-galeri {
    width: 100%;
    float: left;
    margin: 100px 0px 70px;
}

a.galeriImg {
    width: 100%;
    height: 350px;
    display: block;
}

a.galeriImg figure {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}
.about-galeri .title {
    text-align: left;
    display: block;
}

.about-galeri .title h2 strong {
    font-weight: 700;
}
img.alignleft {
    margin-right: 30px;
    margin-bottom: 15px;
}

img.alignright {
    margin-left: 30px;
    margin-bottom: 15px;
    float: right !important;
}
.fancybox-is-open .fancybox-bg {
    background: #000;
    opacity: .7
}

#atakulloader {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(1 15 85 / 85%)
}

#loadstatu_img {
    text-align: center;
    margin-top: 60px
}

@-webkit-keyframes heartbeat {
    0% {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    20% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    40% {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    60% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    80% {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    100% {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
}

@keyframes heartbeat {
    0% {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    20% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    40% {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    60% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    80% {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    100% {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
}

.cerez_politika {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 20px;
    font-size: 9pt;
    width: 286px;
    background-color: rgba(0,0,0,.9);
    color: #fff;
    z-index: 9999999;
    text-align: flex-start;
    padding: 10px;
    border-radius: 4px
}

.cerez_politika a {
    background: #ff0147;
    padding: 0 8px;
    display: inline-block;
    color: #fff;
    border-radius: 2px;
    margin-left: 10px
}

.fancybox-slide--iframe .fancybox-content {
    width: 800px;
    height: 600px;
    max-width: 80%;
    max-height: 80%;
    margin: 0
}

#medicine {
    position: relative;
    width: 160px;
    -webkit-animation: heartbeat 1s infinite;
    animation: heartbeat 1s infinite
}

.jbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0
}

.imgcover {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.sizeoz:hover .imgcover {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-box-shadow: 0 0 0 4px rgb(216 17 25);
    box-shadow: 0 0 0 4px rgb(216 17 25)
}

.block-header__divider {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 1px;
    background: #dedede;
    position: relative;
    margin: 30px 20px
}

#load-logo {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%
}

#enust {
    height: 50px;
    padding: 16px 0;
    position: relative;
    display: block;
    background: #fff
}

.social {
    float: left;
    right: 1%;
    position: absolute;
    top: -2px
}

.ulogin {
    float: left;
    margin-right: 15px;
    color: #adb9e2;
    font-size: 10pt;
    padding: 4px 0
}

#banici,#bantasiyici,#rehb,#ustic,#yorumlar,.alttas,.barsib,.content,.form-static,.linko,.menust,.tant {
    max-width: 1200px;
    margin: 0 auto
}

#cssmenu {
    margin: 0 auto
}

#whatsap {
    position: relative;
    font-weight: bolder
}

.onbol {
    padding: 2px;
    float: left;
    width: 33%
}

.ontas {
    width: 98%;
    height: 100%;
    margin: 0 auto
}

.ontasic {
    position: relative;
    text-align: center
}

.ontacli {
    display: block;
    padding: 5px;
    border-radius: 4px;
    transition: all .3s linear
}

.ontacli:hover {
    background: #f7f7f7
}

.ontacli .icon {
    color: #262f88;
    font-size: 20pt
}

.ontacli .yazi {
    color: #7e7e7e;
    font-size: 10pt;
    font-weight: 500;
    height: 32px;
    margin-top: 6px;
    text-transform: uppercase
}

.bizislem {
    padding-top: 25px;
    border-top: 1px solid #e9e9e9
}

.biziara {
    background: red;
    color: #fff;
    padding: 10px 15px;
    border-radius: 40px;
    font-weight: 600
}

.biziara.bizeyaz {
    background: #262f88;
    color: #fff;
    border-radius: 40px;
    font-weight: 600
}

.falsag {
    background: #fff;
    padding: 10px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 1px solid #cecece
}

.uslu {
    width: 100%;
    margin-top: 40px
}

.bgiris {
    background: #ef0f74;
    display: inline-block;
    padding: 3px 8px;
    font-size: 11pt;
    color: #fff;
    border-radius: 3px;
    right: 25%;
    position: absolute
}

.what {
    border: 1px solid #3fc350;
    position: absolute;
    right: 15.7%;
    top: 0;
    background: #3fc350;
    border-radius: 3px;
    line-height: 23px;
    font-size: 10pt;
    color: #fff;
    padding-right: 10px;
    padding-left: 2px
}

.randevu {
    height: 45px;
    padding: 8px 0;
    position: absolute;
    top: 20px;
    border-radius: 5px;
    font-size: 11pt;
    margin-left: 5px;
    display: inline-block;
    right: 0;
    display: flex;
    align-items: center
}

.faf {
    font-size: 26pt;
    top: 18px;
    position: relative;
    color: #d51d61
}

.temizlik {
    clear: both
}

.icslogan {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%
}

#yorumlar {
    width: 100%;
    position: relative;
    margin-bottom: 30px
}

.yorumlar {
    position: relative
}

.yorumlar .owl-theme .owl-controls .owl-page span {
    background-color: #1090d8;
    width: 15px;
    height: 15px;
    margin: 5px 4px
}

.icortala {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    z-index: 1
}

.plink {
    background: #df1f26;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    color: #fff;
    padding: 3px;
    display: inline-block;
    border-radius: 100%;
    font-weight: 600;
    position: relative;
    z-index: 5;
    width: 50px;
    height: 50px;
    text-align: center
}

.plink:hover {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    background: #05005e;
    background: -webkit-gradient(linear,right top,left top,from(rgba(5,0,94,1)),color-stop(0,rgba(46,9,121,1)),color-stop(77%,rgba(227,0,104,1)));
    background: -o-linear-gradient(right,rgba(5,0,94,1) 0,rgba(46,9,121,1) 0,rgba(227,0,104,1) 77%);
    background: linear-gradient(270deg,rgba(5,0,94,1) 0,rgba(46,9,121,1) 0,rgba(227,0,104,1) 77%)
}

.keyf {
    color: #da0101;
    background: #fff;
    width: 44px;
    height: 44px;
    line-height: 44px!important;
    border-radius: 100%;
    -webkit-animation: keyf 2s infinite linear;
    animation: keyf 2s infinite linear;
    -webkit-box-shadow: 0 0 15px #fff;
    box-shadow: 0 0 15px #fff;
    margin: 0;
    display: block;
    text-indent: 3px
}

.keyf:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 50%;
    background-color: rgb(255 255 255 / 40%);
    width: 46px;
    height: 46px
}

@-webkit-keyframes keyf {
    50% {
        -webkit-box-shadow: 0 0 0 70px rgba(253,167,0,0);
        box-shadow: 0 0 0 70px rgba(253,167,0,0)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(253,167,0,0);
        box-shadow: 0 0 0 0 rgba(253,167,0,0)
    }
}

@keyframes keyf {
    50% {
        -webkit-box-shadow: 0 0 0 70px rgba(253,167,0,0);
        box-shadow: 0 0 0 70px rgba(253,167,0,0)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(253,167,0,0);
        box-shadow: 0 0 0 0 rgba(253,167,0,0)
    }
}

.item-comment {
    padding: 0 10px
}

.yorsu {
    background: #00558c;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    padding: 5px 14px;
    font-size: 10pt;
    float: left;
    color: #fff;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    position: relative;
    bottom: 10px;
    font-weight: 500
}

.testimonials-item:hover .yorsu {
    padding: 5px 22px;
    background: #051046
}

.customer-photo {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    height: 200px;
    margin-bottom: 5px;
    z-index: 120;
    position: relative;
    width: 100%;
    border-radius: 8px 8px 0 0;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

.testimonials-item {
    margin-right: 20px;
    -webkit-box-shadow: 0 4px 10px rgb(0 0 0 / 20%);
    box-shadow: 0 4px 10px rgb(0 0 0 / 20%);
    background-color: #fff;
    border-radius: 6px;
    line-height: 22px;
    margin-bottom: 30px;
    position: relative;
    font-size: 12pt;
    min-height: 160px;
    overflow: hidden;
    border: 3px solid #fff;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    width: 100%
}

.testimonials-item:hover {
    background-color: #e8eff7
}

#goog-gt-tt {
    display: none!important
}

.goog-te-banner-frame {
    display: none!important
}

.goog-te-menu-value:hover {
    text-decoration: none!important
}

#google_translate_element2 {
    display: none!important
}

.menuk {
    display: none;
    position: absolute;
    right: 20px;
    top: 72px;
    background: #fff;
    width: 76%;
    z-index: 5000;
    max-height: 0;
    overflow: auto;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    webkit-box-shadow: 0 56px 63px -8px rgba(0,0,0,.75);
    -webkit-box-shadow: 0 56px 63px -8px rgba(0,0,0,.75);
    box-shadow: 0 56px 63px -8px rgba(0,0,0,.75)
}

.umeac:hover .menuk {
    max-height: 450px;
    padding: 10px
}

.menuk:hover .umeac {
    background: #000
}

.sublink {
    float: left;
    width: 15.45%;
    margin: 0 5px;
    overflow: hidden
}

#cssmenu ul li .iclick {
    color: #fff;
    border: none;
    padding: 4px 0;
    font-weight: 600;
    background: #003367;
    text-align: center;
    margin-bottom: 6px
}

#cssmenu ul li .iclickici {
    color: #000;
    border: none;
    font-size: 10pt;
    font-weight: 400;
    padding: 6px 0;
    background: #f5f5f5;
    margin-bottom: 4px
}

.ulsol {
    position: absolute;
    width: 15px;
    height: 100%;
    background: #8e0009;
    left: -48px;
    z-index: 500;
    transform: skew(-32deg,0deg);
    -webkit-transform: skew(-32deg,0deg);
    -moz-transform: skew(-32deg,0deg);
    -o-transform: skew(-32deg,0deg);
    -ms-transform: skew(-32deg,0deg)
}

.ulsol2 {
    position: absolute;
    width: 18px;
    height: 100%;
    background: #b6000c;
    left: -34px;
    z-index: 500;
    transform: skew(-32deg,0deg);
    -webkit-transform: skew(-32deg,0deg);
    -moz-transform: skew(-32deg,0deg);
    -o-transform: skew(-32deg,0deg);
    -ms-transform: skew(-32deg,0deg)
}

.pohh {
    position: absolute;
    right: 18%;
    top: 10px;
    width: 30px
}

.pohh img {
    width: 40px;
    margin-top: 15px;
    background: #fff;
    padding: 7px;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 3px -1px rgba(0,0,0,.19);
    box-shadow: 0 2px 3px -1px rgba(0,0,0,.19)
}

.dpoh {
    position: absolute;
    padding: 8px 11px;
    background: #fff;
    top: 10px
}

.dpus {
    position: absolute;
    left: 40px;
    width: 200px;
    color: #fff;
    top: 18px;
    font-size: 10pt;
    font-weight: 600
}

.dpalt {
    position: absolute;
    left: 40px;
    width: 220px;
    color: #fff;
    font-weight: 300;
    top: 35px;
    font-size: 10pt
}

#cssmenu,#cssmenu #menu-button,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a {
    display: block
}

#cssmenu:after,#cssmenu>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

#cssmenu #menu-button {
    display: none
}

#cssmenu {
    z-index: 5000;
    position: relative
}

#cssmenu>ul>li {
    position: relative;
    display: inline-block
}

#cssmenu ul {
    position: relative;
    margin-left: 10%;
    margin-right: 12%;
    text-align: center;
    margin-bottom: 0;
    padding: 0;
    display: flex;
    justify-content: center
}

#cssmenu.align-center>ul {
    font-size: 0;
    text-align: center
}

#cssmenu.align-center>ul>li {
    display: inline-block;
    float: none
}

#cssmenu.align-center ul ul {
    text-align: left
}

#cssmenu.align-right>ul>li {
    float: right
}

#cssmenu>ul>li>a {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    padding: 35px 10px;
    font-size: 13pt;
    letter-spacing: 0;
    text-decoration: none;
    color: #00558c;
    text-transform: uppercase;
    font-weight: 600;
    height: 100%
}

#cssmenu>ul>li:hover>a {
    color: #fff;
    background: #0a568c
}

#cssmenu .altvar {
    position: absolute;
    top: 37px;
    right: 0;
    display: block;
    font-size: 9pt;
    color: #d3d3d3
}

#cssmenu>ul>li.has-sub:hover .altvar {
    color: #fff
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px;
    margin-left: 0;
    padding: 0;
    display: block
}

#cssmenu.align-right ul ul {
    text-align: right
}

#cssmenu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

#cssmenu li:hover>ul {
    left: auto
}

#cssmenu.align-right li:hover>ul {
    left: auto;
    right: 0
}

#cssmenu li:hover>ul>li {
    height: 47px
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0
}

#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%
}

#cssmenu ul ul li a {
    text-align: left;
    padding: 19px 4px;
    width: 250px;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    background: #0e4d86
}

#cssmenu ul ul li.last-item>a,#cssmenu ul ul li:last-child>a {
    border-bottom: 0
}

#cssmenu ul ul li a:hover,#cssmenu ul ul li:hover>a {
    color: #fff;
    background: #1f3d9d
}

#cssmenu ul ul li.has-sub>a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: ''
}

#cssmenu.align-right ul ul li.has-sub>a:after {
    right: auto;
    left: 11px
}

#cssmenu ul ul li.has-sub>a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

#cssmenu.align-right ul ul li.has-sub>a:before {
    right: auto;
    left: 14px
}

#cssmenu ul ul>li.has-sub:hover>a:before {
    top: 17px;
    height: 0
}

#ustic {
    padding: 10px 16px;
    text-align: right
}

.ust {
    width: 100%;
    position: relative;
    background: #075ac9
}

.uslu {
    float: left;
    width: 50%
}

.aus {
    font-size: 11pt;
    margin-left: 20px;
    display: inline-block;
    padding: 2px 16px;
    border: 1px solid #d9c8bc;
    border-radius: 30px;
    color: #c5ab99
}

.must {
    overflow: hidden;
    margin: 0 auto;
    max-width: 96%
}

.giizle {
    display: none
}

.must span {
    float: right;
    position: relative;
    padding: 25px
}

.menutas {
    width: 100%;
    position: relative;
    z-index: 50000;
    background: #fff;
    -webkit-box-shadow: 0 0 12px 6px rgb(0 0 0 / 21%);
    box-shadow: 0 0 12px 6px rgb(0 0 0 / 21%)
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 50000
}

.fixed #cssmenu>ul>li>a {
    padding: 30px 12px
}

.collor {
    padding: 3px 8px;
    background: #f9f9f9;
    border-radius: 30px;
    margin-bottom: 3px;
    display: block;
    font-size: 11pt;
    color: #000
}

#-sipactive {
    color: #a2f3a2
}

#-sipactive:after {
    border-bottom: 10px solid #56b056;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    width: 0
}

.content {
    margin-top: 12px;
    margin-bottom: 25px;
    position: relative;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 12px 5px rgb(0 0 0 / 2%);
    box-shadow: 0 0 12px 5px rgb(0 0 0 / 2%);
    width: 100%;
    box-sizing: border-box;
    display: inline-block
}

.flag {
    width: 30px;
    float: right;
    position: relative;
    margin-left: 3px
}

#ScrollTop {
    position: fixed;
    right: 18px;
    bottom: 130px;
    cursor: pointer;
    display: none;
    background: rgb(233 236 245 / 67%);
    color: #00558c;
    border-radius: 50%;
    font-size: 20pt;
    width: 42px;
    height: 42px;
    text-align: center;
    font-weight: 700;
    z-index: 5000
}

.sos {
    color: #000;
    position: relative;
    background: #fff;
    padding: 4px 6px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.15);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.15);
    border-radius: 50%;
    width: 25px;
    height: 25px
}

.kirmizi,.mavibar {
    color: #01538b;
    font-size: 24pt;
    margin-top: 10px;
    font-weight: 600;
    text-align: left;
    padding: 9px 0;
    margin-bottom: 20px;
    letter-spacing: -1px
}

.tant {
    position: relative
}

.tant::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 20000;
    height: 4px;
    width: 100px;
    background-color: #d81119
}

.foice {
    display: block
}

.foter {
    position: relative;
    background: #0e4d86
}

.fotic {
    float: left;
    width: 50%
}

.fot {
    float: left;
    font-weight: 400;
    width: 24%;
    padding: 20px;
    color: #c7d2d9;
    font-size: 11pt
}

.fotilk {
    width: 28%
}

.fotertasi {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 15px;
    padding-top: 25px
}

.fota {
    color: #bcbcbc;
    margin-bottom: 2px;
    position: relative;
    display: block;
    padding: 4px;
    text-transform: uppercase
}

.fota:hover {
    color: red
}

.medapp img {
    width: 120px;
    height: 38px;
    padding: 4px;
    border-radius: 6px
}

#mapyaz {
    z-index: 3000;
    top: 42px;
    position: relative;
    background: #0950a0;
    padding: 10px;
    display: inline-block;
    left: 45%;
    color: #fff;
    font-weight: 900;
    border-radius: 0 0 12px 12px
}

.logomalt {
    margin-bottom: 40px;
    position: relative;
    width: 192px;
    height: 46px
}

.yazfot {
    font-size: 18pt;
    margin-bottom: 30px;
    font-weight: 700;
    color: #fff;
    padding: 5px 0;
    letter-spacing: -1px;
    position: relative
}

.yazfot:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    height: 3px;
    width: 62px;
    background-color: #df1f26
}

.yoltarif {
    display: block;
    background: #da291c;
    color: #fff;
    padding: 10px;
    border-radius: 20px;
    text-align: center;
    margin-top: 30px
}

.firbi {
    margin-bottom: 10px;
    color: #fff
}

.firbi i {
    font-size: 16pt;
    margin-right: 8px;
    color: #df1f26
}

.fotim {
    position: absolute;
    top: 20px;
    right: 85px;
    height: 40px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.fotim:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.sosfa {
    padding: 7px 2px;
    width: 30px;
    height: 30px;
    text-align: center;
    text-decoration: none;
    margin: 1px 1px;
    border-radius: 50%;
    background: #d5d5d5;
    color: #051240
}

.sosfa:hover.fa-twitter {
    background: #55acee;
    color: #fff
}

.sosfa:hover.fa-instagram {
    background: #dd4b39;
    color: #fff
}

.sosfa:hover.fa-facebook {
    background: #007bb5;
    color: #fff
}

.sosfa:hover.fa-youtube {
    background: #b00;
    color: #fff
}

.uslu {
    width: 100%;
    margin-top: 40px
}

.daniss {
    background-image: url(../images/mums.jpg);
    background-position: center center;
    background-size: cover;
    display: block;
    height: 360px;
    overflow: hidden;
    width: 100%;
    z-index: 100;
    position: relative;
    margin-bottom: 25px
}

.alalt {
    padding: 4px;
    background: #030b1d;
    color: #878c99;
    border-radius: 4px;
    margin-right: 4px;
    margin-bottom: 4px;
    display: inline-block;
    font-size: 10pt
}

#cingils {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%
}

.logo {
    -o-transition: all .3s linear
}

.logomr {
    width: 198px;
    top: 0
}

.fixed .randevu {
    padding: 0;
    position: absolute;
    top: 50%;
    float: right;
    right: 0;
    transform: translateY(-50%)
}

.fixed #cssmenu .altvar {
    top: 26px
}

.logom {
    width: 250px;
    height: 90px;
    display: block;
    background-size: 105%!important;
    background-position: 0 55%!important;
    background: 0 0!important;
    overflow: hidden;
    position: relative
}

.logom svg {
    position: absolute;
    top: 50%;
    transform: translateY(-54%);
    width: 100%
}

.unustu {
    display: none
}

.menust {
    height: 76px;
    position: relative;
    -webkit-box-shadow: 0 0 12px 6px rgb(0 0 0 / 21%);
    box-shadow: 0 0 12px 6px rgb(0 0 0 / 21%);
    z-index: 5000
}

.borsa {
    position: absolute;
    right: 420px;
    top: 6px;
    font-weight: 400;
    font-size: 10pt;
    padding: 5px;
    background: #ffffff85
}

.para {
    float: left;
    margin-right: 12px
}

.para img {
    position: relative;
    top: 4px;
    margin-right: 3px
}

.fa-whatsapp {
    color: #14b709;
    font-size: 16pt;
    margin-left: 25px
}

.saa img {
    float: left;
    height: 105px;
    margin-right: 15px;
    margin-bottom: 10px
}

.soic {
    background: #eef5ec;
    width: 100%;
    height: 100%;
    display: block;
    border-top: 5px solid #fff
}

.soyaz {
    max-width: 545px;
    top: 10%;
    width: calc(100% - 30px);
    position: relative;
    z-index: 1;
    line-height: 1.2;
    margin: 0 auto;
    color: #56b056;
    font-size: 13pt
}

.gal {
    overflow: hidden;
    float: left;
    width: 25%;
    padding: 5px
}

.gal img {
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0,0,0,.95);
    box-shadow: 0 2px 5px -2px rgba(0,0,0,.95);
    border: 10px solid #fff
}

.gal:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .7
}

.har {
    float: left;
    width: 50%;
    padding: 20px
}

#sivama {
    display: none;
    background: rgb(1 15 85 / 85%);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 5000000
}

#siparis {
    background: #fff;
    display: none;
    max-width: 600px;
    z-index: 601;
    position: fixed;
    left: 10%;
    right: 10%;
    top: -650px;
    padding: 10px;
    border-radius: 7px;
    font-family: Oswald,sans-serif;
    margin: 0 auto
}

#kapa {
    padding: 12px;
    background: #dadada;
    color: #fff;
    display: block;
    border-radius: 6px 6px 0 0;
    margin-bottom: 14px;
    text-align: right
}

.ulform {
    border-style: solid;
    border-width: 1px;
    margin-bottom: 5px;
    padding: 14px 4px;
    width: 99%
}

#bulas {
    background-color: #000;
    color: #fff;
    font-size: 14pt;
    font-weight: 700;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    width: 100%
}

.pson {
    background-color: #f66;
    color: #fff;
    display: none;
    margin-bottom: 5px;
    padding: 10px 3px
}

.pson {
    display: none;
    color: #fff;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 10px;
    margin-bottom: 5px;
    padding-bottom: 10px;
    background-color: #f66
}

.pok {
    display: none;
    color: #fff;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 10px;
    margin-bottom: 5px;
    padding-bottom: 10px;
    background-color: #9c0
}

.ozured {
    background: #ed1c24;
    padding: 20px;
    margin-top: -80px;
    position: relative;
    color: #fff;
    text-align: left
}

.ozoz {
    float: left;
    width: 50%
}

.xod {
    margin-right: 50px;
    width: 45%
}

#form-ok {
    background-color: #e0ff9f;
    border: 1px solid #8aff15;
    display: none;
    margin-bottom: 45px;
    padding: 10px;
    position: relative
}

#ilform {
    position: relative
}

.inner .satir {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px
}

.inner .satir .left {
    float: left;
    margin-right: 40px;
    padding-top: 6px;
    width: 140px
}

.container .inner .satir select,.inner .satir input,.inner .satir textarea {
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    color: #797979;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    width: 65%;
    padding: 10px
}

.inner .satir input:focus {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #aacdea;
    color: #286ca4
}

#seput {
    border-radius: 4px;
    padding: 8px
}

.inner .satir span {
    color: red;
    font-family: Century Gothic;
    font-size: 9pt;
    padding-left: 6px
}

.inner .sendfrm {
    text-align: right
}

#myform {
    width: 100%
}

#gkodu {
    border-radius: 4px;
    color: #000;
    float: left;
    font-weight: 700;
    margin-right: 10px;
    padding: 8px;
    position: relative
}

.rndsayi {
    float: left;
    font-family: arial;
    font-size: 11pt
}

.degistir {
    cursor: pointer;
    float: left;
    margin-right: 6px
}

.button {
    background: #e40135 none repeat scroll 0 0;
    border-bottom: 3px solid #a5092a;
    border-radius: 5px;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    display: inline-block
}

.button:hover {
    padding: 10px 30px
}

#banners .owl-sanext,#banners .owl-saprev {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 30pt;
    padding: 13px;
    position: absolute;
    z-index: 500
}

#banners {
    overflow: hidden;
    position: relative
}

#banners .owl-theme .owl-controls {
    margin-top: -16px;
    text-align: center
}

#banners .owl-sanext:hover,#banners .owl-saprev:hover {
    background: #000 none repeat scroll 0 0
}

#banners .owl-pagination {
    position: relative;
    display: inline-block;
    position: relative;
    background: #fff;
    padding: 6px 20px 0 20px;
    z-index: 5000;
    border-radius: 50px;
    -webkit-box-shadow: 0 12px 15px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 12px 15px 0 rgb(0 0 0 / 6%)
}

.owl-carousel .owl-wrapper {
    padding: 0;
    z-index: 6
}

#banners .owl-page span {
    background: #8c8c8c none repeat scroll 0 0;
    display: block;
    margin: 0 3px;
    width: 15px;
    height: 15px
}

#banners .owl-page.active span {
    background: #df1f26 none repeat scroll 0 0;
    opacity: 1;
    position: relative;
    width: 25px;
    height: 15px
}

#banners .owl-buttons {
    position: absolute;
    top: 43%;
    width: 100%
}

#banners .owl-sanext {
    background-position: -71px 0;
    right: -60px
}

#banners .owl-saprev {
    left: -60px
}

#banners:hover .owl-saprev {
    left: 20px
}

#banners:hover .owl-sanext {
    background-position: -71px 0;
    right: 20px
}

#banners .owl-next,#banners .owl-prev {
    display: none
}

#banners .owl-carousel .owl-wrapper {
    padding: 0
}

.ulogom {
    margin-left: 40px;
    height: 40px;
    position: relative
}

.markalar {
    display: inline-block;
    position: absolute;
    z-index: 50
}

.markalarim {
    padding: 3px
}

.markalarim a {
    overflow: hidden;
    border-radius: 10px;
    color: #666;
    display: block;
    -webkit-box-shadow: 0 2px 6px -2px rgba(0,0,0,.34);
    box-shadow: 0 2px 6px -2px rgba(0,0,0,.34);
    padding: 10px;
    border: 1px solid #d0cbcb;
    background: #fff;
    text-align: center
}

.markalarim img {
    height: 140px;
    width: 100%
}

.list-inline li {
    display: inline-block;
    padding-right: 1px;
    padding-left: 1px
}

.owbuton {
    display: table;
    background: #df1f26;
    color: #f6f6f6;
    cursor: pointer;
    font-size: 18pt;
    float: right;
    margin-right: 8px;
    padding: 0 12px;
    position: relative;
    -webkit-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
    Z-INDEX: 10;
    border-radius: 50%;
    font-weight: bolder
}

.owbuton:hover {
    color: #f6f6f6;
    background: #000
}

.tuss {
    padding: 10px;
    color: #fff;
    background: #389647;
    display: inline-block;
    margin-top: 20px;
    border-radius: 5px
}

.tuss a {
    color: #fff
}

.tuss:hover {
    background: #000
}

.tuss a {
    color: #fff
}

.rlogo {
    display: none
}

.fotadres {
    padding: 14px;
    color: #a0a3a7;
    max-width: 400px;
    font-size: 10pt
}

.bslogo {
    position: absolute;
    color: #fff;
    z-index: 5000;
    font-size: 32pt;
    padding: 9px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #56b056;
    text-align: center;
    top: -42px;
    left: 18px
}

.bsyaz {
    padding: 25px 20px;
    font-size: 10pt;
    color: #dedede;
    font-weight: 400;
    line-height: 1.5
}

.bsyaz h3 {
    margin-bottom: 20px;
    font-size: 20pt;
    color: #fff;
    margin-top: 0
}

.search {
    display: none;
    background-color: #fff;
    border-radius: 15px;
    height: 32px;
    right: 0;
    position: absolute;
    top: 0;
    overflow: hidden;
    width: 20%
}

.ara_input {
    background: #f9f9f9;
    border: 0;
    padding: 12px;
    position: relative;
    color: #221e6c;
    width: 100%;
    border-radius: 20px;
    -webkit-box-shadow: inset inset 2px 17px 5px -17px rgba(0,0,0,.39);
    box-shadow: inset 2px 17px 5px -17px rgba(0,0,0,.39)
}

.ara_input:focus {
    outline: 0
}

.aramaButton {
    background: rgb(41 92 139) url(../images/arai.png) no-repeat scroll center center;
    border: 0 none;
    cursor: pointer;
    height: 0;
    padding: 19px 19px;
    position: absolute;
    right: 9px;
    border-radius: 50%
}

.aramaButton:hover {
    background-color: #eb322f
}

#barr {
    background-image: url(../images/sbanner.jpg);
    background-position: center center;
    overflow: hidden;
    background-size: cover;
    width: 100%;
    height: 300px;
    position: relative
}

#barrh {
    font-size: 35pt;
    color: rgba(255,255,255,.78);
    font-weight: 100
}

.ics {
    float: left
}

.ics.sag {
    width: 300px;
    margin-left: 30px;
    PADDING: 0px;
    z-index: 2;
    position: sticky;
    top: 90px;
}

.ics.sol {
    width: calc(100% - 330px);
    background: #fff;
    color: #5a5a5a;
    padding: 30px;
    z-index: 2;
    position: relative;
    display: inline-block;
    box-shadow: 0px 5px 20px rgba(0,0,0,0.15);
    border-radius: 10px;
}

.ics.sol ul {
    list-style-type: disc!important
}

.ics.sol ul li {
    list-style-type: disc!important
}

#kbas {
    padding: 10px;
    margin-bottom: 2px;
    font-size: 15pt;
    background-image: url(../images/foalt.jpg);
    color: #fff;
    font-weight: 400
}

.katbasi {
    width: 100%;
    position: relative;
    background: #00558c;
    font-weight: 600;
    color: #fff;
    padding: 13px 8px;
    margin-bottom: 4px;
    border-radius: 6px
}

.katbasi h3 {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0
}

#k_ul {
    padding-right: 4px;
    max-height: 422px;
    overflow: auto;
    margin-bottom: 12px;
    padding-left: 0
}

#k_ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #fff
}

#k_ul::-webkit-scrollbar {
    width: 4px;
    background-color: red
}

#k_ul::-webkit-scrollbar-thumb {
    background-color: red;
    border: 1px solid #dc1921
}

#k_ul li {
    position: relative
}

#k_ul li a {
    color: #000;
    padding: 12px 3px 12px 10px;
    font-size: 11pt;
    font-weight: 500;
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 3px;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    background: #f3f2fa;
    z-index: 1;
    border-radius: 6px
}

#k_ul li a:hover {
    padding-left: 18px;
    background: #dee9ff
}

#k_ul li a.actif {
    color: #fff;
    background: #33a4f8
}

#sorul {
    padding: 10px;
    background: #afafaf;
    color: #fff;
    margin-top: 12px;
    font-size: 16pt
}

.ssor {
    float: left;
    width: 25%;
    display: block;
    position: relative;
    padding: 10px
}

#k_ul li.altkat a {
    color: #a38c7d;
    padding: 8px 10px 8px 40px
}

#k_ul li.altkat a:hover {
    color: #fff;
    background: #000
}

#k_ul li.altkat a {
    background: -o-linear-gradient(135deg,#fff 0,#f5f5f5 100%);
    background: -o-linear-gradient(315deg,#fff 0,#f5f5f5 100%);
    background: linear-gradient(135deg,#fff 0,#f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e0e0e0', GradientType=1 )
}

.yazal {
    padding: 2px 15px;
    border-radius: 30px;
    border: 1px solid;
    display: inline-block;
    margin-top: 10px;
    color: #9e7035
}

.ssoric {
    background: #56b056;
    width: 100%;
    height: 200px;
    border-bottom: 2px solid #67806a;
    border-radius: 6px
}

.ssoric:hover {
    background: #000
}

.sslogo {
    text-align: center;
    padding: 5px;
    color: #daf7da;
    font-size: 60pt
}

.ssyaz {
    text-align: center;
    padding: 5px;
    color: #fff
}

.veracity a {
    color: #fff
}

.veracity .sslogo {
    padding: 0;
    font-size: 0
}

.veracity .ssoric {
    padding: 6px
}

.sorutas {
    position: relative
}

#slmerak {
    font-family: Oswald,sans-serif;
    text-align: center
}

.rosalinda {
    background: rgba(234,234,234,.5);
    margin-bottom: 25px;
    padding: 30px;
    font-family: Oswald,sans-serif
}

.rosalinda img {
    opacity: .4;
    height: 300px;
    margin-right: 30px
}

.konubaslik {
    padding: 10px;
    background: #edf6ff;
    margin-bottom: 10px;
    border-bottom: 1px solid #c8e2ff;
    color: #4c4c4c;
    display: block
}

#rosid {
    color: #8f959c;
    font-size: 13pt
}

.elsne {
    float: left;
    width: 33%;
    padding: 20px
}

.gsay.gno {
    background: #87d9ff;
    padding: 6px 14px;
    display: inline-block;
    color: #091a3b;
    border-radius: 3px
}

.gsay {
    background: #28314f;
    padding: 6px 14px;
    display: inline-block;
    border-radius: 3px;
    color: #fff
}

#contakform {
    border: none;
    margin-top: 60px;
    float: left;
}

.required {
    color: red!important
}

.formalan {
    padding: 25px;
    font-size: 40px;
    font-weight: 700;
    color: #000
}

.fortas {
    width: 50%;
    float: left
}

.form-style-10 h1 {
    padding: 0 0 30px
}

#adres {
    font-size: 12pt
}

.form-style-10 h1>span {
    display: block;
    margin-top: 2px;
    font: 13px Arial,Helvetica,sans-serif;
    color: #ccc
}

.form-style-10 label {
    display: block;
    color: #888;
    margin-bottom: 4px
}

.inner-wrap label span {
    color: red;
    font-size: 9pt;
    padding-left: 6px
}

.form-style-10 input[type=date],.form-style-10 input[type=datetime],.form-style-10 input[type=email],.form-style-10 input[type=number],.form-style-10 input[type=password],.form-style-10 input[type=search],.form-style-10 input[type=tel],.form-style-10 input[type=time],.form-style-10 input[type=url],.form-style-10 select,.form-style-10 textarea {
    display: block;
    background: #f6fafb;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    padding: 8px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border: 2px solid #fff;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.33);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.33);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.33)
}

.form-style-10 .section {
    font-weight: 700;
    margin-bottom: 5px;
    left: 40px;
    position: relative;
    margin-bottom: 16px
}

.form-style-10 .section span {
    background: #56b056;
    padding: 6px 14px 6px 10px;
    position: absolute;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 4px solid #e8e8e8;
    font-size: 14px;
    margin-left: -42px;
    color: #fff;
    margin-top: -3px;
    font-weight: 700;
    text-align: center
}

.form-style-10 input[type=button],.form-style-10 input[type=submit] {
    background: #4b5d85;
    color: #fff;
    font-size: 12pt;
    border-radius: 30px;
    display: block;
    width: 100%;
    margin-top: 13px
}

.form-style-10 input[type=button]:hover,.form-style-10 input[type=submit]:hover {
    background: #444;
    -webkit-box-shadow: inset 0 2px 2px 0 rgba(255,255,255,.28);
    box-shadow: inset 0 2px 2px 0 rgba(255,255,255,.28)
}

.form-style-10 .privacy-policy {
    float: right;
    width: 250px;
    color: #4d4d4d;
    margin-top: 10px;
    text-align: right
}

#sync2 {
    opacity: 1;
    display: block;
    margin-top: 10px;
    padding: 5px
}

#sync1 .item {
    margin-bottom: 8px
}

#sync2 .item {
    cursor: pointer;
    margin-top: 10px
}

#sync2 .item img {
    width: 94%;
    height: auto
}

#sync2 .synced .item img {
    opacity: 1
}

#u_kaf {
    margin-bottom: 5px;
    border-radius: 6px
}

#u_resim {
    float: left;
    margin-right: 6px;
    position: relative;
    width: 30%;
    text-align: center;
    top: -85px;
    left: -10px;
    background: #fff;
    padding: 12px;
    border-radius: 12px;
    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%)
}

#u_ozet {
    float: right;
    margin-right: 6px;
    width: 68%;
    font-size: 11pt
}

#uozeti {
    background: #fff;
    font-size: 12pt;
    margin-top: 20px;
    position: relative;
    min-height: 200px;
    border-radius: 0 0 30px 30px
}

.etiks {
    display: inline-block;
    font-weight: 600;
    font-size: 12px;
    padding: 7px 12px;
    color: #e3000f;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    border: 1px dashed #e3000f;
    background: #fff
}

.etiks:hover {
    color: #fff;
    background: #da0000
}

.etikets {
    margin-top: 40px
}

.uruntasiyici {
    padding: 8px
}

.urun {
    float: left;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 12px
}

.urun:hover {
    -webkit-box-shadow: 0 0 18px 0 rgba(0,0,0,.25);
    box-shadow: 0 0 18px 0 rgba(0,0,0,.25)
}

.uyaziust {
    bottom: 2px;
    color: #fff;
    display: block;
    font-size: 12pt;
    font-weight: 400;
    padding: 6px;
    text-align: left;
    min-height: 226px
}

.uyaziust .in {
    padding: 25px 0
}

.dokfoterresim {
    height: 275px;
    position: relative;
    width: auto;
    overflow: hidden
}

.urresim {
    position: relative;
    width: auto;
    overflow: hidden
}

.urun:hover .urresim img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.urresim img {
    -webkit-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
    width: 100%
}

#ubutonlar {
    position: relative;
    text-align: center;
    margin-bottom: 14px
}

.ubutons {
    background: #00558c;
    border: none;
    color: #fff;
    display: inline-block;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
    vertical-align: middle;
    position: relative;
    width: 80%;
    overflow: hidden;
    border-radius: 8px;
    padding: 10px 0;
    margin-bottom: 5px
}

.ubutons.mi {
    background-image: -o-linear-gradient(135deg,#bc00c4,#1139cc);
    background-image: linear-gradient(-45deg,#bc00c4,#1139cc);
    -webkit-box-shadow: 0 4px 10px -1px rgba(0,0,0,.2),0 4px 6px 1px rgba(0,0,0,.05),0 1px 2px 1px transparent inset,0 18px 32px -2px rgba(255,255,255,.1) inset;
    box-shadow: 0 4px 10px -1px rgba(0,0,0,.2),0 4px 6px 1px rgba(0,0,0,.05),0 1px 2px 1px transparent inset,0 18px 32px -2px rgba(255,255,255,.1) inset;
    border-radius: 50px;
    padding: 10px 0
}

.urun:hover .ubutons.mi {
    width: 50%;
    background: #000;
    color: #fff
}

#uismi {
    font-weight: 100;
    color: #000;
    vertical-align: middle;
    font-weight: 700;
    text-align: center;
    height: 40px;
    align-items: center;
    display: flex;
    justify-content: center
}

#udesc {
    color: #065379;
    font-weight: 300;
    margin: 6px 0;
    line-height: 1;
    height: 50px;
    overflow: hidden;
    font-size: 10pt
}

#ufiyat {
    color: #e80207;
    font-size: 14pt;
    text-shadow: 0 1px 1px #fff
}

.urtar {
    position: absolute;
    z-index: 10;
    padding: 5px;
    background: rgba(9,80,160,.52);
    color: #fff;
    top: 16px;
    font-size: 10pt
}

.devamm a {
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
    padding: 8px 30px;
    color: #000;
    position: relative;
    border: 1px solid #aeaeae;
    overflow: hidden;
    border-radius: 30px;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

.urun:hover .devamm a {
    background: red;
    color: #fff;
    padding: 8px 40px
}

.uricgal {
    width: 32%;
    margin-right: 10px
}

.uricgal img {
    height: 300px
}

.bakbi {
    color: #fff;
    font-size: 25pt;
    left: 45%;
    opacity: 0;
    position: absolute;
    top: 30%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
    z-index: 800
}

.banres {
    width: 400px;
    height: 100%;
    float: left;
    margin-right: 20px
}

.blgbs {
    padding: 12px;
    border-radius: 3px;
    margin-bottom: 10px;
    color: #bebbbb;
    font-size: 11pt;
    background: #f6f6f6;
    font-weight: 300
}

.callraspo {
    display: none;
    position: fixed;
    background: #000;
    z-index: 50000;
    bottom: 0;
    padding: 10px;
    width: 100%
}

.call {
    display: inline-block;
    padding: 10px;
    font-weight: 500;
    float: left;
    border-radius: 4px;
    margin-right: 6px;
    width: 42%
}

.call.tello {
    background: #ca1515;
    color: #fff
}

.call.loca {
    background: #30b9e7;
    color: #fff
}

.call.wats {
    width: 0
}

.call.wats .fa-whatsapp {
    font-size: 20pt;
    color: #fff;
    background: #14b709;
    padding: 9px 11px;
    border-radius: 50%;
    top: 8px;
    right: 10px;
    position: absolute
}

.barsib {
    height: 100%;
    display: table;
    width: 100%
}

#baryaz {
    padding-left: 18px;
    display: table-cell;
    vertical-align: middle;
    position: relative
}

#baryazim {
    font-size: 35pt;
    font-weight: 800;
    color: #00558c;
    position: relative;
    letter-spacing: -3px;
    display: inline-block;
    width: 60%;
    line-height: 45px;
    margin-bottom: 20px
}

#baryazim img {
    width: 80px;
    position: relative;
    top: -10px
}

#baryazima {
    color: #4a8ecc;
    margin-top: -10px;
    font-size: 20px
}

#baryazima ul {
    padding: 0
}

#baryazima a {
    font-size: 13pt;
    letter-spacing: -1px;
    font-weight: 400;
    color: #7295ab;
    position: relative
}

#baryazima a:hover {
    color: red
}

#respoload {
    display: none;
    position: fixed;
    background: rgb(1 15 85 / 85%);
    width: 100%;
    height: 100%;
    z-index: 59000
}

#menu_sol {
    left: -300px;
    width: 300px;
    color: #fff;
    position: fixed;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    z-index: 60000;
    height: 100%;
    top: 0;
    background: #fff;
    overflow: auto
}

#menu_sag {
    right: -360px;
    width: 360px;
    color: #fff;
    position: fixed;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    z-index: 60000;
    height: 100%;
    top: 0;
    background: #fff;
    overflow: auto
}

.menukapa {
    cursor: pointer
}

.respokafa {
    color: #fff;
    padding: 10px
}

.accordion-menu {
    width: 100%;
    background: #fff;
    margin-top: 20px
}

.accordion-menu li.open .dropdownlink,.dropdownlink a {
    color: #000;
    font-size: 12pt;
    font-weight: 500
}

.accordion-menu li.open .dropdownlink .fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.accordion-menu li:last-child .dropdownlink {
    border-bottom: 0
}

.dropdownlink {
    text-transform: uppercase;
    cursor: pointer;
    display: block;
    padding: 12px;
    font-size: 14px;
    border-bottom: 1px solid #f1f1f1;
    color: #212121;
    position: relative;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out
}

.dropdownlink i {
    position: absolute;
    left: 16px
}

.dropdownlink .fa-chevron-down {
    right: 12px;
    left: auto
}

.submenuItems {
    display: none;
    background: #26a1de;
    max-height: 300px;
    overflow: auto
}

.submenuItems a {
    font-size: 11pt;
    display: block;
    color: #fff;
    padding: 12px 12px 12px 15px;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out
}

.submenuItems a:hover {
    background-color: #000;
    color: #fff
}

.atara {
    display: none
}

.fullresize {
    width: 90%
}

.dockat {
    text-align: center;
    color: #df1f26;
    font-weight: 600;
    font-size: 11pt
}

@media only screen and (max-width: 1280px) {
    #cssmenu>ul>li>a {
        padding:32px 3px;
        font-size: 10pt
    }
}

@media only screen and (max-width: 1020px) {
    #cssmenu>ul>li>a {
        padding:32px 5px;
        font-size: 10pt
    }
}

@media only screen and (max-width: 968px) {
    .fixed {
        position:fixed;
        top: 0;
        width: 100%;
        z-index: 50000;
        background: #fff
    }

    .atara,.callraspo,.unustu {
        display: block
    }

    #baryazim {
        font-size: 25pt;
        font-weight: 700
    }

    #baryazima {
        font-weight: 300;
        color: #000;
        left: 10px;
        font-size: 10pt
    }

    #baryazima a {
        font-size: 13pt
    }

    .uslu {
        float: none;
        width: 100%
    }

    #banalt,.usxt,div#barr:before {
        display: none
    }

    .menu,.must {
        max-width: 100%
    }

    #cssmenu,.menust {
        max-width: 100%;
        overflow: hidden
    }

    #cssmenu {
        display: none;
        width: 100%;
        background: #0e4d86
    }

    #cssmenu ul {
        background: #fff;
        width: 100%;
        display: none
    }

    #cssmenu.align-center>ul {
        text-align: left
    }

    #cssmenu ul li {
        width: 100%
    }

    #cssmenu li:hover>ul>li,#cssmenu ul ul li {
        height: auto
    }

    #cssmenu ul li a,#cssmenu ul ul li a {
        padding: 12px;
        width: 100%;
        border-bottom: 0;
        color: #fff;
        background: #063661;
        border-bottom: 1px solid #264f74
    }

    #cssmenu>ul>li {
        left: 0
    }

    #cssmenu ul ul li a {
        padding-left: 25px
    }

    #cssmenu ul ul ul li a {
        padding-left: 35px
    }

    #cssmenu ul ul li a {
        color: #fff;
        background: #2e5a82
    }

    #cssmenu ul ul li.active>a,#cssmenu ul ul li:hover>a {
        color: #fff
    }

    #cssmenu ul ul,#cssmenu ul ul ul,#cssmenu.align-right ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left
    }

    #cssmenu ul ul>li.has-sub>a:after,#cssmenu ul ul>li.has-sub>a:before,#cssmenu>ul>li.has-sub>a:after,#cssmenu>ul>li.has-sub>a:before {
        display: none
    }

    #cssmenu #menu-button {
        display: block;
        padding: 12px;
        color: #fff;
        cursor: pointer;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 700
    }

    #cssmenu .submenu-button {
        border-radius: 3px;
        position: absolute;
        z-index: 99999;
        right: 0;
        top: 4px;
        display: block;
        height: 46px;
        width: 46px;
        cursor: pointer
    }

    #cssmenu ul ul .submenu-button {
        height: 34px;
        width: 34px
    }

    #cssmenu .altvar {
        position: absolute;
        top: 20px;
        right: 18px;
        display: block;
        font-size: 12pt;
        z-index: 100;
        color: #fff
    }

    #cssmenu>ul>li.has-sub:hover .altvar {
        color: #fff
    }

    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px
    }

    #cssmenu .submenu-button.submenu-opened:after {
        background: #fff
    }

    #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px
    }

    #cssmenu .submenu-button.submenu-opened:before {
        display: none
    }

    #barr {
        border-bottom: none
    }

    .markalar {
        width: 99%;
        text-align: center;
        margin: 0 auto
    }

    .menutas {
        border-bottom: 0;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: 0 0;
        position: relative
    }

    .reslogo {
        display: block!important;
        text-align: center;
        background-image: url(bck.png)
    }

    .reslogo img {
        width: 140px
    }

    #banners .owl-anext,#banners .owl-aprev {
        font-size: 10pt;
        padding: 10px
    }

    .har,.ozoz,.saa {
        float: none;
        width: 100%
    }

    .xod {
        margin-right: 0
    }

    .gal {
        width: 50%
    }

    .ulogom {
        display: none
    }

    .rlogo {
        display: inline-block;
        width: 150px;
        height: 85px;
        top: -5px;
        border-radius: 6px;
        position: relative;
        float: left;
        left: 10px
    }

    .randevu {
        display: none;
        width: 100%
    }

    .ics.sag {
        width: 100%;
        margin-left: 0
    }

    .ics.sol {
        width: 100%;
        margin-bottom: 30px;
    }

    #barr {
        max-height: 200px
    }

    #barrh {
        top: 20%;
        font-size: 18pt;
        left: 2%;
        width: 100%
    }

    #uismi {
        font-size: 10pt
    }

    .dockat {
        font-size: 10pt
    }

    .ssor {
        width: 50%
    }

    .elsne {
        width: 100%
    }

    #enust,.dnim,.dropdown,.menbc,.pohh,.respomenuk,.ustyazilik {
        display: none
    }

    .search {
        width: 50%;
        left: 45%;
        display: none
    }

    #sosi {
        display: none
    }

    #u_ozet,#u_resim {
        width: 100%;
        margin-bottom: 5px;
        top: 0;
        left: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .tgizle {
        display: none
    }

    .tablo {
        font-size: 10pt
    }

    .atadent,.fot {
        width: 100%
    }

    .ulink {
        padding: 3px 3px;
        font-size: 10pt;
        display: table-cell
    }

    .fortas {
        width: 100%;
        padding: 3px
    }

    .uricgal {
        width: 47%
    }

    .uricgal img {
        height: 180px
    }

    .ubutons {
        font-size: 10pt;
        margin-right: 3px;
        padding: 4px;
        width: 90%
    }

    .fot {
        padding: 1px 20px;
        width: 100%
    }

    .foice,.ulbef {
        display: none
    }

    .sol .columns {
        width: 100%
    }

    .atara {
        color: #0e4d86;
        position: absolute;
        padding: 5px 10px;
        top: 46%;
        left: 42%;
        font-size: 15pt;
        font-weight: 600;
        cursor: pointer;
        z-index: 0
    }

    .dokfoterresim {
        height: 245px
    }
}

@media only screen and (max-width: 560px) {
    .dokfoterresim {
        height:180px
    }

    .atara {
        top: 35%;
        left: 45%;
        font-size: 11pt
    }

    #baryazim {
        font-size: 18pt;
        font-weight: 700;
        width: 80%;
        letter-spacing: -1px;
        line-height: 21px;
        margin: 0
    }

    #baryazima {
        margin-top: -4px;
        display: none
    }

    #baryazima a {
        font-size: 8pt
    }

    .banres {
        width: 100%
    }
}

.sidebar-form {
    background-color: #fff;
    padding: 0px;
    margin-bottom: 30px;
    border-radius: 10px;
    float: left;
    box-shadow: 0px 5px 20px rgba(0,0,0,0.15);
    overflow: hidden;
}

.sidebar-form .title,.sidebar-form .title p {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px
}

.sidebar-form .column {
    margin-bottom: 15px
}

.sidebar-form .column input,.sidebar-form .column textarea {
    width: 100%;
    padding: 7.5px;
    font-size: 14px;
    border-radius: 5px;
    border: none
}

.sidebar-form .column input[type=submit] {
    background-color: #b00;
    color: #fff;
    border-radius: 10px
}

.sidebar-form .column .wpcf7-spinner {
    display: none
}

.language-btn a img {
    width: 25px
}

.language-btn {
    margin-right: 15px
}

.language-btn .btn {
    background: 0 0;
    border: none;
    color: #00558c;
    font-weight: 600;
    display: flex;
    align-items: center
}

.language-btn .btn img {
    width: 25px;
    margin-right: 10px
}

.language-btn>a {
    margin: 0 5px
}

.fixed .logom {
    width: 185px;
    height: 68px
}

.menutas .top {
    background-color: #0a568c;
    padding: 7.5px 0
}

.menutas .top {
    color: #fff
}

.menutas .top .text {
    font-family: Amalfi_Coast;
    font-size: 12px
}

.menutas .top .phone {
    font-size: 18px;
    font-weight: 700
}

.menutas .container-fluid {
    margin: 0 auto;
    width: 90%;
    padding: 0
}

.no-slide-kondok .kohek {
    width: 25%
}

.uni a {
    padding: 50px 15px 9px 15px!important
}

.uni a::before {
    content: "";
    width: 40px;
    height: 40px;
    background-image: url(/wp-content/uploads/2023/01/Atlas-Beyaz-zeminli-small.png);
    background-size: cover;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%)
}

.tv {
    margin-left: 50px
}

.tv a {
    padding: 50px 10px 10px 10px!important
}

.tv a::before {
    content: "";
    width: 40px;
    height: 40px;
    background-image: url(/wp-content/uploads/2023/02/medicine-tv.png);
    background-size: cover;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%)
}

#gallery-1 .gallery-item {
    padding: 15px
}

#gallery-1 img {
    width: 100%;
    max-width: 100%;
    height: auto
}

.cont {
    margin: 0 auto;
    max-width: 800px
}

.u-left {
    float: left
}

.u-cf:after,.u-cf:before {
    content: "";
    display: table
}

.u-cf:after {
    clear: both
}

.u-text-left {
    text-align: left
}

.ranges {
    display: flex;
    margin-bottom: 25px
}

.vals {
    border: none;
    font-size: 18pt;
    font-weight: 600;
    margin-left: 24px;
    width: 62px;
    display: flex;
    padding: 3px;
    margin-top: -6px;
    background: #f7f7f7;
    text-align: center;
    border-radius: 4px
}

.rangeslider__fill {
    background: #ff1616
}

.zayif {
    background: #fff5c3;
    color: #c37446;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #ffdd8f;
    font-size: 16pt;
    font-weight: 600
}

.zayif i {
    color: #bfa41a;
    font-size: 25pt;
    margin-right: 10px;
    padding: 10px 12px;
    background: #fff;
    border-radius: 50%
}

.ideal {
    background: #b0fb91;
    color: #3a831c;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #5dcd41;
    font-size: 16pt;
    font-weight: 600
}

.ideal i {
    color: #34b300;
    font-size: 25pt;
    margin-right: 10px;
    padding: 10px 12px;
    background: #fff;
    border-radius: 50%
}

.sisman {
    background: #ff6565;
    color: #fff;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid red;
    font-size: 16pt;
    font-weight: 600
}

.obez {
    background: #ff6565;
    color: #fff;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid red;
    font-size: 16pt;
    font-weight: 600
}

.aobez {
    background: red;
    color: #fff;
    padding: 20px;
    border-radius: 8px;
    font-size: 16pt;
    font-weight: 600;
    box-shadow: 0 9px 20px 11px rgb(255 0 0 / 29%)
}

.aobez i {
    color: #ff6565;
    font-size: 25pt;
    margin-right: 10px;
    padding: 10px 12px;
    background: #fff;
    border-radius: 50%
}

.obez i,.sisma {
    color: #ff6565;
    font-size: 25pt;
    margin-right: 10px;
    padding: 10px 12px;
    background: #fff;
    border-radius: 50%
}

.endex {
    background: #fbfbfb;
    color: #959595;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #e3e3e3;
    font-size: 16pt;
    font-weight: 600;
    margin-bottom: 20px
}

#send {
    padding: 16px 30px;
    cursor: pointer;
    font-size: 14pt;
    color: #fff;
    font-weight: 600;
    background: #2b6295;
    border: 2px solid #fff;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgb(229 229 229);
    transition: all .4s ease 0s
}

.note {
    display: block;
    margin-top: 25px;
    font-size: 11pt;
    font-weight: 400;
    color: #fff
}

#send:hover {
    padding: 16px 40px;
    background: #ff1616;
    color: #fff
}

.ims {
    width: 32px;
    height: 100%;
    margin-right: 10px;
    opacity: .6
}

#pagination-container {
    margin: 25px 0 0 0
}

#pagination-container button {
    padding: 0 10px;
    border-radius: 5px;
    background-color: #b00;
    color: #fff;
    margin: 0 2.5px;
    min-width: 30px;
    line-height: 30px;
    border: none;
    font-size: 13px
}

@media screen and (max-width: 1750px) and (min-width:1199px) {
    #cssmenu>ul>li>a {
        padding:32px 5px;
        font-size: 13px
    }

    .language-btn .btn {
        font-size: 13px
    }

    #cssmenu ul {
        margin-left: 17%;
        margin-right: 25%;
        padding: 0
    }

    .fixed #cssmenu>ul>li>a {
        padding: 30px 5px
    }

    .logom {
        height: 75px;
        width: 200px;
        background-position: 0 60%!important
    }
}

@media screen and (max-width: 1199px) and (min-width:900px) {
    #cssmenu>ul>li>a {
        padding:32px 5px;
        font-size: 11px
    }

    .language-btn .btn {
        font-size: 12px
    }

    .language-btn .btn {
        width: 160px;
        white-space: pre-line;
        line-height: 13px
    }

    .fullresize {
        width: 100%
    }

    .randevu {
        right: 20px
    }

    #cssmenu ul {
        margin-left: 17%;
        margin-right: 25%;
        padding: 0
    }

    .fixed #cssmenu>ul>li>a {
        padding: 20px 5px
    }

    .uni {
        margin-left: 0
    }

    .ubutons {
        font-size: 13px
    }

    .logom {
        height: 75px;
        width: 200px;
        background-position: 0 60%!important
    }
}

.slider-button {
    background: #dd1a22;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    color: #fff;
    padding: 10px 70px;
    display: inline-block;
    border-radius: 50px;
    font-weight: 600;
    margin-top: 50px;
    position: relative;
    z-index: 5
}

.slider-button .keyf {
    margin: 0;
    color: #da0101;
    background: #fff;
    margin-right: 19px;
    margin-left: -62px;
    border-radius: 50%;
    -webkit-animation: keyf 2s infinite linear;
    animation: keyf 2s infinite linear;
    -webkit-box-shadow: 0 0 15px #fff;
    box-shadow: 0 0 15px #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.slider-button .keyf:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 50%;
    background-color: rgb(255 255 255 / 40%);
    width: 48px;
    height: 48px
}

.slider-button:hover {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    background: #05005e;
    background: -webkit-gradient(linear,right top,left top,from(rgba(5,0,94,1)),color-stop(0,rgba(46,9,121,1)),color-stop(77%,rgba(227,0,104,1)));
    background: -o-linear-gradient(right,rgba(5,0,94,1) 0,rgba(46,9,121,1) 0,rgba(227,0,104,1) 77%);
    background: linear-gradient(270deg,rgba(5,0,94,1) 0,rgba(46,9,121,1) 0,rgba(227,0,104,1) 77%)
}

.simple-pagination ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none
}

.simple-pagination li {
    display: inline-block;
    margin-right: 5px
}

.simple-pagination li a,.simple-pagination li span {
    color: #fff;
    text-decoration: none;
    border: 1px solid #eee;
    background-color: #dd1a22;
    box-shadow: 0 0 10px 0 #eee;
    width: 35px;
    height: 35px;
    display: block;
    line-height: 35px;
    border-radius: 5px;
    text-align: center
}

.simple-pagination .current {
    color: #fff;
    background-color: #dd1a22;
    border-color: #ff7182
}

.simple-pagination .next.current,.simple-pagination .prev.current {
    background: #e04e60
}

.ics.sol a,.ics.sol td {
    color: #5a5a5a;
    font-weight: 300;
    font-size: 14px
}

a {
    text-decoration: none;
    color: inherit
}

.btn-grad {
    background-image: linear-gradient(to right,#4776e6 0,#8e54e9 51%,#4776e6 100%);
    margin: 30px;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: .5s;
    background-size: 200% auto;
    color: #fff;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14pt;
    display: block
}

.btn-grad:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none
}

.bdyaz {
    padding: 10px;
    background: #f9f9f9;
    color: #4d5567;
    font-size: 11pt;
    border-radius: 30px;
    margin-top: 12px;
    display: inline-block;
    border-left: 4px solid #e9ecef
}

.kondok {
    width: 100%
}

.kohek {
    padding: 10px;
    float: left
}

.urun {
    float: none;
    background: #f4f0e9
}

.hbas {
    padding: 6px;
    background: #f2f6ff;
    border-radius: 7px;
    margin-top: 40px;
    font-size: 12pt;
    font-weight: 500;
    color: #19558b;
    display: flex;
    align-items: center
}

.icofa {
    background: #fff;
    width: 45px;
    height: 45px;
    padding: 11px 12px;
    font-size: 18pt!important;
    border-radius: 50%;
    margin-right: 11px;
    border: 1px solid #dee8ff
}

.birimj {
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px
}

.ijtas {
    height: 100%;
    position: relative;
    width: 100%
}

.ijtas:before {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 8;
    background: linear-gradient(to top,rgb(0 11 46 / 75%) 10%,rgb(5 17 56 / 70%) 40%,rgba(22,22,23,0) 78%,rgba(0,0,0,0) 100%);
    border-radius: 10px;
    opacity: 1
}

.biric {
    position: absolute;
    bottom: 4px;
    left: 0;
    padding: 0 10px;
    width: 100%;
    z-index: 8
}

.biric h1 {
    color: #fff;
    letter-spacing: -2px
}

.biric h2 {
    margin: 16px 0;
    color: #c6e5ff;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 11pt;
    font-weight: 300
}

.biric strong {
    color: #006
}

@media (max-width: 800px) {
    .birimj {
        width:100%;
        height: 280px
    }
}

@media (max-width: 520px) {
    .birimj {
        width:100%;
        height: 220px
    }
}

.ozbas {
    display: inline-block;
    padding: 5px 0;
    color: #000;
    font-weight: 700;
    position: absolute;
    font-size: 20pt;
    left: 0;
    top: -33px
}

.drcont {
    display: block;
    text-align: left;
    padding: 9px 10px;
    color: #919191;
    font-weight: 400;
    background: #f8f8f8;
    font-size: 11pt;
    margin-bottom: 2px;
    border-radius: 3px
}

.drico {
    margin-right: 12px;
    font-size: 13pt;
    color: #0e4d86
}

.color {
    width: 30px;
    height: 30px;
    border: 1px solid #f1f1f1;
    float: left;
    margin-right: 10px;
    border-radius: 50%
}

.icci {
    font-size: 17pt;
    padding: 5px;
    border-radius: 7px;
    color: #fefefe
}

.ulink {
    display: inline-block;
    margin-right: 10px;
    color: #fdfdfd;
    text-align: center;
    font-size: 14pt;
    padding: 10px;
    float: right;
    font-weight: 500;
    width: 46%;
    margin-top: 30px
}

.fatak {
    margin-right: 10px
}

.btc {
    background: #f60;
    background: -moz-linear-gradient(30deg,#f60 10%,#db2193 90%);
    background: -webkit-linear-gradient(30deg,#f60 10%,#db2193 90%);
    background: linear-gradient(30deg,#f60 10%,#db2193 90%)
}

.dr {
    font-size: 30pt;
    color: #0e4d86;
    font-weight: 800;
    letter-spacing: -2px
}

.drh {
    font-size: 17pt;
    border-bottom: 1px solid #f1f1f1;
    font-weight: 200;
    letter-spacing: -2px;
    top: -10px;
    position: relative
}

.drh a {
    color: #0e4d86
}

.drhb {
    font-size: 17pt;
    color: #df1f26;
    font-weight: 600;
    letter-spacing: -1px;
    top: 2px;
    position: relative
}

.medubut {
    display: none;
    font-size: 12pt;
    padding: 10px;
    width: 100%
}

@media only screen and (max-width: 920px) {
    .ulink {
        display:inline-block;
        margin-right: 10px;
        color: #fdfdfd;
        text-align: center;
        font-size: 12pt;
        border-radius: 20px 0;
        padding: 5px 10px;
        float: right;
        font-weight: 500
    }

    .randevus {
        display: none
    }

    #u_ozet {
        padding: 0 10px
    }

    .medubut {
        display: block
    }

    .ubutons {
        font-size: 12pt;
        padding: 10px;
        width: 90%
    }
}

.search-sivama #sorc {
    top: 30%;
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.search-sivama #sorc [type=text] {
    max-width: 785px;
    width: 90%;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    border: none;
    border-bottom: 2px solid #fff;
    margin-right: 10px;
    background-color: transparent;
    color: #fff;
    font-size: 24px;
    height: 60px
}

.search-sivama #sorc [type=submit] {
    cursor: pointer;
    padding: 0 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    width: 175px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 8px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    border: 2px solid #fff;
    background-color: #d10000;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.search-sivama #sorc [type=text]::placeholder {
    color: #fff;
    opacity: 1
}

@media (max-width: 1199.98px) {
    .search-sivama #sorc [type=text] {
        margin-bottom:30px;
        font-size: 18px
    }
}

#sorc {
    top: 20%;
    position: relative;
    width: 230px;
    margin: 0 auto;
    text-align: center
}

.icos {
    display: none;
    width: 40px;
    position: absolute;
    top: 3px;
    left: 4px
}

.lgu {
    font-size: 14pt;
    font-weight: 500;
    color: #fff;
    padding: 10px
}

.bekle {
    display: none;
    background: #3da700;
    color: #fff;
    padding: 15px;
    border-radius: 55px;
    margin-bottom: 20px;
    border: 2px solid
}

#k_ul li a i {
    color: #bababa;
    margin-right: 6px;
    font-size: 13pt
}

.sonmaks {
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 50px;
    position: relative
}

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

.sonmakale {
    display: flex;
    width: 24%;
    padding: 10px 18px;
    background: #fff;
    margin: 4px;
    color: #0e4d86;
    font-size: 11pt;
    align-items: center;
    font-weight: 400;
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 6%);
    transition: all .4s ease 0s
}

.sonmakale:hover {
    font-weight: 400;
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 24%)
}

.sh4 {
    text-align: center;
    margin-bottom: 14px;
    font-size: 24pt;
    color: #b5b8c4
}

#loader {
    padding: 10px;
    margin-top: 20px;
    background: #eaeaea;
    font-weight: 600;
    color: #7b839f;
    cursor: pointer
}

#loader img {
    width: 15px;
    margin-left: 15px
}

@media only screen and (max-width: 780px) {
    .sonmakale {
        width:32%
    }
}

@media only screen and (max-width: 560px) {
    .sonmakale {
        width:47.6%
    }
}

.vd_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.vd_ler {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f1f1f1;
    padding: 15px;
    margin: 20px;
    border-radius: 75px;
    border: 2px solid #fff;
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 1%);
}

.vd_thumb {
    transition: all .3s linear;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border: 6px solid #fff;
    overflow: hidden;
    box-shadow: 6px 0 12px 4px rgb(0 0 0 / 21%);
    background-color: #0a568c;
    padding: 20px
}

.vd_thumb img {
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    width: 100%;
    height: 100%
}

.vid_texts {
    width: 55%
}

.vd_tit {
    font-weight: 700
}

.vd_doc {
    font-size: 10pt;
    color: #000;
    padding: 2px 10px;
    background: #d6d6d6;
    border-radius: 17px;
    margin-bottom: 4px
}

.vd_desc {
    font-size: 10pt;
    color: #868686
}

.vid_oynat {
    width: 60px;
    height: 60px;
    background: #0080f0;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    align-items: center;
    box-shadow: 0px 0px 10px 6px rgb(169 169 169 / 31%);
    color: #fff;
    transition: all .3s linear;
    text-align: center;
    line-height: 45px!important;
    text-indent: 4px;
    padding: 15px;
    box-sizing: border-box!important;
    cursor: pointer
}

.vd_ler:hover .vid_oynat {
    transform: scale(1.2);
    border: 2px solid hsl(0deg 0% 100% / 74%)
}

.vd_ler:hover .vd_thumb {
    margin-left: 8px
}

.vid_oynat:hover {
    background: #00558c
}

@media only screen and (max-width: 800px) {
    .vd_ler {
        padding:6px
    }

    .vd_thumb {
        height: 80px;
        width: 80px;
        border: 4px solid #fff
    }

    .vd_tit {
        font-size: 11pt
    }

    .vd_desc {
        font-size: 9pt
    }
}

.aramabar {
    background: #f3f3f3;
    padding: 12px;
    font-size: 10pt;
    margin-bottom: 12px
}

.m_img {
    width: 80px
}

.u_img {
    width: 120px
}

.kaps:hover td {
    background: #d6d6d6;
    color: #000
}

.kaps td {
    padding: 1px 10px
}

.ulink {
    background: #000;
    color: #fff;
    padding: 4px 10px;
    font-size: 11pt;
    border-radius: 4px
}

.ulink.blg {
    background: #ab0606
}

.ulink:hover {
    background: red
}

#arau {
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #dbdbdb
}

#arabu {
    background: #c92229;
    border: 0;
    border-radius: 6px;
    padding: 9px;
    color: #fff;
    margin-left: 5px
}

.aktiflink {
    background: #ddd;
    padding: 1px 10px;
    margin-right: 5px
}

.alink {
    background: #ff0a0a;
    padding: 1px 10px;
    margin-right: 5px;
    color: #fff
}

.youicon {
    margin-right: 15px;
    color: #f30808
}

.confirms {
    color: #a2b7c4;
    font-size: 10pt;
    margin-top: 3px
}

.birim {
    text-align: center;
    color: #193e94;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 10pt;
    height: 30px
}

.dosel {
    width: 21%;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #dbdbdb
}

.urresim {
    position: relative;
    width: auto;
    height: 260px;
    overflow: hidden
}

.urresim:before {
    content: "";
    width: 200px;
    height: 300px;
    background: rgb(255 255 255 / 6%);
    position: absolute;
    z-index: 50;
    left: -93px;
    margin-top: -21px;
    transform: skew(327deg,10deg)
}

.urresim img {
    -webkit-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
}

.oynat {
    width: 60px;
    height: 60px;
    background: red;
    color: #fff;
    padding-top: 12px;
    font-size: 20pt;
    border-radius: 50%;
    position: absolute;
    z-index: 500;
    left: 40%;
    box-shadow: 0 0 2px 6px rgb(255 255 255 / 15%);
    top: 40%
}

.blurla {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgb(0 0 0 / 29%);
    z-index: 5
}

.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0
}

.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute
}

h1 {
    font-weight: 700;
    color: #000
}

.vaciklama {
    background: #f2f2f2;
    padding: 17px;
    margin-top: 30px;
    font-size: 11pt;
    color: #000;
    font-weight: 400;
    letter-spacing: 0;
    border: 1px solid #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    margin-bottom: 30px;
    border-radius: 6px
}

.medsipan {
    margin-right: 30px;
    background: #f8f8f6;
    padding: 5px;
    border-radius: 5px;
    font-size: 10pt
}

.medsipan i {
    margin-right: 10px;
    color: #33a4f8
}

.rolus {
    background: red;
    color: #fff;
    padding: 15px 40px;
    display: inline-block;
    text-align: center;
    border-radius: 40px;
    font-size: 18pt;
    letter-spacing: -1px;
    font-weight: 500;
    box-shadow: 0 6px 15px 3px rgb(255 0 0 / 40%);
    transition: all .3s linear 0s
}

.rolus:hover {
    background: #001c95;
    box-shadow: 0 6px 15px 3px rgb(0 28 149 / 60%)
}

@media only screen and (max-width: 768px) {
    .urun.urx {
        width:48.333%;
        margin-right: 1%
    }

    .utrr {
        width: 40px
    }
}

#baryazima li a:after {
    content: "/";
    margin: 0 5px;
    display: inline-block
}

#baryazima li:last-child a:after {
    display: none
}

.sub-title {
    margin: 16px 0;
    color: #939393;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 11pt;
    font-weight: 300
}

.not-more-post.disable {
    opacity: 0;
    bottom: -150px;
    transition: all,.4s;
    width: 100%
}

.not-more-post {
    opacity: 1;
    bottom: -100px;
    transition: all,.4s;
    width: 100%;
    position: absolute;
    z-index: 1;
    text-align: center
}

.formalan span {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 300;
    margin-top: 0;
    float: left;
    margin-bottom: 15px
}

.content h2 {
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: 800;
    color: #686767
}

.content h1 {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 800;
    color: #000
}

.item-comment h4 a {
    font-size: 9pt;
    font-weight: 500;
    color: #fff;
    background: #005287;
    display: inline-block;
    padding: 7.5px 10px;
    border-radius: 7.5px;
    margin-bottom: 5px
}

.saglikBaslik {
    line-height: 1.2;
    font-size: 10pt;
    height: 60px;
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #51585f;
    display: none
}

.saglikCarousel .items {
    padding: 0 10px
}

.detbut {
    transition: all .3s linear;
    z-index: 1;
    opacity: 0;
    display: block!important
}

.sgb:hover .detbut {
    opacity: 1;
    background: #0080ef;
    padding: 6px 12px;
    border-radius: 3px;
    margin-top: 18px;
    font-size: 14px;
}

.sidebar-form .wpcf7-response-output {
    width: 94% !important;
    float: left !important;
    font-size: 12px;
    box-sizing: border-box !important;
    color: #000;
    margin: 0px 3% 20px !important;
    border-radius: 5px;
}

span.wpcf7-spinner {
    width: 24px!important;
    position: absolute;
    right: 0;
    margin-right: 5px;
    margin-top: 5px
}

.sidebar-form span.wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: 5px
}
.sgb:hover .detbut:hover {
    background: #0b568c;
}
.sidebar-form form > p > span {
    background: #042b49;
    width: 100%;
    float: left;
    display: block;
    color: #fff;
    box-sizing: border-box;
    padding: 15px;
    font-weight: 700;
}

.sidebar-form form ul {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 15px 20px;
}

.sidebar-form form ul li {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.form-text, .form-textarea {
    width: 100%;
    float: left;
    height: 37px;
    font-size: 12px;
    font-family: 'Inter', sans-serif;
    padding: 5px 15px;
    box-sizing: border-box;
    margin: 0px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.sidebar-form form ul li p {
    margin: 0px;
    float: left;
    width: 100%;
}

.form-textarea {
    height: 100px;
}

.form-submit {
    background: #0c558b;
    border: none;
    padding: 10px 30px;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    border-radius: 5px;
    margin: auto;
    display: block;
    transition: all ease-in-out .3s;
}

.form-submit:hover {
    background: #042b49;
}
.page-videolar {
    padding-top: 0px;
}

.page-videolar .title {
    text-align: left;
    display: block;
    margin-bottom: 0px;
}

.page-videolar .title h2 strong {
    font-weight: 700;
}
.contentSect .container {
    display: inline-block;
    margin-left: calc(50% - 650px);
}
.title h2 {
    letter-spacing: 0px;
}

.title h2 strong {
    font-weight: 700;
}
.contact-sontent {}

.contact-info {
    width: 45%;
    float: left;
    margin-right: 5%;
}

.contact-form {
    width: 45%;
    float: left;
    background: #fff;
    box-shadow: 0px 5px 20px rgba(0,0,0,0.15);
    border-radius: 10px;
    box-sizing: border-box;
    padding: 30px 50px;
    margin-left: 5%;
    margin-bottom: 70px;
}

.contact-form h2, .contact-info h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #0b568c;
}

.contact-form > p {
    margin-bottom: 15px;
}

.contact-form .form-submit {
    background: #0c558b !important;
    color: #fff;
    font-weight: 600;
    width: auto;
    margin: auto;
    float: none;
    margin-top: 10px;
    padding: 10px 50px;
}

.contact-info ul {
    margin-top: 30px;
}

.contact-info ul li {
    margin-bottom: 20px;
}

.contact-info ul li strong {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 600;
    color: #042b49;
}

.map-iframe {
    width: 100%;
    height: 250px;
    float: left;
    border-radius: 10px;
    overflow: hidden;
}