@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200&display=swap");body{font-family:'Mulish', sans-serif;color:#747794;overflow-x:hidden;background-color:#E9EEFF;scrollbar-width:thin;padding-right:0 !important;letter-spacing:-0.5px}.form-control:focus{box-shadow:inherit;border-color:transparent}.login-screen{position:relative;width:100%;min-height:100vh;padding:40px 0px;z-index:10;overflow-y:auto;overflow-x:hidden;background:linear-gradient(to top left, #e31e24 0%, #ef7f1a 70%)}.login-screen .logo{height:50px}.login-screen .btn{font-weight:800;height:50px;line-height:35px}.call{font-size:14px;color:#fff;margin-bottom:8px}.call strong{color:#000}.call a{text-decoration:none;color:#fff}.address{font-size:14px;color:#fff;text-align:center;letter-spacing:0.3px;margin-bottom:8px;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,0.1)}.address a{text-decoration:none;color:#fff}.quick-links{margin:0px;padding:0px}.quick-links a{text-decoration:none;color:#fff;font-size:13px;text-transform:capitalize;letter-spacing:0.3px}.quick-links a:first-child{margin-right:10px}.spinner{text-align:center}.spinner a{width:90%;font-weight:800;height:50px;line-height:50px;text-transform:uppercase;text-decoration:none;background:#ffc107;color:#000;display:block;margin:0px auto;border-radius:0.5rem}.down-arrow{position:relative;top:26px}.down-arrow img{height:30px}.message{padding:10px;border-radius:10px;background:#b74109}.message h2{color:#fff;text-transform:capitalize;font-weight:800;font-size:36px;letter-spacing:0.5px}.message h3{font-size:18px;color:#efefef;line-height:25px;font-weight:500}.cms-content{padding:20px 0px;margin-top:50px}.cms-content h1{font-size:26px;font-weight:800;color:#e31e24}.cms-content h3{font-size:18px;font-weight:800;color:#333}.cms-content p{font-size:14px}.header-area{-webkit-transition-duration:500ms;-o-transition-duration:500ms;transition-duration:500ms;background:linear-gradient(to top left, #e31e24 0%, #ef7f1a 70%);width:100%;height:50px;position:fixed;top:0;left:0;right:0;z-index:1000;-webkit-box-shadow:0 0 4px rgba(15,15,15,0.1);box-shadow:0 0 4px rgba(15,15,15,0.1)}.header-area .logo img{height:32px}.header-area button{background:transparent;border:0px}.header-area img{height:30px}.congratulations{background:#fff url(../img/congratulation-bg.png) no-repeat;background-size:100%;width:100%;height:100vh}.congratulations img{width:80%}.congratulations h3{color:#373737;font-weight:800;margin-top:10px}.congratulations h3 span{color:#ed1b24}@media only screen and (min-width: 1200px){.container{max-width:650px}}@media only screen and (min-width: 992px) and (max-width: 1199px){.container{max-width:600px}}@media only screen and (min-width: 768px) and (max-width: 991px){.container{max-width:500px}}@media only screen and (max-width: 767px){.container{max-width:380px}}@media only screen and (min-width: 576px) and (max-width: 767px){.container{max-width:400px}}
/*# sourceMappingURL=custom.css.map */

.btn-primary {
        background-color: #91013f;
        border-color: #91013f;
        border-radius: 50px;
}

.modal-header {
    background-color: #013d02;
}

.modal-header h5 {
    color: #fff;
    font-weight: 600;
}

.btn-close {
    background-image: inherit;
    font-size: 25px;
    line-height: 10px;
    opacity: 1;
    background-color: #000;
}

.btn:hover {
    background-color: #ff0087;
    border-color: #ff0087;
}