body, html {
    font-family: 'Open Sans', sans-serif;
}
body{
    background-color: #00263E;
}
h1, h2, h3, h4 {
    font-family: 'Oswald', sans-serif;
}
.form-container {
    background-color: #00263E;
    /*height: 100vh;*/
}
.card-header {
    background-color: #fff !important;
    padding: 20px 0px;
}
.card-title {
    margin: 10px 0px;
    font-size: 25px;
}
.custom-btn-outline {
    border: solid 2px #002f86 !important;
    border-radius: 25px / 24.5px !important;
    padding: 6px 20px 8px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    color: #002f86;
    text-align: center;
    transition: all 0.2s ease!important;
    background: transparent;
    text-transform: uppercase;
}
.custom-btn-outline:hover {
    background-color: #002f86;
    color:#fff;
}
.stepicon {
    background-color: gainsboro;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 17px;
    margin: auto auto;
    position: relative;
    top: -10px;
}
.activestep .stepicon {
    background-color: #1145A8;
    color: #fff;
}
.activestep p.steplabel {
    color: #000 !important;
}
.stepwizard-step p {
    margin-top: 0px;
    color:#666;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}
.stepwizard-step button[disabled] {
    /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}
.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity:1 !important;
    color:#bbb;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content:" ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.alreadymember {
    color: #000;
    margin-top: 10px;
}
.alreadymember:hover {
    color: #002f86;
    text-decoration: none;
}
.theme-highlight {
    color: #002f86;
}
.custom-btn-fill {
    border: solid 2px #002f86 !important;
    border-radius: 25px / 24.5px !important;
    padding: 6px 20px 8px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    color:#fff;
    text-align: center;
    transition: all 0.2s ease!important;
    background-color: #002f86;
    text-transform: uppercase;
}
.custom-btn-fill:hover {
    background-color: transparent;
    color: #002f86;
}
.termandcondtionconainer {
    height: 200px;
    overflow-y: auto;
}
.plan-container {
    text-align: center;
}
.plan-container h3 {
    background: #1145a8;
    color: #fff;
    border-top-right-radius: 62px;
    margin-bottom: 0px;
    padding: 18px 0;
    font-size: 20px;
    line-height: 28px;
    border-bottom: solid 1px;
    font-weight: 700;
}
.plan-container .pricing-column-content {
    padding: 0px 0px 20px 0px;
    border-right: 0px solid #eee;
    border-bottom: 1px solid #eee;
}
.plan-container .pricing-column-content h4{
    margin-bottom: 0px;
    padding: 20px 30px 6px 40px;
    background: #1145a8;
    color: #fff;
    font-weight: 700;
    font-size: 54px!important;
    line-height: 42px!important;
}
.plan-container .interval {
    display: block;
    padding-bottom: 17px;
    min-height: 38px;
    background: #1145a8;
    color: #fff;
    border-bottom-left-radius: 66px;
}
.plan-container h4 .dollar-sign {
    position: relative;
    top: -14px;
    right: 0px;
    font-size: 22px;
    line-height: 22px;
    font-weight: 300;
}

.overlay{background-color:rgba(255,255,255,0.6);z-index: 999;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-ms-flex-direction:row;flex-direction:row;color:#555;border-radius:3px;position:absolute;top:0;right:0;bottom:0;left:0;}
.m-loader{position:relative;width:40px}
.m-loader:before{content:'';display:block;padding-top:100%}
.m-circular{animation:rotate 1.5s linear infinite;height:100%;-ms-transform-origin:center center;transform-origin:center center;width:100%;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}
.path{stroke-dasharray:1,200;stroke-dashoffset:0;stroke:#44ABB6;animation:dash 1.5s ease-in-out infinite;stroke-linecap:round}@keyframes rotate{100%{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}
.overlay .l-text{font-size:24px;margin-top:15px;font-weight: 500;}
.overlay{z-index: 100;}
.overlay .l-text{font-size: 12px !important;}

.plan-container:hover{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    transition: 1s ease;
}
.plan-container-active{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    transition: 1s ease;
}
#paymentResponse{
    
}
#paymentResponse p{
    text-align: center;
    color: #c51f1a;
}