.cols.two .columns {
    width: 48%
}

.cols.two .columns ~ .columns {
    margin-left: 4%
}

.cols.three .columns {
    width: 32%
}

.cols.three .columns ~ .columns {
    margin-left: 2%
}

.cols.three .columns.two {
    width: 66%
}

.cols.four .columns {
    width: 24%
}

.cols.four .columns ~ .columns {
    margin-left: 1%
}

.cols.four .columns.two {
    width: 50%
}

.cols.four .columns.three {
    width: 75%
}

.row {
    margin: 0 -10px
}

.d-triangle {
    border: 5px solid transparent;
    border-color: #000 rgba(255,255,255,0) rgba(255,255,255,0);
    border-top: 5px solid #000;
    width: 0;
    height: 0
}

.table {
    border-collapse: collapse
}

.table td,.table th {
    padding: 10px;
    vertical-align: top;
    border: 2px solid #F9F9F9
}

.table td.bt-top,.table th.bt-top {
    border-top: 4px solid #F9F9F9
}

.table td.bt-btm,.table th.bt-btm {
    border-bottom: 4px solid #F9F9F9
}

.table td.bl-none,.table th.bl-none {
    border-left: none
}

.table td.br-none,.table th.br-none {
    border-right: none
}

body,input,textarea,select,button {
    font: normal 16px/1.25 'Lato', Arial, sans-serif;
    color: #000
}

body {
    margin: 0;
    padding-bottom: 90px
}

a,img {
    border: none
}

img {
    max-width: 100%
}

a {
    color: #009bff;
    text-decoration: none
}

a:focus {
    outline: none
}

.underline {
    text-decoration: underline
}

.b-underline {
    position: relative
}

.b-underline:after {
    position: absolute;
    height: 2px;
    content: '';
    left: 0;
    right: 0;
    background-color: black;
    bottom: -3px
}

strong,.bold {
    font-weight: bold
}

.normal {
    font-weight: normal
}

button.no-button {
    border: 0;
    background-color: transparent;
    padding: 0
}

.table-fake-divide {
    border-top: 2px solid #fff;
    margin: 10px -10px
}

.clearfix:after {
    display: block;
    content: '';
    clear: both;
    height: 0
}

.clr {
    clear: both;
    height: 0
}

.of-auto {
    overflow: auto
}

.of-hidden {
    overflow: hidden
}

.relative {
    position: relative
}

.absolute {
    position: absolute
}

.fixed {
    position: fixed
}

.inline-block,.disabled,.button {
    display: inline-block
}

.valign-top {
    display: inline-block;
    vertical-align: top
}

.valign-mid {
    display: inline-block;
    vertical-align: middle
}

.valign-bottom {
    display: inline-block;
    vertical-align: bottom
}

.aligner {
    width: 0;
    height: 100%
}

.ws-nowrap {
    white-space: nowrap
}

.wrapper {
    padding: 0 20px;
    margin: auto;
    max-width: 1200px
}

.mw670 {
    max-width: 670px
}

.mw500 {
    max-width: 500px
}

.mw420 {
    max-width: 420px
}

.mw400 {
    max-width: 400px
}

.mw240 {
    max-width: 240px
}

.mauto {
    margin: auto
}

.mt3 {
    margin-top: 3px
}

.mt5 {
    margin-top: 5px
}

.mt7 {
    margin-top: 7px
}

.mt10 {
    margin-top: 10px
}

.mt15 {
    margin-top: 15px
}

.mt20 {
    margin-top: 20px
}

.mt30 {
    margin-top: 30px
}

.mt35 {
    margin-top: 35px
}

.mt40 {
    margin-top: 40px
}

.mt50 {
    margin-top: 50px
}

.mt55 {
    margin-top: 55px
}

.ml5 {
    margin-left: 5px
}

.ml10 {
    margin-left: 10px
}

.ml15 {
    margin-left: 15px
}

.ml20 {
    margin-left: 20px
}

.ml35 {
    margin-left: 35px
}

.mr5 {
    margin-right: 5px
}

.mr10 {
    margin-right: 10px
}

.mr15 {
    margin-right: 15px
}

.mr20 {
    margin-right: 20px
}

.mr30 {
    margin-right: 30px
}

.mr35 {
    margin-right: 35px
}

.mb5 {
    margin-bottom: 5px
}

.mb10 {
    margin-bottom: 10px
}

.mb15 {
    margin-bottom: 15px
}

.mb20 {
    margin-bottom: 20px
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px
}

.mb50 {
    margin-bottom: 50px;
}

.mb70 {
    margin-bottom: 70px
}

.pt10 {
    padding-top: 10px
}

.pt20 {
    padding-top: 20px
}

.pb10 {
    padding-bottom: 10px
}

.pb20 {
    padding-bottom: 20px
}

.pad5 {
    padding: 5px
}

.pad10 {
    padding: 10px
}

.pad12 {
    padding: 12px
}

.pad15 {
    padding: 15px
}

.pad20 {
    padding: 20px
}

.pad30 {
    padding: 30px
}

.w10p {
    width: 10%
}

.w20p {
    width: 20%
}

.w30p {
    width: 30%
}

.w40p {
    width: 40%
}

.w50p {
    width: 50%
}

.w60p {
    width: 60%
}

.w70p {
    width: 70%
}

.w80p {
    width: 80%
}

.w90p {
    width: 90%
}

.floated-left {
    float: left
}

.floated-right {
    float: right
}

.tl-align {
    text-align: left
}

.tc-align {
    text-align: center
}

.tr-align {
    text-align: right
}

.block {
    display: block
}

.hide {
    display: none !important
}

.show-for-mobile,.show-for-tablet,.show-for-mobile-ib,.show-for-tablet-ib,.show-for-touch {
    display: none
}

.ts .show-for-touch {
    display: block
}

.ts .hide-for-touch {
    display: none
}

.lh1 {
    line-height: 1
}

.lh15 {
    line-height: 1.5
}

.lh18 {
    line-height: 1.8
}

.rot45 {
    transform: rotate(45deg)
}

.rot90 {
    transform: rotate(90deg)
}

.rot135 {
    transform: rotate(135deg)
}

.box-size,.full-box {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.full-box {
    width: 100%
}

.rounded5 {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.break {
    word-break: break-word
}

.shadow-box {
    box-shadow: rgba(0,0,0,0.3) 0 1px 2px
}

.load-container,.modal-bg {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background-color: rgba(255,255,255,0.8)
}

.load-spinner {
    border: 1px dotted #555A60;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    box-shadow: #555A60 0 0 0 15px inset;
    color: #555A60;
    overflow: hidden;
    padding: 15px
}

.load-spinner .inner-circle {
    height: 100%;
    border: 2px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
    position: relative;
    box-shadow: rgba(0,0,0,0.5) 0 0 2px 2px inset;
    overflow: hidden
}

.load-spinner .inner-rim {
    position: absolute;
    top: -3px;
    bottom: -3px;
    width: 10px;
    left: 50%;
    margin-left: -5px;
    background-color: #fff;
    box-shadow: rgba(0,0,0,0.3) 0 0 2px 1px,rgba(0,0,0,0.3) 0 0 2px 1px inset
}

.load-spinner .center-rim {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin-left: -14px;
    margin-top: -14px;
    border: 2px solid #fff;
    box-sizing: border-box
}

.load-spinner .center-rim:after {
    content: '';
    display: block;
    height: 100%;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: #D9D9D9 0 0 2px 1px inset,#fff 0 0 0 2px inset,#555A60 0 0 3px 2px inset
}

.toast {
    position: fixed;
    bottom: -50px;
    left: 20px;
    right: 20px;
    z-index: 999;
    opacity: 0;
    text-align: center;
    transition: all 0.3s
}

.toast.show {
    bottom: 50px;
    opacity: 1
}

.toast .box {
    background-color: rgba(85,90,96,0.8);
    color: #fff;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 25px
}

.modal-bg {
    background-color: rgba(0,0,0,0.8);
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s
}

.modal-bg .modal {
    opacity: 0;
    transition: all 0.3s;
    margin-top: 200px
}

.modal-bg.show {
    pointer-events: initial;
    opacity: 1
}

.modal-bg.show .modal {
    opacity: 1;
    margin-top: 0
}

input[type="checkbox"],.pointer {
    cursor: pointer
}

input[type="text"],input[type="password"],input[type="email"],input[type="submit"],input[type="number"],input[type="date"] {
    -webkit-appearance: none
}

input[type="text"]::-ms-clear,input[type="password"]::-ms-clear,input[type="email"]::-ms-clear,input[type="submit"]::-ms-clear,input[type="number"]::-ms-clear,input[type="date"]::-ms-clear {
    display: none
}

input[type="text"]::-moz-focus-inner,input[type="password"]::-moz-focus-inner,input[type="email"]::-moz-focus-inner,input[type="submit"]::-moz-focus-inner,input[type="number"]::-moz-focus-inner,input[type="date"]::-moz-focus-inner {
    border: 0;
    padding: 0
}

input[type="submit"]:focus {
    outline: none
}

textarea {
    overflow: hidden;
    resize: none;
    margin: 0
}

input[type="text"],input[type="password"],input[type="email"],input[type="date"],textarea,select {
    padding: 10px
}

input[type="text"]:focus,input[type="password"]:focus,input[type="email"]:focus,input[type="date"]:focus,textarea:focus,select:focus {
    outline: none
}

input[type="radio"],input[type="checkbox"] {
    margin: 0;
    padding: 0
}

input[disabled],input[readonly] {
    background-color: #eee
}

.input-wrapper {
    position: relative;
}

.input-wrapper>input,.input-wrapper select,.input-wrapper textarea,.input-wrapper .fake-input {
    background-color: transparent;
    font-size: 16px;
    padding: 15px 12px;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #757575;
    color: black
}

.input-wrapper>input:focus,.input-wrapper select:focus,.input-wrapper textarea:focus,.input-wrapper .fake-input:focus {
    border: 1px solid #009bff
}

.input-wrapper>input:focus ~ label,.input-wrapper select:focus ~ label,.input-wrapper textarea:focus ~ label,.input-wrapper .fake-input:focus ~ label {
    color: #009bff
}

.input-wrapper>label {
    position: absolute;
    top: -17px;
    left: 12px;
    color: #757575;
    background-color: #F9F9F9;
    padding: 5px
}

.input-wrapper.was-validated input:invalid,.input-wrapper.was-validated select:invalid,.input-wrapper.was-validated textarea:invalid,.input-wrapper.was-validated .invalid {
    border: 1px solid red
}

.input-wrapper.was-validated input:invalid label,.input-wrapper.was-validated select:invalid label,.input-wrapper.was-validated textarea:invalid label,.input-wrapper.was-validated .invalid label {
    color: red
}

.input-wrapper.was-validated input:invalid ~ .invalid-feedback,.input-wrapper.was-validated select:invalid ~ .invalid-feedback,.input-wrapper.was-validated textarea:invalid ~ .invalid-feedback,.input-wrapper.was-validated .invalid ~ .invalid-feedback {
    display: block
}

.invalid-feedback {
    display: none;
    padding: 5px;
    margin-left: 7px;
    color: red
}

.black {
    color: #000
}

.dark-grey {
    color: #555A60
}

.grey {
    color: #757575
}

.light-grey {
    color: #D9D9D9
}

.white {
    color: #fff
}

.red {
    color: red
}

.blue {
    color: #009bff
}

.white-wrapper {
    background-color: #fff
}

.light-grey-wrapper {
    background-color: #D9D9D9
}

.lighter-grey-wrapper {
    background-color: #eee
}

.lighter-grey-wrapper2 {
    background-color: #E5E5E5
}

.lightest-grey-wrapper {
    background-color: #F9F9F9
}

.grey-wrapper {
    background-color: #757575
}

.light-blue-wrapper {
    background-color: #D0EDFF
}

.blue-wrapper {
    background-color: #009bff
}

.trans-grey-wrapper {
    background: rgba(0,0,0,0.5)
}

.border-top {
    border-top: 1px solid #D9D9D9
}

.grey-box {
    border: 1px solid #757575
}

.blue-box {
    border: 1px solid #009bff
}

.fs0 {
    font-size: 0
}

.f12 {
    font-size: 12px
}

.f14 {
    font-size: 14px
}

.f16 {
    font-size: 16px
}

.f20 {
    font-size: 20px
}

.f24 {
    font-size: 24px
}

.f28,h2 {
    font-size: 28px
}

.f36,h1 {
    font-size: 36px
}

.f40 {
    font-size: 40px
}

.f70 {
    font-size: 70px
}

.trunc {
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    word-wrap: normal
}

.disabled,.button {
    padding: 20px 15px;
    color: #fff;
    cursor: default;
    font-weight: bold;
    border-radius: 10px;
    background-color: #757575;
    border: 0
}

.button {
    cursor: pointer;
    outline: none
}

.button.blue {
    box-shadow: rgba(0,0,0,0.15) 0 2px 2px;
    background-color: #009bff
}

.button.white {
    color: #009bff;
    background-color: #fff;
    border: 1px solid #009bff
}

.button.trans {
    color: #009bff;
    background-color: transparent
}

.button:hover.blue {
    background-color: rgba(0,155,255,0.9)
}

.button:hover.white {
    background-color: rgba(0,155,255,0.1)
}

.button:hover.trans {
    color: rgba(0,155,255,0.9)
}

.img-selector label {
    border: 1px solid #757575
}

.img-selector input[type="radio"] {
    display: none
}

.img-selector input[type="radio"]:checked ~ label {
    border: 1px solid #009bff;
    background-color: #D0EDFF
}

.rotate-animate {
    animation: rotate 1s linear infinite
}

@keyframes rotate {
    0% {
        transform: rotate(0deg) skew(0deg, 0deg)
    }

    12.5% {
        transform: rotate(45deg) skew(2deg, 2deg)
    }

    25% {
        transform: rotate(90deg) skew(0deg, 0deg)
    }

    37.5% {
        transform: rotate(135deg) skew(2deg, 2deg)
    }

    50% {
        transform: rotate(180deg) skew(0deg, 0deg)
    }

    62.5% {
        transform: rotate(225deg) skew(2deg, 2deg)
    }

    75% {
        transform: rotate(270deg) skew(0deg, 0deg)
    }

    87.5% {
        transform: rotate(315deg) skew(2deg, 2deg)
    }

    100% {
        transform: rotate(360deg) skew(0deg, 0deg)
    }
}

.cover {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.stick-top-right {
    top: 0;
    right: 0
}

footer {
    bottom: 0;
    left: 0;
    right: 0
}

.auto-suggest {
    position: absolute;
    top: 52px;
    left: 0;
    right: 0;
    padding: 5px 0;
    z-index: 100;
    background-color: white;
    border-radius: 5px;
    box-shadow: rgba(0,0,0,0.3) 0 2px 2px;
    display: none;
    overflow: auto;
    max-height: 300px
}

.auto-suggest>.suggestion {
    cursor: pointer;
    padding: 10px
}

.auto-suggest>.suggestion:hover {
    background-color: #009bff;
    color: white
}

.dropdown {
    position: absolute;
    top: 100%;
    background-color: #fff;
    box-shadow: rgba(0,0,0,0.3) 0 2px 2px;
    right: -20px;
    left: -20px;
    padding: 10px 0;
    display: none
}

.show-dd:hover .dropdown {
    display: block
}

.dropdown .dd-el {
    padding: 10px 20px;
    display: block
}

.dropdown .dd-el:hover {
    background-color: #eee
}

.tag {
    padding: 5px 10px;
    border-radius: 10rem;
    border: 1px solid #009bff;
    background-color: #D0EDFF;
    color: #009bff
}

.close {
    line-height: 0.7;
    border: 0;
    background-color: transparent;
    cursor: pointer
}

.radio label {
    border-radius: 10rem;
    border: 1px solid #757575;
    padding: 5px 10px
}

.radio input[type="radio"] {
    display: none
}

.radio input[type="radio"]:disabled ~ label {
    color: #D9D9D9;
    border: 1px solid #D9D9D9
}

.radio input[type="radio"]:checked ~ label {
    border: 1px solid #009bff;
    background-color: #D0EDFF;
    color: #009bff
}

.box-radio ~ label {
    border: 1px solid #757575;
    background-color: #fff
}

.box-radio:checked ~ label {
    border: 1px solid #009bff;
    background-color: #D0EDFF
}

.box-radio:disabled ~ label {
    border: 1px solid #D9D9D9;
    background-color: #F9F9F9;
    filter: grayscale(1)
}

.divider {
    border-top: 2px solid #555A60;
    width: 100px
}

@media only screen and (max-width: 970px) {
    .show-for-tablet {
        display:block
    }

    .show-for-tablet-ib {
        display: inline-block
    }

    .hide-for-tablet {
        display: none !important
    }

    .columns.t-resp {
        display: block;
        width: 100% !important;
        margin-left: 0 !important
    }

    .t-tc-align {
        text-align: center
    }
}

@media only screen and (max-width: 605px) {
    .hide-for-mobile {
        display:none !important
    }

    .show-for-mobile {
        display: block
    }

    .show-for-mobile-ib {
        display: inline-block
    }

    .columns.m-resp {
        display: block;
        width: 100% !important;
        margin-left: 0 !important
    }

    .m-tc-align {
        text-align: center
    }
}


.Paymenttext-p{
    padding-top: 100px;
    color: black;
    font-weight: bold;
}

.sub-text {
    font-size: 17px;
    color: black;
}
.method{
    color:black;
    margin-top: 0px;
}

.black-text {
    color:black;
}

ol{
    list-style: decimal;
    margin-top: 15px;
    margin-bottom: 10px;
}

@-webkit-keyframes spinner-border {
    to {
      -webkit-transform: rotate(360deg) /* rtl:ignore */;
              transform: rotate(360deg) /* rtl:ignore */; } }
  
  @keyframes spinner-border {
    to {
      -webkit-transform: rotate(360deg) /* rtl:ignore */;
              transform: rotate(360deg) /* rtl:ignore */; } }
  
  .spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: 0.75s linear infinite spinner-border;
            animation: 0.75s linear infinite spinner-border; }
  
  .spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em; }

  .disable-pointer{
    cursor: not-allowed;
   }

   .disabled {
    pointer-events: none;
    /* cursor: not-allowed; */
  }

  .btn_action:not(:has(.back_btn:not(.disabled))) {
    cursor: not-allowed;
  }
    .maintenance_img{
        height: 510px;
        width: 600px;
    }
    .text_container{
        margin-left: 50px;
    }
    .whatsapp_btn{
        max-width: 34%;
        text-align: center;
        margin: 30px auto 30px auto;
    }
    @media only screen and (max-width: 900px){
        .maintenance_img{
            height: 340px;
            width: 400px;
        }
    }
    @media only screen and (max-width: 480px){
        .maintenance_img{
            height: 255px;
            width: 300px;
        }
        .text_container{
            margin-left: 35px;
        }
        .whatsapp_btn{
            max-width: 80%;
            text-align: center;
            margin: 30px auto 30px auto;
        }
    }