@charset "utf-8";
/* CSS Document */
body {
    background: #fcfcfc;
    background-image: url(../assets/img/background.jpg);
    background-position: top right;
    background-size: contain;
    background-repeat:no-repeat;
}
.main {
    padding:0px 250px;
}
.header {
    padding: 24px 0;
    color: #0d2366;
    margin: 20px auto;
    display: table;
    min-height: 112px;
}
.header img {
    width: 64px;
    height: 64px;
    line-height: 62px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    position: relative;
    border-radius: 3px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 18%);
    background: #fff;
    padding: 8px;
}
.header h1 {
    font-weight: bold;
    line-height: 28px;
    max-width: 80%;
    display: inline-block;
    vertical-align: middle;
    color: #0d2366;
    padding-left: 16px;
    font-size: 18px;
}
.title1 {
    font-size: 24px;
    line-height: 32px;
    color: #0d2366;
    overflow-wrap: break-word;
    font-weight: bold;
}
.title-underline {
    opacity: .4;
    display: block;
    width: 28px;
    border-bottom: 5px solid;
    margin-top: 20px;
    border-color: #528ff0;
}
.para1 {
    color: rgb(33, 33, 33);
    font-size:14px;
}
.social-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    color: #0d2366;
    margin-bottom: 8px;
}
.facebook {
    background: #4267B2;
    border-radius: 50px;
    font-size: 15px;
    padding: 9px 9px 9px 9px;
    width: 30px;
    height: 30px;
    color: #fff;
    margin-right: 5px;
}
.twitter {
    background: #1DA1F2;
    border-radius: 50px;
    font-size: 15px;
    padding: 9px 9px 9px 9px;
    width: 30px;
    height: 30px;
    color: #fff;
    margin-right: 5px;
}
.whatsapp {
    background: #128C7E;
    border-radius: 50px;
    font-size: 15px;
    padding: 9px 9px 9px 9px;
    width: 30px;
    height: 30px;
    color: #fff;
    margin-right: 5px;
}
.cont-icon {
    color: #0d2366;
    font-size:14px;
    text-decoration:none;
    margin-left:5px;
}
.para2 {
    color: #515978;
    font-size: 14px;
    line-height: 22px;
}
.details-footer {
    font-size: 12px;
    line-height: 18px;
    box-shadow: 0 -4px 4px -4px rgb(0 0 0 / 18%);
    padding: 16px 0;
    width: 100%;
    color: rgba(22,47,86,0.74);
    white-space: normal;
}
.form-box {
    padding: 30px 32px;
    width: 480px;
    float: right;
    top: -22px;
    position: relative;
    border-radius: 2px;
    box-shadow: 6px 11px 24px 0 rgb(23 31 37 / 12%);
    background: #fff;
}
.form-control {
    line-height: 16px;
    height: 35px;
    width: 100%;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    overflow: hidden;
    font-size: 14px;
    padding: 0 9px;
    outline: none;
    color: inherit;
}
.col-form-label {
    position: relative;
    float: left;
    font-size: 14px;
    line-height: 20px;
    color: #515978;
    word-break: break-word;
}
.form-group {
    margin-bottom:15px;
}
.pay-btn {
    position: relative;
    width: 180px;
    min-height: 56px;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    float: right;
    border-radius: 0;
    text-align: center;
    border: 0px;
    background-color: rgb(221,231,248);
    color: rgba(0, 0, 0, 0.85) !important;
}
@media screen and (max-width: 767px) {
    .main {
    padding: 0px 20px;
    }
    .header h1 {
    font-size: 16px;
    }
    .form-box {
    padding: 30px 32px;
    width: 100%;
    float: none;
    }
    body {
    background: #fcfcfc;
    background-image: none;
    }
}
/*additions by Masood*/
div.error {
    color: #f00;
    font-size: 12px;
    margin-top: 10px;
}