
button {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-decoration: none !important;
}

/*img {*/
/*    -webkit-transition: 0.4s ease-in-out;*/
/*    -moz-transition: 0.4s ease-in-out;*/
/*    -ms-transition: 0.4s ease-in-out;*/
/*    -o-transition: 0.4s ease-in-out;*/
/*    transition: 0.4s ease-in-out;*/
/*    display: inline-block !important;*/
/*}*/

/*ul {*/
/*    margin-bottom: 0px;*/
/*}*/

/*li {*/
/*    list-style: none;*/
/*}*/

/*a {*/
/*    text-decoration: none;*/
/*    color: #141414;*/
/*}*/

p.intro-small {
    width: 80%;
    margin: 0 auto;
}

.text-transform-none {
    text-transform: none !important;
}

.text-white {
    color: #fff !important;
}

img {
    max-width: 100%;
}

/*=======================================================
      BTN STYLE
========================================================*/
.btn {
    border: none;
    color: #fff;
    display: inline-block;
    padding: 13px 60px;
    font-weight: 500;
    font-size: 16px;
    background: #111111;
    position: relative;
    z-index: 1;
}

.btn:hover {
    background: #000;
    color: #fff;
}

.btn-inverse {
    background: #85C808 !important;
    color: #fff !important;
}

.btn-inverse:hover {
    background: #111;
    color: #fff;
}

.btn-white {
    background: #fff;
    color: #ab4e52 !important;
}

.btn-white:hover {
    background: #ab4e52;
    color: #fff !important;
}

.tp-caption .btn {
    display: inline-block;
}

.btn-1 {
    border: 1px solid #965452;
    border-left: none;
    border-right: none;
    border-top-color: transparent;
    text-transform: uppercase;
    font-size: 10px;
    display: inline-block;
    padding: 10px;
    letter-spacing: 1px;
    color: #965452;
}

.btn-1 i {
    font-size: 10px;
    margin-left: 20px;
}

.btn-1.btn-2 {
    border-bottom-color: transparent;
    border-top: 1px solid #965452;
}

.btn-1:hover {
    color: #fff;
    background: #965452;
}

.btn-small {
    padding: 0 20px;
    font-size: 14px;
    line-height: 40px;
    letter-spacing: 1px;
}

.btn-round {
    background: none;
    border-radius: 50px;
    border: 1px solid #2d3a4b;
    color: #2d3a4b;
}

.btn-round:hover {
    background: #2d3a4b;
    color: #fff;
}

.parallax-bg {
    background-size: cover !important;
}

section {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #fff;
}

.text-shadow {
    text-shadow: 3px 0px 5px rgba(0, 0, 0, 0.5);
}

.text-shadow-1 {
    text-shadow: 2px 3px 0 rgba(0, 0, 0, 0.5);
}

.home-slide {
    position: relative;
    padding-top: 150px;
}

.home-slide .owl-dots {
    text-align: left;
}

#content {
    background: #fff;
    position: relative;
    z-index: 1;
}

/*=======================================================
      Position Center Center 
========================================================*/
.position-center-center {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*=======================================================
      HEADING
========================================================*/
.heading {
    margin: 0 auto;
    margin-bottom: 80px;
    position: relative;
    z-index: 1;
}

.heading h2 {
    margin-bottom: 20px;
}

.heading h6 {
    margin: 0px;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    text-transform: none;
    position: relative;
}

.heading h4 {
    font-weight: 500;
    color: #2d3a4b;
    margin: 0px;
    font-size: 26px;
    letter-spacing: -1px;
    margin-bottom: 10px;
}

.heading p {
    max-width: 800px;
    font-size: 14px;
    line-height: 24px;
    margin: 0 auto;
}

.heading span {
    display: inline-block;
    max-width: 800px;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    font-style: italic;
}

/*=======================================================
			Login Section
========================================================*/
.log-register {
    padding: 80px 0;
    background: url("../images/maxresdefault 1.png") right top no-repeat;
}

.sec-log {
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
    background: #FFFFFF;
    border-radius: 8px;
}

.sec-log li a {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 50px;
    color: rgba(51, 51, 51, 0.3);
    border: none !important;
    border-bottom: 3px solid rgba(255, 255, 255, 0.00) !important;
}

.sec-log .nav-link.active {
    border: none;
    border-bottom: 3px solid #333333 !important;
    color: #333333;
}

.sec-log .nav-tabs {
    border: none;
}

.sec-log .nav-tabs .nav-item {
    width: 50%;
    float: left;
    border: none;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

.sec-log form {
    padding: 40px 70px;
}

.sec-log form .btn {
    background: #85C808;
    width: 100%;
    font-weight: normal;
    font-size: 18px;
    margin-top: 10px;
    text-align: center;
    border-radius: 4px !important;
    padding: 13px 60px;
    height: 50px;
    line-height: 22px;
    text-transform: capitalize;
}

.sec-log form .btn:hover {
    background: #111;
}

.sec-log form .forget-pass {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #3189F0;
    width: 100%;
    margin-top: 30px;
    display: inline-block;
}

.sec-log form input {
    border: none;
    font-size: 14px;
    border-radius: 0px;
    outline: none !important;
    margin-bottom: 30px;
    border-bottom: 1px solid #333333 !important;
}

.sec-log form .form-control:focus {
    border: none;
    box-shadow: none;
}

.sec-log .social-log {
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    padding: 30px 70px;
}

.sec-log .social-log .btn i {
    margin-right: 10px;
}

.sec-log .social-log .btn {
    padding: 15px 10px;
    font-size: 14px;
    font-weight: 500;
    background: #fff;
    width: 100%;
    text-align: center;
}

.custom-control-input:checked ~ .custom-control-label::before {
    background: #111;
}

.sec-log .social-log .btn-fb {
    color: #3B5998;
    border: 2px solid #3B5998;
}

.sec-log .social-log .btn-tw {
    color: #56CCF2;
    border: 2px solid #56CCF2;
}

.sec-log .social-log .btn:hover {
    border-color: #111;
    color: #fff;
    background: #111;
}

.sec-log form .form-group {
    position: relative;
}

.sec-log form .form-group .field-icon {
    float: right;
    position: absolute;
    right: 10px;
    top: 10px;
}

.sec-log form .privcy-check {
    position: relative;
    padding-left: 0px;
    margin-bottom: 30px;
}

.sec-log form .privcy-check label {
    font-size: 14px;
    line-height: 16px;
}

/*=======================================================
			Subcribe
========================================================*/
.jeg_container .subcribe-sec {
    background: #E5E5E5 url("../images/scb-bg.jpg") top right no-repeat;
    /*padding: 30px 0;*/
    /*padding-bottom: 60px;*/
    background-size: cover;
}

.value-sub {
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    background: #fff;
    padding: 20px 60px;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}

.value-sub h1 {
    font-weight: 600;
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 0px;
}

.value-sub h4 {
    font-size: 20px;
    line-height: 23px;
    margin-top: 10px;
}

.value-sub .data-inside {
    display: flex;
}

.value-sub .data-inside .price {
    font-weight: normal;
    font-size: 24px;
    margin-top: 10px;
    line-height: 28px;
    color: rgba(51, 51, 51, 0.3);
}

.value-sub .data-inside .price span {
    text-decoration: line-through;
}

.value-sub .data-inside .price .cut-price {
    color: #85C808;
    text-decoration: none;
    margin-left: 40px;
    font-weight: bold;
}

.value-sub .btn {
    background: #85C808;
    width: 100%;
    font-weight: normal;
    font-size: 18px;
    margin-top: 30px;
    text-align: center;
    border-radius: 4px !important;
    padding: 13px 60px;
    height: 50px;
    line-height: 25px;
    text-transform: capitalize;
}

.value-sub .btn:hover {
    background: #111;
}

.value-sub .img-left {
    margin-right: 40px;
}

.value-sub .text-area {
}

.value-sub .in-details:before {
    position: absolute;
    left: 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    content: "";
    top: 0px;
    width: 100%;
    margin: 0 0px;
}

.value-sub .in-details {
    position: relative;
    padding-top: 30px;
}

.value-sub .in-details h4 {
    margin-top: 0px;
    font-weight: 500;
}

.value-sub .in-details li {
    position: relative;
    padding-left: 65px;
}

.value-sub .in-details li p {
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    margin-bottom: 0px;
}

.value-sub .in-details .icon-check {
    position: absolute;
    left: 15px;
    top: 5px;
}

.value-sub .view-dtal {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.value-sub .view-dtal a {
    color: rgba(51, 51, 51, 0.5);
}

.value-sub .view-dtal a:after {
    content: "\f106";
    padding: 0px;
    color: rgba(51, 51, 51, 0.5);
    position: relative;
    font-size: 16px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 10px;
    display: inline-block;
    top: 2px;
}

.value-sub .view-dtal a.collapsed:after {
    content: "\f107";
}

.small-notic-sub {
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    color: rgba(51, 51, 51, 0.5);
}

.auto-center {
    margin: 0 auto !important;
    float: none !important;
}

.subcribe-sec .value-great {
    border: 2px solid #85C808;
}

.subcribe-sec .value-tags {
    background: #85C808;
    font-weight: 500;
    font-size: 20px;
    position: absolute;
    right: 0px;
    top: -40px;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 4px;
}

.subcribe-sec .value-tags:before {
    position: absolute;
    content: "";
    left: -38px;
    top: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 40px 40px;
    border-color: transparent transparent #85c808 transparent;
}

.breadcrumb {
    background: none;
}

.breadcrumb li:before {
    color: rgba(51, 51, 51, 0.3);
    content: "\f107";
    position: absolute;
    right: 0px;
    font-size: 12px;
    font-family: "Font Awesome 5 Free";
}

.breadcrumb li:nth-last-child(1):before {
    display: none;
}

.breadcrumb li {
    position: relative;
    padding-right: 20px;
    margin-right: 10px;
    line-height: 40px;
}

.breadcrumb li a {
    font-size: 14px;
    color: #333333;
    float: left;
}

.bire-account {
    background: #fff;
}

.subcribe-sec.payment form {
    padding: 25px;
    margin-bottom: 20px;
}

.subcribe-sec.payment .sec-log h4 {
    margin-bottom: 30px;
}

.subcribe-sec.payment .sec-log {
    max-width: none;
    margin: 0px;
}

.subcribe-sec.payment .sec-log hr {
    margin: 20px 0;
}

.chrg-amount strong {
    color: #85C808;
}

.chrg-amount {
    line-height: 50px;
    font-size: 20px;
}

.your-order {
    padding: 25px;
    padding-bottom: 20px;
    background: #fff;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.your-order .price {
    font-weight: normal;
    font-size: 20px;
    margin-top: 10px;
    line-height: 28px;
    color: rgba(51, 51, 51, 0.3);
}

.your-order .price span {
    text-decoration: line-through;
}

.your-order .price .cut-price {
    color: #85C808;
    text-decoration: none;
    margin-left: 20px;
    font-weight: bold;
}

.your-order {
    font-size: 16px;
    margin: 0px;
    font-weight: normal;
    margin-bottom: 10px;
}

.your-order h1 {
    font-weight: 600;
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 0px;
}

.your-order .in-details {
    position: relative;
    padding-top: 30px;
}

.your-order .in-details h4 {
    margin-top: 0px;
    font-weight: 500;
    font-size: 18px;
}

.your-order .in-details li {
    position: relative;
    padding-left: 55px;
    margin-bottom: 30px;
}

.your-order .in-details li p {
    font-size: 14px;
    color: #333333;
    line-height: 18px;
    margin-bottom: 0px;
}

.your-order .in-details .icon-check {
    position: absolute;
    left: 15px;
    width: 25px;
    top: 5px;
}

.value-sub.success-pay h6 {
    font-size: 16px;
    font-weight: normal;
    margin: 0px;
}

.value-sub.success-pay h2 {
    font-weight: 900;
    margin: 0px;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #85C808;
}

.value-sub.success-pay .in-details {
    padding-top: 50px;
}

/*=======================================================
			POPUP lomited
========================================================*/
.pop-limit-article {
    /*position: fixed;*/
    height: 100%;
    width: 100%;
    overflow-y: scroll;
}

.pop-limit-article .position-center-center {
    width: 100%;
    padding: 40px 20px;
}

.pop-limit-article .value-sub {
    max-width: 860px;
    margin: 0 auto;
    border: 2px solid #85C808;
}

.pop-limit-article .value-sub h5 {
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.pop-limit-article .value-sub .data-inside {
    display: inline-block;
    width: 100%;
}

.pop-limit-article .value-sub .price {
    font-size: 14px;
    line-height: 20px;
}

.pop-limit-article .value-sub .price .cut-price {
    margin-left: 0px;
    display: inline-block;
    width: 100%;
    font-size: 22px;
}

.pop-limit-article .value-sub .custom-control-label::before {
    top: 20px;
}

.pop-limit-article .custom-control-input:checked ~ .custom-control-label::before {
    background: #85C808;
    border: 2px solid #fff;
    box-shadow: 0 0 6px #333;
}

.pop-limit-article .value-sub .in-details {
    margin-bottom: 30px;
}

.pop-limit-article .value-sub .in-details li p {
    font-size: 15px;
}

.pop-limit-article .small-notic-sub {
    margin: 0px;
}

.bottom-info-fix p {
    margin: 10px 0 !important;
    color: #333333;
    display: inline-block;
}

.bottom-info-fix {
    border-top: 2px solid rgba(133, 200, 8, 0.8);
    background: #fff;
    padding: 15px 0;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
    z-index: 99;
}

.bottom-info-fix .btn {
    padding: 0px 20px;
    font-size: 14px;
    font-weight: 500;
    margin-left: 10px;
}

.bottom-info-fix .btn-right {
    float: right;
}

.bottom-info-fix .primy-color {
    color: #85c808;
}

.bottom-info-fix .line-trhogh {
    text-decoration: line-through;
}
.bottom-info-fix a.close-btn {
	position: absolute;
	top: 3px;
	right: 5px;
	font-size: 35px;
	line-height: 20px;
	text-decoration: none !important;
	color: rgba(51, 51, 51, 0.3);
}
.bc_content.bc_singlepage .content-inner .bottom-info-fix a.close-btn {
	text-decoration: none !important;
}
.your-order.on-mobile {
    display: none;
    padding: 15px 40px;
    margin-bottom: 20px;
}

.your-order.on-mobile h1 {
    margin-top: 20px;
}

.your-order.on-mobile a.tittle-coll {
    display: inline-block;
    width: 100%;
    color: #111 !important;
    position: relative;
    font-size: 16px;
    font-weight: bold;
}

.your-order.on-mobile a.tittle-coll:after {
    content: "\f106";
    padding: 0px;
    color: #000;
    right: 0px;
    top: 0px;
    position: absolute;
    font-size: 16px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 10px;
    display: inline-block;
    line-height: 24px;
}

.your-order.on-mobile a.collapsed:after {
    content: "\f107";
}

.subcribe-contu {
    border: 2px solid #85C808;
    box-sizing: border-box;
    border-radius: 8px;
    background: #fff;
    padding: 40px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.subcribe-contu p {
    margin-bottom: 0px;
}

.subcribe-contu h2 {
    font-weight: bold;
    margin: 0px;
    margin-bottom: 10px;
}

.subcribe-contu .btn {
    margin-right: 10px;
    margin-top: 10px;
}

.subcribe-contu .phone-hand {
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: -1;
}

/*=======================================================
			According
========================================================*/
.accordion {
    background: #E5E5E5;

}

.accordion.gray-bg {
    background: #f3f3f3;
}

.accordion .according-panel .card-header {
    background: none;
    border: none;
    padding: 0px;
}

.accordion .according-panel {
    margin-bottom: 20px;
    border-radius: 4px;
    position: relative;
}

.accordion .according-panel .card-body {
    padding: 0px;
    font-size: 14px;
    line-height: 26px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.accordion .according-panel h4 {
    margin: 0px;
    padding: 0px;
}

.accordion h4 {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
}

.accordion .according-panel a {
    text-decoration: none;
    width: 100%;
    color: #333;
    background: #fff;
    padding: 20px 30px;
    padding-right: 50px;
    line-height: 20px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 4px;
    display: inline-block;
}

.accordion .according-panel a:before {
    content: "\f067";
    padding: 0px;
    color: #202020;
    float: right;
    position: absolute;
    right: 30px;
    font-size: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.accordion .according-panel a.collapsed:before {
    content: "\f068";
}

.accordion .panel-default > .panel-heading {
    background-color: #fff;
    padding: 0px;
    border-radius: 0px;
    overflow: hidden;
}

.accordion p {
    line-height: 26px;
    margin: 10px 0px 5px 0px;
    font-weight: 500;
    color: #333333;
    padding: 0px 30px;
    font-size: 14px;
}

.accordion ul {
    padding: 10px 60px;
    list-style: inherit;
}

.accordion ol {
    padding: 10px 60px;
    list-style: inherit;
}

.accordion li {
    line-height: 26px;
    margin: 0;
    font-weight: 500;
    color: #333333;
    padding: 0px;
    font-size: 14px;
}

.accordion .panel-default > .panel-heading .panel-title {
    margin: 0px;
}

.accordion .panel-default > .panel-heading a {
    text-decoration: none;
    font-size: 11px;
    width: 100%;
    font-weight: bold;
    padding: 10px;
    padding-left: 0px;
    line-height: 20px;
    display: inline-block;
    text-transform: uppercase;
}

.accordion .panel {
    box-shadow: none;
    border-radius: 0px;
    margin-bottom: 15px;
    position: relative;
}

.accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none;
    font-weight: 500;
}

.accordion-style-2 .panel-default > .panel-heading a {
    font-size: 12px;
    text-transform: none;
    color: #a9b876;
}

.accordion-style-2 .panel-default > .panel-heading .panel-title a.collapsed {
    color: #6f6f6f;
}

.accordion-style-2 .panel {
    background: none;
    border: none;
}

.accordion-style-2 .panel-body {
    background: #fff;
    margin-top: 0px;
    padding: 30px;
    color: #6f6f6f;
    line-height: 24px;
}

.accordion-style-2 .panel-default > .panel-heading .panel-title a:before {
    font-size: 8px;
    height: 26px;
    width: 26px;
    line-height: 24px;
    text-align: center;
    background: #a9b876;
    border-color: #a9b876;
    color: #fff;
}

.accordion-style-2 .panel-default > .panel-heading .panel-title a.collapsed:before {
    border: 1px solid #ececec;
    background: #fff;
    color: #141414;
}

.accordion-style-2 .panel-default > .panel-heading a {
    padding: 15px 20px;
    line-height: 26px;
}

.jeg_account_page .entry-content td, .entry-content th {
    font-size: 1em;
    padding: 10px 60px;
    text-align: center !important;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}