
*,
:after,
:before {
	box-sizing: border-box;
	padding: 0;
	margin: 0
}

@font-face {
	font-family: 'Open Sans Regular';
	src: url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("OpenSans-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: 'Open Sans Semi Bold';
	src: url("../fonts/OpenSans-SemiBold.woff2") format("woff2"), url("OpenSans-SemiBold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: 'Open Sans Bold';
	src: url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap
}

@font-face {
    font-family: 'Open Sans Medium';
    src: url("../fonts/OpenSans-Medium.woff2") format("woff2"), url("../fonts/OpenSans-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body,
html {
	font-size: 16px;
	line-height: 26px;
	font-family: 'Open Sans Regular';
	color: #333333;
}
a,
a:focus,
a:hover {
	text-decoration: none;
	transition: all 0.3s
}
.tran-hover {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.rupess-font {
	font-family: 'Open Sans Regular';
	font-weight: normal;
	font-style: normal;
}
.form-control  { color: #000 !important;}
.font-opensans-r {
	font-family: 'Open Sans Regular' !important;
}
.font-opensans-b {
	font-family: 'Open Sans Bold';
}
.font-opensans-sb {
	font-family: 'Open Sans Semi Bold';
}
.box-shadow {
	background: #FFFFFF;
	box-shadow: 1px 0px 6px rgba(112, 112, 112, 0.1);
}
.green-txt-color {
	color: #3DA23F !important;
}
.red-txt-color {
	color: #FB462E !important;	
}
.orenge-txt-color {
	color: #0c54a0 !important;
}
.orenge-bg-color {
	background: #0c54a0 !important;
}
.blue-txt-color {
	color: #043B72 !important;
}
.blue-bg-color {
	background: #043B72 !important;
}
.txt-000-color {
	color: #000 ;
}
.txt-999-color { color: #999;}
.font-12 {
	font-size: 12px;
}
.font-14 {
	font-size: 14px;
}
.font-16 {
	font-size: 16px;
}
.font-18 {
	font-size: 18px;
}
h1 {
	font-size: 38px;
	font-family: 'Open Sans Bold';
}
h2 {
	font-size: 28px;
	font-family: 'Open Sans Bold';
}
h3 {
	font-size: 24px;
	font-family: 'Open Sans Bold';
}
h4 {
	font-size: 20px;
	font-family: 'Open Sans Semi Bold';
}
h5 {
	font-size: 18px;
	font-family: 'Open Sans Semi Bold';
}
h6 {
	font-size: 16px;
	font-family: 'Open Sans Regular';
}
.m-0 {
	margin: 0;
}
.p-0 {
	padding: 0;
}
.mt-6 { margin-top: 6px;}
.mt-10 {
	margin-top: 10px;
}
.mt-15 {
	margin-top: 15px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-35 {
	margin-top: 35px;
}
.mt-40 {
	margin-top: 40px;
}
.mt-50 {
	margin-top: 50px;
}
.mt-70 {
	margin-top: 70px;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-15 {
	margin-bottom: 15px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mb-50 {
	margin-bottom: 50px;
}
.ml-10 {
	margin-left: 10px;
}
.ml-15 {
	margin-left: 15px;
}
.ml-20 {
	margin-left: 20px;
}
.mr-10 {
	margin-right: 10px;
}
.mr-15 {
	margin-right: 15px;
}
.mr-20 {
	margin-right: 20px;
}
.pl-0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.paddingLR-10 {
	padding-left: 10px;
	padding-right: 10px;
}
.pt-10 {
	padding-top: 10px;
}
.pt-15 {
	padding-top: 15px;
}
.pt-20 {
	padding-top: 20px;
}
.pt-30 {
	padding-top: 30px;
}
.pt-40 {
	padding-top: 40px;
}
.pt-50 {
	padding-top: 50px;
}
.pb-10 {
	padding-bottom: 10px;
}
.pb-15 {
	padding-bottom: 15px;
}
.pb-20 {
	padding-bottom: 20px;
}
.pb-30 {
	padding-bottom: 30px;
}
.pb-40 {
	padding-bottom: 40px;
}
.pb-50 {
	padding-bottom: 50px;
}

.orange-title-block { color: #0c54a0;	
	font-size: 18px;
	font-family: 'Open Sans Semi Bold';
	margin-bottom: 5px;
}
.orange-txt { color: #0c54a0;	}
button:focus {
	outline: none;
}
.btn {
	padding: 0 15px;
	height: 42px;
	line-height: 40px;
	border-radius: 4px;
	min-width: 150px;
	font-family: 'Open Sans Semi Bold';
	font-size: 16px;
	transition: all 0.5s ease-in-out;
}
.btn-orenge-bg {
	/*background: #0c54a0;
	color: #fff;
	border: 1px solid #0c54a0;*/
	background: #0c54a0;
	color: #fff;
	border: 1px solid #0c54a0;
}
	.btn-orenge-bg:hover {
		background: #fff;
		color: #0c54a0;
	}
.btn-grey-bg {
	background: #DADADA;
	color: #fff;
	border: 1px solid #DADADA;
}
.btn-grey-bg:hover {
	background: #fff;
	color: #0c54a0;
}
.btn-orenge-border {
	border: 1px solid #0c54a0;
	color: #0c54a0;
}
.btn-orenge-border:hover {
	background: #0c54a0;
	color: #fff;	
}
.btn-blue-bg {
	background: #043B72;
	color: #fff;
	border: 1px solid #043B72;
}
.btn-blue-bg:hover {
	background: #fff;
	color: #043B72;
}
.btn-blue-border {
	border: 1px solid #043B72;
	color: #043B72;
}
.btn-blue-border:hover {
	background: #043B72;
	color: #fff;	
}
.btn-buy {
	background: #2B943F;
	border-radius: 8px;
	font-family: 'Open Sans Semi Bold';
	font-size: 14px;
	color: #fff;
	border: 1px solid #2B943F;
}
.btn-buy:hover {
	background: #fff;	
	color: #2B943F;
}
.btn-sell {
	background: #FB462E;
	border-radius: 8px;
	font-family: 'Open Sans Semi Bold';
	font-size: 14px;
	color: #fff;
	border: 1px solid #FB462E;
}
.btn-sell:hover {
	background: #fff;	
	color: #FB462E;
}
input.form-control,
select.form-control,
textarea.form-control {
	background: #FFFFFF;
	border-radius: 4px;
	height: 42px;
	font-size: 15px;
	border: none;
	border: 1px solid #D2D2D2;
	font-size: 16px;
}
input:focus,
select:focus,
textarea:focus {
	outline: none;
	box-shadow: none;
	border: none;
}

.form-control:focus {
	box-shadow: none;
	border: 1px solid #D2D2D2;
	border-radius: 4px;
}
.form-control::-ms-input-placeholder { /* Edge 12-18 */
  color: #333;
}
.form-control::placeholder {
  color: #333;
}



/* select-css-start */

.js-select2 {
	width: 100%;
}
.select2-search--dropdown {
	display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 40px;
	width: 34px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: transparent;
    border-style: solid;
    border-width: 0;
    background: url(../images/dropdown-arrow.svg) no-repeat;
    background-size: 100%;
    height: 20px;
    width: 20px;
    top: 13px;
    left: 5px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent;
    border-width: 0;
    transform: rotate(-180deg);
}
.select2-container--default .select2-selection--single {
	border: 1px solid #D2D2D2;
	height: 42px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 40px;
	font-size: 16px;
	color: #000;
	padding-left: 12px;
}


/* select-css-end */

.form-group label {
	font-size: 16px;
	font-family: 'Open Sans Regular';
	font-weight: normal;
	margin-bottom: 12px;
}

header {
	width: 100%;
	padding: 15px 25px;
	box-shadow: 0px 4px 4px rgb(0 0 0 / 12%);
	display: none;
}

@media (min-width: 1200px) {
	.container {
	    max-width: 100%;
	}	
}

@media only screen and (min-width: 1400px) {
	.btn {
		height: 46px;
    	line-height: 46px;
	    font-size: 18px;
	}
}

@media only screen and (max-width: 1399px) {
	h1 {
		font-size: 34px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 20px;
	}
	h4 {
		font-size: 18px;
	}
	h5 {
		font-size: 16px;
	}
	input.form-control,
	select.form-control,
	textarea.form-control { height: 42px;font-size: 16px}
	.tablecommon td {
		font-size: 14px;
	}
	.font-18 {
		font-size: 16px;
	}
	body,
	html {
		font-size: 14px;
		line-height: 22px;
	}
	.form-group label {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.orange-title-block {
		font-size: 16px;
	}
}

@media only screen and (max-width: 960px) {
	header {
		display: block;
	}
}

@media only screen and (max-width: 767px) {
	input.form-control, select.form-control, textarea.form-control {
		font-size: 16px;
	}
	.form-group label {
		font-size: 16px;
	}
	header {
		padding: 10px 15px;
	}
	.logo {
	    width: 200px !important;
	}
	
}

@media only screen and (max-width: 375px) {
	h6,
	.form-group label,
	input.form-control, select.form-control, textarea.form-control,
	.select2-container .select2-selection--single .select2-selection__rendered,
	.change-bank-txt,
	.select2-container--default .select2-selection--single .select2-selection__rendered {
		font-size: 15px;
	}
}
.small-txt { font-size: 11px;}
