
/** subscribe-section **/

.subscribe-section{
    position: relative;
    padding: 100px 0px 120px 0px;
    background: #d4f1f9;
  }
  
  .subscribe-section .pattern-1{
    position: absolute;
    left: 0px;
    top: -49px;
    right: 0px;
    width: 100%;
    height: 50px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .subscribe-section .pattern-2{
    position: absolute;
    left: 0px;
    top: -49px;
    right: 0px;
    width: 100%;
    height: 50px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .subscribe-section .pattern-3{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 615px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .subscribe-section .pattern-4{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 625px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .subscribe-section .inner-box{
    position: relative;
    display: block;
    max-width: 670px;
    width: 100%;
    margin: 0 auto;
  }
  
  .subscribe-section .inner-box h4{
    position: relative;
    font-size: 20px;
    line-height: 28px;
    font-weight: 900;
    margin-bottom: 14px;
  }
  
  .subscribe-section .inner-box h2{
    position: relative;
    font-size: 40px;
    line-height: 50px;
    font-weight: 900;
    margin-bottom: 46px;
  }
  
  .subscribe-section .inner-box h2 span{
    
  }
  
  .subscribe-section .inner-box .subscribe-form .form-group{
    position: relative;
    margin: 0px;
  }
  
  .subscribe-section .inner-box .subscribe-form .form-group input[type='email']{
    position: relative;
    display: block;
    width: 100%;
    height: 66px;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #8f929a;
    padding: 10px 30px;
    margin-bottom: 52px;
    transition: all 500ms ease;
  }
  
  .subscribe-section .inner-box .subscribe-form .form-group input:focus{
  
  }
  
  .subscribe-section .inner-box .subscribe-form .form-group input::-webkit-input-placeholder{
    color:#8f929a;
  }
  

  
/** subscribe-style-two **/

.subscribe-style-two{
  position: relative;
  padding: 90px 0px;
  background: #43b3d9;
}

.subscribe-style-two .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 790px;
  height: 100%;
  background-repeat: no-repeat;
}

.subscribe-style-two .pattern-layer .pattern-2{
  position: absolute;
  right: 0px;
  top: 0px;
  width: 290px;
  height: 100%;
  background-repeat: no-repeat;
}

.subscribe-style-two .text{
  position: relative;
  max-width: 240px;
  width: 100%;
}

.subscribe-style-two .text h3{
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  font-weight: 900;
  margin: 0px;
  text-shadow: 5px 6px 0px #51aed2;
}

.subscribe-style-two .subscribe-form .form-group{
  position: relative;
  width: 100%;
  margin: 0px;
}

.subscribe-style-two .subscribe-form .form-group input[type='email'] {
  position: relative;
  display: block;
  max-width: 400px;
  width: 100%;
  height: 70px;
  background: #fff;
  border-radius: 10px;
  padding: 10px 50px 10px 30px;
  color: #253b70;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  transition: all 500ms ease;
}

.subscribe-style-two .subscribe-form .form-group input::-webkit-input-placeholder{
  color:#253b70;
}

.subscribe-style-two .subscribe-form .form-group button{
  position: absolute;
  top: 0px;
  right: 0px;
}

.subscribe-style-two .subscribe-form{
  position: relative;
  margin-left: 30px;
}

