html {
    overflow-x: hidden;
}
body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.tm-white a {
    color: #fff;
}

/* start h1 group */
h1 {
    margin-top: 0;
    margin-bottom: 25px;
}

h1,
h2,
h3,
h4 {
    font-weight: bold;
}

/* end h1 group */
p {
    line-height: 1.6em;
}

/* img */
img {
    max-width: 100%;
    height: auto;
}

/* img */

/* overlay */
.overlay {
    width: 100%;
    height: 100%;
    padding-top: 90px;
    padding-bottom: 90px;
}

/* over lay */
/* start page container */
@media (min-width: 768px) {
    .container {
        width: 700px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 900px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1190px;
    }
}

/* end page container */

/* start preloader */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    /*justify-content: center;*/
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
       -moz-box-align: center;
            align-items: center;
    background: none repeat scroll 0 0 #fff;
}

.sk-spinner-rotating-plane.sk-spinner {
    width: 30px;
    height: 30px;
    background-color: #28a7e9;
    margin: 0 auto;
    -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
    -moz-animation: sk-rotatePlane 1.2s infinite ease-in-out;
      -o-animation: sk-rotatePlane 1.2s infinite ease-in-out;
         animation: sk-rotatePlane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

@-moz-keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -moz-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
             transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -moz-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
             transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -moz-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
             transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

@-o-keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

@keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -moz-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
             transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -moz-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
             transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -moz-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
             transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

/* end preloader */

/* start navigation */
.navbar-default {
    background: #fff;
    border: none;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
       -moz-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
            box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
    margin: 0 !important;
}

.navbar-default .navbar-brand {
    color: #28a7e9;
    font-size: 30px;
    font-weight: bold;
    height: 70px;
    line-height: 35px;
}

.navbar-default .nav li a {
    color: #666;
    font-size: 17px;
    font-weight: bold;
    height: 70px;
    line-height: 40px;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus,
.navbar-default .nav li a.current {
    color: #28a7e9;
}

.navbar-default .navbar-toggle {
    border: none;
    padding-top: 20px;
}

.navbar-default .navbar-toggle .icon-bar {
    background: #000;
    border-color: transparent;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent
}

.navbar-default .nav li a:hover {
    color: #e87999;
}

.navbar-default .nav li a img {
    height: 100%;
}

/* end navigation */

/* start home */
#home {
    /*background: url('../images/img-1.png')left no-repeat;*/
    /* height: 87vh; */
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    color: #fff;
    margin-top: 78px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#home_show {
    display: none;
}


#home p {
    font-weight: 400;
    font-style: italic;
    line-height: 2em;
}

#home img {
    display: inline-block;
    width: 50%;
}


.hori-line {
    background: #ed6c9a;
    width: 100%;
    height: 7px;
}

#lesson_reser_btn {
    color: #000; background-color: #32f8b6; padding: 6px; border:solid 1px #000; width: 170px;margin-left: auto; margin-right: auto;font-weight: bold;
}

#lesson_reser_btn:hover {    
    background: #fff;  
}

.text_center {
    text-align: center;
} 
/* end home */

/* start divider */

.about_sub_title {
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
}

@media(max-width: 768px) {
    .about_sub_title {
        font-size: 15.5px;
        padding-bottom: 1.1em;
    }
}

.about_ex1 {
    text-align: center;
    padding-top: 88px;
    margin-left: -167px;
}

#bottle {
    width: 100%;
    /* height: 435px; */
}

#divider {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 0px;
}

#divider .fa {
    color: #28a7e9;
    font-size: 60px;
}

#divider h3 {
    font-size: 20px;
}

.woman_ex {
    text-align: center;
    border: solid 1px #333;
    margin-top: 70px;
    margin-right: -35px;
    z-index: 2;
    padding-bottom: 30px;
}

.woman_ex p:nth-child(1) {
    margin-top: -16px;
    background: #fff;
    font-weight: bold;
    margin-left: auto;
    text-align: center;
    margin-right: auto;
    font-size: 20px;
    width: 150px;
}

.woman_ex_subTitle {
    border-bottom: solid;
    border-top: solid;
    margin-left: auto;
    margin-right: auto;
    width: 74px;
    padding: 5px;
    font-weight: 600;
    margin-top: 30px;
}

.wo_sub_cont {
    text-align: initial;
    padding: 0 55px;
    font-weight: bold;
}

.center_cont {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.bg_div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

#center_sec {
    background: url('../images/bg-img_1.png');
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    height: 67vh;
}

.col-md-4 center p {
    font-weight: bold;
    padding-top: 0;
    font-size: 16px;
    padding-bottom: 30px;
}

.studio_comment {
    margin-top: 30px;
    text-align: start;
    font-weight: bold;
    font-size: 12px;
}

.side_ex {
    text-align: start;
    margin-top: 55px;
    font-size: 12px;
    font-weight: bold;
}

.about_sub_title1 {
    font-size: 14px;
    font-weight: bold;
}

.padding_r_l {
    padding: 0 15px;
}

.price_lists {
    width: 50%;
    text-align: center;
    border: solid 2px #ccc;
    height: 40px;
    font-weight: bold;
}

.you_color {
    background: #f6f6f6;
}

.showd {
    display: none;
}
.center_cont p {
    font-weight: bold;
}

/* end divider */

/* start feature */
#feature {
    background: url('../images/bg-img.png') no-repeat;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    padding-top: 80px;
    padding-bottom: 186px;
}

#feature p {
    padding-top: 10px;
    line-height: 28px;
}

#feature span {
    float: left;
}

#feature .fa {
    background: #28a7e9;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    color: #fff;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 20px;
}

/* end feature */

/* start feature1 */
#feature1 {
    padding-top: 60px;
    padding-bottom: 60px;
}

#feature1 p {
    padding-top: 10px;
}

#feature1 span {
    float: left;
}

#feature1 .fa {
    background: #28a7e9;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    color: #fff;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 20px;
}

/* end feature1 */

/* start pricing */
#pricing {
    background: #f8f8f8;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
}

#pricing h2 {
    padding-bottom: 60px;
}

#pricing .pricing {
    background: #fff;
}

#pricing .active {
    position: relative;
    bottom: 20px;
}

#pricing .pricing .pricing-title {
    background: #28a7e9;
    color: #fff;
    font-weight: bold;
    padding: 30px;
}

#pricing .pricing .pricing-title p {
    font-size: 20px;
}

#pricing .pricing ul {
    padding: 0;
    margin: 0;
}

#pricing .pricing ul li {
    display: block;
    list-style: none;
    padding: 16px;
}

#pricing .pricing .btn {
    background: transparent;
    border: 1px solid #28a7e9;
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;
    color: #28a7e9;
    font-weight: bold;
    padding-right: 40px;
    padding-left: 40px;
    margin-top: 20px;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#pricing .pricing .btn:hover {
    background: #28a7e9;
    color: #fff;
}

/* end pricing */

/* start download */
#download {
    padding-top: 80px;
    padding-bottom: 80px;
}

#download h2 {
    padding-bottom: 20px;
}

#download .btn {
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;
    font-weight: bold;
    margin-top: 20px;
    padding: 10px 40px 10px 40px;
}

/* end download */

/* start contact */
#contact {
    background: url('../images/bg-img1.png')no-repeat;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    height: 405px;
    color: #fff;
}

#contact h2 {
    padding-bottom: 10px;
}

#contact address {
    padding-top: 20px;
}

#contact address .fa {
    background: #28a7e9;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: 6px;
    margin-right: 10px;
}

#contact .contact-form {
    padding-top: 40px;
}

#contact .form-control {
    border: none;
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    margin-bottom: 20px;
}

#contact input {
    height: 50px;
}

#contact input[type="submit"] {
    background: #28a7e9;
    color: #fff;
    font-weight: bold;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#contact input[type="submit"]:hover {
    background: #107DB6;
}

/* end contact */

/* start footer */
footer {
    background: #fde7ed;
    font-weight: 400;
    text-align: center;
    padding: 20px;
}

.person_lesson {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.opc {
    position: relative;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.op_bg_div {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 203px;
    background-color: #fff;
    opacity: 0.4;
}

.op_cont_div {
    position: absolute;
    top: 0;
    -webkit-transform: translate(45%, 10%);
       -moz-transform: translate(45%, 10%);
        -ms-transform: translate(45%, 10%);
         -o-transform: translate(45%, 10%);
            transform: translate(45%, 10%);
    right: auto;
}

.ddg {
    text-align: start;
}


.social_div {
    padding: 0 110px;
}

.social_div img:nth-child(2) {
    padding-left: 100px;
}

.tel_div p {
    text-align: start;
}

.tel_div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}



/* end footer */

@media(max-width:1201px) {
    .op_bg_div {
        width: 465px;
    }
}

@media screen and (max-width: 991px) {
    .templatemo-box {
        margin-bottom: 30px;
    }

    #pricing .active {
        bottom: 0;
    }

    .pricing {
        margin-bottom: 20px;
    }

    #feature img,
    #download img {
        margin-top: -70px;
    }

    #feature1 img {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .navbar-default .nav li a {
        height: auto;
        line-height: 2em;
    }

    #feature,
    #pricing,
    #download {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    #contact .overlay {
        padding-top: 40px;
    }

    .opc {
        margin-top: 73px;
    }
}

@media(max-width:680px) {
    #contact {
        background: url('../images/bg-img1_1.png') no-repeat;
        height: 405px;
        color: #fff;
    }
}

@media(max-width:475px) {
    .img_text_img img {
        height: 6px;
        margin-top: 10px;
    }
}

@media(max-width:411px) {
    .op_bg_div {
        width: 90vw;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 203px;
        background-color: #fff;
        opacity: 0.4;

    }

    .op_cont_div {
        -webkit-transform: translate(25%, 10%);
           -moz-transform: translate(25%, 10%);
            -ms-transform: translate(25%, 10%);
             -o-transform: translate(25%, 10%);
                transform: translate(25%, 10%);
    }

}

@media(max-width: 375px) {
    .img_text_img p {
        margin: 0 11px;
        font-size: 13px;
    }
}

/* start media 360 */
@media screen and (max-width: 360px) {
    .pricing {
        padding-bottom: 40px;
    }
}


@media(max-width:325px) {
    .op_cont_div {
        -webkit-transform: translate(10%, 10%);
           -moz-transform: translate(10%, 10%);
            -ms-transform: translate(10%, 10%);
             -o-transform: translate(10%, 10%);
                transform: translate(10%, 10%);
    }
}

/* end media 360 */

/*
    Custome css
*/

.h_menu {
    padding: 0 100px;
    height: 90px;
    line-height: 90px;
}



@media (max-width: 1250px) {
    .h_menu {
        padding: 0;
    }
}

.navbar-header {
    margin-top: 5px;
}

.navbar-right {
    margin-top: 10px;
}

#line_img {
    margin-top: -8px;
}

#ins_img {
    margin-top: -8px;
}

#page_1_home {
    /*background: url('../images/page_1_header_bg.png')center no-repeat;*/
    /* height: 70vh; */
    color: #fff;
    margin-top: 78px;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#page_1_home_show {
    display: none;
}

.text_center1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.sector_sub_title {
    font-size: 19px;
    font-weight: 500;
}

.mar-40 {
    margin-top: 40px;
}

.item_title {
    margin-top: 20px;
    font-size: 19px;
    font-weight: bold;
}

.itme_content {
    text-align: start;
}

#lesson {
    background-color: #fde7ed;
    padding-top: 50px;
    padding-bottom: 50px;
}

.move_item {
    padding: 30px;
}

.move_item_title {
    font-size: 19px;
    font-weight: bold;
}

.m_cont {
    padding: 20px;
    background: #fff;
}

.move_ex_img {
    max-height: 145px;
    height: 100%;
}

.mar_top_30 {
    margin-top: -30px;
}

.move_itme_content_1 {
    background: #f3f3f0;
    -webkit-border-radius: 21px;
       -moz-border-radius: 21px;
            border-radius: 21px;
    padding: 5px 20px;
}

.move_itme_content_2 {
    margin-top: 15px;
}

.btn_1 {
    background: #c9f9fb;
    font-weight: bold;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    width: 80%;
}

.btn_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 26px;
}

.flex_row_div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}


@media(max-width:770px) {
    .move_item {
        padding-left: 50px;
    }
}


@media(max-width:412px) {
    #page_1_home {
        background: url('../images/page_1_header_411.png')center no-repeat;
        /* height: 70vh; */
        color: #fff;
        margin-top: 90px;
        -webkit-background-size: cover;
           -moz-background-size: cover;
             -o-background-size: cover;
                background-size: cover;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .btn_1 {
        width: 80%;
    }

    .move_ex_img {
        max-height: 80px;
        height: 100%;
    }

    .move_item {
        padding-left: 30px;
    }
}

@media(max-width:350px) {
    .move_item {
        padding-left: 30px;
    }

    .m_cont {
        display: block;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: initial;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: initial;
                flex-direction: initial
    }

    .flex_row_div {
        display: block;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: initial;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: initial;
                flex-direction: initial
    }
}


.lesson_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
}

.lesson_col1 {
    width: 48%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: white;
    -webkit-box-pack: inherit;
    -webkit-justify-content: inherit;
       -moz-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
}

.lesson_col2 {
    width: 48%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: white;
}

.lesson_con_1 {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 30px;
}

.lesson_con_1_img {
    width: 30%;
}

.lesson_con_1_txt {
    width: 60%;
}

.lesson_btn {
    text-align: center;
    padding-bottom: 30px;
}

.lesson_btn a {
    text-decoration: none;
    color: #000;
}

.lesson_btn a button {
    width: 55%;
    background: #ddf6fc;
    padding: 5px;
    font-weight: bold;
    border: solid 1px #444;
}

.lesson_btn a button:hover {
    background: #fff
}

.lesson_con_2 {
    width: 45%;
}

.lesson_item_sub_title {
    font-weight: 600;
}

.lesson_item_money {
    background: #f3f3f0;
    -webkit-border-radius: 21px;
       -moz-border-radius: 21px;
            border-radius: 21px;
    padding: 5px 20px;
}

#refer_mark {
    margin-top: 200px;
}

.include_arr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#arr1 {
    position: relative;
    left: -2px;
    top: -16px;
}

#arr2 {
    position: relative;
    left: 5px;
    top: -16px;
}

#step_btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}



#step_btn a p {
    width: 250px;
    padding: 10px 22px;
    border: solid 1px #333;
    background: #9ce4c2;
}

#step_btn a p:hover {
    background: #fff;
}
#step_refer {
    text-align: start;
    font-weight: 500;
    font-size: 15px;
}

#st_1_re,
#st_2_re,
#st_3_re {
    display: none;
}

@media(max-width:993px) {

    #arr1,
    #arr2,
    #st_1,
    #st_2,
    #st_3 {
        display: none;
    }

    #st_1_re,
    #st_2_re,
    #st_3_re {
        display: block;
    }
}

@media(max-width:768px) {
    .lesson_container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .lesson_col1 {
        width: 100%;
    }

    .lesson_col2 {
        margin-top: 40px;
        width: 100%;
    }

    #refer_mark {
        margin-top: 0;
    }
}

#page_2_home { 
    /* height: 70vh; */
    color: #fff;
    margin-top: 78px;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#page_2_home_show {
    display: none;
}

#contact_sec {
    background-color: #fde7ed;
}

.sub_row {
    padding: 40px;
}

.contact_cont {
    background: #fff;
    padding: 30px;
}

.mar-20 {
    margin-top: 20px;
}

.p_label {
    text-align: end;
    padding-right: 60px;
    margin-top: 10px;
}

.contact_form {
    width: 100%;
    background: #f6f6f6;
    height: 40px;
    border: solid 2px #ccc;
    padding: 10px;
}

#contact_submit_btn {
    text-align: center;
    color: #000;
    font-weight: 600;
    -webkit-box-shadow: 2px 4px;
       -moz-box-shadow: 2px 4px;
            box-shadow: 2px 4px;
    margin-bottom: 40px;
}

#contact_end {
    background: #fde7ed;
}



textarea.contact_form {
    height: 120px;
}

#page_3_home { 
    /* height: 70vh; */
    color: #fff;
    margin-top: 79px;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#page_3_home_show {
    display: none;
}

.policy_alarm {
    font-size: 17px;
    font-weight: bold;
}

.policy_h_line {
    border-width: 3px;
    border-color: #ccc;
    margin-top: 0px;
}


#page_4_home { 
    /* height: 70vh; */
    color: #fff;
    margin-top: 78px;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#page_4_home_show {
    display: none;
}

#personal_move {
    background: url('../images/study_main.png')center no-repeat;
    height: 80vh;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}

#personal_sub_title {
    font-weight: bold;
    letter-spacing: 4px;
}

.personl_ex {
    margin-top: 150px;
    text-align: center;
}

#study_sub_item_title {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 0px;
}

#study_sub_img {
    width: 216px;
    margin-top: -35px;
}

#study_sub_itme_cont {
    /* font-weight: 600; */
}

#bot_menu_a {
    text-decoration: none;
    color: #666;
    font-weight: bold;
    font-size: 15px;
    line-height: 30px;
}

#bot_menu_a>img {
    float: right;
    height: 30px;
    width: 3px;
}

.contain_bottom_menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
}

.menu_col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

    width: 50%;
}

#footer_2 {
    display: none;
}

.profile_show {
    display: none;
}

.bott_footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;-webkit-box-pack: space-evenly;-webkit-justify-content: space-evenly;-moz-box-pack: space-evenly;-ms-flex-pack: space-evenly;justify-content: space-evenly;
}

.bott_footer div img{
    height: 30px;
    width: 3px;
}
 

/*
Resposive 
*/
@media(max-width:1200px) {
    .navbar-default .nav li a {
        color: #666;
        font-size: 14px;
        font-weight: bold;
        height: 70px;
        line-height: 40px;
    }
    #home {
        /* height: 70vh; */
    }
    #page_1_home, #page_2_home,#page_3_home,#page_4_home {
        /* height: 57vh; */
    } 
}

@media(max-width:992px) {
    .about_ex1 {
        padding: 30px 50px;
        margin-left: auto;
        margin-right: auto;
    }

    .woman_ex {
        margin-left: auto;
        margin-right: auto;
    }

    #woman {
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
    }

    .side_ex {
        text-align: start;
        margin-top: 20px;
    }

    .studio_img img {
        width: 100%;
    }

    .about_sub_title1 {
        font-size: 17px;
        margin-top: 20px;
    }

    .hidd {
        display: none;
    }

    .showd {
        display: block;
    }

    .img_text_img {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .img_text_img img {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        margin-top: 8px;
        width: 18%;
    }

    .img_text_img p {
        margin: 0 20px;
    }

    .studio_comment {
        margin-top: 15px;
    }

    #home {
        /* height: 50vh; */
        margin-top: 155px;
    }



    .p_label {
        text-align: start;
        padding-right: 0px;
        margin-top: 10px;
    }

    #footer_1 {
        display: none;
    }

    #footer_2 {
        display: block;
    }

    .contact_form {
        margin-top: 15px;
    }

    .relax {
        display: block;
        margin-top: inherit;
    }

    #divider {
        text-align: center;
        padding-top: 80px;
        padding-bottom: 0px;
    }

    #study_sub_item_title {
        margin-top: 20px;
    }

    .profile_hide {
        display: none;
    }

    .profile_show {
        display: block;
    }

    .studio_img p {
        text-align: center;
        margin-bottom: 20px;
    }

    #page_1_home, #page_2_home, #page_3_home,#page_4_home {
        /* height: 49vh; */
        margin-top: 155px;
    }

}

@media(max-width: 800px) {
    #page_1_home_show, #page_2_home_show, #page_3_home_show,#page_4_home_show {
        display: block;
        /* height: 64vh; */
        margin-top: 155px;
    }
    #page_1_home, #page_2_home,#page_3_home,#page_4_home {
        display: none; 
    }
}

@media(max-width:771px) { 
    #personal_move {
        background: url('../images/study_main_400.png')center no-repeat;
    } 
}


@media(max-width:770px) {
    .woman_ex {
        width: 95%;
    }

    .personl_ex {
        margin-top: 125px;
    }
} 
@media(max-width:768px) {
    #home {
        /* height: 47vh; */
        margin-top: 74px;
    }

    .padding_rl {
        padding: 0 25px;
    }

    #page_1_home_show, #page_2_home_show,#page_3_home_show,#page_4_home_show {
        display: block;
        /* height: 64vh; */
        margin-top: 69px;
    }
}

@media(max-width:620px) {
    #home {
        /* height: 38vh; */
        margin-top: 74px;
    }
}


@media(max-width:560px) {
    .personl_ex {
        margin-top: 70px;
    }

    #center_sec {
        background: url('../images/bg-img_1_400.png');
        -webkit-background-size: cover;
           -moz-background-size: cover;
             -o-background-size: cover;
                background-size: cover;
        height: 97vh;
    }
}

@media(max-width:500px) {
    #home {
        /* height: 34vh; */
        margin-top: 74px;
    }

    #page_1_home_show,#page_2_home_show,#page_3_home_show,#page_4_home_show {
        /* height: 46vh; */
    }
}

@media(max-width: 414px) {
    #home_show {
        display: block;
        /* height: 45vh; */
        margin-top: 74px;
    }
    #home {
        display: none;
    }
}

@media (max-width:411px) {
    .contact_cont {
        padding: 5px;
    }

    

    .personl_ex {
        margin-top: 20px;
    }

    .menu_col {
        text-align: start;
    }
}

@media(max-width:326px) {
    #contact_mail {
        font-size: 17px;
        font-weight: 500;
    }

    .personl_ex>p {
        font-size: 10px;
        line-height: 19px;
    }
}

/* 追加 ここから */
#temp_page_1 .online-lesson #step_btn > a {
    width: 100%!important;
    display: block;
}
#temp_page_1 .online-lesson .lesson_btn > a button {
    width: 30%!important;
}
@media(max-width: 768px) {
    #temp_page_1 .online-lesson #step_btn > a button {
        width: 80%!important;
    }
}
.done {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 80px;
    padding: 3rem;
    font-size: 3rem;
    background-color: #ddf6fc;
}
@media(max-width: 768px) {
    .done {
        font-size: 1.5rem;
        padding: 1.5rem;
    }
}

#temp_page_2 #step_btn #contact_submit_btn{
    width: 250px;
    padding: 10px 22px;
    border: solid 1px #333;
    background: #9ce4c2;
}

@media(max-width: 768px) {
    #contact_mail > img {
        width: 90%;
    }
}

.tel_div .footer_mail {
    float: none!important;
    width: 55%!important;
    height: auto!important;
}

.sp {
    display: none;
}
@media(max-width: 768px) {
    .sp {
        display: block;
    }
}

@media(max-width: 768px) {
    .sub_row {
        padding: 20px 0px;
    }
}

/* 追加 ここまで */