@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,400i,500,500i,600,700,700i,800,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&display=swap');
:root {
    --font1:'Lora', serif;
	--font2: 'Merriweather', serif;
	--font3: "Bitter", serif;
	--font-s:18px;
	--font-w:500;
	--color1:#000;
    }



html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	background-color: #fff;
}

a {
	cursor: pointer;
}

button:hover {
	background-color: #0f7ae5 !important;
}

button.primary {
	position: relative;
	margin-top: 20px;
	padding: 15px 42px 16px;
	border-radius: 30px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	z-index: 99;
	height: auto;
	line-height: 1.3;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

button.primary:hover {
	color: #fff;
	background-color: #2c3e50 !important;
}

button.primary:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 30px;
	background: #2E93F2;
	border: 0px solid #2E93F2;
	opacity: 1;
	visibility: visible;
	z-index: -2;
	-webkit-transition: all .8s cubic-bezier(.3, .95, .3, .95);
	-moz-transition: all .8s cubic-bezier(.3, .95, .3, .95);
	transition: all .8s cubic-bezier(.3, .95, .3, .95);
}

.guidelinesBold {
	font-size: 20px;
	margin-bottom: 0px !important;
	font-weight: 600;
}

.optionHld {
	margin: 15px 0px 0px 0px;
}

.optionHld p {
	position: relative;
	padding-left: 100px;
	margin-bottom: 20px !important;
}

.cntInfo {
	display: block;
	width: 100%;
	margin-top: 40px;
}

.cntInfo span {
	display: block;
}

.marBt {
	margin-top: 24px !important;
	display: block;
}

.imgHld {
	display: none;
}

.imgHld img {
	border-radius: 50%;
	border: 15px solid #ffffff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
}

.cpTitle {
	font-size: 24px;
}

.For-anygld {
	margin: 40px 0px;
}

.For-anygld p {
	margin-bottom: 3px !important;
}

.optionHld p span {
	display: inline-block;
	position: absolute;
	left: 0;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.17);
	margin-left: 50px;
	top: 50%;
	transform: translate(0%, -50%);
}

.ui-autocomplete-input.ui-autocomplete-loading {
	background-color: #fff !important;
}

button.primary:hover:before {
	opacity: 0;
	transform: scale(1.2);
	visibility: hidden;
}

button.primary.normal {
	padding: 13px 30px 15px;
}

.home-rated-bank .col-md-4 .home-rated-bank-box button.primary.normal {
	padding: 15px 30px 15px;
	line-height: 9px;
	vertical-align: middle;
}

button.normal,
button.normal:before {
	border-radius: 5px;
}

button.secondary {
	background: #222;
}

button.secondary:hover {
	background-color: #000 !important;
}

button.outline {
	background-color: #FFF;
	color: #2E93F2;
	border: 1px solid #2E93F2;
	line-height: 1.3;
}

button.outline:hover {
	color: #FFF;
}

input[type="text"],
input[type="email"],
input[type="password"] {
	background: #FFF;
	margin-bottom: 20px;
	border-radius: 4px;
}

textarea {
	background: #FFF;
	border: 1px solid rgb(231, 231, 231);
	box-shadow: none;
	padding: 8px 18px;
	color: #727272;
	border-radius: 4px;
	margin-bottom: 20px;
	resize: none;
}

.form-horizontal .submit_btn {
	padding: 0px 45px 0 45px;
	height: 40px !important;
	line-height: 40px;
	/* margin-top: 14px; */
	background: #2e93f2;
	border-color: #2e93f2;
}

textarea.form-control {
	margin-bottom: 15px !important;
}

.form-horizontal .submit_btn:hover {
	border: 1px solid #2e93f2;
}

.bothHlders {
	float: left;
	width: 100%;
}

.By-Country {
	float: left;
	width: 100%;
}

.container-fluid.reviewbank {
	padding: 60px 0px;
	background: #f2f2f2;
}

.reviewbank #testimonial-slider {
	float: left;
	width: 100%;
}

.InstitutionsBy {
	padding: 60px 0px;
	float: left;
	width: 100%;
	background: #fff;
}

.By-Country .container.hideFornow {
	display: none;
}

.login-social-form button {
	background: none !important;
}

.InstitutionsBy .view-more {
	display: none;
}

textarea:focus {
	border: 1px solid #2E93F2;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

h2 {
	line-height: 1.3;
}


/*** custom checkbox/radio ***/

input[type=radio],
input[type=checkbox] {
	width: auto;
	display: inline-block;
	height: auto;
	cursor: pointer;
	margin-right: 3px;
}

input[type=radio]+label,
input[type=checkbox]+label {
	display: inline-block !important;
	margin-right: 25px;
	vertical-align: middle;
	line-height: 1.3;
	margin-bottom: 1px;
	cursor: pointer;
}

input[type=radio]+label:last-child,
input[type=checkbox]+label:last-child {
	margin-right: 0px;
}

[type="checkbox"],
[type="radio"] {
	width: auto;
	position: absolute;
	left: -9999px;
}

[type="checkbox"]+label,
[type="radio"]+label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	font-weight: normal;
	display: block !important;
}

[type="checkbox"]+label:before,
[type="radio"]+label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #d2d8dd;
	background: #FFF;
	border-radius: 3px;
}

[type="radio"]+label:before {
	border-radius: 100%;
}

[type="checkbox"]+label:after,
[type="radio"]+label:after {
	position: absolute;
	top: 5px;
	left: 4px;
	width: 9px;
	height: 9px;
	content: '';
	background: #2E93F2;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

[type="checkbox"]+label:after {
	top: 4px;
	left: 7px;
	width: 6px;
	height: 10px;
	background: none;
	border-bottom: 2px solid #2E93F2;
	border-right: 2px solid #2E93F2;
	transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	border-color: #FFF;
}

[type="radio"]+label:after {
	border-radius: 100%;
	background: #FFF;
	left: 6px;
	top: 6px;
	width: 8px;
	height: 8px;
}

[type="checkbox"]:not(:checked)+label:after,
[type="radio"]:not(:checked)+label:after {
	opacity: 0;
}

[type="checkbox"]:checked+label:before,
[type="radio"]:checked+label:before {
	border-color: #2E93F2 !important;
	background: #2E93F2;
}

[type="checkbox"]:disabled+label::before,
[type="radio"]:disabled+label::before {
	border-color: #DDD;
	background: #f1f1f1;
}

[type="checkbox"]:disabled+label::after {
	border-color: #666;
}

[type="radio"]:disabled+label::after {
	background: #666;
}


/*** END custom checkbox/radio ***/


/*** custom file upload ***/

.file_box {
	display: table;
	width: 100%;
	border: 1px solid rgb(231, 231, 231);
	border-radius: 4px;
}

.file_box:hover {
	cursor: pointer;
}

.file_text {
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	color: #727272;
	padding: 0px 18px;
}

.file_btn {
	display: table-cell;
	vertical-align: middle;
	max-width: 100px;
	text-align: right;
}

.file_btn input[type=button] {
	margin-top: 0px;
	border: 0px;
}

.file_btn input[type=button]:hover {
	background-color: #0f7ae5 !important;
}

.file_hidden {
	height: 0px;
	width: 0px;
	overflow: hidden;
}


/*** END custom file upload ***/

input[readonly] {
	background: #f1f1f1;
	cursor: not-allowed
}

#logo {
	margin-left: 0px;
}

#logo img {
	width: 100%;
}

.sliderHOLDER_mn {
	position: relative;
}

.formHolder {
	position: absolute;
	right: 59px;
	top: 40px;
	/* background: #13141569; */
	height: 100%;
	width: 42%;
	padding: 45px 20px;
	padding-bottom: 3px;
}

.formHolder form {
	background: #fff;
	padding: 10px 20px;
	position: relative;
	border-radius: 0px;
	-webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}

.formHolder form:before {
	content: '';
	position: absolute;
	background: none;
	width: 96%;
	opacity: .62;
	height: 50%;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 3px;
}

.rateHld {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #0070c1;
	color: #fff;
	padding: 20px 0 20px 0;
	font-size: 22px;
	width: 80%;
	text-align: center;
	z-index: 999;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	margin-top: -10px;
}

.rateHld span {
	display: block;
	position: relative;
	font-size: 21px;
}

.ui-widget-content a {
	border-bottom: 1px solid red;
	width: 100%;
	display: block;
	font-weight: 500 !important;
	border-radius: 0px;
	border: none !important;
	padding: 5px 10px !important;
	font-size: 14px !important;
	line-height: 17px !important;
	margin: 0px !important;
}

.ui-widget-content li:hover a {
	border-bottom: 1px solid red;
	width: 100%;
	display: block;
	border-radius: 0px !important;
	padding: 5px 10px !important;
	font-weight: 500 !important;
	font-size: 14px !important;
	border: none !important;
	line-height: 17px !important;
	margin: 0px !important;
}

.box-header.review-box {
	width: 180px;
	height: 180px;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 175px;
	position: relative;
}

.review-page .box-header.review-box .queue {
	display: none;
}

.box-header.review-box:before {
	content: "";
	background: #c1bcbc;
	position: absolute;
	right: 0px;
	width: 1px;
	height: 75%;
	top: 50%;
	transform: translate(0, -50%);
}

.review-page .col-md-9.review-content .imagebox .box-content ul.rating {
	width: 100%;
	margin: 10px 0px 0px 0px;
}

.review-page .review-content .imagebox .box-content {
	padding: 34px 10px 5px 10px;
}

.review-page .review-sidebar-left .scrollbar {
	position: relative;
	overflow-y: auto;
	height: 345px !important;
}

.review-page .col-md-9.review-content .imagebox .box-content ul.rating li {
	display: inline-block;
	font-weight: 500;
	margin-right: 5px;
}

.review-page .col-md-9.review-content .imagebox .box-content ul.rating li a {}

.box-header.review-box img.bank-image {
	object-fit: cover;
	height: 80px;
	width: 80px;
	border-radius: 50%;
}

.box-header.review-box .bank-logo {
	width: 120px !important;
	height: auto;
	border-radius: 50%;
	bottom: 0;
	/*border: 2px solid #0070c2;*/
	background: #fff;
	padding: 20px 15px;
	margin-top: 1px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 0;
}

.rateHld span:before {
	content: ' ';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 32px 24px 0;
	border-color: transparent #065e9e transparent transparent;
	display: inline-block;
	position: absolute;
	left: -28px;
	top: -16px;
	transform: rotate(90deg);
}

.lastSliderCnt {
	width: 85%;
}

.rateHld span:after {
	content: ' ';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 21px 32px 0;
	border-color: transparent #065e9e transparent transparent;
	display: inline-block;
	position: absolute;
	right: -21px;
	top: -20px;
	transform: rotate(-180deg);
}

.pdT100 {
	padding-top: 100px;
	padding-bottom: 38px;
}

.inputHLd input {
	border: none;
	border-bottom: 1px solid #ccc;
	padding: 0px;
	height: 40px;
	outline: none !important;
	border-radius: 0px !important;
	margin-bottom: 30px;
	padding: 0px;
}

.inputHLd ::placeholder {
	color: #a7a2a2 !important;
}

.inputHLd :-ms-input-placeholder {
	color: #a7a2a2 !important;
}

.inputHLd ::-ms-input-placeholder {
	color: #a7a2a2 !important;
}

.Star_Boy {
	text-align: center;
}

.inputHLd input:focus {
	outline: none !important;
	border: none !important;
	border-bottom: 1px solid rgb(33, 136, 240) !important;
}

.inputHLd img {
	margin-top: 10px;
}

.nav-wrap {
	margin-right: 0px;

}

.Submit_ {
	padding: 0px 45px 0 45px;
	height: 40px !important;
	line-height: 40px;
	margin-top: 14px;
}

.menu-arrow:after {
	font-family: "Font Awesome 5 Free";
	content: "\f0d7";
	font-weight: bold;
	margin-left: 7px;
}

#mainnav ul.menu>li {
	margin-right: 25px;
}

#mainnav ul.menu>li:last-child {
	margin-right: 20px;
}

.button-header a {
	display: inline-block;
	margin-left: 10px;
}

.show-search {
	margin-left: 15px;
}

.show-search>button {
	margin-top: 22px;
	margin-bottom: 0px;
}

.show-search>button:hover {
	background-color: transparent !important;
}

.show-search .top-search.active {
	top: 90px;
	width: 350px;
}

.show-search .top-search.active label {
	width: 100%;
}

.show-search .top-search.active label input {
	background: #FFF;
}

.language-switcher {
	float: right;
	display: none;
}

.language-switcher .languageInner {
	line-height: 75px;
	font-size: 16px;
	padding-left: 60px;
	padding-right: 15px;
}

button.search-submit-form {
	top: 0px;
	right: 0px;
	height: 48px;
	padding: 0px 15px;
	border: 0px;
	background: #DDD;
}

.btn-menu {
	top: 25px;
}

.content-box {
	margin: 60px 0px;
}

.content-box h3 {
	margin-bottom: 0px;
	line-height: 1.3;
	font-weight: 500;
}

.content-box p {
	margin-bottom: 15px;
}

.content-box p:last-child {
	margin-bottom: 0px;
}

.content-box ul {
	list-style: disc;
}

.content-box ul,
.content-box ol {
	padding-left: 20px;
	margin-bottom: 15px;
}

.content-box ul li,
.content-box ol li {
	padding-left: 5px;
}

.footerLnks a {
	color: #fff;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 14px;
}

.FollowHld {
	font-size: 16px;
}

.footerScl li {
	display: inline-block;
	width: 28px;
	height: 28px;
	text-align: center;
	border-radius: 2px;
	margin-left: 5px;
}

.footerScl li.facebookBG {
	background: #3b5998;
}

.footerScl li.twitterBG {
	background: #00aced;
}

.footerScl li.youtubeBG {
	background: #ff0000;
}

.footerScl li.instagramBG {
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	background: #d6249f !important;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%) !important;
}

.footerScl li.linkedinBG {
	background: #007bb5 !important;
}

li.FollowHldHD {
	width: auto;
	background: none;
	margin-right: 25px;
}

.footerScl li a {
	line-height: 31px;
	display: block;
}

.footerScl li a:hover {
	color: #fff !important;
}

.footerScl li a:focus {
	color: #fff !important;
}

.footerScl {
	text-align: right;
}

footer {
	padding: 30px 0px 30px 0px;
	font-size: 14px;
	float: left;
	width: 100%;
}

.footerScl li a .fab {
	font-size: 17px;
}

footer h1 {
	font-family: 'Playfair Display';
	font-size: 30px;
	font-weight: bold;
	color: #2E93F2;
	line-height: 1.5;
	margin-top: 30px;
	margin-bottom: 15px;
}

footer h3 {
	color: #2E93F2;
	line-height: 1.5;
	margin-top: 38px;
	margin-bottom: 15px;
}

footer ul li a {
	color: #FFF;
}

footer ul li a:hover,
footer ul li a:focus {
	color: #2E93F2;
}

footer ul.contact-icon li {
	display: flex;
}

footer ul.contact-icon li>div:first-child {
	margin-right: 10px;
}

footer ul.contact-icon li>div:first-child>i {
	font-size: 13px;
}

.footer-bottom ul.social-icon {
	float: right;
	display: flex;
}

.footer-bottom ul.social-icon>li {
	margin: 0px 17px;
}

.footer-bottom ul.social-icon>li>a {
	color: #c2c2c2;
}

.footer-bottom ul.social-icon>li>a:hover {
	color: #2E93F2;
}

.footer-bottom ul.social-icon>li>a span {
	display: none;
}

.slider-banner {
	width: 100%;
	height: 630px;
}

.slider-image {
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.slider-text {
	position: absolute;
	width: 51%;
	top: 50%;
	left: 6%;
	transform: translateY(-50%);
	z-index: 999;
}

.slider-right {
	left: unset;
	right: 10%;
	text-align: right;
}

.slider-center {
	left: 50%;
	right: unset;
	text-align: center;
	transform: translate(-50%, -50%);
}

.slider-text h2 {
	font-size: 36px;
	font-weight: 600;
	color: #fff;
	text-align: left;
	line-height: 1.2;
	padding: 0px;
}
.slider-text h1 {
	font-size: 36px;
	font-weight: 600;
	color: #fff;
	text-align: left;
	line-height: 1.2;
	padding: 0px;
}
/*.flickity-slider .slider-banner:nth-child(1) h2 {
    font-size: 29px;
}
*/
.slider-text h3 {
	font-family: 'Muli', sans-serif;
	font-size: 30px;
	color: #fff;
	text-align: left;
	line-height: 1.5;
}

.slider-text.slider-right h2,
.slider-text.slider-right h3 {
	text-align: right;
}

.slider-text.slider-center h2,
.slider-text.slider-center h3 {
	text-align: center;
}

.slider-text a.button,
.slider-text button {
	display: inline-block;
	box-sizing: border-box;
	border-radius: 5px;
	font-size: 14px;
	padding: 16px 40px;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	background-color: #1e87f0;
	border: 1px solid transparent;
	transition: .1s ease-in-out;
	transition-property: color, background-color, border-color;
	margin-top: 30px;
}

.slider-text input[type=text] {
	height: 55px;
	width: 50%;
	max-width: 350px;
	margin-right: 15px;
	background-color: #fff;
	padding: 20px;
	display: inline-block;
	border-radius: 5px;
	margin-top: 30px;
}

.slider-text button {
	height: unset;
}

.slider-text button>i {
	margin-right: 10px;
	color: #fff;
}

.flickity-button:hover {
	background-color: #fff !important;
}

.flat-highlights {
	top: 0px;
	margin-top: 60px;
	margin-bottom: 30px;
}

.box-imagebox .comment {
	padding-left: 0px !important;
}

.highlights ul.menu-list {
	display: flex;
	flex-wrap: wrap;
}

.highlights ul.menu-list li {
	padding-bottom: 15px;
}

.home-box {
	padding-top: 30px;
	padding-bottom: 30px;
}

.home-title {
	margin-bottom: 40px;
	text-align: center;
}

.home-title h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 5px;
	line-height: 1.3;
	padding-bottom: 15px;
}

.home-title p {
	font-size: 17px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}

.home-review-slider {
	margin: 0px 30px;
}

.home-review-slider .flickity-button:after {
	border: 0px;
	color: #333;
	font-size: 20px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	padding: 0px;
	opacity: 0.5;
}

.home-review-slider .flickity-button:hover:after {
	opacity: 1;
}

.home-review-slider .flickity-button.previous {
	left: -50px;
	background: url(../images/icon-arrowleft.png) no-repeat;
	opacity: 1 !important;
	background-size: 33px;
	background-position: center;
	background-color: #fff;
}

.home-review-slider .flickity-button.previous:after {
	content: none;
}

.home-review-slider .flickity-button.next {
	right: -50px;
	background: url(../images/icon-arrow.png) no-repeat;
	opacity: 1 !important;
	background-size: 33px;
	background-position: center;
	background-color: #fff;
}

.home-review-slider .flickity-button.next:after {
	content: none;
}

.home-review-slider .imagebox {
	padding-bottom: 20px;
}

.home-review-slider .box-image {
	height: 250px;
}

img.bank-image {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.home-rated-bank-box img.bank-image {
	object-fit: cover;
	height: auto;
	width: auto;
	border: 0px solid #fff;
	border-radius: 0px;
	margin-top: 31px;
	padding: 0px 8px;
}

.home-rated-bank-box button.normal,
button.normal:before {
	border-radius: 50px;
}

.sp-Section {
	background: #fff;
	padding: 60px 0px;
}

.home-review-slider ul.rating span.fa {
	margin-right: 5px;
}

.nameHolder .ReviewerName {
	float: left;
	color: #7d7a7a;
	flex-grow: 1;
	line-height: 1.3;
	padding-bottom: 10px;
	text-transform: capitalize;
	margin-left: 12px;
	line-height: 43px;
}

.box-desc-commentTitle {
	float: left;
	width: 100%;
	color: #000;
	font-size: 18px;
	font-weight: 600;
	margin: 0px 0px 3px 0px;
	text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.box-title .rating {
	line-height: 26px;
	width: 100%;
	margin: 15px 0px 15px 0px;
}

.ratingIMG img {
	width: 150px;
}

.ratingIMG {
	float: right;
	width: 100%;
	margin: 10px 0px 0px 0px;
}

.box-content .queue {
	width: 100%;
	float: left;
	position: absolute;
	right: 25px;
	text-align: right;
}

.box-content .ratingIMG {
	display: inline-block;
	width: 130px;
	margin: 10px 3px 0px 0px;
}

.buttonHost {
	width: 100%;
	text-align: left;
	margin-top: 15px;
}

#testimonial-slider .description {
	text-align: center;
	height: 71px;
	overflow: hidden;
	position: relative;
}

#testimonial-slider .testimonial .pic {
	width: 90px;
	height: 90px;
	line-height: 90px;
	display: inline-block;
	margin-top: 30px;
}

#testimonial-slider .testimonial .pic img {
	width: 100%;
	height: 100%;
	padding: 2px;
	border-radius: 50%;
	border: 2px solid #2e93f2;
}

#testimonial-slider .testimonial {
	min-height: 340px !important;
	padding: 0px 65px !important;
	text-align: center;
	margin-top: 30px;
}

.containerHold2 #testimonial-slider .testimonial {
	min-height: 340px !important;
	padding: 0px 0px !important;
	text-align: center;
	margin-top: 30px;
}

.bothHlders .home-bank-col.col-md-12 {
	padding: 0px !important;
}

#testimonial-slider .testimonial .post {
	display: block;
	text-align: center;
	font-size: 18px;
	color: #000;
	margin-top: 15px;
}

.redMr {
	display: block;
	text-align: center;
	color: #2e93f2;
}

#testimonial-slider .star-img img {
	margin: 0px 3px 0px 0px;
	width: 130px;
}

#testimonial-slider .testimonial:before {
	font-size: 50px !important;
	color: #d6d5d5 !important;
	top: 3px !important;
	right: 92px !important;
	z-index: 999 !important;
}

.ratingBank .star-rate {
	display: inline-block;
	float: none;
	width: 35px;
	height: 35px;
	background: #CCC;
	margin-left: 5px;
	border-radius: 0px;
	text-align: center;
	font-size: 16px;
	line-height: 35px;
}

.box-content .ratingIMG img {
	width: 100%;
}

.nameHolder .imh-holder {
	width: 42px;
	height: 42px;
	background: #000;
	display: inline-block;
	float: left;
	border-radius: 50%;
	overflow: hidden;
}

.home-review-slider .box-desc-comment {
	position: relative;
	height: 75px;
	overflow: hidden;
	float: left;
	text-align: justify;
	width: 100%;
}

.yeartDate {
	float: right;
	color: #1a1b1b;
	font-weight: 500;
}

.home-review-slider .box-desc-comment:after {
	position: absolute;
	content: "";
	width: 50px;
	height: 25px;
	right: 0px;
	bottom: 0px;
	padding-left: 5px;
	background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
}

ul.location {
	display: flex;
}

ul.location .address {
	flex-grow: 1;
	line-height: 1.3;
	padding-bottom: 10px;
	text-transform: capitalize;
}

.review-write {
	color: #e2671f;
}

.review-write:hover {
	color: #00b67a;
}

.home-box.howWrk {
	margin-bottom: 30px;
	background: #2e93f2;
	margin: 0px !important;
	padding: 60px 0px;
	float: left;
	width: 100%;
}

.home-box.howWrk .box-content h4.box-title {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	position: relative;
	margin-bottom: 20px;
}

.home-box.howWrk .box-content h4.box-title:before {
	position: absolute;
	content: "";
	background: #fff;
	width: 100px;
	height: 2px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	margin-top: 18px;
}

.home-box.howWrk .iconbox .box-content .box-desc {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
}

.home-box.howWrk .iconbox {
	border: 1px solid #fff;
	padding: 50px 0px;
	min-height: 350px;
}

.home-box.howWrk .btn-more a:before {
	border: 1px solid #fff;
	background: none;
}

.home-box.howWrk {
	background-image: url(../images/aboutbg2.png);
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	margin: 0px !important;
	padding: 0px;
	background-position: bottom;
}

.home-box.howWrk:before {
	position: absolute;
	content: "";
	background: rgba(46, 147, 242, 0.79);
	width: 100%;
	height: 100%;
}

.home-box.howWrk .iconbox .box-header .iconbox-icon {
	height: 100px;
	line-height: 96px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 100px;
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 50%;
}

.home-box.howWrk .iconbox .iconbox-icon img {
	width: 55%;
}

.home-box.howWrk .home-title {
	margin-top: 60px;
}

.home-box.howWrk .btn-more {
	margin-bottom: 60px;
}

.home-box.howWrk .home-title h2 {
	color: #fff !important;
}

.home-box.howWrk .home-title p {
	color: #fff !important;
}

.bank-logo {
	width: 70px !important
}

.home-rated-bank>div {
	margin-bottom: 20px;
}

.home-rated-bank .home-rated-bank-box {
	position: relative;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	padding: 30px 15px;
	text-align: center;
}

.home-rated-bank .home-rated-bank-box .box-image {
	position: relative;
	overflow: hidden;
	border-radius: 0px;
	width: 95px;
	height: 95px;
	border-radius: 50%;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	margin: 0px auto;
}

.home-rated-bank .home-rated-bank-box:hover .box-image img {
	transform: scale(1.1);
}

.home-rated-bank .home-rated-bank-box .box-image img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.home-rated-bank .home-rated-bank-box .box-content {
	padding: 25px 0px;
	padding-bottom: 10px;
}

.home-rated-bank .home-rated-bank-box .box-content .star-img img {
	width: 130px;
	margin: 0px 3px 0px 0px;
}

#testimonial-slider .owl-pagination {
	text-align: center;
	padding-right: 20px;
	margin-top: 30px;
}

#testimonial-slider .owl-pagination .owl-page {
	display: inline-block;
	margin: 0px 5px;
}

#testimonial-slider .owl-pagination .owl-page {
	display: inline-block;
}

#testimonial-slider .owl-pagination .owl-page span {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #ccc;
	border-radius: 50%;
}

#testimonial-slider .owl-pagination .owl-page.active span {
	background: #2e93f2;
}

.home-rated-bank .home-rated-bank-box .box-content a {
	font-weight: 500;
	font-size: 15px;
	color: #2f2d2d;
	display: block;
	margin-bottom: 5px;
	line-height: 1.3;
	font-family: 'Montserrat', sans-serif;
}

.home-rated-bank .home-rated-bank-box .box-content a.home-rated-bank-name {
	margin-bottom: 10px;
	text-transform: uppercase;
}

.home-rated-bank .home-rated-bank-box .box-content a.home-rated-bank-name:hover {
	color: #2E93F2;
}

.home-article {
	background: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
	float: left;
	width: 100%;
}

#snackbar.survey-box {
	z-index: 99999;
	width: 100%;
	max-width: 500px;
}

#snackbar.survey-box button {
	text-transform: uppercase;
}

.view-more {
	padding-bottom: 10px;
}

.view-more button.primary {
	margin-top: 0px;
}

.btn-more {
	margin-top: 40px;
}

.btn-more a {
	display: inline-block;
}

.queue .fa {
	margin: 1px;
	color: #FFD001;
}

.table-scroll {
	overflow-x: auto;
}

.page-banner {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 230px;
}

.page-banner>img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.page-banner-content {
	position: absolute;
	width: 85%;
	height: 100%;
	top: 0px;
	left: 50%;
	transform: translateX(-50%)
}

.page-banner-content h1 {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	color: #FFF;
	line-height: 1.3;
}

.page-banner-content ul {
	position: absolute;
	width: 100%;
	background: none;
	margin: 0px;
	padding: 0px;
	bottom: 0px;
	margin-bottom: 10px;
}

.page-banner-content ul>li {
	padding: 5px 0px;
}

.page-banner-content ul>li,
.page-banner-content ul>li>a {
	color: #FFF;
}

.page-banner-content ul>li:before {
	color: #999;
	margin: 0px 15px;
	padding: 0px;
}

.login-form {
	padding: 0px;
	border-right: 1px solid #7197a3;
	padding-right: 30px;
}

.login-form input {
	background-color: transparent;
}

.login-form [type="checkbox"]+label::before {
	background: transparent;
	border-color: rgb(66, 66, 66);
}

.login-form [type="checkbox"]:checked+label::before {
	background: #2E93F2;
}

.login-button {
	display: flex;
	align-items: center;
}

.login-button button {
	margin-top: 0px;
}

.login-button a {
	color: #2E93F2;
}

.login-button a:hover {
	color: #0f7ae5;
}

.login-social-form {
	padding-top: 59px;
}

.login-social-form label {
    margin-bottom: 20px;
    font-weight: 600;
}

.login-social-form button.facebook,
.login-social-form button.google {
	margin-top: 0px;
	width: 100%;
	font-size: 15px;
	padding: 15px;
}

.login-social-form button.facebook>i,
.login-social-form button.google>i {
	margin-right: 10px;
}

.login-social-form button.facebook:before {
	background-color: #3b5997;
	border-color: #3b5997;
}

.login-social-form button.google:before {
	background-color: #dd4b39;
	border-color: #dd4b39;
}

.login-social-form p {
	text-align: center;
	margin: 12px 0 15px;
}

.register-banner {
	width: 100%;
	height: 200px;
	object-fit: cover;
	margin-top: 45px;
	margin-bottom: 30px;
}

.ptop10 {
	padding-top: 10px
}

.Best_Reviewed {
	background: #f2f2f2;
	padding: 60px 0px;
}

.Best_Reviewed .text-center {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 5px;
	line-height: 1.3;
	font-family: 'Montserrat', sans-serif !important;
	padding: 0px !important;
	margin-top: 0px;
}

.Best_Reviewed .text-center.ptop10 {
	font-weight: 400 !important;
	color: #656565 !important;
	line-height: 1.71429 !important;
	word-spacing: 1.3px !important;
	font-size: 14px !important;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 0px;
}

.Best_Reviewed .home-title {
	margin-bottom: 40px
}

.bestmonth {
	text-align: right;
}

.bestmonth li {
	position: relative;
	display: inline-block;
	padding: 0px;
}

.bestmonth li a {
	font-weight: 500;
	color: #525252;
}

.bestmonth li:before {
	position: absolute;
}

.readmore {
	color: #4ca2f2;
	font-size: 16px
}

.bg-service {
	background: #fff;
	padding: 30px 15px;
	box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.1);
	float: left;
	width: 100%;
	margin-bottom: 35px;
	position: relative;
}

.bg-service:before {
	content: "";
	border-top: 18px solid #fff;
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	position: absolute;
	bottom: -17px;
	left: 10%;
	transform: translateX(-50%);
}

.goodservice p {
	position: relative;
	overflow: hidden;
	float: left;
	text-align: justify;
	font: 15px/24px 'Muli', sans-serif;
	color: #717171;
}

.bg-service:before {}

.description {
	padding-top: 15px
}

.goodservice {
	font-family: 'Montserrat', sans-serif;
	padding: 0px 8px;
}

span {
	font-family: var(--font1);
}

a {
	font-family: 'Montserrat', sans-serif;
}

.goodservice h3 {
	float: left;
	width: 100%;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	margin: 20px 0px 6px 0px;
}

.redmore {
	color: #2E93F2;
}

.bankLgohld {
	background: rgba(0, 0, 0, 0.44);
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 7px 15px;
}

.bankHost {
	position: relative;
}

.bankLgo {
	background: #fff;
	display: inline-block;
	padding: 2px 10px;
	border-radius: 50px;
}

.bankNm {
	display: inline-block;
	text-align: right;
	float: right;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 30px;
	text-shadow: 2px 2px #1d1b1b;
}

.userPro {
	display: inline-block;
	width: 85px;
	height: 85px;
	border-radius: 50%;
	overflow: hidden;
}

.starHost img {
	width: 130px;
}

.pd00 {
	padding-left: 6px;
	padding-right: 10px;
}

.userPro img {
	width: 100%;
}

.userAvater {
	position: relative;
	width: 100%;
	display: block;
	float: left;
}

.userName {
	position: absolute;
	margin-top: 33px;
	margin-left: 20px;
	font-size: 18px;
	font-weight: 500;
}

.Best-Reviewed .owl-pagination {
	position: absolute !important;
	right: 0px !important;
	bottom: 26px !important;
	transform: rotate(180deg) !important;
	margin-top: -28px !important;
}

.Best-Reviewed .owl-pagination span {
	background: #26efa8 !important;
}

.Best-Reviewed .owl-page.active span {
	background: #26efa8 !important;
	opacity: 1 !important;
}

.carousel-control {
	background: none !important;
}

.carousel-control.right {
	right: -100px !important;
	position: absolute;
	top: 50%;
	opacity: .5;
	height: 40px;
}

.carousel-control .glyphicon-chevron-right {
	margin-right: -45px;
}

.carousel-control.left {
	left: -100px !important;
	position: absolute;
	top: 50%;
	opacity: .5;
	height: 40px;
}

.carousel-control .glyphicon-chevron-left {
	margin-left: -45px;
}

.topadbanner .left.carousel-control {
	left: 60px !important;
	top: 30px !important;
	background: none !important;
}

.topadbanner .carousel-control {
	color: #000 !important;
	opacity: 0 !important;
	transition: .5s ease;
	visibility: hidden;
}

.topadbanner:hover .carousel-control {
	opacity: 1 !important;
	visibility: visible;
}

.topadbanner .right.carousel-control {
	right: 60px !important;
	top: 30px !important;
	background: none !important;
}

.topadbanner .glyphicon-chevron-right:before {
	content: none !important;
}

.topadbanner .glyphicon-chevron-left:before {
	content: none !important;
}


/**** Best Reviewed Banks of the Month ****/

.Best_Reviewed {
	background: #f2f2f2;
	padding: 60px 0px;
}

.Best_Reviewed .text-center {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 5px;
	line-height: 1.3;
	font-family: 'Montserrat', sans-serif !important;
	padding: 0px !important;
	margin-top: 0px;
}

.Best_Reviewed .text-center.ptop10 {
	font-weight: 400 !important;
	color: #656565 !important;
	line-height: 1.71429 !important;
	word-spacing: 1.3px !important;
	font-size: 14px !important;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 0px;
}

.Best_Reviewed .home-title {
	margin-bottom: 40px
}

.Best_Reviewed .bestmonth {
	text-align: right;
}

.Best_Reviewed .bestmonth li {
	position: relative;
	display: inline-block;
	padding: 0px;
}

.Best_Reviewed .bestmonth li a {
	font-weight: 500;
	color: #525252;
}

.Best_Reviewed .bestmonth li:before {
	position: absolute;
}

.Best_Reviewed .readmore {
	color: #4ca2f2;
	font-size: 16px
}

.Best_Reviewed .bg-service {
	background: #fff;
	padding: 30px 15px;
	box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.1);
	float: left;
	width: 100%;
	margin-bottom: 35px;
	position: relative;
}

.Best_Reviewed .bg-service:before {
	content: "";
	border-top: 18px solid #fff;
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	position: absolute;
	bottom: -17px;
	left: 10%;
	transform: translateX(-50%);
}

.Best_Reviewed .goodservice p {
	position: relative;
	overflow: hidden;
	float: left;
	text-align: justify;
	font: 15px/24px 'Muli', sans-serif;
	color: #717171;
}

.Best_Reviewed .bg-service:before {}

.Best_Reviewed .description {
	padding-top: 15px
}

.Best_Reviewed .goodservice {
	font-family: 'Montserrat', sans-serif;
	padding: 0px 8px;
}

.Best_Reviewed span {
	font-family: 'Montserrat', sans-serif;
}

.Best_Reviewed a {
	font-family: 'Montserrat', sans-serif;
}

.Best_Reviewed .goodservice h3 {
	float: left;
	width: 100%;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	margin: 20px 0px 6px 0px;
}

.Best_Reviewed .redmore {
	color: #2E93F2;
}

.Best_Reviewed .bankLgohld {
	background: rgba(0, 0, 0, 0.44);
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 10px 15px;
	padding-bottom: 2px;
}

.Best_Reviewed .bankHost {
	position: relative;
}

.Best_Reviewed .bankLgo {
	background: #fff;
	display: inline-block;
	padding: 2px 10px;
	border-radius: 50px;
	overflow: hidden;
	text-align: center;
}

.Best_Reviewed .bankLgo img {
	width: 65%;
}

.Best_Reviewed .bankNm {
	display: inline-block;
	text-align: right;
	float: right;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 40px;
	text-shadow: 2px 2px #1d1b1b;
}

.Best_Reviewed .userPro {
	display: inline-block;
	width: 85px;
	height: 85px;
	border-radius: 50%;
	overflow: hidden;
}

.Best_Reviewed .starHost img {
	width: 130px;
}

.Best_Reviewed .pd00 {
	padding-left: 6px;
	padding-right: 10px;
}

.Best_Reviewed .userPro img {
	width: 100%;
}

.Best_Reviewed .userAvater {
	position: relative;
	width: 100%;
	display: block;
	float: left;
}

.Best_Reviewed .userName {
	position: absolute;
	margin-top: 33px;
	margin-left: 20px;
	font-size: 18px;
	font-weight: 500;
}

#Best-Reviewed .owl-controls {
	position: absolute;
	right: -26px;
	bottom: 26px;
	transform: rotate(90deg);
	margin-top: -28px;
}

#Best-Reviewed .owl-pagination span {
	background: #00db8e !important;
}

.Best_Reviewed .carousel-control {
	background: none !important;
}

.Best_Reviewed .carousel-control.right {
	right: -35px !important;
	position: absolute;
	top: 50%;
	opacity: 1;
	height: 40px;
}

.Best_Reviewed .carousel-control .glyphicon-chevron-right {
	margin-right: -45px;
}

.Best_Reviewed .carousel-control.right .glyphicon {
	width: 44px !important;
	height: 44px !important;
	background: url(../images/icon-arrow.png) no-repeat;
	opacity: 1 !important;
	z-index: 99 !important;
	line-height: 44px !important;
	box-shadow: 4px 4px 4px rgba(228, 228, 228, 0.84), 0 0 4px rgba(165, 163, 163, 0.2);
	background-color: #fff !important;
	background-size: 33px;
	background-position: center;
}

.Best_Reviewed .carousel-control.right .glyphicon:before {
	content: none !important;
}

.Best_Reviewed .carousel-control.left {
	left: -35px !important;
	position: absolute;
	top: 50%;
	opacity: 1;
	height: 40px;
}

.Best_Reviewed .carousel-control.left .glyphicon {
	width: 44px !important;
	height: 44px !important;
	background: url(../images/icon-arrowleft.png) no-repeat;
	opacity: 1 !important;
	z-index: 99 !important;
	line-height: 44px !important;
	box-shadow: 4px 4px 4px rgba(228, 228, 228, 0.84), 0 0 4px rgba(165, 163, 163, 0.2);
	background-color: #fff !important;
	background-size: 33px;
	background-position: center;
}

.Best_Reviewed .carousel-control.left .glyphicon:before {
	content: none !important;
}

.Best_Reviewed .carousel-control .glyphicon-chevron-left {
	margin-left: -45px;
}

#Best-Reviewed .owl-pagination span {
	background: #00db8e !important;
}

.Best_Reviewed .owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 10px 7px;
	filter: Alpha(Opacity=50);
	opacity: .5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

#Best-Reviewed .owl-controls {
	position: absolute;
	right: 0px;
	bottom: 0px;
	transform: rotate(180deg);
	margin-top: -28px;
}

#Best-Reviewed .owl-page.active span {
	background: #00db8e !important;
	opacity: 1;
}

.Best_Reviewed {
	border-bottom: 1px solid #ffffff;
}


/**** eND Best Reviewed Banks of the Month ****/


/**** ALERT MESSAGE ****/

.alert-msg {
	padding: 7px 10px;
	font-size: 14px;
	margin-bottom: 30px;
}

.alert-msg.success {
	background-color: #e9f9e5;
	color: #1c8400;
	border: 1px solid #b4e8aa;
}

.alert-msg.error {
	background-color: #f9e5e6;
	color: #b50007;
	border: 1px solid #e8aaad;
}


/**** END ALERT MESSAGE ****/


/**** ARTICLE PAGE ****/

.article-list {
	display: flex;
	flex-wrap: wrap;
}

.article-list>div {
	margin-bottom: 50px;
}

.article-list article {
	background-color: #ffffff;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	height: auto;
}

.article-list .article-image {
	position: relative;
	display: inline-block;
	height: 250px;
	width: 100%;
	padding: 5px 10px 5px 10px;
}

.article-list .article-image>a {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.article-list .article-image img {
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.article-list article:hover .article-image img {
	transform: scale(1.15);
}

.article-list .article-content {
	position: relative;
	display: inline-block;
	padding: 0 20px 12px;
	width: 100%;
	min-height:270px;
}

.article-list .article-tag {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.article-list .article-cat {
	float: left;
	font-family: 'Playfair Display';
	padding-left: 0px;
	font-size: 14px;
	line-height: 1.3;
}

.article-list .article-date {
	line-height: 1.3;
	text-align: right;
}

.article-list h2 {
	padding: 10px 0px 10px 0px;
	text-align: left;
	vertical-align: top;
	line-height: 0px;
		
	height:65px;
	overflow: hidden
}
.article-list h2 a {
    font-size: 15px;
    /* font-weight: 600; */
    color: #111;
    display: inline-block;
    width: 100%;
    line-height: 21px;
    font-weight: 700;
    font-family: var(--font3);
}
.article-list .article-content p {
    position: relative;
    font-size: 13px;
    /* color: #868686; */
    margin-top: 15px;
    float: right;
    color: #000;
    font-family: var(--font2);
    font-weight: 500;
}

.article-list .article-content p a {
    color: #2E93F2 !important;
    display: inherit;
    font-family: var(--font3);
    font-weight: 600;
}
.article-list .article-user {
	margin-top: 15px;
}

.article-list .article-user,
.article-list a {
	color: #545454;
	font-size: 14px;
}

.article-list a:hover {
	color: #2E93F2;
}
.article-single,
.article-single-sidebar {
	margin-bottom: 50px;
}

.article-single-page {
	display: flex;
	flex-wrap: wrap;
}
.article-single-page .article-single img{
    width:100%;
}

.article-single .article-single-date {
	margin-bottom: 5px;
	text-align: center;
	padding-top: 10px;
}

.article-single h2 {
	/* line-height: 1.3; */
	text-align: left;
	padding: 0 0 0px 0;
	color: #111;	
	text-align: left;
	margin-top: 0;
	position: relative;
	font:700 40px/50px var(--font3)

}
.article-single h3 {
	text-align: left;
	font-size: 37px;
	display: none;
}

.content-box .article-single p {
	margin-bottom: 5px;
    /* line-height: 1.71429 !important; */
    /* font-family: 'Montserrat', sans-serif; */
    /* color: #444444; */
	line-height:30px;
    text-align: justify;
	font-family: var(--font1);
	font-weight: var(--font-w);
	font-size: var(--font-s);
	color:var(--color1);
}

.content-box .article-single p{
	font:400 14px/30px var(--font2)
}
.content-box .article-single strong , .content-box .article-single a , .content-box .article-single li , .content-box .article-single strong span {
	font-family: var(--font2);
}


.content-box .article-single p a span{
	font-family: var(--font1);
	font-weight: var(--font-w);
}
.article-single-page ul li{
	font-family: var(--font1);
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
    color: #000;
    margin-top: 10px;
}

.article-single h4 {
	font-size: 17px;
	margin-bottom:4px;
}
.keywords_r a {
    display: inline-block;
    padding-right: 10px;
}
.article-single .keywords_r > h4 {
	padding-right: 5px;
}
.article-single .keywords_r h4 {
    font-weight: 500;
    display: inline-block;
	font-family: var(--font1);
	color:var(--color1);
}
.article-single .keywords_r  a span:last-child{
	content: none;
}
.keywords_r.keywords_s {
    position: relative;
    padding-bottom:7px;
	
}
.keywords_r{
	padding-bottom:7px;
}
.keywords_r.keyword  h4 {
    display: inline-block;
}
.row_keywords {
    display: inline;
	
}
.row_keywords h4 span{
	font-family: var(--font1);
}


.content-box .article-single p em {
	font-style: italic;
}

.content-box .article-single b {
	/* font-weight: 700; */
	/* color: #464343; */
	color:var(--color1);
	font-weight: var(--font-w );
}

.content-box .article-single strong {
	font-weight: 700;
	/* color: #464343; */
	color: var(--color1);
}

ul.article-single-icon {
	list-style: none;
	padding: 0px;
	margin-bottom: 20px;
}
.article-single-icon li a{
	color: var(--color1);
	font-family: var(--font1);
}

ul.article-single-icon li {
	display: inline-block;
	padding-left: 0px;
	padding-right: 20px;
	font-weight: 600;
}

ul.article-single-icon li i {
	/* color: #888;*/
	color:var(--color1);
	padding-right: 3px;
}

ul.article-single-icon li a:hover i {
	color: #2E93F2
}

.article-single-sidebar-box {
	padding: 20px;
	padding-bottom: 0px;
	border: 1px solid #CCC;
	margin-left: -15px;
	margin-right: -15px;
}

.article-single-sidebar-box>.row {
	margin-bottom: 20px;
}

.article-single-sidebar-box h3 {
	font-size: 18px;
	text-align: center;
}

.article-single-sidebar-box h4 {
	font-size: 14px;
	line-height: 1.5;
}

.article-single-comment a {
	cursor: pointer;
}

.article-single-comment h3 {
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 05px;
	font-family: var(--font1);
	color:var(--color1);
}

.article-single-comment ol {
	display: inline-block;
	width: 100%;
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 10px;
}

.article-single-comment ol li {
	display: flex;
	flex-wrap: wrap;
	flex-flow: row;
	margin-bottom: 20px;
	padding-left: 0px;
}

.article-single-comment .comment-image {
	margin-right: 30px;
	width: 100%;
	max-width: 90px;
}

.article-single-comment .comment-image img {
	border-radius: 50%;
}

.article-single-comment .comment-content {
	width: 100%;
}

.article-single-comment .comment-date {
	color: #c2c2c2;
	font-size: 12px;
	line-height: 1.3;
}

.article-single-comment h5 {
	font-weight: 500;
	font-size: 16px;
	margin: 10px 0 10px;
}

.article-single-comment .comment-user {
	color: #c2c2c2;
	/*margin-bottom: 20px;*/
}

.article-single-comment .comment-user span {
	color: #2c3e50;
}

.article-single-comment .comment-like ul {
	padding-left: 0px;
	margin: 0px;
	float: left;
	margin-bottom: 15px;
}

.article-single-comment .comment-like ul li {
	display: inline-block;
	padding-right: 20px;
	margin-top: 5px;
	margin-bottom: 0px;
}

.article-single-comment .comment-like ul li a.active {
	color: #2E93F2;
}

.home-review-slider {
	margin-top: 30px;
}

.article-single-comment .comment-like ul li i.fas {
	font-size: 16px;
	margin-right: 5px;
}

.article-single-comment .comment-reply {
	float: right;
	margin-top: 5px;
}

.article-single-comment .comment-reply-num {
	display: inline-block;
	width: 100%;
	color: #2E93F2;
	margin-bottom: 10px;
}

.article-single-comment .comment-reply-num span {
	cursor: pointer;
}

.article-single-comment .comment-box {
	display: inline-block;
	width: 100%;
	padding: 20px !important;
}

.article-single-comment .comment-box button.primary {
	margin-top: 10px;
}

.article-single-comment .comment-reply-box {
	margin-bottom: 0px;
}

.article-single-comment .comment-reply-box>li {
	background: rgba(238, 238, 238, 0.5);
	border: 1px solid #EEE;
	padding: 10px;
}

.article-single-comment .comment-reply-box .comment-date {
	margin-bottom: 5px;
	color: #999;
}

.article-single-comment .comment-reply-box .comment-date span {
	color: #2c3e50;
}

.article-single-comment .comment-reply-box .comment-like ul li {
	margin: 0px;
}

.article-single-comment .pagination {
	margin-top: 0px;
	margin-bottom: 30px;
}

.article-single-user-box {
	margin-left: 65px;
	padding-left: 30px;
	padding-bottom: 10px;
	margin-top: 3px;
	border-left: 1px solid #c2c2c2;
}

.article-single-user-box>img {
	border-radius: 7px;
}

.article-single-user-info {
	margin-top: 25px;
}

.article-single-user-info h5 {
	margin-bottom: 4px;
	font-size: 16px;
	font-weight: 500;
}

.article-single-user-info span {
	font-size: 12px;
	color: #c2c2c2;
}

.article-single-user-info ul.icon-social {
	padding-left: 0px;
	margin-top: 10px;
}

.article-single-user-info ul.icon-social li {
	display: inline-block;
	margin-right: 10px;
	padding-left: 0px;
}

.article-single-user-info ul.icon-social li a:not(:hover) {
	color: #c2c2c2;
}

.article-single-user-desc {
	font-size: 13px;
}
/* .blog-table tr td{
	font-family: var(--font1);


} */

/**** END ARTICLE PAGE ****/


/**** PAGINATION ****/

.pagination {
	width: 100%;
	text-align: center;
}

.pagination>a {
	position: relative;
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	margin: 0 5px 7px 5px;
	padding: 7px 0px;
	border: 1px solid #ddd;
	line-height: 1.3;
}

.pagination>a.active {
	background-color: #2E93F2;
	border-color: #2E93F2;
	color: #FFF !important;
}

.pagination>a:hover,
.pagination>a:focus {
	color: #23527c !important;
	background-color: #eee;
}


/**** END PAGINATION ****/

#mainnav-mobi ul>li.mobile-member>a>i {
	margin-right: 10px;
}


/***** PROFILE *****/

.profile-box {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}

.profile-box-main {
	padding: 20px 10px;
	margin-top: -130px;
}

.profile-box h4 {
	font-weight: 500
}

.profile-box h3 {
	margin-bottom: 25px;
}

.profile-photo {
	border-radius: 50%;
	width: 120px;
	height: 120px;
	object-fit: cover;
}

.profile-review {
	font-size: 18px;
}

.profile-review h4 {
	font-weight: 600;
}

.profile-box button.outline {
	height: auto;
	padding: 10px 25px;
	float: right;
}

ul.profile-tabs {
	padding-left: 0px;
	margin-bottom: 0px;
	padding-top: 30px;
}

ul.profile-tabs li {
	padding-left: 0px;
}

.profile-sidebar-left,
.profile-sidebar-right {
	padding: 0px;
}

.profile-sidebar-left .profile-box,
.profile-sidebar-right .profile-box {
	padding: 20px;
}

.profile-pic-box {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 7px;
}

.profile-pic-box .file_box {
	position: relative;
	width: 150px;
	height: 150px;
	text-align: center;
	float: left;
	margin-right: 10px;
}

.profile-pic-box .file_box:hover {
	background: #EEE;
}

.profile-pic-box .file_text {
	width: 100%;
	word-break: break-all;
	overflow: hidden;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	max-height: 90%;
	line-height: 1.4;
}

.profile-pic-box .file_btn {
	display: none;
}

.profile-pic-box {
	display: inline-block;
	width: 100%;
}

.profile-pic-box .profile-image {
	position: relative;
	display: flex;
	float: left;
	width: 150px;
	height: 150px;
	margin-bottom: 10px;
	margin-right: 10px;
	border: 1px solid #DDD;
	padding: 7px;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.profile-pic-box .profile-image>a {
	display: inherit;
}

.profile-pic-box .profile-image a.profile-image-remove {
	position: absolute;
	right: 1px;
	top: 1px;
	padding: 2px;
	background: #FFF;
	line-height: 1;
}

ul.profile-intro {
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-top: 7px;
}

ul.profile-intro>li {
	display: flex;
	padding-left: 0px;
	margin-top: 5px;
}

ul.profile-intro>li i {
	display: inline-table;
	margin-right: 5px;
	margin-top: 6px;
	font-size: 13px;
	width: 15px;
}

ul.profile-intro>li>a {
	display: flex;
	width: 100%;
}

ul.profile-intro>li i.fa-city {
	font-size: 11px;
}

ul.profile-share>li i {
	margin-top: 5px;
}

.tab-content.profile-box h3 {
	margin-bottom: 10px;
}

.profile-sidebar-right h4 {
	font-size: 21px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #DDD
}

ul.profile-recent-review {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

ul.profile-recent-review li {
	padding-left: 0px;
	margin-top: 25px;
	font-size: 13px;
}

.profile-recent-user {
	display: flex;
	margin-bottom: 10px;
}

.profile-recent-user img {
	border-radius: 50%;
	width: 70px;
	height: 70px;
	margin-right: 10px;
}

.profile-recent-user>div {
	width: 100%;
}

.profile-recent-user>div p {
	font-size: 18px;
	margin-bottom: 0px !important;
}

.profile-recent-user>div .profile-recent-bank {
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	line-height: 1.4;
	margin-top: 5px;
}

.profile-recent-user>div .queue {
	font-size: 13px;
}

ul.profile-recent-review li p {
	margin-bottom: 5px;
}

ul.profile-recent-review li a.link {
	color: #2E93F2;
}

ul.profile-recent-review li a.link:hover {
	color: #0f7ae5;
}

.profile-cover {
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 300px;
	top: 75px;
	left: 0px;
}

ol.blog-list {
	margin: 0px;
	margin-top: 20px;
	list-style: decimal;
	padding-left: 35px;
}

ol.blog-list>li {
	margin-bottom: 15px;
}

.blog-list-date {
	font-size: 14px;
	color: #999;
}

ol.blog-list h4 a {
	color: #444444;
	margin-right: 0px;
}

ol.blog-list h4 a:hover {
	color: #2E93F2;
}

ol.blog-list h4>span {
	font-weight: normal;
	color: #F00;
}


/***** END PROFILE *****/


/***** MODAL *****/

.modal-backdrop.in {
	z-index: 9999;
}

.modal-open .modal {
	z-index: 99999;
}

.modal-body {
	display: inline-block;
	width: 100%;
	padding: 15px 5px;
}

.modal-header {
	padding: 10px 15px;
}

.modal-header .close {
	height: auto;
	font-size: 35px;
	opacity: 1;
}

.modal-header .close:hover {
	color: #0f7ae5;
	background: transparent !important;
}

.modal-header h4 {
	font-size: 22px;
	font-weight: 500;
	padding-bottom: 0px;
}

.modal-body button.primary {
	margin-top: 10px;
}

.modal-body form label {
	display: block;
	margin-bottom: 3px;
}

.modal-body .form-control {
	padding: 10px 15px;
	height: auto;
	line-height: 1.5;
	border: 1px solid rgb(231, 231, 231);
	box-shadow: none;
}

.coverpage-remove {
	position: absolute;
	right: 0px;
	padding: 3px;
	background: #FFF;
	line-height: 1;
}


/***** END MODAL *****/


/**** REVIEWS ****/

.review-search-bar {
	display: inline-block;
	width: 100%;
	background-color: #ffffff;
	border-radius: 10px;
	padding: 10px 2px;
	margin-top: -20px;
	box-shadow: 0px 0px 25px 0px rgba(165, 165, 165, 0.247);
}

.review-search-bar>form>div:first-child,
.review-search-bar>form>div:nth-child(2) {
	border-right: 1px solid #CCC;
}

.review-search-bar input {
	padding: 0px;
	border: 0px;
}

.review-search-bar input:-moz-placeholder,
.review-search-bar input::placeholder {
	color: #2c3e50;
	opacity: 1;
}

.review-search-bar input:focus {
	border: 0px;
}

.review-search-bar button {
	width: 100%;
}

.review-search-bar .select2-container {
	margin-bottom: 0px;
}

.review-search-bar .select2-container .select2-selection {
	box-shadow: none;
	border: 0px;
}

.review-search-bar .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 13px 0px;
}

.review-page {
	display: inline-block;
	width: 100%;
	padding: 30px 0px;
}

.review-page .review-sidebar-left {
	display: inline-block;
	background-color: #FFF;
	padding: 20px 5px 0px 5px;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
}

.review-page .review-sidebar-left>div {
	margin-bottom: 30px;
}

.review-page .review-sidebar-left h5 {
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 1.5;
}

.review-page .review-sidebar-left input[type=text] {
	border-radius: 5px;
	padding: 8px 12px;
}

.review-page .review-sidebar-left .scrollbar {
	position: relative;
	overflow-y: auto;
	height: 300px;
}

.review-page .review-sidebar-left input[type="checkbox"]+label {
	width: 100%;
	margin-bottom: 5px;
	margin-right: 0px;
}

.review-page .review-sidebar-left input[type="checkbox"]+label:last-child {
	margin-bottom: 0px;
}

.review-sidebar-left input,
.review-search-bar input {
	margin-bottom: 0px;
}

.review-content,
.review-content>div {
	padding-right: 0px;
}

.review-content .imagebox {
	margin-bottom: 30px;
}

.review-content .bank-image {
	border-radius: 8px;
}

.review-content .imagebox .box-content {
	padding: 15px 10px 5px 10px;
}

.imagebox .box-content ul.rating li:not(:last-child) {
	padding-right: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
}

.review-content ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.review-content ul li {
	padding-left: 0px;
}

.review-content ul .fa {
	margin-right: 5px;
}

ul.review-rate {
	list-style: none;
	margin: 0px;
	padding: 5px 10px 15px 10px;
	border-top: 1px solid #ebebeb;
}

ul.review-rate li {
	display: inline-block;
	color: #c2c2c2;
	line-height: 1.3;
	font-size: 14px;
	border-right: 1px solid #c2c2c2;
	padding-right: 15px;
	margin-right: 15px;
	padding-left: 0px;
}

ul.review-rate li:first-child {
	padding-left: 0px;
}

ul.review-rate li:last-child {
	padding-right: 0px;
	border-right: 0px;
}

ul.review-rate li.review-star i.fa {
	color: #FFD001;
	margin-right: 2px;
}

ul.review-rate li.review-star i.fa:last-child {
	margin-right: 0px;
}

.review-search-country {
	background-color: transparent;
	box-shadow: none;
	border-bottom: 1px solid #CCC;
	border-radius: 0px;
	padding: 0px;
}

.review-search-country h4 {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 20px;
}

.review-search-country-col {
	padding: 0px 5px;
	margin-bottom: 15px;
}

.review-search-country-col:nth-child(2) {
	padding-left: 0px;
}

.review-search-country-col:last-child {
	padding-right: 0px;
}

.review-search-country button[type=submit] {
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 15px;
	width: auto;
}

.review-search-country>form>div:first-child,
.review-search-country>form>div:nth-child(2) {
	border-right: 0px;
}

.review-title {
	font-size: 26px;
	font-weight: 800;
	padding-top: 20px;
	padding-bottom: 10px;
}

ul.review-desc-rate {
	border-top: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

ul.review-desc-rate li {
	color: #444;
	border-color: #aaa;
	font-size: 15px;
	margin-right: 22px;
	padding-right: 25px;
	margin-bottom: 5px;
}

ul.review-desc-rate li em {
	font-style: italic;
}

ul.review-desc-rate li.review-star {
	border-right: 0px;
	padding-right: 10px;
	margin-right: 0px;
}

ul.review-desc-rate li i {
	margin-right: 5px;
}

.review-desc-button a {
	margin-left: 0px;
	margin-top: 15px;
	margin-bottom: 20px;
}

.save-share {
	margin-right: 0px;
	margin-top: 25px;
}

#bank-comment ul.nav,
#bank-comment ul.nav li {
	padding-left: 0px;
}

#bank-sidebar {
	margin-top: 0px;
}

#bank-sidebar>div {
	padding-left: 0px;
	padding-right: 0px;
}

#bank-sidebar h3 {
	padding-top: 20px;
}

.queue .date {
	margin-left: 10px;
}

.tab-pane a {
	float: none;
}

a.review-comment {
	float: right;
}

.review-msg {
	position: relative;
	max-height: 70px;
	overflow: hidden;
}

.review-msg:after {
	position: absolute;
	content: "";
	width: 50px;
	height: 25px;
	right: 0px;
	bottom: 0px;
	padding-left: 5px;
	background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
}

.new-text {
	font-size: 14px;
	color: #F00;
	padding-left: 10px;
	margin-top: -20px;
	margin-bottom: 15px;
}

.save-share a:last-child {
	border-right: 0px;
}

#atstbx {
	display: inline-block !important;
	vertical-align: middle !important;
	padding-bottom: 5px !important;
}

.at-style-responsive .at-share-btn {
	padding: 0px !important;
	margin: 0px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper svg {
	display: none;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
	width: auto !important;
	overflow: unset;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper:before {
	font-family: "Font Awesome 5 Free";
	content: "\f1e0";
	font-weight: bold;
	color: #525252;
	font-size: 15px;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper:after {
	font-family: 'Muli', sans-serif;
	content: "Share";
	color: #525252;
	font-size: 15px;
	margin-left: 5px;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper:hover:before,
.at-resp-share-element .at-share-btn .at-icon-wrapper:hover:after {
	color: #2E93F2;
}

#at_hover {
	padding: 5px 0px !important;
}

#at15s.atm {
	margin-top: 10px !important;
}

#at15s #at_hover.atm-s a,
.atm-s a {
	padding: 5px 10px !important;
	color: #000 !important;
	font-size: 13px;
}

#at15s #at_hover.atm-s a:hover,
.atm-s a:hover {
	background: #2E93F2 !important;
	color: #FFF !important;
}

.atm-f {
	display: none;
}


/**** END REVIEWS ****/


/**** ADD REVIEW ****/

.add-review-page {
	background-color: #FFF;
}

.add-review-page .content-box {
	margin: 0px;
}

.add-review-sidebar {
	position: absolute;
	top: 0px;
	right: 20px;
	padding: 60px 30px 0px 30px;
	background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
	background-color: #0d5fb1;
	color: #FFF;
	height: 100%;
}

.add-review-sidebar p {
	font-size: 14px;
	opacity: 0.8;
	margin-bottom: 50px;
}

.add-review-box {
	padding-top: 55px;
	padding-bottom: 30px;
}

.add-review-box h2 {
	line-height: 1.3;
	text-align: left;
	padding: 0px;
}

.add-review-box h3 {
	font-size: 18px;
	margin-bottom: 20px;
	margin-top: 25px;
}

.add-review-box h3>a {
	color: #2e93f2;
}

.add-review-box .bootstrap-select>.dropdown-toggle {
	margin-bottom: 20px;
}

.add-review-item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.add-review-item input[type="checkbox"]+label {
	margin-bottom: 20px;
	padding-left: 40px;
}

.add-review-item [type="checkbox"]+label::before {
	width: 30px;
	height: 30px;
	border-radius: 4px;
	border-color: #d2d8dd;
	top: -5px;
}

.add-review-item [type="checkbox"]+label::after {
	width: 7px;
	height: 12px;
	left: 12px;
	top: 3px;
	border-color: #FFF;
}

.add-review-box textarea {
	min-height: 100px;
	height: 100px;
	resize: vertical;
}

.star-rate-box {
	margin-top: 50px;
}

.star-rate-box h3 {
	margin-top: 0px;
	margin-bottom: 30px;
}

.star-rate {
	display: inline-block;
	float: none;
	width: 25px;
	height: 25px;
	background: #CCC;
	margin-left: 5px;
	border-radius: 4px;
	text-align: center;
	font-size: 13px;
}

.star-rate.active {
	background: #00b67a;
}

.star-rate i {
	color: #FFF;
}

h3.tab-accordion {
	position: relative;
	padding-right: 35px;
	cursor: pointer;
}

h3.tab-accordion:after {
	position: absolute;
	right: 5px;
	top: -5px;
	content: "+";
	font-size: 36px;
	font-weight: 200;
	line-height: 1;
}

h3.tab-accordion.active:after {
	content: "-";
	font-size: 50px;
	font-weight: 100;
	top: -15px;
}

ul.tab-panel-review {
	list-style: none;
	padding: 0px;
}

ul.tab-panel-review>li {
	background-color: #f9f9f9;
	border-radius: 5px;
	padding: 10px 15px;
	margin-bottom: 5px;
	font-size: 16px;
}

.tab-panel-review-title {
	color: #2e93f2;
}

.add-review-terms {
	margin-top: 40px;
	margin-bottom: 25px;
	border-bottom: 2px solid #ededed;
	padding-bottom: 25px;
}

.ajax-search-box {
	position: relative;
}

.ajax-result {
	position: absolute;
	z-index: 999;
	top: 100%;
	left: 0;
	box-sizing: border-box;
}

.ajax-result ul {
	list-style: none;
	margin: 0;
	padding: 0px;
	cursor: pointer;
	background: #FFF;
	border: 1px solid rgb(231, 231, 231);
	border-top: 0px;
}

.ajax-result ul li {
	padding: 0px;
}

.ajax-result ul li div {
	padding: 3px 18px;
}

.ajax-result ul li div.ui-state-active {
	background: #EEE;
}

.ui-autocomplete {
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
}

.ui-autocomplete-loading {
	background: url('../images/loading.gif') no-repeat right 10px center !important;
	background-size: 25px !important;
	transition: none !important;
}


/**** END ADD REVIEW ****/


/**** REVIEW COMMENT ****/

.review-comment-box {
	display: inline-block;
	width: 100%;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	padding: 25px 20px;
	margin-bottom: 40px;
}

.review-comment-box h4 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 5px;
}

.recent-review-box {
	margin-bottom: 30px;
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.recent-review-box .col-sm-4 {
	padding-right: 0px;
}

.recent-review-box .member-photo {
	width: 70px;
	height: 70px;
}

.recent-review-box h4 {
	font-size: 17px;
	font-weight: 500;
	line-height: 1.3;
}

.recent-review-box h6 {
	font-size: 15px;
	line-height: 1.3;
	margin-bottom: 5px;
	font-weight: 500;
}

.recent-review-box .queue {
	font-size: 13px;
}

.recent-review-text {
	font-size: 14px;
	line-height: 1.6;
	margin-top: 5px;
	font-weight: 500;
}

.recent-review-text a {
	color: #2E93F2;
}

.recent-review-text a:hover {
	text-decoration: underline;
}

.review-comment-form {
	padding: 25px 30px 30px;
	background-color: #F5F9FD;
}

.review-comment-form h4 {
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 10px;
}

.review-comment-form textarea {
	height: 140px
}

.comments-date {
	font-size: 14px;
	color: #999;
	font-style: italic;
}

.dummy-name {
	margin-bottom: 15px;
}


/**** END REVIEW COMMENT ****/


/**** BOOTSTRAP SELECTION ****/

select.noborder+button.dropdown-toggle,
.open select.noborder+button.dropdown-toggle,
.open select.noborder+button.dropdown-toggle:focus {
	padding: 0px;
	border: 0px;
	background-color: transparent;
	border-color: transparent;
	box-shadow: none;
	outline: transparent !important;
}

select.noborder+.dropdown-toggle .filter-option-inner {
	padding-right: 20px;
}

select.noborder+.dropdown-toggle .caret {
	right: 0px;
}

.bootstrap-select .dropdown-header {
	padding: 5px 20px;
	padding-left: 10px !important;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

.bootstrap-select .dropdown-menu li a.opt {
	padding-left: 20px;
}

#SortForm {
	text-align: right;
}

select#sort+button.dropdown-toggle {
	border: 0px;
	background: transparent;
	font-size: 15px;
	height: auto;
	line-height: 1.3;
	margin-bottom: 10px;
	box-shadow: none;
	outline: transparent !important;
}

select#sort+button.dropdown-toggle:focus {
	outline: none !important;
}

select#sort+button.dropdown-toggle .filter-option {
	padding-top: 4px;
}

select#sort+button.dropdown-toggle .filter-option-inner-inner {
	text-align: right;
	padding-right: 5px;
}

#SortForm .bootstrap-select .dropdown-menu.open {
	margin-top: 0px;
	box-shadow: 0 6px 20px rgba(0, 0, 0, .17);
	border: 1px solid #EEE;
	border-radius: 0px;
}

#SortForm .bootstrap-select .dropdown-menu li a {
	padding: 5px 12px;
}

.bootstrap-select.dropup .caret {
	border-bottom: 0px;
}


/**** END BOOTSTRAP SELECTION ****/

.mb-5 {
	margin-bottom: 5px !important;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-30 {
	margin-bottom: 30px;
}

input.cke_dialog_ui_input_text,
input.cke_dialog_ui_input_password,
textarea.cke_dialog_ui_input_textarea,
select.cke_dialog_ui_input_select {
	height: auto !important;
}

.cke_dialog_ui_checkbox [type=checkbox]+label {
	padding-left: 0px;
}

.cke_dialog_ui_checkbox [type=checkbox]+label:before,
.cke_dialog_ui_checkbox [type=checkbox]+label:after {
	display: none;
}

.badge-box {
	text-align: center;
	margin-top: 40px
}

.badge-box img.badges {
	max-width: 130px;
	border-radius: 100%;
}

.badge-box img.badges-locked {
	filter: blur(2.5px);
}

.badge-box img.badges-lock {
	position: absolute;
	height: 60px;
	width: 60px;
	border: 2px solid black;
	border-radius: 35px;
	top: -15px;
	background-color: white;
}

.badge-box h5 {
	margin: 20px auto 0px auto;
	font-weight: 700;
	color: #000;
	width: 180px;
	line-height: 1.3;
	height: 39px;
}

.badge-box hr {
	margin-bottom: 10px;
}

.badge-box h6 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 50px;
}

img.bank-image {
	object-fit: cover;
	height: 100%;
	width: 100%;
	border: 4px solid #fff;
	border-radius: 50%;
}

.reviewtop {
	text-transform: capitalize
}


.right-img img {
	margin-bottom: 10px;
}

.padd0 {
	padding: 0;
}
/*=============new css===================*/

#mainnav .menu>li>.submenu.submenu_new {
  width: 710px;
    left: -424%;
    padding: 30px
}
ul.submenu.submenu_new span {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    display: block;
    margin-bottom: 20px;
}
.submenu.submenu_new li:not(:first-child) {
    border-top: solid 1px #333;
}
ul.submenu.submenu_new a {
    color: #999;
    display: block;
    padding: 0px 0px 0px 2px;
    line-height: 43px;
}

/*================new css===============*/

.row.comparison-section {
    box-shadow: 0 0 15px rgb(0 0 0 / 12%);
    border-radius: 5px;
    background: #ffffff;
    padding: 35px;
}
.col-space{
	padding: 0;
}
.comparison-box {
    border-right: 1px solid #e0dfdf;
    padding-right: 30px;
    border-bottom: solid 1px #e0dfdf;
    padding-left: 30px;
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: center;
}
.comparison-box h4 {
    color: #333;
    margin-top: 10px;
    line-height: 29px;
    font-weight: 600;
    font-size: 18px;
}
.comparison-heading {
    font-size: 26px;
    margin-bottom: 30px!important;
    text-align: center;
    font-weight: 600;
}
.col-space:nth-child(1) .comparison-box, .col-space:nth-child(2) .comparison-box, .col-space:nth-child(3) .comparison-box,
 .col-space:nth-child(4) .comparison-box{
   border-top: solid 1px #e0dfdf;
 }
.col-space:nth-child(1) .comparison-box, .col-space:nth-child(5) .comparison-box, .col-space:nth-child(9) .comparison-box,
 .col-space:nth-child(13) .comparison-box
 {
   border-left:solid 1px #e0dfdf;
}
/* .col-lg */

/*=========================== new review css start===============================*/

.review-section{
	padding: 50px 0
}
.review-section .review-content {
    border-radius: 4px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
    padding: 20px;
}
.review-section .box-image{
	position: relative;
}
.review-section .review-content .box-header.review-box{
    border: 1px solid rgba(36,44,66,.2);
    padding: 20px 10px;
    border-radius: 3px;
    width: auto;
    height: auto;
    line-height: unset;
    margin-top:0;
}
.review-section .review-content .box-header.review-box:before{
	background: none;
}
.review-section .review-content .box-header.review-box .bank-logo {
    width: auto!important;
}
.review-section .imagebox .review-content .box-header .box-image:after{
	background-color: none;
}
.review-section .review-content ul.review-desc-rate li {
    font-size: 12px;
   margin-right: 2px;
    padding-right: 4px;
}
.review-section .review-content ul.review-desc-rate li i {
    margin-right: 1px;
}
.review-section .review-btn {
    width: 100%;
    font-weight: 500;
    outline: none;
}
.review-section .review-btn:focus ,.review-section .review-btn:hover{
	color: #fff;
	outline: none;
	outline-offset: 0
}
.review-section .right-section {
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    margin-bottom: 16px;
    background-color: #fff;
}
.review-section  .highlight-head {
    background: rgba(237,241,244,.5);
    padding: 15px 15px 7px;
}
.review-section .highlight-head h2{
	font-size: 19px;
    font-weight: 600;
    color: #424040;
    padding: 0;
    text-align: left;
}
.review-section .at-icon-wrapper.at-share-btn.at-svc-compact {
    background: transparent!important;
    border: solid 1px #2e93f2;
    padding: 5px 14px!important;
    display: inline-block;
    border-radius: 3px!important;
    color: #2e93f2!important;
}
.right-section .at-resp-share-element .at-share-btn .at-icon-wrapper:after ,
.right-section .at-resp-share-element .at-share-btn .at-icon-wrapper:before {
    color: #2e93f2;
    font-weight: 600;
}

.right-section .rating i {
    font-size: 24px;
    padding-right: 0px;
    line-height: 36px;
}

.review-section .yellow-icon {
    color: #f5a100;
}
.comment-icon{
	font-size: 17px;
	font-weight: 600;
    color: #807b7b;
}
.review-section .gray-icon{
	color: #d1d2d4!important
}
.review-section .like-icon i, .review-section .like-icon span{
	font-size: 21px;
}
 .review-section .avg-star {
    background: #44a512;
    color: #fff;
    border-radius: 3px;
    padding: 6px 10px 6px;
    vertical-align: middle;
  
}
.review-section .avg-star span {
    font-size: 16px;
}
 .vote a{
 	font-size:17px;
 	color: #333;
 	font-weight: 600;
}
.rating-section {
    padding: 20px 15px;
}
.review-section .padd-0{
	padding: 0
}
.summary p {
   font-size: 13px;
   font-weight: 600;
}
.bgcolor-3 {
    border: 1px solid #f5a100;
    background: #f5a100;
}
.express-ratings>div {
    width: 18%;
    max-width: 46px;
    padding: 4px;
    float: left;
    margin-right: 2px;
}
.express-ratings>div:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.unrated-unirating {
    border: 1px solid #d1d2d4;
    background: #d1d2d4;
}
.express-ratings>div:nth-child(5) {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.pr_0{
	padding-right: 0;
}
.express-ratings {
    margin-top: 8px;
}
.summary p {
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 10px;
}
#bank-comment{
	padding: 15px;
}
ul#tablist li {
    display: inline-block;
}
#tablist li a {
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    display: inline-block;
}
.review-section .review-content #tablist li.active a {
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
    background: #2e93f2;
    color: #fff;
    border-radius: 3px;
}
.review-heading{
	font-size: 22px;
    text-align: left;
    font-weight: 500;
    padding: 0;
    padding-bottom: 30px;
}
.review-section .review-content ul#tablist {
    border-bottom: solid 1px #eee;
    margin-bottom: 30px;
}
.review-section .review-content h4 {
    font-size: 16px;
    font-weight: 600;
}
.review-section .review-content  p.mb-5 {
    margin-top: 10px;
    line-height: 26px;
}
.review-section .review-content .views {
    margin-left: 20px;
}
.review-section .review-content .queue .date {
    margin-left: 16px;
      color: #848181;
}
.review-section .review-content .views {
    margin-left: 20px;
    color: #848181;
    font-size: 14px;
}
.review-section .review-content .views .fa{
 color: #848181;
}
.review-section .review-content .review-comment {
    float: none;
}
.comment-icon {
    font-size: 14px;
    font-weight: 600;
    color: rgba(36,44,66,.6);
}
.save-share.social-share {
    float: unset;
    margin: 0;
    line-height: 0;
    position: relative;
    top: 16px;
}
.review-section .save-share.social-share .at-resp-share-element .at-share-btn .at-icon-wrapper:before, 
.review-section .save-share.social-share .at-resp-share-element .at-share-btn .at-icon-wrapper:after{
	 font-size: 14px;
    font-weight: 600;
    color: rgba(36,44,66,.6);
}
.review-section .save-share.social-share .at-icon-wrapper.at-share-btn.at-svc-compact{
	border: none;
}
.review-section .dummy-name {
    margin-bottom: 5px;
    font-size: 17px;
    font-weight: 500;
    margin-top: 10px;
}
.review-section .review-btn-width{
	width: auto;
    height: auto;
     padding: 10px 20px;
    line-height: 25px
}
.text-box , .answer-text-box , .answer-text-box-1 , .answer-text-box-2{
	display: none;
}
.review-section .bootstrap-select .dropdown-toggle:focus, 
.review-section .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none!important;
    background: transparent!important;
    box-shadow: none!important;
    outline-offset: unset!important;
}
.review-section .save-share {
    margin-top: 9px;
}

.social_sharing {
    position: relative;
    top: -20px;
}
.review-section img.member-photo{
	height: auto;
}
.padd_b_50{
	padding-bottom: 50px;
}
/*.global-ranking-banner img{
	height: 212px;
}
*/


 .table.blog-table >tbody>tr>td{
 	padding: 10px 25px;
	 /* font-family: 'Montserrat', sans-serif; */
	 font-family: var(--font1);
	 color: var(--color1);
	 font-size: 17px;

}
.table.blog-table >tbody>tr>td span{
	font-family: var(--font1);
    color: var(--color1);
    font-size: 17px;

}
.article-single img{
	border-radius:8px;
}
.global-ranking-banner {
    margin-top: 20px;
}
.right-img {
    margin-left: -40px;
}
.about-section {
    background: url(/assets/img/top_banner/about-bg.jpg) 100% top no-repeat;
    margin-bottom: 60px;
    background-size: cover;
}

.media-p {
    padding: 30px 0;
}
.about-section .heading h3 {
    color: #fff;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 15px;
    font-size: 24px;
    text-transform: capitalize;
}
.content p {
    color: #fff;
    line-height: 26px;
    margin-bottom: 8px;
    font-size: 16px;
}

.media-p {
    padding: 30px 0;
}

  .data-tables table.dataTable.nowrap th{
    border-bottom: solid 1px #eee!important;
   text-align: center!important;
   vertical-align: middle;
   font-size: 13px;
  }
 .data-tables table.dataTable.nowrap th, table.dataTable.nowrap td {
    
    text-align: center;
    font-size: 13px!important;
    white-space:initial!important;
    padding: 5px 0!important;

}
.data-tables table.dataTable.nowrap td {
  color: #000;
}
.data-tables #datatable-responsive-1 tr.even {
    background-color: #f7f7f7;
}
.data-tables .panel-body {
    padding: 15px 13px;
    width: 80%
}

.data-tables .panel-body p a {
    text-decoration: underline;
    font-weight: 300 !important;
    color: #337ab7!important;
    word-spacing: 1.3px !important;
    font-size: 17px !important;
    font: 15px/24px 'Muli', sans-serif;
}
.data-tables .table-data th {
  color:#fff;
 background: #2e93f2;
}
.evaluation-section h3 {
  color: #111;
  font-size: 25px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 8px;
}
.evaluation-section p {
    
  margin-bottom: 14px;
    color: #333;
    font-size: 17px !important;
    font: 15px/24px 'Muli', sans-serif;
    word-spacing: 1.3px !important;
}
/*.evaluation-section  table{
  width: 80%
}
*/
.evaluation-section .table tbody tr td, .evaluation-section .table tbody tr th {
    font-size: 16px !important;
    padding: 15px;

}
.question_Secton.evaluation-section  li {

    padding-left: 15px;
    color: #333!important;
    font-size: 16px !important;
    position: relative;
    padding-bottom: 5px;
    list-style: none;
    margin: 0;
 }
  .question_Secton.evaluation-section  .table-data li:before {
    color: #0070c1;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f101";
    top: 3px;
    position: absolute;
    font-size: 18px;
    margin-left: -19px;
   
}
section#evaluation_section {
    padding-bottom:50px;
}
.evaluation-section h4.panel-title {
    font-weight: 700;
    font-size: 20px;
    text-transform: capitalize;
  /*  margin-bottom: 20px;*/
}
.table-btn a.evaluation-criteria{
      font-size: 18px;
    width: 100%;
    border-radius: 0;
    font-weight: 600;
    border-radius:0;
}
i.fa.fa-angle-down.down-arrow {
    float: right;
    font-size: 25px;
    background: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 50%;
    color: #0070C1;
    line-height: 28px;
}


/*=========================== new review css End ===============================*/
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.container {
		width: 95%;
	}
}

@media(max-width: 1024px) {
	.right-img img {
		width: 211px;
	}
	.right-img {
		margin-left: 0px;
	}
	.formHolder {
		right: 51px;
		width: 40%;
	}
	.slider-text h2 {
		font-size: 30px;
	}
	.slider-text {
		left: 6%;
	}
	.home-review-slider .flickity-button.next {
		right: -10px;
	}
	.home-review-slider .flickity-button.previous {
		left: -10px;
	}
	.nameHolder .ReviewerName {
		margin-left: 2px;
		font-size: 14px;
		display: block;
		width: 100%;
	}
	.comparison-box h4 {

    font-size: 15px;
    }
     .rating i {
    font-size: 18px;
    }
    .review-section .like-icon i, .review-section .like-icon span {
    font-size: 18px;
    }
    .review-section .avg-star span {
    font-size: 14px;
    }
    .express-ratings {
    margin-bottom: 20px;
    }
    .vote a {
    font-size: 13px;
    }
    .review-section .padd_0{
    	padding: 0;
    }
    .rating i {
    font-size: 17px;
    }
  
    .review-section .review-btn {
     font-size: 11px;
    }
    .review-section .review-content ul.review-desc-rate li {
    font-size: 11px;}
    .express-ratings>div {
    width: 17%;
    }
    .review-section .bootstrap-select .dropdown-toggle .filter-option-inner {
    padding-right: 9px;
    }
    .review-section .bootstrap-select>.dropdown-toggle {
    font-size: 14px;}
    .global-ranking-banner img {
      height: auto;
    }
}


/* .col-md */

@media only screen and (min-width: 768px) and (max-width: 991px) and (orientation: landscape) {
	.container {
		width: 95%;
	}
	#mainnav-mobi {
		position: fixed;
		top: 75px;
	}
	#mainnav-mobi ul>li>a {
		position: relative;
		width: 100%;
		height: auto;
		display: inline-block;
		line-height: 1.5;
		padding: 10px 40px 12px 30px
	}
	#mainnav-mobi ul.submenu>li>a {
		padding-top: 10px;
		padding-bottom: 12px;
	}
	.btn-submenu {
		display: none
	}
	.menu-arrow::after {
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%)
	}
	.menu-arrow.active::after {
		content: "\f0d8"
	}
	footer h3 {
		margin-top: 30px;
	}
	.show-search {
		margin-left: 5px;
	}
	.slider-text {
		width: 70%;
	}
	.slider-text h2 {
		font-size: 36px;
	}
	.home-review-slider .imagebox {
		margin-bottom: 0px;
	}
	.article-single-comment,
	.article-single-user {
		margin-bottom: 50px;
	}
	.article-single-sidebar {
		order: 2;
		margin-bottom: 0px
	}
	.article-single-sidebar-box {
		margin-left: 0px;
		margin-right: 0px;
	}
	.article-single-comment {
		order: 1;
	}
	.article-single-user-box {
		margin-left: 0px;
		border-left: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		margin-top: 0px;
	}
	.profile-content {
		padding: 0px;
	}
	.review-search-bar>form>div:first-child {
		border-right: 0px;
	}
	.review-sidebar-left {
		margin-bottom: 30px;
	}
	.review-content,
	.review-content>div {
		padding-left: 0px;
	}
	.add-review-sidebar {
		position: relative;
		top: unset;
		right: unset;
		height: unset;
		padding: 0px 15px;
		background: none;
		margin-top: 30px;
	}
	.add-review-sidebar>div {
		background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
		background-color: #0d5fb1;
		padding: 25px 30px 30px;
	}
	.add-review-box {
		padding-top: 40px;
	}
	.star-rate-box h3 {
		margin-bottom: 10px;
	}
	.star-rate-box .text-right {
		text-align: left;
		margin-bottom: 35px
	}
	.star-rate {
		margin-left: 0px;
		margin-right: 5px;
	}
	h3.tab-accordion {
		margin-top: 10px;
	}
	ul.tab-panel-review>li {
		padding-bottom: 15px;
	}
	ul.tab-panel-review>li .text-right {
		text-align: left;
		margin-top: 5px;
	}
	.right-img img {
		width: 160px;
	}
	.review-section .review-btn-width {
    height: auto;
    }
	

}

@media (max-width: 768px) {
	.formHolder {
		right: 24px;
	}
	.sliderHOLDER_mn .flickity-prev-next-button.previous {
		left: 0px;
	}
	.sliderHOLDER_mn .flickity-prev-next-button.next {
		right: 2px;
	}
	.slider-text h3 {
		font-size: 24px;
	}
	.slider-text h2 {
		font-size: 26px;
	}
	.flickity-slider .slider-banner:nth-child(1) h2 {
        font-size: 19px;
    line-height: 26px;
    }
	.slider-text input[type=text] {
		width: 52%;
		font-size: 13px;
		padding: 15px;
	}
	.formHolder .hiddenResponsive {
		display: none;
	}
	.slider-text a.button,
	.slider-text button {
		font-size: 13px;
	}
	.slider-text {
		width: 54%;
		left: 5%;
	}
	.rateHld span {
		font-size: 17px;
	}
	.home-review-slider .flickity-button.previous {
		left: 0px;
	}
	.home-review-slider .flickity-button.next {
		right: 0px;
	}
	.home-box.howWrk .box-content h4.box-title {
		font-size: 19px;
	}
	.home-box.howWrk .iconbox {
		min-height: 419px;
	}
	.right-img img {
		width: 160px;
	}
	.home-box.home-article .article-list>div {
    padding: 10px 15px;
    }
    .Best-Reviewed .owl-pagination {
    display: none;
    }
    .Best_Reviewed .bg-service{
    	height: 357px;
    }
    .Best_Reviewed .carousel-control.left {
    left: 35px !important;
 
    top: 101%;
    }
    .Best_Reviewed .carousel-control.right{
    	right: 87% !important;
        top: 101%;
    }
    .footerScl {
  
    margin-top: 10px;
    text-align: left;}
    .row.home-rated-bank .col-md-4:first-child {
    float: left;
    width: 33.33333333%;}
    ul.submenu.submenu_new a {
    color: #fff;
   
    padding: 0px 18px 0px 60px;
    font-size: 14px;
    }
    ul.submenu.submenu_new span {
    font-size: 15px;
   
    padding-left: 50px;
    display: inline-block;
    }
    .comparison-box {
    border: solid 1px #e0dfdf;
    }
    .review-section .padd-0 {
    padding: 15px;
    }
    .vote {
    padding-top: 15px;
    }
    .global-ranking-banner img {
   
    height: 132px;
    }
    .about-section {
    background: url(/assets/img/top_banner/about-bg.jpg) 65% top no-repeat;
    }
    .about-section .heading h3 {
   
    font-size: 20px;
    }
   
}


/* .col-sm */

@media only screen and (max-width: 767px) {
	#mainnav-mobi {
		position: fixed;
		top: 75px;
	}
	#mainnav-mobi ul>li>a {
		position: relative;
		width: 100%;
		height: auto;
		display: inline-block;
		line-height: 1.5;
		padding: 10px 40px 12px 30px
	}
	#mainnav-mobi ul.submenu>li>a {
		padding-top: 10px;
		padding-bottom: 12px;
	}
	.btn-submenu {
		display: none
	}
	.menu-arrow::after {
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%)
	}
	.menu-arrow.active::after {
		content: "\f0d8"
	}
	.footer-bottom ul.social-icon {
		float: unset;
		justify-content: center;
		margin-bottom: 5px;
	}
	.show-search {
		margin-left: 5px;
	}
	.slider-text {
		width: 80%;
	}
	.slider-text h2 {
		font-size: 30px;
	}
	.flickity-slider .slider-banner:nth-child(1) h2 {
     font-size: 16px;
    line-height: 21px;
    }
	.slider-text h3 {
		font-size: 26px;
	}
	.slider-text input[type="text"] {
		height: 20px;
		padding: 15px 20px;
	}
	.slider-text a.button,
	.slider-text button {
		padding: 5px 25px;
	}
	.hiddenResponsive {
		display: none;
	}
	.home-box .iconbox {
		margin-bottom: 40px;
	}
	.home-box .btn-more {
		margin-top: 20px;
	}
	.home-review-slider .imagebox {
		margin-bottom: 0px;
	}
	.formHolder .pdT100 {
		padding-top: 30px;
		padding-bottom: 20px;
	}
	.flat-highlights.container {
		position: static;
		margin-top: 40px;
		width: 90% !important;
		margin-bottom: 0;
	}
	.container {
		width: 100% !important;
	}
	.login-form {
		border-right: 0px;
		padding-right: 0px;
	}
	.login-social-form {
		padding-top: 40px;
	}
	.nameHolder .ReviewerName {
		display: block;
		width: 100%;
		margin: 0px;
		font-size: 14px;
	}
	.page-banner {
		position: relative;
		display: inline-block;
		width: 100%;
		height: 120px;
	}
	.page-banner-content {
		position: absolute;
		width: 85%;
		top: 0px;
	}
	.col-md-4.col-sm-6.col-xs-12.block {
		padding: 0px;
	}
	.page-banner-content h1 {
		top: 40%;
		font-size: 20px;
	}
	.nameHolder .imh-holder {
		margin-left: 30px;
	}
	.contect_form_bg {
		margin-top: 40px;
	}
	.contactus {
		padding-bottom: 42px;
	}
	.content-box {
		margin-bottom: 20px;
	}
	.formHolder {
		background: #fff;
		padding-bottom: 30px;
	}
	.Best_Reviewed .bankNm {
		font-size: 16px;
		margin-top: 3px;
	}
	#testimonial-slider .testimonial {
		margin-right: 15px;
		margin-left: 15px;
	}
	.article-single-comment,
	.article-single-user {
		margin-bottom: 50px;
	}
	.article-single-sidebar {
		order: 2;
		margin-bottom: 0px
	}
	.article-single-sidebar-box {
		margin-left: 0px;
		margin-right: 0px;
	}
	.article-single-sidebar-box h4 {
		margin-top: 5px;
	}
	.article-single-comment {
		order: 1;
	}
	.article-single-user-box {
		margin-left: 0px;
		border-left: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		margin-top: 0px;
	}
	.profile-box-main {
		padding: 20px 0px;
		text-align: center;
		float: unset
	}
	.profile-photo {
		margin-bottom: 10px;
	}
	.profile-review {
		margin-bottom: 20px;
	}
	.profile-box button.outline {
		float: none
	}
	.profile-sidebar-right .profile-box {
		margin-bottom: 0px;
	}
	.profile-content {
		padding: 0px;
	}
	.modal-profile-photo {
		max-width: 120px;
		margin: 0 auto;
		display: flex;
		margin-bottom: 15px;
	}
	.modal-body button.primary {
		font-size: 14px;
		padding: 14px 35px 15px;
	}
	.modal-header h4 {
		font-size: 18px;
		margin-top: 3px
	}
	.review-search-bar>form>div {
		border-right: 0px !important;
	}
	.review-search-bar>form>div:first-child {
		border-right: 0px;
	}
	.review-sidebar-left {
		margin-bottom: 30px;
	}
	.review-content,
	.review-content>div {
		padding-left: 0px;
	}
	.review-search-country-col {
		padding: 0px;
	}
	.add-review-sidebar {
		position: relative;
		top: unset;
		right: unset;
		height: unset;
		padding: 0px 15px;
		background: none;
		margin-top: 30px;
	}
	.add-review-sidebar>div {
		background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
		background-color: #0d5fb1;
		padding: 25px 30px 30px;
	}
	.add-review-box {
		padding-top: 40px;
	}
	.star-rate-box h3 {
		margin-bottom: 10px;
	}
	.star-rate-box .text-right {
		text-align: left;
		margin-bottom: 35px
	}
	.star-rate {
		margin-left: 0px;
		margin-right: 5px;
	}
	h3.tab-accordion {
		margin-top: 10px;
	}
	ul.tab-panel-review>li {
		padding-bottom: 15px;
	}
	ul.tab-panel-review>li .text-right {
		text-align: left;
		margin-top: 5px;
	}
	.review-comment-box {
		padding: 25px 0px;
	}
	.optionHld p {
		padding-left: 48px;
		margin-bottom: 20px !important;
	}
	.optionHld p span {
		margin-left: 0px;
	}
	.right-img img {
		width: 174px;
		margin-bottom: 3px;
	}
	.right-img {
		margin-left:0px;
	}
	.row.home-rated-bank .col-md-4:first-child {
     float:none;
     width: 100%;
     }
    
    .box-header.review-box .bank-logo {
    width: 120px!important;
    }
    .box-header.review-box:before {
     background: transparent;
    }
    .box-header.review-box {
    width: 180px;
    height: 180px;
    line-height: 175px;
    border: solid #337ab7;
    }
    .review-section .highlight-head h2 {
    font-size: 20px;
    }
   
    .review-section .review-btn-width.pull-right {
    float: none!important;
    margin: 10px 0;
    padding: 5px 19px;
    }
    .rating i {
    font-size: 23px;
    }
    .vote a {
    font-size: 16px;
    }
    
    .review-heading {
    font-size: 20px;
    padding-bottom: 10px;
    }
    .review-section .review-content h4 {
    font-size: 16px;
    margin-top: 10px;
    }
    .review-section .review-content p.mb-5 {
    margin-top: 10px;
    line-height: 24px;
    font-size: 14px;
    text-align: justify;
    }
    .review-section .review-content {
    padding: 15px;
    }
    .review-section .right-section {
     
     margin-top: 30px;
    }
    .global-ranking-banner img {
      height: auto;
      margin-bottom: 15px;
    }
    .global-ranking-banner , .right-img {
    margin-left: 0px;
    }
    .about-section {
   
     height:auto;
     background: #0070c1;
    }
   
}


/* .col-xs */

@media only screen and (max-width: 575px) {
	.show-search .top-search.active {
		width: 295px;
		font-size: 14px;
	}
	.slider-text h3 {
		font-size: 18px;
	}
	.slider-text h2 {
		font-size: 23px;
	}
	.slider-text.slider-left form {
		width: 100%;
		float: left;
		margin-top: 16px;
	}
	.slider-text input[type="text"] {
		width: 46%;
		float: left;
		margin: 0px 0px 0px 0px;
	}
	.slider-text button {
		width: 50%;
		margin: 0px;
		float: right;
		padding: 5px 10px;
	}
	.flickity-prev-next-button.previous {
		left: 0px;
	}
	.flickity-prev-next-button.next {
		right: 0px;
	}
	.flat-highlights {
		margin-top: -5px;
	}
	.highlights ul.menu-list li {
		width: 50%;
	}
	.home-box {
		padding: 30px 15px 50px
	}
	.home-title {
		margin-bottom: 30px;
	}
	.home-title h2 {
		font-size: 20px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.Best_Reviewed .text-center {
		font-size: 20px;
	}
	.home-title p {
		font-size: 15px;
	}
	.home-box {
		padding: 50px 15px 30px
	}
	.home-box .iconbox .box-content {
		padding: 0px;
	}
	.home-box .view-more {
		margin-top: 10px;
	}
	.imagebox .box-content {
		padding: 15px 15px 0px
	}
	.imagebox ul.location {
		padding: 8px 15px 10px
	}
	.starHost {
		text-align: center;
		margin-bottom: 10px;
	}
	.Best_Reviewed .bestmonth {
		text-align: center;
	}
	.home-review-slider {
		margin-left: -15px;
		margin-right: -15px;
	}
	.home-review-slider .flickity-prev-next-button {
		top: unset;
		bottom: -25px;
		transform: unset
	}
	.home-review-slider .flickity-button.previous {
		left: unset;
		right: 50px;
	}
	.home-review-slider .flickity-button.next {
		right: 5px;
	}
	.home-review-slider .flickity-button.previous {
		background-size: 23px;
	}
	.flickity-prev-next-button {
		width: 30px;
		height: 30px;
	}
	.home-review-slider .flickity-button.next {
		background-size: 23px;
	}
	#snackbar.survey-box {
		right: 0px;
		bottom: 0px;
	}
	.article-list>div {
		padding: 0px 15px;
		margin-bottom: 20px;
	}
	.home-box.home-article .article-list>div {
		padding: 15px 0px;
	}
	.faq_Holder #accordion .panel-body {
		padding: 10px 20px 10px 60px;
	}
	.faq_Holder .panel-body p {
		text-align: justify;
	}
	.box-cta-inner .button {
		padding: 8px 40px !important;
		margin-top: 10px !important;
		margin-left: 0px !important;
	}
	.faq_Holder {
		margin-bottom: 20px;
	}
	.faqheadingTitle {
		margin: 0px 0px 40px 0px;
		padding: 0px 0px;
	}
	.faqheadingTitle h3 {
		font-size: 18px;
	}
	.faq_Holder #accordion {
		padding: 0px 0px;
	}
	.article-single-comment ol>li {
		display: inline-block;
		width: 100%
	}
	.article-single-comment ol>li .comment-image {
		margin: 0 auto !important;
		padding-bottom: 15px;
	}
	ul.profile-tabs li {
		width: 50%;
	}
	.footerScl {
		text-align: left;
		margin-top: 20px;
	}
	.go-top {
		bottom: 104px;
	}
	.footer-bottom {
		padding-bottom: 60px !important;
	}
	.sliderHOLDER_mn .flickity-prev-next-button.next {
		right: 8px;
	}
	.sliderHOLDER_mn .flickity-prev-next-button.previous {
		left: 5px;
	}
	.block-preview .cover-image {
		opacity: 0.1;
	}
	.block-preview .title {
		font-size: 24px;
		line-height: 26px;
	}
	.howWork {
		border-top: 1px solid #f9f9f9;
	}
	.worksSection p {
		padding-left: 0px;
		text-align: justify;
	}
	p.titleSec {
		text-align: center;
		margin-top: 6px;
	}
	.worksSection .col-md-3 {
		border: none !important;
	}
	.following_list {
		padding: 0px 0px 0px 0px;
		margin-top: 10px;
		text-align: justify;
	}
	.howWork {
		padding-bottom: 0px;
	}
	.bg-primary-gradient .title {
		padding-top: 30px;
		padding-left: 0px;
		background-position: top center;
	}
	.bg-primary-gradient .title.Safe_ {
		padding-top: 30px;
		padding-left: 0px;
		background-position: top center;
	}
	.bg-primary-gradient .title.Compare_ {
		padding-top: 30px;
		padding-left: 0px;
		background-position: top center;
	}
	.bg-primary-gradient .title.Concrete_ {
		padding-top: 30px;
		padding-left: 0px;
		background-position: top center;
	}
	.bg-primary-gradient .title.Global_ {
		padding-top: 30px;
		padding-left: 0px;
		background-position: top center;
	}
	.bg-primary-gradient .title.Financial_ {
		padding-top: 30px;
		padding-left: 0px;
		background-position: top center;
	}
	.bg-primary-gradient .title.anywhere_ {
		padding-top: 30px;
		padding-left: 0px;
		background-position: top center;
	}
	.bg-primary-gradient .title.last_se {
		padding-top: 30px;
		padding-left: 0px;
		background-position: top center;
	}
	.box-cta-inner {
		padding: 15px 0px 14px 0px;
		text-align: center;
	}
	.box-cta-inner .button {
		padding: 14px 40px;
		margin-top: 30px;
		margin-left: 0px;
	}
	.box-cta-inner h3 {
		font-size: 20px;
	}
	.parallax-container {
		padding: 30px 0;
	}
	.list-icon {
		margin-bottom: 20px;
		text-align: center;
	}
	.reasonBehind h3 {
		font-size: 22px;
	}
	.reasonBehind {
		padding: 30px 0px;
		padding-bottom: 50px;
	}
	.Visson h3 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.Visson {
		padding-top: 50px;
		border-top: 1px solid #ececec;
	}
	.Visson:before {
		top: 11px;
		background: #ffffff;
	}
	.whyslider .owl-item {
		float: left;
		width: 360px !important;
		margin-right: 0px !important;
	}
	
  
    .Best_Reviewed .carousel-control.right{
    	right: 79% !important;
        top: 101%;
    }

    .slider-image{
    	background-position: left;
    }


@media only screen and (max-width: 375px) {
	.highlights ul.menu-list li {
		width: 50%
	}
	ul.profile-tabs li {
		width: 100%;
	}
	.right-img img {
    width: 148px;
   }

	
}

@media (max-width: 479px) {
	.article-image{
		height:250px !important;
	}
}



/* Custome-new-css */
.content-box .article-single p{
font-family: var(--font1);

}


.cookie-container {
  position: fixed;
    padding: 1em 1.5em;
    font-size: 1em;
    z-index: 99;
    box-shadow: 0 6px 40px rgb(0 0 0 / 30%);
    margin: 0 auto;
    width: 92%;
    left: 0;
    right: 0;
    border-radius: 4px;
  transition: 400ms;
}

.cookie-container.active {
    z-index: 999;
    max-width: 280px;
    bottom: 9px;
    padding: 13px 15px;
    right: auto;
    background: #152e56;
    border-radius: 5px;
    -webkit-box-shadow: 0px 20px 48px rgb(0 0 0 / 20%);
    box-shadow: 0px 20px 48px rgb(0 0 0 / 20%);
    width:auto;
    left: 1023px;

}

.cookie-container a {
  color: #f5f6fa;
}
.cookie-container p a {
    color: #fff!important;
    text-decoration: underline;
    
}
.cookie-container a:hover{
    color:#fff!important;
}

.cookie-btn {
     background: #fff;
    border: 0;
    color: #fff;
    font-weight: 600;
    padding: 0;
    font-size: 12px;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    margin-bottom: 0;
    color: #000;
    padding: 6px 2px 6px 8px;
}
.cookie-container .row {
    margin-right: -15px!important;
    margin-left: -15px!important;
}

.cookie-container p {
    width: 100%;
    max-width: 100%;
    color: #fff!important;
    font-size: 14px!important;
    
}


.cookies-content {
    display: none;
}
button#btn-slidedown {
    padding: 0px 0px 8px 5px;
    font-size: 12px;
    border-color: #005fa6;
    background: transparent;
    border: none;
    color:#fff;
}

button#btn-slidedown:hover , button#btn-slidedown.btn:active , button#btn-slidedown:focus {
    background: transparent!important;
    opacity: 1!important;
    padding: 0 0px 8px 5px!important;
    outline:none;
}
@media(max-width:767px){
    .cookie-btn{right: 0;}
    .cookie-container.active {
           z-index: 9999999;
        right: auto;
        left: 20px;
        bottom: 34px;
        max-width: 313px;
    }
    .cookie-container p {
    
        font-size: 16px;
    }
   
    
}
}

.social-media-home{
	position:absolute;
	bottom:10px;
	right:15px;
}
/* .social-media-home ul {
	padding:0px;
	margin:0px;		
} */
.social-media-home ul li{
	display:inline-block;
	margin-right:08px;
}
.soc-content{
	min-height:120px !important;
}



.article-single table table, .article-single table {
    width: 100% !important;
}
.article-single table table tr td {
    border: 1px solid #000;
    padding: 15px;
}

.recent_blogs .description{
	font-family: var(--font3);
	font-weight:600;
	overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.recent_blogs{
	padding: 20px 20px 0px 120px;
}
.article-single-page .ttm-recent-post-list li , .recent_blogs .description{
	margin-bottom: 0px;
}

.global_ranking_flex{
display: flex;
justify-content: center;
align-items: center;

}

.securitycode-flex{
    display:flex;
    gap: 20px;
    align-items: center;
 position: relative;
}
.securitycode-flex  .securityinput input{
    margin-bottom:0px;
}
.securitycode{
    position: relative;
    overflow: hidden;
    border: 1px dashed #3b82f6;
    width: 10%;
    height: 40px;
    border-radius: 0.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.securitycode::before {
    content: '';
    position: absolute;
    width: 120%;
    height: 2px;
    background: rgba(59, 130, 246, 0.6);
    top: 50%;
    left: -10%;
    transform: rotate(-10deg);
}
.securitycode::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(#3b82f6 1px, transparent 1px);
    background-size: 10px 10px;
    opacity: 0.3;
    top: 0;
    left: 0;
    pointer-events: none;
}