@charset "utf-8";
/*--
	Add your style here
--*/
@import url('https://fonts.googleapis.com/css2?family=Hammersmith+One&display=swap');
.column-wrap {
    padding:0px;
    padding-top: 20px;
    padding-bottom:100px;
}
section {
    padding: 0px 0;
}

.section-title h3 {
    padding-bottom: 0px;
}

#contact-form input[type="password"] {
    background: #f4f4f4 none repeat scroll 0 0;
    border: 0 none;
    color: #999;
    float: left;
    font-size: 15px;
    font-weight: 700;
    height: 40px;
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative;
    width: 100%;
    z-index: 20;
}


select {
    background: #f4f4f4 none repeat scroll 0 0;
    border: 0 none;
    color: #999;
    float: left;
    font-size: 15px;
    font-weight: 700;
    height: 40px;
    margin-bottom: 10px !important;
    padding-left: 35px;
    position: relative;
    width: 100%;
    z-index: 20;
}



#contact-form input[type="email"] {
    background: #f4f4f4 none repeat scroll 0 0;
    border: 0 none;
    color: #999;
    float: left;
    font-size: 15px;
    font-weight: 700;
    height: 40px;
    margin-bottom: 5px;
    padding-left: 30px;
    position: relative;
    width: 100%;
    z-index: 20;
}

.help-block {
    color: red;
    display: block;
    margin-bottom: 0px;
    line-height: 14px;
    padding-bottom: px;
    margin-top: 0px;
}

.has-error{
    border-color: #a94442;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.separator.sep-w2 {
    background: rgba(0, 0, 0, 0) url("../images/separator2.png") repeat scroll 0 0;
}

.transaparent-text-wrap
{
    margin: 50px auto 0;
}
.logo-holder img
{
    height : 35px;
}
.invalid-feedback
{
    color:red;
    font-size: 14px;
}
header.main-header, footer.fixed-footer
{
    background: #f8f9f9 !important;
}
#contact-form input[type="text"], #contact-form textarea, #comment-form input[type="text"], #comment-form textarea {
    height: 40px;
}

.btn {
    background:   #000  none repeat scroll 0 0;
    border-radius: 5px;
    margin: 0 auto;
    margin-top:10px;
}

#contact-form, #comment-form {
    margin: 10px 0;
}

h6 {
    border-bottom: 1px solid #ddd;
    color:  #337ab7 !important;
    font-size: 22px !important;
    font-weight: 600;
    margin: 0 0 10px;
    padding-bottom: 5px !important;
    position: relative;
    text-align:left;
}
h6::after {
    background-color: slategrey;
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 40px;
}
label
{
    font-size:16px;
}
.btn-link-forgot
{
    font-size: 16px;
    margin-top:20px !important;
    text-underline-style: dash;
    text-decoration: underline;
    color:#b91d19;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 4rem;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.alert-primary hr {
    border-top-color: #9fcdff;
}

.alert-primary .alert-link {
    color: #002752;
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.alert-secondary hr {
    border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
    color: #202326;
}

.alert-success {
    color: whitesmoke;
    background-color: green;
    border-color: #c3e6cb;
    font-size:18px;
}

.alert-danger {
    color: whitesmoke;
    background-color: red;
    border-color: #c3e6cb;
    font-size:18px;
}

.alert-success hr {
    border-top-color: #b1dfbb;
}

.alert-success .alert-link {
    color: #0b2e13;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert-info hr {
    border-top-color: #abdde5;
}

.alert-info .alert-link {
    color: #062c33;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-warning hr {
    border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
    color: #533f03;
}



.alert-danger hr {
    border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
    color: #491217;
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-light hr {
    border-top-color: #ececf6;
}

.alert-light .alert-link {
    color: #686868;
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

.alert-dark hr {
    border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
    color: #040505;
}

#contact-form input[type="text"], #contact-form textarea, #comment-form input[type="text"], #comment-form textarea
{
    margin-bottom: 5px !important;
}



.image-placeholder input[type="file"] {
    cursor: pointer;
    display: block;
    height: 100%;
    width: 100%;
    left: 0;
    opacity: 0 !important;
    position: absolute;
    top: 0;
}


/*Profile Pic End*/

.image-solid-border {
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 170px;
    height: 220px;
}
.image-dashed-border {
    border: 1px dashed #aaa;
    border-radius: 4px;
    margin: 15px;
    padding:5px;
    text-align: center;
    vertical-align: middle;
    width: 140px;
    height: 190px;
}
#photograph-id
{
    width:auto;
    height: 170px;
    width: 200px;
}
#message-box
{
    display:none;
}

.overlay {
    opacity: 0.5;
}
.invalid-feedback
{
    color: red !important;
    font-weight:bolder;
    font-size:14px;
    text-align:center;
}

.btn-link2
{
    font-size: 16px;
    margin-top:10px !important;
    margin-bottom:30px !important;
    text-underline-style: dotted;
    color:#6E6E6E;
    font-weight: bold;
    text-align: justify;
}
.btn-delete
{
    cursor: pointer;
}

#message-body
{
    margin-top:10px;
}
.label-message-registered
{
    text-transform: uppercase !important;
    color:steelblue !important;
}

.label-task
{
    color: #337ab7;
    text-transform: uppercase;
}
.label-task2
{
    color: #337ab7;
    margin-bottom: 2px;
    text-transform: uppercase;
}
.json-field
{
    color: darkslategrey;
}
.btn-name
{
    background:none;
    border:none;
    color: #337ab7;
}


.modal-body {
    padding-bottom: 0px !important;
    padding-top : 0px !important;
}
.modal-backdrop
{
    background-color: #fff !important;
    z-index: 1 !important;
}
.modal {
    text-align: center;
    padding: 0!important;
}
.modal-header {
    padding-bottom: 7px !important;
    padding-top:7px !important;
    background: darkslategrey;
    color: #fff;
}
.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px; /* Adjusts for spacing */
}
.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.modal-footer {
    border-top: 0px solid #e5e5e5;
    margin:0px;
    padding:0px !important;
}
.close {
    color: #fff !important;
    opacity: 1 !important;
}
.instruction-green
{
    font-size: 17px;
    text-align: center;
    padding: 10px;
    background: limegreen;
    color: white;
}

.instruction-red
{
    font-size: 17px;
    text-align: center;
    padding: 10px;
    background: orangered;
    color: white;
}
.text-failure{
    color: red;
}
.text-success{
    color: green;
}
.text-black{
    color:black;
    font-weight: bold;
}
h5 {
    color: orangered !important;
    font-size: 18px !important;
    font-weight: 600;
    margin: 0 0 10px;
    padding-bottom: 5px !important;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.text-block1
{
    text-align: center;
    color: dimgrey;
}
.bullet-style li{
    list-style: none;
}
.bullet-style li::before {
    content: "\25A6";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: orangered; /* Change the color */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
    margin-right: 5px;
    font-size: 1em;
}
.text2 {
    color: #337ab7 !important;
    font-size: 18px !important;
    font-weight: 600;
    margin: 0 0 10px;
    padding-bottom: 5px !important;
    position: relative;
    text-align: center;
}
.subheading {
    color: orangered !important;
    font-size: 18px !important;
    font-weight: 600;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.subheading a{
    color: orangered !important;
    font-size: 18px !important;
    font-weight: 600;
    margin: 0 0 10px;
    text-transform: uppercase;
}
hr.dashed-hr {
    border: 1px dashed darkgrey;
    margin-top: 10px;
    margin-bottom: 10px;
}
.subheading2{
    color: orangered !important;
    font-size: 17px !important;
    font-weight: 600;
    margin: 10px 0 10px;
    text-transform: none;
}
.number-style li::before {
    content: "\25A6";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: orangered; /* Change the color */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
    margin-right: 5px;
    font-size: 1em;
}
.subheading2 a{
    color: orangered !important;
    font-size: 17px !important;
    font-weight: 600;
    margin: 10px 0 10px;
    text-transform: none;
}
.premium-section strong
{
    color: #337ab7;
}

.btn-blue {
    background: orangered none repeat scroll 0 0;
    border-radius: 5px;
    margin: 0 auto;
    font-size: 15px;
}

.btn-green {
    background: limegreen none repeat scroll 0 0;
    border-radius: 5px;
    margin: 0 auto;
    font-size: 15px;
}

.btn-coupon {
    background: #e9605c none repeat scroll 0 0;
    border-radius: 5px;
    margin: 0 auto;
    width: 100%;
    font-size: 18px;
}
.img-button
{
    padding-left: 50px;
    padding-right: 50px;
    width: 100%;
}
.btn-center
{
    margin: auto;
}

* {
    box-sizing: border-box;
}

/* Create three columns of equal width */
.columns {
    float: left;
    width: 33.3%;
    padding: 10px;
}

/* Style the list */
.price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

/* Add shadows on hover */
.price:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

/* Pricing header */
.price .header {
    background-color: grey;
    color: white;
    font-size: 20px;
}
.price .jee11{background: #533f03 !important;}
.price .jee12{background: #1b4b72 !important;}
.price .jee-combined{background: #4e555b !important;}
.price .neet11{background: darkgreen !important;}
.price .neet12{background: darkblue !important;}
.price .neet-combined{background: #ae1c17 !important;}

/* List items */
.price li {
    border-bottom: 0px solid #eee;
    padding: 10px;
    text-align: center;
}

/* Grey list item */
.price .grey {
    background-color: #eee;
    font-size: 16px;
}

/* The "Sign Up" button */
.button {
    background-color:black;
    border: none;
    color: white;
    padding: 10px 25px;
    margin: 10px !important;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    border-radius: 5px;
}
.price-button
{
    margin-bottom: 10px;
}
.plan-heading
{
    font-size: 25px;
    text-transform: uppercase;
}
.plan-subheading
{
    font-size: 18px;
    color: yellow;
}

/* Create three columns of equal width */
.columns-notes {
    float: left;
    width: 33.3%;
    padding: 10px;
}

/* Style the list */
.columns-notes .price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

/* Add shadows on hover */
.columns-notes .price:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

/* Pricing header */
.columns-notes .price .header {
    background-color: grey;
    color: white;
    font-size: 20px;
}
.columns-notes .price .free{background: grey !important;}
.columns-notes .price .premium{background: #5cd08d !important;}
.columns-notes .price .credit{background: #5cd08d !important;}


/* List items */
.columns-notes .price li {
    border-bottom: 0px solid #eee;
    padding: 5px;
    text-align: center;
}

/* Grey list item */
.columns-notes .price .grey {
    background-color: #eee;
    font-size: 16px;
}

/* The "Sign Up" button */
.columns-notes .button {
    background-color:black;
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    border-radius: 5px;
}
.columns-notes .price-button
{
    margin-bottom: 10px;
}
.columns-notes .price a
{
    font-size: 20px;
    text-transform: uppercase;
}
.columns-notes .plan-heading
{
    margin:0px !important;
    padding:0px !important;
    font-size: 25px;
    text-align:center;
}
.columns-notes .plan-subheading
{
    font-size: 17px;
    margin:0px !important;
    padding:0px !important;
    color: yellow;
    text-align:center;
}

/* Change the width of the three columns to 100%
(to stack horizontally on small screens) */
@media only screen and (max-width: 600px) {
    .columns {
        width: 100%;
    }
}
@media only screen and (max-width: 900px) {
    .columns-notes {
        width: 50%;
    }
}
@media only screen and (max-width: 600px) {
    .columns-notes {
        width: 100%;
    }
}



.column-full-width {
    width: 100%;
}
#contact-form2 {
    max-width:1000px;
}

.container2{
    max-width: 1000px;
    width:92%;
    margin:0 auto;
    position: relative;
    z-index:5;
}
.old-price
{
    font-size: 2em;
    border: none;
    text-decoration: line-through;
    font-weight: bold;
    color: dimgrey;
    color:darkred;
}
.new-price
{
    font-size: 1.5em;
    border: none;
    font-weight: bold;
}
.superscript{
    position: relative; top: -0.5em; font-size: 80%;text-transform: lowercase;
}

.text-arrow
{
    color: #fde300;
    font-weight: bolder;
}
.notes-block
{
    text-align: center;
    margin:auto;

}



/* Know More Blade CSS 100%*/

.know-more .plan-heading
{
    font-size: 35px;
    margin-top: 20px;
    text-align:center;
}
.know-more .plan-subheading
{
    font-size: 20px;
    margin:0px !important;
    padding:0px !important;
    color: orangered;
    text-align:center;
}

.know-more .old-price
{
    font-size: 2em;
    border: none;
    text-decoration: line-through;
    font-weight: bold;
    color: dimgrey;
    color:darkred;
    padding-right: 20px;
}
.know-more .new-price
{
    font-size: 2em;
    border: none;
    font-weight: bold;
    color:green;
}
.know-more .superscript{
    position: relative; top: -0.5em; font-size: 80%;text-transform: lowercase;
}

.know-more-button{
    margin-top: 10px;
}
.know-more-button .button
{
    background:orangered;
    width: 100px;
    border-radius: 0px;
    padding:5px 70px;
}
.know-more .fixed-column-content-wrap {
    position:relative;
    z-index:5;
    float:left;
    width:100%;
    top: 10px !important;
}
.know-more .overlay {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:url(../images/know-more-bg.jpg);
    z-index:2
}
/*End Know More Section*/

@media only screen and  (max-width: 1084px) {

    .fixed-column, .column-filter {
        position: relative;
        width: 100%;
        float: left;
        top: 0;
        bottom: 0;
        padding: 10px 0;
    }
}
/*Notes Tab*/
.notes-tab{
    text-align: left;
    background-color: white;
    margin-bottom:10px;
    font-size:16px;
    text-transform:none;
    padding-top: 5px;
    padding-bottom: 5px;

}
.notes-tab a
{
    color: darkslategrey;

}
.pdf-icon
{
    color:orange;
    font-weight: bold;
    padding-right: 10px;
}

.credit-button50 {
    background-color:darkgreen;
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    border-radius: 0px;
    width: 100% !important;
}
.credit-button100 {
    background-color:steelblue;
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    border-radius: 0px;
    width: 100% !important;
}
.align-center
{
    text-align: center;
}
.sp20
{
    margin-top : 5px;
    margin-bottom : 5px;
}
.div-credit100
{
    color:steelblue;
}

.div-credit50
{
    color:darkgreen;
}
.email-verified, .mobile-verified
{
    color: green;
    background: #f8f9f9;
    border-bottom: 1px #cccccc dashed;
    margin-right: 10px;
    margin-bottom: 10px;
}
.email-not-verified, .mobile-not-verified
{
    color: red;
    background: #f8f9f9;
    margin-bottom: 10px;
    border-bottom: 1px #cccccc dashed;

}
.tr-success a
{
    color: green !important;
    font-weight:bold;
}

.tr-failure a
{
    background: red !important;
    font-weight:bold;
}

.image-heading
{
    margin:0px;
    margin-bottom: 20px;
    padding: 10px 0px;
    font-size: 25px;
    text-align:center;
    text-transform: uppercase;
    background: #38c172;
    color:white;
}
.hide-block
{
    display:none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}
td,
th {
    padding: 0;
}
thead {
    display: table-header-group;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
.table > tbody + tbody {
    border-top: 2px solid #ddd;
}
.table .table {
    background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}
.table-bordered {
    border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}
table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}
.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.note-thumbnails
{
    max-width: 100%;
}
.side-image
{
    width: 100%;
    max-width: 350px;
    height: auto;
}

.student {
    max-width:1000px !important;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
}





.demo-3 .main h1 {
    font-size: 36px;
    line-height: 40px;
    margin: 1em 0 .6em 0;
    font-weight: normal;
    color: white;
    font-family: 'Hammersmith One', sans-serif;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
    position: relative;
    color: #6Cf;
}

.demo-3 .main h2 {
    margin: .5em 0 .2em 0;
    padding: 0 0 0 10px;
    font-weight: normal;
    color: black;
    font-family: 'Hammersmith One', sans-serif;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
    position: relative;
    font-size: 30px;
    line-height: 10px;
}

.demo-3 .main h3 {
    margin: .2em 0 .2em 0;
    padding: 0 0 0 5px;
    font-weight: normal;
    color: darkslategrey;
    font-family: 'Hammersmith One', sans-serif;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
    position: relative;
    font-size: 20px;
    line-height: 20px;
    font-family: 'Questrial', sans-serif;
}

.demo-3 .main h4 {
    margin: 1em 0 .6em 0;
    padding: 0 0 0 20px;
    font-weight: normal;
    color: white;
    font-family: 'Hammersmith One', sans-serif;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
    position: relative;
    font-size: 18px;
    line-height: 20px;
    font-family: 'Questrial', sans-serif;
}


