#emailNotice p{
    font-size: .9rem;
    margin-bottom: 0;
}
.modal-content {
    border-radius: 2em;
    border: 0;
}
.modal-body{
    padding:2rem;
}
button.close {
    position: absolute;
    float: right;
    top: -10px;
    right: -5px;
    background: #272626;
    opacity: 100%;
    color: #fff;
    border-radius: 20px;
    padding: 5px 10px;
}
#contact-us--btn{
    display: none;
}
#contact-us{
    display:none;
}
.section-core--hero{
    height:30rem;
}
#img-phone{
   width:60%;
}
#img-bubble{
   width:20%;
   top:-5rem;
   left:8rem;
}
.img-group-header{
   top:2rem;
   left:3rem;
}
.core__header--h2{
   font-size:1.8rem;
   margin-bottom:0;
}
.section-contact{
   height: auto;
   padding: 5rem 0rem;
}
.section-contact.section [class^=col-]{
   padding:0 0 1rem 0;
}
@media (max-width:1366px){
    #img-phone{
        width:50%;
    }
    #img-bubble{
        width:15%;
        top:-4rem;
        left:9rem;
    }
    .section-core--hero {
        height:70vh;
    }
    .section-contact{
   height: auto;
   padding: 2rem 0rem;
}
}
@media (max-width:575px){
   #contact-address{
       display:none;
   }
   #contact-us{
       display: block;
       font-size:2.5rem;
       padding-top:0rem;
   }
    #img-phone{
        width:70%;
        top:-2rem;
        left:5rem;
    }
    #img-bubble{
        width:25%;
        top:-8rem;
        left:15rem;
    }
    .section-contact{
        padding: 5rem 2rem;
    }
    .form-control{
        font-size: 1.2rem;
        padding: 2rem 1rem;
    }
    #submit-btn{
        width:100%;
    }
    .img-group-header{
        top:-2rem;
    }
    .section-core--hero .col-sm-12:first-child{
        height:15rem;
    }
    .section-core--hero {
        padding-top: 13rem;
        height:auto;
    }
    #emailNotice p{
        font-size: 1.2rem;
        margin-top:0;
    }
    .modal-dialog{
        margin: 1.5rem;
    }
}
@media (max-width:375px){
    .section-core--hero {
        padding-top: 12rem;
    }
    #img-bubble{
        left:14rem;
    }
    #contact-us {
        top: -2rem;
    }
    .section-contact{
        padding: 2rem 2rem;
    }
}
@media (max-width:320px){
   #img-phone{
       left:4rem;
   }
   #img-bubble{
       top:-7rem;
       left:11rem;
   }
   .section-contact{
        padding: 0rem 2rem 2rem 2rem;
    }
}