@charset "utf-8";
body,
p {
    line-height: 25px
}

a,
a:focus,
a:hover {
    text-decoration: none;
    color: #c7335b
}

h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul {
    margin: 0 auto 20px
}

.btn,
img {
    height: auto
}

img,
table td img,
table th img {
    max-width: 100%
}

.btn,
.uppercase,
h1,
h2,
h3,
h4,
h5,
h6,
table thead td,
table thead th {
    text-transform: uppercase
}

.circle_box,
.inside_info,
.steps_img,
.vertical_box,
.work_steps {
    overflow: hidden
}

body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 15px;
    overflow-x: hidden;
    font-weight: 400;
    color: #555
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #111;
    font-weight: 300
}

h1 {
    font-size: 48px
}

h2 {
    font-size: 36px
}

h3 {
    font-size: 30px
}

h4 {
    font-size: 22px
}

h5 {
    font-size: 20px
}

h6 {
    font-size: 17px
}

p {
    font-size: 15px;
    margin-bottom: 20px
}

.btn,
.btn.btn-lg,
.form-control {
    line-height: 30px
}

a {
    transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -ms-transition-duration: .5s
}

a:focus,
a:hover {
    outline: 0
}

.btn,
.white-text,
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6,
.white-text p,
.white-text.section-header p {
    color: #fff
}

ol li,
ul li {
    margin: 0 auto 10px
}

blockquote {
    background: #f5f5f5
}

.underline {
    text-decoration: underline
}

.divider {
    border-bottom: 1px solid #dcd9d9;
    clear: both;
    margin: 40px auto
}

img {
    width: auto
}

.btn {
    background: #c7335b;
    border: none;
    border-radius: 0;
    font-size: 18px;
    margin: auto;
    padding: 12px 28px;
    transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    -webkit-transition: all .3s linear 0s;
    -ms-transition: all .3s linear 0s
}

.btn .fa {
    font-size: 22px;
    margin-left: 5px;
    vertical-align: middle
}

.btn.btn-lg {
    font-size: 24px;
    padding: 22px 50px
}

.btn.btn-sm {
    font-size: 16px;
    padding: 8px 25px
}

.btn:focus,
.btn:hover {
    color: #fff;
    outline: 0;
    background: #a80732
}

.btn-link {
    font-weight: 800;
    font-size: 17px;
    color: #c7335b
}

.btn.outline-btn {
    background: 0 0;
    color: #c7335b;
    border: 3px solid #c7335b;
    letter-spacing: 4px;
    padding: 15px 50px;
    font-weight: 700
}

.btn.outline-btn:hover {
    color: #fff
}

.div_zindex,
.div_zindex>* {
    position: relative;
    z-index: 1
}

.color-overlay,
.dark-overlay {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    top: 0
}

.dark-overlay {
    background: rgba(0, 0, 0, .85)
}

.color-overlay {
    background: rgba(205, 56, 96, .9)
}

.form-group,
.select {
    position: relative
}

.padding_none {
    padding: 0
}

.padding_top_20 {
    padding-top: 20px
}

.padding_50px {
    padding: 50px 0
}

.padding_4x4_30 {
    padding: 30px
}

.padding_4x4_40 {
    padding: 40px
}

.padding_right {
    padding-right: 60px
}

.padding_left {
    padding-left: 60px
}

.space-20 {
    width: 100%;
    height: 20px;
    clear: both
}

.space-30 {
    width: 100%;
    height: 30px;
    clear: both
}

.space-40 {
    width: 100%;
    height: 40px;
    clear: both
}

.space-60 {
    width: 100%;
    height: 60px;
    clear: both
}

.space-80 {
    height: 80px;
    width: 100%
}

.margin-btm-20 {
    margin-bottom: 20px;
    clear: both
}

.margin-top-20 {
    margin-top: 20px;
    clear: both
}

.margin-top-40 {
    margin-top: 40px;
    clear: both
}

.margin-btm-40 {
    margin-bottom: 40px;
    clear: both
}

.margin-top-60 {
    margin-top: 60px;
    clear: both
}

.margin-btm-60 {
    margin-bottom: 60px;
    clear: both
}

.margin-none {
    margin: 0
}

.form-group {
    margin-bottom: 15px
}

.form-label {
    color: #111;
    font-size: 14px;
    font-weight: 400;
    margin: 0 auto 8px
}

.form-control {
    background: #fff;
    border-radius: 6px;
    border: 1px solid #ccc;
    box-shadow: none;
    color: #888;
    font-size: 14px;
    height: 50px;
    padding: 0 15px
}

textarea.form-control {
    padding: 15px 20px
}

.form-control:hover {
    box-shadow: none;
    outline: 0
}

.form-control:focus {
    box-shadow: none;
    border-color: #8dba3f;
    outline: 0
}

.select select {
    appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none
}

.select::after {
    color: #878787;
    content: "";
    cursor: pointer;
    font-family: fontawesome;
    font-size: 15px;
    padding: 12px 0;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 0
}

.form-control option {
    padding: 10px
}

.control-label {
    color: #555;
    font-size: 15px;
    font-weight: 700
}

.checkbox label,
.radio label {
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    padding-left: 26px;
    position: relative
}

.checkbox input[type=checkbox],
.radio input[type=radio] {
    display: none
}

.checkbox label::before,
.radio label:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 0
}

.radio label:before {
    background-color: transparent;
    border-style: solid;
    border-width: 1px;
    border-radius: 50%;
    height: 15px;
    width: 15px
}

.checkbox label::before {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #111;
    height: 16px;
    width: 16px
}

.radio input[type=radio]:checked+label:before {
    content: "\2022";
    font-size: 15px;
    text-align: center;
    line-height: 11px
}

.checkbox input[type=checkbox]:checked+label:before {
    content: "\2713";
    font-size: 12px;
    text-align: center;
    line-height: 14px
}

.black_input .form-control {
    background: #222;
    border-radius: 3px;
    color: #fff;
    border: 1px solid #222;
    font-size: 17px
}

.checkbox,
.radio {
    padding-top: 5px
}

table {
    margin: 0 0 30px;
    width: 100%
}

table td,
table th {
    border: 1px solid #ccc;
    padding: 18px
}

table thead {
    background: #eee
}

table thead td,
table thead th {
    font-weight: 900;
    color: #111
}

.panel-group .panel {
    background: rgba(0, 0, 0, .8);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 25px
}

.panel-title {
    color: #252930;
    font-size: 26px;
    margin-bottom: 0;
    margin-top: 0
}

.panel-title a {
    display: block;
    padding: 25px 25px 25px 107px;
    position: relative;
    border: 2px solid #c7335b;
    color: #fff!important
}

.panel-title a.collapsed {
    border: 2px solid #929497
}

.panel-title a .question {
    width: 85px;
    height: 100%;
    content: "";
    color: #fff;
    font-size: 39px;
    line-height: 1;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    background: #c7335b
}

.panel-title a.collapsed .question {
    background: #252930;
    transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s
}

#header,
#header .logo {
    transition-duration: .3s
}

.panel-title a .question span {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.parallex-bg,
section {
    position: relative
}

.panel-default>.panel-heading {
    background: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: #333;
    padding: 0
}

.panel-heading:hover .panel-title a .question {
    background: #c7335b
}

.panel-heading:hover .panel-title a {
    border-color: #c7335b
}

.panel-body {
    border: 2px solid rgba(255, 255, 255, .2);
    margin-top: -1px;
    padding: 25px
}

.panel-body p {
    font-size: 17px;
    line-height: 30px;
    font-weight: 400
}

.secondary-bg {
    background: #111
}

.primary-bg {
    background: #f6c4c7
}

.gray_bg {
    background: #f8f8f8
}

.section-padding {
    padding: 60px 0
}

.section-header {
    margin: 0 auto;
    max-width: 950px;
    padding-bottom: 50px
}

.section-header h2 {
    margin: 0 auto
}

.section-header p {
    color: #777;
    font-size: 17px;
    margin: 22px auto 0
}

.nav.nav-tabs {
    border: none
}

.nav-tabs>li a {
    background: #000;
    border-radius: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-right: 5px;
    padding: 14px 26px;
    text-align: center
}

.nav-tabs>li a:focus,
.nav-tabs>li a:hover,
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #fff;
    background: #c7335b
}

.nav-tabs>li {
    margin-bottom: 0
}

.parallex-bg {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.modal-dialog {
    margin: 20px auto;
    max-width: 90%;
    width: 500px
}

.modal-content {
    padding: 0 32px 22px
}

.modal-header {
    padding: 15px 0;
    margin-bottom: 25px
}

.modal-header h3 {
    margin: 15px auto
}

.modal-body {
    padding: 10px 0
}

.modal .modal-header .close {
    background: #000;
    border-radius: 50%;
    color: #fff;
    font-size: 17px;
    height: 31px;
    line-height: 30px;
    margin-top: 5px;
    opacity: 1;
    position: absolute;
    right: -10px;
    text-align: center;
    text-shadow: none;
    top: -20px;
    width: 31px
}

label.error {
    color: red;
    display: block;
    font-size: 13px;
    font-weight: 400;
    text-align: left
}

#intro_section .product_img,
.about_img,
.book_form,
.icon_box,
.inside_info,
.product_info ul li:after,
.video_wrap {
    text-align: center
}

#header {
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    left: 0;
    right: 0;
    position: relative;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -ms-transition-duration: .3s;
    z-index: 22
}

#header .logo {
    margin: 14px 0;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -ms-transition-duration: .3s
}

#navigation {
    padding: 0
}

.navbar.navbar-default {
    background: 0 0;
    border-radius: 0;
    border: 0;
    margin: 0 auto
}

.navbar.navbar-default .nav.navbar-nav {
    float: right
}

.navbar.navbar-default .nav.navbar-nav li {
    margin: 0
}

.navbar.navbar-default .nav.navbar-nav>li>a {
    color: #111;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    padding: 30px 15px;
    text-transform: uppercase
}

.navbar.navbar-default .nav.navbar-nav li a:focus,
.navbar.navbar-default .nav.navbar-nav li a:hover,
.navbar.navbar-default .nav.navbar-nav li.active a {
    color: #c7335b;
    background: 0 0
}

.navbar.navbar-default .nav.navbar-nav>li>a.btn {
    color: #fff
}

.navbar.navbar-default .nav.navbar-nav>li a.btn:focus,
.navbar.navbar-default .nav.navbar-nav>li a.btn:hover,
.navbar.navbar-default .nav.navbar-nav>li.active a.btn {
    background: #a80732
}

@-webkit-keyframes fadeHeaderInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0)
    }
}

@-moz-keyframes fadeHeaderInDown {
    0% {
        opacity: 0;
        -moz-transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -moz-transform: translate3d(0, 0, 0)
    }
}

@-o-keyframes fadeHeaderInDown {
    0% {
        opacity: 0;
        -o-transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -o-transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeHeaderInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

#header.sticky,
.fadeHeaderInDown {
    -webkit-animation-name: fadeHeaderInDown;
    -moz-animation-name: fadeHeaderInDown;
    -o-animation-name: fadeHeaderInDown;
    animation-name: fadeHeaderInDown;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 22;
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 0 10px rgba(0, 0, 0, .15)
}

#header:not(.is-alternate) {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s
}

#intro {
    background-image: url(../images/intro_bg.jpg)
}

.book_form {
    background: #fff;
    padding: 20px;
    border-radius: 6px
}

.form_heading {
    background: #8dba3f;
    border-radius: 6px 6px 0 0;
    padding: 20px 15px;
    margin: -20px -20px 25px
}

.form_heading h4 {
    color: #fff;
    font-weight: 400;
    margin: 0 auto
}

.product_img {
    float: left;
    width: 40%;
    margin-right: 2%;
    padding-top: 50px;
}

.product_info {
    float: left;
    width: 58%;
    padding-top: 50px;
    padding-left: 50px;
}

.product_info ul {
    margin: 0;
    padding: 10px 0 0
}

.product_info ul li {
    position: relative;
    list-style: none;
    margin: 0 auto 20px;
    font-size: 19px;
    padding: 0 0 0 40px
}

.product_info ul li:after {
    position: absolute;
    left: 0;
    top: 1px;
    content: "\f105";
    font-family: fontawesome;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    line-height: 26px;
    background: #8dba3f
}

#about_us,
.work_steps li {
    position: relative
}

#intro_section .product_img {
    width: 100%;
    float: none;
    background: url(../images/pro_intro_bg.png) center/100% no-repeat
}

#intro_section .product_info {
    width: 100%;
    padding-top: 60px;
    text-align: center
}

#intro_section .product_info h4 {
    line-height: 36px
}

#about_us h2 {
    margin-top: 10px
}

.padding_b_none {
    padding-bottom: 0
}

.vertical_box {
    display: flex;
    padding: 0 0 15px
}

.icon_box {
    max-width: 85;
    padding-right: 20px
}

.vertical_box h6 {
    margin: 0 auto 12px
}

.vertical_box p {
    font-size: 13px;
    line-height: 20px
}

.video_wrap iframe,
.video_wrap video {
    height: 340px;
    width: 100%;
    border: 0
}

#inside {
    background-image: url(../images/bg.jpg);
}

.inside_info {
    background: #fff;
    padding: 20px 30px 10px;
    border-radius: 15px 15px 150px 150px;
    margin: 10px auto;
    height: 450px;
    min-height: 450px;

}

.circle_box {
    margin: 0 auto 15px;
    border-radius: 50%;
    width: 100px;
    height: 100px
}

.inside_info p {
    font-size: 14px;
    line-height: 24px
}

.work_steps {
    margin: 20px 0
}

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

.work_steps li {
    background: #8dba3f;
    color: #fff;
    float: left;
    width: 31%;
    padding: 30px 40px;
    margin: 0 2% 20px 0;
    border-radius: 0 50px;
    list-style: none
}

.steps_no {
    background: #fff;
    color: #8dba3f;
    position: absolute;
    top: 8px;
    left: 8px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    text-align: center
}

.list_arrow li:after,
.right_check li:after {
    left: 0;
    content: "\f105";
    font-family: fontawesome;
    text-align: center
}

.list_arrow {
    padding: 0;
    margin: 0
}

.list_arrow li {
    list-style: none;
    position: relative;
    padding: 0 0 0 40px
}

.list_arrow li:after {
    position: absolute;
    color: #fff;
    top: 4px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    line-height: 26px;
    background: #8dba3f
}

.steps_wrap {
    text-align: center;
    margin: 10px auto
}

.steps_img {
    border: 2px solid #f6c4c7;
    padding: 20px;
    margin: 0 auto 10px
}

.steps_number {
    background: #f6c4c7;
    padding: 8px 20px;
    margin: -20px -20px 20px;
    display: block;
    font-weight: 600;
    font-size: 16px
}

.steps_wrap p {
    font-size: 13px;
    line-height: 17px
}

.benefits_wrap {
    background: #FFF;
    padding: 20px;
    margin: 10px auto
}

.icon_wrap {
    margin: 0 auto 15px;
    width: 120px;
    line-height: 110px;
    height: 120px;
    font-size: 50px;
    border: 1px solid #eee;
    border-radius: 50%;
    transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s
}

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

.benefits_wrap:hover .icon_wrap {
    background: #8dba3f;
    color: #fff;
    border-color: #8dba3f
}

#benefits_section {
    background-image: url(../images/benefits_section.jpg)
}

.right_check {
    padding: 0;
    margin: 20px auto
}

.right_check li {
    color: #333;
    margin: 0 auto 10px;
    list-style: none;
    position: relative;
    font-size: 17px;
    padding: 0 0 0 30px
}

.right_check li:after {
    position: absolute;
    top: 1px;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: 20px;
    background: #5b231b
}

.benefits_list {
    padding-left: 50px
}

#success_stories {
    background-image: url(../images/inside_bg.jpg)
}

#testimonials {
    margin: 0 auto;
    max-width: 850px;
    position: relative
}

#testimonials .item {
    background: #cd3860;
    padding: 30px 50px;
    border-radius: 30px;
    text-align: center;
    margin: 0 auto 5px
}

.testimonial_img {
    width: 100px;
    margin: 0 auto 10px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%
}

.testimonial_header {
    margin: 0 auto 20px
}

.testimonial_header h5 {
    margin: 0 auto
}

.testimonial_header span {
    font-size: 13px
}

.owl-dots {
    text-align: center
}

.owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    margin: 0 4px;
    opacity: .3
}

.owl-dot.active {
    opacity: 1
}

#success_testimonials .item {
    background: #fff;
    padding: 20px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, .1) 0 0 10px;
    border-radius: 30px;
    border: 1px solid #eee;
    margin-bottom: 20px
}

#success_testimonials .item p {
    font-size: 14px
}

#success_testimonials .owl-dot {
    background: #333
}

.product_wrap {
    padding: 30px 20px;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 10px
}

.price_wrap {
    margin: 15px 0 30px
}

.price_wrap p {
    font-size: 30px;
    color: #222;
    margin: 0 auto 12px;
    font-weight: 300
}

.price_wrap .regular_price {
    font-size: 19px;
    color: #666
}

.price_wrap .regular_price span {
    text-decoration: line-through
}

.purchases_product {
    background: #fff;
    padding: 20px;
    border: 2px solid #f6c4c7;
    margin: 10px 0;
    text-align: center
}

.save_info {
    background: #f6c4c7;
    padding: 10px 20px;
    margin: -20px -20px 20px;
    color: #333
}

.save_info p {
    margin: 0 auto;
    font-size: 19px
}

.money_back {
    text-align: center;
    padding: 40px 25px
}

.money_back img {
    margin: 20px auto
}

.money_back p {
    font-size: 14px
}

.footer_content {
    padding: 40px 0 20px;
    text-align: center
}

.footer_content p {
    color: #fff;
    opacity: .7;
    font-size: 14px
}

.footer_bottom {
    padding: 20px 0;
    border-top: rgba(255, 255, 255, .1) solid 1px
}

.follow_us {
    text-align: right
}

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

.follow_us ul li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 10px
}

.follow_us ul li a {
    display: block;
    color: #fff;
    font-size: 17px;
    padding: 1px 5px
}

.follow_us ul li a:hover {
    color: #cd3860
}

.footer_bottom p {
    margin: 5px 0;
    color: #fff
}

@media (min-width:992px) and (max-width:1200px) {
    h1 {
        font-size: 40px
    }
    h2 {
        font-size: 34px
    }
    h4 {
        font-size: 20px
    }
    #intro_section .product_info h4 {
        line-height: 29px
    }
    #about_us h2 {
        margin-top: 0
    }
    .about_img {
        text-align: center;
        margin-top: 90px
    }
    .inside_info {
        padding: 20px 15px 20px
    }
    .circle_box {
        width: 180px;
        height: 180px
    }
    .work_steps li {
        padding: 30px
    }
    .benefits_wrap {
        padding: 15px
    }
    .benefits_wrap h4 {
        font-size: 18px
    }
}

@media (min-width:767px) and (max-width:991px) {
    #footer,
    #how_it_work .text-right,
    .follow_us {
        text-align: center
    }
    .navbar.navbar-default .nav.navbar-nav>li>a {
        padding: 30px 6px;
        font-size: 14px
    }
    #intro_section .product_info {
        padding-top: 0;
        float: none
    }
    h1 {
        font-size: 40px
    }
    h4 {
        font-size: 20px
    }
    #intro_section .product_info h4 {
        line-height: 26px
    }
    #intro_section .product_img {
        margin: 60px auto 0
    }
    .section-padding {
        padding: 50px 0
    }
    .vertical_box {
        padding: 0 0 10px
    }
    .video_wrap {
        margin: 0 auto 30px
    }
    h2 {
        font-size: 34px
    }
    #steps_wrap,
    .steps_wrap {
        text-align: center;
        margin: 10px auto 50px
    }
    #how_it_work div:last-child .steps_wrap {
        margin-bottom: 0
    }
    .money_back {
        padding: 0 0 20px
    }
    .purchases_product {
        margin: 10px 0 40px
    }
    .book_form {
        clear: both
    }
    .product_img {
        margin-bottom: 30px
    }
    #about_us {
        padding-bottom: 0
    }
    .inside_info,
    .product_wrap {
        padding: 20px;
        border-radius: 10px;
        margin: 16px auto;
        max-width: 450px
    }
    .work_steps li {
        padding: 30px 20px
    }
    .benefits_wrap {
        margin: 15px auto;
        max-width: 450px
    }
}

@media (max-width:767px) {
    #footer,
    .follow_us,
    .product_img {
        text-align: center
    }
    #header .logo {
        float: left;
        max-width: 90%
    }
    #header .navbar-header {
        margin: 0 auto
    }
    .navbar-default .navbar-toggle {
        border-radius: 0;
        margin: 22px 0
    }
    .navbar.navbar-default .nav.navbar-nav {
        float: none;
        margin: 0 auto
    }
    .navbar.navbar-default .nav.navbar-nav>li>a {
        display: block;
        font-size: 15px;
        padding: 12px 15px
    }
    #intro_section .product_info {
        padding-top: 0;
        float: none
    }
    h1 {
        font-size: 33px
    }
    h2 {
        font-size: 27px
    }
    h4 {
        font-size: 18px
    }
    .right_check li,
    .section-header p {
        font-size: 16px
    }
    #intro_section .product_info h4 {
        line-height: 30px
    }
    #intro_section .product_img {
        margin: 50px auto 0
    }
    .section-padding {
        padding: 40px 0
    }
    .video_wrap {
        margin: 0 auto 35px
    }
    .purchases_product,
    .steps_wrap {
        text-align: center;
        margin: 0 auto 40px
    }
    #how_it_work div.col-md-4:last-child .steps_wrap {
        margin-bottom: 0
    }
    #products div.col-md-4:last-child .purchases_product {
        margin-bottom: 20px
    }
    .benefits_list {
        padding-left: 0
    }
    .money_back img {
        margin: 0 auto 20px
    }
    .money_back {
        padding: 0 0 20px
    }
    .product_img {
        float: none;
        width: 100%;
        margin: 0 auto
    }
    .product_info {
        float: none;
        width: 100%
    }
    .product_info ul li {
        margin: 0 auto 15px;
        font-size: 17px;
        padding: 0 0 0 32px
    }
    .product_info ul li::after {
        width: 22px;
        height: 22px;
        line-height: 22px
    }
    .book_form {
        margin-top: 30px
    }
    .form-control {
        border-radius: 4px;
        font-size: 13px;
        height: 45px
    }
    .padding_b_none {
        padding-bottom: 0
    }
    .inside_info {
        padding: 20px;
        border-radius: 4px;
        margin: 0 0 20px
    }
    .work_steps li {
        width: 100%;
        padding: 30px 40px;
        margin: 0 auto 11px;
        border-radius: 0 50px
    }
    body,
    p {
        font-size: 14px;
        line-height: 23px
    }
    .benefits_wrap {
        margin: 0 auto 20px
    }
    .benefits_wrap h4 {
        font-size: 20px
    }
    #testimonials .item {
        padding: 20px;
        border-radius: 20px
    }
    .product_wrap {
        margin-bottom: 20px
    }
}

.interested {
    position: fixed;
    z-index: 9999;
    bottom: 5px;
    right: 5px;
    background: #ec800d !important;
}
.fixed-footer-cust{
    background: #ec800d;
    text-align: center;
    padding: 10px 0px 10px 0px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index: 99;
}

.f-icon{
    height: 14px;
    width: 14px;
    padding-top: 4px;
}
.fix-link{
    color: #fff !important;
    font-size: 14px;
}

.div-line{
    border-right: 1px solid #fff;
}

.free-call:hover{
    color: #FFFFFF;
}

.i-am{
    padding: 0;
    background: transparent;
}

#thank-you {
    /*height: 57vh;*/
}

.msgicon {
    height: 100px;
    width: 100px;
    border: 4px solid #fff;
    font-size: 39px;
    background: #cd3860;
    color: #fff;
    border-radius: 50%;
    padding: 26px;
    text-align: center;
    margin: 0px auto;
    display: block;
}

.oops {
    /*color: #fff;*/
    text-align: center;
    font-size: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.oops-subtitle {
    /*color: #fff;*/
    font-size: 18px;
}

.go-home {
    color: #cd3860;
    /*background: #fff;*/
    font-size: 19px;
    padding: 10px;
    width: 228px;
    margin: 0px auto;
    margin-top: 30px;
    border-radius: 5px;
    transition: ease 0.5s;
}

.go-home:hover {
    transition: ease 0.5s;
    color: #fff;
    background: #cd3860;
    border-radius: 25px;
}

.oops-greet {
    color: #cd3860;
    font-size: 25px;
    /*font-weight: 600;*/
    margin-bottom: 15px;
    font-family: 'Roboto', sans-serif !important;
}

.ami-iconholder img {
    width: 100px;
    /*height: 100px;*/
    margin: 0px auto;
    display: block;
    margin-bottom: 15px;
}

.ami-iconholder p {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    text-align: center;
}
.silverLeftShade,.silverRightShade,.silverShadeLast {
    padding-right:10px;
    margin-right:10px
}
.silverLeftShade { 
    background-color:#cccccc;
}
.silverRightShade {
    background-color:#e7ae05;
}