@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
/*-----------------------------------------------------------------------------------*/
/*  GENERAL STYLING
/*-----------------------------------------------------------------------------------*/

body {
    font-family: 'Open Sans', sans-serif;
    height: 100%;
    color: #757b87;
    padding-top: 114px;
}

.icon-section {
    background-color: #09bd8f;
    line-height: 7px;
    padding-top: 5px;
    margin-bottom: 10px;

}
em {
    font-style: normal !important;
}
a:link,
a:visited,
a:hover,
a:active {
    color: #757b87;
    text-decoration: none;
}
p {
    font-family: 'Open Sans', sans-serif;
    line-height: 25px;
    font-size: 14px;
    color: #000;
    font-weight: 400;
}
ul {
    list-style-type: none;
}

li label {
    position: relative;
    bottom: 5px;
    color: #757b87;
    font-weight: lighter;
}

label {
    color: #757b87;
    font-weight: lighter;
    padding: 10px 5px;
}

p {
    text-align: justify;
}

p label {
    text-align: justify;
}

/* ----------Custom Color Code ---------- */

.primary,
.primary > a,
.primary > a:visited,
.primary > a:hover,
.primary > a:active {
    color: #418bca;
    text-decoration: none;
}

.danger,
.danger > a,
.danger > a:visited,
.danger > a:hover,
.danger > a:active {
    color: #ef6f6c;
    text-decoration: none;
}

.success,
.success > a,
.success > a:visited,
.success > a:hover,
.success > a:active {
    color: #01bc8c;
    text-decoration: none;
}

.warning,
.warning > a,
.warning > a:visited,
.warning > a:hover,
.warning > a:active {
    color: #f89a14;
    text-decoration: none;
}

.yellow,
.yellow > a,
.yellow > a:visited,
.yellow > a:hover,
.yellow > a:active {
    color: #FFD43C;
    text-decoration: none;
}

/* ---------- //Custom Color Code End ---------- */
/* ---------- Text-Bg color Code Css ---------- */

.bg-default {
    background-color: #f5f5f5;
}

.bg-primary {
    background-color: #418bca;
    color: #fff;
}

.bg-success {
    background-color: #01bc8c;
    color: #fff;
}

.bg-danger {
    background-color: #ef6f6c;
    color: #fff;
}

.bg-warning {
    background-color: #f89a14;
    color: #fff;
}

/* ---------- //Text-Bg color Code Css End ---------- */
/* ---------- Why choose us Section css ---------- */

#accordion {
    margin-top: 2%;
}

.text_bg {
    background-color: #f2eded !important;
}

/* ---------- //Why choose us Section End ---------- */
/* ---------- Text-Bg Border color Code Css ---------- */

.border-primary {
    border-bottom: 2px solid #418bca;
    padding-bottom: 5px;
}

.border-warning {
    border-bottom: 2px solid #f89a14;
    padding-bottom: 5px;
}

.border-success {
    border-bottom: 2px solid #01bc8c;
    padding-bottom: 5px;
}

.border-danger {
    border-bottom: 2px solid #ef6f6c;
    padding-bottom: 5px;
}

/* ---------- //Text-Bg Border color Code Css End---------- */
/* ---------- Text-Success Css---------- */

.text-success {
    color: #01bc8c !important;
    background-color: inherit;
}

.text-danger {
    color: #ef6f6c;
    font-size: 16px !important;
}

.distributor .btn {
    padding: 10px 40px;
    color: #fff !important;
    background: #09bd8f;
    border: none;
}
.container .row .col-md-12 p a[href] {
    color: #629dbe !important;
    font-weight: 700;
}

/* ---------- //Text-Success End---------- */
/* ---------- Nav bar Css Start ---------- */



.icon-position label {
    padding-left: 0px;
    margin-left: 0px;
}

.logo_position {
    position: relative;
    bottom: 20px;
}

.navbar-nav > li > a {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    color: #333 !IMPORTANT;
    padding: 15px 9px;
}
header.nav-header {
    box-shadow: 0 0 10px #9e9e9e !important;
    background: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #01bc8c;
}

/* ---------- Navbar  Dropdown menu Css ---------- */

/*.navbar-nav .dropdown-menu:before {
    bottom: 15px;
    width: 0;
    height: 0;
    left: 100px;
    z-index: 1002;
    content: " ";
    display: block !important;
    position: relative;
    border-bottom: 8px solid #ef6f6c;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}*/

/* ---------- //Navbar  Dropdown menu Css End ---------- */
/* ---------- Navbar  Dropdown menu hover Css ---------- */

.navbar-nav .dropdown-menu a:hover {
    border-left: 2px solid #09bd8f;
    background: #efefef !IMPORTANT;
}

/* ---------- //Navbar  Dropdown menu hover Css End ---------- */

.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a {
    background-color: #fff !important;
    color: #01bc8c;
}

.navbar-nav .dropdown-menu li:hover {
    border: none;
}

.navbar {
    margin-bottom: 0px !important;
    background-color: #fff !important;
    border: none;
    padding: 10px 0;
    box-shadow: 0 5px 5px #ccc;
}


/* ---------- Nav bar Css End ---------- */
/* ---------- Breadcrumb Css ---------- */
.breadcrumb li.hidden-xs a {
    text-transform: uppercase;
}

.breadcrumb a,
.breadcrumb a:visited,
.breadcrumb a:hover,
.breadcrumb a:active {
    color: #3d3d3d;
    text-decoration: none;
}

.breadcum {
    background-color: #efefef;
    / border-top: 2px solid #b7b0b0; /
    / border-bottom: 2px solid #b7b0b0; /
    padding: 0px 2%;
}
.breadcum .pull-right {
    padding: 8px 15px;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 0px;
    list-style: none;
    background-color: #efefef;
    border-radius: 4px;
    float: left;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #3d3d3d;
    content: none;
}

/* ---------- //Breadcrumb Css End ---------- */
/* ---------- Breadcrumb Icon Section Css ---------- */

.icon3 {
    position: relative;
    top: 5px;
    left: 0px;
}

.icon4 {
    left: -1px;
    top: 3px;
}

/* ---------- //Breadcrumb Icon Section End ---------- */
/* ---------- Carousel Css ---------- */

.carousel-indicators .active {
    width: 14px;
    height: 14px;
    margin: 0;
    background-color: #000;
    border: 1px solid #5E5E5E;
}

.carousel-indicators li {
    border: 1px solid #5E5E5E;
    width: 13px;
    height: 13px;
}

.carousel-caption {
    font-size: 30px;
}

/* ---------- //Carousel Css End ---------- */

blockquote {
    border-left: 2px solid #ef6f6c;
}

/* ---------- Testimonial Images Css Start ---------- */

.author {
    padding: 15px;
    background: #f6f6f6;
    margin-bottom: 10px;
}

.author img {
    width: 50px;
}

/* ---------- //Testimonial Images Css End ---------- */
/* ---------- Feature Section Css ---------- */

.features i {
    line-height: 2px;
    float: left;
    margin: 1px 5px;
}

/* ---------- //Feature Section Css End ---------- */
/* ---------- Menu Section Css ---------- */

.menu > li {
    border: 1px solid #f89a14;
    padding: 10px 13px;
    margin: 0px 10px;
}

.menu {
    margin-top: 20px;
}

.menu > li:hover,
.menu li .active {
    background-color: #01bc8c;
}

/* ---------- //Menu Section Css End ---------- */

.tabbable-panel ul {
    list-style-type: none;
}

/* ---------- Our services Box  Style Css ---------- */

.section {
    background: url('../images/backgrounds/back_img3.jpg');
    height: 500px;
    display: block;
    width: 100%;
}

.box {
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 10px 15px;
    text-align: right;
    display: block;
    margin-top: 60px;
    margin-bottom: 15px;
}

/* ---------- //Our services Box  Style Css End ---------- */
/* ------------- Our Services Box Icon Css ---------- */

.box-icon {
    background-color: transparent;
    border: 1px solid #01bc8c;
    border-radius: 50%;
    display: table;
    height: 80px;
    margin: 0 auto;
    width: 80px;
    margin-top: -61px;
}

/* ------------- //Our Services Box Icon Css End ---------- */

.box-icon span {
    color: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

/* ---------- Our Services Icon Border css ---------- */

.box-icon1 {
    border: 1px solid #418bca;
}

.box-icon2 {
    border: 1px solid #f89a14;
}

.box-icon3 {
    border: 1px solid #FFD43C;
}

/* ---------- //Our Services Icon Border css ---------- */
/* ---------- Our services Text Css----------*/

.info > p {
    color: #787878;
    font-size: 14px;
    padding-top: 10px;
    text-align: justify;
}

/* ---------- //Our services Text End ----------*/
/* ---------- Our service Icon Css ---------- */

.icon {
    position: relative;
    right: 11px;
    top: 14px;
}

.icon1 {
    position: relative;
    right: 10px;
    top: 12px;
}

/* ---------- //Our service Icon Css End---------- */
/* ---------- Feature main Section Start --------- */

.feature-main {
    padding: 50px 0px;
    background-color: #f2eded;
}

.feature-main1 {
    padding: 50px 0px;
}

.layout-styl {
    padding: 80px 0px;
}

.layout-styl li {
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 300 !important;
    color: #515763;
    text-align: left
}

/* ---------- //Feature main Section End --------- */
/* ---------- Purchase Section Css Start ---------- */

.purchas-main {
    padding: 10px 0px;
}

.bg-border {
    background: #f2eded;
    border-left: 3px solid #01bc8c;
    padding-top: 20px;
    padding-bottom: 20px;
}

.purchae-hed {
    margin-bottom: 20px;
    margin-left: 15px;
    color: #01bc8c;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 300;
}

.purchase-styl {
    padding: 15px 80px;
    background-color: #01bc8c;
    border: none;
    box-shadow: 0px 2px 0px #268a70;
    color: #fff !important;
    margin-right: 20px;
    margin-top: 10px;
}

.purchase-styl:hover,
.purchase-styl:active,
.purchase-styl:focus {
    background-color: #01bc8c !important;
}

/* ---------- //Purchase Section Css Ebd ---------- */
/* ---------- Our Team Divide Section Css ---------- */

.divide {
    border-top: 1px solid #848481;
    padding: 5px;
}

.divide > a {
    padding: 3%;
}

/* ---------- //Our Team Divide Section Css End ---------- */

.section1 {
    background: url('../images/backgrounds/island.jpg') no-repeat;
    height: 600px;
    width: 100%;
}

.pull-right a {
    color: #128bc6;
}

.input-group-addon {
    color: #fff;
    background-color: #b16461;
    border: 1px solid #5E5E5E;
}

.team img {
    width: 100%;
    height: 100%;
    margin-top: 10px;
}

/* ---------- News Section Css----------*/

.news {
    margin-top: 2%;
}

.news .form-group {
    width: 80%;
}

.news .form-control {
    background-color: #444343;
    border: 1px solid #5E5E5E;
    color: #f3f3f3;
}

.news > .form-control:focus {
    border-color: #5E5E5E;
    outline: 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0);
    box-shadow: rgba(0, 0, 0, 0);
}

/* ---------- //News Section Css End ---------- */

.panel-default > .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #DDD;
}

/* ---------- Headings Border Css ---------- */

.heading_border {
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: 15px;
    padding: 5px 15px;
}

/* ---------- //Headings Border Css End---------- */

.tab img {
    width: 100%;
}

.tab {
    padding-left: 0px;
}

.tab_list > li {
    padding: 5px;
}

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

.profile img {
    width: 100%;
}

/* ---------- Footer Section Css ---------- */

footer {
    background-color: #262626;
}
footer .media-heading i {
    color: #ccc;
    font-size: 13px;
    font-style: normal;
}
footer h4 {
    color: #fff;
}

.footer-text {
    color: #ababab;
    padding: 30px 0px;
}

footer img {
    width: 50px;
}

footer .btn-primary.text-white {
    margin-top: 2%;
}

/* ---------- //Footer Section Css End ---------- */

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

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

@media (max-width: 370px) {
    .properties {
        border-right: none;
    }

    .media-object img {
        width: 50%;
    }
}

/* ---------- About Us Slider Css ---------- */

#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}

#owl-demo {
    margin: 0px;
}

#bar {
    width: 0%;
    max-width: 100%;
    height: 3px;
    background: #01bc8c;
}

#progressBar {
    width: 100%;
    background: #EDEDED;
}

/* ---------- //About Us Slider Css End ---------- */

.center-block {
    margin-bottom: 0px;
    font-size: 18px;
    margin-top: 0px;
}

.sliders {
    background-color: #fdfcfc;
    padding: 20px;
}

.sliders h4 {
    margin-bottom: -5%;
}

.sliders h5 {
    padding-top: 4%;
}

.marbtm10 h3 {
    margin-bottom: 0px;
}

/* ---------- Back to top Section Icon Css ---------- */

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    border-radius: 50%;
    padding: 15px;
    border: none;
    font-size: 10px;
    opacity: 0.7;
}

.back-to-top:hover {
    opacity: 1;
}

/* ---------- //Back to top Section Icon Css End---------- */
/* ---------- Copy Right Section Css  ---------- */

.copyright {
    background-color: #1a1a1a;
}

.copyright p {
    color: #ababab;
    padding: 0.5% 0;
    margin: 0.5% 0;
    font-size: 14px;
}

.copyright p a {
    color: #ababab !important;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    text-align: justify;
}
/* ---------- //Copy Right Section Css  ---------- */
/* ---------- Advanced Features Css ---------- */

.advanced button,
.tooltips button,

.pop button {
    margin-bottom: 15px;
}

/* ---------- //Advanced Features Css ---------- */

@media (max-width: 950px) {
    .profile {
        display: block;
        margin-right: 4%;
        margin-left: 4%;
    }
.certificate_inner2{
    width:90%!important;
}
.ceo, .date {
    width: 45%!important;
    padding: 0px 15px!important;
    margin: 0 auto;
}
.ceo p{ 
   font-size: 12px!important;
}
.date p{ 
   font-size: 12px!important;
   padding-bottom:27px!important;
}
.ceo .pra span{ 
   font-size: 13px!important;
}
.bottom_ceo{
   font-size: 16px!important;
}
#contentpara h2{
   font-size:24px!important;
}
.certificate_inner1{
    padding: 15px!important;
    margin: 0 auto!important;
    width: 90%!important;
}
#contentpara  .certificate_inner1 h2{
    font-size:12px!important;
}
.certificate_inner1 h1{
    font-size:14px!important;
}
.certificate_inner1 h3{
    font-size:11px!important;
}
.certificate_inner2{
    bottom: 15%!important;
}
}
@media (max-width: 767px) {
.navbar-nav .dropdown-menu:before {
        content: none !important;
}
.navbar-right ul.dropdown-menu li:last-child a {
    border-radius: 0 !important;
}
.navbar-nav .dropdown-menu a:hover {
    border-left: 0;
    background: #efefef !IMPORTANT;
}
.navbar-right ul.dropdown-menu li a {
    border-radius: 0 !important;
}
.navbar-right ul.dropdown-menu {
    border: 0;
    background: #fff;
    color: #fff;
    padding: 0;
    border-radius: 0 !important;
    width: 100%;
    position: unset;
    box-shadow: none;
    margin-bottom: 15px;
}
}
.action-wrap-footer {
    border-top: 0;
    padding: 15px;
    background-color: transparent;
    margin: 0;
    text-align: left;
}

/*
|--------------------------------------------------------------------------
| Top Account Navigation
|--------------------------------------------------------------------------
*/
#account-nav > li > a:hover, #account-nav > li > a:focus {
    color: #777 !important;
    text-decoration: none;
    background: #fff;
    border-radius: 5px;
}

#account-nav > .open > a:hover, #account-nav > .open > a {
    color: #777 !important;
    background: #fff;
    border-radius: 5px;
}
#account-nav > .open > a b.caret {
     color: #09bd8f !important;
}
ul.dropdown-menu > li.active > a:hover {
    color: #777 !important;
   
}
ul.dropdown-menu > li.active > a {
    color: #777 !important;
     background: #fff !important;
}




|--------------------------------------------------------------------------
/*...Designing-css-started-here...*/
|--------------------------------------------------------------------------
h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif !important;
}
p, a{
    font-family: 'Open Sans', sans-serif !important;
}
body {
    font-family: 'Open Sans', sans-serif !important;
}
.pull-right label {
    margin-left: 5px;
    margin-bottom: 0 !IMPORTANT;
    padding: 0;
    position: unset;
}
.pull-right i svg {
    font-size: 14px;
    height: 16px;
    width: 16px;
    margin-right: 5px;
}
.nav-header .icon-section {
    margin-bottom: 0;
    padding-bottom: 5px;
}
.pull-right a {
    margin-top: 0;
    line-height: 14px;
}
.pull-right i.glyphicon.glyphicon-user {
    margin-right: 5px;
}
.pull-right li {
    display: inline-flex;
    align-items: center;
}
.pull-right i.glyphicon.glyphicon-user {
    margin-right: 5px;
}
.nav-header .container {
    width: 100%;
}
.navbar-right ul.dropdown-menu {
    border: 0;
    background: #fff;
    color: #fff;
    padding: 0;
    border-radius: 10px !IMPORTANT;
    top: 50px;
    left: 10px;
    width: fit-content;
    z-index: 999;
}
.nav-header ul.list-inline li{
    height: 34px;
    display: inline-flex;
    align-items: center;
}
.navbar-right .dropdown-menu>li>a {
    color: #333;
    padding: 10px 25px;
    border-bottom: 1px solid #ccc;
    border-left: 2px solid #fff;
    text-transform: uppercase;
}
.nav-header .icon-section ul.list-inline {
    margin: 0;
    display: flex;
    height: 34px;
    justify-content: end;
}
.nav-header .icon-section ul.list-inline .pull-right {
    width: 100%;
    justify-content: end;
}
.navbar-right .dropdown-menu:before {
    content: '\f0d7 ';
    border-bottom: 0;
    color: #09bd8f;
    font-family: 'FontAwesome';
    transform: rotate(180deg);
    font-size: 30px;
    top: -26px;
    left: 10%;
    position: absolute;
}

#account-nav > li > a .caret {
    border-top: 5px dashed;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    color: #fff;
}
body li.profilelist #account-nav .clientname:hover b.caret {
    color: #09bd8f;
}
.navbar-right ul.dropdown-menu li:first-child a {
    border-radius: 10px 10px 0 0;
}
.navbar-right ul.dropdown-menu li:last-child a {
    border-radius: 0px 0px 10px 10px;
}
ul#account-nav ul.dropdown-menu {
    right: 0;
    left: auto;
    top: 42px;
    border: 0;
    border-radius: 10px;
    margin: 0;
    padding: 0;
    z-index: 999;
    padding-top: 0;
    background: none;
    /* display: block !IMPORTANT; */
    height: fit-content !IMPORTANT;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
ul#account-nav ul.dropdown-menu:before {
    content: '\f0d7 ';
    border-bottom: 0;
    color: #ffffff;
    font-family: 'FontAwesome';
    transform: rotate(180deg);
    font-size: 30px;
    top: -5px;
    left: auto;
    position: absolute;
    right: 21px;
}
ul#account-nav ul.dropdown-menu li a:hover {
    color: #09bd8f;
}
ul#account-nav ul.dropdown-menu li:first-child a {
    border-radius: 10px 10px 0 0;
}
ul#account-nav ul.dropdown-menu li:last-child a {
    border-radius: 0px 0px 10px 10px;
}
ul#account-nav ul.dropdown-menu li {
    display: block;
    width: 100%;
}
ul#account-nav ul.dropdown-menu li a {
    padding: 7px 20px;
    border-bottom: 1px solid #cccc;
    border-top: 1px solid transparent;
    background: #fff;
    /*box-shadow: 0 6px 12px rgb(0 0 0 / 18%);*/
}
ul#account-nav ul.dropdown-menu li a:hover {
    border-width: 1px 0 1px 0;
}
ul#account-nav ul.dropdown-menu li a i {
    color: #09bd8f;
    margin-right: 10px;
    font-size: 14px;
}
li.profilelist {
    display: inline-flex;
}

ul.list-inline.icon-position{
    display: flex;
    align-items: center;
}
li.profilelist .clientname {
    padding: 10px;
    margin-top: 0;
    background: #09bd8f;
    color: #fff;
    border-radius: 5px;
}
/*hero-section*/
.hero-button a.btn-black {
    padding: 15px 60px;
    border-radius: 10px;
    background: #09bd8f;
}
.hero-button a.btn-black:hover {
    outline: none;
    background: #000;
    color: #fff !IMPORTANT;
}
.about-heading-pra p.heading-2 {
    text-align: center; !IMPORTANT;
}
.about-heading-pra hr.hr-1 {
    border-color: #09bd8f !important;
    width: 100px;
    margin-top: 0;
    border-width: 1px 0 0 0 !important;
}
body li.profilelist #account-nav .clientname:hover {
    color: #09bd8f !IMPORTANT;
}
.about-us-content > .text {
    display: flex !important;
    align-items: center !important;
}
.hero-content {
    padding: 30% 0 15% 0 !important;
    background: none !important;
}
.hero-wrapper-two {
    padding: 5% 0 !important;
}
.hero-wrapper-two hr.hr-2 {
    border-color: #09bd8f;
    width: 100px;
    margin: 0 auto 10px auto;
    border-width: 1px 0 0 0 !important;
}
.hero-wrapper-two .card-container {
    margin-bottom: 0;
    margin-top: 35px;
}
a:focus {
    outline:none !important;
    outline-offset:none !important
}
.btn.active, .btn:active{
    box-shadow: none !important;
}
.hero-wrapper-two .card-container h3.enterp-with {
    margin-top: 0;
    text-align: center;
    line-height: 31px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}
.hero-wrapper-two .card-container a.btn-lt-blue {
    padding: 15px 40px;
    border-radius: 10px;
    background: #09bd8f;
    font-size: 15px;
    text-align: justify;
    font-family: 'Open Sans', sans-serif;
}
.hero-wrapper-two .card-container a.btn-lt-blue:hover {
    outline: none;
    background: #5595b8;
    color: #fff !important;
}
.hero-wrapper-two .card-container .right-side p {
    text-align: justify;
}
.hero-wrapper-two .card-container .right-side .btn {
    margin: 0;
}
footer h4:empty {
    display: none;
}
footer h4 {
    color: #fff;
    margin-bottom: 25px;
    text-transform: uppercase;
}
footer .list-unstyled li {
    margin-bottom: 15px;
    display: flex;
}
footer .list-unstyled li:empty {
    display: none;
}
footer .list-unstyled li i {
    margin-right: 5px;
}
.footer-text {
    padding-top: 80px;
}
footer .media i.fa {
    color: #ccc;
    font-size: 21px;
    margin-left: 0;
}
footer .media-left {
    padding-left: 10px;
}
.copyright a#back-to-top {
    margin-right: 85px !IMPORTANT;
    border-radius: 50px;
    height: 50px;
    width: 50px;
    padding: 15px;
}
footer .media {
    margin-top: 0px;
    margin-bottom: 10px;
}
footer .media-heading {
    margin-top: -3px;
    margin-bottom: 0;
}
.heading-2 {
    font-family: 'Raleway', sans-serif !IMPORTANT;
}
/*login*/
div#message-grid div#gridMainActions a#sent {
    background: #7ecacd;
}
div#message-grid div#gridMainActions a#inbox {
    background: #5595b8;
}
div#message-grid div#gridMainActions a#trash {
    background: #ff9800;
}
div#message-grid div#gridMainActions a#inbox:hover {
    background: #7ecacd;
}
div#message-grid div#gridMainActions a#sent:hover {
    background: #5595b8;
}
div#message-grid div#gridMainActions a#trash:hover {
    background: #333;
}
.featured-boxes {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    justify-content: center;
}
.featured-boxes .row {
    width: 100%;
}
.featured-boxes form#login {
    padding: 35px;
    background: #efefef;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    margin: 100px auto;
}
.featured-boxes form#login:before {
    content: '\f007 ';
    font-family: 'FontAwesome';
    position: absolute;
    top: -55px;
    left: 43%;
    font-size: 36px;
    background: #09bd8f;
    width: 100px;
    height: 100px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 100px;
    color: #fff;
}
.featured-boxes form#login input.form-control {
    appearance: none !important;
    background: #FFF;
    height: 50px;
    border: 1px solid #ccc;
    font-size: 14px;
    border-radius: 0;
    color: #666 !important;
}
.featured-boxes .form-group .col-md-6.pull-right button:hover {
    background: #6fc69c;
    transition: .3s all ease;
}
.featured-boxes form#login .control-label {
    font-size: 16px;
    color: #666;
}
.featured-boxes .form-group .col-md-6.pull-left, .featured-boxes .form-group .col-md-6.pull-right {
    width: 100%;
}
.featured-boxes .form-group .col-md-6.pull-left {
    font-size: 16px;
    margin: 10px 0px;
    font-weight: 600;
    color: #666;
}
.featured-boxes .form-group .col-md-6.pull-left input[type="checkbox"] {
    margin-right: 0;
}
.featured-boxes .form-group .col-md-6.pull-right button {
    width: 100%;
    height: 50px;
    margin-top: 15px;
    background: #09bd8f;
    border: none;
    outline: none;
    box-shadow: none;
    font-size: 18px;
    border-radius: 0;
}
.featured-boxes .form-group a.pull-right {
    color: #5595b8 !important;
    font-size: 16px;
}
.featured-boxes .form-group a.pull-right:hover {
    color: #000 !IMPORTANT;
}
.featured-boxes form#login input[type=checkbox] + label {
  display: block;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em;
  font-family: 'Arial'
}
.featured-boxes form#login input[type=checkbox] + label:before {
  content: "\2714";
  border: 0.1em solid #000;
  border-radius: 0.2em;
  display: inline-block;
  width: 1em;
  height: 1em;
  padding-left: 0.2em;
  padding-bottom: 0.3em;
  margin-right: 0.2em;
  vertical-align: bottom;
  color: transparent;
  transition: .2s;
}
.featured-boxes form#login input[type=checkbox] + label:active:before {
  transform: scale(0);
}
.featured-boxes form#login input[type=checkbox]:checked + label:before {
  background-color: #ED820A;
  border-color: #ED820A;
  color: #fff;
}
.featured-boxes form#login input[type=checkbox]:disabled + label:before {
  transform: scale(1);
  border-color: #aaa;
}
.featured-boxes form#login input[type=checkbox]:checked:disabled + label:before {
  transform: scale(1);
  background-color: #F7C28F;
  border-color: #F7C28F;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.default_page_cls {
    padding: 50px 0 50px 0;
}
div#contentpara\ distributor-para {
    margin-bottom: 30px;
}
.thumbnail:hover {
    -webkit-box-shadow: 0 5px 25px #ccc;
    -moz-box-shadow: 0 5px 25px #ccc;
    box-shadow: 0 5px 25px #ccc;
    transition: .3s all ease;
}
.default_page_cls .thumbnail h4 a {
    text-align: left;
    min-height: initial;
    font-weight: normal;
    color: #5595b8 !important;
    line-height: normal;
    font-size: 15px;
}
.default_page_cls .thumbnail h4 {
    text-align: left;
    min-height: 20px;
    font-size: 15px;
    line-height: normal;
}
.default_page_cls h4.pull-right.text-success {
    order: 2;
}
.default_page_cls .thumbnail {
    padding: 0;
    line-height: 0;
    height: 320px;
    overflow: hidden;
}
.default_page_cls .thumbnail img {
    height: 250px !IMPORTANT;
}
.default_page_cls .thumbnail hr {
    margin-bottom: 0;
}
.desc .text-description {
    margin: 0;
    padding: 0;
    color: #000;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0;
    font-size: 31px;
}
.jumbotron {
    margin-bottom: 0;
}

.desc {
    padding: 80px 0 50px 0;
}
.desc hr {
    width: 100px;
    margin: 10px auto;
    border: 1px solid #5595b8;
}
.desc .paragraph-content {
    text-align: center;
    margin-bottom: 0 !important;
    padding-bottom: 0;
}
.desc .paragraph-content p {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
}
.company-gallery .text-testo {
    margin: 0;
    padding: 0;
    color: #000;
    font-weight: 800;
    font-family: 'Raleway', sans-serif;
    font-size: 36px;
}
.company-gallery hr {
    margin: 5px auto 15px auto;
    border: 1px solid #5595b8;
    width: 100px;
}
.company-gallery .gal-color {
    background: #fff;
}
.company-gallery .testo {
    padding: 80px 0;
}
.company-gallery .testo br {
    display: none;
}
.company-gallery .testo .row {
    padding: 0 !important;
}
.company-gallery .testo .row .text-center {
    font-size: 16px;
}
body .contact-section .info .col-lg-4 {
    text-align: left;
    color: #fff;
}
body .contact-section .info .col-lg-4 p {
    text-align: left !important;
    color: #000;
    letter-spacing: 0;
}
body .contact-section .text-contact {
    color: #000;
    font-weight: 500;
    font-family: 'Raleway';
    margin: 0;
    padding: 0;
    text-align: left;
}
body .contact-section h3 {
    margin: 0 0 5px 0;
    text-align: justify;
    font-family: 'Open Sans', sans-serif !IMPORTANT;
    color: #5595b8;
    font-weight: 400;
    letter-spacing: 0;
}
body .contact-section hr {
    border-color: #5595b8;
    margin-left: 0;
}
body .contact-section .contact-box {
    padding: 0;
}
body .contact-section {
    background-color: #ffffff !important;
    padding: 0 0 60px 0 !important;
}
body .contact-section .row.info {
    /* max-width: 1170px; */
    background: #ffffff !IMPORTANT;
    padding: 0;
}
.default_page_cls mark {
    display: block;
    padding: 10px 15px;
    background-color: #7ccacc;
    font-size: 20px;
    color: #ffff;
    border-radius: 5px 5px 0 0;
    line-height: 29px;
}
.recurring-payment h3 {
    margin-bottom: 0;
}

.b-p-payment br {
    display: none;
}
.recurring-payment br {
    display: none;
}
.recurring-payment .text-center {
    padding-bottom: 50px !important;
    background: #efefef;
    padding-top: 50px !IMPORTANT;
}
.recurring-payment .text-center p.text-center {
    margin-top: 0;
    padding-top: 15px !important;
    padding-bottom: 0 !important;
}
form#manage-faq.form-horizontal .form-group .row .col-lg-4 {
    padding: 0;
}
.offline-payment h3 {
    margin: 0;
}
.offline-payment {
    margin-top: 50px;
}
.offline-payment form#manage-faq.form-horizontal {
    background: #efefef;
    padding: 15px 25px 25px 25px;
}
input::-webkit-file-upload-button {
  position: absolute;
  padding: 12px 40px;
  height: 40px;
  background-color: peru;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  color: white;
  text-transform: capitalize;
  background-color: #f0ad4e;
  transition: 100ms ease-out;
  cursor: pointer;
}
.recurring-payment a.btn.btn-primary:hover {
    background: #7dcacb;
}
form#manage-faq button.btn.btn-success:hover {
    background: #09bd8f;
}
.wrap_tree input#btn_submit:hover {
    background: #09bd8f;
}
.wrap_tree .col-md-4 .btn:hover {
    background: #5695b8;
}
.act-btn:hover {
    background: #6ec49d !important;
}
.b-p-payment a.buy-with-crypto:hover {
    background: #7ccacc !important;
}
.b-p-payment a span:hover {
    background: #7ccacc !important;
    color: #fff;
}
.b-p-payment a.buy-with-crypto:hover span {
    background: #7ccacc !important;
}
input::-webkit-file-upload-button:hover {
  background-color: #5595b8;
}
.b-p-payment .distributor a:hover, .pay-info-sec .distributor a:hover {
    background: #5595b8;
}
.b-p-payment .row .form-group.row .col-lg-3 button:hover {
    background: #09bd8f;
}
.pay-info-sec a:hover span, .pay-info-sec a.buy-with-crypto:hover span {
    background: #7ccacc !important;
    color: #fff;
}
.row.pay-info-sec .form-group.row .col-lg-3 button:hover {
    background: #09bd8f !important;
}
.mr-payment a.btn.btn-primary:hover {
    background: #6fc59d;
}
.recurring-payment .alert-info {
    font-family: 'Open Sans', sans-serif !IMPORTANT;
    margin-bottom: 45px;
    background: #d9edf7;
    border: 0;
    color: #333;
}
form#manage-faq.form-horizontal .form-group .row .col-lg-4:last-child {
    width: 62%;
}
form#manage-faq.form-horizontal .form-group .row .col-lg-4:last-child Input {
    height: 40px;
    border-radius: 5px;
    border-color: #3333334d;
}
form#manage-faq.form-horizontal .form-group .row .col-lg-4:last-child input[type="file"] {
    width: 105px;
    padding: 3px;
    font-size: 14px;
    text-transform: capitalize !important;
}
form#manage-faq button.btn.btn-success.btn-md {
    padding: 11px 30px;
    margin-top: 15px;
    margin-left: 0 !IMPORTANT;
    font-size: 15px;
}
form#manage-faq button.btn.btn-success:hover {
    background: #09bd8f;
}
.tooltip.left{
    display: none !important;
}
.offline-payment form label {
    font-weight: 600;
}
.default_page_cls p.text-center {
    margin: 15px 0 0;
}
.desc.company-desc .paragraph-content p {
    text-align: justify;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
}
.desc.company-desc .paragraph-content.container {
    text-align: left;
    padding: 0;
}
.desc.company-desc {
    text-align: left;
}
.desc.company-desc .text-description {
    text-align: left;
}
.desc.company-desc hr {
    margin-left: 0;
}
body .jumbotron .text-white {
    font-size: 7rem !important;
    color: #fff !important;
    padding-top: 0;
    padding-bottom: 15px;
}
body .jumbotron .text-blue {
    font-size: 3rem !important;
    line-height: normal;
    color: #fff !important;
    margin-bottom: 0;
}
body .jumbotron {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px;
    background: url(https://www.staging.dnasbookdigimarket.com/css/office.jpg) !important;
    background-position: center !IMPORTANT;
}

.recurring-payment a.btn.btn-primary {
    background: #5595b8;
    border: 0;
    padding: 10px 20px;
    font-size: 16px;
    margin-right: 10px;
}
.recurring-payment a.btn.btn-primary:hover {
    background: #7dcacb;
}
.b-p-payment h3 {
    margin: 0;
}
.b-p-payment {
    padding: 50px 0 0;
}
.b-p-payment .row {
    padding: 25px;
    background: #efefef;
    margin: 0;
}
.recurring-payment h3 {
    margin-bottom: 0;
}
.b-p-payment .distributor a, .pay-info-sec .distributor a {
    padding: 10px 40px !IMPORTANT;
    background: #75c39d;
    border-radius: 5px;
    border: 0;
    color: #fff !important;
    font-size: 15px;
    width: auto;
}
button:focus {
    outline: none !IMPORTANT;
}
.b-p-payment a span, .b-p-payment a.buy-with-crypto span, .pay-info-sec a span, .pay-info-sec a.buy-with-crypto span {
    padding: 8px 40px;
    background: #5595b8 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    border-radius: 5px;
    font: inherit;
    width: auto;
}
.b-p-payment .row .col-md-6:first-child .btn-sm {
    background: #5595b8 !important;
}
.b-p-payment .row .col-md-6:first-child .btn-sm:hover {
    background: #09bd8f !important;
}
.b-p-payment .row div#smart-button-container span.btn.btn-paypal:hover {
    background: #5595b8 !important;
}
.b-p-payment .row div#smart-button-container span.btn.btn-paypal {
    background: #f0ad4e !important;
}
.pay-info-sec .col-md-6 div#smart-button-container .btn-paypal {
    background: #f0ad4e !important;
}
.pay-info-sec .col-md-6 div#smart-button-container .btn-paypal:hover {
    background: #5595b8 !important;
}
.pay-info-sec .col-md-6:first-child .btn-sm {
    background: #5595b8 !important;
}
.b-p-payment a.buy-with-crypto, .pay-info-sec a.buy-with-crypto {
    padding: 0;
    border-radius: 5px;
    background: #09bd8f !important;
    border: 0;
    height: 100%;
    font-size: 18px;
    width: auto;
}
.b-p-payment .col-lg-12, .b-p-payment .col-md-12 {
    padding: 0px 0;
}
.b-p-payment .row .text-center {
    text-align: left;
}
.b-p-payment .row div#smart-button-container div {
    text-align: left !important;
}
.b-p-payment .row div#smart-button-container {
    text-align: left;
}
.b-p-payment .col-lg-12, .b-p-payment .col-md-12 {
    padding: 15px 0 0px 0;
    display: flex;
    flex-wrap: wrap;
}
.recurring-payment .container, .offline-payment .container, .b-p-payment .container {
    padding: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.b-p-payment h4.text-danger {
    display: block;
    width: 100%;
}
.b-p-payment .row .col-md-6 {
    padding-left: 0;
}
.b-p-payment a.buy-with-crypto:active, .b-p-payment a.buy-with-crypto:hover {
    padding: 0 !important;
}
.b-p-payment .row .form-group.row {
    padding: 0;
    width: 75%;
}
.distributor {
    margin-top: 15px;
}
.b-p-payment .distributor {
    text-align: right;
    margin-top: 0;
    margin-left: 5px;
    width: fit-content;
}
.b-p-payment .row .form-group.row .col-lg-9 {
    padding: 0 !important;
    width: 89%;
}
.b-p-payment .row .form-group.row .col-lg-3 {
    padding: 0;
    width: fit-content;
}
.b-p-payment .row .form-group.row .col-lg-3 button {
    background: #f0ad4e;
    padding: 7px 10px;
    display: flex;
    align-items: center;
    border-radius: 0 5px 5px 0;
    height: 40px;
    justify-content: center;
    width: auto;
    border: 0;
}
.b-p-payment .row .form-group.row .col-lg-9 input {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px 0 0 5px;
    padding: 17px;
    height: 40px;
}
.b-p-payment .row .form-group.row .col-lg-3 button span {
    color: #fff;
    font-size: 16px !important;
}
b, strong {
    font-weight: 600 !important;
    color: #000;
}
div#smart-button-container div {
    text-align: left !IMPORTANT;
}
.panel-body.o-p-form h4 {
    padding: 15px;
    background: #7ccacc;
    color: #fff;
    border-radius: 5px;
    text-align: left;
    font-size: 17px;
}
.o-p-form .pay-info-sec h4.text-danger {
    background: none !IMPORTANT;
    color: #ef6f6c !important;
    padding: 15px 0;
    font-size: 16px;
}
.pay-info-sec .col-md-6 {
    padding: 0;
}
.pay-info-sec .text-center {
    text-align: left;
}
.text-danger {
    font-weight: 500 !important;
    text-align: justify !IMPORTANT;
}
.mr-payment center .text-danger {
    color: #ef6f6c !important;
    font-weight: 500 !important;
}
/*....03-DEC....*/
.red-text strong {
    color: red !IMPORTANT;
}
.formating-text strong {
    color: #5696b8;
}
.tooltip.left{
    display: none;
}
.content-wrapper .content-header {
    padding: 50px 15px 10px 15px;
}
.content-wrapper {
    background-color: #efefef !important;
}
.content-wrapper .ibox-content .alert-info {
    background: #d9edf7 !important;
    font-family: 'Open Sans', sans-serif !IMPORTANT;
    margin-bottom: 30px;
    color: #333 !important;
    border: 0;
}
.content-wrapper .ibox-content .alert-info b.text-danger {
    color: #ef6f6c;
    font-size: 15px !important;
}
.content-wrapper .ibox-content br {
    display: none;
}
label {
    font-weight: 600 !important;
    color: #000;
}
.form-control::Placeholder {
    color: #000;
}
form#manage-faq button.btn.btn-success {
    background: #6fc59d;
    border: 0;
    font-size: 16px;
    outline: none !IMPORTANT;
    box-shadow: none !IMPORTANT;
}
.row.pay-info-sec .form-group.row {
    padding-top: 0;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
}
.row.pay-info-sec .form-group.row .col-lg-9 {
    padding-right: 0 !important;
    width: 89%;
}
.pay-info-sec .col-md-6 .col-lg-12 {
    padding: 0;
}
.row.pay-info-sec .form-group.row .col-lg-9 input {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px 0 0 5px;
    padding: 17px;
    height: 40px;
}
.row.pay-info-sec .form-group.row .col-lg-3 {
    padding: 0;
    width: fit-content;
}
.row.pay-info-sec .form-group.row .col-lg-3 button {
    background: #f0ad4e;
    padding: 7px;
    display: flex;
    align-items: center;
    border-radius: 0 5px 5px 0;
    height: 40px;
    justify-content: center;
    width: 40px;
    border: 0;
}
.row.pay-info-sec .form-group.row .col-lg-3 button span {
    color: #fff;
    font-size: 16px !important;
}
.panel-body.o-p-form .ibox-content {
    margin-bottom: 30px;
}
.content-wrapper .content-header h1 {
    font-weight: 700;
    color: #222d32;
}
.content-wrapper .content-header h1 {
    font-weight: 700;
    color: #222d32;
}
.mr-payment h4.text-danger.text-center {
    display: block;
    padding: 15px;
    background-color: #7ccacc !important;
    font-size: 18px;
    color: #fff !important;
    border-radius: 5px;
    margin: 0;
}
.skin-blue .sidebar-menu > li.header {
    color: #efefef !important;
    background: #09bd8f !important;
    padding: 16px 15px;
    font-size: 14px;
}
.mr-payment {
    padding: 0 0 40px 0;
}
.mr-payment a.btn.btn-primary {
    background: #5595b8;
    border: 0;
    padding: 10px 20px;
    font-size: 16px;
    margin-right: 10px;
}
.mr-payment p.text-center {
    text-align: center;
}
.mr-payment br {
    /* display: none; */
}
.mr-payment center {
    /* padding-bottom: 25px !important; */
    /* padding-top: 25px !IMPORTANT; */
}
.mr-payment {
    padding: 0 0 40px 0 !important;
}
.user-panel p {
    padding: 0;
    margin: 0;
}
.main-sidebar .user-panel {
    padding: 0 10px 10px !important;
}
.o-p-form form#manage-faq.form-horizontal .form-group .row .col-lg-4:last-child {
    width: 49%;
}
.myTable thead tr:first-child {
    background: #7ccacc !important;
}
.myTable thead tr:first-child th {
    color: #fff;
}

.remove_green_color {
    background: #fff;
}
.remove_green_color th, .remove_green_color td {
    border: none !important;
    background: #fff;
    color: #333 !important;
}
table.table.myTable.details-table {
    background: #fff;
    margin: 0;
}
.table.details-table.myTable thead {
    background: #fff;
}
.myTable thead th {
    color: #fff;
    font-weight: 600;
}
.default_page_cls .myTable thead th, .default_page_cls .myTable thead td {
    color: #000;
    font-weight: 600;
}
.myTable tbody th, .myTable tbody td {
    padding: 5px 10px !IMPORTANT;
    border-top: 0 !IMPORTANT;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}
.myTable tr.myTableRow {
    border-top: 0 !IMPORTANT;
}
.myTable tbody td .btn-xs {
    border: 0;
    opacity: 1;
}
.myTable thead th {
    padding: 10px !IMPORTANT;
}
.myTable tbody td:empty {
    border: 0 !important;
    background: #fff;
    padding: 15px !important;
}
.myTable tbody tr {
    background: #efefef;
}
.wrap_tree form {
    background: #ccc;
}
.wrap_tree .col-md-4 {
    width: 50%;
    background: #efefef;
    padding: 15px;
    border-radius: 0;
    margin-bottom: 20px;
}
.wrap_tree input {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 50%;
}
.wrap_tree input::Placeholder {
    text-transform: capitalize;
}
.wrap_tree input#btn_submit {
    width: 24%;
    opacity: 1;
    background: #6ec49d;
    border: 0;
}
.wrap_tree .col-md-4 .btn {
    width: 23%;
    padding: 11px;
    background: #f0ad4e;
    border: 0;
}
.wrap_tree .col-md-4 input#btn_submit1 {
    background: #6ec49d !important;
}
h1#heading {
    font-weight: 700;
    font-size: 36px;
    color: #333;
}
div#contentpara {
    padding: 0;
    margin-top: 10px;
}
div#contentpara p#para:empty {
    display: none;
}

div#contentpara table.table {
    margin-top: 0px;
    text-align: left;
}

div#contentpara table.table th {
    text-align: left;
    color: #5596b7;
}
div#contentpara table.table thead {
    background: #e7e7e733;
}
.wrap_tree {
    margin-bottom: 40px !important;
    display: none;
}
.month {
    padding: 0;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: right;
}
.month center {
    width: fit-content;
    display: inline-block;
    margin-right: 15px;
}
.month h3 {
    margin: 0;
    text-align: left;
    font-size: 16px;
    width: fit-content;
}
.act-btn {
    background: #5695b8 !important;
    border: 0;
    padding: 10px;
    width: 125px;
    margin-left: 9px;
}
.fees-row {
    margin-top: 0 !important;
    padding-top: 0 !IMPORTANT;
    background: #fff !IMPORTANT;
}
.myTable .fees-row th, .myTable .fees-row td {
    text-align: left !important;
    color: #262626;
    border: 0;
}
.myTable .fees-row th {
    font-size: 18px !IMPORTANT;
    font-weight: 600;
    padding-left: 0 !important;
    border: 0;
}
tr.fees-row.space-row {
    background: #fff;
}
tr.fees-row.b-space {
    background: #fff;
    padding: 0 !IMPORTANT;
}
tr.fees-row.b-space th {
    padding-left: 0 !important;
}

tr.fees-row.space-row th {
    padding-left: 0 !important;
}
tr.fees-row.space-row {
    margin-top: 0 !IMPORTANT;
    padding-bottom: 0 !important;
}
tr.fees-row.space-row th, tr.fees-row.space-row td {
    padding-bottom: 0 !important;
    padding-top: 50px !IMPORTANT;
}
div#contentpara .btn-warning {
    color: white !important;
    background-color: #5998ba;
    border: 0;
}
div#content h1#heading {
    margin: 0 auto;
}
.submit-form h1#heading {
    margin-left: 0 !important;
}
.row1 h1#heading {
    font-weight: 500;
    text-align: left;
    width: fit-content;
    margin-bottom: 20 !important;
    font-size: 31px;
}
.default_page_cls .faqs ul li a:hover p {
    color: #23527c;
}
.default_page_cls .faqs ul li:hover {
    color: #ff9800;
}
h3.p-10 {
    font-size: 16px;
    text-align: center;
    color: #5b98ba;
}
.default_page_cls .faqs ul {
    padding: 0;
}
.default_page_cls .faqs ul li {
    margin-bottom: 10px;
    text-align:justify !Important;
    font-family: 'Open Sans';
    color: #000;
}
.default_page_cls .faqs ul li a, .default_page_cls .faqs ul li a p {
    text-align: justify !IMPORTANT;
    font-family: 'Open Sans', sans-serif !important;
}
.default_page_cls .faqs ul li a[href] {
    color: #5595b8 !important;
}
.default_page_cls .faqs ul li a[href]:hover {
    color: orange !important;
}
.news-section h3 {
    color: #000;
    font-weight: 500;
    font-size: 31px;
    margin-bottom: 15px;
}
.news-section  hr {
    display: none;
}
.news-section a {
    color: #5595b8 !important;
}
.about-section {
    margin: 0 !important;
}
.about-section h1#heading {
    font-size: 31px;
    text-align: left;
    margin-bottom: 15px;
    font-weight: 500;
    color: #000;
}
.about-section a[href] {
    color: #5997ba !IMPORTANT;
    font-weight: 700;
}
.contact-us h2 {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    margin-bottom: 14px;
    margin-top: 0;
}
.contact-us button {
    background: #09bd8f;
    border: 0;
    width: 140px;
    display: block;
    text-transform: uppercase;
    border-radius: 0;
    padding: 10px;
}
.contact-us button:hover {
    background: #72c69e;
}
.contact-us .input-group {
    width: 100%;
}
.contact-us h4.media-heading {
    font-size: 24px;
    font-weight: 600;
    color: #09bd8f;
    margin-bottom: 10px;
    text-align: left;
}
.contact-us .col-md-offset-1 {
    margin-left: 50px;
}
.contact-us address {
    font-size: 14px;
    text-align: justify;
    color: #000;
    line-height: 24px;
    word-break: break-word;
}
.contact-us textarea {
    height: 140px !IMPORTANT;
    box-shadow: none !important;
    outline: none !important;
    font-size: 14px;
    background: #fff;
    border-radius: 0;
}
.contact-us .form-group input {
    font-size: 14px;
    background: #fff;
    box-shadow: none !IMPORTANT;
    outline: none !important;
    border-radius: 0;
    height: 45px !IMPORTANT;
}
.news-section h1 {
    color: #000;
    font-weight: 500;
    font-size: 31px;
    margin-bottom: 15px;
}
.profile-left h3.panel-title {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.profile-left h3.panel-title strong {
    color: #fff;
}
.profile-left h3.panel-title i {
    margin-right: 5px;
}
.profile-left .panel-body .btn-primary {
    border: 0;
    background: #09bd8f;
}
.profile-left .panel-body .btn-primary:hover {
    background: #79cacc;
}
.profile-right .panel-body {
    background: #f9f9f9;
    border-radius: 5px;
}
.profile-right .panel-body form .form-group {
    margin: 0;
}
.profile-right .panel-body form .form-group label {
    text-align: left;
    font-size: 14px;
    color: #474747 !IMPORTANT;
    opacity: 1;
}
.profile-right input.btn.btn-primary:hover {
    background: #7ccacc;
}
.profile-right input.btn.btn-primary {
    width: 100%;
    padding: 12px;
    background: #5494b8;
    border: 0;
    margin-bottom: 20px;
}
.profile-left {
    background: #ffffff;
    padding-top: 15px;
    box-shadow: 0 0 15px #efefef;
    border-radius: 5px;
}
.profile-left .panel-body {
    padding: 0;
}
.profile-left div:empty {
    display: none;
}
.profile-left .panel.panel-default {
    border-color: #efefef;
}
.profile-left .panel.panel-default .panel-heading {
    background: #09bd8f;
    border: 0;
}
.profile-right .panel {
    margin-bottom: 0;
}
.nav-tabs {
    background: #efefef;
    border-radius: 5px;
}
.left-col select.form-control {
    min-height: 40px;
    box-shadow: none;
}
.left-col .panel {
    box-shadow: none;
}
.nav-tabs li.active a {
    background: #09bd8f !important;
    color: #fff !important;
}
.nav-tabs li a {
    padding: 13px 25px;
    font-size: 16px;
}
.nav-tabs a {
    color: #000 !important;
    border: 0 !important;
    border-radius: 0 !important;
    margin: 0 !important;
    white-space: nowrap;
}
.nav-tabs a:hover {
    background: #09bd8f !important;
    color: #fff !important;
}
.nav-tabs li {
    margin: 0 !important;
}
.nav-tabs li:first-child a {
    border-radius: 5px 0 0 5px !important;
}
.left-col {
    background: #fff;
    box-shadow: 0 0 15px #efefef;
    border-radius: 10px;
}
.left-col input {
    min-height: 40px;
    box-shadow: none !IMPORTANT;
    outline: none !important;
}
.notes p {
    padding: 0 15px;
}
.left-col .form-group {
    margin: 0 0 5px 0;
}
.left-col .panel-body {
    padding: 0;
}
.center-col .panel-heading {
    background: #09bd8f;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px;
}
.action-wrap-footer .btn.btn-primary:hover {
    background: #6fc59c;
}
.center-col .panel-heading h3.panel-title {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.center-col .panel-heading i {
    margin-right: 6px;
}
.center-col .panel-body img {
    margin: 0 auto;
    margin-top: 40px;
}
.center-col .panel-body .fallback {
    text-align: center;
}
.center-col .panel-body input[type="file"] {
    width: 175px;
    height: 40px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 15px;
}

div#myDropzone {
    height: 100px;
}
.notes h4 {
    background: #f44336;
    margin: -1px 0 15px 0;
    padding: 15px 20px;
    border-radius: 0;
    color: #fff !important;
    font-size: 16px;
    border: 0;
    text-align: left !important;
}
.notes {
    padding: 0;
    margin-top: 50px;
    background: #ffffff;
    border: 1px solid red;
}
.action-wrap-footer .btn.btn-primary {
    background: #01bc8c;
    border: 0;
    padding: 12px 20px;
}
.center-col {
    padding-right: 0;
}
hr {
    border-width: 0 0 1px 0 !important;
}
.heading-message .panel-heading {
    background: #09bd8f;
    border-color: #09bd8f;
    padding: 15px;
    color: #fff;
}
.heading-message .panel-heading h4.panel-title {
    font-weight: 600;
    color: #fff;
}
.heading-message a {
    color: #5595b8 !important;
    display: flex;
    align-items: center;
    font-size: 16px;
}
div#message-grid table th a {
    padding: 0;
    color: #333;
    font-size: 16px;
    font-weight: 500;
}
div#gridFooter a {
    color: #7ecacd !important;
}
div#gridFooter input#page {
    text-align: center;
    background: #5595b8;
    color: #fff;
    border: 0;
}
div#gridFooter a:hover {
    color: #ff9800 !IMPORTANT;
}
.heading-message a i.fa {
    font-size: 24px;
    margin-left: 10px;
}

.heading-message a:hover {
    color: #ff9800 !IMPORTANT;
}
div#message-grid div#gridMainActions {
    margin: 0 !important;
}
div#message-grid div#gridMainActions a {
    background: #09bd8f;
    border: none;
    padding: 10px 30px;
}
div#message-grid div#gridBody table.gridTable th {
    border-bottom: 0;
}
.flash-message {
    font-size: 16px;
    border: 1px solid #5595b8;
    padding: 20px;
    text-align: justify;
    margin: 30px 0;
    background: #fff;
    border-radius: 5px;
}
.dashboard-section .panel-heading {
    background: #5595b8 !important;
    border: 0 !important;
    margin: 10px 0;
    color: #fff !important;
    border-radius: 0;
    display: none;
}
.dashboard-section.panel {
    background: #efefef;
    border: none;
    padding: 15px;
}
.dashboard-section .alert.alert-info {
    background: #5595b8 !important;
    border: 0;
    color: #fff !important;
    font-size: 14px;
}
.dashboard-section .alert.alert-info b.text-danger {
    font-size: 16px !important;
    color: red;
    font-weight: 700 !important;
    text-shadow: 0 0 15px #ffffff94;
}
.dashboard-section .alert.alert-info a {
    color: #ffd60e !important;
    text-decoration: none;
}
.dashboard-section .alert.alert-info a:hover {
    color: #262626 !important;
}
.dashboard-section.panel-default br {
    display: none;
}
.dashboard-section.panel-default .panel-body {
    padding: 0;
    margin-bottom: 35px;
}
.dashboard-section.panel-default .panel-body h3 {
    text-transform: capitalize;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 15px;
}
.dashboard-section.panel-default .panel-body .col-lg-5 {
    padding: 0;
    width: 50%;
}
.dashboard-section.panel-default .panel-body .col-lg-1 {
    padding: 0;
    margin-left: -1px;
}
.dashboard-section.panel-default .panel-body .btn-sm {
    padding: 10px;
    background: #5595b8;
    color: #fff;
    border-radius: 0 5px 5px 0;
    border: 0;
}
.dashboard-section.panel-default .panel-body input#myInput {
    height: 40px !important;
    border-radius: 5px 0 0 5px;
    border-color: #5595b8;
    background: #fff;
}
.dashboard-section .user-panel > .info {
    position: unset;
}
.dashboard-section.panel .panel-body .btn-sm:hover {
    background: #09bd8f;
}
.sidebar .pull-left.info {
    position: unset;
}
.video-frame {
    margin: 50px auto !important;
    border-radius: 10px;
    width: 45% !important;
}
.video-frame iframe.sproutvideo-player {
    border-radius: 0;
}
.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
    background-color: #262626 !important;
}
.main-sidebar, .left-side{
    padding-top: 35px !important;
}
.skin-blue .sidebar a {
    color: #b8c7ce !important;
    text-transform: uppercase;
    font-size: 13px;
}
.skin-blue .sidebar-menu > li:hover > a {
    color: #09bd8f !important;
    background: #262626 !important;
    border-left-color: #3c8dbc;
}
.testo-sec {
    padding: 0 !important;
    border: 0;
    background: #efefef;
}
.testo-sec .panel-heading {
    background: #5595b8 !important;
    border: 0;
    padding: 9px 10px;
}
.testo-sec .panel-heading button.btn {
    background: #ffffff;
    border: 0;
    color: #09bd8f;
    padding: 7px 35px;
    margin-left: auto !important;
    display: block;
}
.testo-sec .panel-heading button.btn:hover {
    background: #f0ad4e;
    color: white;
}
.testo-sec .panel-body {
    margin-top: 25px !important;
    background: #fff;
}
.testo-sec .panel-body thead {
    background: #09bd8f;
    border: 0;
}
.testo-sec .panel-body thead th {
    color: #fff;
}
.testo-sec {
    margin: 0 15px;
}
.testo-sec .panel-body button:hover {
    background: #5595b8;
}
.testo-sec .panel-heading p {
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
input[type="file"] {
    display: block;
    outline: none !important;
}
.testo-sec .control-label {
    text-align: left !important;
    white-space: nowrap;
    width: 16.7%;
}
.testo-sec .form-group input {
    height: 40px;
    border-radius: 3px;
}
.testo-sec .col-md-4 {
    width: 16.7%;
    padding: 0 10px;
}
.testo-sec .panel-body button {
    margin-left: 0 !important;
    padding: 10px;
    width: 150px;
    border: none !important;
    font-size: 16px;
    background: #09bd8f;
}
.testo-sec .form-group .col-xs-4 {
    width: 60%;
}
.test-ds {
    padding: 0 !important;
    padding-bottom: 25px !important;
    margin: 0 15px;
}
.test-ds .panel-heading {
    background: #66a0bf !important;
    padding: 14px;
}
.test-ds p {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}
.test-ds textarea {
    width: 100%;
    border-color: #ccc;
    padding: 10px;
    border-radius: 5px;
}
.test-ds .form-group .col-lg-4:nth-child(odd) {
    width: 20% !IMPORTANT;
}
.test-ds .form-group .col-lg-4:nth-child(even) {
    width: 60% !important;
}
.test-ds .form-group .row {
    display: flex;
    width: 100%;
}
.paymet-bp {
    padding: 35px 0 10px;
    background: #efefef;
    margin-bottom: 30px;
}
.paymet-bp .text-center {
    text-align: left;
}
.paymet-bp .form-group.row .col-lg-9 {
    padding: 0;
    width: 93%;
}
.paymet-bp .form-group.row .col-lg-3 {
    padding: 0;
    width: fit-content;
}
.paymet-bp .form-group.row  input {
    background: #fff;
    padding: 18px;
}
.paymet-bp .form-group.row .col-lg-3 .btn-sm {
    padding: 12px;
    margin-left: -3px;
    background: #f89a14;
    color: #fff;
    border: 0;
}
.paymet-bp .form-group.row .col-lg-3 .btn-sm span:before {
    font-size: 14px;
}
.paymet-bp .btn.btn-warning {
    padding: 9px 20px;
}
.paymet-bp a.buy-with-crypto {
    background: #7aaeda;
    box-shadow: none;
    padding: 9px 15px 11px 15px;
    border-radius: 6px;
    color: #fff !important;
    display: inline-block;
}
.paymet-bp a.buy-with-crypto span {
    box-shadow: none;
    text-shadow: none;
    font-family: 'Open Sans', sans-serif !important;
}
.paymet-bp a.buy-with-crypto::after {
    box-shadow: none;
}
.paymet-bp .btn.btn-warning:hover {
    background: #7aaeda;
    border-color: #7aaeda;
}
.paymet-bp .form-group.row .col-lg-3 .btn-sm:hover {
    background: #7aaeda;
}
.paymet-bp .form-group .row .col-lg-6:last-child .btn-sm {
    background: #7aaeda;
}
.paymet-bp .form-group .row .col-lg-6:last-child .btn-sm:hover {
    background: #f89a14;
}
.paymet-bp a.buy-with-crypto:hover {
    background: #f89a14;
}

/*popup*/
.modal-dialog.modal-lg {
    height: 100%;
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-dialog .modal-header {
    background: #6fc69c;
    border-radius: 10px 10px 0 0;
    padding: 15px 20px;
}
.modal-dialog .modal-content {
    border-radius: 15px;
    box-shadow: none;
    border: none;
}
.modal-dialog .modal-header h4 {
    color: #fff;
}
.modal-dialog .modal-header .close {
    margin: 0;
    opacity: 1;
    background: #fff;
    width: 25px;
    text-align: center;
    border-radius: 30px;
    height: 25px;
}
.modal-dialog .modal-header .close span {
    color: #09bd8f;
    opacity: 1;
}
.modal-dialog .modal-body .col-md-6 {
    width: 66%;
}
.modal-dialog .modal-body input.btn:hover {
    background: #6fc69c;
}
.modal-dialog .modal-body input.btn {
    background: #5595b8;
    border: 0;
}
.modal-dialog .modal-footer {
    display: none;
}
/*end-popup*/
.submit-form {
    background: #fff !important;
    padding: 0 20px !important;
    text-align: left;
    border-radius: 5px;
}
.code-forms {
    background: #efefef;
    padding: 0 0 50px 0;
}
.code-forms .form-group {
    margin: 0 !important;
}
.show_end_time {
    font-size: 16px;
}
.show_end_time strong {
    font-weight: 600 !important;
    color: #f44336;
    font-size: 16px !important;
}
.submit-form p#para {
    margin-top: 0 !important;
    font-size: 18px !important;
    text-align: center !important;
    margin-bottom: 15px;
}
.videosPage .checkbox {
    width: fit-content;
    margin-left: auto !important;
}
.submit-form h1 {
    font-size: 24px;
    text-align: left;
    margin: 0;
    font-weight: 500;
}
.submit-form .form-group .row {
    padding: 0;
}
.submit-form .form-group .row .col-lg-2 {
    width: 100%;
}
.submit-form .form-group .row .col-lg-6 {
    margin-bottom: 20px;
}
.submit-form .form-group .text-center {
    text-align: center;
}
.submit-form .form-group {
    margin-bottom: 30px;
}
.code-forms form:last-child {
    padding-bottom: 50px;
}
.code-forms h1 {
    padding-top: 50px;
}
.submit-form .form-group .row input {
    height: 40px;
}
.manage-goal div#gridSearchForm {
    margin-bottom: 45px !important;
}
.manage-goal div#gridSearchForm .panel-heading {
    background: #3c8dbc;
    padding: 15px;
    border: none;
    color: #fff;
}
.manage-goal div#gridSearchForm .panel-heading h3 {
    font-size: 18px;
    font-weight: 600;
}
.manage-goal #goal-grid #gridMainActions {
    margin-top: 5px;
}
.manage-goal div#gridSearchForm .col-md-6 {
    padding: 0;
    display: flex;
    align-items: center;
    margin: 0 0 4px 0;
}
.manage-goal div#gridSearchForm .col-md-6 label {
    font-size: 16px;
    font-weight: 600;
    padding: 0;
}
.manage-goal div#gridSearchForm .col-md-6 input {
    height: 40px;
    border-radius: 5px;
}
.manage-goal #goal-grid div#gridBody thead {
    background: #3c8dbc;
    color: #fff;
}
.manage-goal #goal-grid div#gridBody thead th:after {
    font-size: 12px;
    color: #fff !important;
    opacity: 1;
}
.manage-goal #goal-grid div#gridBody thead th a {
    color: #fff !important;
    font-size: 16px;
}
.manage-goal #goal-grid div#gridBody thead th {
    font-size: 16px;
}
.sidebar .pull-left.info {
    position: unset !important;
}
.manage-goal div#gridSearchForm button {
    font-size: 16px;
    margin-left: 10px;
}
.manage-goal div#gridSearchForm button i {
    font-size: 12px;
}
/*...08-dec..*/
.distributor .btn:hover {
    background: #7dcacb;
}
.nav-header .container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}
.navbar-right {
    margin-right: 0;
}
.navbar-right li.active a {
    background: none !important;
    color: #5595b8 !important;
    font-weight: 600;
}
.navbar-right li a:hover {
    color: #5997ba !important;
}
.navbar-right li ul.dropdown-menu li a:hover {
    color: #09bd8f !IMPORTANT;
}
.navbar-right li ul.dropdown-menu li.active a {
    color: #09bd8f !important;
}
.navbar-right ul.dropdown-menu li a {
    color: #000 !important;
    font-weight: 500;
}
/*div#contentpara table.table th:nth-child(4), div#contentpara table.table th:nth-child(5) {
    color: #09bd8f;
}*/
/*div#contentpara table.table thead tr:nth-child(2) th {
    color: #09bd8f;
}*/
div#contentpara table.table tbody tr td:nth-child(6), div#contentpara table.table tbody tr td:nth-child(7) {
    color: #09bd8f;
    font-weight: 600;
}
.uploadid input.form-control {
    border: none;
    box-shadow: none;
    padding: 0;
    height: 44px;
}
div#contentpara table.table tbody tr td {
    color: #000;
}
div#contentpara table.table tbody tr td br:first-child {
    display: none;
}
h3.p-10.inner-heading-text {
    font-size: 21px;
    max-width: 900px;
    margin: 0 auto;
    line-height: 34px;
    color: #55a2d0;
}
.contact-us .col-md-6:first-child {
    padding: 25px 25px 35px;
    background: #efefef;
}
.contact-us .col-md-offset-1 p.clearfix {
    display: none;
}
.contact-us address strong {
    font-size: 18px;
    padding-bottom: 0px !important;
}
.main-box form#manage-faq .form-group {
    margin: 0;
}
.main-box form#manage-faq .col-sm-6.col-xs-12 {
    padding: 0;
    width: 49%;
}
.col-sm-6.col-xs-12.form-space {
    margin-right: 2%;
}
.main-box div#contact {
    background: #efefef;
    padding: 25px 15px 25px 15px;
    margin-top: 50px;
}
div#account {
    margin-top: 50px;
}
div#social {
    padding: 25px;
    background: #efefef;
    margin-top: 50px;
}
.main-box form#manage-faq .form-group input#subscribe_link {
    background: #fff;
}
div#subscription .btn-danger {
    margin-top: 17px;
    padding: 10px 15px;
    background: #f44336;
    border: 0;
    font-size: 14px;
}
div#subscription .container {
    padding: 0;
}
ul.form-validate-errors {
    display: none;
}
form.dm-form td input {
    background: #fafafa !important;
    border-radius: 0;
    box-shadow: none !important;
    color: #000;
    outline: none !important;
}
form.dm-form h2 {
    font-size: 27px;
    color: #000;
    margin-bottom: 25px;
}
form.dm-form h1 {
    font-size: 27px;
    color: #000;
    margin-bottom: 25px;
}
form.dm-form table {
    margin-bottom: 50px;
}
form.dm-form textarea.form-control {
    border-radius: 0;
    height: 140px !important;
}
form.dm-form input.btn:hover {
    background: #77cc9d;
}
form.dm-form input.btn {
    border-radius: 2px;
    padding: 10px 30px;
    background: #09bd8f;
    border: 0;
    font-size: 16px;
    outline: none;
    box-shadow: none !important;
}
.profile-left img.img-responsive {
    margin: 0 auto;
}
.center-col .panel-body .fallback br {
    display: none;
}

/*media*/
@media screen and (min-width: 1301px) and (max-width:1420px){
.about-heading-pra {
    width: 75%;
    margin: auto;
}
.hero-wrapper-two .card-container {
    width: 80% !important;
}
}
@media screen and (min-width: 1201px) and (max-width:1299px){
.about-heading-pra {
    width: 75% !important;
    margin: auto;
}
.about-heading-pra {
    width: 85% !important;
    margin: auto;
}
.hero-wrapper-two .card-container {
    width: 80% !important;
}
}
@media screen and (min-width: 1025px) and (max-width:1200px){
.code-forms .form-group .row .col-lg-6 {
    margin: 0 auto 20px auto;
    float: unset;
    width: 50% !important;
}

.profile-left h3.panel-title{
  font-size: 16px;
}
.o-p-form form#manage-faq.form-horizontal .form-group .row .col-lg-4:last-child {
    width: 50%;
}
.wrap_tree .col-md-4 .btn {
    width: 22%;
    border: 0;
}
.o-p-form .form-group.container {
    width: 100%;
    margin-left: 0;
    padding: 0;
    margin-right: 0;
}
.pay-info-sec .col-md-6:first-child {
    padding-right: 15px;
}
.pay-info-sec {
    flex-wrap: wrap;
}
.o-p-form .row {
    display: flex;
}
.about-heading-pra {
    width: 90% !important;
    margin: auto;
}
.hero-wrapper-two .card-container {
    width: 80% !important;
}
.recurring-payment .container .row, .offline-payment .container .row, .b-p-payment .container .row {
    display: flex;
}
.b-p-payment .row .form-group.row {
    padding: 0;
    width: 72%;
}
.offline-payment form#manage-faq.form-horizontal .form-group.container {
    margin: 10px 0;
}
form#manage-faq.form-horizontal .form-group .row .col-lg-4 {
    padding: 0;
    width: 50%;
}
form#manage-faq.form-horizontal .form-group .row .col-lg-4:last-child {
    width: 50%;
}
.dashboard-section.panel-default .panel-body .row {
    display: flex;
}
.paymet-bp .form-group .row {
    display: flex;
}
.paymet-bp .form-group .row .col-lg-6 {
    width: 50%;
}
}
@media screen and (min-width: 992px) and (max-width:1024px){
.code-forms .form-group .row .col-lg-6 {
    margin: 0 auto 20px auto;
    float: unset;
    width: 50% !important;
}
.b-p-payment .row .form-group.row {
    padding: 0;
    width: 72%;
}
.test-ds .form-group .col-lg-4:nth-child(even) {
    width: 56% !important;
}
.profile-left h3.panel-title{
  font-size: 16px;
}
.paymet-bp .form-group .row {
    display: flex;
}
.paymet-bp .form-group .row .col-lg-6 {
    width: 50%;
}
.wrap_tree input#btn_submit {
    width: 23%;
}
.o-p-form form#manage-faq.form-horizontal .form-group .row .col-lg-4:last-child {
    width: 50%;
}
.o-p-form .form-group.container {
    width: 100%;
    margin-left: 0;
    padding: 0;
    margin-right: 0;
}
.pay-info-sec .col-md-6:first-child {
    padding-right: 15px;
}
.pay-info-sec {
    flex-wrap: wrap;
}
.o-p-form .row {
    display: flex;
}
.about-heading-pra {
    width: 95% !important;
    margin: auto;
}
.recurring-payment .container .row, .offline-payment .container .row, .b-p-payment .container .row {
    display: flex;
}
.offline-payment form#manage-faq.form-horizontal .form-group.container {
    margin: 10px 0;
}
form#manage-faq.form-horizontal .form-group .row .col-lg-4 {
    padding: 0;
    width: 50%;
}
form#manage-faq.form-horizontal .form-group .row .col-lg-4:last-child {
    width: 50%;
}
.dashboard-section.panel-default .panel-body .row {
    display: flex;
}
}
@media screen and (min-width: 991px){
.full-view {
    height: 75vh;
}
.news-section {
    height: 70vh;
}
.featured-boxes {
    height: 75vh;
}
.default_page_cls {
    min-height: 75vh;
}
}
@media screen and (min-width: 767px) and (max-width: 991px){
body .table-responsive {
    min-height: .01%;
    overflow-x: scroll !important;
}
.code-forms .form-group .row .col-lg-6 {
    margin: 0 auto 20px auto;
    float: unset;
    width: 50%;
}
.videosPage .checkbox {
    width: fit-content;
    margin-left: auto !important;
}
.first_field {
    padding-bottom: 15px;
}
.cache .pull-right {
    padding: 0 !important;
    float: unset !important;
}
form.dm-form h1{
    font-size: 24px;
}
.b-p-payment .distributor a, .pay-info-sec .distributor a {
    padding: 10px 25px !IMPORTANT;
}
.b-p-payment .row .form-group.row {
    width: 70%;
}
.test-ds .form-group .col-lg-4:nth-child(even) {
    width: 48% !important;
}
.profile-left h3.panel-title {
    font-size: 15px;
}
.paymet-bp .form-group .row {
    display: flex;
}
.paymet-bp {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.paymet-bp .form-group .row .col-lg-6 {
    width: 50%;
}
.modal-dialog .modal-body .col-md-6 {
    width: 100%;
}
.dashboard-section.panel-default .panel-body .col-lg-5 {
    padding: 0;
    width: 100%;
}
.dashboard-section.panel-default .panel-body .row {
    display: flex;
}
.contact-us .col-md-offset-1 {
    margin-left: 0;
    padding: 0;
    margin-top: 50px;
}
.pay-info-sec .col-md-6 {
    width: 100%;
    padding: 0 !important;
}
.wrap_tree input#btn_submit {
    width: 23%;
}
.wrap_tree .col-md-4{
    width: 100%;
}
.o-p-form form#manage-faq.form-horizontal .form-group .row .col-lg-4:last-child {
    width: 50%;
}
.o-p-form .form-group.container {
    width: 100%;
    margin-left: 0;
    padding: 0;
    margin-right: 0;
}
.pay-info-sec .col-md-6:first-child {
    padding-bottom: 30px !IMPORTANT;
}
.pay-info-sec h4 {
    margin: 0 !important;
}
.pay-info-sec .form-group.row {
    padding-bottom: 0 !important;
}
.pay-info-sec .col-md-6 .col-md-12 {
    padding: 0;
}
.col-md-12.mr-payment {
    width: 100%;
}
.pay-info-sec {
    flex-wrap: wrap;
}
.o-p-form .row {
    display: flex;
}
.offline-payment form#manage-faq.form-horizontal .form-group.container {
    margin: 10px 0;
}
form#manage-faq.form-horizontal .form-group .row .col-lg-4 {
    padding: 0;
    width: 50%;
}
form#manage-faq.form-horizontal .form-group .row .col-lg-4:last-child {
    width: 50%;
}
.recurring-payment .container .row, .offline-payment .container .row, .b-p-payment .container .row {
    display: flex;
}
.featured-boxes .row .col-sm-8 {
    width: 100%;
}
.navbar-right a {
    padding: 15px 5px !important;
    font-size: 10px !important;
}
.navbar-right {
    margin-right: 0 !IMPORTANT;
}
.about-us-content > .text {
    height: fit-content !important;
    padding: 5% 0 !important;
}
#big-logo-img {
    height: 250px;
    width: 100%;
    margin-left: 0;
    object-fit: cover;
}
.hero-wrapper-two .card-container {
    width: 95% !important;
}
.about-heading-pra{
    width: 95% !important;
}
.right-side {
    border-left: 0 !important;
}
div#contentpara {
    padding: 20px 15px;
    border-radius: 5px;
    overflow-y: scroll;
}
}
@media(min-width: 767px){
.table-responsive {
    min-height: .01%;
    overflow-x: inherit !important;
}
.myTable tbody .white-row th {
    padding-left: 0 !important;
}
}
@media(max-width: 767px){
div#user-payment-history-grid .panel-body .col-md-8 {
    padding: 0;
}
div#user-payment-history-grid .panel-footer .pull-right {
    float: unset !IMPORTANT;
}
div#user-payment-history-grid .pull-right .btn {
    margin: 5px 0 !important;
    min-width: 100% !important;
}
div#user-payment-history-grid {
    padding: 25px 10px !important;
}
div#user-payment-history-grid div#gridBody {
    overflow-y: scroll;
}
.code-forms .form-group .row .col-lg-6 {
    margin: 0 auto 20px auto;
    float: unset;
    width: 90%;
}
.videosPage .checkbox {
    width: fit-content;
    margin-left: 0 !important;
}
.row.pay-info-sec .form-group.row .col-lg-9 {
    padding: 0 !important;
    width: 100%;
}
.pay-info-sec a.buy-with-crypto {
    width: 100%;
}
.pay-info-sec .distributor a {
    width: 100%;
}
.row.pay-info-sec .row {
    width: 100%;
    margin: 0;
    padding: 0;
}
.row.pay-info-sec .row .col-md-12 {
    width: 100%;
}
.pay-info-sec a span {
    width: 100%;
}
input::-webkit-file-upload-button {
    width: 100%;
}
.center-col .panel-body input::-webkit-file-upload-button {
    width: 175px;
}
.featured-boxes .form-group a.pull-right {
    padding: 10px 0;
}
.featured-boxes form#login .form-group {
    margin-bottom: 5px !important;
}
.pull-right label {
    display: block !important;
}
.table-responsive h1 {
    font-size: 21px;
    text-align: center;
    margin: 15px 0;
}
.videosPage .checkbox {
    margin-left: 0 !important;
}
.cache .pull-right div {
    width: 250px;
    overflow: hidden;
}
.videosPage .checkbox p.text-danger {
    margin: 0;
}
.show_end_time {
    font-size: 16px;
    text-align: center;
    padding-left: 0 !IMPORTANT;
}
.submit-form h1#heading {
    margin: 0 auto;
}
.videosPage .checkbox label {
    margin-bottom: 0 !important;
    padding-bottom: 0;
}
.cache .pull-right iframe {
    width: 255px !IMPORTANT;
    overflow: hidden;
}
.rc-anchor-normal {
    height: 74px;
    width: 215px;
    margin: 0 auto !important;
}
.cache .pull-right {
    padding: 0 !important;
    float: unset !important;
}
.first_field {
    padding-bottom: 15px;
}
.pay_form form .form-group {
    margin-bottom: 10px !important;
    display: block !important;
}
.pay_form form .form-group label {
    padding-bottom: 0;
    width: 100% !important;
}
.pay_form form .col-md-6{
    width: 100% !important;
}
.pay_form form .form-group .col-md-12 {
    width: 100% !important; 
}
.checkbox_her {
    flex-wrap: wrap;
}
.pay_form .pull-left {
    float: unset !important;
    padding: 0;
}
.pay_form form {
    padding: 15px !important;
}
form.dm-form h1{
    font-size: 24px;
}
.b-p-payment .distributor {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
}
li.profilelist .clientname {
    padding: 0px 0px;
    font-size: 12px;
    font-weight: 600;
    width: 110px;
    overflow: hidden;
    white-space: nowrap;
}
.form-horizontal .form-group {
    margin-bottom: 0;
}
form#manage-faq.form-horizontal .form-group .row .col-lg-4:last-child input[type="file"]{
    width: 100% !important;
}
div#social {
    padding: 25px 10px;
}
tr.fees-row.b-space th {
    padding-left: 10px !important;
}
tr.fees-row.space-row th {
    padding-left: 10px !important;
}
body {
    padding-top: 120px;
}
.details-select-form .col-md-4 {
    padding: 0;
}
.details-select-form input[type="text"] {
    display: block;
    width: 100%;
}
.details-select-form input#btn_submit {
    display: block;
    width: 100%;
}
.details-select-form a.btn {
    display: block;
    width: 100%;
}
.test-ds .form-group .row {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0000;
}
.profile-left h3.panel-title {
    font-size: 15px;
}

.contact-us .col-md-6:first-child {
    padding: 20px 15px 25px;
    background: #efefef;
    margin-top: 10px;
}
.paymet-bp {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.paymet-bp a.buy-with-crypto {
    width: 100%;
    display: block;
    text-align: center;
}
.paymet-bp .col-md-6 {
    width: 100%;
}
.paymet-bp .btn.btn-warning {
    width: 100%;
    margin-bottom: 15px;
}
.paymet-bp .form-group .form-group.row {
    display: flex;
}
.paymet-bp .col-lg-6 {
    width: 100%;
}
.paymet-bp .form-group {
    width: 100%;
}
.paymet-bp .form-group.row .col-lg-9 {
    width: 100%;
}
.paymet-bp .form-group .row .form-group.row {
    display: flex;
    margin: 0 !important;
    padding: 0;
}
.modal-dialog.modal-lg {
    margin: 20px 15px !important;
}
.modal-dialog .modal-body .col-md-6 {
    width: 100%;
}
.dashboard-section.panel-default .panel-body .row {
    display: flex;
}
.dashboard-section.panel-default .panel-body .col-lg-5 {
    padding: 0;
    width: 100%;
}
.video-frame {
    margin: 50px 0;
    border-radius: 10px;
    width: 100% !important;
}
.content-wrapper {
    min-height: fit-content !important;
}
div#message-grid div#gridBody {
    overflow-y: scroll;
}
.left-col {
    margin-bottom: 30px;
}
.notes {
    margin-top: 10px;
    padding-bottom: 15px;
}
.main-box{
    padding: 0 !important;
}
.center-col {
    padding: 0;
}
.action-wrap-footer{
    padding-left: 0;
    padding-right: 0;
}
.nav-tabs {
    display: flex;
    overflow-y: scroll;
    width: 100%;
}
.hero-subheading {
    margin: 0 !important;
}
.btn.hero-button {
    margin: 0 !important;
}
.hero-heading {
    margin: 10px 0 !important;
}
.hero-button {
    margin: 0;
}
.hero-heading {
    letter-spacing: 2rem;
    font-size: 3rem;
}
.profile-right {
    padding: 0;
}
div#contentpara {
    padding: 0;
    border-radius: 5px;
    margin: 0;
}
.row1 h1#heading, .about-section h1#heading{
    font-size: 24px;
}
.news-section h3 {
    font-size: 27px;
    margin-bottom: 0;
}
.contact-us .col-md-offset-1, .contact-us .col-md-6 {
    margin-left: 0;
    padding: 0;
    margin-top: 50px;
}
.contact-us {
    padding: 0;
}
.faqs, .news-section, .about-section{
    padding: 0 !important;
}

.wrap_tree input#btn_submit {
    width: 22%;
}
.wrap_tree .col-md-4 .btn {
    width: 22%;
}
.month center {
    display: block;
    margin-bottom: 15px;
}
.act-btn {
    padding: 10px;
    width: 125px;
    margin-left: 0;
    float: unset !important;
    margin-right: 5px;
}
.col-md-4.month {
    display: block !important;
}
.wrap_tree .col-md-4{
    width: 100%;
}
.pay-info-sec .col-md-6:first-child {
    padding-bottom: 25px !IMPORTANT;
}
.pay-info-sec h4 {
    margin: 0 !important;
}
.pay-info-sec .form-group.row {
    padding-bottom: 0 !important;
}
.pay-info-sec .col-md-6 .col-md-12 {
    padding: 0;
}
.col-md-12.mr-payment {
    width: 100%;
}
.pay-info-sec {
    flex-wrap: wrap;
}
.row.pay-info-sec .row {
    display: flex;
    margin-right: 0;
}
body .contact-section .text-contact {
    font-size: 31px !important;
}
.desc.company-desc .text-description {
    text-align: left;
    font-size: 31px;
}
.desc.company-desc {
    text-align: left;
    padding: 25px 0;
}
body .contact-section {
    padding: 25px 0 !important;
}
body .jumbotron {
    height: 350px !important;
    display: flex;
    align-items: center;
}
body .jumbotron .text-white {
    font-size: 4rem !important;
    padding: 0;
}
body .jumbotron .text-blue {
    font-size: 2rem !important;
}
form#manage-faq.form-horizontal .form-group .row .col-lg-4 {
    padding: 0;
    width: 100% !IMPORTANT;
}
.b-p-payment .row {
    padding: 25px 15px 0 15px;
    background: #efefef;
    margin: 0;
}
form#manage-faq button.btn.btn-success.btn-md {
    margin-top: 25px;
    margin-left: 3px !IMPORTANT;
    width: 100%;
    margin-bottom: 15px;
}
.b-p-payment {
    padding: 25px 0 0;
}
.b-p-payment a span, .b-p-payment a.buy-with-crypto span, .b-p-payment a.buy-with-crypto, .b-p-payment .distributor a{
    width: 100%;
}
.b-p-payment .row .form-group.row {
    display: flex;
    padding: 0;
    width: 100%;
}
.b-p-payment .row .col-md-6 {
    padding: 0 0 25px 0;
}
.recurring-payment .alert-info {
    margin-bottom: 25px;
}
.recurring-payment h3 {
    margin: 0;
}
.recurring-payment .text-center {
    padding: 15px !important;
    margin: 0 !IMPORTANT;
}
.recurring-payment .text-center p.text-center {
    padding-bottom: 0 !IMPORTANT;
}
.offline-payment {
    margin-top: 25px;
}
.offline-payment form#manage-faq.form-horizontal {
    padding: 15px;
}
.offline-payment form#manage-faq.form-horizontal .form-group.container {
    margin: 0;
}
.copyright a#back-to-top {
    margin-right: 50px !IMPORTANT;
}
.default_page_cls .col-sm-6 {
    padding: 0;
}
.default_page_cls {
    padding: 30px 0 0;
}
.default_page_cls .thumbnail {
    margin-right: 0;
}
.featured-boxes .row .col-sm-8 {
    padding: 0 !important;
}
.featured-boxes form#login {
    padding: 25px 15px !important;
    margin-bottom: 50px;
}
.featured-boxes .row {
    padding: 0 !important;
}
.pay_form .row {
    margin: 0 !important;
}
.pay_form .show_end_time.text-right {
    padding: 0 !important;
}
.featured-boxes .form-group .col-md-6.pull-right {
    padding-right: 15px !important;
}
.featured-boxes form#login:before {
    left: 0;
    RIGHT: 0;
    MARGIN: 0 AUTO;
    WIDTH: 80px;
    HEIGHT: 80px;
}
.about-us-content img {
    padding: 0;
    padding-bottom: 50px !IMPORTANT;
    object-fit: cover;
    height: 280px !important;
}
.hero-wrapper-two .card-container{
    padding: 25px 15px !important;
}
.navbar-right {
    margin: 0;
    padding: 10px 0 !IMPORTANT;
}
.navbar-default .navbar-brand img.logo_position {
    width: 150px;
    object-fit: contain;
    height: 60px !IMPORTANT;
}
.about-us-content .text {
    height: fit-content !important;
    margin-bottom: 0px;
    padding: 50px 15px;
}
.right-side {
    border-left: 0 !important;
    padding: 0 !important;
}
.video-content {
    height:400px !IMPORTANT;
}
.hero-wrapper-one {
    position: relative;
    height:400px !IMPORTANT;
}
.hero-content {
    height:400px !IMPORTANT;
    padding: 60px 0 !important;
    position: absolute !important;
    top: 0px !IMPORTANT;
    width: 100%;
}
.video-content img#hero-vid {
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0 !important;
}
.hero-wrapper-two {
    padding: 50px 15px !IMPORTANT;
}
.footer-text {
    padding-top: 20px;
    padding-bottom: 0;
    margin-top: 25px;
}
.copyright {
    padding: 15px 0;
}
.copyright p {
    text-align: left;
}
.nav-header .icon-section .col-md-12 {
    padding: 0;
}
.navbar-default .navbar-toggle {
    border-color: #09bd8f;
    padding-bottom: 3px;
    border: none;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #09bd8f !important;
}
div#message-grid .grid div#gridBody {
    margin-top: 20px;
    overflow-y: scroll;
}
div#content {
    padding: 0;
}
}
@media(min-width: 650px) and (max-width: 767px){
.video-content img#hero-vid {
    width: 100%;
    top: 30px !important;
    object-fit: cover;
    height: auto;
}
}
@media(max-width: 680px){
body {
    padding-top: 155px;
}
.featured-boxes form#forgot-password {
    padding: 25px 15px !important;
}
li.profilelist {
    padding-right: 0;
}
.pull-right {
    float: right!important;
    padding-right: 0 !important;
}
.mobile-icon span {
    display: none;
}
.nav-header .icon-section ul.list-inline .pull-right {
    width: 100%;
    justify-content: center;
}
.nav-header .icon-section ul.list-inline {
    height: fit-content;
    justify-content: center;
    flex-wrap: wrap;
}
}

@media(max-width: 480px){
.pull-right label a {
    /* display: none; */
    font-size: 12px;
}
}

@media(max-width: 420px){
li.profilelist {
    padding-right: 0;
}
.pull-right i svg {
    font-size: 14px;
    height: 14px;
    width: 14px;
    margin-right: 0;
}
.pull-right label a {
    /* display: none; */
    font-size: 13px;
}
.nav-header ul.list-inline li {
    height: auto !important;
    line-height: 24px !important;
}
div#message-grid div#gridMainActions a {
    display: block;
    width: 100% !important;
    padding: 10px;
}
div#message-grid div#gridMainActions {
    float: unset !important;
}
.services.section-transparent .heading-2 {
    font-size: 36px;
}
.about-heading-pra p.heading-2 {
    font-size: 36px !important;
}
}

alert-info {
    color: #333;
    background-color: #fff;
    border-color: red;
}
.table.details-table {
    background: #09bd8f;
}
.table.details-table th, .table.details-table td {
    font-size: 16px !important;
    text-align: left !IMPORTANT;
    color: #000;
    border: 0;
}
.table.details-table tr {
    border-bottom: 1px solid #fff;
}
.details-select-form input {
    height: 40px;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    text-transform: capitalize;
    outline: none !important;
}
.details-select-form input#btn_submit {
    padding: 9.5px 0 !important;
    min-width: 20%;
    border: 0;
    height: auto;
    margin-top: -3px;
    background: #649ebe;
    opacity: 1;
}
.details-select-form a.btn {
    padding: 10px;
    margin-top: -3px;
    background: #f0ad4e;
    border: 0;
}
.back-btn.btn-primary {
    margin-bottom: 50px;
    min-width: 100px;
    padding: 8px;
    background: #6fc69c;
    border: 0;
}
.back-btn.btn-primary:hover {
    background: #09bd8f;
}
.featured-boxes form#forgot-password {
    padding: 35px;
    background: #efefef;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    margin: 100px auto;
}
.featured-boxes form#forgot-password input#email {
    appearance: none !important;
    background: #FFF;
    height: 50px;
    border: 1px solid #ccc;
    font-size: 14px;
    border-radius: 0;
    box-shadow: none !IMPORTANT;
    color: #666 !important;
}
.featured-boxes form#forgot-password .pull-right {
    width: 100%;
    border-radius: 0;
    font-size: 16px;
    padding: 13px;
    background: #09bd8f;
    border: 0;
}
.default_page_cls h4 {
    color: #5c9abb;
    text-align: center
}
.featured-boxes form#forgot-password .pull-right:hover {
    background: #6fc59d;
}
div#contentpara ol {
    padding-left: 10px;
}
div#contentpara ol li p {
    margin-left: 10px !important;
}
.myTable thead th, .myTable thead td {
    text-align: left !important;
    border: none !important;
    font-size: 18px;
}
.myTable thead tr {
    border: none !important;
}
.white-row {
    background: #fff !important;
}
.top-space{
    padding-top: 50px;
}
.pay_form {
    height: fit-content;
    display: block;
}
.pay_form form {
    width: 100%;
    margin: 0 auto;
    padding: 25px;
    background: #efefef;
}
.pay_form form .form-group label {
    display: block;
    width: 20%;
    text-align: left;
    padding-top: 0;
    text-transform: capitalize;
}
.pay_form form .col-md-6 {
    width: 40%;
}
.pay_form form .form-group {
    display: flex;
}
.pay_form form .form-group .col-md-12 {
    width: 80%;
}
.term_condition {
    width: 100% !important;
}
.cache {
    padding: 0 0 15px 0;
    float: unset;
    width: 100%;
}
.cache .pull-right div {
    margin: 0 auto;
}
.cache .pull-right {
    padding: 0 !important;
    float: unset !IMPORTANT;
}
.cache br {
    display: none;
}
.btn-form-submit .col-md-12 {
    padding: 0;
    float: unset;
}
.pay_form form input, .pay_form form select {
    background: #fff;
    min-height: 40px;
    border: 1px solid #ccc;
}

.checkbox_her {
    display: flex;
    width: 100% !important;
    align-items: center;
}
.checkbox_her input[type="checkbox"] {
    margin-right: 10px;
    margin-top: 0;
    min-height: fit-content;
}
.checkbox_her a {
    margin: 0 5px;
}
.pay_form form button {
    background: #ccc;
    border: 0;
    padding: 10px 15px;
    background: #5696b9;
    font-size: 16px;
}
.pay_form form button .fa-user-plus {
    font-size: 14px;
}
.simple_text {
    display: flex;
    align-items: center;
    color: #333;
    min-height: 40px;
}
.pay_form form a:hover {
    color: #09bd8f !IMPORTANT;
}
.form-control:focus{
    box-shadow: none !important;
}
.table-responsive h1 {
    font-size: 24px;
    color: #000;
}
.navbar-right i.fa.fa-list {
    display: none;
}
.navbar-right span.nav-label {
    font-size: 12px;
}
.navbar-right a.dropdown-toggle i.fa.fa-list {
    display: none;
}
.navbar-right a.dropdown-toggle span.nav-label {
    font-size: 12px;
}
ul.social-side {
    padding: 0;
    display: flex;
}
ul.social-side li {
    padding: 0 5px;
}
.alert-success .alert-link {
    color: #2b542c !important;
    font-weight: normal !important;
}
.alert-info a {
    color: #31708f !important;
}
.pay_form .row {
    margin: 0 !important;
}
h2.regs_page {
    text-align: center;
}
@media(min-width:1100px){
    .nav-header .icon-section .container {
        max-width: 95%;
        margin-right: 0;
    }

    .navbar-default .container {
        max-width: 95%;
        margin-left: 0;
    }
    
}

.important-text strong {
    color: red !IMPORTANT;
}
.coloured-text strong {
    color: #5595b8 !important;
}
div#user-payment-history-grid {
    background: #f5f5f5;
    padding: 25px;
}
div#user-payment-history-grid div#gridMainActions a {
    background: #f0ad4e;
    color: #fff;
    border-color: #f0ad4e;
    min-width: 150px;
    font-size: 16px;
}
div#user-payment-history-grid .panel-heading {
    background: #5998ba !important;
    font-weight: 600;
    color: #fff;
    border-radius: 0;
    border: 0;
    padding: 13px 15px !important;
}
div#user-payment-history-grid h3.panel-title {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
div#user-payment-history-grid .panel-footer {
    background: #fff !important;
}
div#user-payment-history-grid .pull-right .btn {
    font-size: 16px;
    margin-left: 10px;
    min-width: 150px;
    outline: none !important;
    box-shadow: none !important;
}
div#user-payment-history-grid button.btn.btn-default {
    background-color: #f0ad4e;
    color: #fff;
    border-color: #f0ad4e;
}
div#user-payment-history-grid button.btn.btn-primary {
    background-color: #367fa9;
    border-color: #367fa9;
}
div#user-payment-history-grid .panel-body label.col-md-4 {
    padding-left: 0;
}
div#user-payment-history-grid div#gridBody {
    background: #fff;
}
div#user-payment-history-grid div#gridBody table {
    border-bottom: 0;
}
div#user-payment-history-grid div#gridBody table a {
    padding:  0;
    color: #757b87 !IMPORTANT;
    
}