@charset "utf-8";

a:hover {
    text-decoration: underline;
}

a {
    transition: .7s;
}

* {
    text-decoration: none;
    outline: none;
    font-family: 'Roboto', sans-serif;
}

#menu:not(.mm-menu) {
    display: none;
}

a:hover {
    text-decoration: none;
}

body,
h3,
h1,
h2,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    transition: .7s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
    -ms-transition: .7s;
}

a {
    text-decoration: none;
    transition: .7s;
}

a:focus {
    text-decoration: none;
    outline: none;
}

.main_container {
    width: 100%;
    position: relative;
    /*max-width: 1700px;*/
    margin: 0 auto;
    overflow: hidden;
    align-items: center;
    align-content: center;
}

.registration {
    padding: 50px 0px;
    background: #fbfbfb;
    /*background:url(https://www.qtvtutor.com/wp-content/themes/edumart-child/img/feeplanbg.jpg) repeat;*/
    /*background-size:contain;*/
}

.logo img {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    display: block;
}

.formbox {
    background: #fff;
    box-shadow: 0px 0px 10px #ccc;
    width: 50%;
    margin: 0 auto;
    padding: 30px;
}

label {
    font-weight: 500;
    font-size: 20px;
    margin: 18px 0 8px;
    display: block;
}

label i {
    display: block;
    font-size: 13px;
    margin-bottom: 10px;
}


.form-group .form-check input[type=radio] {
    margin: 7px 8px;
}

.form-group .form-check label {
    font-weight: normal;
    margin: 0;
}



.formbox .form-group {
    margin: 10px 0px;
}

.formbox h1 {
    text-align: center;
    font-size: 25px;
    /*line-height: 45px;*/
    margin-top: 20px;
}

.formbox .form-group .form-check {
    display: inline-block;
    vertical-align: middle;
}

.standard,
.container-fluid {
    position: relative;
    margin: 0 auto;
    width: 100%;
    padding: 0 30px
}

.formbox input[type=text],
.formbox input[type=email],
.formbox input[type=tel],
.formbox textarea {
    margin: 0px 0px;
    width: 100%;
    color: #24353b;
    font-size: 15px;
    background: none;
    border: 0;
    box-shadow: none;
    border: 1px solid #777;
    border-radius: 0;
}

.formbox h2 {
    font-size: 23px;
    line-height: 45px;
    padding: 5px;
    background: #197056;
    color: #fff;
    text-align: center;
    margin: 20px 0px
}

.btn {
    width: 100%;
    margin: 20px auto 10px;
    background: #197056;
    color: #fff;
    /*display: block;*/
    /*margin-right: 0;*/
    border-color: #197056;
    border-radius: 0;
    font-size: 20px;
    line-height: 30px;
}

.btn:hover {
    background: #197056;
    border-color: #197056;
}

.formtext h3 {
    font-size: 23px;
    line-height: 45px;
    padding: 5px;
    font-weight: 600;
    margin: 20px 0px 0
}

.formtext li {
    color: #000;
    font-size: 17px;
    margin-bottom: 10px;
}

.formbox [type="radio"]:not(:checked),
.formbox [type="radio"]:checked {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.formbox [type="radio"],
.formbox [type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

.formbox [type="radio"]+span:not(.lever) {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    /* height: 25px; */
    /* line-height: 25px; */
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #484848;
}


/*.formbox [type="radio"]:indeterminate+span:not(.lever):before {
    top: -11px;
    left: -12px;
    width: 10px;
    height: 22px;
    border-top: none;
    border-left: none;
    border-right: 2px solid #197056;
    border-bottom: none;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}*/

.formbox [type="radio"]:not(.filled-in)+span:not(.lever):after {
    border: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.formbox [type="radio"]+span:not(.lever):before,
.formbox [type="radio"]:not(.filled-in)+span:not(.lever):after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border-radius: 1px;
    margin-top: 3px;
    -webkit-transition: .2s;
    transition: .2s;
}

.formbox [type="radio"]:checked+span:not(.lever):before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #197056;
    border-bottom: 2px solid #197056;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.formbox [type="radio"]+span:not(.lever):before,
.formbox [type="radio"]:not(.filled-in)+span:not(.lever):after {
    border: 2px solid #197056;
}

@media(max-width:1024px) {
    .formbox {
        width: 80% !important;
    }
}

@media(max-width:768px) {
    .formbox {
        width: 100% !important;
    }
}

@media(max-width:767px) {
    label {
        font-size: 17px;
    }
}

@media(max-width:600px) {
    label {
        margin-top: 10px;
    }

    .formbox h1 {
        font-size: 22px;
    }

    .formbox h2 {
        font-size: 21px;
        line-height: 35px;
    }

    .formtext h3 {
        font-size: 21px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .formbox .form-group .form-check {
        display: block;
        margin-bottom: 00px;
        padding: 0;
    }

    .formbox span {
        font-size: 16px !important;
    }

    .btn {
        font-size: 16px;
    }

    .container-fluid {
        padding: 0px 15px;
    }
}

/* time line  */

.timeline {
    position: relative;
    margin: 40px 0;
}

.timeline::after {
    content: '';
    position: absolute;
    width: 1.5px;
    border-right: 2px dotted #4a505c;
    top: 0;
    bottom: 0;
    left: 0%;
    margin-left: 0px;

}

.timeline-item {
    width: 97%;
    position: relative;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #d9eee1;
    margin-left: 20px;
    box-shadow: 0px 6px 10px -5px rgba(0, 0, 0, 0.24);
}

.timeline-item::after {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    left: -27px;
    background-color: #fff;
    border: 4px solid #197056;
    top: -4px;
    border-radius: 50%;
    z-index: 1;
}

.timeline h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 18px;
}

.timeline-item ul {
    margin: 0;
    margin-left: 10px;
    padding: 0;
}

.timeline-content li {
    color: #000;
    font-size: 16px;
    margin-left: 10px;
    margin-bottom: 10px;
}