.checklist-download {
	float: left;
	width: 100%;
	padding: 60px 0 60px;
	background-image: linear-gradient(#05232f, #205066);
}
.checklist-download-content {
    display: grid;
    grid-template-columns: auto 1fr;
    margin: auto;
    column-gap: 40px;
    row-gap: 40px;
	max-width: 100%;
}
.checklist-download-img {
    margin-top: 30px;
}
.inside-checklist {
	max-width: 500px;
}
.checklist-download h2 {
    font-size: 35px;
    color: #fff;
    margin: 0 0 40px;
    line-height: 1.3;
}
.checklist-download h2 span{
	display: block;
	font-size: 18px;
}
.subscribe-form-ui .error-msg {
	font-size: 14px;
	display: block;
	padding-top: 6px;
}
.form-item input.error {
	border-color: red;
	background-color: #fff1f1;
}
.checklist-download-img img {
    max-height: initial;
    width: 100%;
    height: auto;
    max-width: 440px;
}
.checklist-download-left p {
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 25px;
}

.checklist-subscribe h3#email_exist {
	color: #fff;
	position: inherit;
	top: 100%;
	margin-top: 8px;
	left: 0;
	font-size: 14px;
	font-weight: 400;
}

.inside-checklist h3 {
	color: #ff9c01;
	font-size: 24px;
	margin-bottom: 25px;
}

.inside-checklist li {
    display: inline-block;
    color: #fff;
    position: relative;
    padding-left: 50px;
    vertical-align: top;
    line-height: 1.6;
    font-size: 18px;
}

.inside-checklist li+li {
	margin-top: 25px;
}

.checklist-form {
	position: relative;
}

.subscribe-input {
	width: 100%;
	height: 100%;
}

.subscribe-input input {
	border: none;
	width: 100%;
	height: 100%;
	background: #fff;
	padding-left: 20px;
	border-radius: 10px 0 0 10px;
}

.checklist-subscribe-box input {
	height: 45px;
	border: none;
	padding: 10px 10px 10px 0;
	width: 100%;
}

.checklist-subscribe button {
	height: 100%;
	border: none;
	width: 100%;
	max-width: 170px;
	border-radius: 0 10px 10px 0;
	background: #ff7b00;
	color: #fff;
}

.checklist-subscribe p {
	font-size: 12px;
	margin-top: 30px;
	margin-bottom: 0;
	line-height: 18px;
}

.inside-checklist li::before {
	content: '';
	position: absolute;
	height: 35px;
	width: 35px;
	background: url(https://stage.thedroneu.com/wp-content/uploads/2022/03/shield-du-1.png);
	left: 0;
	background-size: contain;
	top: 50%;
	transform: translateY(-50%);
	background-repeat: no-repeat;

}

.checklist-subscribe a {
	color: #fff;
}

.error-msg {
	color: #fc4646;
}

.show-loader i {
	color: #fff;
	text-align: center;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	font-size: 25px;
	top: 153px;
	bottom: 0;
	height: 25px;
	width: 25px;
}

.subscribe-input .error-msg {
	position: absolute;
	top: calc(100% + 6px);
	left: 0px;
	font-size: 13px;
}

.res-footer-inner ul li a img {
	top: 4px;
}

.res-footer-inner ul li {
	position: relative;
}

.search-top-header {
	position: absolute;
	top: 0;
}



.subscribe-form-ui {
    display: flex;
    flex-wrap: wrap;
    padding-top: 24px;
    width: 100%;
    max-width: 500px;
	gap: 15px;
}
.form-item:not(:last-child) {
    flex: 1;
}
.subscribe-form-ui .form-item .form-control {
	border-right: 1px solid #d8d8d8;
	border-radius: 6px ;
}
.form-item input {
	width: 100%;
	height: 50px;
	border: none;
	padding: 0 12px;
	font-size: 14px;
}
.subscribe-form-ui .form-item.w-100 {
	flex: 0 0 100%;
	max-width: 100%;
}
.subscribe-form-ui .form-item button {
	width: 100%;
	max-width: 100%;
	border: 8px;
	height: 50px;
	border-radius: 6px;
	font-weight: 600;
	cursor: pointer;
	font-size: 14px;
	padding: 0 20px;
	position: relative;
}
.form-item .btn .fa.fa-circle-o-notch.fa-spin {
    position: absolute;
    bottom: 15px;
    left: calc(100% + 4px);
}
.subscribe-form-ui .form-item button.show-loader{
	color: rgba(0,0,0,0);
}
.subscribe-form-ui .form-item button .fa-spin{
	top: 14px !important;
	left: calc(50% - 10px) !important;
	bottom: unset !important;
	right: unset !important;
	color: #FFF;
}
.subscribe-form-ui .error-msg{
	color: #FFF !important;
}
#user_email-error{
    color: #fc4646;
}

@media screen and (min-width: 1800px){
	.inside-checklist {
	     max-width: 600px; 
	}
	.subscribe-form-ui {
		width: 100%;
		padding-top: 35px;
	}
	.checklist-download h2 {
		font-size: 36px;
		max-width: 700px;
	}
	.checklist-download{
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.inside-checklist h3{
		font-size: 32px;
		margin-bottom: 35px;
	}
	.inside-checklist li {
		font-size: 23px;
		padding-left: 70px;
		line-height: 1.5;
	}
	.inside-checklist li+li{
		margin-top: 24px;
	}
	.inside-checklist li::before{
		width: 50px;
		height: 50px;
	}
	.subscribe-form-ui .form-item input{
		height: 60px;
		font-size: 16px;
	}
	.subscribe-form-ui .form-item button{
		height: 60px;
		line-height: 60px;
		font-size: 19px;
	}
	.subscribe-form-ui .error-msg {
		font-size: 16px;
		padding-top: 4px;
	}
	.subscribe-form-ui{
		max-width: 600px;
	}
	.checklist-download-img {
		margin-left: -60px;
	}
	.checklist-download-img img {
		max-width: 100%;
	}
	.checklist-subscribe h3#email_exist {
		font-size: 19px;
	}
	.subscribe-form-ui .form-item button .fa-spin{
		top: 19px !important;
	}
}

@media screen and (max-width: 1500px) {
	.checklist-download h2 {
		font-size: 28px;
		margin: 0 0 25px;
		line-height: 1.4;
	}
	.checklist-download-img img {
		max-width: 380px;
	}
	.inside-checklist {
	    max-width: 500px;
	}
}

@media screen and (max-width: 991px) {
	.checklist-download-right {
		width: 240px;
	}

	.checklist-download h2 {
		font-size: 26px;
	}
	.inside-checklist h3 {
		font-size: 22px;
	}
	.inside-checklist li {
		font-size: 16px;
	}
	.checklist-download-img img {
	    max-width: 300px;
	}
	.form-item input {
		font-size: 12px;
	}
	.subscribe-form-ui {
	    gap: 10px;
	    max-width: 100%;
		width: 100%;
	}
	.inside-checklist {
	    max-width: 450px;
	}

	.subscribe-form-ui .form-item:not(:last-child) .form-control {
		border-radius: 6px;
	}
	.subscribe-form-ui .form-item button {
		border-radius: 6px;
	}
	.checklist-download-left {
		float: left;
		width: calc(100% - 270px);
	}

	.close-search-top {
		top: 5px;
	}
	.checklist-download h2 span{
		font-size: 16px;
	}
}

@media screen and (max-width: 767px) {

	.checklist-download-left,
	.checklist-download-right {
		width: 100%;
		max-width: 100%;
	}

	.checklist-download-right {
		text-align: center;
		float: none;
		margin-top: 50px;
		display: inline-block;
	}

	.checklist-download-right img {
		max-width: 180px;
	}

	.checklist-download {
		padding: 50px 0;
	}

	.checklist-download .container {
		display: block;
	}

	.checklist-download-left {
		margin-top: 0;
	}

	.clientreview {
		padding: 50px 0;
	}

	.checklist-download-content {
		grid-template-columns: repeat(1, 1fr);
		justify-items: center;
		max-width: 95%;
	}
	.checklist-download h2{
		margin-bottom: 20px;
	}
	.checklist-download-img {
	    margin-top: 0px;
	}
	.inside-checklist{
		max-width: unset;
	}
}

@media screen and (max-width: 575px) {
	.checklist-download h2 {
		font-size: 22px;
		margin: 0 auto 30px;
	}

	.checklist-download-left p {
		font-size: 16px;
	}

	.inside-checklist h3 {
		font-size: 20px;
	}

	.inside-checklist li {
		width: 100%;
	}

	.checklist-subscribe p {
		font-size: 13px;
		margin-top: 12px;
	}

	.checklist-subscribe-box button {
		font-size: 14px;
		height: 38px;
		padding: 0 16px;
	}

	.checklist-subscribe-box input {
		padding: 8px 12px;
		font-size: 14px;
		height: 38px;
		width: 100%;
		border-radius: 0 31px 30px 0;
	}

	.checklist-download-left {
		padding: 0 5px;
	}

	.checklist-subscribe-box {
		background-color: transparent;
		border-radius: 0;
	}

	.checklist-subscribe-box button {
		position: relative;
		width: 100%;
	}

	.subscribe-input {
		border-radius: 25px;
		width: 100%;
		background: #fff;
		background-position: left 15px center !important;
	}

	.subscribe-input:first-child {
		border-right: none;
	}
	.form-item{
		flex:0 0 100%;
	}
}

@media screen and (max-width: 534px) {
	.checklist-subscribe-box button {
		display: initial !important;
	}
}
