body {
    margin: 0;
    padding: 0;
    line-height: 22px;
}

body::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #ffffff;
}
body::-webkit-scrollbar{
	width: 5px;
	background-color: #ffffff;
}

body::-webkit-scrollbar-thumb{
	background-color: #444;
}
.wrapper {
    float: left;
    width: 100%;
	 position: relative;
}

    .wrapper .top_slider {
        float: left;
        width: 100%;
        height: auto;
        position: relative;
    }

        .wrapper .top_slider .banner_bottom {
            float: left;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
        }

        .wrapper .top_slider img {
            width: 100%;
			    height: 620px;
			
        }

    .wrapper .top_head {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9;
    }

        .wrapper .top_head .menu {
            float: right;
            width: 100%;
        }

            .wrapper .top_head .menu ul {
                margin: 0;
                float: right;
                list-style-type: none;
				padding:0px;
            }

                .wrapper .top_head .menu ul li {
                    float: left;
                    padding: 22px 0;
                }

                    .wrapper .top_head .menu ul li a {
                      color: #fff;
    /* font-family: 'Expletus Sans', cursive; */
    font-family: 'GothamRounded-Bold';
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    padding: 7px 8px;
    float: left;
    background: #005b9e;
    margin-right: 4px;
    border-radius: 2px;
                    }
					
		.three-locator {
    width: auto;
    height: auto;
    margin: 0px;
    text-align: center;
}
.submit-five {
    padding: 8px 14px !important;
    background: #5f6061 !important;
    color: #fff !important;
    width: auto !important;
    border: none;
    border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;

}
.three-locator li {
    float: none;
    display: inline-block;
    margin: 0px 16px;
	position:relative;
    right: 28px;
    top: 76px;
}
.tetx_btns
{
    color: #fff;
    font-size: 36px;
    position: absolute;
    top: 84px;
    left: 154px;
}
					

    .wrapper .top_banner_box {
        float: left;
        width: 100%;
        text-align: center;
    }
	.five-step{
		max-width:800px !important;
	}
	

        .wrapper .top_banner_box .sub_menu {
            position: absolute;
            top: 100px;
            background: #fff;
            width: 250px;
            padding: 8px 8px;
            -o-border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            left: 50%;
            -o-transform: translateX(-50%) scale(0);
            -moz-transform: translateX(-50%) scale(0);
            -webkit-transform: translateX(-50%) scale(0);
            transform: translateX(-50%) scale(0);
            -webkit-transition: .5s;
            -moz-transition: .5s;
            -o-transition: .5s;
            transition: .5s;
        }

            .wrapper .top_banner_box .sub_menu:before {
                position: absolute;
                border-bottom: solid 12px #fff;
                border-left: solid 12px transparent;
                border-right: solid 12px transparent;
                top: -12px;
                left: 50%;
                -o-transform: translateX(-50%);
                -moz-transform: translateX(-50%);
                -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
                content: "";
            }

            .wrapper .top_banner_box .sub_menu .link_btn {
                float: left;
                width: 100%;
                padding-top: 5px;
            }

                .wrapper .top_banner_box .sub_menu .link_btn a {
                    color: #fff;
                    float: left;
                    font-family: 'Gotham-Rounded-Book';
                    width: 100%;
                    font-size: 18px;
                    padding: 3px 0;
                    -o-border-radius: 4px;
                    -webkit-border-radius: 4px;
                    -moz-border-radius: 4px;
                    border-radius: 4px;
                    text-decoration: none;
                }

            .wrapper .top_banner_box .sub_menu ul {
                float: left;
                margin: 0;
                padding: 0;
                list-style-type: none;
                width: 100%;
            }

                .wrapper .top_banner_box .sub_menu ul li {
                    float: left;
                    width: 100%;
                    text-align: left;
                    border-bottom: solid 1px #eaeaea;
					margin:0px !important;
                }

                    .wrapper .top_banner_box .sub_menu ul li:last-child {
                        border-bottom: none;
                    }

                    .wrapper .top_banner_box .sub_menu ul li a {
                        text-decoration: none;
                        padding: 6px 0;
                        font-size: 18px;
                        float: left;
                        width: 100%;
                        padding-left: 5px;
                        color: #5a5a5a;
                        font-family: 'Gotham-Rounded-Book';
                    }

        .wrapper .top_banner_box .img_icon {
            float: left;
            width: 100%;
            text-align: center;
            padding: 38px 0 14px;
           
        }

        .wrapper .top_banner_box h2 {
            float: left;
            margin: 0;
            padding: 0;
            text-align: center;
            width: 100%;
            /*font-family: 'Oswald',sans-serif;*/
              font-family: 'GothamRounded-Bold';
            font-weight: 700;
            text-transform: uppercase;
            font-size: 25px;
        }

        .wrapper .top_banner_box .box_student {
            width: 370px;
            height: 170px;
           
			/* background-image: url(../images/tutor_n_icon_new1b.png); */
            display: inline-block;
            -webkit-transition: .7s;
            -moz-transition: .7s;
            -o-transition: .7s;
            transition: .7s;
            cursor: pointer;
            animation: tab_anim .7s normal;
        }
        .icons_img
        {
         width: 100px;
         height: 100px;
         background: #fff;
         border-radius: 50%;
        }

            .wrapper .top_banner_box .box_student h2 {
                color: #fff;
            }

            .wrapper .top_banner_box .box_student .sub_menu .link_btn a {
                background:#2c508c;
            }

        .wrapper .top_banner_box .active_tb {
            margin-top: -30px;
        }

            .wrapper .top_banner_box .active_tb .sub_menu {
                -o-transform: translateX(-50%) scale(1);
                -moz-transform: translateX(-50%) scale(1);
                -webkit-transform: translateX(-50%) scale(1);
                transform: translateX(-50%) scale(1);
                top: 172px;
            }

        .wrapper .top_banner_box .box_tutor {
            width: 370px;
            height: 170px;
            /* background-image: url(../images/student_n_iconb.png); */
            display: inline-block;
            -webkit-transition: .7s;
            -moz-transition: .7s;
            -o-transition: .7s;
            transition: .7s;
            cursor: pointer;
            animation: tab_anim .7s normal;
        }

            .wrapper .top_banner_box .box_tutor h2 {
                color: #fff;
            }

            .wrapper .top_banner_box .box_tutor .sub_menu .link_btn a {
                background: #91d8f6;
            }

        .wrapper .top_banner_box .box_parent {
            width: 218px;
            height: 320px;
            background-image: url(../images/parent_n_iconew_n1b.png);
            display: inline-block;
            -webkit-transition: .7s;
            -moz-transition: .7s;
            -o-transition: .7s;
            transition: .7s;
            cursor: pointer;
            animation: tab_anim .7s normal;
        }

            .wrapper .top_banner_box .box_parent h2 {
                color: #fff;
            }

            .wrapper .top_banner_box .box_parent .sub_menu .link_btn a {
                background: #0098db;
            }

    .wrapper .top_box_bg {
        float: left;
        width: 100%;
        margin-top: 70px;
    }

@-webkit-keyframes tab_anim {
    0% {
        -o-transform: scale(0);
        -moz-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -o-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes tab_anim {
    0% {
        -o-transform: scale(0);
        -moz-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -o-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes tab_anim {
    0% {
        -o-transform: scale(0);
        -moz-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -o-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes tab_anim {
    0% {
        -o-transform: scale(0);
        -moz-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -o-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.tutor_dash {
    float: left;
    width: 100%;
    margin-bottom: 45px;
}

    .tutor_dash .tutor_nav {
        float: left;
        width: 100%;
        background: #fff5bd;
        height: auto;
        -o-border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

        .tutor_dash .tutor_nav ul {
            margin: 0;
            padding: 0;
            float: left;
            list-style-type: none;
        }

            .tutor_dash .tutor_nav ul li {
                float: left;
                width: 100%;
                border-bottom: solid 1px #f5e798;
                border-top: solid 1px #fffbe7;
            }

                .tutor_dash .tutor_nav ul li a {
                    font-family: 'Gotham-Rounded';
                    float: left;
                    width: 100%;
                    padding: 10px 3px 10px 10px;
                    color: #000;
                    text-decoration: none;
                }

                .tutor_dash .tutor_nav ul li:last-child {
                    border-bottom: none;
                }

                .tutor_dash .tutor_nav ul li:first-child {
                    border-top: none;
                }



.dashbord_icon {
    float: left;
    width: 100%;
}


/*.dashbord_box {
    float: left;
    width: 22%;
    background: #d6b75a;
    height: 80px;
    border-radius: 5px;
    margin: 10px;
}

    .dashbord_box p {
        margin: 0px;
        padding: 5px 0px;
    }

        .dashbord_box p img {
            width: 32px;
            height: 32px;
        }
		.cke_wysiwyg_frame {
			height:65% !important;
		}

    .dashbord_box h3 {
        font-size: 14px;
        margin: 0px;
    }

.yellow-box {
    background: #fee227;
}

.green-box {
    background: #cedf1f;
}

.orange-box {
    background: #e8b828;
}*/

.main-updates {
    width: 100%;
    height: auto;
    float: left;
}

.updates-left {
    width: 46%;
    height: auto;
    float: left;
    margin: 10px;
}

    .updates-left h2 {
        font-size: 18px;
        margin: 10px 0px 20px;
    }

    .updates-left table {
        background: #ffd84f;
        padding: 5px;
        border: 1px solid #e0b621;
        text-align: center;
    }

        .updates-left table tr th {
            text-align: center;
            font-weight: 600;
            padding: 10px;
        }

        .updates-left table tr td {
            padding: 10px;
            font-size: 12px;
        }

            .updates-left table tr td p {
                margin: 0px;
                text-align: left;
            }

    .updates-left:last-child {
        float: right;
        margin: 10px 10px 10px 0px;
    }

    .updates-left h2:before {
        content: "";
        position: absolute;
        width: 80px;
        height: 2px;
        background: #c5a32b;
        top: 145px;
    }
/*studnet css*/

.mystudent {
    width: 100%;
    float: left;
    padding: 20px 20px;
}

.mystudent_heading {
    width: 250px;
    margin: auto;
    background: #0078b7;
    padding-bottom: 10px;
    padding-top: 10px;
    border-radius: 5px;
}

  /*  .mystudent_heading p {
        font-size: 16px;
        text-align: center;
        color: #FFF;
        padding: 0;
        margin: 0;
        font-family: 'Expletus Sans', cursive;
        padding-top: 5px;
    }*/

/*.mystudent_table {
    width: 100%;
    float: left;
    margin-top: 20px;
}*/

/*.student_name {
    font-family: 'Expletus Sans', cursive;
    font-size: 15px;
    margin-bottom: 10px;
}*/

/*.table_student_name {
    width: 100%;
    float: left;
    font-family: 'Expletus Sans', cursive;
}

    .table_student_name tr th {
        font-weight: normal;
        border-bottom-width: 1px !important;
        text-align: center;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        background: #514c49;
        color: #FFF;
        border: 0 !important;
    }

    .table_student_name tr td {
        background: #cea319;
        color: #FFF;
        text-align: center;
        border: 1px solid #efcd5b !important;
    }*/

.report {
    width: 70% !important;
    margin: auto !important;
    float: none !important;
}

.table_student_name_1 {
    width: 100%;
    float: left;
    font-family: 'Expletus Sans', cursive;
}

    .table_student_name_1 tr th {
        font-weight: normal;
        border-bottom-width: 2px !important;
        text-align: center;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        background: #514c49;
        color: #FFF;
        border: 0 !important;
    }

    /*.table_student_name_1 tr td {
        background: rgba(156, 129, 41, 0.22);
        color: #FFF;
        text-align: center;
        border: 1px solid rgba(224, 214, 179, 0.33) !important;
    }*/
 .table_student_name_1 tr td {
          background: rgb(84, 84, 84);
    color: #FFF;
    text-align: center;
    border: 1px solid #fff !important;
    }

.view_btn {
    padding: 5px;
    color: #FFF;
    background: #2c7fc3;
    border-radius: 5px;
    margin-right: 5px;
}

    .view_btn:hover {
        color: #FFF;
        text-decoration: none;
    }

    .view_btn:focus {
        color: #FFF;
        text-decoration: none;
    }

.view_btn_1 {
    padding: 5px;
    color: #FFF;
    background: #1ca01f;
    border-radius: 5px;
    margin-right: 5px;
}

    .view_btn_1 i {
        color: #FFF;
    }

.view_btn_2 {
    padding: 5px;
    color: #FFF;
    background: #e04e14;
    border-radius: 5px;
}

    .view_btn_2 i {
        color: #FFF;
    }

.studnet_icon {
    text-align: center;
    width: 100%;
}

/*.mystudent_profile {
    width: 100%;
    float: left;
}

    .mystudent_profile p {
        text-align: center;
        font-family: 'Expletus Sans', cursive;
        font-size: 15px;
    }

.myprofile_form {
    width: 100%;
    float: left;
    background: #ffd84f;
    padding: 10px 20px;
    font-family: 'Expletus Sans', cursive;
}*/

.personal_heading {
    width: 100%;
    float: left;
    border-bottom: #ffbe4d solid 1px;
    margin-bottom: 20px;
    padding: 10px 0;
    font-size: 16px;
}

.Personal_form {
    width: 100%;
    float: left;
}

    .Personal_form .col-lg-6 .form-group label {
        font-weight: normal !important;
    }

.save {
    width: 30%;
    float: left;
    padding: 10px;
    border-radius: 5px;
    background: #1d1d1d;
    outline: none;
    border: none;
    color: #FFF;
    font-size: 18px;
    text-transform: uppercase;
}

.progress_div {
    width: 50%;
    margin: auto;
}

.mystudent {
    width: 100%;
    float: left;
    padding: 20px 20px;
}

.mystudent {
    width: 100%;
    float: left;
}

.student_desecration {
    width: 500px;
    background: rgba(255, 255, 255, 0.71);
    margin: auto;
    overflow: hidden;
    margin-bottom: 60px;
    border-radius: 10px;
}

/*.student_my {
    font-family: 'Expletus Sans', cursive;
    font-size: 25px;
    margin-bottom: 10px;
    color: #FFF;
}*/

.student_name_tab {
    float: left;
    width: 50%;
    padding: 10px 10px;
    font-family: 'Gotham-Rounded';
    color: #333;
}

.mystudnet-bg {
    width: 100%;
    height: auto;
    background-image: url(../images/my-students.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    padding: 0px;
    position: relative;
}

.chart_bar {
    width: 100%;
    float: left;
    padding-bottom: 20px;
}

.chart_div {
    float: left;
    width: 100%;
}

.chart_one {
    float: left;
    width: 200px;
    height: 200px;
    /*background:#ffb83a;*/
    border-radius: 50%;
}

.chart_two {
    float: left;
    width: 200px;
    height: 200px;
    /*background:#d5f27b;*/
    border-radius: 50%;
}

.chart_three {
    float: left;
    width: 200px;
    height: 200px;
    /*background:#fde271;*/
    border-radius: 50%;
}

.chart_four {
    float: left;
    width: 200px;
    height: 200px;
    /*	background:#a3fa3c;*/
    border-radius: 50%;
}




.chart-heading {
    font-size: 18px;
    color: #FFF;
    font-family: 'Gotham-Rounded';
    padding-bottom: 30px;
    text-align: center;
}

.student_details {
    width: 100%;
    float: left;
}

.active_tab {
    display: block !important;
}


.my_tab {
    padding: 0x;
    margin: 0;
}

    .my_tab li {
        list-style-type: none;
       /* background-color: #fbfbfb;
        border-bottom: solid 1px #CCCCCC;
        background: #fff6c6;*/
    }

        .my_tab li:last-child {
            border-bottom: solid 0px #CCCCCC;
        }

        .my_tab li a {
            text-decoration: none;
            display: block;
            color: #000;
            position: relative;
           font-family: 'Gotham-Rounded';
            width: 100%;
            padding: 10px 15px;
            transition: 0.3s;
        }

            .my_tab li a:hover {
                background: #514c49;
                color: #FFF;
                transition: 0.3s;
            }

.my_profi {
    width: 100%;
    float: left;
    display: none;
}

.myaccoutn_tab {
    width: 100%;
    float: left;
}

.report_deatails {
    width: 100%;
    float: left;
    color: #FFF;
}

.report_left {
    width: 100%;
    float: left;
    padding: 5px 0;
}

.reoprt_boder {
    width: 100%;
    float: left;
    padding: 15px;
    margin-bottom: 25px;
    border: solid 2px rgba(255, 255, 255, 0.57);
}

.report_circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #FFF;
    overflow: hidden;
    float: right;
}

.test_btn {
    width: 100%;
    float: left;
    padding: 10px;
    background: #256ca7;
    text-decoration: none;
    font-size: 14px;
    color: #FFF;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 5px;
}

    .test_btn:hover {
        color: #FFF;
        text-decoration: none;
    }

    .test_btn:focus {
        color: #FFF;
        text-decoration: none;
    }

.calunder {
    width: 90%;
    margin: auto;
    padding: 20px 0;
}

.calunder_div {
    position: absolute;
    width: 100px;
    height: 73px;
    top: 551px;
    left: 205px;
}

    .calunder_div a {
        padding: 50px;
    }

.totour_white {
    width: 80%;
    background: #FFF;
    height: auto;
    margin: auto;
    border-radius: 10px;
    display: table;
}


.totur_img {
    width: 190px;
    height: 190px;
    overflow: hidden;
    border: solid 3px #d6d6d6;
    border-radius: 10%;
}

.tutor_details {
    width: 100%;
    float: left;
}

.div_padding {
    padding: 40px 25px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.tutor_details h1 {
    padding: 10px 0 0 0;
    margin: 0;
    font-size: 20px;
    font-family: 'Gotham-Rounded';
}

.tutor_details h2 {
    padding: 10px 0 10px 0;
    margin: 0;
    font-size: 15px;
    font-family: 'Gotham-Rounded';
    color: #6b6b6b;
    border-bottom: solid 1px #CCCCCC;
    margin-bottom: 10px;
}

.tutor_details p {
    font-family: 'Gotham-Rounded';
    padding: 0px 0 8px 0;
    margin: 0;
}

    .tutor_details p span {
        font-family: 'Gotham-Rounded';
        padding-left: 20px;
    }

.about_us {
    padding: 0px 0px;
    border-radius: 5px;
    font-family: 'Gotham-Rounded';
    width: 100%;
    float: left;
    margin-top: 0px;
}

.dis:last-child {
    border-bottom: solid 0px #bbbbbb;
}

.pop_div {
    width: 100%;
    float: left;
    margin-top: 5px;
}

.reques_tutor {
    padding: 8px 15px;
    display: inline-block;
    font-size: 15px;
    font-family: 'Gotham-Rounded';
    text-decoration: none;
    color: #2b2b2b;
    border-radius: 5px;
    border: solid 1px #CCCCCC;
    margin-right: 5px;
}

    .reques_tutor:hover {
        color: #2b2b2b;
        text-decoration: none;
    }

    .reques_tutor:focus {
        color: #2b2b2b;
        text-decoration: none;
        background: #3f51b5;
    }

.hvr-rectangle-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #fff;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

[class^="hvr-"] {
    margin: .4em;
    padding: 1em;
    cursor: pointer;
    background: #3f51b5;
    text-decoration: none;
    color: #666;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
    color: white;
    border: solid 1px #CCCCCC;
}

    .hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

.hvr-rectangle-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #006cb5;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 5px;
}

.dis {
    width: 100%;
    float: left;
    padding-bottom: 5px;
    border-bottom: solid 1px #fff;
    margin-top: 10px;
    background: #f7f7f7;
    padding: 15px;
    border-radius: 5px;
}

.dis_h {
    width: 100%;
    float: left;
    font-size: 16px;
    padding: 0;
    margin: auto;
    color: #4071bd;
}

.dis_p {
    width: 100%;
    float: left;
    font-size: 14px;
    padding: 0 !important;
    margin: auto;
}

.white_bg {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.dis_img {
    width: 50px;
    height: 50px;
    float: left;
    border: solid 2px #e2e2e2;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
}

.dis_discription {
    width: 80%;
    float: left;
}

.student_review {
    color: #4071bd;
    padding-left: 0px !important;
}

.rs {
    color: #03a9f4;
    font-size: 20px;
}

.pop_div .reques_tutor.hvr-rectangle-out {
    outline: none;
}

.checkbox_pop {
    width: 100%;
    float: left;
    overflow: hidden;
}

.modal-body {
    font-family: 'Gotham-Rounded';
    font-size: 16px;
}

.submit_btn {
       background: #414350;
    outline: none;
    padding: 7px 15px !important;
    border: none;
    color: #FFF;
    border-radius: 5px;
}

.left_padding {
    padding-left: 25px !important;
    overflow: hidden;
}


/*Chack Box*/
.details-new_1 {
    width: 100%;
    height: auto;
    float: left;
    padding: 5px 0px;
}

.online_1 {
    height: auto;
    float: left;
    width: 100%;
}

.btn_lable_1 {
    float: left;
    margin-right: 8px;
}

    .btn_lable_1 input[type="radio"] {
        display: none;
        opacity: 0;
    }

.online_1 input {
    width: auto !important;
    margin-right: 10px;
    float: left;
}

.details-new_1 input {
    float: left;
    width: 100%;
    padding: 10px;
    border: 1px solid rgba(128, 128, 128, 0.2);
    border-radius: 4px;
}

.btn_lable_1 label {
    color: #fff;
    float: left;
    color: #fff;
    padding:8px 15px 11px 40px;
    height: auto !important;
    position: relative;
    border-radius: 4px;
}

.online_1 label {
    width: auto;
    margin-right: 10px;
    float: left;
    color: #fff;
}

.details-new_1 label {
    float: left;
    width: 100%;
    font-weight: normal;
}

.green_btn_1 {
    color: #333 !important;
}

.btn_lable_1 input[type="radio"]:checked + label::before {
    opacity: 1;
}

.btn_lable_1 label::before {
    content: "";
    width: 15px;
    height: 8px;
    border-left: solid 2px #fff;
    border-bottom: solid 2px #fff;
    position: absolute;
    left:5px;
    top: 13px;
    z-index: 10;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    opacity: 0;
}

.btn_lable_1 label::after {
    content: "";
    width: 26px;
    height: 24px;
    background: #006cb5;
    position: absolute;
    left: 0px;
    top: 7px;
    z-index: 9;
    border:solid 2px rgba(202, 198, 198, 0.44);
    border-radius: 3px;
}

.green_btn_2 {
    background: #3e3d3d;
}

.learn_btn {
    text-align: left;
}

    .learn_btn a {
        padding: 10px 10px;
        text-decoration: none;
        background: #006fb0;
        border-radius: 5px;
        color: #FFF;
        font-size: 15px;
        display: inline-block;
    }

        .learn_btn a:hover {
            color: #FFF;
            text-decoration: none;
        }
		
		
		
		
/*@media only screen and (max-width: 650px) {
	
	.logo a{
		display:block;
   
}
.logo img {
    width: 80px !important;
    height: auto;
}
.wrapper .top_head .menu {
    float: left;
    width: 100%;
    background: #000;
    display: none;
}
.wrapper .top_slider img {
    width: 100%;
    height: 350px;
}
.wrapper .top_box_bg {
    float: left;
    width: 100%;
    margin-top: 0px;
}
.three-locator {
    width: auto;
    height: auto;
    margin: 0px;
    text-align: center;
    padding: 0px;
}
.three-locator li {
    float: none;
    display: inline-block;
    margin: 0px 10px;
    position: relative;
}

.wrapper .top_banner_box {
    float: left;
    width: 100%;
    text-align: center;
}
.wrapper .top_banner_box .box_student {
    width: 90px;
    height: 135px;
    background-image: url(../images/student_n_iconb.png) no-repeat !important;
    display: inline-block;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
    cursor: pointer;
    animation: tab_anim .7s normal;
    background-size: 90px;
}
.wrapper .top_banner_box .img_icon {
    float: left;
    width: 100%;
    text-align: center;
    padding: 2px 0 0px;
}
.wrapper .top_banner_box .img_icon img{
	    width: 85%;

}
.wrapper .top_banner_box h2 {
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    font-family: 'Oswald',sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
}
.wrapper .top_banner_box .active_tb .sub_menu {
    -o-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    top: 112px;
    z-index: 99;
}
.wrapper .top_banner_box .sub_menu{
	width: 100%;
}
.wrapper .top_banner_box .box_parent {
    width: 90px;
    height: 135px;
    background-image: url(../images/parent_n_iconew_n1b.png);
    display: inline-block;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
    cursor: pointer;
    animation: tab_anim .7s normal;
    background-size: 90px;
}

.wrapper .top_banner_box .box_tutor {
    width: 90px;
    height: 135px;
    background-image: url(../images/tutor_n_icon_new1b.png);
    display: inline-block;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
    cursor: pointer;
    animation: tab_anim .7s normal;
	 background-size: 90px;
}
.wrapper .top_banner_box .sub_menu ul li {
    float: left;
    width: 100%;
    text-align: left;
    border-bottom: solid 1px #eaeaea;
    margin: 0px;
}
.wrapper .top_banner_box .sub_menu ul li a {
    text-decoration: none;
    padding: 6px 0;
    font-size: 12px;
    float: left;
    width: 100%;
    padding-left: 5px;
    color: #5a5a5a;
    font-family: 'Gotham-Rounded-Book';
}
.circle img{
	width:100%;
	height:auto;
}
.student_main h1 {
    padding: 0;
    margin: 0;
    text-align: center;
    color: #FFF;
    font-family: 'GothamRounded-Bold',sans-serif;
    text-transform: uppercase;
    font-size: 16px !important;
}
.benefits h2 {
    padding: 0;
    margin: 0;
    text-align: center;
    font-family: 'Oswald',sans-serif;
    text-transform: uppercase;
    color: #FFF;
    font-size: 16px !important;
}
.benefits h2 {
    padding: 0;
    margin: 0;
    text-align: center;
    font-family: 'Oswald',sans-serif;
    text-transform: uppercase;
    color: #FFF;
    font-size: 16px;
}
.bf_contain {
    width: 100%;
    float: left;
    text-align: center;
    color: #FFF;
    font-family: 'Gotham-Rounded';
    font-size: 15px;
    padding: 25px 0;
}
.how_we h4 {
    padding: 0;
    margin: 0;
    font-size: 16px;
    text-align: center;
   font-family: 'Gotham-Rounded';
    text-transform: uppercase;
    color: #FFF;
}
.stap_1 p {
    font-size: 15px;
    color: #FFF;
    font-family: 'Gotham-Rounded';
    padding: 30px 0;
    text-align: center;
}
.videoplay {
    width: 100% !important;
    margin: auto;
    height: 495px;
    position: absolute;
    bottom: -204px;
    left: 0;
    right: 0;
    background: url(../images/imac3.png) no-repeat !important;
    background-size: 100% !important;
}
.item p {
    width: 100%;
    float: left;
    font-family: 'Gotham-Rounded';
    line-height: 30px;
    font-size: 13px !important;
    color: #717171;
}
#quote-carousel .carousel-indicators {
    /* right: 50%; */
    /* top: 100%; */
    bottom: -20px;
    margin-right: -19px;
    width: 100%;
    float: left;
    display: none !important;
}
.search_line2 {
    width: 100% !important;
    float: left;
    border-right: solid 1px #e6e6e6;
    margin-bottom: 3px !important;
}
/*.search_color {
    width: 100% !important;
    float: left;
}
*/
.search_line {
    width: 100% !important;
    float: left;
    border-right: solid 1px #e6e6e6;
    margin-bottom: 3px !important;
}
.user_review {
    width: 100%;
    float: left;
    padding: 250px 0 60px 0;
    background: #f9f9f9;
   font-family: 'Gotham-Rounded';
    margin-top: 0px !important;
}
.student_search {
    width: 100%;
    margin-left: 0px !important;
    margin-top: 20px;
    float: left;
}
/*.tutor-left2 {
    width: 100% !important;
    height: auto;
    float: left;
}
.tutor-right2 {
    width: 100% !important;
    height: auto;
    float: left;
    position: relative;
    margin-top: 10px;
}*/
/*.tutor h2 {
    font-family: 'Gotham-Rounded';
    font-size: 18px !important;
    color: #fff;
    text-align: center;
    padding:10px 0px !important;
    margin: 0px !important;
}*/
.four-tabs ul {
    width: auto;
    height: auto;
    margin: 0px;
    height: auto;
    text-align: center;
    padding: 0px;
}
.four-tabs ul li {
    float: none;
    list-style: none;
    display: inline-block;
    margin: 0px 3%;
    position: relative;
}
.four-tabs ul li a img {
    width: 100px;
}
.four-tabs ul li:before {
    content: "";
    width: 76%;
    height: 3px;
    background: white;
    position: absolute;
    left: 99%;
    top: 40%;
    z-index: 1;
	
}
/*.five-step {
    width: 100% !important;
}*/
/*.register-new {
    width: 100%;
    height: auto;
    background: rgba(145, 216, 246, 0.68);
    margin: 80px auto;
    font-family: 'Lato', sans-serif;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 5px rgba(25, 2, 29, 0.09);
}*/




/*Chack box*/

