/*
Name : Trips - Tours and Travel Mobile Template
Author : Rabonadev
Author URL : https://themeforest.net/user/rabonadev
*/
/*===================
	Table of contents:
	- Import Fonts
	- General
	- Button
	- Navbar
	- Slider
	- Search Destination
	- Tours
	- Promote
	- Tour Details
	- Gallery
	- Book Now
	- Shopping Cart
	- Blog
	- Blog single
	- Login
	- Register
	- 404 pages
	- Testimonial
	- Faq
	- Footer
	
===================*/

/*===================
	import fonts
===================*/
@import url('https://fonts.googleapis.com/css?family=Muli:400,400i|Roboto+Condensed:400,600,700');

/*===================
	general
===================*/
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	background: #f3f3f3;
	color: #000000;
	font-family: 'Muli', sans-serif;
	font-size:12px;
}

body::-webkit-scrollbar {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
	color: #000000;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 34px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 26px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 12px;
}

a {
	color: #3772ff;
}

p {
	margin: 8px 0 10px 0;
}

/*===================
	button
===================*/
.button {
	background: linear-gradient(180deg,#3772ff,#3772ff);
	border: 0;
	border-color: transparent;
	color: #fff;
	padding: 7px 15px 7px;
	border-radius: 5px;
	font-size: 12px;
	font-weight: bold;
}

.button-search {
	background: #0276a7;
	border: 0;
	border-color: transparent;
	color: #fff;
	padding: 7px 15px 7px;
	width:100px;
	border-radius: 5px;
	font-size: 13px;
	font-weight: bold;
}

.button-search-fullscreen {
	background: linear-gradient(180deg,#3772ff,#3772ff);
	border: 0;
	border-color: transparent;
	color: #fff;
	padding: 12px 15px 12px;
	width:100%;
	border-radius: 5px;
	font-size: 12px;
	font-weight: bold;

}

/*===================
	navbar
===================*/
.navbar {
	width: 100%;
	height: 50px;
	padding: 15px 0;
	z-index: 9;
	background-image: linear-gradient(to right, #ffffff 0%, #ffffff  51%, #ffffff  100%);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
}

.navbar1 {
	width: 100%;
	height: 60px;
	padding: 15px 0;
	z-index: 9;
	background-color:transparent;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
}

.site-title {
	display: inline-block;
	margin-left: 18px;
	position: relative;
	top: -15px;
}

.site-title h1 {
	font-size: 36px;
	padding: 0;
	margin: 0;
	font-weight: 700;
	color: #fff;
}

.site-title h1 i {
	color: #0276a7;
	font-size: 32px;
	margin-left: 2px;
}

.site-title h5 {
	font-size: 12px;
	padding: 0;
	margin-top: 19px;;
	font-weight: 700;
	color: #000;
}

.site-title img {
	max-width:145px;
	margin-left: 2px;
	margin-top:7px;
}

.side-nav a {
	padding: 0 16px;
	color:#000;
}

.side-nav a:hover {
	background: transparent;
}

/*panel control left*/
.panel-control-left {
	float: left;
	font-size: 14px;
}

.panel-control-left .sidenav-control-left i {
	color: #000000;
}

.panel-control-left ul {
	/*padding-top: 20px;*/
	padding: 10px 0;
	background-image:url(../img/bg/bg-left-menu.jpg);
	background-size:cover;
	background-position: right center;
}

.panel-control-left ul li {
	border-bottom: dotted 1px #a6a6a6;
}

.panel-control-left ul li a {
	font-size: 13px;
}

.panel-control-left .side-nav li a i {
	margin-right: 5px;
	color: #85BD3C;
}

.panel-control-left .side-nav li a img {
	margin-right: 8px;
	width:30px;
	vertical-align:middle
}

.panel-control-left .side-nav li a span {

	margin-top:-10px;
}


.panel-control-left .side-nav .collapsible-header {
	font-size: 15px;
	color: rgba(0,0,0,0.87);
}

.panel-control-left .side-nav .collapsible-header span i {
	float: right;
	text-align: right;
	font-size: 12px;
}

.panel-control-left .side-nav .collapsible-header:hover {
	background: transparent;
}

.panel-control-left .side-nav .collapsible-header.active {
	border-bottom: dotted 1px #ddd;
}

.panel-control-left .side-nav li.active {
	border-bottom: solid 1px #eee;
	background: transparent;
}

.panel-control-left .side-nav .collapsible-header i {
	color: #0276a7;
	font-size: 16px;
	width: 24px;
	margin-right: 5px;
	text-align: left;
}

.panel-control-left .collapsible-body ul {
	padding: 0 0 0 0;
	margin: 0;
}

.panel-control-left .collapsible-body ul li a {
	padding-left: 45px;
	height: 40px;
	line-height: 40px;
}

.panel-control-left .categories-in li {
	line-height: 40px;
}

.panel-control-left .categories-in .collapsible-body ul li a {
	height: 36px;
	line-height: 36px;
}

.panel-control-left .categories-in .collapsible-header {
	padding-left: 45px;
}

.panel-control-left .categories-in .collapsible-body ul li a {
	padding-left: 60px;
}

/*panel control right*/
.panel-control-right {
	float: right;
	font-size: 12px;
	color:#000;
	width:75px;
	margin-top:-5px;
}

.panel-control-right h6 {
	font-size: 14px;
}

.panel-control-right .side-nav {
	padding: 0;
}

.panel-control-right .side-nav li a i {
	margin-right: 5px;
}

.panel-control-right .sidenav-control-right i {
	right: 0px;
	position: relative;
	font-size: 20px;
	color: #000;
}

.panel-control-right .sidenav-control-right span {
	background: #0276a7;
	border-radius: 50%;
	color: #fff;
	position: relative;
	bottom: 8px;
	padding: 1px 5px;
	font-size: 12px;
}

.panel-control-right img {
	width: 100%;
	height: 100%;
}

.panel-control-right .side-nav {
	padding: 30px 10px;

}

.panel-control-right .action i {
	float: right;
	cursor: pointer;
	font-size: 18px;
}

.panel-control-right .entry {
	border-bottom: 1px solid #eee;
	padding-bottom: 12px;	
}

.panel-control-right .desc .rating {
	position: relative;
	bottom: 5px;
}

.panel-control-right .desc i {
	font-size: 12px;
}

.panel-control-right .desc h6 span {
	color: #0276a7;
}

.panel-control-right .price {
	text-align: right;
}

.panel-control-right ul li {
	display: inline-block;
	text-align: right;
	float: right;
	margin: 10px;
	margin-left: 0;
}

.panel-control-right ul li .button {
	font-size: 16px;
	line-height: 25px;
	position: relative;
	bottom: 20px;
}

/*===================
	slider
===================*/
.slider-slick {
	position: relative;
	overflow: hidden;
}

.slider-slick .slider-entry {
	position: relative;
	/*height: 320px; */
}


@media (min-width: 768px) {
	.slider-slick .slider-entry {
		position: relative;
		height: 430px;
	}
}

.slider-slick .overlay {
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
}

.slider-slick img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slider-slick .caption {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 35%;
	color: #fff;
	z-index: 999;
	overflow-wrap: break-word;
	text-align: center;
	padding-left:30px;
	padding-right:30px;
}

.slider-slick .caption h2 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}

.slider-slick .slick-dots {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	width: 100%;
}

.slider-slick .slick-dots li {
	width: auto;
}

.slider-slick .slick-dots li button {
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 50%;
}

.slider-slick .slick-dots li button {
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 50%;
}

.slider-slick .slick-dots li.slick-active button {
	background: #0276a7;
}

.slider-slick .slick-dots li button::before {
	font-size: 0;
	color: transparent;
}

.slick-prev, .slick-next {
	top: 45%;
}

.slider-slick .slick-next {
	right: 10px;
}

.slider-slick .slick-prev {
	left: 10px;
	z-index: 1;
}

.slick-prev::before {
	content: "\f053";
	font-family: FontAwesome;
	color: #eee;
}

.slick-next::before {
	content: "\f054";
	font-family: FontAwesome;
	color: #eee;
}

/*===================
	search destination
===================*/
.search-destination {
	position: relative;
	top: -60px;
	padding-bottom: 30px;
}

.search-destination-entry {
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.search-destination-entry h5{
	font-size:14px;
	font-weight:600;
}

.search-destination-entry input[type="text"] {
	margin-bottom: 12px !important;
}


/*===================
	tours
===================*/
.tours .entry {
	background: #fff;
}

.tours .entry img {
	width: 100%;
	height: 100%;
}

.tours .entry .content h5 {
	font-size: 17px;
	line-height: 20px;
	border-bottom: dotted 1px #ddd;
	padding-bottom: 8px;
}

.tours .entry .content h6 {
	font-size: 15px;
	color: #666;
	border-top: dotted 1px #ddd;
	padding-top: 8px;
}

.tours .entry .content h6 span {
	color: #0276a7;
	float: right;
}

.tours .entry .content {
	padding: 8px 12px 15px 12px;
}

.tours .pagination ul {
	margin-top: 30px;
	list-style: none;
	text-align: center;
}

.tours .pagination ul li {
	display: inline-block;
	background: #fff;
	margin: 0 2px;
	border: 1px solid #dedede;
	padding-bottom: 32px;
}

.tours .pagination ul .active {
	background: #0276a7;
	color: #fff;
	border-color: #0276a7;
}

.tours-head h5 {
	font-size: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 6px;
}

.tours-head h5 span {
	color: #0276a7;
}

/*===================
	tours promote
===================*/
.tours-promote {
	background: url(../img/promote.png) center no-repeat;
	background-size: cover;
	color: #fff;
}

.tours-promote h4 {
	color: #fff !important;
}

.tours-promote .app-title,
.tours-promote .app-title .line {
	margin-bottom: 0 !important;
}

.tours-promote .button {
	margin-top: 5px;
}

/*===================
	details
===================*/
.details h3 {
	font-size: 13px;
	margin-top: 10px;
}

.details h2 {
	font-size: 15px;
	margin-top: 20px;
	font-weight:600;
}


.details img {
	width: 45px;;
	height: 100%;
	margin-bottom:10px;
}

.details .calendar {
	padding: 0;
	margin: 0;
	margin-top: 5px;
}

.details .calendar li {
	display: inline-block;
	margin-right: 5px;
}

.details .button-ul li {
	/*display: inline-block;*/
}

.in-details h4 {
	font-size: 20px;
	margin-top: 30px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 8px;
	margin-bottom: 18px;
}

.details .comment .content .entry {
	overflow: hidden;
	margin-bottom: 22px;
}

.details .comment .content p {
	margin: 8px 0;
}

.details .comment .content img {
	width: 80px;
	height: 80px;
	float: left;
	margin-right: 15px;
}

.details .comment .content {
	border-top: 1px solid #eee;
	padding-top: 20px;
	margin-top: 10px;
}

@media (min-width: 768px) {
	.details .comment .content {
		border-top: 1px solid #eee;
		padding-top: 20px;
		margin-top: 10px;
		padding-bottom: 10px;
	}
}

.details .post-comment .content {
	border-top: 1px solid #eee;
	padding-top: 20px;
	margin-top: 10px;
}

.details .post-comment .content textarea {
	margin-bottom: 20px;
}

.details .post-comment .content {
	
}
.details .post-comment .content {
	
}
.details .post-comment .content {
	
}

/*===================
	gallery
===================*/
.gallery img {
	width: 100%;
	height: 100%;
	border-radius: 4px;
}

.gallery .pagination ul {
	margin-top: 30px;
	list-style: none;
	text-align: center;
}

.gallery .pagination ul li {
	display: inline-block;
	background: #f3f3f3;
	margin: 0 2px;
	border: 1px solid #dedede;
}

.gallery .pagination ul .active {
	background: #0276a7;
	color: #fff;
	border-color: #0276a7;
}

/*===================
	rating
===================*/

.rating {
	font-size: 12px;
	margin-top: 5px;
}

.rating .active {
	color: #fecd2d;
}

/*===================
	book-now
===================*/
.book-now .order {
	background: rgba(255,255,255,0.85);
	margin-top: 0px;
	padding: 16px 12px 2px;
	border: 1px solid #ddd;
	margin-bottom: 15px;
	border-radius:15px;
}

.book-now .order .title {
	text-align: center;
	color:#000;
}

.book-now .order h5 {
	color: #fff;
	margin-bottom: 14px;
}

.book-now .order h5 span {
	font-size: 18px;
}

.book-now .order h6 {
	margin-bottom: 8px;
	font-size: 16px;
	color: #fff;
}

.book-now .order h6 a {
	color: #fff;
}

.book-now .link {
	position: relative;
	top: -12px;
}

.book-now .order .text-right {
	text-align: right;
}

.book-now .order .button {
	margin-top: 10px;
	margin: auto;
	display: block;
}

/*===================
	section, title and bg
===================*/
.app-section {
	padding: 25px 0 30px 0;
    background-size:cover;
    background-repeat:no-repeat;
	background-position:center;
	height:100%;

}

.app-pages {
	margin-top: 25px;
	/*min-height: 400px; */
}

.app-gap {
	min-height: 400px; 
}

.app-title {
	text-align: center;
	margin-bottom: 12px;
}

.app-title h4 {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #000;
	text-align: left;
}

.app-title .line {
	padding: 0;
	margin: 0;
	background: #3772ff;
	height: 3px;
	margin: 3px 0 18px;
	width: 65px;
}

.app-title .line li {
	display: inline-block;
}

.app-title .line li i {
	color: #0276a7;
}

.app-title .line .line-center {
	font-size: 20px;
	vertical-align: middle;
}

.pages-title {
	margin-bottom: 20px;
	text-align: center;
}

.pages-title h3 {
	font-size: 28px;
}

.app-bg-dark {
	background: #f3f3f3;
}

.app-bg-light {
	background: #fff;
}

.app-bg-light .entry {
	background: #f3f3f3;
}

.app-last-row {
	margin-bottom: 0;
}

.trash-mb {
	margin-bottom: 0;
}

/*===================
	product details
===================*/
.product-details .entry {
	position: relative;
}

.product-details .entry img {
	width: 100%;
	height: 100%;
	border: 1px solid #ddd;
	padding: 10px;
	margin-bottom: 5px;
}

.product-details .entry .tabs {
	height: auto;
}

.product-details .entry .tabs a.active {
	border: 1px solid #0276a7;
}

.product-details .entry .tabs a {
	border: 1px solid #ddd;
}

.product-details .entry .tabs img {
	border: 0;
}

.product-details .entry .tabs .indicator {
	height: 0;
	background: transparent;
}

.product-details .entry .tabs .tab {
	height: auto;
}

.product-details .details .button  {
	margin-top: 20px;
}

.product-details .desc-review {
	margin-top: 30px;
}

.product-details .desc-review .tabs {
	height: 30px;
}

.product-details .desc-review .tabs .indicator {
	background: #0276a7;
}

.product-details .desc-review .tab {
	height: 30px;
	text-transform: none;
}

.review .comment .content .entry {
	overflow: hidden;
	margin-bottom: 22px;
}

.review .comment .content p {
	margin: 8px 0;
}

.review .comment .content img {
	width: 80px;
	height: 80px;
	float: left;
	margin-right: 15px;
	border-radius: 50%;
}

.review .comment .content {
	border-bottom: 1px solid #eee;
	padding-top: 20px;
	margin-top: 10px;
}

.review .post-review {
	margin-top: 20px;
}

.review .post-review h6 {
	margin-bottom: 15px;
}

/*===================
	product cart
===================*/
.product-cart .entry {
	border: 1px solid #ddd;
	padding: 10px 16px 0 10px;
}

.product-cart .entry h6,
.product-cart .cart-total h6 {
	font-size: 15px;
}

.product-cart .entry img {
	width: 100%;
	height: 100%;
	border: 1px solid #ddd;
}

.product-cart .entry .cart-title {
	padding: 10px 0 0;
}

.product-cart .entry .cart-title i {
	text-align: right;
	float: right;
}

.product-cart .entry .s-title {
	border-top: 1px solid #ddd;
	padding-top: 20px;
}

.product-cart .entry input[type="number"] {
	height: 25px;
	border: 1px solid #ccc;
	padding: 0;
	width: 40px;
	text-align: center;
	position: relative;
	bottom: 4px;
}

.product-cart .cart-total {
	text-align: right;
	margin-top: 25px;
}

.product-cart .cart-total h5,
.product-cart .cart-total h6 {
	margin-bottom: 10px;
}

.product-cart .cart-total .button {
	text-align: center;
	margin-right: 10px;
	margin-top: 10px;
}

/*===================
	blog
===================*/
.blog {
	position: relative;
}

.blog .entry {
	margin-bottom: 30px;
}

.blog .entry img {
	width: 100%;
	height: 100%;
}

.blog .entry .user-date ul {
	list-style: none;
}

.blog .entry .user-date ul li {
	display: inline-block;
	margin-right: 12px;
}

.blog .entry .user-date ul li a i {
	margin-right: 6px;
	color: #0276a7;
}

.blog .pagination ul {
	margin-top: 40px;
	list-style: none;
	text-align: center;
}

.blog .pagination ul li {
	display: inline-block;
	background: #f3f3f3;
	margin: 0 2px;
	border: 1px solid #dedede;
}

.blog .pagination ul .active {
	background: #0276a7;
	color: #fff;
	border-color: #0276a7;
}

/*===================
	blog single
===================*/
.blog-single {
	position: relative;
}

.blog-single .entry {
	margin-bottom: 30px;
}

.blog-single .entry img {
	width: 100%;
	height: 100%;
}

.blog-single .entry .user-date ul {
	list-style: none;
}

.blog-single .entry .user-date ul li {
	display: inline-block;
	margin-right: 12px;
}

.blog-single .entry .user-date ul li a i {
	margin-right: 6px;
	color: #0276a7;
}

.blog-single .share ul {
	list-style: none;
	margin-top: 15px;
}

.blog-single .share ul li {
	display: inline-block;
}

.blog-single .share ul li h6 {
	margin-right: 4px;
	position: relative;
	bottom: 2px;
}

.blog-single .share ul li a i {
	font-size: 20px;
	margin: 0 4px;
}

.blog-single .author {
	border-top: 1px solid #eee;
	padding-top: 20px;
	position: relative;
}

.blog-single .author .entry {
	overflow: hidden;
}

.blog-single .author p {
	margin: 8px 0;
}

.blog-single .author img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	float: left;
	margin-right: 15px;
}

.blog-single .author .entry ul {
	padding: 0;
	margin: 0;
}

.blog-single .author .entry ul li {
	display: inline-block;
	margin-right: 3px;
}

.blog-single .comment .content .entry {
	overflow: hidden;
	margin-bottom: 22px;
}

.blog-single .comment .content p {
	margin: 8px 0;
}

.blog-single .comment .content img {
	width: 80px;
	height: 80px;
	float: left;
	margin-right: 15px;
}

.blog-single .comment .content {
	border-top: 1px solid #eee;
	padding-top: 20px;
	margin-top: 10px;
}

@media (min-width: 768px) {
	.blog-single .comment .content {
		border-top: 1px solid #eee;
		padding-top: 20px;
		margin-top: 10px;
		padding-bottom: 10px;
	}
}

.blog-single .post-comment .content {
	border-top: 1px solid #eee;
	padding-top: 20px;
	margin-top: 10px;
}

.blog-single .post-comment .content textarea {
	margin-bottom: 20px;
}

.blog-single .post-comment .content {
	
}
.blog-single .post-comment .content {
	
}
.blog-single .post-comment .content {
	
}

/*===================
	form custom
===================*/
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"], 
input[type="number"],
input[type="date"],
.select-wrapper input.select-dropdown {
	color:#000;
	border: 1px solid #000;	
	height: 36px;
	border-radius: 5px;
	width: 100%;
	overflow: visible;
	padding: 0 10px;
	box-sizing: border-box;
	background-color:#ffffff;
}

input:not([type]):focus:not([readonly]),
input[type="text"]:focus:not([readonly]),
input[type="email"]:focus:not([readonly]),
input[type="password"]:focus:not([readonly]),
input[type="tel"]:focus:not([readonly]), 
input[type="number"]:focus:not([readonly]), 
input[type="date"]:focus:not([readonly]) {
	border: 1px solid #09a6f5;
	box-shadow: none;
}

textarea {
	border: 1px solid #ddd;	
	border-radius: 2px;
	width: 100%;
	overflow: visible;
	padding: 10px;
	box-sizing: border-box;
	height: auto;
	margin-bottom: 20px;
}

.picker__weekday-display {
	background-color: #0276a7;
} 

.picker__nav--prev:hover, .picker__nav--next:hover {
	background: #0276a7;
}

.picker__date-display {
	background-color: #0276a7;
}

.picker__day--selected, .picker__day--selected:hover, .picker--focused .picker__day--selected {
	background-color: #0276a7;
}

.picker__day.picker__day--today {
	color: #0276a7;
}

/*===================
	placeholder color
===================*/
::-webkit-input-placeholder {
   color: #666;
}

:-moz-placeholder { /* Firefox 18- */
   color: #666;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #666;  
}

:-ms-input-placeholder {  
   color: #666;  
}

/*===================
	login
===================*/ 
.login strong {
	display: block;
	position: relative;
	bottom: 5px;
}

.login .forgot {
	margin-bottom: 10px;
	display: block;
}

.login [type="checkbox"] + label {
	padding-left: 30px;
	color: #fff;
}

.login [type="checkbox"]:checked + label::before {
	border-right: 2px solid #0276a7;
border-bottom: 2px solid #0276a7;
}

.login .button {
	margin-top: 12px;
	margin-bottom: 24px;
	width: 100%;
	padding: 12px 15px 12px;

}

.login .create-account {
	text-align: center;
}

.login .or h5 {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 40px;
	height: 40px;
	background: #0276a7;
	color: #fff;
	margin-right: auto;
	margin-left: auto;
	border-radius: 50%;
	line-height: 40px;
}

.login .or .button {
	margin-top: 12px;
	margin-bottom: 12px;
}

.login .facebook {
	background: #3b5998;
}

.login .twitter {
	background: #00aced;
}

.login .google {
	background: #dd4b39;
}

/*===================
	register
===================*/
.register .button {
	margin-top: 5px;
	margin-bottom: 14px;
	width: 100%;
}

.register .login-now {
	text-align: center;
	display: block;
}

.register .or h5 {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 40px;
	height: 40px;
	background: #0276a7;
	color: #fff;
	margin-right: auto;
	margin-left: auto;
	border-radius: 50%;
	line-height: 40px;
}

.register .or .button {
	margin-top: 12px;
	margin-bottom: 12px;
}

.register .facebook {
	background: #3b5998;
}

.register .twitter {
	background: #00aced;
}

.register .google {
	background: #dd4b39;
}

/*===================
	404 page
===================*/
.page-404 {
	text-align: center;
}

.page-404 h3 {
	font-size: 96px;
}

.page-404 h3 span {
	color: #0276a7;
}

.page-404 .button {
	margin: 10px 0;
	display: inline-block;
}

.page-404 .button a {
	color: #fff;
}

/*===================
	testimonial
===================*/
.testimonial {
	text-align: center;
}

.testimonial .app-title {
	margin-bottom: 0;
	font-size: 26px;
	color: #0276a7;
}

.testimonial img {
	border-radius: 50%;
    margin: 5px 0 5px 0;
    height: 60px;
    width: 60px;
}

.testimonial .owl-theme .owl-controls .owl-page span {
	width: 10px;
	height: 10px;
}

/*===================
	faq
===================*/
.faq .collapsible {
	border: none;
	box-shadow: none;
}

.faq .collapsible li {
	margin-bottom: 6px;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
}

.faq .collapsible li .collapsible-header {
	font-size: 16px;
	color: #666;
}

.faq .collapsible li .collapsible-header i {
	float: right;
	margin-right: 0;
	width: auto;
	font-size: 14px;
}

.faq .collapsible li .collapsible-body p {
	padding: 16px;
}

/*===================
	footer
===================*/
.footer1 {
	background-image: linear-gradient(to right, #1ca8d9 0%, #0073a6  51%, #0276a7  100%);
	text-align: center;
	padding-top: 40px;
	display: block;
}

.footer1 h6 {
	color: #eee;
}

.footer1 .icon-social {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: 20px;
	margin-bottom: 15px;
}

.footer1 .icon-social li {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin: 0 3px;
	border-radius: 100%;
}

.footer1 .icon-social .facebook {
	background: #3b5998;
}

.footer1 .icon-social .twitter {
	background: #00aced;
}

.footer1 .icon-social .google {
	background: #dd4b39;
}

.footer1 .icon-social .instagram {
	background: #517fa6;
}

.footer1 .icon-social .rss {
	background: #fe7e00;

}

.footer1 img {
    max-width: 100px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;

}

.footer1 ul li a {
	color: #fff;
}

.footer1 .tel-fax-mail ul {
	list-style: none;
	padding: 0;
	margin: 0;
	color: #eee;
}

.footer1 .tel-fax-mail ul li {
	padding: 4px 0;
}

.footer1 .tel-fax-mail ul li span {
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.footer1 .ft-bottom {
	border-top: dotted 1px #fff;
	margin-top: 20px;
	padding-top: 20px;
	color: #eee;
}

/*===================
	footer
===================*/
footer {
	background-color:#656363;
	text-align: center;
	padding: 20px 0;
	display: block;
	position:relative;
	bottom:0px;
}

footer h6 {
	color: #eee;
}

footer .icon-social {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: 20px;
	margin-bottom: 15px;
}

footer .icon-social li {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin: 0 3px;
	border-radius: 100%;
}

footer .icon-social .facebook {
	background: #3b5998;
}

footer .icon-social .twitter {
	background: #00aced;
}

footer .icon-social .google {
	background: #dd4b39;
}

footer .icon-social .instagram {
	background: #517fa6;
}

footer .icon-social .rss {
	background: #fe7e00;

}

footer ul li a {
	color: #fff;
}

footer .tel-fax-mail ul {
	list-style: none;
	padding: 0;
	margin: 0;
	color: #eee;
}

footer .tel-fax-mail ul li {
	padding: 4px 0;
}

footer .tel-fax-mail ul li span {
	font-weight: bold;
	padding: 0;
	margin: 0;
}

footer .ft-bottom {
	color: #eee;
}

.price-details{
	padding-top:10px;
	padding-bottom:5px;
}

.price-details span{
	font-weight: 900;
	float:right;
}

.price-details h6{
	margin-bottom:5px;
}

.login-session{
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px;
    padding-bottom: 40px;
    border-radius: 15px;
}

.login-session img{
	margin-left:auto;
	margin-right:auto;
	max-width:50%;
}

.field-icon {
    float: right;
    margin-right: 12px;
    margin-top: -45px;
    position: relative;
    z-index: 2;
    color: #000000;
}


button:focus {
   /* outline: none;
    background-color: #0276a7;*/
}

.content-strip{
    overflow:hidden;
    padding-top:25px;
    padding-bottom:15px;
    background-size: 100%;
    background-position: center;
	display:block;
	position:relative;
	display:flex;
	background-image:url(../img/bg/bg-left-menu1.jpg);
}

.content-strip .strip-content{
    position:relative;
    z-index:3;
}

.content-strip .strip-content h4{
    color:#000;
    padding-left:30px;
    padding-right:30px;
    font-size:13px;
    margin-bottom:8px;
	font-weight:600;
}

.content-strip .strip-content p{
    color:rgba(0,0,0,0.7);
    padding-left:30px;
    padding-right:30px;
    margin-bottom:0px;
}

.content-strip img{
	width:60px;
	height:60px;
}

.strip-content-image{
	/*width:50%;*/
	float:right;
}

.content-strip .overlay {
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	z-index:1;
}

.transfer-banner{
    width:100%;
    margin-left:auto;
    margin-right:auto;
	height:60px;
	margin-bottom:14px;
	margin-top:15px;
	padding:0px;
	padding-left:5px;
	padding-right:5px;
	padding-top:12px;
	border-radius: 10px;
	box-shadow: rgb(82, 117, 36) 0px 5px 30px;
	text-align:center;
	background-color:#f3f3f3;
}

.transfer-banner a{
    color:#000000;
    width:50%;
    text-align:center;
    float:left;
}

.transfer-banner h4{
    width:100%;
    text-align:center;
	font-weight:400;
    float:left;
	margin-left: auto;
	margin-right: auto;
	font-size:17px;
	padding-bottom:5px;
}

.transfer-banner span{
	color: rgba(0,0,0,0.5);
	width:100%;
    text-align:center;
    float:left;
	margin-left: auto;
	margin-right: auto;
	margin-top:-3px;
	margin-bottom:3px;

}

.convert-banner{
    width:100%;
    margin-left:auto;
    margin-right:auto;
	height:60px;
	margin-bottom:14px;
	margin-top:15px;
	padding:0px;
	padding-left:5px;
	padding-right:5px;
	padding-top:12px;
	border-radius: 10px;
	text-align:center;
	background-color:#122045;
}

.convert-banner a{
    color:#000000;
    width:33.33%;
    text-align:center;
    float:left;
}

.convert-banner h4{
    width:100%;
    text-align:center;
	font-weight:400;
    float:left;
	margin-left: auto;
	margin-right: auto;
	font-size:16px;
	padding-bottom:5px;
}

.convert-banner span{
	color: rgba(255,255,255,0.5);
	width:100%;
    text-align:center;
    float:left;
	margin-left: auto;
	margin-right: auto;
	margin-top:-3px;
	margin-bottom:3px;
	font-size:15px;
}

.home-menu-buttons{
	width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    padding: 0px;
    padding-bottom: 7px;
    height: 85px;
    margin-bottom: 5px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.home-menu-buttons a{
    width:22%;
    height:100%;
    text-align:center;
    float:left;
    border-radius:10px;
	margin-left:2%;
	margin-right:1%;
	color:#000;
}

.home-menu-buttons img{
    width:50px;
	height:50px;
    margin-left:auto;
    margin-right:auto;
	margin-top:10px;
	margin-bottom:5px;

	display:block;
}

.home-menu-buttons span{
    color:#000;
    width:100%;
    text-align:center;
	font-weight:400;
	font-size:12px;
}


.sub-menu-buttons{
    width:100%;
    margin-left:auto;
    margin-right:auto;
	background-color:transparent!important;
	padding:0px;
	padding-bottom:7px;
	height:100px;
	margin-bottom:5px;
}

.sub-menu-buttons a{
    width:30%;
    height:100%;
    text-align:center;
    float:left;
    border-radius:10px;
	margin-left:2%;
	margin-right:1%;
	background-color:#122045;
	color:#fff;
}

.sub-menu-buttons img{
    width:50px;
	height:50px;
    margin-left:auto;
    margin-right:auto;
	margin-top:10px;
	margin-bottom:5px;

	display:block;
}

.sub-menu-buttons span{
    color:#000;
    width:100%;
    text-align:center;
	font-weight:600;
	font-size:12px;
}

.side-left-back{
	color:#000;
}

input:read-only {
  background-color: #cccccc;
}

.overlay {
	background: rgba(0, 0, 0, 0.42);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
}

.button-topup {
	background: #004e92;
	border: 0;
	border-color: transparent;
	color: #fff;
	padding: 7px 15px 7px;
	width:100px;
	border-radius: 5px;
	font-size: 13px;
	font-weight: bold;
}

.remark-banner{
	width: 100%;
    height: 70px;
    background-color: #ffffff;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 25px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}



.remark-banner a{
    color:#ffffff;
    width:100%;
    text-align:center;
    float:left;
}

.remark-banner h6{
    text-align:center;
	font-size:14px;
	padding-bottom:3px;
	padding-right:20px;
}

.remark-banner h5{
    text-align:center;
	font-size:14px;
	padding-bottom:3px;
	padding-right:20px;
}
.remark-banner span{
    color: rgba(0,0,0,0.9);
    margin-bottom: 3px;
	font-weight:600;
	font-size:14px;
	padding-left:20px;
}

.input-transparent{
	background-color:transparent!important;
	border:0px!important;
	color:#000!important;
}

.slip-frame1 {
    max-width: 150px;
    margin-top: 25px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    z-index: 4;
    border: solid 2px rgba(255,255,255,0.9);
}

.deal{
	padding:10px;
	padding-top:15px;
	background-color: rgba(255,255,255,0.85);
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	border-radius:10px;
}

.decoration{
    height: 1px;
    width: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
    clear: both !important;
}

.bg {
    background-color: #f7f7f7;
}


/* Style the tab */
.tab {
  overflow: hidden;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 5px 10px;
  transition: 0.3s;
  width:50%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #fff;
  border: #3772ff 1px solid;
  font-size:13px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #3772ff;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #3772ff;
  color:#ffffff;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 12px 12px;
  border: 1px solid #ccc;
  border-top: none;
  background-color:#ffffff;
  
}

.input-common{
	text-align:left;
}

.input-common h6{
	padding-bottom:5px;
}

.input-verification{
	text-align:left;
	width:100%;
}

.button-vcode{
	float:right;
	width:20%;
	background: linear-gradient(180deg,#09a6f5,#09a6f5);
	border: 0;
	border-color: transparent;
	color: #fff;
	padding: 7px 15px 7px;
	border-radius: 5px;
	font-size: 13px;
	font-weight: bold;
}

/* Style the tab */
.tab-deal {
  overflow: hidden;
}

/* Style the buttons that are used to open the tab content */
.tab-deal button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 5px 10px;
  transition: 0.3s;
  width:33.33%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #ffffff;
  font-size:12px;
  color:#000;
  border:1px #3772ff solid;
}

/* Change background color of buttons on hover */
.tab-deal button:hover {
  background-color: #3772ff;
  color:#ffffff;
}

/* Create an active/current tablink class */
.tab-deal button.active {
  background-color: #3772ff;
  color:#ffffff;
}

/* Style the tab content */
.deal-content {
	display: none;
    padding: 12px 12px;
    border: 1px solid #ccc;
    border-top: none;
    background-color: rgba(255, 255, 255, 0.85);
}

.cart-title h6{
	padding-bottom:4px;
	font-size:12px;
}

.cart-title span{
	float:right;
}

.cart-title em{
	font-size:12px;
	color:rgba(255,255,255,0.5);
}

.deal-price label{
	font-size:13px;
	padding:5px;
	padding-left:18px;
	padding-right:18px;
	color:#ffffff;
	size:150px;
	border-radius:15px;
}

.button-deal {
	background: #3772ff;
	border: 0;
	border-color: transparent;
	color: #fff;
	padding: 7px 25px 7px;
	border-radius: 5px;
	font-size: 13px;
	font-weight: bold;
	margin-top:-10px;
}

.button-deal:hover {
	background-position: right center; /* change the direction of the change here */
	color: #fff;
	text-decoration: none;
}


/* Style the tab */
.tab-history {
  overflow: hidden;
}

/* Style the buttons that are used to open the tab content */
.tab-history button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 5px 10px;
  transition: 0.3s;
  width:50%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #ffffff;
  font-size:13px;

}

/* Change background color of buttons on hover */
.tab-history button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab-history button.active {
  background-color: #1a2d5d;
  color:#ffffff;
}

.annouce{
    height: 40px;
    margin-bottom: 10px;
    color: #ffffff;
    background: linear-gradient(#666666, #000000);
    display: flex;
    font-size: 12px;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
}

.annouce ul{
	padding-left:15px;
	width:90%;
}

.annouce img{
    width:23px;
	height:23px;
}

.annouce li {
	/*display: none; */
}

.annouce-wrap{
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    line-height: 35px;
	margin-left:10px;
}

.annouce-inner{
	position: absolute;
    animation: slide 60s linear infinite;

}

@keyframes slide {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

.notice {
	background: rgba(255,255,255,0.85);
	margin-top: 0px;
	padding: 16px 12px 2px;
	border: 1px solid #0276a7;
	margin-bottom: 15px;
	border-radius:15px;
}

.notice h6{
	padding-bottom:15px;
	font-size:13px;
}

.notice h5{
	padding-bottom:15px;
}

.notice span{
	float:right;
	color:blue;
}

.deal-details{
	padding-top:0px;
	padding-bottom:5px;
}

.deal-details span{
	float:right;
}

.deal-details h6{
	margin-bottom:5px;
}

.button-premium {
	background: #ff9900;
	border: 0;
	border-color: transparent;
	color: #fff;
	padding: 5px 12px 5px;
	border-radius: 5px;
	font-size: 13px;
	font-weight: bold;
	margin-top:-10px;
}

.golden-btn + .golden-btn { margin-top: 1em; }

.golden-btn {
  color:#000;
  display: inline-block;
  outline: none;
  font-family: inherit;
  font-size: 0.9em;
  box-sizing: border-box;
  border: none;
  border-radius: 1.3em;
  height: 2.0em;
  line-height: 1.8em;
  text-transform: uppercase;
  padding: 0 1em;
  box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(110,80,20,.4),
              inset 0 -2px 5px 1px rgba(139,66,8,1),
              inset 0 -1px 1px 3px rgba(250,227,133,1);
  background-image: linear-gradient(160deg, #a54e07, #b47e11, #fef1a2, #bc881b, #a54e07);
  border: 1px solid #a55d07;
  color: rgb(120,50,5);
  text-shadow: 0 2px 2px rgba(250, 227, 133, 1);
  cursor: pointer;
  transition: all .2s ease-in-out;
  background-size: 100% 100%;
  background-position:center;
}
.golden-btn:focus,
.golden-btn:hover {
  background-size: 150% 150%;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23),
                inset 0 -2px 5px 1px #b17d10,
                inset 0 -1px 1px 3px rgba(250,227,133,1);
  border: 1px solid rgba(165,93,7,.6);
  color: rgba(120,50,5,.8);
}
.golden-btn:active {
  box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(110,80,20,.4),
              inset 0 -2px 5px 1px #b17d10,
                inset 0 -1px 1px 3px rgba(250,227,133,1);
}

.button-transparent {
	background: transparent;
	border: 1px solid #3772ff;
	color: #3772ff;
	padding: 7px 15px 7px;
	border-radius: 5px;
	font-size: 13px;
	font-weight: bold;
}

.about-session{
    background-color: #ffffff;
    padding: 20px;
    padding-bottom: 40px;
	margin-top:-30px;
}

.home-ranking{
	width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 115px;
    padding: 0px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.home-ranking a{
	color: #000000;
    width: 23%;
    text-align: center;
    float: left;
    margin-top: 10px;
    z-index: 99;
}

.home-ranking img{
    width: 60px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
}

home-ranking    width: 100%;
    text-align: center;
    float: left;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    font-size: 11px;
    font-weight: 400;
    color: #000;
}


.app-gap {
	margin-top:38px;
}

.vip-banner{
    width:100%;
    margin-left:auto;
    margin-right:auto;
	margin-bottom:14px;
    padding: 25px 15px;
	border-radius: 10px;
	background-color:#ffffff;
}

.vip-banner h4{
	color:#000;
	font-size:15px;
	text-align:center;
}

hr {
border: 0.8px solid rgba(51,51,51,0.1);
}


.sub-item{
	width: 47%;
    float: left;
    margin-bottom: 20px;
    height: 206px;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 8px;
    padding-top: 15px;
    margin-left: 5px;
    margin-right: 5px;
}

.sub-item h5{
	text-align:center;
	font-size:14px;
}

.sub-item p{
	font-size:10px;
	text-align:center;
	margin:2px;
}

.deposit-buttons{
	width: 100%;

}

.deposit-buttons a{
	color: #ffffff;
    width: 30%;
    text-align: center;
    float: left;
    margin-top: 10px;
	background-color:#09a6f5;
	padding:10px;
	border-radius:10px;
	font-weight:600;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.common-section{
    background-color: #ffffff;
    padding: 20px;
    padding-bottom: 40px;
    border-radius: 15px;
	width:93%;
	margin: 0 auto;
}

.cs-image {
	width:100%;
	text-align:Center;
}

.cs-image img{
	max-width:70%;
	margin-left:auto;
	margin-top: auto;
}

.cs-image h6{
	font-weight:900;
}

.details-session{
    background-color: #ffffff;
    padding: 20px;
    padding-bottom: 20px;
    border-radius: 15px;
	text-align:center;
}

.details-session h6{
	margin-bottom:5px;
}

.details-session img{
	width:20%;
    border-radius: 15px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  max-height:100%;
}

/* Modal Header */
.modal-header {
  padding: 15px 16px;
  background-color: #333333;
}

.modal h4{
  color: #ffffff;
  font-size:15px;
  text-align:center;
}

.modal h6{
  color: #000000;
  font-size:15px;
  text-align:center;
  padding-top:10px;
}


.modal h2{
  color: #000000;
  font-size:14px;
  text-align:center;
  font-weight:700;
  padding-top:0px;
  padding-bottom:25px;

}

.modal p{
  color: #ffffff;
  font-size:12px;
  text-align:center;
  font-weight:700;
  padding-top:10px;
}

.modal-body {
	padding: 2px 12px;
	background-color:#ffffff;
	text-align:center;
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 0px!important;
  width: 85%;
  animation-name: animatetop;
  animation-duration: 0.4s;
  box-shadow: rgba(255, 255, 255, 0.35) 0px 5px 15px;
}

.modal-content img{
	max-width:100%;
}
/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-top:-9px;
}

.close:hover,
.close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* Add Animation */
@keyframes animatetop {
  from {top: -300px; opacity: 0}
  to {top: 0; opacity: 1}
}

.caret{
	right:6px!important;
}

.div-wrap{
	background-color:transparent;
	padding:10px;
}

.trade-banner{
	background-color: #ffffff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.pie-container { 
  display: grid;
  grid-template-columns: 120px 67%;

}

.pie-container .box {
  width: 100%;
}

.pie-container .box h2 {
  display: block;
  text-align: center;
  color: #000;
}

.pie-container .box span {
	background-color:transparent;
	margin-left:40px;;
}

.pie-container .box .chart {
  position: relative;
  width: 100%;
  height: 130px;
  text-align: center;
  font-size: 11px;
  line-height: 22px;
  padding-top:25px;
  color: #000;
  margin-top:15px;
  margin-left:10px;
  font-weight:600;

}

.pie-container .box canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  width: 100%;
}

.pie-container h4 {
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  width: 100%;
  text-align:right;
  margin-bottom:15px;
}

.pie-container h5{
    padding-left:10px;
    color:#fff;
    font-size:11px;
    font-weight:400;
	margin-bottom:5px;
}

.pie-container label{
	color:#3e91d7;
    font-weight:700;
	font-size:14px;
}


.button-dash{
	line-height: 30px;
    padding: 0px 0px;
    width: 90%;
    font-weight: 600;
    font-size: 12px !important;
    text-align: center;
    border-radius: 10px;
    color: #000000 !important;
    border: solid 1px #3772ff;
    border-style: dashed solid;
    background-color: transparent;
    margin-top: 15px;
}

.chart-contain{
	padding-left:30px;
	padding-top:10px;
}

.chart-contain h6{
	font-size:12px;
	padding:5px;
}

.chart-contain span{
	color:rgba(0,0,0,0.9);
}

.remark-box{
    width:100%;
	background-color:rgb(255, 245, 230);
	border-radius: 10px;
	margin-bottom:10px;
	padding:15px;
	color:#cc7a00;
	font-weight:700;
}

.broker-image {
	width:100%;
	text-align:Center;
}

.broker-image img{
	max-width:100%;
	margin-left:auto;
	margin-top: auto;
}

.details-session label{
	font-size:12px;
	padding:5px;
	padding-left:18px;
	padding-right:18px;
	color:#ffffff;
	size:150px;
	border-radius:10px;
	margin-right:10px;
}

.depo-content{
	background-color:#ffffff;
	padding:20px;
}

.depo-content h5{
	padding-top:10px;
	color:#09a6f5;
}

.text-upload{
	margin-top:15px;
	margin-bottom:10px;
	border: 1px solid #fff;
	padding:8px;
	border-radius:8px;

}

.table-cdetail td{
	text-align:right;
}

.table-cdetail tr{
	border-bottom: 1px solid rgba(255,255,255,0.2);
}