	.mt-10 {
		margin-top: 1rem;
	}

	.mt-30 {
		margin-top: 3rem;
	}

	.mt-40 {
		margin-top: 4rem;
	}

	.section-content h2.align-center {
		text-align: center;
	}

	.heading1 {
		font-size: 3.6rem;
		color: #282828;
		font-weight: 700;
	}

	.heading3 {
		color: #282828;
		font-size: 2rem;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}

	.heading-4 {
		font-size: 2.4rem;
		line-height: normal;
		font-weight: 700;
	}

	.bg-pink {
		background: #FFF2ED
	}

	.bg-gray2 {
		background: #F8F6F6;
	}

	a.primary-btn {
		cursor: pointer;
	    text-decoration: none;
	    outline: 0;
	    font-weight: 700;
	    text-align: center;
	    color: #fff;
	    padding: 1.1rem 2.4rem;
	    font-size: 1.6rem;
	    background: #ec6625;
	    border-radius: 8px;
	    width: 100%;
	}

	a.primary-btn:focus-visible {
	    background: #e26123;
	    box-shadow: 0 0 0 3px #e26123;
	    border: 3px solid #fff
	}

	a.primary-btn:hover {
	    background: #fd7b20;
	    color: #fff;
	}

	/*.health-nav-block {
		overflow-x: auto;
        white-space: nowrap;
	}*/

	.health-nav {
		background: #FAFAFA;
		box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
		padding: 0.8rem 0;
	}

	.health-nav {
		display: none;
	}

	.fixed_jumplink {
	    position: fixed;
	    top: 0;
	    right: 0;
	    left: 0;
	    z-index: 99;
	    width: 100%;
	    display: block;
	}

	ul.jump-list {
		display: flex;
       justify-content: space-between;
       gap: 0.5rem;
	}
	ul.jump-list li a {
	    font-size: 1.3rem;
	    color: #282828;
	    text-decoration: none;
	    padding: 1rem 1.5rem;
	    display: block;
	    border: 1px solid #EEE;
		background: #FFF;
	    border-radius: 0.8rem;
	    font-weight: 700;
	    transition: 0.3s;
	}
   
	ul.jump-list li.jump_active a {
	    background: #e26123;
	    color: #fff;
	}

	.img-cont-sec {
		display: flex;
		justify-content: space-between;
		gap: 8rem;
	}

	.img-cont-sec .cont-sec {
		width: 58%;
	}

	.more-cont {
		display: none;
	}

	.flex-block {
		display: flex;
		justify-content: center;
		gap: 2rem;
	}

	.flex-block  img {
		width: 45px;
		height: 43px;
	}

	.quick-block {
		position: relative;
		background: url('/docs/default-source/assets/marketing/images/gradient-blue.png') no-repeat;
		background-size: 100% 100%;
		width: 100%;
		border-radius: 30px;
		padding: 4rem;
	}

	.quick-block h2, .quick-block p {
		color: #fff;
	}

	.arrow-list ul {
		display: flex;
		flex-wrap: wrap;
		gap: 2rem;
	}

	.arrow-list ul li {
		width: 48%;
		position: relative;
	}

	.arrow-list .list2 .list-item:before {
	    content: '';
	    position: absolute;
	    left: 0;
	    top: 0.5rem;
	    background: url('/docs/default-source/assets/marketing/images/ico.png') no-repeat;
		width: 1.5rem;
		height: 1.9rem;
	}

	.section-content a.r-more {
		font-size: 1.6rem;
	    line-height: normal;
	    color: #EC6625;
	    font-weight: 700;
	    text-decoration: underline;
	    position: relative;
	}

	.section-content a.r-more:after {
	    content: "";
	    position: absolute;
	    top: 6px;
	    border: solid #ec6625;
	    border-width: 0 2px 2px 0;
	    display: inline-block;
	    padding: 3px;
	    transform: rotate(45deg);
	    -webkit-transform: rotate(45deg);
	    margin-left: .7rem;
	    vertical-align: baseline;
	}

.section-content a.r-more.r-less:after {
    transform: rotate(-135deg);
    vertical-align: middle;
    top: 8px;
}

.col-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
}

.col-item {
	width: 23.5%;
	background: #fff;
	border-radius: 12px;
	position: relative;
	overflow: hidden;
}

.col-item img {
	width: 100%;
}

.col-content {
	padding: 2rem;
	height: 380px;
}

.col-item .text {
	color: #575757
}

.col-item a.primary-btn {
	width: 90%;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.wrok-block .col-block {
	gap: 2rem;
}

.work-block .col-block-item {
	padding: 2rem 0;
}

.row-block {
	display: flex;
	flex-wrap: wrap;
	gap: 2.5rem;
}

.row-item {
	width: 31.66%;
	border-radius: 15px;
	border: 1px solid #E0E0E0;
	padding: 2.4rem;
	display: flex;
	gap: 1rem;
}

.breadcrumb-block {
	background: #FAFAFA;
	padding: 2rem;
}

.breadcrumb-block ul {
	display: flex;
	gap: 3rem;
}

.breadcrumb-block ul li a {
	color: #000;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: normal;
	position: relative;
}

.breadcrumb-block ul li a:after {
	content: "";
    position: absolute;
	border: solid #282828;
    border-width: 0 2.2px 2.2px 0;
    display: inline-block;
    padding: 2.2px;
    vertical-align: top;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-top: 6px;
    margin-left: 10px;
}

.breadcrumb-block ul li:last-child a:after {
	display: none;
}

@media (max-width: 991px) {
	    ul.jump-list {
        display: -webkit-inline-box;
        overflow: auto;
        width: 100%;
        gap: 1rem;
    }
}

@media (max-width:  768px) {
	.heading1 {
		font-size: 2.4rem;
	}
	.section-content h2 {
		font-size: 2.4rem;
		line-height: normal;
	}

	.img-cont-sec {
		display: flex;
		flex-direction: column;
		gap: 4rem;
	}

	.img-cont-sec .cont-sec {
		width: 100%;
	}

	.img-cont-sec img {
		width: 100%;
	}

	.arrow-list {
		margin-top: 1rem;
	} 

	.arrow-list .list2 .list-item {
		width: 100%;
		padding-left: 3rem;
		margin-bottom: 0;
	}

	.section-content h2.align-center {
		text-align: left;
	}

	.col-block-item.width-30 {
		margin: 0;
	}

	.work-block .col-block-item {
		padding: 1rem 0;
	}

	.col-item {
		width: 100%;
	}

	.cont-sec {
		height: auto;
	}

	.col-item .text {
		font-size: 1.4rem;
		height: 300px;
	}

	.row-item {
		width: 100%;
	}

	.mt-30 {
		margin-top: 2rem;
	}

	.sub-txt.mt-30 {
		margin-top: 1rem;
	}

	.work-block .col-block {
		margin-top: 2rem;
	}

	.quick-block {
		width: 90%;
		padding: 2rem;
	}

	ul.jump-list li {
        margin-right: 0;
    }

    ul.jump-list li a {
    	font-size: 1.2rem;
        padding: 1rem 2rem;
    }

    .col-wrap .owl-dots {
    	display: block;
	    text-align: center;
	    position: absolute;
	    bottom: -30px;
	    left: 50%;
	    transform: translateX(-50%);
	}
}
