body {
    background-color: white;
}

body.gray-bg {
  background: white;
}

.menu-area {
    display: none;
}

.footer {
    display: none !important;
}

.bottom {
    display: none !important;
}
.smart-bar{
    display: none;
}

.m-footer {
    display: none;
}

.m-footer-btn {
    position: fixed;
    bottom: 0px;
    margin-top: 5px;
    width: 100%;
    height: 65px;
    background: white;
    -webkit-box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
    z-index: 99999999999999999999999999;
}

.m-footer-btn .free-video {
    width: 100%;
    height: 50px;
    background: white;
    color: #242424;
    margin-right: 30px;
}

.m-footer-btn .free-video p {
    font-size: 1.125rem;
    line-height: 50px;
    font-weight: 400;
    font-family: "Ruposhi Bangla Unicode";

}

.m-footer-btn .footer-order-btn {
    width: 100%;
    height: 50px;
    background: #4d75fb;
}

.m-footer-btn .footer-order-btn a {
    font-size: 18px;
    line-height: 50px;
    font-weight: 600;
    color: white;
}

.m-next-btn {
    width: 90%;
    height: 45px;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
    background: #4d75fb;
    color: white;
    border: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media(min-width : 992px) {

    .m-footer-btn {
        margin-top: 5px;
        width: 100%;
        height: 65px;
        background: white;
        -webkit-box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
        box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
        z-index: 99999999999999999999999999;
    }


    .m-next-btn {
        width: 492px;
        height: 45px;
        font-size: 18px;
        border-radius: 5px;
        cursor: pointer;
        background: #4d75fb;
        color: white;
        border: none;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .heading-text h3{
        padding-top: 20px;
        font-size: 28px;
    }

    .heading-text p{
        font-size: 16px;
    }
}


/* Header Desktop and Mobile Sectiion  */

.header-section {
    width: 100%;
    height: auto;
    background-color: white;
    box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 10%);
    z-index: 54;
}

.header-section .steps {
    float: right;
}

.header-section .logo {
    margin-top: 15px;
}

.header-section .divider {
    width: 45px;
    border: 1px solid #979797;
    display: inline-block;
    margin-bottom: 5px;
}

.header-section .steps {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.header-section .steps ul li {
    display: inline-block;
    margin: 20px 20px 0px 20px;
    padding-bottom: 5px;
}

.header-section .steps li {
    display: inline-block;
    margin: 20px 10px;
    padding-bottom: 5px;
}

.header-section .active {
    color: var(--e-global-color-secondary);
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4em;
}

.header-section .not-active {
    color: #979797;
    font-family: "Hind Siliguri", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4em;
}

.header-section .steps li.is-active {
    border-bottom: 1px solid #4d75fb;
    color: #4d75fb;
}


@media(max-width : 991px) {

    .header-section .logo {
        text-align: center;
    }

    .header-section .divider {
        width: 10px;
        border: 1px solid #979797;
        display: inline-block;
        margin-bottom: 5px;
    }

    .header-section .steps {
        float: none;
    }

    .header-section .steps li {
        margin: 20px 6px;
    }
}


/* Payment Method */

.payment-block {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    grid-gap: 20px;
    text-align: center;
  }
  .payment-block label {
    padding: 1rem 1rem;
    border: 2px dashed #ddd;
    border-radius: 10px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    background: #fff;
    flex-direction: column;
    overflow: hidden;
  }
  .payment-block input[type=radio] {
    display: none;
  }
  .payment-block input[type=radio]:checked + label {
    border: 2px solid #1434CB;
  }

/* Form Section */

.form-section {
    height: auto;
    margin-bottom: 85px;
}

.panel {
    background-color: none !important;
}

.course-list ul{
    padding: 0px 30px;
}

.wizard {
    border-radius: 6px;
    box-shadow: 0 15px 30px #00000005;
}

.wizard .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: #4d75fb;
}

.wizard>div.wizard-inner {
    position: relative;
}

.connecting-line {
    height: 2px;
    background: gray;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

/* .tab-content ul {
    text-align: center;
} */

.wizard .nav-tabs>li.active>a,
.wizard .nav-tabs>li.active>a:hover,
.wizard .nav-tabs>li.active>a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
    margin-left: 30px;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    border: 2px solid gray;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

span.round-tab i {
    color: ##00ffff;
}

.wizard li.active span.round-tab {
    border: 2px solid #4d75fb;

}

.wizard li.active span.round-tab i {
    color: #4d75fb;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #4d75fb;
}

.wizard .nav-tabs>li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #4d75fb;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #4d75fb;
}

.wizard .nav-tabs>li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

.wizard .nav-tabs>li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
    font-family: "Hind Siliguri", Sans-serif;
}


html,
body {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    font-family: "Hind Siliguri", Sans-serif;

}

a {
    text-decoration: none;
}

p,
li,
a {
    font-size: 14px;
    font-family: "Hind Siliguri", Sans-serif;
}

fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

.heading-text {
    text-align: center;
    padding: 0px 10px;
}

.twelve {
    width: 100%;
}

.eleven {
    width: 91.53%;
}

.ten {
    width: 83.06%;
}

.nine {
    width: 74.6%;
}

.eight {
    width: 66.13%;
}

.seven {
    width: 57.66%;
}

.six {
    width: 49.2%;
}

.five {
    width: 40.73%;
}

.four {
    width: 32.26%;
}

.three {
    width: 23.8%;
}

.two {
    width: 15.33%;
}

.one {
    width: 6.866%;
}

.col {
    display: block;
    float: left;
    margin: 0 0 0 1.6%;
}

.col:first-of-type {
    margin-left: 0;
}

.container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
    margin-top: 15px;
}

.wrapper {
    max-width: 500px;
    height: auto;
    margin: 0px auto;

}


.form-wrapper .section {
    padding: 0px 15px 10px 15px;
    box-sizing: border-box;
    opacity: 0;
    transform: scale(1, 0);
    transition: all 0.5s ease-in-out;
    text-align: center;
    width: 100%;
}

.form-wrapper .section.is-active {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.form-wrapper .button,
.form-wrapper .submit {
    background-color: #4d75fb;
    display: inline-block;
    padding: 10px 50px;
    color: #fff;
    cursor: pointer;
    font-size: 20px !important;
    font-family: 'Open Sans', sans-serif !important;
    position: absolute;
    margin-top: 20px;
    right: 15px;
    border-radius: 5px;
}

.form-wrapper .submit {
    border: none;
    outline: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-wrapper input[type="text"],
.form-wrapper input[type="password"] {
    display: block;
    padding: 10px;
    margin: 10px auto;
    background-color: #f1f1f1;
    border: none;
    width: 50%;
    outline: none;
    font-size: 14px !important;
    font-family: 'Open Sans', sans-serif !important;
}

.form-wrapper input[type="radio"] {
    display: none;
}

.form-wrapper input[type="radio"]+label {
    display: block;
    border: 1px solid #ccc;
    width: 100%;
    max-width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}

.form-wrapper input[type="radio"]+label:before {
    content: "✔";
    position: absolute;
    right: -13px;
    top: -13px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 100%;
    background-color: #4d75fb;
    color: #fff;
    display: none;
    z-index: 9999;
}

.form-wrapper input[type="radio"]:checked+label:before {
    display: block;
}

.form-wrapper input[type="radio"]+label h4 {
    margin: 15px;
    color: #ccc;
    font-family: "Hind Siliguri", Sans-serif;
}

.form-wrapper input[type="radio"]:checked+label {
    border: 1px solid #4d75fb;
}


.form-wrapper input[type="radio"]:checked+label h4 {
    color: #4d75fb;
    font-family: "Hind Siliguri", Sans-serif;
}

img {
    width: 185px;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.input-group input {
    font-family: "Hind Siliguri", Sans-serif;
}

.input-group>.form-control {
    position: relative;
    width: 1%;
    margin-bottom: 0;
    flex: 1 1 auto;
}

.input-group>.form-control+.form-control {
    margin-left: -1px;
}

.input-group>.form-control:focus {
    z-index: 3;
}

.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-prepend {
    display: flex;
}

.input-group-prepend .btn {
    position: relative;
    z-index: 2;
}

.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+.btn {
    margin-left: -1px;
}

.input-group-prepend {
    margin-right: -1px;
}

.input-group-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    display: flex;
    margin-bottom: 0;
    padding: .625rem .75rem;
    text-align: center;
    white-space: nowrap;
    color: #adb5bd;
    border: 1px solid #cad1d7;
    border-radius: .375rem;
    align-items: center;
}

.input-group-text input[type='radio'],
.input-group-text input[type='checkbox'] {
    margin-top: 0;
}

.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: white;
}

.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signup {
    margin: 0px 10px;
}

.input-group {
    transition: all .15s ease;
    border-radius: .375rem;
    box-shadow: none;
}

.input-group .form-control {
    box-shadow: none;
    font-size: 15px;
}

.input-group .form-control:not(:first-child) {
    padding-left: 10px;
    border-left: 0;
}

.input-group .form-control:not(:last-child) {
    padding-right: 0;
    border-right: 0;
}

.input-group .form-control:focus {
    box-shadow: none;
}

.input-group-text {
    transition: all .2s cubic-bezier(.68, -.55, .265, 1.55);
}

.input-group-alternative {
    transition: box-shadow .15s ease;
    border: none;
    box-shadow: 0 1px 3px rgba(50, 50, 93, .15), 0 1px 0 rgba(0, 0, 0, .02);
    margin: 20px 0px;
    padding: 5px 0px;
}

.input-group-alternative .form-control,
.input-group-alternative .input-group-text {
    border: 0;
    box-shadow: none;
}

@font-face {
    font-family: 'NucleoIcons';
    src: url("http://raw.githack.com/creativetimofficial/argon-dashboard/master/assets/fonts/nucleo/nucleo-icons.eot");
    src: url("http://raw.githack.com/creativetimofficial/argon-dashboard/master/assets/fonts/nucleo/nucleo-icons.eot") format('embedded-opentype'), url("http://raw.githack.com/creativetimofficial/argon-dashboard/master/assets/fonts/nucleo/nucleo-icons.woff2") format('woff2'), url("http://raw.githack.com/creativetimofficial/argon-dashboard/master/assets/fonts/nucleo/nucleo-icons.woff") format('woff'), url("http://raw.githack.com/creativetimofficial/argon-dashboard/master/assets/fonts/nucleo/nucleo-icons.ttf") format('truetype'), url("http://raw.githack.com/creativetimofficial/argon-dashboard/master/assets/fonts/nucleo/nucleo-icons.svg") format('svg');
    font-weight: normal;
    font-style: normal;
}

.ni {
    display: inline-block;
    font: normal normal normal 14px/1 NucleoIcons;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 10px;
}

.ni-circle-08::before {
    content: "\ea27";
}

.ni-email-83::before {
    content: "\ea30";
}

.ni-key-25::before {
    content: "\ea3b";
}

.ni-lock-circle-open::before {
    content: "\ea3e";
}

.ni-planet::before {
    content: "\ea47";
}

.ni-single-02::before {
    content: "\ea4e";
}

.a-divider.a-divider-break {
    text-align: center;
    position: relative;
    top: 2px;
    padding-top: 1px;
    margin-bottom: -15px;
    margin-top: 15px;
    line-height: 0;
}

.a-divider.a-divider-break h5 {
    line-height: 1;
    font-size: 12px;
    color: #767676;
    font-weight: 400;
    z-index: 2;
    position: relative;
    display: inline-block;
    background-color: rgb(247, 250, 252);
    padding: 0 8px 0 7px;
    font-family: "Hind Siliguri", Sans-serif;
}

.a-divider.a-divider-break::after {
    content: "";
    width: 100%;
    background-color: transparent;
    display: block;
    height: 1px;
    border-top: 1px solid #e7e7e7;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    z-index: 1;
}

.next-btn {
    width: 170px;
    height: 45px;
    margin-top: 3px;
    margin-bottom: 50px;
    font-size: 18px;
    border-radius: 50px;
    cursor: pointer;
    background: #4d75fb;
    color: white;
    border: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-top: 20px;
}

.prv-btn {
    width: 170px;
    height: 45px;
    margin-top: 20px;
    margin-bottom: 50px;
    font-size: 18px;
    border-radius: 50px;
    cursor: pointer;
    background: white;
    border: 1px solid gray;
    color: gray;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}