/* @import */
/* font */

@font-face {
  font-family: 'SF UI Display Ultralight';
  font-style: normal;
  font-weight: normal;
  src: local('SF UI Display Ultralight'), url('../fonts/sf-ui-display-ultralight-58646b19bf205.woff') format('woff');
  }
  @font-face {
  font-family: 'SF UI Display Thin';
  font-style: normal;
  font-weight: normal;
  src: local('SF UI Display Thin'), url('../fonts/sf-ui-display-thin-58646e9b26e8b.woff') format('woff');
  }
  @font-face {
  font-family: 'SF UI Display Light';
  font-style: normal;
  font-weight: normal;
  src: local('SF UI Display Light'), url('../fonts/sf-ui-display-light-58646b33e0551.woff') format('woff');
  }
  @font-face {
  font-family: 'SF UI Display Medium';
  font-style: normal;
  font-weight: normal;
  src: local('SF UI Display Medium'), url('../fonts/sf-ui-display-medium-58646be638f96.woff') format('woff');
  }
  @font-face {
  font-family: 'SF UI Display Semibold';
  font-style: normal;
  font-weight: normal;
  src: local('SF UI Display Semibold'), url('../fonts/sf-ui-display-semibold-58646eddcae92.woff') format('woff');
  }
  @font-face {
  font-family: 'SF UI Display Bold';
  font-style: normal;
  font-weight: normal;
  src: local('SF UI Display Bold'), url('../fonts/sf-ui-display-bold-58646a511e3d9.woff') format('woff');
  }
  @font-face {
  font-family: 'SF UI Display Heavy';
  font-style: normal;
  font-weight: normal;
  src: local('SF UI Display Heavy'), url('../fonts/sf-ui-display-heavy-586470160b9e5.woff') format('woff');
  }
  @font-face {
  font-family: 'SF UI Display Black';
  font-style: normal;
  font-weight: normal;
  src: local('SF UI Display Black'), url('../fonts/sf-ui-display-black-58646a6b80d5a.woff') format('woff');
  }

/* ROOTS */
:root {
    --primary: #b499b6;
    --black: #050505;
    --gray: #F3F3F3;
    --viollet: #841d8c;
    --white:#ffffff;
    --lite:#f4f4f4;
    --grayscale:#555555;
    --graywhite:#F4F4F4;
    --navyblue:#9FC9FF;
}
/* BASIC */
body{
    width: 100%;
    line-height: 1.5;
    overflow-x: hidden;
    font-family: 'SF UI Display Light';
    font-style: normal;
    font-weight: normal;
}
ins, input{
   font-family: 'SF UI Display Light';
  font-style: normal;
  font-weight: normal;
}
a,a:hover, :hover{
    text-decoration: none;
}
ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
p{
    margin: 0;
    padding: 0;
}
button:focus{
   outline: none;
}
h2{
    font-size: 46px;
    color: #b499b6;
}

/* btn */
.btn-center i{
    color: #b499b6;
    font-size: 20px;
}
.btn-center .btn-add:hover{
    color: #ffffff;
    background-color: #fb9650;
}
.btn-center-slide .btn-add:hover{
    background-color: #fb9650;
    color: #ffffff;
}
.btn-center .btn-add{
    border: 1px solid #fb9650;
    padding: 5px 22px;
    color: #fb9650;
    cursor: pointer;
}
.btn-center .video-btn{
    margin: 4px -13px 7px;
    width: 25px;
    height: 25px;
}
.btn-center-slide{
    /* margin: 50px 0; */
    margin: 30px 0;
}
.btn-center-slide .btn-add{
  border: 1px solid #fb9650;
  padding: 5px 22px;
  color: #fb9650;
  cursor: pointer;
  text-transform: uppercase;
}
.btn-center-slide .m-video-btn{
  position: absolute;
  top: -3px;
  right: -12px;
  width: 25px;
  height: 25px;
  border: 1px solid transparent;
}
.btn-add:hover + a img {
    border-radius: 25px;
    border: 1px solid white;
}
/*.main-margin-wrap{
    margin-top: 4rem;
}*/

/* header-start */
.fixed-top{
    background-color:#fff;
    -webkit-appearance: none;
    -moz-appearance: none;
     appearance: none;
     -webkit-box-shadow: 0 0 15px #00000030;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    0 0 15px #00000030;  /* Firefox 3.5 - 3.6 */
    box-shadow:         0 0 15px #00000030;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.wd-dev{
    margin: 90px 0 0 0;
}
#topbar .nav-name .nav-item .nav-right-border{
    color: #fb9650;
}
.container-main{
    width: 100%;
    padding-right: 0px;
    padding-left: 60px;
    margin-right: auto;
    margin-left: auto;
}
#topbar .nav-name .nav-link:hover{
    color: #fb9650!important;
}
#topbar .nav-name .nav-link{
    color: #555555;
    font-size: 17px;
    font-weight: 500;
    margin-left: auto;
    padding: 10px 11px;
    font-family: 'SF UI Display Medium';
}
#topbar .nav-name .nav-link > span{
    color: #fb9650;
    font-size: 17px;
    font-weight: 500;
    margin-left: auto;
    padding: 10px 11px;
    font-family: 'SF UI Display Medium';
}
#topbar .nav-name{
    border-bottom: 1px solid #555555;
    display: flex;
    justify-content: flex-end;
}
#topbar .social-icon{
    color: #555555;
    padding-right: 20px;
}
#topbar .main-head{
    align-items: center;
    display: flex;
}
/* #topbar span{
    color: #841d8c;
    position: relative;
} */
#topbar .ran-btn .btn-add:hover {
    background-color: #ffffff;
    color: #b499b6;
}
#topbar .ran-btn:hover .btn-add i{
    color: #b499b6;
}

#topbar .button-4 i{
    /* position: absolute;
    top: 10px; */
    color: #b499b6;
    margin-right: 8px;
    margin-top: 3px;
    /* left: 15px; */
}
/* #topbar .form-control{
    background-color: #b499b6;
    color: #ffffff;
    padding: 5px 0px;
    cursor: pointer;
    width: 85%;
    text-align: center;
} */
#topbar .contact-me{
    color: #841d8c;
}
#topbar ul li{
    display: inline-block;
}
#topbar .nav-d-name{
    display: flex;
    justify-content: flex-end;
}
#topbar .nav-d-name .nav-item .active{
    color: #fb9650;
    font-weight: 500;
}
#topbar .nav-d-name .nav-link{
    margin-left: auto;
    color: #555555;
    padding: 10px 13px;
    font-size: 17px;
    font-weight: 500;
    font-family: 'SF UI Display Medium';
}
#topbar .nav-d-name .nav-link:hover{
    color: #fb9650;
}
#topbar .ran-btn{
    background-color: #fb9650;
    padding: 31px;
    display: flex;
    justify-content: center;
}
#topbar .ran-btn .btn-add {
    border: 1px solid #ffffff;
    padding: 10px 30px;
    color: #ffffff;
    display: flex;
}
.main-margin-wrap .p-main {
    width: 70%;
    margin: 0 auto;
}
/* #topbar .ran-btn .btn-add i{
    color: #ffffff;
    margin-right: 8px;
} */
/* index-page */
.carousel-control-next, .carousel-control-prev{
    opacity: unset;
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover{
    opacity: unset;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
}
.main-section .main-name h4{
    font-size: 55px;
    display: flex;
    justify-content: center;
    text-align: center;
}
.main-section .img-box .img-g{
    width: 100%;
    height: 100%;
}
.doctor-detais{
    background-color: #f4f4f4;
}
.doctor-detais .img-g{
  width: 100%;
  height: 100%;
}
/* .main-section .p-main{
    padding: 0 40px;
} */
/* .main-section .img-box{
    width: 80%;
    margin: 0 auto;
} */
.doctor-detais .dr-name span{
    font-family: 'SF UI Display Medium';
   color: #fb9650;
   font-size: 18px;
}
.doctor-detais .dr-name h4{
    font-size: 50px;
    font-family: 'SF UI Display Semibold';
}
.doctor-detais .dr-name p{
    font-size: 14px;
    font-family: 'SF UI Display Light';
}
.img-main-wrap .img-wrap {
    /*position: relative;
    background-image: url(../images/girl-images.png);
    color: #fff;
    padding: 97px 0;
    margin-bottom: 30px;
    background-repeat: no-repeat;*/
    /* background-size: cover;
    background-position: center; */
    position: relative;
    background-image: url(../images/girl-images.png);
    color: #fff;
    padding: 97px 0;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;

}
.img-main-wrap .img-wrap:after {
    content: '';
    position: absolute;
    background: #000000;
    opacity: 0.40;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.img-main-wrap .img-wrap .data-cnt h2{
    color: #fff;
    font-size: 45px;
    text-align: center;
    font-weight: 500;
    margin: 10px 0px;
    position: relative;
    z-index: 9;
    font-family: 'SF UI Display Medium';
    text-transform: uppercase;
}
.img-main-wrap .img-wrap .data-cnt p{
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin: 10px 0px;
    position: relative;
    z-index: 9;
    text-transform: uppercase;
    font-family: 'SF UI Display Light';
}
 .img-main-wrap .img-wrap .d-hasta p{
    /*padding: 0px 0rem;
    font-size: 17px!important;
    text-transform: unset!important;
    width: 70%;
    margin: 0 auto;*/
    /*padding: 0px 0rem;
    font-size: 14px!important;
    text-transform: unset!important;
    width: 70%;
    margin: 0 auto;*/
     padding: 0px 0rem;
    font-size: 14px!important;
    text-transform: unset!important;
    width: 100%;
    
    overflow: visible;

}
.border-bottom{
    border-bottom: 2px solid #ffffff!important;
    width: 15%;
    margin: 0 auto;
}
.imgbtn-center .i-btn-add{
    border: 1px solid #ffffff;
    padding: 9px 30px;
    color: #ffffff;
    cursor: pointer;
    position: relative;
    z-index: 9;
    font-family: 'SF UI Display Light';
    font-size: 17px;
}
.imgbtn-center .i-btn-add:hover{
    background-color: #fb9650;
}
.imgbtn-center .video-btn{
    margin: 7px -14px 10px;
    width: 25px;
    height: 25px;
    position: relative;
    z-index: 99;
}
.main-form .form-group{
    position: relative;
    background-color: #fff;
}
.main-form .form-group i{
    position: absolute;
    top: 0;
    right: 0;
    background-color: #eee;
    border: 1px solid #ccc;
    padding: 11px 6px;
    font-size: 13px;
}
.video-section {
    background-color: #f4f4f4;
    position: relative;
}
.video-section .main-bg-v{
    display: flex;
    justify-content: flex-end;
    width: 100% !important;
}
.video-section .main-video-bg{
    position: absolute;
    right: 0;
    display: flex;
    justify-content: center;
    left: -40%;
    margin: 0px 0px;
    bottom: 0;
    align-items: center;
    height: 100%;
}
.video-section .main-video-bg i{
  display: flex;
    justify-content: center;
    position: absolute;
    align-items: center;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    color: #ffffff;
    font-size: 50px;
}
.video-section .dr-name span{
    color: #fb9650;
    font-size: 18px;
    font-family: 'SF UI Display Medium';
 }
 .video-section .dr-name h4{
    font-size: 50px;
    font-family: 'SF UI Display Semibold';
 }
 .video-section .dr-name p{
     font-size: 19px;
     padding-right: 35px;
 }
 .video-section .main-dr-dail{
     color: #fb9650;
     font-size: 20px;
     font-family: 'SF UI Display Bold';
 }
 .slider-dev .main-cd-wrap {
  top: 0;
  text-align: unset;
  padding-top: 12rem;
  margin-left: 50px;
}
/*.slider-dev .center-dev .main-carousel{
  position: absolute;
  top: 0;
  bottom:0;
}*/
.doctor-detais .dr-p-wrap{
    padding: 0 5rem;
}
.slider-dev .carousel-indicators{
  display: none;
}
 .slider-dev .carousel-control-next, .carousel-control-prev{
  width: 4%!important;
}
.slider-dev .center-dev{
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  align-items: center;
}
.slider-dev .main-carousel h3{
  text-transform: uppercase;
  margin: 20px 0px;
  font-size:23px;
  font-family: 'SF UI Display Medium';
}
.slider-dev .imgbtn-center {
    margin-top: 27px;
}
.slider-dev .main-carousel p{
    font-size: 17px;
    font-family: 'SF UI Display Light';
}
.form-dev {
  background-color: #f4f4f4;
  padding: 40px 0px;
}
.form-dev .form-control{
    color:#fb9650;
    /* appearance: none; */
    position: relative;
    z-index: 1;
    background-color: transparent;
    border-radius: unset;
}
.form-dev .form-control::placeholder{
    color:#fb9650;
}
.form-dev .main-form label{margin-left: 20px;}
.form-dev .main-form #datepicker > span:hover{cursor: pointer;}
.form-dev .main-form  .input-group-addon {
    padding: 11px 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    font-size: 13px;
}
.form-dev .main-form .input-group-addon:last-child {
   border-left: 0;
}
.form-dev .main-form p{
  text-align: right;
  color: #fb9650;
  font-size:21px;
}
.form-dev .main-form h1{
    font-size: 37px;
    text-align: right;
    padding: 0;
    margin: 0;
    font-family: 'SF UI Display Semibold';
    line-height: 30px;
}
.form-dev .main-form .form-control:disabled, .form-control[readonly]{
  background-color: #fff;
}
.form-dev .main-form .btn-randev{
  background-color: #fb9650;
  color: #ffffff;
  border: none;
  padding: 7px 79px;
}
.appointment-btn {
    padding: 0 44px !important;
    height: calc(1.5em + .75rem + 2px);
    font-size: 14px;
    width: 100%;
}
.form-dev .main-form .btn-randev:hover{
    background-color: #fb9650;
}
/*.slider-img-rot .owl-carousel .owl-stage-outer{
    padding: 0px 20px;
}*/
/* .slider-img-rot .main-tag{
    min-height: 363px;
} */
.slider-img-rot .main-name p{
    color: #fb9650;
    font-size: 21px;
    text-align: center;
    margin-top: 60px;
    font-family: 'SF UI Display Light';
}
.slider-img-rot .main-name h4{
    text-align: center;
    font-size: 55px;
    font-family: 'SF UI Display Light';
    text-transform: uppercase;
    margin-top: 20px;
}
.slider-img-rot .main-tag p{
  font-size: 13px;
  font-family: 'SF UI Display Medium';
  height: 60px;
  text-transform: uppercase;
  margin-top: 3rem;
}
.slider-img-rot .main-tag h3{
    font-size: 30px;
    font-family: 'SF UI Display Medium';
    color: #fb9650;
    margin: 30px 0 0 0;
}
.slider-img-rot .main-tag span{
  font-size: 16px;
  font-family: 'SF UI Display Light';
}
.slider-img-rot .border-bottom1{
  /* border-bottom: 2px solid #b499b6!important;
  width: 50%; */
  border-bottom: 2px solid #fb9650!important;
    width: 50%;
    margin: 20px 0!important;
}
#exampleModal .modal-dialog {
    max-width: 1200px;
    margin: 1.75rem auto;
}
 #exampleModal .modal-header {
    display: unset;
    align-items: unset;
    justify-content: unset;
    padding: unset;
    border-bottom: unset;
    border-top-left-radius: unset;
    border-top-right-radius: unset;
}
#exampleModal .modal-header .close {
    padding: 1rem 3rem!important;
    margin: 0rem -1rem -1rem auto!important;
}
#exampleModal video {
    width: 100%;
    height: 80vh;
}
#exampleModal .close {
    font-size: 2.5rem;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.carousel-control-prev-icon {
    background-image: url(../images/left-arrow.png)!important;
}
.carousel-control-next-icon {
    background-image: url(../images/right-arrow.png)!important;
}
/* footer */
.footer-section .footer-blog .main-bg-wrap{
    background-color: #afaaaa!important;
    padding: 90px 0!important;
}
.footer-blog .footer-d-name p{
    color: #fb9650;
    font-family: 'SF UI Display Light';
    font-size: 18px;
}
.footer-blog form{
    width: 80%;
    margin: 0 auto;
}
.footer-blog .footer-d-name h3{
    font-size: 36px;
    font-family: 'SF UI Display Semibold';
}
.footer-blog .footer-d-name .form-control{
    border:unset;
}
.footer-section .login-block form{
    padding: 20px;
}
.footer-section  .login-block button:hover {
      background: #1199af;
}
.footer-section .login-block button {
      background: #06abc5;
      border: none;
      color: white;
      border-radius: 50pc;
      padding: 10px 0;
      cursor: pointer;
      width: 100%;
      margin-top: 20px;
      box-shadow: 0 0 10px 0px #ccc;
}
.footer-section .login-block .for-ph {
    color: #2b3768;
    font-size: 14px;
    font-weight: 500;
    float: right;
}
.footer-section .login-block .sign-cg{
    font-weight: 500;
    color: #007bff;
}
.footer-section .login-block p{
    font-weight: 400;
    color: #000;
}
.footer-section .login-block h3{
    text-align: center;
    color: #000;
    padding: 15px 0;
    position: relative;
}
.footer-section .login-block h3:after{
    content: '';
    position: absolute;
    border-bottom: 2px solid #06abc5;
    width: 70px;
    bottom: 0;
    transform: translate(-50%, -50%);
    left: 50%;
}
.footer-section .group{
    position:relative;
    margin-bottom:35px;
}
.footer-section .group i{
    position: absolute;
    right: 0;
    bottom: 15px;
    color: #b499b6;
}
/*
.footer-section input{
    font-size:16px;
    padding:10px 10px 10px 5px;
    display:block;
    width:100%;
    border:none;
    border-bottom:1px solid #fb9650;
}
.footer-section input:focus{ outline:none; }

.footer-section label{
    color:#999;
    font-size:16px;
    font-weight: 500;
    position:absolute;
    pointer-events:none;
    left:5px;
    top:10px;
    transition:0.2s ease all;
    -moz-transition:0.2s ease all;
    -webkit-transition:0.2s ease all;
}
.footer-section input:focus ~ label, input:valid ~ label    {
    top:-20px;
    font-size:14px;
    color: #fb9650;
}*/
.footer-section .main-head p{
    color: #ffffff;
    font-size: 18px;
    font-family: 'SF UI Display Light';
}
.footer-section .main-head span{
    color: #ffffff;
    font-size: 16px;
    font-family: 'SF UI Display Light';
}
.footer-blog .main-head{
  background-color: #888888;
  padding: 25px 0;
}
/*footer css end*/

/*about css start  */
.wd-dr-main-wrapper{
  margin: 100px 0 0 0;
}
main.wd-dr-main{
  margin: 100px 0 0 0;
}
.wd-dr-about-wrapper h2{
    background: #888888;
    font-size: 45px;
    color: #fff;
    padding: 40px 0;
    margin: 0;
    text-align: center;
    font-family: 'SF UI Display Semibold';
}
.wd-dr-main .wd-dr-engin{
    background:#F4F4F4;
    padding: 50px 0;
}
.wd-dr-main .wd-dr-engin .wd-dr-engilish h6{
    color:#fb9650;
    font-family: 'SF UI Display Medium';
    font-size: 14px;
}
.wd-dr-main h1{
    font-size: 35px;
    margin: 0 0 24px 0;
    color:#fb9650;
    font-family: 'SF UI Display Semibold';
}
.wd-dr-main .wd-dr-engin .wd-dr-engilish p{
    color: #555555;
    font-size: 14px;
    line-height: 1.3;
    font-family: 'SF UI Display Medium';
}
.wd-dr-main .wd-dr-engin .about-user-blog{
    width:57%;
    height:100%;
    object-fit: cover;
    object-position: 65% 100%;
}
.wd-dr-main .container-fluid {
    padding: 0 6rem;
}
.wd-dr-main .wd-dr-hacettepe ul li span{
    color:#fb9650;
}
.wd-dr-main .wd-dr-hacettepe ul li{
    line-height: 1.3;
    font-size: 14px;
    color: #555555;
    font-family: 'SF UI Display Medium';
}
.wd-dr-main .wd-dr-hacettepe .about-user-blog{
    width: 100%;
    height:100%;
    object-fit: cover;
}
.wd-dr-main .wd-dr-user-about{
    text-align:right;
}
.wd-dr-main .wd-dr-kurs{
    padding-top:30px;
    padding-bottom:30px;
}
.wd-dr-main .wd-dr-top{
    background:#F4F4F4;
    padding: 50px 0;
}
.wd-dr-main .wd-dr-top ul li::before {
    content: "\2022";
    color:#fb9650;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left:0;
}
.wd-dr-main .wd-dr-top ul li{
    line-height: 1.3;
    font-size: 13px;
    color: #555555;
    font-family: 'SF UI Display Medium';
}
.wd-dr-main .wd-dr-top img{
    width:100%;
    height: 100%;
    object-fit:cover;
}
.wd-dr-main .wd-dr-sunumar{
    background-image:url(../images/about/gray-scale-img.png);
    height:100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding:35px 0;
}
.wd-dr-main .ws-dr-ususal-sunumlar{
    text-align: center;
    width:84%;
    margin:0 auto;
}
.wd-dr-main .ws-dr-ususal-sunumlar h1{
    color:#ffffff;
}
.wd-dr-main .ws-dr-ususal-sunumlar p{
    color:#ffffff;
    line-height: 1.3;
    font-size: 15px;
    font-family: 'SF UI Display Medium';
}
.wd-dr-main .ws-dr-ususal-sunumlar .calismlar{
    color: #fb9650;
    font-size: 14px;
    margin:20px 0 0 0;
}
.wd-dr-main .wd-dr-ser{
    padding:54px 0;
}
.wd-dr-main .wd-dr-sartifika{
    text-align: center;
    width:80%;
    margin:0 auto;
}
.wd-dr-main .wd-dr-sartifika img{
    width:100%;
    margin:40px 0 0 0;
}
.wd-dr-main .wd-dr-sartifika h1::after{
    content: "";
    width: 8%;
    height: 3px;
    background-color:#9FC9FF;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
/* about css end  */

/* contact css start */

.wd-dr-address h6{
    color:#fff;
    font-size:25px;
    text-align: center;
    font-family: 'SF UI Display Semibold';
}
.wd-dr-address p{
    color:#fff;
    line-height: 1.3;
    font-size: 16px;
    text-align: center;
    font-family: 'SF UI Display Medium';
}
.wd-dr-address{
    padding:25px 0;
}

/* contact css end */

/* treatments start */
.wd-dr-main-wrapper .container-main-weapper{
    padding: 0 8rem;
}
.wd-dr-tedaviler .card .card-body h5{
   color: #fb9650;
   position: relative;
   font-size: 25px;
   font-family: 'SF UI Display Medium';
}
.wd-dr-tedaviler .card .card-body {
    padding: 20px 0 40px 0;
}
.wd-dr-tedaviler .card .card-body .card-text{
  margin: 40px 0 20px 0;
    font-size: 15px;
    color: #555555;
    line-height: 1.4;
    height: auto;
    font-family: 'SF UI Display Medium';
}
.wd-dr-tedaviler .card .card-body .card-text br{
  display: none;
}
.wd-dr-tedaviler .card {
    border: none;
}
.wd-dr-tedaviler{
    padding:50px 0;
}
.wd-dr-tedaviler .btb-in{
    text-transform:uppercase;
    font-family: 'SF UI Display Medium';
    font-size:15px;
}
.wd-dr-tedaviler .card .card-body h5::after{
    width: 20%;
    content: "";
    height:2px;
    background-color:#fb9650;
    position: absolute;
    left: 0;
    right:0;
    bottom:-25px;
}
.wd-dr-nasil{
    background: #F4F4F4;
    padding:60px 0;
}
.wd-dr-long h6{
    color: #fb9650;
    font-family: 'SF UI Display Light';
}
.wd-dr-long h1{
    font-size: 35px;
    font-family: 'SF UI Display Semibold';
}
.wd-dr-long p{
    font-size:14px;
    color: #555555;
    line-height: 1.6;
    font-family: 'SF UI Display Medium';
}
.wd-dr-nasil .mind-blog{
    width:100%;
}
.pre-trial-vidio{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pre-trial-vidio img{
    width:30px;
}
.wd-dr-videolari a{
    color:#ffffff;
    font-size: 17px;
    background:#fb9650;
    padding: 10px 45px;
    font-family: 'SF UI Display Light';
}
.wd-dr-videolari{
    text-align: center;
}
.modal-blog .modal-header{
    border-bottom: 0;
}
body.wd-sl-homewrapper.modal-open {
    padding-right: 0 !important;
}
/* treatments end */

/* treatments rhinoplasty start */
.ws-dr-kapapli-bim{
    background-color: var(--gray);
}
.container-main-wrapper-blog{
    padding:0 3rem;
}
.ws-dr-kapapli-bim h1{
    font-size:20px;
    font-family: 'SF UI Display Semibold';
    margin:0;
    padding-bottom:0!important;
    padding-top: 25px!important;
}
.ws-dr-kapapli-bim p{
    font-size: 15px;
    color: #555555;
    font-family: 'SF UI Display Medium';
    padding-right: 15px;
    padding-top:10px!important;
}
.ws-dr-kapapli-bim img{
    width: 100%;
    height:100%;
    object-fit: cover;
}
.ws-dr-kapapli-bim h1 br{
  display:none;
}
.olur-blog{
     padding-left:30px; 
    padding-left: 30px;
}
.wd-dr-tedaviler ul li{
    border:1px solid #fb9650;
    margin: 5px 0;
    position: relative;
}
.wd-dr-tedaviler ul li img{
    position: absolute;
    right: -9px;
    width: 24px;
}
.wd-dr-tedaviler ul li a{
    color: #fb9650;
    font-family: 'SF UI Display Semibold';
    font-size: 16px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #ffffff;
    background-color: #fb9650;
    border-radius:unset;
    font-family: 'SF UI Display Semibold';
}
/* treatments rhinoplasty end */

/* responsive */
.main-responsive{
    display: none;
}
#topbar{
    display: block;
}
/*dropdown css start*/
.btn{
    border-radius: unset;
    width: 100%;
}
.dropdown ins{
    text-decoration: none;
}
.dropdown-menu.radio .dropdown-item {
	position:relative;
	overflow:hidden;
	cursor:pointer; }

.dropdown-menu.radio input {
	visibility: hidden;
	position:absolute; left: -30px; }

.dropdown-menu.radio i {
	font-weight:normal; font-style:normal;
	display:block; }

.dropdown-item.active {
  background-color:#555; color:#fff;
}
.owl-dots {
    text-align: right;
    padding-top: 15px;
    width: 57%;
    margin: 0 auto;
  }
  .owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #b499b6;
    margin: 0 3px;
  }
  .owl-dots button.owl-dot.active {
    background-color:#841d8c;
  }
  .owl-dots button.owl-dot:focus {
    outline: none;
  }
  /* main-section */
  .main-section  #comparison{
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 15px #00000030;
}
.main-section figure {
    position: absolute;
    /* background-image: url(../images/before_after/facelift-1-1.JPG); */
    background-image: url(../images/before_after/rhinoplasty-01-01.jpg);
    background-size: cover;
    font-size: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}
.main-section #divisor {
    /* background-image: url(../images/before_after/facelift-1-2.JPG); */
    background-image: url(../images/before_after/rhinoplasty-01-02.jpg);
    background-size: cover;
    position: absolute;
    width: 50%;
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
    bottom: 0;
    height: 100%;
}
.main-section #divisor::before, #divisor::after {
    content: '';
    position: absolute;
    right: -2px;
    width: 4px;
    height: calc(50% - 25px);
    background: white;
    z-index: 3;
}
.main-section #divisor::before {
    top: 0;
    box-shadow: 0 -3px 8px 1px rgba(0, 0, 0, .3);
}
.main-section #divisor::after {
    bottom: 0;
    box-shadow: 0 3px 8px 1px rgba(0, 0, 0, .3);
}
.main-section #handle {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
}
.main-section #handle::before, #handle::after {
    content: '';
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
    top: 50%;
    margin-top: -6px;
}
.main-section #handle::before {
    border-right: 6px solid white;
    left: 50%;
    margin-left: -17px;
}
.main-section #handle::after {
    border-left: 6px solid white;
    right: 50%;
    margin-right: -17px;
}
.main-section  input[type=range] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: absolute;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
    background-color: transparent;
    width: calc(100% + 50px);
    z-index: 2;
}
.main-section input[type=range]:focus, input[type=range]:active {
    border: none;
    outline: none;
}
.main-section  input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: transparent;
    border: 4px solid white;
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, .3);
}
.main-section input[type=range]::-moz-range-track {
    -moz-appearance: none;
    height: 15px;
    width: 100%;
    background-color: transparent;
    position: relative;
    outline: none;
}
/* 2nd */
.main-section  #comparison1{
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 15px #00000030;
}
.main-section .blog-main{
    position: absolute;
    /* background-image: url(../images/before_after/facelift-2-1.JPG); */
    background-image: url(../images/before_after/Rhinoplasty-02-01.jpg);
    background-size: cover;
    font-size: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}
.main-section #divisor1 {
    /* background-image: url(../images/before_after/facelift-2-2.JPG); */
    background-image: url(../images/before_after/Rhinoplasty-02-02.jpg);
    background-size: cover;
    position: absolute;
    width: 50%;
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
    bottom: 0;
    height: 100%;
}
.main-section #divisor1::before, #divisor1::after {
    content: '';
    position: absolute;
    right: -2px;
    width: 4px;
    height: calc(50% - 25px);
    background: white;
    z-index: 3;
}
.main-section #divisor1::before {
    top: 0;
    box-shadow: 0 -3px 8px 1px rgba(0, 0, 0, .3);
}
.main-section #divisor1::after {
    bottom: 0;
    box-shadow: 0 3px 8px 1px rgba(0, 0, 0, .3);
}
.main-section #handle1 {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
}
.main-section #handle1::before, #handle1::after {
    content: '';
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
    top: 50%;
    margin-top: -6px;
}
.main-section #handle1::before {
    border-right: 6px solid white;
    left: 50%;
    margin-left: -17px;
}
.main-section #handle1::after {
    border-left: 6px solid white;
    right: 50%;
    margin-right: -17px;
}
.main-section  input[type=range] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: absolute;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
    background-color: transparent;
    width: calc(100% + 50px);
    z-index: 2;
}
.main-section input[type=range]:focus, input[type=range]:active {
    border: none;
    outline: none;
}
.main-section  input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: transparent;
    border: 4px solid white;
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, .3);
}
.main-section input[type=range]::-moz-range-track {
    -moz-appearance: none;
    height: 15px;
    width: 100%;
    background-color: transparent;
    position: relative;
    outline: none;
}
  /*3rd  */
  .main-section  #comparison2{
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 15px #00000030;
}
.main-section .blog-main2{
    position: absolute;
    background-image: url(../images/before_after/rhinoplasty-1-1.jpeg);
    background-size: cover;
    font-size: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}
.main-section #divisor2 {
    background-image: url(../images/before_after/rhinoplasty-1-2.jpeg);
    background-size: cover;
    position: absolute;
    width: 50%;
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
    bottom: 0;
    height: 100%;
}
.main-section #divisor2::before, #divisor2::after {
    content: '';
    position: absolute;
    right: -2px;
    width: 4px;
    height: calc(50% - 25px);
    background: white;
    z-index: 3;
}
.main-section #divisor2::before {
    top: 0;
    box-shadow: 0 -3px 8px 1px rgba(0, 0, 0, .3);
}
.main-section #divisor2::after {
    bottom: 0;
    box-shadow: 0 3px 8px 1px rgba(0, 0, 0, .3);
}
.main-section #handle2 {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
}
.main-section #handle2::before, #handle2::after {
    content: '';
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
    top: 50%;
    margin-top: -6px;
}
.main-section #handle2::before {
    border-right: 6px solid white;
    left: 50%;
    margin-left: -17px;
}
.main-section #handle2::after {
    border-left: 6px solid white;
    right: 50%;
    margin-right: -17px;
}
.main-section  input[type=range] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: absolute;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
    background-color: transparent;
    width: calc(100% + 50px);
    z-index: 2;
}
.main-section input[type=range]:focus, input[type=range]:active {
    border: none;
    outline: none;
}
.main-section  input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: transparent;
    border: 4px solid white;
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, .3);
}
.main-section input[type=range]::-moz-range-track {
    -moz-appearance: none;
    height: 15px;
    width: 100%;
    background-color: transparent;
    position: relative;
    outline: none;
}

/* 4th */
.main-section  #comparison3{
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 15px #00000030;
}
.main-section .blog-main3{
    position: absolute;
    background-image: url(../images/before_after/rhinoplasty-3-1.jpeg);
    background-size: cover;
    font-size: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}
.main-section #divisor3 {
    background-image: url(../images/before_after/rhinoplasty-3-2.jpeg);
    background-size: cover;
    position: absolute;
    width: 50%;
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
    bottom: 0;
    height: 100%;
}
.main-section #divisor3::before, #divisor3::after {
    content: '';
    position: absolute;
    right: -2px;
    width: 4px;
    height: calc(50% - 25px);
    background: white;
    z-index: 3;
}
.main-section #divisor3::before {
    top: 0;
    box-shadow: 0 -3px 8px 1px rgba(0, 0, 0, .3);
}
.main-section #divisor3::after {
    bottom: 0;
    box-shadow: 0 3px 8px 1px rgba(0, 0, 0, .3);
}
.main-section #handle3 {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
}
.main-section #handle3::before, #handle3::after {
    content: '';
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
    top: 50%;
    margin-top: -6px;
}
.main-section #handle3::before {
    border-right: 6px solid white;
    left: 50%;
    margin-left: -17px;
}
.main-section #handle3::after {
    border-left: 6px solid white;
    right: 50%;
    margin-right: -17px;
}
.main-section  input[type=range] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: absolute;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
    background-color: transparent;
    width: calc(100% + 50px);
    z-index: 2;
}
.main-section input[type=range]:focus, input[type=range]:active {
    border: none;
    outline: none;
}
.main-section  input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: transparent;
    border: 4px solid white;
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, .3);
}
.main-section input[type=range]::-moz-range-track {
    -moz-appearance: none;
    height: 15px;
    width: 100%;
    background-color: transparent;
    position: relative;
    outline: none;
}
/* 5th */
.main-section  #comparison4{
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 15px #00000030;
}
.main-section .blog-main4{
    position: absolute;
    background-image: url(../images/before_after/rhinoplasty-4-1.jpeg);
    background-size: cover;
    font-size: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}
.main-section #divisor4 {
    background-image: url(../images/before_after/rhinoplasty-4-2.jpeg);
    background-size: cover;
    position: absolute;
    width: 50%;
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
    bottom: 0;
    height: 100%;
}
.main-section #divisor4::before, #divisor4::after {
    content: '';
    position: absolute;
    right: -2px;
    width: 4px;
    height: calc(50% - 25px);
    background: white;
    z-index: 3;
}
.main-section #divisor4::before {
    top: 0;
    box-shadow: 0 -3px 8px 1px rgba(0, 0, 0, .3);
}
.main-section #divisor4::after {
    bottom: 0;
    box-shadow: 0 3px 8px 1px rgba(0, 0, 0, .3);
}
.main-section #handle4 {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
}
.main-section #handle4::before, #handle4::after {
    content: '';
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
    top: 50%;
    margin-top: -6px;
}
.main-section #handle4::before {
    border-right: 6px solid white;
    left: 50%;
    margin-left: -17px;
}
.main-section #handle4::after {
    border-left: 6px solid white;
    right: 50%;
    margin-right: -17px;
}
.main-section  input[type=range] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: absolute;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
    background-color: transparent;
    width: calc(100% + 50px);
    z-index: 2;
}
.main-section input[type=range]:focus, input[type=range]:active {
    border: none;
    outline: none;
}
.main-section  input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: transparent;
    border: 4px solid white;
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, .3);
}
.main-section input[type=range]::-moz-range-track {
    -moz-appearance: none;
    height: 15px;
    width: 100%;
    background-color: transparent;
    position: relative;
    outline: none;
}
/* 6th */
.main-section  #comparison5{
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 15px #00000030;
}
.main-section .blog-main5{
    position: absolute;
    background-image: url(../images/before_after/rhinoplast-2-1.jpeg);
    background-size: cover;
    font-size: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}
.main-section #divisor5 {
    background-image: url(../images/before_after/rhinoplasty-2-2.jpeg);
    background-size: cover;
    position: absolute;
    width: 50%;
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
    bottom: 0;
    height: 100%;
}
.main-section #divisor5::before, #divisor5::after {
    content: '';
    position: absolute;
    right: -2px;
    width: 4px;
    height: calc(50% - 25px);
    background: white;
    z-index: 3;
}
.main-section #divisor5::before {
    top: 0;
    box-shadow: 0 -3px 8px 1px rgba(0, 0, 0, .3);
}
.main-section #divisor5::after {
    bottom: 0;
    box-shadow: 0 3px 8px 1px rgba(0, 0, 0, .3);
}
.main-section #handle5 {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
}
.main-section #handle5::before, #handle5::after {
    content: '';
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
    top: 50%;
    margin-top: -6px;
}
.main-section #handle5::before {
    border-right: 6px solid white;
    left: 50%;
    margin-left: -17px;
}
.main-section #handle5::after {
      border-left: 6px solid white;
    right: 50%;
    margin-right: -17px;

}
.main-section  input[type=range] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: absolute;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
    background-color: transparent;
    width: calc(100% + 50px);
    z-index: 2;
}
.main-section input[type=range]:focus, input[type=range]:active {
    border: none;
    outline: none;
}
.main-section  input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: transparent;
    border: 4px solid white;
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, .3);
}
.main-section input[type=range]::-moz-range-track {
    -moz-appearance: none;
    height: 15px;
    width: 100%;
    background-color: transparent;
    position: relative;
    outline: none;
}

 /*new-1  */
 .main-section  #comparison6{
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 15px #00000030;
}
.main-section .blog-main6{
    position: absolute;
    background-image: url(../images/blog-2.jpg);
    background-size: cover;
    font-size: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}
.main-section #divisor6 {
    background-image: url(../images/blog-1.jpg);
    background-size: cover;
    position: absolute;
    width: 50%;
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
    bottom: 0;
    height: 100%;
}
.main-section #divisor6::before, #divisor6::after {
    content: '';
    position: absolute;
    right: -2px;
    width: 4px;
    height: calc(50% - 25px);
    background: white;
    z-index: 3;
}
.main-section #divisor6::before {
    top: 0;
    box-shadow: 0 -3px 8px 1px rgba(0, 0, 0, .3);
}
.main-section #divisor6::after {
    bottom: 0;
    box-shadow: 0 3px 8px 1px rgba(0, 0, 0, .3);
}
.main-section #handle6 {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
}
.main-section #handle6::before, #handle2::after {
    content: '';
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
    top: 50%;
    margin-top: -6px;
}
.main-section #handle6::before {
    border-right: 6px solid white;
    left: 50%;
    margin-left: -17px;
}
.main-section #handle6::after {
    border-left: 6px solid white;
    right: 50%;
    margin-right: -17px;
}
.main-section  input[type=range] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: absolute;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
    background-color: transparent;
    width: calc(100% + 50px);
    z-index: 2;
}
.main-section input[type=range]:focus, input[type=range]:active {
    border: none;
    outline: none;
}
.main-section  input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: transparent;
    border: 4px solid white;
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, .3);
}
.main-section input[type=range]::-moz-range-track {
    -moz-appearance: none;
    height: 15px;
    width: 100%;
    background-color: transparent;
    position: relative;
    outline: none;
}

.blog-wrap .card{
    width: 100%;
    border: unset;
}
.blog-wrap .card .card-body{
    padding: 20px 20px 20px 0;
}
.blog-wrap .card .card-body .card-title{
    font-family: 'SF UI Display Light';
    font-size:14px;
}
.blog-wrap .card .card-body .card-text{
    font-family: 'SF UI Display Semibold';
    font-size:24px;
    margin: 10px 0;
}
.blog-wrap .card .card-body p{
    font-family: 'SF UI Display Light';
    font-size:16px;
}
.blog-wrap .main-slide{
    margin: 0;
}
.img-main-wrap .img-wrap .owl-dots{
    display: none;
}
/* model-pop treatments */
#exampleModalCenter .modal-dialog {
    max-width: 1200px;
    margin: 1.75rem auto;
}
#exampleModalCenter .modal-header .close {
    padding: 1rem 3rem!important;
    margin: 0rem -1rem -1rem auto!important;
}
#exampleModalCenter1 .modal-dialog {
    max-width: 1200px;
    margin: 1.75rem auto;
}
#exampleModalCenter1 .modal-header .close {
    padding: 1rem 3rem!important;
    margin: 0rem -1rem -1rem auto!important;
}
/* .footer-section .add-flex{
    background-color: #888888;
} */

.slider-dev .carousel.slide .carousel-item{
    text-align: right;
}

.slider-dev .carousel.slide .carousel-item img{
    display: inline!important;
    width: auto!important;
}

.slider-dev .carousel.slide .carousel-item .mobile-img{
    display: none!important;
}

.slider-dev .center-dev{
    padding: 80px 40px;
    background-color: #fb9650;
}

@media (max-width: 1366px)
.slider-dev .main-carousel h3 {
    margin: 20px 0px;
    font-size: 24px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1) {
    ::i-block-chrome, .form-dev .main-form .form-group i {
        position: absolute;
        top: 0;
        right: 0;
        background-color: #eee;
        border: 1px solid #ccc;
        padding: 11px 6px;
        font-size: 13px;
        display: none;
    }
}
.wd-dr-main-wrapper .blog-wrap  .separator{
    text-align: left;
    display: flex;
    justify-content: flex-end;
}
  .wd-dr-main-wrapper .blog-wrap  .separator h2{
    padding: 0 2rem;
  }
  .wd-dr-main-wrapper .blog-wrap  .main-ram{
    color: #000;
  }
  .wd-dr-main-wrapper .letter h5{
    letter-spacing: 1px;
    font-size: 18px;
  }
  .wd-dr-main-wrapper .variation-letter p{
    letter-spacing: 1px;
    font-size: 16px;
  }
  .wd-dr-main-wrapper .wd-ip-text cite {
    float: right;
    font-style: normal;
    position: relative;
    text-align: right;
    padding: 6px 15px;
    top: -23px;
}
.wd-dr-main-wrapper .wd-ip-text cite:before {
    content: "";
    position: absolute;
    width: 418px;
    height: 1px;
    background-color: rgba(0, 0, 0, .15);
    right: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
}
.wd-dr-main-wrapper .main-foot{
    background: #f4f4f4;
    margin: 30px 0 50px;
    overflow: visible;
    padding: 50px 0;
    position: relative;
    text-align: left;
}
.wd-dr-main-wrapper .main-foot .entry-author-bio .thumb img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.wd-dr-main-wrapper .main-think .single-user-row .user-left-block img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

select.form-control.changeLang {
    width: auto;
}
.data-cnt {
height: 100%;
display: block;
overflow: visible;
}

.d-hasta {
height: 100%;
display: block;
padding: 0px 0 10px;
}

#carousel item{
    display : flex;
    align-items: center;
 
}
.turkis-section .main-tag{
     height:150px;
}
.english-section .main-tag{
     height:170px;
}
.denis-section .main-tag{
     height:145px;
}
.main-tag span br{
    display:none;
}
.denis-section .main-tag span{
    display: -webkit-box;
    max-width: 100%;
    height: 77px;
    margin: 0 auto;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
h4.blog-text {
    font-family: 'SF UI Display Semibold';
    font-size: 24px;
    margin: 10px 0;
}
.testing-inner-blog{
    display: -webkit-box;
    max-width: 100%;
    height: 166px;
    margin: 0 auto;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-wrap .card .card-body .card-text a {
    color: #000;
}
.wd-ip-text span {
    color: #000!important;
    font-weight: bold;
}
.slider-dev .main-carousel h4{
        display: none;
    }
    .mobile-img{
        display: none;
    }
    .mobile-footer-buttons{
        display: none;
    }
@media (max-width: 1280px)
.btn-center-slide .btn-add{
    padding: 5px 19px;
}
}



.lead-form .form-error {
    border: 1px solid #d8000c;
    color: #d8000c!important;
}

.lead-form .form-error-check, .lead-form .form-error-check a, .lead-form .form-error-check .lead-form__label-title {
    color: #d8000c!important;
}

.lead-form__question-box.form-error, .lead-form__question-box.form-error span {
    color: #d8000c!important;
}

.lead-form__button{
    background-color: #fb9650!important;
}

.lead-form__policy-overlay{
    z-index: 9999!important;
}

.lead-form__policy{
    z-index: 99999!important;
}


