         @keyframes lds-ellipsis3 {
      0%, 25% {
        left: 32px;
        -webkit-transform: scale(0);
        transform: scale(0);
      }
  50% {
    left: 32px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    left: 100px;
  }
  100% {
    left: 168px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes lds-ellipsis3 {
  0%, 25% {
    left: 32px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    left: 32px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    left: 100px;
  }
  100% {
    left: 168px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes lds-ellipsis {
  0% {
    left: 32px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  25% {
    left: 32px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    left: 100px;
  }
  75% {
    left: 168px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    left: 168px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-webkit-keyframes lds-ellipsis {
  0% {
    left: 32px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  25% {
    left: 32px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    left: 100px;
  }
  75% {
    left: 168px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    left: 168px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
.lds-ellipsis {
  position: relative;
}
.lds-ellipsis > div {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
}
.lds-ellipsis div > div {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f00;
  position: absolute;
  top: 100px;
  left: 32px;
  -webkit-animation: lds-ellipsis 2.8s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
  animation: lds-ellipsis 2.8s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
}
.lds-ellipsis div:nth-child(1) div {
  -webkit-animation: lds-ellipsis2 2.8s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
  animation: lds-ellipsis2 2.8s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
  background: #0576e6;
}
.lds-ellipsis div:nth-child(2) div {
  -webkit-animation-delay: -1.4s;
  animation-delay: -1.4s;
  background: #021c79;
}
.lds-ellipsis div:nth-child(3) div {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
  background: #0576e6;
}
.lds-ellipsis div:nth-child(4) div {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  background: #021c79;
}
.lds-ellipsis div:nth-child(5) div {
  -webkit-animation: lds-ellipsis3 2.8s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
  animation: lds-ellipsis3 2.8s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
  background: #0576e6;
}
.lds-ellipsis {
  width: 200px !important;
  height: 61px !important;
  -webkit-transform: translate(579px, -232px) scale(1) translate(100px, 100px);
  transform: translate(579px, -232px) scale(1) translate(100px, 100px);
}

.package-topbar {
    margin-top: 30px;
    text-align: center;
    background: #e1e1e1;
    border-radius: 5px;
    padding: 10px;
}

h2 {
    font-size: 1.857em;
    line-height: 1.392em;
    margin-bottom: 0.36em;
    font-weight: 400;
    font-style: normal;
    padding: 0;
    overflow: hidden;
}
thead {
    background-color: #002d86;
    color: #fff;
}
tr {
    border: 1px solid #bfb9b9;
}
.table td {
    vertical-align: middle !important;
}
.table-bordered, .table-bordered th, .table-bordered td {
    border-color: #bfbfc0;
}
h6 {
    margin-bottom: 1em;
    font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
    color: #222;
}
h6 {
    /* font-weight: 300;
     font-style: italic;
     margin-bottom: 2em;
    */ font-size: 1em;
    line-height: 1em;
}

.table th, .table td {
    padding: 8px;
    line-height: 20px;
    /*text-align: left;*/
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.price_center {
    text-align: center !important;
}
.table-bordered th, .table-bordered td {
    border-left: 1px solid #ddd;
}


.table-bordered thead:last-child tr:last-child>th:first-child, .table-bordered tbody:last-child tr:last-child>td:first-child, .table-bordered tbody:last-child tr:last-child>th:first-child, .table-bordered tfoot:last-child tr:last-child>td:first-child, .table-bordered tfoot:last-child tr:last-child>th:first-child {
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
}
#select_package thead th {
    text-align: center !important;
}
.form-actions {
    /*//*/ padding: 19px 20px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    border-top: none;
}

.studentnote {
    margin-top: 30px;
    background: #e1e1e1;
    border-radius: 5px;
    padding: 10px 15px;
    color: #ea703c;
    font-size: 15px;
}
.studentnote span {
    color: #000;
}

 /*.table-bordered {
     border: 1px solid #ddd;
     border-collapse: separate;
     border-collapse: collapse;
     border-left: 0;
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
    border-radius: 4px;
 }*/

.box_fixedset
{
    font-size: 40px !important;
    color: #2aabc9;
    float: left;
    position: relative;
    left: -2%;
}
 
.widget-shadow {
    background-color: #fff;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    padding: 22px;
    margin-top: 14px;
}

p.set_box_mrgin {
    margin-bottom: 0px;
    margin-bottom: 0px;
    font-size: 1rem;
    color: #000;
}

.btn_continue {
    padding: 5px 19px;
   /* //*/ margin-left: -26px;
    background-color: #002d86;
}
.btn-mini {
     /*padding: 0px 6px;*/
    font-size: 10px;
}

/*.row {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}*/



.row {
    display: -webkit-box;
    display: flex;
    /*flex-wrap: wrap; */
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px){
  .col-md-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
}


@media only screen and (max-width: 600px) {
    .row
    {
       flex-wrap: wrap; 
    }
  }


.col-xl, .col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
} 

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #000;
}
.widget-shadow.set_witdh_box {
    width: 83%;
    padding-bottom: 5px;
}