body{font-family:'futuraptbook'; font-size: 16px;padding: 0px !important; margin: 0px;
    /* background-repeat: no-repeat; */
    background-size: 100% 100%;
    padding-bottom: 0px;
    background-image: url(../images/structure/legacy-background-1.png);
}
/*--------------/font-face/--------------*/
@font-face {                   
  font-family:'futuraptbook';
  src: url('../fonts/futuraptbook.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {                   
  font-family:'futuraptmedium';
  src: url('../fonts/futuraptmedium.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {                   
  font-family:'futuraptbold';
  src: url('../fonts/futuraptbold.otf');
  font-weight: normal;
  font-style: normal;
}

@font-face {                   
  font-family:'futuraptheavy';
  src: url('../fonts/futuraptheavy.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {                   
    font-family:'futuraptlight';
    src: url('../fonts/futuraptlight.otf');
    font-weight: normal;
    font-style: normal;
  }

/*--------------/font-family/font-weight/font-style/font-size/--------------*/
.fontfamily-regular{font-family:'Roboto-Regular';}         
.fontfamily-thin{font-family:'';}
.fontfamily-thinitalic{font-family:'';}
.fontfamily-light{font-family:'futuraptlight';}
.fontfamily-lightitalic{font-family:'';}
.fontfamily-medium{font-family:'futuraptmedium';}
.fontfamily-semibold{font-family:'';}
.fontfamily-bold{font-family:'futuraptbold';}
.fontfamily-futuraptheavy{font-family:'futuraptheavy';}
.fontfamily-book{font-family:'futuraptbook';}

.fontsize-10{font-size:0.625rem;}
.fontsize-11{font-size:11px;}
.fontsize-12{font-size:0.75rem;}
.fontsize-14{font-size:0.875rem;}
.fontsize-15{font-size:15px;}
.fontsize-16{font-size:1rem;}
.fontsize-18{font-size:18px;}
.fontsize-20{font-size:1.25rem;}
.fontsize-24{font-size:1.5rem;}
.fontsize-28{font-size:28px;}
.fontsize-30{font-size:1.875rem;}
.fontsize-34{font-size:2.125rem;}
.fontsize-36{font-size:2.25rem;}
.fontsize-40{font-size: 40px;}
.fontsize-48{font-size:3rem;}

.white{color:#fff;}
.black{color:#000000;}
.pink{color:#E70033;}
.blue002{color: #002595;}
.blue252{color: #252548;}
.blue4b4{color: #4B4C71;}
.blue444{color: #444EE8;}
.greye3e3{color: #E3E3E3;}
.red{color:#ff3131;}
.green{color: #0cc70c;}

.text-right{
    text-align: right;
}
.ml-auto{
    margin-left: auto   ;
}
.ml-0{
    margin-left: 0 !important;
}
.btn{
    display: inline-block;
    height: 48px;
    min-width: 140px;
    width: auto;
    margin:0 auto;
    padding:0 1.563rem 15px;
    vertical-align: middle;
    background:#ff3131;
    text-align:center;
    font-size: 20px;
    font-family:'futuraptmedium';
    color: #fff;
    border:0rem solid transparent;
    text-transform:capitalize;
    line-height: 48px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    letter-spacing: 1.5px;
}
.btn.btn-fill:hover {
    background: #eb0a0a;
    color: #fff;
}
.btn-outline{
    background:transparent ;
    border: 1px solid #ff3131;
    color: #ff3131;
}
.btn.btn-outline:hover {
    border: 1px solid #eb0a0a;
    color: #eb0a0a;
}
.radio label:after{
    content: '';
    display: table;
    clear: both;
}
.radio label {
    min-height: 1.25rem;
    padding-left: 1.875rem;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}
.radio .cr{
  position: relative;
    display: inline-block;
    border: 2px solid #ff3131;
    border-radius: 3px;
    width: 28px;
    height: 28px;
    float: left;
    margin-right: 0.625rem;
    background: transparent;
    margin-top: 0px;
    margin-left: -1.875rem;
}
.radio .cr .cr-icon {
    position: absolute;
    font-size: 8px !important;
    line-height: 0 !important;
    top: 9px !important;
    left: 5px !important;
}

.radio .fa-check:before {
    content: "\f00c";
    color: #fff;
}
.radio label input[type="radio"]{
    display: none;
}
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
    color: #999999;
}

.radio label input[type="radio"]:checked + .cr {
   background:#ff3131;
   border: 1px solid #ff3131;
}
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1.3) rotateZ(0deg);
    opacity: 1;
    /*display: none;*/
}

.radio label input[type="radio"]:disabled + .cr{
    opacity: .5;
}
.radio label input[type="radio"]:checked + .cr {
    background-image: url(../images/structure/check.svg) !important;
    background-size: 22px 22px;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.mr-50{
    margin-right: 50px;
}

/** start header section  **/
.header{
    position: relative;
    height:auto;
    z-index: 1040;
    width: 100%;
    padding-top: 0rem;
    background:#fff;
    -webkit-transition: all ease-out .2s;
    -moz-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s;
    top: 0px;
    padding: 5px 0;
    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 12%);
    /*box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);*/
}
.header-logo{
    width: 120px;
}
.LoginIcon{
    width: 30px;
    height: 30px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 10px;
    filter: grayscale(1);
    cursor: pointer;
}
.LoginIcon:hover{
    filter: grayscale(0);
}
.section-one{
    min-height: max-content;
    max-height: 100%;
    padding-bottom: 0px;
    padding-top: 15px;
    padding-bottom: 5px;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.timewordinfo {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
    background-color: #fff;
    padding: 10px 30px;
    border-radius: 6px;
    margin-bottom: 15px;
}
.taskbox{
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
    background-color: #fff;
    padding:20px 30px;
    border-radius: 10px;
    min-height: 360px;
}
.task-instruction{
    padding-left: 0;
}
.task-instruction li{
    list-style: none; 
    position: relative;  
    padding-left: 30px;
}
.task-instruction li .inst-tick{
    width: 20px;
    position: absolute;
    left: 0;
    top: 2px;
}
.dialogBtn {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
}
/* .box-border-right {
    border-left: 1px solid #ccc;
    padding-left: 20px;
} */
.header-h2 {
    position: relative;
    margin-bottom: 32px;
    font-size: 20px;
}
.boxheight{
    min-height: 235px;
}
.header-h2:after {
    content: '';
    background: #adabab;
    height: 2px;
    width: 50px;
    position: absolute;
    bottom: -5px;
    left:0px;
}
.alertbox{
    position: fixed;
    right: 20px;
    top: 9px;
    z-index: 1111;
    width: 250px;
    padding: 9px 20px;
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.alertbox button.btn-close {
    padding: 12px 10px !important;
    color: #fff !important;
    background: transparent !important;
    top: -9px;
    font-size: 25px;
    opacity: 1;
}
.alertbox button.btn-close:focus{
    outline: none;
    box-shadow: none;
}
.acadmics-for-mobiel{
    display:none;
}
span.collapseQue {
    display: none;
}



 .selectPlanBox [type="radio"]{
    display: none;
 }
 .selectPlanBox{
    width: 100%;
    min-height: 145px;
 }
 .selectPlanBox label{
    width: 100%;
 }
 .selectPlanBox .selectbox{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid transparent;
    width: 100%;
    border-radius: 10px;
    min-height: 145px;
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 15%);
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.selectPlanBox label input[type="radio"]:checked + .selectbox{
    border: 1px solid red;
    box-shadow: 0px 3px 6px 0px rgb(175 14 14 / 15%);
    background: rgb(235 12 12 / 3%);
}
.pName {
    min-width: 50%;
    max-width: 50%;
    position: relative;
    padding-right: 20px;
}
.pValue{
    min-width: 50%;
    max-width: 50%;
    word-break: break-all;
}
.profileDetailbox .d-flex{
    margin-bottom: 15px;
}
.dialog620 .modal-dialog {
    max-width: 620px;
}
.dialog820 .modal-dialog {
    max-width: 820px;
    height: -webkit-fill-available;
    align-items: start;
}
.loginBg{
    background-image: url(../images/structure/bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 8px;
}
.loginBg .modal-content{
    background-color: transparent;
    border: 0;
    min-height: 100%;
}
.loginBg .modal-content .modal-body {
    display: flex;
    align-items: center;
    width: 100%;
}
span.seperator {
    position: absolute; 
    right: 15px;
    color:red;
    top: 0;
}
.dialog420 .modal-dialog {
    max-width: 420px;
}
.text-center.header-h2:after{
    left: 0;
    right: 0;
    margin: 0 auto;
}
.loginBox {
    padding: 20px;
    /* background: #fff; */
    /* box-shadow: 0 3px 7px 0 #000; */
    border-radius: 6px;
    margin-top: 0px;
    margin-right: 20px;
}

.grayBox {
    background: #f1f1f1;
    padding: 15px 30px;
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
}
.styleChangeButton {
    height: 30px !important;
    line-height: 30px !important;
    padding: 0 10px !important;
    width: 103px;
    max-width: 90px !important;
    min-width: 90px !important;
    border-radius: 50px;
    font-family: 'futuraptbook' !important;
    margin-right: 20px;
    margin-left: auto;
}
span.scBtnSpan {
    min-width: 35px;
    text-align: center;
    font-size: 24px;
    max-width: 35px;
}
.scBtn-minus{
    font-size: 43px !important;
    position: relative;
    top: -4px;
}
span.scBtnSpan.scBtn-plus {
    border-right: 1px solid #fff;
}

.style-1 {
    del {
      color: rgba(255, 0, 0, 0.5); /* Adjust the color as needed */
      text-decoration: none;
      position: relative;
    }
    del::before {
      content: " ";
      display: block;
      width: 100%;
      border-top: 2px solid rgba(255, 0, 0, 0.8); /* Adjust the color as needed */
      height: 12px;
      position: absolute;
      bottom: 0;
      left: 0;
      transform: rotate(-7deg);
    }
    ins {
      color: green; /* Adjust the color as needed */
      font-size: 32px;
      text-decoration: none;
      padding: 1em 1em 1em 0.5em;
    }
    .amount {
      font-size: 24px; /* Adjust the font size as needed */
    }
  }
