@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	overflow-x: 0;
	font-family: Arial, Helvetica, sans-serif;
/*	padding-right: 0 !important;*/
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

/********************
Header
********************/

#logo-header {
	width: 25%;
}

#search-header {
	width: 16%;
}

#myModal {
    left: -9.25em !important;
	z-index: 99;
}

#dropLogin {
    left: -1.65em !important;
}

.close-btn span {
    bottom: 6.5px !important;
}

/********************
Banner
********************/

.banner-section {
	position: relative;
}

.banner-section img {
	width: 100%;
}

.title-head {
	position: absolute;
	top: 5%;
    left: 10%;
}

.title-head h1 {
	color: #fff;
	font-weight: 600;
	font-size: 54px;
}

.form-container {
    position: absolute;
    top: 3%;
    right: 10%;
    width: 450px;
}

.form-top {
	display: flex;
	justify-content: space-between;
}

.back-btn a {
	color: #000;
}

.back-btn a:hover {
	text-decoration: none;
	color: #000;
}

.contact-information > div {
	display: flex;
    background: #fff;
    padding: 10px;
}

.contact-information > div p {
	margin-right: 10px;
	margin-bottom: 0;
}

.contact-information > div input {
	background: none;
    padding: 0;
    width: 120px;
    margin: 0;
}

.ad-field input {
	border: none;
	background: none;
}

.contact-information > p {
	color: #fff;
    margin: 1em 0 2em;
}

.contact-form input {
    border: none;
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.contact-form textarea {
	width: 100%;
    border: none;
    resize: none !important;
    height: 350px;
    padding: 10px;
	margin-bottom: 10px;
}

.contact-form button {
	border: none;
    background: #007BA7;
    color: #fff;
    width: 100%;
    padding: 10px;
    font-size: 20px;
}

input:focus,
textarea:focus {
	outline: none;
}

.alert-success {
	padding: 8px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 1em;
}

.alert-error {
	padding: 8px;
    border-radius: 10px;
    text-align: center;
	margin-top: 0;
    margin-bottom: 1em !important;
}

/********************
Bottom section
********************/

.connect-source {
	margin: 2em 0;
}

.connect-source img {
	height: 180px;
}

.connect-source iconify-icon {
	color: white;
    font-size: 30px;
    background: #32D950;
    padding: 5px 7px;
    border-radius: 10px;
    vertical-align: bottom;
    position: relative;
    bottom: 10px;
    left: 10px;
}

.contact-place {
	text-align: center;
    margin: 6em 0;
}

.contact-place h2 {
	font-weight: 600;
    font-size: 44px;
}

.contact-place > p {
	font-size: 15px;
}

/********************
Media
********************/

@media only screen and (max-width: 1100px) {
	.title-head {
		left: 5%;
	}
	.form-container {
		width: 400px;
	}
	.contact-form textarea {
		height: 300px;
	}
}

@media only screen and (max-width: 1000px) {
	.form-container {
		right: 5%;
	}
	.title-head h1 {
		font-size: 50px;
	}
	.contact-form textarea {
		height: 250px;
	}
	.contact-place h2 {
		font-size: 40px;
	}
	#dropLogin {
		left: -3.5em !important;
	}
	#myModal {
		left: -9.9em !important;
	}
}

@media only screen and (max-width: 900px) {
	.form-container {
		right: 2%;
		width: 350px;
	}
	.banner-section img {
		height: 650px;
		object-fit: cover;
	}
	.contact-place h2 {
		font-size: 32px;
	}
}

@media only screen and (max-width: 800px) {
	.title-head h1 {
		font-size: 42px;
	}
	.connect-source img {
		height: 150px;
	}
}

@media only screen and (max-width: 767px) {
	#myModal {
		left: auto !important;
	}
	#dropLoginSmall {
		left: auto !important;
    	right: 0 !important;
	}
	#subscriptionDropdown {
		left: auto !important;
    	right: 0 !important;
	}
}

@media only screen and (max-width: 700px) {
	.title-head h1 {
		font-size: 36px;
	}
	.contact-information > p {
		font-size: 14px;
    	margin: 1em 0;
	}
	.form-container {
		width: 320px;
	}
	.form-top {
		flex-direction: column-reverse;
	}
	.back-btn a {
		display: block;
		text-align: right;
		padding-bottom: 10px;
		font-size: 14px;
	}
	.title-head {
		left: 3%;
	}
	.contact-form textarea {
		height: 220px;
	}
	.contact-form button {
		padding: 5px;
		font-size: 18px;
	}
	.contact-place h2 {
		font-size: 26px;
	}
}

@media only screen and (max-width: 600px) {
	.contact-form textarea {
		height: 150px;
	}
	.contact-information > div p {
		font-size: 13px;
	}
	.form-container {
		top: 20%;
	}
	.connect-source img {
		height: 130px;
	}
	.contact-place > p {
		font-size: 14px;
	}
	.connect-source iconify-icon {
		font-size: 24px;
	}
}

@media only screen and (max-width: 500px) {
	.contact-place h2 {
		font-size: 21px;
	}
	.connect-source img {
		height: 120px;
	}
}

@media only screen and (max-width: 450px) {
	.form-container {
		top: 15%;
		right: 0;
		width: 100%;
		padding: 1em;
	}
}

@media only screen and (max-width: 400px) {
	.contact-place h2 {
		font-size: 20px;
	}
}

















