@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900);

@font-face {
    font-family: Harabara Bold;
    src: url(../fonts/Harabara-Bold.ttf)
}

@font-face {
    font-family: Raleway SemiBold;
    src: url(../fonts/Raleway-SemiBold.html)
}

@font-face {
    font-family: Calibri;
    src: url(../fonts/calibri.ttf)
}

@font-face {
    font-family: Raleway Medium;
    src: url(../fonts/Raleway-Medium.ttf)
}

.courses_table #private-lessons {
    display: none;
}

section {
    padding: 30px 0;
    position: relative;
    background: #fff
}

.gray {
    background: #fafafa
}

.hidden-header {
    height: 137px;
    height: unset
}

.hidden-header-sticky {
    box-shadow: #d4d4d4 0 0 10px 0
}

header {
    background: #fff;
    padding: 0;
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 999;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    box-shadow: #d4d4d4 0 0 10px 0
}

.tdays {
    color: red;
    font-size: 14px;
    margin-bottom: 0px;
}

.heading_bottom {
    font-family: Roboto;
    font-size: 20px;
    color: #2f3440;
    line-height: 50px;
    letter-spacing: 1px;
    font-weight: 400;
    margin-bottom: 15px;
}

.header-shrink .navbar-brand {
    height: 38px;
    margin-top: 22px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.header-shrink {
    position: fixed;
    z-index: 999;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.header-shrink nav {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

ul.tab li.active a:after {
    font: normal normal normal 16px/1 FontAwesome;
    content: "\f055";
    margin-left: 10px
}

ul.tab li a:after {
    font: normal normal normal 16px/1 FontAwesome;
    content: "\f056";
    margin-left: 10px
}

.header-shrink ul.social_media {
    margin-top: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.header-shrink .search {
    margin-top: 3px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.header-shrink .navbar-nav>li>a {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.sign_up {
    margin-right: 0;
    padding: 2px 10px;
    position: relative;
    display: inline-block
}

.sign_up a {
    text-transform: uppercase;
    color: #2f3440;
    position: relative
}

.sign_up:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, .2)
}

.sign_up:hover a {
    color: #e25e44
}

.sign_up:hover:after {
    background: #fff;
    height: 10px;
    width: 100%;
    position: absolute;
    bottom: -7px;
    left: 0;
    z-index: 999;
    content: ''
}

header .dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    margin-top: 5px;
    background: #fff;
    padding: 20px 15px;
    width: 300px;
    z-index: 99;
    text-align: left;
    letter-spacing: 0;
    text-transform: capitalize;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .2)
}

header ul.social_media li .dropdown-backdrop {
    z-index: 9
}

header .dropdown:hover .dropdown-content {
    display: block;
    display: block;
    z-index: 999
}

header .dropdown-content .profile {
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 15px;
    margin-top: 3px
}

header .dropdown-content .profile img {
    width: 80px !important;
    height: 80px !important
}

header .dropdown-content .btn {
    width: 95%;
    color: #fff;
    padding: 10px 0
}

header .dropdown-content .p_title {
    font-size: 14px;
    margin-bottom: 8px;
    color: #2f3440;
    font-weight: 600;
    text-transform: uppercase
}

header .dropdown-content span {
    display: block;
    line-height: 21px
}

.profile-txt {
    display: flex !important;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center
}

header .dropdown-content span .icons {
    margin-right: 8px;
    margin-left: 5px
}

header .dropdown-content .cart_img {
    width: 50px;
    margin-right: 15px;
    float: left
}

header .dropdown-content p {
    margin: 0;
    color: #2f3440
}

header .dropdown-content p .icons {
    float: right;
    margin-left: 10px;
    margin-top: 5px;
    font-size: 10px
}

header .dropdown-content .product_order {
    border-top: #e5e5e5 solid 1px;
    padding-top: 10px;
    padding-bottom: 0;
    border-bottom: none
}

header .dropdown-content .product_order span {
    color: #a0a0a0;
    font-size: 11px;
    font-weight: 300;
    text-transform: none;
    float: left
}

header .dropdown-content .product_order .time {
    float: right
}

header .dropdown-content .product_order .price {
    font-size: 14px;
    color: #e25e44
}

header .dropdown-content .total {
    text-align: right;
    border-top: #e5e5e5 solid 1px;
    padding: 10px 0;
    display: inline-block;
    width: 100%;
    color: #2f3440;
    font-weight: 600;
    font-size: 15px
}

header .dropdown-content .hscroll {
    overflow: auto;
    max-height: 175px
}

.cart-box {
    position: absolute;
    left: -10px;
    top: -10px;
    background: #121212;
    width: 18px;
    height: 18px;
    border-radius: 40px;
    font-size: 10px;
    color: #fff;
    text-align: center;
    line-height: 18px
}

ul.social_media li:first-child.news {
    width: 20px;
    height: 25px
}

ul.social_media li:first-child .news a:hover {
    color: #e25e44;
    border-bottom: 1px solid #e25e44
}

.social {
    width: auto;
    display: inline-block
}

ul.social {
    margin: 0;
    padding: 0;
    text-align: right
}

ul.social li {
    margin: 0 3px;
    padding: 0;
    display: inline-block;
    font-size: 20px;
    width: 25px;
    height: 25px;
    text-align: center;
    color: #1c222f;
    line-height: normal
}

ul.social li a:hover {
    color: #fff
}

ul.social li:nth-of-type(1):hover {
    background: #3a5795
}

ul.social li:nth-of-type(2):hover {
    background: #3d3c3d
}

ul.social li:nth-of-type(3):hover {
    background: #de6739
}

.spacing {
    padding: 0 !important
}

header .social_media {
    width: auto;
    display: inline-block
}

header ul.social_media {
    text-align: center;
    margin-top: 4px;
    width: 100%
}

header ul.social_media li {
    margin: 0 0 0 1px;
    padding: 0;
    display: inline-block;
    font-size: 11px;
    background: 0 0;
    border: none;
    width: auto;
    height: 25px;
    text-align: center;
    line-height: 27px;
    border-radius: 0;
    font-size: 14px;
    color: #2f3440 !important
}

header ul.social_media li .dropdown-menu {
    left: inherit;
    right: 14px;
    z-index: 9;
    min-width: 480px;
    padding: 15px 20px 30px;
    margin: 0;
    background: #fff;
    box-shadow: inset #c7c7c7 0 2px 6px 0
}

header ul.social_media li .dropdown-menu li {
    width: 100%;
    display: inherit
}

.s_icon {
    font-size: 20px;
    color: #1c222f !important
}

.s_icon:hover {
    color: #e25e44 !important;
    border-bottom: 2px solid #e25e44
}

.op:after {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
    opacity: .7;
    background: #000
}

header ul.social_media li:hover {
    color: #e25e44 !important;
    border-radius: 0
}

header .offer {
    font-size: 13px;
    color: #fff;
    letter-spacing: 1.5px;
    font-family: Arial;
    text-align: center;
    padding: 10px;
    line-height: 22px;
    background: #e25e44;
    clear: both;
    margin-bottom: 0;
    border-radius: 0
}

header .offer .sign {
    font-size: 11px;
    letter-spacing: 1px;
    color: #fff;
    font-style: italic;
    padding: 3px 13px 4px;
    background: #2f3440;
    transform: skewX(-15deg);
    display: inline-block;
    margin-left: 10px
}

.see_details {
    color: #fff;
    font-size: 11px;
    font-style: italic;
    letter-spacing: 1px;
    opacity: .6
}

header .alert-dismissable .close {
    font-size: 17px;
    top: 5px !important;
    right: 0 !important
}

nav {
    margin-bottom: 0
}

.search input {
    border-bottom: #949494 solid 1px;
    border-left: none;
    border-top: none;
    border-right: none;
    background: 0 0;
    font-size: 15px;
    width: 100%;
    float: left;
    color: #969696;
    line-height: 40px
}

.search input:focus {
    outline: 0
}

.top_newsletter {
    width: 100%;
    float: right;
    margin-top: 15px;
    position: relative
}

.top_newsletter .form-control {
    background: 0 0;
    border-color: #e25e44;
    height: 45px;
    padding-right: 110px;
    padding-left: 10px
}

.top_newsletter .form-control:focus {
    border-color: #5b5b5b
}

.header-shrink .top_newsletter {
    margin-top: 4px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.top_newsletter button {
    background: #e25e44;
    color: #fff;
    font-size: 14px;
    border: none;
    padding: 9px 25px;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    right: 0
}

.top_newsletter button:focus {
    outline: 0
}

.banner {
    padding: 0;
    border-bottom: #e6e6e6 solid 1px;
    clear: both
}

.learn_btn {
    background: #000;
    padding: 5px 18px;
    font-size: 15px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    transform: skewX(-15deg)
}

.learn_btn span {
    display: inline-block;
    transform: skewX(15deg)
}

.learn_btn .fa {
    margin-left: 5px
}

footer {
    padding: 0;
    margin-top: 0;
    text-align: center;
    padding: 55px 0 30px;
    position: relative;
    padding-bottom: 9px !important;
    background: #1c222f
}

footer .container-fluid {
    position: relative;
    background: #1c222f;
    z-index: 9;
    padding-top: 0;
    width: 100%
}

footer .footer_heading {
    font-size: 24px;
    font-family: Roboto;
    color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 35px 0 0;
    margin: 0 auto 25px;
    width: 75%;
    text-align: center
}

.f_border .footer_heading {
    width: 95%
}

ul.social_media {
    margin: 0;
    padding: 0;
    text-align: center
}

ul.social_media li {
    margin: 0 0 0 12px;
    padding: 0;
    display: inline-block;
    font-size: 18px;
    background: #eee;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    border: 1px solid #000
}

ul.social_media li a {
    color: #1c222f
}

.copyright ul.social_media li:hover {
    background: #fff;
    border: 1px solid #000
}

.copyright {
    background: #1c222f;
    padding: 30px 0;
    text-align: center;
    font-size: 14px;
    margin-top: 8px;
    position: unset;
    bottom: 0;
    width: 100%;
    color: #6a6d74;
    margin-top: 0;
    padding-top: 10px
}

.newsletter {
    width: 540px;
    margin: auto
}

.newsletter p {
    font-size: 14px;
    color: #9da0a8;
    line-height: 18px;
    margin-bottom: 25px
}

.newsletter .btn {
    margin-top: -3px;
    margin-left: -4px;
    padding: 14px 70px;
    border: #e25f45 solid 1px;
    transition: unset
}

.newsletter .btn:hover {
    border-color: #e25e44
}

.newsletter .footer_heading {
    width: auto;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 20px
}

.newsletter .form-control {
    width: 70%;
    border-color: #e25e44;
    display: inline-block;
    text-align: center
}

lo .f_border {
    padding: 10px 0
}

ul.footer_menu {
    margin: 0;
    padding: 0
}

ul.footer_menu li {
    margin: 0 15px;
    padding: 0;
    list-style: none;
    display: inline
}

ul.footer_menu li a {
    color: #9da0a8;
    font-size: 14px
}

ul.footer_menu li a:hover {
    color: #6a6c71
}

.call_us {
    font-size: 18px;
    color: #9da0a8;
    margin-right: 10px;
    margin-top: 25px;
    margin-bottom: 30px;
    letter-spacing: 2px;
    line-height: 17px
}

.call_us span {
    display: block;
    font-size: 12px
}

.call_us img {
    width: 12px;
    margin-right: 5px
}

.banner_bottom {
    box-shadow: #e8e8e8 0 2px 10px 0;
    margin: 0;
    padding: 15px 0;
    text-align: center;
    position: relative
}

.fox-icon {
    height: 65px !important
}

.banner_bottom:after {
    top: auto;
    bottom: 0;
    background-color: #fff;
    width: 103%;
    height: 40px;
    position: absolute;
    left: 0;
    right: auto;
    z-index: 1;
    -webkit-transform: rotate(1.5deg);
    -moz-transform: rotate(1.5deg);
    -ms-transform: rotate(1.5deg);
    transform: rotate(1.5deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}

.banner_bottom span {
    font-size: 20px;
    font-style: italic;
    color: #7c7c7c;
    letter-spacing: 1px;
    font-weight: 600;
    font-family: Roboto;
    margin-right: 30px
}

.banner_bottom img {
    height: 40px;
    width: auto;
    margin-right: 50px
}

.banner_bottom img:last-child {
    margin-right: 0
}

.botom_slide {
    width: 45px !important;
    height: 45px !important;
    line-height: 48px;
    border-radius: 50%;
    border: #d1d1d1 solid 1px;
    font-size: 31px;
    color: #756f6f !important;
    display: inline-block;
    background: rgba(255, 255, 255, .77) !important
}

.carousel-indicators div {
    margin-top: -80px
}

.heading_main {
    text-align: center
}

.heading {
    font-family: Roboto;
    font-size: 35px;
    color: #2f3440;
    line-height: 50px;
    letter-spacing: 1px;
    font-weight: 300;
    margin-bottom: 15px
}

.heading_main p {
    padding: 0 21%;
    font-size: 15px;
    color: #e25e44;
    text-align: center;
    letter-spacing: 1px
}

.gallery_bg {
    background: #fafafa;
    padding-bottom: 65px
}

.gallery_bg .container-fluid {
    padding: 0
}

.gallery_bg .heading_main {
    margin-bottom: 35px
}

.gallery_slide {
    height: auto;
    overflow: hidden;
    margin-left: -40px;
    margin-top: 20px;
    position: relative
}

.gallery_slide li {
    width: 350px;
    float: left;
    list-style: none;
    position: relative
}

.gallery_slide li img {
    width: 100%;
    -webkit-transition: all .6s ease
}

.gallery_slide li:nth-of-type(2n) {
    padding-top: 3rem;
    width: 290px
}

.gallery_slide li:hover img {
    -webkit-filter: grayscale(0)
}

.gallery_slide li a:after,
.gallery_slide li:nth-of-type(2n) a:after {
    background: rgba(0, 0, 0, .2);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
    left: 0;
    transition: all 1s ease-in-out
}

.gallery_slide li:nth-of-type(2n) a:after {
    height: 90.5%
}

.gallery_slide li:nth-of-type(2n) img {
    height: 290px;
    width: auto
}

.gallery_slide li:hover a:after {
    background: 0 0
}

.gallery_next_main {
    position: absolute;
    left: 20px;
    right: 35px;
    margin-top: -14%;
    z-index: 99
}

.gallery_next_main .pre {
    float: left;
    font-size: 45px;
    color: #fff
}

.gallery_next_main .next {
    float: right;
    font-size: 45px;
    color: #fff
}

.gallery_next_main .next .fa {
    left: inherit
}

.video_instagram .heading {
    font-size: 30px;
    margin-bottom: 27px
}

.video_instagram iframe {
    width: 100%;
    height: 350px
}

.video_instagram .btn {
    padding: 9px 20px 7px;
    font-size: 12px;
    margin-top: 0;
    margin-left: 5px
}

.video_instagram .share_btn {
    float: right;
    margin-right: 30px
}

ul.tab {
    margin: 20px 0 0;
    padding: 0;
    display: inline-block;
    border-bottom: none
}

ul.tab li {
    margin: 0 8px;
    display: inline-block;
    background: #2f3440;
    color: #000;
    font-weight: 400;
    padding: 5px 25px;
    display: inline-block;
    transform: skewX(-15deg);
    transition: all 1s ease-in-out
}

ul.tab li:hover {
    background: #e25e44
}

ul.tab li span {
    transform: skewX(15deg);
    display: inline-block
}

ul.tab li a {
    color: #fff;
    border: none;
    font-size: 15px;
    font-weight: 500
}

ul.tab li:hover a {
    color: #fff;
    border: none
}

ul.tab li.active>a,
ul.tab li.active>a:focus,
ul.tab li.active>a:hover {
    background: 0 0;
    border: none;
    color: #fff
}

ul.tab li.active {
    background: #e25e44;
    color: #fff
}

.courses_table {
    margin-top: 35px;
    padding: 0 15px;
    font-size: 15.5px;
    color: #464646;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    width: 100%;
    float: left
}

.courses_table span {
    color: #909090;
    font-size: 13px;
    font-weight: 400;
    display: block;
    line-height: 17px
}

.courses_table .thead {
    border-top: #e9e9e9 solid 1px;
    margin: 0;
    padding: 40px 0;
    min-height: 50px;
    float: left;
    width: 100%;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    color: #2f3440
}

.courses_table .thead a {
    color: #2f3440
}

.courses_table .date {
    width: 25%;
    float: left;
    position: relative;
    padding: 0 15px;
    min-height: 45px
}

.courses_table .lavels {
    width: 15.5%;
    float: left;
    position: relative;
    padding: 0 15px;
    min-height: 45px
}

.courses_table .d_class {
    width: 26%;
    float: left;
    position: relative;
    padding-right: 15px;
    min-height: 45px;
    align-items: center;
    display: flex
}

.courses_table .location {
    width: 15%;
    float: left;
    position: relative;
    padding: 0 15px;
    min-height: 45px
}

.courses_table .time {
    width: 13%;
    float: left;
    border-right: #e9e9e9 solid 1px;
    padding: 0 15px;
    min-height: 45px
}

.courses_table .cost {
    width: 22%;
    float: left;
    position: relative;
    padding: 0 15px;
    min-height: 45px
}

.courses_table .signup {
    width: 25%;
    padding-left: 10px;
    float: left;
    text-align: center
}

.courses_table .signup span {
    color: #000
}

.courses_table .instructor {
    width: 14%;
    float: left;
    position: relative;
    padding: 0 15px;
    min-height: 50px
}

.courses_table .d_class img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    margin-right: 15px;
    float: left;
    margin-top: -7px
}

.courses_table .signup a {
    background: #e25e44;
    color: #fff;
    text-transform: uppercase;
    padding: 6px 20px;
    display: inline-block;
    margin-bottom: 2px;
    transition: all 1s ease-in-out;
    transform: skewX(-15deg)
}

.courses_table .signup a:hover {
    background: #1c222f
}

.courses_table .signup a span {
    transform: skewX(15deg);
    color: #fff;
    font-weight: 500
}

.courses_table .thead_main {
    margin: 0;
    padding: 20px 0;
    float: left;
    width: 100%;
    font-size: 18px;
    color: #2f3440;
    font-weight: 700
}

.courses_table .thead_main .cost,
.courses_table .thead_main .d_class,
.courses_table .thead_main .date,
.courses_table .thead_main .instructor,
.courses_table .thead_main .lavels,
.courses_table .thead_main .location,
.courses_table .thead_main .time {
    min-height: 25px
}

.courses_table .thead_main .cost:after,
.courses_table .thead_main .d_class:after,
.courses_table .thead_main .date:after,
.courses_table .thead_main .instructor:after,
.courses_table .thead_main .lavels:after,
.courses_table .thead_main .location:after,
.courses_table .thead_main .time:after {
    background: #fff
}

.courses_table .cost:after,
.courses_table .d_class:after,
.courses_table .date:after,
.courses_table .instructor:after,
.courses_table .lavels:after,
.courses_table .location:after {
    content: '';
    height: 55px;
    width: 1px;
    margin: auto 0;
    position: absolute;
    top: 0;
    right: 0;
    background: #e9e9e9
}

.out_of_stock.signup a {
    background: #a29795;
    color: #fff;
    text-transform: uppercase;
    padding: 6px 20px;
    display: inline-block;
    margin-bottom: 2px;
    transition: all 1s ease-in-out;
    transform: skewX(-15deg)
}

.inner_banner {
    padding: 0;
    position: relative;
    clear: both
}

.inner_banner img {
    width: 100%
}

.inner_banner_heading {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 0 30px
}

.inner_banner .heading {
    font-size: 35px;
    color: #fff;
    letter-spacing: 1px;
    margin: 55px 0 0;
    text-align: center;
    text-transform: uppercase;
    font-family: Raleway Medium
}

.inner_banner .heading p {
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin: 5px 0;
    text-transform: capitalize
}

.breadcrumb.inner-bd {
    background-color: transparent !important;
    text-align: center;
    border: none
}

.breadcrumb.inner-bd li a {
    color: #fff
}

ul.contact_box {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%
}

ul.contact_box li {
    margin: 35px 0 0;
    padding: 0;
    float: left;
    list-style: none;
    width: 21%;
    border-left: #e5e5e5 solid 1px
}

ul.contact_box li:first-child {
    border-left: none
}

ul.contact_box li:nth-of-type(5) {
    width: 16%
}

ul.contact_box li p {
    font-size: 15px;
    color: #000
}

.email_box {
    padding: 10px;
    text-align: center;
    min-height: 310px;
    border: transparent solid 1px;
    border-top: transparent solid 2px;
    transition: all 1s ease-in-out
}

.email_box:hover {
    background: #fafafa;
    border-color: #e5e5e5;
    border-top-color: #2f3440
}

.email_box h4 {
    margin: 10px 0 0;
    font-size: 18px;
    color: #2f3440;
    font-weight: 600;
    text-align: center;
    letter-spacing: .5px
}

.email_box hr {
    width: 150px;
    border-color: #2f3440;
    margin-bottom: 10px
}

.email_box h4 .fa {
    margin-right: 5px;
    font-size: 50px;
    display: block;
    margin-bottom: 30px
}

.metro {
    display: block;
    padding-bottom: 30px;
    width: 45px;
    margin: 0 auto
}

.email_box p {
    margin-bottom: 0
}

.email_box p span {
    font-size: 17px;
    color: #2f3440;
    display: block;
    margin-bottom: 5px
}

.also_ask {
    text-align: left;
    font-size: 15px;
    margin-bottom: 15px
}

.also_ask span {
    color: #000;
    font-size: 16px;
    font-weight: 700
}

.our_team {
    background: #fff
}

.our_team .team_box {
    background: #efefef;
    color: #fff;
    padding: 25px;
    min-height: 328px;
    cursor: pointer
}

.our_team .team_box1 {
    background: #252525
}

.our_team .team_box2 {
    min-height: 450px
}

.our_team .team_box4 {
    background: #0da271
}

.our_team .team_box5 {
    background: #b33535
}

.team_box h4 {
    color: #fff;
    margin-bottom: 15px;
    margin-top: 0
}

.our_team .footer {
    width: 80%;
    position: absolute;
    bottom: 15px
}

.our_team .footer .btn {
    padding: 6px 15px;
    font-size: 12px;
    margin-top: 0;
    float: right
}

.our_team .footer .fa {
    font-size: 15px;
    border: #e25e44 solid 2px;
    color: #e25e44;
    width: 30px;
    height: 30px;
    padding: 5px 9px;
    border-radius: 50%;
    text-align: center
}

.our_team .footer .fa:hover {
    color: #1c222f;
    border-color: #1c222f
}

.team_box1 .footer .fa {
    border-color: #9a9a9a
}

.team_box1 .footer .btn:hover {
    background: #383737
}

.our_team .team_box p {
    color: #636363
}

.our_team .team_box h4 {
    color: #000
}

.our_team .team_box1 p {
    color: #fff
}

.our_team .team_box1 h4 {
    color: #fff
}

ul.team_social {
    margin: 24px 0 7px;
    padding: 0
}

ul.team_social li {
    margin: 0 5px 0 0;
    padding: 0;
    display: inline-block;
    font-size: 16px;
    border: #e25e44 solid 2px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 34px
}

ul.team_social li a {
    color: #e25e44
}

ul.team_social li:hover,
ul.team_social li:hover a {
    background: #fff;
    color: #2f3440;
    border-color: #2f3440
}

.our_team .col-sm-5 {
    padding-right: 0;
    padding-left: 0;
    overflow: hidden;
    height: 328px
}

.our_team .col-sm-5 img {
    height: 100%;
    cursor: pointer;
    transition: all .5s ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.our_team .col-sm-6:hover .col-sm-5 img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.our_team .col-sm-5:before {
    content: '';
    position: absolute;
    cursor: pointer;
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
    box-shadow: 0 0 70px 200px rgba(0, 0, 0, .5);
    opacity: 0;
    transition: all .5s ease;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5)
}

.our_team .col-sm-4:hover .col-sm-5:before {
    z-index: 9;
    opacity: 1;
    border: #fff solid 2px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.our_team .col-sm-4 {
    margin-top: 15px;
    margin-bottom: 15px
}

.team_box p {
    font-size: 15px;
    line-height: 26px
}

.team_box .readmore {
    font-size: 18px;
    margin-top: 20px;
    cursor: pointer;
    text-align: center
}

.class_schedule_bg {
    background: url(../images/dance-bg.png) #282e3c;
    position: relative
}

.class_schedule_bg:after,
.class_schedule_bg:before {
    content: '';
    background-size: 10px 5px;
    height: 5px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    z-index: 1;
    background-image: -webkit-linear-gradient(135deg, #fff 25%, transparent 25%), -webkit-linear-gradient(45deg, #fff 25%, transparent 25%);
    background-image: -moz-linear-gradient(135deg, #fff 25%, transparent 25%), -moz-linear-gradient(45deg, #fff 25%, transparent 25%);
    background-image: -ms-linear-gradient(135deg, #fff 25%, transparent 25%), -ms-linear-gradient(45deg, #fff 25%, transparent 25%);
    background-image: -o-linear-gradient(135deg, #fff 25%, transparent 25%), -o-linear-gradient(45deg, #fff 25%, transparent 25%);
    background-image: linear-gradient(315deg, #fff 25%, transparent 25%), linear-gradient(45deg, #fff 25%, transparent 25%)
}

.class_schedule_bg .heading {
    color: #fff;
    margin-bottom: 20px
}

.class_schedule_bg .heading_main p {
    color: #b1b1b1
}

.ch-item {
    width: 73%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    text-align: center;
    margin: 28px auto;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.ch-info {
    position: absolute;
    background: rgba(28, 34, 47, .7);
    width: 100%;
    height: inherit;
    border-radius: 50%;
    opacity: 0;
    top: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-backface-visibility: hidden;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%
}

.ch-info span {
    width: 1em;
    height: 1em;
    margin: auto !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 35px;
    color: #fff
}

.ch-info span:before {
    content: "+"
}

.ch-info p {
    color: #fff;
    padding: 10px 5px;
    margin: 116px 133px;
    font-size: 40px;
    position: absolute;
    cursor: pointer
}

.ch-item:hover {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1), 0 1px 2px rgba(0, 0, 0, .1)
}

.ch-item:hover .ch-info {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.dance_btn {
    background: #e25e44;
    font-size: 13px;
    font-family: Roboto;
    color: #fff;
    font-weight: 600;
    letter-spacing: .5px;
    padding: 4px 20px;
    text-transform: uppercase;
    position: absolute;
    bottom: 15%;
    right: -15px;
    transform: skewX(-15deg)
}

.dance_btn:hover {
    background: #1c222f;
    color: #fff
}

.dance_btn span {
    display: inline-block;
    transform: skewX(15deg)
}

.class_schedule_detail {
    padding: 55px 0
}

.class_schedule_detail .fa-angle-left {
    width: 35px;
    height: 35px;
    border: #fff solid 2px;
    font-size: 22px;
    color: #fff;
    line-height: 30px;
    border-radius: 50%
}

.class_schedule_detail .fa-angle-right {
    width: 35px;
    border: #fff solid 2px;
    font-size: 22px;
    color: #fff;
    line-height: 30px;
    border-radius: 50%
}

.class_schedule_detail .fa-angle-left:hover,
.class_schedule_detail .fa-angle-right:hover {
    background: #2f3440
}

.heading_border h3 {
    margin-bottom: 0
}

ul.detail_tab {
    margin: 30px 0 0;
    padding: 0;
    float: left;
    width: 100%
}

ul.detail_tab li {
    margin: 0 0 0 12px;
    padding: 0;
    display: inline-block
}

ul.detail_tab li a {
    padding: 8px 15px;
    font-size: 13.5px;
    font-weight: 600;
    margin-right: 0;
    display: inline-block;
    color: #2f3440;
    letter-spacing: 0;
    border-bottom: none;
    position: relative
}

ul.detail_tab li a:hover {
    border-color: #000
}

ul.detail_tab>li.active>a,
ul.detail_tab>li.active>a:focus,
ul.detail_tab>li.active>a:hover {
    border-color: #2f3440;
    border-bottom: none;
    background: #fff;
    color: #2f3440
}

.age {
    color: #b3b3b3
}

.detail_box .tab-content {
    border-top: #2f3440 solid 1px;
    display: inline-block;
    margin-top: -1px;
    padding-top: 15px;
    width: 100%
}

.detail_box .price {
    font-size: 17px;
    color: #000;
    font-weight: 500
}

.slot {
    color: #b3b3b3;
    font-size: 14px;
    margin-left: 10px
}

.detail_box .btn {
    width: 49%;
    line-height: 18px;
    padding-left: 0;
    padding-right: 0
}

.detail_box .wishlist {
    color: #000
}

.detail_box .wishlist:before {
    background: #fff
}

.detail_box h3 {
    margin-bottom: 25px
}

.detail_box iframe {
    width: 100%;
    height: 350px
}

.share a {
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 29px;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    margin-left: 1px;
    border: #e5e5e5 solid 1px;
    color: #343434
}

#st-1 {
    text-align: left !important
}

#st-1.st-has-labels .st-btn.st-remove-label {
    min-width: 30px !important;
    border-radius: 50% !important
}

svg {
    fill: #747272
}

#st-1 .st-btn[data-network=facebook] {
    background-color: #fff !important;
    border: #e5e5e5 solid 1px;
    border-radius: 50%
}

#st-1 .st-btn[data-network=twitter] {
    background-color: #fff !important;
    border: #e5e5e5 solid 1px;
    border-radius: 50%
}

#st-1 .st-btn[data-network=googleplus] {
    background-color: #fff !important;
    border: #e5e5e5 solid 1px;
    border-radius: 50%
}

#st-1 .st-btn[data-network=linkedin] {
    background-color: #fff !important;
    border: #e5e5e5 solid 1px;
    border-radius: 50%
}

#st-1 .st-btn {
    height: 34px !important
}

#st-1 .st-btn>svg {
    height: 18px !important;
    width: 18px !important;
    position: relative !important;
    top: 7px !important;
    vertical-align: top !important
}

.review_bg {
    border-top: #000 solid 1px;
    padding: 20px 0 50px
}

.rating {
    margin-bottom: 0
}

.rating_icon .fa {
    font-size: 14px;
    color: #ccc;
    margin-right: 3px
}

.rating_icon a {
    margin-left: 10px
}

#write_review {
    width: 100%;
    float: left
}

.review_bg .btn {
    padding: 7px 15px 5px;
    float: right;
    color: #fff;
    margin-bottom: -38px
}

.review_bg .btn:before {
    background: #fff
}

.review_bg .rating_icon .fa {
    font-size: 14px;
    color: #f7c000;
    margin-right: 3px
}

#write_review h5 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .5px
}

#write_review .btn {
    padding: 8px 35px 5px;
    float: left;
    margin-bottom: 15px
}

#write_review .submit {
    color: #fff;
    padding: 10px 35px
}

#write_review .submit:before {
    background: #e25e44
}

.reciew_data h5 {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0
}

.reciew_data {
    width: 100%;
    display: inline-block
}

.review_box {
    margin: 0;
    width: 100%;
    float: left;
    border-top: #e5e5e5 solid 1px
}

.review_box .rating_icon {
    margin-top: 0;
    margin-bottom: 15px;
    float: none
}

.review_box .title span {
    font-weight: 400;
    color: #9a9a9a;
    font-size: 13px;
    display: block
}

.review_box .title {
    font-size: 16px;
    color: #2f3440;
    font-weight: 500;
    margin-top: 0;
    text-align: left
}

.review_box .rev_img {
    float: left;
    width: 25%;
    padding: 15px 25px 15px 0
}

.review_box .img-circle {
    width: 60px;
    float: left;
    margin-right: 15px;
    margin-top: 5px
}

.review_box .review_data {
    float: left;
    width: 75%;
    border-left: #e5e5e5 solid 1px;
    padding: 15px 0 15px 25px
}

.review_box .review_data p {
    margin-bottom: 0;
    font-size: 14px
}

.review_box .rating_icon {
    margin-top: 0;
    float: none
}

.review_box .rating_icon .fa {
    font-size: 14px;
    margin-right: 4px
}

.address {
    padding: 20px;
    text-align: center;
    min-height: 385px;
    border: transparent solid 1px;
    border-top: transparent solid 2px;
    margin-top: 25px;
    transition: all 1s ease-in-out
}

.address:hover {
    background: #fafafa;
    border-color: #e5e5e5;
    border-top-color: #000
}

.address h4 {
    margin: 10px 0 25px;
    font-size: 22px;
    color: #000;
    text-align: center
}

.address hr {
    width: 100px;
    border-color: #000
}

.address h4 .fa {
    margin-right: 5px;
    font-size: 65px;
    display: block;
    margin-bottom: 30px
}

.address p {
    line-height: 27px;
    color: #636363;
    text-align: center;
    margin-bottom: 0
}

.address p .fa {
    width: 25px;
    line-height: 25px;
    background: #0a88c5;
    color: #fff;
    font-size: 12px;
    text-align: center;
    border-radius: 50%;
    margin-right: 5px
}

.imp-note {
    margin: 10px 0
}

.imp-note span {
    font-weight: 700;
    color: #000;
    font-size: 14px
}

.location a {
    border: #000 solid 1px;
    padding: 5px 25px;
    margin-top: 20px;
    display: inline-block;
    color: #000;
    text-transform: uppercase;
    transition: all 1s ease-in-out
}

.location a:hover {
    background: #000;
    color: #fff
}

.location .icons {
    margin-right: 5px
}

.imp-note img {
    width: auto
}

.icon-background1 {
    color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 80px;
    height: 80px
}

.top-heading {
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    color: #000
}

.top-heading p {
    font-size: 15px;
    text-align: center;
    font-weight: 400;
    color: #a5a5a5
}

.cart-sec {
    position: static
}

.cart_bg {
    padding: 50px 0
}

.cart_bg .heading_main {
    margin-bottom: 40px
}

.cart_main {
    border: #f1f1f1 solid 4px;
    width: 100%;
    display: inline-block
}

.cart_head_main {
    width: 100%;
    float: left;
    margin: 0;
    padding: 10px 15px;
    text-align: left;
    font-size: 16px;
    color: #2f3440;
    font-weight: 500;
    background: #fafafa;
    border-top: #f1f1f1 solid 1px;
    border-bottom: #f1f1f1 solid 1px
}

.cart_product {
    width: 57%;
    float: left
}

.cart_price {
    width: 15%;
    float: left;
    color: #000
}

.cart_qty {
    width: 15%;
    float: left
}

.cart_total {
    width: 13%;
    float: left;
    color: #000
}

.cart_body {
    width: 100%;
    float: left;
    margin: 0;
    padding: 25px 15px;
    text-align: left;
    border-bottom: #f1f1f1 solid 1px;
    font-size: 15px
}

.cart_img {
    width: 80px;
    float: left;
    margin-right: 15px
}

.cart_item {
    float: left;
    width: 78%
}

.cart_body .cart_item p.cart_title {
    font-size: 17px;
    color: #2f3440;
    font-weight: 500;
    margin-bottom: 10px
}

.cart_body .cart_item p.cart_title a {
    color: #2f3440
}

.cart_qty p {
    margin-bottom: 0
}

.remove {
    color: #797979;
    font-size: 12px;
    text-decoration: underline
}

.cart_body .cart_qty input {
    border: #eaeaea solid 1px;
    width: 85px;
    padding: 0;
    text-align: center;
    font-size: 18px
}

.cart_body .cart_item p {
    margin-bottom: 0;
    line-height: 19px;
    font-size: 12px
}

.order_summary {
    background: #fafafa;
    width: 100%;
    float: left;
    padding: 12px 0;
    border-bottom: #dcdcdc solid 1px
}

.order_summary .col-sm-4 {
    float: right
}

.subtotal_main {
    width: 100%;
    float: left;
    margin-bottom: 5px;
    font-size: 16px;
    color: #000
}

.subtotal_text {
    width: 60%;
    float: left
}

.subtotal_value {
    width: 40%;
    float: left
}

.total_main {
    border-top: #e8e5e3 solid 1px;
    float: left;
    width: 100%;
    margin: 10px 0 0;
    padding: 10px 45px;
    text-align: right
}

.order_summary h6,
.total_main h6 {
    font-family: Calibri;
    margin-top: 0;
    font-size: 20px
}

.total_main h6 span {
    text-transform: capitalize;
    margin-left: 50px
}

.continue {
    color: #fff !important;
    margin-right: 20px
}

.continue:before {
    background: #252525 !important
}

.continue:hover {
    background-color: #000
}

ul.nav-wizard {
    background-color: #f8f8f8;
    border: 1px solid #e5e5e5;
    padding: 0;
    position: relative;
    overflow: hidden
}

ul.nav-wizard:before {
    position: absolute
}

ul.nav-wizard:after {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 138px;
    height: 47px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    z-index: 11;
    content: " "
}

ul.nav-wizard li {
    position: relative;
    float: left;
    height: 46px;
    display: inline-block;
    text-align: center;
    padding: 0 30px 0 40px;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 46px;
    color: #fff
}

ul.nav-wizard li a {
    color: #333;
    padding: 0
}

ul.nav-wizard li a:hover {
    background-color: transparent;
    color: #000
}

ul.nav-wizard li:before {
    position: absolute;
    display: block;
    border: 24px solid transparent;
    border-left: 16px solid #e5e5e5;
    border-right: 0;
    top: -1px;
    z-index: 10;
    content: '';
    right: -16px
}

ul.nav-wizard li:after {
    position: absolute;
    display: block;
    border: 24px solid transparent;
    border-left: 16px solid #f8f8f8;
    border-right: 0;
    top: -1px;
    z-index: 10;
    content: '';
    right: -15px
}

ul.nav-wizard li.active {
    color: #fff;
    background: #2f3440
}

ul.nav-wizard li.active:after {
    border-left: 16px solid #2f3440
}

ul.nav-wizard li.active a {
    color: #fff
}

.checkout_form .icon,
.login_main .icon {
    position: absolute;
    padding: 10.5px 15px;
    color: #333;
    font-size: 17px;
    margin: 1px;
    border-right: #fff solid 2px;
    background: #efefef
}

.checkout_form .form-control,
.login_main .form-control {
    padding-left: 65px
}

.checkout_form,
.login_main {
    padding: 20px 0 5px;
    float: left;
    width: 100%
}

.login_box {
    width: 45%;
    float: left;
    padding-bottom: 20px
}

.tab-content .middle {
    float: left;
    border-left: #e8e8e8 solid 1px;
    width: 1px;
    padding: 16% 0;
    margin: 30px 40px 0
}

.tab-content .middle span {
    background: #efefef;
    margin-left: -17px;
    font-size: 15px;
    color: #000;
    font-style: italic;
    float: left;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50%;
    line-height: 31px
}

.sub_heading {
    letter-spacing: .5px;
    font-size: 17px;
    font-weight: 500;
    margin: 0 0 20px;
    text-transform: capitalize;
    color: #2f3440
}

.order_right {
    background: #fdfdfd;
    padding: 15px;
    width: 100%;
    float: left;
    margin-top: 46px;
    letter-spacing: 0;
    border: #f1f1f1 solid 4px;
    display: inline-block
}

.order_right h4 {
    margin: 0 0 15px;
    font-size: 25px
}

.order_title {
    font-size: 25px;
    color: #2f3440;
    text-align: left;
    padding: 0;
    margin-bottom: 20px
}

.order_title span {
    margin-left: 10px;
    font-size: 13px;
    color: #636363;
    font-family: Roboto;
    letter-spacing: 0
}

.order_title a {
    font-size: 12px;
    color: #636363;
    float: right;
    text-transform: capitalize;
    margin-top: 3px;
    letter-spacing: 1px
}

.product_order_main {
    width: 100%;
    float: left;
    margin: 0 0 20px;
    max-height: 290px;
    overflow: auto
}

.product_order {
    width: 96%;
    float: left;
    margin: 0 0 10px;
    border-bottom: #e5e5e5 solid 1px;
    padding-bottom: 10px;
    color: #2f3440;
    font-weight: 500
}

.product_order .pro_img {
    float: left;
    width: 75px;
    border: #e5e5e5 solid 1px;
    padding: 0
}

.product_order .pro_img img {
    width: 100%
}

.product_order .item {
    width: 66%;
    float: left;
    margin-left: 15px;
    line-height: 22px
}

.product_order .item p {
    margin-bottom: 0
}

.product_order_main::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 10px;
    background-color: #f5f5f5
}

.product_order_main::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5
}

.product_order_main::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #000
}

.order_confirmation .product_order_main {
    padding: 0 5px 0 20px;
    margin-bottom: 25px;
    text-align: left;
    width: 96%
}

.order_right ul {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%
}

.order_right ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    color: #2f3440;
    font-weight: 500;
    line-height: 30px
}

.order_right ul li span {
    float: right;
    color: #2f3440
}

.order_right ul li .disc {
    color: #ff3b7b
}

.order_right .es_total {
    font-size: 15px;
    color: #2f3440;
    font-weight: 600;
    border-top: #e5e5e5 solid 1px;
    margin-top: 5px;
    padding-top: 5px
}

.order_right .es_total span {
    font-size: 19px
}

.order_right .es_total p {
    font-size: 11px;
    color: #777;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 0
}

.order_right .offer_code {
    padding-top: 15px;
    margin-top: 15px;
    display: inline-block;
    width: 100%
}

.order_right .offer_code .form-control {
    width: 175px;
    float: left
}

.order_right .offer_code .apply {
    width: 85px !important;
    transform: skewX(0) !important;
    margin: 0 !important
}

.order_right .offer_code .btn {
    width: 95%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 25px
}

.order_right .offer_code .btn .fa {
    font-size: 11px
}

.order_right .offer {
    font-size: 13px;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 0
}

.payment {
    padding-top: 0 !important;
    font-size: 14px;
    color: #636363
}

.payment .nav-tabs>li input[type=radio] {
    float: left;
    margin-right: 8px
}

.payment .nav-tabs {
    background: #f2f2f2;
    border: #e2e2e2 solid 1px;
    border-top: none
}

.payment .nav-tabs>li>a {
    border: none;
    margin: 0;
    text-transform: capitalize;
    padding: 13px 15px
}

.payment .nav-tabs>li>a .fa {
    margin-right: 8px
}

.payment .nav-tabs>li.active>a,
.payment .nav-tabs>li.active>a:focus,
.payment .nav-tabs>li.active>a:hover {
    border: none;
    background: 0 0;
    color: #fff
}

.payment .nav-tabs>li.active {
    background: #2f3440;
    color: #fff
}

.payment .nav-tabs>li.active:before {
    position: absolute;
    display: block;
    border: 23px solid transparent;
    border-left: 27px solid #2f3440;
    border-right: 0;
    top: 0;
    z-index: 10;
    content: '';
    right: -27px
}

.payment .nav-tabs>li input[type=radio] {
    margin-top: 6px
}

.payment .tab-pane {
    display: none
}

.payment .tab-pane.active {
    display: block
}

.payment .form-control {
    padding-left: 15px
}

.payment .nav-tabs>li {
    width: 100%;
    border-top: #e2e2e2 solid 1px;
    margin: 0
}

.payment .payment_right {
    padding: 0 30px
}

.payment .payment_left {
    padding-left: 0
}

.payment .pay_using {
    border-bottom: #e5e5e5 dashed 1px;
    padding-bottom: 10px;
    margin-bottom: 15px
}

.payment .pay_using img {
    width: auto;
    height: 30px;
    margin-left: 8px
}

#credit form {
    background: #f2f2f2;
    padding: 15px 0;
    border-radius: 5px;
    display: inline-block
}

.billing_main {
    width: 100%;
    float: left;
    margin: 25px 0 0
}

.billing_main h5 {
    margin: 0 0 25px;
    padding-bottom: 10px;
    border-bottom: #e5e5e5 solid 1px
}

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

.veryfy_order {
    border: #e5e5e5 solid 1px;
    width: 100%;
    float: left;
    margin-bottom: 15px
}

.veryfy_order .v_left {
    width: 35%;
    float: left;
    padding: 20px 70px 20px 20px
}

.veryfy_order .v_left .form-control {
    margin-top: 10px;
    padding-left: 15px
}

.veryfy_order .v_left img {
    height: 45px
}

.veryfy_order .v_right {
    width: 65%;
    float: left;
    background: #f8f8f8;
    padding: 28px 20px 28px 40px;
    position: relative
}

.veryfy_order .v_right:before {
    position: absolute;
    display: block;
    border: 85px solid transparent;
    border-right: 30px solid #e5e5e5;
    border-left: 0;
    top: -1px;
    z-index: 10;
    content: '';
    left: -30px
}

.veryfy_order .v_right:after {
    position: absolute;
    display: block;
    border: 85px solid transparent;
    border-right: 30px solid #f8f8f8;
    border-left: 0;
    top: -1px;
    z-index: 10;
    content: '';
    left: -29px
}

.modal-content .sub_heading {
    color: #000;
    text-transform: inherit
}

.modal-content input[type=radio] {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 10px
}

.modal-body .icon {
    position: absolute;
    padding: 12.5px 15px;
    color: #2f3440;
    font-size: 18px;
    border-right: #fff solid 2px;
    background: #efefef
}

.modal-body .form-control {
    padding-left: 65px
}

.modal-body .btn {
    width: 97%
}

#login .create {
    margin-bottom: 15px
}

.login_main {
    border: #2f3440 solid 4px;
    border-top: none;
    padding: 25px 25px 10px;
    margin: auto;
    font-size: 15px;
    position: relative
}

.login_main .middle {
    float: left;
    border-bottom: #e8e8e8 solid 1px;
    width: 100%;
    margin: 0 0 25px;
    text-align: center
}

.login_main .middle span {
    background: #fff;
    font-size: 14px;
    color: #797979;
    font-style: italic;
    text-align: center;
    border-radius: 50%;
    padding: 0 15px;
    display: inline-block;
    position: relative;
    bottom: -13px
}

.facebook {
    display: inline-block;
    width: 100%;
    background: #fff;
    border: #c5c3c3 solid 1px;
    border-radius: 5px;
    margin: 15px 0 0
}

.google_plus {
    float: right;
    width: 100%;
    background: #fff;
    border: #c5c3c3 solid 1px;
    border-radius: 5px
}

.facebook img {
    padding: 4px;
    vertical-align: middle;
    width: 30px;
    margin: 5px 0 5px 5px;
    border-radius: 5px;
    float: left;
    background: #3b5998
}

.google_plus img {
    background: #de4c34;
    padding: 4px;
    vertical-align: middle;
    width: 30px;
    margin: 5px 0 5px 5px;
    border-radius: 5px;
    float: left
}

.email {
    display: inline-block;
    width: 100%;
    background: #fff;
    border: #c5c3c3 solid 1px;
    border-radius: 5px
}

.email img {
    background: #fff;
    padding: 0;
    vertical-align: middle;
    width: 30px;
    margin: 5px 0 5px 5px;
    border-radius: 5px;
    float: left
}

.guest {
    display: inline-block;
    width: 100%;
    background: #fff;
    border: #c5c3c3 solid 1px;
    border-radius: 5px;
    margin-top: 15px
}

.guest img {
    background: #e9e9e9;
    padding: 0;
    vertical-align: middle;
    width: 30px;
    margin: 5px 0 5px 5px;
    border-radius: 5px;
    float: left
}

.twitter img {
    background: #109ed4;
    padding: 4px;
    vertical-align: middle;
    width: 29px;
    margin: 6px 0 6px 5px;
    border-radius: 5px;
    float: left
}

.email a,
.email a:hover,
.facebook a,
.facebook a:hover,
.google_plus a,
.google_plus a:hover,
.guest a,
.guest a:hover,
.twitter a,
.twitter a:hover,
.whatsapp a,
.whatsapp a:hover {
    color: #2f3440;
    font-size: 15px;
    display: block;
    text-align: center;
    line-height: 40px
}

.forgot_margin {
    margin-left: 29% !important
}

.main_login_box h2 {
    text-align: center;
    margin-bottom: 0;
    background: #2f3440;
    color: #fff;
    font-size: 20px;
    padding: 10px 0;
    position: relative;
    float: left;
    width: 100%
}

#login h2 .icons,
#register h2 .icons {
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: #5a5a5a solid 1px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #5a5a5a;
    margin-bottom: 8px
}

.login_main .btn.btn:hover {
    background: linear-gradient(#2c3548, #0e1219)
}

.load .facebook a {
    width: 100% !important
}

.forgot,
.login_here {
    display: inline-block;
    text-decoration: underline;
    color: #15c;
    font-size: 16px
}

.create .middle {
    margin-bottom: 15px
}

.create .middle span {
    font-style: normal
}

.create .btn:before {
    background: linear-gradient(#fff, #d2d2d2);
    border: #bfbebe solid 1px
}

.create .btn:hover {
    background: linear-gradient(#2c3548, #0e1219)
}

.create .btn {
    color: #1c222f
}

.login_main .btn {
    width: 100%;
    max-width: 330px;
    padding-left: 0;
    padding-right: 0;
    text-transform: inherit;
    font-size: 15px;
    color: #fff;
    background-color: #e25f45
}

.login_main .btn.btn {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-transform: inherit;
    font-size: 15px;
    color: #fff;
    background-color: #e25f45
}

.main_login_box {
    width: 400px;
    margin: auto
}

.left_menu {
    margin: 0;
    float: left;
    width: 100%;
    padding: 0;
    background: #fafafa;
    border: #f1f1f1 solid 1px
}

.left_menu ul {
    margin: 0;
    padding: 0
}

.left_menu ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    border-bottom: #f1f1f1 solid 1px;
    text-align: center
}

.left_menu ul li:last-child {
    border-bottom: none
}

.left_menu ul li a {
    color: #333;
    font-size: 15px;
    padding: 35px 0;
    font-weight: 500;
    display: block;
    border-top: transparent solid 4px
}

.left_menu ul li a:hover {
    background: #eaeaea;
    color: #000;
    text-decoration: none;
    border-top-color: #252525
}

.left_menu ul li .icons {
    font-size: 32px;
    margin-bottom: 8px;
    display: block
}

.left_menu .active a {
    border-top: #252525 solid 4px;
    background: #eaeaea;
    color: #000
}

.right_box {
    padding: 20px;
    float: left;
    width: 100%;
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    min-height: 420px
}

.right_box:after {
    position: absolute;
    top: 27px;
    left: -14px;
    display: none;
    border-top: 14px solid transparent;
    border-left: 0 solid #fff;
    border-right: 14px solid #fff;
    border-bottom: 14px solid transparent;
    content: ""
}

.right_box:before {
    position: absolute;
    top: 26px;
    left: -15px;
    display: none;
    border-top: 15px solid transparent;
    border-left: 0 solid #fbe5e5;
    border-right: 15px solid #fbe5e5;
    border-bottom: 15px solid transparent;
    content: ""
}

.right_box h2 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 25px
}

.table_border .label {
    display: table-cell;
    font-weight: 400;
    text-align: left;
    padding-left: 15px;
    text-transform: uppercase;
    color: #333;
    font-size: 16px;
    line-height: 45px;
    background: #fafafa
}

.table_border .label .icons {
    margin-right: 15px;
    float: left;
    margin-top: 7px;
    font-size: 16px;
    color: #fff;
    background: #252525;
    padding: 7px
}

.table_border th {
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    border-top: none;
    background: 0 0;
    padding: 14px 25px
}

.table_border tbody td {
    border-bottom: 1px solid #dfdfdf !important;
    border-top: none !important;
    padding: 20px 17px !important;
    color: #777
}

.right_box .login_main {
    border: none;
    padding: 0
}

.profile_text {
    width: 72%;
    float: left
}

.profile_text p {
    color: #222;
    font-size: 16px
}

.profile_text p label {
    width: 90px;
    margin-bottom: 0
}

.profile_text .p_title {
    font-size: 19px;
    color: #000;
    font-weight: 700;
    margin-bottom: 20px;
    border-bottom: #f1f1f1 solid 1px;
    padding-bottom: 10px
}

.profile_text .p_title span {
    font-weight: 400;
    font-size: 13px;
    color: #636363;
    display: block
}

.right_box .img-circle {
    border: #e5e5e5 solid 1px;
    padding: 7px;
    width: 200px;
    height: 200px;
    float: left;
    margin-right: 30px
}

.edit_btn {
    font-size: 12px !important;
    font-family: Calibri;
    float: right;
    font-weight: 400;
    padding: 7px 15px 5px !important;
    margin-top: -1px !important;
    margin-bottom: 0 !important
}

.edit_btn:before {
    background: #fff !important
}

.edit_btn:hover {
    color: #fff !important;
    background: #000 !important
}

.edit_btn .fa {
    margin-right: 5px
}

.order_ac .panel-heading {
    border-left: #e25e44 solid 3px !important
}

.order_ac .panel-heading .o_title {
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize
}

.order_ac .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: transparent;
    padding: 0 18px;
    line-height: 1.9
}

.order_ac .total_main {
    padding: 12px 15px;
    margin-top: 0;
    margin-bottom: 10px;
    background: #fafafa;
    border-top: none;
    font-size: 14px;
    color: #000;
    font-weight: 700
}

.order_ac .total_main .O_date {
    color: #909090;
    font-size: 12px;
    font-weight: 400;
    float: left
}

.order_ac .cart_head_main {
    background: 0 0;
    border-top: none;
    padding-left: 0;
    padding-right: 0
}

.order_ac .cart_body {
    padding-left: 0;
    padding-right: 0
}

.instructor_box {
    background: #f8f8f8;
    font-size: 14px;
    padding: 40px;
    display: inline-block
}

.instructor_box_image {
    width: 205px;
    float: left;
    margin-right: 30px;
    max-height: 600px;
    overflow: hidden;
    text-align: center
}

.instructor_box_image img {
    width: auto;
    display: inline-block
}

.instructor_box h2 span {
    display: block;
    font-size: 13.5px;
    color: #909090;
    margin-top: 10px;
    letter-spacing: 1px
}

.instructirs_schedule {
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    border-top: #2f3440 solid 3px;
    padding: 35px 0 15px;
    margin-top: 0
}

.ins_schedule {
    background: #fdfdfd;
    border-top: #2f3440 solid 3px;
    padding: 25px 20px;
    margin-top: 10px;
    font-size: 15px;
    color: #777
}

.ins_schedule span {
    font-size: 14px
}

.ins_schedule .icons {
    font-size: 18px;
    margin-right: 10px;
    margin-top: 2px;
    float: left;
    color: #2f3440
}

.ins_schedule .sub_heading {
    font-size: 20px;
    color: #333
}

.experience {
    border-top: #2f3440 solid 3px;
    padding-top: 25px;
    margin: 30px 0
}

.h_margin {
    margin-bottom: 30px
}

.instructor_video {
    width: 75%;
    height: 385px;
    margin-top: 10px
}

.err_msg {
    color: red;
    font-size: 12px
}

.modal-open section {
    z-index: inherit
}

.back {
    display: none
}

.client_bg {
    display: none
}

.c-schedule {
    padding-top: 0;
    border-bottom: #4d525d solid 2px
}

.c-schedule:after,
.c-schedule:before {
    content: "";
    position: absolute;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 60px;
    background: #fff;
    display: none
}

#txt {
    float: right
}

#images {
    float: left
}

#onload_notification {
    width: 500px;
    padding: 25px 50px 0
}

#onload_notification img {
    width: auto;
    height: 45px;
    margin-bottom: 25px
}

#onload_notification .btn {
    padding: 8px 20px;
    font-size: 12px
}

#onload_notification .allow {
    color: #e25e44
}

#onload_notification .allow:before {
    background: #fff
}

#onload_notification p {
    font-size: 16px;
    color: #4a4a4a
}

#onload_notification .modal-footer {
    padding: 0 10px 0 0;
    border: none
}

.order_succesfull {
    text-align: center;
    color: #333;
    font-weight: 700;
    float: left;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px
}

.order_succesfull .o_head {
    margin-top: 15px;
    text-transform: capitalize
}

.thankyou_bg {
    padding: 110px 0 90px
}

.thank_text {
    font-family: Roboto;
    font-size: 16px;
    color: #000;
    text-align: center
}

.thank_text .head {
    font-size: 22px;
    font-weight: 500;
    margin: 15px 0
}

.thank_email {
    margin: 0 0 20px;
    width: auto;
    height: 100px
}

.back_home {
    background: 0 0;
    display: inline-block;
    margin-top: 20px;
    padding: 5px 35px;
    color: #2f3440;
    border-radius: 20px;
    border: #2f3440 solid 2px;
    font-size: 15px
}

.back_home:hover {
    background: #2f3440;
    color: #fff
}

.modal-header h4 {
    color: #2f3440;
    font-size: 18px;
    letter-spacing: .5px;
    font-weight: 500
}

.txt2 {
    color: #000;
    font-size: 15px;
    font-weight: 500
}

[type=radio]:checked,
[type=radio]:not(:checked) {
    position: absolute;
    left: -9999px
}

[type=radio]:checked+label,
[type=radio]:not(:checked)+label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #000
}

[type=radio]:checked+label:before,
[type=radio]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #000;
    border-radius: 100%;
    background: #fff
}

[type=radio]:checked+label:after,
[type=radio]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #000;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

[type=radio]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

[type=radio]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.credit {
    position: absolute;
    right: 0;
    font-size: 22px;
    padding: 14px 28px 14px 9px;
    border-left: 1px solid #dedede;
    color: #c3c0c0
}

.load .popup {
    top: 32px
}

.load .facebook {
    width: 32%;
    background: #3b5998;
    float: left;
    margin: 0 5px 0 0;
    border: none
}

.load .google_plus {
    width: 32%;
    background: #de4c34;
    float: left;
    margin-right: 5px;
    border-color: #de4c34
}

.load .twitter {
    width: 32%;
    background: #109ed4;
    float: left;
    margin-right: 5px;
    border-color: #109ed4;
    border-radius: 5px
}

.load .whatsapp {
    width: 32%;
    background: #25d366;
    float: left;
    border: #25d366 solid 1px;
    border-radius: 5px
}

.whatsapp img {
    background: #25d366;
    padding: 0;
    vertical-align: middle;
    width: 25px;
    margin: 7px 0 5px 7px;
    border-radius: 5px;
    float: left
}

.load .facebook a,
.load .google_plus a,
.load .twitter a,
.load .whatsapp a {
    color: #fff;
    width: 93%
}

.privacy_matter {
    font-size: 15px;
    width: 100%;
    display: inline-block;
    margin-top: 25px;
    line-height: 30px
}

.privacy_matter .sub_heading {
    margin-top: 30px;
    margin-bottom: 12px
}

.press_main {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    margin-top: 25px
}

.press_main p {
    color: #6b6b6b;
    font-size: 14px;
    margin-bottom: 0
}

.press_main .sub_heading {
    font-size: 20px
}

.press_main .date {
    font-family: Roboto;
    font-size: 15px;
    color: #585857;
    font-weight: 400;
    margin-bottom: 15px
}

.press_heading {
    font-family: Roboto;
    font-size: 23px;
    color: #3c3c3b;
    font-weight: 300;
    line-height: 38px;
    text-transform: uppercase;
    text-align: justify;
    letter-spacing: 1px;
    margin-bottom: 25px
}

.press_main .press_matter {
    background: #f5f5f5;
    padding: 15px;
    min-height: 303px
}

.press_matter .btn {
    padding: 9px 25px;
    margin-top: 15px
}

.press_main iframe {
    width: 100%;
    height: 230px
}

.press_main .press_matter.press_content {
    min-height: 75px;
    line-height: 1.5
}

.press_main .press_matter h3 {
    font-size: 22px
}

.press_matter a {
    color: #e25e44;
    font-weight: 500
}

.press_main .press_matter.press_content p {
    margin-bottom: 0
}

ul.news_ul {
    padding: 0;
    margin: 0 0 15px
}

ul.news_ul li {
    clear: both;
    padding: 0;
    margin: 0 0 10px;
    list-style: none;
    letter-spacing: .5px;
    display: inline-block;
    width: 25%;
    float: left
}

ul.news_ul li a {
    color: #2f3440;
    font-weight: 700;
    text-decoration: underline
}

.news_article {
    margin-bottom: 15px
}

.news_article a {
    background: #f5f5f5;
    padding: 20px;
    display: block
}

.flash_mob_main {
    margin-top: 15px;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%
}

.flash_mob_main .col-sm-5 {
    padding: 0
}

.flash_mob_main .flash_mob {
    padding: 20px;
    background: #f5f5f5;
    min-height: 197px
}

.flash_mob .btn {
    padding: 6px 15px;
    margin-top: 5px;
    font-size: 12px
}

.flash_mob h4 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px
}

.flash_mob p {
    font-size: 14px
}

.flash-mob-booking-detail {
    font-size: 14px;
    background: #f5f5f5;
    padding: 30px;
    display: inline-block
}

.flash-mob-booking-detail h2 {
    line-height: normal
}

.flash-mob-booking-detail .col-sm-12 {
    padding: 0;
    margin-bottom: 20px
}

.flash_booking_form {
    background: #f5f5f5;
    padding: 0 30px 30px
}

.flash_booking_form .instructirs_schedule {
    padding-top: 20px
}

.e_date {
    color: #e25e44;
    border-bottom: #9c9c9c dashed 1px;
    margin-bottom: 20px;
    padding-bottom: 10px
}

.more-info {
    color: #fff;
    font-size: 11px;
    text-decoration: underline;
    letter-spacing: 1px
}

.more-info:hover {
    color: #fff;
    text-decoration: underline
}

.breadcrumb .col-sm-12 {
    padding-left: 5px;
    padding-right: 5px
}

.note {
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
    font-style: italic;
    padding: 1px 13px;
    background: #2f3440;
    transform: skewX(-15deg);
    display: inline-block;
    position: relative;
    bottom: -13px
}

.new_social li {
    background: #dedada;
    color: #000;
    border-radius: 50% 50%;
    height: 30px !important;
    width: 30px !important
}

.new_social li i {
    font-size: 15px;
    margin-top: 7px
}

.new_social li:hover {
    background: #fff !important;
    color: #eee !important;
    border: 1px solid #eee !important
}

.new_social li:hover a {
    color: #000 !important
}

.btn-black:before {
    background-color: #2f3440 !important
}

.etc-share,
.th_sharemain {
    position: absolute;
    background: #fff;
    border-radius: 3% 3%;
    box-shadow: 0 0 4px #fff;
    margin-top: -105px;
    width: 420px;
    margin-left: 51px;
    line-height: 42px;
    display: none;
    z-index: 9
}

.etc-share::after,
.th_sharemain:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 10px solid #fff;
    position: absolute;
    top: 75px;
    left: -10px
}

.etc-share .head,
.th_sharemain .head {
    margin: 13px 5px 5px;
    font-size: 12px;
    text-align: left;
    padding: 0;
    line-height: 9px
}

.etc-share img,
.th_sharemain img {
    width: 30px
}

.etc-share span,
.th_sharemain span {
    font-size: 12px;
    vertical-align: middle
}

.header-etc,
.th_sharemain {
    z-index: 10000;
    margin: 0;
    margin-top: 10px;
    margin-left: -105px;
    background: #efefef;
    border: 1px solid #eee;
    line-height: 42px
}

.header-etc::after,
.th_sharemain:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #efefef;
    position: absolute;
    top: -14px;
    left: 112px
}

.header-popup {
    border: 1px solid #eee
}

.header-etc .head {
    color: #000
}

.etc-classes {
    z-index: 100;
    left: 0;
    margin-left: -150px;
    margin-top: 8px;
    background: #efefef
}

.etc-classes::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #efefef;
    position: absolute;
    top: -14px;
    left: auto;
    right: 92px
}

.etc-classes a {
    width: auto;
    height: auto;
    border: none
}

.top-newslatter {
    font-size: 11px;
    letter-spacing: 1px;
    color: #fff;
    padding: 6px 13px;
    background: #2f3440;
    transform: skewX(-15deg);
    display: inline-block;
    margin-left: 10px
}

.top-newslatter:hover {
    color: #fff;
    background: #e25e44
}

.share a:hover {
    background: #eee;
    color: #2f3440
}

.news_margin {
    margin-bottom: 0
}

.loader {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    background: rgba(255, 255, 255, .75)
}

#contact_us_form sup {
    font-size: 100%;
    color: #e25e44;
    top: -.3em
}

.no_items {
    padding: 50px 0;
    font-size: 21px;
    text-align: center;
    font-weight: 300
}

.no_items .fa {
    margin-right: 10px
}

#location .heading {
    font-size: 25px
}

#location div#alert_scroll {
    display: none;
}

.th_sharemain {
    margin-left: 0;
    margin-top: 0;
    top: 15px
}

.th_sharemain:after {
    left: inherit;
    right: 70px;
    top: 95%;
    transform: rotate(60deg)
}

.flash_mob_bg .press_main p {
    margin-bottom: 12px
}

.cl_full {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding: 10px 15px;
    border-radius: 5px;
    box-shadow: 0 2px 3px #aaa;
    background: #2f3440;
    text-align: center;
    width: 35%;
    margin: auto;
    font-size: 15px;
    color: #fff
}

.press_main .row {
    margin-bottom: 30px
}

body p {
    word-break: break-word
}

.instructor_box {
    width: 100%
}

.ch-item img {
    height: 311px;
    width: 311px;
    width: 100%;
    height: 100%
}

.checkout_form textarea:focus {
    min-height: 65px !important
}

.checkout_form textarea .icon {
    border-color: #2f3440;
    outline: 0;
    padding: 17px 15px !important
}

.class_schedule_detail .item.active iframe {
    height: 400px
}

.blog#content .container {
    padding-top: 35px
}

.privacy_matter p a {
    color: #e25e44;
    font-weight: 500
}

header .dropdown-content .btn:hover {
    background: linear-gradient(#2c3548, #0e1219)
}

header.schedule-header {
    padding: 0
}

.newsletter .btn:hover {
    background: linear-gradient(#2c3548, #0e1219);
    border: 1px solid #1c222f
}

.btn.chckout:hover,
.btn.contactsbt:hover,
.detail_box .btn:hover,
.order_right .offer_code .btn:hover,
.our_team .footer .btn:hover,
.video_instagram .btn:hover {
    background: linear-gradient(#2c3548, #0e1219)
}

.successfully-sec {
    text-align: center;
    background-color: #f7f7f773;
    padding-top: 115px;
    padding-bottom: 65px
}

.proceed-btn {
    background-color: #eee;
    border: 0;
    font-weight: 500;
    padding: 8px 20px;
    margin-top: 14px;
    font-size: 14px
}

.check-icon {
    height: 50px;
    background-color: #71b15a;
    display: inline-block;
    border-radius: 50%;
    line-height: 30px;
    width: 50px;
    line-height: 52px;
    font-size: 32px;
    color: #fff;
    margin-bottom: 9px
}

.successfully-sec h4 {
    color: #71b15a;
    font-weight: 600;
    margin-bottom: 10px
}

.successfully-sec p {
    font-size: 15px;
    line-height: 25px;
    color: grey
}

.etc-share.text-left.etc-class {
    position: absolute;
    right: 0;
    left: 0;
    margin-top: 20px !important;
    top: unset;
    margin: 0 auto
}


#venmo_instructions .modal-body {
    position: relative;
    padding: 15px;
    max-height: 430px;
    overflow-x: hidden;
    overflow-y: scroll;
}

#venmo_instructions .modal-dialog {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    margin: auto 0 !important;
}


.desktop_only {
    display: block;
}

.mobile_only {
    display: none;
}

@media only screen and (max-width:320px) {
    #venmo_instructions .modal-body {
        position: relative;
        padding: 15px;
        max-height: 350px;
        overflow-x: hidden;
        overflow-y: scroll;
    }

    #venmo_instructions .modal-dialog {
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%) !important;
        margin: auto 0 !important;
    }

    .desktop_only {
        display: none;
    }

    .mobile_only {
        display: block;
    }
}

@media only screen and (min-width:321px) and (max-width:767px) {

    #venmo_instructions .modal-body {
        position: relative;
        padding: 15px;
        max-height: 430px;
        overflow-x: hidden;
        overflow-y: scroll;
    }

    #venmo_instructions .modal-dialog {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) !important;
        margin: auto 0 !important;
        width: 90%;
    }

    .desktop_only {
        display: none;
    }

    .mobile_only {
        display: block;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    #venmo_instructions .modal-dialog {
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%) !important;
        margin: auto 0 !important;
    }

    #venmo_instructions .modal-body {
        position: relative;
        padding: 15px;
        max-height: 430px;
        overflow-x: hidden;
        overflow-y: scroll;
    }
}


@media only screen and (max-width:480px) {
    .img-circle {
        height: 110px !important;
        width: 110px !important
    }

    .etc-share.text-left.etc-class {
        width: 90% !important;
        top: 73% !important
    }

    .share .etc-share::after {
        left: auto !important;
        right: 24% !important
    }


}

@media screen and (max-width:500px) {
    header ul.social_media li .dropdown-menu {
        max-width: 480px;
        width: 100%;
        min-width: unset
    }
}

.class_schedule_bg {
    background: url(../images/dance-bg.png) #282e3c
}

.dropdown:hover .dropdown-menu {
    display: block
}

.invalid-feedback {
    color: red;
    font-size: 12px
}

.invalid-feedback strong {
    font-weight: 400
}

.actual_cost {
    text-decoration: line-through;
    color: #789
}

.price1 {
    font-size: 18px;
    margin: 0 2px
}

@media screen and (max-width:1370px) {
    .class_schedule_detail .item.active iframe {
        width: 100%;
        height: 350px
    }
}

@media screen and (max-width:1320px) {
    .class_schedule_detail .item.active iframe {
        width: 100%;
        height: 50vh;
        max-height: 300px
    }

    .detail_box iframe {
        width: 100%;
        height: 50vh;
        max-height: 300px
    }
}

@media screen and (min-width:1026px) and (max-width:1280px) {
    header ul.social_media li .dropdown-menu {
        padding-left: 0
    }
}

@media screen and (max-width:1025px) {
    .etc-classes::after {
        right: 10%
    }

    .share .etc-share {
        position: absolute;
        right: 0;
        margin-top: 51px !important
    }
}

@media screen and (max-width:767px) {
    #images {
        float: unset
    }

    .detail_box {
        text-align: left
    }

    #txt {
        float: unset
    }

    .offer {
        display: none
    }

    .schedule-header .offer {
        display: block
    }

    #private-lessons .thead .cost {
        font-size: 7px;
        height: 57px
    }

    #private-lessons .thead p.actual_cost {
        margin: 0
    }

    .detail_box iframe {
        height: 158px
    }

    .copyright {
        padding-top: 30px
    }

    .etc-share.text-left.etc-class {
        left: 0
    }

    .th_sharemain {
        top: -25px;
        right: 28px
    }

    .tdays {
        color: red;
        font-size: 10px;
        margin-bottom: 0px;
    }

    .heading_bottom {
        font-family: Roboto;
        font-size: 15px;
        color: #2f3440;
        line-height: 20px !important;
        letter-spacing: 0px !important;
        font-weight: 300;
        margin-bottom: 15px;
    }
}

@media screen and (min-width:735px) {
    .offer {
        display: block
    }
}

@media screen and (min-width:768px) {
    .schedule-header .offer {
        display: none
    }

    .press_main .press_matter.press_content {
        margin-bottom: 30px
    }
}

.etc-class {
    z-index: 100;
    left: 0;
    background: #efefef;
    margin: 0 auto;
    left: 0
}

.etc-class a {
    width: auto;
    height: auto;
    border: none
}

.etc-class::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #efefef;
    position: absolute;
    top: -14px;
    left: auto;
    right: 28%
}

.courses_table .stockFull a {
    background: none !important;
    color: #fff;
    text-transform: capitalize !important;
    padding: 0px 0px !important;
    display: inline-block;
    margin-bottom: 2px;
    transition: all 1s sease-in-out;
    transform: skewX(-15deg);
}

.heading_bottom a {
    color: #e25e44;
}

.venmo_instruction_list {
    list-style-type: decimal;
    padding-left: 15px;
}

ul.venmo_instruction_list li {
    margin-top: 15px;
}


.modal-backdrop.in {
    z-index: 999 !important;
}

.boldstyle {
    font-weight: bold;
}

.underlinefont {
    text-decoration: underline;
    cursor: pointer;
}

#venmo_instructions img.img-responsive {
    border: 1px solid;
}



.main_login_box h1 {
    text-align: center;
    margin-bottom: 0;
    background: #2f3440;
    color: #fff;
    font-size: 20px;
    padding: 10px 0;
    position: relative;
    float: left;
    width: 100%;
}

.detail_box h1 {
    margin-bottom: 25px;
    font-size: 25px;
}

.instructor_box_image h1 {
    font-size: 30px;
}

.sub_heading_venmo {
    font-size: 11px;
    text-align: center;
    text-transform: none;
}


.tabsforinstructions .btn {
    margin-top: -3px;
    margin-left: -4px;
    padding: 14px 70px;
    transform: skewX(0);
    border: #e25f45 solid 1px;
    transition: unset;
    margin: 15px;
}

.tabsforinstructions .btn:hover {
    background: linear-gradient(#2c3548, #0e1219);
    border: 1px solid #1c222f;
}

.btn.selected-anroid,
.btn.selected-iphone {
    background: linear-gradient(#2c3548, #0e1219);
    border: 1px solid #1c222f;
}

@media only screen and (min-width: 701px) {

    .img_class {
        width: 25%;
        float: left;
    }

    .name_class {
        width: 75%;
        padding-left: 5px;
        text-align: left;
    }
}

@media only screen and (max-width: 700px) {
    .img_class {
        width: 30%;
        float: left;
    }

    .name_class {
        width: 70%;
        padding-left: 5px;
        text-align: left;
    }
}

@media screen and (max-width:767px) {
    button.btn.iphone {
        padding: 14px 76px !important;
    }

    .privacy_matter h1 {
        font-size: 25px;
    }

    .privacy_matter ol {
        width: 100%;
        float: left;
        padding-left: 15px;
    }
}