.header {
    background: #FFF200;
    border-top: 6px solid #000;
    position: relative;
    height: 70px;
}
::selection {
    background: #FFF200;
    color: #000;
}

.wp-block-image img{
	height:100%;
}

.post-content a,.about-par-lec p a, .page-content a, .script-doctor a{
    color: #9B9B9B;
    text-decoration: underline;
}
.post-content a:hover,.about-par-lec p a:hover, .page-content a:hover, .page-content p a:hover, .script-doctor a:hover{
    background-color:#FFF200;
	opacity:0.8;
}
.header .main-container {
    position: relative;
}
.logo-section {
    position: absolute;    top: 13px;
    left: 50px;
}
.home .logo-section{
	display:none;
}
.mobile-text{
	display:none;
}
.menu_main {
    text-align: center;
    width: 100%;
    height: 100%;
}
.menu_main ul li,.footer-menu ul li {
    list-style: none;
    display: inline-block;
    height: 100%;
    padding: 20px 25px;
    position: relative;
    margin-top: -6px;
}
.menu_main ul li {
    padding: 20px 25px 20px 40px;
}
/*.menu ul li.current-menu-item {*/
    /*border-color: #fff;*/
/*}*/
.menu_main ul li.current-menu-item:after {
    clip-path: polygon(0 0, 98% 0, 100% 100%, 1.5% 100%);
    -webkit-clip-path: polygon(0 0, 98% 0, 100% 100%, 1.5% 100%);
    clip-path: polygon(0 0, 98% 0, 100% 100%, 1.5% 100%);
    content: '';
    top: -10px;
    position: absolute;
    /*width: 103.7%;*/
    height: 10px;
    z-index: 1;
    left: -1px;
    transition-duration: 0.5s;
    transform: none;
}
.menu_main ul li:before {
    content: '';
    width: 1px;
    background: #000;
    height: 110%;
    position: absolute;
    top: -7px;
    z-index: 2;
    left: -2px;
    /*transform: rotate(-13deg);*/
}

.menu_main ul li.current-menu-item{
	background:#fff;
}

.menu_main .menu:after {
    content: '';
    width: 1px;
    background: #000;
    height: 110%;
    position: absolute;
    top: -7px;
    z-index: 2;
    right: 0;
    transform: rotate(-13deg);
}
.menu_main ul li:last-child:after {
    right: -6px;
    left: unset;
	height:110%;
}
.menu_main ul li {
    border-top: 6px solid #000;
	transform: skew(13deg);
}

.menu_main ul li a{
	transform: skew(-13deg);
	display:block;
}

.menu_main ul li a,.footer-menu ul li a,.right-menu ul li a,.left-menu-menu li a {
    color: #000000;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
}
.main-banner {
    height: calc(100vh - 70px);
    background: #FFF200;
    width: 100%;
}
.main-banner-content {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    align-content: center;
    overflow: hidden;
}

footer{
	position: relative;
    z-index: 999;
}

.footer {
    width: 100%;
    position: fixed;
    bottom: -1px;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    padding-top: 80px;
    z-index: 99;
}
.cop-section p {
    font-size: 14px;
    color: #fff;
}
.footer-content {
    float: left;
    width: 100%;
    padding-bottom: 15px;
}
.footer-menu ul li a {
    color: #fff;
}
.footer-menu ul li {
    height: auto;
    padding: 0 20px;
}
.footer-right {
    float: right;
}
.cop-section {
    float: left;
}
.footer-menu ul li {
    border-right: 1px solid #fff;
}
.right-menu {
    position: absolute;
    right: 0;
    z-index: 9;
}
.right-menu ul li {
    list-style: none;
    background: #fff;
    margin-bottom: 10px;
    position: relative;
    text-align: right;
    padding: 2px 0;
    z-index: 0;
    float: right;
    clear: both;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 98%, 6% 100%);clip-path: polygon(0 0, 100% 0%, 100% 98%, 6% 100%);
}
.right-menu ul li a {
    padding: 0px 30px 0 15px;
}

/*.right-menu ul li a:hover {*/
    /*transition-duration: 0.5s;*/
    /*padding-right: 50px;*/
/*}*/

.footer-menu ul li a:hover:before {
    right: 0;
}

.footer-menu ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: -10px;
    background: #000;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.footer-menu ul li a:before {
    background: #fff;
}
.left-menu {
    background: #fff;
    width: 15%;
	z-index:999;
    border-right: 2px solid #000;
    padding: 30px 0;
	margin-bottom:20px;
	position:fixed;
	height:100%;
	overflow-x:hidden;
	overflow-y:scroll;
}
.content {
    width: 85%;
	margin-left:15%;
}
.page {
    display: flex;
    flex-wrap: wrap;
}
.left-menu-menu {
    position: relative;
    padding-left: 30px;
}
.left-menu-menu li {
    list-style: none;
    margin-bottom: 20px;
    padding-right: 10px;
}
.left-sub-menu {
    margin-top: 20px;
    padding-left: 25px;
}
.left-menu-menu li.active-left:before {
    content: '';
    left: 0;
    width: 6px;
    position: absolute;
    background: #000;
    height: 20px;
}
.left-sub-menu li a {
    text-transform: none;
    color: #9B9B9B;
}
.content {
    padding: 30px 0;
    padding-bottom: 100px;
}
.post-content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}
.post-left {
    position: relative;
    overflow: hidden;
}
.post-left {
    width: 32%;
}
.post-left:not(.script-doc) {
    width: 22%;
}

.post-right {
    width: 50%;
    margin-right: 15%;
}
.left-menu {
    box-sizing: border-box;
}
.post-image {
    position: relative;
    padding-bottom: 60%;
    background-size: cover;
    overflow: hidden;
    cursor: pointer;
    transition-duration: 0.5s;
}
.post-cat {
    position: absolute;
    right: 95px;
    background: #FFF200;
    padding: 2px 40px;
    transition: all 0.5s;
    z-index: 2;
}
.post-cat span {
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
}
.post-item {
    margin-bottom: 60px;
}

.post-image:after {
    content: '';
    position: absolute;
    top: -2px;
    right: 0;
    width: 0;
    height: 101%;
    border-left: 100px solid transparent;
    transition: all 0.5s ease;
    border-top: 100vh solid #fff;
    z-index: 5;
}
/*.post-image:not(.people-image-slide):hover:after {*/
    /*border-color: transparent;*/
    /*transition-duration: 0.5s;*/
/*}*/
/*.post-image:not(.people-image-slide):hover .post-cat {*/
    /*right: 0;*/
/*}*/
.post-right-caption h5 {
    font-size: 18px;
    margin-bottom: 40px;
    font-weight: 500;
}
.post-right-caption h2 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
}
.post-right-caption p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}
.post-right-caption a.read_more {
    color: #000;
    background: #FFF200;
    font-size: 14px;
    line-height: 20px;
    padding: 2px 10px;
    display: inline-block;
    margin-top: 50px;
    position: relative;
    overflow: hidden;
}
.post-right-caption a.read_more:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    border-left: 6px solid transparent;
    transition: all 0.5s ease;
    border-top: 25px solid #fff;
}
.post-right-caption a.read_more:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-right: 6px solid transparent;
    transition: all 0.5s ease;
    border-bottom: 25px solid #fff;
}
.post-right-caption a.read_more:hover {
    background: #000;
    color: #fff;
}
/*.post-right-caption a.read_more:hover:after,.post-right-caption a.read_more:hover:before {*/
    /*border-color: #000;*/
/*}*/
.news_item a:active,.news_item a:focus {
    color: #000;
}
.content-padding {
    box-sizing: border-box;
    padding-left: 60px;
    padding-right: 15%;
}
.partners p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
}
.partners img {
    max-width: 200px;
	width:100%;
    margin-right: 30px;
}
.footer-soc ul li {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
}
.footer-soc ul li:last-child {
    margin-right: 0;
}

.footer-soc ul li a i{
	color:#fff;
	font-size:20px;
}

.footer-soc ul li a:hover img, .footer-soc ul li a:hover i{
    transform: scale(1.1);
}
.footer-soc {
    margin-left: 15px;
}
.footer-menu,.footer-soc {
    display: inline-block;
}
.search-section {
    position: absolute;
    right: 50px;
    top: 0px;
    z-index: 9;
}
.search-section  .screen-reader-text {
    display: none;
}
.search-section input:not([type="submit"]) {
    height: 30px;
    border: 0;
    border-radius: 0;
    min-width: 240px;
    box-sizing: border-box;
    padding-left: 30px;
}
.search-section input[type="submit"] {
    z-index: 15;
}
.search-section .search div {
    position: relative;
}
.search-section .search div:before {
    content: '';
    position: absolute;
    left: -6px;
    top: 0;
    border-left: 6px solid transparent;
    transition: all 0.5s ease;
    border-top: 30px solid #fff;
}
.search-section input[type="submit"] {
    width: 17px;
    height: 17px;
    background: transparent;
    border: 0;
    position: absolute;
    left: 5px;
    top: 5px;
}
.search,.language_switch {
    display: inline-block;
    vertical-align: top;
}
.nothing-found{
	font-size:17px;
}
.language_switch ul li {
    list-style: none;
    display: inline-block;
    margin-left: -3px;
    transition: all 0.5s;
    cursor: pointer;
}
.language_switch ul li a {
    color: #000;
    font-size: 14px;
    padding: 0px 7px;
    line-height: 30px;
}
.language_switch ul li.current-lang {
    background: #000;
}
.language_switch ul li.current-lang a {
    color: #FFF200;

}
.language_switch ul li:hover a {
    color: #FFF200;
}
.language_switch ul li:hover {
    background: #000;
}
.pagination_posts {
    margin: 60px 0;
    text-align: center;
}
.pagination_posts ul li {
    list-style: none;
    display: inline-block;
    font-size: 14px;

    transition-duration: 0.5s;
}
.pagination_posts ul li a {
    color: #000;
    background: #FFF200;
    padding: 5px 10px;
    border: 1px solid #FFF200;
}
.pagination_posts ul li a:hover {
    transition-duration: 0.5s;
    border: 1px solid #000;
}
.pagination_posts ul li .current {
    color: #000;
    background: #FFF200;
    padding: 5px 10px;
    border: 1px solid #000;
}

.banner-standard {
    margin-top: -30px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 20%;
}

.bottom-btn-signup{
	margin-left:-30px;
}

.after-banner-caption h5 {
    font-size: 14px;
    color: #9B9B9B;
    padding: 6px 20px 6px 40px;
    display: inline-block;
    font-weight: 300;
    position: relative;
}
.after-banner-caption h5:after,.after-banner-caption .form-caption:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0;
    border-left: 6px solid transparent;
    transition: all 0.5s ease;
    border-top: 35px solid #fff;
	display:none;
}
/*.after-banner-caption .form-caption {
    font-size: 19px;
    color: #000;
    background: #FFF200;
    position: relative;
    padding: 6px 20px;
    font-weight: 300;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    transition: all 0.5s;
}*/

.after-banner-caption .form-caption{
	margin: 25px 0 0 20px;
    transform: skew(13deg);
    text-transform: uppercase;
	font-size: 18px;
    color: #000;
    background: #FFF200;
    position: relative;
    padding: 12px 20px;
    font-weight: 300;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    transition: all 0.5s;
}

.form-caption.nude{
	transform: skew(0)!important;
	opacity:0.9;
	text-decoration:none;
}

.form-caption.nude:hover{
	opacity:1;
}

.after-banner-caption .form-caption .notif-text{
	display:inline-block;
	transform: skew(-13deg);
}

.after-banner-caption .form-caption.grey-bg{
	background:#C7C7C7;
	color:#fff;
}

.after-banner-caption .form-caption img {
	display:inline-block;
    vertical-align: middle;
	padding-right: 5px;
    transform: rotateY(180deg) skew(13deg);
    margin-top: -7px;
}
.after-banner-caption .form-caption:hover {
    padding-left: 50px;
}
.page-content {
    padding-top: 20px;
    padding-left: 40px;
	padding-right:10vw;
}

.page-content p {
	margin:10px 0;
    line-height: 26px;
    font-size: 18px;
    color: #000;
    font-weight: 300;
}
.page-content h4 {
    position: relative;
    font-size: 19px;
    text-transform: uppercase;
    background: #000;
    color: #fff;
    padding: 5px 20px;
    display: inline-block;
    margin: 30px 0;
    font-weight: 300;
    margin-left: -10px;
}
.page-content h4:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    border-left: 6px solid transparent;
    transition: all 0.5s ease;
    border-top: 34px solid #fff;

}
.page-content h4:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-right: 6px solid transparent;
    transition: all 0.5s ease;
    border-bottom: 34px solid #fff;
}

.page-content h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
}
.page-content h2 {
    display: inline-block;
    margin-left: -40px;
    font-size: 19px;
    font-weight: 300;
    color: #FFF200;
	background:#000;
    padding: 6px 0;
    padding-left: 40px;
    padding-right: 20px;
    position: relative;
}
.page-content h2:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    border-left: 6px solid transparent;
    transition: all 0.5s ease;
    border-top: 34px solid #fff;

}
.banner-script {
    margin-top: -30px;
}
.banner-script-item {
    min-height: 285px;
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.banner-script-text {
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    max-width: 920px;
    margin: 0 auto;
    color: #fff;
    line-height: 27px;
    position: relative;
    z-index: 15;
}
.team-item {
    margin-bottom: 20px;
}
.banner-script {
    position: relative;
}
.banner-script .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 9;
}
.banner-script-item h4 {
    margin-top: 30px;
}
.banner-script-item h5,.banner-script-item h4 {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 15;
}
.banner-script .owl-dots  {
    margin-top: -30px;
    z-index: 9;
    position: relative;
    text-align: center;
}
.banner-script .owl-dots button {
    background: #fff!important;
    position: relative;
    width: 14px;
    height: 7px;
    margin: 0 15px;
}

.banner-script .owl-dots button:after {
    content: '';
    position: absolute;
    top: -7px;
    right: -6px;
    width: 0;
    height: 100%;
    border-right: 6px solid transparent;
    transition: all 0.5s ease;
    border-bottom: 7px solid #fff;


}
.banner-script .owl-dots button:before {
    content: '';
    position: absolute;
    left: -6px;
    top: 0;
    border-left: 6px solid transparent;
    transition: all 0.5s ease;
    border-top: 7px solid #fff;
}
.banner-script .owl-dots button.active {
    background: #FFF200!important;
}
.banner-script .owl-dots button.active:before,.banner-script .owl-dots button.active:after {
    border-top-color: #FFF200;
    border-bottom-color: #FFF200;
}
.banner-script {
    margin-bottom: 10px;
}
.right-menu ul li:before {
    content: '';
    width: 25px;
    background: #000;
    height: 100%;
    position: absolute;
    top: 0;
    left: -4px;
    /* border-right: 2px solid #fff; */
    /* transform: rotate(-10deg); */
    z-index: 1;
    -webkit-clip-path: polygon(0 0, 20% 0, 49% 100%, 33% 100%);clip-path: polygon(0 0, 20% 0, 49% 100%, 33% 100%);
    transition-duration: 0.5s;
}
.right-menu-menu li a:hover {
    padding-left: 25px;
}
.right-menu-menu li:hover:before {
    width: 33px;
    transition-duration: 0.5s;
    -webkit-clip-path: polygon(0 0, 48% 0, 70% 100%, 33% 100%);clip-path: polygon(0 0, 48% 0, 70% 100%, 33% 100%);
}
.menu li {
    transition: all 0.5s;

}
.header .menu li {
    transition: all 0.5s;
}
.header .menu li:after {
    content: '';
    transition-duration: 0.5s;
}

.header .menu li:hover:after {
    -webkit-clip-path: polygon(0 0, 98% 0, 100% 100%, 1.5% 100%);clip-path: polygon(0 0, 98% 0, 100% 100%, 1.5% 100%);
    content: '';
    top: -10px;
    /*background: #fff;*/
    position: absolute;
    width: 103.7%;
    height: 10px;
    z-index: 1;
    /*left: -1.5px;*/
    transition-duration: 0.5s;
    transform: none;
}

.header .menu li:hover{
	background:#eee;
	transition-duration: 0.5s;
}

/*.menu li:hover {*/
    /*border-color: #fff;*/
/*}*/
.right-menu ul li.current-menu-item:before {
    width: 33px;
    -webkit-clip-path: polygon(0 0, 48% 0, 70% 100%, 33% 100%); clip-path: polygon(0 0, 48% 0, 70% 100%, 33% 100%);
}
.right-menu ul li.current-menu-item:after {
    content: '';
    width: 3px;
    position: absolute;
    left: 3px;
    top: 0;
    z-index: 1;

    border-right: 6px solid transparent;
    transition: all 0.5s ease;
    border-bottom: 25px solid #000;
}
.right-menu ul li.current-menu-item a {
    padding-left: 25px;
}
.scriptdoctors {
    margin-top: 50px;
}
.left-sub-menu .active_sub_item a {
    color: #000;
}
.participants_block {
    display: flex;
    flex-wrap: wrap;
}
.participants_item {
    width: 19%;
    margin-right: 1%;
    position: relative;
    box-sizing: border-box;
    padding-bottom: 15%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 20px;
}
.participants_item:nth-child(5n) {
    margin-right: 0;
}
.participants_item h5 {
    position: absolute;
    transition: all 0.5s;
    bottom: 0;
    left: 0;
    font-size: 16px;
    background: #000;
    font-weight: 300;
    color: #fff;
    box-sizing: border-box;
    padding: 5px 10px;
    width: 90%;
}
.participants_item h5:before {
    content: '';
    width: 3px;
    position: absolute;
    right: -6px;
    top: 0;
    z-index: 1;

    border-right: 6px solid transparent;
    transition: all 0.5s ease;
    border-bottom: 50px solid #000;
}
.participants_item:hover h5 {
    width: 100%;
}
ul.menu {
    display: inline-block;
    position: relative;
}
.left-sub-menu a:hover {
    color: #000;
}
.left-menu-menu li:not(.active-left) a {
    color: #9B9B9B;
}
.left-menu-menu li:not(.active-left) a:hover {
    color: #000;
}

.hidden-carousel {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    display: none;
}
.hidden-carousel-carousel {
    width: 100%;
    height: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.carousel-people {
    max-width: 40%;
}
.participants_item_slide {
    background: #fff;
    width: 100%;
    padding: 50px 0;
    position: relative;
    height: 70vh;
    overflow: hidden;
    overflow-y: scroll;
    z-index: 9;
}
.carousel-people {
    position: relative;
    z-index: 9;
}
.slider-head-people {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.slide-head-left {
    width: 60%;
}
.slide-head-right {
    width: 40%;
}
.people-image-slide {
    cursor: default;
}
.slide-head-right h4 {
    font-size: 18px;
}
.slide-head-right h5 {
    font-size: 18px;
    font-weight: 300;
}
.close-slide-people img {
    max-width: 17px;
    position: absolute;
    z-index: 2;
    right: 15px;
    top: 15px;
    cursor: pointer;
    transition-duration: 0.5s;
}
.close-slide-people:hover img {
    transform: rotate(-90deg);
    transition-duration: 0.5s;
}
body.noscroll {
    overflow: hidden;
    max-height: 100vh;
}
.hidden-carousel-carousel {
    position: relative;
    z-index: 7;
}
.carousel-people .owl-prev {
    position: absolute;
    top: 45%;
    left: -20%;
}
.carousel-people .owl-next {
    position: absolute;
    top: 45%;
    right: -20%;
}
.carousel-people .owl-prev,.carousel-people .owl-next {
    width: 69px;
    height: 69px;
    background: #fff!important;
    border-radius: 50%;
    transition-duration: 0.5s;
}
.carousel-people .owl-prev img,.carousel-people .owl-next img {
  vertical-align: bottom;
    transition-duration: 0.5s;
}
.carousel-people .owl-prev img {
    margin-left: -5px;
}
.carousel-people .owl-next img {
    margin-right: -5px;
}
.carousel-people .owl-prev:hover img {
    margin-left: 5px;
    transition-duration: 0.5s;
}
.carousel-people .owl-next:hover img {
    margin-right: 5px;
    transition-duration: 0.5s;
}
.about-par-lec {
    padding: 40px 50px;
}
.about-par-lec p {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
}
.about-par-lec h4,.about-par-lec h5,.about-par-lec h2,.about-par-lec h1,.about-par-lec h6 {
    margin: 20px 0;
}
.about-par-lec ul li {
    list-style: none;
}
.team .content-content p {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 20px;
    max-width: 885px;
}
.content-content {
    margin-bottom: 30px;
}
.team-items {
    display: flex;
    flex-wrap: wrap;
}
.team-item {
    width: 19%;
    margin-right: 6%;
}
.team-item:nth-child(4n) {
    margin-right: 0;
}
.team-item .participants_item {
    width: 100%;
    padding-bottom: 100%;
	cursor:default;
}
.team-items {
    margin-bottom: 50px;
}
.team-head-title {
    margin-bottom: 30px;
}
.team-head-title h2 {
    display: inline-block;
    font-size: 19px;
    font-weight: 600;
    background: #000;
    padding: 6px 0;
    padding-left: 40px;
    padding-right: 20px;
    position: relative;
}
.team-head-title h2:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    border-left: 6px solid transparent;
    transition: all 0.5s ease;
    border-top: 34px solid #fff;
}
.team-content h4 {
    margin: 0 0 10px 0;
    font-size: 16px;
	background: none;
	padding:0;
}
.team-content span {
    font-size: 16px;
}

.team-content h4:before, .team-content h4:after{
	display:none;
}

.script-doctor {
    margin-top: 40px;
}
.script-doctor .slide-head-left  {
    width: 40%;
}
.script-doctor .slide-head-right {
    width: 53%;
}
.script-doctor-content {
    margin-top: 40px;
    margin-bottom: 60px;
    padding-right: 60px;
}
.script-doctor-content p {
    font-size: 16px;
    line-height: 19px;
    color: #000;
    margin-bottom: 20px;
}
.script-doctor-content h3,.script-doctor-content h4,.script-doctor-content h5,.script-doctor-content h6,.script-doctor-content h2 {
    margin: 20px 0;
    font-size: 18px;
}
.script-doctor-content h2 {
    position: relative;
    color: #000;
    background: #FFF200;
    line-height: 20px;
    padding: 5px 20px;
    display: inline-block;
    overflow: hidden;
}
.script-doctor-content h2:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-right: 6px solid transparent;
    transition: all 0.5s ease;
    border-bottom: 36px solid #fff;
}
.script-doctor-content h2:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    border-left: 6px solid transparent;
    transition: all 0.5s ease;
    border-top: 36px solid #fff;
}
.left-sub-menu .news_item.active_sub_item a {
    color: #000;
}
.post-top-head.post-image {
    padding-bottom: 25%;
    background-position: center;
    background-size: cover;
    margin-left: -60px;
    cursor: default;
}
.single-post .post-content {
    margin-top: 40px;
    display: block;
}
.post-content-top {
    display: block;
    width: 100%;
    margin-bottom: 40px;
}
.post-content-top h5,.post-content-top h1 {
    font-size: 18px;
}
.post-content-top h5 {
    font-weight: 500;
}
.single-post .post-content p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 19px;
}

/*Home Page*/

.text-home{
	max-width: 600px;
    width: 100%;
    display: block;
    text-align: center;
	font-size:19px;
	line-height: 1.6em;
}

.home-btn{
	position:fixed;
	z-index:999;
	transform: skew(16deg); 
	border:1px solid #000; 
	padding:15px 40px; 
	text-align:center; 
	text-transform:uppercase;    
	width: 170px; 
	margin-left: 20px; 
	font-size:19px;
	display:block;
	color:#000!important;
	background-image: linear-gradient(black,black);
    background-size: 100% 0%;
    background-repeat:no-repeat;
    background-position: bottom;
    transition: all 0.2s ease-in-out; 
}

.home-btn:hover{
	background-size: 100% 100%;
	color:#fff!important;
	cursor:pointer;
}

.home-btn-txt{
	transform: skew(-16deg)!important;
	display:block; 
}

.form-popup {
    height: 100%;
    width: 100%;
    display: none;

}
.form-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    position: fixed;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 99;
}
.form-popup-content {
    max-width: 30%;
    min-width: 30%;
    background: #fff;
    max-height: 60vh;
    overflow: scroll;
    position: relative;
	background:#FFF200;
}
.form-form {
    padding: 40px 40px 30px 25px;
    box-sizing: border-box;
}

.form-popup .close-slide-people img {
    width: 17px;
    height: 17px;
    position: absolute;
    right: 10px;
    top: 15px;
}
.form-item label {
    font-size: 16px;
    font-weight: 500;
    padding-left: 10px;
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
}

.form-item {
    margin-bottom: 20px;
}

.form-item input[type="checkbox"]{
	-webkit-appearance: checkbox;
	height: auto!important;
    width: auto!important;
    box-sizing: border-box;
    margin-top: 10px;
    margin-left: -10px;
    -webkit-appearance: checkbox;
}

.form-item input {
    height: 34px;
    border: 1px solid #D8D8D8;
    padding-left: 10px;
    width: 100%;
    box-sizing: border-box;
    margin-top: 10px;
    margin-left: -10px;
}
.form-item textarea {
    resize: none;
    padding-left: 10px;
    padding-top: 10px;
    box-sizing: border-box;
    width: 100%;
    margin-top: 10px;
    border: 1px solid #D8D8D8;
    margin-left: -10px;
}
.wpcf7-form-control.wpcf7-submit {
    display: inline-block;
    text-align: center;
    color: #fff;
    background: #000;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 25px;
    border: 0;
    position: relative;
    overflow: hidden;
    font-weight: 300;
    cursor: pointer;
    text-transform: uppercase;
}
.form-popup .sub_form .sub-form-input {
    display: inline-block;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.form-popup .sub_form .sub-form-input:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-right: 6px solid transparent;
    transition: all 0.5s ease;
    border-bottom: 47px solid #fff;
    z-index: 2;
}
.form-popup .sub_form .sub-form-input:after {
    content: '';
    position: absolute;
    top: 0;
    right: 20px;
    width: 0;
    height: 100%;
    border-left: 6px solid transparent;
    transition: all 0.5s ease;
    border-top: 47px solid #fff;
    z-index: 2;
}

.form-popup .sub_form .sub-form-input:hover input {
    background: #fff;
    color: #000;
}
.form-popup .sub_form .sub-form-input:hover:after,.form-popup .sub_form .sub-form-input:hover:before {
    border: 0;
    transition-duration: 0.5s;
}

.sub_form {
    margin: 40px 0 40px 0;
    text-align: center;
}
.wpcf7-not-valid-tip {
    display: none!important;
}
.wpcf7-not-valid,.wpcf7-validation-errors {
    border-color: #FF4600!important;
}
.wpcf7-validation-errors {
    padding: 10px!important;
    font-size: 15px!important;
}
.cap-logo {
    position: absolute;
    top: 0px;
    right: -14px;
    background: #fff;
    width: 20px;
    height: 13px;
    text-align: center;
    -webkit-clip-path: polygon(0 0, 70% 0%, 100% 100%, 30% 100%); clip-path: polygon(0 0, 70% 0%, 100% 100%, 30% 100%);
}
.cap-logo span {
    font-size: 13px;
    line-height: 1.4;
    /*top: -2px;*/
    /*left: 8px;*/
    /*position: absolute;*/
    line-height: 13px;
    display: block;
    text-transform: lowercase;
}
.hided {
    display: none;
}
header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}
.right-menu {
    top: 85px;
	position:fixed;
}
.page {
    padding-top: 76px;
}
@media (max-width: 1200px) {
    .animated {
        visibility: visible !important;
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
    .footer {
        background-size: 113%;
        width: 100%;
    }
    .page {
        overflow: hidden;
        width: 100%;
    }
}
@media (min-width: 1200px) and (max-width: 1600px) {
    .search-section input:not([type="submit"]) {
        min-width: 194px;
        max-width: 220px;
    }
}
@media (min-width: 1200px) and (max-width: 1400px) {
    .search-section input:not([type="submit"]) {
        min-width: 100px;
        max-width: 100px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .logo-section {
        left: 10px;
    }
    .search-section {
        right: 0;
    }
    header {
        position: static;
    }
    .search-section input:not([type="submit"]) {
        min-width: 30px;
        max-width: 30px;
    }
    .page {
        padding-top: 0px;
    }
}
@media (min-width: 768px) and  (max-width: 992px){
    .hidem {
        display: none;
    }
    .hided {
        display: block;
    }
    .logo-section {
        position: static;
		display:block!important;
    }
    .home .logo-section img {
        width: 181px;
        margin-top: 100px;
        margin-bottom: 60px;
    }
    .home .logo-section {
        text-align: center;
    }
    .search-section input:not([type="submit"]) {
        min-width: 45px;
        max-width: 45px;
    }
    .search-section input[type="submit"] {
        left: 14px;
    }
    .menu_main .menu:after {
        display: none;
    }
    .menu_main ul li:before {
        top: 0;
    }
    .menu_main ul li:after {
        content: '';
        width: 1px;
        background: #000;
        height: 100%;
        position: absolute;
        top: 0px;
        z-index: 2;
        right: -5.5px;
        transform: rotate(-13deg);
    }
    .menu_main ul li {
        border: 0;
    }

    .menu_main ul li {
        padding: 0px 7px 0px 7px;
        margin-bottom: 30px;
		display:block;
    }
    ul.menu {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    .main-container {
        padding: 0 15px;
    }
    header {
        width: 100%;
        box-sizing: border-box;
    }
    .header .menu li:hover:after {
        clip-path: none;
        content: '';
        width: 1px;
        background: #000;
        height: 100%;
        position: absolute;
        top: 0px;
        z-index: 2;
        right: -5.5px;
        transform: rotate(-13deg);
        left: unset;
    }
    .search-section {
        right: 0px;
    }
    .mobile-icon {
        display: inline-block;
    }
    .wow,.animated {
        visibility: visible !important;
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
    .mobile_main_menu {
        overflow: hidden;
    }
    .mobile_main_menu_menu,.left-menu {
        position: fixed;
        top: 0;
        background: #fff;
        right: -70%;
        height: 100%;
        z-index: 99;
        width: 70%;
        text-align: left;
        border-left: 1px solid #000;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
        padding-top: 40px;
        transition: all 0.5s;
    }
    .left-menu {
        right: unset;
        left: -70%;
        padding-left: 0;
    }
    .left-menu.opened {
        left: 0;
    }
    .banner-standard {
        padding-bottom: 45%;
    }
    .language_switch ul li {
        margin-top: -2px;
    }
    .search-section input:not([type="submit"]) {
        height: 28px;
    }
    .search-section .search div:before {
        border-top: 27px solid #fff;
    }
    .mobile_main_menu .menu-item_item {
        border-bottom: 1px solid #D8D8D8;
        padding-top: 20px;
        padding-bottom: 7px;
    }
    .close-slide-menu img {
        max-width: 17px;
        position: absolute;
        z-index: 2;
        top: 15px;
        cursor: pointer;
        transition-duration: 0.5s;
    }
    .mobile_main_menu .close-slide-menu img {
        left: 20px;
    }
    .mobile_main_menu .menu {
        display: block;
        text-align: left;
    }
    .mobile_main_menu .menu li {
        list-style: none;
        margin-bottom: 15px;
    }
    .mobile_main_menu .menu li a {
        text-transform: uppercase;
        font-size: 16px;
        color: #000;
    }
    .mobile_main_menu .menu-item_item:last-child {
        border-bottom: 0;
    }
    .mobile_main_menu_menu.opened {
        right: 0;
    }
    .menu_main ul li:before {
        left: -5.5px;
    }
    .cop-section {
        display: none;
    }
    .footer-menu ul li a {
        font-size: 10px;
    }
    .footer {
        background-size: 240%;
    }
    .footer-right {
        width: 100%;
        float: none;
    }
    .footer-menu .menu {
        display: block;
    }
    .footer-soc {
        float: right;
    }
    .footer-menu ul li {
        padding: 0 10px;
        line-height: 15px;
    }
    .footer-content {
        padding-bottom: 8px;
    }
    .mobile-icon {
        cursor: pointer;
    }
    body {
        -webkit-tap-highlight-color: transparent;
    }
    .footer-soc ul li {
        margin-right: 11px;
    }
    body .menu_main {
        display: none;
    }
    body.home .menu_main {
        display: block;
    }
    .header {
        border: 0;
    }
    body:not(.home) .logo img{
        max-width: 60px;
    }
    body:not(.home) .header {
        height: 28px;
        border-bottom: 1px solid #000;
    }
    body:not(.home) .logo-section {
        position: relative;
        top: unset;
        left: unset;
        display: inline-block;
    }
    .cap-logo span {
        font-size: 9px;
        line-height: 8px;
    }
    .cap-logo {
        position: absolute;
        top: 0.4px;
        right: -10px;
        background: #fff;
        width: 13px;
        height: 8px;
        text-align: center;
        -webkit-clip-path: polygon(0 0, 73% 0%, 100% 100%, 27% 100%);clip-path: polygon(0 0, 73% 0%, 100% 100%, 27% 100%);
    }
    .content {
        width: 100%;
    }
    .page-content {
        padding: 20px 15px;
    }
    .menu-burger {
        position: absolute;
        top: 45px;
        cursor: pointer;
    }
    .left-menu .menu-burger {
        right: 0;
        top: 30px;
    }
    .after-banner-caption h5 {
        padding: 6px 20px 6px 15px;
        max-width: 200px;
    }
    .after-banner-caption h5:after, .after-banner-caption .form-caption:after {
        border-top: 72px solid #fff;
    }
    .after-banner-caption .form-caption {
        padding: 6px 15px;
    }
    .page-content p {
        font-size: 12px;
        line-height: 19px;
    }
    .after-banner-caption h5 {
        font-size: 16px;
        line-height: 20px;
    }
    .after-banner-caption .form-caption,.page-content h2 {
        font-size: 16px;
        line-height: 20px;
    }
    .page-content h4,.page-content h3 {
        margin: 20px 0;
        font-size: 14px;
    }
    .post-left,.post-right {
        width: 100%;
        margin-right: 0;
    }
    .post-right {
        padding: 20px 15px;
    }
    .post-cat span {
        font-size: 12px;
        line-height: 12px;
    }
    .post-right-caption h2 {
        margin-bottom: 10px;
    }
    .post-right-caption p {
        font-size: 12px;
        line-height: 19px;
        padding-right: 20px;
    }
    .post-right-caption a.read_more {
        margin-top: 20px;
    }
    .post-item {
        margin-bottom: 30px;
    }
    .content {
        padding-bottom: 60px;
    }
    .post-cat {
        padding: 2px 30px;
    }
    .post-top-head.post-image {
        padding-bottom: 80%;
    }
    .content-padding {
        padding: 0 15px;
    }
    .participants_item {
        width: 100%;
        margin-right: 0;
        padding-bottom: 70%;
    }
    .banner-script-text {
        font-size: 16px;
        line-height: 25px;
    }
    .banner-script-item h5, .banner-script-item h4 {
        font-size: 16px;
    }
    .script-doctor .slide-head-left,.script-doctor .slide-head-right {
        width: 100%;
    }
    .script-doctor .slide-head-right {
        padding: 20px 15px;
    }
    .partners img {
        margin-bottom: 10px;
    }
    .team-head-title h2 {
        margin-left: -35px;
    }
    .team-item {
        width: 100%;
        margin-bottom: 30px;
        margin-right: 0;
    }
    .team-item .participants_item {
        padding-bottom: 70%;
    }
    .team-items {
        margin-bottom: 10px;
    }
    .form-popup-content {
        max-width: 90%;
        height: 77vh;
    }
    .carousel-people {
        max-width: 90%;
    }
    .slide-head-left,.slide-head-right {
        width: 100%;
    }
    .slide-head-right {
        padding-left: 15px;
        padding-top: 20px;
    }
    .about-par-lec {
        padding: 20px 15px;
    }
    .carousel-people .owl-next {
        right: -5%;
    }
    .carousel-people .owl-prev {
        display: none;
    }
    .content {
        padding-top: 50px;
    }
    .banner-script,.banner-standard {
        margin-top: -50px;
    }
    .menu-burger {
        z-index: 9;
    }
    .left-menu .menu-burger {
        top: 40px;
    }
}


@media (max-width: 767px) {
    .hidem {
        display: none;
    }
    .hided {
        display: block;
    }
    .logo-section {
        position: static;
		display:block!important;
    }
    .home .logo-section img {
        width: 181px;
        margin-top: 100px;
        margin-bottom: 60px;
    }
    .home .logo-section {
        text-align: center;
    }
    .search-section input:not([type="submit"]) {
        min-width: 45px;
        max-width: 45px;
    }
    .search-section input[type="submit"] {
        left: 14px;
    }
    .menu_main .menu:after {
        display: none;
    }
    .menu_main ul li:before {
        top: 0;
    }
    .menu_main ul li:after {
        content: '';
        width: 1px;
        background: #000;
        height: 100%;
        position: absolute;
        top: 0px;
        z-index: 2;
        right: -5.5px;
        transform: rotate(-13deg);
    }
    .menu_main ul li {
        border: 0;
    }

    .menu_main ul li {
        padding: 0px 7px 0px 7px;
        margin-bottom: 30px;
    }
    ul.menu {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    .main-container {
        padding: 0 15px;
    }
    header {
        width: 100%;
        box-sizing: border-box;
    }
    .header .menu li:hover:after {
        -webkit-clip-path: none;clip-path: none;
        content: '';
        width: 1px;
        background: #000;
        height: 100%;
        position: absolute;
        top: 0px;
        z-index: 2;
        right: -5.5px;
        transform: rotate(-13deg);
        left: unset;
    }
    .search-section {
        right: 0px;
    }
    .mobile-icon {
        display: inline-block;
    }
    .wow,.animated {
        visibility: visible !important;
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
    .mobile_main_menu {
        overflow: hidden;
    }
    .mobile_main_menu_menu,.left-menu {
        position: fixed;
        top: 0;
        background: #fff;
        right: -70%;
        height: 100%;
        z-index: 99;
        width: 70%;
        text-align: left;
        border-left: 1px solid #000;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
        padding-top: 40px;
        transition: all 0.5s;
    }
    .left-menu {
        right: unset;
        left: -70%;
        padding-left: 0;
    }
    .left-menu.opened {
        left: 0;
    }
    .banner-standard {
        padding-bottom: 45%;
    }
    .language_switch ul li {
        margin-top: -2px;
    }
    .search-section input:not([type="submit"]) {
        height: 28px;
    }
    .search-section .search div:before {
        border-top: 27px solid #fff;
    }
    .mobile_main_menu .menu-item_item {
        border-bottom: 1px solid #D8D8D8;
        padding-top: 20px;
        padding-bottom: 7px;
    }
    .close-slide-menu img {
        max-width: 17px;
        position: absolute;
        z-index: 2;
        top: 15px;
        cursor: pointer;
        transition-duration: 0.5s;
    }
    .mobile_main_menu .close-slide-menu img {
        left: 20px;
    }
    .mobile_main_menu .menu {
        display: block;
        text-align: left;
    }
    .mobile_main_menu .menu li {
        list-style: none;
        margin-bottom: 15px;
    }
    .mobile_main_menu .menu li a {
        text-transform: uppercase;
        font-size: 16px;
        color: #000;
    }
    .mobile_main_menu .menu-item_item:last-child {
        border-bottom: 0;
    }
    .mobile_main_menu_menu.opened {
        right: 0;
    }
    .menu_main ul li:before {
        left: -5.5px;
    }
    .cop-section {
        display: none;
    }
    .footer-menu ul li a {
        font-size: 9px;
    }
    .footer {
        background-size: 240%;
    }
    .footer-right {
        width: 100%;
        float: none;
    }
    .footer-menu .menu {
        display: block;
    }
    .footer-soc {
        float: right;
    }
    .footer-menu ul li {
        padding: 0 10px;
        line-height: 15px;
    }
    .footer-content {
        padding-bottom: 8px;
    }
    .mobile-icon {
        cursor: pointer;
    }
    body {
        -webkit-tap-highlight-color: transparent;
    }
    .footer-soc ul li {
        margin-right: 11px;
    }
    body .menu_main {
        display: none;
    }
    body.home .menu_main {
        display: block;
    }
    .header {
        border: 0;
    }
    body:not(.home) .logo img{
        max-width: 60px;
    }
    body:not(.home) .header {
        height: 28px;
        border-bottom: 0px solid #000;
    }
    body:not(.home) .logo-section {
        position: relative;
        top: unset;
        left: unset;
        display: inline-block;
    }
    .cap-logo span {
        font-size: 9px;
        left: 5px;
    }
    .cap-logo {
        position: absolute;
        top: 0.4px;
        right: -10px;
        background: #fff;
        width: 13px;
        height: 8px;
        text-align: center;
        -webkit-clip-path: polygon(0 0, 73% 0%, 100% 100%, 27% 100%);clip-path: polygon(0 0, 73% 0%, 100% 100%, 27% 100%);
    }
    .content {
        width: 100%;
    }
    .page-content {
        padding: 20px 15px;
    }
    .menu-burger {
        position: absolute;
        top: 45px;
        cursor: pointer;
		background: rgba(256, 256, 256, 0.3);
    	padding: 4px 3px 0px 2px;
		margin-left: 5px;
    }
    .left-menu .menu-burger {
        right: 0;
        top: 30px;
    }
    .after-banner-caption h5 {
        padding: 6px 20px 6px 15px;
        max-width: 200px;
    }
    .after-banner-caption h5:after, .after-banner-caption .form-caption:after {
        border-top: 72px solid #fff;
    }
    .after-banner-caption .form-caption {
        padding:15px;
    }
    .page-content p {
        font-size: 12px;
        line-height: 19px;
    }
    .after-banner-caption h5 {
        font-size: 16px;
        line-height: 20px;
    }
    .after-banner-caption .form-caption,.page-content h2 {
        font-size: 16px;
        line-height: 20px;
    }
    .page-content h4,.page-content h3 {
        margin: 20px 0;
        font-size: 14px;
    }
    .post-left,.post-right {
        width: 100%;
        margin-right: 0;
    }
    .post-right {
        padding: 20px 15px;
    }
    .post-cat span {
        font-size: 12px;
        line-height: 12px;
    }
    .post-right-caption h2 {
        margin-bottom: 10px;
    }
    .post-right-caption p {
        font-size: 12px;
        line-height: 19px;
        padding-right: 20px;
    }
    .post-right-caption a.read_more {
        margin-top: 20px;
    }
    .post-item {
        margin-bottom: 30px;
    }
    .content {
        padding-bottom: 60px;
    }
    .post-cat {
        padding: 2px 30px;
    }
    .post-top-head.post-image {
        padding-bottom: 80%;
    }
    .content-padding {
        padding: 0 15px;
    }
    .participants_item {
        width: 100%;
        margin-right: 0;
        padding-bottom: 70%;
    }
    .banner-script-text {
        font-size: 16px;
        line-height: 25px;
    }
    .banner-script-item h5, .banner-script-item h4 {
        font-size: 16px;
    }
    .script-doctor .slide-head-left,.script-doctor .slide-head-right {
        width: 100%;
    }
    .script-doctor .slide-head-right {
        padding: 20px 15px;
    }
    .partners img {
        margin-bottom: 10px;
    }
    .team-head-title h2 {
        margin-left: -35px;
    }
    .team-item {
        width: 100%;
        margin-bottom: 30px;
        margin-right: 0;
    }
    .team-item .participants_item {
        padding-bottom: 70%;
    }
    .team-items {
        margin-bottom: 10px;
    }
    .form-popup-content {
        max-width: 90%;
        height: 77vh;
    }
    .carousel-people {
        max-width: 90%;
    }
    .slide-head-left,.slide-head-right {
        width: 100%;
    }
    .slide-head-right {
        padding-left: 15px;
        padding-top: 20px;
    }
    .about-par-lec {
        padding: 20px 15px;
    }
    .carousel-people .owl-next {
        right: -5%;
    }
    .carousel-people .owl-prev {
        display: none;
    }
    .content {
        padding-top: 50px;
    }
    .banner-script,.banner-standard {
        margin-top: -50px;
    }
    .menu-burger {
        z-index: 9;
    }
    .left-menu .menu-burger {
        top: 40px;
    }
}


@media (max-width: 992px) {
    header {
        position: fixed;
    }
	.home header{
		position:relative;
	}
	.home .search-section{
		position:fixed;
	}
	.home header .menu-section{
		padding-bottom: 20vh;
	}
	.content{
		margin-left:0;
	}	
	.home .mobile-text{
		display: block;
    	margin: -10px auto 20px;
    	text-align: center;
	}
	.home .mobile-text .center{
		line-height: 1.8em;
    	max-width: 90%;
    	margin: 0 auto;
    	font-size: 14px;
	}
	.home .mobile-text .home-btn{
		position:relative;
		margin: 30px auto 40px;
	}
}

.search.active input:not([type="submit"]) {
    min-width: 170px;
    max-width: 170px;
}

.search-item {
    border-bottom: 2px dashed #d8d8d8;
    margin-bottom: 30px;
}
.search-item h3 {
    color: #000;
    font-weight: 600;
    font-size: 19px;
    padding-bottom: 10px;
}
.search-item p {
    font-size: 19px;
    color: #000;
}
@media (max-width: 1200px) {
    .search-section input:not([type="submit"]) {
        padding-left: 40px;
    }
}
@media (max-width: 767px) {
    .search-item p ,.search-item h3 {
        font-size: 16px;
    }
    .page {
        padding-top: 0;
    }
}
.page-content h2 {
   margin-top: 20px;
    margin-bottom: 8px;
}
.page-content p {
    box-sizing: border-box;
    padding-right: 30px;
}

.page-content li{
    font-weight: 300;
    line-height: 26px;
    font-size: 18px;
}
.page-content ul{
    list-style: none; /* Remove default bullets */
}


.page-content ul:not(.wp-block-gallery) li::before {
    content: "\25A0";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #FFF200; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
}
/*.page-content .wp-block-gallery img {*/
    /*max-width: 150px;*/
    /*object-fit: contain!important;*/
    /*display: inline-block;*/
/*}*/
@media (max-width: 767px) {
    .page-content li {
        font-size: 12px;
        line-height: 19px;
    }
    .script-doctor-content {
        padding-right: 0;
    }
}
.left-sub-menu .active_sub_item a {
    color: #000!important;
    opacity: 1;
}
@media (min-width: 1200px) {
    .content {
        padding-bottom: 200px;
    }
}
.page-content .wp-block-embed-youtube {
    margin: 30px 0;
}
.post-right-caption a.read_more {
    text-decoration: none;
}
.wp-block-gallery img {
    object-fit: contain!important;
    max-width: 300px!important;
}
.wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
    display: inline-block!important;
    width: auto!important;
    max-width: 16%;
    margin-right: 10px;
}
.slide-head-left .post-image{
    background-position: center;
}
.post-over {
    background-color: rgba(255,242,0,0.2);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}


.post-left .post-image {
    transition-duration: 0.5s;
    background-position: center;
}
.post-over {
    transition-duration: 0.5s;
}
.post-left .post-image:hover .post-over {
    background-color: rgba(255,242,0,0);
    transition-duration: 0.5s;
}
.post-left .post-image:hover {
    filter: grayscale(100%);
    transition-duration: 0.5s;
}

@media (max-width:992px) {
    .post-left:not(.script-doc) {
        width: 100%;
    }
    .post-top-head.post-image {
        background-size: 100%;
        background-repeat: no-repeat;
    }
	.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item{
		width:100%;	
		margin: 7px 0;
	}
}
.footer-par {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 10px;
    max-width: 290px;
    margin: 0 auto;
    color: #fff;
    font-size: 15px;
}
.footer-par span,.footer-par p {
    display: inline-block;
    vertical-align: middle;
}
.footer-par img {
    max-width: 30px;
}
@media (max-width: 1200px) {
    .footer-par {
        display: none;
    }
}

@media (min-width: 560px) and   (max-width: 860px) {
	.footer{
		padding-top:10px;
	}
	footer>div{
		background-image:none!important;
		background:#000;
	}
}

@media (max-width: 350px) {
	.search.active input:not([type="submit"]) {
    	min-width: 120px;
    	max-width: 120px;
	}
    .footer-menu ul li a {
        font-size: 8px;
    }
    .footer-menu ul li {
        line-height: 10px;
    }
}