﻿
body {
    overflow-x: hidden;
}

.course-submit h1 {
    border-bottom: 1px solid #000;
    padding: 10px 0px;
    margin-bottom: 26px;
    font-size: 53px;
    font-weight: 600;
}

.course-submit {
    margin-bottom: 50px;
}

    .course-submit h1 > small {
        color: #333;
        font-size: 18px;
        float: right;
        margin-top: 20px;
        margin-left: 56px;
        font-weight: 600;
    }

        .course-submit h1 > small.check {
            color: #1baaeb !important;
        }

.inputtext {
    text-align: center;
}


.thumbnail {
    border: none;
}

.dropcap {
    margin: 0 10px 10px 0;
    width: 56px;
    height: 56px;
    background: #a2c331;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 56px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    position: relative;
    display: block;
    overflow: hidden;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-size: 36px;
}

.contten_text .row {
    margin-bottom: 50px;
}

h2 {
    margin-bottom: 30px;
    font-size:35px;
}
h4{font-size:20px;
   color:dimgray;
}

