 /*header*/
 header{
    position: relative;
 }
 .alt a{color: #111;}
 /*header*/

 /*page*/
 main{margin-bottom: 140px;}
 .front{position: relative;margin-bottom: 50px; width: 100%; height: 300px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
 .background-front{position: absolute; left: 0px; top: 0px; width: 100%;}
 .front img{
    width: 100%;
    object-fit: cover;
    height: 300px;
 }
 .front-bg{position: absolute;
left: 0px;
top: 0px;
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(0, 218, 189, 0.7) 0%, rgba(48, 189, 255, 0.7) 100%);
width: 100%;
height: 100%;
}
.front-con{position: relative; z-index: 10;}
.front-con h1{color: #fff;}
.rank-math-breadcrumb{font-weight: 600; margin-bottom: 30px; color: #fff;}
.rank-math-breadcrumb p{color: #fff;}
.rank-math-breadcrumb a{text-decoration: none; color: #ff5252;}


.is-provider-youtube{margin: 20px 0px;}
.galeri{margin-bottom: 25px;}
.galeri .wp-block-image{
    cursor: pointer;
}
.galeri .wp-block-image img{
    height: 240px;
    object-fit: cover;
}
main ul{list-style: none;} main li{margin-bottom: 15px; line-height: 25px;}
main a{text-decoration: none; color: #ff5252;}
main input, main textarea{
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
}
.iti{width: 100% !important;}
main form{margin-top: -39px;}
form p{margin-bottom: 0px;}
.doctors .wp-block-columns {margin-top: 30px;}
.doctors .wp-block-image{
    background-color: #fff;
    border: 1px solid #e6e6e6;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
}
.doctors .wp-block-image:hover{
    background-color: #f3f3f3;
}
.doctors .wp-block-image img{
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    height: 300px;
}
.doctors .sekil{font-size: 12px; color: #838383; margin-top: 15px;}
.doctors h2 a{font-size: 18px; margin-top: -15px; display: block; color: #34373a;}
.doctors .wp-block-column li{
    margin-top: -10px;font-size: 12px;
}
.collu{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1em;
    grid-auto-rows: 1fr;
}
.collu-doc{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1em;
    grid-auto-rows: 1fr;
}
.collu-doc > article{margin-bottom: 20px;}
.post-img{
    float:left;
    width: 25%;
    margin-right: 4%;
}
.post-cont{
    float: left;
    width: 70%;
}
.post-img img{
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}

.comments{margin-top: 35px;  width: 72%;}
.logged-in-as, .comment-form-url, .comment-form-cookies-consent{display: none;}
#reply-title{margin-bottom:40px;}
#commentform input, #commentform textarea{
    margin-bottom: 20px;
    font-family: sans-serif;
}
#commentform label{display: block;}
.form-submit input {background: linear-gradient(90deg, #ff5252 0%, #f0b00c 100%) !important; border: 0px; color: #fff; width: 120px !important; cursor: pointer; }
.comments .alt a{
    color: #ff5252;
    font-size: 14px;
    font-weight: normal;
    padding: 0px;display: block;
}
#respond{margin-top: 60px;}
.comments .children{margin-top: -30px; padding-left: 15px; margin-bottom: 60px;}
.fn{font-weight: 600;}
.wpcf7-url, input[name="countrycode"]{display: none;}
main textarea{margin-top: -23px;}
.rand-title{font-size: 22px; font-weight: 600; margin-bottom: 40px; border-top: 1px solid #e6e6e6; padding-top: 20px; margin-top: 30px;}
.doctor-cat .categories li{margin-bottom: 0px;}
.doctor-cat > .categories {list-style: none; font-weight: 600; border-bottom: 1px solid #e6e6e6; padding-bottom: 10px; cursor: pointer;}
.doctor-cat .categories ul{display: none; height: 300px; overflow-y: scroll; background-color: #fafafa; margin-top: 10px;}
.doctor-cat .categories ul li a{padding: 10px; border-bottom: 1px solid #e6e6e6; display: flex;}
.doctor-cat .categories ul li a:hover{background-color: #e6e6e6;}
.doc-img a{
    display: flex;
    justify-content: center;
    
    width: 100%;
    height: 240px;
    background: #f4fbff;
    text-align: center;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
}
.doc-img img{
    display: block;
    height: 90%;
    position: relative;
    top: 10%;
}
.pagination{margin-top:50px;}
.acar{
    background-color: #f4fbff;
    padding: 14px;
    font-size: 16px;
    color: #0485d0;
    cursor: pointer;
}

.acar ~ ul{
 display: none;
}
.acar ~ ul strong{
    color: #ff5252;
    margin-right: 10px;
}
.suber{
    line-height: 22px;
    color: #0485d0;
    margin-bottom: 10px;
    display: block;
}
.land-form{
    margin-top: 30%;
    position: relative;
    left: 25%;
}
.form-title{
    font-size: 2em;
    margin-bottom: -10px;
}
.form-title span{
    color: #ff5252;
}
.land-form input, .land-form textarea{
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    border: 1px solid #a8a8a8;
    box-sizing: border-box;
    width: 400px;
}
.land-form textarea{margin-top: -23px;}
.land-wrap{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2em;
    grid-auto-rows: 2fr;
    text-align: left;
}
.land-wrap img{
width: 100%;
position: relative;
top: 7px;
border-radius: 10px;
}
.captcha canvas{
    border: 1px solid #e6e6e6;
    border-radius: 7px;
    margin: 10px 0px;
}
.captcha input{
    width:200px !important;
}
 /*page*/

 @media only screen and (max-width: 1400px) {
    .land-form{
        margin-top: -5%;
        position: relative;
        left: 25%;
    }
    .slide-title{margin-top: -11%;}
    .land-form input, .land-form textarea{
        padding: 8px;
        background-color: rgba(255, 255, 255, 0.3);
        border-radius: 10px;
        border: 1px solid #a8a8a8;
        box-sizing: border-box;
        width: 400px;
    }
    .land-form textarea{height: 90px;}
 }

 @media only screen and (max-width: 900px) {
    .front{
        display: flex;
        justify-content:flex-start;
        align-items: flex-end;
        box-sizing: border-box;
        padding:0 3%;
    }
    .collu-doc{
        grid-template-columns: repeat(2, 1fr);
    }
    .slide-title{margin-top: 0%;}
    .land-form{
        margin-top: 8%;
        position: relative;
        left: 0%;
        margin-bottom: 50px;
    }
    .slide-bg-1, .banner-img {
        height: 110vh;
    }
    .land-form input, .land-form textarea{
        width: 100%;
    }
    .land-wrap{
        display: block;
    }
    .land-wrap img{margin-bottom: 30px;}
 }

 @media only screen and (max-width: 600px) {

 
    .post-img, .post-cont{
        float:none;
        width: 100%;
        margin-right: 0%;
    }

    .post-img img{
        float: none;
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 10px;
        margin-top: 0px;
        margin-left: 0px;
        margin-bottom: 20px;
    }
    .comments{width: 100%; box-sizing: border-box;}
    .collu, .collu-doc{
        grid-template-columns: repeat(1, 1fr);
    }
 }

