h2, h3, h4, h5, h6 {
    font-weight: 600;
}

.row.no-space {
    margin-right: 0;
    margin-left: 0;
}

.row.no-space>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.shadow-btm:after, .shadow-top:after {
    text-indent: -9999px;
    content: ".";
    height: 30px;
}

.banner .caption, .shadow-top:after {
    position: absolute;
    top: 0;
    width: 100%;
}

.banner .caption h3, .btn-right, .service-sec .box .btn, .service-sec .box h4 {
    /* text-transform: uppercase; */
}

.accordion-sec .panel-heading a, .accordion-sec .panel-title a, .btn-right, .yamm .nav ul ul li a, ul.social-in li a {
    text-decoration: none !important;
}
/*------changed for footer banner to move up -------*/
@media (min-width: 882px) and (max-width: 1292px){
    body {
        margin-top: 74px !important;
    }
}
@media (min-width:767px) and (max-width: 881px){
    body {
        margin-top: 93px !important;
    }
}
/*------changed for footer banner to move up -------*/
body {
    border-top: 10px solid #8fb842;
    color: #4a4a4a;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    overflow-x: hidden;
    margin-top: 56px;  /*------changed for footer banner to move up -------*/
}

.container {
    border-left: 0 dotted #CCC;
    border-right: 0 dotted #CCC;
}

a, a:focus {
    outline: 0;
    color: #8fb842;
}

.margin-right-10 {
    margin-right: 10px !important;
}

.margin-right-20 {
    margin-right: 20px !important;
}

.margin-right-30 {
    margin-right: 30px !important;
}

.margin-right-40 {
    margin-right: 40px !important;
}

.margin-right-50 {
    margin-right: 50px !important;
}

.margin-right-60 {
    margin-right: 60px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.margin-bottom-50 {
    margin-bottom: 50px !important;
}

.margin-bottom-60 {
    margin-bottom: 60px !important;
}

.margin-bottom-70 {
    margin-bottom: 70px !important;
}

.margin-bottom-80 {
    margin-bottom: 80px !important;
}

.margin-bottom-90 {
    margin-bottom: 90px !important;
}

.margin-bottom-100 {
    margin-bottom: 100px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-top-50 {
    margin-top: 50px !important;
}

.margin-top-60 {
    margin-top: 60px !important;
}

.margin-top-70 {
    margin-top: 70px !important;
}

.margin-top-80 {
    margin-top: 80px !important;
}

.margin-top-90 {
    margin-top: 90px !important;
}

.margin-top-100 {
    margin-top: 100px !important;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

.padding-top-10 {
    padding-top: 10px !important;
}

.padding-top-20 {
    padding-top: 20px !important;
}

.padding-top-30 {
    padding-top: 30px !important;
}

.padding-top-40 {
    padding-top: 40px !important;
}

.padding-top-50 {
    padding-top: 50px !important;
}

.padding-top-60 {
    padding-top: 60px !important;
}

.padding-top-70 {
    padding-top: 70px !important;
}

.padding-top-80 {
    padding-top: 80px !important;
}

.padding-top-90 {
    padding-top: 90px !important;
}

.padding-top-100 {
    padding-top: 100px !important;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

.padding-bottom-20 {
    padding-bottom: 20px !important;
}

.padding-bottom-30 {
    padding-bottom: 30px !important;
}

.padding-bottom-40 {
    padding-bottom: 40px !important;
}

.padding-bottom-50 {
    padding-bottom: 50px !important;
}

.padding-bottom-60 {
    padding-bottom: 60px !important;
}

.padding-bottom-70 {
    padding-bottom: 70px !important;
}

.padding-bottom-80 {
    padding-bottom: 80px !important;
}

.padding-bottom-90 {
    padding-bottom: 90px !important;
}

.padding-bottom-100 {
    padding-bottom: 100px !important;
}

.no-padding {
    padding: 0;
}

.btn {
    border-radius: 20px;
    border: 1px solid transparent;
    color: #fff !important;
    overflow: hidden;
    border-bottom: 0;
    border-top: 0;
}

.btn:hover {
    box-shadow: 0 0 5px #ccc;
}

.btn-sm {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.btn-lg {
    padding-bottom: 8px;
    padding-left: 25px !important;
    padding-right: 25px !important;
    padding-top: 8px;
}

.btn-xl {
    border-radius: 30px;
    font-size: 18px;
    padding: 8px 24px;
}

.btn-green {
    background: #a4ce57;
    background: -moz-linear-gradient(top, #a4ce57 0, #8bb53e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #a4ce57), color-stop(100%, #8bb53e));
    background: -webkit-linear-gradient(top, #a4ce57 0, #8bb53e 100%);
    background: -o-linear-gradient(top, #a4ce57 0, #8bb53e 100%);
    background: -ms-linear-gradient(top, #a4ce57 0, #8bb53e 100%);
    background: linear-gradient(to bottom, #a4ce57 0, #8bb53e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4ce57', endColorstr='#8bb53e', GradientType=0);
}

.btn-purple {
    background: #6b47b7;
    background: -moz-linear-gradient(top, #6b47b7 0, #522e9e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6b47b7), color-stop(100%, #522e9e));
    /* background: -webkit-linear-gradient(top, #6b47b7 0, #522e9e 100%); */
    background: -o-linear-gradient(top, #6b47b7 0, #522e9e 100%);
    background: -ms-linear-gradient(top, #6b47b7 0, #522e9e 100%);
    /* background: linear-gradient(to bottom, #6b47b7 0, #522e9e 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b47b7', endColorstr='#522e9e', GradientType=0);
}

.btn-dark {
    background: #5e5e5e;
    background: -moz-linear-gradient(top, #5e5e5e 0, #454545 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5e5e5e), color-stop(100%, #454545));
    background: -webkit-linear-gradient(top, #5e5e5e 0, #454545 100%);
    background: -o-linear-gradient(top, #5e5e5e 0, #454545 100%);
    background: -ms-linear-gradient(top, #5e5e5e 0, #454545 100%);
    background: linear-gradient(to bottom, #5e5e5e 0, #454545 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e5e5e', endColorstr='#454545', GradientType=0);
}

.btn-grey {
    background: #7e7e7e;
    background: -moz-linear-gradient(top, #7e7e7e 0, #656565 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7e7e7e), color-stop(100%, #656565));
    background: -webkit-linear-gradient(top, #7e7e7e 0, #656565 100%);
    background: -o-linear-gradient(top, #7e7e7e 0, #656565 100%);
    background: -ms-linear-gradient(top, #7e7e7e 0, #656565 100%);
    background: linear-gradient(to bottom, #7e7e7e 0, #656565 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7e7e7e', endColorstr='#656565', GradientType=0);
}

.btn-light {
    color: #404040 !important;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0, #e6e6e6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #e6e6e6));
    background: -webkit-linear-gradient(top, #fff 0, #e6e6e6 100%);
    background: -o-linear-gradient(top, #fff 0, #e6e6e6 100%);
    background: -ms-linear-gradient(top, #fff 0, #e6e6e6 100%);
    background: linear-gradient(to bottom, #fff 0, #e6e6e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
}

.gr1, .navbar-default, .yamm {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e5e5e', endColorstr='#454545', GradientType=0);
}

.btn-right {
    float: right;
    padding: 15px;
    margin-right: -10px;
    color: #fff !important;
    font-size: 16px;
    border-radius: 0 15px 15px 0;
}

.logo {
    float: left;
}

.header-top {
    padding: 15px 0;
}

.header-top-on {
    float: right;
}

ul.social-in {
    margin-bottom: 0;
    margin-top: 10px;
}

ul.social-in li {
    border: 1px solid #ececec;
    border-radius: 20px;
    vertical-align: top;
    display: inline-block;
    font-size: 12px;
    min-height: 30px;
    min-width: 33px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 5px;
}

ul.social-in li a {
    color: #4a4a4a;
    display: block;
    padding: 6px;
    text-align: center;
}

ul.social-in li span {
    color: #4a4a4a;
    font-size: 12px;
    margin-left: 5px;
    vertical-align: top;
}

ul.social-in li i {
    color: #8fb842;
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
    margin-top: -3px;
}

ul.social-in .ic {
    padding: 0;
}

ul.social-in li.link {
    border: 0;
    padding: 0;
}

.navbar-default {
    border: 0;
    border-radius: 0px;
    margin-bottom: 0;
    background: #5e5e5e;
    background: -moz-linear-gradient(top, #5e5e5e 0, #454545 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5e5e5e), color-stop(100%, #454545));
    background: -webkit-linear-gradient(top, #5e5e5e 0, #454545 100%);
    background: -o-linear-gradient(top, #5e5e5e 0, #454545 100%);
    background: -ms-linear-gradient(top, #5e5e5e 0, #454545 100%);
    background: linear-gradient(to bottom, #5e5e5e 0, #454545 100%);
    border: 0;
}

.navbar-default .navbar-nav>li>a {
    color: #FFF;
    text-transform: uppercase;
    font-size: 16px;
}

.navbar-default .dropdown a:hover, .navbar-default .navbar-nav>li>a:hover {
    color: #8fb842;
    background: 0 0 !important;
}

.navbar-default .navbar-toggle {
    display: none;
}

.yamm {
    background: #5e5e5e;
    background: -moz-linear-gradient(top, #5e5e5e 0, #454545 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5e5e5e), color-stop(100%, #454545));
    background: -webkit-linear-gradient(top, #5e5e5e 0, #454545 100%);
    background: -o-linear-gradient(top, #5e5e5e 0, #454545 100%);
    background: -ms-linear-gradient(top, #5e5e5e 0, #454545 100%);
    background: linear-gradient(to bottom, #5e5e5e 0, #454545 100%);
}

.yamm .collapse, .yamm .dropdown, .yamm .dropup, .yamm .nav {
    position: static;
}

.shadow-btm, .yamm .container {
    position: relative;
}

.yamm .dropdown-menu {
    left: auto;
    padding: 10px !important;
}

.yamm .yamm-content {
    padding: 0 20px;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
}

.yamm .nav ul ul li a {
    clear: both;
    color: #333;
    display: block;
    font-weight: 400;
    line-height: 1.42857;
    padding: 3px 0;
}

.shadow-btm:after {
    background: url(../images/shadow-btm.png) 0 0/100% auto no-repeat;
    bottom: -30px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: -1;
}

.shadow-top {
    position: relative;
}

.shadow-top:after {
    background: url(../images/shadow-top.png) center top/100% auto no-repeat;
    left: 0;
    opacity: 0;
}

.banner {
    /* background-color: #eee; */
    /* background-image: url(../images/logo-bg1.png); */
    /* background-position: left bottom; */
    /* background-repeat: no-repeat; */
    /* border-radius: 20px; */
    /* margin-bottom: 20px; */
    position: static;
}

.banner * {
    z-index: 999;
}

.banner .carousel-inner {
    border-radius: 0px;
    overflow: hidden;
}

.banner .item, .banner .item figure, .banner .item.active {
    overflow: hidden;
    border-radius: 0px;
}

.banner .item {
    min-height: 500px;
    background-size: cover;
    background-position: right center;
}

.banner .item figure {
    bottom: 0;
    float: left;
    /* position: absolute; */
    background: #fff;
}

.banner .item figure:before {
    content: "";
    background: #000;
    height: 100%;
    z-index: 0;
    width: 100%;
    position: absolute;
    opacity: 0.3;
}

.banner .caption {
    max-width: 570px;
    padding-right: 100px;
    padding-top: 90px;
    left: 30px;
    z-index: 9990999;
    text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.5);
}

.banner .caption .btm-text {
    padding-top: 30px;
}

.banner .caption h3 {
    color: #fff;
    font-size: 45px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.banner .caption h4 {
    font-size: 28px;
    color: #8fb842;
    font-weight: 400;
}

.banner .caption h5 {
    color: #fff;
    font-size: 18px;
    font-weight: inherit;
    line-height: 30px;
    margin-bottom: 40px;
    font-weight: 300;
}

.banner .carousel-indicators {
    bottom: -50px;
}

.carousel-indicators li {
    background-color: #eaeaea;
    border: 0;
    height: 10px;
    width: 10px;
}

.carousel-indicators .active {
    background-color: #8fb842;
}

.ticker {
    background-color: #eee;
    border: 0px solid #e8eaeb;
    border-radius: 0px;
    margin-bottom: 0;
    overflow: hidden;
    padding: 0 10px;
    text-align: center;
    width: 100%;
    margin-top: -1px;
}

#stocks-box {
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px min-height: 26px;
}

#stocks-box strong {
    padding-right: 10px;
}

#stocks-box .green {
    color: #090;
    padding-left: 10px;
}

#stocks-box .red {
    color: #C00;
    padding-left: 10px;
}

#stocks-box .stockprice {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    padding: 3px 0;
    width: auto;
    position: relative;
    float: left;
}

#stocks-box .stockprice::after {
    background: #9ac844;
    border-radius: 50%;
    bottom: 0;
    content: "x";
    height: 7px;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: 10px;
    vertical-align: sub;
    width: 7px;
}

.text-sec.icon {
    position: relative;
    border-radius: 50px;
    margin-bottom: 70px;
}

#stocks-holder {
    width: 6000px;
}

section {
    padding: 100px 0;
}

section h2 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 36px;
    font-weight: 400;
}

section h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}

section h5 {
    /* font-size: 22px; */
    font-weight: 300;
    line-height: 30px;
}

.text-sec {
    padding-left: 70px;
    padding-right: 50px;
    padding-top: 40px;
    /* background: #f9f9f9; */
    margin-right: 30px;
    /* border: 10px solid #FFF; */
    /* outline: 5px solid #eee; */
    padding-bottom: 0;
}

.text-sec h2 {
    margin-bottom: 20px;
    font-size: 30px;
}

.text-sec.icon:after, .text-sec.icon:before {
    content: ".";
    text-indent: -9999px;
    height: 100%;
    position: absolute;
    width: 94px;
}

.text-sec.icon:before {
    background: url(../images/left-icon.png) no-repeat;
    left: -15px;
    top: -10px;
}

.text-sec.icon:after {
    /* background: url(../images/right-icon.png) right bottom no-repeat; */
    bottom: -10px;
    right: -15px;
}

.research-sec {
    background-color: #dfe4e6;
    /* background-image: url(../images/about.jpg); */
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 70px;
    background-size: contain;
    position: relative;
}

.research-sec figure {
    position: relative;
    /* bottom: 0; */
    height: 100%;
    min-height: 400px;
    margin-bottom: -100px;
}

.research-sec h2 {
    /* removed double css attribute */
    margin-top: 50px;
}

.research-sec h5 {
    /* color: #FFF */
}

.service-sec .col .clr {
    min-height: 195px;
    width: 100%;
    margin-top: 0;
    position: relative;
    padding-top: 30px;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
}

.service-sec .col:nth-child(1) .clr {
    /* background-color: #ededed; */
}

.service-sec .col:nth-child(2) .clr {
    /* background-color: #f7f7f7 */
}

.service-sec .col:nth-child(3) .clr {
    /* background-color: #ededed */
}

.service-sec .col:nth-child(4) .clr {
    /* background-color: #f7f7f7 */
}

.service-sec {
    background-image: url(../images/homes.png);
    background-position: bottom right;
    background-repeat: repeat-x;
    padding-top: 70px;
    position: relative;
    background-size: 450px;
}

.service-sec .box {
    border: 1px solid #eee;
    padding: 0;
    background: #fefefe;
    border-radius: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.service-sec .box i {
    margin-bottom: 0;
    height: 100px;
    margin-top: 20px;
}

.service-sec .box i img {
    max-height: 80px;
}

.service-sec .box h4 {
    font-size: 18px;
    font-weight: 600;
    height: 50px;
    width: 1000px;
    overflow: hidden;
    /* padding-left: 10px; */
    /* padding-right: 10px; */
    text-transform: capitalize !important;
    display: table-cell;
    vertical-align: middle;
    color: #842;
    line-height: normal;
}

.service-sec .box .btn {
    text-transform: capitalize;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100px;
    margin: auto;
}

.service-sec .box .text {
    padding-bottom: 40px;
}

.service-sec .box .text:before {
    background: #9ac844;
    content: ".";
    height: 5px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: 10px;
    width: 40px;
    z-index: 10;
}

.home-products .box, .main-products .box {
    margin-left: -15px;
    margin-right: -15px;
}

.accordion-sec h3 {
    color: #9ac844;
}

.accordion-sec h3 a {
    background: #f9f9f9;
    border-radius: 20px;
    color: #555;
    float: right;
    font-size: 14px;
    margin-top: 2px;
    padding: 5px 10px;
}

.home-products .box h4, .main-products .box h4 {
    text-transform: uppercase;
    line-height: normal;
    font-weight: 600;
    margin-top: 0;
    overflow: hidden;
}

.accordion-sec .panel-default {
    box-shadow: none;
    background: 0 0 !important;
    border: 0;
}

.accordion-sec .panel-heading {
    background: 0 0 !important;
    border-bottom: 1px solid #4a4a4a;
    padding-left: 0;
    padding-right: 0;
}

.accordion-sec .panel-heading i {
    padding-right: 10px;
}

.accordion-sec .panel-title {
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
}

.home-products .box a, .main-products .box a {
    text-decoration: none;
}

.accordion-sec .panel-body {
    background: #fcfcfc;
    border: 0 !important;
    color: #777;
    font-size: 13px;
}

.accordion-sec .panel-body .date {
    display: block;
    color: #6b47b7;
    margin-bottom: 5px;
}

.panel-heading .panel-title:after {
    font-family: 'Glyphicons Halflings';
    content: "\2b";
    position: absolute;
    right: 0;
    top: 0;
}

.accordion-sec .panel-heading .panel-title:after {
    right: 10px;
}

.panel-heading .active:after {
    font-family: 'Glyphicons Halflings';
    content: "\2212";
    color: grey;
    float: right;
}

.app-sec:before, .footer-sec h3::before {
    left: 0;
    bottom: 0;
    content: ".";
    text-indent: -9999px;
}

.home-products {
    padding: 0;
}

.home-products h3 {
    color: #9ac844;
}

.home-products .col:nth-child(1) .clr {
    background-color: #5a32af;
}

.home-products .col:nth-child(2) .clr {
    background-color: #7bb310;
}

.home-products .col:nth-child(3) .clr {
    background-color: #4a4a4a;
}

.home-products .products {
    padding-top: 20px;
}

.home-products .box h4 {
    color: #fff;
    font-size: 18px;
    height: 65px;
    margin-bottom: 40px;
    padding: 10px 25px;
}

.main-products {
    padding: 0;
}

.main-products h3 {
    color: #9ac844;
}

.main-products p {
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
}

.main-products .col .clr {
    background-color: #ededed;
}

.main-products .col .b2 .clr {
    background-color: #5c38a9;
}

.main-products .products {
    padding-top: 20px;
    margin-bottom: 50px;
}

.main-products .box h4 {
    color: #000;
    font-size: 24px;
    margin-bottom: 0;
    padding: 25px 20px 10px;
}

.main-products .box .link {
    padding: 20px 0;
}

.main-products .box .link a {
    font-size: 18px;
    color: #4a4a4a;
    text-decoration: underline;
}

.accor .panel-default a, .footer-sec ul.social li a, .new-products a {
    text-decoration: none !important;
}

.main-products .col .b2 {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    margin-top: -20px;
    position: relative;
    z-index: 5;
}

.main-products .col .b2 h4 {
    color: #FFF;
    font-size: 40px;
}

.main-products .col .b2 p {
    color: #FFF;
    font-size: 20px;
    padding-bottom: 10px;
}

.main-products .col .b2 .link a {
    color: #fff;
    display: block;
    font-size: 22px;
    margin-bottom: 20px;
}

.new-products {
    float: left;
    width: 100%;
}

.new-products .col .box {
    margin-left: -15px;
    margin-right: -16px;
    position: relative;
}

.new-products .col .box .title {
    background: rgba(0, 0, 0, .7);
    bottom: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 10px;
    position: absolute;
    text-align: left;
    width: 100%;
    z-index: 9;
}

.bg-1, .bg-2 {
    text-align: center;
}

.new-products .col article {
    vertical-align: middle;
    display: table-cell;
    height: 245px;
    width: 900px;
}

.new-products .col article img {
    max-width: 100%;
    width: 100%;
    max-height: 245px;
}

.new-products .row1:nth-child(3n+1) .col:nth-child(2) .box {
    background: #8eb841;
    color: #fff;
    font-size: 32px;
    padding: 0 20px;
    font-weight: 600;
    line-height: normal;
}

.new-products .row1:nth-child(3n+1) .col:nth-child(3) .box {
    background: #959595;
    color: #FFF;
    font-size: 18px;
    padding: 0 20px;
}

.new-products .row1:nth-child(3n+2) .col:nth-child(1) .box {
    background: #f9f9f9;
    color: #555;
    font-size: 32px;
    font-weight: 600;
    line-height: normal;
    padding: 0 20px;
}

.new-products .row1:nth-child(3n+2) .col:nth-child(3) .box {
    background: #5733a3;
    color: #FFF;
    font-size: 18px;
    padding: 0 20px;
}

.new-products .row1:nth-child(3n+3) .col:nth-child(1) .box {
    background: #5733a3;
    color: #fff;
    font-size: 18px;
    padding: 0 20px;
}

.new-products .row1:nth-child(3n+3) .col:nth-child(2) .box {
    background: #555;
    color: #fff;
    font-size: 32px;
    padding: 0 20px;
    font-weight: 600;
    line-height: normal;
}

.app-sec {
    background-color: #f9f9f9;
    background-image: url(../images/logo-bg-3.png);
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.app-sec h2 {
    margin-top: 20px;
    margin-bottom: 30px;
}

.app-sec .row {
    position: relative;
    z-index: 10;
}

.app-sec:before {
    /* background: url(../images/green-bg.png) center bottom no-repeat; */
    height: 120px;
    position: absolute;
    width: 100%;
    z-index: 9;
}

.app-sec figure img {
    /* max-width: 380px */
}

.footer-sec {
    background: darkslategray;
    color: #aaa;
    padding: 50px 0;
    font-size: 20px;
    font-weight: 200;
    color: #fff;
}

.footer-sec h3 {
    color: #fff;
    font-size: 23px;
    padding-bottom: 15px;
    position: relative;
    margin-top: 0;
}

.footer-sec h3::before {
    background: #9ac844;
    height: 5px;
    margin: auto;
    position: absolute;
    width: 40px;
    z-index: 10;
}

.footer-sec .links {
    list-style: none inside;
    margin: 0;
    padding: 0;
}

.footer-sec .links>li {
    background-image: url(../images/bullet-arrow.png);
    /* line-height: 24px; */
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 0px 7px;
    padding-left: 26px;
}

.footer-sec .links li a {
    color: #aaa;
    font-size: 16px;
}

.footer-sec .links li ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-sec .links li li a {
    font-size: 13px;
    margin-left: 0;
}

.footer-sec ul.social {
    margin-bottom: 0;
    padding: 0;
}

.footer-sec ul.social li {
    /* border: 1px solid #ececec; */
    list-style: none;
    text-align: left;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: cadetblue;
    text-align: center;
    margin-right: 5px;
    border-radius: 50%;
}

.footer-sec ul.social li a {
    color: #fff;
    display: block;
}

.footer-sec ul.social li span {
    color: #aaa;
    font-size: 12px;
    margin-left: 5px;
    vertical-align: top;
}

.footer-sec ul.social li i {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
    margin-top: -3px;
}

.footer-sec ul.social .ic {
    padding: 0;
}

.footer-sec ul.social li.link {
    border: 0;
    padding: 0;
}

.bg-1 {
    background: #d9d9d9;
    padding: 20px 0;
}

.bg-2 {
    font-size: 12px;
    line-height: normal;
    padding: 30px 0;
    height: 130px !important;
}

.welcome-sec {
    margin-bottom: 50px;
}

.welcome-sec h5 {
    font-size: 16px;
    line-height: normal;
    padding: 0 30px;
}

.why-sec {
    background: #fff;
    padding: 30px 0;
}

.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .08) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s;
    width: 100%;
}

.accor .panel-default {
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.accor .panel-default a {
    color: #FFF !important;
}

.calendar-archives.calendrier a, .nav-side-menu li a {
    text-decoration: none;
}

.accor .panel-heading {
    background-color: #4a4a4a;
    color: #fff;
    border-radius: 0;
    border: none;
}

.accor .panel-body {
    background: #f9f9f9;
    border-radius: 0;
    box-shadow: none;
}

.inner {
    padding-top: 10px;
    /*15px*/
    padding-bottom: 40px;
    min-height: 600px;
}

.nav-side-menu {
    background-color: #f7f7f7;
    border-radius: 15px;
    color: #404040;
    height: 100%;
    overflow: auto;
    top: 0;
    margin-bottom: 20px;
}

.nav-side-menu .brand {
    background-color: #575757;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 45px;
    padding-bottom: 10px;
    padding-left: 15px;
}

.nav-side-menu .toggle-btn {
    display: none;
}

.nav-side-menu li, .nav-side-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 35px;
    cursor: pointer;
}

.nav-side-menu li :not(collapsed) .arrow:before, .nav-side-menu ul :not(collapsed) .arrow:before {
    font-size: 10px;
    font-family: FontAwesome;
    content: "\f078";
    display: inline-block;
    padding-left: 10px;
    padding-right: 0;
    vertical-align: middle;
    float: right;
}

.video, h2.title {
    width: 100%;
    float: left;
}

.nav-side-menu li .sub-menu li.active, .nav-side-menu li .sub-menu li.active a, .nav-side-menu ul .sub-menu li.active, .nav-side-menu ul .sub-menu li.active a {
    color: #d19b3d;
}

.nav-side-menu li .sub-menu li, .nav-side-menu ul .sub-menu li {
    border: none;
    line-height: 28px;
    border-bottom: 1px solid #eee;
    margin-left: 0;
}

.nav-side-menu li .sub-menu li:before, .nav-side-menu ul .sub-menu li:before {
    color: #9ac844;
    font-family: FontAwesome;
    content: "\f04e";
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
}

.nav-side-menu li {
    padding-left: 0;
    border-bottom: 1px solid #d8d8d8;
}

.nav-side-menu li.top-title {
    color: #5a32af;
    font-size: 16px;
    margin-top: 5px;
}

.nav-side-menu ul a {
    font-weight: 400;
    font-size: 14px;
}

.nav-side-menu li.top-title:before {
    display: none;
}

.nav-side-menu li:before {
    font-size: 8px;
    font-family: FontAwesome;
    content: "\f04e";
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
}

.nav-side-menu li a {
    color: #474747;
}

.nav-side-menu li a i {
    padding-left: 10px;
    width: 20px;
    padding-right: 20px;
}

.nav-side-menu li:hover {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.menu-list {
    background: #f7f7f7;
    border-radius: 15px;
    border-top: 3px solid #8fb842;
    margin-top: -13px;
    overflow: hidden;
}

.menu-list ul.menu-content {
    margin-left: 15px;
    padding-right: 15px;
}

.nav-side-menu li:last-child {
    border-bottom: 0 solid #d8d8d8 !important;
}

.gr1 {
    background: #5e5e5e;
    background: -moz-linear-gradient(top, #5e5e5e 0, #454545 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5e5e5e), color-stop(100%, #454545));
    background: -webkit-linear-gradient(top, #5e5e5e 0, #454545 100%);
    background: -o-linear-gradient(top, #5e5e5e 0, #454545 100%);
    background: -ms-linear-gradient(top, #5e5e5e 0, #454545 100%);
    background: linear-gradient(to bottom, #5e5e5e 0, #454545 100%);
}

.gr2 {
    background: #6b47b7;
    background: -moz-linear-gradient(top, #6b47b7 0, #522e9e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6b47b7), color-stop(100%, #522e9e));
    background: -webkit-linear-gradient(top, #6b47b7 0, #522e9e 100%);
    background: -o-linear-gradient(top, #6b47b7 0, #522e9e 100%);
    background: -ms-linear-gradient(top, #6b47b7 0, #522e9e 100%);
    background: linear-gradient(to bottom, #6b47b7 0, #522e9e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b47b7', endColorstr='#522e9e', GradientType=0);
}

h1.title {
    border-radius: 15px;
    color: #fff;
    font-size: 28px;
    margin: 0 0 30px;
    padding: 13px 20px;
    position: relative;
}

h1.title:after, h1.title:before {
    text-indent: -9999px;
    content: ".";
    position: absolute;
}

h1.title:after {
    background: url(../images/shadow-btm.png) center bottom/100% 15px no-repeat;
    bottom: -15px;
    z-index: -1;
    height: 30px;
    left: 0;
    right: 0;
    width: 100%;
}

h1.title:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 11px solid #5a32af;
    bottom: -18px;
    display: inline-block;
    height: 20px;
    left: 30px !important;
    width: 0 !important;
}

h1.purple {
    background-color: #5a32af;
}

h1.green {
    background-color: #9ac844;
}

h1.purple:before {
    border-top-color: #5a32af;
}

h1.green:before {
    border-top-color: #9ac844;
}

h2.title {
    border-radius: 15px;
    color: #fff;
    font-size: 20px;
    margin: 0 0 40px;
    padding: 13px 20px;
    position: relative;
}

h2.title:after, h2.title:before {
    text-indent: -9999px;
    content: ".";
    position: absolute;
}

h2.title:after {
    background: url(../images/shadow-btm.png) center bottom/100% 15px no-repeat;
    bottom: -15px;
    z-index: -1;
    height: 30px;
    left: 0;
    right: 0;
    width: 100%;
}

h2.title:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 11px solid #5a32af;
    bottom: -18px;
    display: inline-block;
    height: 20px;
    left: 30px !important;
    width: 0 !important;
}

h2.purple {
    background-color: #5a32af;
}

h2.green {
    background-color: #9ac844;
}

h2.purple:before {
    border-top-color: #5a32af;
}

h2.green:before {
    border-top-color: #9ac844;
}

.video {
    border: 10px solid #474747;
    border-radius: 15px;
    margin-bottom: 40px;
    display: inline-block;
}

.content-sec, .widget {
    border-radius: 15px;
    float: left;
    width: 100%;
}

.product-features {
    float: left;
    margin-bottom: 40px;
    width: 100%;
}

.product-features ul {
    float: left;
    padding: 0 0 0 10px;
    width: 100%;
}

.product-features li {
    background: url(../images/tick.png) 0 2px no-repeat;
    line-height: normal;
    font-size: 16px;
    list-style: none;
    padding-bottom: 10px;
    padding-left: 30px;
}

.content-sec {
    background: #f9f9f9;
    padding: 20px;
    margin-bottom: 15px;
}

.widget.contact, .widget.contact1 {
    text-align: center;
    background-color: #545454;
}

.content-sec p:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.content-sec p {
    word-wrap: break-word;
}

.content-sec ul {
    padding-left: 0;
    list-style: none;
}

.content-sec li:before {
    font-size: 14px;
    font-family: FontAwesome;
    content: "\f101";
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    float: left;
    color: #8fb842;
}

.content-sec ol li:before {
    display: none;
}

.content-sec img {
    max-width: 100%;
    height: auto;
}

.widget {
    margin-bottom: 15px;
}

.widget.contact {
    padding: 20px;
}

.widget.contact i {
    font-size: 70px;
    color: #FFF;
}

.widget.contact .phone {
    color: #9ac844;
    font-size: 28px;
    line-height: normal;
}

.widget.contact .email {
    font-size: 14px;
    color: #FFF;
}

.widget.contact .email a:hover {
    color: #FFF;
}

.widget.contact1 {
    padding: 20px;
    color: #CCC;
}

.widget.contact1 h2 {
    color: #FFF;
}

.widget.contact1 i {
    font-size: 70px;
    color: #FFF;
}

.widget.contact1 .phone {
    color: #9ac844;
    font-size: 28px;
    line-height: normal;
}

.widget.contact1 .email {
    font-size: 14px;
    color: #FFF;
}

.widget.products h2, .widget.reviews h2 {
    line-height: normal;
    font-size: 18px;
    margin-top: 0;
}

.widget.products {
    background-color: #dcedc8;
    padding: 20px;
}

.widget.reviews {
    background-color: #00bbe4;
    color: #FFF;
    padding: 20px;
    position: relative;
    margin-bottom: 40px;
}

.widget.reviews h2 a {
    color: #444;
    float: right;
    font-size: 12px;
    font-weight: 400;
    margin-top: 5px;
}

.widget.reviews blockquote {
    border: 0;
    font-size: 14px;
    line-height: normal;
    margin: 0;
    padding: 0;
    position: relative;
}

.widget.reviews cite {
    bottom: -45px;
    color: #474747;
    float: right;
    font-size: 14px;
    line-height: normal;
    position: absolute;
    right: 55px;
}

.widget.reviews blockquote:before {
    content: "\"";
    display: inline-block;
    float: left;
    font-size: 80px;
    height: 20px;
    left: -4px;
    line-height: 66px;
    padding-right: 5px;
    position: relative;
    top: -3px;
}

.widget.reviews::before {
    border-left: 0 solid transparent;
    border-right: 35px solid transparent;
    border-top: 20px solid #00bbe4;
    bottom: -20px;
    content: ".";
    display: inline-block;
    height: 20px;
    right: 30px !important;
    position: absolute;
    text-indent: -9999px;
    width: 0 !important;
}

table.compare {
    width: 100%;
}

table.compare th {
    background: #474747;
    border-bottom: 0 none !important;
    border-radius: 10px 11px 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px !important;
    text-align: center;
    vertical-align: middle !important;
    word-wrap: break-word;
    white-space: pre-wrap;
}

.inner-banner, .search-bar {
    float: left;
    background: #f1f1f1;
    border-radius: 15px;
    padding: 15px;
    width: 100%;
}

table.compare td {
    text-align: center;
    min-width: 100px;
    border-right: 1px solid #fff;
    word-wrap: break-word;
    white-space: pre;
}

table.compare td:nth-child(1) {
    border-right: 1px solid #fff;
    text-align: left;
    white-space: normal;
}

.inner-banner {
    margin-bottom: 40px;
}

.inner-banner h2 {
    color: #5a32af;
    font-size: 32px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 13px;
}

.inner-banner h3 {
    font-size: 24px;
    font-weight: 500;
    margin-top: 0;
}

.page-wrap .products {
    margin-bottom: 20px;
    margin-top: 20px;
}

.search-bar {
    margin-bottom: 40px;
}

.search-bar .field {
    position: relative;
}

.search-bar .form-control {
    width: 92%;
    color: #000 !important;
    font-size: 20px;
}

.search-bar .btn {
    background-image: url(../images/search-arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 0;
    height: 40px;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: 0;
    width: 8%;
}

.latest-level .box h4:before, .other-level .box h4:before {
    text-indent: -9999px;
    background: #9ac844;
    content: ".";
    height: 5px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    width: 40px;
    z-index: 10;
}

.search-bar .hint {
    bottom: -24px;
    font-size: 12px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
}

.latest-level {
    padding-top: 50px;
    padding-bottom: 50px;
}

.latest-level .box h4 {
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    position: relative;
    text-transform: uppercase;
}

.latest-level .box h4:before {
    margin-top: auto;
    position: absolute;
    top: 60px;
}

.latest-level .box .date {
    color: #5a32af;
}

.latest-level .box img {
    max-height: 88px;
}

.calander-box {
    border-radius: 15px;
    padding: 5px;
}

.other-level {
    padding-top: 20px;
    padding-bottom: 50px;
}

.other-level h2 {
    margin-bottom: 50px;
}

.other-level .box {
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
}

.other-level .box i {
    border: 1px solid #e8eaeb;
    border-radius: 50%;
    padding: 15px;
}

.other-level .box h4 {
    font-size: 14px;
    font-weight: 700;
    position: relative;
    margin-top: 40px;
    margin-bottom: 0;
    height: 25px;
}

.other-level .box h4:before {
    margin-top: auto;
    position: absolute;
    top: -20px;
}

.calendar {
    max-width: 100%;
    margin: auto;
}

.calendar-archives.calendrier {
    position: relative;
    width: 100%;
}

.calendar-archives.calendrier * {
    box-sizing: border-box !important;
}

.calendar-archives.calendrier li, .calendar-archives.calendrier ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: list-item;
}

.calendar-archives.calendrier .archives-years {
    overflow: hidden;
    position: relative;
    border: 0 solid #e6e6e6;
    border-bottom: 0;
}

.calendar-archives.calendrier .calendar-navigation {
    height: 40px;
    position: relative;
    width: 100%;
}

.calendar-archives.calendrier .calendar-navigation a, .calendar-archives.calendrier .calendar-navigation div, .calendar-archives.calendrier .calendar-navigation li, .calendar-archives.calendrier .calendar-navigation ul {
    line-height: 30px;
}

.calendar-archives.calendrier .calendar-navigation .next-year, .calendar-archives.calendrier .calendar-navigation .prev-year {
    background: 0 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #fff;
    display: block;
    font-size: 46px;
    position: absolute;
    text-align: center;
    top: 165px;
    z-index: 999;
}

.calendar-archives.calendrier .calendar-navigation .next-year:hover, .calendar-archives.calendrier .calendar-navigation .prev-year:hover {
    background-color: rgba(255, 255, 255, .1);
    color: #fff;
}

.calendar-archives.calendrier .calendar-navigation .next-year.disabled, .calendar-archives.calendrier .calendar-navigation .prev-year.disabled {
    opacity: .4;
    cursor: default;
}

.calendar-archives.calendrier .calendar-navigation .next-year.disabled:hover, .calendar-archives.calendrier .calendar-navigation .prev-year.disabled:hover {
    background-color: none;
}

.calendar-archives.calendrier .calendar-navigation .prev-year {
    border-top-left-radius: 5px;
    left: -70px;
    box-shadow: -1px 0 0 rgba(0, 0, 0, .2) inset;
    border-right: 1px rgba(255, 255, 255, .2) solid;
}

.calendar-archives.calendrier .calendar-navigation .menu-container:hover .arrow-down, .calendar-archives.calendrier .calendar-navigation .next-year {
    box-shadow: 1px 0 0 rgba(255, 255, 255, .2) inset;
    border-left: 1px rgba(0, 0, 0, .2) solid;
}

.calendar-archives.calendrier .calendar-navigation .next-year {
    right: -70px;
}

.calendar-archives.calendrier .calendar-navigation .menu-container {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
}

.calendar-archives.calendrier .calendar-navigation .menu-container.months {
    font-size: 20px;
    text-shadow: none !important;
    text-transform: capitalize;
    width: 200px;
}

.calendar-archives.calendrier .calendar-navigation .menu-container a.title {
    display: block;
    width: 100%;
    color: #fff;
}

.calendar-archives.calendrier .calendar-navigation .menu-container .arrow-down {
    color: #fff;
    position: absolute;
    width: 26px;
    right: -10px;
    top: 0;
    cursor: pointer;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.calendar-archives.calendrier .calendar-navigation .menu-container .arrow-down:hover {
    background-color: rgba(255, 255, 255, .1);
}

.calendar-archives.calendrier .calendar-navigation .menu-container .menu {
    overflow: hidden;
    position: absolute;
    z-index: 99;
    display: none;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    top: 0;
}

.calendar-archives.calendrier ul li a {
    font-size: 18px;
    line-height: normal !important;
    padding: 5px 0;
}

.calendar-archives.calendrier .calendar-navigation .menu-container .menu a {
    text-shadow: none;
    display: block;
    color: #555;
}

.calendar-archives.calendrier .calendar-navigation .menu-container .menu a:hover {
    background: url(data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2NkMzEwZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiMzJiMGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #cd310d 1%, #b32b0c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #cd310d), color-stop(100%, #b32b0c));
    background: -webkit-linear-gradient(top, #cd310d 1%, #b32b0c 100%);
    background: -o-linear-gradient(top, #cd310d 1%, #b32b0c 100%);
    background: -ms-linear-gradient(top, #cd310d 1%, #b32b0c 100%);
    background: linear-gradient(to bottom, #cd310d 1%, #b32b0c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cd310d', endColorstr='#b32b0c', GradientType=0);
    cursor: pointer;
    color: #fff;
}

.calendar-archives.calendrier .calendar-navigation .menu-container .menu a.selected {
    color: #333;
}

.calendar-archives.calendrier .year {
    position: absolute;
    background-color: #fff;
    top: 0;
    left: 0;
    margin-left: -100%;
    width: 100%;
    z-index: 0;
}

.calendar-archives.calendrier .year .year-link {
    display: none;
}

.calendar-archives.calendrier .year.last {
    position: relative;
}

.calendar-archives.calendrier .year.current {
    margin-left: 0;
    z-index: 1;
}

.calendar-archives.calendrier .day, .calendar-archives.calendrier .month {
    float: left;
    overflow: hidden;
    display: block;
    border-right: 1px #e6e6e6 solid;
    border-bottom: 1px #e6e6e6 solid;
    position: relative background: #fefefe;
    background: -moz-linear-gradient(top, #fefefe 0, #e5e5e5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fefefe), color-stop(100%, #e5e5e5));
    background: -webkit-linear-gradient(top, #fefefe 0, #e5e5e5 100%);
    background: -o-linear-gradient(top, #fefefe 0, #e5e5e5 100%);
    background: -ms-linear-gradient(top, #fefefe 0, #e5e5e5 100%);
    background: linear-gradient(to bottom, #fefefe 0, #e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#e5e5e5', GradientType=0);
}

.calendar-archives.calendrier .day.has-posts, .calendar-archives.calendrier .month.has-posts, .restrictionNotice a {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4ce57', endColorstr='#8bb53e', GradientType=0);
}

.calendar-archives.calendrier .day.has-posts, .calendar-archives.calendrier .month.has-posts {
    background: #a4ce57;
    background: -moz-linear-gradient(top, #a4ce57 0, #8bb53e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #a4ce57), color-stop(100%, #8bb53e));
    background: -webkit-linear-gradient(top, #a4ce57 0, #8bb53e 100%);
    background: -o-linear-gradient(top, #a4ce57 0, #8bb53e 100%);
    background: -ms-linear-gradient(top, #a4ce57 0, #8bb53e 100%);
    background: linear-gradient(to bottom, #a4ce57 0, #8bb53e 100%);
}

.calendar-archives.calendrier .day.has-posts a, .calendar-archives.calendrier .month.has-posts a {
    color: #474747;
    display: block;
    font-size: 16px;
    height: 100%;
    width: 100%;
}

.calendar-archives.calendrier .day.has-posts a:hover, .calendar-archives.calendrier .month.has-posts a:hover {
    background-color: rgba(255, 255, 255, .2);
}

.calendar-archives.calendrier .day.last, .calendar-archives.calendrier .month.last {
    border-right: 0;
}

.calendar-archives.calendrier .month {
    width: 25%;
    height: 50px;
}

.calendar-archives.calendrier .month .month-name {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    display: block;
    position: absolute;
    top: 6px;
    left: 8px;
}

.calendar-archives .menu {
    padding: 10px !important;
}

.calendar-archives.calendrier .month .postcount {
    display: block;
    position: absolute;
    bottom: 6px;
    right: 6px;
}

.calendar-archives.calendrier .month .postcount .count-text {
    font-size: 9px;
}

.calendar-archives.calendrier .day {
    text-align: center;
    width: 14.285% !important;
    height: auto !important;
    padding: 8px 0;
    line-height: 24px;
}

.calendar-archives.calendrier .day.has-posts {
    padding: 0;
}

.calendar-archives.calendrier .day.has-posts a {
    padding: 8px 0;
    color: #fff;
}

.calendar-archives.calendrier .day.weekday {
    display: inline-block;
    border: 0;
    color: #fff;
    font-size: 100%;
    line-height: 15px;
    background: #5e5e5e;
    background: -moz-linear-gradient(top, #5e5e5e 0, #454545 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5e5e5e), color-stop(100%, #454545));
    background: -webkit-linear-gradient(top, #5e5e5e 0, #454545 100%);
    background: -o-linear-gradient(top, #5e5e5e 0, #454545 100%);
    background: -ms-linear-gradient(top, #5e5e5e 0, #454545 100%);
    background: linear-gradient(to bottom, #5e5e5e 0, #454545 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e5e5e', endColorstr='#454545', GradientType=0);
}

.calendar-archives.calendrier .week-row {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.inner-acc .content-sec {
    margin-top: 20px;
}

.inner-acc {
    float: left;
    width: 100%;
}

.inner-acc h3 {
    color: #9ac844;
}

.inner-acc .panel-default {
    border-color: #fff;
    box-shadow: none;
}

.inner-acc .panel-heading {
    background: 0 0;
    border-bottom: 0 solid #4a4a4a;
    padding-left: 0;
    padding-right: 0;
}

.inner-acc .panel-heading i {
    padding-right: 10px;
}

.inner-acc .panel-title {
    font-size: 14px;
}

.inner-acc .panel-title a {
    text-decoration: none !important;
}

.inner-acc .panel-body {
    background: #fcfcfc;
    border: 0 !important;
    color: #777;
    font-size: 13px;
}

.inner-acc .accordion-toggle:after {
    font-family: 'Glyphicons Halflings';
    content: "\2b";
    float: right;
    color: grey;
}

.inner-acc .accordion-toggle.collapsed:after {
    content: "\2212";
}

/* css changed  */

.bread {
    border-top: 0px solid #f9f9f9;
    border-bottom: 0px solid #f9f9f9;
    margin-bottom: 10px;
    font-size: 11px;
    / padding: 3 px 0;
    /;
}

.bread .breadcrumb {
    background: #fff;
    border-radius: 0;
    font-size: 12px;
    padding: 5px 0;
    margin-bottom: 0;
    display: inline-block;
}

.bread .buttons {
    float: right;
}

.bread .buttons i {
    margin-left: 10px;
}

.panel-top {
    background-color: #f1f1f1;
    background-image: url(../images/arrow-right-icon.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 70px auto;
    border-radius: 15px;
    float: left;
    padding: 15px;
    width: 100%;
}

.panel-top h2 {
    color: #5a32af;
    font-size: 24px;
    font-weight: 500;
    margin-top: 10px;
}

.panel-top h3 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 0;
}

.panel-top img {
    margin-bottom: -30px;
}

.panel-top .icon {
    float: left;
    margin-right: 20px;
}

.login-acc .panel {
    background: #f9f9f9;
    box-shadow: none;
    border-radius: 15px;
    border-color: #FFF;
    margin-bottom: 20px;
}

.login-acc .box {
    float: left;
    padding: 30px;
    width: 100%;
}

.myform .box {
    background: #FFF;
    margin: auto;
    padding: 40px;
}

.myform .form-group {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
    position: relative;
    float: left;
    width: 100%;
}

.myform h2 {
    display: inline-block;
    font-family: Garamond;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: uppercase;
}

.myform label {
    font-size: 16px;
    font-weight: 400;
}

.myform .form-group .form-control {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    border: 1px solid #999;
    border-radius: 5px;
    box-shadow: none;
    font-size: 14px;
    width: 100%;
}

.myform .col {
    margin-bottom: 10px;
}

.accessform, .myform.login {
    margin: auto;
    max-width: 400px;
}

.myform select.form-control {
    background: url(../images/dropselect.png) right center no-repeat #fff;
    padding-right: 25px;
    padding-left: 7px;
}

.myform.login {
    text-align: left;
}

.hint {
    font-size: 12px;
    color: #888;
}

.owl-theme .owl-controls {
    text-align: center;
    margin: 10px auto auto;
}

.owl-theme .owl-controls .owl-buttons div {
    background-repeat: no-repeat;
    color: #fff;
    height: 36px;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    width: 28px;
    background-position: center center !important;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none;
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled, .r-tabs .r-tabs-nav .r-tabs-state-disabled {
    opacity: .5;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
}

.owl-theme .owl-controls .owl-page span {
    background: #555;
    border-radius: 20px;
    display: block;
    height: 10px;
    margin: 5px 3px;
    opacity: .5;
    width: 10px;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif) center center no-repeat;
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel, .owl-carousel .owl-wrapper {
    position: relative;
    display: none;
}

.owl-carousel {
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-buttons div, .owl-controls .owl-page {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.grabbing {
    cursor: url(grabbing.png) 8 8, move;
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-buttons {
    margin: auto;
    position: absolute;
    top: 40%;
    width: 100%;
}

.owl-theme .owl-prev {
    left: -30px;
    position: absolute;
    background: url(../images/left.png);
}

.owl-theme .owl-next {
    right: -30px;
    position: absolute;
    background: url(../images/right.png);
}

.modal .close {
    background: #fff;
    border-radius: 50%;
    color: #000 !important;
    display: inline-block;
    font-size: 32px;
    height: 30px;
    line-height: 18px;
    margin: 0;
    opacity: 1;
    padding: 5px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    z-index: 999;
}

.actions {
    padding-top: 0;
}

.actions .box {
    margin-left: -15px;
    margin-right: -15px;
    padding: 20px;
    margin-bottom: -1px;
}

.actions .box i img {
    max-height: 50px;
}

.actions .box h4 {
    font-size: 16px;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
    max-width: 180px;
    position: relative;
    height: 20px;
}

.actions .box h4:before {
    background: #9ac844;
    content: ".";
    height: 5px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: -15px;
    width: 40px;
    z-index: 10;
}

.actions .col:nth-child(3n) .box {
    background-color: #f2f2f2;
}

.actions .col:nth-child(3n-1) .box {
    background-color: #f7f7f7;
}

.actions .col:nth-child(3n-2) .box {
    background-color: #f4f4f4;
}

.actions .box:hover {
    background: #e9e9e9 !important;
    cursor: pointer;
}

.actions .box a {
    text-decoration: none !important;
    color: #9ac844 !important;
}

.default-accordian .panel {
    border: 0;
    border-radius: 15px;
    box-shadow: none;
    overflow: hidden !important;
}

.default-accordian .panel a {
    text-decoration: none;
}

.default-accordian .panel .btn {
    margin-right: 10px;
}

.default-accordian .panel-heading i {
    float: left;
    position: absolute;
    left: 0;
}

.default-accordian .panel-title {
    padding-left: 20px;
    padding-right: 20px;
}

.default-accordian .content-sec {
    float: none;
    border-radius: 0 0 15px 15px;
}

.round {
    border: 1px solid #333;
    overflow: hidden;
    border-radius: 15px 15px 0 0;
}

.researchbox .clr {
    min-height: 130px !important;
}

.researchbox .col {
    margin-bottom: 50px;
}

.videos-page .box {
    margin-bottom: 40px;
}

.videos-page .box figure {
    border: 5px solid #474747;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 0;
}

.reviews-page blockquote {
    background: #00bbe4;
    border: 0;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    font-style: italic;
    line-height: normal;
    padding: 20px;
    position: relative;
    margin: 0 0 50px;
}

.aside .row, .disclaimer-sec {
    margin-bottom: 15px;
    /* 20px;*/
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .restrictionNotice {
    background: 0 0 !important;
}

.reviews-page cite {
    bottom: -25px;
    color: #474747;
    float: right;
    font-size: 14px;
    line-height: normal;
    position: absolute;
    right: 90px;
}

.reviews-page blockquote:before {
    content: "\"";
    display: inline-block;
    float: left;
    font-size: 80px;
    height: 30px;
    left: -4px;
    line-height: 66px;
    padding-right: 5px;
    position: relative;
    top: -3px;
}

.r-tabs-tab.r-tabs-state-active::before, .reviews-page blockquote::after {
    bottom: -20px;
    content: ".";
    text-indent: -9999px;
}

.reviews-page blockquote::after {
    border-left: 0 solid transparent;
    border-right: 35px solid transparent;
    border-top: 20px solid #00bbe4;
    display: inline-block;
    height: 20px;
    right: 30px !important;
    position: absolute;
    width: 0 !important;
}

.aside {
    padding-top: 30px;
}

.aside figure {
    float: left;
    margin-right: 20px;
}

.aside figure img {
    height: auto;
    max-width: 100px;
}

.review-rating {
    float: left;
}

.review-rating iframe {
    width: 100%;
}

.subForm {
    padding: 10px;
}

.subForm input[type=text] {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    border: 1px solid #999;
    border-radius: 5px;
    box-shadow: none;
    font-size: 14px;
    width: 100%;
}

.disclaimer-sec {
    font-size: 13px;
    color: #999;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 5px 0;
    /* 10px 0*/
    float: left;
    width: 100%;
}

.disclaimer-sec p:last-child {
    margin-bottom: 0;
}

.disclaimer-sec h6 {
    font-size: 13px;
    margin-top: 0;
}

.products-icons i {
    text-align: center;
    padding: 10px;
    border-radius: 15px;
    display: block;
}

.dataTables_wrapper input[type=text], .dataTables_wrapper input[type=search], .dataTables_wrapper select, .products-icons i {
    border: 1px solid #eee;
}

.products-icons img {
    max-height: 75px;
    display: inline-block;
}

.dataTables_wrapper .dataTables_paginate {
    float: left !important;
    padding: 20px !important;
    text-align: center !important;
    width: 100%;
}

a.btn-back-to-top {
    display: inline-block;
    margin-bottom: 20px;
}

.restrictionNotice {
    border: 0;
    box-shadow: none;
    border-bottom: 2px solid #000;
    border-radius: 0;
    margin-bottom: 20px;
    float: left;
    padding-bottom: 20px;
    width: 100%;
}

.restrictionNotice img {
    margin-right: 20px;
    float: left;
}

.restrictionNotice a {
    background: #a4ce57;
    background: -moz-linear-gradient(top, #a4ce57 0, #8bb53e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #a4ce57), color-stop(100%, #8bb53e));
    background: -webkit-linear-gradient(top, #a4ce57 0, #8bb53e 100%);
    background: -o-linear-gradient(top, #a4ce57 0, #8bb53e 100%);
    background: -ms-linear-gradient(top, #a4ce57 0, #8bb53e 100%);
    background: linear-gradient(to bottom, #a4ce57 0, #8bb53e 100%);
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 30px;
    margin-right: 10px;
}

.restrictionNotice p {
    font-size: 24px;
    padding-bottom: 0;
}

.restrictionLock a {
    background: #5e5e5e;
    background: -moz-linear-gradient(top, #5e5e5e 0, #454545 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5e5e5e), color-stop(100%, #454545));
    background: -webkit-linear-gradient(top, #5e5e5e 0, #454545 100%);
    background: -o-linear-gradient(top, #5e5e5e 0, #454545 100%);
    background: -ms-linear-gradient(top, #5e5e5e 0, #454545 100%);
    background: linear-gradient(to bottom, #5e5e5e 0, #454545 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e5e5e', endColorstr='#454545', GradientType=0);
    padding: 15px 30px;
    display: inline-block;
    margin-top: 60px;
    color: #fff;
    font-size: 18px;
    border-radius: 50px;
}

.r-tabs .r-tabs-accordion-title .r-tabs-anchor, .r-tabs .r-tabs-nav .r-tabs-anchor {
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    text-shadow: none;
    text-transform: uppercase;
    border-bottom: 0 none;
    margin-bottom: 5px;
    max-width: 100%;
    padding: 10px;
    width: 100%;
}

.r-tabs {
    position: relative;
    text-align: center;
}

.r-tabs .r-tabs-nav .r-tabs-tab {
    position: relative;
    /* background-color: #00c5ad; */
}

.r-tabs .r-tabs-nav .r-tabs-anchor {
    background-color: #fafafa;
    border: 5px solid #fbfbfb;
    color: #555;
    min-width: 170px;
    /* padding: 26px 0; */
    position: relative;
}

.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
    color: #555;
    border: 4px solid #5b37a7;
    position: relative;
}

.r-tabs-tab.r-tabs-state-active::before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 11px solid #5a32af;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 0 !important;
}

.r-tabs .myform.login {
    padding-top: 50px;
    padding-bottom: 50px;
}

.r-tabs .r-tabs-panel {
    background-color: #fff;
    border-bottom: 4px solid #fff;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    background-color: #fafafa;
    border-bottom: 10px solid #fafafa;
    color: #555;
    min-width: 190px;
    padding: 40px 30px;
    position: relative;
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    color: #555;
    border-bottom: 10px solid #5b37a7;
    position: relative;
}

.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;
    max-width: 470px;
    margin: auto;
}

.r-tabs .r-tabs-tab {
    /* display: inline-block; */
    margin: 0;
    list-style: none;
    margin-bottom: 10px;
}

.r-tabs .r-tabs-panel {
    padding: 15px;
    display: none;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}

@media only screen and (max-width: 768px) {
    .r-tabs .r-tabs-nav {
        display: none;
    }
    .r-tabs .r-tabs-accordion-title {
        display: block;
        position: relative;
    }
    .r-tabs .r-tabs-accordion-title .r-tabs-anchor {
        border-bottom: 0 none;
        margin-bottom: 5px;
        max-width: 100%;
        padding: 10px;
        width: 100%;
    }
    .r-tabs-accordion-title.r-tabs-state-active::before {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 11px solid #5a32af;
        bottom: -15px;
        content: ".";
        display: inline-block;
        height: 20px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        text-align: center;
        text-indent: -9999px;
        width: 0 !important;
    }
    .disclaimer-sec {
        font-size: 12px;
    }
    .forms-section h2
    {
        font-size: 40px !important;
    }
    .forms-section h3
    {
        font-size: 17px !important;
        font-weight: 500 !important;
        margin-bottom: 20px !important;
    }
    .forms-section ul li
    {
        font-size: 17px !important;
        margin-bottom: 10px !important;
    }
}

.listing .row1 {
    float: left;
    width: 100%;
    margin: 15px 0;
    background: #555;
}

.listing .text {
    height: 280px;
    display: table-cell;
    vertical-align: middle;
    width: 2000px;
    text-align: center;
    padding: 40px;
}

.listing .text h2 {
    margin: 0 0 20px;
    padding: 0;
    max-height: 148px;
}

.listing .text h2 a {
    text-decoration: none;
    font-size: 22px;
    color: #FFF;
}

.listing .videobox {
    height: 280px;
    position: relative;
    overflow: hidden;
}

.listing .videobox img {
    width: 100%;
    height: auto;
}

.listing .row1 .col {
    width: 50%;
    padding: 0;
}

.listing .row1:nth-child(odd) .first, .listing .row1:nth-child(odd) .second {
    float: left;
}

.listing .row1:nth-child(even) .first, .listing .row1:nth-child(even) .second {
    float: right;
}

.listing .row1:nth-child(n+1) .text {
    background: #8eb841;
}

.listing .row1:nth-child(2n) .text {
    background: #5733a3;
}

.listing .row1:nth-child(3n+3) .text {
    background: #555;
}

.listing .videobox .caption {
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-color: rgba(85, 86, 85, .8);
    color: #fff;
    height: 300px;
    left: 0;
    position: absolute;
    top: 300px;
    width: 100%;
    padding: 20px;
    text-align: left;
}

.listing .videobox:hover .caption {
    top: 150px;
}

.listing .videobox .caption a {
    color: #fff !important;
    display: inline-block;
    float: right;
    font-weight: 700;
    margin-top: 10px;
}

.demo-account, .demo-account li a {
    padding: 0;
}

.demo-account li {
    padding: 0;
    list-style: none url(../images/bullet-arrow.png);
    margin-left: 15px;
    font-size: 12px;
    margin-bottom: 5px;
}

ul.scroll_social_links_cls {
    float: left;
    width: 100%;
}

ul.scroll_social_links_cls li {
    display: inline-block;
    padding: 0 5px;
    float: left;
    height: 65px;
}

ul.scroll_social_links_cls li:before {
    display: none;
}

div#scrollbarbox {
    border: 1px solid #ccc;
    float: left;
    background-color: #fff;
    border-radius: 10px;
    padding: 5px;
}

ul.scroll_social_links_cls li:last-child {
    display: none;
}

#ruk_float_tab {
    border: 0px solid #8fb842 !important;
    padding: 0 !important;
    margin: 0 !important;
    background: #8fb842 !important;
    border-radius: 0 !important;
    width: 100% !important;
    max-width: 200px !important;
    font-size: 14px !important;
    box-shadow: none !important;
    display: block !important;
    height: 46px !important; /*------changed for footer banner to move up -------*/
    bottom: 0 !important;
    right: 100px !important;
}
.ruk-icon-reviews-min-90deg-1-01
{
    display: none !important;
}
#ruk_float_tab .ruk-icon-full-star-01 {
    border-left: 1px solid rgba(0,0,0,.06) !important;
}
#ruk_float_tab:hover, [data-float-pos="bottom"] #ruk_float_tab.open {
    bottom: 3px !important;
}
#ruk_float_tab .ruk-icon-reviews-0deg-1-01 {
    font-size: 22px !important;
    line-height: normal !important;
    top: 7px !important;
    padding: 0 !important;
    display: inline-block !important;
    bottom: 36px;
    color: #fff;
    display: block;
    font-size: 32px;
    left: 15px;
    line-height: 40px;
    position: absolute;
    text-shadow: 0 1px 0 rgba(0,0,0,.2);
}

#ruk_float_tab1 i {
    font-size: 12px !important;
    padding: 0 !important;
    margin: 0 !important;
    top: 0 !important;
    line-height: normal !important;
}

.stick-container-bottom {
    display: none;
    position: fixed;
    right: 110px;
    bottom: 270px; /*------changed for footer banner to move up -------*/
    width: 400px;
    z-index: 9999;
}

.RUK-SeoSnippetWidget {
    max-width: 100%;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    height: 418px;
    border: 0;
    bottom: -245px;
    border: 3px solid #dadcdd;
    border-radius: 6px;
    bottom: -209px !important;
}

.tip {
    background: #f2f2f2;
    height: 30px;
    width: 30px;
    position: fixed;
    z-index: 999;
    margin: auto 0;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    right: 165px;
    bottom: 66px;
    border-right: 3px solid #dadcdd;
    border-bottom: 3px solid #dadcdd;
    bottom: 67px !important; /*------changed for footer banner to move up -------*/
}

.prodRevWidgetHead {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.Ruk__Prod__footer {
    position: relative;
    z-index: 999;
}

.wrap {
    float: left;
    width: auto !important;
}

.math-captcha-text {
    font-style: italic;
    line-height: 37px;
    font-size: 13px;
}

.colwma-logo img {
    max-width: 200px !important;
    margin-left: -20px;
    padding-top: 10px;
}

.form-p {
    margin: 0 0 10px;
    margin-right: 15px;
    font-size: 14px;
    text-align: justify;
    /* padding-top: 10px; */
}

.form-body {
    float: left;
    background: #f1f1f1;
    border-radius: 15px;
    padding: 15px;
}

.model-form .form-control {
    border-radius: 8px !important;
}

@media (max-width: 1024px) {
    .stick-container-bottom {
        width: 320px;
    }
    /*.tip {
        top: 437px;
    }*/
}

@media (max-width: 768px) {
    .stick-container-bottom {
        width: 320px;
    }
    .tip {
        /*top: 437px;*/
        bottom: -141px !important;
    }
    .RUK-SeoSnippetWidget {
        bottom: -185px !important;
    }
    .tick {
        padding: 0px 15px !important;
    }
    .forms-section h2
    {
        font-size: 40px !important;
    }
    .forms-section h3
    {
        font-size: 17px !important;
        font-weight: 500 !important;
        margin-bottom: 20px !important;
    }
    .forms-section ul li
    {
        font-size: 17px !important;
        margin-bottom: 10px !important;
    }
}

@media (max-width: 460px) {
    .stick-container-bottom {
        width: 320px;
    }
    .tip {
        /*top: 437px; */
        bottom: 126px !important;
    }
    .RUK-SeoSnippetWidget {
        height: 441px;
        left: 33%;
        bottom: -200px !important;
    }
    .tick {
        padding: 0px 15px !important;
    }
    .forms-section h2
    {
        font-size: 40px !important;
    }
    .forms-section h3
    {
        font-size: 17px !important;
        font-weight: 500 !important;
        margin-bottom: 20px !important;
    }
    .forms-section ul li
    {
        font-size: 17px !important;
        margin-bottom: 10px !important;
    }
    .g-recaptcha-padding
    {
        padding: 0 0;
    }
}

body .page-id-45460 .container {
    max-width: 1180px !important;
}

.s2member-pro-paypal-form-custom-reg-field-opted-out-div>label {
    font-size: 12px !important;
}

@media (max-width: 768px) {
    .colwma-logo {
        width: 100%;
        margin: auto;
        text-align: center;
        margin-left: 10px !important;
    }
    .colwma-logo img {
        max-width: 400px !important;
    }
    .colwma-logo2 {
        width: 100%;
        margin: auto;
        text-align: center;
        margin-left: 0px !important;
        margin-top: 0px !important;
    }
    .colwma-logo2 img {
        max-width: 400px !important;
    }
    .forms-section h2
    {
        font-size: 40px !important;
    }
    .forms-section h3
    {
        font-size: 17px !important;
        font-weight: 500 !important;
        margin-bottom: 20px !important;
    }
    .forms-section ul li
    {
        font-size: 17px !important;
        margin-bottom: 10px !important;
    }
}

/* Risk Warning Colapseable Div */

.infobox {
    transition: all .2s ease-in-out;
    line-height: 18px;
    background: #f0f0f0;
    padding: 10px;
    font-size: 16px;
    text-align: center;
    position: fixed;
    left: 0;
    right: 0;
    top: 0; /*------changed for footer banner to move up -------*/
    z-index: 10000;
}

.infobox .button {
    cursor: pointer;
    transition: all .2s ease-in-out;
    position: absolute; /*------changed for footer banner to move up -------*/
    border-radius: 50px;
    background-image: url(../images/minus-button.svg);
    font-size: 24px;
    line-height: 33px;
    width: 30px;
    height: 30px;
    padding: 0;
    box-sizing: content-box;
    float: right;
    border: 2px solid #999;
    display: none;
    background-size: 29px;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: none;
    /*------changed for footer banner to move up -------*/
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}

.infobox .button:hover {
    border: 2px solid #777;
}

.infobox .short {
    display: none;
    transition: all .2s ease-in-out;
}

.infobox .full {
    display: block;
    transition: all .2s ease-in-out;
}

.infobox #buttoncheckbox {
    display: none;
}

@media (max-width: 767px) {
    .infobox {
        font-size: 15px;
        /*------changed for footer banner to move up -------*/
		padding-right: 50px;
    }
    .infobox .button {
        display: block;
    }
    .infobox .short {
        display: none;
    }
    .infobox .full {
        display: block;
        height: 0%;
    }
    .infobox #buttoncheckbox:checked~label {
        background-image: url(../images/plus-button.svg);
    }
    .infobox #buttoncheckbox:checked~#contentbox>.short {
        display: block !important;
    }
    .infobox #buttoncheckbox:checked~#contentbox>.full {
        display: none !important;
        height: 1000%;
    }
    .forms-section h2
    {
        font-size: 40px !important;
    }
    .forms-section h3
    {
        font-size: 17px !important;
        font-weight: 500 !important;
        margin-bottom: 20px !important;
    }
    .forms-section ul li
    {
        font-size: 17px !important;
        margin-bottom: 10px !important;
    }
}

/* Review Changes */
/*------changed for footer banner to move up -------*/
[data-float-pos="bottom"] #ruk_float_tab:hover, [data-float-pos="bottom"] #ruk_float_tab.open {
    bottom: 3px !important;
}

[data-float-pos="bottom"] #ruk_float_tab {
    bottom: 0px !important;
}

@media (max-width: 1024px) {
    [data-float-pos="bottom"] #ruk_float_tab:hover, [data-float-pos="bottom"] #ruk_float_tab.open {
        bottom: 3px !important;
    }
    [data-float-pos="bottom"] #ruk_float_tab {
        bottom: 0px !important;
    }
}
/*------changed for footer banner to move up -------*/
@media (max-width: 768px) {
	
    [data-float-pos="bottom"] #ruk_float_tab:hover, [data-float-pos="bottom"] #ruk_float_tab.open {
        bottom: 3px !important;
    }
    [data-float-pos="bottom"] #ruk_float_tab {
        bottom: 0px !important;
    }
    .forms-section h2
    {
        font-size: 40px !important;
    }
    .forms-section h3
    {
        font-size: 17px !important;
        font-weight: 500 !important;
        margin-bottom: 20px !important;
    }
    .forms-section ul li
    {
        font-size: 17px !important;
        margin-bottom: 10px !important;
    }
}

@media (max-width: 460px) {
	#ruk_float_tab {
    display: none !important;
}
	
    [data-float-pos="bottom"] #ruk_float_tab:hover, [data-float-pos="bottom"] #ruk_float_tab.open {
        bottom: 63px !important;
    }
    [data-float-pos="bottom"] #ruk_float_tab {
        bottom: 60px !important;
    }
    .forms-section h2
    {
        font-size: 40px !important;
    }
    .forms-section h3
    {
        font-size: 17px !important;
        font-weight: 500 !important;
        margin-bottom: 20px !important;
    }
    .forms-section ul li
    {
        font-size: 17px !important;
        margin-bottom: 10px !important;
    }
    .g-recaptcha-padding
    {
        padding: 0 0;
    }
}

@media (max-width: 760px) {
	#ruk_float_tab {
    display: none !important;
}
    .forms-section h2
    {
        font-size: 40px !important;
    }
    .forms-section h3
    {
        font-size: 17px !important;
        font-weight: 500 !important;
        margin-bottom: 20px !important;
    }
    .forms-section ul li
    {
        font-size: 17px !important;
        margin-bottom: 10px !important;
    }
}
/******************************************/

.accordion-sec {
    padding: 0;
}

.accordion-panel {
    background: #fff;
    border: 0px solid #c2c2c2;
    margin-bottom: 25px;
    margin-top: 0px;
    position: relative;
    z-index: 999;
    border-radius: 0;
    box-shadow: none;
}

.accordion-panel .title {
    position: relative;
    font-size: 25px;
    border-bottom: 0px solid #c2c2c2;
    padding: 20px 20px;
    color: #fff;
    background: url(../images/bg-innovation.jpg);
    margin-bottom: 0;
    background-size: cover;
    margin-bottom: 0;
}

.accordion-panel .title .link {
    float: right;
    position: absolute;
    top: 17px;
    right: 20px;
}

.accordion-panel .title .link .btn {
    background: orange;
    padding: 6px 15px;
    line-height: normal;
}

.accordion-panel .contentbox {
    padding: 15px;
    background: #f7f7f7;
}

.accordion-panel .panel-default {
    border-radius: 0;
    box-shadow: none;
    margin-right: 15px;
}

.accordion-panel .panel-heading {
    border-radius: 0;
    background: #fff;
    transition: all 0.2s ease;
}

.accordion-panel .panel-heading:hover {
    background: #fff;
    padding-left: 20px;
}

.accordion-panel .panel-heading h4 {
    font-weight: normal;
    padding-left: 30px;
}

.accordion-panel .panel-heading a {
    border-radius: 0;
    color: #555;
    text-decoration: none;
}

.accordion-panel .panel-heading a i {
    border-radius: 0;
    margin-right: 10px;
    color: cadetblue;
    position: absolute;
    left: 0;
    top: 2px;
}

.accordion-panel .panel-title:after {
    font-size: 11px;
    font-weight: normal;
    line-height: 17px;
}

.accordion-panel .slimScrollBar {
    cursor: pointer;
    width: 4px !important;
}

.accordion-panel .slimScrollBar:hover {
    background: #000 !important;
}

.accordion-panel .slimScrollRail {}

.accordion-panel .contentbox .panel-body {
    background: azure;
    border: 0;
}

.accordion-panel .contentbox .panel-body .panel-title {
    margin-bottom: 10px;
    font-size: 14px;
}

.accordion-panel .contentbox .panel-body p {
    font-size: 12px;
}

.accordion-panel .contentbox .panel-body .view-all {
    font-size: 12px;
    float: right !important;
}

.accordion-panel .contentbox .panel-body .date {
    font-size: 12px;
}

.products-sec {}

.products-sec .box {
    position: relative;
    margin-bottom: 50px;
    height: 100%;
}

.products-sec .box.active {
    margin-top: -30px;
    /* box-shadow: 0px 0 50px rgba(0,0,0,0.1); */
    border-radius: 0px;
    overflow: hidden;
}

.products-sec .box:before {
    content: ".";
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    background-color: rgba(17, 29, 97, 0.8);
}

.products-sec .box.active:before {
    background-color: rgba(69, 53, 9, 0.85);
}

.products-sec .box .text {
    position: absolute;
    top: 0;
    color: #fff;
    padding: 50px 60px;
    text-align: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 24px;
    line-height: normal;
}

.products-sec .box .fig {}

.products-sec .box .fig img {
    width: 100%;
}

.products-sec .box h4 {
    font-size: 38px;
    position: relative;
    padding-bottom: 30px;
    margin-top: 0;
}

.products-sec .box h4:before {
    background: #9ac844;
    content: ".";
    height: 5px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    border: 15px;
    width: 40px;
    z-index: 10;
    bottom: 15px;
}

.products-sec .box p {}

.products-sec .box .link {
    margin-top: 30px;
}

.products-sec .box .link a {
    font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
    padding: 8px 20px;
    border-radius: 50px;
    text-decoration: none;
}

.products-sec .text-content {
    text-align: center;
    font-size: 20px;
    /* font-family: monospace; */
    letter-spacing: 0.025em;
    padding: 0 90px;
    line-height: 30px;
    font-weight: 300;
}

.footer-text {
    font-size: 12px;
    line-height: normal;
    background: aliceblue;
    padding: 30px 30px;
}

.footer-text2 {
    font-size: 14px;
}

.quicklinks {}

.quicklinks ul {}

.quicklinks li {}

.quicklinks li a {}

.footerlinks {
    padding: 0;
    margin: 0;
    margin-bottom: 0;
    list-style: none;
    margin-bottom: 50px;
}

.footerlinks ul {}

.footerlinks li {}

.footerlinks li a {
    color: aqua;
}

.footerlinks li a i {
    margin-right: 10px;
    color: burlywood;
}

.awards-sec {
    padding: 50px 0;
}

.awards-sec .list {
    text-align: center;
    margin: 0 20px;
}

.awards-sec .list .box {
    display: inline-block;
    max-width: 240px;
    margin: 0 10px;
    margin-bottom: 20px;
}

.awards-sec .list .photo {
    display: inline-block;
    border: aliceblue;
    padding: inherit;
    border-radius: 5px;
    border: 1px solid #eee;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 20px;
}

.awards-sec .list .photo img {
    max-height: 100%;
    height: 100%;
    width: 100%;
}

.awards-sec .list .box h2 {
    /*  font-size: 18px;*/
    font-size: 17px;
    margin-bottom: 5px;
    color: #888;
}

.awards-sec .list .box h3 {
    font-size: 14px;
    color: #999;
    margin-bottom: 0;
}

.video-filter li {
    padding-left: 18px;
    background: url(../images/bullet-arrow.png);
    list-style: none;
    background-repeat: no-repeat;
    background-position: 0px 4px;
    line-height: 20px;
    padding-right: 10px;
}

.signup-popup {
    position: relative;
    z-index: 999999;
}

.signup-popup .formbox {
    top: 0;
    display: none;
    margin: 0;
    width: 100%;
    z-index: 2;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    margin: auto;
    left: 0;
    right: 0;
}

.signup-popup .formbox .scroll {
    border: 0px solid #666;
}

.signup-popup .formbox .inner {
    width: 90%;
    min-height: initial;
    margin: 0 auto;
    background: #fff;
    padding: 15px 15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    right: 0;
    max-width: 450px;
}

.signup-popup .formbox .inner #form_close {
    background-image: url(../images/cancel.png);
    cursor: pointer;
    position: relative;
    float: right;
    margin-top: -30px;
    height: 30px;
    width: 30px;
    line-height: 15px;
    margin-right: -30px;
    border: 2px solid #fff;
    border-radius: 90px;
    padding: 7px;
    font-family: arial;
    background-color: #555;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
}

.signup-popup .formbox .inner #form_close:hover {
    background-color: #9ac844;
}

.signup-popup .formbox .head .icon {    
    background-image: url(../images/email-icon.png);
    height: 85px;
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
    margin-bottom: 10px;
    background-position: center;
}

.signup-popup .formbox .head h3 {
    font-size: 17px;
    border-top: 0px solid #eee;
    color: #9ac844;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 20px;
}

.signup-popup .formbox .head p {
    font-size: 13px;
    margin-bottom: 10px;
}

.signup-popup {
    width: 100%;
    max-width: 80%;
}

.signup-popup .form-group {
    margin-bottom: 10px;
}

.signup-popup .form-control {
    width: 100%;
    min-width: 230px;
    border: 1px solid #ccc;
    height: auto;
    min-height: 40px;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #999;
    border-radius: 5px;
    box-shadow: none;
    font-size: 14px;
    width: 100%;
    max-width: 280px;
    margin: auto;
}

.tick {
    font-size: 12px;
    color: #888;
    margin-bottom: 10px;
    padding: 0px 60px;
    text-align: justify;
}

.tick input[type="checkbox"] {
    float: none;
    display: inline-block;
    position: relative;
    top: 3px;
}

.signup-popup .btn {
    background: #555;
    color: #fff;
    font-weight: bold;
    border-radius: 50px;
    padding-left: 30px;
    padding-right: 30px;
    padding: 10px 30px;
}

.signup-popup .formbox .error {
    color: #d50000;
}

.signup-popup .formbox .scroll-down {
    display: none;
}

.error {
    color: #d50000 !important;
    width: 300px;
}
.g-recaptcha-padding
{
    padding:0 60px;
}
@media (max-height: 580px) {
    .signup-popup .formbox .scroll {
        border: 0px solid red;
        max-height: 400px;
        overflow-y: scroll;
        padding-right: 5px;
    }
    .signup-popup .formbox .scroll-down {
        display: block;
    }
    .signup-popup .formbox .head h3 {
        font-size: 15px;
        margin-top: 10px;
    }
    .signup-popup .formbox .head .icon {
        height: 40px;
        margin-bottom: 5px;
    }
    .signup-popup .formbox .head p {
        margin-bottom: 10px;
    }

}

@media (max-height: 500px) {
    .signup-popup .formbox .scroll {
        border: 0px solid red;
        max-height: 270px;
        overflow-y: scroll;
        padding-right: 5px;
    }
    .signup-popup .formbox .scroll-down {
        display: block;
    }
}

/* */

@media only screen and (max-width: 768px) {
    .ticker {
        display: none;
    }
    #s2_form_widget-4 {
        display: none;
    }
    .forms-section h2
    {
        font-size: 40px !important;
    }
    .forms-section h3
    {
        font-size: 17px !important;
        font-weight: 500 !important;
        margin-bottom: 20px !important;
    }
    .forms-section ul li
    {
        font-size: 17px !important;
        margin-bottom: 10px !important;
    }
    .g-recaptcha-padding
    {
        padding: 0 0;
    }
}

.wpb_content_element, ul.wpb_thumbnails-fluid>li, .last_toggle_el_margin, .wpb_button {
    margin-bottom: -5px;
}

.to_inline_head {
    font-size: 17px !important;
    border-top: 0px solid #eee !important;
    color: #9ac844;
    text-align: center;
    margin-bottom: 5px !important;
    margin-top: 30px !important;
    font-weight: 600 !important;
}

.input-telephone {
    height: auto;
    min-height: 40px;
    border: 1px solid #999;
    border-radius: 5px;
    box-shadow: none;
    font-size: 14px;
    width: 100%;
    max-width: 280px;
    margin: auto;
    padding: 6px 12px;
}

.btn-calltotrade {
    border-radius: 30px;
    font-size: 18px;
    padding: 8px 24px;
}

@media only screen and (max-width: 768px) {
    .btn-calltotrade {
        margin-top: 5px;
        font-size: 15px;
        padding: 8px 15px;
    }
    .btn-xl {
        font-size: 15px;
        padding: 8px 15px;
    }
    .forms-section h2
    {
        font-size: 40px !important;
    }
    .forms-section h3
    {
        font-size: 17px !important;
        font-weight: 500 !important;
        margin-bottom: 20px !important;
    }
    .forms-section ul li
    {
        font-size: 17px !important;
        margin-bottom: 10px !important;
    }
}

.container-sm {
    max-width: 840px;
    margin: auto;
}

.container-md {
    max-width: 1070px;
    margin: auto;
}

.signup-page {}

.signup-page .title1 {
    font-size: 48px;
    margin-top: 30px;
    font-weight: 500;
    color: #5a32af;
}

.signup-page .title2 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 50px;
}

.featurebox {
    padding: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.featurebox figure {
    /* background: #fcfcfc; */
    width: 160px;
    height: 160px;
    margin: auto;
    border-radius: 50%;
    line-height: 160px;
    margin-bottom: 20px;
    position: relative;
    border: 5px dashed #eeeeee2e;
    box-sizing: content-box;
}

.featurebox figure:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 70%;
    height: 70%;
    border-radius: 50%;
    margin: auto;
    border: 10px dashed #eeeeee30;
    top: 0;
    bottom: 0;
}

.featurebox figure img {
    padding: 10px;
    width: 160px;
    height: 160px;
    margin: auto;
    position: relative;
    z-index: 2;
}

.featurebox h4 {
    padding: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #637282;
    height: 40px;
}

.featurebox h4 b {
    padding: 0;
    color: #555;
    font-weight: 600;
}

.moretext {
    text-align: center;
    padding: 20px;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 35px;
    letter-spacing: 3px;
    font-weight: 600;
    color: cadetblue;
}

.packagebox {
    border-radius: 0px;
    -webkit-transition: all .3s ease;
    max-width: 370px;
    margin: auto;
    margin-top: 50px;
    background: #f1f5f8;
    border: 0;
    box-shadow: none;
    margin-bottom: 50px;
    outline: 5px solid #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    border-radius: 0;
    cursor: pointer;
}

.packagebox:hover {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, .2);
}

.packagebox .panel-heading {
    box-shadow: 0px 5px 0px rgba(50, 50, 50, .2) inset;
    color: #fff;
    padding: 20px;
    font-size: 24px;
    font-weight: 600;
    border-radius: 0;
}

.packagebox:hover .panel-heading {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, .2) inset;
}

.packagebox .list-group-item {
    border: 0px solid rgba(250, 250, 250, .5);
    padding: 15px;
    background-color: aliceblue;
    text-align: left;
    padding-left: 60px;
    position: relative;
    font-size: 16px;
    padding-right: 30px;
    border-radius: 0 !important;
}

.packagebox .list-group-item.disabled {
    opacity: 1;
    color: #aaa;
}

.packagebox .list-group-item:nth-child(odd) {
    background-color: #f8fcff;
}

.packagebox .list-group-item .img {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 20px;
}

.packagebox .list-group-item.disabled .img {
    opacity: 0.5;
}

.packagebox .list-group-item .check {
    background-image: url(../images/check-icon.png);
}

.packagebox .list-group-item .cross {
    background-image: url(../images/cross-icon.png);
}

.packagebox .panel-footer {
    color: #fff;
    border-bottom: 0px;
    background-color: rgba(0, 0, 0, 0.05);
    box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.05);
    padding: 20px;
}

.packagebox .btn {
    padding: 10px 20px;
}

.packagebox.purple .panel-heading {
    background-color: #5a32af;
    border-radius: 0;
}

.packagebox.green .panel-heading {
    background-color: #8fb842;
}

.featureinfo {
    text-align: center;
    padding: 20px;
    line-height: 22px;
    color: #637282;
}

.bg-light {
    background: #eee;
    padding: 50px 0;
}

.form-control-feedback {
    top: 3px !important;
    right: 65px !important;
}

.has-success .form-control-feedback {
    color: #2b542c !important;
}

.has-error .form-control {
    border-color: #a94442 !important;
}

.has-success .form-control {
    border-color: #2b542c !important;
}

.accendo-purple {
    color: #fff;
    background-color: #6b47b7;
    border-color: #522e9e;
}

.accendo-green {
    color: #fff;
    background-color: #8fb842;
    border-color: #8bb53e;
}

.content-page {
    border: 0px solid #000;
    font-size: 16px;
}

.content-banner {
    float: left;
    background: #f1f1f1;
    border-radius: 15px;
    padding: 15px;
    width: 100%;
    border-radius: 0px;
    padding: 20px;
    margin-bottom: 20px;
}

.content-banner h2 {
    margin-bottom: 5px;
    text-transform: unset;
    font-size: 36px;
    font-weight: 500;
    color: #5a32af;
    margin-top: 0;
}

.content-banner h3 {
    margin-top: 0;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 0;
}

.adbox {
    background: silver;
    text-align: center;
    color: #fff;
    padding: 10px;
    margin-top: 20px;
    border: 0px dashed #ccc;
    box-sizing: content-box;
    font-size: 16px;
}

.adbox h2 {
    background-image: url(../images/trading-img.png);
    background-size: cover;
    color: #fff;
    padding: 40px 15px;
    margin: 0;
    margin-bottom: 15px;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
}

.adbox p {
    margin-bottom: 15px;
}

.socialbox {
    margin-top: 30px;
    margin-bottom: 15px;
}

.socialbox a {
    border: 0px solid #eee;
    float: left !important;
}

.latest-panel {
    background: #fff;
    border: 0px solid #c2c2c2;
    margin-bottom: 25px;
    margin-top: 0px;
    position: relative;
    z-index: 999;
    border-radius: 0;
    box-shadow: none;
}

.latest-panel .title {
    position: relative;
    font-size: 20px;
    border-bottom: 0px solid #c2c2c2;
    padding: 10px 20px;
    color: #fff;
    background: #8fb842;
    background-size: cover;
    margin-bottom: 0;
}

.latest-panel .title .link {
    float: right;
    position: absolute;
    top: 10px;
    right: 10px;
}

.latest-panel .title .link .btn {
    background: orange;
    padding: 6px 15px;
    line-height: normal;
}

.latest-panel .contentbox {
    padding: 15px;
    background: #f7f7f7;
}

.latest-panel .panel-group {
    margin-bottom: 0px;
}

.latest-panel .panel-default {
    border-radius: 0;
    box-shadow: none;
    margin-right: 0px;
    border: 0;
    cursor: pointer;
}

.latest-panel .panel-heading {
    border-radius: 0;
    background: #fff;
    transition: all 0.2s ease;
}

.latest-panel .panel-heading:hover {
    background: #fff;
    padding-left: 20px;
}

.latest-panel .panel-heading h4 {
    padding-left: 30px;
}

.latest-panel .panel-heading a {
    border-radius: 0;
    color: #555;
    text-decoration: none;
}

.latest-panel .panel-heading i {
    border-radius: 0;
    margin-right: 10px;
    color: cadetblue;
    position: absolute;
    left: 0;
    top: -1px;
}

.latest-panel .panel-heading i img {
    height: 22px;
    margin-right: 10px;
}

.latest-panel .panel-title:after {
    font-size: 11px;
    font-weight: normal;
    line-height: 17px;
    display: none;
}

.latest-panel .contentbox .panel-body {
    background: azure;
    border: 0;
}

.latest-panel .contentbox .panel-body .panel-title {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: normal;
}

.latest-panel .contentbox .panel-body p {
    font-size: 12px;
}

.latest-panel .contentbox .panel-body .view-all {
    font-size: 12px;
    float: right !important;
    display: none;
}

.latest-panel .contentbox .panel-body .date {
    font-size: 12px;
    color: #999;
}

.sp-report .csColumn h3, .sp-report .csColumn h4 {
    margin-bottom: 35px !important;
}

@media only screen and (max-width: 768px) {
    .form-control-feedback {
        top: 3px !important;
        right: 15px !important;
    }
    .forms-section h2
    {
        font-size: 40px !important;
    }
    .forms-section h3
    {
        font-size: 17px !important;
        font-weight: 500 !important;
        margin-bottom: 20px !important;
    }
    .forms-section ul li
    {
        font-size: 17px !important;
        margin-bottom: 10px !important;
    }
}

@media only screen and (max-width: 460px) {
    .form-control-feedback {
        top: 3px !important;
        right: 15px !important;
    }
    .forms-section h2
    {
        font-size: 40px !important;
    }
    .forms-section h3
    {
        font-size: 17px !important;
        font-weight: 500 !important;
        margin-bottom: 20px !important;
    }
    .forms-section ul li
    {
        font-size: 17px !important;
        margin-bottom: 10px !important;
    }
    .g-recaptcha-padding
    {
        padding: 0 0;
    }
}

.standardpass {
    outline: none;
}

.goldpass {
    float: right;
}

@media only screen and (max-width: 640px) {
    .featurebox {
        padding: 0px;
    }
    .featurebox figure {
        width: 120px;
        height: 120px;
        line-height: 120px;
    }
    .featurebox figure img {
        width: 100px;
        height: 100px;
    }
    .featurebox figure:after {
        width: 50%;
        height: 50%;
    }
    .featurebox h4 {
        font-size: 14px;
        height: 50px;
    }
    .standardpass {
        outline: none;
    }
    .goldpass {
        float: left;
    }
    .forms-section h2
    {
        font-size: 40px !important;
    }
    .forms-section h3
    {
        font-size: 17px !important;
        font-weight: 500 !important;
        margin-bottom: 20px !important;
    }
    .forms-section ul li
    {
        font-size: 17px !important;
        margin-bottom: 10px !important;
    }
}

.tabnew {
    padding: 0;
    margin-bottom: 30px;
}

.tabnew li {
    padding: 0;
    /* background: none !important;
    display: block !important;
    width: 100% !important;
    max-width: 400px;
    margin: auto !important;
    margin-bottom: 5px !important; */
}

.tabnew li::before {
    opacity: 0 !important;
}

/*
.tabnew li:hover a {
    background: #eee !important;
}*/

.tabnew li a {
    display: block !important;
}

/* .tabnew li.r-tabs-state-active {
    padding: 0;
    box-shadow: 0 0px 9px rgba(0, 0, 0, .2) !important;
    background: #444 !important;
}

.tabnew li.r-tabs-state-active a {
    background: #454545 !important;
    color: #fff !important;
    border: 5px solid #9ac844 !important;
} */

.forms-section {
    padding: 0;
    margin: auto;
    max-width: 770px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.form-section-weekly{
    max-width: 1100px;
}
.weekly-form-margin{
    margin-bottom: 30px;
}
.forms-section h2 {
    padding: 0;
    color: #5935a5;
    font-size: 60px;
    text-align: center;
    font-weight: 300;
    margin-bottom: 30px;
}

.forms-section h3 {
    padding: 0;
    color: #000;
    font-size: 24px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 40px;
}

.forms-section ul {
    padding: 0;
    color: #222222;
    font-weight: 300;
    margin-bottom: 20px;
}

.forms-section ul li {
    padding: 0;
    font-size: 18px;
    margin-bottom: 20px;
    text-align: justify;
}

.forms-section ul li b {
    padding: 0;
    /* color: #35980e; */
    font-weight: 600;
    line-height: unset;
}
.forms-section ul li strong {
    padding: 0;
    /* color: #35980e; */
    font-weight: 600;
    line-height: unset;
}

.forms-section ul li .green {
    color: #35980e;
    text-decoration: underline;
}
.forms-section ul li strong {
    color: #35980e;
    text-decoration: underline;
}
.weekly ul li strong{
    color: #222222;
    text-decoration: none;
}

.forms-section .sform {
    padding: 0;
    max-width: 360px;
    margin: auto;
    text-align: center;
}

.forms-section .sform .form-group {
    box-shadow: none;
    margin-bottom: 20px;
}

.forms-section .sform .form-control {
    border: 1px solid #484848;
    box-shadow: none;
    border-radius: 3px;
    padding: 7px 15px;
    height: auto;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    width: 100%;
}

.forms-section .sform .checkbox {
    padding: 0 10px;
    text-align: left;
    margin-bottom: 21px;
    margin-top: 0;
}

.forms-section .sform .btn {
    background: #35980e;
    padding: 7px 50px;
    border-radius: 5px;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

.forms-section .info {
    font-size: 13px;
    font-weight: 300;
    text-align: center;
    margin-top: 15px;
    color: #444444;
}

.forms-section .info .green {
    color: #35980e;
}
.ul-text-align
{
    text-align: center;
}
.ul-text-align ul
{
    display: inline-table;
    text-align: left;
}
.trading_opp_pop
{
    z-index: 9999;
}
.custom_css_opp
{
    font-style: italic;
    margin-bottom: 20px;
}
.fancybox-overlay,.modal-open .modal{
    z-index: 999999;
}
.for_weekly_popup
{
    right: -12px !important;
    top :17px !important;
}
.weekly_pop_header
{
    border-bottom: none !important;
}
.sub_green_option a
{
    color: #8fb842 !important;
}
/**changes for side bar**/
#richSnippetReviewsWidget-defaultContainer {
    display: none !important;
}
#floatingWidget-defaultContainer
{
    display: none !important;
}
iframe.RUKFloatingWidget {
    display: none !important;
}
.floatingWidgetBtn
{
    display: none !important;
}

/** changes for morning report **/
.morning_report_body_p p
{
    padding: 0;
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 300
}
.morning_report_body_p h4
{
    text-align: center;
}