@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: #42cdba;
  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;
}
.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: 200px !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 #42cdba;
}
.inline_txtx {
  width: 100px;
  height: 30px;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
	border: 1px solid #42cdba;
}
.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: #1c2e6e;
	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;
}

/* Style end */
