/*
	Theme Name: Hospital Core Theme
	Theme URI: 
	Author: Theme Developer
	Author URI: 
	Text Domain: hospital-core
*/
@import 'assets/css/fontawesome-5.15.1.min.css';
@import 'assets/css/magnific-popup-1.1.0.min.css';
header{
	min-height: 90px;
}
.headerbg {
    position: relative;
}
.headerbg__logo img{
	width: 155px;
    height: 44px;
}
.headerbg.sticky{
	top: 0;
	right: 0;
	width: 100%;
	position: fixed;
	background-color: #fff;
	padding: 10px 0 !important;
	animation: headerbgf .4s;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
	z-index: 10;
}
.headerbg.sticky .headerbg__logo img{
	max-height: 40px;
	max-width: 130px;
}
.headerbg.sticky *{
	visibility: visible !important;
	transform: none !important;
}
.admin-bar .headerbg.sticky{
	top: 32px;
}
@keyframes headerbgf {
    from {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    to {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
}
@-webkit-keyframes headerbgf {
    from {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    to {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
}
body.blockmenusfull__body{
    overflow: hidden;
}
.blockmenusfull{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
	opacity: 0;
    visibility: hidden;
    transform: translateY(-30px);
    transition: .8s;
    overflow-y: auto;
	background-image: url(assets/img/slidermenus.webp);
	background-position: left bottom;
	background-size: cover;
}
.blockmenusfull.active{
	opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.blockmenusfull > .container > .row{
    height: 100vh;
    display: flex;
	padding: 50px 0 100px;
}
.blockmenusfull::-webkit-scrollbar{
    width: 2px;
}
.blockmenusfull::-webkit-scrollbar-track{
    background: transparent; 
}
.blockmenusfull::-webkit-scrollbar-thumb{
    background: #0EA7C6; 
}
.blockmenusfull::-webkit-scrollbar-thumb:hover{
    background: #0EA7C6; 
}
.blockmenusfull__links li + li{
	margin-top: 20px;
}
.blockmenusfull__links li a{
	font-size: 18px;
    font-weight: 400;
    color: #fff;
	display: flex;
	align-items: center;
	padding: 0;
}
.blockmenusfull__links li a:hover{
	color: #0EA7C6;
}
.blockmenusfull .sharesocial li + li{
	margin-right: 30px;
}
.blockmenusfull .sharesocial li a{
	width: inherit;
	height: inherit;
	line-height: inherit;
	color: #545661;
	font-size: 30px;
}
.blockmenusfull .sharesocial li a:hover{
	background-color: transparent !important;
	color: #0EA7C6;
}
.blockmenusfull__close{
	top: 45px;
	left: 0;
	z-index: 2;
}
.blockmenusfull .styledropdown .dropdown-toggle::after{
	position: relative;
	margin-right: 18px;
	padding-bottom: 6px;
}
.boxtitleicon{
	margin: 0 100px 0 60px;
}
.customslider__services .slick-track{
	margin-right: 0;
	margin-left: 0;
	right: 0;
	left: auto;
}
.customslider__services .slick-prev,
.customslider__services .slick-next{
	top: 34%;
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
}
.customslider__services .slick-prev{
	background-image: url(assets/img/icon08.svg);
	right: 45px;
	left: auto;
}
.customslider__services .slick-next{
	background-image: url(assets/img/icon07.svg);
	left: 45px;
	right: auto;
}
.customslider__services .slick-disabled{
	opacity: 0;
}
.customslider__services .slick-prev::before,
.customslider__services .slick-next::before{
	display: none;
}
.boxblog__time{
	bottom: 15px;
	left: 15px;
	z-index: 4;
}
.boxblog__cat{
	top: 20px;
	right: 20px;
	z-index: 4;
}
.boxblog__cat a + a{
	margin-right: 10px;
}
.boxblog__cat a{
	font-size: 14px;
	display: block;
	margin-bottom: 10px;
	background-color: #0EA7C6;
	color: #fff;
	border-radius: 50px;
	padding: 6px 10px 4px;
}
.boxblog__cat a:hover{
	background-color: #265e6a;
}
.boxblog__thu::before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	bottom: 0;
	right: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
	border-radius: 0.5rem!important;
}
.boxworksliderbox .row,
.boxworkslider{
	min-height: 450px;
}
.boxclients__slider{
	padding-bottom: 50px;
}
.boxclients__slider .slick-next,
.boxclients__slider .slick-prev{
	top: auto;
	bottom: -50px;
}
.boxclients__slider .slick-next{
	left: calc(50% - 50px);
}
.boxclients__slider .slick-prev{
	right: auto;
	left: 50%;
}
.boxclients__slide {
	height: 80px;
}
.boxclients__slide img{
	max-height: 80px;
	filter: grayscale(100%);
	opacity: 0.35;
}
.boxclients__slide img:hover{
	filter: grayscale(0);
	opacity: 1;
}
.footertop{border-bottom: 1px solid rgba(255, 255, 255, 0.1);}
.footerbottom__links li{flex: 0 0 33.33%;max-width: 33.33%;display: block;margin-bottom: 8px;}
.footerbottom__links.footercopy__links li{flex: initial;max-width: inherit;position: relative;display:flex;align-items: center}
.footerbottom__links.footercopy__links li:after{position: relative;content: '-';margin-right: 6px;margin-left: 6px;}
.footerbottom__links.footercopy__links li:last-child:after{display: none;}
.footerbottom__links li a{color: #fff;font-size: 15px;}
.footerbottom__links li a:hover{color: #000;}
.footercopy{background-color: #0e1126;}
.footercopy .footerbottom__links li{margin: 0;}
.footertop .sharesocial li a{width: 55px;height: 55px;line-height: 55px;font-size: 22px;}
.imgtopbg{margin-top: -40px;}
.buttonwithtextarea{bottom: 42px;left: 25px;}
.nav-tabs.customtabs {
    border-bottom: none;
    padding: 0
}
.nav-tabs.customtabs .nav-item {
    margin-bottom: 0;
    margin-right: 10px
}
.nav-tabs.customtabs .nav-link {
    border: 0;
    border-radius: 50px;
    min-width: inherit;
    text-align: center;
    font-weight: 700;
    padding: 11px 15px 8px;
}
.nav-tabs.customtabs .nav-item.show .nav-link,
.nav-tabs.customtabs .nav-link.active,
.nav-tabs.customtabs .nav-link:hover {
    background-color: #0EA7C6;
    color: #fff
}
.gridbox100__1{grid-area: box100_1;}.gridbox100__2{grid-area: box100_2;}.gridbox100__3{grid-area: box100_3; width: 330px}.gridbox100__4{grid-area: box100_4; width: 300px}.gridbox100 .boxworks{height: 225px;}
.boxworks,
.boxworks:hover{
	color: #fff;
	border-radius: 0.5rem!important;
}
.boxworks::before{
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(10, 12, 28, 0.8);
	opacity: 0;
	visibility: hidden;
	transition: .4s;
}
.boxworks .boxworks__content{
	opacity: 0;
	visibility: hidden;
	transform: translateY(100px);
	transition: .8s;
}
.boxworks:hover .boxworks__content,
.boxworks:hover::before{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.boxworks--btn::before{
	display: none;
}
.slidertitle{
	min-height: 250px;
}
.roweven > .row:nth-child(even){
	flex-direction: row-reverse;
}
/* Current */
.grid__masonry{
    margin-right: -8px;
    margin-left: -8px;
	display: flex;
	flex-wrap: wrap;
}
.grid__masonry:after {
    content: '';
    display: block;
    clear: both;
}
.grid__masonry .grid__masonry--item{ 
    width: 33.33%;
    padding: 8px;
}
.buttonwhatsapp__fixed{
	bottom: 15px;
	left: 15px;
	z-index: 10;
}
.box-about-even > .row:nth-child(even){
	flex-direction: row-reverse;
}
.box-about-top::before,
.box-single-top::before{
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	width: 100%;
	height: 60px;
	background-color: #140d05;
}
.box-single-top::before{
	height: 160px;
}
.box-about-top > *,
.box-single-top > *{
	position: relative;
}
.sticky-top-mt2{
	top: 20px;
}
.listcategory li{
	margin: 0 0 8px 20px;
}
.listcategory li a{
	font-size: 18px;
}
.boxblogs p{
	height: 46px;
}
li::marker{
	color: #5771ad;
}
.shareopen__box{
	bottom: 50px;
	right: 20px;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	transform: translateY(20px);
}
.shareopen__box.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.shareopen__box::before{
	position: absolute;
	content: '';
	width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #f8f9fa;
	bottom: -10px;
	right: 40px;
}
ol.commentlist { 
    list-style: none;
	margin: 20px 0 !important;
	padding: 0 40px 0 0 !important;
    color: #343a40;
}
.comment-body{
    border-bottom:3px solid rgba(0, 0, 0, 0.06);
    padding:10px 0px;
}
ol.commentlist { 
    list-style: none; 
	font-size: 14px;
}
ol.commentlist li { 
    margin-bottom:10px;
    
}
ol.commentlist li.comment { 
    padding:0px; 
}
ol.commentlist li.comment div.vcard { 
    overflow:hidden;
    margin-bottom:10px;
}
ol.commentlist li.comment div.vcard cite.fn { 
    float:right;
    margin:10px 0 0 10px;
	font-size: 18px;
    color:#343a40;
	font-style: normal;
}
ol.commentlist li.comment div.vcard img.avatar { 
    float:right; 
    margin: 0 0 0px 10px; 
}
ol.commentlist li.comment div.vcard img.photo { 
    width:40px;
    height:40px;
}
ol.commentlist li.comment div.comment-meta { 
    font-size: 10px; 
}
ol.commentlist li.comment div.comment-meta a { 
    color: #999; 
}
ol.commentlist li.comment p { 
    margin-right:60px;
	font-size: 18px;
	line-height: 1.9em;
    color:#343a40;
}
ol.commentlist li.comment div.reply { 
    float:left;
}
ol.commentlist li.comment div.reply a { 
	font-weight: bold;
	font-size: 14px;
    background:#eee;
    color:#0EA7C6;
    display:block;
    padding:10px 25px;
}
ol.commentlist li.comment div.reply a:hover { 
    background:#d3861a;
    color:#fff;
}
ol.commentlist li.comment ul.children { 
    list-style: none; 
    margin: 10px 0 0; 
	padding: 0 25px 0 0 !important;
}
ol.commentlist li.comment ul.children li.depth-2 { 
    margin: 0 20px 0px 0px; 
}
ol.commentlist li.comment ul.children li.depth-3 { 
    margin: 0 20px 0px 0px; 
}
ol.commentlist li.comment ul.children li.depth-4 { 
    margin: 0 20px 0px 0px; 
}
ol.commentlist li.comment ul.children li.depth-5 { 
    margin: 0 20px 0px 0px; 
}
.comments-numbers{
    background:#fff;
    border: 3px solid rgba(0, 0, 0, 0.06);
    margin-bottom:10px;
    overflow:hidden;
}
.comments-numbersR{
    float:right;
    width:70%;
    padding:10px;
	font-size: 18px;
    color:#343a40;
}
.comments-numbersL{
    float:left;
}
.comments-numbersL a{
    background:#0EA7C6;
    display:block;
    padding:12px 20px;
    float:left;
    color:#fff;
	font-weight: bold;
	font-size: 15px;
}
.comments-numbersL a:hover{
    background:#d3861a;
    color:#fff;
}
.comments-numbers2{
    background:#fff;
    border: 3px solid rgba(0, 0, 0, 0.06);
    margin-bottom:10px;
    padding:15px;
	font-size: 16px;
	font-weight: bold;
    color:#343a40;
    overflow:hidden;
}
.comments-times{
    float:right; 
    margin-top:13px;
	font-size: 14px;
}
.comments-times a{
    color:#999;
}
.single-comments{
    margin:10px 0;
}
.singlecontentbg h1,
.singlecontentbg h2,
.singlecontentbg h3,
.singlecontentbg h4,
.singlecontentbg h5,
.singlecontentbg h6 {
    color: #0d7d95;
    margin-bottom: 12px;
    margin-top: 40px;
}

.singlecontentbg h1 {
    font-size: 28px;
}

.singlecontentbg h2 {
    font-size: 20px;
    scroll-margin-top: 140px;
}
.admin-bar .singlecontentbg h2 {
    scroll-margin-top: 192px;
}

.singlecontentbg h3 {
    font-size: 18px;
}

.singlecontentbg h4 {
    font-size: 16px;
    margin-top: 17px !important;
}

.singlecontentbg h5 {
    font-size: 16px;
}

.singlecontentbg h6 {
    font-size: 16px;
}

.mfp-counter{
	direction: ltr;
	font-family: Arial, Helvetica, sans-serif;
}
.wpcf7 input[type=url], .wpcf7 input[type=email], .wpcf7 input[type=tel]{direction: ltr}
.wpcf7-form-control-wrap input[type=checkbox],.wpcf7-form-control-wrap input[type=radio]{width: 22px;height: 16px;cursor: pointer;}
.wpcf7-list-item-label{font-size: 17px;}
.wpcf7-form .ajax-loader{
	display: block;
	margin: 20px auto;
}
.wpcf7 form .wpcf7-response-output{
	border-radius: 5px;
	padding: 10px 18px;
	color: #fff;
	background-color: #34a245;
	border: 0 !important;
	text-align: center;
	font-size: 18px;
	margin: 15px 0 0;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output{
	background-color: #a23434;
}
span.wpcf7-list-item{
	margin: 0 0 15px 15px !important;
}
span.wpcf7-list-item label{
	display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
span.wpcf7-list-item label input{
	margin-left: 10px;
}
.modal-body .wpcf7-form .ajax-loader{
	position: absolute;
    bottom: 0;
    margin: 0;
    text-align: center;
    width: 100%;
	height: 100%;
    top: 0;
    background: rgba(52, 58, 64, 0.7);
	border-radius: 0;
}
.modal-body .wpcf7-form .ajax-loader::before{
	width: 20px;
	height: 20px;
	top: 12px;
	left: 48%;
}
.workslinks li + li{
	margin-right: 8px;
}
.workslinks li{
	margin-bottom: 8px;
}
.workslinks li a{
	display: block;
	padding: 12px 14px 8px;
	text-align: center;
	background-color: #e1e1e1;
	color: #838383;
	font-size: 15px;
}
.workslinks li a:hover,
.workslinks li.current-cat a,
.post-type-archive-works .workslinks li:first-child a {
	background-color: #0EA7C6;
	border-color: #0EA7C6;
	color: #fff;
}
.custommodal{
	background-color: #fff;
}
.custommodal .modal-dialog{
	max-width: 100%;
	margin: 0;
}
.admin-bar .custommodal .modal-dialog{
	margin: 32px 0 0;
}
.custommodal .closefafa{
	top: 25px;
	left: 25px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
}
.custommodal .modal-body{
	padding-top: 90px !important;
	padding: 50px;
}
.custommodal .modal-content{
	height: 100%;
	border-radius: 0;
	border: 0;
}
.customslider100 .slick-list{
	padding: 40px;
}
.customslider100 .slick-next::before,
.customslider100 .slick-prev::before{
	border-radius: 0;
	background-color: transparent;
	color: #a9a9a9;
	border: 1px solid #a9a9a9;
	transition: .4s;
}
.customslider100 .slick-next:hover::before,
.customslider100 .slick-prev:hover::before{
	border-color: #f4981a;
	color: #fff;
}
.customslider100 .boxworksliderbox{
	margin-right: 80px;
	margin-left: 80px;
}
.boxworksliderbox .row,
.boxworkslider{
	min-height: 450px;
}
.boxworkslider .logo{
	max-width: 200px;
	max-height: 60px;
}
.text-justify{
	text-align: justify;
}

nav.rank-math-breadcrumb {
    text-align: center;
	font-size: 14px;
}

nav.rank-math-breadcrumb a {
    color: #fff;
}

body.single-team nav.rank-math-breadcrumb.team-breadcrumbs {
    text-align: right !important;
}

body.single-team nav.rank-math-breadcrumb.team-breadcrumbs a {
    color: #212529 !important;
}

.author-box .author-image {
    width: auto;
    height: auto;
    max-width: none;
    object-fit: cover;
    display: block;
    margin: 0 auto 16px;
}

@media (max-width: 576px) {
    .author-box .author-image {
        width: 140px;
        height: 140px;
    }
}

body.single-team .team-member-specialties-section .team-specialty-item {
    display: inline-block;
    padding: 8px 16px;
    font-size: 14px;
    text-decoration: none;
}

body.single-team .team-member-content {
    font-size: 17px;
    line-height: 1.95;
    color: #212529;
}

body.single-team .team-member-content > *:first-child {
    margin-top: 0 !important;
}

body.single-team .team-member-content > *:last-child {
    margin-bottom: 0 !important;
}

body.single-team .team-member-content p {
    margin: 0 0 14px !important;
}

body.single-team .team-member-content ul,
body.single-team .team-member-content ol {
    margin: 0 0 14px !important;
    padding-right: 18px !important;
}

body.single-team .team-member-content .has-background,
body.single-team .team-member-content [style*="background"] {
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
}

body.single-team .team-member-content .bg-white,
body.single-team .team-member-content .rounded,
body.single-team .team-member-content .shadow,
body.single-team .team-member-content .shadow-sm,
body.single-team .team-member-content .wp-block-group,
body.single-team .team-member-content .wp-block-columns,
body.single-team .team-member-content .wp-block-column {
    background: transparent !important;
    background-color: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.doc-box {
    border-radius: 5px;
    position: relative;
    padding: 5px;
    display: inline-block;
    text-align: center;
}

.doc-box .doc-img {
    position: relative;
}

.doc-box .doc-img img {
    width: 80%;
	height: auto;
    margin: 0 auto;
    border-radius: 10px;

}

.doc-box .doc-txt {
    position: relative;
    margin: 15px 0;
}

.doc-box .doc-txt .title {
    margin-bottom: 10px;
}

.doc-box .doc-txt .title a {
    color: #0EA7C6;
    font-size: 17px;
}

.doc-box .doc-txt .position {
    color: #464646;
    font-size: 13px;
}

.gradient-text {
	background: -webkit-linear-gradient(205deg, #235660, #4de0fd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.page-title {
    background: -webkit-linear-gradient(205deg, #4de0fd, #235660, #4de0fd);
    padding: 2rem 0;
}

p#breadcrumbs {
    text-align: center;
    font-size: 13px!important;
}

#breadcrumbs a {
    color: #fff;
}


.text-primary-btn {
    color: #1a8ba2 !important;
}

.footer {
    position: relative;
    background: #fbfbfb;
}

.footer .bg-fix {
    position: absolute;
    right: 0;
    height: 100%;
    width: 50%;
    background: #ebf5f7;
}

.footer .support-block-mobile {
    display: none;
    background: #ede0f6;
    padding: 47px 0;
}

.footer .left {
    background: #fbfbfb;
    padding: 60px 30px 30px 30px;
    width: 65%;
}

.d-table-cell {
    display: table-cell!important;
}

.footer .right {
    background: #ebf5f7;
    padding: 60px 30px 30px 30px;
    width: 35%;
}

.footer .left .get-in-touch {
    display: block;
    width: 100%;
    font-size: 17px;
    text-align: center;
    background: #0ea7c6;
    padding: 8px 0;
    border-radius: 30px;
    max-width: 176px;
	margin: 0;
	color: #fff;
}

.footer .left .footer-links-set-1 {
    margin: 0;
}

.footer .left .footer-links-set-1 li {
    width: 100%;
    margin-bottom: 12px;
}

.footer .left .footer-links-set-1 li a {
    display: block;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
}

.footer a {
    text-decoration: none;
    transition: all .15s ease-in-out;
}

.footer .left .footer-links-set-2 {
    margin: 0;
}

.footer .left .footer-links-set-2 li {
    width: 100%;
    margin-bottom: 12px;
}

.footer .left .footer-links-set-2 li a {
    display: block;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
}

.footer .left .social .h8 {
    margin-bottom: 6px;
	font-size: 25px;
    line-height: 25px;
    color: #0ea7c6;
}

.footer .left .social ul li i {
    vertical-align: middle;
}

.small, .small p {
    font-size: 15px;
    line-height: 23px;
    color: #464646;
}

.footer .left .social ul {
    margin: 20px 0 20px;
}

.footer .left .social ul li {
    display: inline-block;
    margin-left: 3px;
	margin-right: 0;
}

.footer .left .social ul li a {
    display: block;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background: #0ea7c6;
    color: #fff;
    font-size: 18px;
    line-height: 34px;
    text-align: center;
    transition: all .15s ease-in-out;
}

.footer .remarks {
    margin: 30px 0 30px;
}

.footer .remarks p {
    font-size: 12px;
    line-height: 20px;
    color: #464646;
}

.footer .remarks p a {
    color: #464646;
}

.footer-ctitle {
	font-size: 35px;
    line-height: 35px;
    color: #0ea7c6;
	font-weight: 300;
	margin-bottom: 10px;
	display: block;
}

.help-line .small {
	font-size: 15px;
    line-height: 23px;
    color: #464646;
}

.help-line .large {
	font-size: 19px;
}

.footer .right .contacts .contact .icon {
    display: table-cell;
    margin-left: 7px;
    vertical-align: bottom;
    width: 30px;
    font-size: 20px;
	color: #0ea7c6;
}

.footer .right .contacts .contact .number {
    display: table-cell;
    vertical-align: bottom;
    border-bottom: 1px solid #0ea7c6;
    line-height: 0;
}

.footer .right .contacts {
    margin-top: 40px;
}

.footer .right .contacts .contact {
    display: table;
    margin-bottom: 35px;
}

.footer .right .btn-style-1 {
    font-size: 15px;
    line-height: 17px;
    color: #fff;
    background: #0E1126;
    padding: 9px 9px 9px 12px;
    margin-bottom: 20px;
	text-align: center;
    width: auto;
    border-radius: 30px;
}

.footer .right p {
    font-size: 12px;
    font-family: ChaletBook,sans-serif;
    font-style: italic;
    color: #464646;
}

img.footer-logo {
    height: 65px;
    margin-bottom: 60px;
}

.list-unstyled ul {
	list-style: none;
	padding: 0;
}

.container.footer-menu {
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.bg-white.solid-sm.rounded {
    border: 1px solid rgb(49 133 149 / 25%);
}

blockquote {
    font-size: 12px;
}
img.img-fluid {
    border-radius: 0.5rem!important;
}


.treatment-list {
	border: 1px solid rgb(49 133 149 / 25%);
    border-radius: 0.5rem!important;
    padding: 15px 15px 15px 15px;
	box-shadow: 0 1px 6px -1px rgba(0,0,0,.1), 0 2px 4px -2px rgba(0,0,0,.1);
}
 
a.call{
    background-color:white;
    color: #000000;
    margin-right: 10px;
}

.rounded_box {
    margin: 2.5em auto;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 0.3rem!important;
    background: #ebf5f7;
}

a.btn-whatsapp {
    font-size: 15px;
    text-align: center;
    background: #3c3c3c;
    padding: 10px 15px 10px;
    display: inline-block;
    margin: 5px 0px 0px 0px;
    color: #fff;
}

i.fab.fa-whatsapp.icon.font-16.text-primary-btn.mr-24.mb-1 {
    color: #1a8ba2 !important;
}

a.btn-contact {
    font-size: 17px;
    text-align: center;
    background: #0D7A92;
    padding: 10px 15px 10px;
    display: inline-block;
    margin: 5px 0px 0px 0px;
    color: #fff;
}

i.fa.fa-phone.icon.font-16.text-primary-btn.mr-24.mb-1 {
    color: #ffffff !important;
}

.page-numbers {
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 3px 5px;
    margin: 2px;
}

span.page-numbers.current {
    border-color: #000;
    font-weight: bold;
}

/* تمييز الروابط داخل مقال باستخدام تأثيرات هوفر */
.singlecontentbg a:not(div#ez-toc-container ul.ez-toc-list a):not(span a) {
    font-size: 17px;
    border-bottom: 1px solid #0ea7c6;
}






.video-container {
    position: relative;
    padding-bottom: 50.1%;
    height: 0;
    overflow: hidden;
    max-width: 89.1%;
    margin: 0 auto;
    border-radius: 0.3rem;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.3rem;
}



/* =============================================================
   Author Meta Box — single.php
   ============================================================= */

/* الحاوية الرئيسية */
.author-meta-box {
    background: #ebf5f7;
    border-radius: 10px;
    overflow: hidden;
    direction: rtl;
}

/* ---- شريط التاريخ والمصادر ---- */
.author-meta-footer {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    border-top: 1px solid #cde4e8;
    background: #daeef2;
    flex-wrap: wrap;
}

.author-meta-date {
    font-size: 13px;
    color: #5a6e72;
}

.author-meta-sources-sep {
    color: #aaa;
    font-size: 14px;
}

.author-meta-sources-toggle {
    background: none;
    border: none;
    padding: 0;
    font-size: 13px;
    color: #1a4a54;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.author-meta-sources-toggle i {
    font-size: 11px;
    transition: transform .25s;
}
.author-meta-sources-toggle[aria-expanded="true"] i {
    transform: rotate(180deg);
}

/* محتوى المصادر المنسدل */
.author-meta-sources-content {
    padding: 16px 24px;
    border-top: 1px solid #cde4e8;
    font-size: 13px;
    color: #444;
    line-height: 1.8;
}

/* =============================================================
   Post Guide Bar — شريط دليل الموضوع
   ============================================================= */
.post-guide-bar {
    background: #ebf5f7;
    border-top: 1px solid #cde4e8;
    direction: rtl;
    transition: box-shadow .3s;
}
.post-guide-bar.is-sticky {
    position: fixed;
    top: 60px;
    right: 0;
    left: 0;
    z-index: 999;
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, .12);
}

@media (max-width: 782px) {
    .admin-bar .post-guide-bar.is-sticky {
        top: 60px;
    }
}
.post-guide-bar__inner {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 10px 0;
    flex-wrap: wrap;
}
.post-guide-bar__title {
    font-size: 13px;
    font-weight: 700;
    color: #1a4a54;
    white-space: nowrap;
    flex-shrink: 0;
    border-left: 1px solid #0ea7c6;
    padding-left: 16px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.post-guide-bar__title i {
    color: #0ea7c6;
    font-size: 14px;
}
.post-guide-bar__title-link {
    color: #1a4a54;
    text-decoration: none;
    transition: color .2s;
}
.post-guide-bar__title-link:hover {
    color: #0ea7c6;
}
.post-guide-bar__nav {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
}

/* عنصر عادي (مقال واحد) */
.post-guide-bar__item {
    font-size: 13px;
    color: #5a6e72;
    text-decoration: none;
    padding: 5px 12px;
    border-radius: 20px;
    transition: background .2s, color .2s;
    white-space: nowrap;
    display: inline-block;
}
.post-guide-bar__item:hover {
    background: #fff;
    color: #0d7a92;
}
.post-guide-bar__item--active {
    background: #0ea7c6;
    color: #fff !important;
    font-weight: 700;
}

/* عنصر dropdown (مجموعة مقالات بنفس الاسم) */
.post-guide-bar__group {
    position: relative;
}
.post-guide-bar__group-btn {
    font-size: 13px;
    color: #5a6e72;
    padding: 5px 12px;
    border-radius: 20px;
    cursor: pointer;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: none;
    border: none;
    transition: background .2s, color .2s;
}
.post-guide-bar__group-btn:hover,
.post-guide-bar__group--open .post-guide-bar__group-btn {
    background: #fff;
    color: #0d7a92;
}
.post-guide-bar__group-btn--active {
    background: #0ea7c6 !important;
    color: #fff !important;
    font-weight: 700;
}
.post-guide-bar__group-btn i.arrow {
    font-size: 10px;
    transition: transform .2s;
}
.post-guide-bar__group--open .post-guide-bar__group-btn i.arrow {
    transform: rotate(180deg);
}
.post-guide-bar__dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    background: #fff;
    border: 1px solid #cde4e8;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0,0,0,.1);
    min-width: 180px;
    z-index: 10;
    overflow: hidden;
    direction: rtl;
}
.post-guide-bar__group--open .post-guide-bar__dropdown {
    display: block;
}
.post-guide-bar__dropdown a {
    display: block;
    padding: 9px 16px;
    font-size: 13px;
    color: #1a4a54;
    text-decoration: none;
    border-bottom: 1px solid #f0f5f6;
    transition: background .15s;
}
.post-guide-bar__dropdown a:last-child {
    border-bottom: none;
}
.post-guide-bar__dropdown a:hover {
    background: #ebf5f7;
}
.post-guide-bar__dropdown a.is-current {
    font-weight: 700;
    color: #0ea7c6;
}

@media (max-width: 768px) {
    .post-guide-bar__inner { gap: 8px; padding: 8px 0; }
    .post-guide-bar__title { font-size: 12px; padding-left: 10px; }
    .post-guide-bar__item,
    .post-guide-bar__group-btn { font-size: 12px; padding: 4px 10px; }
    .post-guide-bar__dropdown { min-width: 150px; }
}


/* =============================================================
   Post Hero Section — هيدر المقال بتصميم قالب المميز
   ============================================================= */
.post-hero-section {
    padding: 90px 0 90px;
    direction: rtl;
}
.post-hero-section .post-hero-breadcrumb {
    text-align: right;
    font-size: 13px;
    color: #5a6e72;
}
.post-hero-section .post-hero-breadcrumb a {
    color: #0d7a92 !important;
    text-decoration: none;
}
.post-hero-section h1 {
    line-height: 1.4;
}
.post-hero-desc {
    color: #444;
    line-height: 1.85;
}
/* سطر الكاتب داخل الهيدر بدون خلفية */
.post-hero-section .article-inline-byline {
    background: none;
    border: none;
    padding: 12px 0 0;
}

/* ===== قسم GEO — تبويبات + جدول المحتويات ===== */
.post-intro-text-section {
    background: #ebf5f7;
    padding: 24px 0;
    direction: rtl;
}

/* Layout: عمودان باستخدام Bootstrap grid */
.post-geo-layout {
    display: flex;
    align-items: flex-start;
    gap: 0;
}

/* العمود الأيمن 8/12 */
.post-geo-tabs-col {
    flex: 0 0 70%;
    max-width: 70%;
    margin-left: 20px;
}

/* العمود الأيسر 4/12 */
.post-geo-toc-col {
    flex: 0 0 30%;
    max-width: 30%;
    padding: 20px;
    margin-right: 20px;
    background: #daeef2;
    border-radius: 0.3rem !important;
    box-shadow: 0 0 3px 0px rgba(0, 0, 0, .1)
}

/* ---- أزرار التبويب + الخط الفاصل ---- */
.post-geo-tab-btns {
    display: flex;
    align-items: flex-end;
    gap: 0;
    margin-bottom: 16px;
}
.post-geo-tab-btn {
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    padding: 0 16px 8px;
    font-size: 13px;
    font-weight: 600;
    color: #5a6e72;
    cursor: pointer;
    transition: color .2s, border-color .2s;
    margin-bottom: -1px;
}
.post-geo-tab-btn + .post-geo-tab-btn {
    border-right: 1px solid #cde4e8;
}
.post-geo-tab-btn:hover {
    color: #1a4a54;
}
.post-geo-tab-btn--active {
    color: #1a4a54;
    border-bottom-color: #0ea7c6;
    font-weight: 700;
}

/* ---- محتوى التبويب ---- */
.post-geo-tab-pane {
    display: none;
}
.post-geo-tab-pane--active {
    display: block;
}
.post-geo-summary__text {
    color: #2a3f45;
    line-height: 1.9;
    margin: 0;
    font-size: 14px;
}

/* ---- قائمة أهم النقاط ---- */
.post-geo-takeaways__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.post-geo-takeaways__list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 14px;
    color: #2a3f45;
    line-height: 1.6;
}
.post-geo-takeaways__list li::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    min-width: 7px;
    border-radius: 50%;
    background: #0ea7c6;
    margin-top: 6px;
    flex-shrink: 0;
}

/* ---- جدول المحتويات ---- */
.post-geo-toc__header {
    display: flex;
    align-items: flex-end;
    margin-bottom: 16px;
    padding-bottom: 8px;
}
.post-geo-toc__title {
    font-size: 13px;
    font-weight: 700;
    color: #1a4a54;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 6px;
}
.post-geo-toc__title i {
    color: #0ea7c6;
    font-size: 12px;
}
.post-geo-toc__list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.post-geo-toc__list li {
    margin-bottom: 7px;
    font-size: 13px;
    line-height: 1.5;
    padding-right: 10px;
    position: relative;
}
.post-geo-toc__list li::before {
    content: '';
    position: absolute;
    right: 0;
    top: 7px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #0ea7c6;
}
.post-geo-toc__list li a {
    color: #2a3f45;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.5;
    transition: color .2s;
    border-bottom: none !important;
}
.post-geo-toc__list li a:hover {
    color: #0ea7c6;
}

/* الموبايل */
@media (max-width: 991px) {
    .post-geo-layout {
        flex-direction: column;
    }
    .post-geo-tabs-col {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        border-left: none;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .post-geo-toc-col {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 20px;
        margin-right: 0px;
    }
}


@media (max-width: 991px) {
    .post-hero-section { padding: 24px 0 20px; }
    .post-hero-section .pr-lg-5 { padding-right: 0 !important; }
}

/* =============================================================
   Article Inline Byline — سطر الكاتب/المراجع أسفل الصورة
   ============================================================= */
.article-inline-byline {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    background: #f7fbfc;
    border-bottom: 1px solid #e0eef1;
    direction: rtl;
    flex-wrap: nowrap;
}

/* مجموعة الصور المتداخلة */
.article-inline-byline__avatars {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.article-inline-byline__avatars a {
    display: block;
    line-height: 0;
}
.article-inline-byline__avatars a + a {
    margin-right: -10px; /* التداخل بين الصورتين */
}
.article-inline-byline__avatar {
    width: 50px;
    height: 50px;
    object-fit: cover;
    display: block;
}

/* النص */
.article-inline-byline__text {
    font-size: 13px;
    color: #5a6e72;
    margin: 0;
    line-height: 1.5;
}
.article-inline-byline__label {
    color: #5a6e72;
}
.article-inline-byline__name {
    font-weight: 700;
    color: #1a4a54;
    text-decoration: none;
}
.article-inline-byline__name:hover {
    color: #0d7a8a;
    text-decoration: underline;
}
.article-inline-byline__sep {
    display: inline-block;
    width: 0;
    height: 16px;
    border-right: 1px solid #0ea7c6;
    margin: 0 8px;
    vertical-align: middle;
}
.article-inline-byline__meta {
    color: #6b7a7d;
    font-size: 13px;
}
@media (max-width: 576px) {
    .article-inline-byline {
        padding: 12px 16px;
        gap: 10px;
        align-items: flex-start;
    }
    .article-inline-byline__avatars {
        flex-shrink: 0;
        margin-top: 2px;
    }
    .article-inline-byline__text {
        flex: 1;
        line-height: 1.6;
    }
}

/*------------- Responsive ---------- */
/**************** MIN ****************/
@media (min-width: 768px){
	.gridbox100 .boxworks{height: 200px;}
	.gridbox100__1 .boxworks{height: 420px;}
	.gridbox100__4 .boxworks{height: 100px;}
	.gridbox100{
		display: grid;
		grid-template-columns: 400px auto auto;
		grid-template-areas:
		'box100_1 box100_1 box100_2'
		'box100_1 box100_1 box100_3'
		'box100_4 box100_4 box100_4';
		grid-gap: 20px;
	}
}
@media (min-width: 992px){
	.mt-lg-n6,.my-lg-n6{margin-top:-5rem!important}
	.customslider__services__block{margin-left: -20%;}
	.gridbox100 .boxworks{height: 200px;}
	.gridbox100__1 .boxworks,.gridbox100__4 .boxworks{height: 420px;}
	.gridbox100{
		display: grid;
		grid-template-columns: 400px auto auto;
		grid-template-areas:
		'box100_1 box100_2 box100_4'
		'box100_1 box100_3 box100_4';
		grid-gap: 20px;
	}
}
@media (min-width: 1250px){
	.gridbox100 .boxworks{height: 190px;}
	.gridbox100__1 .boxworks,.gridbox100__4 .boxworks{height: 400px;}
	.gridbox100{
		display: grid;
		grid-template-columns: 500px auto auto;
		grid-template-areas:
		'box100_1 box100_2 box100_4'
		'box100_1 box100_3 box100_4';
		grid-gap: 20px;
	}
}
@media (min-width: 1440px){
	.container{max-width: 1200px;}
}
/**************** MAX ****************/
.dotted-menu {
	text-align: right;
}

.dotted-menu li {
	list-style-type: none;
	position: relative;
	padding-right: 20px;
}

.dotted-menu li::before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 4px;
	background-color: white;
	border-radius: 50%;
}

@media (max-width: 992px) {
	.blockmenusfull__links{padding-top: 80px !important;}
    .blockmenusfull__links li a{font-size: 30px;display: flex;align-items: center;padding: 0;}
	.styledropdown .blockmenusfull__links .dropdown-toggle::after{margin: 0 15px 4px 0;position: static;}
	.styledropdown .blockmenusfull__links .dropdown-toggle{margin-left: 0 !important;padding-left: 0 !important;}
	.blockmenusfull__links .dropdown-menu li + li{margin: 0;}
	.blockmenusfull .sharesocial li a{font-size: 24px;}
	.blockmenusfull .sharesocial li + li{margin-right: 20px;}
	.blockmenusfull{background-position: center bottom;}
	.blockmenusfull > .container > .row{padding: 20px 0;height: auto;}
	.slidertitle{min-height: 200px;}
	header{min-height: 64px;}
	.custommodal .modal-body{padding: 25px;}
	.boxclients__slider .slick-next, .boxclients__slider .slick-prev{bottom: 0;}
	.boxworksliderbox .row,.boxworkslider{min-height: inherit;}
	.imgtopbg{margin-top: -15px;}
	.footerbottom__links li{flex: 0 0 50%;max-width: 50%;}
    .footerbottom__links li a{font-size: 15px;}

}
@media (max-width: 768px) {
	.customslider100 .slick-list{padding: 0;}
	.customslider100 .boxworksliderbox{margin-right: 0;margin-left: 0;box-shadow: none !important;border: 1px solid #e6e6e6;}
	.boxworkslider .logo{max-width: 120px;max-height: 50px;}
	.boxtitleicon{margin: 30px 15px 60px 15px;}
	.nav-tabs.customtabs .nav-link{font-size: 18px;}
	.nav-tabs.customtabs .nav-item{margin-left: 15px;margin-bottom: 15px;}
	.gridbox100 .boxworks{margin-bottom: 15px;}
	.gridbox100 .boxworks{height: 180px;}
	.gridbox100__4 .boxworks{height: 100px;}
	.slidertitle{background-position: left center;}
	.admin-bar .headerbg.sticky{top: 0;}
	.admin-bar .custommodal .modal-dialog{margin: 0;}
	.custommodal .modal-body{padding: 20px;}
	.boxclients__slide {height: 70px}
	.boxclients__slide img{max-height: 70px}
	.footertop .sharesocial li a{width: 40px;height: 40px;line-height: 40px;font-size: 18px;}
	.footer .left, .footer .right {
	width: 100%;
}
	
	.bg-white.py-3.py-md-3.py-lg-4.overflow-hidden {
    padding-top: 2rem!important;
    padding-bottom: 2rem!important;
}
	.d-table-cell {
    display: inline-block!important;
}
	.footer .bg-fix {
    display: none;
}
	.container.footer-menu {
		padding: 0;
	}
	.footer .remarks p {
    margin: 0;
}
	.footer .remarks {
    margin: 10px 0 20px;
}
	img.footer-logo {
    height: 50px;
    margin-bottom: 15px;
}
	.footer .left .footer-links-set-2 {
    margin: 10px 0;
}
	.footer .left .footer-links-set-1 {
    margin-top: 40px;
}
	.singlecontentbg img, iframe {
    max-width: 100%;
    height: auto;
    margin: 0 !important;
}
}
@media (max-width: 500px) {
	.blockmenusfull__links li a{font-size: 22px;}
	.btn-group-lg>.btn, .btn-lg{padding: 10px 15px 8px;}
}
@media (max-width: 375px) {
	
}
@media (max-height: 600px){
    .blockmenusfull{background-position: center bottom;}
	.blockmenusfull > .container > .row{padding: 60px 0px 0px 0px;height: auto;}
}
@media only screen and (max-width: 500px){
    a.call{
        display: inline-block;
        margin: 20px 0px 0px 0px;
    }
}