body {
    color: #464646;
    font-family: 'OpenSans-Regular';
    background: #eef3f6;
    font-size: 14px;
}

@font-face {
    font-family: 'OpenSans-Light';
    src: url(../fonts/OpenSans-Light.ttf);
}

@font-face {
    font-family: 'OpenSans-Semibold';
    src: url(../fonts/OpenSans-Semibold.ttf);
}

@font-face {
    font-family: 'OpenSans-Regular';
    src: url(../fonts/OpenSans-Regular.ttf);
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url(../fonts/OpenSans-Bold.ttf);
}

@font-face {
    font-family: 'Cabin-Bold';
    src: url(../fonts/Cabin-Bold.ttf);
}

/*@font-face {
     font-family: 'Open Sans', sans-serif;
    src: url(../fonts/OpenSans-Regular.ttf);
}*/

html, body {
    height: 100%;
    width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
}
/*======================================================
           COMMAN CLASS
  ======================================================*/
ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

li {
    padding: 0px;
}

p {
    margin: 0px;
}

a {
    color: #6e6e6e;
    text-decoration: none;
}

    a:focus,
    a:hover {
        color: #231f20;
        text-decoration: none;
        cursor: pointer;
    }

.text-upp {
    text-transform: uppercase;
}
/*----------------------FONT COLOR CLASSES-------------------------*/

.whiteclr {
    color: #fff !important;
}

.blackclr {
    color: #000 !important;
}

.mauto {
    margin: 0 auto;
}

/*==========       BASIC CLASSES     ==========*/

/* ========================================= */
/* =============SPACE CLASSES============== */
/* ========================================= */
.space5 {
    margin-top: 5px;
}

.space10 {
    margin-top: 10px;
}

.space20 {
    margin-top: 20px;
}

.space25 {
    margin-top: 25px;
}

.space30 {
    margin-top: 30px;
}

.space40 {
    margin-top: 40px;
}

.space50 {
    margin-top: 50px !important;
}

.space60 {
    margin-top: 60px;
}

.space70 {
    margin-top: 70px;
}

.space80 {
    margin-top: 80px;
}

.space100 {
    margin-top: 100px;
}

.space_5 {
    margin-top: -5px !important;
}

.space-10 {
    margin-top: -10px !important;
}




/* ========================================= */
/* =============PADDING CLASSES============== */
/* ========================================= */
.pad0 {
    padding: 0 !important;
}

.padleft0 {
    padding-left: 0px !important;
}

.padright0 {
    padding-right: 0px !important;
}

.padtop0 {
    padding-top: 0px !important;
}

.padbottom0 {
    padding-bottom: 0px !important;
}

.padding10 {
    padding: 10px !important;
}

.padding15 {
    padding: 15px;
}

.padding20 {
    padding: 20px !important;
}

.padding25 {
    padding: 25px;
}

.padding30 {
    padding: 30px !important;
}

.padding50 {
    padding: 50px;
}

.padbtm100 {
    padding-bottom: 100px;
}

.padbtm80 {
    padding-bottom: 80px;
}

.padbtm50 {
    padding-bottom: 50px !important;
}

.padbtm20 {
    padding-bottom: 20px !important;
}

.padleft25 {
    padding-left: 25px !important;
}

/* ========================================= */
/* =============MARGIN CLASSES============== */
/* ========================================= */
.m0 {
    margin: 0;
}

.mbtm0 {
    margin-bottom: 0px;
}

.mtop0 {
    margin-top: 0px;
}

.mtop10 {
    margin-top: 10px;
}

.mbtm10 {
    margin-bottom: 10px;
}

.mleft20 {
    margin-left: 20px;
}

.mleft40 {
    margin-left: 40px;
}

.mleft60 {
    margin-left: 60px;
}

.mright10 {
    margin-right: 10px;
}

.mauto img {
    margin: 0px auto !important;
    width: 100% !important;
}

.mautomargin {
    margin: 0px auto !important;
}


/* ========================================= */
/* =============FONT SIZE CLASSES============== */
/* ========================================= */
.fsize8 {
    font-size: 8px !important;
}

.fsize10 {
    font-size: 10px !important;
}

.fsize12 {
    font-size: 12px !important;
}

.fsize13 {
    font-size: 13px;
}

.fsize14 {
    font-size: 14px !important;
}

.fsize16 {
    font-size: 16px !important;
}

.fsize18 {
    font-size: 18px !important;
}

.fsize20 {
    font-size: 20px !important;
}

.fsize22 {
    font-size: 22px !important;
}

.fsize24 {
    font-size: 24px !important;
}

.fsize26 {
    font-size: 26px;
}

.fsize28 {
    font-size: 28px;
}

.fsize30 {
    font-size: 30px !important;
}

.fsize36 {
    font-size: 36px !important;
}

.fsize40 {
    font-size: 40px !important;
}

.fsize50 {
    font-size: 50px !important;
}

.fsize60 {
    font-size: 60px !important;
}

.fsize70 {
    font-size: 70px !important;
}

.fsize80 {
    font-size: 80px;
}

.fsize90 {
    font-size: 90px;
}

.fsize100 {
    font-size: 100px !important;
}

/* ========================================= */
/* =============FONT WEIGHT CLASSES============== */
/* ========================================= */
.f100 {
    font-weight: 100;
}

.f200 {
    font-weight: 200;
}

.f300 {
    font-weight: 300;
}

.f400 {
    font-weight: 400;
}

.f500 {
    font-weight: 500;
}

.f600 {
    font-weight: 600;
}

.f700 {
    font-weight: 700;
}

.f800 {
    font-weight: 800;
}

input {
    outline: none !important;
}

button {
    outline: none !important;
}

/*==========================================================================*/

/*::-webkit-scrollbar {
  display: none;
}*/

.equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.equal1 {
    display: flex;
}


/*========================Start Css=========================================*/
.title {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}

.mb_date {
    display: none;
}

.status_txt {
    display: none;
}


/*=====================================================*/

.padleft_5 {
    padding-left: 5px;
}

.padright_5 {
    padding-right: 5px;
}

.navbar-fixed {
    position: sticky;
    top: 65px;
    width: 100%;
    z-index: 999999;
    background: #fff;
}

/*================================================*/
#banner {
    margin-top: 20px;
}

.gel_img {
    position: relative;
}

.overlay1 {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}

.gel_img:hover .overlay1 {
    opacity: 1;
    cursor: pointer;
}

.img_title {
    position: absolute;
    padding: 20px 15px;
    bottom: 0;
    width: 100%;
}

    .img_title h5 {
        font-size: 18px;
        font-weight: 600;
        color: #fefefe;
    }

    .img_title p {
        font-size: 13px;
        font-weight: 600;
        color: #9c9c9c;
    }

#main_content .items_tab li {
    list-style: none;
    display: inline-block;
    width: 49%;
    text-align: center;
}

    #main_content .items_tab li a {
        position: relative;
        display: block;
        padding: 10px 15px;
        font-size: 18px;
        color: #757575;
    }
        /*a:hover{
  color: #bf1c2f !important;
}*/
        #main_content .items_tab li a.active:after {
            position: absolute;
            content: '';
            width: 100%;
            height: 2px;
            background-color: #757575;
            bottom: 0;
            left: 0;
        }

.myitem_1,
.myitem_2,
.myitem_3 {
    position: relative;
}

.myitem_1 {
    width: 100%;
    height: 400px;
    background-color: #f5cfcf;
}

.myitem_3 .edit_icon1,
.myitem_2 .edit_icon1 {
    margin-top: -40px;
}

    .myitem_2 .edit_icon1 a {
        display: block;
    }

p.text4 {
    font-size: 15px;
    color: #464646;
    line-height: 24px;
    margin-top: 15px;
}

.links_share {
    border-top: 1px solid #e9edf0;
    margin-top: 20px;
}

.links_share2 li,
.links_share1 li {
    display: inline-block;
    list-style: none;
}

.links_share1 {
    float: left;
}

    .links_share1 li a {
        display: inline-block;
        padding: 15px 15px 15px 0;
        font-size: 16px;
        text-transform: uppercase;
    }

.links_share2 {
    float: right;
}

    .links_share2 li a {
        display: inline-block;
        padding: 15px 15px 15px 0;
        font-size: 18px;
    }

.bg_white {
    background-color: #fff;
}

.myitem_2 {
    padding: 20px 15px 100px 15px;
}

.items_title {
    font-size: 22px;
}

    .items_title:hover {
        color: #bf1c2f;
        cursor: pointer;
    }

.myitem_3 {
    padding: 20px 15px 60px 15px;
}

.readmore_div {
    width: 100%;
    text-align: right;
}

.readmore {
    padding: 10px 20px;
    background-color: #f8f8f8;
    font-size: 16px;
    text-transform: uppercase;
    color: #bf1c2f;
    border: 1px solid #f8f8f8;
    margin-top: 15px;
    transition: .5s;
    -webkit-transition: .5s;
}

    .readmore:hover {
        background-color: #bf1c2f;
        color: #f8f8f8;
    }

.clrbf1c2f {
    color: #bf1c2f !important;
}

.right_title {
    position: relative;
    font-size: 24px;
    color: #212121;
    font-weight: 700;
    text-align: center;
    margin-top: 0;
}

    .right_title:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 1px;
        background-color: #ddd;
        bottom: -10px;
        left: 0;
    }

.newsletter_div {
    background-color: #fff;
    padding: 25px;
    box-shadow: 0px 2px 8px #ddd;
    text-align: center;
}

    .newsletter_div p {
        font-size: 14px;
        color: #b6b6b6;
    }

    .newsletter_div .bar-graph p {
        top: 0;
    }

.form-control {
    width: 100%;
    height: 50px;
    border: 1px solid #f8f8f8;
    background-color: #f8f8f8;
    box-shadow: none;
}

.newsletterbtn {
    width: 100%;
    height: 60px;
    border: 1px solid #bf1c2f;
    background-color: #bf1c2f;
    box-shadow: none;
    font-size: 20px;
    letter-spacing: 2px;
    margin-top: 10px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
}

.linebttm {
    border-bottom: 1px solid #f3f3f3;
    margin: 15px 0;
}

.media {
    text-align: left;
}

    .media .media-heading {
        font-weight: 600;
    }

.media-heading:hover {
    color: #bf1c2f;
    cursor: pointer;
}

.right_social_link li {
    display: inline-block;
}

    .right_social_link li a {
        display: inline-block;
        padding: 15px 15px;
        font-size: 22px;
        text-align: center;
    }

.carousel .item img {
    width: 100%;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

    .carousel-control.left span,
    .carousel-control.right span {
        background-color: #464646;
    }

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 20px;
    padding-top: 5px;
}

.viewmore {
    padding: 10px 20px;
    background-color: #f8f8f8;
    font-size: 16px;
    text-transform: uppercase;
    color: #bf1c2f;
    border: 1px solid #f8f8f8;
    margin-top: 15px;
    transition: .5s;
    -webkit-transition: .5s;
}

    .viewmore:hover {
        background-color: #bf1c2f;
        color: #f8f8f8;
    }


@keyframes h-afix {
    0% {
        top: -100px;
        opacity: 0;
    }

    100% {
        top: 0px;
        opacity: 1;
    }
}


.setting_text {
    display: none;
    font-family: 'OpenSans-Semibold';
    font-size: 16px;
}

.fix_menu_none .header ul.navbar-nav > li > a {
    padding: 10px 15px;
    font-weight: bold;
    font-size: 16px;
    margin-top: 11px;
    letter-spacing: 0.5px;
    border-radius: 4px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

.fix_menu_none .header.header-transparent .navbar-collapse ul.navbar-nav > li:hover > a, .fix_menu_none .header.header-transparent .navbar-collapse ul.navbar-nav > li:focus > a {
    color: #fff;
}

.fix_menu_none .header.header-transparent .navbar-collapse ul.navbar-nav > li.active > a {
    background-color: #fff;
    color: #b51b2d;
}

.fix_menu_none .header.header-sticky.sticky ul.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
}


.fix_menu_none .header.header-sticky.sticky .navbar-collapse ul.navbar-nav > li:hover > a,
.fix_menu_none .header.header-sticky.sticky .navbar-collapse ul.navbar-nav > li:focus > a {
    color: #ffffff;
}

.fix_menu_none .header.header-transparent .navbar-collapse ul.navbar-nav > li.active > a,
.fix_menu_none .header.header-transparent .navbar-collapse ul.navbar-nav > li.active > a:hover {
    background-color: #fff;
    color: #b51b2d;
}

.fix_menu_none .header.header-sticky ul.navbar-nav li .dropdown-menu {
    left: auto;
    right: 0;
    border: none;
    box-shadow: 2px 3px 5px #ddd;
    border-radius: 0;
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
}

/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
.footer-default {
    background-color: #333743;
    padding-top: 80px;
}

.widget .widget-tittle-alt {
    font-family: PT Sans, sans-serif;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.widget-contact ul li {
    color: #999;
    font-size: 16px;
    display: block;
    padding-left: 30px;
    margin-bottom: 20px;
    position: relative;
}

    .widget-contact ul li i {
        position: absolute;
        top: 5px;
        left: 0px;
    }

.footer-default .border {
    border-color: #464b5d !important;
}

.footer-default .footer-bottom .copyright {
    letter-spacing: 0.5px;
    font-size: 14px;
    line-height: 3;
}

.footer-default .footer-bottom {
    margin-top: 30px;
    color: #999;
    padding: 15px 0px;
}

.widget-link.link-horizon .link li {
    display: inline-block;
    padding: 5px 20px;
}

.widget-link .link li a {
    display: inline-block;
    color: #999;
    font-size: 16px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.border.top {
    border: 0px;
    border-top: 1px solid #464b5d !important;
}

.btn-social.btn-sm {
    padding-left: 38px;
}

.btn-social {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .btn-social i.fa {
        display: inline-block;
    }

.btn-facebook {
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2);
    color: #fff;
}

.btn-social.btn-sm > :first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em;
}

.btn-social > :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0,0,0,0.2);
}

.footer-default .footer-bottom .copyright a {
    color: #fff;
    font-weight: bold;
}

/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
.linebtmm {
    border-bottom: 1px solid #65676a;
}

#bottom_sec {
    padding: 15px 0;
    background-color: #17191c;
}

    #bottom_sec p {
        text-align: center;
        font-size: 14px;
        font-weight: 600;
        color: #8e8e8e;
        text-transform: uppercase;
    }

#main_content {
    padding: 10px 0;
}

.posts_items {
    width: 100%;
    height: 200px;
}

.wedgets_items {
    width: 100%;
    height: 200px;
}


/*-----------------------------------------*/

/*===================================== start 076 css================*/

.amount1 h3 {
    font-weight: 800;
    font-size: 40px;
    color: #5b5b5b;
}

.right {
    border-right: 1px solid #dcdcdc;
}

.title {
    color: #cccccc;
    font-size: 36px;
    font-weight: 700;
    text-transform: initial;
}

.rating_star h4 {
    color: #646464;
    font-size: 20px;
    font-weight: 600;
}

.lightgrayclr {
    color: #dedede;
}

.yellowclr {
    color: #fdd473;
}
/*===========================progress bar================*/


@keyframes bar-fill {
    0% {
        width: 0;
    }
}

@-webkit-keyframes bar-fill {
    0% {
        width: 0;
    }
}

@-moz-keyframes bar-fill {
    0% {
        width: 0;
    }
}

@-o-keyframes bar-fill {
    0% {
        width: 0;
    }
}

.bar-graph {
    list-style: none;
}

.bar-wrap {
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -ms-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background-color: #f0f0f0;
    border: 0;
    margin-bottom: 2px;
    width: 70%;
    margin: 26px auto;
}

.bar-fill {
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -ms-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    -moz-animation: bar-fill 1s;
    -webkit-animation: bar-fill 1s;
    -ms-animation: bar-fill 1s;
    animation: bar-fill 1s;
    background-color: #fdd473;
    display: block;
    height: 5px;
    width: 0px;
}

.bar-graph li {
    position: relative;
}

.bar-graph p {
    font-size: 14px;
    color: #b6b6b6;
    display: -webkit-box;
    position: absolute;
    top: 0%;
    line-height: 0 !important;
}

.bar-graph label {
    position: absolute;
    top: 0%;
    right: 0%;
    line-height: 3px;
    color: #b6b6b6;
    font-weight: 100;
}

.lheight55 {
    line-height: 55px;
}

.star.list-inline li {
    padding-right: 0px;
    padding-left: 0px;
}

.star i {
    font-size: 18px;
}

.rate_class .bar-wrap {
    width: 100%;
}

/*==============radio button===============*/
.chart .radio label:after {
    content: '';
    display: table;
    clear: both;
}

.chart .radio .cr {
    position: relative;
    display: inline-block;
    background: #e9e9e9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.chart .radio .cr {
    border-radius: 50%;
}

    .chart .radio .cr .cr-icon {
        position: absolute;
        font-size: .8em;
        line-height: 0;
        top: 50%;
        left: 20%;
    }

    .chart .radio .cr .cr-icon {
        margin-left: 0.04em;
    }

.chart .radio label input[type="radio"] {
    display: none;
}

    .chart .radio label input[type="radio"] + .cr > .cr-icon {
        transform: scale(3) rotateZ(-20deg);
        opacity: 0;
        transition: all .3s ease-in;
    }

    .chart .radio label input[type="radio"]:checked + .cr > .cr-icon {
        transform: scale(1) rotateZ(0deg);
        opacity: 1;
        color: #5e99db;
    }

    .chart .radio label input[type="radio"]:disabled + .cr {
        opacity: .5;
    }

.upercase {
    text-transform: uppercase;
}

.daybtn {
    background: #f8f8f8;
    color: #999999;
}

.btn.dropdown-toggle.daybtn:hover, .btn:focus {
    box-shadow: none;
}

.chart-timeline_heartrate .c3-legend-item,
.chart-scatter_exercise .c3-legend-item {
    display: none;
}

.c3-axis-y-label {
    display: none;
}

.c3-axis-x-label {
    display: none;
}

.c3-axis.c3-axis-x {
    opacity: 0 !important;
}

.c3-region.c3-region-0 {
    background: none !important;
    visibility: hidden !important;
}


/*================== start wizard form===================*/


#level .step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    counter-reset: step;
    margin: 2em;
    position: relative;
}

    #level .step::before,
    #level .step::after {
        content: '';
        position: absolute;
        top: 0.75em;
        bottom: 0.75em;
        left: 0;
        right: 0;
        background: #f2f2f2;
        border-radius: 10px;
    }

    #level .step::after {
        background: #458be3;
        transition: 0.5s ease-in-out;
        -webkit-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
    }

    #level .step[data-step="0"]::after {
        right: 90%;
    }

    #level .step[data-step="1"]::after {
        right: 65%;
    }

    #level .step[data-step="2"]::after {
        right: 40%;
    }

    #level .step[data-step="3"]::after {
        right: 0%;
    }




#level input {
    display: none;
}

#level p {
    counter-increment: step;
    color: #888888;
    height: 35px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    margin: 0;
    font-weight: 600;
    width: 20%;
}

    #level p span {
        color: #bbbbbb;
        line-height: 20px;
    }



    #level p:nth-child(1):before {
        background: url(../img/layer.png)no-repeat;
        margin-top: -24px;
    }

    #level p:nth-child(2):before {
        background: url(../img/layer1.png)no-repeat;
        margin-top: -24px;
    }

    #level p:nth-child(3):before {
        background: url(../img/layer2.png)no-repeat;
        margin-top: -24px;
    }

    #level p:nth-child(4):before {
        background: url(../img/layer3.png)no-repeat;
        margin-top: -24px;
    }

    #level p::before {
        /*content: counter(step);*/
        content: "";
        width: 80px;
        height: 82px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto 0.5em;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

.forward p::before {
    -webkit-transition: background 0 0.5s, color 0 0.5s;
    transition: background 0 0.5s, color 0 0.5s;
}

[data-step="0"] p:nth-child(1),
[data-step="1"] p:nth-child(2),
[data-step="2"] p:nth-child(3),
[data-step="3"] p:nth-child(4) {
    color: #000;
}

[data-step="1"] p:nth-child(1)::before,
[data-step="2"] p:nth-child(1)::before,
[data-step="2"] p:nth-child(2)::before
[data-step="3"] p:nth-child(3)::before {
    content: '✔︎';
}

[data-step="0"] p:nth-child(1)::before,
[data-step="1"] p:nth-child(2)::before,
[data-step="2"] p:nth-child(3)::before,
[data-step="1"] p:nth-child(1)::before,
[data-step="2"] p:nth-child(1)::before,
[data-step="2"] p:nth-child(2)::before,
[data-step="3"] p:nth-child(3)::before, {
    background: #458be3;
    color: #fff;
}

#level .newsletter_div {
    height: 300px;
}



/*=========================== calender page css=================*/


.day-box {
    border: 1px solid #f6f6f6;
    height: 365px;
}

#calender .newsletter_div {
    padding: 5px;
}

.day {
    background: #f6f6f6;
    text-align: center;
    padding: 10px 0;
}

    .day p {
        font-size: 16px;
        font-weight: 600;
        color: #5e5e5e;
        line-height: 15px;
    }

        .day p span {
            color: #a0a0a0;
            font-size: 12px;
        }

#calender h3 {
    font-size: 28px;
    font-weight: 600;
    color: #5e5e5e;
    margin: 0;
}

.view i {
    color: #b6b6b6;
}

#calender hr {
    border-top: 1px solid #b6b6b6;
    margin: 8px 0;
}

.day_detail li p {
    position: relative;
    color: #8c8c8c;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    line-height: 15px;
    margin-left: 30px;
    text-transform: lowercase;
}


    .day_detail li p span {
        color: #a0a0a0;
        font-size: 12px;
    }

.day_detail li {
    padding: 10px 2px;
    border-bottom: 1px solid #f6f6f6;
    cursor: pointer;
}

    .day_detail li p:after {
        content: "";
        width: 19px;
        height: 19px;
        background: url(../img/icon3.png)no-repeat;
        position: absolute;
        top: 0%;
        left: -25%;
    }

    .day_detail li.active1 p:after {
        background: url(../img/icon4.png)no-repeat;
    }


.clockbtn {
    color: #999999;
    background: #ffffff;
    font-weight: 600;
    font-size: 16px;
    margin-top: -22px;
}

/*  SECTIONS  */
.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}

/*  COLUMN SETUP  */
.col {
    display: block;
    float: left;
    margin: 1px 3px;
}

    .col:first-child {
        margin-left: 0;
    }

/*  GROUPING  */
.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1; /* For IE 6/7 */
}
/*  GRID OF SEVEN  */
.span_7_of_7 {
    width: 100%;
}

.span_6_of_7 {
    width: 85.48%;
}

.span_5_of_7 {
    width: 70.97%;
}

.span_4_of_7 {
    width: 56.45%;
}

.span_3_of_7 {
    width: 41.94%;
}

.span_2_of_7 {
    width: 27.42%;
}

.span_1_of_7 {
    width: 13.75%;
}
/*  GO FULL WIDTH BELOW 480 PIXELS */


.pagination > li:first-child > a, .pagination > li:last-child > a {
    border: 0 !important;
    background: transparent !important;
}

.pagination > li > a, .pagination > li > span {
    margin: 0 4px;
    background: #ededed;
    border: 0;
    color: #929292;
}

    .pagination > li > a:hover {
        color: #929292 !important;
    }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background: #ffffff;
    color: #929292;
    box-shadow: 3px 4px 5px #ededed;
}

.pagination {
    margin: 20px 0 4px 0;
}

.click-icon {
    position: relative;
    cursor: pointer;
}

.open-add-box {
    width: 250px;
    height: auto;
    padding: 8px 0 0 0;
    background: #ffffff;
    display: none;
    position: absolute;
    top: 95%;
    z-index: 9999;
    border: 1px solid #bf1e2d;
    text-align: left;
}

.day_detail li {
    position: relative;
}

.open-add-box h5 {
    margin: 0;
    color: #5e5e5e;
    font-weight: 600;
    margin-left: 10px;
}

.open-add-box span {
    color: #a0a0a0;
    margin-left: 10px;
}

.open-add-box ul {
    background: #fbfbfb;
}

.title span {
    color: #a6a6a6;
    font-size: 12px;
    font-weight: normal;
}

.title h6 {
    color: #5e5e5e;
    margin: 0;
}

.open-add-box ul li {
    padding: 6px 10px;
}

.open-question-box {
    width: 300px;
    height: auto;
    padding: 15px;
    background: #ffffff;
    display: none;
    position: absolute;
    top: -13%;
    right: 65px;
    z-index: 9999;
    border: 1px solid #bf1e2d;
    text-align: left;
}

.view li {
    position: relative;
}

.open-question-box h3 {
    font-size: 16px !important;
    color: #5e5e5e;
    line-height: 25px;
}

.list li p {
    position: relative;
    margin-left: 20px;
    color: #979797;
    font-size: 14px;
    padding: 5px 0;
}

    .list li p:after {
        content: "";
        width: 10px;
        height: 10px;
        background: url(../img/green.png)no-repeat;
        position: absolute;
        top: 22%;
        left: -21px;
    }

.lee .media-heading {
    color: #707070;
    font-size: 22px;
    font-weight: 600;
}

.goal {
    background: #fafafa;
}

.lee .col-md-4 {
    padding-right: 5px;
    padding-left: 5px;
}

.goal span {
    color: #a6a6a6;
    font-size: 15px;
}

#class_tab h4 {
    font-size: 18px;
    font-family: 'OpenSans-Semibold';
    color: #707070;
    margin-top: 0;
}

.schedule_ul > li {
    border-bottom: 1px solid transparent !important;
}

    .schedule_ul > li > p > span {
        font-size: 14px;
    }

.goal li {
    padding: 5px 8px;
    border-bottom: 1px solid #cccccc;
}

    .goal li:last-child {
        border-bottom: 0;
    }

.white_box2 {
    background-color: #fff;
    padding: 10px 0px;
    border-radius: 4px;
    box-shadow: 0 2px 5px #ededed;
}

    .white_box2 .media {
        padding: 10px 15px;
    }

.attention {
    padding: 10px 15px;
}

    .attention p {
        color: #a6a6a6;
        font-size: 14px;
    }

.manage .video_player {
    position: relative;
    display: table;
    padding: 20px 0px;
}

.video h3 {
    margin-top: 0;
    font-weight: 600;
}

.manage li p {
    line-height: 20px;
}

.manage .list {
    padding: 0 20px;
}

.degree_box1 .list li p:after {
    content: "";
    width: 10px;
    height: 13px;
    background: url(../img/arrowright.png)no-repeat;
    position: absolute;
    top: 22%;
    left: -19px;
}

.lightblueclr {
    color: #5e99db !important;
}

.about .panel-default > .panel-heading {
    color: #333;
    background-color: #fcfcfc;
    border-color: #c1c1c1;
    border-radius: 0;
}

.about .panel-group .panel {
    border-radius: 0;
}

.about .panel-heading h4 {
    color: #626262;
    font-size: 16px !important;
    font-weight: normal !important;
}

.about .panel-heading {
    padding: 10px 15px 10px 40px;
}

.about .panel-title {
    position: relative;
}

    .about .panel-title:before {
        content: "";
        width: 21px;
        height: 21px;
        background: url(../img/minis.png)no-repeat;
        position: absolute;
        top: 0;
        left: -5%;
        background-position: center;
    }

    .about .panel-title:not(.book-title).collapsed:before {
        background: url(../img/plus1.png)no-repeat;
    }

.table {
    width: 100%;
}

.music .table {
    margin: 0 !important;
}

    .music .table p {
        margin: 0;
        margin-left: 25px !important;
    }



.c3-grid line {
    stroke: #aaa !important;
}

.c3 path, .c3 line {
    fill: none !important;
    stroke: #000 !important;
}

.c3-grid line {
    stroke: #aaa !important;
}

.c3 path, .c3 line {
    fill: none !important;
    stroke: #000 !important;
}

.profilebtn {
    background: transparent;
    padding: 11px 12px;
}

.timer li:first-child {
    width: 100px;
}

.timer li:last-child {
    width: 77px;
    text-align: right;
}



/*=================================================== FAQ html ============================================= */

#application {
    padding: 50px 0;
}

    #application .nav-tabs > li {
        float: none;
        font-family: 'Roboto Condensed', sans-serif;
    }

.tab_title {
    background-color: #fff;
    box-shadow: 0px 2px 8px #ddd;
}

    .tab_title .nav-tabs li a {
        border-left: 4px solid transparent;
        line-height: 35px;
    }

    .tab_title .nav-tabs > li.active > a,
    .tab_title .nav-tabs > li.active > a:hover,
    .tab_title .nav-tabs > li.active > a:focus {
        background: #fbfbfb;
        border-left: 4px solid #d6293d;
        border-radius: 0;
        border-bottom: 1px solid transparent;
    }

.application_tab .tab-pane {
    background-color: transparent;
    margin-top: 0px;
}

.application_tab .title {
    color: #cccccc;
    font-size: 26px;
    font-weight: 700;
    text-transform: initial;
    margin-top: 0;
    text-transform: uppercase;
}

.application_tab .panel {
    margin-top: 5px;
    margin-bottom: 0;
}

.application_tab .panel-heading {
    padding: 0;
}

.application_tab .panel .panel-title.collapsed:after {
    content: "\f0d7";
}

.application_tab .panel .panel-title:after {
    position: absolute;
    content: "\f0d8";
    font-family: "FontAwesome";
    right: 5px;
    font-size: 15px;
    padding: 0 4.5px;
    border-radius: 50px;
    background-color: transparent;
    color: #6d6d6d;
}

.application_tab .panel .panel-title {
    color: #6d6d6d;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    padding: 15px 20px;
    /* box-shadow: 0px 2px 8px #ddd; */
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    position: relative;
}

.application_tab .panel-body {
    color: #8f8f8f;
    font-size: 17px;
}

.application_tab .panel-collapse.collapse.in .panel-body {
    border-left: 3px solid #e8929c !important;
}

.application_tab .panel-title {
    border-left: 3px solid #e8929c !important;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}

    .application_tab .panel-title.collapsed {
        border-left: 3px solid transparent !important;
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
    }

.application_tab .panel.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top: 0;
    border-left: 3px solid #e8929c !important;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}

.message_click {
    position: relative;
}

.message_box {
    position: absolute;
    top: 100%;
    right: -137%;
    width: 400px;
    background: #fff;
    display: none;
    border-radius: 4px;
    box-shadow: 2px 3px 5px #ddd;
    margin-top: 12px;
}

    .message_box:after {
        content: "\f0d8";
        font-family: "FontAwesome";
        position: absolute;
        top: -30px;
        color: #ffffff;
        font-size: 35px;
        right: 0;
        left: 0;
        text-align: center;
        margin: 0 auto;
        /* width: 10px; */
    }

    .message_box .nav-tabs.nav-justified > .active > a,
    .message_box .nav-tabs.nav-justified > .active > a:hover,
    .message_box .nav-tabs.nav-justified > .active > a:focus {
        border-bottom: 2px solid #be1c2f;
    }

    .message_box .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 0;
        background: #fbfbfb;
    }

    .message_box .media-body {
        font-family: 'Open Sans', sans-serif;
    }


        .message_box .media-body p {
            color: #a2a2a2;
            font-size: 12px;
            font-family: 'Open Sans', sans-serif;
        }

    .message_box .media-heading {
        color: #717171;
        font-size: 16px;
        font-family: 'Open Sans', sans-serif;
        margin-bottom: 0;
    }

        .message_box .media-heading span {
            color: #a2a2a2;
            font-size: 9px;
            font-family: 'Open Sans', sans-serif;
        }

    .message_box .tab-content .tab-pane img {
        box-shadow: none;
    }

    .message_box .media {
        padding: 8px 10px;
        border-bottom: 1px solid #dcdcdc;
    }

.message_footer {
    background: #fbfbfb;
    padding: 8px 10px;
}

    .message_footer a {
        color: #8d8d8d;
        font-size: 15px;
    }

/*========================================================End css==================================*/

.second_graph {
    margin-top: 20px;
}

    .second_graph p {
        position: relative;
        line-height: 20px;
    }

    .second_graph .bar-wrap {
        margin: 19px 0;
        width: 100%;
    }

.star_ul1 label {
    position: relative;
    top: -2px;
    right: 0%;
    line-height: 3px;
    color: #000;
    font-weight: 700;
}

.ratting_ul2 {
    float: right;
    position: relative;
    top: -6px;
}

.space10 {
    margin-top: 10px !important;
}

/*==================================================== Dashboard Css Start =========================================================*/
.bg_color {
    background-color: #f8f8f8;
}

.dash_profile {
    padding: 20px 0;
}

.pp_img {
    width: 100px;
}

.white_box {
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 4px;
    box-shadow: 0 2px 5px #ededed;
}

  .white_box.btm {
      border-top-left-radius: unset;
      border-top-right-radius: unset;
  }

    .white_box h4 {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 5px;
    }

.star_ul {
    margin-left: 2px;
}

    .star_ul li {
        padding: 0;
        margin: 0 -1px;
    }

        .star_ul li:last-child {
            margin-left: 5px;
        }

            .star_ul li:last-child span {
                font-size: 13px;
            }

        .star_ul li a {
            font-size: 18px;
            color: #fdd473;
        }

.white_box .media-left, .white_box .media-right, .white_box .media-body {
    display: table-cell;
    vertical-align: middle;
}

.white_box {
    position: relative;
}

.setting_gear {
    position: absolute;
    top: 15px;
    right: 15px;
}

    .setting_gear .dropdown-menu {
        left: auto;
        right: 0;
    }

        .setting_gear .dropdown-menu > li > a {
            color: #000;
        }

.table-responsive {
    border: 1px solid transparent;
}

.btn_contact {
    background-color: #45d194;
    width: 100%;
    margin-top: 20px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    border: 1px solid #45d194;
}

.trans {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}

.btn_contact:hover {
    background-color: #ffffff;
    color: #45d194;
}

.dash_profile table {
    margin-top: 15px;
}

    .dash_profile table > tbody > tr > td {
        color: #8d8d8d;
    }

.dash_profile .table > thead > tr > th, .dash_profile .table > tbody > tr > th, .dash_profile .table > tfoot > tr > th, .dash_profile .table > thead > tr > td, .dash_profile .table > tbody > tr > td, .dash_profile .table > tfoot > tr > td {
    padding: 10px 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid transparent;
}

/*.dash_profile table>tbody>tr>td:last-child {
    text-align: right;
}*/

.btn_invite {
    margin: 15px 0;
    width: 100%;
    background-color: #5e99db;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    border: 1px solid #5e99db;
}

    .btn_invite:hover {
        background-color: #ffffff;
        color: #5e99db;
    }

.earn {
    margin: 20px 0;
}

.video_player {
    position: relative;
    display: table;
    padding: 30px 50px;
}

    .video_player img {
        position: absolute;
        top: 43%;
        margin: 0 auto;
        left: 0;
        right: 0;
    }

.about_title {
    position: relative;
}

.white_box {
    overflow: hidden;
}

.about_title:before {
    content: '';
    border-bottom: 2px solid #eeeeee;
    width: 105px;
    left: -20px;
    height: 10px;
    position: absolute;
    bottom: -10px;
}

.video_player video {
    width: 100%;
}

.about p {
    font-size: 16px;
    color: #b5b5b5;
    line-height: 30px;
    margin-top: 20px;
}

.degree h3 {
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 2px;
}

.degree p {
    color: #acacac;
    font-size: 15px;
}

.degree_box {
    margin-top: 20px;
    padding: 10px;
    background-color: #fcfcfc;
    padding-left: 20px;
    border: 1px solid #ebebeb;
    margin-bottom: 10px;
}

    .degree_box h3 {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 20px;
    }

/*========================*/
.student_feedback {
    font-size: 17px;
    color: #adadad;
    font-weight: 600;
}

.point {
    font-size: 113px;
    line-height: 100px;
    font-family: 'OpenSans-Light';
}

.star_ul1 {
    margin-left: 2px;
    margin-top: 0;
}

    .star_ul1 li {
        padding: 0 2px;
    }

        .star_ul1 li a {
            font-size: 25px;
            color: #fdd473;
        }

            .star_ul1 li a:hover {
                color: #fdd473 !important;
            }

.comment_name {
    margin-top: 5px;
    font-size: 23px;
}

.btn_show {
    width: 100%;
    background-color: transparent;
    color: #c3c3c3;
    font-size: 15px;
    margin-top: 20px;
}

.bar-wrap {
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -ms-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background-color: #f0f0f0;
    border: 0;
    margin-bottom: 2px;
    width: 70%;
    margin: 26px auto;
}

.bar-fill {
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -ms-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    -moz-animation: bar-fill 1s;
    -webkit-animation: bar-fill 1s;
    -ms-animation: bar-fill 1s;
    animation: bar-fill 1s;
    background-color: #fdd473;
    display: block;
    height: 5px;
    width: 0px;
}

.bar-graph li {
    position: relative;
}

/*.bar-graph p {
    font-size: 14px;
    color: #b6b6b6;
    display: -webkit-box;
    position: absolute;
    top: -8px;
    line-height: 0;
}*/

.bar-graph label {
    position: absolute;
    top: 0%;
    right: 0%;
    line-height: 3px;
    color: #b6b6b6;
    font-weight: 100;
}

.dash_profile .posts_items, .dash_profile .wedgets_items {
    height: auto;
}
/*================================================== dash notification =============================================*/
.newsletter_div {
    background-color: #fff;
    padding: 25px;
    box-shadow: 0px 2px 8px #ddd;
    text-align: center;
}

.amount h3 {
    font-weight: 800;
    font-size: 40px;
    color: #5b5b5b;
}

.newsletter_div p {
    font-size: 14px;
    color: #b6b6b6;
    text-transform: uppercase;
}

/*.right {
    border-right: 1px solid #dcdcdc;
}*/

.fa-list-ul {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 5px;
    color: #ffffff;
    font-size: 10px;
    background-color: #a7a7a7;
    margin-right: 6px;
    position: relative;
    top: -3px;
}

.nav-tabs > li > a {
    color: #a2a2a2 !important;
    font-weight: 600;
    font-size: 16px;
    border: 2px solid transparent;
}

    .nav-tabs > li > a > span {
        font-style: italic;
    }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #5e5e5e !important;
    cursor: default;
    background-color: transparent;
    font-size: 16px;
    border: 2px solid transparent;
    border-bottom-color: #bf1e2d;
}

.nav-tabs > li > a:hover {
    color: #5e5e5e !important;
    border: 1px solid transparent;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}

/*.tab-pane:first-child , .tab-pane:nth-child(2){
  background-color: #fff;
  margin-top: 20px;
}*/

.tab-pane .user_place {
    width: 40px;
}

.user_name {
    font-size: 17px;
    color: #717171;
}

.time_min {
    color: #d4d4d4;
    font-size: 13px;
}

#Notification table tbody tr td .media .media_box {
    width: 177px;
    padding: 1% 0;
}

#Notification .media {
    margin-top: 0;
}

.dash_profile .tab-pane table {
    margin-top: 0px;
}

    .dash_profile .tab-pane table > tbody > tr > td:last-child {
        text-align: left;
    }

        .dash_profile .tab-pane table > tbody > tr > td:last-child p {
            font-size: 15px;
            color: #a6a6a6;
        }

.dash_profile .tab-pane .table > thead > tr > th, .dash_profile .tab-pane .table > tbody > tr > th, .dash_profile .tab-pane .table > tfoot > tr > th, .dash_profile .tab-pane .table > thead > tr > td, .dash_profile .tab-pane .table > tbody > tr > td, .dash_profile .tab-pane .table > tfoot > tr > td {
    padding: 10px 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-bottom: 1px solid #eeeeee;
}

.dash_profile .tab-pane .table > tbody > tr:last-child > td {
    border-bottom: 1px solid transparent;
}


.bar-graph1 .bar-wrap {
    margin-bottom: 2px;
    width: 100%;
    margin: 10px auto;
}

.bar-graph1 p {
    margin-top: 20px;
    color: #a2a2a2;
}

label {
    float: right;
}

.rating_text {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
}

    .rating_text span {
        font-size: 16px;
        font-weight: 700;
    }

/*==================================================  Messeges ===================================================*/
.title {
    color: #cccccc;
    font-size: 30px;
    font-weight: 700;
    text-transform: initial;
}

.dash_profile .input-group {
    width: 300px;
    border-bottom: 1px solid #dcdcdc;
}

    .dash_profile .input-group input.form-control {
        height: 35px;
        padding-left: 2px;
    }

        .dash_profile .input-group input.form-control:focus {
            box-shadow: none;
            border: none;
        }

    .dash_profile .input-group .btn_search {
        background-color: transparent;
    }

.go_there ul li a {
    font-size: 15px;
    color: #aeaeae;
    font-weight: 600;
    line-height: 30px;
}

    .go_there ul li a img {
        margin-right: 10px;
    }

    .go_there ul li a span {
        color: #808080;
    }

.Response {
    position: relative;
}

    .Response .bar-wrap {
        background-color: #f0f0f0;
        border: 0;
        margin-bottom: 2px;
        width: 80%;
        margin: 26px 0;
        margin-right: 20px;
    }

    .Response p {
        font-size: 16px;
        color: #646464;
        font-weight: 600;
    }

    .Response .bar-wrap label {
        position: absolute;
        bottom: -2px;
        right: 0%;
        font-size: 12px;
        line-height: 3px;
        color: #646464;
        font-weight: 600;
    }

    .Response .bar-wrap .bar-fill {
        background-color: #be1c2f;
    }

.dash_profile .Messege_box table {
    margin-bottom: 0;
}
/*============msg boxs ==================*/

.Messege_box {
    background-color: #fff;
    box-shadow: 0 2px 2px #cecece;
    border-radius: 4px;
}

.checkbox {
    padding-left: 20px;
}

    .checkbox label {
        display: inline-block;
        position: relative;
        padding-left: 5px;
        cursor: pointer;
    }

        .checkbox label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #e2e2e2;
            border-radius: 3px;
            background-color: #e2e2e2;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

        .checkbox label::after {
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 16px;
            left: 0;
            top: 0;
            margin-left: -20px;
            padding-left: 3px;
            padding-top: 1px;
            font-size: 11px;
            color: #555555;
        }

    .checkbox input[type="checkbox"] {
        opacity: 0;
    }

        .checkbox input[type="checkbox"]:focus + label::before {
            outline: none;
        }

        .checkbox input[type="checkbox"]:checked + label::after {
            font-family: 'FontAwesome';
            content: "\f00c";
        }

        .checkbox input[type="checkbox"]:disabled + label {
            opacity: 0.65;
        }

            .checkbox input[type="checkbox"]:disabled + label::before {
                background-color: #eeeeee;
                cursor: not-allowed;
            }

    .checkbox.checkbox-circle label::before {
        border-radius: 50%;
    }

.s_dropdown {
    position: absolute;
    top: 0;
    right: -5px;
}

.header_tr td {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.user_place {
    width: 50px;
}

.Messege_box table tbody tr td:last-child {
    text-align: left;
}

.dash_profile .Messege_box table tbody tr td {
    vertical-align: middle;
    border-top: 1px solid #eeeeee;
}

.Messege_box .checkbox {
    margin-top: 0;
    margin-bottom: 0;
}

#mySidenav, #mySidenav1 {
    position: fixed;
    left: -100%;
    width: 275px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    z-index: 999999;
    background: #ffffff;
    padding: 30px;
}

body.open_menu #mySidenav, body.open_menu1 #mySidenav1 {
    left: 0;
}

.closebtn, .closebtn1 {
    font-size: 40px;
    font-weight: 700;
    float: right;
    line-height: 1px;
}

.media1 .media_box {
    width: 85px;
}

.msg_box {
    background-color: #fcfcfc;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 600;
}

.dash_profile .Messege_box table {
    margin: 0;
}

.open_nav, .open_nav1 {
    font-size: 20px;
    position: absolute;
    top: 7px;
}

/*====================================================== cource html ===============================================*/

.video_player1 {
    position: relative;
}

    .video_player1 video {
        width: 100%;
    }

    .video_player1 .play {
        position: absolute;
        top: 37%;
        margin: 0 auto;
        left: 0;
        right: 0;
        width: 26px;
    }

.white_box1 {
    background-color: #fff;
    padding: 10px 5px;
    border-radius: 4px;
    box-shadow: 0 2px 5px #ededed;
    padding-bottom: 0;
}

.txt_box {
    padding: 0 5px;
}

.white_box1 h3 {
    font-size: 17px;
    font-weight: 600;
    margin: 0;
    line-height: 25px;
    color: #707070;
}

.pad5 {
    padding: 0 5px;
}

.txt_box .req {
    color: #ba2032;
}

.txt_box .score {
    font-size: 16px;
    text-transform: uppercase;
}

.dash_profile .txt_box table tbody tr td {
    border-top: 1px solid #eeeeee;
}

.result_txt {
    color: #9d9d9d;
}

.btn_price {
    width: 104%;
    color: #56cb7a;
    font-size: 20px;
    position: relative;
    left: -5px;
    background-color: #f9f9f9;
    border-radius: 0;
}

.white_box1 {
    min-height: 350px;
    position: relative;
}

.btn_cource1 {
    background-color: transparent;
    width: 100%;
    position: absolute;
    top: 34%;
    font-size: 20px;
    font-weight: 600;
    left: -1px;
}

    .btn_cource1 img {
        margin-bottom: 20px;
    }

.space-20 {
    margin-top: -20px;
}

#owl-demo .h3_box, #owl-demo2 .h3_box, .h3_box {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px;
    height: 54px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
}

.file_cam {
    width: 120px;
    height: 120px;
    padding: 25px 0;
    text-align: center;
    cursor: pointer;
    background-color: #f8f8f8;
    border-radius: 5px;
}

    .file_cam span {
        font-size: 13px;
        color: #969696;
        font-weight: 100;
    }

.file_cam1 label {
    padding: 10px 25px;
    text-align: center;
    position: relative;
    top: 14px;
    margin-bottom: 0;
}

    .file_cam1 label:hover {
        background-color: #3c3a3a;
        color: #ffffff;
    }

        .file_cam1 label:hover a {
            color: #ffffff !important;
        }

    .file_cam1 label a {
        padding: 10px 25px;
        cursor: pointer;
    }

input[type="file"] {
    display: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    appearance: none;
}

.upload_box h2 {
    font-family: 'OpenSans-Semibold';
    margin-top: 0;
    font-size: 30px;
    color: #545454;
    margin-bottom: 25px;
}

.dash_profile .upload_box .input-group {
    width: 100%;
    border-bottom: 1px solid transparent;
    background-color: #f8f8f8;
    padding: 5px;
}

    .dash_profile .upload_box .input-group > .input-group-addon {
        font-size: 20px;
        color: #959595;
        background-color: transparent;
        border: none;
        width: 45%;
        font-weight: 700;
        text-align: left;
    }

    .dash_profile .upload_box .input-group > .form-control {
        background-color: #ffffff;
        margin-right: 5px;
        padding: 5px 10px;
        font-size: 20px;
        font-weight: 700;
        text-align: right;
        color: #959595;
        height: 50px;
    }

        .dash_profile .upload_box .input-group > .form-control::-webkit-input-placeholder {
            font-size: 30px;
            font-family: 'OpenSans-Bold';
        }

    .dash_profile .upload_box .input-group > .input-group-btn > .btn_set {
        background-color: #45d194;
        font-size: 20px;
        font-family: 'OpenSans-Semibold';
        padding: 10px 20px;
        color: #ffffff;
        margin-left: 10px;
    }

.expert {
    font-size: 15px;
    color: #fdb387 !important;
    font-family: 'OpenSans-Semibold';
}

.star_ul li:last-child span.rating_txt1 {
    font-size: 13px;
    color: #fdd473;
    font-family: 'OpenSans-Semibold';
}

.star_ul li:last-child span.reivew_txt {
    font-size: 13px;
    font-style: italic;
    color: #d3d3d3;
}

/*=========================== upload poppup css ============================*/

#upload_box .tab-content .tab-pane img {
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    width: 142.5px;
}

#upload_box ul li.active a {
    background-color: #3c3a3a;
    padding: 8px 10px;
    color: #ffffff;
    border-radius: 3px;
}

#upload_box ul li a {
    background-color: transparent;
    padding: 8px 10px;
    color: #333333;
    border-radius: 3px;
}

#upload_box .close {
    float: right;
    font-size: 36px;
    font-weight: 100;
    line-height: 10px;
    color: #bf1e2d;
    padding: 5px;
    opacity: 1;
    text-shadow: 0 1px 0 #fff;
}

#upload_box ::-webkit-scrollbar {
    display: none;
}

#upload_box .modal-body {
    padding: 5px;
    overflow-y: scroll;
    height: 500px;
}

#upload_box ul {
    margin-left: 0;
}

    #upload_box ul li {
        padding: 1px;
    }

#upload_box .btn_done {
    width: 100%;
    background-color: transparent;
    font-size: 20px;
    padding: 10px 0;
}

#upload_box .modal-footer {
    padding: 0;
    text-align: center;
    border-top: 1px solid #e5e5e5;
}
/*======================================================= main page ====================================================*/

/*======================== header ======================*/

.btn_join {
    background-color: #d6293d;
    color: #fff !important;
    padding: 9px 15px !important;
    margin-top: 10px;
    border: 1px solid #d6293d;
    border-radius: 0;
}

.sticky .btn_join {
    margin-top: 15px;
    background-color: #fff;
    color: #d6293d !important;
}

.btn_join:hover {
    color: #d6293d !important;
}

.panel-heading {
    padding: 15px 0;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}



.panel-default > .panel-heading {
    color: #333;
    background-color: #ffffff;
    border-color: transparent;
    border-bottom: 0;
}

.fix_menu_none .header.header-transparent {
    background-color: #bf1e2d;
    /* position: absolute; */
    position: relative;
}

#faq .header.header-transparent .navbar-collapse ul.navbar-nav > li > a {
    color: #515151;
}

#faq .header.header-sticky.sticky li a {
    color: #ffffff;
}

#faq .header.header-sticky.sticky .navbar-collapse ul.navbar-nav > li > a {
    color: #ffffff;
}

.tab-content .tab-pane img {
    box-shadow: none !important;
}

.banner_section1 {
    background: url(../img/barnner.png) no-repeat;
    background-size: cover;
    display: table;
    height: 500px;
    width: 100%;
    position: relative;
    background-position: center center;
}

.banner_box1 {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}

    .banner_box1 h1 {
        color: #525252;
        font-size: 50px;
        margin-top: 0;
        text-align: center;
        font-weight: 600;
    }


/*============================================================================================*/

html, body {
    height: 100%;
    width: 100%;
}

.banner_section {
    background: url(../img/banner.png) no-repeat;
    background-size: cover;
    display: table;
    height: 700px;
    width: 100%;
    position: relative;
    background-position: center center;
}

.banner_box {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}

    .banner_box h1 {
        color: #525252;
        font-size: 50px;
        margin-top: 0;
    }

    .banner_box h2 {
        color: #6c6c6c;
        font-size: 30px;
    }

.btn_tutor {
    background-color: #d6293d;
    color: #fff;
    margin-top: 20px;
    font-size: 20px;
    padding: 10px 40px;
    font-weight: 700;
    border-radius: 0;
    border: 1px solid #d6293d;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}

    .btn_tutor:hover {
        background-color: #ffffff;
        color: #d6293d;
    }

.box_bottom {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.49);
    left: 0;
    right: 0;
    padding: 30px 0;
}


    .box_bottom h2 {
        color: #fff;
        font-family: 'OpenSans-Light';
        font-size: 30px;
        text-align: center;
    }

/*====================== tutor section =================*/

.side_menu {
    display: none;
}

.tutor_section {
    background-color: #ffffff;
    padding: 30px 0;
}

    .tutor_section h4, .join_us h3 {
        text-align: center;
        color: #626262;
        font-family: 'Cabin-Bold';
        font-size: 24px;
        text-transform: uppercase;
    }

.tutor_name {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
}

.cate_name {
    color: #b2b2b2;
    margin-top: 0;
}

.tutor_box {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.overlay {
    position: absolute;
    height: 100%;
    top: 80%;
    width: 100%;
    padding: 0 20px;
}

.pos_dv {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.mid_box {
    display: table;
    height: 100%;
    width: 100%;
}

.center_box {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

    .center_box h4 {
        font-size: 20px;
        font-weight: 700;
    }

    .center_box .btn_tutor {
        padding: 6px 10px;
        font-size: 11px;
        margin-top: 0;
    }

/*======================== join_us section ===========================*/
.join_us {
    padding: 50px 0;
    background-color: #f8f8f8;
}

    .join_us h3 {
        margin-top: 0;
    }

    .join_us h4,
    .join_us p {
        text-align: center;
    }

        .join_us h4 a {
            font-size: 24px;
            text-align: center;
            color: #656565;
            margin-top: 0;
            font-family: 'OpenSans-Semibold';
        }

        .join_us p a {
            font-size: 18px;
            text-align: center;
            color: #838383;
        }

    .join_us img {
        margin-bottom: 30px;
    }

/*======================== Contact us ===================================*/
.contact_us {
    background: url(../img/banner2.png) no-repeat;
    background-size: cover;
    display: table;
    height: 350px;
    width: 100%;
    position: relative;
}

.overlay_box {
    padding: 50px 0;
    background-color: rgba(0, 0, 0, 0.8);
    height: 100%;
    width: 100%;
}

.contact_box {
    padding: 36px 0;
    text-align: center;
    border: 2px solid #525152;
}

    .contact_box h4 {
        font-size: 24px;
        color: #ffffff;
        text-transform: uppercase;
        font-family: 'Cabin-Bold';
    }

    .contact_box p {
        font-size: 30px;
        font-family: 'OpenSans-Light';
        color: #e0e0e0;
    }

.tel_txt {
    text-align: right;
    margin-right: 20px;
}

.email_txt:before {
    position: absolute;
    content: '|';
    font-family: 'OpenSans-Light';
    font-size: 38px;
    color: rgba(68, 68, 68, 0.38);
    left: -11px;
    top: -12px;
}

.email_txt {
    text-align: left;
    margin-left: 20px;
}

.btn_faqs {
    color: #ffffff;
    font-size: 23px;
    margin-top: 40px;
    background-color: #5c5a5b;
    padding: 10px 10%;
    font-weight: 700;
    border-radius: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}

    .btn_faqs:hover {
        color: #5c5a5b;
        background-color: #fff;
    }

.btn.icon-btn-md {
    padding: 10px;
    position: absolute;
    top: -5px;
    right: -8px;
}

/*===============================      classes =============================*/

.uppercase {
    text-transform: uppercase;
}

.goal .btn_contact {
    background-color: #45d194;
    width: 90%;
    margin-top: 20px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    border: 1px solid #45d194;
}

.darkergrayclr {
    color: #707070 !important;
}

#ielts_content .goal {
    padding: 10px 8px;
}

#class_tab ul.nav li:last-child {
    float: right;
}

#class_tab select.form-control {
    height: 30px;
    font-size: 15px;
    font-family: 'OpenSans-Semibold';
    color: #999999;
    border-radius: 3px;
    padding: 8px 15px;
    background-color: #ffffff;
    border: none;
}

#class_tab .tab-content {
    margin-top: 30px;
}

.p_img_ul li {
    margin: 15px 0;
    margin-right: -25px;
}

#class_tab .h3_box {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px;
    height: 41px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}

/*=======================new css for msg ==================*/
.Messege_box table tbody tr td .media .media_box {
    width: 165px;
    padding: 1% 0;
}

.msg_box_text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px;
    max-height: 54px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
}

/**/

.Messege_box .media {
    margin-top: 0;
}

    .Messege_box .media .user_name {
        font-size: 17px;
        color: #717171;
        position: relative;
        top: 10px;
    }

.space15 {
    margin-top: 10px !important;
}

/*============================ new css for dashboardcourcedetail.html ==========================*/
.menu_header {
    margin: 20px 0;
}

.fav_box {
    position: absolute;
    right: 20px;
    top: 8px;
}

    .fav_box .btn_fav {
        color: #c2c2c2;
        background-color: transparent;
        border: 1px solid #c2c2c2;
        border-radius: 5px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .fav_box span {
        width: 30px;
        height: 20px;
        background-color: #e8e8e8;
        padding: 7px;
        position: relative;
        top: 2px;
        color: #868686;
        border-radius: 5px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

.menu_box {
    background-color: #ffffff;
    padding: 10px;
    height: 50px;
    position: relative;
}


    .menu_box ul {
        width: 80%;
        margin-top: 5px;
    }

        .menu_box ul li a {
            padding: 15px 8px;
            font-size: 15px;
            color: #aaaaaa;
            position: relative;
            border-bottom: 2px solid transparent;
            transition: 0.5s;
            -webkit-transition: 0.5s;
            -moz-transition: 0.5s;
            -o-transition: 0.5s;
        }

        .menu_box ul.dropdown-menu li a {
            padding: 6px 15px;
            font-size: 15px;
            color: #aaaaaa;
            position: relative;
            border-bottom: 2px solid transparent;
            transition: 0.5s;
            -webkit-transition: 0.5s;
            -moz-transition: 0.5s;
            -o-transition: 0.5s;
        }

            .menu_box ul.dropdown-menu li a span {
                background-color: transparent;
            }

        .menu_box ul.dropdown-menu li {
            border-bottom: 1px solid #ccc;
        }

            .menu_box ul.dropdown-menu li:last-child {
                border-bottom: 1px solid transparent;
            }

.fa-plus-circle {
    color: #45d194;
}

.btn_drop {
    padding: 1px 11px;
    font-size: 20px;
    color: #aaaaaa;
    background-color: transparent;
    border: 1px solid #aaaaaa;
}

.menu_box .fav_box ul.dropdown-menu {
    left: auto;
    right: 0;
    width: 100%;
    padding: 0;
}


.menu_box ul li a:hover, .menu_box ul li a:focus:after, .menu_box ul li.active a:hover {
    color: #707070;
}

    .menu_box ul li a:hover:after, .menu_box ul li a:focus:after, .menu_box ul li.active a:after {
        width: 68px;
    }

.menu_box ul li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-bottom: 2px solid #bd1c2f;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}

.white_box4 {
    background-color: #ffffff;
    padding: 10px 0;
    border-radius: 4px;
    box-shadow: 0 2px 5px #ededed;
    margin-bottom: 20px;
}

    .white_box4 h3 {
        border-bottom: 1px solid #e1e1e1;
        padding-bottom: 15px;
        color: #828282;
        font-size: 22px;
        font-family: 'OpenSans-Semibold';
    }

        .white_box4 h3 span {
            margin-left: 15px;
        }

    .white_box4 .form-group {
        padding: 0 10px;
    }

    .white_box4 input.form-control {
        color: #a5a5a5;
        background-color: #f8f8f8;
        border-radius: 5px;
    }

    .white_box4 .panel-group {
        margin-bottom: 20px;
        padding: 0 10px;
    }


    .white_box4 .panel-heading {
        padding: 15px 15px;
    }

    .white_box4 .panel-body {
        padding: 0;
    }

.dash_profile .white_box4 .table > tbody > tr > td {
    padding: 10px 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-bottom: 1px solid #eee;
}

.white_box4 .checkbox {
    margin-top: 0;
    margin-bottom: 0;
}

.panel-default > .panel-heading {
    color: #7e7e7e;
    font-family: 'OpenSans-Semibold';
    background-color: #f8f8f8;
    border-color: transparent;
    border-bottom: 0;
}

.dash_profile .white_box4 .table > tbody > tr > td:last-child {
    font-size: 22px;
    font-family: 'OpenSans-Semibold';
    color: #56cb7a;
}

.dash_profile .white_box4 .table {
    margin: 0;
}

.white_box4 .panel-title {
    position: relative;
}

    .white_box4 .panel-title:after {
        content: '\f0d8';
        position: absolute;
        right: 0;
        top: 0;
        font-family: 'FontAwesome';
        font-size: 20px;
    }

    .white_box4 .panel-title.collapsed:after {
        content: '\f0d7';
        position: absolute;
        right: 0;
        top: 0;
        font-family: 'FontAwesome';
        font-size: 20px;
    }

.dash_profile .white_box4 table > tbody > tr > td:last-child {
    text-align: left;
}

.white_box4 label {
    float: none;
}

.dash_profile .white_box4 .table > tbody > tr > td .checkbox label {
    color: #656565;
    font-size: 15px;
}

.dash_profile .white_box4 .table > tbody > tr > td:last-child p {
    font-size: 14px;
    font-family: 'OpenSans-Semibold';
    color: #838383;
    font-weight: 700;
}

.btn_enroll {
    width: 100%;
    background-color: #6a6a6a;
    font-size: 18px;
    border: 1px solid #6a6a6a;
    padding: 10px;
    color: #ffffff;
    margin-top: 20px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}

    .btn_enroll:hover {
        background-color: #fff;
        color: #6a6a6a;
    }

.btn_own {
    width: 100%;
    background-color: #e88d69;
    font-size: 18px;
    border: 1px solid #e88d69;
    padding: 10px;
    color: #ffffff;
    margin: 20px 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}

    .btn_own:hover {
        background-color: #fff;
        color: #e88d69;
    }

.dollor {
    color: #56cb7a;
    font-weight: 700;
    margin-right: 30px;
}

h4 span:last-child {
    color: #c2c2c2;
    font-weight: 100;
}

.owl_item .item {
    padding: 0 10px;
}

.owl-next {
    position: absolute;
    right: -30px;
    top: 43%;
}

.owl-prev {
    position: absolute;
    left: -30px;
    top: 43%;
}

    .owl-next img, .owl-prev img {
        width: 30px;
    }

.course_slider h3 span {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
}


/*====================================================================================================*/
/*=========================================== Invite.html =========================================================*/
.invite_content {
    background: url(../img/invite-banner.jpeg) no-repeat;
    background-size: cover;
    display: table;
    height: 850px;
    width: 100%;
}

.invite_table {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.60);
}

    .invite_table h1 {
        font-size: 44px;
        color: #ffffff;
        text-align: center;
        font-family: 'OpenSans-Bold';
        text-shadow: 0 0 5px #737373;
        line-height: 70px;
        margin-top: 0;
    }

    .invite_table h4 {
        font-size: 20px;
        color: #ffffff;
        text-align: center;
        font-family: 'OpenSans-Semibold';
        text-shadow: 0 0 5px #737373;
    }

.btn_gmail {
    width: 100%;
    font-size: 22px;
    background: url(../img/msg_icon.png) no-repeat;
    background-color: #4667ac;
    padding: 15px;
    background-position: 5%;
    color: #ffffff;
    font-family: 'OpenSans-Semibold';
}

    .btn_gmail:hover {
        background-color: #ffffff;
        color: #4667ac;
    }

.or {
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    margin: 20px 0;
    font-family: 'OpenSans-Semibold';
}

.invite_content .input-group input.form-control {
    background-color: #ffffff;
    border-radius: 4px;
    font-size: 22px;
    height: 60px;
    font-family: 'OpenSans-Semibold';
    padding: 10px;
}

    .invite_content .input-group input.form-control::placeholder {
        font-size: 22px;
    }

.invite_content .input-group .btn_add {
    margin-left: 20px;
    border-radius: 4px;
    font-size: 22px;
    padding: 14px 20px;
    color: #ffffff;
    font-family: 'OpenSans-Semibold';
    background-color: #45d194;
}

.separate_text {
    font-size: 16px;
    color: #ffffff;
}

.or1 {
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    margin: 10px 0;
}
/*====================================================================================================*/
/*====================================================================================================*/
/*====================================================================================================*/
/* =================================== Learning.html ===================================== */

.navbar-form .input-group {
    background-color: #ffffff;
    padding: 0 10px;
    border-radius: 5px;
    margin-top: 5px;
}

    .navbar-form .input-group input.form-control {
        height: 30px;
        border-radius: 0;
        padding: 0 10px;
        border: 1px solid transparent;
        font-size: 15px;
        color: #333743;
        background-color: transparent;
        letter-spacing: 0.5px;
        box-shadow: none;
    }

.navbar-form .input-group {
    width: 300px;
    height: 30px;
}

    .navbar-form .input-group .input-group-btn {
        padding: 0;
    }

        .navbar-form .input-group .input-group-btn:first-child > .btn {
            background-color: transparent;
            padding: 0;
        }

.secondary_menu {
    padding: 15px 0;
    background-color: #ffffff;
    box-shadow: 0 0 10px #8e8e8e;
}

    .secondary_menu ul li a {
        font-family: 'OpenSans-Semibold';
        color: #b5b5b5;
    }

        .secondary_menu ul li a:hover {
            color: #636363;
        }

    .secondary_menu ul li.active a {
        color: #636363;
    }

.main_content .s_tab {
    display: none;
    margin-top: 15px;
    height: auto;
}

    .main_content .s_tab.active {
        display: block;
    }

.main_content h3 {
    font-size: 36px;
    font-family: 'OpenSans-Bold';
}

.box_white {
    background-color: #ffffff;
}

.main_content .tab-content .tab-pane {
    padding: 15px;
}

    .main_content .tab-content .tab-pane h3 {
        font-size: 24px;
        color: #7b7b7b;
        font-family: 'OpenSans-Semibold';
        text-transform: uppercase;
        margin-top: 10px;
    }

    .main_content .tab-content .tab-pane input.form-control {
        height: 30px;
        border-radius: 5px;
        padding: 15px;
        border: 1px solid transparent;
        font-size: 15px;
        color: #333743;
        background-color: #f6f6f6;
        letter-spacing: 0.5px;
        box-shadow: none;
    }

    .main_content .tab-content .tab-pane select.form-control {
        height: 30px;
        border-radius: 5px;
        padding: 0px 10px;
        border: 1px solid transparent;
        font-size: 15px;
        color: #acacac;
        background-color: #f6f6f6;
        letter-spacing: 0.5px;
        box-shadow: none;
    }

        .main_content .tab-content .tab-pane select.form-control option {
            color: #acacac;
        }

.txt {
    margin-top: -5px;
    color: #c9c9c9;
}

.btn_save {
    float: right;
    font-size: 18px;
    padding: 8px 20px;
    background-color: #45d194;
    color: #ffffff;
    border: 1px solid #45d194;
    font-family: 'OpenSans-Semibold';
}

    .btn_save:hover {
        background-color: #ffffff;
        color: #45d194;
    }

/*=========== checkbox css =============*/

.switch {
    position: relative;
    display: inline-block;
    width: 47px;
    height: 20px;
    margin-top: 15px;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "=";
        height: 20px;
        font-family: 'FontAwesome';
        width: 20px;
        left: 1px;
        text-align: center;
        bottom: 0px;
        color: #ccc;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        border: 1px solid #484848;
    }



input:checked + .slider {
    background-color: #45d093;
    /*content: '\f00c';
  font-family:'FontAwesome';*/
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
    /*content: '\f00c';
  font-family:'FontAwesome';*/
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.label_check {
    display: inline-block;
    text-align: right;
    position: absolute;
    right: 70px;
    margin-top: 15px;
    color: #7f7f7f;
}

.acc_deactive {
    font-size: 16px;
    font-family: 'OpenSans-Semibold';
    color: #848484;
}

.deactiv_ul {
    padding-left: 10px;
    position: relative;
    margin-top: 10px;
}

    .deactiv_ul li {
        font-size: 14px;
        color: #7f7f7f;
    }

        .deactiv_ul li:before {
            content: '-';
            position: absolute;
            left: 0;
        }

.main_content h4 {
    font-size: 18px;
    color: #848484;
    font-family: 'OpenSans-Semibold';
    line-height: 25px;
}

.revenues_txt {
    font-size: 16px;
    color: #848484;
    font-family: 'OpenSans-Semibold';
    line-height: 25px;
}

    .revenues_txt span {
        color: #45d194;
    }

.btn_deactive {
    font-size: 18px;
    color: #ffffff;
    padding: 10px 20px;
    float: right;
    background-color: #d8d8d8;
    border: 1px solid #d8d8d8;
    font-family: 'OpenSans-Semibold';
}

    .btn_deactive:hover {
        color: #d8d8d8;
        background-color: #ffffff;
    }

#setting .go_there ul li a {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
}

    #setting .go_there ul li.active a, #setting .go_there ul li a:hover {
        color: #636363;
    }

/*=============== security ====================*/

#Security h3 {
    text-transform: capitalize;
}

#Account .checkbox2 label {
    float: right;
    margin-top: 15px;
}



#Account label, #Security label, #Billing label {
    font-size: 16px;
    text-align: left;
    float: none;
    color: #989898;
    margin-top: 5px;
}

#Account label {
    text-transform: uppercase;
    margin-top: 12px;
}

#Security .form-group, #Billing .form-group {
    margin-bottom: 30px;
}

.grey_color {
    color: #7f7f7f;
    font-size: 13px;
}

.btn_edit {
    padding: 0;
    margin-top: 15px;
    background-color: transparent;
}

.edit_txt {
    font-size: 16px;
    margin-top: -5px;
}

/*================== billing ==================*/

.email_edit {
    text-align: right;
    margin-top: 5px;
    font-size: 16px;
}

    .email_edit .btn_edit {
        margin-top: 0;
        margin-left: 10px;
    }

/*=========================== check box css new ==========================*/

.checkbox1 {
    padding-left: 5px;
}

    .checkbox1 label {
        display: inline-block;
        position: relative;
        padding-left: 5px;
        cursor: pointer;
    }

        .checkbox1 label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-top: 3px;
            margin-left: -20px;
            border: 1px solid #e2e2e2;
            border-radius: 0px;
            background-color: #e2e2e2;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

        .checkbox1 label::after {
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 16px;
            left: 0;
            margin-top: 3px;
            top: 0;
            background-color: #555555;
            margin-left: -20px;
            padding-left: 0;
            padding-top: 1px;
            font-family: 'OpenSans-Light';
            font-size: 11px;
            color: #eee;
        }

    .checkbox1 input[type="checkbox"] {
        opacity: 0;
    }

        .checkbox1 input[type="checkbox"]:focus + label::before {
            outline: none;
        }

        .checkbox1 input[type="checkbox"]:checked + label::after {
            font-family: 'FontAwesome';
            content: "\f00c";
        }

        .checkbox1 input[type="checkbox"]:disabled + label {
            opacity: 0.65;
        }

            .checkbox1 input[type="checkbox"]:disabled + label::before {
                background-color: #eeeeee;
                cursor: not-allowed;
            }

    .checkbox1.checkbox-circle label::before {
        border-radius: 50%;
    }


/*==================notifcation =======================*/

#Notifications table tbody tr td:first-child {
    text-align: left;
}

#Notifications table tbody tr:nth-child(1) td {
    border-bottom: 1px solid transparent;
}

#Notifications table tbody tr td {
    text-align: center;
}

    #Notifications table tbody tr td p {
        font-size: 18px;
        margin: 10px 0;
        font-family: 'OpenSans-Semibold';
        color: #989898;
    }

    #Notifications table tbody tr td label {
        float: none;
    }

.notify_txt {
    font-size: 20px;
    font-family: 'OpenSans-Semibold';
}

    .notify_txt span {
        position: relative;
        top: 10px;
    }

.width100 {
    width: 100px;
}

.go_there ul.nav.nav-tabs li a {
    font-size: 16px;
    width: 190px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

/*================== active tab ====================*/

#Active table, #Completed table {
    margin-bottom: 0;
}

    #Active table tbody tr:first-child, #Completed table tbody tr:first-child {
        border-bottom: 1px solid #464646;
    }

        #Active table tbody tr:first-child p, #Completed table tbody tr:first-child p {
            font-family: 'OpenSans-Bold';
            text-transform: uppercase;
            color: #c4c4c4;
        }

#Active .h3_box, #Completed .h3_box {
    overflow: hidden;
    width: 400px;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px;
    max-height: 42px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
}

.pad30 {
    padding: 20px;
}

#Active .media_box, #Completed .media_box {
    width: 163px;
}

#Active .h3_box h4, #Completed .h3_box h4 {
    margin: 0;
}

#Active table tbody tr td, #Completed table tbody tr td {
    vertical-align: middle;
}

    #Active table tbody tr td:nth-child(3), #Active table tbody tr td:nth-child(4), #Active table tbody tr td:nth-child(5), #Active table tbody tr td:nth-child(6),
    #Completed table tbody tr td:nth-child(3), #Completed table tbody tr td:nth-child(4), #Completed table tbody tr td:nth-child(5), #Completed table tbody tr td:nth-child(6) {
        text-align: center;
    }

    #Active table tbody tr td .user_name, #Completed table tbody tr td .user_name {
        margin-top: 5px;
    }

#Active, #Completed {
    padding: 0;
}

.btn_active {
    font-size: 16px;
    padding: 3px 15px;
    background-color: #54cd87;
    color: #ffffff;
    border: 1px solid #54cd87;
}

    .btn_active:hover {
        background-color: #ffffff;
        color: #54cd87;
    }

.ratting_box {
    padding: 0 5px;
    width: 100%;
    text-align: center;
}

    .ratting_box ul {
        margin-top: -8px;
        text-align: right;
    }

        .ratting_box ul li a .fa {
            font-size: 20px;
        }

.category-text {
    font-size: 18px;
    margin: 0;
    color: #8c8c8c;
    text-align: left;
}

.ratting_box h4 {
    font-size: 21px;
    text-align: left;
    position: relative;
    font-weight: 700;
}


.ratting_box .btn_save {
    float: none;
}

#course_ratting .star_ul1 li a {
    color: #e8e8e8;
    transition: 0.5s all;
}

    #course_ratting .star_ul1 li a:hover {
        color: #fdd473;
    }

/*============================== requestes ============================*/

#requestes label {
    float: none;
    font-size: 16px;
    color: #7b7b7b;
    font-family: 'OpenSans-Semibold';
}

#requestes select.form-control {
    color: #cecece;
    font-size: 16px;
    border: none;
}

.price-range, .range-input {
    border: none;
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
    width: auto;
}

#requestes .slider {
    position: relative;
    background: #f0f0f0;
    border: none;
}

.range-input {
    border: 1px solid #eee;
    border-radius: 25px;
    width: 200px;
    font-size: 18px;
    margin-bottom: 15px;
    text-align: center;
    color: #8f8f8f;
}

#requestes .slider:before {
    display: none;
}

#requestes hr {
    margin: 30px 0;
}

#requestes textarea.form-control {
    border: 1px solid transparent;
    min-height: auto;
}

/*========================= team account ========================*/
#account h4 {
    margin-top: 8px;
    font-family: 'OpenSans-Semibold';
    font-size: 26px;
    color: #7b7b7b;
    text-transform: uppercase;
}


#account .email_edit {
    text-align: right;
    margin-top: 5px;
    font-size: 20px;
}

    #account .email_edit .btn_edit img {
        width: 20px !important;
    }

.btn_plus {
    background-color: transparent;
    padding: 0;
    padding-bottom: 8px;
}

#account .input-group {
    width: 100%;
    border: none;
}

    #account .input-group input.form-control {
        background-color: #f8f8f8;
        height: 30px;
        border-radius: 4px;
        padding: 5px;
    }

    #account .input-group .input-group-btn {
        border-radius: 4px;
    }

        #account .input-group .input-group-btn .btn_add {
            margin-left: 10px;
            padding: 8px 20px;
            font-size: 16px;
            border-radius: 4px;
            color: #ffffff;
            background-color: #4d4d4d;
            font-family: 'OpenSans-Semibold';
        }

#account label {
    float: none;
}

#account input.form-control {
    background-color: #f8f8f8;
    height: 30px;
}

.btn_delete {
    width: 100%;
    background-color: transparent;
    color: #be1c2f;
    font-size: 16px;
}

    .btn_delete span {
        position: relative;
        top: 2px;
        margin-left: 5px;
    }


/*============================= my courses =============================*/

.Enrolled_box {
    position: absolute;
    top: -23px;
    width: 100%;
    border-bottom: 1px solid #cccccc;
}

.map_box span:first-child img {
    position: relative;
    top: -10px;
}

.map_text {
    font-size: 12px;
    line-height: 16px;
    color: #636363;
    margin-top: 7px;
    font-family: 'OpenSans-Semibold';
}

.pad10 {
    padding: 10px;
}

/*========================================= mycourses ===================================================*/

#mycourses h3 {
    font-size: 24px;
    color: #626262;
    margin-top: 0;
}

#mycourses ul li p {
    color: #bfbfbf;
    font-family: 'OpenSans-Semibold';
}

    #mycourses ul li p span {
        color: #8b8c8c;
    }

#mycourses .price_tag {
    font-size: 44px;
    font-family: 'OpenSans-Bold';
    color: #54cd87;
    text-align: right;
}

.question {
    font-size: 20px;
}

#mycourses .p_img_ul li {
    margin: 5px 0;
    margin-right: -30px;
}

.text_solve {
    font-size: 13px;
    color: #333;
    margin: 10px 0;
}

.start_end_ul {
    text-align: center;
}

    .start_end_ul li {
        width: 32.33333%;
        position: relative;
    }

#mycourses ul.start_end_ul li p span {
    font-size: 18px;
    line-height: 50px;
}

#mycourses ul.start_end_ul li:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 50px;
    border-right: 1px solid #eee;
    right: 0;
    top: 20px;
}

#mycourses ul.start_end_ul li:last-child:after {
    display: none;
}

#mycourses table {
    margin: 0;
}

    #mycourses table tbody tr {
        border-bottom: 1px solid #e6e6e6;
    }

        #mycourses table tbody tr:last-child {
            border-bottom: 1px solid transparent;
        }

        #mycourses table tbody tr td:last-child {
            text-align: left;
        }

        #mycourses table tbody tr.me {
            background-color: #fbfbfb;
        }

        #mycourses table tbody tr td {
            padding: 8px 10px;
            vertical-align: top;
        }

            #mycourses table tbody tr td .user_name {
                color: #505050;
                font-size: 18px;
                font-family: 'OpenSans-Semibold';
            }

            #mycourses table tbody tr td .date_txt {
                text-align: right;
                font-size: 13px;
                color: #d3d3d3;
            }

.white_off {
    background-color: #f9f9f9;
    padding: 5px;
    border-radius: 3px;
    box-shadow: 2px 1px 3px #ccc;
}

    .white_off ul:first-child {
        text-align: right;
        margin: 10px 0;
    }

.text_area {
    background-color: #ffffff;
}

    .text_area textarea.form-control {
        background-color: #ffffff;
        border: none;
        border-bottom: 1px solid #ccc;
    }

        .text_area textarea.form-control:focus {
            box-shadow: none;
        }

.white_off ul:last-child {
    text-align: right;
    margin: 10px 0;
}

    .white_off ul:last-child li:first-child {
        float: left;
    }

.btn_smile {
    background-color: transparent;
    padding: 0;
    margin-top: -22px;
}

.white_off .btn_save {
    padding: 8px 50px;
}

.btn_displute {
    background: #7dca7d;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    border: 1px solid #7dca7d;
}

    .btn_displute:hover {
        background: #fff;
        color: #7dca7d;
    }

/*=============================================== Favriotes =====================================================*/
.create_link {
    text-align: center;
}


.collection_box p {
    font-size: 16px;
    font-family: 'OpenSans-Semibold';
    color: #434343;
}

.collection_box input.form-control {
    height: 30px;
    border: 1px solid green;
    border-radius: 4px;
    margin: 12px 14px;
    width: 88%;
    font-size: 16px;
}

.btn_create {
    width: 88%;
    color: #ffffff;
    font-family: 'OpenSans-Semibold';
    font-size: 15px;
    background-color: green;
}

.collection_box #btn_closed {
    position: absolute;
    top: 14px;
    right: 15px;
    font-size: 30px;
    background-color: transparent;
    padding: 0;
}


.fav_box1, .fav_box2, .fav_box3 {
    text-align: center;
    height: 300px;
    width: 90%;
    background-color: #ffffff;
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 4px;
    box-shadow: 2px 2px 10px #cccccc;
}

.fav_box2 {
    position: absolute;
    top: 10px;
    left: 27px;
    width: 82%;
}

.fav_box3 {
    position: absolute;
    top: 20px;
    left: 39px;
    width: 82%;
}

.box_fav {
    position: relative;
    margin-top: 30px;
}

.white_box10 {
    background-color: #f8f8f8;
    padding: 30% 0;
    height: 70%;
}

.pink_box {
    background-color: #f58686;
    height: 70%;
}

.white_box10 .create_link {
    font-size: 18px;
    font-family: 'OpenSans-Semibold';
    color: #707070;
}

.text_box1 {
    text-align: left;
    padding: 10px 2px;
}

.text_box1 {
    text-align: left;
    padding: 10px 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px;
    height: 60px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-bottom: 0;
}

.fav_box3 p {
    margin-left: 3px;
}

.text_box1 h4 {
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 0;
}

.emoji-wysiwyg-editor {
    padding: 6px;
    padding-right: 35px;
    margin-bottom: 0px;
    min-height: 150px !important;
    height: 30px;
    max-height: 284px;
    overflow: auto;
    line-height: 17px;
    border: 1px solid transparent !important;
    border-radius: 2px;
    -webkit-box-shadow: none;
    background-color: #FFF;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -webkit-user-select: text;
    word-wrap: break-word;
}

.emoji-picker-icon {
    cursor: pointer;
    position: absolute;
    right: 39px !important;
    bottom: -42px !important;
    font-size: 20px;
    opacity: 0.7;
    top: auto !important;
}

.emoji-menu {
    position: absolute;
    right: 0;
    z-index: 999;
    width: 225px;
    overflow: hidden;
    border: 1px #dfdfdf solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    bottom: -9px !important;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

/*====================================================================================================*/


/*========================================  Dispute =================================================*/
#dispute h3.s-title {
    font-family: 'OpenSans-Semibold';
    color: #6a6a6a;
    font-size: 36px;
}

#dispute p.sb-title {
    font-size: 20px;
}

#dispute p.question_txt {
    font-size: 22px;
    color: #585858;
    font-family: 'OpenSans-Semibold';
}

#dispute h4 {
    font-size: 17px;
}

#dispute .price_tag {
    text-align: left;
    color: #54cd87;
    font-size: 20px;
    font-family: 'OpenSans-Bold';
}

#dispute .fav_box3 {
    width: 100%;
    height: auto;
    position: relative;
    text-align: left;
    top: 0;
    left: 0;
}

#dispute .pink_box {
    background-color: #f58686;
    height: 181px;
}

#dispute table {
    margin: 0;
}

    #dispute table tr td:first-child {
        color: #999999;
    }

    #dispute table tr td:last-child {
        color: #7c7c7c;
        font-family: 'OpenSans-Semibold';
    }

#dispute .fav_box3 hr {
    margin: 5px 0;
}


/*====================================== radio button css ===================================*/
#dispute .radio {
    padding-left: 20px;
    margin: 20px 0;
}

    #dispute .radio label {
        display: block;
        position: relative;
        padding-left: 5px;
        float: none;
        font-size: 20px;
        color: #a7a7a7;
    }

        #dispute .radio label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            top: 6px;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 50%;
            background-color: transparent;
            -webkit-transition: border 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out;
            transition: border 0.15s ease-in-out;
        }

        #dispute .radio label::after {
            display: inline-block;
            position: absolute;
            content: " ";
            width: 11px;
            height: 11px;
            left: 3px;
            top: 9px;
            margin-left: -20px;
            border-radius: 50%;
            background-color: #555555;
            -webkit-transform: scale(0, 0);
            -ms-transform: scale(0, 0);
            -o-transform: scale(0, 0);
            transform: scale(0, 0);
            -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        }

    #dispute .radio input[type="radio"] {
        opacity: 0;
    }

        #dispute .radio input[type="radio"]:focus + label::before {
            outline: none;
        }

        #dispute .radio input[type="radio"]:checked + label::after {
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1);
        }

        #dispute .radio input[type="radio"]:disabled + label {
            opacity: 0.65;
        }

            #dispute .radio input[type="radio"]:disabled + label::before {
                cursor: not-allowed;
            }


/*====================================================================================================*/
/*====================================================================================================*/
/*========== BecomeTutor.html ============*/

.tutor_banner {
    background: url(../img/tutor_banner.png) no-repeat;
    width: 100%;
    height: 390px;
    background-size: cover;
    display: table;
}

hr.hr_tutor {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.tutor_tab {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}

.tutor_banner .title {
    color: #fff;
    font-size: 54px;
    text-align: center;
    margin: 0;
}

.tutor_form {
    padding: 30px 0;
}

    .tutor_form label {
        float: none;
        font-size: 24px;
        color: #7b7b7b;
        text-transform: uppercase;
    }

    .tutor_form .form-control {
        height: 39px;
        border-radius: 4px;
        background-color: #ffffff;
    }

    .tutor_form input.form-control {
        border: 1px solid #ececec;
    }

.pad5 {
    padding: 0 5px;
}

.btn_fb, .btn_gplus {
    font-size: 16px;
    color: #a2a2a2;
    width: 49.5%;
    padding: 6px 20px;
}

    .btn_fb .social_txt, .btn_gplus .social_txt {
        position: relative;
        top: 5px;
    }

    .btn_fb .social_icons, .btn_gplus .social_icons {
        font-size: 25px;
        float: left;
    }

    .btn_fb:hover {
        background-color: #3b5999;
        color: #fff;
    }

    .btn_gplus:hover {
        background-color: #cf4c3c;
        color: #fff;
    }

.box_input {
    background-color: #fafafa;
    width: 100%;
    padding: 3px;
}

.padleft1 {
    padding-left: 2px;
}

.btn_add {
    padding: 6px 20px;
    background-color: transparent;
    font-size: 18px;
    color: #7b7b7b;
    font-family: 'OpenSans-Semibold';
}

.btn_cancel {
    background-color: transparent;
    font-size: 16px;
    color: #a7a7a7;
}

.content_box {
    background-color: #f1f1f1;
    padding: 2px;
    width: 100%;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: -15px;
}

.add_box1, .add_box2 {
    background-color: #f1f1f1;
    padding: 5px 0 5px 10px;
    margin-top: 10px;
}

    .add_box1 p, .add_box2 p {
        margin-top: 5px;
    }

.content_box p {
    margin-top: 5px;
    margin-left: 5px;
}

.tutor_form .radio {
    padding-left: 20px;
    float: right;
    position: relative;
    top: -5px;
    margin-left: 0;
}

    .tutor_form .radio input[type="radio"], .tutor_form .radio-inline input[type="radio"] {
        margin-left: 0;
    }

    .tutor_form .radio label {
        display: inline-block;
        position: relative;
        padding-left: 5px;
        font-size: 14px;
        width: 100px;
        color: #7b7b7b;
        height: 50px;
        border-radius: 3px;
        background-color: #eeeeee;
        text-align: center;
        padding: 13% 0;
        border: 1px solid transparent;
    }

    /*.tutor_form .radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width:100px;
  height:50px;
  left: 0;
  margin-left:0;  
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out; 
}

.tutor_form .radio label::after {
  display: inline-block;
  position: absolute;
  content: "";
  width:99px;
  height:49px;
  left: 0px;
  top: 0px;
  z-index:1;
  margin-left:0;
  border-radius:3px;
  background-color:transparent;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); 
}*/

    .tutor_form .radio input[type="radio"] {
        opacity: 0;
    }

        .tutor_form .radio input[type="radio"]:focus + label::before {
            outline: none;
        }

        .tutor_form .radio input[type="radio"]:checked + label {
            color: #fff;
            background-color: #585858;
        }

            .tutor_form .radio input[type="radio"]:checked + label::after {
                -webkit-transform: scale(1, 1);
                -ms-transform: scale(1, 1);
                -o-transform: scale(1, 1);
                transform: scale(1, 1);
            }

    .tutor_form .radio.radio-inline {
        margin-top: 0;
    }

.off_white_box {
    background-color: #fafafa;
    padding: 3px;
    margin-top: 20px;
}

.tutor_form .white_box {
    padding: 20px 30px;
}

.img_content {
    width: 100%;
    height: 160px;
    border-radius: 50%;
    background-color: #f9f9f9;
    text-align: center;
    position: relative;
}

    .img_content label {
        cursor: pointer;
        position: absolute;
        left: 0;
        right: 0;
        top: auto;
        bottom: 0;
    }

        .img_content label img {
            width: 30px;
        }

.vertical-mid {
    display: flex;
    align-items: center;
}

.sub_title {
    font-size: 24px;
    color: #7b7b7b;
    margin-top: 0;
    font-family: 'OpenSans-Semibold';
}

label.sm-label {
    font-size: 15px;
}

.textarea_box {
    background-color: #f9f9f9;
    padding: 10px;
}

    .textarea_box textarea.form-control {
        background-color: transparent;
        border: none;
    }

        .textarea_box textarea.form-control:focus {
            box-shadow: none;
        }

    .textarea_box p span {
        float: right;
    }

        .textarea_box p span label {
            cursor: pointer;
        }

.btn_create_first {
    background-color: #45d194;
    color: #ffffff;
    font-size: 22px;
    border: 1px solid #45d194;
    padding: 10px 30px;
}

    .btn_create_first:hover {
        background-color: #ffffff;
        color: #45d194;
    }
/*====================================================================================================*/
/*====================================================================================================*/

/*=========================  All media Query ====================================*/


@media(max-width:1440px) {
    .banner_section {
        height: 700px;
    }
}


@media(max-width: 1200px) {
    .col {
        margin: 1% 10px 1% 10px;
    }

    .span_1_of_7, .span_2_of_7, .span_3_of_7, .span_4_of_7, .span_5_of_7, .span_6_of_7, .span_7_of_7 {
        width: 23%;
    }

    .day_detail li p:after {
        left: -20%;
    }

    .day_detail li p {
        margin-left: 40px;
    }
}


@media(max-width:1024px) {
    .btn_displute {
        margin-bottom: 25px;
    }

    .space15 {
        margin-top: 15px !important;
    }

    .fix_menu_none .header ul.navbar-nav > li > a {
        padding: 10px 9px;
        font-weight: bold;
        font-size: 14px;
    }

    .fix_menu_none .header.header-sticky.sticky ul.navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 14px;
    }

    .message_box {
        right: -182%;
    }

    .tab-pane:first-child, .tab-pane:nth-child(2) {
        background-color: #fff;
        margin-top: 0;
    }

    #setting.tab-pane:first-child {
        background-color: transparent;
    }

    #class_tab .tab-pane:first-child, .tab-pane:nth-child(2) {
        background-color: transparent;
        margin-top: 0;
    }

    #application .tab-pane {
        background-color: transparent;
    }

    #application .nav-tabs > li > a {
        font-size: 15px;
    }
    /*===================== Dashboard manage ====================*/

    .student_feedback {
        font-size: 13px;
    }

    .point {
        font-size: 85px;
        line-height: 75px;
    }

    .star_ul1 {
        margin-top: 5px;
    }

        .star_ul1 li {
            padding: 0 0px;
        }

            .star_ul1 li a {
                font-size: 20px;
            }

    .dash_profile .table > thead > tr > th, .dash_profile .table > tbody > tr > th, .dash_profile .table > tfoot > tr > th, .dash_profile .table > thead > tr > td, .dash_profile .table > tbody > tr > td, .dash_profile .table > tfoot > tr > td {
        padding: 10px 5px;
        font-size: 13px;
    }

    .setting_gear {
        top: 10px;
        right: 10px;
    }

    .comment_name {
        margin-top: 5px;
        font-size: 16px;
    }

    .about .panel-heading {
        padding: 10px 7px 10px 26px;
    }

    .about .panel-title {
        position: relative;
    }

        .about .panel-title:before {
            content: "";
            background: url(../img/minis.png)no-repeat;
            position: absolute;
            background-position: center;
            top: -2px;
            left: -22px;
        }

        .about .panel-title.collapsed:before {
            background: url(../img/plus1.png)no-repeat;
        }

    .comment_box p {
        font-size: 12px;
    }

    .about .panel-heading h4 {
        margin-bottom: 0;
    }
    /*============================================== dashboard manage====================== */
    .manage .list {
        padding: 0 9px;
    }

    /*=================================== analityc ==================================*/
    .rating_star h4 {
        color: #646464;
        font-size: 15px;
        font-weight: 600;
    }

    .newsletter_div p {
        font-size: 11px;
        color: #b6b6b6;
        text-transform: uppercase;
    }
    /*=================================== course detail ==================================*/
    .menu_box ul li a {
        padding: 15px 2px;
        font-size: 13px;
    }

    .upload_box h2 {
        font-size: 23px;
    }

    .file_cam {
        height: 112px;
        padding: 22px 0;
    }



    /*=============================== messege =====================================*/
    .msg_box_text {
        max-height: 69px;
        -webkit-line-clamp: 3;
    }
    /*=========================== invite =======================*/
    .btn_gmail {
        font-size: 17px;
    }

    .invite_content .input-group input.form-control {
        font-size: 16px;
    }
    /*======================== dispute =====================*/
    #dispute .text_box1 {
        height: 48px;
    }

    /*==================== tutor.html ======================*/
    .btn_fb, .btn_gplus {
        width: 49%;
    }

    .img_content {
        height: 130px;
    }

    .btn_add {
        padding: 6px 0px;
    }
}

@media only screen and (max-width: 991px) {
    .col {
        margin: 1% 0 1% 0%;
    }

    .span_1_of_7, .span_2_of_7, .span_3_of_7, .span_4_of_7, .span_5_of_7, .span_6_of_7, .span_7_of_7 {
        width: 25%;
    }
}

@media(max-width: 991px) {

    /*================ FAQ ==================*/
    #application .nav-tabs > li > a {
        font-size: 14px;
        line-height: 20px;
    }

    .banner_section1 {
        height: 300px;
    }

    .application_tab .panel .panel-title {
        font-size: 14px;
        padding: 13px 9px;
    }

    .application_tab .panel-body {
        font-size: 12.5px;
    }

    .application_tab .panel .panel-title:after {
        padding: 0 4.5px;
    }

    .header.header-transparent .navbar-toggle span.top-bar, .header.header-transparent .navbar-toggle span.middle-bar, .header.header-transparent .navbar-toggle span.bottom-bar {
        background-color: #434343;
    }


    /*========================================*/
    .img_title h5 {
        font-size: 15px;
        margin-bottom: 2px;
    }

    .img_title {
        padding: 10px 10px;
    }

    .mymenu li a {
        padding: 8px 15px 8px 0;
    }

    .newsletterbtn {
        height: 50px;
        font-size: 16px;
        letter-spacing: 1px;
    }

    #header.affix .menu_links li a {
        padding: 8px 0px 8px 12px;
        font-size: 13px;
    }

    .widget .widget-tittle-alt {
        margin-top: 20px;
    }

    .header .container, .header .container-fluid {
        position: relative;
        width: 100%;
        padding: 0;
    }

    .header .nav-logo {
        float: left;
        padding: 0 15px;
    }

    .header .navbar-toggle {
        position: relative;
        margin: 21px 15px;
        padding: 8px 10px;
    }

    .header.sticky .navbar-toggle {
        margin: 25px 15px;
    }

        .header.sticky .navbar-toggle span.top-bar, .header.sticky .navbar-toggle span.middle-bar, .header.sticky .navbar-toggle span.bottom-bar {
            background-color: #ffffff;
        }

    .fix_menu_none .header.header-sticky ul.navbar-nav li .dropdown-menu {
        background-color: transparent;
        position: static;
        float: none;
        width: auto;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-top: 1px solid #ffffff;
    }

        .fix_menu_none .header.header-sticky ul.navbar-nav li .dropdown-menu li a {
            color: #ffffff;
            background-color: #333743;
        }

    .box_bottom h2 {
        font-size: 23px;
    }

    .tutor_box img {
        width: 100%;
    }

    .tel_txt {
        text-align: right;
        margin-right: 0;
    }

    .email_txt {
        text-align: left;
        margin-left: 0;
    }

    .cate_name {
        color: #b2b2b2;
        margin-top: 0;
    }

    .header .nav-logo a img {
        float: left;
    }

    .logo {
        float: left;
        padding-top: 10px;
        display: initial;
    }

    #faq .header.header-transparent .navbar-collapse ul.navbar-nav > li > a {
        color: #ffffff;
    }

    .dash_profile .input-group {
        width: 100%;
    }

    .title {
        margin-top: 0;
        margin-left: 20px;
    }
    /*======================= calander =====================*/
    ul.title {
        margin-top: 0;
        margin-left: 0;
    }

    .open-add-box {
        width: 194px;
    }

    .open-question-box {
        width: 246px;
        padding: 8px;
        right: 53px;
    }
    /*========================== profile =========================*/
    .top_pos_txt {
        top: 2px !important;
    }
    /*================================ classes ==========================*/
    #class_tab {
        margin-top: 20px
    }

        #class_tab .tab-pane:first-child, .tab-pane:nth-child(2) {
            background-color: transparent;
            margin-top: 0;
        }

    /*======================= modal poppup ================================*/
    #upload_box .tab-content .tab-pane img {
        width: 141.5px;
    }

    /*======================= learner page =======================*/

    /*========== setting tab ===========*/

    .txt {
        font-size: 13px;
    }

    .switch, .label_check {
        margin-top: 6px;
    }

    #Account .checkbox2 label {
        margin-top: 6px;
    }

    #Account label {
        font-size: 14px;
    }

    .main_content h4 {
        font-size: 14px;
    }

    .edit_txt {
        font-size: 14px;
    }


    #Security label, #Billing label {
        font-size: 16px;
    }

    .main_content .tab-content .tab-pane h3 {
        font-size: 18px;
    }

    .notify_txt {
        font-size: 15px;
        font-family: 'OpenSans-Semibold';
    }

        .notify_txt span {
            position: relative;
            top: 2px;
        }

    .width100 {
        width: 75px;
    }
    /*===================  my cources ==================*/
    .go_there ul.nav.nav-tabs li a {
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    #Active .h3_box {
        width: 312px;
    }
    /*=========================== my fav courses ===================*/
    .fav_box1, .fav_box2, .fav_box3 {
        text-align: center;
        height: 242px;
    }

    .fav_box2 {
        position: absolute;
        top: 9px;
        left: 22px;
        width: 82%;
    }

    .fav_box3 {
        position: absolute;
        top: 18px;
        left: 30px;
        width: 82%;
    }

    .white_box10 {
        background-color: #f8f8f8;
        padding: 20% 0;
        height: 70%;
    }

    /*============= request ===============*/
    #requestes select.form-control {
        color: #cecece;
        font-size: 14px;
        border: none;
        position: relative;
    }

        #requestes select.form-control option {
            font-size: 12px;
            padding: 10px;
        }

    select, option {
        width: 100%;
    }
    /*================= Account ======================*/
    #account h4 {
        font-size: 20px;
    }

    .text_box1 h4 {
        line-height: 20px;
    }

    .text_box1 {
        line-height: 16px;
        height: 49px;
    }

    /*========================= tutoe.html =======================*/
    .img_content {
        height: 152px;
    }
}

@media(max-width: 990px) {
    .white_box2 .media-left {
        display: table-cell;
    }

    .dropup, .dropdown {
        position: relative;
        right: 0px;
    }

    .chart {
        position: relative;
        left: -21px;
    }

    .fix_menu_none .header.sticky .navbar-toggle span.top-bar, .fix_menu_none .header.sticky .navbar-toggle span.middle-bar, .fix_menu_none .header.sticky .navbar-toggle span.bottom-bar {
        background-color: #ffffff !important;
    }

    .fix_menu_none .header.sticky .navbar-toggle {
        margin: 25px 19px;
    }

    .fix_menu_none .header .navbar-toggle {
        margin: 25px 19px;
    }

    .fix_menu_none .header ul.navbar-nav > li > a {
        border-radius: 0;
    }

    .fix_menu_none .header .navbar-collapse ul.navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .daybtn {
        background: #f8f8f8;
        color: #999999;
        position: relative;
        left: -31px;
    }

    #last-ul {
        right: 0;
        left: auto;
    }

    .fix_menu_none .header.header-sticky.sticky .navbar-collapse ul.navbar-nav > li > a {
        padding: 10px 15px;
    }

    .message_box {
        right: 0;
        left: 0;
        width: 100%;
        position: relative;
        margin-top: 0;
    }

        .message_box .nav-tabs.nav-justified > li {
            float: left;
            width: 50%;
        }

        .message_box:after {
            display: none;
        }

    .course_slider {
        padding: 30px 0;
    }

    .owl-next, .owl-prev {
        display: none;
    }
}

@media(max-width:767px) {
    .fix_menu_none .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 15px 5px 20px;
    }

    #Notification {
        background-color: #fff;
    }

    .setting_text {
        display: inline-block;
        color: #ffffff;
        margin-left: 0;
    }

    span.caret {
        display: none;
    }

    .dropdown.open .setting_text {
        color: #ffffff;
    }

    /*.right {
        border-right: 1px solid transparent;
    }*/

    .modal {
        z-index: 1110;
    }

    .message_box {
        right: 0;
        left: 0;
        width: 100%;
        position: relative;
        top: 0;
        display: block;
    }

    .modal-backdrop.in {
        opacity: 1;
    }

    .modal-backdrop {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        background-color: transparent;
    }

    .close {
        position: absolute;
        font-size: 14px;
        font-weight: bold;
        line-height: 1;
        color: #ffffff;
        right: -11px;
        top: -20px;
        text-shadow: 0 1px 0 #fff;
        filter: alpha(opacity=20);
        opacity: 1;
        z-index: 9999999;
    }

    .modal.in .modal-dialog {
        margin-top: 18%;
    }

    button.close {
        -webkit-appearance: none;
        padding: 0;
        cursor: pointer;
        background-color: #000;
        border: 1px solid #999;
        border-radius: 5px;
        width: 30px;
        height: 30px;
    }

    #course_ratting button.close {
        -webkit-appearance: none;
        padding: 0;
        cursor: pointer;
        background-color: transparent;
        border: 0;
        border-radius: 0;
        width: 30px;
        height: 30px;
        top: 10px;
        right: 10px;
    }



    #course_ratting .close {
        float: right;
        font-size: 21px;
        font-weight: bold;
        line-height: 1;
        color: #000;
        text-shadow: 0 1px 0 #fff;
        filter: alpha(opacity=20);
        opacity: .2;
    }

    #upload_box .close {
        float: right;
        font-size: 36px;
        font-weight: 100;
        line-height: 10px;
        color: #bf1e2d;
        padding: 5px;
        position: relative;
        opacity: 1;
        top: auto;
        right: auto;
        text-shadow: 0 1px 0 #fff;
    }

    #upload_box ul li {
        margin: 4px 0;
    }

    .modal.in .modal-dialog {
        margin-top: 18%;
    }

    #upload_box button.close {
        -webkit-appearance: none;
        padding: 0;
        cursor: pointer;
        background-color: transparent;
        border: 0;
        border-radius: 50%;
        width: 30px;
        height: 30px;
    }

    #upload_box .tab-content .tab-pane img {
        width: 91px;
    }

    #upload_box .modal-body {
        padding: 5px;
        overflow-y: scroll;
        height: 300px;
    }

    .upload_box h2 {
        font-size: 22px;
    }

    .mb_pad0 {
        padding: 0;
    }
    /*==================== FAQ ==================*/
    .panel-title {
        position: relative;
    }

    .Messege_box .dash_profile .table > thead > tr > th, .Messege_box .dash_profile .table > tbody > tr > th, .Messege_box .dash_profile .table > tfoot > tr > th, .Messege_box .dash_profile .table > thead > tr > td, .Messege_box .dash_profile .table > tbody > tr > td, .Messege_box .dash_profile .table > tfoot > tr > td {
        padding: 10px 6px;
        font-size: 13px;
    }

    .dash_profile .Messege_box table tbody tr td {
        vertical-align: middle;
        border-top: 1px solid transparent;
    }

    .Messege_box {
        border-top: 2px solid #7d7d7d;
        border-radius: 0;
    }
    /*=============================================*/
    #level .newsletter_div {
        height: auto;
    }

    #level .step {
        display: block;
        -webkit-box-pack: initial;
        -ms-flex-pack: justify;
        justify-content: initial;
        counter-reset: step;
        margin: auto;
        position: relative;
    }

        #level .step::before, #level .step::after {
            content: '';
            position: absolute;
            top: 0.75em;
            bottom: 0.75em;
            left: 0;
            right: 0;
            width: 25px;
            margin: 0 auto;
            border-radius: 10px;
        }

    #level p:nth-child(1):before {
        background: url(../img/layer.png)no-repeat;
        margin-top: -24px;
    }

    #level p {
        counter-increment: step;
        color: #888888;
        position: relative;
        z-index: 2;
        cursor: pointer;
        margin: 0 auto;
        font-weight: 600;
        width: 100%;
        height: 114px;
        margin-top: 82px;
        text-align: center;
    }

    #level .step::before, #level .step::after {
        content: '';
        position: absolute;
        top: -2.25em;
        bottom: 0.75em;
        right: auto;
        left: 15%;
        width: 25px;
        height: 107%;
        margin: 0 auto;
        /* background: #f2f2f2; */
        border-radius: 10px;
    }

    #level .step[data-step="0"]::after, #level .step[data-step="1"]::after, #level .step[data-step="2"]::after, #level .step[data-step="3"]::after {
        right: auto;
        left: 15%;
        margin: 0 auto;
    }

    #level .step[data-step="0"]::after {
        height: 15%;
    }

    #level .step[data-step="1"]::after {
        height: 40%;
    }

    #level .step[data-step="2"]::after {
        height: 70%;
    }

    #level .step[data-step="3"]::after {
        height: 107%;
    }

    .fix_menu_none .header .navbar-collapse {
        padding: 0 20px;
        max-height: 100% !important;
    }

    .header .navbar-collapse {
        padding: 0;
        max-height: 100% !important;
    }

    .dropdown-menu > li > a {
        color: #fff;
    }

    .message_box {
        right: 0;
        left: 0;
        width: 100%;
        position: relative;
    }

        .message_box .nav-tabs.nav-justified > li {
            float: left;
            width: 50%;
        }

        .message_box:after {
            display: none;
        }

    .amount {
        text-align: center;
    }

    .lee .col-md-4 {
        padding-right: 15px;
        padding-left: 15px;
    }
    /*=============================*/
    .banner_section {
        height: auto;
        padding: 167px 0;
    }

    .overlay {
        top: auto;
        bottom: -75%;
    }

    .tutor_name {
        font-size: 16px;
    }

    .header .nav-logo {
        float: none;
    }

    .tel_txt, .email_txt {
        text-align: center;
    }

    .contact_box p {
        font-size: 19px;
    }

    .join_us img {
        margin-top: 20px;
    }

    .banner_box h1, .banner_box h2 {
        text-shadow: 0 0 10px rgb(121, 121, 121);
        color: #000;
    }

    .banner_box h1 {
        font-size: 37px;
    }

    .banner_box h2 {
        font-size: 18px;
    }

    .btn_tutor {
        font-size: 14px;
        padding: 6px 22px;
    }

    .join_us h4 a {
        font-size: 20px;
    }

    .join_us p a {
        font-size: 14px;
    }

    .header ul.navbar-nav > li > a {
        padding: 20px 30px;
    }

    .banner_section1 {
        background-position: 40% 100%;
    }

    .banner_box1 h1 {
        font-size: 33px;
    }

    .application_tab .title {
        font-size: 21px;
        margin-top: 20px;
    }

    #faq .header.header-transparent .navbar-collapse ul.navbar-nav > li > a {
        color: #ffffff;
    }

    .side_menu {
        display: block;
    }
    /*======================================*/

    .padleft_5 {
        padding-left: 15px;
    }

    .padright_5 {
        padding-right: 15px;
    }

    .pad_left_5 {
        padding-left: 5px;
    }

    .pad_right_5 {
        padding-right: 5px;
    }

    .img_title h5 {
        font-size: 13px;
        margin-bottom: 2px;
    }

    .img_title {
        padding: 5px 10px;
    }

    .mymenu li a {
        display: inline-block;
        padding: 4px 10px 4px 0;
        font-size: 13px;
    }

    ul.social_links.text-right {
        display: inline-block;
        float: right;
        margin-top: 10px;
    }

    #header .menu_links li a {
        padding: 15px 0px 8px 8px;
    }
    /*.logo {
    float: none;
    padding-top: 10px;    
    display: inline-block;
  }*/
    #main_content .s_tab {
        /*display: none;
        margin-top: 15px;*/
        height: auto;
    }

        #main_content .s_tab.active {
            display: block;
        }

    .f_logo {
        margin-top: 0px;
        width: 150px;
        margin-bottom: 20px;
        display: inline-block;
    }

    .f_latest p {
        font-size: 11px;
        margin-top: 10px;
        line-height: 20px;
    }

    .f_title {
        font-size: 13px;
    }

    .items_title {
        font-size: 18px;
    }

    .myitem_1 {
        width: 100%;
        height: 300px;
        background-color: #f5cfcf;
    }

    .links_share1 li a {
        padding: 15px 10px 15px 0;
        font-size: 14px;
    }

    .f_social_link {
        float: right;
    }

        .f_social_link li {
            list-style: none;
            display: inline-block;
        }

            .f_social_link li a {
                display: inline-block;
                padding: 6px 0;
                text-align: center;
                width: 40px;
                height: 40px;
                border-radius: 50%;
                border: 1px solid #3b3b3b;
                font-size: 20px;
                color: #3b3b3b;
            }

    .right_title {
        font-size: 18px;
    }

    .media .media-heading {
        font-weight: 600;
        font-size: 15px;
    }

    .right_social_link li a {
        padding: 15px 10px;
    }

    #header .menu_links li {
        display: block;
    }

    #header .social_links li a {
        padding: 0px 5px;
    }

    .navbar-toggle {
        padding: 9px 10px;
        margin-top: -2px;
        margin-right: 5px;
        margin-bottom: 8px;
    }

    .span_1_of_7, .span_2_of_7, .span_3_of_7, .span_4_of_7, .span_5_of_7, .span_6_of_7, .span_7_of_7 {
        width: 100%;
    }

    .open-add-box {
        width: 196px;
    }

    .pagination > li > a, .pagination > li > span {
        margin: 0 1px;
        background: #ededed;
        border: 0;
        color: #929292;
    }

    .video_player {
        position: relative;
        display: table;
        padding: 5px 0px;
    }
    /*============================= cource  ==============================*/

    .white_box1 {
        margin-bottom: 20px;
    }

    .pad5 {
        padding: 0 15px;
    }

    /*========================= analytics -====================*/
    .title {
        font-size: 25px;
        margin-left: 0;
    }

    .newsletter_div {
        padding: 15px;
        text-align: left;
    }

        .newsletter_div p {
            font-size: 14px;
            width: 100%;
            display: block;
        }

    .bar-wrap {
        width: 80%;
        margin: 30px 0;
    }

    .rating_star h4 {
        color: #646464;
        font-size: 15px;
        font-weight: 600;
    }

    .ratting_ul img {
        width: 100px;
    }

    .ratting_ul li.pull-right p {
        margin-top: -7px;
    }

    .rate_2.pull-right {
        float: none !important;
        display: block;
        margin-left: 5px;
    }

    .bar-graph p {
        line-height: 10px !important;
    }

    #rating .top_pos_text {
        position: relative;
        top: -20px !important;
    }

    #rating .mb_space10 {
        margin-top: -20px !important;
    }

    .radio label {
        font-size: 13px;
        padding-left: 0;
    }

    .newsletter_div ul {
        position: relative;
        left: 0;
    }

    .daybtn {
        left: 0;
        width: 100%;
    }

    #last-ul.dropdown-menu > li > a {
        color: #000;
    }

    #last-ul.dropdown-menu {
        width: 100%;
        position: absolute;
    }
    /*======================== Dashclassdetail =========================*/
    .white_box .bar-graph p {
        position: relative;
        top: 0;
    }

    .white_box .bar-wrap {
        width: 80%;
        margin: 6px 0;
    }

    .white_box .bar-graph label {
        position: absolute;
        top: 25px;
        right: 0%;
        line-height: 3px;
        color: #b6b6b6;
        font-weight: 100;
    }

    .rate_2 .timer {
        margin-top: 10px;
    }

    .timer li:last-child {
        width: 77px;
        text-align: left;
    }

    .music .table p {
        margin: 0;
        margin-left: 0 !important;
    }

    #class_tab .space20 {
        margin-top: 0;
    }

    #class_tab .tab-content {
        margin-top: 0;
    }

    #class_tab .white_box2 {
        margin: 10px 0;
    }

    .lee .white_box2 {
        margin: 10px 0;
    }
    /*======================= calander ==========================*/
    .clockbtn {
        padding: 4px 5px;
        font-size: 0;
    }

    #calender h3 {
        margin-top: 11px;
    }

    .day_detail li p:after {
        left: -32px;
    }

    .day-box {
        height: auto;
    }
    /*======================== profile =====================*/
    .bar-graph p {
        top: 2px;
    }

    .mb_space10 {
        margin-top: 10px !important;
    }

    .top_pos {
        position: relative;
        top: -9px !important;
        left: 12px;
    }

    .white_box .second_graph .bar-wrap {
        margin: 10px 0;
        width: 100%;
    }
    /*============== messege =-==============*/
    .msg.title {
        font-size: 25px;
        margin-left: 19px;
        margin-top: 5px;
    }

    .dash_profile .input-group .btn_search {
        background-color: transparent;
        padding: 6px 0;
    }

    .Messege_box .table-responsive > .table > tbody > tr > td {
        white-space: normal;
        padding-left: 1%;
    }

    .Messege_box table tbody tr:first-child {
        display: none;
    }

    .Messege_box table tbody tr td:last-child {
        display: none;
    }

    .Messege_box .checkbox label {
        display: inline-block;
        position: static;
        padding-left: 0;
        cursor: pointer;
        float: left;
    }

    #mySidenav, #mySidenav1 {
        height: 100%;
        overflow: scroll;
    }

    .Messege_box .checkbox label::before, .Messege_box .checkbox label::after {
        margin-left: 0;
    }

    .checkbox label::before, .checkbox label::after {
        margin-left: 0;
    }

    .white_box4 .checkbox label::before, .checkbox label::after {
        margin-left: -20px;
    }

    #main_content .items_tab li a {
        font-size: 17px;
        color: #757575;
    }

    .Messege_box table tbody tr:nth-child(even) {
        background: #f7f7f7;
    }

    .Messege_box table tbody tr:nth-child(odd) {
        background: #FFF
    }

    .user_place {
        width: 38px;
    }

    .Messege_box table tbody tr td .media .media_box {
        width: 164px;
        padding: 1% 0;
    }

    .Messege_box table tbody tr {
        display: grid;
        width: 100%;
        float: right;
    }

    .Messege_box .checkbox {
        position: relative;
        top: 10px;
    }

    .Messege_box .media .user_name {
        top: 3px;
        font-size: 14px;
        float: left;
    }

    .Messege_box .media {
        margin-top: 0;
    }

    .dash_profile .table > thead > tr > th, .dash_profile .table > tbody > tr > th, .dash_profile .table > tfoot > tr > th, .dash_profile .table > thead > tr > td, .dash_profile .table > tbody > tr > td, .dash_profile .table > tfoot > tr > td {
        padding: 10px 0;
        font-size: 13px;
    }

    #mySidenav .space30, #mySidenav1 .space30 {
        margin-top: 10px;
    }

    .timer_text {
        margin-top: -10px;
    }

    .msg_box_text {
        max-height: 38px;
        -webkit-line-clamp: 2;
        padding-top: 0 !important;
    }
    /*=============================*/

    .ratting_ul2 {
        float: none;
        position: relative;
        top: 0;
    }
    /*========================= Cource-detail ==========================*/
    .menu_box {
        height: auto;
    }

    .fav_box {
        position: relative;
        right: 0;
        top: 0;
        margin: 0 auto;
        left: 0;
        text-align: center;
    }

    .menu_box ul {
        width: 100%;
        margin-top: 0;
    }

        .menu_box ul li {
            /*width: 49%;
    padding: 10px 0;*/
        }

            .menu_box ul li a {
                padding: 8px 2px;
                font-size: 13px;
            }

    .menu_box .fav_box ul.dropdown-menu {
        left: 0;
        right: auto;
        width: auto;
        padding: 0;
    }

    .menu_box ul.dropdown-menu li {
        border-bottom: 1px solid #ccc;
        width: 100%;
        padding: 0;
    }
    /*======================== notification ============================*/
    #Notification .table-responsive > .table > tbody > tr > td {
        white-space: normal;
        display: block;
    }

    #Notification table tbody tr td .media .media_box {
        width: 164px;
        padding: 1% 0;
    }

    #Notification table tbody tr:nth-child(even) {
        background: #f7f7f7;
    }

    .fav_box .btn_fav {
        color: #c2c2c2;
        background-color: transparent;
        border: 1px solid #c2c2c2;
        border-radius: 5px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        width: auto;
    }
    /*========================= learning.html ==========================*/

    .navbar-form {
        margin-right: 0;
        margin-left: 0;
    }

        .navbar-form .input-group {
            width: 100%;
            height: 30px;
        }

    /*====================== setting ===================*/

    .label_check {
        text-align: left;
        right: auto;
    }

    .main_content .tab-content .tab-pane h3 {
        font-size: 16px;
    }

    .acc_deactive {
        font-size: 14px;
    }

    .deactiv_ul li {
        font-size: 12px;
    }

    .secondary_menu ul li {
        padding: 0.9px;
    }

        .secondary_menu ul li a {
            font-size: 11px;
        }

    #Security label, #Billing label {
        font-size: 13px;
    }

    .grey_color {
        font-size: 9px;
    }

    .edit_txt {
        font-size: 12px;
    }

    #Notifications table tbody tr td p {
        font-size: 13px;
        margin: 10px 0;
    }

    .notify_txt span {
        top: 2px;
        font-size: 12px;
    }

    .btn_save {
        font-size: 14px;
        float: none;
    }

    .width100 {
        width: 57px;
    }

    .email_edit {
        text-align: left;
        font-size: 14px;
    }

    #Active table tbody tr td .user_name {
        margin-top: 9px;
        font-size: 14px;
    }
    /*============= fav courses ==============*/
    .box_fav {
        padding: 0 30px;
    }

    .fav_box2 {
        top: 10px;
        left: 42px;
        width: 77%;
    }

    .fav_box3 {
        top: 20px;
        left: 55px;
        width: 77%;
    }

    .text_box1 h4 {
        margin-bottom: 0;
        margin-top: 0;
    }

    #requestes select.form-control {
        margin-bottom: 20px;
    }

    #requestes label {
        font-size: 14px;
    }

    #account h4 {
        font-size: 16px;
    }

    .pad0 {
        padding: 0 15px !important;
    }

    .padleft0 {
        padding-left: 15px !important;
    }

    .range-input {
        width: 143px;
        font-size: 12px;
        float: right;
        position: relative;
        top: -37px;
    }

    .collection_box input.form-control {
        margin: 12px 19px;
        width: 88%;
        font-size: 16px;
    }
    /*=============== my courses details ===============*/
    .map_box span:first-child img {
        position: relative;
        top: -8px;
    }

    .map_text {
        font-size: 10px;
    }

    #mycourses .pad0 {
        padding: 0 !important;
    }

    #mycourses h3 {
        font-size: 18px;
        margin-top: 0;
    }

    #mycourses ul li p {
        color: #bfbfbf;
        font-family: 'OpenSans-Semibold';
        font-size: 11px;
    }

    #mycourses .price_tag {
        font-size: 21px;
        text-align: left;
    }

    #mycourses ul.start_end_ul li p span {
        font-size: 13px;
        line-height: 30px;
    }

    #mycourses ul.start_end_ul li:after {
        height: 25px;
        top: 14px;
    }

    .dec_txt {
        font-size: 12px;
    }

    #mycourses table tbody tr td .user_name {
        font-size: 14px;
    }
    /*================ side menu ===================*/
    .move_there ul li {
        width: 100%;
    }

    .move_there .nav-tabs > li.active > a, .move_there .nav-tabs > li.active > a:hover, .move_there .nav-tabs > li.active > a:focus {
        border-bottom-color: transparent;
    }
    /*============================= invite ========================*/

    .invite_content {
        height: auto;
    }

    .invite_table {
        padding: 50px 0;
    }

        .invite_table h1 {
            font-size: 30px;
            line-height: 45px;
        }

        .invite_table h4 {
            font-size: 14px;
        }

    .or {
        margin: 10px 0;
    }

    .invite_content .input-group .btn_add {
        font-size: 16px;
        padding: 8px 20px;
    }

    .invite_content .input-group input.form-control {
        font-size: 16px;
        height: 30px;
        width: 100%;
    }

        .invite_content .input-group input.form-control::placeholder {
            font-size: 16px;
        }

    .invite_content .input-group {
        width: 100%;
    }

    .separate_text {
        font-size: 14px;
        color: #ffffff;
        margin-top: 5px;
    }

    .or1 {
        font-size: 15px;
    }
    /*========================== Active =======================*/
    #Active table > tbody > tr > td, #Completed table > tbody > tr > td {
        white-space: normal;
    }

    #Active table tbody tr, #Completed table tbody tr {
        display: grid;
        width: 100%;
        float: right;
    }

    #Active .media_box, #Completed .media_box {
        width: 100%;
    }

    #Active .h3_box, #Completed .h3_box {
        width: 100%;
    }

    .mb_date {
        display: inline-block;
        float: right;
        font-size: 13px;
    }

    .status_txt {
        display: block;
    }

        .status_txt span {
            font-family: 'OpenSans-Semibold';
        }

    #Active table tbody tr td .user_name, #Completed table tbody tr td .user_name {
        margin-top: 0;
        font-size: 14px;
    }

    #Active .table > tbody > tr:last-child > td, #Completed .table > tbody > tr:last-child > td {
        border-bottom: 1px solid #eeeeee;
    }

    .ratting_box {
        padding: 0;
        width: 100%;
        text-align: center;
    }
    /*===================dispute ==============*/
    #dispute p.sb-title {
        font-size: 15px;
    }

    #dispute .radio label {
        font-size: 15px;
        padding-left: 5px;
    }

        #dispute .radio label::before {
            top: 3px;
        }

        #dispute .radio label::after {
            top: 6px;
        }

    #dispute p.question_txt {
        font-size: 16px;
    }

    .ratting_box ul {
        margin-top: 5px;
        text-align: left;
    }

    .category-text {
        font-size: 13px;
    }
    /*=============== tutor.html ====================*/
    .tutor_form .white_box {
        padding: 15px;
    }

    .tutor_banner .title {
        font-size: 40px;
    }

    .tutor_banner {
        height: 200px;
    }

    .tutor_form label {
        font-size: 14px;
    }

    .btn_fb .social_txt, .btn_gplus .social_txt {
        display: none;
    }

    .btn_fb .social_icons, .btn_gplus .social_icons {
        font-size: 20px;
        float: none;
    }

    .btn_fb, .btn_gplus {
        width: 42%;
    }

    .padleft1 {
        padding-left: 15px;
    }

    .content_box, .box_input {
        width: auto;
    }

    .content_box {
        margin-left: 0;
    }

    .mb_pad1 {
        padding: 0 5px !important;
    }

    .mb_padleft1 {
        padding-left: 2px !important;
    }

    .tutor_form .radio {
        padding-left: 14px;
    }

        .tutor_form .radio label {
            padding-left: 5px;
            font-size: 14px;
            width: 52px;
            height: 34px;
        }

            .tutor_form .radio label::before {
                width: 52px;
                height: 34px;
            }

    .btn_add {
        padding: 6px 0px;
        font-size: 16px;
    }

    .tutor_form p {
        font-size: 13px;
    }

    .tutor_form .radio input[type="radio"] {
        opacity: 0;
        margin-left: 0;
    }

    .padright0 {
        padding-right: 15px !important;
    }

    .img_content {
        height: 111px;
        width: 111px;
    }

    .sub_title {
        font-size: 18px;
    }

    .btn_create_first {
        font-size: 14px;
        padding: 10px 13px;
    }

    .btn_delete {
        padding: 10px 0;
    }

    .add_box1 {
        position: relative;
    }

        .add_box1 .btn_delete, .add_box2 .btn_delete {
            position: absolute;
            right: 15px;
            top: 0;
            width: auto;
            padding: 0;
        }

    .add_box1, .add_box2 {
        background-color: #f1f1f1;
        padding: 5px 15px 5px 10px;
        margin-top: 10px;
    }
}

@media(max-width: 480px) {
    /*/////////////////////////////--------------- ///////////////////////////*/
    .course_slider .title {
        font-size: 18px;
        margin-left: 0px;
    }

    .msg.title {
        font-size: 25px;
        margin-left: 14px;
    }

    .course_slider h3 span {
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 700;
    }

    .btn_price {
        width: 100%;
        color: #56cb7a;
        font-size: 20px;
        position: relative;
        left: 0;
        background-color: #f9f9f9;
        border-radius: 0;
    }

    .lee .col-xs-6 {
        width: 100%;
    }

    .white_box2 {
        margin: 20px 0;
    }

    .rate_2 .timer.text-right {
        text-align: left !important;
    }

    .music .col-xs-6 {
        width: 100%;
    }

    .nav-tabs > li > a {
        font-size: 12px;
        padding: 10px 9px;
    }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        font-size: 12px;
    }

    #class_tab ul.nav li:last-child {
        float: left;
        width: 100%;
    }

    #class_tab select.form-control {
        margin: 4px 0;
        position: relative;
        top: 5px;
    }

    #class_tab .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
        width: 33.33%;
        text-align: center;
    }

    #class_tab .tab-pane:first-child, .tab-pane:nth-child(2) {
        background-color: transparent;
        margin-top: 0;
    }

    .span_1_of_7, .span_2_of_7, .span_3_of_7, .span_4_of_7, .span_5_of_7, .span_6_of_7, .span_7_of_7 {
        width: 100%;
    }
    /*==============================cource detail ==========================*/
    .video h3 {
        font-size: 20px;
    }

    .white_box h4 {
        font-size: 15px;
    }

    #level .step::before, #level .step::after, #level .step[data-step="0"]::after, #level .step[data-step="1"]::after, #level .step[data-step="2"]::after, #level .step[data-step="3"]::after {
        left: 10%;
    }

    .upload_box .pull-left {
        float: none !important;
        margin: 0 auto;
    }

    .upload_box h2 {
        font-size: 21px;
        margin: 10px 0;
    }

    .file_cam {
        height: 112px;
        padding: 22px 0;
        position: relative;
        width: 100%;
    }

    .dash_profile .upload_box .input-group > .input-group-addon {
        font-size: 14px;
        width: 34%;
    }

    .dash_profile .upload_box .input-group > .input-group-btn > .btn_set {
        background-color: #45d194;
        font-size: 20px;
        font-family: 'OpenSans-Semibold';
        padding: 10px 6px;
        color: #ffffff;
        margin-left: 10px;
    }

    .dash_profile .white_box4 .table > tbody > tr > td:last-child {
        font-size: 13px;
        font-family: 'OpenSans-Semibold';
        color: #56cb7a;
    }
    /*===============================*/
    .main_content h4 span {
        color: #45d194;
    }

    .btn_deactive {
        font-size: 13px;
        padding: 6px 7px;
    }
    /*============================ invite ==========================*/
    .btn_gmail {
        font-size: 17px;
        background-position: 1%;
    }

    .invite_table h1 {
        font-size: 22px;
        line-height: 27px;
    }
    /*========================= tutor.html ======================*/

    .tutor_form .radio {
        padding-left: 6px;
    }

        .tutor_form .radio label {
            padding-left: 0px;
        }

    .content_box p {
        margin-top: 10px;
        margin-left: 5px;
        margin-bottom: 10px;
    }
}

@media(max-width:360px) {
    .center_box h4 {
        font-size: 15px;
        font-weight: 700;
    }

    .overlay {
        padding: 0 10px;
    }

    .banner_section1 {
        height: 400px;
    }

    .course_slider h3 span {
        text-transform: uppercase;
        font-size: 17px;
        font-weight: 700;
    }

    .owl_item .item {
        padding: 0;
    }

    .dollor {
        color: #56cb7a;
        font-weight: 700;
        margin-right: 7px;
        font-size: 13px;
    }

    h4 span:last-child {
        color: #c2c2c2;
        font-weight: 100;
        font-size: 13px;
    }
    /*===================*/
    .open-add-box h5 {
        margin-left: 5px;
        font-size: 14px;
    }

    .open-add-box span {
        color: #a0a0a0;
        margin-left: 4px;
        font-size: 12px;
    }

    .title h6 {
        color: #5e5e5e;
        margin: 0;
        font-size: 11px;
        margin-left: 4px;
    }

    .day_detail li p {
        margin-left: 27px;
    }

    .open-add-box ul li {
        padding: 5px 2px;
    }

    #calender .container {
        padding: 0 10px;
    }
    /*.fix_menu_none .header.header-transparent .nav-logo img.logo-dark {
    display: block !important;
    float: left;
    position: absolute;
  }*/
    .fix_menu_none .header.header-transparent .nav-logo img.logo-dark {
        display: inline-block;
        position: absolute;
        width: 50%;
    }

    .open-question-box {
        width: 214px;
        top: -13%;
        right: 54px;
    }

    #calender h3 {
        font-size: 20px;
        margin-top: 15px;
    }

    .main_content h4 span {
        color: #45d194;
    }

    .btn_gmail {
        font-size: 13px;
        background-position: 1%;
        padding: 17px 10px;
    }

    .invite_content .input-group .btn_add {
        font-size: 16px;
        padding: 8px 20px;
        margin-left: 10px;
    }

    #dispute #main_content .items_tab li a {
        font-size: 15px;
        color: #757575;
    }
    /*====================== tutor.html ======================*/
    .tutor_banner .title {
        font-size: 34px;
    }

    .btn_add {
        padding: 9px 0px;
        font-size: 14px;
    }

    .tutor_form .radio label {
        width: 40px;
        height: 29px;
    }

    .img_content {
        height: 94px;
        width: 93px;
    }
}

@media(max-width:320px) {
    .f_latest p {
        font-size: 10px;
        margin-top: 10px;
        line-height: 20px;
    }

    .mymenu li a {
        padding: 4px 5px 4px 0;
        font-size: 11px;
    }

    #header .menu_links li a {
        padding: 8px 0px 8px 8px;
        font-size: 12px;
    }

    .f_social_link li a {
        padding: 4px 0;
        width: 30px;
        height: 30px;
        font-size: 14px;
    }

    .f_logo {
        width: 120px;
    }

    .links_share1 li a {
        padding: 15px 5px 15px 0;
        font-size: 11px;
    }

    .links_share2 li a {
        padding: 15px 0px 15px 8px;
    }

    #level .step::before, #level .step::after, #level .step[data-step="0"]::after, #level .step[data-step="1"]::after, #level .step[data-step="2"]::after, #level .step[data-step="3"]::after {
        right: auto;
        left: 0;
        margin: 0 auto;
    }
    /*======================== learner.html ======================*/
    .secondary_menu ul li {
        padding: 1px;
    }

        .secondary_menu ul li a {
            font-size: 8px;
        }

    #mycourse .msg.title {
        font-size: 19px;
        margin-left: 13px;
        margin-top: 9px;
    }

    .main_content .Enrolled_box h4 {
        font-size: 12px;
    }

    #mycourses .Enrolled_box ul li p {
        font-size: 9px;
    }

    #mycourses h3, #requestes h3, #account h3, #fav h3 {
        font-size: 17px;
        margin-top: 0;
    }

    #mycourses ul li p {
        font-size: 10px;
    }

    #account .email_edit {
        margin-top: 10px;
        font-size: 14px;
    }

    #account h4 {
        font-size: 13px;
    }

    .main_content .tab-content .tab-pane h3 {
        font-size: 14px;
    }

    .label_check {
        font-size: 13px;
    }

    .collection_box input.form-control {
        margin: 12px 19px;
        width: 86%;
        font-size: 16px;
    }
}

/*============================== landscap media query =======================*/
/* Landscape */

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    /*======================== header =========================*/
    .fix_menu_none .header.header-sticky {
        position: static !important;
    }

    .fix_menu_none.mob_menu .header.header-sticky.sticky {
        position: static !important;
    }

    #mySidenav .space30, #mySidenav1 .space30 {
        margin-top: 10px;
    }

    #mySidenav, #mySidenav1 {
        top: 0;
    }
    /*==========================================================*/
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    /*======================== header =========================*/
    .fix_menu_none .header.header-sticky {
        position: static !important;
    }

    .fix_menu_none.mob_menu .header.header-sticky.sticky {
        position: static !important;
    }

    #mySidenav .space30, #mySidenav1 .space30 {
        margin-top: 10px;
    }

    #mySidenav, #mySidenav1 {
        top: 0;
    }
    /*==========================================================*/
}

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
    /*======================== header =========================*/
    .fix_menu_none .header.header-sticky {
        position: static !important;
    }

    .fix_menu_none.mob_menu .header.header-sticky.sticky {
        position: static !important;
    }

    #mySidenav .space30, #mySidenav1 .space30 {
        margin-top: 10px;
    }

    #mySidenav, #mySidenav1 {
        top: 0;
    }
    /*==========================================================*/
}

@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
    /*======================== header =========================*/
    .fix_menu_none .header.header-sticky {
        position: static !important;
    }

    .fix_menu_none.mob_menu .header.header-sticky.sticky {
        position: static !important;
    }

    #mySidenav .space30, #mySidenav1 .space30 {
        margin-top: 10px;
    }

    #mySidenav, #mySidenav1 {
        top: 0;
    }
    /*==========================================================*/
}


@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    /*======================== header =========================*/
    .fix_menu_none .header.header-sticky {
        position: static !important;
    }

    .fix_menu_none.mob_menu .header.header-sticky.sticky {
        position: static !important;
    }

    #mySidenav .space30, #mySidenav1 .space30 {
        margin-top: 10px;
    }

    #mySidenav, #mySidenav1 {
        top: 0;
    }
    /*==========================================================*/
}
