@charset "utf-8";

/* CSS Document */

@font-face {
    font-family:'P22 Corinthia';
    src: url('../fonts/p22_corinthia.ttf');
    src: url('../fonts/P22 Corinthia.eot');
	src: url('../fonts/P22 Corinthia.eot?#iefix') format('embedded-opentype'),
		url('../fonts/P22 Corinthia.woff2') format('woff2'),
		url('../fonts/P22 Corinthia.woff') format('woff'),
		url('../fonts/P22 Corinthia.svg#P22 Corinthia') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}
@font-face {
    font-family:'Myriad-Pro-Bold';
    src: url('../fonts/MyriadPro-Bold.otf');
    src: url('../fonts/MyriadPro-Bold.eot');
	src: url('../fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/MyriadPro-Bold.woff2') format('woff2'),
		url('../fonts/MyriadPro-Bold.woff') format('woff'),
		url('../fonts/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}
@font-face {
    font-family:'Myriad-Pro-Bold-Cond';
    src: url('../fonts/MyriadPro-BoldCond.otf');
    src: url('../fonts/MyriadPro-BoldCond.eot');
	src: url('../fonts/MyriadPro-BoldCond.eot?#iefix') format('embedded-opentype'),
		url('../fonts/MyriadPro-BoldCond.woff2') format('woff2'),
		url('../fonts/MyriadPro-BoldCond.woff') format('woff'),
		url('../fonts/MyriadPro-BoldCond.svg#MyriadPro-BoldCond') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: condensed;
    unicode-range: U+0020-00FE;
}
@font-face {
    font-family:'Myriad-Pro-Semibold';
    src: url('../fonts/MyriadPro-Semibold.otf');
    src: url('../fonts/MyriadPro-Semibold.eot');
	src: url('../fonts/MyriadPro-Semibold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/MyriadPro-Semibold.woff2') format('woff2'),
		url('../fonts/MyriadPro-Semibold.woff') format('woff'),
		url('../fonts/MyriadPro-Semibold.svg#MyriadPro-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}
@font-face {
    font-family:'Myriad-Pro-Italic';
    src: url('../fonts/MyriadPro-It.otf');
    src: url('../fonts/MyriadPro-It.eot');
	src: url('../fonts/MyriadPro-It.eot?#iefix') format('embedded-opentype'),
		url('../fonts/MyriadPro-It.woff2') format('woff2'),
		url('../fonts/MyriadPro-It.woff') format('woff'),
		url('../fonts/MyriadPro-It.svg#MyriadPro-It') format('svg');
    font-weight: 400;
    font-style: italic;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}
@font-face {
    font-family:'Myriad-Pro-Regular';
    src: url('../fonts/MyriadPro-Regular.otf');
    src: url('../fonts/MyriadPro-Regular.eot');
	src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/MyriadPro-Regular.woff2') format('woff2'),
		url('../fonts/MyriadPro-Regular.woff') format('woff'),
		url('../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}
@font-face {
    font-family:'Myriad-Pro-Cond';
    src: url('../fonts/MyriadPro-Cond.otf');
    src: url('../fonts/MyriadPro-Cond.eot');
	src: url('../fonts/MyriadPro-Cond.eot?#iefix') format('embedded-opentype'),
		url('../fonts/MyriadPro-Cond.woff2') format('woff2'),
		url('../fonts/MyriadPro-Cond.woff') format('woff'),
		url('../fonts/MyriadPro-Cond.svg#MyriadPro-Cond') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: condensed;
    unicode-range: U+0020-00FE;
}
@font-face {
    font-family:'Myriad-Pro-Light';
    src: url('../fonts/MyriadPro-Light.otf');
    src: url('../fonts/MyriadPro-Light.eot');
	src: url('../fonts/MyriadPro-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/MyriadPro-Light.woff2') format('woff2'),
		url('../fonts/MyriadPro-Light.woff') format('woff'),
		url('../fonts/MyriadPro-Light.svg#MyriadPro-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

html, body {
	width:100%;
	height: 100%;
	padding: 0 !important;
	margin: 0 !important;
}
body {
	font-family:'Myriad-Pro-Regular';
	font-size: 14px;
}

/**,
*:after,
*:before {
  box-sizing: border-box;
}

* {	cursor:none !important; }

.cursor{
	background:rgba(191, 30, 46, 0.6);
	border-radius:100%;
	cursor:none;
	width:40px;
	height:40px;
	transform: scale(1) translateZ(0px);
}

.cursor:active{
  transform: scale(1.2);
}

.cursor:hover{
	background:rgba(191, 30, 46, 0.6);
	border:0px solid (191, 30, 46, 0.9));
	animation: pulso .8s linear infinite;
}

@keyframes pulso{
	0%, 100% {
		border:1px solid rgba(191, 30, 46, 0.9);
	}
	50%, 70% {
		border:5px solid rgba(191, 30, 46, 0.9);
	}
}*/

.ft-light { font-family:'Myriad-Pro-Light'; }
.ft-reg { font-family:'Myriad-Pro-Regular'; }
.ft-italic { font-family:'Myriad-Pro-Italic'; }
.ft-cond { font-family:'Myriad-Pro-Cond'; }
.ft-sbold { font-family:'Myriad-Pro-Semibold'; }
.ft-bold { font-family:'Myriad-Pro-Bold'; }
.ft-cbold { font-family:'Myriad-Pro-Bold-Cond'; }
.ft-cori { font-family:'P22 Corinthia'; }

.own-clear:after {
	display: table;
	content: '';
	clear: both;
}

a {
	color:#2b3990;
}
p {
	font-size: 14px;
	line-height: 24px;
}

.clr-1 {
	color: #d29530;
}

/* Header Starts */

header, .wrapper, footer {
	background-color: #f3f3f5;
}
.menu-section {
	background-color: #e5c896;
	width:100%;
	box-shadow: #ccc 1px 1px 15px 3px;
	-webkit-box-shadow: #ccc 1px 1px 15px 3px;
	-moz-box-shadow: #ccc 1px 1px 15px 3px;
	-ms-box-shadow: #ccc 1px 1px 15px 3px;
}
ul.slimmenu li .sub-toggle {
	display: none;
}
ul.slimmenu {
	display: block;
	text-align: center;
	text-align: -webkit-center;
	text-align: -moz-center;
	text-align: -ms-center;
}
ul.slimmenu li {
	float: none;
	display: inline-block;
	background-color: transparent;
	padding: 6px 0;
}
ul.slimmenu li a {
	color: #375d64;
	/*padding:0px 30px;*/
	padding:0px 21px;
	font-size: 15px;
	line-height: 24px;
	border-right: 1px solid #375d64;
	background-color: transparent;
}
ul.slimmenu li a:hover {
	background-color: transparent;
}
ul.slimmenu li:last-child a {
	border-right:0;
}
ul.slimmenu li ul {
	background-color: #dcad5b;
	min-width: 240px;
}
ul.slimmenu li.small-drop ul {
	min-width: 175px;
}
ul.slimmenu li ul li {
	background-color: transparent;
	text-align: left;
	float: left;
	width: 100%;
	border-bottom: 1px solid #e6c289;
}
ul.slimmenu li ul li a {
	font-family:'Myriad-Pro-Regular';
	border-right:0;
	color:#fff;
	font-size: 18px;
	padding: 5px 15px;
}
ul.slimmenu li ul li:hover a {
	color: #375d64;
}
ul.slimmenu li ul li a {
	color:#fff;
}
ul.slimmenu li ul li:hover a {
	color:#375d64;
}
ul.slimmenu li ul li:last-child {
	border-bottom: 0;
}
ul.slimmenu li ul li ul li a {
	color:#fff !important;
}
ul.slimmenu li ul li ul li:hover a {
	color:#375d64 !important;
}
.menu-collapser {
	background-color: transparent;
}
.collapse-button {
	background-color: #fff;
	padding: 5px 11px;
}
.collapse-button:hover, .collapse-button:focus {
	background-color: #000;
}
.collapse-button .icon-bar {
	/*background-color: #e5c896;*/
	background-color: #000;
	margin: 4px 0;
}
.collapse-button:hover .icon-bar, .collapse-button:focus .icon-bar {
	background-color: #fff;
}

.top-section {
	padding: 30px 0;
}
.top-section .logo {
	width: 338px;
	height: 102px;
	float: left;
}
.top-section .logo-img {
	display: block;
	width: 100%;
	height: 100%;
	background: url('../images/logo.png') no-repeat;
	background-size: 338px 102px;
}
.top-section .tag-line {
	width: 285px;
	float: right;
}
.top-section .tag-line img {
	width: 100%;
	margin-top: 40px;
}

/* Header ends */

/*Footer Starts*/

footer {
	padding: 30px 0;
}
.service-sec {
	margin-bottom: 20px;
}
.service-sec ul {
	display: block;
	width: 100%;
	text-align: center;
	text-align: -webkit-center;
	text-align: -moz-center;
	text-align: -ms-center;
}
.service-sec ul li {
	display: inline-block;
	padding: 0 15px;
}
.service-sec ul li span {
	width:25px;
	display: block;
	float: left;
	margin-right: 7px;
}
.service-sec ul li span img {
	width:100%;
}
.service-sec ul li a {
	color: #345e64;
	display: block;
	line-height: 25px;
}
.policy-sec {
	
}
.policy-sec ul {
	display: block;
	width: 100%;
	text-align: center;
	text-align: -webkit-center;
	text-align: -moz-center;
	text-align: -ms-center;
}
.policy-sec li {
	display: inline-block;
	padding: 0 7px;
	color: #375d64;
	border-right: 1px solid #375d64;
}
.policy-sec li:last-child {
	border-right: 0;
}
.policy-sec li a {
	color: #375d64;
}

/*Footer Ends*/

.main-banner {
	width: 73%;
	float: left;
	padding-right: 7px;
	margin-top: 28px;
}
.latest-news {
	width: 27%;
	float: right;
	padding-left: 7px;
	background-color: transparent;
	margin-top: 28px;
}
.news-mob {
	display: none !important;
}
.news-desk {
	display: block !important;
}
.slick-slide img {
	width:100%;
}
.cross-cut {
	border-width: 28px;
    border-style: solid;
    border-right: 22px solid transparent;
    border-left: 0px;
    border-color: #f3f3f5 transparent transparent;
    width: 0;
    height: 0;
    position: absolute;
    left:0;
    top:19px;
}
.news-window {
	background-color: #e5c896;
	height: 340px;
	position: relative;
}
.news-window .title {
    font-size: 14px;
    color: #000;
    display: inline;
    background: #fff;
    border-radius: 10px;
    padding: 4px 10px;
}
.news-set {
    /*	padding: 0 10px; */
	border-bottom: 1px solid #d29632;
	height: 200px;
}
.slick-dotted.slick-slider {
	margin-bottom:0;
}
.news-window h1 {
	color: #231f20;
	font-size: 30px;
	padding-top:10px;
}
.news-window .date-sec {
	height: 40px;
}
.news-window h1 span {
	font-size: 31px;
	padding-left: 7px;
}
.news-window .news-set p {
	padding-right: 20px;
	margin-top: 0;
}
.news-window p {
	font-size: 14px;
	color:#231f20;
	line-height: 20px;
}
.news-window p.news-notify {
	margin-top: 10px;
	padding-left: 10px;
	font-size: 12px;
	line-height: 16px;
}
.slidelatest_news {
        padding: 18px 20px;
}
.home-slide .slick-prev, .news-slide .slick-prev {
	display: none !important;
}
.home-slide .slick-next, .news-slide .slick-next {
	background-color: #d29632;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	padding-left: 2px;
}
.home-slide .slick-next {
	top:initial;
	bottom:18px;
	right:20px;
}
.news-slide .slick-next {
	bottom: 42px
}
.slick-prev:before, .slick-next:before {
	content: none;
}
.home-slide .slick-prev img, .home-slide .slick-next img, .news-slide .slick-prev img, .news-slide .slick-next img {
	width: 12px;
}
.home-slide .slick-dots {
    float: right;
    right: 50px;
    left: initial;
    width: auto;
    bottom:30px;
}
.news-slide .slick-dots {
     bottom: 50px
}
.home-slide .slick-dots li, .news-slide .slick-dots li {
	width:15px;
	height: 15px;
}
.home-slide .slick-dots li button:before, .news-slide .slick-dots li button:before {
	content: none;
}
.home-slide .slick-dots li button, .news-slide .slick-dots li button {
	background-color: #eed4ac;
	opacity: 1;
	width:10px;
	height: 10px;
	border-radius: 50%;
}
.home-slide .slick-dots li.slick-active button, .news-slide .slick-dots li.slick-active button {
	background-color: #d29632;
	opacity: 1;	
}

.row5 {
	margin-left: -5px;
	margin-right: -5px;
}
.px5 {
	padding-left: 5px;
	padding-right: 5px;
}
.categories {
	margin-top: 10px;
}
.category-set {
	position: relative;
	height: 225px;
}
.category-set .img-sec {
	position: relative;
	width: 100%;
	height: 100%;
}
.category-set .img-sec img {
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: left center;	
}
.category-set h3 {
	color:#fff;
	font-size: 26px;
	text-shadow: #020202 2px 2px 6px;
	-webkit-text-shadow: #020202 2px 2px 6px;
	-moz-text-shadow: #020202 2px 2px 6px;
	-ms-text-shadow: #020202 2px 2px 6px;
	position: absolute;
	/*top:115px;*/
	top:140px;
	left:0;
	width: 73%;
	padding: 0 30px;
	line-height: 26px;
}
.hover-section {
	position: absolute;
	width:100%;
	height: 100%;
	background-color: #dcad5b;
	padding: 10px 25px;
	top:0;
	left:0;
	opacity: 0;
	transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-ms-transition: opacity 0.5s ease;
}
.category-set:hover .hover-section {
	opacity: 1;
}
.hover-section ul {

}
.hover-section ul li {
	border-bottom: 1px solid #fff;
	font-size: 14px;
	line-height: 18px;
	padding:2px 0 0;
}
.hover-section ul li:last-child {
	border-bottom: 0;
}
.hover-section ul li a {
	color: #fff;
	display: block;
	line-height: 18px;
}
.hover-section ul li:hover a {
	color: #385e65;
}
.hover-section ul li.innerja a {
	/*border-bottom: 1px solid #fff;*/
	padding-left: 5px;
	color:#fff !important;
}
.hover-section ul li.innerja a.innerj {
	color: #fff !important;
	border-bottom: 0;
	padding-left: 0;
}
.hover-section ul li.innerja a.innerj:hover {
	color: #fff !important;
}
.hover-section ul li.innerja a:hover {
	color: #385e65 !important;
}


/*Subpages starts*/

.bread {
	margin-top: 30px;
	padding: 0 45px;
	float: left;
	width:80%;
}
.bread ul {

}
.bread ul li {
	color:#6d6e71;
	font-size: 17px;
	float: left;
	padding: 0 8px;
	line-height: 27px;
}
.bread ul li a {
	color:#6d6e71;
}
.bread ul li a:after {
	content: '>';
	font-size: 18px;
	padding-left: 15px;
}

.btn-sec {
	width:20%;
	float: right;
	padding-right: 33px;
}
.btn-sec .btn-default {
	color:#fff !important;
	float: right;
	box-shadow: none;
	background: linear-gradient(#608097, #364856);
	background: -webkit-linear-gradient(#608097, #364856);
	background: -moz-linear-gradient(#608097, #364856);
	background: -ms-linear-gradient(#608097, #364856);
	border:0;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	margin-top: 25px;
	margin-left: 7px;
}

.inner-section {
	background-color: #fff;
	padding-bottom: 50px;
	position: relative;
	z-index: 0;
}
.content-sec {
	width:56%;
	float: left;
}
.paynow-section .content-sec {
	width: 60%;
}
.content-sec .dream-image {
	width:560px;
	display: block;
	/*margin:0 auto;*/
	margin-top: 85px;
	padding-left: 50px;
}
.content-sec .dream-image.full-width {
	width:100%;
}
.content-sec .dream-image img {
	width:100%;
}
.content-sec.curr-acc .dream-image img {
	width: 125%;
}
.content-sec .inner-sec-content {
	padding-left: 50px;
}
.default-inner {
	padding-left: 50px;
	width:65%;
}
.default-inner.savings-inner {
	width:80%;
}
.default-inner.corp-inner {
	width: 80%;
}
.accor-tab .default-inner {
	width: 90%;
}
.content-sec .inner-sec-content h5, .contact-inner h5, .default-inner h5 {
	color: #636461;
	font-size: 18px;
	line-height: 28px;
	margin-top: 35px;
	width:90%;
}
.default-inner h5 {
	margin-top: 20px;
	width: 100%;
}
.default-inner h5 a {
	text-decoration: underline;
	color:#2b3990;
}
.content-sec .inner-sec-content h3, .contact-inner h3, .default-inner h3 {
	color: #d29530;
	font-size: 28px;
	margin-top: 50px;
}
.content-sec .inner-sec-content h3.fs22 {
	font-size: 22px;
}
.table-sec.safe-tab h3 {
color: #d29530;
	font-size: 28px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.default-inner h3.sep-head {
	color:#636460;
	margin-top: 0px;
	line-height: 40px;
}
.default-inner h3.sep-head span {
	font-size: 62px;
}
.contact-inner h3 {
	margin-top: 35px;
}
.content-sec .inner-sec-content h4, .contact-inner h4, .default-inner h4 {
	color: #d29530;
	font-size: 22px;	
	margin-top: 10px;
}
.content-sec .feature-ul, .default-inner .feature-ul {
	margin-top: 25px;
}
.content-sec .feature-ul li, .contact-inner li, .default-inner li {
	text-transform: initial;
	color: #636461;
	font-size: 16px;
	line-height: 18px;
	min-width: 33%;
	float: left;
	margin-bottom: 10px;
}
.content-sec.curr-acc .feature-ul li i {
	font-size: 14px;
}
.content-sec.curr-acc .inner-sec-content p {
	color: #646460;
	margin-top: 20px;
}
.curr-acc.default-inner {
	width: 72%;
}
.curr-acc.default-inner h3 {
	font-size: 22px;
}
.corp-section .default-inner li {
	text-transform: initial;
}
.content-sec .feature-ul.dbl-li li, .default-inner .feature-ul.dbl-li li {
	min-width: 48%;
}
.content-sec .feature-ul li span.img-pro, .default-inner .feature-ul li span.img-pro {
	width:70px;
	position: relative;
	top:-5px;
}
.content-sec .feature-ul li span.txt-pro, .default-inner .feature-ul li span.txt-pro {
	padding-left: 7px;
}
.content-sec .feature-ul li span, .default-inner .feature-ul li span {
	display: inline-block;
}
.content-sec .feature-ul li span img, .default-inner .feature-ul li span img {
	width:100%;
}
.safe-inner.default-inner li {
	list-style: disc;
	width: 100%;
	text-transform: initial;
	font-size: 16px;
}
.corp-inner.default-inner li {
	min-width: 30%;
}
.safe-inner.default-inner .cate-list li {
	list-style: none;
}
.safe-inner.default-inner .cate-list li span {
	color:#d29530;
}
.safe-inner.default-inner ul {
	padding-left: 20px;
	margin-top: 20px;
}
.safe-inner.default-inner .cate-list {
	padding-left: 0;
}
.doc-down {
	margin-top: 20px;
}
.doc-down li {
	text-transform: initial;
}
.doc-down li a {
	color: #2b3990;
	text-decoration: underline;
}
.doc-down li a span {
	padding-right: 8px;
	position: relative;
	top:-5px;
}
.doc-down li a img {
	width:20px;
}
.contact-inner {
	padding-bottom: 30px;
	padding-left: 50px;
}
.contact-inner .contact-ul {
	list-style: none;
	/*list-style: disc;*/
	padding-left: 0px;
	margin-top: 15px;
}
/*.contact-inner .contact-ul p {
	color: #636461;
	margin-top: 5px;
	font-size: 16px;
	float: none;
	display: block;
	margin-left: -15px;
}*/
.contact-inner .contact-ul li {
	font-size: 16px;
	color: #d29631;
	line-height: 24px;
	text-transform: initial;
	float: none;
	width: 100%;
	margin-bottom: 10px;
}
.contact-inner .contact-ul li a {
	color: #d29631;
}
.contact-inner .contact-ul li:after {
	content: '';
	display: table;
	clear: both;
}
.contact-inner .contact-ul li span {
	float: left;
}
.contact-inner .contact-ul li img {
	width:25px;
	margin-right: 8px;
}
/*.contact-inner .contact-ul p a {
	color: #d29530;
	text-decoration: underline;
}*/
/*.contact-inner .contact-ul li a {
	color: #d29530;
	text-decoration: underline;
}*/
.calc-form {
	width: 65%;
	padding-left: 50px;
}
.calc-form form {
	width: 100%;
	margin-top: 15px;
}
.calc-form h3 {
	font-size: 28px;
}
.calc-form h4 {
	font-size: 20px;
	margin-top: 10px;
}
.calc-form .form-group {
	margin-bottom: 0;
	padding: 0px 25px;
}
.calc-form .form-group.clr-bg-1 {
	background-color: #f7ecdb;
}
.calc-form .form-group.clr-bg-2 {
    background-color: #fcf6ee;
}
.calc-form .form-group .pay-title {
	color: #636461;
	font-size: 18px;
	font-weight: 300;
}
.btn-pay-sec {
	width: 55%;
	float: right;
	margin-top: 8px;
}
.btn-def {
	border-radius: 0;
	background-color: #d29632 !important;
	color:#fff !important;
	font-size: 18px;
	box-shadow: none !important;
	width: 160px;
	margin: 0 auto;
	display: block;
	text-align: center;
	padding: 3px 15px;
}
.calc-form .form-group label {
	color: #636461;
	font-size: 18px;
	width: 42%;
	float: left;
	text-shadow: none;
	font-weight: 300;
	line-height: 30px;
	border-right: 2px solid #fff;
	padding: 10px 0;
	margin-right: 3%;
}
.calc-form .form-group .form-control {
	width: 55%;
	float: left;
	box-shadow:  inset 2px 2px 0px #bcbdc0;
	-webkit-box-shadow:  inset 2px 2px 0px #bcbdc0;
	-moz-box-shadow:  inset 2px 2px 0px #bcbdc0;
	-ms-box-shadow:  inset 2px 2px 0px #bcbdc0;
	border-radius: 0;
	border:1px solid #cdced0;
	margin-top: 8px;
}
.calc-form .form-group h5 {
	width:55%;
	float: left;
	margin-top: 10px;
    line-height: 32px;
}
.calc-form .form-group h5 span {
	padding-right: 4px;
}
.approximate-pay {

}
.calc-form .approximate-pay .pay-title {
	color: #636461 !important;
	font-size: 18px !important;
	font-weight: 300;
	margin-top: 25px;
	width: 45%;
	margin-bottom: 20px;
}

.egg-sec {
	width:44%;
	float: right;
	position: absolute;
	top:0;
	right:0;
}

.egg-sec img {
	width: 100%;
	margin: 0 auto;
	display: block;
	margin-top: 20px;
}
.mob-version {
	display: none !important;
}

.egg-sec.full-width {
	position: absolute;
	top:0;
	right:0;
	z-index: -1;
}

.table-sec {
	width: 73%;
	padding-left: 50px;
	margin-top: 20px;
}
.table-sec.convey-tab, .table-sec.safe-tab {
	width:85%;
}
.table-head {
	
}
.ww {
	float: left;
}
.w10 {
	width: 10%;
}
.w10 {
	width: 20%;
}
.w10 {
	width: 30%;
}
.w40 {
	width: 40%;
}
.w50 {
	width: 50%;
}
.w60 {
	width: 60%;
}
.w70 {
	width: 70%;
}
.w80 {
	width: 80%;
}
.w90 {
	width: 90%;
}
.w100 {
	width: 100%;
}

.table-sec .table > thead > tr > th {
	background-color: #d29632;
	font-size: 22px;
	color:#fff;
	text-align: center;
	border-top:0 !important;
	border-bottom:0 !important;
	border-left: 1px solid #fff !important;
	border-right: 1px solid #fff !important;
	padding-left: 25px;
	padding-right: 25px;
}
.table-sec .table > thead > tr > th span {
	font-size: 18px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #f8eedc;
}
.table-sec .table > tbody > tr > td {
	border-top:0 !important;
	border-bottom:0 !important;
	border-left: 1px solid #fff !important;
	border-right: 1px solid #fff !important;
	font-size: 20px;
	font-family:'Myriad-Pro-Light';
	text-align: center;
	color:#636461;
	padding: 20px 25px;
}
.table-sec p {
	color: #636461;
}
.table-sec.align-left .table > tbody > tr > td, .table-sec.align-left .table > thead > tr > th  {
	text-align: left;
}

.news-title {
	color: #d29530;
	font-size: 154px;
	padding-left: 50px;
	margin: 94px 0 35px;
}
.news-side-list {
	width: 100%;
	padding-left: 50px;
	margin-top: 8px;
}
.news-side-list ul {
	border-top: 3px solid #d29530;
	border-bottom: 3px solid #d29530;
}
.news-side-list ul li {
	font-size: 78px;
	text-align: center;
	margin: 20px 0;
}
.news-side-list ul li a {
	color: #636461;
}
.news-side-list ul li:hover a {
	color: #d29530;
}
.news-side-list ul li.active a {
	color: #d29530;
}

.news-content {
	padding-right: 50px;
	width:100%;
	padding-left: 10px;
	padding-bottom: 50px;
}
.news-space {
	margin-bottom: 30px;
}
.news-space h1 {
	font-size: 42px;
}
.news-space h3 {
	font-size: 25px;
	margin-top: 20px;
}
.news-space p {
	font-size: 16px;
	margin-top: 20px;
	line-height: 25px;
}
.news-space p.note-p {

}
.news-space p.note-p:before {
	content: '';
	background-color: #d29530;
	width: 5px;
	height: 5px;
	border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: -2px;
}
.news-space .table-sec {
	margin-top: 35px;
	padding-left: 0;
	width: 100%;
}
.news-space .table-sec {
	
}
.news-space .table-sec .table > thead > tr > th {
	font-weight: 300;
	padding: 15px 25px;
}
.news-space .table-sec .table > tbody > tr > td {
	font-weight: 300;
	padding: 15px 25px;
}
.news-space .table-striped > tbody > tr {
	background-color: #fff;
}
.news-space .table-striped > tbody > tr:nth-of-type(even) {
	background-color: #f8eedc;
}

.news-space p a {
	color: #2b3990;
	text-decoration: underline;
}

.report-title {
	color: #d29530;
	font-size: 76px;
	margin: 80px 0 25px;
}
.report-space {
	width: 100%;
	padding: 0 15px;
	margin-bottom: 80px;
}
.report-space img {
	width: 100%;
}
.report-space .bot-rep {
	margin-top: 15px;
}
.report-space a {
	display: block;
}
.report-space .bot-rep .bot-icon {
	position: relative;
	top:3px;
}
.report-space.cs-sec .bot-rep .bot-icon {
	display: none;
}
.report-space .bot-rep .bot-icon img {
	width: 33px;
	float: left;
}
.report-space .bot-rep .bot-text {
	width: calc(100% - 35px);
	float: left;
	text-align: left;
	padding-left: 10px;
}
.report-space.cs-sec .bot-rep .bot-text {
	text-align: center;
	padding:0 10px;
	width:100%;
}
.report-space .bot-rep .bot-text h4 {
	font-size: 24px;
}
.report-space .bot-rep .bot-text p {
	font-size: 15px;
	color: #636461;
}

.fin-title {
	color: #d29530;
	font-size: 124px;
	padding-left: 35px;
	margin: 94px 0 55px;
}

.fin-tab {
	padding-left: 50px;
}
.fin-report .egg-sec {
	width: 41%;
}
.fin-tab .nav-tabs {
	width: 22%;
	float: left;
	border-top: 2px solid #d29530;
	border-bottom: 2px solid #d29530;
	padding: 10px 0;
	margin-top: 8px;
}
.fin-tab .tab-content {
	width:50%;
	float: left;
	padding-left: 80px;
}
.fin-tab .nav-tabs li {
	font-size: 78px;
	text-align: center;
	margin: 15px 0;
	width: 100%;
	border:0 !important;
}
.fin-tab .nav-tabs li a {
	color: #636461;
	background-color: transparent !important;
	border:0 !important;
	padding: 0;
	line-height: 70px;
}
.fin-tab .nav-tabs li:hover a {
	color: #d29530;
}
.fin-tab .nav-tabs li.active a {
	color: #d29530 !important;
}
.nav > li > a:hover, .nav > li > a:focus {
	background-color: transparent !important;
}

.rep-pdf-sec {

}
.rep-pdf-sec li {
	margin-bottom: 40px
}
.rep-pdf-sec li:after {
	content: '';
	display: table;
	clear: both;
}
.rep-pdf-sec li a {
	display: block;
}
.rep-pdf-sec h2 {
	font-size: 44px;
	margin-bottom: 30px;
}

.fina-rep {
	margin-top: 15px;
}
.fina-rep .fina-icon {
	position: relative;
	top:3px;
}
.fina-rep .fina-icon img {
	width: 35px;
	float: left;
}
.fina-rep .fina-text {
	width: calc(100% - 35px);
	float: left;
	text-align: left;
	padding-left: 20px;
}
.fina-rep .fina-text h4 {
	font-size: 24px;
	color: #636461;
}
.fina-rep .fina-text p {
	font-size: 15px;
	color: #636461;
}

.gover-title {
	color: #d29530;
	font-size: 76px;
	margin: 80px 0 25px;
}
.gover-inner {
	padding: 0 110px 0 50px;
}
.gover-inner p {
	color: #636461;
	font-size: 16px;
	margin-top: 20px;
	line-height: 25px;
}
.gover-inner h3 {
	color: #d29530;
	font-size: 28px;
	margin-top: 20px;
}
.gover-inner ul, .sav-2-in, .gover-inner ol {
	padding-left: 20px;
	margin-top: 15px;
}
.gover-inner.policy-page ul, .gover-inner.policy-page ol {
	padding-left: 30px;
}
.gover-inner ul li, .sav-2-in li {
	color: #636461;
	font-size: 16px;
	margin-top: 8px;
	line-height: 25px;	
	list-style: disc;
}
.gover-inner ol li {
	color: #636461;
	font-size: 16px;
	margin-top: 8px;
	line-height: 25px;
}
.sav-2-in li {
	width: 100%;
	font-size: 18px;
	line-height: 20px;
}
.save-n-img {
	width: 100%;
}
.save-n-img img {
	width: 100%
}
.box-set {
	margin-top: 20px;
}
.box-win {
	position: relative;
	background-color: #f8eedc;
	width:100%;
	padding: 30px;
	min-height: 265px;
}
.box-win .cross-cut {
	border-color: #fff transparent transparent;
}
.box-set h5 {
	font-size: 18px;
	line-height: 24px;
	padding-left: 7px;
	margin-bottom: 20px;
}
.box-set ul {
	padding-left: 0;
}
.box-set ul li {
	list-style: none;
	border-bottom: 1px solid #fff;
	padding-bottom: 4px;
	margin-top: 5px;
	padding-left: 7px;
}
.box-set ul li:last-child {
	border-bottom:0;
}
.address-set-box {
	margin-top: 20px;
	width:90%;
}
.add-win {
	width: 50%;
	float: left;
}
.icon-sets {
	width: 80px;
	float: left;
}
.icon-text {
	width: calc(100% - 80px);
	float: left;
	margin-top: 20px;
}
.icon-text h4 {
	font-size: 20px;
	line-height: 28px;
}
.icon-text .text-1 {
	float: left;
	width:90px;
}
.icon-text .text-1.mail {
	width:70px;
}
.icon-text .text-2 {
	float: left;
	width: calc(100% - 90px);
}
.icon-sets img {
	width: 70px;
}

.inner-section.type-2 .content-sec .inner-sec-content h5 {
	width:100%;
}
.inner-section.type-2.paynow-section .content-sec .inner-sec-content h5 {
	width: 78%;
}

.accor-tab {
	padding-left: 50px;
	width: 85%;
	margin-top: 40px;
}
.accor-tab .panel-body {
	border:0;
	background-color: #fcf7f0;
	padding: 25px 40px;
}
.accor-tab .panel-default {
	border:0 !important;
	border-radius: 0 !important;
}
.accor-tab .panel-default > .panel-heading {
	padding: 0;
	background-color: #d29631;
	position: relative;
	border-radius: 0 !important;
}
.accor-tab .panel-default > .panel-heading a {
	display: block;
	color:#fff;
	padding: 25px 40px;
}
.accor-tab .panel-default > .panel-heading a .acor-title {
	font-size: 28px;
	display: block;
	float: left;
	width:90%;
	line-height: 30px;
	margin-bottom: 4px;
}
.accor-tab .panel-default > .panel-heading a .acor-sub {
	font-size: 20px;
	display: block;
	float: left;
	font-style: italic;
	color:#e8c998;
	width:82%;
	line-height: 26px;
}
/*<img src="images/u-arrow.png">*/

.accor-tab .panel-default > .panel-heading a .arr {
	width: 28px;
	height: 28px;
	display: block;
	right:25px;
	top:40%;
	position: absolute;
}
.accor-tab .panel-default > .panel-heading a.collapsed .arr.close-b {
	background: url('../images/u-arrow.png') no-repeat;
	background-size: 28px;
}
.accor-tab .panel-default > .panel-heading a .arr.close-b {
	background: url('../images/d-arrow.png') no-repeat;
	background-size: 28px;
}
.accor-tab .panel-default > .panel-heading a.collapsed .arr.close-c {
	background: url('../images/u-arrow.png') no-repeat;
	background-size: 16px;
}
.accor-tab .panel-default > .panel-heading a .arr.close-c {
	background: url('../images/d-arrow.png') no-repeat;
	background-size: 16px;
}

.accor-tab .panel-group .panel + .panel {
	margin-top: 10px
}

.accor-tab .default-inner {
	padding-left: 0;
}
.accor-tab .default-inner h3 {
	margin-top: 20px;
}
.accor-tab .default-inner p {
    width: 100%;
    text-transform: initial;
    font-size: 16px;
    color: #636461;
    line-height: 22px;
    float: left;
    margin-top: 20px;
    margin-bottom: 10px;
    /*display: inline-flex;*/
}
.accor-tab .default-inner p:before {
	content: '*';
	padding-right: 8px;
}

.about-title {
	color: #d29530;
    font-size: 76px;
    margin: 80px 0 0px;
    padding-left: 50px;
}
.about-title.clr-b {
	color: #636461;
}
.abt-section .accor-tab {
	width:80%;
}
.abt-section .egg-sec {
	width: 27%;
}
.abt-section .egg-sec img {
	margin-top: 30%;
}
.abt-section .accor-tab .panel-default > .panel-heading a {
	padding: 14px 40px 13px;
}
.abt-section .accor-tab .panel-default > .panel-heading a .acor-title {
	line-height: 20px;
}
.abt-section .accor-tab .panel-default > .panel-heading a .acor-sub {
	line-height: 22px;
}
.abt-section .accor-tab .panel-default > .panel-heading a .arr {
	top:33%;
}
.accor-tab .default-inner.abt-inner {
	width: 100%;
}
.abt-section .accor-tab .default-inner p:before {
	content: none;
}
.accor-tab .default-inner.abt-inner .img-setter {
	width: 28%;
	float: left;
}
.accor-tab .default-inner.abt-inner .img-setter img {
	width: 100%;
}
.accor-tab .default-inner.abt-inner .text-setter {
	width: 72%;
	float: left;
	padding-left: 25px;
}
.accor-tab .default-inner.abt-inner .text-setter p {

}
.abt-section .table-sec .table > thead > tr > th {
	background-color: #636360;
}
.abt-section .table-sec .table > thead > tr > th, .abt-section .table-sec .table > tbody > tr > td {
	text-align: left;
	border:0 !important;
}
.abt-section .table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #f6ebdb;
}
.abt-section .table-striped > tbody > tr:nth-of-type(even) {
	background-color: #fbf5ee;
}
.abt-section .table-sec .table > tbody > tr {

}
.abt-section .table-sec .table > tbody > tr > td ul {

}
.abt-section .table-sec .table > tbody > tr > td ul li {
	border-bottom: 1.5px solid #fff;
	line-height: 32px;
	padding: 5px 0;
}
.abt-section .table-sec .table > tbody > tr > td ul li:last-child {
	border-bottom: 0;
}

.abt-tab-inn {

}
.abt-tab-inn h3 {
    margin-bottom: 20px;
    font-size: 28px;
}
.abt-tab-inn p {
	color: #636461;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
}
.abt-tab-inn ul {
	padding-left: 20px;
    margin-bottom: 20px;
}
.abt-tab-inn ul li {
	color: #d29530;
    font-size: 16px;
    margin-top: 8px;
    line-height: 25px;
    list-style: disc;
}
.abt-tab-inn ul li span {
	color: #636461;
}
.abt-section .fin-tab .tab-content {
	width: 70%;
}
.abt-section .csr-ban {
	position: relative;
	width: 100%;
	padding-right: 50px;
}
.abt-section .csr-ban h1 {
	width: 25%;
	line-height: 74px;
	float: left;
	font-size: 80px;
}
.abt-section .csr-ban .image-top {
	width: 75%;
	float: left;
}
.abt-section .csr-ban .image-top .imgs-ins {

}
.abt-section .csr-ban .image-top .imgs-ins img {
	width:100%;
}
.content-sec.award-sec, .content-sec.code-sec {
	width: 80%;
}
.content-sec.code-sec {
	padding-bottom: 300px;
}
.content-sec.award-sec .inner-sec-content h5, .content-sec.code-sec .inner-sec-content h5 {
	width: 90%;
}

.award-display {
	margin-top: 40px;
}
.award-display .display-board {
	
}
.award-display .display-board .award-img {
	width:13%;
	float: left;
}
.award-display .display-board .award-img img {
	width:100%;
}
.award-display .display-board .award-name {
	width: 87%;
	float: right;
	padding-left: 25px;
}
.award-display .display-board .award-name h3, .prof-context h3 {
	color: #d29530;
    font-size: 28px;
    margin-top: 20px;
}
.award-display .display-board .award-name p, .prof-context p {
	color: #636461;
    font-size: 16px;
    line-height: 25px;
    margin-top: 20px;
    margin-bottom: 0px;
}
.award-display .display-board .award-name ul, .prof-context ul {
    margin-bottom: 20px;
}
.award-display .display-board .award-name ul li {
	color: #636461;
    font-size: 16px;
    margin-top: 5px;
    line-height: 25px;
    display: inline-flex;
}
.award-display .display-board .award-name ul li:before {
	content: '-';
	padding-right: 7px;
}
.abt-section .content-sec .inner-sec-content h5 a {
	text-decoration: underline;
}

.content-sec.head-profile {
	width: 100%;
}
.content-sec.head-profile .about-title {
	margin-left: 24%;
	margin-bottom: 15px;
}
.prof-tab .news-side-list {
	width:24%;
	float: left;
}
.prof-tab .news-side-list ul li {
	font-size: 34px;
	text-align: left;
	padding-left: 20px;
}
.prof-context {
	width:57%;
	float: left;
	padding-left: 50px;
}
.legacy .prof-context {
	width: 66%;
}
.prof-context p {
	margin-top: 0;
	margin-bottom: 20px;
}
.prof-context h3 {
	margin-top: 0;
	margin-bottom: 20px;
}
.prof-context ul {
	padding-left: 20px;
}
.prof-context ul li {
	color: #636461;
    font-size: 16px;
    margin-top: 5px;
    line-height: 25px;
    list-style: disc;
}
.prof-context h5 {
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: 25px;
}
.prof-context h6 {
	color: #636461;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 25px;
}
.ita-st {
	font-style: italic;
}
.legacy .prof-context p.clr-1 {
	color: #d29530;
}
.legacy .prof-context p {
	width: 76%;
}
.old-images {
	position: absolute;
	z-index: -1;
	top:340px;
	right:0;
	width: 25%;
}
.inner-old {
	position: relative;
}
.setd1 {

}
.setd1 img {
	width: 100%;
}
.setd1 p {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 110px;
    line-height: 25px;
    padding: 0 30px;
}
.content-sec.corp-str-sec {
	width: 100%;
}
.content-sec.corp-str-sec .inner-sec-content {
	width: 90%;
}
.content-sec.corp-str-sec .inner-sec-content h5 {

}
.round-box-main {
	width: 85%;
	margin: 0 auto;
	margin-top: 100px;
	padding-bottom: 100px;
}
.round-box-main .box-zed {
	width: 310px;
	height: 310px;
	border-radius: 50%;
	float: left;
}
.round-box-main .box-zed h2 {
	color:#fff;
	font-size: 34px;
	line-height: 36px;
	padding: 18% 50px;
	text-align: center;
}
.round-box-main .box-zed.loans-1 {
	background-color: #e5c896;
}
.round-box-main .box-zed.loans-2 {
	background-color: #b59e77;
}
.join-box {
	float: left;
	margin:115px 50px;
}
.join-box img {
	
}

.con-title {
	color: #d29530;
	font-size: 124px;
	padding-left: 50px;
	margin: 70px 0 5px;
	line-height: 120px;
}
.contact-tab {

}
.contact-tab .news-side-list {
	width: 22%;
	float: left;
	background-color: #f6ebdb;
	border: 0 !important;
	padding: 10px 0;
	margin-top: 3px;
}
.contact-tab .news-content {
	width:78%;
	float: right;
	padding-left: 50px;
}
.contact-tab .news-side-list ul {
	border:0 !important;
}
.contact-tab .news-side-list li {
	font-size: 16px;
	text-align: center;
	margin: 35px 0;
	width: 100%;
	border:0 !important;
}
.contact-tab .news-side-list li a {
	color: #d29530;
	background-color: transparent !important;
	border:0 !important;
	padding: 0;
	line-height: 26px;
	text-decoration: underline;
}
.contact-tab .news-side-list li a img {
	display: block;
	width: 140px;
	margin: 0 auto;
}
.contact-tab .news-side-list li a span {
	padding-top: 5px;
}
.contact-tab .news-side-list li:hover a {
	color: #d29530;
}
.contact-tab .news-side-list li.active a {
	color: #d29530 !important;
}
.nav > li > a:hover, .nav > li > a:focus {
	background-color: transparent !important;
}
.contact-tab {
	padding-left: 35px;
}
.contact-tab .rep-pdf-sec h2 {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 0;
}
.contact-tab .mand-fill {
	color: #636461;
	font-size: 16px;
}
.contact-tab .rep-pdf-sec form {
	margin-top: 20px;
	width: 85%;
}
.contact-tab .rep-pdf-sec .form-group {
	
}
.contact-tab .rep-pdf-sec label {
	color: #636461;
	font-size: 16px;
	width: 20%;
	float: left;
	font-weight: 300;
	line-height: 20px;
    padding-right: 10px;
    margin-top: 8px;
}
.contact-tab .rep-pdf-sec .form-control {
	height: 40px;
	width: 80%;
	float: left;
	border-radius: 0;
	border:2px solid #d1d2d3;
	box-shadow: inset 2px 1px 0px #d1d2d3;
	-webkit-box-shadow: inset 2px 1px 0px #d1d2d3;
	-moz-box-shadow: inset 2px 1px 0px #d1d2d3;
	-ms-box-shadow: inset 2px 1px 0px #d1d2d3;
}
.contact-tab .rep-pdf-sec textarea.form-control {
	height: 155px;
}
.contact-tab .rep-pdf-sec .btn-def {
	font-size: 26px;
	width: 180px;
	padding: 1px 20px 0px;
	float: right;
}
.top-contact p {
	font-size: 18px;
	line-height: 24px;
	color: #636461;
	margin-bottom: 30px;
}
.top-contact p a {
	text-decoration: underline;
}
.contact-tab h3 {
	font-size: 25px;
    margin-bottom: 30px;
}
.office-secdl {
	margin-bottom: 70px;
}
.img-sedf-con {
	width: 10%;
	float: left;
}
.img-sedf-con img {
	width: 100%;
}
.contact-tab .news-content.branch-loc h3 {
	margin-bottom: 0;
}
.news-content.branch-loc h5 {
	color: #636461;
	font-size: 18px;
	line-height: 28px;
}
.office-address {
	width: 80%;
	float: left;
	padding-left: 20px;
}
.office-address h5 {
	color: #636461;
	font-size: 18px;
	line-height: 28px;
}
.office-address h4 {
	font-size: 24px;
	line-height: 26px;
	margin-top: 10px;
}
.loc-section {
	margin-top: 10px;
}
.loc-section h3 {
	background-color: #f6ebda;
	padding: 8px 20px 5px;
}
.loc-section p {
	width: 100%;
	display: block;
	background-color: #fbf6ef;
	padding: 8px 20px 5px;
}
.loc-section p a {
	text-decoration: underline;
}
.loc-section p .loc-img {
	width: 30px;
	float: left;
}
.loc-section p .loc-img img {
	width: 100%;
}
.loc-section p .loc-text {
	float: left;
	color: #636461;
	font-size: 18px;
	padding-left: 15px;
	line-height: 28px;
}
.loc-section p a .loc-text {
	text-decoration: underline;
}

.app-title {
	color: #d29530;
	font-size: 110px;
	padding-left: 35px;
	margin: 70px 0 40px;
	line-height: 110px;
}
.app-tab {
    padding-right: 35px;
    padding-left: 35px;
}
.app-section {

}
.app-section img {
	width: 100%;
}
.app-section .app-conts {
	padding: 20px 35px 0;
}
.app-section .app-conts h2 {
	color: #fff;
	font-size: 50px;
	font-weight: 300;
	margin-bottom: 40px;
}
.app-section .app-conts ul {

}
.app-section .app-conts ul li {
	margin-bottom: 40px;
}
.app-section .app-conts ul li a .fina-rep .fina-text h4 {
	color: #fff;
	    font-size: 21px;
    line-height: 31px;
}
.app-bottom {
    padding: 25px 40px;
}
.app-bottom .fina-rep .fina-text h4 {
	font-size: 22px;
	padding-top: 20px;
}

.career-title {
	color: #d29530;
	font-size: 110px;
	padding-left: 50px;
	margin: 70px 0 20px;
    line-height: 100px;
}
.career-title span {
	color: #646461;
	font-size: 46px;
}

.abt-section .accor-tab.career-tab {
	width: 85%;
}
.career-section .content-sec {
	width: 95%;
}
.career-section .content-sec h3 {
	padding-left: 50px;
	font-size: 28px;
	margin-bottom: 25px;
}
.career-section .content-sec p {
	font-size: 16px;
	padding-left: 50px;
}
.career-section .accor-tab .panel-default > .panel-heading a .acor-title i {
	font-style: italic;
	font-size: 20px;
}
.accor-tab .panel-default > .panel-heading a .acor-sub {
	font-size: 18px;
}
.career-in-bottom {
	border-top:2px solid #d39734;
	margin-top: 20px;
}
.career-in-bottom p a {
	text-decoration: underline;
}
.career-tab.accor-tab .default-inner {
	width: 100%;
}
.career-tab.accor-tab .default-inner li {
	line-height: 22px;
}

.faq-tab {

}
.faq-tab h2 {
	font-size: 30px;
	color: #646461;
	margin-top: 40px;
	margin-bottom: 10px;
}
.accor-tab.faq-tab .panel-default > .panel-heading a .acor-title {
	font-size: 18px;
}
.abt-section .accor-tab.faq-tab .panel-default > .panel-heading a {
	padding: 7px 18px 6px;
}
.abt-section .accor-tab.faq-tab .panel-default > .panel-heading a .arr {

}
.accor-tab.faq-tab .default-inner p {
	font-size: 18px;
	line-height: 28px;
}
.accor-tab.faq-tab .default-inner p a {
	text-decoration: underline;
}
.accor-tab.faq-tab .default-inner p.cent {
	text-align: center;
	display: inline-block;
}

.gsaver-acc {

}
.gsaver-acc h3.top-tle {
	padding-left: 50px;
    margin-top: 40px;
    font-size: 28px;
}
.gsaver-acc.content-sec .dream-image {
	margin-top: 45px;
}
.modal-dep {

}
.modal-dep .modal-body {
	padding: 0;
}
.modal-dep .modal-content {

}
.modal-dep .modal-body img {
	width: 100%;
}
.modal-dep button.close, .modal-popin button.close {
	background-color: #d29530;
	color:#fff;    
	opacity: 1;
    padding: 8px;
    top: -18px;
    right: -18px;
    position: absolute;
    z-index: 2;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}
.modal-popin .table-sec {
	padding-left: 0;
	width: 100%;
}
.modal-popin .modal-body {
	padding: 15px 40px;
}
.modal-popin .modal-body h3 {
color: #d29530;
    font-size: 28px;
    margin-top: 20px;
}
.modal-popin .modal-content {
	border-radius: 0 !important;
}
.modal-popin .table-sec .table > tbody > tr {
	background-color: #faf5ed;
}
.modal-popin .table-sec .table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #f6e9d9;
}
.modal-popin .table-sec .table > tbody > tr > td, .modal-popin .table-sec .table > thead > tr > th {
	padding: 10px 20px;
	border-right: 1px solid #fff !important;
}
.modal-popin .table-sec .table > thead > tr > th {
	text-align: center;
}
.modal-popin .table-sec .table > tbody > tr > td + td, .modal-popin .table-sec .table > thead > tr > th + th {
	border-right: 0 !important;
}
.g-recaptcha {
	float: right;
	margin-bottom: 20px;
}

.legal-section .content-sec {
	width: 90%;
	padding-left: 50px;
}
.legal-section .content-sec h3 {
    font-size: 28px;
    line-height: 40px;
    margin-top: 40px;
    margin-bottom: 30px;
}
.legal-section .content-sec p {
	font-size: 18px;    
	line-height: 24px;
    margin-bottom: 25px;
}
.legal-table {

}
.legal-table .table-sec {
	width: 85%;
	margin-top: 0;
}
.legal-table .table {
	margin-bottom: 0;
}
.table-sec .table > tbody > tr {
	background-color: #fcf7f0; 
}
.table-sec .table > thead > tr > th, .table-sec .table > tbody > tr > td {
	border:0 !important;
}
.legal-table .table-sec .table > thead > tr > th {
	text-align: left;
	font-size: 18px;
}
.legal-table .table-sec .table > tbody > tr > td {
	text-align: left;
	font-size: 18px;
	padding: 10px 25px;
}
.db-l-tab.legal-table .table-sec .table > thead > tr > th, .db-l-tab.legal-table .table-sec .table > tbody > tr > td {
	width: 75% !important;
}
.db-l-tab.legal-table .table-sec .table > thead > tr > th + th, .db-l-tab.legal-table .table-sec .table > tbody > tr > td + td {
	width: 25% !important;
}
.legal-table .table-sec .table > tbody > tr > td span {
	color: #636562;
	padding-right: 10px;
}
.legal-table .table-sec .table > tbody > tr > td a {
	text-decoration: underline;
}

.table-view {
	width: 80%;
	margin-top: 20px;
}
.table-view .head-view {
	background-color: #d29632;
	padding: 10px 20px;
}
.table-view .head-view h4 {
	color: #fff;
	font-size: 20px;
}
.table-view .body-view {
	background-color: #fff;
}
.table-view .body-view ul {
	list-style: none;
	padding-left: 0;
	margin:0;
}
.table-view .body-view ul li {
	list-style: none;
	font-size: 18px;
	margin:0;
	padding: 10px 20px;
}
.table-view .body-view ul li span {
	padding-right: 15px;
}
.table-view .body-view ul li:nth-of-type(even) {
	background-color: #f8eedc;
}
.policy-page h6 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
}
.terms-title {
	font-size: 38px;
}

.paynow-section .pay-steps-ul {
	margin-bottom: 50px;
}
.corp-inner.default-inner .pay-steps-ul li {
	float: left;
	min-width: initial !important;
	width: 155px;
	font-size: 18px;
	line-height: 26px;
	text-align: center;
	margin-right: 80px;
	margin-top: 55px;
}
.pay-steps-ul li span {
	display: block;
	width: 100%;
}
.pay-steps-ul li span.img-pro {
	
}
.pay-steps-ul li span.img-pro img {
	width: 90%;
	margin: 0 auto;
	display: block;
}
.pay-steps-ul li span.txt-pro {
	margin-top: 17px;
}
.pay-steps-ul li span.txt-pro i {
	font-style: normal !important;
}

/*Subpages ends*/

@media (min-width: 992px) {
	.container {
		/*width:920px;*/
	}
}
@media (min-width: 1200px) {
	.container {
		width:1190px;
	}
}
@media (min-width: 1400px) {
	.leg-inn {
		width: 1320px;
		margin: 0 auto;
		position: relative;
	}
	.container {
		width:1300px;
	}
	header, .wrapper, footer {
		width:1300px;
		margin: 0 auto;
	}
	.btn-sec {
		width: 30%;
	}
	.bread {
		width: 70%;
	}
}
@media (min-width: 1920px) {
	
	ul.slimmenu li {

	}
	ul.slimmenu li a {
		padding: 0 18px;
	}

}
.button_link{
     float: right;
     margin-top: 15px;
} 
.button_link a{
	display: block;
}
.button_link img{
	width: 200px;
}
.button_link .butt-link{
	width: 230px;
	height: 100px;
}
.category-set h3{
    color: #d29733;
    font-size: 24px;
    text-shadow: #ccc 2px 2px 6px;
    -webkit-text-shadow: #ccc 2px 2px 6px;
    -moz-text-shadow: #ccc 2px 2px 6px;
    -ms-text-shadow: #ccc 2px 2px 6px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 30px;
    line-height: 26px;
    padding: 4px 10px;
}
.go-saveracc .sell_point h3 {
    font-size: 32px;
}
.fd_online_pills ul {  
    margin: 0 auto;
    width: 25%;
}
.fd_deposite .dream-image img{
	width: 100%;
}
.button_block{
    display: none;
}
.top-app {
   padding: 5px 0px;
   background:  linear-gradient(263deg, rgba(181,115,42,1) 0%, rgba(214,156,52,1) 56%, rgba(249,200,61,1) 100%);
}

.top-app img{
   width:100%
}

.mob-content{
display: none;
}

.news-window .title{ 
                 padding: 6px 10px 4px;
  }
