@import url(https://use.typekit.net/oca3dbj.css);

body {
    font-family: poppins, sans-serif;
    font-size: 14px;
    color: #000;
    overflow-x: hidden;
    background-color: #477BE4
}

.header {
    background-color: #477BE4;
    position: relative;
    z-index: 99
}

.home-intro {
    background-color: #477BE4;
    padding-top: 40px;
    padding-bottom: 100px
}

.banner {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.banner>.banner-top {
    display: flex;
    width: 100%;
    align-items: center
}

.banner>.banner-top>img.slider-img {
    height: auto;
    width: 43%;
    position: absolute;
    z-index: 5;
    right: -155px;
    top: -109px;
    display: flex
}

.banner>.banner-top>h3 {
    width: 60%;
    font-size: 38px;
    font-weight: 300;
    font-family: circe, sans-serif;
    color: #fff;
    text-align: left;
    position: relative;
    z-index: 1;
    margin-top: 49px;
    line-height: 52px;
    margin-bottom: 30px
}

.mincontact a.CallNow>.phone-area>span.min-title {
    display: none
}

.banner>h3 {
    font-size: 36px;
    font-weight: 700;
    font-family: circe, sans-serif;
    color: #000;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 20px
}

.banner>form {
    display: flex;
    position: relative;
    width: 100%;
    z-index: 2;
    margin-top: -2px
}

.banner>form>.search-city {
    display: flex;
    position: relative;
    width: 60%;
    z-index: 2;
    margin-top: -2px
}

.banner>form>.search-name {
    display: inline-block;
    position: relative;
    width: 40%;
    z-index: 2;
    margin-top: -2px
}

.banner>form>.search-name>input.form-control {
    height: 68px;
    background-color: #fff;
    border-width: 2px 0 2px 2px;
    border-style: solid;
    border-color: #333;
    border-radius: 5px;
    color: #656565;
    padding-left: 31px;
    outline: none;
    box-shadow: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-top: 8px;
    padding-bottom: 5px
}

.banner>form>.search-name>.vertical-line {
    border-right: 1px solid rgb(58 47 31 / .1);
    margin: 0 8px;
    width: 1px;
    display: flex;
    height: 46px;
    position: absolute;
    top: 10px;
    right: 0
}

.search-city>.vertical-line {
    display: none
}

.banner>form>.search-name>i {
    font-size: 20px;
    color: #656565;
    position: absolute;
    left: 10px;
    top: 25px
}

.banner>form>.search-city>select.form-control {
    height: 68px;
    background-color: #fff;
    border-width: 2px 2px 2px 0;
    border-style: solid;
    border-color: #333;
    border-radius: 5px;
    color: #656565;
    padding-left: 30px;
    outline: none;
    box-shadow: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -1px;
    padding-top: 8px;
    padding-bottom: 5px
}

.banner>form>.search-city>.search-btn {
    height: 64px;
    width: 64px;
    display: flex;
    background-color: #FEED5A;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    color: #000;
    font-size: 21px;
    align-items: center;
    justify-content: center;
    border: none;
    margin-top: 2px;
    margin-left: -66px;
    position: relative
}

.banner>form>.search-city>.search-btn>i {
    display: flex
}

.banner>form>.search-city>.search-btn>span {
    display: none
}

.banner>form>.search-city>.search-btn>img {
    width: 44px;
    height: 60px;
    position: absolute;
    top: -40px;
    right: -40px;
    display: flex
}

.banner>form>.search-city>i {
    font-size: 20px;
    color: #656565;
    position: absolute;
    left: 10px;
    top: 25px
}

.users-list {
    margin-top: 80px;
    margin-bottom: 80px
}

.str {
    box-shadow: 0 0 6px rgb(0 0 0 / .16);
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 30px
}

.pro-img>a {
    display: flex;
    overflow: hidden;
    border-radius: 10px;
    height: 240px;
    position: relative
}

.pro-img>a>img {
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0;
    object-fit: cover;
    object-position: center center;
    color: #fff0
}

.pro-info {
    display: flex;
    flex-direction: column
}

.pro-info>a {
    display: flex;
    text-decoration: none;
    color: #000;
    margin-top: 5px;
    flex-direction: column
}

.pro-info>a>h5 {
    font-size: 26px;
    font-weight: 500;
    color: #000;
    margin-bottom: 2px;
    line-height: 24px
}

.pro-info>a>span {
    font-size: 14px;
    font-weight: 400;
    color: #797979
}

.pro-info>span.verify {
    margin-bottom: 15px;
    font-size: 13px;
    font-weight: 300
}

.pro-info>p {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    font-weight: 400
}

.profile-btn {
    border-left: 1px solid #A3A3A3;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.profile-btn>a.callnow {
    text-decoration: none;
    color: #000;
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
    align-items: center
}

.profile-btn>a.callnow>span.min-title {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #477BE4;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    color: #fff;
    font-size: 20px
}

.profile-btn>a.callnow>.PhoneArea {
    display: flex;
    flex-direction: column
}

.profile-btn>a.callnow>.PhoneArea>span.call-title {
    font-size: 15px;
    font-weight: 300
}

.profile-btn>a.callnow>.PhoneArea>span.call-no {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    line-height: 26px
}

.profile-btn>a.btn.whatsapp-btn {
    margin-bottom: 15px
}

.city-list-area {
    background-color: #477BE4;
    padding: 50px 15px
}

.city-list {
    display: flex;
    list-style: none;
    flex-direction: column;
    margin: 0;
    padding: 15px
}

.city-list>li {
    display: flex
}

.city-list>li>a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    width: 100%
}

.city-list>li>a>i {
    font-size: 14px;
    margin-right: 5px
}

.section-title>h3 {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    margin-top: 80px;
    margin-bottom: 80px;
    text-align: center
}

.blog-box {
    display: flex;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / .16);
    overflow: hidden;
    flex-direction: column;
    margin-bottom: 30px
}

.blog-img {
    display: flex;
    width: 100%
}

.blog-img>a {
    display: flex;
    border-radius: 10px;
    overflow: hidden
}

.blog-img>a>img {
    width: 100%
}

.blog-info {
    display: flex;
    flex-direction: column;
    padding: 20px
}

.blog-info>a {
    text-decoration: none;
    display: flex;
    width: 100%
}

.blog-info>a>h6 {
    font-family: circe, sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px
}

.blog-info>p {
    font-size: 14px;
    font-weight: 300;
    color: #000;
    line-height: 24px
}

.blog-info>span.date {
    display: flex;
    align-items: center;
    font-family: circe, sans-serif;
    font-size: 13px;
    color: #477BE4
}

.blog-info>span.date>i {
    font-size: 11px;
    margin-right: 5px
}

.all-blogs {
    margin-top: 20px;
    margin-bottom: 80px;
    display: flex;
    justify-content: center
}

img.home-icon {
    height: 22px;
    margin-top: -3px;
    margin-right: 5px
}

img.katil-icon {
    height: 20px;
    margin-right: 5px
}

img.contact-icon {
    height: 17px;
    margin-right: 5px
}

a.navbar-brand {
    font-family: circe, sans-serif;
    font-size: 28px;
    font-weight: 700
}

a.navbar-brand>img {
    height: 50px
}

.nav-link {
    font-size: 16px;
    font-family: circe, sans-serif;
    font-weight: 300;
    color: #fff;
    display: flex;
    align-items: center;
    border-radius: 4px;
    line-height: 26px;
    height: 48px;
    padding: 0 20px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    max-width: 100%;
    width: fit-content;
    transition: all .3s
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #000
}

.nav-link:focus,
.nav-link:hover {
    color: #000
}

.PageHeader {
    background-color: #477BE4;
    min-height: 200px
}

.PageHeader.post-header {
    padding-bottom: 170px
}

.page-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    justify-content: center;
    min-height: 180px
}

.page-top>img {
    position: absolute;
    height: 180px;
    z-index: 0
}

.page-top>h1 {
    font-family: circe, sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1
}

.page-top>ul.BreadCrumb {
    display: flex;
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
    position: relative;
    z-index: 1
}

.page-top>ul.BreadCrumb>li {
    font-family: circe, sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 700
}

.page-top>ul.BreadCrumb>li>a {
    font-weight: 400;
    color: #fff;
    text-decoration: none
}

.page-top>ul.BreadCrumb>li>a::after {
    content: '/';
    margin-left: 5px;
    margin-right: 5px
}

.page-top p {
    margin-top: 20px;
    color: #fff
}

.PageContent {
    margin-top: 30px
}

.profile-info {
    display: flex;
    width: 100%;
    flex-direction: column
}

.profileimg {
    display: flex;
    height: 270px;
    overflow: hidden;
    border-radius: 0;
    align-items: center;
    justify-content: center
}

.profileimg>img {
    width: 100%;
    height: auto
}

.profile-info>h2 {
    font-family: circe, sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0
}

.profile-info>h5 {
    font-size: 16px;
    font-weight: 400;
    color: #797979;
    margin-top: 0;
    margin-bottom: 0
}

.navbar>.container {
    padding-left: 0;
    padding-right: 0
}

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

.verify>img {
    height: 15px;
    margin-right: 5px;
    margin-top: -2px
}

.verify>span {
    font-size: 14px;
    font-weight: 500;
    color: #477BE4
}

.profile-intro {
    display: flex;
    flex-direction: column
}

.profile-address {
    display: flex;
    flex-direction: column;
    margin-top: 5px
}

.address-title {
    display: flex;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    align-items: center
}

.address-title>i {
    font-size: 16px;
    margin-right: 5px;
    margin-top: -4px
}

.address {
    font-size: 16px;
    font-weight: 400;
    color: #000
}

.cv {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 26px
}

.cv>p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 26px
}

.therapy {
    margin-bottom: 20px
}

.therapy>.therapy-title {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #CBCBCB;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px
}

.therapy>p {
    font-size: 16px;
    font-weight: 300;
    color: #000;
    line-height: 26px
}

.education {
    margin-bottom: 20px
}

.education>.education-title {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #CBCBCB;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px
}

.edu-str {
    display: flex
}

.edu-str>.edu-date {
    font-size: 13px;
    font-weight: 700;
    color: #000;
    display: flex;
    line-height: 24px;
    width: 90px
}

.edu-str>.vertical-line {
    width: 2px;
    display: flex;
    min-height: 100%;
    background-color: #000;
    position: relative;
    justify-content: center
}

.edu-str:first-child>.vertical-line {
    width: 2px;
    display: flex;
    min-height: 100%;
    background-color: #000;
    position: relative;
    justify-content: center;
    margin-top: 8px !important
}

.edu-str:last-child>.vertical-line {
    width: 2px;
    display: flex;
    height: 10px;
    background-color: #000;
    position: relative;
    justify-content: center;
    margin-top: 0
}

.edu-str>.vertical-line>.circle {
    display: flex;
    width: 6px;
    height: 6px;
    background-color: #000;
    border: 1px solid #000;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    margin-left: 0
}

.edu-str:first-child>.vertical-line>.circle {
    display: flex;
    width: 6px;
    height: 6px;
    background-color: #000;
    border: none;
    border-radius: 50%;
    position: absolute;
    top: 0
}

.edu-str>.edu-info {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    padding-left: 8px
}

.edu-str>.edu-info>.school {
    display: flex;
    font-size: 16px;
    color: #000;
    font-weight: 700;
    line-height: 24px
}

.edu-str>.edu-info>.department {
    font-size: 14px;
    font-weight: 400;
    color: #000
}

.profile-right {
    display: flex;
    width: 100%;
    padding: 25px;
    border: 1px solid #CBCBCB;
    flex-direction: column;
    border-radius: 20px;
    margin-bottom: 30px
}

a.CallNow {
    display: flex;
    width: 100%;
    text-decoration: none;
    color: #000;
    align-items: center;
    margin-bottom: 10px
}

a.CallNow>span.circle-icon {
    display: flex;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #477BE4;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    margin-right: 10px
}

a.CallNow>.phone-area {
    display: flex;
    flex-direction: column
}

a.CallNow>.phone-area>span.phone-title {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
    margin-bottom: 3px
}

a.CallNow>.phone-area>span.phone {
    font-size: 23px;
    font-weight: 700;
    color: #000;
    line-height: 26px
}

.btn.whatsapp-btn {
    display: flex;
    width: 100%;
    height: 50px;
    align-items: center;
    justify-content: center;
    background-color: #25D366;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px
}

.btn.whatsapp-btn>i {
    font-size: 18px;
    margin-right: 5px
}

.btn.email-btn {
    display: flex;
    width: 100%;
    height: 50px;
    align-items: center;
    justify-content: center;
    background-color: #477BE4;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px
}

.btn.email-btn>i {
    font-size: 16px;
    margin-right: 5px
}

.btn.instagram-btn {
    display: flex;
    width: 100%;
    height: 50px;
    align-items: center;
    justify-content: center;
    background-color: #833AB4;
    color: #fff;
    font-size: 14px;
    font-weight: 700
}

.btn.instagram-btn>i {
    font-size: 16px;
    margin-right: 5px
}

.mincontact>.btn.instagram-btn {
    width: 250px
}

.google-maps {
    position: relative;
    padding-bottom: 100%; // This is the aspect ratio height:0;overflow:hidden;border:1px solid #CBCBCB;border-radius:20px;margin-bottom:30px}.google-maps iframe{position:absolute;top:0;left:0;width:100%!important;height:100%!important}.comments-area{margin-top:30px}.area-title{display:flex;width:100%;justify-content:space-between;border-bottom:1px solid #CBCBCB;margin-bottom:20px}.area-title>span{font-size:18px;font-weight:700;color:#000}.area-title>a{text-decoration:none;color:#477BE4;font-size:14px;font-weight:500}.area-title>a>i{font-size:12px;margin-left:5px}.comments{display:flex;width:100%;margin-bottom:30px}.owl-item>.item{padding:10px}.comment{display:flex;width:100%;flex-direction:column;background-color:#fff;padding:20px;box-shadow:0 0 6px rgb(0 0 0 / .16);border-radius:20px;min-height:250px}.comment-top{display:flex;justify-content:space-between}.comment-top>.name-date{display:flex;flex-direction:column}.comment-top>.name-date>.name{font-size:18px;font-weight:700;color:#000}.comment-top>.name-date>.date{font-size:13px;font-weight:300;color:#000;font-style:italic}.stars{display:flex;justify-content:flex-end}.stars>i{margin-left:2px;font-size:14px;color:#F8E329}.comment>a{text-decoration:none;color:#477BE4;font-size:13px;font-weight:600}.footer-form-area{background-color:#477BE4;min-height:340px;display:flex;align-items:center;margin-top:0}.footer-form{position:relative;display:flex;justify-content:center;align-items:center;flex-direction:column}.footer-form>img{width:85%;position:absolute;z-index:0}.footer-form>h3{font-size:36px;font-weight:700;font-family:circe,sans-serif;color:#fff;text-align:center;position:relative;z-index:1;margin-bottom:20px}.footer-form>form{display:flex;position:relative;width:80%}.footer-form>form>select.form-control{height:50px;background-color:#fff;border:1px solid #707070;border-radius:5px;color:#656565;padding-left:30px;outline:none;box-shadow:none}.footer-form>form>.search-btn{height:48px;width:48px;display:flex;background-color:#FEED5A;border-radius:5px;color:#000;font-size:21px;align-items:center;justify-content:center;border:none;margin-top:1px;margin-left:-49px}.footer-form>form>i{font-size:20px;color:#656565;position:absolute;left:10px;top:15px}.footer{background-color:#000;padding:60px 15px 0}.footer-contact{display:flex;align-items:center;margin-bottom:30px}.footer-contact>span{font-size:22px;font-weight:600;color:#fff;line-height:32px;display:flex;width:70%}.footer-contact>a.btn.btn-contact{height:50px;width:250px;display:flex;color:#fff;text-decoration:none;font-size:14px;font-weight:700;align-items:center;justify-content:center;background-color:#477BE4}.footer-social{display:flex;flex-direction:column;align-items:flex-end;margin-bottom:30px}.footer-social>span{color:#fff;font-size:16px;font-weight:600;display:flex;width:100%;text-align:right;justify-content:flex-end}.footer-social>ul{display:flex;width:100%;list-style:none;margin:5px 0 0;padding:0;align-items:center;justify-content:flex-end}.footer-social>ul>li{display:flex;margin-left:5px}.footer-social>ul>li>a{display:flex;width:40px;height:40px;display:flex;justify-content:center;align-items:center;color:#fff;background-color:#477BE4;border-radius:10px;font-size:16px;text-decoration:none}.copyright-area{border-top:1px solid #707070;padding-top:10px;padding-bottom:10px}.footer-menu{padding-left:0}.footer-menu>ul{display:flex;width:100%;list-style:none;margin:0;padding:0}.footer-menu>ul>li{margin-right:15px}.footer-menu>ul>li>a{display:flex;color:#fff;font-size:14px;font-weight:400;text-decoration:none}.copyright{font-size:14px;font-weight:400;color:#fff;text-align:right;padding-right:0}.width-300{width:300px!important}.all-list{margin-top:60px;margin-bottom:80px;display:flex;align-items:center;flex-direction:column}.all-list>span{display:flex;text-align:center;font-size:16px;font-weight:600;color:#000;margin-top:10px}.city-text>h1{font-size:30px;font-weight:700;color:#000}.city-text>h2{font-size:28px;font-weight:700;color:#000}.city-text>h3{font-size:26px;font-weight:700;color:#000}.city-text>h4{font-size:24px;font-weight:700;color:#000}.city-text>h5{font-size:22px;font-weight:700;color:#000}.city-text>h6{font-size:20px;font-weight:700;color:#000}.city-text>p{font-size:16px;font-weight:400;line-height:24px}.form-intro>h6{font-size:22px;font-weight:600;color:#000;text-align:center}.form-intro{margin-top:50px;margin-bottom:50px}.form-intro>p{font-size:14px;text-align:center;line-height:24px;color:#000}.form-str{padding:7px 15px}.form-str>label{width:100%;font-size:14px;font-weight:600;color:#000;margin-bottom:3px}.form-str>input.form-control,.form-str>select.form-control{border-color:#477BE4;height:40px;font-size:14px;outline:none;box-shadow:none}.form-str>textarea.form-control{border-color:#477BE4;height:130px;resize:none;font-size:14px;outline:none;box-shadow:none}.form-str>textarea.form-control::placeholder{font-size:14px}.form-str>input.form-control::placeholder{font-size:14px}.contact-area{margin-top:80px;margin-bottom:80px}.contact-area>.row{display:flex;flex-direction:row-reverse}.contact-img>img{width:100%}.form-box{display:flex;width:100%;padding:35px 25px;box-shadow:0 0 10px rgb(0 0 0 / .16);border-radius:20px;flex-direction:column}.blog-page-area{margin-top:80px;margin-bottom:80px}.contact-info{margin-top:60px;margin-bottom:80px}.contact-box{display:flex;width:90%;box-shadow:0 0 10px rgb(0 0 0 / .16);border-radius:20px;flex-direction:column;padding:40px;align-items:center}.contacticon{display:flex;width:50px;height:50px;border-radius:10px;background-color:#477BE4;align-items:center;justify-content:center;font-size:26px;color:#fff}.contact-box>span.contact-title{display:flex;text-align:center;font-size:14px;font-family:circe,sans-serif;font-weight:700;color:#000;margin-top:20px}.contact-box>a{display:flex;font-size:14px;font-family:circe,sans-serif;font-weight:400;color:#477BE4;text-align:center;text-decoration:none;margin-top:5px;line-height:26px}.post-area{margin-top:10px;margin-bottom:30px}.post-text-area{margin-bottom:30px}.post-text-area>.post-img{display:flex;width:100%;margin-top:-160px;overflow:hidden;border-radius:20px}.post-text-area>.post-img>img{width:100%}.post-text-area>h2{font-size:28px;font-weight:700;color:#000;margin-top:20px}.post-text-area>span.spot{display:flex;width:100%;flex-direction:column;font-weight:600;color:blac;font-size:14px;line-height:24px}.post-text-area>p{font-size:14px;font-weight:400;color:#000;line-height:24px}.post-text-area>span.date{display:flex;align-items:center;font-family:circe,sans-serif;font-size:14px;color:#477BE4;margin-bottom:5px}.new-blogs{margin-top:30px;margin-bottom:80px}.comment-str{display:flex;width:100%;flex-direction:column;border-bottom:1px solid #ddd;padding:10px 5px}.therapy>ul>li{padding-left:0;font-size:16px;font-weight:400;color:#000;margin-bottom:5px}.sticky-info{position:fixed;width:100%;left:0;top:-100px;background-color:#fff;box-shadow:0 3px 6px rgb(0 0 0 / .16);height:76px;z-index:10;display:flex;align-items:center;justify-content:center;transition:all .3s}.sticky-info.stick{top:0;transition:all .3s}.minleft{display:flex}.minimg{display:flex;width:66px;height:66px;border-radius:50%;overflow:hidden;align-items:center;justify-content:center}.minimg>img{width:100%}.mininfo{display:flex;flex-direction:column;justify-content:center;padding-left:15px}.mininfo>.minname{font-family:circe,sans-serif;font-size:28px;font-weight:600;color:#000;line-height:30px}.mininfo>.mintitle{font-size:16px;font-weight:400;color:#797979;margin-top:0;margin-bottom:0}.mincontact{display:flex;justify-content:flex-end;align-items:center}.mincontact>a.CallNow{justify-content:flex-end;padding-right:15px}.mincontact>.btn.whatsapp-btn{width:250px}.mincontact>a.CallNow,.mincontact>.btn.whatsapp-btn{margin-bottom:0}.modal-body>p{font-size:16px}.nots-area{display:flex;flex-direction:column;width:80%;border-radius:20px;background-color:#ecf1fb;padding:20px;height:40%;margin-top:10px}.nots-area>p{font-size:16px;font-weight:400}ul.certificate{list-style:none;padding:0 0 0 15px}ul.certificate>li{display:flex;align-items:flex-start}ul.certificate>li>img{height:16px;opacity:.8;margin-right:5px;margin-top:3px}.dropdown-content{display:none;position:absolute;background-color:#f9f9f9;min-width:160px;box-shadow:0 8px 16px 0 rgb(0 0 0 / .2);z-index:1}.dropdown-content div{color:#000;padding:12px 16px;text-decoration:none;display:block;cursor:pointer;font-size:16px}.dropdown-content div>span{font-size:13px;opacity:.6;margin-top:-3px;display:flex}.dropdown-content div:hover{background-color:#f1f1f1}.search-name.show .dropdown-content{display:block}ul.blog-title-list{display:flex;flex-direction:column;width:100%;padding:30px;border-radius:20px;list-style:none}ul.blog-title-list>li.left-title{border-bottom:1px solid #000;margin-bottom:10px;font-size:16px;font-weight:600}ul.blog-title-list>li{display:flex;width:100%}ul.blog-title-list>li>a{display:flex;width:100%;font-size:14px;font-weight:600;text-decoration:none;color:#000;padding:10px 0;opacity:.6;transition:all .3s}ul.blog-title-list>li>a.active{opacity:1}ul.blog-title-list>li>a:hover{color:#000;opacity:1;transition:all .3s}.post-text-area h2{font-size:24px;font-weight:600;margin-top:20px}#sidebar{float:left;will-change:min-height;padding-left:0}#sidebar .sidebar__inner{position:relative;transform:translate(0,0);transform:translate3d(0,0,0);will-change:position,transform}.ads-area{display:flex;width:100%;flex-direction:column}.footer-contact{padding-left:0;padding-right:0;}.education ul{padding:0}.nobg{background:none}.bg-white{display:flex;flex-direction:column}.nav-link.aramiza-katil{background-color:#fff04b;border:1px solid #fff04b;transition:all .3s;color:#333}.nav-link.aramiza-katil:hover{color:#333;background-color:#fde721;border:1px solid #fde721;transition:all .3s}.ads-area a{display:flex;width:100%;padding:0}.ads-area a>img{width:100%}