
	.mt-10 {
		margin-top: 1rem;
	}

	.mt-15 {
		margin-top: 1.5rem;
	}

	.mt-30 {
		margin-top: 3rem;
	}

	.mt-40 {
		margin-top: 4rem;
	}

	p {
		line-height: inherit;
	}

	p.text, .list-item p {
		font-size: 1.6rem;
		line-height: 2.4rem;
	}

	.section-content {
		padding: 6rem 0;
	}

	.section-content h2.align-center {
		text-align: center;
	}

	.heading1 {
		font-size: 3.6rem;
		color: #282828;
		font-weight: 700;
		margin-bottom: 2rem;
	}

	.headingTxt {
		margin-bottom: 2rem;
	}

	.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;
	}

	.align-center {
		text-align: center;
	}

	.width-auto {
		width: 60%;
		margin: 0 auto;
	}

	.bg-pink {
		background: #FFF2ED
	}

	.bg-gray2 {
		background: #F8F6F6;
	}

	.bg-gray-linear {
		background: linear-gradient(180deg, #FFF 0%, #F5F5F5 100%);
	}

	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;
	}*/

	.travel-nav {
		background: #FAFAFA;
		box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
		padding: 0.8rem 0;
	}

	.travel-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:after {
		display: none;
		content: '';
		position: absolute;
		right: 0;
		bottom: 0;
		background: url('/docs/default-source/assets/marketing/images/ellipse.png') no-repeat;
		background-size: 100% 100%;
		background-position: right bottom;
		width: 613px;
		height: 391px;
	}

	.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;
		padding-left: 3rem;
	}

	.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: 400px;
}

.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;
	justify-content: space-between;
	gap: 2.5rem;
	margin: 5rem auto 0;
    max-width: 1024px;
    width: 100%;
}

.row-item {
	width: 45%;
	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;
}

.bg-pink-linear {
	background: linear-gradient(180deg, #FFF2EE 0%, #FFF 100%);
}

.table-wrapper {
    border-radius: 10px;
    overflow: hidden;
    border: solid 1px #757575;
}

.table-auto {
	margin: 3rem auto 0;
	max-width: 740px;
	width: 100%;
}

.table-wrap td, .table-wrap th {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #282828;
    text-align: left;
    padding: 12px 20px;
    width: 50%;
    border-right: 1px solid #757575 !important;
    border-bottom: 1px solid #757575;
    background: #fff;
}

.table-wrap th {
	background: #FFF2ED;
	color: #903501;
	font-weight: 700;
}

.table-wrap .no-right-border {
    border-right: none !important;
}

.table-wrap .no-bottom-border {
    border-bottom: none;
}

.note-txt {
	margin-top: 3rem !important;
}

.type-list {
	margin-top: 1.5rem;
}

.type-item {
	position: relative;
	margin-bottom: 0.8rem;
	font-size: 1.6rem;
	line-height: 24px;
	color: #282828;
}

.type-item:before {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	top: 10px;
	background: #000;
	border-radius: 50%;
}

.type-item p {
	padding-left: 1.5rem;
}

.more-list li {
	position: relative;
}

.more-list li p {
	padding-left: 2rem;
}

.more-list li:before {
	content: '';
	position: absolute;
	background: #282828;
	width: 5px;
	height: 5px;
	top: 5px;
	border-radius: 50%;
}


/****Tab Style Start****/
.tab-block {
    margin-top: 4rem;
}

.tab-block .tab-sec {
    overflow: auto;
}

.tab-block .tab-sec ul {
	display: flex;
	border-bottom: 1px solid #EEE;
}

.tab-block .tab-sec ul li {
    padding: 1.4rem 5rem;
    cursor: pointer;
    position: relative;
}

.tab-block .tab-sec ul li span {
    font-size: 1.4rem;
    line-height: 100%;
    font-weight: 700;
    color: #424242;
    text-align: center;
    display: block;
}

.tab-block .tab-sec ul li.active span {
    color: #EC6625;
}

.tab-block .tab-sec ul li:after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background: none;
    bottom: 0;
    left: 0;
    -webkit-transition: .5s;
    transition: .5s;
}

.tab-block .tab-sec ul li.active:after {
    background: #EC6625;
    height: 2px;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.tab-block .tab-cont {
    margin-top: 4rem;
    display: none;
}

.tab-block .tab-cont:first-child {
    display: flex;
}
.tab-show {
	display: block;
}
/****Tab Style End****/

.ui-banner-content sup, .table-wrap sup {
	color: #282828;
}

.sectionSpace.policy-cover-wrap .ui-tabs-modify .tab-head {
	border-top: none;
    border-right: none;
    border-left: none;
}

.img-right-pos {
	position: relative;
	right: 15px;
}

@media (max-width: 1024px) {
	.col-content {
		height: 440px;
	}
	.col-item {
		width: 23.45%;
	}
}

@media (max-width:  991px) {
	.section-content {
		padding: 4rem 0;
	}
	.heading1 {
		font-size: 2.4rem;
		line-height: 35px;
		text-align: left;
	}
	.section-content h2 {
		font-size: 2.4rem;
	}
	.headingTxt {
		text-align: left;
	}

	.img-cont-sec {
		display: flex;
		flex-direction: column;
		gap: 4rem;
	}

	.column-reverse {
		flex-direction: column-reverse;
	}

	.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: center;
	}*/

	.col-block-item.width-30 {
		margin: 0;
	}

	.work-block .col-block-item {
		padding: 1rem 0;
	}

	.col-content {
		height: 400px;
	} 

	.col-item {
		width: 100%;
	}

	.cont-sec {
		height: auto;
	}

	.col-item .text {
		font-size: 1.4rem;
		height: auto;
	}

	.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;
    }

    #types-travel .owl-dots {
    	display: block;
	    text-align: center;
	    position: absolute;
	    bottom: -30px;
	    left: 50%;
	    transform: translateX(-50%);
	}


	#types-travel .owl-stage {
		padding-left: 0 !important;
	}
 
	.width-auto {
		width: 100%;
	}

	.tab-block .tab-sec ul li {
		padding: 1.4rem 2rem;
	}

	.row-item {
		padding: 0;
	}
	ul.jump-list {
        display: -webkit-inline-box;
        overflow: auto;
        width: 100%;
        gap: 1rem;
    }
    .img-right-pos {
		position: static;
	}
}
