/* Layout.css */
Layout{}
.container{position:relative;z-index:2;min-width:320px;overflow:hidden;transform-origin: 50% 0%;transition:transform 0.65s cubic-bezier(0.33, 1, 0.68, 1);}
.active-megamenu .container{transform: translate3d(-12.3125rem,0,0) scale(0.95);}
/* .active-search .container{transform: translate3d(-164px,0,0) scale(0.95);} */
.container-scroll{z-index:2;width:100%;position:relative;overflow:hidden;background:#FFF;}
.container-scroll.sm-active{position:fixed;left:0;top:0;}
.container-scroll section, .container-scroll .section{-webkit-backface-visibility:hidden;}
.sm-disabled{height:auto!important;}
.sm-disabled .container-scroll.sm-active{position:relative;left:0;top:0;}
.sm-disabled .container-scroll section, .sm-disabled .container-scroll .section{transform: none!important;}

.innerpage{width:100%;margin:0 auto;position:relative;padding:0 2.25rem;}
.innerpage .row-c{position:relative;}
.innerpage .row-col{clear:both;position:relative;}
.innerpage:after,.row-c:after,.row-col:after{content:'';clear:both;display:table;}
.innerpage.tight{padding:0;max-width:100%;}

 .content-par ul > li,
.content-in ul > li { position: relative; margin-right: 2rem }
.content-par ul > li:before,
.content-in ul > li:before { content: ''; width: 0.675rem; height: 0.675rem; border: 1px solid #808080; border-radius: 50%; position: absolute; right: -25px; top: 0.4375rem; }
.pagetop-section.pagetight .filters {
	width: 100%;
}

.doctorslobby_page .pagetop-section .box {
	width: 600px;
}

@media screen and (min-width: 768px) {
	.innerpage{padding:0 4.125rem;}
}
@media screen and (max-width: 1023px) {
	.active-megamenu .container{transform: translate3d(-8.625rem,0,0) scale(0.95);}
	.active-search .container{transform: translate3d(0,-5.125rem,0);transition:transform 0.65s ease;}
	.container-scroll.sm-active{position: relative;}
	.container-scroll.sm-active section{transform:none!important;visibility: visible!important;}
	.container-scroll.sm-active .parallax-move{transform: none!important;}
}
@media screen and (min-width: 1024px) {
	.container{padding-right:71px;}
	.innerpage{max-width:953px;padding:0 32px;}
}
@media screen and (min-width: 1280px) {
	.container{padding-right:89px;}
	.innerpage{max-width:1004px;padding:0;}
}
@media screen and (min-width: 1440px) {
	.innerpage{max-width:1130px;}
}
@media screen and (min-width: 1800px) {
	.innerpage{max-width:1308px;}
}

/* Global components */
@keyframes strip { 0% {transform: translate3d(0,0,0);} 100% {transform: translate3d(-50%,0,0);} }

.links-arrow > li:first-child{border-top:1px solid rgba(255,255,255,0.2);}
.links-arrow > li{border-bottom:1px solid rgba(255,255,255,0.2);}
.links-arrow > li .link{height:auto;min-height:2rem;padding:0.7rem 0;display:flex;align-items:center;justify-content:space-between;position:relative;}
.links-arrow > li .link:after{content:'';width:100%;height:1px;position:absolute;left:0;bottom:-1px;background:#8ECCF7;transform-origin:right center;transform:scaleX(0.75);transition:transform 0.4s ease, opacity 0.45s;opacity:0;}
.doctor_page .links-arrow > li .link:after {
	
	bottom: -9px;
	
}
.links-arrow > li .link .icon{font-size:0.6225rem;display:block;margin-left:0.9375rem;transition:transform 0.4s ease, color 0.15s;top:0.0625rem;}
.links-arrow > li .link:hover:after{bottom:-1px;background:#8ECCF7;width:70%;} /**ay new*/
.doctor_page .links-arrow > li .link:hover:after{bottom:-9px;}
.links-arrow.dark > li {
	border-bottom: 1px solid #C4D1DE;
}
.links-arrow.dark > li:not(:last-child){margin-bottom:0.8125rem;}
.links-arrow.dark > li .link:after{background:#083555;}
.doctor_page .links-arrow.dark > li .link:hover:after {
	background: #083555;
}
.links-arrow.dark > li .link .iconl{width:1.9375rem;height:1.9375rem;border-radius:0.875rem;background:#e0e5ec;justify-content:center;align-items:center;display:flex;transition:background-color 0.35s ease;}
.links-arrow.dark > li .link .iconl .icon{transform:none;position:relative;margin:0;font-size:0.7581rem;}
.links-arrow.dark > li .link .iconl .icon.icon-pdf{font-size:1.0256rem;}
.links-arrow.dark > li .link:hover .iconl{background:#8ECCF7;}

.copy-footer{align-items:center;}
.copy-footer > .link{display:block;line-height:1.2;text-decoration:underline;margin:0 1rem;}

.social-bar > li{vertical-align:top;display:inline-block;}
.social-bar > li:not(:last-child){margin-left:0.375rem;}
.social-bar > li > a{display:block;position:relative;transition:transform 0.65s cubic-bezier(.165,.84,.44,1);}
.social-bar > li .icon{display:block;width:1.5rem;height:1.5rem;border:1px solid #FFF;border-radius:50%;font-size:0.8788rem;display:flex;align-items:center;justify-content:center;}
.social-bar > li .icon:before{transition:opacity 0.35s ease-out;}
.social-bar > li .icon.icon-youtube{font-size:0.5769rem;padding-top:0.0625rem;}
.social-bar > li .icon.icon-twitter{font-size:0.8rem;padding-top:0.0625rem;}
.social-bar > li .icon.icon-instagram{font-size:0.7806rem;}
.social-bar > li .icon.icon-tiktok{font-size:0.8044rem;}
.social-bar > li .icon.icon-linkedin{font-size:0.7406rem;}
.social-bar > li .strip{position:absolute;left:0;top:0;width:100%;height:100%;background:transparent;border-radius:50%;overflow:hidden;opacity:0;transform:scale(0.7);transition:transform 0.75s cubic-bezier(.165,.84,.44,1), opacity 0.35s ease-out;color:#8ECCF7;}
.social-bar > li .strip > div{display:table;white-space:nowrap;animation:strip 2.5s linear infinite;position:absolute;left:0;top:0;animation-play-state:paused;}
.social-bar > li .strip > div span{display:table-cell;padding:0.5em 0.3125em 0;font-size:0.3478em;font-weight:700;}

.form-ui .input:not(.input-checkbox):before{content:'';width:100%;height:1px;position:absolute;left:0;bottom:0;background:#083555;}
.form-ui input[type="text"],.form-ui input[type="password"]{height:2.9375rem;color:#083555;}
.form-ui textarea{display: block;width:100%;}
.form-ui .input:not(.input-checkbox):after{content:'';width:100%;height:2px;position:absolute;left:0;bottom:0rem;background:#1F689A;transform-origin:center center;transform:scaleX(0);transition:transform 0.4s ease, opacity 0.45s;opacity:0;}
.form-ui .input:not(.input-checkbox).focused:after{transform:scaleX(1);opacity:1;}
.form-ui .input:not(.input-checkbox).fs-15 .label{font-size:1.2em;}
.form-ui .input:not(.input-checkbox).fs-14 .label{font-size:1.1428em;}
.form-ui .input:not(.input-checkbox) .label{cursor: text;position: absolute;right: 0;top: 0;height: 100%;width:100%;display: flex;align-items: center;transform-origin: 100% 0%;opacity:0.6;}
.form-ui .input:not(.input-checkbox) .input_text:focus + .label, .form-ui .input:not(.input-checkbox).filled .label{transform: translate3d(0,-1.125rem,0) scale(0.85);}
#RegisterEmail{position:relative;z-index:10;}
.title-slide{font-weight:700;white-space:nowrap;font-size:3.4375rem;pointer-events:none;position:relative;font-size:3.4375rem;}
.title-slide .original_text{position:absolute;right:0;top:0;line-height:0.88;pointer-events:all;opacity:0;}
.title-slide .srow{padding:6.25rem 0;margin:-12.5rem 0;pointer-events:none;}
.title-slide .srow:after{content:'';clear:both;display:table;}
.title-slide .srow:first-child{margin-top:0;padding-top:0;}
.title-slide .srow:last-child{margin-bottom:0;padding-bottom:0;}
.title-slide .srow .subtitle{position:relative;font-size:3.4375rem;display:block;line-height:0.88;float:right;}
.title-slide .srow .subtitle > span{position:absolute;left:100%;top:0;height:100%;display:flex;color:#CED7DD;-webkit-text-fill-color:#FFF;-webkit-text-stroke-width:1px;-webkit-text-stroke-color:#CED7DD;}
.title-slide .srow .subtitle > span:last-child{left:auto;right:100%;}
.title-slide .srow .subtitle > span > span{margin-left:0.24em;display:block;}
.title-slide .srow .subtitle > span:last-child > span{margin-left:0;margin-right:0.24em;}
.title-slide .srow:first-child .subtitle{right:-3.5%;}
.title-slide .srow:nth-child(2) .subtitle{right:12%;}
.title-slide .srow:nth-child(3) .subtitle{right:5.2%;}
.title-slide .srow:last-child .subtitle{color:#1F689A;}

.lang-bar{position: relative;position: absolute;}
.lang-bar .btn-lang{height:2.6875rem;transform:none!important;display: block;}
.lang-bar .btn-lang > span{text-align:right;min-width:6.1875rem;padding:0;}
.lang-bar .btn-lang > span > span{padding-left:1.75rem;padding-right:0.5rem;}
.lang-bar .btn-lang span .icon-globe{font-size:1.040625em;}
.lang-bar .btn-lang span .icon-chev_down{font-size:0.35875em;position: absolute;left:0.25rem;top:50%;transform: translateY(-50%);}
.lang-bar .dropdown{position: absolute;left:0;top:0;min-width:100%;z-index:2;border-radius: 10px;background: #fff;box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);transition: box-shadow 0.5s ease, opacity 0.3s ease, transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);}
.lang-bar:not(.open) .dropdown{box-shadow: 0px 0 0 rgba(0, 0, 0, 0.16);opacity:0;pointer-events: none;}
.lang-bar:not(.open) .dropdown ul{visibility: hidden;}
.lang-bar .dropdown ul{padding:0.75rem 0;transition: visibility 0.5s ease;}
.lang-bar .dropdown ul > li > a{color:#083555;height:1.625rem;display: flex;align-items: center;padding:0 0.625rem;transition: background-color 0.15s;}
.lang-bar .dropdown ul > li > a.active{color:#1F689A;}
/**ay*/
 	.links-arrow > li .link:hover:after{content:'';width:100%;height:1px;position:absolute;left:0;bottom:-1px;background:#8ECCF7;transform-origin:right center;transform:scaleX(0.75);transition:transform 0.4s ease, opacity 0.45s;opacity:1;}


@media screen and (min-width: 768px) {
	.title-slide{font-size:5rem;}
	.title-slide .srow .subtitle{font-size:5rem;}
	.title-slide .srow:nth-child(2) .subtitle{right:15%;}
	.title-slide .srow:nth-child(3) .subtitle{right:-0.8%;}
}
@media screen and (max-width: 1023px) {
	.links-arrow:not(.dark) > li .link:active .icon{transform:translate3d(-0.9375rem,0,0);}
	.links-arrow > li .link:active:after{transform:scaleX(1);opacity:1;}

	.lang-bar .dropdown ul > li > a:active{background:#8ECCF7;}
}
@media screen and (max-width: 767px) {
	.social-bar > li:not(:last-child){margin-left: 0.5625rem;}

	.copy-footer{flex-wrap: wrap;justify-content: center;}
	.copy-footer .social-bar{flex-basis: 100%;display: flex;justify-content: center;padding-top:0.9375rem;}
	.copy-footer > .link{margin-left:0;}

	.lang-bar .dropdown ul > li > a{height:2.25rem;}
}
@media screen and (min-width: 1024px) {
	.title-slide .srow:first-child .subtitle{right:-1.5%;}

    .social-bar > li a:hover{transform: scale(1.5);}
    .social-bar > li a:hover .strip{opacity:1;transform: scale(1);transition:transform 0.75s cubic-bezier(.165,.84,.44,1), opacity 0.25s ease-out;}
	.social-bar > li a:hover .icon{border-color:#8ECCF7;}
	.social-bar > li a:hover .icon:before{opacity:0;}
    .social-bar > li a:hover .strip > div{animation-play-state: running;}

	.links-arrow:not(.dark) > li .link:not(.active):hover .icon{transform:translate3d(-0.9375rem,0,0);}
	.links-arrow:not(.dark) > li .link:not(.active):hover .iconl .icon{transform:translate3d(0,0,0);}
	.links-arrow > li .link:not(.active):hover:after{transform:scaleX(1);opacity:1;bottom:-1px;} /**ay new*/
	.doctor_page .links-arrow > li .link:not(.active):hover:after {
	
		bottom: -9px;
	} /**ay new*/
	.links-arrow > li .link:hover:after{content:'';width:100%;height:1px;position:absolute;left:0;bottom:-1px;background:#8ECCF7;transform-origin:right center;transform:scaleX(0.75);transition:transform 0.4s ease, opacity 0.45s;opacity:1;}

	.lang-bar .dropdown ul > li > a:hover{background:#8ECCF7;}
}
@media screen and (min-width: 1280px) {
	.title-slide{font-size:7.1875rem;}
	.title-slide .srow .subtitle{font-size:7.1875rem;}
	.title-slide .srow:first-child .subtitle{right:-3.5%;}
}

/* Header */
.header{position:fixed;left:0;top:0;width:100%;height:100%;z-index:100;direction:rtl;pointer-events:none;}
.header .mask{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(8,53,85,0.2);z-index:0;opacity:0;transition:opacity 0.65s cubic-bezier(0.33, 1, 0.68, 1), background-color 0.65s cubic-bezier(0.33, 1, 0.68, 1);}
.active-search .header .mask{pointer-events:all;}
.active-search .header .mask, .active-megamenu .header .mask{pointer-events:all;opacity:1;}

.menu-toggle{position:absolute;right:0;top:0;width:4.9375rem;height:6.625rem;border-radius:0rem 0rem 0rem 1.875rem;background:#1F689A;z-index:11;pointer-events:all;transition:background-color 0.375s;}
.menu-toggle .in{height:100%;}
.menu-toggle:after{padding-bottom:100%;}
.menu-toggle .label-in{position:absolute;overflow:hidden;left:50%;bottom:2rem;line-height:1;transform:translateX(-50%);text-align:center;color:#FFF;}
.menu-toggle .label-in span:last-child{position:absolute;left:0;top:100%;width:100%;opacity:0;}
.menu-toggle .humburger{position:absolute;left:0;top:1.125rem;width:3.625rem;height:3.625rem;z-index:2;right:0;margin:0 auto;transition:transform 0.65s cubic-bezier(0.33, 1, 0.68, 1);}
.menu-toggle .humburger .line{fill:none;stroke:#FFF;stroke-width:4;stroke-linecap:round;transition:stroke 0.4875s cubic-bezier(0.33, 1, 0.68, 1), stroke-dasharray 0.65s cubic-bezier(0.33, 1, 0.68, 1),stroke-dashoffset 0.65s cubic-bezier(0.33, 1, 0.68, 1),transform 0.65s cubic-bezier(0.33, 1, 0.68, 1);}
.menu-toggle .humburger .line1{stroke-dasharray:60 207;}
.menu-toggle .humburger .line2{stroke-dasharray:60 60;}
.menu-toggle .humburger .line3{stroke-dasharray:60 207;stroke:rgba(255,255,255,0);}
.active-megamenu .menu-toggle .humburger{transform:translate3d(0,-0.5rem,0);}
.active-megamenu .menu-toggle .humburger .line{stroke:#FFF;}
.active-megamenu .menu-toggle .humburger .line1{stroke-dasharray:54 207;stroke-dashoffset:-145;}
.active-megamenu .menu-toggle .humburger .line2{stroke-dasharray:1 60;stroke-dashoffset:-30;}
.active-megamenu .menu-toggle .humburger .line3{stroke-dasharray:54 207;stroke-dashoffset:-146;}
.active-megamenu .menu-toggle .label-in span{transform:translate3d(0,-100%,0);opacity:0;}
.active-megamenu .menu-toggle .label-in span:last-child{opacity:1;}

.megamenu{position:absolute;right:0;top:0;height:100%;width:100%;background:#083555;color:#FFF;pointer-events:all;transform:translate3d(100%, 0, 0);transition:transform 0.65s cubic-bezier(0.33, 1, 0.68, 1);}
.megamenu a{color:#FFF;}
.megamenu .inner{height:100%;width:100%;position:absolute;padding-right:0;left:0;top:0;transition:transform 0.65s ease, opacity 0.65s ease, visibility 0.65s cubic-bezier(0.33, 1, 0.68, 1);opacity:0;transform:translate3d(5.9375rem,0,0);padding-bottom:8.25rem;visibility:hidden;}
.megamenu .scrollbar-inner{height:100%;}
.megamenu .scrollbar-content{min-height:100%!important;}
.megamenu .box{flex-direction:column;direction:rtl;padding:10.5rem 2.25rem 6.3125rem 2.25rem;min-height:100%;justify-content:center;}
.megamenu .box > li:not(:last-child){margin-bottom:0.25rem;}
.megamenu .box .links-cont{align-items:center;}
.megamenu .box .links-cont .link{display:block;line-height:1;height:2.6875rem;display:flex;align-items:center;position:relative;}
.megamenu .box .links-cont .link:after{bottom:0.4375rem;}
.megamenu .box .links-cont .toggle{width:2.875rem;height:2.875rem;background:transparent;display:block;position:relative;top:-0.125rem;}
.megamenu .box .links-cont .toggle:after{transition:transform .25s ease, border-color .15s;border-radius:0.7813rem;border:2px solid #fff;content:'';position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;width:1.875rem;height:1.875rem;transform:scale(0.8);}
.megamenu .box .links-cont .toggle span{display:block;width:1.5rem;height:1.5rem;position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;}
.megamenu .box .links-cont .toggle span:before,.megamenu .box .links-cont .toggle span:after{content:'';width:0.625rem;height:2px;border-radius:2px;background:#FFFFFF;position:absolute;left:0;top:0;right:0;bottom:0;margin:auto;transition:transform 0.5s ease, background-color .15s;}
.megamenu .box > li:not(.open) .links-cont .toggle span:after{transform:rotate(-90deg);}
.megamenu .box > li.open .links-cont .toggle span:before{transform:rotate(180deg);}
.megamenu .box .subnav{display:none;}
.megamenu .box .subnav ul{transition:transform 0.5s ease, opacity 0.5s ease;transform-origin:100% -50%;padding:0.5625rem 0 1rem;}
.megamenu .box .subnav:not(.customslide-open) ul{opacity:0;transform:translate3d(0,-50%,0);}
.megamenu .bottom{position:absolute;left:0;bottom:0;width:100%;z-index:3;justify-content:space-between;padding:1.25rem 4.125rem 1.25rem 2.1875rem;background:#083555;z-index:3;}
.megamenu .bottom .btns-cont{display:flex;display: none;}
.megamenu .bottom .btn-lang{height:1.6875rem;display:block;}
.megamenu .bottom .btn-lang > span{padding:0 0.9375rem;}
.megamenu .lang-bar{left:2.1875rem;top:2.75rem;}
.active-megamenu .megamenu{transform:translate3d(0,0,0);}
.active-megamenu .megamenu .inner{transform:translate3d(0,0,0);opacity:1;visibility:visible;}

.side-nav{position:absolute;right:0;top:0;width:5.5625rem;background:#083555;height:100%;z-index:10;pointer-events:all;}
.side-nav.mobile{display:none;}
.side-nav:before{content:'';width:1px;height:100%;left:0;top:0;background:#395D77;position:absolute;}
.side-nav ul{flex-direction:column;text-align:center;align-self:flex-end;height:100%;justify-content:flex-end;padding-bottom:0.875rem;min-height:36.25rem;}
.side-nav ul > li:first-child{position:absolute;left:0;top:7.8125rem;width:100%;}
.side-nav ul > li:not(:last-child){margin-bottom:0.0625rem;}
.side-nav .link{color:#FFF;display:block;padding:0.625rem 0;}
.side-nav .link .icon{display:block;font-size:1.3125rem;margin-bottom:0.25rem;}
.side-nav .link .icon .img{display:block;transform-origin:center center;margin:0 auto;}
.side-nav .link .label{line-height:1;padding:0 0.9375rem;display:block;}
.side-nav .search{position:absolute;right:100%;top:-7.8125rem;width:30.8125rem;height:13.4375rem;pointer-events:none;overflow:hidden;}
.side-nav .search .box{border-radius:0rem 0rem 0rem 3.75rem;padding:0 2.25rem 2.75rem 2rem;background:#fff;width:100%;height:100%;pointer-events:all;transition:border-radius 0.65s cubic-bezier(0.33, 1, 0.68, 1),  transform 0.65s cubic-bezier(0.33, 1, 0.68, 1), visibility 0.65s cubic-bezier(0.33, 1, 0.68, 1);transform:translate3d(0,100%,0);visibility:hidden;}
.side-nav .search .box .inner{height:100%;transition:transform 0.65s ease, opacity 0.65s ease;opacity:0;transform:translate3d(0,3.5rem,0);position:relative;}
.side-nav .search .close{width:3.625rem;height:3.625rem;display:flex;align-items:center;justify-content:center;position:absolute;left:0;top:0;font-size:0.75rem;z-index:5;opacity:0;transition:opacity 0.65s ease;}
.side-nav .search .close .icon{display:block;}
.side-nav .search .input{position:absolute;left:0;bottom:0;}
.side-nav .search .btn-submit{position:absolute;left:0;top:0;height:100%;background:transparent;padding-left:0.125rem;padding-right:1.25rem;font-size:0.6225rem;}
.side-nav .search .btn-submit .icon{display:block;position:relative;}
.side-nav .search .btn-submit .icon:after{content:"\e902";position:absolute;left:100%;margin-left:0.25rem;opacity:0;top:0;}
.side-nav .search .btn-submit .icon:after,.side-nav .search .btn-submit .icon:before{transition:transform 0.35s ease, opacity 0.35s ease;display:block;}
.active-search .side-nav .link-search{color:#92AAC6;}
.active-search .side-nav .link-search .img path{fill:#92AAC6;}
.active-search .side-nav .search .box{transform:translate3d(0,0,0);visibility:visible;border-radius:0rem 0rem 0rem 1.875rem;}
.active-search .side-nav .search .box .close{opacity:1;}
.active-search .side-nav .search .box .inner{opacity:1;transform:translate3d(0,0,0);}

.header .logo{position:absolute;right:5.5625rem;top:0;z-index:10;pointer-events:all;width:100%;height:6.625rem;overflow:hidden;}

.header .logo:after{content:'';width:100%;height:100%;background:#FFF;position:absolute;left:0;top:0;border-radius:0rem 0rem 0rem 3.875rem;transform:translate3d(0,-100%,0);transition:border-radius 0.65s cubic-bezier(0.33, 1, 0.68, 1), transform 0.65s cubic-bezier(0.33, 1, 0.68, 1);}

/*.header .logo div{position:relative;width:100%;height:100%;z-index:1;}
*/
/*.header .logo div:after,.header .logo div:before
{content:'';position:absolute;left:0.9375rem;top:0;right:0;bottom:-0.375rem;margin:auto;width:9.375rem;height:4.4063rem;background:url('/Content/images/logo.webp') no-repeat 0 0;background-size:100%;transition:opacity 0.65s cubic-bezier(0.33, 1, 0.68, 1);}*/
.header .logo div:after{background-position:right bottom;opacity:0;}
.active-search .header .logo div:before, .header-collapse:not(.active-search):not(.active-megamenu) .header .logo div:before{opacity:0;}
.active-search .header .logo div:after, .header-collapse:not(.active-search):not(.active-megamenu) .header .logo div:after{opacity:1;}
.header-collapse:not(.active-search):not(.active-megamenu) .header .logo:after{transform:translate3d(0,0,0);border-radius:0rem 0rem 0rem 1.9375rem;}

.top-btns{position:absolute;left:1.125rem;top:2.875rem;z-index:10;}

.top-btns > li .btn{width:7rem;display:block;}
.top-btns > li .btn > span{padding:0;}
.top-btns > li .btn strong{font-weight:400;}

@media screen and (min-width: 768px) {
	.menu-toggle{width:5.5625rem;height:7.1875rem;}
	.menu-toggle .label-in{bottom:2.1875rem;}
	.menu-toggle .humburger{top:1.25rem;}
	 .top-btns > li:not(:last-child){margin-left:0.5rem;}
	.megamenu{width:35.6875rem;}
	.megamenu .inner{padding-bottom:4.1875rem;padding-top:6.875rem;}
	.megamenu .box{padding:3.625rem 4.125rem 6.3125rem 7.75rem;}
	.megamenu .box > li:not(:last-child){margin-bottom:1.0313rem;}
	.megamenu .lang-bar{top:4.0625rem;}
	.megamenu .inner > .lang-bar{opacity:0;transition:opacity 0.55s ease 0.2s}
	.active-megamenu .megamenu .inner > .lang-bar{opacity:1;}
	
	
	 .top-btns > li:not(:last-child){margin-left:0.5rem;}
	.top-btns{left:2.25rem;top:1.125rem;}
}
@media screen and (max-width: 1023px) {
	.megamenu{height:100%;padding-bottom:5.5rem;visibility: visible;}
	.megamenu .inner{height:calc(100% - 5.5rem);}

	.side-nav{width:100%;height:5.5rem;top:calc(100vh - 5.5rem);bottom:0;background:transparent;}
	.side-nav:after{content:'';width:100%;height:100%;position: absolute;left:0;top:0;border-radius: 1.875rem 0rem 0rem 0rem;border-top: 1px solid #395d77;z-index:1;background:#083555;}
	.side-nav:before{display: none;}
	.side-nav ul{padding:0;min-height:0;flex-direction: row;justify-content: space-evenly;align-items: center;height:100%;}
	.side-nav ul > li:first-child{position: relative;top:0;margin-bottom:0;}
	.side-nav ul > li{width:20%!important;text-align:center;height:100%;}
	.side-nav .link{padding-bottom:0;padding-top:0.9375rem;}
	.side-nav .link .label{height:1.625rem;padding:0;}
	.side-nav .link .icon{height:1.875rem;/*display: flex;*/align-items: center;margin-bottom:0.25rem;}	/*ay*/
	.side-nav .link .icon .img-search,.side-nav .link .icon .img-calendar{height:1.375rem;}
	.side-nav .link .icon .img-pin,.side-nav .link .icon .img-heart,.side-nav .link .icon .img-wcag{height:1.5rem;}

	.side-nav:not(.mobile){display: none;}
	.side-nav.mobile{display: block;position: fixed;bottom:0;width:100%;z-index:100;top:auto;}
	.side-nav.mobile{transition:transform 0.65s cubic-bezier(0.215,0.61,0.355,1);}
	.side-nav-collapse:not(.active-megamenu):not(.active-search) .side-nav.mobile{transform: translate3d(0,5.5rem,0);}
	.side-nav.mobile .search{display: block;bottom:0;top:auto;left:0;width:100%;right:auto;z-index:0;height: 11.375rem;backface-visibility: hidden;visibility: visible;}
	.side-nav.mobile .search .box{border-radius: 1.875rem 0px 0px 0px;padding:0 4.125rem 7.25rem;}
	.side-nav.mobile > ul{position: relative;z-index:2;}

/*	.header .logo{right:3.6875rem;padding-right:1.875rem;}
*/		/*.header .logo div:after, .header .logo div:before {
			background: url('/Content/images/logo-mobile.webp');
			background-size: 100%;
			
		}*/
/*	.header .logo div:after{background-position:right bottom;}
*/	.header-collapse.active-search .header .logo:after{transform: translate3d(0,0,0);border-radius:0rem 0rem 0rem 1.9375rem;}
}
@media screen and (max-width: 767px) {
	.header .logo{right:0;padding-right:6.0625rem;z-index:0;}
/*	.header .logo div:after, .header .logo div:before{margin-right:0;background-size:cover;}
*/	
	.side-nav ul > li:last-child{display: none;}
	.side-nav.mobile .search .box{padding:0 2.25rem 7.25rem;}																								
	.side-nav.mobile .search{overflow: visible;}
	.side-nav.mobile .search .close{left:auto;right:0;width:2.5rem;height:2.5rem;}

	.megamenu{z-index:2;padding-top:4.9375rem;padding-bottom:0;}
	.megamenu .box{display:block;padding:3.1875rem 2.25rem 2.75rem;}
	.megamenu .inner{padding-bottom:0;overflow-y:scroll;position: relative;-webkit-overflow-scrolling: touch;transform:translate3d(5.125rem,0,0);display: flex;flex-direction: column;justify-content: space-between;}
	.megamenu .scrollbar-inner{height:auto;overflow: visible!important;}
	.megamenu .scrollbar-inner.scroll-content{height:auto!important;max-height:none!important;overflow: visible!important;}
	.megamenu .bottom{flex-direction: column;justify-content: center;align-items: center;padding:0 1.5rem 1.4375rem;position: relative;}
	.megamenu .bottom .btns-cont{width:100%;padding-top:1.4375rem;display: flex;}
	.megamenu .bottom .btns-cont .mobile{display: block;}
	.megamenu .bottom .btns-cont li{width:50%;padding-left:0.4375rem;}
	.megamenu .bottom .btns-cont li:last-child{padding-left:0;padding-right:0.4375rem;}
	.megamenu .bottom .btn{height:2.625rem;}
	.megamenu .inner > .lang-bar{display: none;}
	.megamenu .lang-bar{position: relative;left:0;top:0;}
	.megamenu .lang-bar .btn-lang > span > span{padding-right:0;}
	.megamenu .lang-bar .dropdown{top:auto;bottom:0;}
	.megamenu .lang-bar .dropdown ul li{width:100%;padding-left:0;}
	
	.top-btns > li .btn{width:2.625rem;white-space: nowrap;padding:0;transition:all 0.225s cubic-bezier(.165,.84,.44,1), border-color 0.375s ease, background-color 0.375s ease, width 0.65s cubic-bezier(0.33, 1, 0.68, 1);}
	.top-btns > li .btn strong{opacity:0;transition:opacity 0.65s cubic-bezier(0.33, 1, 0.68, 1);}
	.top-btns > li .btn .icon.icon-profile{font-size:1.375rem;}
	.top-btns > li .btn .icon{min-width:2.625rem;height:2.625rem;display: flex;align-items: center;justify-content: center;margin:0;}
	.top-btns > li .btn > span > span{display: flex;align-items: center;}
	.active-megamenu .top-btns > li .btn{width:7rem;}
	.active-megamenu .top-btns > li .btn strong{opacity:1;}

/*	.header .logo div:after,.header .logo div:before{transition: opacity 0.325s;}
*/	.header .logo:after{transition: opacity 0.325s;transform: none;border-radius:0rem 0rem 0rem 1.9375rem;opacity:0;}
	.header .logo div{transform-origin: 100% 28%;}
	.menu-toggle, .header .logo, .top-btns, .menu-toggle .in, .header .logo div{transition:transform 0.65s cubic-bezier(0.215,0.61,0.355,1);}
	.top-collapse .menu-toggle, .top-collapse .header .logo, .top-collapse .top-btns, .active-megamenu .menu-toggle, .active-megamenu .header .logo, .active-megamenu .top-btns{transform: translate3d(0,-1.6875rem,0);}
	.top-collapse .menu-toggle .in, .active-megamenu .menu-toggle .in{transform: translate3d(0,0.875rem,0);}
	.top-collapse .header .logo div, .active-megamenu .header .logo div{transform: translate3d(0,0.875rem,0) scale(0.85);}
	.header-collapse .logo:after, .active-search .logo:after{opacity:1;}
	.header-collapse:not(.active-search):not(.active-megamenu) .header .logo div:before{opacity:0;}
	.header-collapse:not(.active-search):not(.active-megamenu) .header .logo div:after{opacity:1;}
}
@media screen and (min-width: 1024px) {
	.menu-toggle{width:4.4375rem;height:5.75rem;}
	.menu-toggle:hover{background-color:#358AC4;}
	.menu-toggle .label-in{bottom:1.75rem;}
	.menu-toggle .humburger{top:1rem;width:2.875rem;height:2.875rem;}
	
	.megamenu{width:36.75rem;transform:translate3d(calc(100% - 4.4375rem), 0, 0);}
	.megamenu .inner{padding-right:4.4375rem;}
	.megamenu .box{padding:0.75rem 3.75rem 3.4375rem 6.1875rem;}
	.megamenu .box > li:not(:last-child){margin-bottom:0.5rem;}
	.megamenu .bottom{width:calc(100% - 4.4375rem);padding:1rem 3.75rem 1rem 1.75rem;}
	.megamenu .lang-bar{left:1.75rem;top:2.1875rem;}
	.megamenu .copy-footer > .link:hover{color:#8ECCF7;}
	.megamenu .box .links-cont .link:hover{color:#8ECCF7;}
	.megamenu .box .links-cont .link:hover:after{background-color:#8ECCF7;}
	.megamenu .links-arrow > li .link:hover{color:#8ECCF7;}
	.megamenu .links-arrow > li .link:hover .icon{color:#8ECCF7;}
	
	.side-nav{width:4.4375rem;}
	.side-nav ul > li:first-child{top:6.25rem;}
	.side-nav .search{top:-6.25rem;}
	.side-nav .search .box{transform:translate3d(100%,-6.25rem,0);}
	.side-nav .search .box .inner{transform:translate3d(3.5rem,-2.3125rem,0);}
	.side-nav .search .close{left:0.5rem;}
	
	.header .logo{right:4.4375rem;width:12.5625rem;height:5.75rem;}
/*	.header .logo div:after,.header .logo div:before{left:0.125rem;bottom:0.25rem;width:8.5rem;height:4rem;}
*/	
	.top-btns{left:2rem;}

	body:not(.active-megamenu) .menu-toggle:hover .humburger .line2{stroke-dasharray:40 60;stroke-dashoffset:-20;}
	.megamenu .box .links-cont .toggle:hover:after{transform:scale(1);border-color:#8ECCF7;}
	.megamenu .box .links-cont .toggle:hover span:before,.megamenu .box .links-cont .toggle:hover span:after{background-color: #8ECCF7;}
	.side-nav .link .icon .img path{transition:fill 0.15s;}
	.side-nav .link:hover{color:#8ECCF7;}
	.side-nav .link:hover .icon .img path{fill:#8ECCF7;}
	.side-nav .search .btn-submit:hover .icon:before{transform:translate3d(calc(-50% - 0.25rem), 0, 0);}
	.side-nav .search .btn-submit:hover .icon:after{transform:translate3d(calc(-100% - 0.25rem), 0, 0);}
	.side-nav .search .btn-submit:hover .icon:after{opacity:1;}
	.side-nav .search .btn-submit:hover .icon:before{opacity:0;}
}
@media screen and (min-width: 1280px) {
	.menu-toggle{width:5.5625rem;height:7.1875rem;}
	.menu-toggle .label-in{bottom:2.1875rem;}
	.menu-toggle .humburger{top:1.25rem;width:3.625rem;height:3.625rem;}
	
	.megamenu{width:41.25rem;transform:translate3d(calc(100% - 5.5625rem), 0, 0);}
	.megamenu .inner{padding-right:5.5625rem;}
	.megamenu .box{padding:3.625rem 4.6875rem 6.3125rem 7.75rem;}
	.megamenu .box > li:not(:last-child){margin-bottom:1.0313rem;}
	.megamenu .bottom{width:calc(100% - 5.5625rem);padding:1.25rem 4.6875rem 1.25rem 2.1875rem;}
	.megamenu .lang-bar{left:2.1875rem;top:2.75rem;}
	
	.side-nav{width:5.5625rem;}
	.side-nav ul > li:first-child{top:7.8125rem;}
	.side-nav .search{top:-7.8125rem;}
	
	.header .logo{right:5.5625rem;width:15.6875rem;height:7.1875rem;}
/*	.header .logo div:after,.header .logo div:before{left:0.9375rem;bottom:0.3125rem;width:10.625rem;height:5rem;}
*/	
	.top-btns{left:1.8125rem;}
}
/* For screens between 390px and 360px */
@media screen and (min-width: 360px) and (max-width: 390px) {
	.header .logo div {
		transform: translate3d(0, .875rem, 0) scale(.85)!important;
	}
}

/* For screens between 350px and 320px */
@media screen and (min-width: 320px) and (max-width: 350px) {
	.header .logo div {
		transform: translate3d(0, .875rem, 0) scale(.85) !important;
		
	}
}

/* Footer */

.footer{background:#E0E5EC;position:relative;}
.footer .row-c{min-height:25.75rem;display:flex;padding:4.5rem 0 5.375rem;}
.footer .col-right{width:100%;}
.footer .newsletter{width:100%;}
.footer .newsletter .title{color:#083555;font-weight:700;margin-bottom:0;}
.footer .newsletter .box{position:relative;overflow:hidden;margin-right:-0.625rem;}
.footer .newsletter .step{transition:transform 0.5s ease,opacity 0.5s;padding-right:0.625rem;padding-top:1.0625rem;}
.footer .newsletter .step:last-child{position:absolute;right:0;top:100%;width:100%;height:100%;padding-top:0.9375rem;opacity:0;}
.footer .newsletter.submitted .step{transform:translate3d(0,-100%,0);opacity:0;}
.footer .newsletter.submitted .step:last-child{opacity:1;}
.footer .newsletter .input{float:none;position: relative;}
.footer .newsletter .must{position: absolute;right:-0.5rem;top:0.1875rem;color:#B17A00;}
.footer .newsletter .input-submit{padding-top:2.125rem;}
.footer .newsletter .input-submit .btn{width:100%;}
.footer .col-left{width:100%;position:relative;left:0;}
.footer .links{display:flex;width:100%;}
.footer .links .item{width:auto;min-width:0;}
.footer .links .item .title{color:#083555;font-weight:700;margin-bottom:1.0625rem;margin-top:-0.0625rem;}
.footer .links .item ul > li:not(:last-child){margin-bottom:0.7188rem;}
.footer .links .item ul > li:after{content:'';clear:both;display:table;}
.footer .links .item ul > li .link{color:#083555;display:block;line-height:1.25;float:right;}
.footer .links .item ul > li .link:after{background-color:#083555;}
.footer .copy-footer{position:absolute;right:0;bottom:4.3125rem;width:100%;}
.footer .copy-footer .social-bar > li .share-link .icon{border-color:#083555;}
.footer .copy-footer .social-bar > li .share-link .strip{background:#8ECCF7;color:#083555;}
.footer .btn-up{position:absolute;left:2.25rem;bottom:8.125rem;}
.footer .btn-up:after{padding-bottom:100%;}
.footer .btn-up span{padding:0;width:2.625rem;}
.footer .btn-up span .label .icon,.footer .btn-up span .label2 .icon{margin:0;}
.footer .lang-bar{top:auto;bottom:1.9375rem;left:5.625rem;}
.footer .lang-bar .dropdown{top:auto;bottom:0;}
.footer .rights{margin-left:20px;}
.footer .social{width:230px;text-align:center}
.footer .social-bar{display: flex; align-items: center; justify-content: center;}

@media screen and (min-width: 768px) {
	.footer .col-right{width:50%;}
	.footer .col-left{width:50%;}
	.footer .btn-up{bottom:calc(5.5rem + 1.5rem);}
	.footer .social{width:100%;text-align:center}
}
@media screen and (max-width: 1023px) {
	.footer{padding-bottom:5.5rem;}
	.footer .row-c{min-height:0;padding:4.5rem 0 5.375rem;}
	.footer .col-right{padding-left:2.25rem;}
	.footer .carousel-cont{margin-left:-4.125rem;}
	.footer .carousel{display: block;}
	.footer .carousel .item:first-child{padding-right:2.25rem;}
	.footer .carousel .item .inner{width:10rem;min-width:10rem;}
	.footer .carousel:after{content: 'flickity';display: none;}
	.footer .lang-bar{bottom:calc(5.5rem + 1.9375rem);}
	.footer .copy-footer{bottom:2rem;}
}
@media screen and (max-width: 767px) {
	.footer{padding-bottom:7.375rem;}
	.footer .row-c{display: block;padding:2.9375rem 0 68px;}
	.footer .carousel-cont{margin:0 -2.25rem;}
	.footer .carousel .item:first-child{padding-right:2.25rem;}
	.footer .col-right{padding-left:0;margin-bottom:5.1875rem;}
	.footer .col-left{margin-bottom:2.75rem;}
	.footer .carousel .item .inner{width:11rem;min-width:11rem;}
	.footer .copy-footer{position: relative;bottom:0;display: flex;justify-content: center;}
	.footer .btn-up{left:2.25rem;width:2.625rem;}
	.footer .lang-bar{bottom:calc(6.5rem + 2.125rem);left:auto;right:36px;}
}
@media screen and (min-width: 1024px) {
	.footer .newsletter{width:20.25rem;}
	.footer .col-left{left:2.5rem;}/**ay*/
	.footer .links .item{width:33.3333%;min-width:33.9%;}
	.footer .btn-up{left:1.8125rem;bottom:1.5rem;}
	.footer .copy-footer .social-bar > li .share-link:hover .icon{border-color:#8ECCF7;}
	.footer .copy-footer .social-bar > li .share-link:hover .icon:before{opacity:1!important;}
}

/* Pagetop section */
.pagetop-section{position:relative;overflow:hidden;}
.pagetop-section .bg_cont{position:absolute;left:0;top:0;width:100%;height:100%;z-index:0;border-radius:0 0 0 10.75rem;overflow:hidden;background:#5D88B0;transform-style:preserve-3d;backface-visibility:hidden;}
.pagetop-section.purple .bg_cont{background:#EACCDA;}
.pagetop-section .bg_cont:after{content:'';position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;background:rgba(0,0,0,0.5);}
.pagetop-section .bg_cont .parallax-move{width:100%;height:100%;z-index:0;}
.pagetop-section .bg_cont .bg, .pagetop-section .bg_cont .video_bg{transition:transform 3.75s cubic-bezier(0.39, 0.575, 0.565, 1),opacity 2.8s cubic-bezier(0.33, 1, 0.68, 1);transform-origin:80% 50%;}
.pagetop-section .innerpage{z-index:3;}
.pagetop-section .row-c{height:75vh;display:flex;align-items:center;padding-bottom:0;min-height:34.6875rem;}
.pagetop-section .box{color:#FFF;}

[data-templatename="privateServiceDoctorsLobby"] .pagetop-section .box {
	width: 58%
}


.pagetop-section .box .title-section {
	font-weight: 700;
	line-height: 0.8;
	display: block;
	position: relative;
}/**ay*/


	.pagetop-section .box .title-bold:before {
		content: '';
		width: 11.125rem;
		height: 0.5rem;
		background: #FFF;
		position: absolute;
		right: 0;
		bottom: 100%;
		margin-bottom: 1.0625rem;
		transform-origin: right center;
		transition: transform 1.75s cubic-bezier(0.33, 1, 0.68, 1);
	}
.pagetop-section .box .title-section:not(.split){opacity:0;}
.pagetop-section .box .title-section strong{color:#8ECCF7;}
.pagetop-section.purple .box .title-section strong{color:#EACCDA;}
.pagetop-section .box .title-section .original_text{position:absolute;right:0;top:0;opacity:0;display:block;}
.pagetop-section .box .title-section .line-wrapper{overflow:hidden;transition:opacity 0.5s;perspective:25rem;}
.pagetop-section .box .title-section .line-wrapper .line{transition:transform 1.25s cubic-bezier(0.33, 1, 0.68, 1);transform-origin:right bottom;}
	.pagetop-section .box .title-section .line-wrapper .line {
		transition: transform 1.25s cubic-bezier(0.33, 1, 0.68, 1);
		transform-origin: right bottom;
	}
.pagetop-section .box .title-section .line-wrapper:nth-child(2) .line{transition-delay:0.25s;}
.pagetop-section .box .title-section .line-wrapper:nth-child(3) .line{transition-delay:0.5s;}
.pagetop-section .box .title-section .line-wrapper:nth-child(4) .line{transition-delay:0.75s;}
.pagetop-section .box .desc{max-width:26.5625rem;line-height:1.4444;padding-top:0.5625rem;transition:transform 1.0s ease 0.75s, opacity 0.75s 0.75s;}
.pagetop-section:not(.loaded) .bg_cont .bg, .pagetop-section:not(.loaded) .bg_cont .video_bg{opacity:0;transform:scale(1.1);}
.pagetop-section:not(.loaded) .box .title-section:before{transform:scaleX(0);}
.pagetop-section:not(.loaded) .box .title-section .line-wrapper{opacity:0;}
.pagetop-section:not(.loaded) .box .title-section .line-wrapper .line{transform:translate3d(0,150%,0) skewY(-5deg) rotateY(-45deg);}
.pagetop-section:not(.loaded) .box .desc{transform:translate3d(0,0,0);opacity:0;}

  :lang(ar)  .pagetop-section .box .title-section  {font-weight:700;line-height:1.3;display:block;position:relative;}	 /**ay*/



@media screen and (max-width: 767px) {
	.pagetop-section .row-c{padding-top:7.5rem;}
}
@media screen and (min-width: 768px) {
	.pagetop-section .row-c{height:calc(100vh - 13.5625rem);align-items:flex-end;padding-bottom:3.6875rem;}
	.pagetop-section.pageintight .row-c{height:calc(100vh - 21.6875rem);}
}
@media screen and (min-width: 1024px) {
	.pagetop-section .row-c{height:calc(100vh - 9.375rem);}
	.pagetop-section.pageintight .row-c{height:calc(100vh - 17.5rem);min-height:32.5rem;}
}

/* Pagetop section - pagein */
.pagetop-section.pagein .row-c{align-items: center;padding-bottom:0;padding-top:4.75rem;}
.pagetop-section.pagein .box{width:25.8125rem;}
.pagetop-section .box .back-cont{margin-top:1.6875rem;transition:opacity 0.75s 0.1s;}
.pagetop-section .box .back-cont:after{content:'';clear:both;display: table;}
.pagetop-section .box .back-cont .btn-back{color:#FFF;float:right;}
.pagetop-section .box .back-cont .btn-back:hover{color:#8ECCF7;}
.pagetop-section .box .back-cont .btn-back .icon{font-size:0.6225rem;margin-left:0.5rem;position: relative;top:1px;}
.pagetop-section.pagein .box .title-section{margin-bottom:0.625rem;padding:0.4375rem 0 0.3125rem;line-height:1.28;}
.pagetop-section.pagein .box .title-section:before{height:1px;background:rgba(255,255,255,0.2);width:100%;top:0;bottom:auto;margin:0;}
.pagetop-section.pagein .box .title-section:after{content:'';height:1px;background:rgba(255,255,255,0.2);width:100%;position:absolute;right:0;bottom:0;transform-origin:right center;transition:transform 1.75s cubic-bezier(0.33, 1, 0.68, 1);}
.pagetop-section.pagein .box .desc{line-height:1.5;position: relative;transition-delay: 0.25s;padding-left:0.3125rem;padding-top:0;}
.pagetop-section.pagein .box .btns-cont{display: flex;align-items: center;padding-top:1.875rem;transition:opacity 0.75s 0.3s;}
.pagetop-section.pagein .box .btns-cont > li:not(:last-child){margin-left:1.9375rem;}
.pagetop-section.pagein .box .btns-cont .btn{display: block;}
.pagetop-section.pagein .box .btns-cont .btn:not(:hover){border-color:#FFF;}
.pagetop-section.pagein .box .btns-cont .btn-link{color:#FFF;display: block;text-decoration: underline;}
.pagetop-section.pagein .box .btns-cont .btn-link:hover{color:#8ECCF7;}
.pagetop-section.pagein:not(.loaded) .box .title-section:after{transform:scaleX(0);}
.pagetop-section:not(.loaded) .box .back-cont, .pagetop-section.pagein:not(.loaded) .box .btns-cont{opacity:0;}
.pagetop-section.pagein.pageerror .bg_cont{border-radius:0;}
.pagetop-section.pagein.pageerror .label-error{display: flex;align-items: center;}
.pagetop-section.pagein.pageerror .label-error img{display: block;margin-left:0.625rem;}
 /**ay*/
.pageerror .pagetop-section.pagein .box .btns-cont{display:flow;align-items: center;padding-top:1.875rem;}
.pageerror .pagetop-section.pagein .box .btns-cont > li{margin-bottom:1.5rem;float:right;}

@media screen and (max-width: 767px) {
	.pagetop-section.pagein .box .desc{display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;overflow: hidden;}
}

/* Pagetop section - pagetight */
.pagetop-section.pagetight{overflow:visible;z-index:2;}
.pagetop-section.pagetight .top-wrapper{border-radius:0rem 0rem 0rem 13.125rem;background:#083555;}
.pagetop-section.pagetight .row-c{height:auto;min-height:0;max-height:none;padding:10.4375rem 0 4.375rem;}
.pagetop-section.pagetight .box .title-big{line-height:1.04;font-weight:700;}
.pagetop-section.pagetight .box .title-big:before{display:none;}
.pagetop-section.pagetight .box .desc{max-width:30.875rem;margin-top:-0.6875rem;padding-bottom:0.4375rem;}
.pagetop-section.pagetight .box .info{transition:opacity 1s 0.4s;}
.pagetop-section.pagetight .box .search-box{width:97.5%;margin-top:1.5rem;transition:opacity 1s 0.4s;}
.pagetop-section.pagetight .box .search-box .form-ui{box-shadow:0rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);border-radius:10px;color:#083555;}
.pagetop-section.pagetight .box .search-box .form-ui .input .input_text:focus + .label{transform:translate3d(0,-0.25rem,0) scale(0.90);} 
.pagetop-section.pagetight .box .search-box .form-ui .input.filled .label{transform:translate3d(0,-0.25rem,0) scale(0.75);}
.pagetop-section.pagetight .box .search-box .input{padding-left:2.375rem;background:#fff;border-radius:10px;display:flex;align-items:center;position:relative;z-index:2;}
.pagetop-section.pagetight .box .search-box .input:after,.pagetop-section.pagetight .box .search-box .input:before{display:none;}
.pagetop-section.pagetight .box .search-box .input .icon-search{min-width:3.0625rem;font-size:1.2637rem;display:flex;height:100%;align-items:center;justify-content:center;}
.pagetop-section.pagetight .box .search-box .input .input_text{height:2.8125rem;border-radius:10px;display:block;padding-top:0.875rem;padding-right:20px;z-index:10000}/**ay*/
.pagetop-section.pagetight .box .search-box .input .label{right:3.0625rem;}
.pagetop-section.pagetight .box .search-box .input .btn-submit{position:absolute;left:0;top:0;height:100%;background:transparent;font-size:0.6225rem;width:2.375rem;}
.pagetop-section.pagetight .box .search-box .suggestions .scrollbar-inner > .scroll-content{max-height:inherit!important;}
	.pagetop-section.pagetight .image-cont {
		width: 25.5625rem;
		height: calc(100vh - 6.25rem);
		position: absolute;
		left: 0;
		top: 6.25rem;
		transition: opacity 1s;
		pointer-events: none;
	}
.pagetop-section.pagetight .image-cont .parallax{width:100%;height:100%;position:absolute;left:0;top:0;}
.pagetop-section.pagetight .image-cont .bg{width:100%;height:25.9891rem;border-radius:5px 5px 12.7813rem 12.7813rem;overflow:hidden;}
.pagetop-section.pagetight .image-cont .shape{position:absolute;width:100%;height:25.9891rem;left:0;top:0;}
.pagetop-section.pagetight .image-cont .shape:before{content:'';left:1.0625rem;bottom:0;width:3.5rem;height:4.2956rem;border-radius:2.7792px 2.7792px 2.7792px 3.8262rem;background:#92aac6;position:absolute;}
.pagetop-section.pagetight:not(.loaded) .box .search-box, .pagetop-section.pagetight:not(.loaded) .filters, .pagetop-section.pagetight:not(.loaded) .info{opacity:0;}
.pagetop-section.pagetight:not(.loaded) .image-cont{opacity:0;}
.pagetop-section.pagetight .filters{display: flex;margin-left:-1rem;padding-top:1.375rem;transition:opacity 1s 0.4s;}
[data-templatename="privateServiceDoctorsLobby"] .pagetop-section.pagetight .filters > li {
	width: 25%;
	max-width: 25%;
	min-width: 25%;
	padding-left: 1rem;
}

.pagetop-section.pagetight .filters > li {
	width: 33.3333%;
	max-width: 33.3333%;
	min-width: 33.3333%;
	padding-left: 1rem;
}

.pagetop-section.pagetight .filters .cselect_cont .cselect_custom .title {
	height: 2.8125rem;
	border-radius: 10px;
	background: transparent;
	border: 1px solid rgba(255,255,255,0.2);
	color: #FFF;
	line-height: 2.8125rem;
}
.pagetop-section.pagetight .filters .cselect_cont .cselect_custom .list{border-radius: 10px;border:none;}
.pagetop-section.pagetight .filters .cselect_cont .cselect_custom .list .title{background:#FFF;border-radius: 10px 10px 0 0;border-bottom-color:#C4D1DE;color:#083555;}

.autocomplete{position:relative;z-index:3;}
.autocomplete .suggestions{position:absolute;right:0;top:0;width:100%;z-index:1000;padding-top:2.8125rem;background:#FFF;box-shadow:0 0 0 rgba(0, 0, 0, 0.16);opacity:0;visibility:hidden;pointer-events:none;border-radius:10px;}
.autocomplete.open .suggestions{box-shadow:0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);opacity:1;visibility:visible;pointer-events:initial;z-index:10000}
.autocomplete .suggestions > .scrollbar-inner{max-height:20rem;border-top:1px solid #C4D1DE;}
.autocomplete .suggestions .ul{padding:1.0625rem 3.0625rem 1.125rem 1.6875rem;direction:rtl;}
.autocomplete .suggestions .ul > li{border-bottom:1px solid #cfd3d8;padding-bottom:1rem;margin-bottom:1rem;}
.autocomplete .suggestions .ul > li:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0;}
.autocomplete .suggestions .ul > li strong{display:block;margin-bottom:0.3125rem;}
.autocomplete .suggestions .ul > li ul{padding-right:1rem;}
.autocomplete .suggestions .ul > li ul > li:not(:last-child){margin-bottom:0.3125rem;}
.autocomplete .suggestions .highlight{color:#C99829;transition:color 0.15s ease;}
@media screen and (max-width: 1439px) {
	[data-templatename="privateServiceDoctorsLobby"] .box {
		width: 58%;
	}
}
	@media screen and (max-width: 767px) {
		.pagetop-section.pagetight .filters {
			flex-direction: column;
		}

			.pagetop-section.pagetight .filters > li {
				width: 100%;
				max-width: 100%;
				min-width: 100%;
			}

				.pagetop-section.pagetight .filters > li:not(:last-child) {
					margin-bottom: 0.625rem;
				}

		[data-templatename="privateServiceDoctorsLobby"] .pagetop-section.pagetight .filters > li {
			width: 100%;
			max-width: 100%;
			min-width: 100%;
		}
	}

	@media screen and (min-width: 768px) {
		.pagetop-section.pagetight .row-c {
			padding: 9.75rem 0 3.75rem;
		}

		
	}

	@media screen and (max-width: 1023px) {
		.pagetop-section.pagetight .image-cont {
			display: none;
		}
	}

	@media screen and (max-width: 767px) {
		.pagetop-section.pagetight .top-wrapper {
			border-radius: 0px 0px 0px 6.625rem;
		}
		[data-templatename="privateServiceDoctorsLobby"] .pagetop-section .box{
			width: 100% !important;
		}
		
		
		.pagetop-section .box {
			width: 100%;
		}

		.pagetop-section.pagetight .box .title-big strong {
			display: block;
		}
	}

	@media screen and (min-width: 1024px) {
		/*.pagetop-section.pagetight .box .search-box {
			width: 27rem;
		}*/

			.pagetop-section.pagetight .box .search-box .input .btn-submit:hover {
				color: #8ECCF7;
			}

		.autocomplete .suggestions .ul > li a:hover, .autocomplete .suggestions .ul > li a:hover .highlight {
			color: #8ECCF7;
		}
	}

	@media screen and (min-width: 1280px) {
		/*.pagetop-section.pagetight .box .search-box {
			width: 585px
		}*/
		/*.doctorslobby_page .pagetop-section .box {
			width: 585px;
		}*/
		[data-templatename="privateServiceDoctorsLobby"] .pagetop-section.pagetight .box .search-box {
			width: 98%;
		}
		
		.pagetop-section.pagetight .image-cont {
			width: 25.5625rem;
			height: calc(100vh - 7.1875rem);
			top: 7.1875rem;
		}

			.pagetop-section.pagetight .image-cont .bg {
				height: 25.9969rem;
			}

			.pagetop-section.pagetight .image-cont .shape {
				height: 25.9969rem;
			}

				.pagetop-section.pagetight .image-cont .shape:before {
					left: 1.25rem;
					width: 4rem;
					height: 4.3025rem;
				}
	}


/* Pagetop section - pagecontent */
.pagetop-section.pagecontent .top-wrapper .row-c{padding:8.75rem 0 1.625rem;}
.pagetop-section.pagecontent .box{width:100%;max-width:30.875rem;}
.pagetop-section.pagecontent .box .back-cont{border-bottom:1px solid rgba(255,255,255,0.2);padding-bottom:0.75rem;margin-bottom:0.9375rem;}
.rich-text{margin-bottom:5rem;}

@media screen and (min-width:1032px) and (max-width:1308px) {
	.pagetop-section.pagetight .image-cont .bg {
		height: 20.9891rem;
		width: calc(70%);
		object-fit: contain;
	}

	.doctorslobby_page .pagetop-section .box {
		width: 557px;
	}

	[dir="ltr"] .pagetop-section.pagetight .filters > li {
		padding-right: 2px;
	}
	/*.pagetop-section.pagetight .box .search-box {
		width: 99.5%;
	}*/
}

@media screen and (max-width: 500px){
	.pagetop-section.pagetight .box .search-box {
		width: 95%;
	}
}
