body {
	direction: rtl;
	text-align: right !important;
}
.inner-banner-image::before, 
.hero-section .imgbx::before {
    transform: scaleX(-1);
}
.contentbx ul:not([class]) li {
    padding: 0 25px 20px 0;
    background-position: right top 3px;
}
.curve-rt::before {
	right: auto;
	left: 0;
	transform: scaleX(-1);
}
.curve-rb::before {
	right: auto;
	left: 0;
	transform: scale(-1);
}
.curve-lb::after {
	left: auto;
	right: 0;
	transform: scaleX(-1);
}
.curve-lt::after {
	left: auto;
	right: 0;
	transform: scale(-1);
}
.custom-table th, .custom-table td {
    text-align: right;
}
.company-brochure label, .cr-copy label, .ministry-health-wrapper label, .service-offered-wrapper label {
	background-position: right top;
    padding: 0 30px 0 0;
}
.custom-table tr th:first-child,
.custom-table tr td:first-child {
	border-right: none;
}
.custom-table tr th:last-child,
.custom-table tr td:last-child {
	border-right: 1px solid #DADCE1;
}
.download-app a {
	margin-right: 0;
	margin-left: 20px
}
.contentbx ol {
    padding: 0 18px 0 0;
}
.custom-table td a {
    background: url(../images/caret-left.svg);
	background-repeat: no-repeat;
    background-position: left center;
    padding-right: 0 !important;
    padding-left: 14px;
}
.company-brochure, 
.form-item-copy-of-ministry-of-health-license, 
.form-item-file-upload, 
.form-item-upload-your-cr-copy {
    float: right !important;
}
.liva-insurance-form .form-tel, .liva-insurance-form .form-email {
    text-align: right;
    direction: rtl;
}

.rewards_block--block_1--header-wrapper label {
    margin-right:auto;
	margin-left: 15px;
}
div#edit-actions {
    display: block;
	width: auto;
}
.rewards_block--block_1--header-wrapper .form--inline .form-item {
float:right;
    margin-left: 0.5em;
}

.back-link a {
	background: url('../images/caret-right.svg') no-repeat right center;
	padding-left: 0;
	padding-right: 12px;
}
.readmore a {
	background: url('../images/caret-left.svg') no-repeat left center;
	padding-right: 0;
	padding-left: 12px;
}
.newswrap {
	padding-left: 0 !important;
    padding-right: calc(50% - 528px);
}
.newsslider {
    direction: ltr;
}
.profile-info-wrapper {
    text-align: right;
    left: auto;
    right: 30px;
}
.profile-box:hover a.profile-btn {
    background: url(../images/profile-arrow-left.png) no-repeat;
    background-position: left center;
    background-size: 10px;
    padding: 0 0 0 15px;
}
.products .card__image {
    width: 56%;
}
/* Desktop End */

@media only screen and (min-width: 768px) {
    .ps-md-5 {
        padding-left: 0 !important;
        padding-right: 3rem !important;
    }
}

/*-----------For Mobile View----------------*/
@media only screen and (max-width:767px) {
.company-brochure label, .cr-copy label, .ministry-health-wrapper label, .service-offered-wrapper label {
    padding: 0 22px 0 0;
}
.rewards_block--block_1--header-wrapper .liva-insurance-form {
    display: flex;
    flex-direction: row;
}
.rewards_block--block_1--header-wrapper .form--inline .form-item {
    float: none;
}
.rewards_block--block_1--header-wrapper .form-control:not(input[type="checkbox"]) {
        width: 100%;
    }
	.rewards_block--block_1--header-wrapper label {
    width: 50px;
}
.rewards_block--block_1--header-wrapper .form--inline .form-actions {
    float: right;
}


}