body {
	font-family: Open Sans, Arial, sans-serif;
	font-size: 14px;
	color: #666;
	background-color: #fff;
	line-height: 1.7em;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	transition: all ease-in-out 0.5s;
}
.covid-19{
	color: #CC6600;
	text-decoration: underline;
	font-size: 18px;
	font-weight: 700;
}
.dbc{
	color: #0054BB;
	text-decoration: underline;
	font-size: 18px;
	font-weight: 700;
}
.i-red{
	font-style: italic;
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}

.processing-overlay{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	background: rgba(255,255,255,0.8) url("../images/ajax-loader.gif") center no-repeat;
}
/* Turn off scrollbar when body element has the loading class */
body.loading{
	overflow: hidden;
}
/* Make spinner image visible when body element has the loading class */
body.loading .processing-overlay{
	display: block;
}

.main {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.custome_container {
	width: 640px;
	max-width: 1080px;
	margin: auto;
}

@media (min-width: 320px) and (max-width: 767px) {
	.custome_container {
		width: 100%;
		max-width: 100%;
		margin: auto;
	}
}

/* -----Header ----- */

#main-header {
	padding: 0;
	background: #004477 url("../images/header_back_line.png") 0 65% repeat-x;
	background-size: inherit;
	width: 100%;
	height: 130px;
}

@media (max-width: 414px) {
	#main-header {
		height: 130px;
	}
}

@media (max-width: 320px) {
	#main-header {
		height: 110px;
	}
}

#main-header .navbar {
	padding: 0;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
}

@media (min-width: 320px) and (max-width: 767px) {
	#main-header .navbar {
		box-shadow: unset;
	}
}

.navbar-toggler {
	width: 36px;
	padding: 0;
	margin-left: auto;
	margin-right: 15px;
	z-index: 10;
}

@media (max-width: 768px) {
	.navbar-toggler {
		margin-top: -8px;
	}
}

@media (max-width: 320px) {
	.navbar-toggler {
		margin-top: 0px;
	}
}

@media (max-width: 767px) {
	.navbar-toggler {
		margin-top: -3px;
	}
}

.navbar-toggler:focus {
	outline: none;
}

#main-header .navbar-nav {
	margin-top: -5px;
}

#main-header .navbar-nav li a {
	color: #fff;
	padding: 2px 11px;
	font-size: 14px;
	font-weight: 600;
	transition: all .4s ease-in-out;
}

@media (min-width: 320px) and (max-width: 767px) {
	#main-header .navbar-nav li a {
		border-bottom: 1px solid rgba(0, 0, 0, .03);
		padding: 10px 5%;
	}
}

#main-header .navbar-nav li.current-menu-ancestor>a, #main-header .navbar-nav li>a:hover, #main-header .navbar-nav li.active>a {
	color: #89d0f0;
}

.header_shape {
	display: flex;
	justify-content: space-between;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.header_shape img {
	max-width: 100%;
}

#main-header .custome_container {
	max-width: 640px;
}

.navbar-brand {
	position: relative;
	margin: 0 auto;
	padding-top: 1px;
}

@media (min-width: 320px) and (max-width: 767px) {
	.navbar-brand {
		width: 90%;
		margin-top: 25px;
	}
}

@media (max-width: 375px) {
	.navbar-brand {
		margin-top: 30px;
	}
}

@media (max-width: 320px) {
	.navbar-brand {
		margin-top: 22px;
	}
}

#logo {
	max-height: 64%;
}

@media (min-width: 320px) and (max-width: 767px) {
	#logo {
		max-width: 100%;
		max-height: 100%;
	}
}

@media (min-width: 320px) and (max-width: 768px) {
	.navbar-collapse {
		background-color: #014477;
		z-index: 1;
		padding: 10px 0;
		box-shadow: rgba(0, 0, 0, 0.5) 0px 8px 10px -5px;
		position: absolute;
		top: 100px;
		left: 0;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 15px;
		width: 100%;
		transition: all 0.4s ease;
		display: block;
	}
}

@media (max-width: 320px) {
	.navbar-collapse {
		top: 80px;
	}
}

/* Home Slider */

.home_slider {
	background-color: #004477;
	min-height: 500px;
	padding: 55px 0;
	overflow: hidden;
}

@media (min-width: 320px) and (max-width: 767px) {
	.home_slider {
		min-height: auto;
		padding: 15px 0;
	}
}

.home_slider .slider_wrapper {
	padding: 0 6%;
}

.home_slider .banner_slider {
	display: flex;
	justify-content: center;
	align-items: center;
}

.home_slider .banner_slider .slider_content_wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.home_slider .banner_slider .slider_content_wrapper .img_block {
	max-width: 47.25%;
	flex: 0 0 47.25%;
	margin-right: 5.5%;
	display: flex;
	justify-content: center;
}

@media (min-width: 320px) and (max-width: 767px) {
	.home_slider .banner_slider .slider_content_wrapper .img_block {
		display: none;
	}
}

.home_slider .banner_slider .slider_content_wrapper .img_block img {
	max-height: 480px;
}

.home_slider .banner_slider .slider_content_wrapper .img_wrapper {
	width: 290px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.home_slider .banner_slider .slider_content_wrapper .img_wrapper img {
	width: 100%;
	height: 100%;
}

.home_slider .banner_slider .slider_content_wrapper .text_block {
	flex: 1;
	color: #fff;
}

.home_slider .banner_slider .slider_content_wrapper .text_block .mw-block {
	display: block;
	font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
	font-size: 46px;
	line-height: 1em;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 5px;
	color: #fff;
}

@media (min-width: 320px) and (max-width: 768px) {
	.home_slider .banner_slider .slider_content_wrapper .text_block .mw-block {
		font-size: 30px;
	}
}

.home_slider .banner_slider .slider_content_wrapper .text_block a:hover {
	text-decoration: none;
}

.home_slider .banner_slider .slider_content_wrapper .text_block a:focus {
	outline: none;
}

.home_slider .banner_slider .slider_content_wrapper:focus {
	outline: none;
	box-shadow: none;
}

.home_slider .banner_slider .slider_content_wrapper .button {
	color: inherit;
	text-shadow: none;
	text-decoration: none;
	display: inline-block;
	margin-top: 20px;
	transition: border-radius 300ms ease 0ms;
	font-size: 20px;
	font-weight: 500;
	padding: .3em 1em;
	line-height: 1.7em!important;
	background-color: transparent;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	border: 2px solid #fff;
	color: #fff !important;
	border-radius: 3px;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.home_slider .banner_slider .slider_content_wrapper .button:hover {
	border: 2px solid transparent;
	padding: .3em 1em .3em .7em;
	background-color: hsla(0, 0%, 100%, .2);
}

.home_slider .banner_slider .slider_content_wrapper .button:hover::after {
	opacity: 1;
	margin-left: 0.5em;
}

.home_slider .banner_slider .slider_content_wrapper .button::after {
	content: "";
	opacity: 0;
	margin-left: -1em;
	-webkit-transition: all .2s;
	transition: all .2s;
	text-transform: none;
	-webkit-font-feature-settings: "kern" off;
	font-feature-settings: "kern" off;
	font-weight: 400;
	text-shadow: none;
	border: solid #fff;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 4px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.home_slider .slick-prev:before, .home_slider .slick-next:before {
	font-family: 'ElegantIcons' !important;
	content: "\35";
	font-size: 48px;
	transition: all .2s ease-in-out;
	opacity: 0;
}

.home_slider .slick-prev:before {
	content: "\34";
}

.home_slider .slick-prev {
	left: -50px;
	transition: all .2s ease-in-out;
}

.home_slider .slick-next {
	right: -50px;
	transition: all .2s ease-in-out;
}

@media (min-width: 320px) and (max-width: 767px) {
	.home_slider .slick-prev:before, .home_slider .slick-next:before {
		opacity: 1;
		display: none;
	}
	.home_slider .slick-prev {
		left: -35px !important;
	}
	.home_slider .slick-next {
		right: -5px !important;
	}
}

.home_slider .banner_slider:hover .slick-next {
	right: -25px;
}

.home_slider .banner_slider:hover .slick-prev {
	left: -25px;
}

.home_slider .banner_slider:hover .slick-prev:before, .home_slider .banner_slider:hover .slick-next:before {
	opacity: 1;
}

.home_slider .slider_wrapper .banner_slider .slick-dots li {
	margin: 0;
	width: 18px;
	height: 18px;
}

.recommended{
	font-weight: bold;
}

.home_slider .slider_wrapper .banner_slider .slick-dots li button::before {
	font-size: 24px;
	color: #fff;
}

/* Content Styles */

.hr {
	display: block;
	background-image: url('../images/slicer.png');
	background-position: center center;
	height: 17px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	border: 0;
}

.content_wrapper {
	flex-grow: 1;
	background: url("../images/bg04.gif") 0 0 repeat;
	background-size: inherit;
	width: 100%;
	height: 100%;
	padding: 54px 0;
}

.content_wrapper .body_content {
	background-color: #fdfedf;
	padding: 30px;
	margin-bottom: 30px;
}

@media (min-width: 320px) and (max-width: 767px) {
	.content_wrapper .body_content {
		padding: 30px 0;
	}
}

.content_wrapper .body_content:last-child {
	margin-bottom: 0;
}

.content_wrapper .content_box {
	padding: 0 20px;
}

h1.title {
	color: #0054a8;
	padding: 0 20px 10px;
	font-size: 30px;
	line-height: 1em;
	font-weight: 700;
	text-align: center;
}

@media (min-width: 320px) and (max-width: 767px) {
	h1.title {
		padding: 0 0px 10px;
		font-size: 24px;
	}
}

h1.title span {
	color: #ff0000;
}

h2.title {
	color: #333;
	font-size: 22px;
	line-height: 1em;
	font-weight: 700;
}

h2.title label {
	color: #333;
	font-size: 14px;
	font-weight: 400;
}

@media (min-width: 320px) and (max-width: 767px) {
	h1.title {
		font-size: 18px;
	}
}

.testmonial_slider {
	padding: 0 0px;
}

.testmonial_slider {
	font-style: italic;
}

.testmonial_slider:focus, .testmonial_slider .slick-track:focus, .testmonial_slider .slick-slide:focus {
	outline: none;
}

.testmonial_slider .slick-slide img {
	display: inline-block;
	width: 200px;
}

.testmonial_slider .slick-prev:before, .testmonial_slider .slick-next:before {
	font-family: 'ElegantIcons' !important;
	content: "\35";
	font-size: 48px;
	transition: all .2s ease-in-out;
	color: #333;
	opacity: 0;
}

.testmonial_slider .slick-prev:before {
	content: "\34";
}

.testmonial_slider:hover .slick-prev:before, .testmonial_slider:hover .slick-next:before {
	opacity: 1;
}

.testmonial_slider .slick-next {
	right: -40px;
	transition: all .2s ease-in-out;
}

.testmonial_slider .slick-prev {
	left: -70px;
	transition: all .2s ease-in-out;
}

.testmonial_slider:hover .slick-prev {
	left: -50px;
}

.testmonial_slider:hover .slick-next {
	right: -25px;
}

.testmonial_slider:hover
/* Footer Styles */

footer {
	background-color: #004477;
}

#main-footer {
	min-height: 55px;
	position: static;
	background-color: #004477;
}

#main-footer .footer_bottom {
	padding: 16px 0;
	text-align: center;
}

.pay-now h2.title{
	line-height: 1.5em;
}

@media (min-width: 320px) and (max-width: 767px) {
	#main-footer .footer_bottom {
		padding: 16px 10px;
	}
}
/* iHM.HAkzRl{9 */
#main-footer .footer-info {
	font-size: 14px;
	color: #fff;
	margin: 0;
}

#main-footer .footer-info a {
	color: #fff;
	font-weight: 600;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

#main-footer .footer-info a:hover {
	opacity: .7;
}

#main-footer .footer-info a:hover {
	text-decoration: none;
}

.bottom_menu {
	justify-content: center;
}

.bottom_menu li {
	margin-top: 8px;
	padding: 0 11px;
}

.bottom_menu li a {
	color: rgba(0, 0, 0, .6);
	text-decoration: none;
	display: block;
	position: relative;
	transition: all .4s ease-in-out;
}

.bottom_menu li a:hover {
	opacity: 0.7;
}

.preview_content h1.title {
	color: #333;
}

.red {
	color: #ff0000 !important;
}

.theme_color {
	color: #0054a8 !important;
}

.button {
	color: #0054a8!important;
	border-width: 1px!important;
	border-color: #0054a8;
	font-size: 20px;
	font-weight: 500;
	padding: .3em 1em;
	line-height: 1.7em!important;
	background-color: transparent;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	border: 2px solid;
	border-radius: 3px;
	transition: color 300ms ease 0ms, background-color 300ms ease 0ms, border 300ms ease 0ms, border-radius 300ms ease 0ms;
}

.home_slider .banner_slider .slider_content_wrapper a.btn-custom::after{
	margin-left : unset;
}

.button:hover {
	color: #ffffff!important;
	border-radius: 3px;
	background-image: initial!important;
	background-color: #0054a8!important;
}

.intro_images {
	display: flex;
	justify-content: center;
	align-items: baseline;
	margin: 40px 0 30px;
}

.intro_images .img_wrapper {
	position: relative;
	display: block;
	margin: 0 15px;
	max-width: 20%;
}

@media (min-width: 320px) and (max-width: 767px) {
	.intro_images .img_wrapper {
		margin: 0 7px;
		max-width: 30%;
	}
}

.intro_images a {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 1.7;
	color: #666;
}

.intro_images a:hover {
	text-decoration: none;
}

.intro_images span {
	display: block;
	margin: .4em 0 0 5px;
}

.overlay {
	/* z-index: -1; */
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: hsla(0, 0%, 100%, .9);
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all .3s;
	transition: all .3s;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
}

.overlay:before {
	font-family: 'ElegantIcons' !important;
	speak: none;
	font-style: normal;
	color: #2ea3f2;
	font-weight: 400;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: 0 0;
	content: "\e050";
	position: absolute;
	top: 55%;
	left: 50%;
	margin: -16px 0 0 -16px;
	font-size: 32px;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.intro_images a:hover .overlay {
	opacity: 1;
}

input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea, .form-control {
	background-color: #fff;
	border: 1px solid #bbb;
	padding: 5px 4px;
	color: #4e4e4e;
	border-radius: 0;
	height: 32px;
}

input[type=email]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=text]:focus, .form-control:focus, textarea:focus, select:focus {
	outline: none;
	box-shadow: none;
	border-color: #000000;
}

/* Get The Books */

.get_the_books h1 {
	font-size: 26px;
}

.get_the_books .body_content {
	font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.get_the_books .book_content {
	margin-top: 30px;
	color: black;
}

@media (min-width: 320px) and (max-width: 767px) {
	.get_the_books .body_content {
		padding: 30px 0;
	}
}

.form_important_info {
	margin-top: 15px;
}

.form_important_info p {
	border-bottom: 1px dotted black;
	padding-bottom: 5px;
}

.quantity_wrapper {
	display: flex;
	margin-top: 20px;
}

.quantity_wrapper div {
	display: flex;
	align-items: center;
	margin-right: 15px;
}

.quantity_wrapper input {
	width: 3rem;
}

.quantity_wrapper div label {
	margin-right: 5px;
	color: #000000;
	font-weight: 300;
	margin-bottom: 0;
}

.quantity_wrapper div strong {
	color: #900;
}

.form-group {
	margin-top: 16px;
	margin-bottom: 25px;
	padding-top: 0;
}

@media (min-width: 320px) and (max-width: 767px) {
	.form-group {
		padding-right: 0;
	}
}

.form-group label {
	display: block;
	line-height: 1.3;
	clear: both;
	font-weight: 700;
	font-size: inherit;
	color: #000000 !important;
}

.form-group label span {
	color: #ff0000;
	margin-left: 2px;
	font-size: 20px;
	line-height: 1;
	vertical-align: text-top;
}

.form-group .sub_label {
	margin: 1px 0 9px 1px;
	display: block;
	font-size: .813em;
	letter-spacing: .5pt;
	white-space: nowrap;
}

.address_field .form-group {
	margin-top: 0;
	margin-bottom: 0;
}

.form-group select {
	width: 100%;
}

.get_the_books .form_content {
	padding-right: 20px;
	margin-top: 10px;
	color: #000000 !important;
}

.get_the_books .form_content a {
	color: #2ea3f2;
}

.get_the_books .form_content p {
	padding-right: 25px;
}

@media (min-width: 320px) and (max-width: 767px) {
	.get_the_books .form_content p {
		padding-right: 0;
	}
}

.form-check label {
	margin: 2px 0 0 4px;
	padding: 0;
	width: auto;
	line-height: 1.5;
	font-size: .875em;
	vertical-align: middle;
	max-width: 85%;
	white-space: normal;
}

.form-check input[type=radio]:checked+label {
	font-weight: 700;
}

.form-group textarea {
	min-height: 160px;
	width: 100%;
}

.page_footer {
	margin: 14px 0;
	width: 100%;
	border-top: 1px dotted #ccc;
	padding: 16px 0 0 0;
	clear: both;
	color: #000000;
}

.page_footer .red {
	color: #ff0000 !important;
	font-weight: 700;
}

.page_footer a {
	color: #2ea3f2;
	text-decoration: none;
}

.page_footer a:hover {
	text-decoration: none;
}

/* Contents  */

.accordion_wrapper {
	margin-bottom: 10px;
	background: #fff;
	border: 1px solid #e7e7e7;
	margin: 10px 0;
	-webkit-box-shadow: 1px -1px 0 0 #fff;
	box-shadow: 1px -1px 0 0 #fff;
}

.accordion {
	background: linear-gradient(180deg, #f9f9f9 0, #f5f5f5);
	color: #444;
	cursor: pointer;
	width: 100%;
	text-align: left;
	outline: none;
	padding: 15px 50px 15px 22px;
	font-size: 14px;
	color: #999;
	letter-spacing: 0;
	text-shadow: 1px 1px 0 #fff;
	position: relative;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	margin: 0!important;
	transition: 0.4s;
}

.accordion .arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 48px;
	height: 100%;
	border-left: 1px solid #fff;
	-webkit-box-shadow: -1px 0 0 0 #e7e7e7;
	box-shadow: -1px 0 0 0 #e7e7e7;
	display: flex;
	justify-content: center;
	align-items: center;
}

.accordion .arrow span {
	border: solid #5B5B5B;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.accordion:focus {
	outline: none !important;
	box-shadow: none;
}

/* .active, .accordion:hover {
	background-color: #ccc;
} */

.accordion.active .arrow span {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}

/* Style the accordion panel. Note: hidden by default */

.panel {
	padding: 30px 30px 20px;
	background-color: white;
	display: none;
	/* overflow: hidden; */
	border-top: 1px solid #e7e7e7;
}

.panel .button {
	padding: 5px 40px;
	color: #004477;
	border: 1px solid #004477;
	border-radius: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: inline-block;
	font-size: 14px;
	background-color: #fff;
	line-height: 1.7em;
	font-weight: 500;
}

/* Testimonial */

.testimonials h1 {
	color: #333333;
	font-weight: 300;
}

img.bullet {
	margin-right: 6px;
}

.testi_content {
	margin-left: 15px;
	margin-top: 5px;
	text-align: justify;
}

.testi_author {
	margin-top: 5px;
	font-weight: 700;
	display: block;
}

.testi_box {
	margin-bottom: 10px;
	border-bottom: 1px solid #666;
}
}

.more-stuff .more-stuff-box {
	border-bottom: 0.5px solid #CCCCCC;
	margin-bottom: 15px;
}
.msbf{
	color: #FF0000;
	font-weight: 700;
}
.tlw{
	color: #660000;
	font-weight: 700;
	text-decoration: underline;
}
.more-stuff-box .sppng{
	color: #0054A8;
	font-weight: bold;
}
.form-error{
	color: #ff0000 ;
}
.more-stuff-box .mc{
	color: #8F1500;
	font-weight: bold;
}
.more-stuff-box .cgbm{
	color: #8F1500;
	font-weight: bold;
	font-size: 16px;
}
.more-stuff-box .mnsibb{
	color: #8F1500;
	font-weight: bold;
	font-size: 31px;
}
.tnss{
	font-size: 18px;
	font-weight: bold;
	color: #0099CC;
}

.stw{
	color: #0054A8;
	font-weight: bold;
	font-size: 17px;
}
.tni{
	color: #006600;
	font-weight: 700;
	font-size: 20px;
	text-decoration: underline;
}
.tsc{
	color: #0000FF;
	font-weight: 700;
}

.more-stuff-box {
	text-align: center;
}

.more-stuff-box h2 a {
	color: #333333;
	display: inline-block;
}

.more-stuff-box h2 {
	font-weight: 300;
	font-size: 26px;
	color: #333333;
}

.more-stuff-box h3 {
	font-weight: 300;
	font-size: 22px;
	color: #333333;
}

.more-stuff-box img {
	width: 100%;
}

audio {
	width: 100% !important;
	height: 54px;
}

audio:focus {
	outline: none;
}

/* Contact */

.contact {
	color: black;
	line-height: 18px;
}

.enquiries {
	color: black;
	margin-left: 30px;
}

@media (min-width: 320px) and (max-width: 767px) {
	.enquiries {
		margin-left: 15px;
	}
}

.enquiries strong {
	display: block;
	margin-bottom: 15px;
}

.enquiries span {
	display: block;
	margin: 0;
	line-height: 1.3;
}

.contact_form {
	margin-top: 40px;
}

.contact_form .form-group {
	display: flex;
	align-items: center;
}

.contact_form .form-group label {
	margin: 0;
	padding-right: 15px;
	font-weight: normal;
	min-width: 108px;
	text-align: right;
}

.contact_form .form-group .code {
	width: 100px;
}

.button_wrapper {
	margin-left: 110px;
}

.button_wrapper .button {
	padding: 0 1em;
}

.contact_footer {
	margin-top: 40px;
}

.contact_footer .title {
	color: #0054a8;
}

.privacy {
	margin-top: 30px;
	line-height: 1.3;
}