#header-desktop .main-cta {
    position: absolute;
    top: 15px;
    z-index: 1;
    display: block;
    background: #edb95f;
    border: 2px solid #edb95f;
    color: #fff;
    padding: 8px 18px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    transition: .5s;
    border-radius: 5px;
}
#header-desktop .main-cta:hover {
	background: #fff;
	color: #edb95f;
	transition: .5s;
}
#header-desktop.blueicons .main-cta.freecons{
	background: #003961;
    border: 2px solid #003961;
}
#header-desktop.blueicons .soc_head path{
	fill:#003961;
}
#header-desktop > .main-cta:nth-child(1) {
	right: 30px;
}
#header-desktop > .main-cta:nth-child(2) {
	right: 215px;
}
#header-desktop.added-cta3 .main-cta{
	font-size: 14px;
}
#header-desktop.added-cta3 > .main-cta:nth-child(1) {
	right: 30px;
}
#header-desktop.added-cta3 > .main-cta:nth-child(2) {
	right: 278px;
}
#header-desktop.added-cta3 > .main-cta:nth-child(3) {
	right: 441px;
}
#header-desktop.added-cta {
    padding: 70px 0 0 0;
}
#header-desktop.added-cta .soc_head {
	right: 360px;
	display: block;
}
#header-desktop.added-cta .site-logo {
    margin-top: -60px;
    margin-left: 20px;
}
#header-desktop.added-cta3 {
    padding: 70px 0 0 0;
}
#header-desktop.added-cta3 .soc_head {
	right: 575px;
	display: block;
}
#header-desktop.added-cta3 .site-logo {
    margin-top: -60px;
    margin-left: 20px;
}
body {
    padding-top: 70px;
}
@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}
.fadeInLeft{animation-name:fadeInLeft}
@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}

.animated {
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
}
.fadeInRight {
    animation-name: fadeInRight;
}
.fadeInLeft {
    animation-name: fadeInLeft;
}

.desktopnav {
    width: 100%;
}
.desktopnav .wt-menu {
    display: flex;
    justify-content: end;
}
#header-desktop.added-cta .desktopnav .wt-menu {
    display: flex;
    justify-content: space-between;
}
#header-desktop.added-cta3 .desktopnav .wt-menu {
    display: flex;
    justify-content: space-between;
}
.desktopnav .wt-menu .arrow {
    display: none;
}
.desktopnav .wt-menu li .sub-menu li a {
    padding: 8px 10px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    color: #22362b;
}
.desktopnav .wt-menu li .sub-menu li a:hover {
    background: #fff;
    text-decoration: none;
}
.desktopnav .wt-menu li a {
    color: #003961;
    font-family: "Poppins Regular";
    text-decoration: none;
    font-size: 15px;
    display: inline-block;
    padding: 15px 20px;
    line-height: 22px;
    text-align: center;
    letter-spacing: -0.015em;
    text-transform: uppercase;

    color: #003961;
}
.desktopnav .wt-menu > li a:hover {
    opacity: 0.75;
}
.desktopnav .wt-menu > li .sub-menu {
    display: none;
}
.desktopnav .wt-menu > li {
    position: relative;
}
.desktopnav .wt-menu > li:hover .sub-menu {
    display: block;
    position: absolute;
    top: 100%;
    left: -55px;
    background: #fff;
    z-index: 10;
    padding: 0;
    width: 280px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.top-banner .banner-info {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
}
.top-banner .row {
    height: 100%;
}
.top-banner .box-txt {
	background: #fff;
	padding-right: 60px;
	padding-left: 60px;
}
.top-banner .box-txt::before {
	content: '';
	width: 0;
	height: 0;
	border-top: 25rem solid transparent;
	border-left: 100px solid #fff;
	border-bottom: 25rem solid transparent;
	position: absolute;
	right: -100px;
	top: -10px;
}
.top-banner picture {
    display: block;
    overflow: hidden;
    height: 784px;
}
.top-banner picture img {
    width: auto;
    display: block;
    height: 784px;
    margin: 0 0 0 auto;
}
.mob_block,
.boxmenu {
	display: none !important;	
}
.p-0 {
	padding: 0 !important;
}
.home-patient .home_patients .box {
    opacity: 0.2;
}
.home-patient .home_patients .swiper-slide-next .box {
    opacity: 1;
}
.home_form {
    background-image: url(../images/home-form-bg.jpg);	
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.sec_featured .col-6 .box:hover {
	background: #d7eef3;	
}
.awards_col5 .box {
	width: 20%;
    margin: 30px 0;
}
.w50 {
	width: 50%;	
}
.left-img {
	float: left;
	margin-bottom: 30px;	
}
.sec_candidate .sub_title {
	margin-bottom: 15px;
}
.row .ul_2col {
	columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;	
}
.post-edit-link {
	position: fixed;
    z-index: 999;
    top: 50%;
    background: #d7eef3e8;
    padding: 20px;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    box-shadow: 0 0 5px #9f9f9f;
}
.top-banner .btn_ba {
	display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 22px;
    color: #003961;
    margin-top: 25px;	
}
.freeconsmob{
	display: none;
}

@media screen and (min-width: 1100px) {
	main [class^="col-"], 
	main [class*=" col-"] {
		padding-right: 40px;
		padding-left: 40px;
	}	
}
@media screen and (max-width: 1420px) {
	.top-banner picture, 
	.top-banner picture img {
		height: 650px;
		width: 831px;
		float: right;
	}
	.top-banner .box-txt::before {
		border-top: 21rem solid transparent;
	}
	.single-post .top-banner picture,
	.single-post .top-banner picture img {
		width: auto;
	}
	
}
@media screen and (max-width: 1360px) {
	#header-desktop .logo {
		width: 320px;
		height: auto;
	}
	#header-desktop.added-cta .site-logo {
		margin-top: -45px;
		margin-left: 10px;
	}
	#header-desktop.added-cta3 .site-logo {
		margin-top: -45px;
		margin-left: 10px;
	}
}
@media screen and (max-width: 1300px) {
	body main .padding-left-right-large {
		padding-right: 60px;
		padding-left: 60px;
	}
	footer .box_nav ul {
		display: block;
		text-align: right;
	}
	.top-banner .box-txt {
		padding-right: 0;
		padding-left: 30px;
	}
	.awards_col5 .box {
		width: 25%;
		margin: 20px 0;
	}
}
@media screen and (max-width: 1200px) {
	#header-desktop {
		padding: 5px 0;
	}
	#header-desktop .resize-img {
		display: block;
		margin: auto;
	}
	.desktopnav .wt-menu {
		display: flex;
		justify-content: space-between;
	}
	.desktopnav .wt-menu li a {
		padding: 15px 5px;
	}
	.sec_featured .box svg {
		width: 180px;
		height: 200px;
	}
	.sec_featured .svg_sm .box svg {
		width: 142px;
	}
	.sec_featured .svg_sm2 .box svg {
		width: 110px;
	}
	.sec_featured .sub_title,
	body .sub_title {
		font-size: 20px;
		line-height: 38px;
	}
	.sec_featured h3 {
		font-size: 24px;
	}
	.top-banner picture, 
	.top-banner picture img {
		height: 550px;
		width: 703px;
	}
	.top-banner .box-txt::before {
		border-top: 18rem solid transparent;
		border-left: 70px solid #fff;
		border-bottom: 19rem solid transparent;
		right: -63px;
	}
	.single-post .top-banner picture,
	.single-post .top-banner picture img {
		width: auto;
	}
	h2, h3 {
		font-size: calc(3vw/2 + 3vh/2);
		line-height: calc(4vw/2 + 4vh/2);
		padding: 0 0 30px 0;
	}
	p {
		font-size: 16px;
		line-height: 28px;
	}
	.box_ba_img .box::before {
		font-size: 18px;
		top: 10px;
		left: 10px;
	}
}
@media screen and (max-width: 1100px) {
	.awards .col-12 a {
		width: 33%;
	}
	.awards4 .col-12 a {
		width: 25%;
	}
}