body{
    margin: 0;
    padding: 1rem 0;   
    background-size: cover;
    font-family: 'Roboto', sans-serif;
}

.container{
    width: 950px;    
    margin:  0 auto;
    padding: 20px;
    padding: 1rem;
}
.container .inner-container{
    background-color: #fff;
    border:2px solid grey;
}
.containersvg{
    width: 100%;    
    margin:  0 auto;
}
.banner{
    background: #e20074;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner .banner-box{
    /* border: 3px solid gray; */
    width: 69%;
    padding: 0.2rem;
   
}
.blackbg{
    background-color: #e20074;
    padding: 2.2rem 3rem 0;
}
.banner .banner-box img{
    width: 100%;
}
.banner .banner-box h1{
    font-family: 'Oswald', sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 2.4rem;
    margin: 0;
    margin: 1.2rem 0 0.5rem 0;
}
.banner .banner-box h2{
    font-family: 'Oswald', sans-serif;
    color: #fff;
    text-align: center;
    font-size: 2.0rem;
    margin: 0;
    margin: 1.2rem 0 0.5rem 0;
}
.banner .banner-box h4{
    color: rgba(255,255,255,.8);
    text-align: center;
    font-weight: 300;
    font-size: 1.6rem;
    margin: 0;
}
.content h4{
    font-size: 1.6rem;
    color: #202020;
    text-align: center;
    width: 51%;
    margin: 3rem auto;
    margin-bottom: 2.2rem;
}
.c-elements{
    /* padding: 2rem; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
}
.c-elements .el{
    background-color: #fff6fb;
    border: 1px solid #c1c2c4;
    padding: 0.9rem;
    margin-bottom: 0.5rem;
    display: flex;
    width: 45%;
    margin-bottom: 1.4rem;
}
.c-elements .el .el-cont{
    display: flex;
    flex-direction: column;
    margin-left: 0.5rem;
    width:85%;
}
.c-elements .el .el-cont strong{
    color: #202020;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0.3em;
}
.c-elements .el .el-cont span{
    font-size: .8rem;
    line-height: 1.4;
    color: #202020;
}
.update-pref{
    display: flex;
    flex-direction: column;
    padding: 0 2rem 3rem;
    justify-content: center;
    align-items: center;
}
.unsubscribe{
    font-size: .6rem;
    display: flex;
    align-items: center;
}
.unsubscribe input{
    margin-right: .5rem;
}
.updatebtn{
    background: #009acd;
    color: #fff;
    border: 0;
    padding: 0.7rem 1rem;
    border-radius: 40px;
    font-weight: bold;
    font-size: .8rem;
    margin-top: 1.5rem;
}
/* Checkbox */
.checkbox-group {
    display: block;
    margin-bottom: 25px;
  }
  .checkbox-group span{
    color: #202020;
    line-height: 1.4;
  }
  
  .checkbox-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
  }
  
  .checkbox-group label {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
  }
  .checkbox-group label:hover{
      color: rgba(66,66,66,.83);
  }
  
  .checkbox-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #707070;
    /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05); */
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 12px;
    border-radius: 2px;
  }
  
  .checkbox-group input:checked + label:after {
    content: '';
    display: inline-block;
    transform: rotate(45deg);
    height: 11px;
    width: 5px;
    border-bottom: 3px solid #707070;
    border-right: 3px solid#707070;
    position: absolute;
    top: 0;
    left: 7px;
  }
  .service input:checked + label:after{
    top: 1px;
  }
  .coupons input:checked + label:after{
    top: 0px;
  }
/* checkbox */
.unsubscribe .checkbox-group{
    display: flex;
    justify-content: center;
}
.unsubscribe label{
    color: #202020;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0.3em;
}
.w-100-per{
    width: 100%;
}
.unsubscribe h3{
    padding: 0;
    margin: 40px 0px 10px 100px;
    font-size: 20px;
}
.unsubscribe h4{
    padding: 0;
    margin: 40px auto 17px;
    font-size: 18px;
    text-align:center;
}
.unsubscribe p{
    padding: 0;
    margin: 0px 0px 0px 100px;
    font-size: 14px;
    line-height:2;
}
.unsubscribe ul li{
    padding: 0;
    margin: 0px 0px 0px 80px;
    font-size: 14px;
    line-height:2;
}
.email-button{
    display: flex;
    justify-content: center;
    padding: 10px 0 50px 0;
}
.email-button .button{
    background-color: #e20074;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    border: 0;
    padding: 0.6rem 1.5rem;
    font-size: 1.2rem;
    cursor: pointer;
    border-radius: 27px;
}
.unsubscribe .checkbox-group input:checked + label:after{
    top: 1px;
}
.info-msg,
.success-msg,
.warning-msg,
.error-msg {
   margin: 10px 0;
   padding: 10px;
   border-radius: 3px 3px 3px 3px;
}
.success-msg {
   color: #270;
   background-color: #DFF2BF;
}
.error-msg {
   color: #721c24;
   background-color: #f8d7da;
}
button.pref-btn-submit:disabled {
  opacity: 0.5;
  cursor: not-allowed !important;
}
.colorshades{
  width:100%;
  height:20px;
}
.clrblue{
  float:left;
  width:25%;
  background-color:#e20074;
  display: inline-block;
    height: 20px;
    margin: 0;
}
.clrgreen{
  float:left;
  width:25%;
  background-color:#fa1a8e;
  display: inline-block;
    height: 20px;
    margin: 0;
}
.clrmroon{
  float:left;
  width:25%;
  background-color:#fa5faf;
  display: inline-block;
    height: 20px;
    margin: 0;
}
.clrpink{
  float:left;
  width:25%;
  background-color:#f78bc3;
  display: inline-block;
    height: 20px;
    margin: 0;
}
.header-logo{
display:flex;
    justify-content: center;
}
.header-logo img{
width:100px !important;
}
.form-group {
    margin-bottom: 15px;
}
.form-control {
    display: block;
    width: 80%;
    margin:auto;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #FFFFFF;
    background-clip: padding-box;
    border: 1px solid #CED4DA;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
}
form .error {
  color: #ff0000;
  margin-left:30px;
}
form select .error {
  color: grey !important;
margin-left:30px;
}
.inner-container-center {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 450px;
}
#contact-submit {
    color: #FFFFFF;
    background-color: #E20074;
    border-color: #E20074;
    height: 40px;
    width: 150px;
    border-radius: 4px;
    margin-left: 20px;
    font-weight: 400;
    font-size:1em;
    line-height: 1.5;
}
.form-medi{
    background-color: #d8dde3;
    padding: 10px;
    border-radius: 5px;
}
.pref-ind-category{
   float:left;
   width:100%;
   margin-bottom:10px
}
.ind-category{
   width:50%;
   float:left;
   margin:0;
   font-size:.8rem;
   line-height:22px;
}
.Stat_select{
  width:85%;
  margin:auto;
  display:block;
  padding: 0.375rem 0.75rem;
  border:1px solid #CED4DA;
  border-radius:0.25rem;
  font-size:1rem;
  font-weight:400;
  background-color : #fff;
  line-height:1.5;


}

select > option:not(:first-of-type) {
  color: black;
}
.assis input{
  float: left !important;
  width: auto !important;
  margin: 3px 7px 0 0 !important;
}
.assis .error{
 float:left;
 width:100%;
 margin:0
}
.assistanceCheckbox {
margin-left:4px !important
}
#Ordersorquotes-error{
    margin-bottom: 0;
    display: block;
}
@media screen and (max-width: 767px){
    body{
        padding: 1rem 0;
    }
    .container{
        width: 90%;
        padding: 0.1rem;
        /* background-image: linear-gradient(81deg,rgb(136 136 136) 0%,rgb(160 160 160) 30%,rgb(255,255,255) 38%,rgb(128 128 128) 45%,rgb(160 160 160) 100%); */
    }
    .blackbg{
        padding: 1rem;
    }
    .banner{
        padding: 1.2rem 0;
    }
    .banner .banner-box {
        width: 86%;
        /* padding: 1rem; */
    }
    .banner .banner-box h1{
        font-size: 1.2rem;
    }
    .banner .banner-box h4{
        font-size: 1rem;
    }
    .content h4{
        width: 92%;
        font-size: 1.3rem;
        margin: 30px 15px;
    }
    .c-elements .el{
        width: 100%;
    }
    .unsubscribe .checkbox-group{
        width: 80%;
        margin: 0 0 0 30px;
       justify-content:left;
    }
    .unsubscribe label{
        align-items: flex-start;
    }
    .checkbox-group label:before{
        margin-right: 0;
    }
    .unsubscribe label:before{
        margin-right: 7px;
    }
     .unsubscribe p{
      margin: 0px 0px 0px 30px;
     }
     .unsubscribe h3{
      margin: 20px 0px 10px 30px;
     }
     .unsubscribe ul li{
      margin: 0px 0px 0px 5px;
     }
    .inner-container-center {     
      width: auto;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px)  {
    .container{
        width: 88%;
    }
    .c-elements .el{
        width: 43%;
    }
    .c-elements{
        width: 90%;
    }
    .content h4{
        width: 90%;
    }
    .banner .banner-box{
        width: 85%;
    }
    .banner .banner-box h1{
        font-size: 2rem;
    }
 
 
}
