body {
    background: #fff;
    color: #4a4a4a;
    padding: 0;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 300;
    overflow-x: hidden;
}
* {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato", sans-serif;
    color: #168dd2;
    line-height: normal;
}
li {
    list-style: none;
}
h3 {
    color: #2d56ab;
}
a,
.btn,
button,
img,
i {
    color: #168dd2;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.trs {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
p {
    color: #4a4a4a;
}
a:hover,
a:focus {
    color: #168dd2;
    text-decoration: none;
    outline: none;
}
hr {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #fff;
}
::-moz-selection {
    /* Code for Firefox */
    color: #fff;
    background: #168dd2;
}

::selection {
    color: #fff;
    background: #168dd2;
}
/* Spacements */
/* spacement top & bottom */
.m-none {
    margin: 0 !important;
}
.m-auto {
    margin: 0 auto;
}
.m-xs {
    margin: 5px;
}
.m-sm {
    margin: 10px;
}
.m-md {
    margin: 15px;
}
.m-lg {
    margin: 20px;
}
.m-xl {
    margin: 25px;
}
.m-xlg {
    margin: 30px;
}
.m-Large40 {
    margin: 40px;
}
.m-Large50 {
    margin: 50px;
}
.m-Large60 {
    margin: 60px;
}
/* spacement top	*/
.mt-none {
    margin-top: 0;
}
.mt-xs {
    margin-top: 5px;
}
.mt-sm {
    margin-top: 10px;
}
.mt-md {
    margin-top: 15px !important;
}
.mt-lg {
    margin-top: 20px;
}
.mt-xl {
    margin-top: 25px;
}
.mt-xlg {
    margin-top: 30px;
}
.mt-Large40 {
    margin-top: 40px;
}
.mt-Large50 {
    margin-top: 50px !important;
}
.mt-Large60 {
    margin-top: 60px;
}
/* spacement bottom	*/
.mb-none {
    margin-bottom: 0;
}
.mb-xs {
    margin-bottom: 5px;
}
.mb-sm {
    margin-bottom: 10px;
}
.mb-md {
    margin-bottom: 15px;
}
.mb-lg {
    margin-bottom: 20px;
}
.mb-xl {
    margin-bottom: 25px;
}
.mb-xlg {
    margin-bottom: 30px;
}
.mb-Large40 {
    margin-bottom: 40px;
}
.mb-Large50 {
    margin-bottom: 50px !important;
}
.mb-Large60 {
    margin-bottom: 60px;
}
/* spacement left	*/
.ml-none {
    margin-left: 0;
}
.ml-xs {
    margin-left: 5px;
}
.ml-sm {
    margin-left: 10px;
}
.ml-md {
    margin-left: 15px;
}
.ml-lg {
    margin-left: 20px;
}
.ml-xl {
    margin-left: 25px;
}
.ml-xlg {
    margin-left: 30px;
}
.ml-Large40 {
    margin-left: 40px;
}
.ml-Large50 {
    margin-left: 50px;
}
.ml-Large60 {
    margin-left: 60px;
}
/* spacement right	*/
.mr-none {
    margin-right: 0;
}
.mr-xs {
    margin-right: 5px;
}
.mr-sm {
    margin-right: 10px;
}
.mr-md {
    margin-right: 15px;
}
.mr-lg {
    margin-right: 20px;
}
.mr-xl {
    margin-right: 25px;
}
.mr-xlg {
    margin-right: 30px;
}
.mr-Large40 {
    margin-right: 40px;
}
.mr-Large50 {
    margin-right: 50px;
}
.mr-Large60 {
    margin-right: 60px;
}
/* Spacement Padding */
.p-none {
    padding: 0;
}
.p-xs {
    padding: 5px;
}
.p-sm {
    padding: 10px;
}
.p-md {
    padding: 15px;
}
.p-lg {
    padding: 20px;
}
.p-xl {
    padding: 25px;
}
.p-xlg {
    padding: 30px;
}
.p-Large40 {
    padding: 40px;
}
.p-Large50 {
    padding: 50px;
}
.p-Large60 {
    padding: 60px;
}
/* spacement top	*/
.pt-none {
    padding-top: 0;
}
.pt-xs {
    padding-top: 5px;
}
.pt-sm {
    padding-top: 10px;
}
.pt-md {
    padding-top: 15px !important;
}
.pt-lg {
    padding-top: 20px;
}
.pt-xl {
    padding-top: 25px;
}
.pt-xlg {
    padding-top: 30px !important;
}
.pt-Large40 {
    padding-top: 40px;
}
.pt-Large50 {
    padding-top: 50px !important;
}
.pt-Large60 {
    padding-top: 60px;
}
/* spacement bottom	*/
.pb-none {
    padding-bottom: 0;
}
.pb-xs {
    padding-bottom: 5px;
}
.pb-sm {
    padding-bottom: 10px;
}
.pb-md {
    padding-bottom: 15px;
}
.pb-lg {
    padding-bottom: 20px;
}
.pb-xl {
    padding-bottom: 25px;
}
.pb-xlg {
    padding-bottom: 30px;
}
.pb-Large40 {
    padding-bottom: 40px;
}
.pb-Large50 {
    padding-bottom: 50px !important;
}
.pb-Large60 {
    padding-bottom: 60px;
}
/* spacement left	*/
.pr-none {
    padding-left: 0;
}
.pl-xs {
    padding-left: 5px;
}
.pl-sm {
    padding-left: 10px;
}
.pl-md {
    padding-left: 15px;
}
.pl-lg {
    padding-left: 20px;
}
.pl-xl {
    padding-left: 25px;
}
.pl-xlg {
    padding-left: 30px;
}
.pl-Large40 {
    padding-left: 40px;
}
.pl-Large50 {
    padding-left: 50px;
}
.pl-Large60 {
    padding-left: 60px;
}
/* spacement right	*/
.pr-none {
    padding-right: 0;
}
.pr-xs {
    padding-right: 5px;
}
.pr-sm {
    padding-right: 10px;
}
.pr-md {
    padding-right: 15px;
}
.pr-lg {
    padding-right: 20px;
}
.pr-xl {
    padding-right: 25px;
}
.pr-xlg {
    padding-right: 30px;
}
.pr-Large40 {
    padding-right: 40px;
}
.pr-Large50 {
    padding-right: 50px;
}
.pr-Large60 {
    padding-right: 60px;
}
/***********default*********/
.autoCenter {
    float: none;
    display: block;
    margin: 0 auto;
}
.indigo {
    background: #581587 !important;
}
.default_c {
    color: #168dd2;
}
.default_BG {
    background-color: #168dd2;
}
.default {
    background-color: #168dd2;
    color: #fff !important;
    padding: 15px 10px;
    text-align: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 50px;
    min-width: 158px;
    max-width: 100%;
    line-height: normal;
    margin: 0 auto;
    border: 0;
    font-size: 18px;
    box-shadow: none;
    font-weight: normal;
}
.default:hover {
    color: #fff;
}
.pt_top {
    padding-top: 125px;
}
.header_manage {
    padding-top: 95px;
    background-color: #abc0ba;
}
/*******************Header*****************/
.navbar-custom {
    padding: 10px 0;
}
.navbar-custom.navbar > .container .navbar-brand {
    margin-left: 24px;
    padding: 0;
    display: block;
    height: auto;
    line-height: normal;
}
.navbar-nav > li > a {
    color: #fff;
    font-family: "Roboto", sans-serif;
    /* padding: 15px 11px; */
    text-align: center;
    font-weight: 400;
    position: relative;
}
.signup .navbar-nav > li > a {
    color: #4a4a4a;
}
.signup {
    border-bottom: 1px solid #dee1e2;
    background: #fff;
    box-shadow: 3px 0px 5px rgba(0, 0, 0, 0.1);
}
.nav > li > a:focus,
.nav > li > a:hover {
    background: transparent;
    color: #168dd2 !important;
}
.top-nav-collapse {
    background: #abc0ba;
    padding: 2px 0;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}
.top-nav-collapse .navbar-brand > img {
    margin-top: 10px;
    width: 85%;
}
.top-nav-collapse.signup {
    background-color: #fff;
}
.navbar-nav > li > a.default:hover {
    background: #fff !important;
}
.navbar-toggle .icon-bar {
    background: #2d56ab none repeat;
}
.nav-link:focus,
.nav-link:hover {
    color: #f7ecec;
}
/**********parallax**************/
.parallaxBox {
    height: auto;
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding: 50px 0;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}
/**************banner**************/
.main_banner {
    height: 100vh;
    position: relative;
}
.parallaxBox.main_banner {
    background-size: 100% auto !important;
}
.bannerText {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
}
.bannerText h1 {
    color: #fff;
    font-size: 80px;
    font-weight: 400;
}
.habits {
    width: 100%;
    margin-top: 20px;
    color: #fff;
}
.habits li {
    display: inline-block;
    cursor: pointer;
    padding: 5px 15px;
    vertical-align: top;
}
.habits li i {
    border: 3px solid #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    color: #fff;
    height: 65px;
    padding: 5px;
    width: 65px;
    line-height: 50px;
    font-size: 40px;
    margin-bottom: 10px;
}
.habits li:nth-child(1) i {
    color: #581587;
    border-color: #581587;
}
.habits li:nth-child(2) i {
    color: #2d56ab;
    border-color: #2d56ab;
}
.habits li:nth-child(3) i {
    color: #1290cd;
    border-color: #1290cd;
}
.habits li:nth-child(4) i {
    color: #4d932b;
    border-color: #4d932b;
}
.habits li:nth-child(5) i {
    color: #fc8d20;
    border-color: #fc8d20;
}
.habits li:nth-child(6) i {
    color: #f65522;
    border-color: #f65522;
}
.habits li:nth-child(7) i {
    color: #c60a0e;
    border-color: #c60a0e;
}
.habits li:nth-child(8) i {
    color: #ffffff;
    border-color: #ffffff;
}

.habits li p {
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #fff;
}
.content-section {
    padding-top: 85px;
}
.content-section .sectionHeading h2 {
    font-weight: 300;
    font-size: 48px;
    word-spacing: -0.2px;
    margin-bottom: 20px;
}
.content-section .sectionHeading h3 {
    font-weight: 300;
    font-size: 36px;
    word-spacing: -0.2px;
    margin-bottom: 20px;
    color: #2d56ab;
}
.content-section .sectionHeading .lead {
    font-size: 24px;
    line-height: 32px;
    word-spacing: -0.2px;
}
.content-section .subHeading h3 {
    font-size: 36px;
    font-weight: 300;
}
.changeHabit li {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
}
.changeHabit li i {
    width: 10%;
    margin: 0 !important;
    color: #1290cd;
    font-size: 46px;
}
.changeHabit li span {
    width: 90%;
}
.progress_d .pro_box {
    margin-bottom: 20px;
}
.progress_d .pro_box i {
    font-size: 80px;
}
.progress_d .pro_box:nth-child(1) .pro_in_box i {
    color: #581587;
}
.progress_d .pro_box:nth-child(2) .pro_in_box i {
    color: #2d56ab;
}
.progress_d .pro_box:nth-child(3) .pro_in_box i {
    color: #1290cd;
}
.progress_d .pro_box:nth-child(4) .pro_in_box i {
    color: #4d932b;
}
.progress_d .pro_box:nth-child(5) .pro_in_box i {
    color: #fc9632;
}
.progress_d .pro_box:nth-child(6) .pro_in_box i {
    color: #f65522;
}
.progress_d .pro_box:nth-child(7) .pro_in_box i {
    color: #c60a0e;
}
.progress_d .pro_box:nth-child(8) .pro_in_box i {
    color: #581587;
}
.progress_d .pro_box:nth-child(9) .pro_in_box i {
    color: #35950b;
}
.progress_d .pro_box:nth-child(10) .pro_in_box i {
    color: #099;
}
/************************testimonial**********************/
.testimonial {
    background: #2d56ab;
    padding: 45px 0;
}
.testimonial_box > i {
    color: #fff;
    font-size: 40px;
}
.testimonial_box .author_text {
    color: #fff;
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 25px;
}
.testimonial_box .author_name {
    color: #fff;
    font-weight: 300;
    font-size: 24px;
}
.testimonial_box .author_name img {
    width: inherit;
    margin-right: 10px;
    border-radius: 100px;
    display: inline;
    padding: 5px;
    border: #ffffff solid 1px;
}

/********************gallery***************/
.gallery {
    background: #1290cd;
    padding: 45px 0;
}
.gallery .gallery_box figure {
    position: relative;
}
.gallery .gallery_box figure figcaption {
    position: absolute;
    color: #fff;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.gallery .gallery_box figure figcaption i {
    color: #fff;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 100px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}
.discription {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0;
}
.effect-sadie:hover .discription {
    opacity: 1;
    -moz-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.master_box .m_box {
    padding: 0 50px 60px;
}
.master_box .m_box figure {
    width: 240px;
    height: 240px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    margin: 0 auto;
    overflow: hidden;
    max-width: 100%;
}
.master_box .m_box h4 {
    color: #2d56ab;
    font-weight: 300;
    font-size: 24px;
}
figure.effect-sadie figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(
        top,
        rgba(72, 76, 97, 0) 0%,
        rgba(72, 76, 97, 0.8) 75%
    );
    background: linear-gradient(
        to bottom,
        rgba(72, 76, 97, 0) 0%,
        rgba(72, 76, 97, 0.8) 75%
    );
    content: "";
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
}
figure.effect-sadie figcaption::before {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
figure.effect-sadie:hover figcaption::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
/*******************interprise***********************/
.interprise {
    background: #591587;
    padding: 45px 0;
    color: #fff;
}
.interprise p {
    font-size: 24px;
    color: #fff;
    margin-bottom: 35px;
    line-height: normal;
}
.interHeading > h3 {
    margin: 0 0 15px;
    color: #fff;
    font-size: 48px;
    font-weight: 300;
}
.interHeading > h3 strong {
    font-weight: 400;
}
.interP_info .vertical {
    display: inline-block;
    width: 15%;
    height: 290px;
    position: relative;
    margin: 0 10px;
    margin-bottom: 20px;
}
.interP_info .vertical span {
    bottom: -26px;
    font-size: 13px;
    font-weight: 400;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}
.interP_info .vertical .progress-bar-vertical {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
.interP_info .vertical .progress-bar-vertical.progress-bar-ac {
    background: #fff;
}
.interP_info .vertical .progress-bar-vertical.progress-bar-it {
    background: #c60a0e;
}
.interP_info .vertical .progress-bar-vertical.progress-bar-marketing {
    background: #4d932b;
}
.interP_info .vertical .progress-bar-vertical.progress-bar-hr {
    background: #1290cd;
}
/***********************contact******************/
.contact {
    background: #000;
    padding: 90px 0 65px;
}
/***************price page***************************/
.habitSec {
    padding: 65px 0;
    background: #2d56ab;
}
.plan_box .plan_box_inner {
    border: 1px solid #b7b7b7;
    padding: 20px;
}
.habitBox .habits li:nth-child(2) i {
    color: #000000;
    border-color: #000000;
}
.plan_box .plan_box_inner .planHead {
    min-height: 160px;
}
.plan_box .plan_box_inner .planHead .plan_price {
    font-size: 48px;
    font-weight: 300;
    color: #2d56ab;
    line-height: normal;
    margin-top: 0;
}
.plan_box .plan_box_inner .planHead .plan_price span {
    font-size: 24px;
}
.plan_box .plan_box_inner .planHead .plan_time {
    font-size: 24px;
    font-weight: 700;
    color: #2d56ab;
    line-height: 38px;
}
.plan_box .plan_box_inner .plan_list > li {
    padding-left: 35px;
    position: relative;
    margin-top: 15px;
}
.plan_box .plan_box_inner .plan_list > li:last-child {
    margin-bottom: 35px;
}
.plan_box .plan_box_inner .plan_list > li::before {
    background: #4d932b none repeat scroll 0 0;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    color: #ffffff;
    content: "\e918";
    font-family: "ahaIconfont" !important;
    font-size: 14px;
    height: 23px;
    left: 0;
    line-height: 25px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 23px;
}
/*****************************confirmation page**********************/
.navbar-nav > li.user > a {
    border: 2px solid #ffffff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    color: #ffffff;
    font-size: 30px;
    height: 50px;
    line-height: 45px;
    padding: 0;
    position: relative;
    width: 50px;
    margin: 0 auto 5px;
}
.top-nav-collapse .navbar-nav > li.user > a {
    margin: 0 auto;
}
.navbar-nav > li.user > a i {
    color: #fff;
    font-size: inherit;
}
.navbar-nav > li.user > a span {
    position: absolute;
    right: -1px;
    top: -9px;
    background: #c60a0e;
}
.top-nav-collapse .navbar-nav > li.user > a span {
    top: -5px;
}
.congratulationBox .congBig_box {
    background: #ffffff none repeat scroll 0 0;
    padding: 25px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 30px;
}
.congratulationBox .congBig_box > i {
    position: absolute;
    background: #168dd2;
    color: #fff;
    width: 80px;
    font-size: 50px;
    line-height: 80px;
    height: 80px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 2.5px solid #fff;
    left: 0;
    right: 0;
    margin: auto;
    top: -40px;
}
.congratulationBox .congBig_box h3 {
    font-size: 48px;
    color: #168dd2;
    font-weight: 300;
    word-wrap: break-word;
}
.congratulationBox .congBig_box p {
    font-size: 24px;
    color: #4a4a4a;
    margin-bottom: 0;
    line-height: 32px;
    text-align: left;
}
.congratulationBox .congBig_box p strong {
    color: #168dd2;
}
.congratulationBox .congBig_box a {
    text-decoration: underline;
    font-size: 24px;
}
.trophy {
    font-size: 65px;
}
.checkbox {
    padding: 0 !important;
    color: #fff;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    margin-bottom: 5px !important;
    min-height: 35px !important;
}
.checkbox input {
    position: absolute;
    left: -9999px;
}
.checkbox i {
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    display: block;
    outline: none;
    border: 2px solid #fff;
    background: #fff;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.checkbox span {
    padding-left: 45px;
    line-height: 30px;
    font-weight: 300;
}
.checkbox.radio i {
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.checkbox input + i:after {
    position: absolute;
    transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.checkbox input + i::after {
    content: "\e918";
    font-family: "ahaIconfont" !important;
    font-size: 22px;
    line-height: 22px;
    left: auto;
    margin: auto;
    right: 6px;
    text-align: center;
    top: 2px;
    color: #581587;
}
.checkbox input:checked + i:after {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.bigSearch {
    height: 55px;
    box-shadow: none;
    font-size: 24px;
    color: #4a4a4a;
    border: 0;
}
.bigSearch:focus {
    border: 0;
    box-shadow: none;
}
/*********************goal accordion***********/
.goal_accordion .panel-heading {
    padding: 0;
}
.goal_accordion .panel-heading a {
    display: block;
    padding: 10px 15px;
    position: relative;
}
.goal_accordion .panel-default {
    border: 0;
    box-shadow: none;
    margin-bottom: 15px;
}
.goal_accordion .panel-default .panel-heading {
    border: 0;
    color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}
.goal_accordion .panel-heading a::before {
    bottom: 0;
    color: #ffffff;
    content: "\e916";
    font-family: "ahaIconfont" !important;
    font-size: 26px;
    height: 30px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
}
.goal_accordion .panel-default .panel-heading .panel-title {
    font-size: 22px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}
.goal_accordion .panel-heading a:hover,
.goal_accordion .panel-heading a:focus,
.goal_accordion .panel-heading a:active {
    color: #fff;
}
.goal_accordion .panel-heading a i {
    border: 1px solid #ffffff;
    border-radius: 100%;
    color: #ffffff;
    font-size: 25px;
    padding: 6px;
}
.goal_accordion .panel-collapse {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}
.goal_accordion .panel-default:nth-child(1) .panel-heading {
    background: #581587;
}
.goal_accordion .panel-default:nth-child(2) .panel-heading {
    background: #2d56ab;
}
.goal_accordion .panel-default:nth-child(3) .panel-heading {
    background: #1290cd;
}
.goal_accordion .panel-default:nth-child(4) .panel-heading {
    background: #4d932b;
}
.goal_accordion .panel-default:nth-child(5) .panel-heading {
    background: #fc8d20;
}
.goal_accordion .panel-default:nth-child(6) .panel-heading {
    background: #f65522;
}
.goal_accordion .panel-default:nth-child(7) .panel-heading {
    background: #c60a0e;
}
.goal_accordion .panel-default:nth-child(8) .panel-heading {
    background: #000000;
}
.goal_accordion .checkbox i {
    border: 1px solid #d7d7d7;
}
.goal_accordion .checkbox span {
    color: #6c6c6c;
    float: left;
}
.goal_accordion .checkbox input + i::after {
    color: #4d932b;
}
.goal_accordion .checkbox input:checked + i:after {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/**************************************signup 2 page*******************************/
.signupPage {
    padding: 150px 0 50px !important;
}
.createAc .form-group {
    margin-bottom: 50px;
}
.createAc .form-group .acIcon {
    border: 1px solid;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    height: 65px;
    padding: 5px;
    width: 65px;
    text-align: center;
    display: block;
    line-height: 55px;
    font-size: 40px;
    margin: 0 auto;
}
.value {
    margin-top: 10px;
}
.value > span {
    float: left;
    text-align: center;
    width: 10%;
    font-size: 24px;
    color: #4a4a4a;
    -moz-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}
.value > span.active {
    font-weight: 500;
    color: #581587;
}

/**range design**/
input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid white;
    width: 100%;
}
input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 15px;
    background: #581587;
    border: none;
    border-radius: 10px;
}
input[type="range"]::-moz-range-track {
    width: 100%;
    height: 15px;
    background: #581587;
    border: none;
    border-radius: 10px;
}
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 2.5px solid #581587;
    height: 38px;
    width: 38px;
    border-radius: 100%;
    background: #fff;
    margin-top: -12px;
    cursor: pointer;
}
input[type="range"]:focus {
    outline: none;
}
input[type="range"]:focus::-webkit-slider-runnable-track {
    background: #581587;
}
input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none;
    border: 2.5px solid #581587;
    height: 38px;
    width: 38px;
    border-radius: 100%;
    background: #fff;
    margin-top: -12px;
    cursor: pointer;
}
/*hide the outline behind the border*/
input[type="range"]:-moz-focusring {
    outline: 1px solid white;
    outline-offset: -1px;
}
input[type="range"]::-ms-track {
    width: 100%;
    height: 15px;
    background: transparent;
    border-color: transparent;
    border-width: 6px 0;
    color: transparent;
}
input[type="range"]::-ms-fill-lower {
    background: #581587;
    border-radius: 10px;
}
input[type="range"]::-ms-fill-upper {
    background: #581587;
    border-radius: 10px;
}
input[type="range"]::-ms-thumb {
    -webkit-appearance: none;
    border: 2.5px solid #581587;
    height: 38px;
    width: 38px;
    border-radius: 100%;
    background: #fff;
    margin-top: -12px;
    cursor: pointer;
}
input[type="range"]:focus::-ms-fill-lower {
    background: #581587;
}
input[type="range"]:focus::-ms-fill-upper {
    background: #581587;
}

/***create account icons*/
.createAc .form-group:nth-child(1) .acIcon {
    color: #581587;
    border-color: #581587;
}
.createAc .form-group:nth-child(2) .acIcon {
    color: #2d56ab;
    border-color: #2d56ab;
}
.createAc .form-group:nth-child(3) .acIcon {
    color: #1290cd;
    border-color: #1290cd;
}
.createAc .form-group:nth-child(4) .acIcon {
    color: #4d932b;
    border-color: #4d932b;
}
.createAc .form-group:nth-child(5) .acIcon {
    color: #fc8d20;
    border-color: #fc8d20;
}
.createAc .form-group:nth-child(6) .acIcon {
    color: #f65522;
    border-color: #f65522;
}
.createAc .form-group:nth-child(7) .acIcon {
    color: #c60a0e;
    border-color: #c60a0e;
}
.createAc .form-group:nth-child(8) .acIcon {
    color: #000;
    border-color: #000;
}
/***create account heading*/
.createAc .form-group:nth-child(1) h3 {
    color: #581587;
}
.createAc .form-group:nth-child(2) h3 {
    color: #2d56ab;
}
.createAc .form-group:nth-child(3) h3 {
    color: #1290cd;
}
.createAc .form-group:nth-child(4) h3 {
    color: #4d932b;
}
.createAc .form-group:nth-child(5) h3 {
    color: #fc8d20;
}
.createAc .form-group:nth-child(6) h3 {
    color: #f65522;
}
.createAc .form-group:nth-child(7) h3 {
    color: #c60a0e;
}
.createAc .form-group:nth-child(8) h3 {
    color: #000;
}
/***create account span active*/
.createAc .form-group:nth-child(1) .value > span.active {
    color: #581587;
}
.createAc .form-group:nth-child(2) .value > span.active {
    color: #2d56ab;
}
.createAc .form-group:nth-child(3) .value > span.active {
    color: #1290cd;
}
.createAc .form-group:nth-child(4) .value > span.active {
    color: #4d932b;
}
.createAc .form-group:nth-child(5) .value > span.active {
    color: #fc8d20;
}
.createAc .form-group:nth-child(6) .value > span.active {
    color: #f65522;
}
.createAc .form-group:nth-child(7) .value > span.active {
    color: #c60a0e;
}
.createAc .form-group:nth-child(8) .value > span.active {
    color: #000;
}
/***create account range */
/*thumb*/
.createAc .form-group:nth-child(1) input[type="range"]::-webkit-slider-thumb {
    border-color: #581587;
}
.createAc .form-group:nth-child(1) input[type="range"]::-moz-range-thumb {
    border-color: #581587;
}
.createAc .form-group:nth-child(1) input[type="range"]::-ms-thumb {
    border-color: #581587;
}
.createAc .form-group:nth-child(2) input[type="range"]::-webkit-slider-thumb {
    border-color: #2d56ab;
}
.createAc .form-group:nth-child(2) input[type="range"]::-moz-range-thumb {
    border-color: #2d56ab;
}
.createAc .form-group:nth-child(2) input[type="range"]::-ms-thumb {
    border-color: #2d56ab;
}
.createAc .form-group:nth-child(3) input[type="range"]::-webkit-slider-thumb {
    border-color: #1290cd;
}
.createAc .form-group:nth-child(3) input[type="range"]::-moz-range-thumb {
    border-color: #1290cd;
}
.createAc .form-group:nth-child(3) input[type="range"]::-ms-thumb {
    border-color: #1290cd;
}
.createAc .form-group:nth-child(4) input[type="range"]::-webkit-slider-thumb {
    border-color: #4d932b;
}
.createAc .form-group:nth-child(4) input[type="range"]::-moz-range-thumb {
    border-color: #4d932b;
}
.createAc .form-group:nth-child(4) input[type="range"]::-ms-thumb {
    border-color: #4d932b;
}
.createAc .form-group:nth-child(5) input[type="range"]::-webkit-slider-thumb {
    border-color: #fc8d20;
}
.createAc .form-group:nth-child(5) input[type="range"]::-moz-range-thumb {
    border-color: #fc8d20;
}
.createAc .form-group:nth-child(5) input[type="range"]::-ms-thumb {
    border-color: #fc8d20;
}
.createAc .form-group:nth-child(6) input[type="range"]::-webkit-slider-thumb {
    border-color: #f65522;
}
.createAc .form-group:nth-child(6) input[type="range"]::-moz-range-thumb {
    border-color: #f65522;
}
.createAc .form-group:nth-child(6) input[type="range"]::-ms-thumb {
    border-color: #f65522;
}
.createAc .form-group:nth-child(7) input[type="range"]::-webkit-slider-thumb {
    border-color: #c60a0e;
}
.createAc .form-group:nth-child(7) input[type="range"]::-moz-range-thumb {
    border-color: #c60a0e;
}
.createAc .form-group:nth-child(7) input[type="range"]::-ms-thumb {
    border-color: #c60a0e;
}
.createAc .form-group:nth-child(8) input[type="range"]::-webkit-slider-thumb {
    border-color: #000;
}
.createAc .form-group:nth-child(8) input[type="range"]::-moz-range-thumb {
    border-color: #000;
}
.createAc .form-group:nth-child(8) input[type="range"]::-ms-thumb {
    border-color: #000;
}
/***create account path background*/
.createAc
    .form-group:nth-child(1)
    input[type="range"]::-webkit-slider-runnable-track {
    background: #581587;
}
.createAc .form-group:nth-child(1) input[type="range"]::-moz-range-track {
    background: #581587;
}
.createAc
    .form-group:nth-child(1)
    input[type="range"]:focus::-webkit-slider-runnable-track {
    background: #581587;
}
.createAc .form-group:nth-child(1) input[type="range"]::-ms-fill-lower {
    background: #581587;
}
.createAc .form-group:nth-child(1) input[type="range"]::-ms-fill-upper {
    background: #581587;
}
.createAc .form-group:nth-child(1) input[type="range"]:focus::-ms-fill-lower {
    background: #581587;
}
.createAc .form-group:nth-child(1) input[type="range"]:focus::-ms-fill-upper {
    background: #581587;
}

.createAc
    .form-group:nth-child(2)
    input[type="range"]::-webkit-slider-runnable-track {
    background: #2d56ab;
}
.createAc .form-group:nth-child(2) input[type="range"]::-moz-range-track {
    background: #2d56ab;
}
.createAc
    .form-group:nth-child(2)
    input[type="range"]:focus::-webkit-slider-runnable-track {
    background: #2d56ab;
}
.createAc .form-group:nth-child(2) input[type="range"]::-ms-fill-lower {
    background: #2d56ab;
}
.createAc .form-group:nth-child(2) input[type="range"]::-ms-fill-upper {
    background: #2d56ab;
}
.createAc .form-group:nth-child(2) input[type="range"]:focus::-ms-fill-lower {
    background: #2d56ab;
}
.createAc .form-group:nth-child(2) input[type="range"]:focus::-ms-fill-upper {
    background: #2d56ab;
}

.createAc
    .form-group:nth-child(3)
    input[type="range"]::-webkit-slider-runnable-track {
    background: #1290cd;
}
.createAc .form-group:nth-child(3) input[type="range"]::-moz-range-track {
    background: #1290cd;
}
.createAc
    .form-group:nth-child(3)
    input[type="range"]:focus::-webkit-slider-runnable-track {
    background: #1290cd;
}
.createAc .form-group:nth-child(3) input[type="range"]::-ms-fill-lower {
    background: #1290cd;
}
.createAc .form-group:nth-child(3) input[type="range"]::-ms-fill-upper {
    background: #1290cd;
}
.createAc .form-group:nth-child(3) input[type="range"]:focus::-ms-fill-lower {
    background: #1290cd;
}
.createAc .form-group:nth-child(3) input[type="range"]:focus::-ms-fill-upper {
    background: #1290cd;
}

.createAc
    .form-group:nth-child(4)
    input[type="range"]::-webkit-slider-runnable-track {
    background: #4d932b;
}
.createAc .form-group:nth-child(4) input[type="range"]::-moz-range-track {
    background: #4d932b;
}
.createAc
    .form-group:nth-child(4)
    input[type="range"]:focus::-webkit-slider-runnable-track {
    background: #4d932b;
}
.createAc .form-group:nth-child(4) input[type="range"]::-ms-fill-lower {
    background: #4d932b;
}
.createAc .form-group:nth-child(4) input[type="range"]::-ms-fill-upper {
    background: #4d932b;
}
.createAc .form-group:nth-child(4) input[type="range"]:focus::-ms-fill-lower {
    background: #4d932b;
}
.createAc .form-group:nth-child(4) input[type="range"]:focus::-ms-fill-upper {
    background: #4d932b;
}

.createAc
    .form-group:nth-child(5)
    input[type="range"]::-webkit-slider-runnable-track {
    background: #fc8d20;
}
.createAc .form-group:nth-child(5) input[type="range"]::-moz-range-track {
    background: #fc8d20;
}
.createAc
    .form-group:nth-child(5)
    input[type="range"]:focus::-webkit-slider-runnable-track {
    background: #fc8d20;
}
.createAc .form-group:nth-child(5) input[type="range"]::-ms-fill-lower {
    background: #fc8d20;
}
.createAc .form-group:nth-child(5) input[type="range"]::-ms-fill-upper {
    background: #fc8d20;
}
.createAc .form-group:nth-child(5) input[type="range"]:focus::-ms-fill-lower {
    background: #fc8d20;
}
.createAc .form-group:nth-child(5) input[type="range"]:focus::-ms-fill-upper {
    background: #fc8d20;
}

.createAc
    .form-group:nth-child(6)
    input[type="range"]::-webkit-slider-runnable-track {
    background: #f65522;
}
.createAc .form-group:nth-child(6) input[type="range"]::-moz-range-track {
    background: #f65522;
}
.createAc
    .form-group:nth-child(6)
    input[type="range"]:focus::-webkit-slider-runnable-track {
    background: #f65522;
}
.createAc .form-group:nth-child(6) input[type="range"]::-ms-fill-lower {
    background: #f65522;
}
.createAc .form-group:nth-child(6) input[type="range"]::-ms-fill-upper {
    background: #f65522;
}
.createAc .form-group:nth-child(6) input[type="range"]:focus::-ms-fill-lower {
    background: #f65522;
}
.createAc .form-group:nth-child(6) input[type="range"]:focus::-ms-fill-upper {
    background: #f65522;
}

.createAc
    .form-group:nth-child(7)
    input[type="range"]::-webkit-slider-runnable-track {
    background: #c60a0e;
}
.createAc .form-group:nth-child(7) input[type="range"]::-moz-range-track {
    background: #c60a0e;
}
.createAc
    .form-group:nth-child(7)
    input[type="range"]:focus::-webkit-slider-runnable-track {
    background: #c60a0e;
}
.createAc .form-group:nth-child(7) input[type="range"]::-ms-fill-lower {
    background: #c60a0e;
}
.createAc .form-group:nth-child(7) input[type="range"]::-ms-fill-upper {
    background: #c60a0e;
}
.createAc .form-group:nth-child(7) input[type="range"]:focus::-ms-fill-lower {
    background: #c60a0e;
}
.createAc .form-group:nth-child(7) input[type="range"]:focus::-ms-fill-upper {
    background: #c60a0e;
}

.createAc
    .form-group:nth-child(8)
    input[type="range"]::-webkit-slider-runnable-track {
    background: #000;
}
.createAc .form-group:nth-child(8) input[type="range"]::-moz-range-track {
    background: #000;
}
.createAc
    .form-group:nth-child(8)
    input[type="range"]:focus::-webkit-slider-runnable-track {
    background: #000;
}
.createAc .form-group:nth-child(8) input[type="range"]::-ms-fill-lower {
    background: #000;
}
.createAc .form-group:nth-child(8) input[type="range"]::-ms-fill-upper {
    background: #000;
}
.createAc .form-group:nth-child(8) input[type="range"]:focus::-ms-fill-lower {
    background: #000;
}
.createAc .form-group:nth-child(8) input[type="range"]:focus::-ms-fill-upper {
    background: #000;
}

/**************************signup form*******************/
.signUp_form label {
    font-weight: 500;
    font-size: 24px;
    color: #4a4a4a;
    margin-bottom: 10px;
}
.selectdropdown {
    width: 100%;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    line-height: 35px;
    height: auto;
    border-radius: 4px;
    display: inline-block;
    background: #ffffff;
    box-shadow: inset 0px 0 2px #404040;
}
.btn-group.open .dropdown-toggle {
    box-shadow: none !important;
}
.bootstrap-select > .dropBar {
    width: 100%;
    line-height: inherit;
    text-align: right;
    border-radius: 0px;
    background: none;
    box-shadow: 0;
    border: none;
    padding: 0px 10px;
    color: #555555;
}
.bootstrap-select > .dropBar .caret {
    border-color: #f65826 transparent !important;
    border-width: 8px 8px 0;
    z-index: 1;
    margin-left: 10px;
}
.caret {
    color: #fff;
}
.caret-up {
    width: 0;
    height: 0;
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
    color: #ffffff;
}
.bootstrap-select.btn-group .dropdown-menu li {
    margin-bottom: 0;
    display: block;
    width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu li a {
    cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu > li > a:focus,
.bootstrap-select.btn-group .dropdown-menu > li > a:hover {
    background-color: #f65826;
    color: #ffffff;
}
.bootstrap-select.btn-group .dropdown-menu > .active > a,
.bootstrap-select.btn-group .dropdown-menu > .active > a:focus,
.bootstrap-select.btn-group .dropdown-menu > .active > a:hover {
    background-color: #f65826;
}
.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    z-index: 1035;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu .bs-searchbox {
    display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
    display: none;
}
select.bs-select-hidden,
select.selectpicker {
    display: none !important;
}
select.mobile-device {
    position: absolute !important;
    top: 0;
    left: 0;
    display: block !important;
    width: 100%;
    height: 100% !important;
    opacity: 0;
}

.form-control {
    box-shadow: none;
    font-size: 20px;
    height: 56px;
}
.signUp_form .form-group p {
    color: #f00;
    font-size: 15px;
}
.form-control:focus {
    border-color: #ccc;
    box-shadow: none;
    outline: 0 none;
}
.form-group .checkbox > i {
    border: 1px solid #cccccc;
    display: inline-block;
}
.form-group .checkbox input + i::after {
    color: #4d932b;
}
.signUp_form .form-group .checkbox {
    display: inline-block;
    margin: 0 !important;
    width: 35px;
    margin-right: 15px;
    vertical-align: middle;
}
.form-group .checkbox + span {
    display: inline-block;
    font-size: 15px;
    line-height: normal !important;
    margin-left: 0;
    width: 80%;
    vertical-align: middle;
}

/*************footer*****/
footer {
    background: #2d56ab;
    padding: 45px 0 60px;
}
footer .bottom_nav > li,
footer .social li,
footer .privacy li {
    display: inline-block;
}
footer .bottom_nav > li a {
    font-weight: 400;
    color: #fff;
    padding: 5px 15px;
    display: block;
}
footer .social li a {
    color: #fff;
    font-size: 33px;
    padding: 0 4px;
}
footer .social li a i {
    color: #fff;
    font-size: inherit;
}
footer .social li a i.ahaIcon-31,
footer .social li a i.ahaIcon-32 {
    font-size: 29px;
}
footer .bottomText .privacy {
    margin-bottom: 0;
}
footer .bottomText .privacy li a {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin-left: 15px;
}
footer .bottomText p {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding-left: 15px;
    margin: 0;
    line-height: normal;
}

/* form-wrapper */
.form-wrapper {
    background-color: rgba(51, 51, 51, 0.4);
}
.form-wrapper .modal-dialog {
    max-width: 492px;
    width: 100%;
}
.form-wrapper .modal-dialog legend {
    border: none;
    font-size: 36px;
    color: #2d56ab;
    text-align: center;
    width: 100%;
}
.form-wrapper .form-group {
    position: relative;
}
.form-wrapper .form-group.blueBg {
    background: #168dd2;
    padding: 20px 15px;
    font-family: "Roboto", sans-serif;
}
.form-wrapper .form-group.text-center .btn.whiteBg {
    background: #ffffff;
    color: #168dd2 !important;
}
.form-wrapper .form-group label {
    font-weight: 300;
    font-size: 24px;
}
.form-wrapper .form-group .form-control {
    border-radius: 0;
    font-weight: 300;
}
.form-wrapper .modal-content {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.form-wrapper .modal-content .form-block {
    padding: 48px 58px 7px 58px;
}
.form-wrapper .form-group #forgotPassword {
    display: block;
    font-size: 18px;
    text-decoration: underline;
}
.form-wrapper .form-group .rememberMe .checkbox {
    margin-bottom: 0 !important;
}
.form-wrapper .form-group .checkbox i {
    border: #cccccc solid 1px;
    border-radius: 0;
}
.form-wrapper .form-group .checkbox span {
    color: #4a4a4a;
    font-size: 18px;
}

/* <============== New changes 15-02-2022 =========> */
a.default.btn_red {
    background-color: red;
}
a.default.btn_red:hover {
    color: red !important;
}
a.default.btn_red:focus {
    background-color: #fff;
    color: red;
}
.login_page {
    min-height: 100vh;
    padding: 8rem 0 5rem 0;
}
.login_page > div {
    position: relative;
}
section.login_page:before {
    content: "";
    width: 100%;
    height: 50%;
    background-color: #2d56ab;
    position: absolute;
    top: 0;
}
section.login_page:after {
    content: "";
    width: 100%;
    height: 50%;
    background-color: #fff;
    position: absolute;
    top: 50%;
}
.log_form {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 50px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    width: 80%;
    margin: 0 auto;
}
.right_image_form {
    background-color: #eff1f4;
    padding: 15px;
}
.right_image_form p {
    margin: 0;
}
.form_wrapper {
    display: flex;
    width: 100%;
    flex: 1;
}
.login_inputs_forms {
    background-color: #fff;
    padding: 40px;
    position: relative;
    z-index: 2;
    width: 100%;
    padding-top: 5rem;
}
.m-0 {
    margin: 0;
}
.m-t-4 {
    margin-top: 1.5rem !important;
}
.p-0 {
    padding: 0;
}
.h-100 {
    height: 100%;
}
.row_custom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (min-width: 992px) {
    .row_custom .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
.row_custom .col-lg-6 {
    position: relative;
    width: 100%;
}
form.login_inputs_forms h2 {
    text-align: center;
    margin-bottom: 25px;
}
.right_image_form {
    text-align: center;
}

/* header css  */

.navbar-custom {
    position: fixed;
    width: 100%;
    z-index: 999;
    /* background-color: #000; */
}
.navbar-custom .navbar-collapse {
    justify-content: end;
}
.start_btn {
    padding: 10px 25px;
    background-color: red;
    color: #fff;
    border-radius: 5px;
    letter-spacing: 1px;
    line-height: 1;
    display: flex;
    align-items: center;
    border: none;
    width: max-content;
    margin: 0 auto;
    margin-left: 8px;
}
.navbar-toggler {
    outline: none;
    box-shadow: none !important;
}
.sub_menu_wrapper li {
    padding: 5px 16px;
    /* border-bottom: 1px solid #f5f5f5; */
}
.sub_menu_wrapper li:last-child {
    border-bottom: none;
}
.sub_menu_wrapper li a {
    color: #222222;
    letter-spacing: 1px;
    font-weight: 400;
}
.custom_padding {
    padding: 60px 0;
}
.dashboard_section {
    background-color: #add8e6;
    min-height: 100vh;
}
.yr_account {
    border-radius: 5px;
    margin-right: 10px;
    background-color: #2d56ab;
}
.yr_account i {
    color: #fff;
}
.dashboard-button {
    border-radius: 10px;
    height: 100%;
}

@media (max-width: 999px) {
    .navbar-custom {
        padding: 0;
    }
    .navbar-custom .navbar-toggler-icon {
        width: 24px;
        height: 17px;
        background-image: none;
        position: relative;
        border-bottom: 2px solid #fff;
        transition: all 0.3s linear;
    }
    .navbar-custom .navbar-toggler-icon::before,
    .navbar-custom .navbar-toggler-icon::after {
        width: 24px;
        position: absolute;
        height: 2px;
        background-color: #fff;
        top: 0;
        left: 0;
        content: "";
        z-index: 2;
        transition: all 0.3s linear;
    }
    .navbar-custom .navbar-toggler-icon:after {
        top: 8px;
    }
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
        transform: translateY(8px) rotate(-45deg);
    }
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
        transform: rotate(45deg);
    }
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        border-color: transparent;
    }
    .custom_padding {
        padding: 30px 0;
    }
}
.header_wrapper .navbar-custom {
    position: fixed;
    background-color: transparent;
}
.header_wrapper
    header.navbar.navbar-custom.navbar-fixed-top.trs.top-nav-collapse {
    background-color: #abc0ba;
}
header.navbar.navbar-custom.navbar-fixed-top.trs.scrolled {
    position: fixed;
    padding: 0;
}

/* dashboard css  */

.side_bar_wrapper {
    background-color: #ffffff;
    border-radius: 5px;
    /* box-shadow: rgb(99 99 99 / 20%) 0px 2px 6px 5px; */
    position: sticky;
    top: 90px;
    z-index: 1;
    padding-bottom: 15px;
}

.side_bar_wrapper .list-group a {
    color: #2d56ab;
    margin-bottom: 12px;
    padding: 5px 10px 5px 16px;
    width: 100%;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 16px;
    position: relative;
}
.side_bar_wrapper .list-group a.active {
    background-color: #ddd;
}
.side_bar_wrapper .list-group a.active::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #2d56ab;
    width: 2px;
}
.dashboard_user .user_name {
    color: #2d56ab;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 1px;
}
button.logout_btn {
    border: none;
    padding: 5px 10px 5px 16px;
    border-radius: 5px;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 600;
    color: #2d56ab;
    background-color: transparent;
}
button.logout_btn i {
    margin-right: 8px;
    color: #2d56ab;
}
.side_bar_wrapper .list-group a i {
    font-size: 20px;
    margin-right: 6px;
    color: #2d56ab;
}
.right_dasboard_header {
    text-transform: capitalize;
    letter-spacing: 1px;
    border-radius: 10px;
}

.custom-form .form-group {
    margin-bottom: 20px;
}
.btn_update {
    text-align: center;
}
.password_updatebtn {
    display: inline-block;
    width: auto;
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 1;
    text-transform: capitalize;
}
.social {
    text-align: end;
}
.bottomText {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.img_chart {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.img_chart img {
    width: 70%;
}
.des_chart {
    text-align: left;
    line-height: normal;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}
.des_chart p b {
    font-weight: 900;
}
.des_chart ul {
    margin: 0;
    padding: 0;
    margin-bottom: 16px;
}
.des_chart ul li {
    margin-bottom: 6px;
}
.des_chart ul li:nth-child(1) {
    color: #231f20;
}
.des_chart ul li:nth-child(2) {
    color: #64308f;
}
.des_chart ul li:nth-child(3) {
    color: #3167b2;
}
.des_chart ul li:nth-child(4) {
    color: #2596d3;
}
.des_chart ul li:nth-child(5) {
    color: #659e42;
}
.des_chart ul li:nth-child(6) {
    color: #f89d2d;
}
.des_chart ul li:nth-child(7) {
    color: #f16933;
}
.des_chart ul li:nth-child(8) {
    color: #cd202a;
}

/* dashboard pie chart  */

#chartdiv {
    width: 100%;
    height: 500px;
}

div#chartdiv1 {
    width: 100%;
    height: 370px;
    padding-left: 10px;
}
div#chartdiv2 {
    width: 100%;
    height: 380px;
}
div#chartdiv3 {
    width: 100%;
    height: 380px;
}

.areas {
    text-align: center;
    margin-bottom: 15px;
    min-height: 95px;
}

.areas .value {
    display: inline-block;
    font-size: 1.3em;
    padding: 5px 10px;
    border: 1px solid #ddd;
    cursor: pointer;
}

.areas .value:hover {
    background: #ecc;
}
.des_chart.text-right {
    text-align: right;
}
.chart_life ul {
    padding: 0;
    margin: 0;
    text-align: center;
}
.chart_life ul li {
    font-weight: 600;
    line-height: normal;
    font-size: 16px;
}
.chart_life ul li:nth-child(1) {
    color: #231f20;
}
.chart_life ul li:nth-child(2) {
    color: #64308f;
}
.chart_life ul li:nth-child(3) {
    color: #3167b2;
}
.chart_life ul li:nth-child(4) {
    color: #2596d3;
}
.chart_life ul li:nth-child(5) {
    color: #659e42;
}
.chart_life ul li:nth-child(6) {
    color: #f89d2d;
}
.chart_life ul li:nth-child(7) {
    color: #f16933;
}
.chart_life ul li:nth-child(8) {
    color: #cd202a;
}

.start_wheels h4 {
    text-transform: uppercase;
}
.start_wheels p {
    text-align: justify;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 400;
}
/* <======== Breadcrumbs css ==========> */
.breadcrumbs_section {
    background: url(/images/Master_1645524396.png);
    background-attachment: fixed;
    background-size: cover;
}
.verticalyMiddle {
    padding: 25px 0;
}
.breadcrumbs {
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 1px;
}
.breadcrumbs a:after {
    content: "/";
    color: #4a4a4a;
    padding: 0 5px 0 8px;
}

/* <============== explore list css ========> */
.exp_titles {
    text-align: center;
    margin-bottom: 25px;
}
.exp_titles h2 {
    font-weight: 300;
    font-size: 48px;
    word-spacing: -0.2px;
    margin-bottom: 20px;
}
.exp_list_wrap {
    display: inline-block;
    padding: 20px 10px;
    height: 100%;
}
.exp_list {
    height: 100%;
    box-shadow: none;
    border: 1px solid #f7f7f7;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}
.exp_list:hover {
    transform: translateY(-5px);
}
.exp_list figure {
    margin: 0;
    overflow: hidden;
}
.exp_list figure img {
    width: 100%;
    height: 300px;
    transition: all 0.9s ease-in-out;
}
.exp_list:hover figure img {
    transform: scale(1.5);
}
.exp_content {
    padding: 15px;
    text-align: center;
    height: 100%;
    padding-bottom: 60px;
}
.exp_content h3 {
    line-height: 36px;
    font-weight: 500;
    font-size: 28px;
    margin-bottom: 16px;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 72px;
}

a.exp_list_wrap .exp_content p {
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.read_btn {
    border: none;
    padding: 8px 18px;
    background-color: #fff;
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: fit-content;
    z-index: 10;
    transition: all 0.3s ease-in;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: blue;
}
.read_btn:hover {
    transform: translateY(-5px);
}
.details_title {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}
.details_title h2 {
    margin-bottom: 25px;
}
.exp_details ul li {
    margin-bottom: 16px;
}
.exp_details ul li {
    font-weight: 400;
}
.exp_details ul li::before {
    font-family: "FontAwesome";
    content: "\f00c";
    margin: 0 5px 0 -22px;
    color: #2d56ab;
}
.right_dasboard_header h4 {
    font-weight: 300;
    font-size: 36px;
    word-spacing: -0.2px;
    position: relative;
    display: inline-block;
    padding-bottom: 14px;
    color: #2d56ab;
    margin-bottom: 16px;
}
.right_dasboard_header h4::before {
    content: "";
    position: absolute;
    bottom: 1.5px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ddd;
}
.right_dasboard_header h4::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30%;
    height: 3px;
    background-color: #2d56ab;
    border-radius: 50px;
}
.dashboard_user {
    border-bottom: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 16px;
}
.right_dasboard_header {
    font-size: 15px;
    font-weight: 500;
    padding: 15px;
}
.start_wheels_update {
    margin-left: 20px;
    padding-top: 18px;
    padding-bottom: 10px;
}
.right_dasboard_header p {
    margin-top: 10px;
}

.loginSignup {
    min-height: 70vh;
    background-color: #ddd;
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
    margin: 5% auto;
    overflow: hidden;
    width: 80%;
}
.form-container {
    position: absolute;
    top: 0;
    height: 100%;
    transition: all 0.6s ease-in-out;
}

.sign-in-container {
    left: 0;
    width: 50%;
    z-index: 2;
}

.loginSignup.right-panel-active .sign-in-container {
    transform: translateX(100%);
}

.sign-up-container {
    left: 0;
    width: 50%;
    opacity: 0;
    z-index: 1;
}

.loginSignup.right-panel-active .sign-up-container {
    transform: translateX(100%);
    opacity: 1;
    z-index: 5;
    animation: show 0.6s;
}

@keyframes show {
    0%,
    49.99% {
        opacity: 0;
        z-index: 1;
    }

    50%,
    100% {
        opacity: 1;
        z-index: 5;
    }
}

.overlay-container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    overflow: hidden;
    transition: transform 0.6s ease-in-out;
    z-index: 100;
}

.loginSignup.right-panel-active .overlay-container {
    transform: translateX(-100%);
}

.overlay {
    background-color: #ddd;
    color: #ffffff;
    position: relative;
    left: -100%;
    height: 100%;
    width: 200%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

.loginSignup.right-panel-active .overlay {
    transform: translateX(50%);
}

.overlay-panel {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 40px;
    text-align: center;
    top: 0;
    height: 100%;
    width: 50%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

.overlay-left {
    transform: translateX(-20%);
}

.loginSignup.right-panel-active .overlay-left {
    transform: translateX(0);
}

.overlay-right {
    right: 0;
    transform: translateX(0);
}

.loginSignup.right-panel-active .overlay-right {
    transform: translateX(20%);
}

.social-container {
    margin: 20px 0;
}

.social-container a {
    border: 1px solid #dddddd;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    height: 40px;
    width: 40px;
}
.regis_login_inputs {
    background-color: #fff;
    padding: 20px;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
}
form.regis_login_inputs.login_mob {
    padding: 40px;
}
.signUp_wrapper .form-check {
    margin: 0;
    padding: 0;
    min-height: auto;
    margin-bottom: 10px;
}
.signUp_wrapper .form-check input {
    background-color: #eee;
    border: none;
    padding: 8px 16px;
    margin: 0;
    width: 100%;
    font-size: 16px;
    height: auto;
}
.signUp_wrapper .form-check span.text-danger {
    font-size: 12px;
}
.login_img {
    width: 30%;
}
.login_input {
    margin-bottom: 20px;
}
.login_input input {
    background-color: #eee;
    border: none;
    padding: 12px 16px;
    margin: 8px 0;
    width: 100%;
    font-size: 12px;
    height: auto;
}
.login_input input:focus {
    background-color: #eee;
}
.ribbon {
    display: none;
}

.modal-body.pop_wheels {
    background: url("/images/white-bg copy.jpg") right;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 10px;
}
.modal-body.pop_wheels h4 {
    font-size: 26px;
    text-transform: capitalize;
    letter-spacing: 1px;
    text-align: left;
    margin-bottom: 16px;
}
.modal-body.pop_wheels p {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
}
.modal-body.pop_wheels .pop_btns {
    margin-top: 20px;
    text-align: left;
}
.pop_btns button {
    border: none;
    background: #2d56ab;
    color: #fff;
    padding: 5px 8px;
    text-transform: capitalize;
    letter-spacing: 1.2px;
    font-size: 16px;
    display: block;
    border-radius: 2px;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    margin-bottom: 10px;
    transition: all 0.3s;
    transform: scale(1);
}
.pop_btns button:hover {
    transform: scale(0.95);
}
.pop_btns a {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: 2px solid;
}
.dashboard_right {
    background-color: #fff;
    border-radius: 5px;
}

.first_chart {
    border-top: 1px solid #ccc;
    padding: 0;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.second_chart {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-left: 18px;
}
.third_chart {
    border-right: 1px solid #ccc;
    margin: 0;
    padding-top: 15px;
}
.inner_start_1 {
    padding: 20px 15px 10px 15px;
    border-bottom: 1px solid #ccc;
}
.inner_start_2 {
    padding: 10px;
}
/* .wheels_videos {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
} */
.modal-content.wheels_video video {
    width: 100%;
}
.modal-content.wheels_video .modal-body.pop_wheels {
    padding: 10px 10px 5px 10px;
    background-color: #000 !important;
    background-image: none;
}
.fontBold {
    font-weight: 800;
}
.modal-content.wheels_video button {
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 10;
    color: #000;
    opacity: 1;
    background-image: none;
    background-color: #168dd2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.modal-content.wheels_video button i {
    color: #fff;
    font-size: 26px;
    line-height: 0;
}
.pop_wrapper .modal-dialog {
    border-radius: 10px;
}
.pop_wrapper .modal-dialog .modal-content {
    border: none;
    border-radius: 10px;
}

iframe#video1 {
    width: 100%;
    min-height: 400px;
}
.popup_content {
    padding: 40px;
    text-align: center;
}
.popup_content.pl-0 {
    padding-left: 0;
}
ul.dropdown-menu.sub_menu_wrapper {
    min-width: 15rem;
}
ul.dropdown-menu.sub_menu_wrapper li:hover {
    background-color: #f5f5f5;
}
.popup_content .chart_life ul {
    text-align: left;
}

/* Blogs section css  */
.explore_bloglist_wrapper {
    background-color: #f7f7f7;
}
.blog_list_items {
    margin-bottom: 40px;
    border-bottom: 1px solid #e7dede;
    padding-bottom: 20px;
}
.blog_list_items figure {
    padding: 0;
    margin: 0;
}
.blog_list_content {
    padding-right: 8px;
}
.blog_list_content h4 {
    font-weight: 400;
    font-size: 22px;
    word-spacing: -0.2px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    line-height: 1;
    border-bottom: 1px solid #e7dede;
    padding-bottom: 10px;
}
.blog_list_content .list_desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog_list_content .auther {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}
.blog_list_content .auther a.icon-link {
    font-size: 15px;
    color: #4a4a4a;
    font-weight: 400;
}
.blog_list_content button.default {
    padding: 8px 18px;
    height: auto;
    width: auto;
    min-width: auto;
}
.blog_desc h5 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;    
    line-height: 1;
    margin-bottom: 5px;
}
.blog_desc p {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
}
.blog_items_wrappers {
    padding: 10px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}
.recent_section {
    padding: 0 15px 15px;
}
.recent_section h4 {
    margin-bottom: 20px;
    font-size: 24px;
    letter-spacing: 0.81px;
    border-bottom: 1px solid #e7dede;
    position: relative;
    padding-bottom: 10px;
}
.recent_section h4::before{
    content: "";
    position: absolute;
    background: #1290cd;
    bottom: -1px;
    left: 0;
    width: 50px;
    height: 1px;
}
}

.recent_section {
    padding: 15px;
    background-color: #fff;
    border-radius: 5px;
}
.developed_by a {
    color: #fff;
    text-decoration: underline !important;
}


.recent_items {
    margin-bottom: 20px;
    border-bottom: 1px solid #e7dede;
    padding-bottom: 10px;
}

.blog_desc p {
    font-size: 14px;
}
.categories_accordion {
    padding: 0px 40px 0 0;
}
.categories_accordion ul{
    padding: 0px;
    margin: 0;
}
.categories_accordion li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #4a4a4a;
    font-size: 16px;
    letter-spacing: 0.41px;
    font-weight: 400;
}
.categories_accordion li {
    position: relative;
    padding: 5px 20px 5px 40px;
    margin-bottom: 5px;
}
.categories_accordion li::before {
    background: #4a4a4a;
    height: 7px;
    width: 7px;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    transition: all 0.3s;
}
.categories_accordion li:hover{
    background-color: #f5f5f5;
}
.categories_accordion li:hover::before{
    background: #1290cd;
}
.categories_accordion li:hover a{
    color: #1290cd;
}
.popular_right{
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}
.categories_section {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 15px;
    background-color: #fff;
    border-radius: 5px;
}
.subscribe_sec {
    padding: 15px;
    background-color: #44b1f1;
    margin-top: 15px;
    border-radius: 5px;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}
.subscribe_sec h5 {
    color: #fff;
    font-size: 24px;
    text-align: center;
    margin: 20px 0;
    padding: 10px 20px;
}
.input_field input {
    border: 1px solid #fff;
    background-color: transparent;
    padding: 8px 20px;
    width: 100%;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    outline: none;
}
.subscribe_sec form {
    padding: 10px;
}
.subscribe_btn button {
    border: none;
    width: 100%;
    padding: 7px;
    margin-top: 15px;
    border-radius: 5px;
    font-size: 20px;
    letter-spacing: 0.61px;
}
.input_field input::placeholder{
    color: #fff;
    text-align: center;
}
.quots_sec {   
    padding: 10px 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    margin-left: 15px;
    border-left: 2px solid #44b1f1;
    background-color: aliceblue;
    font-style: italic;
    margin-bottom: 16px;

}
.quots_sec p{
    margin: 0;
}
.blog_list_items.blog_details{
    border-bottom: none;
    margin: 0;
}
.blog_details_content{
    padding: 10px;
}
.social_icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 20px 0;
}
.social_icons ul {
    margin: 0;
    padding: 0;
    display: inherit;
}
.social_icons ul li a{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 5px;
    transition: all 0.2s;
}
.social_icons ul li a:hover{
    transform: translateY(-8px);
}
.social_icons ul li a i{
    color: #fff;
}
.social_icons ul li:nth-child(1) a{
    background-color: #4267B2;
}
.social_icons ul li:nth-child(2) a{
    background-color: #00acee;
}
.social_icons ul li:nth-child(3) a{
    background-color: #0e76a8;
}
.social_icons ul li:nth-child(4) a{
    background-color: #4285F4;
}
.social_icons ul li:nth-child(5) a{
    background-color: #E60023;
}
.comment_section ul {
    margin: 0;
    padding: 0;
}

.comment_section ul li {
    display: flex;
    margin-bottom: 30px;
}
.comment_section ul li .user_img{
    width: 80px;
    height: 80px;
    flex: none;
    margin-right: 15px;
}
.comment_section ul li .user_img img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.comment_section h3 {
    font-size: 24px;
    letter-spacing: 1px;
    margin: 30px 0;
}
.comment_content p {
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
}
.comment_likes {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 400;
}
.comment_content h5 {
    font-size: 20px;
    letter-spacing: 0.41px;
    text-transform: capitalize;
}