.wrapper{
    margin: 0px auto;
    width: 95%;
    font-family: 'Source Sans Pro', sans-serif;
}
body{
    padding: 0px;
    margin: 0px;
}
.header_bg{
    float: left;
    width: 100%;
    background-image: url(../img/img.JPG);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px;
    min-height: 576px;
}
.desk_menu_part{
    float: left;
    width: 100%;
    margin: 10px 0px;
    padding: 10px 0px;
}
.logo_part{
    padding-left: 0px !important;
}
.logo_part img{
    width: 190px;
}
.menu_part ul{
    float: left;
    width: 100%;
    padding: 0px;
    text-align: center;
    margin: 8px 0px;
}
.menu_part ul li {
    display: inline-block;
    margin: 0px 15px;
    font-size: 18px;
    letter-spacing: 0.4px;
    color: #fff;
    cursor: pointer;
}
.menu_part ul li:hover>ul.inner_drop{
    display: block;
}
.menu_part ul li a{
    color: #fff;
    text-decoration: none;
}
.menu_part ul li img{
    width: 14px;
    margin-left: 2px;
}
.login_part ul{
    padding: 0px;
    float: left;
    width: 100%;
    text-align: right;
    margin: 8px 0px;
}
.login_part ul li{
    display: inline-block;
    margin: 0px 15px;
    font-size: 18px;
    letter-spacing: 0.4px;
}
.login_part ul li a{
    color: #fff;
    display: inline-block;
    text-decoration: none;
}
li.sign_up_btn a {
    background-color: #2196f3;
    padding: 2px 10px;
    border-radius: 10px;
    color: #fff !important;
}
.bottom_part {
    float: left;
    width: 100%;
    margin: 40px 0px;
    padding: 50px 0px;
}
.bottom_part h1 {
    float: left;
    width: 100%;
    font-size: 55px;
    margin: 20px 0px;
    color: #fff;
    letter-spacing: 0.4px;
    font-weight: 700;
}
.bottom_part p {
    float: left;
    width: 100%;
    margin: 5px 0px 15px;
    font-size: 24px;
    font-style: italic;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.4px;
}
    .bottom_part p a {
        display: inline-block;
        border-radius: 10px;
        font-style: normal;
        font-size: 19px;
        font-weight: 400;
        color: #fff;
        margin-top: 15px;
    }
.fin_btn {
    display: inline-block;
    background-color: #1bca7b;
    padding: 10px 15px;
   border-radius: 25px 0px 0px 25px;
}
.arrow_find {
    display: inline-block;
    background-color: #fff;
    margin-left: -6px;
    padding: 10px 15px;
    border-radius: 0px 25px 25px 0px;
}
.arrow_find img {
    width: 22px;
    margin-top: -5px;
}
.inner_drop {
    position: absolute;
    width: 170px !important;
    background-color: #2a2828;
    top: 25px;
    border-radius: 5px;
    z-index: 99;
    display: none;
}
.inner_drop li {
    float: left;
    width: 100%;
    text-align: left;
    margin: 4px 0px !important;
    padding: 0px 10px;
}
.counter_inner {
    float: left;
    width: 100%;
    margin: 20px 0px;
    padding: 30px 0px;
}
.comm_box {
    padding: 15px;
    
}
.comm_box span {
    float: left;
    width: 100%;
    color: #fff;
    letter-spacing: 0.4px;
    text-shadow: 1px 2px 3px #000;
}
.comm_box span img {
    display: inline-block;
    margin: 15px 0px;
    width: 60px;
}
.box_1, .box_2, .box_3, .box_4{
    float: left;
    width: 100%;
    background-color: #f8b945;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
}
.box_2{
    background-color: #2c39b6;
}
.box_3{
    background-color: #1a945e;
}
.box_4{
    background-color: #0092b9;
}
.number_cu{
    font-size: 40px;
    
}
.content_cu{
    font-size: 26px;
}
.find_tutor {
    float: left;
    width: 100%;
    background-image: url(../img/tutor-process.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.find_tutor ul{
    list-style: none;
    padding: 0px;
    float: left;
    width: 100%;
    margin: 0px;
}
.find_tutor_inner {
    float: left;
    width: 100%;
    padding: 25px 0px;
    text-align: center;
}
.find_tutor_inner ul li {
    padding: 15px;
    background-image: url(../img/side-line.jpg);
    background-repeat: no-repeat;
    background-position: 100% 36px;
}
.find_tutor_inner ul li:last-child{
    background-image: none;
}
.find_tutor_cont{
    float: left;
    width: 100%;
}
.find_tutor_cont span {
    display: inline-block;
    width: 62px;
    height: 62px;
    background-color: #000;
    border-radius: 50px;
    padding-top: 10px;
}
.find_tutor_cont span img{
    width: 36px;
}
.find_tutor_cont h3 {
    font-size: 22px;
    margin: 10px 0px 20px 0px;
    color: #fff;
    letter-spacing: 0.4px;
    font-weight: 700;
}
.find_tutor_cont p {
    float: left;
    width: 100%;
    margin: 5px 0px 0px 0px;
    font-size: 14px;
    letter-spacing: 0.4px;
    color: #fff;
} 
.process{
    float: left;
    width: 100%;
    margin: 10px 0px;
}
.process_img {
    background-image: url(../img/circle.png);
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 390px auto;
    background-position: 0px 5px;
    margin: 25px 0px;
}
.process_right ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.process_right ul li{
    float: left;
    width: 100%;
}
.process_right ul li h3 {
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 0.4px;
    float: left;
    width: 100%;
    margin: 8px 0px;
    color: #000;
}
.process_right ul li p{
    font-size: 14px;
    color: #464646;
}
.li_1{
    padding: 0px 35px;
}
.li_2 {
    padding: 0px 0px 0px 10pc;
}
.li_3 {
    padding: 25px 0px 0px 10pc;
}
.li_4 {
    padding: 25px 0px 0px 1pc;
}
.process_inner {
    float: left;
    width: 100%;
    margin: 10px 0px;
}
.process_comm span{
    text-align: center;
    float: left;
    width: 100%;
}
.section_heading{
    float: left;
    width: 100%;
    text-align: center;
}
.process_heading {
/*
    float: left;
    width: 100%;
*/
    font-size: 36px;
    margin: 15px 0px;
    position: relative;
    text-align: center;
    letter-spacing: 0.4px;
    color: #000;
    font-weight: 600;
    padding: 5px 0px;
    display: inline-block;
}
.process_heading span::after {
    border-radius: 8px;
    bottom: 0px;
    content: "";
    height: 1px;
    left: 40%;
    position: absolute;
    width: 63%;
    background: #636363;
    margin-left: -20%;
}
.leaning_board {
    float: left;
    width: 100%;
    margin: 10px 0px 0px;
    background-color: #f6f6f6;
    padding: 16px 0px;
}
.leaning_board_inner ul, .leaning_board_inner {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0px;
}
.leaning_left, .leaning_mid, .leaning_right {
    margin-top: 25px;
    padding: 15px 0px !important;
}
.leaning_mid img{
    width: 100%;
}
.leaning_left ul li h3, .leaning_right ul li h3{
    font-size: 23px;
    letter-spacing: 0.4px;
    font-weight: 600;
    margin: 5px 0px;
    padding-top: 15px;
    color: #fff;
}
li.leaning_box1, li.leaning_box2, li.leaning_box3, li.leaning_box4 {
    background-image: url(../img/yellow.png);
    min-height: 125px;
    background-position: 0% 0px;
    background-repeat: no-repeat;
    margin-right: -96px;
    background-size: 100%;
    padding-left: 9pc;
    margin-top: 15px;
}
    li.leaning_box1 p, li.leaning_box2 p, li.leaning_box3 p, li.leaning_box4 p {
    font-size: 14px;
    margin: 0px;
    float: left;
    width: 100%;
    color: #fff;
    letter-spacing: 0.4px;
}
li.leaning_box2 {
    background-image: url(../img/red.png);
}
li.leaning_box3{
    background-image: url(../img/purple.png);
    margin-left: -86px;
    margin-right: 0px;
    padding-right: 8pc;
    padding-left: 7px;
    text-align: right;
}
li.leaning_box4{
    background-image: url(../img/light-blue.png);
    margin-left: -86px;  
    margin-right: 0px;
    padding-right: 8pc;
    padding-left: 7px;
    text-align: right;
}
.offer_banner{
    float: left;
    width: 100%;
    background-image: url(../img/get-up.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0px;
}
.offer_banner_inner {
    float: left;
    width: 100%;
}
.offer_banner_inner h3 {
    margin: 20px 0px;
font-size: 30px;
color: #fff;
font-weight: 700;
font-style: italic;
letter-spacing: 0.4px;
}
.offer_banner_inner span {
    float: right;
    display: inline-block;
    margin-top: 5px;
}
.offer_banner_inner span a {
    display: inline-block;
    background-color: #1bca7b;
    color: #fff;
    font-size: 22px;
    padding: 16px 26px;
    font-style: normal;
    border-radius: 30px;
    text-decoration: none;
    letter-spacing: 0.4px;
}
.offer_banner_inner h3 span a:hover{
    background-color: #02ae61;
}
.testmonial_home {
    float: left;
    width: 100%;
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 15px 0px 0px;
}
.slider {
    margin: 25px 0px;
    float: left;
}
.testimonial_1 {
    float: left;
    width: 100%;
    padding: 5px 20px;
    position: relative;
    margin: 35px 0px 0px 0px;
}
.testimonial {
    float: left;
    width: 100%;
    box-shadow: 0px 0px 6px -1px #868686;
    padding: 15px 30px;
    cursor: pointer;
    background-color: #fff;
    min-height: 340px;
}
.testimonial:hover{
/*    background-color: #3e606a;*/
    background-image: linear-gradient(120deg, rgb(48, 169, 204), rgba(168, 202, 215, 0.9));
}
.pic {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: -45px;
    z-index: 999;
}
.pic span {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 7px solid #fcfcfc;
    box-shadow: 0px -2px 6px -2px #2f2f2f;
}
.pic span img {
    width: 66px;
    padding: 0px;
    border-radius: 50%;
}
.content {
    float: left;
    width: 100%;
    margin: 10px 0px;
    color: #000;
}
.name {
    float: left;
    width: 100%;
    margin: 0px 0px 15px 0px;
    text-align: center;
    letter-spacing: 0.4px;
    font-size: 20px;
    font-weight: 600;
}
.post{
    float: left;
    width: 100%;
    text-align: center;
    color: #464646;
    text-transform: capitalize;
    letter-spacing: 0.4px;
    margin: 5px 0px;
}
.testimonial-content {
    float: left;
    width: 100%;
    text-align: center;
    color: #464646;
}
.testimonial-content ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.testimonial-content p{
    line-height: 23px;   
    letter-spacing: 0.4px;
    margin: 5px 0px 15px;
}
.testimonial-content ul li {
    color: #efce4a;
    display: inline-block;
    padding: 0px 1px;
    font-size: 18px;
    margin: 10px 0px;
}
.footer_part {
    float: left;
    width: 100%;
    margin: 20px 0px 0px 0px;
    padding: 10px 0px 0px;
}
.footer_part ul {
    list-style: none;
    margin: 10px 0px 0px 0px;
    padding: 0px;
    float: left;
    width: 100%;
}
.bottom_footer_inner {
    float: left;
    width: 100%;
    padding: 30px 0px;
}
.bottom_footer_inner ul li {
    float: left;
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.4px;
    margin: 2px 0px;
    color: #fff;
}
.bottom_footer_inner ul li span {
    display: inline-block;
    width: 30px;
    height: 30px;
    float: left;
}
/*
.link_part_mid, .link_part_last {
    min-height: 260px;
}
*/
.link_part_mid ul, .link_part ul {
    border-right: 1px solid #636363;
    min-height: 185px;
}
.so_media span{
    width: auto !important;
}
.so_media span a img {
    width: 28px;
    display: inline-block;
    margin: 0px 7px 0px 0px;
}
.bottom_footer_inner ul li p {
    float: left;
    width: 100%;
    margin: 0px;
}
.bottom_footer_inner ul li p span img{
    width: 18px;
}
.bottom_footer_inner ul li a{
    color: #fff;
}
.upper_footer {
    float: left;
    width: 100%;
    text-align: center;
}
.upper_footer p{
    float: left;
    width: 100%;
    margin: 0px;
}
.upper_footer p span{
    display: inline-block;
/*    max-width: 300px;*/
}
.bottom_footer{
    float: left;
    width: 100%;
    background-image: url(../img/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
h3.process_heading {
    float: left;
    width: 100%;
    font-size: 24px;
    text-align: left;
    color: #fff;   
}
h3.process_heading span::after {
    border-radius: 8px;
    bottom: 0px;
    content: "";
    height: 1px;
    left: 32%;
    position: absolute;
    width: 42px;
    background: #fff;
    margin-left: -23%;
}
.link_part h3{
    float: left;
    width: 100%;
    margin: 15px 0px;
}
.link_part h3 img{
    width: 155px;
}
.copy_right_footer {
    float: left;
    width: 100%;
    text-align: center;
    background-color: #000;
    padding: 13px 0px;
}
.copy_right_footer p {
    float: left;
    width: 100%;
    margin: 0px;
    font-weight: 500;
    letter-spacing: 0.4px;
    font-size: 16px;
    color: #fff;
}
.icon_menu1{
    display: none;
}
.icon_menu1 p{
    float: left;
    width: 100%;
    text-align: right;
}
.icon_menu1 p img{
    width: 30px;
    cursor: pointer;
}
.process_right ul li span img {
    width: auto;
}
.profile_uer img {
    width: 25px;
    border-radius: 50%;
    margin-right: 2px;
}
.caret_1 {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 1px;
    vertical-align: middle;
    border-top: 6px dashed;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    margin-top: -3px;
}
.profile_uer {
    display: inline-block;
    cursor: pointer;
    font-size: 15px;
    color: #fff;
    letter-spacing: 0.4px;
    font-family: 'Raleway', sans-serif;
    text-transform: capitalize;
}
.profile_down {
    position: absolute;
    width: 160px;
    right: 8px;
    background-color: #fff;
    padding: 0px 0px;
    text-align: left;
    box-shadow: 1px 2px 7px 1px rgba(27, 27, 27, 0.87);
    top: 40px;
    border-radius: 0px 0px 5px 5px;
    display: none;
    z-index: 999;
}
.profile_down::before {
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    left: 64px;
    top: -10px;
}
.profile_down ul li {
    margin: 0px 0px !important;
    float: left;
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
    padding: 3px 5px;
    font-size: 15px;
    letter-spacing: 0.4px;
    color: #878686;
    cursor: pointer;
    text-align: left;
}
.profile_down ul li a {
    color: #3a3a3a;
    text-decoration: none;
}
.profile_down ul li a i {
    font-size: 18px;
/*    border-right: 1px solid #d2d2d2;*/
    padding: 8px;
    color: #aba9a9;
    background-color: #fff;
}
.login_part p {
    text-align: right;
    margin:9px 0px 0px;
    float: left;
    width: 100%;
}
.caret_1_add {
    transform: rotate(180deg);
}
/*-- mobile menu part start here --*/
.mobile_menu {
    position: fixed;
    z-index: 9999;
    right: -290px;
    width: 250px;
    background-color: #fff;
    box-shadow: -1px 0px 4px 0px #020202;
    font-family: 'Source Sans Pro', sans-serif;
    height: 100%;
}
.mobile_inner_part {
    float: left;
    width: 100%;
    overflow-y: scroll;
    max-height: 500px;
    padding: 0px 20px;
}
.mobile_inner_part ul{
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.user_p, .menu_link {
    float: left;
    width: 100%;
    margin: 0px 0px 0px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
.user_p p {
    float: left;
    width: 100%;
    margin: 0px 0px 10px;
}
.user_p p img{
    width: 35px;
    border-radius: 50%;
    margin-right: 10px;
}
.user_p p span {
    font-size: 18px;
    letter-spacing: 0.4px;
    font-weight: 700;
    color: #5f5f5f;
}
.menu_link{
    border-bottom: none;
}
.user_p h3, .menu_link h3 {
    font-size: 23px;
    color: #000;
    font-weight: 400;
    float: left;
    width: 100%;
    letter-spacing: 0.4px;
    margin: 15px 0px;
}
.mobile_inner_part ul li {
    list-style: none;
    font-size: 18px;
    letter-spacing: 0.4px;
    margin: 5px 0px;
    padding: 2px 0px;
    color: #000;
    font-weight: 700;
    float: left;
    width: 100%;
    cursor: pointer;
}
.sub_inner{
    display: none;
}
.mobile_inner_part ul li a {
    font-size: 17px;
    font-weight: 500;
    display: inline-block;
    margin-left: 15px;
    color: #018eb4;
    text-decoration: none;
}
.menu_link ul li span img{
    width: 15px;
}
.menu_link ul li span{
    float: right;
}
.overlay{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0.8;  
    background-color: #000;
    display: none;
}
.cross {
    position: absolute;
    left: -38px;
    border: 1px solid #fff;
    background-color: #fff;
    padding: 8px 11px;
    cursor: pointer;
}
.add_right{
    right: 0px;
}
/*-- mobile menu part end here ---*/
/*-- popup for select register button start here --*/
.select_popup {
    position: fixed;
    z-index: 99999;
    background-color: #0009;
    width: 100%;
    height: 100%;
/*    opacity: 0.8;*/
    display: none;
}
.select_overlay {
    position: relative;
    width: 100%;
    height: 100%;
}
.select_inner {
    position: fixed;
    top: 50%;
    left: 50%;
    background-color: #fff;
    transform: translate(-50%,-50%);
    width: 450px;
    height: auto;
    box-shadow: 2px 2px 7px 0px #000;
    font-family: 'Source Sans Pro', sans-serif;
    border-radius: 4px;
}
.select_inner p {
    float: left;
    width: 100%;
    margin: 10px 0px;
    text-align: center;
}
.select_inner p a {
    background-color: #787878;
    display: inline-block;
    padding: 10px 10px;
    min-width: 300px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.4px;
    box-shadow: 2px 2px 6px 0px #00000080;
    border-radius: 4px;
    text-decoration: none;
}
.cross_1 {
    position: absolute;
    right: -20px;
    border: 1px solid #2abbfc;
    width: 40px;
    height: 40px;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    padding: 8px;
    top: -20px;
    z-index: 99;
    box-shadow: 2px 0px 3px 0px #000;
    cursor: pointer;
}
.cross_1 img{
    width: 15px;
}
.select_inner h3 {
    position: relative;
    float: left;
    width: 100%;
    margin: 0px 0px 20px;
    background-color: #2abbfc;
    text-align: center;
    padding: 3pc 0px 1pc;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.4px;
    color: #fff;
    border-radius: 4px 0px 0px 0px;
}
.select_inner h3 span {
    position: absolute;
    top: 0px;
    left: 50%;
    background-color: #fff;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    padding: 9px;
    transform: translate(-50%,-50%);
}
.alrey_part {
    float: left;
    width: 100%;
    text-align: center;
    margin: 15px 0px 25px 0px;
    font-size: 18px;
    letter-spacing: 0.4px;
    color: #000;
}
.alrey_part a{
    display: inline-block;
    color: #007ab0;
    text-decoration: none;
    
}
/*-- popup for select register button end here --*/

/*-- login and signup page start here --*/
.back_home {
    float: left;
    width: 100%;
    /* text-align: center; */
    margin: 10px 0px 15px 0px;
    font-size: 16px;
}
.back_home a {
    padding: 5px 14px;
    color: #d5d5d5;
    text-transform: capitalize;
    border: 1px solid #545454;
    margin-left: 15px;
    border-radius: 14px;
    box-shadow: 2px 2px 6px 0px #212121;
    text-decoration: none;
}
.back_home a i {
    padding-right: 5px;
}
.sign_up {
    float: left;
    width: 100%;
    background-image: url(../img/signup-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    height: 100%;
}
.sign_up_wrapper {
    margin: 30px auto;
    width: 70%;
    font-family: 'Source Sans Pro', sans-serif;
}
.sign_up_inner {
    float: left;
    width: 100%;
    padding: 0px 0px;
    background-color: #fff;
    margin: 20px 0px;
}
.sign_up_right {
    background-color: #ffffff;
    min-height: 500px;
    padding: 0px 6pc;
    text-align: center;
}
.sign_up_right h1 {
    float: left;
    width: 100%;
    margin: 20px 0px;
    color: #49b7ea;
    font-size: 27px;
    font-weight: 700;
    letter-spacing: 0.4px;
}
.sign_inner_right form {
    float: left;
    width: 100%;
    margin: 10px 0px;
}
.sign_inner_right form span {
    float: left;
    width: 100%;
    padding: 0px 0px 15px;
}
 .sign_inner_right form span input[type="email"], .sign_inner_right form span input[type="text"], .sign_inner_right form span input[type="password"] {
    float: left;
    width: 100%;
    border: 1px solid #d3d4d6;
    padding: 9px;
    font-size: 14px;
    letter-spacing: 0.4px;
    border-radius: 5px;
    color: #000;
}
.sign_inner_right form span button {
    float: left;
    width: 100%;
    background-color: #fdb515;
    border: none;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.4px;
    border-radius: 25px;
}
.sign_inner_right p{
    float: left;
    width: 100%;
    margin: 5px 0px 15px;
}
.sign_inner_right p a {
    color: #49b7ea;
    font-size: 14px;
    letter-spacing: 0.4px;
    display: inline-block;
    text-decoration: none;
}
.sign_inner_right p span {
    background-color: #49b7ea;
    display: inline-block;
    padding: 10px 25px;
    font-size: 16px;
    color: #fff;
    border-radius: 25px;
    letter-spacing: 0.4px
}
.sign_inner_right p span a{
    color: #fff;
    font-size: 16px;
}
.sign_up_left {
    padding: 0px !important;
    background-color: #d3e5f3;
    min-height: 500px;
}
p.signup_con {
    float: left;
    width: 100%;
    text-align: center;
}
p.signup_con span{
    float: left;
    width: 100%;
    margin: 5px 0px;
    font-size: 16px;
    text-transform: uppercase;
    color: #13a89e;
}
p.signup_con span img {
    width: 56px;
}
.sign_inner_left, .sign_inner_right {
    float: left;
    width: 100%;
}
.upper_signup {
    float: left;
    width: 100%;
    background-color: #49b7ea;
    padding: 25px 25px 40px;
    margin: 0px;
}
.upper_signup ul{
    padding: 0px;
    margin: 0px;
    float: left;
    width: 100%;
}
.upper_signup ul li {
    float: left;
    width: 100%;
    list-style: none;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.4px;
    line-height: 21px;
    margin: 0px 0px 10px;
    padding: 0px 0px 13px;
}
.upper_signup p {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0px 0px 20px;
}
.upper_signup p span {
    display: inline-block;
    width: 55px;
    height: 55px;
    background-color: #95cdee;
    border-radius: 50%;
    padding: 0px 12px;
}
.upper_signup p span img {
    width: 45px;
}
.mid_signup {
    float: left;
    width: 100%;
    background-color: #49b7ea;
   height: 64px;
    margin: -27px 0px;
    -ms-transform: skew(0deg, 8deg);
    -webkit-transform: skew(0deg, 8deg);
    transform: skew(0deg, 8deg);
}
.bottom_signup {
    float: left;
    width: 100%;
    height: 21px;
    background-color: #95cdee;
    transform: skew(0deg, 8deg);
    margin: 10px 0px;
}
/*-- login and signup page end here --*/

/*-- subjects page start here --*/
#header_subject{
    background-image: url(../img/subject-bg.jpg);
    min-height: 393px;
}
.top_header_in {
    float: left;
    width: 100%;
    background-color: #1b1b1b66 !important;
}
.bottom_part_1 {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 20px;
}
.bottom_part_1 h1 {
    float: left;
    width: 100%;
    margin: 20px 0px 0px;
    font-size: 48px;
    text-transform: uppercase;
    color: #fff;
    padding: 20px 0px 5px;
    font-weight: 700;
}
.bottom_part_1 p{
    float: left;
    width: 100%;
    margin: 0px 0px 15px;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0.4px;
    color: #fff;
}
.bottom_part_1 p a{
    font-size: 18px;
    display: inline-block;
    letter-spacing: 0.4px;
    color: #fff;
    text-decoration: none;
}
.subject_part_box {
    float: left;
    width: 100%;
    padding: 10px 0px 15px;
    margin: 5px 0px 25px;
}
.subject_inner_part_box{
    float: left;
    width: 100%;
    margin-top: 10px;
}
.subject_inner_part_box ul{
    float: left;
    width: 100%;
    padding: 0px 5pc;
    text-align: center;
}
.subject_inner_part_box ul li {
    display: inline-block;
/*    background-color: #000;*/
    padding: 20px;
    margin: 8px;
    text-align: center;
    width: 17%;
    border-radius: 5px;
}
.subject_inner_part_box ul li span {
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 27px;
    color: #fff;
    letter-spacing: 0.4px;
    padding: 5px 0px 7px;
    text-transform: capitalize;
}
.subject_inner_part_box ul li span img{
    width: 50px;
    height: 50px;
}
.subject_inner_part_box ul li a{
    display: inline-block;
    text-decoration: none;
}
.color1{
    background-color: #f8b944;
}
.color2{
   background-color: #0f844f; 
}
.color3{
    background-color: #00807e;
}
.color4{
    background-color: #9ccc65;
}
.color5{
    background-color: #002992;
}
.color6{
    background-color: #4f1a8b;
}
.color7{
    background-color: #b200ac;
}
.color8{
    background-color: #b20000;
}
.color9{
    background-color: #54b6be;
}
.color10{
    background-color: #413e07;
}
.color11{
    background-color: #28456b;
}
.color12{
    background-color: #363636;
}
.color13{
    background-color: #ee910f;
}
.color14{
    background-color: #2196f3;
}
.color15{
    background-color: #230232;
}
.subject_all {

    float: left;
    width: 100%;
    padding: 30px 0px 20px;
    margin-top: 15px;

}
.subject_inner_all{
    float: left;
    width: 100%;
}
.subject_inner_all ul{
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.subject_inner_all ul li{
    list-style: none;
    padding: 10px 12px;
}
.main_subject_inner {
    float: left;
    width: 100%;
    box-shadow: 0px 0px 4px 0px #969494;
   padding: 0px 15px 10px;
}
.main_subject_inner h3 {
    float: left;
    width: 100%;
    font-size: 30px;
    color: #000;
    font-weight: 500;
    margin: 10px 0px;
    padding: 10px 0px;
    letter-spacing: 0.4px;
}
.main_subject_inner span {
    float: left;
    width: 100%;
    text-transform: capitalize;
    letter-spacing: 0.4px;
    font-size: 18px;
    margin: 5px 0px;
}
.main_subject_inner span a{
    color: #989898;
    text-decoration: none;
}
.main_subject_inner span a:hover{
    color: #2abbfc;
}
/*-- subjects page end here --*/

/*-- blog page start here --*/
#header_blog{
    background-image: url(../img/blog-bg.jpg);
    min-height: 393px;
}
.blog_part {
    float: left;
    width: 100%;
    margin: 20px 0px;
}
.blog_inner_part {
    float: left;
    width: 100%;
}
.blog_inner_part ul{
    padding: 0px;
    margin: 0px;
}
.blog_inner_part ul li{
    list-style: none;
}
.blog_lft ul {
    padding: 0px;
    float: left;
    width: 100%;
    margin: 0px 0px 20px;
}
.blog_lft ul li {
    float: left;
    border-bottom: 1px solid #d4d4d4;
    width: 100%;
    margin: 2px 0px;
}
.blog_left {
    float: left;
    width: 100%;
    margin: 8px 0px;
    padding: 5px 0px;
}
.blog_img {
    margin-top: 2px;
    padding-top: 20px;
}
.blog_img p {
    float: left;
    width: 100%;
}
.blog_img p img {
    width: 100%;
    min-height: 150px;
}
.blog_content h3 {
    float: left;
    width: 100%;
    margin: 0px 0px 10px;
    padding: 0px 0px;
    font-size: 21px;
    letter-spacing: 0.4px;
    font-weight: 600;
}
.blog_content h3 a {
    color: #272727;
    text-decoration: none;
}
.blog_content p {
    float: left;
    width: 100%;
    margin: 5px 0px 10px;
}
.blog_content p span {
    display: inline-block;
    font-size: 15px;
    color: #545454;
    letter-spacing: 0.4px;
    margin: 0px 25px 0px 0px;
    padding: 0px 15px 0px 0px;
    font-weight: 400;
}
.blog_content p span i {
    color: #fe6b00;
    font-size: 18px;
    margin-right: 3px;
}
p.detail_1 {
    color: #353535;
    letter-spacing: 0.4px;
    line-height: 23px;
    font-size: 14px;
    margin: 0px 0px 10px;
}
span.detail_link1 {
    float: left;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
}
span.detail_link1 a {
    display: inline-block;
    background-color: #1995de;
    padding: 7px 12px;
    border-radius: 4px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.4px;
    color: #fff;
    text-decoration: none;
}
.blog_recent_link {
    float: left;
    width: 100%;
    margin: 0px 0px 15px;
}
.blog_tutor {
    float: left;
    width: 100%;
    background-color: #12a7ffcc;
    padding: 20px;
    margin: 15px 0px 0px;
    text-align: center;
}
.blog_recent_link h3 {
    float: left;
    width: 100%;
    margin: 10px 0px 8px;
    font-size: 24px;
    border-bottom: 1px solid #fb9010;
    padding-bottom: 4px;
    font-weight: 600;
    color: #000;
}
.blog_recent_link ul li {
    float: left;
    width: 100%;
    margin: 0px 0px 0px 15px;
    font-size: 15px;
    letter-spacing: 0.4px;
    padding: 5px 5px 3px 0px;
    list-style-image: url(../img/sample-con.png);
    list-style-position: inherit;
    font-weight: 400;
}
.bloglinka {
    color: #353535 !important;
    text-decoration: none !important;
}
.blog_tutor h3 {
    float: left;
    width: 100%;
    margin: 0px 0px 10px;
    font-size: 35px;
    padding-bottom: 4px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 0.4px;
    line-height: 45px;
    font-weight: 600;
}
.blog_tutor p {
    float: left;
    width: 100%;
    color: #000;
    font-size: 18px;
    letter-spacing: 0.4px;
    margin: 0px 0px 15px;
    font-weight: 400;
}
.blog_tutor form {
    float: left;
    width: 100%;
    margin: 0px;
}
.blog_tutor form span {
    float: left;
    width: 100%;
    margin: 10px 0px;
}
.blog_tutor form span input[type="text"] {
    float: left;
    width: 100%;
    border: none;
    border-radius: 4px;
    padding: 10px;
    font-size: 15px;
    letter-spacing: 0.4px;
    font-family: 'Source Sans Pro', sans-serif;
}
.blog_tutor form span select {
    float: left;
    width: 100%;
    border-radius: 4px;
    padding: 10px;
    color: #333;
    font-size: 15px;
    letter-spacing: 0.4px;
    border: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../img/ad.png);
    background-repeat: no-repeat;
    background-position: 96% 16px;
    background-size: 13px;
    background-color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
}
.blog_tutor form span input[type="submit"] {
    display: inline-block;
    background-color: #000;
    border: none;
    padding: 8px 18px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    font-weight: 600;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
}
.blog_detail {
    float: left;
    width: 100%;
}
.blog_detail h2 {
    float: left;
    width: 100%;
    font-size: 25px;
    margin: 10px 0px 20px;
    font-weight: 600;
    letter-spacing: 0.4px;
    color: #000;
}
.blog_detail ul, ol{
    float: left;
    width: 100%;
    padding: 0px 0px 0px 15px;
    margin: 0px;
}
.blog_detail ul li{
    list-style: disc;
}
.blog_detail p, .blog_detail ul li, .blog_detail ol li {
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    text-align: justify;
    margin: 3px 0px 5px;
    color: #5d5d5d;
    border-bottom: none;
}
.blog_detail p img {
    float: left;
    width: 100%;
}
.blog_detail h3, .blog_detail h4 {
    float: left;
    width: 100%;
    margin: 5px 0px 10px;
    font-size: 20px;
    color: #000000;
    font-weight: 600;
}
.blog_detail p span {
    display: inline-block;
    font-size: 16px;
    color: #545454;
    letter-spacing: 0.4px;
    margin: 0px 25px 0px 0px;
    padding: 0px 15px 0px 0px;
    font-weight: 400;
}
.blog_detail p span i {
    color: #fe6b00;
    font-size: 18px;
    margin-right: 3px;
}
/*-- blog page end here --*/

/*-- find tutor page start here --*/
#header_find_tutor{
    background-image: url(../img/find-tutor-bg.jpg);
    min-height: 393px;
}
.find_tutor_page ul{
    padding: 0px;
    margin: 0px;
    float: left;
    width: 100%;
}
.find_tutor_page{
    float: left;
    width: 100%;
    margin: 10px 0px;
    padding: 10px 0px;
}
.filter_part, .find_tutor_inner_page{
    float: left;
    width: 100%;
}
.find_tutor_inner_page ul li {
    float: left;
    width: 100%;
    list-style: none;
    box-shadow: -4px 4px 15px 0px #d8d3d3;
    padding: 15px 10px;
    margin: 15px 0px 20px;
}
.img_find_tutor_page{
    padding-left: 0px !important;
}
.img_find_tutor_page p {
    margin: 0px;
    display: inline-block;
}
/*
span.find_tutor_profile{
    position: relative;
    float: left;
    width: 100%;
}
*/

 .img_find_tutor_page p img {
        width: 170px;
        margin-top: 12px;
        height: 170px;
        border-radius: 50%;
        box-shadow: 1px 1px 6px 0px #a8a8a8;
    }
span.find_tutor_price {
    position: absolute;
    top: 27px;
    font-size: 16px;
    color: #ee2d50;
    letter-spacing: 0.4px;
    font-weight: 600;
    left: 50%;
    transform: translate(50%,0%);
}
/*
span.find_tutor_price {
    position: absolute;
    right: 0px;
    top: 30px;
    font-size: 18px;
    color: #ee2d50;
    letter-spacing: 0.4px;
    font-weight: 600;
}
*/
span.find_tutor_price i {
    color: #fff;
    background-color: #ee2d50;
    font-size: 24px;
    height: 50px;
    width: 50px;
    display: inline-block;
    border-radius: 50%;
    padding: 6px 3px;
    font-style: normal;
}
.content_find_tutor_page h2{
    float: left;
    width: 100%;
    font-size: 30px;
    letter-spacing: 0.4px;
    color: #000;
    margin: 0px 0px;
    font-weight: 600;
    text-transform: capitalize;
}
.content_find_tutor_page h3{
    float: left;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin: 10px 0px;
    color: #464646;
}
.content_find_tutor_page p{
    float: left;
    width: 100%;
    letter-spacing: 0.4px;
    color: #989898;
    font-size: 15px;
    margin: 0px 0px;
}
.content_find_tutor_page{
    padding-left: 25px;
}
.content_find_tutor_page p a {
    float: left;
    font-size: 18px;
    color: #00bbe0;
    text-decoration: none;
    letter-spacing: 0.4px;
    margin: 10px 0px;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
}
.right_find_tutor_page {
    padding: 15px 25px;
    background-image: url(../img/side-line.jpg);
    background-repeat: no-repeat;
    background-position: 0%;
    margin: 5px 0px;
}
.right_find_tutor_page p{
    float: left;
    width: 100%;
    margin: 7px 0px;
}
.right_find_tutor_page p i{
    font-size: 17px;
    color: #efce4a;
    display: inline-block;
    margin-right: 2px;
}
.right_find_tutor_page p span {
     font-size: 14px;
    float: left;
    margin-right: 10px;
    color: #000;
    font-weight: 600;
}
.right_find_tutor_page p span img{
    width: 22px;
}
.right_find_tutor_page p a {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    padding: 8px 15px;
    background-color: #1bca7a;
    border-radius: 30px;
    min-width: 165px;
    text-align: center;
    letter-spacing: 0.4px;
    text-decoration: none;
}
.right_find_tutor_page p a:hover{
    background-color: #006637;
}
.filter_part{
    float: left;
    width: 100%;
    margin: 10px 0px;
}
.filter_part ul li {
    list-style: none;
    padding: 0px 10px;
    text-align: left;
    max-width: 235px;
}
.filter_part ul{
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.filter_1_part {
    display: inline-block;
/*    max-width: 190px;*/
    width: 100%;
    text-align: left;
}
.filter_1_part span {
    float: left;
    width: 100%;
}
 label.filter_he {
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0.4px;
    margin: 0px 0px 10px 0px;
}
.filter_1_part span select {
    width: 100%;
    float: left;
    border: none;
    box-shadow: -2px 2px 10px -3px #393939;
    padding: 9px;
    font-size: 15px;
    color: #020202;
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 0.4px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../img/ad.png);
    background-repeat: no-repeat;
    background-position: 94% 14px;
    background-size: 13px;
}
.filter_1_part span select option{
    padding: 9px;
    font-size: 15px;
    color: #020202;
     font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 0.4px;
}
.filter_1_part span ul{
    width: 100%;
    float: left;
    border: none;
    box-shadow: -2px 2px 10px -3px #393939;
    padding: 3px 10px;
    font-family: 'Source Sans Pro', sans-serif;
}
.filter_1_part span ul li {
    display: inline-block;
    padding: 5px 10px 0px 0px;
    color: #000;
    text-transform: capitalize;
    letter-spacing: 0.4px;
    font-size: 15px;
    margin-right: 4px;
}
input.checkbox_1 {
    opacity: 0;
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    z-index: 99;
}
input.checkbox_1 + label.label_tutor::before {
    content: '';
    background: #fff;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    padding: 1px;
    margin-right: 5px;
    text-align: center;
}
input.checkbox_1:checked + label.label_tutor::before {
    content: "\f00c";
    font-family: 'FontAwesome';
    background: #2db1ff;
    color: #fff;
    font-size: 12px;
    padding-top: 0px;
    border: 1px solid #2db1ff;
}
/*-- find tutor page end here --*/

/*-- tutor detail page start here --*/
.tutor_detail_page {
    float: left;
    width: 100%;
    margin: 20px 0px;
    padding: 25px 0px;
}
.tutor_detail_inner_page, .first_1, .first_2, .first_3, .first_4, .first_5, .first_6 {
    float: left;
    width: 100%;
}
.first_2 h3, .first_3 h3, .first_4 h3, .first_5 h3, .first_6 h3 {
    float: left;
    width: 100%;
    color: #e19f00;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin: 15px 0px;
    text-transform: capitalize;
}
.first_2 h3 span {
    float: right;
}
.first_2 h3 span img {
    width: 23px;
    margin-right: 4px;
}
.first_2 p, .first_6 p {
    float: left;
    width: 100%;
    color: #515151;
    letter-spacing: 0.4px;
    font-size: 14px;
    text-align: justify;
    margin: 0px 0px;
}
.first_2 p span, .first_3 p {
    float: left;
    width: 100%;
    color: #6a6a6a;
    font-size: 18px;
    margin-bottom: 10px;
}
.first_3 ul{
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.first_3 ul li{
    list-style: none;
    float: left;
    width: 100%;
    color: #515151;
    letter-spacing: 0.4px;
    font-size: 14px;
    text-align: justify;
    margin: 0px 0px;
}
.first_4 {
    background-color: #abe2fb;
    margin: 20px 0px 0px;
    padding: 13px;
}
.first_4_content h4 {
    float: left;
    width: 100%;
    color: #000;
    font-size: 18px;
    letter-spacing: 0.4px;
    margin: 5px 0px 10px;
    font-weight: 600;
}
.first_4_img span {
    float: left;
    width: 100%;
    margin: 14px 0px;
    padding: 20px 0px;
}
.first_4_content p{
    font-size: 14px;
    float: left;
    width: 100%;
    color: #000;
    letter-spacing: 0.4px;
    margin: 0px;
    text-align: justify;
}
.first_6 p span{
    float: left;
    width: 100%;
    margin: 0px 0px 10px 0px;
    color: #000;
    font-size: 18px;
    letter-spacing: 0.4px;
}
.tutor_profile_months {
    float: left !important;
    width: 50% !important;
    color: #515151 !important;
    margin-top: 15px !important;
}
.tutor_profile_review{
    float: right !important;
    width: 50% !important;
    color: #515151 !important;
    margin-top: 15px !important;
    text-align: right;
}
.tutor_detail_inner_left, .tutor_detail_inner_right {
    float: left;
    width: 100%;
    padding: 15px;
    background-color: #fafafa;
    box-shadow: 0px 0px 7px 1px #dcdcdc;
    border: 1px solid #dcdcdc;
}
.img_find_tutor_detail_page {
    padding: 0px 10px;
}
.content_find_tutor_detail_page {
    padding: 0px 0px 0px 25px;
}
.content_find_tutor_detail_page h2 {
    float: left;
    width: 100%;
    color: #000;
    font-weight: 600;
    font-size: 30px;
    margin: 10px 0px;
    letter-spacing: 0.4px;
}
.content_find_tutor_detail_page h3 {
    font-size: 18px;
    color: #464646;
    float: left;
    width: 100%;
    margin: 7px 0px 15px;
    letter-spacing: 0.4px;
}
.content_find_tutor_detail_page p{
    float: left;
    width: 100%;
    margin: 3px 0px;
    color: #989898;
    font-size: 14px;
    letter-spacing: 0.4px;
}
.content_find_tutor_detail_page p img {
    width: 22px;
    margin-right: 9px;
}
.img_find_tutor_detail_page p img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
.img_find_tutor_detail_page p {
    margin: 0px;
    display: inline-block;
}
span.find_tutor_price_de {
    position: absolute;
    top: 12px;
    font-size: 16px;
    color: #ee2d50;
    letter-spacing: 0.4px;
    font-weight: 600;
    left: 50%;
    transform: translate(50%,0%);
}
span.find_tutor_price_de i {
    color: #fff;
    background-color: #ee2d50;
    font-size: 20px;
    height: 40px;
    width: 40px;
    display: inline-block;
    border-radius: 50%;
    padding: 5px 3px;
    font-style: normal;
}
.first_5 table {
  border-collapse: collapse;
  width: 100%;
    border: 1px solid #0c6bb5;
}
.first_5 table th{
    color: #000;
    font-weight: 600;
}
.first_5 table td{
    color: #515151;
}
.first_5 table td, .first_5 table th {
  border: 1px solid #0c6bb5;
  padding: 8px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.4px;
}
.tutor_detail_inner_right form{
    float: left;
    width: 100%;
    margin: 0px;
}
.tutor_detail_inner_right form textarea {
    float: left;
    width: 100%;
    border: 1px solid #999;
    background-color: #fff;
    color: #515151;
    font-size: 14px;
    padding: 15px;
    letter-spacing: 0.4px;
    min-height: 125px;
    margin: 0px 0px 15px 0px;
    border-radius: 10px;
    font-family: 'Source Sans Pro', sans-serif;
}
.tutor_detail_inner_right form span {
    float: left;
    width: 100%;
    margin: 0px 0px 15px;
}
.tutor_detail_inner_right form span label {
    float: left;
    width: 100%;
    color: #515151;
    font-weight: 400;
    font-size: 18px;
    margin: 0px 0px 5px;
    letter-spacing: 0.4px;
}
.tutor_detail_inner_right form span input, .tutor_detail_inner_right form span select {
    float: left;
    width: 100%;
    padding: 10px;
    border: 1px solid #999;
    border-radius: 10px;
    color: #515151;
    font-size: 16px;
    letter-spacing: 0.4px;
    outline: none;
}
.tutor_detail_inner_right form span select{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../img/ad.png);
    background-repeat: no-repeat;
    background-position: 96% 16px;
    background-size: 13px;
    background-color: #fff;
}
.tutor_detail_inner_right form span label span {
    float: right;
    width: 60%;
    text-align: right;
    margin: 0px;
}
.tutor_detail_inner_right form span label span i{
   font-style: normal;
    text-transform: capitalize;
    letter-spacing: 0.4px; 
    font-weight: 600;
    font-size: 17px;
}
i.avail_1 {
    color: #02ae5f;
}
i.not_avail {
    color: #c6c6c6;
}
span.message_btn{
    text-align: center;
}
span.message_btn button {
    display: inline-block;
    background-color: #1bca7a;
    border: none;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 600;
    padding: 14px 28px;
    letter-spacing: 0.4px;
    color: #fff;
    margin-top: 20px;
}
.tutor_detail_inner_right p{
    float: left;
    width: 100%;
    text-align: center;
    color: #515151;
    letter-spacing: 0.4px;
    font-weight: 400;
    font-size: 18px;
    margin: 0px 0px 5px;
}
.tutor_detail_inner_right h3 {
    font-size: 24px;
    float: left;
    width: 100%;
    color: #e19f00;
    font-weight: 600;
    letter-spacing: 0px;
    margin: 10px 0px 25px;
    text-align: center;
}
#header_tutor_detail{
    background-image: url(../img/tutor-detail-bg.jpg);
    min-height: 380px;
}
/*-- tutor detail page end here --*/

/*-- about us page start here --*/
#header_abour_us{
    background-image: url(../img/about-bg.jpg);
    min-height: 380px;
}
.about_page {
    float: left;
    width: 100%;
    margin: 20px 0px;
    padding: 10px 0px;
}
.about_first_part {
    float: left;
    width: 100%;
    padding: 15px 0px 35px 0px;
}
.about_first_part_right span{
    float: left;
    width: 100%;
}
.about_first_part_right span img{
    width: 100%;
}
.about_first_part_left {
    margin: 15px 0px 0px;
}
.about_first_part_left p{
    float: left;
    width: 100%;
    margin: 0px;
    color: #989898;
    font-size: 14px;
    letter-spacing: 0.4px;
    padding: 8px 0px;
}
.about_first_part_left h3{
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.4px;
    color: #000;
    margin: 0px;
    padding: 15px 0px 0px;
}
.about_our_serv {
    float: left;
    width: 100%;
    background-image: url(../img/abour-pocess-bg.jpg);
    padding: 25px 0px;
    margin: 15px 0px;
}
.about_our_serv h2 {
    color: #fff;
    font-size: 30px;
    margin: 0px 0px 20px;
    padding: 20px 0px 15px;
}
.about_our_serv h2 span::after {
    background: #fff;
}
p.about_our_topcont {
    float: left;
    width: 100%;
    margin: 0px;
    font-size: 14px;
    letter-spacing: 0.4px;
    text-align: center;
    color: #fff;
    font-weight: 400;
}
.about_our_serv_inner{
    float: left;
    width: 100%;
}
.about_our_serv_inner ul {
    float: left;
    width: 100%;
    padding: 10px 0px 0px;
    margin: 20px 0px 0px;
    text-align: center;
}
.about_our_serv_inner ul li{
    list-style: none;
    padding: 0px 5px
}
.comm_about_our{
    float: left;
    width: 100%;
    padding: 15px;
    min-height: 360px;
}
.comm_about_our h3{
    float: left;
    width: 100%;
    margin: 15px 0px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.4px;
    color: #fff;
    padding: 12px 0px 0px;
}
.comm_about_our span{
    float: left;
    width: 100%;
    margin-top: 15px;
    padding: 15px 0px 0px;
}
.comm_about_our span img{
    width: 45px;
}
.comm_about_our p {
    float: left;
    width: 100%;
    margin: 0px 0px 0px;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.4px;
    padding: 12px 0px 0px;
}
.about_our_1{
    background-color: #2abbfc;
}
.about_our_2{
    background-color: #fff;
}
.about_our_2 h3{
    color: #000;
}
.about_our_2 p{
    color: #464646;
}
.about_our_3{
    background-color: #111111;
}
.about_history {
    float: left;
    width: 100%;
    padding: 15px 0px;
}
.about_strength, .about_phio, .about_histo {
    float: left;
    width: 100%;
    padding: 9px 0px 20px;
    box-shadow: 0px 3px 17px -12px #5d5d5d;
    margin: 15px 0px;
}
.about_strength_img{
    padding: 0px 40px;
}
.about_strength_img span img{
    width: 100%;
/*    box-shadow: 0px 0px 16px -8px #232323;*/
}
.common_about_con h3{
    float: left;
    width: 100%;
    margin: 15px 0px 20px;
    color: #000;
    font-weight: 600;
    letter-spacing: 0.4px;
    font-size: 24px;
}
.common_about_con p {
    color: #989898;
    float: left;
    width: 100%;
    font-size: 14px;
    letter-spacing: 0.4px;
    margin: 0px 0px 10px;
    line-height: 25px;
}
.about_phio_con {
    text-align: right;
    margin: 10px 0px 0px;
}
.about_phio_con ol li {
    color: #989898;
    float: left;
    width: 100%;
    font-size: 14px;
    letter-spacing: 0.4px;
    margin: 0px 0px 9px;
/*    list-style: none;*/
}
.about_history_con {
    margin: 20px 0px 0px;
    padding-top: 10px;
}
.about_strength_con {
    margin: 20px 0px 0px;
    padding-top: 20px;
}


/*-- about us page end here --*/

/*-- tutor detail form page start here --*/
#tutor_form{
    background-image: url(../img/tutor-form-bg.jpg);
    min-height: 380px;
}
.tutorapp{
    float: left;
    width: 100%;
    text-align: center;
    margin: 25px 0px 0px;
}
.tutor_dashboard_details ul li.active1 span {
    background: #00aeef !important;
    color: #fff !important;
}
.tutor_dashboard_11 {
    width: 80%;
    margin: 0px auto;
}
    .tutorapp h1 {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 32px;
    letter-spacing: 0.4px;
    text-shadow: 3px 3px 5px #000;
    margin: 25px 0px;
        font-weight: 600;
}
.tutor_dashboard_details {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    height: 6px;
    background-color: #ddd;
    margin: 45px 0px 123px 0px;
}
.tutor_dashboard_details ul li {
    position: absolute;
    width: 20%;
    list-style: none;
    top: -23px;
    font-size: 15px;
    letter-spacing: 0.4px;
    margin-left: -10%;
    color: #fff;
}
.tutor_dashboard_details ul li.one1 {
    left: 0px;
}
.tutor_dashboard_details ul li.two2 {
    left: 25%;
}
.tutor_dashboard_details ul li.three3 {
    left: 50%;
}
.tutor_dashboard_details ul li.four4 {
    left: 75%;
}
.tutor_dashboard_details ul li.five5 {
    left: 100%;
}
.tutor_dashboard_details ul li span {
    display: block;
    margin: 0 auto 5px auto;
    background: #e3f7fe;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    text-align: center;
    line-height: 50px;
    color: #00aeef;
    font-size: 16px;
    position: relative;
    z-index: 10;
    cursor: pointer;
}
.tutor_dashboard_details ul li.active1::before {
    content: '';
    position: absolute;
    right: 57%;
    top: 22px;
    /*    width: 137%;*/
    width: 117%;
    background: #00aeef;
    height: 7px;
}
.personal_de {
    float: left;
    width: 100%;
    margin: 30px 0px 20px 0px;
}
.form1_tutor {
    float: left;
    width: 100%;
    padding-bottom: 10px;
    margin: 5px 0px 15px;
}
.personal_de h2, .categorie_part h2, .professional_p h2 {
    font-size: 25px;
    text-transform: capitalize;
    letter-spacing: 0.4px;
    margin: 10px 0px 10px;
    color: #333;
    font-weight: 600;
}
.categorie_part h2, .professional_p h2 {
    text-align: center;
}
.personal_de_left p, .personal_de_right p, .categorie_part p {
    font-size: 15px;
    letter-spacing: 0.4px;
    font-weight: 400;
    margin: 0px 0px 5px;
}
.personal_form {
    float: left;
    width: 100%;
    padding: 15px;
    background-color: rgba(233, 233, 233, 0.47);
    margin: 15px 0px;
}
.personal_de_left input[type="text"], .personal_de_right input, .personal_de_right textarea {
    float: left;
    width: 100%;
    padding: 10px;
    border: 1px solid #d4d3d3;
    margin: 5px 0px;
    color: #444;
    font-size: 14px;
    letter-spacing: 0.4px;
     font-family: 'Source Sans Pro', sans-serif;
}
.personal_de_right span {
    float: left;
    width: 100%;
}
.personal_de_right span label {
    text-transform: capitalize;
    letter-spacing: 0.4px;
    font-weight: 400;
    color: #000;
    font-size: 15px;
    margin: 10px 0px;
     font-family: 'Source Sans Pro', sans-serif;
}
p.sub_next {
    float: left;
    width: 100%;
    text-align: right !important;
    margin: 16px 0px 0px -15px;
}
p.sub_next input {
    background-color: #00aeef;
    padding: 6px 25px;
    font-size: 17px;
    border: none;
    color: #fff;
    border-radius: 4px;
    letter-spacing: 0.4px;
    font-family: 'Source Sans Pro', sans-serif;
}
.categorie_part {
    float: left;
    width: 100%;
    margin: 20px 0px;
/*    display: none;*/
}
.button_att p {
    float: left;
    width: 90%;
    margin-top: 45px;
    margin-left: 20px;
}
.categorie_part p {
    text-align: center;
}
.categorie_part form {
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px;
    margin: 10px 0px;
}
p.serch_1 {
    width: 70%;
    margin: 0px auto;
}
p.serch_1 input {
    float: left;
    width: 100%;
    margin: 0px 0px 20px;
    padding: 12px;
    border: 1px solid #b7b7b7;
    color: #000;
    font-family: 'Source Sans Pro', sans-serif;
}
.tutor_select_box, .tutor_select_box1 {
    width: 35%;
    min-height: 220px;
    font-size: 15px;
    letter-spacing: 0.4px;
    padding: 5px;
    color: #4d4d4d;
    margin-left: 15px;
    display: inline-block;
    float: left;
    outline: none;
    font-family: 'Source Sans Pro', sans-serif;
}
.button_att {
    width: 23%;
    margin: 0px 0px;
    display: inline-block;
    float: left;
}
#sel_add {
    background-color: #139b4e;
    color: #fff;
    padding: 8px 19px;
    font-size: 18px;
    letter-spacing: 0.4px;
    margin-right: 15px;
    margin-bottom: 0px;
    cursor: pointer;
}
#sel_remove {
    background-color: #cc3d3d;
    color: #fff;
    padding: 8px 19px;
    font-size: 18px;
    letter-spacing: 0.4px;
    margin-bottom: 0px;
    cursor: pointer;
}
span.back_to, span.back_to1, span.back_to2, span.back_to3 {
    background-color: #ff830b;
    display: inline-block;
    margin: 0px 10px;
    padding: 6px 25px;
    font-size: 17px;
    text-transform: capitalize;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
}
.personal_de_right textarea {
    min-height: 153px;
}
.professional_inner {
    float: left;
    width: 100%;
    padding: 20px;
    border: 1px solid #ddd;
    background-color: rgba(231, 231, 231, 0.4);
    margin-bottom: 15px;
}
.professional_inner_p {
    float: left;
    width: 100%;
    margin: 10px 0px;
    border: 1px solid rgba(221, 221, 221, 0.5098039215686274);
    background-color: #fff;
}

.professional_inner_p h3 span {
    float: right;
    cursor: pointer;
    font-size: 15px;
    color: #fff;
    background-color: #03A9F4;
    font-weight: 400;
    padding: 5px 8px;
    border-radius: 4px;
}
.professional_inner_p ul li p{
    text-transform: capitalize;
}
.professional_inner_p p {
    float: none;
    /*width: 100%;*/
    margin: 0px;
    color: #616161;
    font-size: 17px;
    padding-bottom: 2px;
    letter-spacing: 0.4px;
    font-weight: 400;
}
    .professional_inner_p p.noRecord {
        float: left;
        width: 100%;
        padding-left: 1.5%;
    }
        span .college_edu, span.type_pro, span.company_pro {
    font-size: 14px;
    letter-spacing: 0.4px;
    color: #656565;
    float: left;
    /*width: 100%;*/
}
.professional_inner_p p span {
    float: right;
    cursor: pointer;
}
span.edit_eduction, span.edit_certi, span.edit_work {
    float: left !important;
    margin-right: 40px;
}
.add_education_popup, .add_work_popup, .add_certification_popup {
    position: fixed;
    background: #fff;
    z-index: 99999;
    top: 50%;
    left: 50%;
    width: 50%;
    display: none;
    font-family: 'Source Sans Pro', sans-serif;
    transform: translate(-50%,-50%);
}
.add_education_popup h3, .add_work_popup h3, .add_certification_popup h3 {
    float: left;
    width: 100%;
    margin: 10px 0px 20px;
    text-align: center;
    color: #ff7f02;
    letter-spacing: 0.4px;
    border-bottom: 1px solid #a1a1a1;
    padding: 5px 0px 15px;
    font-size: 25px;
}
.cross_popup {
    float: right;
    position: absolute;
    right: 22px;
    top: 15px;
    cursor: pointer;
}
.add_certifiaction_inner {
    float: left;
    width: 100%;
}
.add_education_popup form, .add_work_popup form, .add_certification_popup form {
    float: left;
    width: 100%;
    padding: 5px 20px 20px 20px;
    margin: 0px;
}
.formField1 {
    float: left;
    font-size: 15px;
    letter-spacing: 0.4px;
    color: #323232;
    margin: 0px 0px 15px;
}
.formField1 input[type="text"] {
    float: left;
    width: 100%;
    border: 1px solid #cfcfcf;
    padding: 8px;
    color: #000;
    margin: 8px 0px 0px;
    font-family: 'Source Sans Pro', sans-serif;
}
.formField1 textarea {
    float: left;
    width: 100%;
    min-height: 100px;
    padding: 10px;
    color: #000;
    letter-spacing: 0.4px;
    border: 1px solid #ddd;
    margin-top: 10px;
    font-family: 'Source Sans Pro', sans-serif;
}
.dateSelecter {
    float: left;
    color: #323232;
}
.dateSelecter select {
    width: 100%;
    padding: 6px;
    border: 1px solid #c2c2c2;
    font-family: 'Source Sans Pro', sans-serif;
    margin: 8px 0px 0px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../img/ad.png);
    background-repeat: no-repeat;
    background-position: 96% 16px;
    background-size: 13px;
    background-color: #fff;
}
.tac {
    float: left;
    width: 100%;
    text-align: center;
}
.tac input {
    border: none;
    background-color: #00aeff;
    color: #fff;
    padding: 10px 25px;
    font-size: 17px;
    text-transform: uppercase;
    cursor: pointer;
   font-family: 'Source Sans Pro', sans-serif;
}
.submit_part {
    float: left;
    width: 100%;
    margin: 20px 0px;
}
.po_img {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: -54px;
}
.po_img img {
    width: 112px;
    border-radius: 50%;
    height: 112px;
    box-shadow: 1px 1px 9px 0px #000;
}
.note {
    text-align: left;
    font-style: italic;
    float: left;
    padding: 14px 0px;
    width: 100%;
    padding-left: 10px;
    background-color: #e7f5ff;
}
.personal_final_part, .categorie_final_part, .professional_final_part {
    float: left;
    width: 100%;
    background-color: rgba(204, 204, 204, 0.17);
    padding: 15px;
    margin: 0px 0px 19px 0px;
}
.personal_final_part h2, .categorie_final_part h2, .professional_final_part h2 {
    font-size: 21px;
    float: left;
    width: 100%;
    margin: 0px 0px 20px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    font-weight: 400;
    color: #2d7193;
}
.personal_final_part p {
    float: left;
    width: 100%;
    margin: 6px 0px;
    font-size: 15px;
    letter-spacing: 0.4px;
    color: #484848;
    font-weight: 400;
}
.personal_final_part p span.per_span_left {
    float: left;
    width: 20%;
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
}
.personal_final_part p span.per_span_right {
    float: left;
    width: 78%;
    margin-left: 10px;
}
.personal_final_part h2 span, .categorie_final_part h2 span, .professional_final_part h2 span {
    float: right;
    font-size: 16px;
    color: #4a4a4a;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
}
.categorie_final_part ul {
    width: 100%;
    float: left;
    font-size: 15px;
    letter-spacing: 0.4px;
    padding: 0px;
    font-weight: 400;
    margin: 0px;
}
.categorie_final_part ul li {
    display: inline-block;
    background-color: #3a9be8;
    margin: 7px 10px;
    padding: 8px;
    border-radius: 4px;
    color: #fff;
}
.professional_inner_p {
    float: left;
    width: 100%;
    margin: 10px 0px;
    border: 1px solid rgba(221, 221, 221, 0.5098039215686274);
    background-color: #fff;
}
.professional_inner_p h3 {
    float: left;
    width: 100%;
    margin: 5px 0px 0px;
    font-size: 22px;
    letter-spacing: 0.4px;
    color: #353535;
    border-bottom: 1px solid rgba(221, 221, 221, 0.5098039215686274);
    padding: 10px 15px 12px;
   font-weight: 600;
}
.professional_inner_p ul {
    padding: 15px;
    float: left;
    width: 100%;
    margin: 0px;
}
.professional_inner_p ul li {
    float: left;
    width: 100%;
    margin: 5px 0px;
    list-style: none;
}
.final_sub p img {
    width: 100px;
}
.final_sub h2 {
    float: left;
    width: 100%;
    font-size: 30px;
    margin: 20px 0px;
    color: #00af27;
    font-weight: 600;
}
.final_sub p.detail_per {
    float: left;
    width: 100%;
    margin: 10px 0px;
    font-size: 20px;
    letter-spacing: 0.4px;
}
.final_sub p.detail_per span {
    float: left;
    width: 100%;
}
.back_new {
    float: left;
    width: 100%;
}
.back_new a {
    display: inline-block;
    background-color: #00aeef;
    color: #fff;
    padding: 8px 15px;
    font-size: 15px;
    border-radius: 5px;
    text-decoration: none;
}
.final_sub {
    float: left;
    width: 100%;
    text-align: center;
    margin: 60px 0px 20px 0px;
    display: none;
}
.formSelect {
    font-size: 15px;
    margin-top: 6px;
    display: inline-block;
    width: 100%;
    border: 1px solid #ddd;
    padding: 8px;
    color: #595959;
    font-family: 'Source Sans Pro', sans-serif;
     appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../img/ad.png);
    background-repeat: no-repeat;
    background-position: 96% 16px;
    background-size: 13px;
    background-color: #fff;
}
.dateSelecter2 select {
    display: inline-block;
    width: 100%;
    border: 1px solid #ddd;
    padding: 8px;
    color: #595959;
    font-family: 'Source Sans Pro', sans-serif;
     appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../img/ad.png);
    background-repeat: no-repeat;
    background-position: 96% 16px;
    background-size: 13px;
    background-color: #fff;
}
p.date_iss {
    float: left;
    width: 100%;
    padding: 0px 0px 0px 15px;
}
.formField {
    float: left;
    width: 100%;
    font-size: 15px;
    letter-spacing: 0.4px;
    color: #323232;
    margin: 0px 0px 15px;
}
.cross_popup img {
    width: 22px;
}
.professional_p h2{
    margin: 25px 0px;
}
.one1::before {
    display: none;
}
.formField span {
    color: #ff002d;
}
.formField input[type="text"] {
    float: left;
    width: 100%;
    border: 1px solid #cfcfcf;
    padding: 8px;
    color: #000;
    margin: 8px 0px 0px;
    font-family: 'Source Sans Pro', sans-serif;
}
.dateSelecter1 select {
    display: inline-block;
    width: 100%;
    margin: 3px 0px 10px;
    border: 1px solid #ddd;
    padding: 7px;
    float: right;
    color: #595959;
    font-family: 'Source Sans Pro', sans-serif;
     appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../img/ad.png);
    background-repeat: no-repeat;
    background-position: 96% 16px;
    background-size: 13px;
    background-color: #fff;
}
.dateSelecter1, .dateSelecter2 {
    float: left;
/*    width: 100%;*/
}
/*-- tutor detail form page end here --*/

/*-- error page 404 and error page 500 start here --*/
.error_page {
    float: left;
    width: 100%;
    text-align: center;
    margin: 10px 0px;
}
.error_page h1 {
    float: left;
    width: 100%;
    margin: 10px 0px;
    padding: 10px 0px;
    font-size: 55px;
    color: #f67f20;
    font-weight: 700;
    letter-spacing: 0.4px;
}
.error_page p {
    float: left;
    width: 100%;
    font-size: 30px;
    color: #333;
    letter-spacing: 0.4px;
    margin: 0px 0px 20px;
}
.error_page p img {
    width: 350px;
    margin: 20px 0px 30px 0px;
}
.error_page span {
    display: inline-block;
}
.error_page span a {
    background-color: #2196F3;
    padding: 10px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.4px;
    margin: 5px 0px 20px;
    border-radius: 4px;
    text-decoration: none;
}
.internal_error {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 43px;
}
.internal_error_part {
    float: left;
    width: 100%;
}
.btn_internal {
    float: left;
    width: 100%;
    text-align: center;
    margin: 20px 0px;
}
.btn_internal a {
    background-color: #00aeff;
    display: inline-block;
    color: #fff;
    padding: 9px 12px;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 0.4px;
    font-weight: 500;
    border-radius: 5px;
    text-decoration: none;
}
.internal_error_part h1 {
    font-size: 3em;
    float: left;
    width: 100%;
    margin: 30px 0px;
    text-transform: capitalize;
    letter-spacing: 0.4px;
  color: #ff6c00;
    font-weight: 600;
}
.internal_error_part span {
    float: left;
    width: 100%;
    margin: 35px 0px 30px;
}
.internal_error_part span img {
    width: 170px;
}
/*-- error page end here --*/

/*-- dashboard page start here --*/
.recentMsg {
    text-align: center;
    top: 50%;
    position: absolute;
    left: 50%;
    font-size: 18px;
    transform: translate(-50%,-50%);
}
.top_header_in_dashboard{
    float: left;
    width: 100%;
    background-color: #1b1b1b;
}
#dashboard_b {
    background-image: url(../img/abour-pocess-bg.jpg);
    min-height: 175px;
}
.dashboard_scoll {
    margin: 0;
    height: 100%;
    overflow: hidden;
}
.student_dash, .student_dash_inner1{
    float: left;
    width: 100%;
    font-family: 'Source Sans Pro', sans-serif;
}
/*
.student_dash_inner1{
    margin: 10px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
}
*/
.student_dash_inner1 ul{
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.student_dash_inner1 ul li{
    list-style: none;
}
.message_tutor_left p {
/*    display: inline-block;*/
    float: left;
    margin-bottom: 10px;
}
.find_tutor_profile img  {
    width: 55px;
}
.find_tutor_price1 {
    position: absolute;
    top: 22px;
    font-size: 13px;
    color: #ee2d50;
    letter-spacing: 0.4px;
    font-weight: 600;
    left: 9%;
    transform: translate(50%,0%);
}
.find_tutor_price1 i{
    color: #fff;
    background-color: #ee2d50;
    font-size: 15px;
    height: 30px;
    width: 30px;
    display: inline-block;
    border-radius: 50%;
    padding: 4px 3px;
    font-style: normal;
    font-weight: 400;
}
.right_message_side {
    margin-left: 31px;
    padding-left: 16px;
    color: #000;
    letter-spacing: 0.4px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 6px;
    margin-bottom: 0px !important;
}
.message_sub1 {
    float: left;
    width: 100%;
    text-transform: capitalize;
    color: #989898;
    padding: 3px 0px;
}
.message_tutor_right{
    padding:0px 5px !important;
}
.message_tutor_right p{
    float: left;
    width: 100%;
    margin: 0px;
}
.message_time {
    float: left;
    width: 100%;
    color: #bebebe;
    font-size: 14px;
}
.message_online_bt {
    display: inline-block;
    color: #fff;
    background-color: #09e37c;
    font-size: 9px;
    padding: 3px 7px;
    border-radius: 50%;
    text-transform: capitalize;
    letter-spacing: 0.4px;
    margin-top: 5px;
}
.message_sidebar1_inner {
    float: left;
    width: 100%;
    overflow-y: scroll;
    margin: 0px 0px 10px;
    height: 500px;
    padding: 0px 0px 40px;
}
.message_sidebar1_inner ul li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 5px 0px;
    margin: 5px 0px;
    cursor: pointer;
}
.message_sidebar1 {
    border-right: 1px solid #ddd;
    padding: 0px 0px 0px 15px;
}
.message_tutor_left {
    padding-right: 5px;
}
/*
#style_scoll1 {
    overflow-y: scroll;
    margin: 10px 0px;
    padding: 0px;
    max-height: 480px;
}
*/
#style_scoll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#style_scoll::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#style_scoll::-webkit-scrollbar-thumb {
    background-color: #ff8c00;
}

#style_scoll1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#style_scoll1::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#style_scoll1::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
}
.tutor_se {
    float: left;
    width: 100%;
    text-align: center;
    margin: 18px 0px 0px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
.tutor_se span{
    display: inline-block;
    width: 80%;
    border: 1px solid #ddd;
}
.tutor_se span input[type="text"]{
    border: none;
    float: left;
    width: 80%;
    padding: 12px;
}
.tutor_se span button {
    float: left;
    width: 20%;
    padding: 20px;
    border: none;
    background-image: url(../img/search_1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
    border-left: 1px solid #ddd;
}
.message_center {
    padding: 0px 0px 0px 0px;
}
.message_center_upper {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}
.message_center_left_up p {
    float: left;
    margin-left: 0px;
    margin-bottom: 0px;
}
.message_center_right_up {
    text-align: center;
    margin-top: 10px;
    padding: 10px 0px 0px 0px;
}
span.detail_icon {
    display: inline-block;
    cursor: pointer;
}
.message_center_inner {
    float: left;
    width: 100%;
    height: 420px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 15px 25px 30px;
}
.message_center_chat {
    float: left;
    width: 100%;
}
.message_center_left {
    float: left;
    width: 100%;
    text-align: left;
    margin: 0px 0px 15px 0px;
}
.message_center_right{
    margin: 0px 0px 15px 0px;
    float: left;
    width: 100%;
    text-align: left;
}
.message_center_left p, .message_center_right p{
    float: left;
    width: 100%;
    margin: 0px;
}
.message_center_left p img, .message_center_right p img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.message_fi1_left {
    float: left;
    width: 55px;
    margin-top: 5px;
}
.message_fi2_left {
    float: left;
    width: 85%;
    background-color: #e7e7e7;
    padding: 6px 12px;
    border-radius: 2px;
    font-size: 14px;
    letter-spacing: 0.4px;
    color: #626262;
    position: relative;
}
.message_ti {
    text-align: right;
    padding-right: 35px;
    margin: 5px 0px !important;
    font-size: 14px;
    color: #bebebe;
    letter-spacing: 0.4px;
}
.message_fi2_left::before {
    border-bottom: 9px solid #e7e7e7;
    border-left: 15px solid #0000;
    border-right: 10px solid #0000;
    content: "";
    display: inline-block;
    position: absolute;
    left: -15px;
    bottom: 0px;
}
.message_fi1_right {
    float: right;
    width: 55px;
}
.message_fi2_right {
    float: right;
    width: 85%;
    background-color: #cbe3ff;
    padding: 6px 12px;
    border-radius: 2px;
    font-size: 14px;
    letter-spacing: 0.4px;
    color: #626262;
    position: relative;
    text-align: left;
}
.message_fi2_right::before {
    border-bottom: 9px solid #cbe3ff;
    border-left: 15px solid #0000;
    border-right: 20px solid #0000;
    content: "";
    display: inline-block;
    position: absolute;
    right: -15px;
    bottom: 0px;
}
.message_center_left div{
    width: 70%;
    float: left;
}
.message_center_right{
    float: right;
    width: 100%;
    text-align: right;
}
.message_center_right div{
    width: 70%;
    float: right;
}
.message_center_fixed1 {
    position: fixed;
    width: 66.66%;
    bottom: 0px;
    background-color: #fff;
    z-index: 999;
   padding: 2px 0px 10px;
    border-top: 1px solid #ddd;
    display: none;
}
.message_center_input {
    float: left;
    width: 100%;
    padding: 10px 25px;
}
.message_center_input form {
    float: left;
    width: 100%;
    margin: 0px;
}
.message_center_input form div {
    float: left;
    width: 90%;
    border: 1px solid #ddd;
    padding: 2px 5px;
    border-radius: 5px;
}
.message_center_input form div input[type="text"] {
    float: left;
    width: 90%;
    padding: 12px 12px 12px 24px;
    border: none;
    font-size: 14px;
    letter-spacing: 0.4px;
    background-image: url(../img/message-icon.jpg);
    background-repeat: no-repeat;
    background-position: 0px;
    background-size: 25px;
}
.message_center_input form input[type="submit"] {
    float: right;
    width: 40px;
    background-image: url(../img/message-send-icon.jpg);
    background-repeat: no-repeat;
    background-position: center;
    outline: none;
    color: #fff;
    border: 0;
    transition: .2s;
    font-size: 0;
    padding: 22px 25px;
    background-color: #fff;
}
.find_tutor_profile1 img{
    width: 50px;
    border-radius: 50%;
}
.image-upload > input
{
    display: none;
}
.image-upload img {
    width: 25px;
    cursor: pointer;
    margin: 3px 0px 0px;
}
.image-upload label{
    margin: 0px;
}
.image-upload {
    float: right;
    width: 60px;
    text-align: right
}
input, button{
    outline: none;
}
.message_btn_part {
    text-align: center;
    margin: 0px 0px 5px !important;
}
.message_green, .message_red {
    display: inline-block;
    margin: 0px 10px;
}
.message_green a {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    background-color: #189001;
    text-transform: capitalize;
    letter-spacing: 0.4px;
    padding: 5px 10px;
    border-radius: 10px;
    text-decoration: none;
}
.message_red a{
    display: inline-block;
    font-size: 15px;
    color: #fff;
    background-color: #900101;
    text-transform: capitalize;
    letter-spacing: 0.4px;
    padding: 5px 10px;
    border-radius: 10px;
    text-decoration: none;
}
.mobil_btn_back {
    background-color: #fefefe;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    float: left;
    width: 100%;
    display: none;
}
.back_list_ds {
    background-color: #ff7500;
    padding: 5px 15px;
    display: inline-block;
    font-size: 15px;
    color: #fff;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
}
.mobil_tutor_name {
    display: inline-block;
    font-size: 17px;
    padding-left: 20px;
    margin-left: 25px;
    letter-spacing: 0.4px;
    color: #000;
}
#dashboard_boc{
    background-image: url(../img/subject-bg.jpg);
    background-repeat: no-repeat;
    min-height: 200px;
}
.up_lesson_left {
    float: left;
    width: 41%;
    padding: 10px;
}
.up_lesson_right {
    float: left;
    padding: 10px;
    width: 59%;
}
.up_lesson_left p, .up_lesson_right p {
    color: #5a5a5a;
    font-size: 14px;
    float: left;
    width: 100%;
    letter-spacing: 0.4px;
    margin: 0px 0px 5px;
}
.up_lesson_left p span {
    color: #029f5c;
}
span.pen_1 {
    color: #ff6300;
}
.up_lesson_right p span {
    display: inline-block;
}
.up_lesson_right p span {
    color: #8d8d8d;
    display: inline-block;
}
.up_lesson_right p span img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}
.bottom_part_dashboard{
    float: left;
    width: 100%;
    text-align: center;
}
.bottom_part_dashboard h1 {
    font-size: 3em;
    letter-spacing: 0.4px;
    margin: 35px 0px;
    padding: 35px 0px;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    font-weight: 600;
}
.up_lessons p.date_1 {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px 0px 0px 10px;
    font-size: 14px;
    font-weight: 600;
    color: #656565;
}
.dashboard_page ul li{
    list-style: none;
}
.dashboard_page ul{
    float: left;
    width: 100%;
    padding: 0px;
    margin: 10px 0px 0px;
}
.wrapper_dashboard {
    width: 85%;
    margin: 0px auto;
    font-family: 'Source Sans Pro', sans-serif;
}
.dashboard_page {
    float: left;
    width: 100%;
    padding: 20px 0px;
    margin: 20px 0px;
}
.dashboard_inner_left, .dashboard_inner_right {
    padding: 0px 25px;
}
.dashboard_upcoming, .dashboard_recent_message {
    float: left;
    width: 100%;
    min-height: 500px;
    border: 1px solid #ddd;
/*    border-bottom: none;*/
}
.dashboard_upcoming h2, .dashboard_recent_message h2 {
    float: left;
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.4px;
    font-weight: 400;
    background-color: #063d48;
    padding: 25px 0px;
    text-align: center;
    margin: 0px 0px 0px 0px;
    color: #fff;
    text-transform: uppercase;
}
.dashboard_recent_message ul li a, .dashboard_upcoming ul li a {
    float: left;
    width: 100%;
}
.dashboard_recent_message ul li, .dashboard_upcoming ul li {
    float: left;
    width: 100%;
    padding: 10px 0px;
    border-bottom: 1px solid #ddd;
    margin: 5px 0px;
}
.dashboard_recent_message ul li:last-child, .dashboard_upcoming ul li:last-child{
    margin: 5px 0px 0px;
    border-bottom: none;
}
.recent_message_lft, .recent_message_center, .recent_message_right {
    padding: 0px 0px 0px 10px;
}
.recent_message_img {
    display: inline-block;
    position: relative;
    margin: 0px;
}
.recent_message_img img {
    width: 45px;
    border-radius: 50%;
    height: 45px;
}
.price_recent i {
    background-color: #ff001b;
    color: #fff;
    width: 27px;
    height: 27px;
    display: inline-block;
    border-radius: 50%;
    padding: 5px 2px;
    font-size: 13px;
    font-style: normal;
}
.price_recent {
    position: absolute;
    font-size: 13px !important;
    color: #ff001b !important;
    transform: translate(0%,0%);
    margin-left: -19px !important;
    margin-top: -13px;
}
.recent_message_img span {
    display: inline-block;
    margin-left: 5px;
    font-size: 14px;
    color: #989898;
    letter-spacing: 0.4px;
}
.recent_message_center p, .recent_message_right p {
    float: left;
    width: 100%;
    margin: 10px 0px 0px;
    font-size: 14px;
    letter-spacing: 0.4px;
    color: #989898;
}
.dashboard_bottom_offer {
    float: left;
    width: 100%;
    background-image: url(../img/dashboard-bottom-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0px;
    margin-top: 20px;
}
.dashboard_bottom_inner_offer{
    float: left;
    width: 100%;
    text-align: center;
}
.dashboard_bottom_inner_offer h3 {
    float: left;
    width: 100%;
    font-size: 30px;
    color: #fff;
    letter-spacing: 0.4px;
    margin: 15px 0px;
    font-weight: 600;
    padding: 15px 0px;
}
.dashboard_bottom_inner_offer p{
    font-size: 18px;
    float: left;
    width: 100%;
    color: #fff;
    margin: 10px 0px;
    letter-spacing: 0.4px;
}
.dashboard_bottom_inner_offer p span {
    float: left;
    width: 100%;
    margin: 15px 0px;
}
.dashboard_bottom_inner_offer p span a {
    display: inline-block;
    font-size: 14px;
    background-color: #fff;
    border: 2px solid #ddd;
    border-radius: 30px;
    padding: 10px 30px;
    color: #000;
}
/*-- dashboard page end here --*/

/*--faq part start here --*/
#header_faq{
    background-image: url(../img/faq-bg.jpg);
    min-height: 385px;
}
.faq_page, .faq_inner_page{
    float: left;
    width: 100%;
}
.wrapper_faq {
    width: 70%;
    margin: 0px auto;
    font-family: 'Source Sans Pro', sans-serif;
}
.faq_page {
    margin: 20px 0px;
    padding: 20px 0px;
}
.faq_btn_cl {
    float: left;
    width: 100%;
    margin: 10px 0px;
}
.faq_btn_cl span{
    display: inline-block;
    font-size: 18px;
    letter-spacing: 0.4px;
    color: #000;
    margin: 0px 8px 0px 8px;
    font-weight: 600;
    text-transform: capitalize;
    cursor: pointer;
    padding: 9px 15px;
}
#payment_q{
    display: none;
}
.faq_btn_active {
    background-color: #2abbfc;
    color: #fff !important;
}
.general_part, .general_part1 {
    float: left;
    width: 100%;
    margin: 0px 0px;
    padding: 30px 0px;
}
.general_part h3, .general_part1 h3 {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 0px 0px 10px;
    font-size: 25px;
    color: #000;
    font-weight: 600;
    margin: 0px 0px 15px;
}
.general_part ul, .general_part1 ul{
    padding: 0px;
    margin: 0px;
}
.general_part ul li, .general_part1 ul li {
    float: left;
    width: 100%;
    list-style: none;
    border: 1px solid #ddd;
    margin: 0px 0px 15px;
/*    background-color: #d1d1d1;*/
    cursor: pointer;
     color: #626262;
}
.general_li{
    background-color: #202c45;
    color: #fff !important;
}
.general_part ul li span.plus_1, .general_part1 ul li span.plus_1 {
    float: left;
    background-image: url(../img/faq-plus.png);
    background-repeat: no-repeat;
    width: 45px;
    height: 40px;
    background-position: center;
    background-size: 16px;
    display: inline-block;
    background-color: #fff;
    margin: 0px 10px 0px 0px;
}
.plus_11{
    background-color: #000 !important;
    background-image: url(../img/faq-minus.png) !important;
}
span.content_general {
    display: inline-block;
    padding: 7px 0px 0px;
    font-size: 16px;
    letter-spacing: 0.4px;
   
}
.general_inner {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 16px 18px;
    display: none;
}
.general_inner p {
    float: left;
    width: 100%;
    color: #989898;
    letter-spacing: 0.4px;
    margin: 0px;
    font-size: 14px;
}
/*-- faq part end here --*/

/*-- review page start here --*/
#header_review{
    background-image: url(../img/review-bg.jpg);
    min-height: 385px;
}
.review_part {
    float: left;
    width: 100%;
    margin: 20px 0px;
    padding: 15px 0px;
}
.review_inner_part {
    float: left;
    width: 100%;
}
.review_total_part {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    border-bottom: 2px solid #ff9103;
    padding-bottom: 25px;
    box-shadow: 0px -1px 15px -3px #bcbcbc;
    padding-top: 20px;
}
.review_inner_part ul {
    padding: 0px;
    float: left;
    width: 100%;
    margin-bottom: 0px;
}
.review_inner_part ul li {
    padding: 0px 10px !important;
    list-style: none;
}
.review_li_inner {
    float: left;
    width: 100%;
    margin: 10px 0px;
    padding: 10px 10px;
    border: 1px solid #dddbdb;
}
span.review_im {
    display: inline-block;
    padding-right: 10px;
    float: left;
    font-size: 17px;
    letter-spacing: 0.4px;
    text-transform: capitalize;
    color: #008dda;
}
span.review_im img {
    width: 25px;
    border-radius: 50%;
    height: 25px;
    margin-top: 0px;
    margin-right: 5px;
}
.review_contant_p h3 {
    float: left;
    width: 100%;
    margin: 10px 0px;
    font-size: 19px;
    letter-spacing: 0.4px;
    color: #000;
    font-weight: 500;
}
p.review_by {
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 0.4px;
    color: #ff3f00 !important;
}
.review_contant_p p {
    float: left;
    width: 100%;
    font-size: 15px;
    letter-spacing: 0.4px;
    margin: 5px 0px;
    color: #504f4f;
}
.review_total_h h3 {
    font-size: 32px;
    text-transform: capitalize;
    letter-spacing: 0.4px;
    color: #008ff9;
    margin: 7px 0px 0px;
    font-weight: 600;
}
.review_total_h h3 span {
    float: left;
    width: 100%;
    color: #ff7500;
    font-size: 33px;
    margin: 5px 0px;
    font-weight: 600;
}
.overall {
    font-size: 17px !important;
    margin-top: 10px;
    text-transform: capitalize;
    letter-spacing: 0.4px;
    color: #6e6e6e !important;
    font-weight: 500 !important;
}
.review_total_filter form span select {
    float: left;
    width: 100%;
    padding: 7px;
    border: 1px solid #ff7805;
    font-size: 16px;
    letter-spacing: 0.4px;
    color: #0c0c0c;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../img/ad.png);
    background-repeat: no-repeat;
    background-position: 95% 15px;
    background-size: 13px;
}
.review_total_filter form span {
    float: right;
    width: 175px;
    margin: 25px 5px;
}
.review_total_filter form {
    float: left;
    width: 100%;
    margin: 0px 0px;
    padding: 10px 0px;
}
.review_total_h {
    text-align: center;
}
.review_heading_left, .review_heading_left p {
    float: left;
    width: 100%;
    margin: 0px;
}
.review_date {
    float: right;
    display: inline-block;
    color: #747171;
    text-transform: capitalize;
    letter-spacing: 0.4px;
    font-size: 14px;
    margin-top: 3px;
}
.review_date i {
    padding-right: 5px;
}
.review_by span {
    float: right;
    color: #ff7500;
    font-size: 15px;
}
/*-- review page end here --*/
.myId {
    font-size: 11px !important;
    background-color: #8BC34A;
    padding: 0px 3px;
    margin-left: 0px !important;
    font-style: italic;
    border-radius: 4px;
    color: #FFF !important;
}

/*---PRIVACY----*/
.privacy_inner_1 {
    margin: 12px 0px;
    float: left;
    padding-bottom: 20px;
}
.privacy_inner_1 > h2 {
    font-size: 25px;
}
.privacy_inner_1 > ul {
    padding-left: 1px;
    float:left;
}
    .privacy_inner_1 > ul > li {
        float: left;
        width: 100%;
        margin: 0px 0px 0px 15px;
        font-size: 15px;
        letter-spacing: 0.4px;
        padding: 5px 5px 3px 0px;
        list-style-image: url(../img/sample-con.png);
        list-style-position: inherit;
        font-weight: 400;
    }

    .aboutM{
text-align:left !important;

    }
        .aboutM > ol {
            list-style-type: none;
            padding-left: 0px;
        }
.internal_error_part>p{
    font-size:1.8em;
}
.pagination-container {
    float: left;
    width: 100%;
}
.pagination-container ul li {
    display: inline-block;
    width: auto;
    border: none;
}
/*-- new css 31/1/2019 add here--*/
.student_dash_tutordeteail {
    position: fixed;
    right: 0px;
    z-index: 9999;
    background-color: #ffffff;
    padding: 10px;
    height: 100%;
    width: 250px;
    box-shadow: -4px 0px 7px -4px #abaaaa;
    display: none;
}
.studemt_dash_tutordetail_inn {
    float: left;
    width: 100%;
}
.tutor_detail_inn_img_left {
    width: 45px;
    float: left;
}
.tutor_detail_inn_img_left span {
    float: left;
    width: 100%;
}
.tutor_detail_inn_img_left span img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.tutor_deteail_inn_right {
    float: right;
    width: 185px;
}
.tutor_deteail_inn_right h3 {
    float: left;
    width: 100%;
    margin: 0px 0px 2px;
    font-size: 15px;
    color: #000;
    letter-spacing: 0.4px;
}
.tutor_deteail_inn_right h3 span {
    float: right;
    color: #e75a00;
}
.tutor_deteail_inn_right p, p.tu_addree {
    float: left;
    width: 100%;
    margin: 2px 0px;
    font-size: 15px;
    color: #868686;
}
.studemt_dash_tutordetail_inn h2 {
    float: left;
    width: 100%;
    margin: 15px 0px 10px;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 600;
    color: #2196f3;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
}
.studemt_dash_tutordetail_inn ul {
    max-height: 300px;
    height: 100%;
    overflow-y: scroll;
}
#ul_style_scoll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#ul_style_scoll::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}
#ul_style_scoll::-webkit-scrollbar-thumb {
    background-color: #ff8c00;
}
.studemt_dash_tutordetail_inn ul li{
    font-size: 14px;
    float: left;
    width: 100%;
    margin: 1px 0px;
    padding: 2px 0px 8px;
    color: #989898;
}
.studemt_dash_tutordetail_inn ul li span {
    text-transform: capitalize;
    color: #000;
    font-size: 14px;
    padding-right: 3px;
    font-weight: 600;
}
.studemt_dash_tutordetail_inn h4{
    font-size: 16px;
    letter-spacing: 0.4px;
    float: left;
    width: 100%;
    margin: 10px 0px;
    color: #2196f3;
    font-weight: 600;
}
.studemt_dash_tutordetail_inn h4 img {
    display: inline-block;
    margin-top: -2px;
    margin-right: 1px;
}
.studemt_dash_tutordetail_inn p.view_1 {
    float: left;
    width: 100%;
    text-align: center;
}
.studemt_dash_tutordetail_inn p a {
    display: inline-block;
    background-color: #1bca7b;
    padding: 8px 20px;
    margin: 5px 0px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-decoration: none;
    border-radius: 20px;
}
.detail_tutor_cross{
        position: absolute;
    left: -27px;
    top: 0px;
    border: 1px solid #d3d3d3;
    padding: 5px;
    cursor: pointer;
}
/*-- forgot pass popup start here --*/
.forgot_popup{
    position: fixed;
    z-index: 99999;
    background-color: #0009;
    width: 100%;
    height: 100%;
    display: none;
}
.forgot_overlay{
    position: relative;
    float: left;
    width: 100%;
}
.forgot_inner_popup{
    position: fixed;
    top: 50%;
    left: 50%;
    background-color: #fff;
    transform: translate(-50%,-50%);
    width: 400px;
    height: auto;
    box-shadow: 2px 2px 7px 0px #000;
    font-family: 'Source Sans Pro', sans-serif;
    border-radius: 4px;
}
.cross_forgot {
    position: absolute;
    right: -15px;
    background-color: #fff;
    padding: 7px 10px;
    cursor: pointer;
    border: 1px solid #2abbfc;
    border-radius: 50%;
    top: -15px;
}
.cross_forgot img {
    display: inline-block;
    margin: -3px 0px 0px;
}
.forgot_inner_popup h3 {
    float: left;
    width: 100%;
    background-color: #2abbfc;
    margin: 0px 0px 10px;
    padding: 20px;
    text-align: center;
    font-size: 20px;
    text-transform: capitalize;
    letter-spacing: 0.4px;
/*    font-weight: 600;*/
    color: #fff;
    border-radius: 3px 3px 0px 0px;
}
.forgot_inner_popup div{
    float: left;
    width: 100%;
    padding: 15px;
}
.forgot_inner_popup div span {
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 7px;
}
.forgot_inner_popup div span label {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.4px;
    text-transform: capitalize;
}
.forgot_inner_popup div span input[type="text"], .forgot_inner_popup div span input[type="email"], .forgot_inner_popup div span input[type="password"] {
    float: left;
    width: 100%;
    border: 1px solid #ddd;
    padding: 7px;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
}
.forgot_inner_popup div span button {
    display: inline-block;
    background-color: #009ddb;
    border: none;
    margin-top: 10px;
    padding: 8px 30px;
    letter-spacing: 0.4px;
    font-size: 18px;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    outline: none;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 500;
}
/*-- forgot pass popup end here --*/
.terms_inner{
    float: left;
    width: 100%;
}
.terms_inner_1 {
    margin: 12px 0px;
    float: left;
    padding-bottom: 20px;
}
.terms_inner_1 > h2 {
    font-size: 25px;
}
.terms_inner_1 > ul {
    padding-left: 1px;
    float:left;
}
.terms_inner_1 > ul > li {
    float: left;
    width: 100%;
    margin: 0px 0px 0px 15px;
    font-size: 15px;
    letter-spacing: 0.4px;
    padding: 5px 5px 3px 0px;
    list-style-image: url(../img/sample-con.png);
    list-style-position: inherit;
    font-weight: 400;
    }
.terms_inner_1 p{
    float: left;
    width: 100%;
    margin: 0px 0px 0px 0px;
    font-size: 15px;
    letter-spacing: 0.4px;
    padding: 5px 0px 0px 0px;
}
/*-- new css 31/1/2019 end here --*/
