#subscribe-footer{
    width: 100%;
    border: 1px solid lightgray;
    padding: 8px;
    margin: 120px 0px;
    border-radius: 8px;
    position: relative;

}

#subscribe-footer .container{
    width: 100%;
}

#subscribe-footer .navcontainer {
    display:-webkit-flex;
    display:flex;
    list-style-type:none;
    justify-content:flex-end;
    width: 100%;
    padding: 15px 0px;
}

#subscribe-footer .left {
    margin-right:auto;
    text-align: left;
    padding-right: 10px;
}


#subscribe-footer #right{
  text-align: center;
  max-width:500px;
  width: 100%;
  padding-left:10px;
}



#subscribe-footer h3 {
	color: #000000; 
    margin-bottom: 2px;
    margin-top: 10px; 
    font-weight: 600;
    -webkit-transition: all .8s ease 0;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease 0;
    -o-transition: all .8s ease 0;
    transition: all .8s ease 0;
}

#subscribe-footer p {
    margin: 0px; 
  line-height: 20px; 
  color: #000000; 
  font-weight: 300;
  font-size: 13.6px;
}

#subscribe-footer form {
    margin: 28px 5px;
}

#subscribe-footer form .inptfld {
    outline: none;
    font-size: 15px;
    border-radius: 3px;
    border: 1px solid #34495e;
    height: 35px;
    max-width: 250px;
    width: 100%;
    margin-right: auto;
    float: left;
}
#subscribe-footer form .subscribebtn {
    outline: none;
    border-radius: 3px;
    color: #fff;
    background: #34495e;
    cursor: pointer;
    margin-left: 10px;
    height: 35px;
    border: 1px solid #34495e;
    font-size: 14px;
}
#subscribe-footer form .subscribebtn:hover {
    background: #233140;
    -webkit-transition: all .6s ease 0;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease 0;
    -o-transition: all .6s ease 0;
    transition: all .6s ease 0;
}


#subscribe-footer .navcontainer {
    flex-direction: row;
}

@media (max-width: 1011px) {

    #subscribe-footer form .subscribebtn{
        display: block;
         width: 300px;
         margin: 20px auto 0px;
     }
     #subscribe-footer form .inptfld {
         display: block;
         margin: auto;
         float: none;
     }
     .product_services {
         display: block;
         margin: auto;
         width: 300px;
     }
}

@media (max-width: 800px) {
    #subscribe-footer .navcontainer {
        flex-direction: column;
    }
}

.product_services {
    margin-top: 20px;
}


.product_services label {
    font-size: 12px !important;
    font-weight: 300;
}
