.checklist-download {
      float: left;
      width: 100%;
      padding: 60px 0 60px;
      background-image: linear-gradient(#05232f, #205066);
    }
.checklist-download h2 {
    font-size: 42px;
    text-align: left;
    margin-bottom: 20px;
    color: #ff9c01;
}

.checklist-download-left {
  float: left;
  width: calc(100% - 350px);
  max-width: 650px;
  margin-top: 55px;
}
.checklist-download-right {
  float: right;
  width: 330px;
}
.checklist-download-left p {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 25px;
}
.inside-checklist h3 {
  color: #ff9c01;
  font-size: 24px;
  margin-bottom: 15px;
}
.inside-checklist li {
    width: 48%;
    display: inline-block;
    color: #fff;
    padding: 8px;
    position: relative;
    padding-left: 35px;
    vertical-align: top;
}
.checklist-subscribe-box {
  background: #fff;
  border-radius: 25px;
  position: relative;
}
.subscribe-input {
    width: calc(100%/2 - 90px);
    display: inline-block;
    padding-left: 34px;
  background-repeat: no-repeat !important;
  background-position: left 10px center !important;
    position: relative;
}
.subscribe-input:first-child {
    border-right: 1px solid #ccc;
    background-image: url('../img/sf2.png') !important;            
}
.subscribe-input.email {
  background-image: url('../img/sf3.png') !important;  
}
.checklist-subscribe-box input {
  height: 45px;
  border: none;
  padding: 10px 10px 10px 0;
  width: 100%;
}
.subscribe-input:first-child {
    border-right: 1px solid #ccc;
}
.checklist-subscribe-box button {
  position: absolute;
  right: 0;
  height: 45px;
  background: #ff7b00;
  border: none;
  padding: 0 22px;
  color: #fff;
  border-radius: 25px;
  cursor: pointer;
}
.checklist-subscribe {
  margin-top: 30px;
}
.checklist-subscribe p {
    font-size: 12px;
  margin-top: 30px;
  margin-bottom: 0;
  line-height: 18px;
}
.inside-checklist li::before {
    content: '';
    position: absolute;
    height: 25px;
    width: 25px;
    background: url('../img/shield-du-1.png');
    left: 0;
    background-size: 25px;
    top: 5px;
    background-repeat: no-repeat;
}
.checklist-subscribe a {
    color: #ff7b00;
}
.error-msg{
    color:#fc4646;
    display: ;
}
.show-loader {
  color: #ff7b00 !important;
}
.show-loader i {
  color: #fff;
  text-align: center;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  font-size: 25px;
  top: 0;
  bottom: 0;
  height: 25px;
  width: 25px;
}
.subscribe-input .error-msg {
  position: absolute;
  top: calc(100% + 6px);
  left: 24px;
  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;
}
@media screen and (max-width: 1200px){
    .checklist-download h2 {
        font-size: 36px;
    }
}
@media screen and (max-width: 991px){
    .checklist-download-right {
        width: 240px;
    }
    .checklist-download h2 {
      font-size: 31px;
    }
    .checklist-download-left {
      float: left;
      width: calc(100% - 270px);
    }
    .checklist-download .container{
    	display: flex;
    	align-content: center;
		align-items: center;
		justify-content: space-between;
    }
    .close-search-top {
		top: 5px;
	}
}
@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;
	}
}
@media screen and (max-width: 575px){
    .checklist-download h2 {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 26px;
    }
    .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;
        margin-bottom: 15px;
        background-position: left 15px center !important;
    }
    .subscribe-input .error-msg {
      top: calc(100% + 0px);
      left: 24px;
      font-size: 13px;
    }
    .subscribe-input:first-child {
      border-right: none;
    }
}
@media screen and (max-width: 534px){
    .checklist-subscribe-box button {
        display: initial !important;
    }
}