@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Regular.woff') format('woff'),
    url('../fonts/OpenSans-Regular.ttf') format('truetype'),
    url('../fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-SemiBold';
    src: url('../fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-SemiBold.woff') format('woff'),
    url('../fonts/OpenSans-SemiBold.ttf') format('truetype'),
    url('../fonts/OpenSans-SemiBold.svg#OpenSans-SemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Bold.woff') format('woff'),
    url('../fonts/OpenSans-Bold.ttf') format('truetype'),
    url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    outline: none !important;
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
}

a {
    color: #00928f;
    text-decoration: none !important;
}
p a:hover{
    color: #016b69;
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}
.open-sans-regular{
    font-family: 'OpenSans-Regular' !important;
}
.open-sans-semi-bold{
    font-family: 'OpenSans-SemiBold' !important;
}
.open-sans-bold{
    font-family: 'OpenSans-Bold' !important;
}
.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.main {
    flex: 1;
    position: relative;
}

@media all and (-ms-high-contrast: none) {
    .main {
        flex-basis: auto;
    }

    /* IE10 */
    *::-ms-backdrop, .main {
        flex-basis: auto;
    }

    /* IE11 */
}

body {
    font-size: 16px;
    color: #666;
    line-height: 1.7;
    position: relative;
    overflow-x: hidden;
    font-family: 'OpenSans-Regular';
}

body h1, body h2, body h3, body h4, body h5, body h6 {
    line-height: 1.3;
    color: #141414;
}

ul, ol {
    margin-bottom: 0 !important;
}

.bg-green {
    background-color: #00928f !important;
}

.bg-green-dark {
    background-color: #006f6d !important;
}

.text-green {
    color: #00928f !important;
}

.text-white {
    color: #fff !important;
}

.text-black {
    color: #333131 !important;
}

.bg-white {
    background-color: #fff !important;
}

.full-width {
    float: left;
    width: 100%;
}

.bg-orange {
    background-color: #f79646 !important;
}

.bg-gray {
    background-color: #f2f2f2;
}

.p-1 {
    padding: 35px 0 !important;
}
.p-2 {
    padding: 50px 0 !important;
}

.mb-1 {
    margin-bottom: 15px !important;
}

.mb-2 {
    margin-bottom: 25px !important;
}

.mb-3 {
    margin-bottom: 50px !important;
}

.mb-4 {
    margin-bottom: 70px !important;
}

.mt-1 {
    margin-top: 15px !important;
}
.mt-8px {
    margin-top: 8px !important;
}

.mt-2 {
    margin-top: 25px !important;
}

.mt-3 {
    margin-top: 50px !important;
}

.mt-4 {
    margin-top: 70px !important;
}

.pb-1 {
    padding-bottom: 15px !important;
}

.pb-2 {
    padding-bottom: 25px !important;
}

.pb-3 {
    padding-bottom: 50px !important;
}

.pb-4 {
    padding-bottom: 70px !important;
}

.pt-1 {
    padding-top: 15px !important;
}

.pt-2 {
    padding-top: 25px !important;
}

.pt-3 {
    padding-top: 50px !important;
}

.pt-4 {
    padding-top: 70px !important;
}

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

.btn {
    font-family: 'OpenSans-SemiBold';
    font-size: 18px;
    color: #fff;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.wrapper .btn-sm {
    font-size: 14px !important;
    padding: 5px 20px;
}

.btn-green {
    background-color: #00928f;
    border: 1px solid #00928f;
    color: #fff;
    padding: 8px 32px;
}

.btn-green:hover,
.btn-green:focus {
    color: #00928f;
    background-color: #fff;
}

.gp-btn-outline {
    border: 1px solid #fff;
    padding: 8px 32px;
    background-color: transparent;
}

.gp-btn-outline:hover,
.gp-btn-outline:focus {
    border-color: #df8636;
    color: #df8636;
    background-color: #fff;
}

.btn-orange {
    border: 1px solid #f79646;
    padding: 8px 32px;
    background-color: #f79646;
}

.btn-orange:hover,
.btn-orange:focus {
    color: #f79646;
    background-color: #fff;
}

.btn-green-gradient {
    color: #fff !important;
    padding: 8px 32px;
    border-color: #0d4442 #0b5453 #040f0f;
    /*box-shadow: 0 1px 0 rgba(255,255,255,.4) inset;*/
    background: #00928f;
    background: -webkit-linear-gradient(top,#09aeab,#065a58);
    background: linear-gradient(to bottom,#09aeab,#065a58);
}

.btn-green-gradient:hover,
.btn-green-gradient:focus {
    background: #008380;
    background: -webkit-linear-gradient(top,#23c2be,#207e7b);
    background: linear-gradient(to bottom,#23c2be,#207e7b);
}

.btn-buynow {
    color: #000 !important;
    padding: 8px 32px;
    border-color: #a88734 #9c7e31 #846a29;
    box-shadow: 0 1px 0 rgba(255,255,255,.4) inset;
    background: #f4d078;
    background: -webkit-linear-gradient(top,#f7dfa5,#f0c14b);
    background: linear-gradient(to bottom,#f7dfa5,#f0c14b);
}

.btn-buynow:hover,
.btn-buynow:focus {
    background: #f1c860;
    background: -webkit-linear-gradient(top,#f5d78e,#eeb933);
    background: linear-gradient(to bottom,#f5d78e,#eeb933);
}

.btn-orange-gradient {
    color: #fff !important;
    padding: 8px 32px;
    border-color: #ce772f #c57838 #7e4f27;
    /*box-shadow: 0 1px 0 rgba(255,255,255,.4) inset;*/
    background: #f4d078;
    background: -webkit-linear-gradient(top,#fbc192,#c97732);
    background: linear-gradient(to bottom,#fbc192,#c97732);
}

.btn-orange-gradient:hover,
.btn-orange-gradient:focus {
    background: #f1c860;
    background: -webkit-linear-gradient(top,#fcc496,#cf8950);
    background: linear-gradient(to bottom,#fcc496,#cf8950);
}

.btn-danger {
    background-color: #b92c28 !important;
    background-image: none !important;
    border: 1px solid #b92c28 !important;
    color: #fff;
    padding: 8px 32px;
    box-shadow: none !important;
}

.btn-danger:hover,
.btn-danger:focus {
    color: #b92c28 !important;
    background-color: #fff !important;
}

.btn-mr-right .btn {
    margin: 0 15px 0 0;
}

.main-web-btn {
    float: left;
    padding: 8px 0;
    margin: 0 20px 0 0;
}

.main-web-btn a {
    font-family: 'OpenSans-SemiBold';
    font-size: 14px;
    padding: 3px 16px;
}

.main-web-btn .btn-green:hover,
.main-web-btn .btn-green:focus {
    border-color: #fff;
}

.contact-info {
    float: left;
}

.contact-info ul li {
    display: inline-block;
    list-style: none;
    color: #fff;
    line-height: 45px;
    position: relative;
}
.contact-info ul li,
.contact-info ul li a {
    color: #fff;
    font-size: 14px;
}

.contact-info ul li i {
    margin: 0 8px 0 0;
}

.contact-info ul li:after {
    content: "|";
    margin: 0 10px;
    color: #fff;
}

.contact-info ul li:last-child:after {
    display: none;
}

.login-links {
    float: left;
}

.login-links ul li {
    display: inline-block;
    list-style: none;
    color: #fff;
    line-height: 45px;
    position: relative;
}

.login-links ul li a {
    color: #fff;
    font-size: 14px;
}

.login-links ul li a:hover,
.login-links ul li.active a,
.login-links ul li a:focus {
    color: #0a3524;
}

.login-links ul li i {
    margin: 0 8px 0 0;
}

.login-links ul li::after {
    content: "/";
    margin: 0 7px;
    color: #fff;
    display: inline-block;
    position: relative;
    top: 1px;
    left: 2px;
}

.login-links ul li:last-child:after {
    display: none;
}

.top-search-cart-links {
    margin: 0 0 0 8px;
}

.top-search-cart-links li {
    float: left;
    margin: 0 0 0 1px;
    list-style: none;
}

.top-search-cart-links li a {
    padding: 0 15px;
    line-height: 46px;
    display: block;
    color: #fff;
    position: relative;
}

.top-search-cart-links li a .badge {
    position: absolute;
    top: 8px;
    right: 4px;
    font-size: 11px;
    width: 18px;
    height: 18px;
    border-radius: 50px;
    display: inline-block;
    padding: 0;
    line-height: 18px;
    background-color: #f79646;
}

.top-search-cart-links li .dropdown-backdrop,
.quick-menu .dropdown .dropdown-backdrop {
    display: none;
}

.login-links ul li .quick-menu .dropdown-menu li {
    line-height: normal;
    display: inline-block;
    width: 100%;
}

.quick-menu .dropdown-menu {
    margin: 0;
    left: auto;
    right: 0;
    border-radius: 0;
    width: 200px;
    padding: 5px;
}

.quick-menu .dropdown-menu li {
    border-bottom: 1px solid #eee;
}

.quick-menu .dropdown-menu li:last-child {
    border-bottom: none;
}

.quick-menu .dropdown-menu li a {
    padding: 5px;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.quick-menu .dropdown-menu li a:hover,
.quick-menu .dropdown-menu li.active a {
    color: #fff;
    background-color: #00928f;
    background-image: none;
}

.guest-links {
    line-height: 46px;
    color: #fff !important;
    text-transform: capitalize;
}

.middle-header {
    padding: 10px 0;
}

.top-ad-banner .img-responsive {
    width: 728px;
    height: 90px;
}
.logo {
    margin: 12px 0 0 0;
}
.navigation {
    border-radius: 0;
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1) inset;
}

.navigation .navbar-nav li {
    margin: 0 46px 0 0;
}

.navigation .navbar-nav ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 210px;
    list-style: none;
    z-index: 99;
    background-color: #fff;
    padding: 3px;
    border: 1px solid rgba(0, 0, 0, .15);
    display: none;
}

.navigation .navbar-nav li:hover ul {
    display: block;
}

.navigation .navbar-nav ul li {
    float: left;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #eee;
}

.navigation .navbar-nav ul li:last-child {
    border-bottom: none;
}

.navigation .navbar-nav ul li a {
    display: block;
    padding: 5px 8px;
    color: #000 !important;
    text-transform: uppercase;
    font-size: 14px;
}

.navigation .navbar-nav ul li a:hover {
    background-color: #00928f;
    color: #fff !important;
}

.navigation .navbar-nav ul li:after {
    display: none;
}

.navigation .navbar-nav li:last-child {
    margin: 0;
}

.navigation .navbar-nav li a {
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
    padding: 10px 0;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.navigation .navbar-nav li:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    left: 0;
    background-color: #00928f;
    height: 3px;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.navigation .navbar-nav li:hover:after,
.navigation .navbar-nav li.active-link:after {
    width: 100%;
}

.navigation .navbar-nav li:hover a,
.navigation .navbar-nav li.active-link a {
    color: #00928f;
}

.navigation .navbar-nav li span.fa {
    position: absolute;
    top: 5px;
    right: 0;
    width: 30px;
    height: 30px;
    color: rgba(0, 0, 0, .4);
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    cursor: pointer;
    display: none;
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.pb-0{
    padding-bottom: 0 !important;
}
.pt-0{
    padding-top: 0 !important;
}
.banner {
    padding: 50px 0;
    background: url("../images/banner.jpg");
    background-size: cover;
}
.banner .container{
    position: relative;
}
.banner-graphic{
    position: absolute;
    bottom: -50px;
    right: 0;
    width: 40%;
}
.banner-graphic img{
    width: 70%;
}
.ceo-exp {
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 14px;
    color: #fff;
    font-family: OpenSans-SemiBold;
    line-height: normal;
}
.banner-caption-text h3 {
    margin: 0;
}

.banner-caption-text h1 {
    font-size: 80px;
    margin: 10px 0 30px 0;
    line-height: 67px;
}

.banner-caption-text h1,
.banner-caption-text h3 {
    color: #fff;
}

.banner-caption-text p {
    font-size: 30px;
    line-height: normal;
    margin: 0 0 30px 0;
}

.call-to-action {
    padding: 20px 0;
}

.call-to-action-inner {
    padding: 0 6%;
}

.call-to-action .ct-action-text {
    margin: 6px 0 0 0;
}

.tip-boxes-wrp {
    padding: 50px 0;
}

.tip-boxes {
    float: left;
    width: 25%;
    background-color: #00b8b5;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.tip-boxes:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.tip-boxes a {
    color: #fff;
    padding: 70px 25px;
    display: block;
}

.tip-boxes a h4 {
    color: #fff;
}

.tip-boxes:nth-child(2) {
    background-color: #00a3a0;
}

.tip-boxes:nth-child(3) {
    background-color: #006f6d;
}

.tip-boxes:nth-child(4) {
    background-color: #00928f;
}

.up-coming-classes {
    padding: 50px 0 0 0;
}

.table-text-vertical td {
    vertical-align: middle !important;
}

.section-title-center {
    margin: 0 0 35px 0;
    text-align: center;
}

.section-title-center.text-left {
    text-align: left;
}

.section-title-center.text-left header:after {
    left: 0;
    bottom: -10px;
    margin-left: 0;
}

.section-title-center.text-right {
    text-align: right;
}

.section-title-center header {
    display: inline-block;
    position: relative;
    color: #006f6d;
    font-size: 36px;
    line-height: normal;
    font-family: 'OpenSans-Bold';
}
.section-title-center header a{
    color: #006f6d;
}

.section-title-center header:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -75px;
    bottom: -20px;
    width: 150px;
    height: 1px;
    background-color: #00928f;
}

.section-title-center.no-bottom-line header:after {
    display: none;
}

.up-coming-classes-text p {
    margin-bottom: 20px;
}

.latest-blog {
    padding: 40px 0;
}

.blog-post {
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
}

.post-header {
    float: left;
    width: 100%;
    margin: 0 0 5px 0;
    line-height: normal;
}

.date-box {
    float: left;
    width: 70px;
    text-align: center;
    margin: 6px 0 0 0;
}

.date-year {
    background-color: #00928f;
    color: #fff;
    padding: 3px 5px;
    line-height: normal;
    font-size: 12px;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
}

.date-day {
    font-size: 22px;
    color: #fff;
    position: relative;
    background-size: 100%;
    height: 39px;
    width: 100%;
    background: url("../images/bg-date.png") no-repeat;
}

.blog-post-widget article .text {
    margin: 0 0 0 85px;
}

.blog-post .text {
    margin: 0 0 0 85px;
}

.blog-post .text h4 {
    margin: 0;
    font-size: 20px;
}

.blog-post .text h4 a {
    color: #141414;
    line-height: normal;
}

.blog-post .text h4 a:hover {
    color: #00928f;
}

.blog-post.post-widget .text h4 {
    font-size: 16px;
}

.post-author {
    line-height: normal;
}

.post-author a {
    color: #00928f;
}

.post-options {
    float: left;
    width: 100%;
    padding: 4px 0;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    margin: 14px 0 !important;
}

.post-options li {
    display: inline-block;
    margin: 0 15px 0 0;
    color: #f79646;
}

.post-options li a {
    color: #f79646;
}

.post-options li a:hover {
    color: #df8636;
}

.post-options li i {
    margin: 0 5px 0 0;
}

.read-more {
    color: #f79646;
}

.read-more:hover {
    color: #00928f;
}

.post-widget {
    padding: 10px;
    border-bottom: 1px solid #ececec;
}

.post-widget:first-of-type {
    border-top: 1px solid #ececec;
}

.post-widget:hover {
    background-color: #ececec;
}

.post-widget .post-header {
    margin: 0;
}

.latest-blog .btn-wrp {
    margin: 20px 0 0 0;
}

.blog-excerpt {
    max-height: 307px;
    overflow: hidden;
    padding: 1px;
    position: relative;
}
.blog-excerpt:after {
    content: "";
    position: absolute;
    z-index: 11;
    background: url("../images/shadow-detail.png") repeat-x bottom;
    bottom: 0;
    left: 0;
    height: 34px;
    width: 100%;
}

/*=========== Testimonials Start ===========*/
.testimonial-wrp {
    padding: 50px 0;
    background: url("../images/bg-testimonials.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.testimonial-inner {
    float: left;
    width: 100%;
}

.testimonial-inner .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    margin: 0 !important;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.testimonial-inner .owl-nav .owl-prev {
    float: left;
}

.testimonial-inner .owl-nav .owl-next {
    float: right;
}

.owl-theme.testimonial-inner .owl-nav [class*="owl-"],
.owl-theme.testimonial-inner .owl-nav [class*="owl-"]:hover {
    background-color: transparent;
    margin: 0;
    border-radius: 0;
    border: 1px solid #fff;
    width: 34px;
    height: 34px;
    cursor: pointer;
}

.testimonial-inner .owl-item .item {
    padding: 2% 13%;
}

.testimonial-inner .owl-item .item figure,
.testimonial-inner .owl-item .item .embed-responsive {
    margin: 0 0 10px 0;
}

.testimonial-inner .owl-item .item .check-list {
    margin: 0;
}

.testimonial-inner .owl-item .item .client-designation h4 {
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'OpenSans-Bold';
    letter-spacing: 1px;
    float: left;
    width: 100%;
    margin: 5px 0;
    color: #fff;
}

.testimonial-inner .owl-item .item .client-designation,
.testimonial-inner .owl-item .item .client-designation p {
    font-style: normal;
}

.testimonial-box {
    padding: 15px;
    height: 100%;
    border: 1px solid #e6e9ed;
}

.grid-columns [class*="col-"] {
    margin-bottom: 30px;
}

.owl-theme.testimonial-inner .owl-dots .owl-dot.active span,
.owl-theme.testimonial-inner .owl-dots .owl-dot:hover span {
    background: #f79646;
}

.section-title-center header.text-white:after {
    background-color: #fff;
}

.page-title {
    padding: 25px 0;
    background: url("../images/banner.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.page-title .title-text {
    margin: 40px 0 0 0;
    color: #fff;
    text-transform: capitalize;
    font-size: 60px;
    font-weight: 400;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.5);
}

.blog {
    padding: 30px 0;
}

.blog .blog-post {
    margin: 0 0 15px 0;
}
.blog-post .post-description{
    color: #000;
}
.testimonial-video {
    position: relative;
}
.testimonial-video span.btn{
    position: absolute;
    left: 50%;
    top:50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0.8;
}
.testimonials-by{
    letter-spacing: 1px;
}
.testimonial-category-box {
    float: left;
    width: 100%;
    height: 100%;
}
.testimonial-category-box a{
    display: block;
    padding: 25px;
    height: 100%;
    color: #333131;
    min-height: 297px;
    background-color: #e6e9ed;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.testimonial-category-box a:hover{
    background-color: #409391;
}
.testimonial-category-box:hover .text p,
.testimonial-category-box:hover .text h3{
    color: #fff;
}
.testimonial-category-box .text p,
.testimonial-category-box .text h3{
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.testimonial-category-box .text p{
    font-size: 18px;
}
.testimonial-category-box .text h3{
    font-size: 20px;
    margin: 0;
}
.wpl-hover{
    height:126px;
    width:161px;
    display:block;
    background-repeat:no-repeat;
    margin:15px auto 25px auto !important;
    text-align:center;
}
.testimonial-category-box .live-gp-classes-box-a{
    background:url("../images/block1.png") center top;
}
.testimonial-category-box .live-gp-classes-box-b{
    background:url("../images/block2.png") center top;
}
.testimonial-category-box .live-gp-classes-box-c{
    background:url("../images/block3.png") center top;
}
.testimonial-category-box .live-gp-classes-box-d{
    background:url("../images/block4.png") center top;
}
.testimonial-category-box .live-gp-classes-box-e{
    background:url("../images/block5.png") center top;
}
.testimonial-category-box .live-gp-classes-box-f{
    background:url("../images/block6.png") center top;
}
.testimonial-category-box .live-gp-classes-box-a,
.testimonial-category-box .live-gp-classes-box-b,
.testimonial-category-box .live-gp-classes-box-c,
.testimonial-category-box .live-gp-classes-box-d,
.testimonial-category-box .live-gp-classes-box-e,
.testimonial-category-box .live-gp-classes-box-f{
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.testimonial-category-box:hover .live-gp-classes-box-a,
.testimonial-category-box:hover .live-gp-classes-box-b,
.testimonial-category-box:hover .live-gp-classes-box-c,
.testimonial-category-box:hover .live-gp-classes-box-d,
.testimonial-category-box:hover .live-gp-classes-box-e,
.testimonial-category-box:hover .live-gp-classes-box-f{
    background-position:center bottom;
}
/*=========== Blog Sidebar Start ===========*/
.widget {
    float: left;
    width: 100%;
    margin: 0 0 40px 0;
}

.widget-title {
    display: inline-block;
    width: 100%;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    font-family: 'OpenSans-Bold';
}

.widget ul {
    list-style: none;
}

.widget-search form {
    position: relative;
}

.widget-search .form-control {
    height: 50px;
    border-radius: 0;
    background-color: #f6f6f6;
    box-shadow: none !important;
    border: none;
    padding-right: 40px;
    font-style: italic;
    color: #999;
}

.widget-search .btn-search {
    position: absolute;
    top: 0;
    right: 0;
    color: #898989;
    background-color: transparent;
    border: none;
    width: 40px;
    height: 50px;
}

.widget-categories ul li {
    display: inline-block;
    width: 100%;
    border-bottom: 1px dotted #cdcdcd;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    position: relative;
    cursor: pointer;
}

.widget-categories ul li a {
    color: #666;
    position: relative;
    padding: 0 0 0 13px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.widget-categories ul li a:before {
    content: "\f0da";
    position: absolute;
    left: 0;
    top: 1px;
    font-family: 'FontAwesome';
}
.category-name.show a:before{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.widget-categories ul li a:hover {
    color: #00928f;
}

.widget-categories ul li span {
    float: right;
}
.widget-categories ul ul{
    display: none;
    padding: 10px 0 0 20px;
    border-top: 1px dotted #ddd;
}
.widget-categories ul li.show ul{
    display: block;
}
.widget-categories ul ul li a{
    padding: 0;
}
.widget-categories ul ul li a:before{
    display: none;
}
.widget-categories ul ul li:last-child{
    margin: 0;
    padding: 0;
    border-bottom: none;
}

.widget-recent-posts ul li {
    display: inline-block;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    line-height: normal;
}

.widget-recent-posts ul li:last-child {
    border-bottom: none;
    padding: 0;
    margin: 0;
}

.widget-recent-posts ul li a {
    color: #141414;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.widget-recent-posts ul li a:hover {
    color: #00928f;
}

.widget-recent-posts ul li time {
    display: inline-block;
    width: 100%;
    color: #999;
    margin: 8px 0 0 0;
}
.post-categories .panel-title{
    font-size: 16px;
}
.post-categories .panel-title a{
    padding-right: 0;
    padding-left: 0;
}
.post-categories .panel-body{
    padding: 0;
}
.post-categories .panel-body ul{
    list-style: none;
}
.post-categories .panel-body ul li a{
    display: block;
    color: #666;
    position: relative;
    padding: 5px 0 5px 25px;
}
.post-categories .panel-body ul li a:before {
    content: "\f101";
    position: absolute;
    left: 12px;
    top: 8px;
    font-family: 'FontAwesome';
    font-size: 12px;
}
.post-categories .panel-body ul li a span{
    float: right;
}
.post-categories .panel-title a span{
    float: right;
}
.post-categories.panel-group .panel,
.post-categories.panel-group .panel-body{
    border-right:none;
    border-left:none;
}
.post-categories.panel-group .panel + .panel {
    margin-top: -1px;
}
.post-categories .more-less {
    float: left;
    width: 15px;
    margin: 3px 0 0 0;
}
.post-categories .panel-default .panel-heading{
    background-color: transparent;
}

/*=========== Blog Detail Page Start ===========*/
.blog-detail .post-description {
    color: #000;
    word-wrap: break-word;
}

.post-description img{
    display: block;
    max-width: 100%;
    height: auto;
}

.blog-detail .post-description a {
    color: #00928f;
}

.post-description a:hover,
.blog-detail .post-description a:hover{
    color: #006f6d !important;
}

.comments-wrp {
    margin: 10px 0 0 0;
}

.comment-heading {
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 0 25px 0;
    color: #000;
    font-family: 'OpenSans-Bold';
}

.comment-row {
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    border-bottom: 1px dashed #ccc;
}

.comment-row figure {
    float: left;
    width: 70px;
    height: 70px;
    padding: 3px;
    border: 1px solid #ddd;
}

.comment-row figure img {
    width: 100%;
    height: 100%;
}

.comment-row .text {
    margin: 0 0 0 90px;
}

.comment-date-title {
    margin: 0 0 10px 0;
}

.comment-date-title h5 {
    float: left;
    color: #000;
    text-transform: uppercase;
    font-family: 'OpenSans-Bold';
    margin: 0 18px 0 0;
}

.comment-date-title time {
    float: left;
    position: relative;
    font-size: 13px;
    color: #888;
    padding: 0 0 0 13px;
    line-height: normal;
}

.comment-date-title time:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 4px;
    height: 4px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #ccc;
}

.form-post-comment {
    margin: 25px 0;
}

.form-post-comment .comment-heading {
    margin: 0 0 7px 0;
}

.comment-tagline {
    margin: 0 0 30px 0;
}

.blog-detail .post-options span {
    display: inline-block;
    margin: 0 10px 0 0;
    color: #999;
}

.blog-detail .post-options.social-share li a {
    color: #4c4e4b;
    font-size: 18px;
}

.blog-detail .post-options.social-share li a:hover {
    color: #006f6d;
}

.post-description ul li {
    margin: 5px 0;
}

.post-description ol li {
    margin: 5px 0;
}
.post-description ol,
.post-description ul{
    padding: 0 0 0 40px;
}

/*=========== From Style Start ===========*/
.form-wrp .form-group {
    height: 80px;
    float: left;
    width: 100%;
}

.form-wrp .form-control {
    border-radius: 0;
    border-color: #dbdbdb;
    box-shadow: none;
    height: 44px;
    background-color: #f7f7f7;
}

.form-wrp .form-control.datepicker {
    padding: 6px 12px;
}

.form-control.error {
    color: #D8000C;
    border-color: #D8000C;
}

.form-wrp .form-group label.error {
    color: #D8000C;
    font-weight: normal;
    font-size: 14px;
    line-height: 12px;
    margin: 4px 0 0 0;
    float: left;
    width: 100%;
}
.form-wrp .form-group label.control label.error{
    line-height: normal;
}

.select {
    position: relative;
    height: 44px;
}

.select:after {
    content: "";
    position: absolute;
    top: 1px;
    right: 5px;
    width: 25px;
    height: 42px;
    pointer-events: none;
    background: url("../images/select-arrow.png") #f7f7f7 no-repeat center;
}

.select select.form-control {
    padding-right: 29px;
}

.form-wrp select.form-control {
    background-color: #f7f7f7 !important;
    outline: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-wrp select.form-control:focus {
    outline: none !important;
}

.form-wrp select.form-control option {
    padding: 5px 12px;
}

.form-wrp .form-group label {
    font-weight: 400;
    color: #333131;
}

span.required {
    color: #db0000;
}

.form-wrp .form-group.autoheight {
    height: auto;
}

.form-wrp .btn {
    font-size: 16px;
}

.form-control.textarea {
    height: 150px;
}

.form-control.autoheight {
    height: auto;
}

input[type=text],
input[type=email],
input[type=password],
textarea {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

/*========Custom Checkbox and radio buttom style=================*/

.control {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font-weight: normal;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control__indicator {
    position: absolute;
    top: 5px;
    left: 0;
    height: 18px;
    width: 18px;
    background: #fff;
    border-radius: 3px;
    border:1px solid #999;
}

.control--radio .control__indicator {
    border-radius: 50%;
}

.control input:checked ~ .control__indicator {
    background: #00928f;
    border-color: #00928f;
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
    background: #00928f;
}

.control input:disabled ~ .control__indicator {
    background: #cbc9c9;
    opacity: 0.6;
    pointer-events: none;
}

.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.control input:checked ~ .control__indicator:after {
    display: block;
}

.control--checkbox .control__indicator:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
}

.control--radio .control__indicator:after {
    left: 50%;
    top: 50%;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #fff;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.control--radio input:disabled ~ .control__indicator:after {
    background: #7b7b7b;
}

/*========Custom Checkbox and radio buttom style End=================*/

/*=========== Health Check Page Start ===========*/
.health-check-wrp {
    padding: 20px 0;
}

.check-list {
    list-style: none;
    margin: 20px 0;
}

.check-list li {
    position: relative;
    padding: 0 0 0 25px;
}

.check-list li:before {
    content: "\f00c";
    position: absolute;
    top: 2px;
    left: 0;
    color: #419391;
    font-family: 'FontAwesome';
}

.download-health-guide p {
    margin-bottom: 0;
}

.download-health-guide i {
    color: #419391;
    margin: 0 5px 0 0;
}

.download-health-guide a {
    color: #419391;
}
.img-right {
    float: right;
    width: 40%;
    margin: 0 0 6px 15px;
}
.img-left {
    float: left;
    width: 40%;
    margin: 0 15px 6px 0;
}

/*=========== Books Page Start ===========*/
.books-wrp {
    padding: 15px 0 0 0;
}

.current-book-edition {
    padding: 35px 0;
    background: url("../images/bg-current-book.png") no-repeat center;
    background-size: 100% auto;
}

.book-box {
    float: left;
    width: 100%;
}
.book-thumbnail{
    padding: 5px;
    border: 1px solid #ddd;
}
.book-box img {
    display: inline-block;
    height: 200px;
}

.book-box .btn {
    padding: 8px 18px;
    font-size: 14px;
}

.btn-mr-center .btn {
    margin: 0 3px;
}

.testimonial-inner .check-list li {
    margin: 0 0 15px 0;
    line-height: normal;
}

.testimonial-inner .check-list li:before {
    color: #fff;
}

.testimonial-wrp.bg-books {
    background: url("../images/bg-classes-testimonials.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/*=========== Book Detail Page Start ===========*/
.book-detail-inner {
    position: relative;
}

.book-detail-inner .author-img {
    position: absolute;
    bottom: -46px;
    right: 0;
    z-index: -1;
    width: 250px;
}

.over-flow-hidden {
    overflow: hidden;
}

.book-detail-inner figure {
    float: left;
    width: 180px;
}

.book-detail-inner .text {
    margin: 0 0 0 200px;
    padding: 0 250px 0 0;
}
.book-detail-inner.book-in-cart .text {
    padding: 0;
}
.book-detail-inner .text h2,
.book-detail-inner .text h3{
    margin-top: 0;
}

.book-detail-inner .text ul {
    list-style: none;
}

.book-detail-inner .text ul li {
    display: inline-block;
    width: 100%;
    margin: 3px 0;
    padding: 0 0 0 25px;
    position: relative;
}

.book-detail-inner .text ul li a {
    color: #00928f;
}

.book-detail-inner .text ul li a:hover {
    color: #006f6d;
}

.book-detail-inner .text ul li:before {
    content: "\f02e";
    position: absolute;
    top: 2px;
    left: 0;
    color: #225956;
    font-family: 'FontAwesome';
}

/*=========== Live Class Page Start ===========*/
.lessons-point {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
}

.lessons-point figure {
    float: left;
    width: 98px;
    height: 98px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    background-color: #efefef;
    line-height: 92px;
}

.lessons-point h3 {
    margin: 0 0 8px 0;
}

.lessons-point .text {
    margin: 0 0 0 115px;
}

.custom-v1 .table > thead > tr > td,
.custom-v1 .table > thead > tr > th {
    background-color: #dedede;
    color: #333c48;
    padding: 13px 8px;
}

.custom-v1 .table.table-bordered,
.custom-v1 .table > tbody > tr > td,
.custom-v1 .table > tbody > tr > th,
.custom-v1 .table > tfoot > tr > td,
.custom-v1 .table > tfoot > tr > th,
.custom-v1 .table > thead > tr > td,
.custom-v1 .table > thead > tr > th {
    border: 1px solid #ccc;
}

.custom-v1 .table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #eaeaea;
}

.custom-v1 .table {
    margin: 0;
}

.custom-v2 .table > thead > tr > td,
.custom-v2 .table > thead > tr > th {
    background-color: #00928f;
    color: #fff;
    padding: 13px 8px;
}

.custom-v2 .table.table-bordered,
.custom-v2 .table > tbody > tr > td,
.custom-v2 .table > tbody > tr > th,
.custom-v2 .table > tfoot > tr > td,
.custom-v2 .table > tfoot > tr > th,
.custom-v2 .table > thead > tr > td,
.custom-v2 .table > thead > tr > th {
    border: 1px solid #e0e0e0;
}

.custom-v2 .table-striped > tbody > tr {
    background-color: #fafafa;
}

.custom-v2 .table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #f4f4f4;
}

.custom-v1 .table {
    margin: 0;
}

.download-section {
    position: relative;
    background: url("../images/denver-class-medrez-new.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.download-section:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.download-section .container {
    position: relative;
    z-index: 2;
}

.download-section .section-title-center header:after {
    display: none;
}

.download-section.training-sign-up {
    background: url("../images/bg-traning.jpg") no-repeat center center fixed;
}

.faq-section {
    padding-bottom: 160px !important;
}

.our-guarantee .section-title-center {
    margin: 0;
}

.our-guarantee .section-title-center header:after {
    display: none;
}

.our-guarantee figure {
    display: inline-block;
    margin: -170px 0 40px 0;
}

.our-guarantee .img-responsive {
    display: inline-block;
}
.live-class-details ul,
.live-class-details ol{
    padding-left: 15px;
}

/*=========== Accordians styles Start ===========*/
.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #e3e3e3;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #464646;
    background-color: #f4f4f4;
    border-color: #f4f4f4;
    background-image: none;
    -webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}

.panel-default > .panel-heading.active {
    padding: 0;
    border-radius: 0;
    color: #fff;
    background-color: #00928f;
    border-color: #00928f;
}

.panel-default.with-padding > .panel-heading {
    padding: 10px 15px;
}

.panel-default.with-padding > .panel-heading .panel-title > a {
    padding: 0;
}

.panel-title {
    font-size: 20px;
}

.panel-title > a {
    display: block;
    padding: 12px;
    position: relative;
    text-decoration: none;
}

.panel-title > a.faq-counter {
    padding: 12px 12px 12px 70px;
}

.collapse-num {
    width: 50px;
    height: 100%;
    background-color: #bababa;
    color: #fff;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 50px;
    -webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}

.panel-default > .panel-heading.active .collapse-num {
    background-color: #016b69;
}

.more-less {
    float: right;
    color: #464646;
    font-size: 16px;
    margin: 6px 3px 0 0;
}

.panel-default > .panel-heading.active .more-less {
    color: #fff;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #e3e3e3;
}

/*=========== Login Page Start ===========*/
.login-wrp .form-wrp {
    margin: 0;
}

.login-top-area h4 {
    color: #000;
    font-family: 'OpenSans-Bold';
    text-transform: uppercase;
}

.header-black {
    float: left;
    width: 100%;
    padding: 10px 20px;
    background-color: #000;
    color: #fff;
    margin: 0 0 15px 0;
}

.header-black h5 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
    font-family: 'OpenSans-SemiBold';
}

.has-error .help-block {
    margin: 0;
    line-height: normal;
    color: #D8000C;
    font-size: 14px;
}

.has-error .form-control {
    border-color: #D8000C;
    box-shadow: none !important;
}

.login-detail-area p {
    display: inline-block;
    width: 100%;
    margin: 0 0 31px 0;
}

.form-wrp input[type="radio"],
.form-wrp input[type="checkbox"] {
    margin: 8px 0 0 -20px;
}

/*=========== Pagination Style Start ===========*/
.pagination > li > a, .pagination > li > span {
    border: 1px solid #00928f;
    color: #00928f;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    border: 1px solid #00928f;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    background-color: #00928f;
    border: 1px solid #00928f;
    color: #fff;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #00928f;
    border: 1px solid #00928f;
}

/*=========== My Online Class Page Start ===========*/
.online-videos-wrp .online-video-thumb {
    float: left;
    width: 175px;
}

.online-videos-wrp .online-video-thumb figure {
    width: 100%;
}

.online-videos-wrp .text {
    margin: 0 0 0 195px;
}

.video-info-box h4 {
    position: relative;
    padding: 0 0 10px 0;
}

.video-info-box h4:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -64px;
    bottom: 0;
    width: 128px;
    height: 1px;
    background-color: #e6e6e6;
}

/*=========== Bootstrap Modal Style ===========*/
.modal-content {
    border-radius: 0;
}

/*=========== Bootstrap Filestyle Start ===========*/
.choose-file-wrp {
    position: relative;
}

.choose-file-wrp label.error {
    position: absolute;
    top: 100%;
    left: 0;
}

.bootstrap-filestyle .btn {
    border-radius: 0 !important;
    color: #fff !important;
}

.bootstrap-filestyle .btn-green:hover {
    background-color: #00928f !important;
    border-color: #00928f !important;
}

.bootstrap-filestyle .btn-orange:hover {
    background-color: #df8636 !important;
    border-color: #df8636 !important;
}

.bootstrap-filestyle.input-group {
    border: 1px solid #dbdbdb;
}

.bootstrap-filestyle.input-group .form-control {
    border: none;
}

.user-avatar {
    float: left;
    width: 100%;
    height: 235px;
    border: 1px solid #dbdbdb;
    padding: 10px;
    margin: 32px 0 0 0;
}

.user-avatar .img-responsive {
    display: inline-block;
    height: 100%;
}

/*=========== Bootstrap Select Style Start ===========*/
.bs-select {
    float: left;
    width: 100% !important;
}

.bs-select .btn {
    padding: 12px 10px;
    font-size: 13px;
    color: #555 !important;
    font-weight: normal !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-image: none;
    background-color: #f7f7f7 !important;
    border-color: #dbdbdb !important;
    box-shadow: none !important;
}
.bs-select .dropdown-menu.open {
    border: 1px solid #dbdbdb !important;
    margin: 0;
    border-radius: 0;
}
.bs-select .dropdown-menu.inner {
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    max-height: 280px !important;
}

.bootstrap-select.bs-select .dropdown-toggle:focus {
    outline: none !important;
}

.form-wrp .bs-select .form-control {
    height: auto !important;
}

.bs-select .dropdown-menu li.active a {
    background-image: none;
    background-color: #00928f !important;
}

.bs-select .dropdown-menu {
    padding: 0 !important;
    margin: 0 !important;
}

.bs-select .dropdown-menu li.dropdown-header {
    padding: 3px 15px;
    font-size: 16px;
    color: #000;
    font-family: 'OpenSans-SemiBold';
}

.bs-select .dropdown-menu li.divider {
    display: none;
}

.bs-select .dropdown-menu li a {
    padding: 3px 18px !important;
}

.bs-select .dropdown-menu li.selected a {
    color: #fff;
    background-color: #00928f !important;
    background-image: none !important;
}

/*=========== change Password Page Style Start ===========*/
.bg-box {
    padding: 10px 15px;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
}

.bg-box .form-control {
    background-color: #fff;
}

/*=========== Cart Style Start ===========*/
.search .dropdown-menu {
    left: auto;
    right: 0;
    width: 250px;
    padding: 5px;
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.search .dropdown-menu form {
    position: relative;
}

.search .dropdown-menu .form-control {
    border-radius: 0;
    border-color: #dbdbdb;
    box-shadow: none;
    background-color: #f7f7f7;
}

.btn-search {
    position: absolute;
    top: 1px;
    right: 1px;
    border: none;
    width: 35px;
    height: 32px;
}

/*=========== Contact Us Page Style Start ===========*/
.send-message-form{
    display: none;
}
.contact-box h4 {
    margin: 15px 0 10px 0;
    font-family: 'OpenSans-SemiBold';
}

.contact-box a {
    color: #666;
    display: block;
}

.icon-box figure {
    display: inline-block;
    width: 70px;
    height: 70px;
    text-align: center;
    background-color: #00928f;
    line-height: 70px;
    border-radius: 100%;
    font-size: 20px;
    color: #fff;
}

.no-data {
    background-color: #f2f7fa;
    border: 1px solid #409391;
    clear: both;
    color: #409391;
    padding: 5px 20px;
    text-align: center;
    display: inline-block;
    min-width: 150px;
    border-radius: 50px;
}

.no-data.center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*=========== About page Start ===========*/
.welcome-section .section-title-center {
    text-align: left;
    margin: 0 0 20px 0;
}

.welcome-section .section-title-center header:after {
    display: none;
}

.why-with-us .icon-box figure {
    width: 98px;
    height: 98px;
    line-height: 96px;
    background-color: #fff;
}

.our-facts-wrp {
    position: relative;
    padding: 40px 0 100px 0;
    background: url("../images/denver-class-medrez-new.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.our-facts-wrp:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.our-facts-wrp .container {
    position: relative;
    z-index: 2;
}

.our-facts {
    color: #fff;
}

.counter-value {
    font-size: 60px;
    font-family: 'OpenSans-Bold';
}

.our-facts span {
    font-size: 24px;
}

.our-qualities-box h4 {
    font-size: 36px;
    color: #727475;
    margin: 0 0 8px 0;
    font-family: 'OpenSans-Bold';
}

.our-qualities-box h4 span {
    color: #e3e3e3;
    margin: 0 10px 0 0;
}

/*=========== Alter Messages Start ===========*/
.alert {
    padding: 7px !important;
}

.alert .close {
    position: static !important;
    margin: 2px 0 0 0;
}

.alert-success {
    border-color: #369e5c !important;
    color: #369e5c !important;
    background-color: #e8f7ed !important;
    background-image: none !important;
}

.alert-danger {
    border-color: #d83945 !important;
    color: #d83945 !important;
    background-color: #fbdbde !important;
    background-image: none !important;
}

.alert-warning {
    border-color: #94780a !important;
    color: #94780a !important;
    background-color: #f9e69b !important;
    background-image: none !important;
}

.alert-info {
    border-color: #2f73c8 !important;
    color: #2f73c8 !important;
    background-color: #d9e7f9 !important;
    background-image: none !important;
}

.alert-default {
    border-color: #e6e8eb !important;
    color: #919191 !important;
    background-color: #f2f4f5 !important;
    background-image: none !important;
}

/*=========== Testimonials Page Start ===========*/
.testimonial-box h4 {
    margin: 0;
}

.testimonial-box h4 a {
    color: #141414;
}

.testimonial-box h4 a:hover {
    color: #00928f;
}

.testimonial-box p {
    margin: 0 0 3px 0;
}

.img-video-container {
    padding: 5px;
    border: 1px solid #ececec;
    margin: 0 0 15px 0;
}

/*=========== Online Class Page Start ===========*/
.class-packages ul.step-anchor li {
    width: 25%;
}

.class-packages ul.step-anchor li a {
    margin: 0;
    font-size: 23px;
}

.class-packages ul.step-anchor li a small {
    font-size: 16px;
}

.class-packages ul.step-anchor li:last-child a:after,
.class-packages ul.step-anchor li:last-child a:before {
    display: none;
}

.class-packages.sw-theme-arrows {
    border-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.class-packages ul.step-anchor {
    border-bottom-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.class-packages .sw-btn-group {
    float: left;
    width: 100%;
}

.class-packages .sw-btn-group .btn {
    font-size: 14px;
}

.class-packages .sw-btn-group .sw-btn-prev {
    float: left;
}

.class-packages .sw-btn-group .sw-btn-next {
    float: right;
}

.class-packages .step-content {
    padding: 0;
}

.packages-wrp [class*="col-"] {
    float: none;
    width: 24.7%;
    display: inline-block;
}

.no-padding {
    padding: 0 !important;
}

.class-instructor {
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #e6e9ed;
}

.class-instructor figure {
    float: left;
    width: 80px;
}

.class-instructor .text {
    margin: 0 0 0 90px;
    line-height: normal;
}
.class-instructor a{
    color: #666;
}
.class-instructor .text h4 {
    margin: 0 0 5px 0;
    font-family: OpenSans-SemiBold;
}

.view-full-outline a {
    background-color: #353535;
    border-radius: 0;
    font-size: 14px;
    padding: 12px 8px;
}

.view-full-outline a:hover,
.view-full-outline a:focus {
    color: #fff;
}

.panel-default.panel-pricing {
    border-color: #e6e9ed;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    overflow: hidden;
}

.panel-pricing.checked,
.panel-pricing:hover {
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
    transform: scale(1.07);
}

.panel-pricing .panel-heading {
    float: left;
    width: 100%;
    background-color: #f2f2f2;
    position: relative;
    padding: 30px 30px 50px 30px;
    margin: 0 0 55px 0;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.panel-pricing.checked .panel-heading,
.panel-pricing:hover .panel-heading {
    background-color: #409391;
}

.panel-pricing .panel-heading h3 {
    font-size: 25px;
    color: #3c3c3c;
    text-transform: capitalize;
    font-family: 'OpenSans-Bold';
    margin: 0 0 30px 0;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.panel-pricing.checked .panel-heading h3,
.panel-pricing:hover .panel-heading h3 {
    color: #fff;
}

.price-box {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 120px;
    height: 120px;
    background-color: #f2f2f2;
    border-radius: 100%;
    text-align: center;
    line-height: 24px;
    margin: 0 0 -60px -60px;
    border: 3px solid #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.panel-pricing.checked .price-box,
.panel-pricing:hover .price-box {
    background-color: #409391;
}

.panel-default.panel-pricing:hover {
    border-color: #409391;
}

.price-box .text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 5px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.panel-pricing.checked .price-box .text,
.panel-pricing:hover .price-box .text {
    color: #fff;
}

.price-box .text strong {
    font-size: 16px;
    font-family: 'OpenSans-Bold';
}

.panel-pricing .panel-footer {
    background-color: #f2f2f2;
    border-top-color: #e6e9ed;
    position: relative;
}

.panel-pricing .panel-footer input[type="radio"] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.panel-pricing .panel-footer .btn-choose {
    display: block;
    padding: 9px 7px;
    text-transform: capitalize;
    color: #3c3c3c;
    margin: 0;
    cursor: pointer;
    border: 1px solid transparent;
    border-color: #a88734 #9c7e31 #846a29;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.panel-pricing.checked .panel-footer .btn-choose,
.panel-pricing:hover .panel-footer .btn-choose {
    color: #fff;
    background-color: #409391;
}

.panel-pricing .panel-footer a.btn-choose,
.panel-pricing .panel-footer span.btn-choose {
    font-family: 'OpenSans-Bold';
}

.panel-pricing .panel-body h4 {
    font-size: 22px;
    font-family: 'OpenSans-Bold';
    text-transform: capitalize;
    color: #409391;
}

.panel-pricing .list-group {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.panel-pricing .list-group .list-group-item {
    border-right: none;
    border-left: none;
    padding: 5px;
}

.panel-pricing .list-group .list-group-item {
    color: #333131;
    border-color: #e6e9ed;
}

.panel-pricing .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-pricing .list-group .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.panel-pricing .list-group.no-border .list-group-item {
    border: none;
    padding: 3px 0;
}

.panel-pricing .list-group.no-border .list-group-item i {
    margin: 0 3px 0 0;
    color: #409391;
}

.featured-strip {
    position: absolute;
    top: 15px;
    left: -50px;
    width: 150px;
    background-color: #f79646;
    color: #000;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    font-family: 'OpenSans-SemiBold';
    text-transform: capitalize;
    font-size: 12px;
}

.class-packages.sw-theme-arrows .sw-toolbar {
    float: left;
    width: 100%;
    padding: 0;
}

.btn.disabled {
    border: 1px solid #cccccc !important;
    background-color: #cccccc !important;
    color: #666666 !important;
}
.btn.btn-orange-gradient.disabled,
.btn.btn-buynow.disabled{
    color: #000 !important;
    border-color: #a88734 #9c7e31 #846a29 !important;
}
.btn.btn-orange-gradient.disabled{
    color: #fff !important;
}

.class-packages.sw-theme-arrows .sw-toolbar .btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    min-width: 126px;
}

/*Features Tabs*/
.table-bordered.v-1 > thead > tr > th,
.table-bordered.v-1 > tbody > tr > th,
.table-bordered.v-1 > tfoot > tr > th,
.table-bordered.v-1 > thead > tr > td,
.table-bordered.v-1 > tbody > tr > td,
.table-bordered.v-1 > tfoot > tr > td {
    border: none;
    border-left: 1px solid #ddd !important;
}

.row-header {
    border-bottom: 1px solid #ddd !important;
}

.table-bordered.v-1 > thead > tr > th {
    background-color: #e6e9ed;
    color: #73879c;
}

.table-bordered.v-2 > thead > tr > th,
.table-bordered.v-2 > tbody > tr > th,
.table-bordered.v-2 > tfoot > tr > th,
.table-bordered.v-2 > thead > tr > td,
.table-bordered.v-2 > tbody > tr > td,
.table-bordered.v-2 > tfoot > tr > td {
    border: 1px solid #e6e9ed !important;
}

.table-bordered.v-2 > thead > tr > th {
    background-color: #e6e9ed;
    color: #73879c;
}

.table-bordered.v-2 > tbody > tr .thick-line {
    border-top: 3px solid #e6e9ed !important;
}

.table-bordered.v-2 > tbody > tr .discount {
    background-color: #e6e9ed !important;
    color: #000 !important;
}

.packages-header {
    float: left;
    width: 100%;
    padding: 15px;
    background-color: #353535;
    margin: 25px 0;
}

.packages-header h3 {
    color: #fff;
    font-size: 40px;
    font-family: 'OpenSans-SemiBold';
    margin: 0 0 5px 0;
}

.packages-header .text {
    color: #fff;
}

.packages-header .text strong {
    display: inline-block;
    width: 100%;
    color: #fff;
    font-family: 'OpenSans-SemiBold';
    font-size: 25px;
}

.select-course {
    display: inline-block;
}

.select-course figure {
    float: left;
    width: 80px;
}

.select-course .text {
    margin: 0 0 0 90px;
}

.checkbox label:before,
.checkbox label:after {
    top: 3px;
}

.checkbox label {
    line-height: normal !important;
}

.panel-default.gp-panel .panel-heading {
    padding: 6px 15px;
    background-color: #e6e9ed;
    font-size: 20px;
    color: #73879c;
    text-transform: capitalize;
    font-family: 'OpenSans-Bold';
}

.panel-default.gp-panel .panel-body .panel-heading {
    padding: 0;
    font-family: 'OpenSans-Regular';
}

.panel-default.gp-panel .panel-body .panel-heading .panel-title {
    color: #464646;
    font-size: 18px;
}

.panel-default.gp-panel .panel-body .panel-heading.active {
    color: #fff;
    background-color: #00928f;
}

.panel-default.gp-panel .panel-body .panel-heading.active a {
    color: #fff;
}

.panel-default.gp-panel .panel-body .panel-group {
    margin: 0;
}

.panel-default.gp-panel .panel-body .panel-title a.faq-counter {
    padding: 7px 7px 7px 50px;
}

.panel-default.gp-panel .panel-body .panel-title .collapse-num {
    width: 40px;
    line-height: 40px;
}

.feature-container {
    display: flex;
}

.package-feature {
    float: left;
    width: 100%;
    height: 100%;
}

.package-feature figure {
    float: left;
    width: 30px;
}

.package-feature .text {
    position: relative;
    margin: -5px 0 0 40px;
    padding: 0 0 0 28px;
    line-height: normal;
}

.package-feature .text:before {
    content: "\f00c";
    position: absolute;
    top: 6px;
    left: 1px;
    color: #a2a2a2;
    font-family: 'FontAwesome';
    background-color: #fff;
    width: 18px;
    height: 18px;
    border: 1px solid #a2a2a2;
    line-height: 16px;
    font-size: 10px;
    text-align: center;
    border-radius: 4px;
}
.package-body ul{
    font-size: 14px;
}
.package-body ul li p{
    font-size: 12px;
    color: #000;
}

.border-right {
    border-right: 1px solid #ddd;
}

.student-info {
    float: left;
    width: 100%;
    padding: 15px 25px 15px 15px;
    border: 1px solid #ededed;
    background-color: #f8f8f8;
}

.student-info h3 {
    margin: 0 0 20px 0;
    font-family: 'OpenSans-SemiBold';
}

.student-info h3 .add-student {
    float: right;
    font-size: 18px;
    color: #00928f;
    margin: 4px 0 0 0;
}

.add-more-student {
    position: relative;
}

.delete-link {
    margin: 40px 0 0 0;
    position: absolute;
    right: -3px;
}

.panel-default.gp-panel {
    border-color: #e6e9ed;
    box-shadow: none;
}

.panel-default.gp-panel .panel-heading .add-student {
    float: right;
    font-size: 12px;
    background-color: #00928f;
    padding: 5px 13px;
    color: #fff;
    border: 2px solid transparent;
}

.panel-default.gp-panel .panel-heading .add-student:hover {
    color: #00928f;
    background-color: #fff;
    border-color: #00928f;
}

.online-class-wrp .btn-wrp .btn {
    text-transform: uppercase;
}

.radio label {
    line-height: normal;
}

.radio label:before {
    top: 4px !important;
}

.radio label:after {
    top: 7px !important;
}

.bottom-shadow {
    box-shadow: 0 -4px 0px 0px #e6e9ed inset !important;
}

/*Checkout tab*/
.nav-tabs > li > a {
    color: #338a85 !important;
    border-radius: 0 !important;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #338a85 !important;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

/*-----Arrows Links-----*/
.arrow-links {
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    overflow: hidden;
}

.arrow-links ul {
    margin: 0;
}

.arrow-links ul li {
    float: left;
    width: 50%;
    position: relative;
    list-style: none;
}

.arrow-links ul li a {
    display: block;
    padding: 10px 0 10px 45px;
    color: #225956;
    background-color: #e6e9ed;
    line-height: normal;
}

.arrow-links ul li a span {
    font-size: 25px;
    display: block;
    width: 100%;
    font-family: 'OpenSans-Bold';
}

.arrow-links ul li:first-child a {
    padding-left: 15px !important;
}

.arrow-links ul li a:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    /* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    border-left: 30px solid #fff;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 3px;
    left: 100%;
    z-index: 1;
}

.arrow-links ul li a:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid #e6e9ed;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}

.arrow-links ul li.active a {
    color: #fff;
    background-color: #00928f;
}

.arrow-links ul li a:hover:after {
    border-left-color: #00928f !important;
}

.arrow-links ul li.active a:after {
    border-left: 30px solid #00928f !important;
}

.arrow-links ul li:last-child a:before,
.arrow-links ul li:last-child a:after {
    display: none;
}

.hide-section {
    display: none;
}

.title-shipping-to {
    margin: 0 0 20px 0;
    position: relative;
    font-size: 20px;
    color: #00928f;
}

.title-shipping-to::after {
    content: "";
    position: absolute;
    left: 0;
    width: 30px;
    height: 4px;
    background-color: #00928f;
    bottom: -10px;
}

/*=========== 404 page Start ===========*/
.error-template {
    background: url("../images/bg-404.png");
    margin: 100px auto;
    padding: 40px 15px;
}

.error-template h1,
.error-template h2 {
    font-size: 80px;
    font-family: 'OpenSans-Bold';
}

.error-template h2 {
    font-size: 40px;
}

.error-actions {
    margin: 15px 0;
}

.error-actions .btn {
    margin: 5px 10px;
}

.error-page-links {
    margin: 30px 0 0 0;
}

.error-page-links li {
    display: inline-block;
    margin: 0 9px;
}

.error-page-links li a {
    color: #006f6d;
    font-family: 'OpenSans-SemiBold';
}

.error-page-links li a:hover {
    text-decoration: underline !important;
}

.error-template.search-result {
    margin: 15px 0;
}

.error-template.search-result h2 {
    margin-top: 0;
}

.radio.card-type {
    padding: 0;
    margin: 0 10px 0 0;
    display: inline;
}

.radio.card-type label {
    padding: 0;
}

.radio.card-type input[type="radio"] {
    display: none;
}

.card-type input:checked + label {
    color: #00928f;
}

.radio.card-type label:before,
.radio.card-type label:after {
    display: none;
}

.order-successful-wrp .text-inner h3,
.order-unsuccessful-wrp .text-inner h3 {
    font-family: 'OpenSans-Bold';
}

.order-unsuccessful-wrp .text-inner .inline {
    display: inline-block;
    margin: 0 10px;
    font-family: 'OpenSans-SemiBold';
}

.order-unsuccessful-wrp .text-inner .inline i {
    margin: 0 5px 0 0;
}

/*=========== Footer Start ===========*/
.footer {
    background-color: #242427;
    padding: 50px 0 0 0;
}

.footer-widget {
    float: left;
    width: 25%;
    margin: 0 0 25px 0;
    padding: 0 15px;
}

.footer-widget h4 {
    color: #fff;
    margin: 0 0 18px 0;
    font-family: 'OpenSans-SemiBold';
}

.footer-widget ul li {
    list-style: none;
    margin: 0 0 3px 0;
}

.footer-widget ul li a {
    color: #999;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.footer-widget ul li a:hover {
    color: #00928f;
}

.graphic-widget {
    border-left: 1px solid #525254;
}

.main-site-link {
    color: #999;
}

.main-site-link a {
    font-size: 16px;
    color: #fff !important;
}

.copy-right {
    padding: 15px 0;
    margin: 30px 0 0 0;
    background-color: #1a1a1d;
}

.copy-right-text {
    float: left;
    margin: 6px 0 0 0;
    color: #666;
    font-size: 15px;
}

.copy-right-text a{
    color: #a3a3a3 !important;
}

.copy-right-text span {
    color: #a3a3a3;
}

.social-media {
    float: right;
}

.social-media li {
    float: left;
    margin: 3px 0 0 18px;
    list-style: none;
}

.social-media li a {
    color: #999;
    font-size: 20px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.social-media li a:hover {
    color: #00928f;
}

.blog-detail .social-share span {
    color: #00928f;
    font-family: 'OpenSans-SemiBold';
}

.jssocials-shares {
    margin: 0;
}

.jssocials-share {
    margin: 0 5px;
}

.jssocials-share .jssocials-share-link {
    padding: 0 !important;
}

.jssocials-share-logo {
    font-size: 17px;
}

.box-with-icons figure {
    float: left;
    width: 24px;
}

.box-with-icons .text {
    margin: 0 0 0 28px;
}

.btn.less-padding {
    padding: 8px 12px;
}
/*====== Video Box ========*/
.video-box {
    margin: 0px auto 0px auto;
    width: 100%;
    max-width: 950px;
    height: auto;
}
.video-box video {
    width: 100%;
    height: auto;
    display: block;
    padding: 0;
    margin: 0;
}
.fancybox-slide--video .fancybox-content{
    border: 5px solid #fff !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.custom-fancy-popup {
    max-width: 800px;
    border-radius: 4px;
    overflow: hidden;
    transform: translateY(-50px);
    transition: all .7s;
    border: 4px solid #00928f;
    padding: 15px !important;
}
.fancybox-slide--current .custom-fancy-popup{
    transform: translateY(0);
    opacity: 1;
}
.book-extras {
    padding: 0 250px 0 0;
}
.separator-green{
    margin: 20px 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(64, 147, 145, 0.2), rgba(64, 147, 145, 0.75), rgba(64, 147, 145, 0.2));
}
.separator-orange{
    margin: 20px 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(247, 150, 70, 0.2), rgba(247, 150, 70, 0.75), rgba(247, 150, 70, 0.2));
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 20px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/*============= Player Skin Designer for Video.js =============*/

.video-js{
font-size: 10px;
color: #fff;
}
.vjs-default-skin .vjs-big-play-button{
font-size: 3em;
line-height: 1.5em;
height: 1.5em;
width: 3em;
border: 0.06666em solid #fff;
border-radius: 0.3em;
left: 50%;
top: 50%;
margin-left: -1.5em;
margin-top: -0.75em;
}
.video-js .vjs-control-bar,
.video-js .vjs-big-play-button,
.video-js .vjs-menu-button .vjs-menu-content{
background-color: #00928f;
background-color: rgba(0, 146, 143, 0.7);
}
.video-js .vjs-big-play-button{
    top: 50%;
    left: 50%;
    margin: -0.75em 0 0 -1.5em;
}
.video-js .vjs-slider{
background-color: #fef2e7;
background-color: rgba(254, 242, 231, 0.5);
}
.video-js .vjs-volume-level,
.video-js .vjs-play-progress,
.video-js .vjs-slider-bar{
background: #fff;
}
.video-js .vjs-load-progress{
background: white;
background: rgba(254, 242, 231, 0.5);
}
.video-js .vjs-load-progress div{
background: white;
background: rgba(254, 242, 231, 0.75);
}
.lessons-point .instructor-bio figure{
    line-height: normal;
    background-color: transparent;
    height: auto;
}
.privacy-policy-link{
    margin-left: 10px;
    text-decoration: underline !important;
}
.copy-right-text.privacy-policy-link a:hover{
    color: #666 !important;
}

.download-article{
    float: left;
    width: 100%;
    margin: 15px 0;
}
.download-article figure{
    float: left;
    width: 100px;
    height: 100px;
}
.download-article figure img{
    width: 100%;
    height: 100%;
}
.download-article .text{
    margin: 0 0 0 130px;
}
.download-article .text h3{
    margin-top: 0;
}
.download-article .text ol li{
    margin: 0 0 15px 15px;
    padding: 0 0 0 10px;
}

.book-current-editions {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}
.box-book-edition {
    width: 50%;
    padding: 0 15px;
    margin: 0 0 20px 0;
}
.box-inner{
    height: 100%;
    padding: 15px;
    border: 1px solid #ddd;
}
.box-book-edition figure {
    float: left;
    width: 200px;
    padding: 3px;
    position: relative;
    z-index: 2;
    margin: 0 15px 15px 0;
    border: 1px solid #ddd;
}
.short-description.featured-book{
    height: 300px;
}
.box-book-edition .text {
    position: relative;
    height: 100%;
}
.box-book-edition .text h3{
    font-size: 22px;
    margin: 0;
    height: 100px;
}
.box-book-edition .text h3 a{
    color: #000;
}
.box-book-edition .text h3 a:hover{
    color: #00928f;
}
.box-book-edition:nth-child(2n) figure {
    float: right;
    margin: 0 0 15px 15px;
}
.box-book-edition .text.book-box {
    width: auto;
    float: none;
    padding: 0 0 40px 0;
}
.box-book-edition .text.book-box .btn-wrp {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.box-book-edition .text.book-box .btn-wrp .btn{
    margin: 3px 0;
}
.buy-both-books {
    margin: 35px 0 0 0;
}
.products-title {
    width: 68%;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.pp-ad-blocker-warning {
	background: #c5535375;
	margin: -10px 0 0 0;
	border-radius: 0 0 6px 6px;
}
.pp-ad-blocker-warning p {
	font-size: 15px;
	padding: 10px;
	color: #060606;
}
