@font-face {
	font-family: 'FiraGOmedium';
	src: url('../fonts/FiraGO-Medium.eot');
	src: local('☺'), url('../fonts/FiraGO-Medium.woff') format('woff'), url('../fonts/FiraGO-Medium.ttf') format('truetype'), url('../fonts/FiraGO-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'FiraGO';
	src: url('../fonts/FiraGO-Regular.eot');
	src: local('☺'), url('../fonts/FiraGO-Regular.woff') format('woff'), url('../fonts/FiraGO-Regular.ttf') format('truetype'), url('../fonts/FiraGO-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@import url("//cdn.web-fonts.ge/fonts/bpg-glaho-arial/css/bpg-glaho-arial.min.css");

/* Custom scrollbar */
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #888;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.content-left-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100%;
  padding: 60px 60px 35px 60px;
  color: #fff;
  text-align: center;
  position: fixed;
  width: 33%;
}
.content-left-wrapper h2 {
	font-feature-settings: 'case' on;
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  font-weight: 500;
  letter-spacing: -1px;
}
.content-left {
  background-color: #1e306c;
  padding: 0;
}
#social ul li a {
  color: #fff;
  opacity: .8;
}
.copy {
  opacity: 1;
  color: #fff;
}
#wizard_container {
  width: 650px;
}
.btn_1, a.btn_1 {
  padding: 15px 30px;
}
.btn_1.yellow, a.btn_1.yellow {
  background: #ffffff;
  color: #111;
  font-feature-settings: 'case' on;
}
.btn_1.yellow:hover, a.btn_1.yellow:hover {
  background-color: #06b1b8;
  color: #fff;
  font-feature-settings: 'case' on;
}
.btn_1.red, a.btn_1.red {
  border: 2px solid #e62e15;
  background: #fff;
  color: #e62e15;
  font-feature-settings: 'case' on;
}
.btn_1.red:hover, a.btn_1.red:hover {
  background-color: #e62e15;
  border: 2px solid #e62e15;
  color: #fff;
  font-feature-settings: 'case' on;
}
.backward:hover, .forward:hover {
  background: #06b1b8;
  color: #fff;
  font-feature-settings: 'case' on;
}
button.backward, button.forward, button.submit {
  font-feature-settings: 'case' on;
}
.fl-form.fl-style-1 label.fl-label {
  top: 0px;
  left: 0px;
  background-color: transparent;
  padding: 6px 0px;
}
.instruction_for_rate {
  background-color: #fff;
  padding: 20px;
  border-radius: 13px;
  max-width: 700px;
  margin: 0 auto;
}
.instruction_for_rate p {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  font-family: "BPG Glaho Arial", sans-serif;
}
.instruction_for_rate p strong {
  font-weight: bold;
}
.text_height {
  min-height: 150px !important;
}
.sec_ttl {
  margin: 15px 0 30px 0;
  padding: 0;
  font-size: 16px !important;
  line-height: 20px;
  font-weight: 500;
}
.sec_ttl strong {
  font-weight: bold;
}
.ml_20px {
  margin-left: 20px !important;
}
.devider {
  height: 1px;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  border: 1px dashed #1e306c;
}
.inline_txtx {
  width: 100px;
  height: 30px;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
	border: 1px solid #1e306c;
}
.logo_con {
	display: flex !important;
	align-items: center;
	justify-content: flex-start;
  margin-top: 15px;
}
.logo_texts {
  margin-left: 10px;
  text-align: left;
  margin-top: 5px;
}
.logo_texts h5 {
	margin: 0;
	color: #fff;
	font-weight: bold;
	font-size: 17px;
	line-height: 20px;
	font-feature-settings: 'case' on;
}
.logo_texts h2 {
	margin: 0;
	color: #ffffff;
	font-weight: 500;
	font-size: 39px;
	line-height: 39px;
	font-feature-settings: 'case' on;
}


@media only screen and (min-width: 1200px) {
	.content-left-wrapper h2 {
    font-size: 24px;
    line-height: 26px;
	}
	.logo_texts h2 {
		font-size: 28px !important;
		line-height: 28px !important;
	}
	.logo_texts h5 {
    font-size: 12px;
    line-height: 18px;
	}
	.img-fluid {
    max-width: 60%;
    height: auto;
	}
	.logo_con img {
		height: 50px;
    width: auto;
	}
}
.sb_pin {
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
  background: rgb(0 0 0 / 80%);
}
.sb_pin input {
	border-radius: 30px;
	border: 0 !important;
	height: 50px;
	outline: none !important;
	padding: 0 20px;
	text-align: center;
}
.print_fr {
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	font-size: 20px;
	background: #43cdba;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-top: 5px;
	margin-right: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.close_cb {
	position: fixed;
	top: 0;
	left: 0;
	margin-top: 20px;
	margin-left: 20px;
	font-size: 40px;
	z-index: 1;
	cursor: pointer;
}
.section_title {
  margin-top: 30px !important;
}
h2.section_title {
  margin-top: 30px !important;
}
.timer_con {
  position: fixed;
  top: 0;
  width: 200px;
  height: auto;
  padding: 4px 40px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  z-index: 1;
  border: 4px solid #ff0000;
  border-top: 0;
}
.timer_con span {
  font-size: 30px;
  color: #f15525;
  font-weight: bold;
}
.static_ttl {
  margin-top: 30px;
  color: #000;
  font-size: 18px;
  line-height: 27px;
}
.static_ttl_h2 {
  margin-top: 30px;
  color: #ff0000;
  font-size: 20px;
  line-height: 27px;
}
/* Style end */
.under_construction {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: yellow;
  padding: 20px 0px;
  font-weight: bold;
  color: red;
  z-index: 111;
}
.ttl_cn {
  border-bottom: 2px solid #1e306c;
  padding-bottom: 12px;
  font-feature-settings: 'case' on;
}
.lbl_cnt {
  color: gray !important;
}
.login_inpt {
  height: 60px;
  padding: 10px 20px;
  font-size: 20px;
  letter-spacing: 4px;
  font-feature-settings: 'case' on;
}
.forms_list_box {
  margin-top: 130px;
  margin-left: 100px;
  width: calc(100% - 230px);
}
.forms_title {
  font-feature-settings: 'case' on;
  font-size: 22px;
  border-bottom: 1px solid #1e306c;
  padding-bottom: 8px;
  margin-bottom: 20px;
}
.btn_prnt {
  background: #1e306c;
}
.btn_prnt i {
  font-size: 18px;
  color: #fff;
}
.btn_edit {
  background: #1e306c;
  color: #fff;
}
.btn_edit:hover {
  color: #fff;
}
.border_custom_b {
  border-bottom: 1px solid #ddd;
}
.separate-border {
  border-collapse: separate;
}
.head_brdr {
  border-bottom: 2px solid #000;
}
.fileupload {
  margin-bottom: 12px !important;
}
.add_bottom_cn {
  margin-bottom: 200px !important;
}
.btn_save {
  position: fixed;
  text-align: right;
  bottom: 0;
  width: 650px;
  background: #fff;
  padding-bottom: 20px;
  border-top: 1px solid #1e306c;
  padding-top: 20px;
}
.big_btn {
  padding: 16px 30px !important;
}
.password-toggle {
  position: absolute;
  right: 10px;
  top: 42%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #888;
  font-size: 18px;
}
.password-toggle:hover {
  color: #333;
}
.left_icon {
  height: 130px;
  width: auto;
}