*{
    margin: 0;
    padding: 0;
    /* overflow-x: hidden; */
}

/* GLOBAL FONTS  */
@font-face {
    font-family: msaservices-regular;
    src: url(../assets/fonts/palatinolinotype_roman.ttf);
  }
  @font-face {
    font-family: msaservices-bold;
    src: url(../assets/fonts/palatinolinotype_bold.ttf);
  }
/* GLOBAL FONTS END */

/* GLOBAL CSS  */
.form-control:focus {
    color: inherit;
    background-color: inherit;
    border-color: none;
    outline: none;
    box-shadow: none;
}
/* GLOBAL CSS END */

/* GLOBAL BUTTONS  */
.gb-btn {
    background: #292e70;
    border: 1px solid #292e70;
    display: inline-block;
    height: 50px;
    width: 200px;
    text-transform: uppercase;
    border-radius: 50px;
    font-weight: 500;
    letter-spacing: 2px;
}
.gb-btn:hover{
    background-color: #b4121c;
    border: 1px solid #b4121c;
}
/* GLOBAL BUTTONS END */


/* REFERAL FORM CSS  */
.form-header{
    margin: 50px 0;
}
.form-header img{
    width: 100%;
    max-width: 300px;
    margin-bottom: 30px;
}
.frm-heading h1{
    font-family: msaservices-bold;
    overflow: hidden;
}
.referal-form .form-group {
    margin-bottom: 30px;
    padding-right: 40px;
}
.referal-form label{
    font-family: msaservices-regular;
    font-size: 17px;
    text-transform: capitalize;
}.referal-form label span {
    color: #b4121c;
}
.referal-form .form-control {
    border: 2px solid #292e70;
    border-radius: 120px;
    background: #f1f1f1;
    min-height: 55px;
    display: inline-block;
    padding: 0 25px;
}
.form-control::placeholder{
    color: #3d3d3d;
    text-transform: capitalize;
}
.tooltip-inner {
    background-color: #292e70;
    color: white;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 20px;
    display: inline-block;
}
.chk-box {
    margin-left: 22px;
}
.custom-control-label::before{
    border: 1px solid #292e70;
}
.chk-box label {
    margin-right: 50px;
}
.txt-area{
    border-radius: 10px !important;
}
/* REFERAL FORM CSS END */