.pad-none {
  padding: 0px;
}

.ts-inner-form input.join-form {
    float: left;
    text-transform: capitalize;
    font-size: 15px;
    border: none;
    border-radius: 4px;
    color: #666;
    width: 100%;
    padding: 10px 0 12px 33px;
    box-sizing: border-box;
    margin: 0 0 8px 0;
}
.subscribe-outter {
    width: 100%;
}
.ts-outter {
  background: #333333;
  min-height: 220px;
  border-radius: 5px;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  width: 100% !important;
  padding: 20px;
  margin-bottom: 10px;
  display:flex;
}

.ts-join-div {
  float: left;
  position: relative;
  width: 100%;
}

.join-our-inner {
  color: #F98311 !important;
  text-transform: uppercase;
  font-size: 1.6vw;
  font-weight: 700;
  margin: 0 0 15px 0;
  text-align:center;
}

.ts-inner-form {
  margin-right:2%;
  box-sizing: border-box;
  float: left;
  width: 40%;
}

.ts-col-12 {
  width: 1200px;
}

.ts-col-6 {
  width: 50%;
}

.ts-inner-form button.subscribe {
  padding: 10px 0 10px 0;
  width: 100%;
  border-radius: 4px;
  border: none;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  background: #F98311 !important;
  font-size: 17px;
}

.ts-join-div img {
  position: absolute;
  left: 3%;
  color: #666;
  font-size: 15px;
  top: 30%;
}

.ts-left-div {
  float: left;
  width: 60%;
}

.ts-left-div-inner {
  color: #fff;
  margin: 0 0 20px 0;
  line-height: 26px;
  font-size: 18px;
}

.ts-left-span-inner {
  color: #6e7071;
  font-size: 17px;
}

.ts-get-free-outer {
  min-height: 220px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  width: 100% !important;
  margin-bottom: 10px;
  background: #f3f3f3;
  padding: 25px 0;
  border-radius: 12px;
}
form
{
float: none;
display: inline-block;
 margin: 0;
}
.ts-get-free {
  font-size: 34px;
  margin: 0;
  font-weight: 600;
  color: #f73535;
  font-family: 'Redressed', cursive;
  text-transform: capitalize;
}

.ts-signup-div {
  text-transform: capitalize;
  font-size: 26px;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  color: #6e7071;
  margin: 13px 0 23px 0;
}

.ts-get-free-outer input.input-inner {
  text-transform: capitalize;
  font-size: 15px;
  border-radius: 4px;
  box-sizing: border-box;
  color: #666;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  border: 1px solid #6e7071;
  padding: 9px 0 11px 33px;
  margin: 0 11px 8px 0;
}

.ts-get-free-outer button.button-inner {
  background: #4ca74d;
  border: none;
  width: 176px;
  font-size: 16px;
  padding: 14px 0;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
}

.ts-footer-text {
  float: left;
  color: #4f4f52;
  margin: 13px 0 0 0;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  width: 100%;
}

.ts-signup-icon {
  position: relative;
  float: left;
}

.ts-form-icon {
  float: left;
 padding: 0 6px 0 0;
  position: relative;
}

.ts-get-free-outer img {
  position: absolute;
  left: 3%;
  color: #666;
  font-size: 15px;
  top: 29%;
}

.ts-form-inner {
    float: none;
    width: 100%;
    text-align: center;
}
.ts-form-inner form {
    width: 100%;
}
.ts-receive-outer {
  min-height: 70px;
  font-family: 'Roboto', sans-serif;
  width: 100%!important;
  margin-bottom:10px;
  background: #2a6d7c;
  padding: 24px 0px;
  padding-left: 0;
  text-align: center;
  border-radius: 12px;
  display:flex;
}

.ts-receive-inner {
    font-family: 'Pacifico', cursive;
    text-transform: capitalize;
    color: #fff;
    float: left;
    font-size: 2vw;
    width: 30%;
    margin: 0 0 0 0;
}

.ts-receive-outer input.receive-div {
    text-transform: capitalize;
    font-size: 16px;
    border-radius: 5px;
    color: #666;
    width: 63%;
    float: left;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    border: 1px solid #6e7071;
    padding: 13px 0 13px 40px;
    margin: 0 0 0px 0;
}
 input.receive-div:after {
    background: url(../images/email.png);
    width: 16px;
    height: 12px;
    content: "";
    left: 23%;
    position: absolute;
    top: 16px;
}
.ts-icon-div {
    position: relative;
    width: 70%;
    float: left;
}

.ts-receive-outer img {
  position: absolute;
  left: 2%;
  font-size: 17px;
  top: 38%;
}

.ts-receive-outer button.sign-div {
    background: #4aa3f8;
    border: none;
    width: 33%;
    font-size: 16px;
    /* padding: 13px 0 13px 0; */
	height:54px;
    border-radius: 4px;
    float: none;
    color: #fff;
    text-transform: capitalize;
}

@media only screen and (max-width: 1340px) and (min-width: 992px) {
  
  .ts-inner-form button.subscribe {
    padding: 10px 0 10px 0;
    width: 100%;
  }
  .ts-inner-form input.join-form {
    width: 100%;
}
  .ts-icon-div:after {
    
    left: 32%;
  }
  .ts-icon-div {
    position: relative;
    float: left;
    width: 74%;
    padding: 0 0 0 1%;
    box-sizing: border-box;
}
  .ts-receive-inner {
    width: 26%;
   
}

  .join-our-inner {
    font-size: 23px;
  }

  .ts-left-span-inner {
    color: #6e7071;
    font-size: 16px;
  }

  .ts-left-div-inner {
    margin: 0 0 14px 0;
    line-height: 25px;
    font-size: 17px;
  }

  .ts-left-div {
    float: left;
    width: 64%;
    padding: 0 0 0 7px;
  }

  .ts-get-free-outer {
    min-height: 220px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
  }
  .ts-form-inner {
    width: 100%;
  }
  .ts-receive-outer {
    min-height: 70px;
    font-family: 'Roboto', sans-serif;
  }
  .ts-receive-outer input.receive-div {
    margin: 0 0 0px 0;
    width: 62%;
  }
  .ts-receive-outer img {
    left: 2%;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .ts-outter {
    min-height: 225px;
    width: 100% !important;
    padding: 25px 0 0 0;
    box-sizing: border-box;
  }
  .ts-inner-form {
    padding: 0 1%;
  }

  .ts-inner-form input.join-form {
    font-size: 15px;
    width: 99%;
    padding: 9px 0 11px 33px;
    margin: 0 0 8px 0;
  }

  .ts-inner-form button.subscribe {
    width: 99%;
    padding: 10px 0 10px 0;
    font-size: 15px;
  }

  .join-our-inner {
    font-size: 20px;
    margin: 0 0 10px 0;
  }

  .ts-left-div-inner {
    margin: 0 0 10px 0;
    line-height: 22px;
    font-size: 15px;
  }

  .ts-left-span-inner {
    color: #6e7071;
    font-size: 15px;
  }

  .ts-get-free-outer {
   min-height: 180px;
  }
.ts-receive-outer img {
    left: 2%;
    top: 16px;
}
.ts-icon-div:after {
    left: 36%;
}
.ts-receive-outer input.receive-div {
    margin: 0;
    width: 60%;
}
.ts-receive-outer button.sign-div {
    width: 36%;
    }
  .ts-get-free-outer button {
    width: 160px;
  }
  .ts-form-inner form {
    width: 100%;
    padding: 0 0 0 1%;
    box-sizing: border-box;
}

  .ts-get-free {
    font-size: 36px;
  }
  .ts-signup-div {
    font-size: 20px;
    margin: 18px 0 18px 0;
  }
  .ts-footer-text {
    margin: 8px 0 0 0;
    font-size: 15px;
  }
  .ts-receive-outer {
    min-height: 70px;
  }
  .ts-form-inner {
    width: 100%;
  }
  .ts-receive-inner {
    margin: 6px 0 0 0;
    font-size: 22px;
    width: 26%;
}
  .ts-icon-div {
    position: relative;
    width: 74%;
    float: left;
}
  .ts-receive-outer input {
    font-size: 15px;
    margin: 0 10px 0px 0;
    width: 205px;
  }

  .ts-receive-outer button {
    width: 150px;
    font-size: 16px;
    padding: 11px 0 13px 0;
  }
}

@media only screen and (max-width: 767px) and (min-width: 640px) {
  .ts-inner-form {
    width: 98%;
    display: inline-block;
    float: none;
  }

  .ts-outter {
    min-height: 420px;
    padding: 35px 0 0 0;
    width: 100% !important;
    float: none;
    text-align: center;
  }

  .ts-inner-form button.subscribe {
    padding: 10px 0 10px 0;
    width: 100%;
  }

  .ts-join-div img {
    position: absolute;
    left:2%
    color: #666;
    font-size: 15px;
    top: 13px;
}

  .ts-join-div {
    text-align: center;
  }

  .ts-inner-form input.join-form {
    float: none;
  }

  .join-our-inner {
    font-size: 22px;
    margin: 0 0 12px 0;
  }

  .ts-inner-form {
    padding: 0 0 20px 0;
  }

  .ts-left-div {
    width: 100%;
    padding: 0 48px;
    float: none;
    box-sizing: border-box;
    display: inline-block;
  }

  .ts-left-div-inner {
    color: #fff;
    margin: 0 0 8px 0;
    line-height: 24px;
    font-size: 17px;
    display: inline-block;
    float: none;
  }

  .ts-left-span-inner {
    font-size: 16px;
  }

  .ts-get-free-outer {
    width: 100% !important;
    min-height: 202px;
    padding-bottom: 0;
  }

  .ts-get-free-outer input.input-inner {
    padding: 9px 0 11px 29px;
    font-size: 13px;
    margin: 0 5px 7px 0;
  }

  .ts-get-free-outer button {
    width: 146px;
    font-size: 15px;
    padding: 8px 0 11px 0;
  }

  .ts-get-free {
    font-size: 30px;
  }

  .ts-signup-div {
    font-size: 18px;
    margin: 12px 0 15px 0;
  }

  .ts-footer-text {
    margin: 7px 0 0 0;
    font-size: 14px;
  }

  .ts-receive-outer {
    min-height: 156px;
  }

  .ts-form-inner {
    width: 100%;
  }
.ts-icon-div {
    width: 100%;
    padding: 0 11%;
    box-sizing: border-box;
}
  .ts-receive-inner {
    margin: 0 0px 5px 0;
    font-size: 23px;
    width: 100%;
}
.ts-icon-div:after {
    left: 36%;
  }
  .ts-receive-outer input.receive-div {
    margin: 0 0 10px 0;
    width: 100%;
}

  .ts-receive-outer img {
    position: absolute;
    left: 12%;
  }

  .ts-receive-outer button.sign-div {
    width:100%;
    padding: 13px 0 13px 0;
  }
}

@media only screen and (max-width: 639px) and (min-width: 480px) {
  .ts-inner-form {
    width: 98%;
    display: inline-block;
    float: none;
  }

  .ts-outter {
    min-height: 462px;
    padding: 23px 0 0 0;
    width: 100% !important;
    float: none;
    text-align: center;
  }

  .ts-join-div img {
    left: 7%;
    top: 13px;
  }

  .ts-join-div {
    text-align: center;
  }

  .ts-inner-form input.join-form {
    float: none;
    width: 90%;
  }

  .join-our-inner {
    font-size: 22px;
    margin: 0 0 12px 0;
  }

  .ts-inner-form {
    padding: 0 0 30px 0;
  }

  .ts-inner-form button.subscribe {
    width: 90%;
    padding: 10px 0 10px 0;
  }

  .ts-left-div {
    width: 80%;
  }

  .ts-left-div {
    float: none;
    display: inline-block;
    width: 100%;
    padding: 0 13px;
    box-sizing: border-box;
  }

  .ts-left-div-inner {
    margin: 0 0 6px 0;
    line-height: 23px;
    font-size: 16px;
    display: inline-block;
    float: none;
  }

  .ts-left-span-inner {
    font-size: 16px;
  }

  .ts-get-free-outer {
    min-height: 258px !important;
    padding: 15px 0;
  }

  .ts-get-free-outer input.input-inner {
    width: 100%;
    padding: 9px 0 11px 33px;
    font-size: 13px;
    margin: 0 0px 6px 0;
  }

  .ts-get-free-outer button.button-inner {
    width: 100%;
    font-size: 14px;
  }

  .ts-get-free {
    font-size: 25px;
  }

  .ts-signup-div {
    font-size: 16px;
    padding: 0 8px;
    margin: 11px 0 11px 0;
  }

  .ts-footer-text {
    margin: 9px 0 0 0;
    font-size: 14px;
  }
  .ts-get-free-outer img {
    
    left: 7px;
  }
.ts-icon-div:after {
    left: 7%;
        top: 59px;
  }
  .ts-form-icon {
    float: none;
    padding: 0;
  }
  .ts-icon-div {
    
    width: 100%;
   }

  .ts-receive-outer {
    min-height: 160px;
    padding: 16px 0px 11px 0;
  }

  .ts-receive-inner {
    margin: 0 0 0 0;
    font-size: 23px;
    width: 100%;
  }

  .ts-receive-outer input.receive-div {
    width: 100%;
    padding: 13px 0 13px 40px;
    margin: 11px 0;
  }

  .ts-receive-outer img {
    left: 2%;
    top: 27px;
}

  .ts-receive-outer button.sign-div {
    width: 100%;
  }

  .ts-form-inner {
    width: 100%;
    box-sizing: border-box;
    padding: 0 21px;
}
}

@media only screen and (max-width: 479px) {
  .ts-inner-form {
    width: 98%;
    display: inline-block;
    float: none;
  }
.ts-icon-div:after {
    left: 7%;
    top: 26px;
}
  .ts-outter {
    min-height: 233px;
    padding: 19px 0 13px 0;
    width: 100% !important;
    float: none;
    text-align: center;
  }

  .ts-join-div {
    text-align: center;
  }

  .ts-inner-form input.join-form {
    float: none;
    width: 90%;
    padding: 9px 0 11px 31px;
  }

  .join-our-inner {
    font-size: 18px;
    margin: 0 0 9px 0;
  }

  .ts-inner-form {
    padding: 0 0 12px 0;
  }

  .ts-inner-form button.subscribe {
    width: 90%;
    font-size: 15px;
    padding: 10px 0 10px 0;
  }

  .ts-left-div {
    width: 80%;
  }

  .ts-left-div {
    float: none;
    width: 100%;
    display: inline-block;
  }

  .ts-left-div-inner {
    margin: 0 0 7px 0;
    line-height: 19px;
    font-size: 15px;
    padding: 0 12px;
    display: inline-block;
    float: none;
  }

  .ts-left-span-inner {
    font-size: 14px;
    padding: 0 14px;
  }

  .ts-get-free-outer {
    min-height: 237px;
    padding: 12px 0;
  }

  .ts-get-free-outer input.input-inner {
    padding: 9px 0 11px 33px;
    font-size: 12px;
        width: 94%;
    margin: 0 0px 6px 0;
  }

  .ts-join-div img {
    position: absolute;
    left: 7%;
  }

  .ts-get-free-outer button.button-inner {
    width: 94%;
    font-size: 14px;
    padding: 7px 0 9px 0;
  }

  .ts-get-free {
    font-size: 20px;
  }

  .ts-form-icon {
    float: none;
    padding: 0;
  }

  .ts-signup-div {
    font-size: 14px;
    margin: 10px 0 11px 0;
  }

  .ts-footer-text {
    margin: 9px 0 0 0;
    font-size: 13px;
    padding: 0 7px;
    box-sizing: border-box;
  }
  .ts-get-free-outer img {
    position: absolute;
    left: 5%;;
    color: #666;
    top: 11px;
}
  .ts-icon-div {
    float: none;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 6%;
}
  .ts-receive-outer {
    min-height: 154px !important;
    padding: 6px 0;
    padding-left: 0;
  }

  .ts-form-inner {
    width: 100%;
  }

  .ts-receive-inner {
    width: 100%;
    margin: 0;
    font-size: 22px;
  }

  .ts-receive-outer input.receive-div {
    width: 100%;
    padding: 13px 0 13px 30px;
    margin: 10px 0;
  }

  .ts-receive-outer img {
    position: absolute;
    left: 8%;
    top: 26px;
}

  form {
    margin: 0;
  }

  .ts-receive-outer button.sign-div {
    width: 100%;
    padding: 13px 0 13px 0;
    border-radius: 4px;
  }
}
