.mb5 {
	margin-bottom: 5px;
}
.mt-20 {
	margin-top: 20px;
}
.guide-detail {
	font-family: "opensans-regular", Arial;
	width: 100%;
	color: #fff;
	position: relative;
	margin-top: 10px;
}
.guide-detail .guide-banner .move-top-left {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0;
	color: #fff;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 10%;
} 

.guide-detail .guide-banner .guide-banner-image {
	height: 360px;
}
.tabs-ui-2 {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.1);
	background-color: rgba(255, 255, 255, 0.95);
	max-width: 810px;
	margin: 0 auto;
}

.guide-detail .nav-tabs.icon-tab.tabs-ui-2 .nav-item a {
	opacity: 0.64;
	padding: 17px 17px 20px;
}
.guide-detail .nav-tabs.icon-tab.tabs-ui-2 .nav-item .active {
	opacity: 1;
}
.guide-detail .nav-tabs.icon-tab.tabs-ui-2 .nav-item a span {
	margin-top: 0;
}
@media screen and (min-width: 1800px) {
	.guide-detail .guide-banner .guide-banner-image {
		height: 400px;
	}
}
.guide-detail > .inner {
	width: 100%;
	max-width: 1010px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 15px;
}
.guide-detail .breadcrumb {
	background-color: transparent;
	/*color: #909090;*/

	font-family: "opensans-regular", Arial;
	font-size: 14px;
	padding: 0;
	margin: 0;

}
.guide-detail .breadcrumb a, .guide-detail .breadcrumb-item.active,
.guide-detail .breadcrumb-item+.breadcrumb-item::before {
	color: inherit;
}
.guide-detail .breadcrumb-item + .breadcrumb-item::before {
	content: ">";
	color: inherit;
}

.guide-detail .section.guide-banner>.inner.move-left-center .banner-title {
	font-size: 32px;
	/*color: #2B292D;*/
	/*color: #fff;*/
}
.section.guide-banner>.inner.move-left-center p {
	/*color: #2B292D;*/
	/*color: #fff;*/
}
.guide-htab {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
	background-color: rgba(255, 255, 255, 0.95);
	margin-bottom: 2px;
}
.guide-htab-inside-tab {
	padding-top: 10px;
	overflow: hidden;
}
.guide-htab-inside-tab .inner {
	padding: 0 35px;
}
.section.guide-htab>.inner,
.section.guide-htab-content>.inner,
.section.useful-section> .inner, 
.section.related-section> .inner,
.section.addthis-section> .inner {   
	width: 100%;
	max-width: 1010px;
	margin: 0 auto;
	padding: 0px 15px;
	box-sizing: border-box;
}
.section.guide-htab.small-container>.inner {
	max-width: 640px;
}


.section.guide-htab .nav-tabs {
	/*remove bar*/
	border-bottom: 0;
}




.guide-detail section {
	padding-top: 30px;
	padding-bottom: 30px;
	clear: both;
	/*overflow-x: auto;*/
}
.guide-detail {
	color: #2b292d;
}
.guide-detail a {
	color: #ff3333;
}
.guide-detail a:hover,
.guide-detail a:focus {
	text-decoration: none;
}
.guide-detail p {
	font-size: 14px;
	font-family: "opensans-regular", Arial;
}
.guide-detail h1,
.guide-detail h2,
.guide-detail h3,
.guide-detail h4,
.guide-detail h5,
.guide-detail h6 {
	font-family: "opensans-semibold", Arial;
}
.guide-detail h2 {
	font-size: 32px;
}
.guide-detail h3 {
	font-size: 24px;
}
.guide-detail h4 {
	font-size: 20px;
	color: #2b292d;
	letter-spacing: 0;
}
.guide-detail h5 {
	font-size: 18px;
}
.guide-detail h6 {
	font-size: 16px;
}
.guide-detail h6.bold {
	font-family: "opensans-bold", Arial;
}
.guide-detail .nav-tabs .nav-link {
	border: 0;
	font-family: "opensans-semibold", Arial;
}
.guide-detail .nav-tabs .nav-item.show .nav-link,
.guide-detail .nav-tabs .nav-link.active {
	color: #2E2E2E;
	border-bottom: 2px solid #ff3333;
}
.guide-detail .tab-content {
	padding: 60px 0;
}
.guide-detail .guide-htab-inside-tab .tab-content {
	padding: 24px 0 0 0;
}
.guide-detail .guide-htab-inside-tab .tab-content .anchor-content {
	margin-top: 25px;
	clear: both;
	/*border: 1px solid red;*/
}
p.grey {
	color: #777777;
}
.mb0 {
	margin-bottom: 0;
}
.tabs-ui .nav-item {
	text-align: center;
	position: relative;
	margin: 0;
}

.tabs-ui.nav-tabs .nav-item a:hover {
	background: transparent;
}
.tabs-ui.nav-tabs .nav-item:before {
	content: '';
	position: absolute;
	background: #dee2e6;
	font-size: 25px;
	bottom: 0;
	width: 2px;
	z-index: 1;
	left: 0;
	top: 50%;
	transform: translate(-50%, -50%);
	height: 60%;
}
.tabs-ui.nav-tabs .nav-item:first-child:before {
	content: '';
	width: 0;
}

.tabs-ui.nav-tabs .nav-item a {
	margin-left: 10px;
	margin-right: 10px;
}

.tabs-ui .nav-item {
	outline: none;
}
.guide-detail .nav-tabs .nav-item a {
	color: #777777;
	font-size: 16px;
	height: 100%;
	display: block;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	position: relative;
	align-items: center;
	justify-content: center;
	display: flex;
	padding: 15px 8px 5px 8px;
	border-bottom: 2px solid transparent;
	background-color: transparent;
	outline: none;
	margin: 0;
}
.guide-detail .nav-tabs.icon-tab .nav-item a {
	display: block;
}
.guide-detail .nav-tabs.icon-tab .nav-item a span {
	display: block;
	font-size: 16px;
	font-family: "opensans-semibold", Arial;
	margin-top: 14px;
	line-height: 21px;
}
.guide-detail .nav-tabs.icon-tab .nav-item a span.tab-image {
	height: 45px;

}
.guide-detail .nav-tabs.icon-tab .nav-item a span.tab-image img {
	max-width: 30px;
	margin-top: 10px;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.guide-detail .block {
	margin-bottom: 30px;
}
.guide-detail .block ul {
	padding: 0;
	list-style: none;
	font-size: 16px;
	font-family: "opensans-regular", Arial;
}
.guide-detail .block ul li {
	margin-bottom: 10px;
}
.h-tab-slider button {
	border: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	padding: 0;
	width: 10px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	/*height: 16px;*/
	background-color: transparent;
	height: 100%;
	background-color: #fff;
}

.h-tab-slider button.glider-prev {
	left: 0;
}
.h-tab-slider button.glider-next {
	right: 0;
}
.guide-detail .h-tab .tab-content, .guide-detail .v-tab .tab-content {
	padding: 30px 15px;
}
.guide-detail .red {
	color: #ff3333;
}
.clearfix {
	clear: both;
}
.guide-htab-inside-tab .tab-content .anchor-content:nth-child(2n) .flex-reverse-desktop {
	flex-direction: row-reverse;
}
.guide-htab-inside-tab .glider-prev {
	left: 0;
}
.guide-htab-inside-tab .glider-next {
	right: 0;
}
.icon-image {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	text-align: left;
	margin-right: 2%;
	max-width: 30px;
    min-width: 30px;
    min-height: 30px;
}
.icon-image img {
	max-width: 30px;
	max-height: 30px;
}
.icon-content {
	display: inline-block;
	vertical-align: top;
	/*width: 75%;*/
	width: 69%;
	text-align: left;
	font-size: 15px;
	line-height: normal;
}
.list-number {
	width: 10%;
	display: inline-block;
	vertical-align: top;
	font-family: "opensans-semibold", Arial;
	text-align: left;
}
.list-content {
	display: inline-block;
	vertical-align: top;
	/*width: 87%;*/
	width: 85%;
	text-align: left;
}
.guide-detail .guide-htab-inside-tab  .nav-tabs .nav-link.active {
	color: #2E2E2E;
	border: 0;
}

.guide-htab-inside-tab .tab-content .list-number {
	font-size: 24px;
	line-height: 1.2;
	width: 30px;
	font-family: "opensans-regular", Arial;
}
.guide-htab-inside-tab .tab-content .list-content {
	width: calc(100% - 40px);
}
.guide-htab-inside-tab .tab-content .list-content h3 {
	font-family: "opensans-semibold", Arial;
}
.guide-htab-inside-tab .tab-content .list-content p {
	font-size: 16px;
    color: #656565;
}
.guide-detail .move-text-center {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 15px;
}
.guide-detail .box-wrapper {
	padding-top: 40px;
}
.guide-detail .box-wrapper h5 {
	padding: 15px 25px 0;
	color: #2E2E2E;
	/*font-size: 18px;*/
}
.guide-detail .box-wrapper p {
	padding: 0 25px;
	font-size: 16px;
	line-height: normal;
	color: #909090;
	margin-bottom: 8px;
}
.guide-detail .box-wrapper a.red,
.guide-detail .box-wrapper span.red {
	font-family: "opensans-semibold", Arial;
}
.guide-detail .box-wrapper .col-md-4 {
	margin-bottom: 25px;
}
.guide-detail .box-wrapper .col-md-4 .style-1 {
	margin-right: 2%;
}
.guide-detail .box-wrapper .col-md-4:nth-child(3n) .style1 {
	margin-right: 0;
}
.guide-detail .box-wrapper .style1,
.guide-detail .box-wrapper .style2,
.guide-detail .box-wrapper .style3 {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: solid 1px #ececec;
	background-color: #ffffff;
	/*max-width: 300px;*/
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-bottom: 30px;
	display: block;
}
/*.guide-detail .box-wrapper .style1 {
	height: 400px;
}

.guide-detail .box-wrapper .style2,
.guide-detail .box-wrapper .style3 {
	height: 300px;

}
.guide-detail .box-wrapper .style2.no-image,
.guide-detail .box-wrapper .style3.no-image {
	height: 250px;

}*/

.guide-detail .box-wrapper [class*="style"]:hover  {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.2);
	box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.2);
	cursor: pointer;
	
}
.guide-detail .box-wrapper .style p {
	font-family: "opensans-regular", Arial;
    font-size: 16px;
    color: #656565;
    line-height: 22px;
}

.guide-detail .box-wrapper .style2 h5 {
	font-size: 24px;
    color: #2E2E2E;
    line-height: 26px;
    word-break: break-word;
}
.guide-detail .box-wrapper .style1  p.text-right,
.guide-detail .box-wrapper .style2  p.text-right,
.guide-detail .box-wrapper .style3  p.text-right {
	position: absolute;
	right: 0;
	bottom: 0;
}

.section.useful-section .inner {
	border-top: 1px solid #c0c0c0;
	padding-top: 20px;
}
.useful .btn,
.form-ui .btn {
	display: inline-block;
	max-width: 194px;
	height: 41px;
	border-radius: 5px;
	font-family: "opensans-bold", Arial;
	font-size: 16px;
	text-align: center;
	line-height: 41px;
	-webkit-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	padding: 0;
	margin-right: 2%;
	width: 46%;
	vertical-align: top;
	outline: none;
	border: 1px solid #ff3333;
	transition: all .4s;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin-bottom: 15px;
}





   

.useful .btn:focus {
	outline: none;
}

.useful .btn:focus{
	outline: none;
	box-shadow: none;
}

.useful .btn.btn-border {
    width: 64px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
    outline: none;
    font-weight: bold;
    margin-right: 5px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}
.useful .btn.btn-border:hover {
	background: #ff3333;
	color: #fff;
}

.useful-wrapper .btn a {
	color: #ff3333;
}

.useful-wrapper .btn a:hover, .useful-wrapper .btn a:focus {
	outline: none;
	text-decoration: none;
}
.useful .btn.btn-border:hover a {
	color: inherit;
}
.form-ui .btn.btn-red {
	/*border: 1px solid #ff3333;*/
	background: #ff3333;
	color: #fff;
	margin-bottom: 15px;
}

.form-ui .btn.btn-red:hover {
	/*border: 1px solid #ff3333;*/
	background: #fff;
	color: #ff3333;
}

.form-ui .btn.btn-red a {
	color: inherit;
	display: block;
}

.useful h3 {
	display: inline-block;
	margin-right: 20px;
}
.section.related-section .block {
	margin-bottom: 30px;
}
.section.related-section .block ul {
	padding: 0;
	list-style: none;
	font-size: 16px;
	font-family: "opensans-regular", Arial;
}
.section.related-section .block ul li {
	margin: 12px 0;
}
.section.related-section .block ul li a {
	color: #ff3333;
}
.related-block-bottom .col-md-6 {
	padding-left: 0;
}








.list-more .fa {
	position: absolute;
	left: 0;
}
.list-more .dropdown-list {
	display: none;
	list-style: none;
	padding: 0;
	margin: 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.24), 0 0 8px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.24), 0 0 8px 0 rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.24), 0 0 8px 0 rgba(0, 0, 0, 0.12);
	background-color: #fafafa;
	position: absolute;
	left: 0;
	width: 92%;
	transition: all ease 0.3s;
	margin-top: -5px;
}
.list-more {
	position: relative;
	display: none;
}
.list-more span {
	display: block;
	text-align: left;
	width: 100%;
	margin-left: 10px;
	height: auto;
	position: relative;
}
.list-more.active .dropdown-list {
	display: block;
	z-index: 2;
}
.tabs-ui.nav-tabs .list-more .dropdown-list a {
	margin: 0;
}
.list-more .fa {
	position: absolute;
	left: -8px;
	top: 5px;
}
.tabs-ui.nav-tabs .list-more .dropdown-list a:hover {
	background: #f2f2f2;
}
.tabs-ui.x-scroll {
	display: block;
	white-space: nowrap;
	overflow-x: auto;
}
.mCSB_horizontal.mCSB_inside>.mCSB_container {
	margin-bottom: 3px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	height: 9px;
}
.guide-detail .form-ui p {
	font-size: 16px;
	color: #656565;
	font-family: "opensans-semibold", Arial;
}
.form-ui {
	display: none;
}
.form-ui  textarea {
	position: relative;
	padding: 12px 10px 12px 8px;
	border: 1px solid silver;
	height: 82px;
	width: 100%;
	-webkit-appearance: none;
	border-radius: 0;
	font-size: 14px;
	box-sizing: border-box;
	resize: none;
	outline: none;
	width: 50%;
}

.form-ui  textarea[placeholder] {
	color: #909090;
}
.form-ui .btn.btn-red {
	display: block;
	max-width: 60px;
	height: 25px;
	font-size: 12px;
	line-height: 25px;
	font-family: "opensans-regular", Arial;
}
.form-ui .btn.btn-red:disabled {
	cursor: not-allowed;
	pointer-events: all !important;
}
.form-ui .btn.btn-red:disabled:hover {
	background: #ff3333;
	color: #fff;
}
.section.addthis-section {
	margin: 30px 0 30px;
}

.at-vertical-menu {
    font-family: "helvetica neue",arial,helvetica,sans-serif;
    font-size: 16px;
    left: -144px !important;
    position: absolute !important;
    top: 20%;
    z-index: 100020;
}

.useful h6 {
	font-family: "opensans-semibold", Arial;
    display: inline-block;
    margin-right: 20px;
}

.section.useful-section {
	padding-top: 30px;
    padding-bottom: 30px;
    clear: both;
}

.section.related-section {
	padding-top: 30px;
    padding-bottom: 30px;
    clear: both;
}

.section.related-section h4 {
    font-size: 20px;
    color: #2b292d;
    letter-spacing: 0;
}

@media screen and (max-width: 575px) {
	.form-ui textarea {
		width: 315px;
	}
	.guide-detail .icon-image {
	    display: block;
	    width: 100%;
	    max-width: 40px;
	    margin: 0 auto;
	}
	.guide-detail .icon-content {
	    display: inline-block;
	    vertical-align: top;
	    width: 100%;
	    text-align: center;
	    font-size: 12px;
	    margin-top: 10px;
	}
}

@media screen and (max-width: 768px) {
	.guide-detail .box-wrapper .style1 {
		max-width: 300px;
	}
	.guide-detail .guide-htab-inside-tab .tab-content .anchor-content {
	    width:  100%;
	    max-width: 100%;
	    padding-left: 0;
	    padding-right: 0;
	}
	.guide-detail .guide-htab-inside-tab .tab-content .anchor-content:first-child {
		padding-top: 0;
	}
	.guide-detail .guide-htab-inside-tab .tab-content {
		padding: 0;
		width:  calc(100% + 30px);
		max-width: calc(100% + 30px);
	}
	.guide-detail .guide-htab-inside-tab .tab-content img {
		width: 100%;
	}
	.guide-htab-inside-tab {
		overflow: visible;
	}
	/*.guide-detail .box-wrapper .style2.no-image, .guide-detail .box-wrapper .style3.no-image {
		height: 280px;
	}*/
	.guide-detail .box-mobile-slider {
	    padding-right: 15px;
    	padding-left: 15px;
	}
	.guide-detail .box-wrapper .col-md-4 {
		padding-left: 0;
		padding-right: 10px;
	}
	/*.guide-detail .box-wrapper h5 {
		word-break: break-word;
	}*/
	/*.guide-detail .box-wrapper .style1 {
		height: 405px;
	}*/
	
	/*.guide-detail .box-wrapper .style1, .guide-detail .box-wrapper .style2, .guide-detail .box-wrapper .style3 {
		max-width: 212px;
	}*/
	.section.guide-htab.small-container>.inner,
	.section.guide-htab>.inner, .section.guide-htab-content>.inner {
		padding: 0;
	}
	.guide-detail .mb-text-left {
		text-align: left!important;
	}
	.guide-detail .guide-htab-inside-tab .move-text-center {
		position: static;
		transform: none;
		padding: 15px;
	}
	.guide-detail .tab-content {
		padding: 60px 15px;
	}
	
	.guide-detail .icon-content .list-content br {
		display: none;
	}
	.guide-htab-inside-tab .inner {
		padding: 0;
	/*	margin-left: -15px;
    	margin-right: -15px;*/
	}
	.guide-htab-inside-tab .tabs-ui-2 {
/*		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;*/
	}
	.guide-htab-inside-tab .tab-content {
		padding: 0;
		margin-left: -15px;
		margin-right: -15px;
		width: calc(100% + 30px);
		overflow-x: hidden;
	}
	.guide-detail .guide-banner .move-top-left {
		/*display: none;*/
	}
	.guide-detail .guide-banner .guide-banner-image {
		height: 300px;
		background-position: 80% center;
	}
	/*.section.guide-banner>.inner.move-left-center {
		width: 183px;
		left: 15px;
		padding: 0;
	}*/
	.guide-detail .section.guide-banner>.inner.move-left-center .banner-title {
		font-size: 24px;
		line-height: 33px;
	}
	
	.no-lines {
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
	}
	.no-lines .tabs-ui.nav-tabs .nav-item:before {
		background-color: transparent;
	}
	.mobile-no-slider {
		display: none;
	}
	#nav-tabs-dropdown {
		position: relative;
	}
	#nav-tabs-dropdown button {
		background: transparent;
		color: #2E2E2E;
		border: 0;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		width: 100%;
		display: block;
		text-align: left;
		font-size: 16px;
		font-family: "opensans-semibold", Arial;
		padding-left: 25px;
	}
	#nav-tabs-dropdown button:focus {
		box-shadow: none;
	}
	#nav-tabs-dropdown .dropdown-toggle::after {
		position: absolute;
		right: 15px;
		top: 15px;
	}

	.no-padding.section.guide-htab>.inner {
		padding: 0;
	}
	#nav-tabs-dropdown .dropdown-menu {
		position: static!important;
		transform: none!important;
		width: 100%;
		border: 0;

	}
	#nav-tabs-dropdown .dropdown-menu li {
		padding: 10px;
		padding-left: 25px;
	}
	#nav-tabs-dropdown .dropdown-menu li a {
		font-size: 16px;
		line-height: 1.5;
		font-family: "opensans-regular", Arial;
		color: rgba(0, 0, 0, 0.87);
	}

	.useful .btn {
		width: 45%;
		max-width: 194px;
	}
	.hidden-mobile {
		display: none;
	}

	.useful h6 {
		display: block;
		margin-right: 0;
	}
	.guide-htab-inside-tab .tab-content .anchor-content:nth-child(2n) .flex-reverse-desktop {
		flex-direction: row;
	}
	/*.guide-htab-inside-tab .tabs-ui-2 .nav-item a:before {
		content: '';
	    position: absolute;
	    background: #dee2e6;
	    font-size: 25px;
	    bottom: 0;
	    width: 2px;
	    z-index: 1;
	    left: 0;
	    top: 50%;
	    transform: translate(-50%, -50%);
	    height: 60%;
	}
	.guide-htab-inside-tab .tabs-ui-2 .nav-item:first-child a:before {
	    content: '';
	    width: 0;
	}*/
	.guide-detail .box-wrapper {
		padding-top: 20px;
	}
	.guide-detail .tab-content {
		padding-top: 20px;
	}
	.guide-htab {
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
	}
	.guide-detail .box-wrapper .style h5 {
		font-size: 18px;
		line-height: 1.3;
	}
	.guide-detail .box-wrapper .style p {
	    font-size: 12px;
	    line-height: initial;
	}
	.guide-detail .block {
		margin-bottom: 30px;
		padding:0 0 0 1%;
	}

}
.justify-align-center .nav-item a {
	display: flex!important;
	align-items: center!important;
}
.support-form-fields {
	margin: 0;
}
/* oet landing page needed */
.guide-detail .move-text-center a.red {
	font-family: "opensans-semibold", Arial;
}
.guide-htab-inside-tab .tab-content .list-content a h3 {
	color: #2b292d;
}
.guide-detail .box-wrapper a.red.not-bold {
	font-family: "opensans-regular", Arial;
}
/* btn styles */
.buttons-wrapper h6.bold {
  margin-top: 20px;
}
.buttons-wrapper .btn{
  display: inline-block;
  max-width: 194px;
  height: 41px;
  border-radius: 5px;
  font-family: "opensans-bold", Arial;
  font-size: 16px;
  text-align: center;
  line-height: 41px;
  -webkit-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  padding: 0;
  margin-right: 2%;
  width: 46%;
  vertical-align: top;
  outline: none;
  border: 1px solid #ff3333;
  transition: all .4s;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin-bottom: 15px;
}
.buttons-wrapper .btn.btn-icon-large-gray {
  max-width: 100%;
  padding: 16px;
  height: auto;
  line-height: initial;
  border: 1px solid silver;
  color: #2e2e2e;
  width: 48%;
  position: relative;
}
.buttons-wrapper .btn.btn-icon-large-gray a {
  color: inherit;
  font-family: 'opensans-semibold', Arial;
  display: block;
  position: relative;
}
.buttons-wrapper .btn.btn-icon-large-gray:hover {
  color: #fff;
  background-color: #656565;
  border: 1px solid #656565;
}

.buttons-wrapper .btn.btn-icon-large-gray .btn-icon {
  position: absolute;
  font-size: 30px;
  height: 30px;
  width: 30px;
  left: 0;
}
.buttons-wrapper .btn.btn-icon-large-gray .btn-text-wrapper {
  text-align: left;
  padding-left: 46px;
  line-height: 16px;
  white-space: normal;
  position: relative;
  height: 40px;
}
.buttons-wrapper .btn.btn-icon-large-gray .btn-text-wrapper .btn-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 20px;
}   
.buttons-wrapper .btn:focus {
  outline: none;
}


.buttons-wrapper .btn:foucs {
  outline: none;
  box-shadow: none;
}
.buttons-wrapper .btn.btn-border {
  background: #fff;
  color: #ff3333;
}

.buttons-wrapper .btn.btn-rounded-corner {
  border: 1px solid #909090;
  background: transparent;
  color: #909090;
  padding: 10px 9px;
  margin-right: 5px;
  display: inline-block;
  width: auto;
  height: auto;
  line-height: 1;
  color: #909090;
  border-radius: 30px;
  font-size: 14px;
  font-family: 'opensans-regular', Arial;
}
.buttons-wrapper .btn.btn-rounded-corner a {
  color: inherit;
}
.buttons-wrapper .btn.btn-rounded-corner:hover,
.buttons-wrapper .btn.btn-rounded-corner.active  {
  background: #909090;
  border: 1px solid #909090;
  color: #fff;
  text-decoration: none;
}

.buttons-wrapper .btn.btn-border:hover {
  background: #ff3333;
  color: #fff;
}
.buttons-wrapper .btn.btn-border:hover a {
  color: inherit;
}

.buttons-wrapper .btn.btn-red {
  background: #ff3333;
  color: #fff;
  margin-bottom: 15px;
}
.buttons-wrapper .btn.btn-red.hover-darker:hover {
  background-color: #ee1818;
  border-color: #ee1818;
  color: #fff;
}
.buttons-wrapper .btn.btn-red:hover {
  background: #fff;
  color: #ff3333;
}
.buttons-wrapper .btn.btn-red a {
  color: inherit;
  display: block;
}
/*.buttons-wrapper .btn.btn-red {
  min-width: 148px;
}*/
.buttons-wrapper .btn-width-auto {
  max-width: initial;
  width: auto !important;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .buttons-wrapper .btn.btn-icon-large-gray {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
  }
}