/* Contact Success and error Area css
============================================================================================ */
.modal-message{
    .modal-dialog{
        margin-top: 130px;
        .modal-content{
            .modal-header{
                text-align: center;
                .modal-title{
                    padding-top: 80px;
                    color: $baseColor;
                    font-size: 45px;
                    font-family: $mon;
                    letter-spacing: .80px;
                }
                .modal-subtitle{
                    padding-bottom: 90px;
                    font-size: 16px;
                    color: $pfont;
                    font-family: $mon;
                    letter-spacing: .45px;
                    padding-top: 5px;
                }
            }
        }
    }
}
/* End Contact Success and error Area css
============================================================================================ */