/*catagory landing template*/

.HideElement {
	display: none;
}

.adress-nav button > span {
	font-size: 16px;
	padding: 0px 0px 0px 8px;
	font-family: Tahoma;
}

.catagory_landing {
	/*padding: 10px 0px;*/
}

/* Start Module Header Swiper */

.module-header-swiper {
	height: 100%;
	width: 100%;
}

.module-header-swiper {
	height: 100%;
	width: 100%;
}

.module-header-swiper .swiper-slide img {
	width: auto;
	height: 100%;
}
    .module-header-swiper .swiper-slide {
        overflow: hidden;
    }

@media (min-width: 450px) {
	.module-header-swiper .swiper-slide img {
		width: 100%;
		height: auto;
	}
}

@media (min-width: 450px) and (max-width: 1200px) {
	.module-header-swiper .swiper-slide img {
		width: auto;
		height: 100%;
	}
}

.module-header-swiper .swiper-pagination {
	text-align: left;
	padding-left: 30px;
}

.module-header-swiper .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	opacity: 1;
}

.category-title-container {
	position: absolute;
	top: 50%;
	right: 0;
	left:0%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
  margin-right:1%;
  padding:0;
  max-width:30%;
}

.ReadMoreDesgin {
  position:absolute;
  padding: 4px 16px;
  border-radius: 5px;
  bottom: 3%;
  display:none;
  right: 0%;
  margin-right: 1%;
  font-weight: bold;
  font-size: 15px;
  line-height: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ProductCatalogueProduct .catagory_header {
	height:auto;
}
	
.ProductCatalogueProduct .catagory_header > img {
    height: auto;
    width: 100%;
}


@media (max-width:730px) {
  	.ReadMoreDesgin {
		bottom: 30%;
	}
}
@media (max-width:992px){
	.category-title-container {
		top:40% !important;
		transition: 0.5s;
    max-width:40% !important;
	}
}
@media screen and (max-width:730px) {
	.ProductCatalogueProduct .category-title-container {
        display: none;
    }
}

@media (min-width:766px) {
  	.product-slider .ReadMoreDesgin {
		  display:none !important;
	}
}
@media (max-width:766px) {
  	.product-slider .ReadMoreDesgin {
      display:block !important;
		  bottom: 30% !important;
	}
}
/* End Module Header Swiper */

/*catagory header*/

.catagory_header {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 285px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	overflow: hidden;
}

.catagory_header_title {
	padding: 16px;
	border-radius: 5px;
	width: auto;
}
.catagory_header_title > h2 {
    padding-bottom: 4px;
    border-bottom: 2px solid;
}
@media (min-width: 730px) {
	.catagory_header_title {
		max-width: 100%;
	}
}

@media (max-width: 730px) {
	.catagory_header_title {
		max-width: 100%;
	}
}
@media (max-width: 767px) {
    .catagory_header_title > h2 {
        font-size: 24px;
    }

    .catagory_header_title > h2 {
        border-bottom: 2px solid;
        padding-bottom: 4px;
    }

    .catagory_header_title > h5 {
        margin: 0px;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -o-ellipsis-lastline: 2;
        -moz-line-clamp: 2;
        -ms-box-orient: vertical;
    }
}
@media (max-width: 1199px) {
	.catagory_header {
		height: 329px;
		background-size: 122% auto;
	}
}

@media (max-width: 991px) {
	.catagory_header {
		height: 272px;
		background-size: 130% auto;
	}
}

@media (max-width: 767px) {
	.catagory_header {
		height: 211px;
		background-size: auto 100%;
	}


	.catagory_header img {
		height: 100%;
		width: auto;
		background-size: cover;
	}

	.category-title-container {
		left: 0px;
	}

	/*.card_details_header .row-group .row-group > .mob-12 {
        width: 50%
    }*/
}

/*product related to the catagory and it is repeater*/

.categories-swiper {
	margin-bottom: 16px;
}

.categories-swiper .font40 {
	font-size: 27px !important;
}

.catagory_sub_products_swiper {
	padding-top: 32px;
	margin-bottom: 32px;
	overflow: hidden;
}

.single-row-swiper .swiper-wrapper,
.single-row-swiper .swiper-wrapper .swiper-slide,
.double-row-swiper .swiper-wrapper,
.double-col-swiper .swiper-wrapper,
.catagory_sub_products_item {
	height: inherit !important;
}

.catagory_sub_products_item.swiper-slide {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: wrap;
}

.navigation_bar {
	text-align: center;
}

.navigation_bar > button {
	margin: 5px 8px;
	padding: 0px 8px;
  width:146px;
}

span.required-Element {
	float: left;
}

.dynamci_cir .page-content {
	padding-bottom: 0px;
}

/* End Inbox */

/* End Followup Accordion */


/*UNKNOWN STYLES*/

.productcat button {
}

.productcat button {
	padding: 0px 20px;
}

.card_img {
	display: block;
	width: 100%;
	border-radius: 10px 10px 0px 0px;
	text-align: center;
	border-bottom: 2px solid;
}

.card-details .tab-6 {
	padding: 4px;
	border-left: 1px solid;
	text-align: left;
}

.r-border {
	border-right: 1px solid;
}

.card-details p {
	font-size: 13px;
}

.product-footer span {
	font-size: 24px;
	padding: 0 8px;
}

.product-footer {
	margin-top: 8px;
}

.product-footer h4,
.product-footer h6 {
	display: inline-block;
}

.findout {
	border: solid 1px;
}

.compare-section {
	padding: 8px;
	border-top: solid 1px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	text-align: right;
}

.compare-btn {
	float: right;
	padding: 0px 40px !important;
}

.price-container {
	text-align: center;
}

.price-container h2,
.price-container h6 {
	display: inline-block;
}

.detail {
	border-left: 1px solid;
	border-right: 1px solid;
}

.detail h4 {
	text-align: center;
}

.mar-top {
	margin-top: 32px;
}

.advantage h4,
.advantage {
	text-align: center;
}

.docs-section img {
	width: 100%;
}

.mar-zero {
	margin: 0px;
}

@media (max-width:740px) {
	/*.swiper-slide {
    width: 100% !important;
  }*/

	.zero-pad {
		padding: 0px;
	}
}

.cir-sub-title {
	margin: 16px 0px;
	padding: 0px;
}

.cir-title {
	margin-top: 32px;
}

.cir-title h4 {
	word-spacing: 0px;
}

.cir-title .lab-9 {
	padding: 0px;
}

.cir-title button {
	width: 100%;
}

.cir-details ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.cir-details li {
	padding-left: 1em;
	text-indent: -.7em;
}

.cir-details li::before {
	content: "• ";
}

.cir-page-footer {
	text-align: center;
	margin-top: 16px;
}

.cir-page-footer button {
	margin-right: 16px;
}

@media (max-width:768px) {
	.cir-sub-title {
		margin-left: 16px;
	}

	.cir-page-footer button {
		width: 100%;
	}

	.cir-title .lab-9 {
		padding: 0 0 0 16px;
	}

	.download-sec button {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.sub_catagory_item > div {
		max-width: 380px;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.sub_catagory_item > div:nth-child(1) > img {
		height: 100%;
		width: 100%;
	}
}

@media (max-width:991px) and (min-width:768px) {
	.cir-sub-title {
		margin: 16px;
	}

	.cir-title .lab-9 {
		padding: 0 0 0 16px;
	}
}

.view-cv {
	border: 1px solid;
	border-radius: 10px;
	cursor: pointer;
	margin-top: 22px;
}

.currency-inside-input {
	position: absolute;
	top: 28px;
	left: 30px;
}

.upload-btn-wrapper {
	position: relative;
	overflow: hidden;
}

.btn {
	border-radius: 0px 9px 9px 0px;
	font-size: 16px;
	margin: 0px;
	float: right;
	padding: 0px 10px;
}

.upload-btn-wrapper input[type=file] {
	font-size: 100px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	width: calc(100% - 32px);
	margin-left: 16px;
	overflow: hidden;
}

.message-area {
	height: 90px;
	border: 1px solid;
	border-radius: 10px;
	padding: 16px;
	resize: none;
	overflow-y: auto;
	width: 100%;
	font-family: inherit;
	font-size: 16px;
}

.dynamci_cir2 .tab-11 {
	padding: 0px;
}

.dynamci_cir2 h4 label {
	display: inline-block;
}

.pad-0 {
	padding: 0px;
}

.download-sec p {
	display: inline-block;
}

.download-sec button {
	float: left;
}

.check-section input[type='checkbox'] {
	height: unset;
	width: unset;
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
}

.certificate_label {
	width: 100%;
	display: block;
	line-height: 32px;
	height: 32px;
	padding: 0px 18px;
	border-radius: 10px;
	font-family: inherit;
	font-size: 16px;
	border: 1px solid;
	cursor: not-allowed;
}

/* Start Followup Accordion */

.followup-accordion-container {
	padding-bottom: 0px;
}

.followup-single-panel {
	padding: 10px 0px;
}

.followup-accordion-btn {
	font-weight: bold;
	font-size: 18px;
	cursor: pointer;
	padding: 5px;
	margin: 0px;
	width: 100%;
	text-align: right;
	border-radius: 0px;
	outline: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	border: 2px solid;
}

.followup-accordion-btn label {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	text-align: center;
	line-height: 34px;
	display: inline-block;
	margin: 0;
	margin-right: 10px;
}

.followup-accordion-btn:before {
	/* Unicode character for "plus" sign (+) */
	content: "<";
	font-family: monospace;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	font-size: 20px;
	font-weight: bold;
	float: right;
	margin-right: 15px;
	margin-left: 15px;
}

.followup-accordion-btn.active:before {
	/* Unicode character for "minus" sign (-) */
	content: ">";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	font-weight: bold;
}

.followup-accordion-panel {
	padding: 16px;
	display: none;
	overflow: hidden;
	-webkit-transition: max-height 0.2s ease-out;
	transition: max-height 0.2s ease-out;
	width: 100%;
	overflow-x: auto;
}

@media (max-width: 510px) {
	.followup-status {
		width: 510px;
	}
}
@media(max-width:800px) {
  #divProductCatalogProductOrderDetailsPrint {
    min-width:630px;
  }
}
/* Start Follow Up Status */

.status-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.status-header > div {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 2px solid;
	line-height: 35px;
	padding: 0px;
	margin: 0px 16px;
}

.status-header > div:first-child {
	margin-right: 0px;
}

.status-header > div:last-child {
	margin-left: 0px;
}

.single-doc-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 0px;
	border-bottom: 1px solid;
}

.single-doc-row > div {
	padding: 0px;
	margin: 0px 16px;
}

.single-doc-row > div:first-child {
	margin-right: 0px;
}

.single-doc-row > div:last-child {
	margin-left: 0px;
}

.single-doc-row > div:nth-child(2) > .upload-file span,
.single-doc-row > div:nth-child(2) button,
.single-doc-row > div:nth-child(2) a {
	width: 120px;
	padding: 0px 10px;
	margin: 0px;
	text-align: center;
	cursor: pointer;
}

.single-doc-row > div:nth-child(2) > .upload-file span:hover,
.single-doc-row > div:nth-child(2) button:hover,
.single-doc-row > div:nth-child(2) a:hover {
	opacity: 0.7;
}

.followup-status .disabled-btn {
	cursor: default;
}

.upload-file {
	display: inline-block;
}

.upload-file > input[type=file] {
	display: none;
}

.upload-file > span {
	cursor: pointer;
}

.single-doc-row > div:nth-child(3) label {
	display: inline-block;
}

.single-doc-row > div:nth-child(3) span {
	margin-left: 23px;
	display: inline-block;
	cursor: pointer;
	font-size: 12px;
	float: left;
}

.single-doc-row > div:nth-child(4) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 0px;
}

.single-doc-row > div:nth-child(4) > img {
	width: 34px;
	height: 34px;
}

.single-doc-row > div:nth-child(4) > span {
	margin-right: 10px;
	font-weight: bold;
	font-size: 20px;
}

.single-doc-row > div:nth-child(1) > span {
	margin-left: 5px;
}

.single-doc-row > div:nth-child(1) > input[type=text] {
	width: 100%;
}

.single-doc-row > div:nth-child(4) > select {
	width: 100%;
}

.followup-status > div:nth-child(3) button {
	margin: 0px;
	margin-right: auto;
}

/* End Follow Up Status */

/* Start Inbox */

.followup-inbox {
	border: 2px solid;
}

.chating-area {
	padding: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-height: 450px;
	overflow-y: auto;
}

.message-time {
	text-align: center;
	font-size: 13px;
	text-transform: uppercase;
	padding: 5px 0px;
}

.user-side {
	padding: 5px 10px;
	border-radius: 15px;
	margin-top: 5px;
	margin-right: auto;
	max-width: 450px;
	overflow: hidden;
}

.user-side span {
	float: left;
	margin: 0px;
	padding: 0px;
}

.admin-side {
	padding: 5px 10px;
	border-radius: 15px;
	margin-top: 5px;
	margin-right: 35px;
	margin-left: auto;
	max-width: 450px;
}

.admin-side-with-img {
	position: relative;
}

.admin-side-with-img img {
	position: absolute;
	bottom: 0px;
}

.typing-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 2px solid;
	padding: 5px;
}

.typing-area input[type=text] {
	border: none;
	width: 100%;
	padding: 5px;
	height: 36px;
}

.typing-area input[type=text]:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.typing-area button {
	margin: 0px;
}

/* certificate*/

.certificate_main-title {
	text-align: center;
	margin-bottom: 16px;
}

.click_interest {
	font-size: 32px;
}

.click_interest:hover {
	text-decoration: underline;
}


.certificate_details .row-group {
	margin-bottom: 16px;
}

.certificate_details .tab-2 {
	border-left: 1px solid;
}

.margin-bottom-16 {
	margin-bottom: 16px;
}

.full-width-image {
	width: 100% !important;
}

.aman-table {
	width: 50%;
	border-collapse: collapse;
	margin-bottom: 16px;
	margin-top: 16px;
}

.mamn-main-ul li {
	margin-bottom: 16px;
}

.aman-table td, .aman-table th {
	text-align: center;
	padding: 8px;
}



table tr .main-row {
	text-align: center;
}



.certificate-header h3 {
	text-align: center;
	padding-top: 32px;
}

.product_card .product-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.product_card ul div h4 {
	margin-right: -16px;
}

.full-width-img {
	width: 100% !important;
}

.aligned-center {
	text-align: center;
}


@media only screen and (max-width: 767px) {
	.aman-table {
		width: 100%;
		margin: 0 auto;
	}
}
/* cards */

.library-text {
	padding-top: 30px;
}

.section-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid;
}

@media (max-width: 500px) {
	.section-title {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.section-title h1,
.section-title h2 {
	margin: 0px;
	text-transform: unset;
}

.section-title h5 {
	margin-bottom: 0px;
	padding-left: 10px;
  margin-right:auto;
}

.section-title button {
	margin-bottom: 0px;
}

@media (max-width: 500px) {
	.section-title {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.section-title * {
		margin: 16px 0px;
	}

	.section-title h5 {
		margin-right: 0px;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
}

.library-text > div:last-child p {
	margin-bottom: 0px;
	font-size: 17px;
}

.library-text > div:last-child ul {
	margin-top: 10px;
	font-size: 16px;
}

.card-categories-swiper .swiper-slide {
	padding-top: 16px;
	padding-bottom: 16px;
}



.full-image img {
	width: 100% !important;
}

.mar-left-16 {
	margin-right: 16px;
}

li.border-right-gray {
	border-left: 1px solid !important;
}

.grayunderline {
	width: 150px;
	height: 1px;
	margin: auto;
	margin-bottom: 8px;
}

.duration-container h4 {
	text-align: center;
}

.align-center {
	text-align: center !important;
}

.align-right {
	text-align: right !important;
}


.deposits_hr {
	border-bottom: 1px solid;
}


/* Product card responsive code if it needed */
@media only screen and (max-width: 400px) {
	.product_card ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.product_card ul li span {
		text-align: right !important;
	}

	.product_card ul li {
		border: none !important;
	}
}


.certificate_main-title {
	text-align: center;
	margin-bottom: 16px;
}

.click_interest {
	font-size: 32px;
}

.click_interest:hover {
	text-decoration: underline;
}


.certificate_details .row-group {
	margin-bottom: 16px;
}

.certificate_details .tab-2 {
	border-left: 1px solid;
}

.margin-bottom-16 {
	margin-bottom: 16px;
}

.economic_fields {
	padding: 32px 16px 32px 90px;
	position: relative;
}


.economic_fields:nth-of-type(2):before {
	content: "";
	width: 2px;
	height: 70px;
	display: inline-block;
	position: absolute;
	right: 0px;
	padding: 0px;
	margin: 0px;
	bottom: 32px;
}

@media (max-width:992px) {
	.economic_fields:nth-of-type(2):before {
		width: 0px;
	}
}

.economic_fields span {
	font-size: 12px;
}

.economic_fields p {
	font-size: 16px;
}


@media (max-width: 767px) {
	#divProductCatalogCategoryRepaterContainer > div {
		padding: 0px;
	}

	#divProductCatalogCategoryRepaterContainer > div .row-group > div {
		padding: 0px;
	}

	#divProductCatalogCategoryRepaterContainer > div .row-group > div:first-child {
		width: 16.66666667%;
		padding-left: 10px;
	}

	#divProductCatalogCategoryRepaterContainer > div .row-group > div:last-child {
		width: 83.33333333%;
	}

	#divProductCatalogCategoryRepaterContainer > div .row-group > div > img {
		padding: 10px;
		width: 90%;
	}
}

@media (max-width: 400px) {
	#divProductCatalogCategoryRepaterContainer > div .row-group > div > img {
		padding: 5px;
		border-radius: 5px;
		margin-top: 5px;
		width: 100%;
	}
}

.sec-row-offers {
	margin-top: 16px;
}

.double-row-swiper .swiper-slide {
	padding: 16px;
}

.font60 {
	font-size: 60px !important;
}

.font50 {
	font-size: 60px !important;
}
.font55 {
	font-size: 50px !important;
}
.font45 {
	font-size: 45px !important;
}
.font40 {
	font-size: 40px !important;
}

.font30 {
	font-size: 30px !important;
}

.font20 {
	font-size: 20px !important;
}

.font16 {
	font-size: 16px !important;
}
.font14 {
	font-size: 14px !important;
}

.video-attachments button {
	border: 1px solid;
	border-bottom: 2px solid;
}

.narrow-swiper {
	padding: 0px 100px;
}

@media (max-width: 1024px) {
	.narrow-swiper {
		padding: 0px;
	}
}


.download-sec {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.download-sec button {
	margin: 0px;
	margin-right: auto;
	font-weight: bold;
	font-size: 15px;
}

.other_swiper_newtitle {
	padding: 5px 10px;
}

.other_swiper_newtitle h3 {
	text-align: center;
}

.other_swiper_newtitle2 {
	padding: 5px 10px;
}

.other_swiper_newtitle2 h3 {
	text-align: center;
}

.btn_white {
	border: 1px solid;
}

.swiper-slide > div > img {
	/*border-radius: 10px 10px 0px 0px;*/
}


/*@media only screen and (max-width: 776px) {
	.others_new_style_container .others_nested .others_body .others_body_content {
		flex-direction: column;
	}

	.others_new_style_container .others_nested .others_body .others_body_content .body_content_left {
		width: 100%;
		border-left: 0px !important;
	}

	.others_new_style_container .others_nested .others_body .others_body_content .body_content_right {
		width: 100%;
		margin-top: 32px;
	}

	.others_new_style_container .others_nested .others_body .others-btn-container {
		flex-direction: column;
	}

	.others_new_style_container .others_nested .others_body .others-btn-container .btn-left {
		width: 100%;
	}

	.others_new_style_container .others_nested .others_body .others-btn-container .btn-right {
		width: 100%;
	}
}*/

.padding-16 {
	padding: 16px;
	padding-top: 0px;
}


/*img animation code*/

.animated-img:hover {
	-webkit-transform: translatey(-10px);
	transform: translatey(-10px);
}

.view-all-btn {
	text-align: center;
	margin: 0 auto 16px auto;
	text-decoration: underline;
	font-size: 16px;
}


div#divProductCatalogProductRequestForm i {
	font-style: normal;
}

@media(min-width:320px) {
	.qu-radio label i {
		display:flex
	}
}


.zero-pad {
	padding: 0px;
}

.ticket_summary > ul {
	padding-right: 0px !important;
}


div#divProductRequestFormCaptcha .form-group {
	text-align:center;
}

div#divProductRequestFormCaptcha .required-field:after {
	left: 5px;
}

div#divContentManagementMultiArticeTelerate .content-table {
	width: 100%;
}


.SMEs_finance_data li:hover:before {
	margin-left: 0px;
}

#btnProductCatalogFollowUp {
	width: 146px;
}

#divProductCatalogProductDetails .navigation_bar {
	margin-bottom: 16px;
}

#btnProductRequestSubmitTemplateForm {
  	min-width: 150px;
	  width: auto;
	  padding: 0px 10px;
	  margin-top: 16px;
}

.products-comparison-table {
	border: solid 1px;
}

#divProductComparisonAttributsTemplate > .row-group:first-child {
	border-bottom: 2px solid;
}

#divProductComparisonAttributsTemplate > .row-group:first-child > div {
	border-bottom: none;
}

input#DOPaymentAmountID {
	padding-left: 77px;
}

.caption {
	/*display: flex;
	justify-content: center;*/
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 32px;
}

/*@media (max-width: 767px) {
	.caption {
		padding-left: 32px;
	}
} */

.WidgetInstance_wginsProductGetOrderDetails_Default_Class .caption {
	padding-right: 0px;
}

div#divProductRequestFormCaptcha > div:nth-of-type(2) {
	text-align: center;
}


.Category_CreditCardsID .product_card, .Category_DepitCardsID .product_card, .Category_PrepaidCardsID .product_card {
	border: 1px solid;
}

#divSMEsMembershipMoreInfo .caption {
	padding-right: 0px !important;
}

#HRCaptchaScreen .page-content.row-group {
	display: block !important;
}



select#CRNBEInquiryID {
	margin-top: 0px;
}

textarea#CRNotesID {
	margin-top: 0px;
}

#divProductRequestFormCaptcha img#imgProductFormCaptchaImageRefresh {
	margin-top: 13px;
}

#divProductRequestFormCaptcha img#imgProductRequestFormCaptcha {
	margin-top: 14px;
	margin-bottom: 14px;
}




/*Product Card Special CSS for Responsive*/
@media only screen and (min-width: 468px) and (max-width: 730px) {
	.swiper-wrapper .product_card, .acc_product_card, .product-card-item {
		width: 400px !important;
		margin-left: auto;
		margin-right: auto;
	}

	#divProductCatalogueCompare {
		width: 400px !important;
		margin-left: auto;
		margin-right: auto;
	}

	.foregin_card_container .foregin_btn_container {
		width: 400px !important;
		margin: auto;
	}

	.latest_btn_container {
		width: calc(400px - 32px) !important;
		right: auto !important;
		margin: auto !important;
	}

	.loan_product_card .p_card_header .new_btn_container {
		width: 400px !important;
	}

	.SMEs_enterprise_card_img {
		width: 400px;
		margin-left: auto;
		margin-right: auto;
	}

	.others-btn-container {
		width: 400px;
		margin: auto;
	}

	.others-btn-container > div {
		width: 50% !important;
		margin-right: auto
	}
}
/*END OF SPEC*/

.font_bold {
	font-weight: bold
}

.Category_SMEsBankingServicesID #divProductCatalogCategoryMiddleContainer {
	margin-top: 12px
}


.FormBuilder .row-group {
	margin-top: 5px;
}

.news-rows .swiper-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.news-rows .swiper-slide {
	width: 33.333333%;
	margin-bottom: 20px;
	min-height: 363px;
	/* display: flex; */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

/* Mobile */
@media (min-width: 320px) {
	.news-rows .swiper-slide {
		width: 100%;
	}
}

/* Tablet */
@media (min-width: 767px) {
	.news-rows .swiper-slide {
		width: 50%;
	}
}

/* Laptop */
@media (min-width: 992px) {
	.news-rows .swiper-slide {
		width: 33.33%
	}
}

.check-your-order {
	padding-top: 16px;
	padding-bottom: 16px;
}

.check-your-order .caption {
	padding-right: 0px;
}

.products-comparison-table-col .btnProductCatalogOnlinePayment {
	margin: 8px auto 0px;
}

.products-comparison-table-col .btnProductCatalogApplyNow {
	margin: 8px auto 0px;
}

@media (max-width: 767px) {
	.SMEs_finance_data ul {
		padding: 0px !important;
	}
}

.check-section {
	padding-left: 0px;
}

.service-no {
	overflow:inherit;
}

.CRNBEInquiryID .required-field:after {
	left: 5px;
	top: -16px;
}
.CRNBEInquiryID {
	position: relative;
	padding: 0px 16px;
}
.CRNBEInquiryID {
	padding-right: 0px;
}

.dynamci_cir2 .tab-11 {
	width: 100%;
  float:none;
}


@media (max-width: 767px) {
	.Category_DonationID .sub_catagory_item > div:nth-child(1) > img {
		width: auto;
		height: 100%;
	}
}

@media (max-width: 400px) {
	.Category_DonationID .sub_catagory_item > div:nth-child(1) > img {
		width: 100%;
		height: auto;
	}
}

.product_details_data video {
	width: 100%;
	min-height: 220px;
}

.termsContent {
	display: none;
}

.agreeBtn {
	display: none;
}







.SMEs_portofolio {
	border-top: 2px solid;
	padding-top: 8px;
}

.SMEs_portofolio_boxs {
	margin-bottom: 40px;
}



.SMEs_portofolio_boxs div:first-child {
	height: 200px;
	position: relative;
	border-left: 10px solid;
}

.SMEs_portofolio_boxs div:last-child {
	height: 200px;
	position: relative;
	border-left: 10px solid;
}

.SMEs_portofolio_boxs .sub_title_line {
	position: absolute;
	bottom: 20px;
	right: 0;
}

.SMEs_portofolio_boxs h1 {
	position: absolute;
	font-size: 70px;
	bottom: 45px;
}

.SMEs_portofolio_boxs p {
	position: absolute;
	bottom: 0;
	font-size: 21px;
}

@media (min-width: 992px) and (max-width: 1230px) {
	.SMEs_portofolio_boxs .sub_title_line {
		bottom: 37px;
		left: 0;
	}

	.SMEs_portofolio_boxs h1 {
		font-size: 44px;
		bottom: 53px;
	}
}

.smes-contact-us {
	margin-bottom: 8px;
}


.SMEs_links {
	margin: 32px auto 32px;
}

.SMEs_links ul,
.cards_links ul {
	overflow: hidden;
	list-style: none;
}

.SMEs_links ul li:before,
.cards_links ul li:before {
	content: "•";
	font-size: 12px;
	padding: 0px 15px;
}

.SMEs_links ul li a:hover,
.cards_links ul li a:hover {
	cursor: pointer;
}


.SMEs_links ul li a {
	display: inline-block;
}

/* ## Start SMEs Login Screen ## */


@media (max-width:992px) {
	.smes_login_screen .page {
		width:45% !important;
	}
	.smes_login_screen .row-group .mob-12 button {
		line-height:10px;
	}
}

@media (max-width:580px) {
	.smes_login_screen .page {
		width:100% !important;
	}
	.smes_login_screen .row-group .mob-12 button {
		line-height:13px;
	}
}
.smes_login_screen .page {
	  padding-top: 25px;
    margin: 20px auto;
    width: 36%;
    border-radius: 5px;
    padding-bottom: 10px;
}

.smes_login_screen .row-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (max-width: 767px) {
	.smes_login_screen .row-group .mob-12,
	.smes_login_screen .row-group .mob-12 button,
	.smes_login_screen .row-group .mob-12 label {
		padding: 0px !important;
	}
}

.smes_login_screen .row-group .mob-12 button {
    	padding: 0px !important;
      line-height:13px;
      text-decoration: underline;
      font-size: 14px;
}
.smes_login_screen .row-group .mob-12 label {
	padding: 0px !important;
}

/* ## End SMEs Login Screen ## */

/* ## Start Apply for Button ## */

.smes-apply-for {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}

.smes-apply-for > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0px;
}

.smes-apply-for > div > button {
	width: 290px;
	border-radius: 0px;
	padding: 14px 59px;
	margin: 20px;
	text-align: left;
	-webkit-transition: all 0s !important;
	transition: all 0s !important;
}





.smes-apply-for > div > button > span:first-of-type {
	display: block;
	text-align: right;
	line-height: 13px;
	font-size: 13px;
}

.smes-apply-for > div > button > span:last-of-type {
	display: block;
	text-align: left;
	line-height: 13px;
	font-size: 13px;
}

.smes-apply-for > div > button > h1 {
	text-align: center;
}

.smes-apply-for > div > span {
	width: 1px;
	height: 90px;
}

@media (max-width: 767px) {
	.smes-apply-for > div {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.smes-apply-for > div > span {
		height: 40px;
		-webkit-transform: rotateZ(90deg);
		transform: rotateZ(90deg);
	}
}
/* ## End Apply for Button ## */



/* ## Information Accordion ## */


.accordion-contianer {
	padding-bottom: 30px;
}

@media (max-width: 767px) {
	.accordion-contianer {
		padding-left: 0px;
		padding-right: 0px;
	}
}

.info-accordion {
	font-weight: bold;
	font-size: 18px;
	cursor: pointer;
	padding: 5px;
	margin: 0px;
	margin-bottom: 7px;
	width: 100%;
	text-align: right;
	border-radius: 5px;
	outline: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	border: 1px solid;
}

.info-accordion:before {
	/* Unicode character for "plus" sign (+) */
	content: "<";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	font-size: 20px;
	font-weight: bold;
	float: right;
	margin-right: 15px;
	margin-left: 15px;
	font-family: fantasy;
}

.info-accordion.active:before {
	/* Unicode character for "minus" sign (-) */
	content: ">";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	font-weight: bold;
}

.info-accordion-panel {
	padding: 0px 18px;
	display: none;
	overflow: hidden;
	-webkit-transition: max-height 0.2s ease-out;
	transition: max-height 0.2s ease-out;
}

.info-accordion-panel p {
	font-weight: bold;
	font-size: 15px;
	margin: 8px 0px;
}

.info-accordion-panel p:before {
	content: "•";
	padding-right: 5px;
}

.info-accordion-panel span {
	padding: 5px 20px;
	display: block;
}



.SMEs_enterprise_card_img + div {
	height: auto !important;
	border-radius: 0px;
}

.Category_SMEsBankingServicesID .catagory_sub_products_item {
	padding-bottom: 16px !important;
}

.products-comparison-table-col img {
	width: 100%;
	margin-top: 10px;
}


.uploading {
	margin-right: 16px;
	float: right !important;
}

@media only screen and (max-width: 394px) {
	.foregin_card_container .foregin_body {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.foregin_card_container .foregin_body h4 {
		border-bottom: 0px !important;
	}

	.foregin_card_container .foregin_body_two {
		-webkit-box-pack: normal;
		-ms-flex-pack: normal;
		justify-content: normal;
	}

	.foregin_card_container .foregin_body_three .three_left {
		border-left: 0px !important;
	}

	.foregin_card_container .foregin_body_three {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.foregin_card_container .foregin_body_three .three_right h4 {
		text-align: right;
	}

	.foregin_card_container .foregin_body_two > div {
		margin-right: 16px;
	}

	.foregin_card_container .foregin_header h3 {
		text-align: right;
		padding-right: 16px;
	}

	.product_card > div:nth-child(2) > ul > li > label {
		text-align: right !important;
		
	}

	.foregin_card_container .foregin_body h5 .first {
		border-bottom: 0px !important;
		border-left: 1px solid black;
		margin-left: 8px;
		padding-left: 8px;
	}

	.foregin_card_container .foregin_body h5 {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row !important;
	}
}


@media only screen and (max-width: 767px) {


	.foreign-details-container .foreign-nested .first-section > div {
		width: 100%;
		margin-top: 16px;
	}
  
	.foreign-details-container .foreign-nested .second-box .second-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.foreign-details-container .foreign-nested .second-box .second-content .content-left {
		width: 100% !important;
	}

	.foreign-details-container .foreign-nested .second-box .second-content .content-right {
		width: 100% !important;
	}

	.foreign-details-container .foreign-nested .second-box .third-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.foreign-details-container .foreign-nested .second-box .third-box > div {
		width: 100% !important;
	}

	.foreign-details-container .foreign-nested .second-box .third-box .third-right-box {
		padding-right: 0px;
		margin-top: 32px;
	}
  .content-right {
	  margin-right: 0px !important;
    }

}


@media (max-width:991px) {
  #divProductComparisonAttributsImageAppend:nth-of-type(5){
      display:none;    
  }
}
@media (max-width:699px) {
  #divProductComparisonAttributsImageAppend:nth-of-type(4){
      display:none;    
  }
}
@media (max-width:550px) {
    .products-comparison-table-col>div {
        min-width: 33.3%;
        padding: 0px 10px;
    }
    .products-comparison-table h4,
    .products-comparison-table p {
        font-size:14px;
    }
    .products-comparison-table-col .btnProductCatalogOnlinePayment {
        width: 100%;
        font-size: 14px;
        padding: 0px 4px;
    }
}
.products-comparison-table span.font60 ,
.products-comparison-table span.font50 ,
.products-comparison-table span.font55 ,
.products-comparison-table span.font45 , 
.products-comparison-table span.font40 {
  font-size:30px !important;
  line-height:1.0;
}



.aman-table2 {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 16px;
	margin-top: 16px;
  border:1px solid;
}
.aman-table2 thead {
    font-weight:bold;
}
.aman-table2 td, .aman-table2 th {
	text-align: center;
	padding: 8px;
}
@media only screen and (max-width: 767px) {
	.aman-table2 {
		width: 100%;
		margin: 0 auto;
	}
}

/*## start Tool tap ##*/
/*.buttons-Cont {
  min-height: 88px;
}

.button-tooltip {
  position: relative;
}

.button-tooltip:hover:after {
  content: 'برجاء التسجيل / الدخول اولا من القائمة الجانبية';
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 200px;
  background-color: rgba(0,0,0,0.8);
  color: rgb(255,255,255);
  padding: 2px 5px;
  border-radius: 5px;
  line-height: 20px;
}*/
/*## end Tool tap ##*/

/* ## added by mina ## */
.ProductCatalogueProduct .acc_product_card,
.ProductCatalogueProduct .product_card {
    padding-bottom: 50px !important;
    height: 100% !important;
}

.ProductCatalogueProduct #divProductCatalogueCompare {
    height: auto;
}


.ProductCatalogueProduct .foregin_card_container .foregin_btn_container {
    bottom: 10px;
}

.ProductCatalogueProduct .latest_btn_container {
    bottom: 10px;
}

.ProductTypeID_SMEsBankingServicesID .product_card {
    height: auto !important;
}


.ProductCatalogueCategory .catagory_header {
    height: auto !important;
}

.ProductCatalogueCategory .module-header-swiper .swiper-slide img {
    width: 100% !Important;
    height: auto !Important;
}

@media screen and (max-width:730px) {
    .ProductCatalogueCategory .category-title-container {
        display: none;
    }
}
/* ## ended by mina ## */

/* ## Start SME's Tabs ## */

.SMEs_definition_tabs_container .tabs {
	border-bottom: 2px solid;
	padding-left: 0px !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	overflow: hidden;
}

.SMEs_definition_tabs_container .tabs li {
	-webkit-transform: translateX(70px);
	transform: translateX(70px);
	height: 53px;
}

.SMEs_definition_tabs_container .tabs li > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 200px;
	height: 53px; /* IE 9 */
	-webkit-transform: skewX(-50deg); /* Safari */
	transform: skewX(-50deg); /* Standard syntax */
	border-left: 1px solid;
}



.SMEs_definition_tabs_container .tabs li > div > span {
	display: inline-block; /* IE 9 */
	-webkit-transform: skewX(50deg); /* Safari */
	transform: skewX(50deg); /* Standard syntax */
	font-size: 16px;
}

@media (max-width: 768px) {
	.SMEs_definition_tabs_container .tabs li {
		-webkit-transform: translateX(52x) !important;
		transform: translateX(52px) !important;
		height: 33px !important;
	}

	.SMEs_definition_tabs_container .tabs li > div {
		width: 94px !important;
		height: 33px !important; /* IE 9 */
		-webkit-transform: skewX(-40deg) !important; /* Safari */
		transform: skewX(-40deg) !important; /* Standard syntax */
	}

	.SMEs_definition_tabs_container .tabs li > div > span { /* IE 9 */
		-webkit-transform: skewX(40deg); /* Safari */
		transform: skewX(40deg) !important; /* Standard syntax */
		font-size: 10px !important;
	}
}

.a-image img {
  vertical-align: middle;
  width: 18px;
}

/* ## END SME's Tabs ## */


/* ## Start Inner Custom Category CSS ## */

/* Start Category Card */

/*.sub_catagory_item > div:nth-child(1) {
	height: 207px;
	display: block;
	overflow: hidden;
	border-radius: 20px;
	margin: 0px 0px 16px 0px;
}

.sub_catagory_item > div:nth-child(1) > img {
	height: 100%;
	width: 100%;
}

.sub_catagory_item > div:nth-child(2) {
	padding: 0px 20px;
	margin: 0px 0px 66px 0px;
}

.sub_catagory_item > div:nth-child(2) > h3 {
	margin: 0px 0px 4px 0px;
}

.sub_catagory_item > div:nth-child(2) > p {
	margin: 0px;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.sub_catagory_item > div:nth-child(3) {
	padding: 0px 20px;
	text-align: left;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.sub_catagory_item > div:nth-child(3) > button {
	width: 50%;
	display: inline-block;
}*/
/* End Category Card */

/*mid and footer template advert*/

/*.mid_advert,
.footer_advert {
	padding: 0px;
}

.footer_advert .banner img {
	display: block !important;
	min-height: 400px;
}*/

/* Start Help Section */

/*.help-section {
	margin-bottom: 0px;
}


.help-section > div > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 60px 80px
}

.help-section > div > div > div:first-child {
	padding-left: 60px;
}

.help-section > div > div > div:last-child {
	padding-right: 60px;
}

.help-section > div > div > div > span {
	display: block;
	font-size: 20px;
	padding-bottom: 20px;
}

.help-section > div > div > div > span:last-of-type {
	padding-bottom: 0px;
}

.help-section > div > div > div > button {
	padding: 10px 60px;
	margin-bottom: 20px;
	font-size: 30px;
}

.help-section > div > div > div:first-child > span:first-child {
	font-size: 40px;
	line-height: 40px;
	padding-bottom: 5px;
}

.help-section > div > div > div:first-child > span:last-child {
	text-transform: uppercase;
	font-size: 100px;
	line-height: 100px;
}

.help-section > div > div > div:last-child > span:first-child {
	font-size: 30px;
}

.help-section > div > div > div:first-child {
	text-align: left;
	border-left: 3px solid;
}

.help-section > div > div > div:last-child {
	text-align: right;
}

@media (max-width: 768px) {
	.help-section > div > div > div:first-child {
		border-left: none;
		padding-bottom: 30px;
		text-align: center;
		padding-left: 16px;
	}

	.help-section > div > div {
		padding: 60px 0px
	}

	.help-section > div > div > div > button {
		width: 211px;
		margin: auto;
		margin-bottom: 10px;
	}

	.help-section > div > div > div:last-child {
		text-align: center;
	}
}*/

/* End Help Section */



/* Start Analyze Section */

/*.analyze-section {
	margin-bottom: 50px;
}

.analyze-section .mob-12,
.analyze-section .tab-4 {
	padding-left: 0px;
	padding-right: 0px;
}

.analyze-section > div > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 60px 0px
}

.analyze-section > div > div > div:first-child {
	padding-bottom: 40px;
}

.analyze-section > div > div > div:nth-child(2) {
	border-left: 3px solid;
	padding-right: 90px;
}

.analyze-section > div > div > div > span:last-of-type {
	padding-bottom: 0px;
}

.analyze-section > div > div > div > button {
	padding: 10px 60px;
	margin-bottom: 20px;
	font-size: 30px;
}

.analyze-section > div > div > div:first-child > span {
	font-size: 40px;
	line-height: 40px;
	font-weight: bold;
}

.analyze-section > div > div > div:nth-child(2) > span {
	display: block;
	font-size: 35px;
	line-height: 35px;
}

.analyze-section > div > div > div:nth-child(2) > span:nth-child(2) {
	font-size: 86px;
	line-height: 86px;
	text-transform: uppercase;
}

.icons-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.icons-container > div > span:first-child {
	display: block;
	font-size: 28px;
	line-height: 28px;
	text-transform: capitalize;
	text-align: center;
}

.icons-container > div > span:last-child {
	padding: 0px 54px;
	margin: 30px 0px;
	display: block;
	border-left: 1px solid;
}

.icons-container > div:last-child > span:last-child {
	border-left: none;
}

.icons-container > div > span > img {
	width: 53px;
	height: 53px;
}

.analyze-section > div > div > div:last-child > button {
	margin: auto;
}

@media (max-width: 768px) {
	.analyze-section > div > div {
		padding: 60px 20px
	}

	.analyze-section > div > div > div:first-child > span {
		font-size: 31px;
		line-height: 31px;
	}

	.analyze-section > div > div > div:nth-child(2) > span {
		font-size: 24px;
		line-height: 24px;
	}

	.analyze-section > div > div > div:nth-child(2) > span:nth-child(2) {
		font-size: 50px;
		line-height: 50px;
	}

	.analyze-section > div > div > div:nth-child(2) {
		border-left: none;
		padding-right: 20%;
	}

	.analyze-section > div > div > div:last-child {
		padding-top: 50px;
	}

	.icons-container > div > span:last-child {
		border-left: none;
		text-align: center;
	}
}*/

/* End Analyze Section */




/*#### sTART Icon Card AR#####*/

/*.card-benefits > div > div {
	padding: 70px 0px;
}
.card-advrt-title {
	text-align: center;
	padding-bottom: 30px;
}

.card-advrt-title > span {
	font-size: 32px;
	line-height: 45px;
	padding: 0px 20px 13px;
}

.card-advrt-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
}

@media (max-width: 767px) {
	.card-advrt-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.sub_catagory_item > div:nth-child(1) {
		text-align: center;
	}

	.payment_landing #GoToProductDetails, #btnPaymentSummeryPrevious {
		margin-bottom: 16px;
	}
}

#divPaymentSummaryPaymentMethodRadioButtons > div {
	padding-top: 12px;
}

.card-advrt-content > div {
	padding: 16px;
}

.card-advrt-content img {
	width: 60px;
	margin: 0px;
	padding-bottom: 30px
}

.card-advrt-content h3 {
	text-align: center;
	margin: 0px;
	padding-bottom: 30px;
	text-transform: capitalize;
}

.card-advrt-content p {
	text-align: center;
	margin: 0px;
	padding-bottom: 15px;
	text-transform: capitalize;
}

.card-advrt-content button {
	margin: 0px;
	margin: auto;
}

.double-row-swiper .swiper-slide {
	padding: 16px;
}

.cards_links {
	padding: 30px 16px;
}

.content-container {
	padding-bottom: 32px;
}*/

/*### Btn slide Down AR #####*/

/*Apply Now btn*/

/*.buttons-Cont .btnProductCatalogApplyNow {
	margin-top: 32px;
	display: inline-block;
	line-height: 36px;
	border-radius: 10px;
	padding: 0px 30px;
	font-size: 16px;
}*/





/* ## Start Banner Ads AR ## */

/*.banner {
	position: relative;
	border: 1px solid;
}

.banner > h2 {
	position: absolute;
	top: 62px;
	right: 56px;
	font-size: 36px;
}

.banner > button {
	position: absolute;
	bottom: 44px;
	right: 103px;
	padding: 10px 38px;
	font-size: 25px;
}

@media (max-width: 1400px) {
	.banner > h2 {
		top: 39px;
		font-size: 30px;
	}

	.banner > button {
		bottom: 9px;
		left: 97px;
	}
}

@media (max-width: 1024px) {
	.banner > h2 {
		top: 31px;
	}

	.banner > button {
		bottom: 2px;
		left: 61px;
	}
}

@media (max-width: 992px) {
	.banner > h2 {
		position: absolute;
		top: 20px;
		left: 56px;
		font-size: 20px;
	}

	.banner > button {
		position: absolute;
		bottom: 4px;
		left: 52px;
		padding: 5px 19px;
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.banner > h2 {
		position: relative;
		top: 0;
		left: 0;
		font-size: 17px;
		padding: 16px;
		text-align: left;
		right: 0;
		float: left;
	}

	.banner > button {
		position: static;
		bottom: 0;
		left: 0;
		padding: 5px 23px;
		font-size: 16px;
		margin: 5px 23px;
		float: left;
		text-align: right;
	}
}

.banner_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 32px;
	padding-bottom: 32px;
}

.banner_container .banner_left {
	padding-left: 32px;
	border-left: 1px solid;
	padding-left: 16px;
}

.banner_container .banner_right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-right: 32px;
}*/

/* ## End Banner Ads ## */









/*#### Start Offer AR ####*/
/*flipping card*/


/*.offers-interests {
	margin-top: 16px;
}

.offer-image {
	margin-bottom: 5px;
	float: right;
	padding: 16px;
	border-radius: 10px;
}

@media (max-width: 992px) {
	.offer-image {
		width: 67px;
	}
}


.small li:before {
	width: 15px;
	height: 15px;
}

.other_products + hr {
	width: 100%;
	border: none;
	height: 2px;
}*/

/*####  Start Merchant AR ####*/
/* Start Merchant CSS */


/*.merchant-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.single-merchant {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 16px;
	margin: 10px;
	border: 1px solid;
	-webkit-transition: -webkit-box-shadow .2s ease-in-out;
	transition: -webkit-box-shadow .2s ease-in-out;
	transition: box-shadow .2s ease-in-out;
	transition: box-shadow .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
}

.merchant-logo {
	width: 100px;
	height: auto;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.merchant-logo > img {
	width: 100%;
	height: 100%;
}

.single-merchant > span {
	padding: 10px 0px;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}

@media (min-width: 320px) {
	.single-merchant {
		width: calc(50% - 20px);
	}
}

@media (min-width: 767px) {
	.single-merchant {
		width: calc(33.33% - 20px);
	}
}

@media (min-width: 992px) {
	.single-merchant {
		width: calc(25% - 20px);
	}
}

@media (min-width: 1200px) {
	.single-merchant {
		width: calc(20% - 20px);
	}
}*/

/* End Merchant CSS */




/* #### Start Contac us AR ####*/

/*.smes-contact-us {
	margin-top: 8px;
}

.smes-contact-us > div > div {
	padding: 16px 0px;
}

.smes-advrt-title {
	text-align: center;
	padding-bottom: 30px;
}

.smes-advrt-title > span {
	font-size: 40px;
	line-height: 40px;
	font-weight: bold;
	padding: 0px 20px 13px;
	border-bottom: 1px solid;
}

.smes-advrt-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
}

@media (max-width: 767px) {
	.smes-advrt-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.smes-advrt-content > div {
	padding: 16px;
}

.smes-advrt-content img {
	width: 60px;
	margin: 0px;
	padding-bottom: 10px
}

.smes-advrt-content h2 {
	text-align: center;
	margin: 0px;
	padding-bottom: 15px;
	text-transform: capitalize;
}

.smes-advrt-content p {
	text-align: center;
	margin: 0px;
	padding-bottom: 15px;
	text-transform: capitalize;
	font-size: 18px;
}

.smes-advrt-content hr {
	width: 30%;
	margin-bottom: 20px;
}

.smes-advrt-content button {
	margin: 0px;
	margin: auto;
}*/




/*#### Start SMES definition AR ####*/


/*.SMEs_definition_contentbox {
	padding: 32px 16px 32px 90px;
	position: relative;
}

.SMEs_definition_contentbox:nth-of-type(2):before {
	content: "";
	width: 2px;
	height: 70px;
	display: inline-block;
	position: absolute;
	right: 0px;
	padding: 0px;
	margin: 0px;
	bottom: 32px;
}

@media (max-width:768px) {
	.SMEs_definition_contentbox:nth-of-type(2):before {
		width: 0px;
	}
}

.SMEs_definition_contentbox:nth-of-type(3) h3, .SMEs_definition_contentbox:nth-of-type(3) p {
	display: inline-block;
}

.SMEs_definition_contentbox p {
	font-size: 16px;
	margin-top: 24px;
}


.SMEs_definition_contentbox p b {
	font-size: 35px;
}

.SMEs_definition_contentbox p span {
	font-size: 20px;
}

.SMEs_definition_tabs_container {
	padding-top: 16px;
}

@media (max-width: 992px) {
	.SMEs_definition_contentbox {
		padding: 16px;
		text-align: center;
	}

	.SMEs_definition_contentbox * {
		text-align: center;
	}


	.SMEs_definition_contentbox p {
		margin-top: 9px;
	}
}


hr.sub_title_line.horizontal_line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
hr.horizontal_line {
	width: 50%;
	margin: 0px auto;
	margin-bottom: 20px;
}

.catagory_header .row-group button {
	margin-top: 20px;
}*/



/* ## End Inner Custom Category CSS ## */




/* ## Start Inner Custom Product CSS ## */

/* Start Product Card */

/*.catagory_sub_products_item.swiper-slide > div {
	width: 100%;
}

.product-card-item {
	border: 1px solid;
	overflow: hidden;
	border-radius: 10px;
	height: 100% !important;
}*/

/*.product_card {*/
	/*height: 100% !important;*/
	/*border: 1px solid gray;*/
	/*padding: 0px;
	border-radius: 10px;
}*/

/*.product_card > div:nth-child(1) {*/
	/*height: 140px;*/
	/*display: block;
	overflow: hidden;
	border-radius: 5px;
}*/

/*.product_card > div:nth-child(1) > img {
	width: 100%;
	height: auto;
	display: block;
}

.product_card > div:nth-child(2) {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.product_card > div:nth-child(2) > h3 {
	margin: 0px 0px 4px 0px;
	word-wrap: break-word;
}

.product_card > div:nth-child(2) > p {
	margin: 0px 0px 16px 0px;
	padding-bottom: 0px !important;
	min-height: 43px;
	max-height: 43px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	display: -webkit-box;
	-o-ellipsis-lastline: 2;
	-webkit-line-clamp: 2;
	-moz-line-clamp: 2;
	-webkit-box-orient: vertical;
	-ms-box-orient: vertical;
	box-orient: vertical;
}

.product_card > div:nth-child(2) > span > ul {
	margin: 0px 0px 16px 0px;
	padding: 0px 16px 0px 16px;
	margin-right: 0px !important;
}

.product_card > div:nth-child(2) > span > ul > li {
	font-size: 12px;
	text-align: justify;
	line-height: 20px;
	margin-bottom: 8px;
}

.product_card > div:nth-child(2) > span > ul > li:last-child {
	margin-bottom: 0px;
}

.product_card > div:nth-child(2) > ul {
	margin: 0px 0px 16px 0px;
	padding: 0px !important;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 80px;
}

.product_card > div:nth-child(2) > ul > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	width: 100%;
	padding: 0px 4px;
}

.product_card > div:nth-child(2) > ul > li:nth-child(1) {
	border-left: 1px solid;
}

.product_card > div:nth-child(2) > ul > li > label {
	font-size: 13px;
}

.product_card > div:nth-child(2) > ul > li > span {
	text-align: right;
	font-size: 24px;
	font-weight: bold;
	word-spacing: 5px;
	margin-right: 8px;
}


.card_header_cont {
	margin: 0px -16px;
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
	margin-bottom: 8px;
}


.card_header_cont h3 {
	margin: 8px 0;
	text-align: center;
}

.product_card > div:nth-child(2) > div {
	padding: 0px 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: flex-end;
}

.product_card > div:nth-child(2) > div > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	width: 100%;
}

.product_card > div:nth-child(2) > div > div:nth-child(1) {
	padding-left: 4px;
}

.product_card > div:nth-child(2) > div > div:nth-child(2) {
	padding-right: 4px;
}

.product_card > div:nth-child(3) {
	margin: 0px -16px -16px -16px;
	padding: 8px 16px;
	text-align: right;
	border-radius: 0 0 10px 10px;
}

.product_card > div:nth-child(3) > label {
	text-align: right;
	margin: 0px;
}

.product_card > div:nth-child(3) label > input[type=checkbox] {
	margin-right: 5px;
}

.product_card > div:nth-child(3) label > input[type=checkbox]:checked {
	margin-right: 5px;
}*/

/*BTN POSITION ABSLUT*/
/*.FormBuilderCategory .latest_btn_container {
	left: 16px;
}


.acc_product_card, .product_card {
	padding-bottom: 75px !important;
	border: 1px solid;
	overflow: hidden;
}

.latest_btn_container {
	position: absolute;
	width: calc(100% - 32px);
	bottom: 25px;
	padding: 0px 16px !important;
    right:16px;
}

.latest_btn_container button {
	padding: 0px !important;
}

.Category_EgyptionFoodBankID .product_card, .Category_MaserElkhairID .product_card, .Category_SondokTahiyaMaserID .product_card {
	padding: 0;
}

.Category_EgyptionFoodBankID .product_card > div:nth-child(2), .Category_MaserElkhairID .product_card > div:nth-child(2), .Category_SondokTahiyaMaserID .product_card > div:nth-child(2) {
	padding: 16px;
}


.Category_EgyptionFoodBankID .product_card > div:nth-child(1), .Category_MaserElkhairID .product_card > div:nth-child(1), .Category_MaserElkhairID .product_card > div:nth-child(1) {
	border-radius: 5px 5px 0 0;
}

@media only screen and (max-width: 768px) {
	.category-title-container {
		right: 0%;
	}
}

#divProductCatalogueCompare {

	border-radius: 10px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	margin-top: -7px;
	padding: 3px 16px;
	display: flex;
	align-items: flex-end;
    border: 1px solid;
    border-top: 0px;
}



.Comparison_bar {
	padding: 16px 0px;
	border-radius: 10px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.Comparison_bar > div:first-child {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.Comparison_bar > div > p {
	margin: 0px;
	word-spacing: 4px;
}

.Comparison_bar > div > button {
	width: 100%;
	margin: 0px;
}


#divProductComparisonAttributsTemplate > .row-group:first-child {
	border-bottom: 2px solid;
}


.products-comparison-table-col > div {
	border-right: 1px solid;
}

.products-comparison-table-col > div:first-child h4 {
	font-weight: bold;
}*/

/*Accounts Product Card*/
/*.acc_product_card {
	padding: 16px;
	border-radius: 10px;
	height: inherit !important;
	border: 1px solid;
}

.acc_product_card > div:nth-child(1) {
	display: block;
	overflow: hidden;
	border-radius: 5px;
	margin: -16px -16px -8px -16px;
}

.acc_product_card > div:nth-child(1) > img {
	width: 100%;
	height: auto;
	display: block;
}

.acc_product_card > div:nth-child(2) {
}

.acc_product_card > div:nth-child(2) > h3 {
	text-align: center;
	margin: -5px -16px 8px -16px;
	padding: 8px 16px;
}

.acc_product_card > div:nth-child(2) > p {
	margin: 0px 0px 16px 0px;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-o-ellipsis-lastline: 3;
	-moz-line-clamp: 3;
	-ms-box-orient: vertical;
	box-orient: vertical;
	min-height: 60px;
}

.acc_product_card > div:nth-child(2) > span > ul {
	margin: 0px 0px 8px 0px;*/
	/*padding: 0px 16px 0px 0px;*/
/*}*/

/*.acc_product_card > div:nth-child(2) > span > ul > li {
	font-size: 12px;
	text-align: justify;
	line-height: 20px;
}

.acc_product_card > div:nth-child(2) > span > ul > li:last-child {
	margin-bottom: 0px;
}

.acc_product_card > div:nth-child(2) > ul {
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 8px 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid;
}

.acc_product_card > div:nth-child(2) > ul > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: distribute;
	-webkit-box-pack: center;
	justify-content: center;
	width: 100%;
	padding: 0px 4px;
}

.acc_product_card > div:nth-child(2) > ul > li > label {
	font-size: 16px;
	text-align: center
}

.acc_product_card > div:nth-child(2) > ul > li > span {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	line-height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.acc_product_card > div:nth-child(2) > ul > li > span > span {
	padding: 0px 6px;
}

.acc_product_card > div:nth-child(2) > div {
	padding: 0px 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: flex-end;
	margin: 0px -16px 8px;
	left: auto;
  right:auto;
}

.acc_product_card > div:nth-child(2) > div > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	width: 100%;
}

.acc_product_card > div:nth-child(2) > div > div:nth-child(1) {
	padding-left: 4px;
}

.acc_product_card > div:nth-child(2) > div > div:nth-child(2) {
	padding-right: 4px;
}

.acc_product_card > div:nth-child(2) > div > div > button {
	margin: 0px;
}

.acc_product_card > div:nth-child(3) {
	margin: 0px -16px -16px -16px;
	padding: 8px 16px;
	text-align: right;
	border-radius: 0 0 10px 10px;
}

.acc_product_card > div:nth-child(3) > label {
	text-align: right;
	margin: 0px;
}

.acc_product_card > div:nth-child(3) label > input[type=checkbox] {
	float: none;
	margin: 0px 4px 0px 0px;
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
}*/
/*Accounts Product Card*/

/*.other_products {
	display: inline-block;
	width: auto;
	padding: 5px 10px 5px 20px;
	position: relative;
	margin-bottom: 0px;
	border-radius: 20px 0px 0px 0px;
}

.others_new_style_container .others_nested {
	padding: 0;
	border: 1px solid;
	border-radius: 10px;
	height: 100% !important;
}

.others_new_style_container .others_nested .others_img_container {
	border-radius: 10px;
	margin: 0px;
	padding: 0px !important;
}

.others_new_style_container .others_nested .others_body h3 {
	text-align: center;
	padding: 8px 0;
	font-size: 18px;
}

.others_new_style_container .others_nested .others_body p {
	padding: 16px;
	text-align: justify;
	max-height: 55px;
}

.others_new_style_container .others_nested .others_body .others_body_content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;*/
	/*margin-bottom: 76px;*/
	/*margin-top: 10px;
}*/

/*.marg-top {
	margin-top: 16px;
}
.others_new_style_container div.others_nested {
  padding:0px !important;
}
.others-btn-container {
	position: static
	bottom: -1px;
	left: 0;
	right: 0;
	width: 100%;
	padding: 16x !important;
  margin-top:16px !important;
}

.others_new_style_container .others_nested .others_body .others_body_content .body_content_left {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
  flex-wrap:wrap;
  flex-direction:row;
	align-items: center;*/
	/*border-right: 1px solid gray;*/
	/*border-left: 1px solid;
}*/

/*.others_new_style_container .others_nested .others_body .center > div:last-of-type {
	border: 0px;
}

.others_new_style_container .others_nested .others_body .others_body_content .body_content_left .number {
	font-size: 26px;
	font-weight: bold;
}

.others_new_style_container .others_nested .others_body .others_body_content .body_content_left .number .number-kind {
	font-size: 12px;
}

.others_new_style_container .others_nested .others_body .others_body_content .body_content_right {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  flex-wrap:wrap;
  flex-direction:row;
}

.others_new_style_container .others_nested .others_body .others_body_content .body_content_right .number {
	font-size: 25px;
	font-weight: bold;
	line-height: 26px;
}
.body_content_right .number {
  text-align:center;
width:100%
}
.others_new_style_container .others_nested .others_body .others_body_content .body_content_right .number .number-time {
	font-size: 12px;
}*/

/*This styles for Saving local accounts */

/*.others_new_style_container .others_nested .others_body .center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.others_new_style_container .others_nested .others_body .others_body_content .one_box {
	border-right: 0px;
	border-left: 0px;
	width: 100%;
	margin-top: 32px;
}

.others_new_style_container .others_nested .others_body .others_body_content .one_box h4 {
	width: 80%;
	text-align: center;
}*/

/*This style for cards otherlayout desgin card */

/*.others_new_style_container .others_nested .others_body .cards_header {
	text-align: right;
	padding-left: 16px;
}

.others_new_style_container .others_nested .others_body .cards_text {
	padding-top: 0px;
	margin-bottom: 56px;
}*/


/* this style for deposits edition */

/*.others_new_style_container .others_nested .others_body .others_body_content .body_content_left .center_text {
	text-align: center;
}

.others_new_style_container .others_nested .others_body .others_body_content .body_content_right .center_number {
	text-align: center;
}

.foregin_card_container {
	padding-right: 0px !important;
	padding-left: 0px !important;
	padding-top: 0px !important;
	border: 1px solid;
	border-radius: 10px !important;
	height: inherit !important;
}

.foregin_card_container .foregin_img_container {
	padding: 0px !important;
}

.foregin_card_container .foregin_img_container img {
	border-radius: 10px 10px 0px 0px;
	display: block;
}

.foregin_card_container .foregin_header {
}

.foregin_card_container .foregin_header h3 {
	text-align: center;
	padding: 16px 5px;
	-webkit-line-clamp: unset !important;
	-moz-line-clamp: unset !important;
}

.foregin_card_container .foregin_body {
	width: 100%;
	border-radius: 0px !important;
	margin: 0px !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: right !important;
	padding: 0px 16px;
	margin-bottom: 20px !important;
}

.foregin_card_container .foregin_body h4 {
	margin: 0px !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid;
}

.foregin_card_container .foregin_body h2 {
	margin: 0px !important;
}

.foregin_card_container .foregin_body h5 {
	margin: 0px !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center !important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.foregin_card_container .foregin_body h5 .first {
	border-bottom: 1px solid;
}

.foregin_card_container .foregin_body_two {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0px 16px;
	margin-bottom: 20px;
}

.foregin_card_container .foregin_body_two > h4 {
	padding-top: 8px;
}

.foregin_card_container .foregin_body_two > div {
	width: 42%;
}

.foregin_card_container .foregin_body_two div h2 {
	display: inline;
}

.foregin_card_container .foregin_body_two div h4 {
	display: inline;
}

.foregin_card_container .foregin_body_three {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0px;
	margin-top: 16px;
	padding-bottom: 32px;
	padding: 0px 16px;
}

.foregin_card_container .foregin_body_three .three_left {
	width: 46%;
	border-left: 1px solid;
	padding-left: 6px;
}

.foregin_card_container .foregin_body_three .three_left h4 {
	text-align: right;
}


.foregin_card_container .foregin_body_three .three_left span {
	display: block;
	text-align: right;
}

.foregin_card_container .foregin_body_three .three_right {
	width: 50%;
}

.foregin_card_container .foregin_body_three .three_right p {
	font-weight: bold;
	text-align: center;
}

.al-center {
	text-align: center;
}

.foregin_card_container .foregin_body_three .three_right h4 {
	text-align: right;
}

.foregin_card_container .foregin_body_three .three_right span {
	text-align: center;
}

.foregin_card_container .foregin_btn_container {
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding: 0px 16px;
	position: absolute;
	bottom: 35px;
	right: 0;
	left: 0;
}

.foregin_card_container .foregin_btn_container .btn_left {
	width: 50%;
}

.foregin_card_container .foregin_btn_container .btn_left button {
	display: block;
	width: 80%;
	margin: auto;
	border: 1px solid;
	font-weight: bold;
}

.foregin_card_container .foregin_btn_container .btn_right {
	width: 50%;
}

.foregin_card_container .foregin_btn_container .btn_right button {
	display: block;
	width: 80%;
	margin: auto;
	border: 1px solid;
	font-weight: bold;
}

@media only screen and (max-width: 776px) {
	.foregin_card_container .foregin_body {
	}

	.foregin_card_container .foregin_body h5 span {
		text-align: right;
	}

	.foregin_card_container .foregin_body_two {
	}

	.foregin_card_container .foregin_body_three {
	}

	.foregin_card_container .foregin_body_three .three_left {
		margin-bottom: 16px;
		border-right: 0px;
		width: 100%;
		margin-left: 16px;
		padding-left: 5px;
	}

	.foregin_card_container .foregin_body_three .three_right {
		width: 100%;
	}
}


.foregin_card_container .foregin_body h2 {
	margin: 0px !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-right: 8px;
}

.foregin_card_container .foregin_body .under-number {
	font-size: 14px;
}

.loan-banner {
	text-align: center;
	padding: 16px 0;
}

.others_new_style_container .others_nested .others_img_container img {
	display: block;
	border-radius: 0px;
}

.loan-banner h4, .loan-banner h2 {
	display: inline-block;
}

.loan_product_card {*/
	/*height: auto !important;*/
	/*display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}*/

    /*.loan_product_card .p_card_header {
        padding: 16px;
        padding-top: 0px;
    }

.loan_product_card > .p_card_header > h3 {
	padding-top: 16px;
	text-align: center;
	font-size: 17px;
}*/

/*.loan_product_card .p_card_img_container {*/
	/* margin: -16px -16px 0px -16px !important; */
	/*padding: 0px !important;
}*/

/*.loan_product_card .p_card_header hr {
	width: 50%;
	margin: auto;
}

.loan_product_card .p_card_header .min_loan {
	display: block;
	padding-bottom: 16px;
}

.loan_product_card .p_card_header .min_loan h3 {
	text-align: center;
}

.loan_product_card .p_card_header .min_loan h4 {
	text-align: center;
	margin-top: -10px;
}

.loan_product_card .p_card_header .sec_loan {
	width: 90%;
	margin: auto;
}

.loan_product_card .p_card_header .sec_loan .sec_loan_left {
	border-left: 1px solid;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.loan_product_card .p_card_header .sec_loan .sec_loan_left h3 {
	text-align: center;
	margin-right: 8px;
}

.loan_product_card .p_card_header .sec_loan .sec_loan_right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.loan_product_card .p_card_header .sec_loan .sec_loan_right h3 {
	text-align: center;
}

.loan_product_card .p_card_header .sec_loan .sec_loan_right h3 span {
	font-size: 14px;
}

.loan_product_card .p_card_header .sec_loan .sec_loan_right h5 {
	text-align: center;
	margin-top: -16px;
}

.loan_product_card .p_card_header > .third_loan {
	display: block;
	padding: 0px 16px;
}

.loan_product_card .p_card_header .new_btn_container {
	padding: 0px 16px;
	position: absolute;
	width: calc(100% - 32px);
	bottom: 8px;
}


.loan_product_card .new_btn_container .btn_transparent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.loan_product_card .new_btn_container .btn_transparent:after {
	content: '>';
	font-family: arial;
	padding-right: 5px;
}

@media (max-width: 768px) {
	.catagory_header .section {
		width: 100%;
	}
}


.products-comparison-table-col > div {
	border-right: 1px solid;
	border-bottom: 1px solid;
}*/

/*DONT TOUCH SOME OF PRODUCT CARD STYLE*/

/*.product_card .padding-16 ul li span {
	text-align: center !important;
	line-height: 25px;
}

.product_card .padding-16 span ul {
	padding-right: 0px !important;
}

img[src="../../AssetsManager/ProductCatalog/header_img_25.jpg"] {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}


.acc_product_card ul.gray_bullet {
	padding-left: 30px !important;
}


.product_card img[src=''] {
	height: 0px !important;
}

.acc_product_card img[src=''] {
	height: 0px !important;
}

.deposits-card-list.gold_bullet li {
	float: right !important;
}


.SMEs_enterprise_card_img + div {
	height: auto !important;
	border-radius: 0px;
}

.Category_SMEsBankingServicesID .catagory_sub_products_item {
	padding-bottom: 16px !important;
}

.products-comparison-table-col img {
	width: 100%;
	margin-top: 10px;
}

#CRMobileNumberID,
#CRHomeNumberID {
	direction: ltr;
}

@media (max-width: 768px) {
	.data_points ul {
		padding-left: 30px !important;
	}
}


.Category_CreditCardsID .product_card, .Category_DepitCardsID .product_card, .Category_PrepaidCardsID .product_card {
	padding: 0;
}


.Category_UsDollarCatID .product_card > div:nth-child(2) > ul > li > span p {
	margin-top: 10px;
}

.product_card > div:nth-child(2) > ul > li {
	margin-top: 10px;
}


.Category_SalaryOrInstallmentLoansCatID .product_card {
	padding: 0;
}

.uploading {
	margin-right: 16px;
	float: right !important;
}

@media only screen and (max-width: 394px) {
	.foregin_card_container .foregin_body {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.foregin_card_container .foregin_body h4 {
		border-bottom: 0px !important;
	}

	.foregin_card_container .foregin_body_two {
		-webkit-box-pack: normal;
		-ms-flex-pack: normal;
		justify-content: normal;
	}

	.foregin_card_container .foregin_body_three .three_left {
		border-left: 0px !important;
	}

	.foregin_card_container .foregin_body_three {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.foregin_card_container .foregin_body_three .three_right h4 {
		text-align: right;
	}

	.foregin_card_container .foregin_body_two > div {
		margin-right: 16px;
	}

	.foregin_card_container .foregin_header h3 {
		text-align: right;
		padding-right: 16px;
	}

	.product_card > div:nth-child(2) > ul > li > label {
		text-align: right !important;
		;
	}

	.foregin_card_container .foregin_body h5 .first {
		border-bottom: 0px !important;
		border-left: 1px solid black;
		margin-left: 8px;
		padding-left: 8px;
	}

	.foregin_card_container .foregin_body h5 {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.product_card .product-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.product_card ul div h4 {
	margin-right: -16px;
}


.depositscard .product_card {
	padding: 0;
	border-radius: 10px;
	height: 100% !important;
	border: 1px solid;
}

.depositscard .product_card > div:nth-child(1) {*/
	/*height: 140px;*/
	/*display: grid;
	overflow: hidden;
	border-radius: 5px;
	margin: 0px 0px 0px 0px;
	padding: 0;
	height: auto;
}*/

/*.depositscard .product_card > div:nth-child(1) > img {
	width: 100%;
	height: auto;
	display: block;
}

.depositscard .product_card > div:nth-child(2) {
	padding: 0 16px;
}

.depositscard .product_card > div:nth-child(2) > h3 {
	margin: 0px 0px 4px 0px;
	margin: -24px -16px 8px -16px;
	padding: 8px;
	text-align: center;
}

.depositscard .depositscard .product_card > div:nth-child(2) > p {
	margin: 0px 0px 16px 0px;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-o-ellipsis-lastline: 3;
	-moz-line-clamp: 3;
	-ms-box-orient: vertical;
	box-orient: vertical;
	min-height: 60px;
}

.depositscard .product_card > div:nth-child(2) > span > ul {
	margin: 0px 0px 16px 0px;
	padding: 0px 0px 0px 17px;
}

.depositscard .product_card > div:nth-child(2) > span > ul > li {
	font-size: 12px;
	text-align: justify;
	line-height: 20px;
	margin-bottom: 8px;
}

.depositscard .product_card > div:nth-child(2) > span > ul > li:last-child {
	margin-bottom: 0px;
}

.depositscard .product_card > div:nth-child(2) > ul {
	margin: 0px 0px 16px 0px;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 0;
}

.depositscard .product_card > div:nth-child(2) > ul > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	width: 100%;
	border-left: 1px solid;
	padding: 0px 4px;
	border-right: 0px;*/
	/* border-left: 1px; */
	/*border-left: 0px;
}*/

/*.depositscard .product_card > div:nth-child(2) > ul > li:nth-child(1) {
	border-left: 1px solid;
	border-left: 0px;
}

.depositscard .product_card > div:nth-child(2) > ul > li > label {
	font-size: 13px;
	text-align: center;
}

.depositscard .product_card > div:nth-child(2) > ul > li > span {
	text-align: right;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	font-size: 38px;
	margin: 8px 0;
}

.depositscard .product_card > div:nth-child(2) > div {
	padding: 0px 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: flex-end;
	margin: 0px -16px;
	left: auto;
  right:auto
}

.depositscard .product_card > div:nth-child(2) > div > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	width: 100%;
}

.depositscard .product_card > div:nth-child(2) > div > div:nth-child(1) {
	padding-right: 4px;
}

.depositscard .product_card > div:nth-child(2) > div > div:nth-child(2) {
	padding-left: 4px;
}

.depositscard .product_card > div:nth-child(3) {
	margin: 0px -16px -16px -16px;
	padding: 8px 16px;
	text-align: right;
	border-radius: 0 0 10px 10px;
}

.depositscard .product_card > div:nth-child(3) > label {
	text-align: right;
	margin: 0px;
}

.depositscard .product_card > div:nth-child(3) label > input[type=checkbox] {
	float: none;
	margin: 0px 4px 0px 0px;
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
}

.card-apply-now {
	padding-bottom: 30px;
	text-align: center;
}

.card-apply-now > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.card-apply-now > div > button {
	border-radius: 0px;
	padding: 5px 65px;
	margin: 0px;
}

.card-apply-now > div > button > h3 {
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px solid;
	margin: 0px;
}

.card-apply-now > div > button > span {
	font-size: 16px;
}

.card-benefits > div > div {
	padding: 70px 0px;
}


.deposits-card-list li {
	display: list-item !important;
	width: auto !important;
	padding: 0px !important;
	border: none !important;
	min-height: 0 !important;
}

ul.deposits-card-list.gold_bullet li {
	margin-right: 35px;
	float: left;
}

ul.deposits-card-list.gold_bullet {
	display: inline-block !important;
}

.news-other-swiper {
	padding: 0px !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.news-other-swiper > div:nth-child(1) {
	padding: 0px !important;
	margin: 0px !important;
}

.news-other-swiper > div:nth-child(2) {
	padding: 0px 16px !important;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.news-other-swiper .btn-second {
	float: left;
	font-size: 14px;
}

.card_details_header > div > div > div > div > div > div:first-child img {
	width: 100%;
}

@media (max-width: 767px) {
	.card_details_header .row-group:first-child {
		margin: 0px 0px;
	}

	.card_details_header > div > div > div > div:last-child {
		display: none;
	}

	.card_details_header > div > div > div > div > div > div:first-child img {
		width: 101px;
	}
}

.card_details_header {
	margin-bottom: 32px;
}


.card_details_header .row-group p {
	margin-top: 32px;
}



.card_details_header .row-group:last-child {
	margin: 32px 0px;
}

.card_details_header .row-group h3 {
	margin-top: 24px;
}

.card_details_header .row-group:last-child p {
	margin-top: 12px;
}


.card_details_header .row-group:last-child {
	text-align: center;
}


.Card_details_catagory_item > div:nth-child(1) {
	height: auto;
	display: block;
	overflow: hidden;
	border-radius: 20px;
	margin: 0px 0px 16px 0px;
}

.product_details_header {
	margin-top: 32px;
	margin-bottom: 32px;
	direction: rtl;
}

.product_details_header > h3 {
	font-weight: bold;
	margin: 0px 0px 4px 0px;
}

.product_details_header > p {
	margin: 0px;
}

#offers-header {
	padding-top: 32px;
}

#header-line {
	border-bottom: 1px solid white;
}

.offer-card-container {
	height: 207px;
	display: block;
	overflow: hidden;
	border-radius: 20px;
	margin: 0px 0px 16px 0px;
}

.offer-item {
	height: 207px;
	margin-bottom: 32px;
	width: 50%;
}

@media (max-width:768px) {
	.offer-item {
		width: 100%;
	}
}

.offers-title {
	padding-top: 16px;
	margin-right: 16px;
}


.details-offer-title {
	text-align: center;
	padding: 16px 0;
}

.details-offer-title-container {
	margin-top: 0px;
}*/

/* End Product Card */

/*sub catagory section*/

/*.sub_catagory_swiper {
	margin-top: 32px;
	margin-bottom: 32px;
}

.sub_catagory_swiper .swiper-wrapper {
	height: auto;
}

.foreveryone_container > div {
	padding-bottom: 20px;
}

.foreveryone_container h1 {
	text-align: center;
	font-size: 50px;
	padding-top: 32px;
}


.foreveryone_container h1 {
	text-align: center;
	font-size: 50px;
	padding-top: 32px;
	margin-bottom: 32px;
}


.foreveryone_container ul li {
	text-align: center;
	list-style: none;
	display: table-cell;
	width: 20%;
	position: relative;
}

.foreveryone_container ul {
	width: 80%;
	text-align: center;
	display: table;
	margin-left: 10%;
	margin-right: 10%;
	padding: 0px !important;
	padding-bottom: 32px;
}


.foreveryone_container ul li label {
	text-align: center;
	display: block;
	font-size: 30px;
	margin-top: 32px;
}

.foreveryone_container ul li:before {
	content: "";
	position: absolute;
	width: calc(100% - 30px);
	height: 2px;
	z-index: 0;
	margin-top: 20px;
	margin-left: -3px;
	right: calc(50% - -16px);
}



.foreveryone_container ul li:last-child:before {
	content: "";
	position: absolute;
	width: calc(100% - 20px);
	height: 0px;
	z-index: 0;
	margin-top: 19px;
	margin-left: 30px;
}

.foreveryone_container ul li p {
	text-align: center;
}


@media (max-width:1660px) {

	.foreveryone_container ul li:before {
		width: calc(94% - 15px);
	}
}

@media (max-width:1200px) {

	.foreveryone_container ul li:before {
		width: calc(94% - 15px);
	}
}

@media (max-width:767px) {
	.foreveryone_container ul li:before {
		height: 0px;
	}

	.foreveryone_container ul li {
		width: 100%;
		display: block;
		text-align: center;
		margin: 20px 0px;
	}

	.foreveryone_container ul {
		display: block;
		text-align: center;
		margin-right: 0px;
		margin-left: 0px;
		padding: 0px 60px;
		padding-bottom: 32px;
		width: 100%;
	}
}

.big_sub_header {
	font-size: 30px;
	margin: 32px 0px;
}


.big_sub_header + hr {
	border: none;
	height: 2px;
	width: 280px !important;
	margin: 0 0 10px 0px;
}

.product_details_data {
	margin: 0px 0px 0px 0px;
}

hr.sub_title_line.horizontal_line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.summary-points-title + hr.sub_title_line {
	margin: 0px auto 10px;
}*/


/* Start CSS For Summary Icons */
/*.summary-points-title {
	text-align: center;
	line-height: 63px;
}

.summary_data {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	position: relative;
	margin: 0px 0px 32px 0px;
	padding: 0px;
	list-style: none;
	-ms-flex-pack: distribute;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (min-width: 768px) {
	.products-comparison-table-col {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.summary_data > li {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	border-right: 2px solid;
	padding: 0px 8px;
	margin-top: 10px;
	text-align: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	word-break: break-word;
}

.summary_data > li > h3 {
	text-align: center;
}

.summary_data > li h2 {
	text-align: center;
}

.summary_data > li > ul li {
	text-align: right;
}

.summary_data > li:last-of-type {
	border-left: 2px solid;
}

@media (max-width: 550px) {
	.summary_data > li:last-of-type {
		border-left: 0;
	}
}

.summary_data > li > p {
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	text-align: center;
}

.summary_data > li > p > span {
	font-size: 16px;
	margin-left: 4px;
	line-height: 0;
}*/

/*.summary_data > li > label {*/
	/*position: absolute;*/
	/*bottom: 0px;
	margin: 0px;
	line-height: 24px;
	text-transform: capitalize;
	font-weight: bold;
	text-align: center;
}*/

/*.summary_data > li > svg, .summary_data > li > img {
	width: 96px;
	height: 96px;
	margin: 0px 0px 0px 0px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}


div > .summary_data:nth-of-type(2) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

div > .summary_data:nth-of-type(2) > li {
	border-bottom: 0px;
	border-right: 2px solid;
}

div > .summary_data:nth-of-type(2) > li > img {
	max-width: 96px;
	max-height: 96px;
	width: 100%;
	height: 100%;
}

@media (max-width: 550px) {
	div > .summary_data:nth-of-type(2) {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	div > .summary_data:nth-of-type(2) > li {
		border-bottom: 2px solid;
		border-right: 0px;
		width: 50%;
		padding: 10px 0px;
	}
}*/
/* End CSS For Summary Icons */

/*hr.horizontal_line {
	width: 50%;
	margin: 0px auto;
	margin-bottom: 20px;
}

.data_points {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 768px) {
	.data_points {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.data_points > div.lab-4 {
		margin: auto;
	}
}

.data_points video {
	width: 100%;
	height: 100%;
}

.data_points button {
	border: 1px solid;
}

.data_points > div {
	overflow: hidden;
}

.data_points > div:first-child {
	max-height: 300px;
}

.data_points > div > img {
	width: 100%;
	height: auto;
}

.data_points li {
	list-style: none;
	margin-bottom: 10px;
}


.data_points li:before {
	background-repeat: no-repeat;
	content: "";
	width: 20px;
	height: 20px;
	display: inline-block;
	background-image: url('../MainSite/SiteImages/gold-bullet.png');
	background-size: 100%;
	background-position: center;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: -30px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}



.SMEs_data_points li:before {
	background-repeat: no-repeat;
	content: "";
	width: 0px;
	height: 0px;
	display: inline-block;
	background-image: none;
	margin-right: 0px;
	margin-left: 0px;
}


.branch_ads {
	display: inline-block;
	padding: 25px 0px;
}


.branch_ads .big_sub_header {
	font-size: 40px;
	margin-bottom: 15px;
	line-height: 40px;
}

.branch_ads button {
	margin-top: 32px;
	padding: 10px 35px;
	font-size: 20px;
}

.branch_ads > div > div:first-child {
	text-align: center;
	border-left: 2px solid;
}

@media (max-width: 992px) {
	.branch_ads > div > div:first-child {
		border-left: 0px;
	}
}

.branch_ads > div > div:nth-child(2) {
	padding-right: 86px;
}

.branch_ads > div > div:first-child img {
	margin-top: 32px;
	margin-bottom: 32px;
}


.summary_data > li > ul li {
	list-style: none;
}

.summary_data > li > ul {
	padding-right: 30px !important;
}

.summary_data > li > ul li:before {
	background-repeat: no-repeat;
	content: "";
	width: 15px;
	height: 15px;
	display: inline-block;
	background-image: url('../../../SiteImages/gold-bullet.png');
	background-size: 100%;
	background-position: center;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: -30px;
}

.buttons-Cont {
	text-align: center;*/
	/*/*padding: 32px 0px;*/
/*}*/

/*.buttons-Cont button {
	margin-right: 16px;
	word-spacing: 7px;
	min-width: 166px;
}*/

/*Apply Now btn*/
/*.buttons-Cont .btnProductCatalogApplyNow {
	margin-top: 32px;
	display: inline-block;
	line-height: 36px;
	border-radius: 10px;
	padding: 0px 30px;
	font-size: 16px;
}*/

/* ## Information Accordion ## */


/*
.CRNBEInquiryID {
	position: relative;
	padding: 0px 16px;
}

.CRNBEInquiryID .required-field:after {*/
	/*right: 5px;*/
	/*top: -5px;
}*/

/*.CRCountryID .required-field:after {
	left: -10px;
}


.library-text {
	padding-top: 30px;
}

.section-title h1,
.section-title h2 {
	margin: 0px;
	text-transform: unset;
}

.section-title h5 {
	margin-right: auto;
	margin-bottom: 0px;
	padding-left: 10px;
}

.section-title button {
	margin-bottom: 0px;
}

@media (max-width: 500px) {
	.section-title {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.section-title * {
		margin: 16px 0px;
	}

	.section-title h5 {
		margin-right: 0px;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
}

.library-text > div:last-child p {
	margin-bottom: 0px;
	font-size: 17px;
}

.library-text > div:last-child ul {
	margin-top: 10px;
	font-size: 16px;
	list-style: none;
}*/

/*certificate*/

/*.foreign-details-container .foreign-nested .first-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	position: relative;
	margin: 0px 0px 32px 0px;
	padding: 0px;
	list-style: none;
	-ms-flex-pack: distribute;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.foreign-details-container .foreign-nested .first-section > div {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	padding: 0px 8px;
	margin-top: 10px;
	text-align: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	word-break: break-word;
	width: auto !important;
	border-right: 1px solid;
}

.foreign-details-container .foreign-nested .first-section > div > a {
	font-weight: bold;
	font-size: 18px;
	padding: 8px 0px;
}

.foreign-details-container .foreign-nested .first-section > div span {
	font-size: 36px;
	padding: 0px 8px;
}




.foreign-details-container .foreign-nested .second-box .second-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 16px;
}

.foreign-details-container .foreign-nested .second-box .second-header h4 {
	padding-left: 16px;
	padding-top: 4px;
}

.foreign-details-container .foreign-nested .second-box .second-header span {
	border-right: 1px solid;
	font-size: 17px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 16px;
	font-weight: 700;
}

.foreign-details-container .foreign-nested .second-box .second-content {
	margin-bottom: 32px;
	margin-top: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.foreign-details-container .foreign-nested .second-box .second-content .content-left {
	width: 40%;
}

.foreign-details-container .foreign-nested .second-box .second-content .content-left .img-container {
	width: 100%;
	height: 250px;
}

.foreign-details-container .foreign-nested .second-box .second-content .content-left .img-container img {
	width: 100%;
	height: 100%;
	display: block;
}

.foreign-details-container .foreign-nested .second-box .second-content .content-right {
	width: 50%;
}

.foreign-details-container .foreign-nested .second-box .second-content .content-right h3 {
	padding: 16px 16px 5px 0px;
	border-bottom: 1px solid;
}

.foreign-details-container .foreign-nested .second-box .second-content .content-right .special-title {
	border-bottom: 0px;
	padding: 0px;
	padding-top: 16px;
}

.foreign-details-container .foreign-nested .second-box .second-content .content-right .special-title2 {
	padding: 0px;
}

.foreign-details-container .foreign-nested .second-box .second-content .content-right h5 {
	padding: 16px 16px 5px 0px;
}

.foreign-details-container .foreign-nested .second-box .third-box {
	margin-bottom: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.foreign-details-container .foreign-nested .second-box .third-box > div {
	width: 50%;
}

.foreign-details-container .foreign-nested .second-box .third-box .third-left-box {
	border-left: 1px solid;
}

.foreign-details-container .foreign-nested .second-box .third-box .third-right-box {
	padding-right: 100px;
}

.foreign-details-container .foreign-nested .second-box .third-box .third-right-box ul {
	margin: 0;
	padding: 0;
}

.foreign-details-container .foreign-nested .second-box .third-box .third-right-box ul li {
	padding: 8px 0;
	font-weight: 700;
	font-size: 16px;
}

.foreign-details-container .foreign-nested .second-box .four-box-other {
	margin-bottom: 32px;
}

@media only screen and (max-width: 767px) {


	.foreign-details-container .foreign-nested .first-section > div {
		width: 100%;
		margin-top: 16px;
	}


	.foreign-details-container .foreign-nested .second-box .second-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.foreign-details-container .foreign-nested .second-box .second-content .content-left {
		width: 100%;
	}

	.foreign-details-container .foreign-nested .second-box .second-content .content-right {
		width: 100%;
	}

	.foreign-details-container .foreign-nested .second-box .third-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.foreign-details-container .foreign-nested .second-box .third-box > div {
		width: 100%;
	}

	.foreign-details-container .foreign-nested .second-box .third-box .third-right-box {
		padding-right: 0px;
		margin-top: 32px;
	}
}

.content-right {
	margin-right: 16px;
}

.gold_bullet, .gray_bullet, .diamond_bullet {
	padding-right: 30px;
}

.gold_bullet li:before {
	background-repeat: no-repeat;
	content: "";
	width: 15px;
	height: 15px;
	display: inline-block;
	background-image: url('../MainSite/SiteImages/gold-bullet.png');
	background-size: 100%;
	background-position: center;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: -30px;
}

.gray_bullet li:before {
	background-repeat: no-repeat;
	content: "";
	width: 15px;
	height: 15px;
	display: inline-block;
	background-image: url('../MainSite/SiteImages/gray-bullet.png');
	background-size: 100%;
	background-position: center;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: -30px;
}

.diamond_bullet li:before {
	background-repeat: no-repeat;
	content: "";
	width: 15px;
	height: 15px;
	display: inline-block;
	background-image: url('../../../SiteImages/right_icon.png');
	background-size: 100%;
	background-position: center;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: -30px;
}

@media (max-width: 767px) {
	.gold_bullet li:before,
	.gray_bullet li:before,
	.diamond_bullet li:before {
		margin-right: 0px;
	}
}

.gold_bullet li {
	list-style: none;
}

.gray_bullet li, .diamond_bullet li {
	list-style: none;
}*/

/* loans */

/*.product_card ul {
	margin-top: 16px !important;
}

.certificate-header {
	text-align: center;
	padding-top: 32px;
}

.loan-header {
	text-align: center;
	padding-bottom: 32px;
}

.margin-right {
	margin-left: 8px;
}


.reachup {
	text-align: center;
}

.loan_details_container .reachup {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.reachup h2, .reachup h4, .reachup p {
	text-align: center;
	display: inline-block;
	margin-left: 8px;
}

.reachup h2 {
	font-size: 38px;
}




.loan_details_container .first_loan_section {
}

.loan_details_container .first_loan_section .loan_section_nested {
	width: 70%;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 60px;
	padding-top: 32px;
}

.loan_details_container .first_loan_section .loan_section_nested .nested_left {
	width: 40%;
	border-radius: 15px;
	padding: 10px 10px 0px 10px;
	position: relative;
}

.loan_details_container .first_loan_section .loan_section_nested .nested_left .special_loan_under {
	text-align: center;
	position: absolute;
	bottom: -40px;
}

.loan_details_container .first_loan_section .loan_section_nested .nested_left h3 {
	text-align: center;
}

.loan_details_container .first_loan_section .loan_section_nested .nested_left h2 {
	text-align: center;
}

.loan_details_container .first_loan_section .loan_section_nested .nested_left .small_amount {
	font-size: 16px;
}

.loan_details_container .first_loan_section .loan_section_nested .nested_right {
	padding: 10px;
	width: 40%;
	border-radius: 15px;
	border: 3px solid;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.loan_details_container .first_loan_section .loan_section_nested .nested-mid {
	border: 1px solid;
	margin: 0px 32px;
}

.loan_details_container .first_loan_section .loan_section_nested .nested_right h3 {
	text-align: center;
}

.loan_details_container .first_loan_section .loan_section_nested .nested_right h5 {
	text-align: center;
}*/

/*.loan_details_container .first_loan_section .loan_section_nested .nested_right h5 span {
	font-size: 30px;
	padding: 0px 5px;
}

@media only screen and (max-width: 760px) {
	.loan_details_container .first_loan_section .loan_section_nested {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.loan_details_container .first_loan_section .loan_section_nested .nested_left {
		width: 100%;
	}

	.loan_product_card .p_card_header .sec_loan .sec_loan_left h3 {
		font-size: 16px;
	}

	.loan_details_container .first_loan_section .loan_section_nested .nested_right {
		width: 100%;
		margin-top: 16px;
	}

	.loan_details_container .first_loan_section .loan_section_nested .nested_left .special_loan_under {
		position: static;
	}

	.loan_details_container .first_loan_section .loan_section_nested .nested-mid {
		display: none;
	}
}

.card-advrt-title {
	text-align: center;
	padding-bottom: 30px;
}

.card-advrt-title > span {
	font-size: 32px;
	line-height: 45px;
	padding: 0px 20px 13px;
}

.card-advrt-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
}

@media (max-width: 767px) {
	.card-advrt-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.sub_catagory_item > div:nth-child(1) {
		text-align: center;
	}

	.payment_landing #GoToProductDetails, #btnPaymentSummeryPrevious {
		margin-bottom: 16px;
	}
}

#divPaymentSummaryPaymentMethodRadioButtons > div {
	padding-top: 12px;
}

.card-advrt-content > div {
	padding: 16px;
}

.card-advrt-content img {
	width: 60px;
	margin: 0px;
	padding-bottom: 30px
}

.card-advrt-content h3 {
	text-align: center;
	margin: 0px;
	padding-bottom: 30px;
	text-transform: capitalize;
}

.card-advrt-content p {
	text-align: center;
	margin: 0px;
	padding-bottom: 15px;
	text-transform: capitalize;
}

.card-advrt-content button {
	margin: 0px;
	margin: auto;
}

.double-row-swiper .swiper-slide {
	padding: 16px;
}

.cards_links {
	padding: 30px 16px;
}

.content-container {
	padding-bottom: 32px;
}

.content-container .content-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.content-container .content-header .left-box {
}

.content-container .content-header .left-box h4:nth-child(2) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.content-container .content-header .left-box h4:nth-child(2) span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 5px;
}

.content-container .content-header .left-box h4 {
	font-weight: 300;
	padding: 8px 0;
}












.content-container .content-header .right-box {
}

.content-container .content-header .right-box .rate-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 6px;
}

.content-container .content-header .right-box .rate-box .myStars {
	margin-right: 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.content-container .content-header .right-box .rate-box .myStars img {
	opacity: 0.5;
	cursor: pointer;
	margin: 0px 1px;
}

.content-container .content-header .right-box .rate-box .myStars img:hover {
	opacity: 1;
}

.content-container .content-header .right-box .rate-box .myStars .colorChanged {
	opacity: 1;
}

.content-container .content-header .right-box .rate-box .myStars span {
	margin-left: 5px;
}

.content-container .content-body {
}

.content-container .content-body p {
	font-size: 14px;
	padding: 16px 0;
}

.content-container .content-body ul {
	padding-right: 16px;
}

.content-container .myBTN {
	width: 110px;
	margin: auto;
}


@media only screen and (max-width: 505px) {
	.content-container .content-header {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.content-container .content-header .right-box {
		overflow: hidden;
	}
}

.catagory_header .row-group button {
	margin-top: 20px;
}

.mid_advert h1 {
	text-align: center;
	margin: 32px 0px;
}

.smes-success-msg {
	text-align: center;
	padding-top: 20px;
	font-weight: bold;
	font-size: 18px;
}

.smes-success-msg > img {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	margin-bottom: 10px;
}



.SMEs_definition_contentbox {
	padding: 32px 16px 32px 90px;
	position: relative;
}

.SMEs_definition_contentbox:nth-of-type(2):before {
	content: "";
	width: 2px;
	height: 70px;
	display: inline-block;
	position: absolute;
	right: 0px;
	padding: 0px;
	margin: 0px;
	bottom: 32px;
}

@media (max-width:768px) {
	.SMEs_definition_contentbox:nth-of-type(2):before {
		width: 0px;
	}
}

.SMEs_definition_contentbox:nth-of-type(3) h3, .SMEs_definition_contentbox:nth-of-type(3) p {
	display: inline-block;
}

.SMEs_definition_contentbox p {
	font-size: 16px;
	margin-top: 24px;
}


.SMEs_definition_contentbox p b {
	font-size: 35px;
}

.SMEs_definition_contentbox p span {
	font-size: 20px;
}

.SMEs_definition_tabs_container {
	padding-top: 16px;
}

@media (max-width: 992px) {
	.SMEs_definition_contentbox {
		padding: 16px;
		text-align: center;
	}

	.SMEs_definition_contentbox * {
		text-align: center;
	}


	.SMEs_definition_contentbox p {
		margin-top: 9px;
	}
}

.enterprice_repayment {
	display: block !important;
	padding: 5px;
}

.enterprice_repayment div {
	padding: 6px;
}

.enterprice_repayment div:nth-of-type(1) h1 {
	text-align: center;
	margin-bottom: 0px;
	font-size: 50px;
}

@media (max-width: 425px) {
	.enterprice_repayment div:nth-of-type(1) h1 {
		font-size: 36px;
	}
}

.enterprice_repayment div:nth-of-type(1) p {
	text-align: center;
}

.enterprice_repayment div:nth-of-type(2) {
	padding-right: 10px;
}

.enterprice_repayment div:nth-of-type(2) h1 {
	margin-bottom: 0px;
}

.SMEs_enterprise_boxtitle h1 {
	margin-bottom: 10px;
	font-size: 28px;
}

.SMEs_enterprise_card_img {
	height: 200px;
	overflow: hidden;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.SMEs_enterprise_card_img img {
	height: 100%;
	width: auto;
}

.SMEs_portofolio {
	border-top: 2px solid gray;
	padding-top: 8px;
}

.SMEs_portofolio_boxs {
	margin-bottom: 40px;
}



.SMEs_portofolio_boxs div:first-child {
	height: 200px;
	position: relative;
	border-left: 10px solid;
}

.SMEs_portofolio_boxs div:last-child {
	height: 200px;
	position: relative;
	border-left: 10px solid;
}

.SMEs_portofolio_boxs .sub_title_line {
	position: absolute;
	bottom: 20px;
	right: 0;
}

.SMEs_portofolio_boxs h1 {
	position: absolute;
	font-size: 70px;
	bottom: 45px;
}

.SMEs_portofolio_boxs p {
	position: absolute;
	bottom: 0;
	font-size: 21px;
}

@media (min-width: 992px) and (max-width: 1230px) {
	.SMEs_portofolio_boxs .sub_title_line {
		bottom: 37px;
		left: 0;
	}

	.SMEs_portofolio_boxs h1 {
		font-size: 44px;
		bottom: 53px;
	}
}

.smes-contact-us {
	margin-bottom: 8px;
}


.SMEs_links {
	margin: 32px auto 32px;
}

.SMEs_links ul,
.cards_links ul {
	overflow: hidden;
	list-style: none;
}

.SMEs_links ul li:before,
.cards_links ul li:before {
	content: "•";
	font-size: 12px;
	padding: 0px 15px;
}

.SMEs_links ul li a:hover,
.cards_links ul li a:hover {
	cursor: pointer;
}


.SMEs_links ul li a {
	display: inline-block;
}

.SMEs_finance_data ul {
	list-style: none;
}

.SMEs_finance_data li:first-child,
.SMEs_finance_data li:nth-of-type(4) {
	border-left: 2px solid;
}

.data_points .SMEs_finance_data li {
	border: none;
}

.SMEs_finance_data li:nth-of-type(2) {
	border-left: 2px solid;
}

.SMEs_data_points .SMEs_finance_data li:nth-of-type(2) {
	border: none;
}

.SMEs_finance_data li div {
	display: inline-block;
	width: 100%;
}

.SMEs_data_points .SMEs_finance_data li div {
	width: auto;
}

.SMEs_finance_data li:nth-of-type(2) div, .SMEs_finance_data li:nth-of-type(5) div {
	display: inline-block;
	width: 49%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}



.SMEs_finance_data li:nth-of-type(2) div *, .SMEs_finance_data li:nth-of-type(3) div *, .SMEs_finance_data li:nth-of-type(5) div * {
	text-align: center;
}

.SMEs_finance_data li div {
	position: relative;
}

.SMEs_finance_data li div:nth-of-type(2):before {
	content: "";
	width: 30px;
	height: 5px;
	display: inline-block;
	position: absolute;
	right: -10px;
	top: 50%;
}

@media (max-width: 767px) {
	.SMEs_finance_data li div:nth-of-type(2):before {
		width: 21px;
		right: -22px;
		top: 46%;
	}
}

.SMEs_finance_data li:nth-of-type(3) {
	margin-bottom: 80px;
}

.SMEs_finance_data li p {
	font-size: 20px;
}

.SMEs_finance_data li h1 {
	margin-top: 12px;
}

.SMEs_finance_data li div p {
	position: absolute;
	right: 20%;
	font-size: 20px;
}

.SMEs_finance_data li div h1 {
	font-size: 70px;
	margin-top: 25px;
}

@media (max-width: 767px) {
	.SMEs_finance_data li div h1 {
		font-size: 54px;
	}
}

.SMEs_finance_data li div h1 span {
	font-size: 20px;
}

.SMEs_finance_data li label {
	text-align: center;
	font-size: 18px;
}

@media (max-width:992px) {

	.SMEs_finance_data li:first-child {
		border-left: 0px;
	}

	.SMEs_finance_data li:nth-of-type(2), .SMEs_finance_data li:nth-of-type(4) {
		border-left: 0px;
	}

	.SMEs_finance_data li div p {
		position: absolute;
		right: 20%;
		font-size: 16px;
	}
}

.SMEs_data_points > div > img {
	border-left: 6px solid;
	width: 100%;
	height: 100%;
}

.SMEs_purpose h1 {
	border-left: 2px solid;
	padding-left: 20px;
}

.SMEs_purpose {
	margin: 8px 0px;
}

.SMEs_purpose h3 {
	line-height: 45px;
}

.SMEs_purpose.years_section div:nth-of-type(2) {
	border-left: 2px solid;
}


.SMEs_purpose.years_section h1 {
	font-size: 60px;
}


.SMEs_purpose.years_section h1 span {
	font-size: 20px;
	vertical-align: middle;
	padding-right: 5px;
}

.SMEs_purpose.years_section h3 {
	font-size: 40px;
}


@media (max-width:992px) {

	.SMEs_purpose.years_section div:nth-of-type(2) {
		border-left: none;
	}
}


@media (max-width:768px) {

	.SMEs_purpose h1 {
		border-left: 0px !important;
	}

	.SMEs_data_points > div > img {
		border-left: none;
	}
}

.smes-categories-swiper .swiper-slide {
	padding-top: 16px;
	padding-bottom: 16px;
}

.smes-apply-now {
	padding-bottom: 30px;
	text-align: center;
}

.smes-apply-now > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.smes-apply-now > div > button {
	border-radius: 0px;
	padding: 5px 65px;
	margin: 0px;
}

.smes-apply-now > div > button > h3 {
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px solid;
	margin: 0px;
}

.smes-apply-now > div > button > span {
	font-size: 16px;
}*/



/*.smes-contact-us {
	margin-top: 8px;
}

.smes-contact-us > div > div {
	padding: 16px 0px;
}

.smes-advrt-title {
	text-align: center;
	padding-bottom: 30px;
}

.smes-advrt-title > span {
	font-size: 40px;
	line-height: 40px;
	font-weight: bold;
	padding: 0px 20px 13px;
	border-bottom: 1px solid;
}

.smes-advrt-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
}

@media (max-width: 767px) {
	.smes-advrt-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.smes-advrt-content > div {
	padding: 16px;
}

.smes-advrt-content img {
	width: 60px;
	margin: 0px;
	padding-bottom: 10px
}

.smes-advrt-content h2 {
	text-align: center;
	margin: 0px;
	padding-bottom: 15px;
	text-transform: capitalize;
}

.smes-advrt-content p {
	text-align: center;
	margin: 0px;
	padding-bottom: 15px;
	text-transform: capitalize;
	font-size: 18px;
}

.smes-advrt-content hr {
	width: 30%;
	margin-bottom: 20px;
}

.smes-advrt-content button {
	margin: 0px;
	margin: auto;
}*/


/*.data_points video {
	width: 100%;
	height: 100%;
}

.data_points button {
	border: 1px solid;
}

@media (max-width: 767px) {
	ul {
		padding-left: 10px !important;
	}

	.summary_data > li > ul {
		padding-left: 0px !important;
	}
}

.summary_data_deposits span {
	font-size: 38px;
}


.followup_time {
	float: left;
	padding: 0px 16px 0px 0px;
}*/


/* ## Start Banner Ads ## */

/*.banner {
	position: relative;
	border: 1px solid;
}

.banner > h2 {
	position: absolute;
	top: 62px;
	right: 56px;
	font-size: 36px;
}

.banner > button {
	position: absolute;
	bottom: 44px;
	right: 103px;
	padding: 10px 38px;
	font-size: 25px;
}

@media (max-width: 1400px) {
	.banner > h2 {
		top: 39px;
		font-size: 30px;
	}

	.banner > button {
		bottom: 9px;
		left: 97px;
	}
}

@media (max-width: 1024px) {
	.banner > h2 {
		top: 31px;
	}

	.banner > button {
		bottom: 2px;
		left: 61px;
	}
}

@media (max-width: 992px) {
	.banner > h2 {
		position: absolute;
		top: 20px;
		left: 56px;
		font-size: 20px;
	}

	.banner > button {
		position: absolute;
		bottom: 4px;
		left: 52px;
		padding: 5px 19px;
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.banner > h2 {
		position: relative;
		top: 0;
		left: 0;
		font-size: 17px;
		padding: 16px;
		text-align: left;
		right: 0;
		float: left;
	}

	.banner > button {
		position: static;
		bottom: 0;
		left: 0;
		padding: 5px 23px;
		font-size: 16px;
		margin: 5px 23px;
		float: left;
		text-align: right;
	}
}

.banner_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 32px;
	padding-bottom: 32px;
}

.banner_container .banner_left {
	padding-left: 32px;
	border-left: 1px solid;
	padding-left: 16px;
}

.banner_container .banner_right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-right: 32px;
}*/

/* ## End Banner Ads ## */

/* deposits */

/*.duration-banner h1 {
	text-align: center;
}

.duration-banner span {
	font-size: 14px;
}

.duration-container label {
	display: inline-block;
	padding: 0 8px;
	font-size: 14px;
}

.duration-banner label {
	display: inline-block;
	padding: 0 8px;
	font-size: 16px;
}

.other-duration-container span {
	text-align: center;
	font-size: 38px;
}

.other-duration-container label {
	text-align: center;
	font-weight: 100;
}

div > ul.gold_bullet.deposits-card-list {
	list-style: circle !important;*/
	/*padding-right: 30px !important;*/
/*}*/

/*.minumum-Deposits {
	text-align: center;
	margin-bottom: 16px;
}

.summary_data_deposits p {
	margin-bottom: 8px !important;
}

.duration-banner {
	padding: 16px 0;
	margin-bottom: 32px;
}

.duration-container h3 {
	text-align: center;
}

.dep_detail {
	width: 75px;
	height: 75px;
	text-align: center;
	border: 2px solid;*/
	/* vertical-align: middle; */
	/*/*font-size: 60px;*/
	/*padding: 22px 0 0 0;
	border-radius: 50%;
	margin: 0 auto;
}

.deposit_item h5 {
	display: inline-block;
}

.deposit_item button {
	text-decoration: underline;
	display: inline-block;
	padding: 0 0 0 8px;
}


.dep_detail2 {
	padding: 16px 0 0 0;
}

.dep_detail2 h2 {
	text-align: center;
}

.deposit_value {
	text-align: center;
}

.deposit_value h5, .deposit_value h3 {
	text-align: center;
}*/

/* news */

/*.mar-bottom-16 {
	margin-bottom: 16px;
}

.cat_item {
	margin-top: 32px;
}

.cat_item p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

@media (max-width: 768px) {
	.cat_item h4 {
		margin-top: 16px;
	}

}*/

/* offers */


/*.offers-main {
	padding: 0px;
}

.offers-container {
	margin: 0px;
	padding: 0px;
}

.offers-main .swiper-slide {
	height: auto;
}

.wrapper-img img {
	height: 100%;
}

.recommedations {
	padding: 16px 0;
}*/






/*flipping card*/

/*.flip {
	-webkit-perspective: 800;
	width: auto;
	height: 100%;
	position: relative;
}

.flip .card.flipped {
	transform: rotateX(-180deg);
	-webkit-transform: rotatex(-180deg);
}

.flip .card {
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.flip .card .face {
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-backface-visibility: hidden;
	z-index: 2;
}

.flip .card .front {
	position: absolute;
	z-index: 1;
	cursor: pointer;
	border-radius: 20px;
	overflow: hidden;
}

.flip .card .back {
	transform: rotateX(-180deg);
	-webkit-transform: rotatex(-180deg);
	cursor: pointer;
	overflow: hidden;
}

.flip .card.flipped .back {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
}

.flip .card.flipped .front {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.left-offer-part {
	padding: 0px;
	height: 100%;
}

.right-offer-part h5, .right-offer-part-back h5 {
	font-size: 16px;
	margin-top: 8px;
}

.right-offer-part, .right-offer-part-back {
	border: 0px solid;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}



.right-offer-part button {
	width: 50%;
	margin: 0px;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: 16px;
}

@media (min-width: 320px) {
	.right-offer-part button {
		width: 100%;
		font-size: 13px;
	}
}

@media (min-width: 767px) {
	.right-offer-part button {
		width: 100%;
		font-size: 14px;
	}
}

@media (min-width: 992px) {
	.right-offer-part button {*/
		/*width: 70%;*/
	/*}
}*/

/*@media (min-width: 1200px) {
	.right-offer-part button {*/
		/*width: 50%;*/
	/*}
}*/

/*.right-offer-part p {
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 5;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	margin: 0px;
}

.right-offer-part-back img {
	width: 45px;
	height: 45px;
	display: inline-block;
	margin-left: 16px;
}

.rate-image {
	height: 20px !important;
	width: 20px !important;
}

.left-offer-part img {
	width: auto;
	height: 100%;
}

.rate-container {
	position: absolute;
	right: 0px;
	bottom: 16px;
}


.rate-container span {
	margin-right: 8px;
}

div#divProductCatalogCategoryRepaterContainer button {
	float: left;
	margin-bottom: 0px;
}

.offers-main .swiper-slide {
	width: 48%;
}

.pagenation-swip {
	width: 100%;
}


@media screen and (max-width: 768px) {
	.offers-main .swiper-slide {
		width: 90%;
	}
}*/
/*flipping card*/


/*.offers-interests {
	margin-top: 16px;
}

.offer-image {
	margin-bottom: 5px;
	float: right;
	padding: 16px;
	border-radius: 10px;
}

@media (max-width: 992px) {
	.offer-image {
		width: 67px;
	}
}


.small li:before {
	width: 15px;
	height: 15px;
}

.other_products + hr {
	width: 100%;
	border: none;
	height: 2px;
}*/

/* Start Merchant CSS */


/*.merchant-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.single-merchant {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 16px;
	margin: 10px;
	border: 1px solid;
	-webkit-transition: -webkit-box-shadow .2s ease-in-out;
	transition: -webkit-box-shadow .2s ease-in-out;
	transition: box-shadow .2s ease-in-out;
	transition: box-shadow .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
}

.merchant-logo {
	width: 100px;
	height: auto;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.merchant-logo > img {
	width: 100%;
	height: 100%;
}

.single-merchant > span {
	padding: 10px 0px;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}

@media (min-width: 320px) {
	.single-merchant {
		width: calc(50% - 20px);
	}
}

@media (min-width: 767px) {
	.single-merchant {
		width: calc(33.33% - 20px);
	}
}

@media (min-width: 992px) {
	.single-merchant {
		width: calc(25% - 20px);
	}
}

@media (min-width: 1200px) {
	.single-merchant {
		width: calc(20% - 20px);
	}
}*/

/* End Merchant CSS */



/*.ProductTypeID_SMEsBankingServicesID .product_card {
    padding: 16px !important;
    border-radius: 0px 0px 15px 15px !important;
}

.Category_MobileBillsID .product_card > div:nth-child(2) {
    padding: 16px;
}*/

/*.ProductTypeID_InvestmentTypeID .foregin_card_container .foregin_body h2 {
    -ms-flex-direction: row;
    flex-direction: row;
}

.ProductTypeID_InvestmentTypeID .foregin_card_container .foregin_body h4 {
    min-width:25%;
}*/

/*.ProductTypeID_MobileBillsID .product_card > div:nth-child(2) {
    padding: 16px;
}*/











/*.help-section > div > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 60px 80px;
}
.help-section > div > div > div:first-child {
    text-align:right;
}
.help-section > div > div > div:first-child {
    padding-right:60px;
    border-right:3px solid ;
}
.help-section > div > div > div:first-child > span:first-child {
    font-size: 40px;
    line-height: 40px;
    padding-bottom: 5px;
}
.help-section > div > div > div:first-child > span:last-child {
    text-transform: uppercase;
    font-size: 100px;
    line-height: 100px;
}
.help-section > div > div > div > span:last-of-type {
    padding-bottom:0px;
}
.help-section > div > div > div:last-child {
    text-align:left;
  
}
.help-section > div > div > div:last-child {
    padding-left:60px
}
.help-section > div > div > div:last-child > span:first-child {
    font-size:30px
}
 .help-section > div > div > div > span {
     display:block;
     padding-bottom:20px;
     font-size:20px;
 }
 .help-section > div > div > div > button {
    padding: 10px 60px;
    margin-bottom: 20px;
    font-size: 30px;
 }
 .help-section > div > div > div > span:last-of-type {
     padding-bottom:0px;
 }
 .help-section > div > div > div > span {
     display: block;
    font-size: 20px;
    padding-bottom: 20px;
 }*/
/* ## End Inner Custom Product CSS ## */
/*.ProductTypeID_MaserELKhiarID .product_card > div:nth-child(2), 
.ProductTypeID_EgyptionFoodBankID .product_card > div:nth-child(2),
.ProductTypeID_SondokTahiyaMaserID .product_card > div:nth-child(2) {
    padding: 16px;
}*/

/*Special Edition for Belady Product*/

/*.belady_product_card {
	padding: 0px 16px;
	border: 0px !important;
	border-radius: 0px !important;
}

.belady_other_title {
	text-align: center;
	padding: 16px 16px;
	margin: 0px;
}*/
