body{
	overflow-x: hidden;
	margin: 0 !important;
	padding: 0 !important;
	background: #fff !important;
}
.my_account {
    background: #fff;
    padding: 20px 15px;
    margin: 30px 0;
}
.my_account .per {
    color: #000;
    font-weight: 500;
    font-size: 20px;
    border-bottom: 1px solid #eee;
}
input.psw-btn {
    color: #077bc2;
    border: 1px solid #077bc2;
    background: #fff;
    margin: 10px 0 0;
    padding: 5px 15px;
    border-radius: 4px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}

label {
    text-transform: uppercase;
}
/*Mobile nav css*/
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	background-color: #097dc4;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
}
.sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	color: #818181;
	display: block;
	transition: 0.3s;
}
.marg0{
    margin: 0 !important;
}
.sidenav a:hover {
 	color: #f1f1f1;
}
.sidenav .closebtn {
	position: absolute;
	top: -15px;
	left: -15px;
	font-size: 36px;
	color: #fff;
	font-weight:900;
}
.form_txt {
	background: #0573da;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.dash_pd{
	margin: 70px 65px;
    background: #fff;
}
h3.main_heading {
	padding: 20px 0 0;
    text-align: center;
    font-weight: 300;
    color: #82aee2;
    font-size: 36px;
}
.label_txt{
	color:#0573da;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}
.ahref_btn{
    font-weight: 700;
}
.login_form{
	padding: 35px 55px 55px;
}
.login_form .form-control{
	border: 1px solid #82aee2;
	background: #f2f2f2;
	color: #4a4a4a;

	height: 38px;
	padding: .5rem 1rem;
	border-radius: 3px;
}
.login_form button.btn.btn-primary {
    border-radius: 0!important;
    padding: 7px 44px;
    background: #8ab4e4;
    border-color: #8ab4e4 !important;
}
.frgt_time{
	vertical-align: middle;
    color: #88b3e4;
}
label.form-check-label.label_txt {
    font-weight: 400;
}
.form_txt p{
	color: #fff;
    font-weight: 500;
    padding-top: 50px;
}
.form_txt h3{
	font-weight: 300;
    color: #fff;
}
.alert-message p{
	justify-content: center;
	align-items: center;
	display: flex;
	margin: 0;
    padding: 10px 0;
}
.P0 {
    padding: 0 !important;
}
.alert.alert-success.alert-message {
    margin: 0 !important;
    color: #155724 !important;
    background-color: #c2e5ff !important;
    border-color: #aabbff !importants;
}
section.score_slider {
    background: #f7f8fb;
    padding: 20px 0 70px;
}
.navigation .nav-link {
    height: 92px;
    padding: 0 25px;
    text-transform: uppercase;
}
.project-tab {
    background: #f7f8fb;
    padding: 10px 0 0;
}
.project-tab .card {
    background: #fff;
    text-align: center;
}
.project-tab .card-image{
    max-width: 50%;
    margin: 0 auto 20px;
}
.project-tab .card-image img{
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.alert.alert-success.alert-message span.badge.badge-primary {
    border-radius: 50%;
    height: 30px;
    width: 30px;
    vertical-align: middle;
    padding: 8px 2px;
    margin: 0 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #82aee2;
    font-weight: 400;
    font-size: 16px;
}
.alert-message .Dismiss_alert{
	text-decoration: underline;
    margin: 0 5px;
    font-weight: normal;
}
a.arrow {
    color: #007bff !important;
    margin-bottom: 10px;
}
p.score_heading {
    margin: 0;
    font-size: 20px;
    color: #4a4a4a;
    font-weight: normal;
    margin-bottom: 10px;
}
.card{
	position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #f2f2f2;
    border-radius: 0.25rem;
}
.card_body {
    flex: 1 1 auto;
    padding: 1.25rem;
    text-align: center;
}
img.score_img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 26px;
    right: 0;
    left: 0;
}
.card_title {
    font-size: 18px;
    font-weight: bold;
    color: #4a4a4a;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 12px;
}
.card_chart{
	margin: 20px auto 0;
    position: relative;
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card_green{
	background: #d0e59d;
    color: #2b7800
}
.card_score{
	border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45%;
    height: 45%;
    font-size: 20px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.card_footer {
    background: #fff;
    border-top: 1px solid #f2f2f2;
    padding: 20px;
    text-align: center;
}
b.card_change {
    margin-right: 5px;
    font-size: 18px;
    color: #4a4a4a;
}
.card_arrow-up i.fa.fa-long-arrow-up {
    font-weight: 900;
    color: #d0e59d;
    margin-right: 5px;
}
span.card_arrow.card_arrow-up {
    vertical-align: top;
}
section.score_slider .card-body{
    padding: 20px 40px;
}
.slick-slide {
    margin: 0px;
}

.slick-slide img {
    width: 100%;
}
.project-tab .nav-tabs .nav-item.show .nav-link,.project-tab .nav-tabs .nav-link.active{
    color: #5993d8 !important;
    background-color: transparent;
    border-color: transparent;
}
.slick-slider{
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
	margin: 0px 0px 10px 0px;
}
.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide img{
    display: block;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.video_pad {
    padding: 30px 30px 20px 10px;
    background: #fff;
}
.video_pad .card-title {
    font-weight: 500;
    padding-left: 10px;
}
.table_bg{
    background: #fff;
}
.score_qty{
    text-align: center;
}
.project-tab .nav-tabs .nav-link:focus,.project-tab .nav-tabs .nav-link:hover{
    border-color: transparent;
}
.bolt_bg .fa{
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background: #ddd;
    font-size: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.project-tab .card-footer{
    background: #fff;
}
.project-tab .nav-item.nav-link.text-right{
    color:#4a4a4a;
}
a.create_btn {
    padding: 10px 20px;
    background: #5993d8;
    margin-top: 10px;
    color: #fff;
    text-align: right;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 2px;
}
a.create_btn:hover{
    color: #fff;
    text-decoration: none;
}
.project-tab .table{
    margin-bottom: 2rem;
}
.section_content{
    position: relative;
}
section.Dispute {
    background: #f7f8fb;
    padding: 40px 0;
}
.credit-overview-table.table-status{
    background: #fff;
}
.btn-light.btn-round {
    background: transparent;
    border-color: transparent;
}
.btn-light.btn-round:hover{
    background-color: transparent;
    border-color: transparent;
}
.me_list::before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
  -  top: 0;
    bottom: 0;
    left: 40px;
    background-color: #f2f2f2;
}
.me_list>li::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #f2f2f2;
    border: 1px solid #5d9aff;
    border-radius: 50%;
    display: flex;
    position: absolute;
    top: 10px;
    left: -33px;
}
.me_list {
    padding: 10px 20px 20px 70px;
    position: relative;
    margin: 0;
    list-style: none;
}
.me_list>li {
    position: relative;
    color: #4a4a4a;
    font-size: 16px;
}
.me_list>li+li {
    margin-top: 20px;
}
.btn-round i.fa.fa-info-circle {
    width: 20px;
    height: 20px;
    background: #ddd;
    border-radius: 50%;
    font-size: 14px;
    padding: 3px 5px 3px;
    color: #fff;
}
.footer-title{
    color: #9b9b9b;
}
ul.ul-reset.footer-links {
    padding: 0;
    list-style: none;
    margin-top: 20px;
}
.header{
    background: #fff;
}
.logo img{
    width: 100%;
    margin: 0 auto;
    max-width: 165px;
}
ul.ul-reset.footer-social i.fa.fa-facebook {
    background: #077bc2;
    font-size: 22px;
    color: #fff;
    padding: 9px 15px;
}
footer {
    padding: 20px 0 0;
}
.footer-links li a{
    color: #0579c1;
    line-height: 32px;
    word-break: break-all;
}
.footer-social, .footer-copy {
    display: flex;
    align-items: center;
    justify-content: center;
}
.ul-reset {
    padding: 0;
    list-style: none;
}
.header_action{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #82aee2;
}
.header_action .fa{
    font-size: 30px;
    color: #077bc2;
}
.nav-bar .nav-link:hover::after, .nav-bar .nav-link.active::after {
    height: 4px;
}
.nav-bar .nav-link::after {
    content: "";
    width: 100%;
    height: 0px;
    background: #82aee2;
    position: absolute;
    bottom: 0px;
    transition: all 0.3s;
    right: 0px;
    left: 0px;
    margin: auto;
}
.mobile-menu {
    display: none;
}
.desktop-menu{
    display: block;
}
.MT75{
    margin-top: 60px;
    height: 92px;
    box-shadow: 0 2px 6px 0 rgba(218, 218, 218, 0.5);
}
.navbar-new-bottom.MT75 a.nav-link {
    max-height: 92px;
    padding: 0 25px;
    text-transform: uppercase;
    align-items: center;
    display: flex;
    color: #4a4a4a;
    font-weight: 400;
    letter-spacing: 0.39px;
    position: relative;
    transition: all 0.3s;
    align-items: center;
    height: 100%;    
}
.navbar-new-bottom.MT75 li.nav-item{
    padding: 0 15px;
}
.dash_pd input[type=checkbox], input[type=radio]{
    height: auto !important;
}

.menu_center{
    display: flex;
    justify-content: center;
    align-items: center;
}
#divFixedTop{
    box-shadow: 0 0 2px 0 rgba(218,218,218,.5);
    background: #fff;
}
.dropdown-item + .dropdown-item, .dropdown-item-signout {
    border-top: 1px solid #f2f2f2 !important;
    font-size: 14px;
    padding: 10px 20px;
    cursor: pointer;
}
nav.navigation {
    position: relative;
    height: 92px;
    box-shadow: 0 2px 6px 0 rgba(218, 218, 218, 0.5);
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-bar .nav-link::after {
    content: "";
    width: 100%;
    height: 0px;
    background: #82aee2;
    position: absolute;
    bottom: 0px;
    transition: all 0.3s;
    right: 0px;
    left: 0px;
    margin: auto;
}
.nav-bar .nav-link {
    display: flex;
    color: #4a4a4a;
    font-weight: 400;
    letter-spacing: 0.39px;
    position: relative;
    transition: all 0.3s;
    align-items: center;
    height: 100%;
}
li.nav-item a.nav-link .fa{
    font-size: 20px;
    margin-right: 10px;
}
.header .dropdown-item{
    font-size: 14px;
    padding: 10px 20px;
    cursor: pointer;
}
.header_action:hover{
    color: #82aee2;
    text-decoration: none;
}
.footer-social li + li, .footer-copy li + li{
    margin-left: 22px;
}
section.footer_bottom {
    background: #f7f8fb;
    padding: 30px 0px 30px;
}
ul.ul-reset.footer-copy {
    margin: 0;
}
.navigation_close {
    display: none;
}
gap-top-bottom{
	padding:70px 0;
}
.img-box img{
	width:100%;
}
.text-box h4{
	font-size:20px
}
.sec2{
	padding:60px 0;
	border-top:1px solid #d9d9d9;
}
.sec2 h1{
	color:red;
}
.item-img {
    position: relative;
    transition: all ease-in-out 0.5s;
}
.hover-box {
    position: absolute;
    bottom: -100%; 
    width: 100%;
    height: 100%;
    transition: all ease-in-out 0.5s;
    opacity: 0;
}
.hover-box ul {
    padding-left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}
.hover-box ul li {
    color: gold;
    font-size: 30px;
}
.text-box-2 h4{
	color:#28A745;
}
.text-box-2 p samp{
	color:red;
}
.item-box:hover .hover-box{
    opacity: 1;
    bottom:0;   
}
.sec1 button.slick-prev.slick-arrow {
    display: none !important;
}
.sec1 button.slick-next.slick-arrow {
    display: none !important;
}
.sec1 ul.slick-dots {
    display: none !important;
}
.MT10{
	margin-top: 10px;
}
.modal-dialog{
	border: 3px solid #007bff;
    border-radius: 4px;
}
.histroy_scores{
	background: #f7f8fb;
	padding: 30px 0 15px;
}
.history_graph{
	background: #f7f8fb;
	background: 15px 0 30px;
}
.history_graph .chart_bg{
	background: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    margin-bottom: 50px;
}
.history_graph .nav-tabs .nav-link:focus,.history_graph .nav-tabs .nav-link:hover{
	border-color: transparent;
}
.history_graph .nav-tabs .nav-item .nav-link{
	color: #4a4a4a;
}
.history_graph .nav-tabs .nav-item{
	width: 33.3%;
	text-align: center;
}
.history_graph .nav-tabs .nav-item.show .nav-link,.history_graph .nav-tabs .nav-link.active{
	border-color: transparent;
}
.history_graph .nav-tabs{
	border-bottom:0px solid;
}
.resources_first_section{
    background: #f7f8fb;
}
.resources_tab{
    padding: 50px 0 25px;
}
.resources_tab .nav-tabs .nav-item.show .nav-link,.resources_tab .nav-tabs .nav-link.active{
    color: #077bc3;
    background-color: transparent;
    border-color: transparent;
    border-bottom: 3px solid;
}

.resources_tab .nav-tabs .nav-link, .nav-tabs .nav-link{
    color:#272727;
    font-weight: 500;
}
.histroy_scores .card-footer {
    background-color: #fff;
}
.card_link{
    margin-top: 10px;
}
.card_link a.card-title {
    font-size: 15px;
}
.approval-odds--excellent {
    color: #76cb9a;
}
.approval-odds--excellent:hover,.approval-odds--excellent:focus {
    color: #76cb9a;
}
.card-score-blue {
    background: #b0dadd;
    color: #527c7f;
}
.resources_tab .nav-tabs{
    border-bottom: 0px solid #000
}
section.report_details {
    background: #f7f8fb;
    padding: 30px 0 50px;
}
.new_txt{
    
    font-size: 20px;
    color: #666;
    padding-bottom: 10px;
    margin-bottom: 25px;
}
.list-grid{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.card.card--video {
    height: 100%;
}
.video-frame {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    margin-bottom: 10px;
}
.video-frame iframe{
    width: 100%;
    height: 100%;
}
.card--resources .card-footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-top: 1px solid #f2f2f2;
}
.legal-disclaimer {
    font-size: 14px;
    color: #82aee2;
    line-height: 23px;
    font-weight: 300;
    margin-top: 50px;
}
.dispute_1_section{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 50px 0 40px;
    background: #f7f8fb;
}
.accordion__header:hover {
    color: #82aee2;
}
.accordion__header {
    padding: 18px 0;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #c2c2c2;
}
.accordion__title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}
.accordion__badge {
    height: 28px;
    min-width: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #9b9b9b;
    background-color: #e1e1e1;
    border-radius: 28px;
    margin-left: 10px;
}
.accordion__header:after {
    font-family: "FontAwesome";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-flex;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    align-items: center;
    margin-left: auto;
    content:"\f0d8";
    color: #9b9b9b;
}
.accordion__header.collapsed:after {
    content: "\f0d7";
}
.table-status td:first-child:after, .table-status th:first-child:after {
    content: "";
    position: absolute;
    left: 0;
     top: 0;
    bottom: 0;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
}
.dispute-highlight th:first-child::after {
    border-color: #82aee2!important;
}
.table-accordion__header td, .table-accordion__header th {
    padding: 15px;
    background-color: #fff;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    overflow: hidden;
    vertical-align: baseline;
    font-weight: 600;
}
.dispute_2section{
    background: #f7f8fb;
}
.table-accordion__header td:before, .table-accordion__header th:before {
    display: block;
    content: attr(data-label);
    font-size: 14px;
    color: #c2c2c2;
    text-transform: uppercase;
}
.table-accordion td {
    color: #4a4a4a;
    text-align: left;
}
.table-accordion__icon {
    font-size: 15px;
    color: #979797;
    cursor: pointer;
}
.table-accordion__header td:before, .table-accordion__header th:before {
    display: block;
    content: attr(data-label);
    font-size: 14px;
    color: #c2c2c2;
    text-transform: uppercase;
}
.table-status td:first-child:after, .table-status th:first-child:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
}
.dispute-highlight th:first-child::after {
    border-color: #82aee2!important;
}
@media screen and (max-width: 1199px) and (min-width: 992px){
    .navbar-new-bottom.MT75 li.nav-item{
        padding: 0px;
    }
    section.score_slider .card-body{
        padding: 20px 15px;
    }
    .card_chart{
        height: 165px;
        width: 165px;
    }
    .card_body{
        padding: 0;
    }
    .project-tab .card-body{
        padding: 25px 0;
    }
}
@media screen and (max-width: 767px){
    .MT75{
        margin-top: 0;
        height: 62px;
    }
    .navigation {
        width: 300px;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        height: 100%;
        overflow: auto;
        background: #82aee2;
        z-index: 1031;
        transform: translate(-310px, 0px);
        transition: all 0.3s;
    }
    .mobile-menu {
        display: block;
    }
    a.nav-link {
        padding: 10px 40px !important;
        color: #fff;
        font-size: 18px;
    }
    .sidenav {
    	padding-top: 15px;
    }
  	.sidenav a {
  		font-size: 18px;
  	}

}
.bolt_bg i.fa.fa-bolt {
    background: #5993d8;
}
a.bolt_bg {
    padding: 10px;
}
/*.tr-success1 .table-status td:first-child:after, .table-status th:first-child:after{
    background: green;
}*/
tr.tr-success1 {
    position: relative;
}
.dispute-highlight th:first-child::after {
    border-color: #82aee2!important;
}
.table-status td:first-child:after, .table-status th:first-child:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
}
.table-accordion__icon:not(.collapsed) .fa-minus {
    display: block;
}
.table-accordion__icon .fa-minus {
    display: none;
}
.table-accordion__icon:not(.collapsed) .fa-plus {
    display: none;
}
.table-accordion__icon .fa-plus {
    display: block;
}
.table-accordion__icon:hover {
    color: #82aee2;
}
.table-accordion__icon {
    font-size: 15px;
    color: #979797;
    cursor: pointer;
}
.table-accordion__header.is-active td {
    border-bottom: none;
}
.dispute-highlight td {
    border: none;
}
.table-accordion__header td, .table-accordion__header th {
    padding: 15px;
    background-color: #fff;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    overflow: hidden;
    vertical-align: baseline;
    font-weight: 600;
}
.table-accordion__content>td {
    border: none !important;  
    padding: 0 !important;
    padding-bottom: 20px !important;
}
.dispute-highlight .table-accordion__card {
    border: none;
    border-left: 4px solid #82aee2;
    margin-left: 1px;
    border-radius: 0;
}
.table-accordion__card.show {
    border-color: #f1f1f1;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    margin-top: -5px;
    padding-top: 10px;
    bottom: 23px;
}
.dispute-highlight .table-accordion__card::before {
    content: "";
    top: 0;
    right: 0;
    left: 0;
    width: 98%;
    margin: 0 auto;
    height: 1px;
    background: #f1f1f1;
    position: absolute;
}
.dispute-highlight th:first-child {
    border-radius: 0;
}
.table-accordion__header td:first-child, .table-accordion__header th:first-child {
    border-radius: 5px 0 0 5px;
    border-left: 1px solid #f1f1f1;
}
.dispute-card__actions {
    display: flex;
    align-items: center;
}
.dispute-card__actions .btn, .dispute-card__actions .dropdown, .dispute-card__actions a {
    margin-left: 10px;
}
.table-accordion__card {
    background-color: #fff;
    position: relative;
    border: 1px solid transparent;
    border-top: none;
}
.table_smm{
    background: #fff;
}
.P0{
    padding: 0 !important;
}
.table_smm .table{
    margin-bottom: 0;
}
.PLR5{
    padding: 0 5px !important; 
}
.page-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 40px 0 40px;
}
.accordion__header {
    padding: 18px 0;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #c2c2c2;
}
.filters-state {
    margin-top: 78px;
}
.filter-toggle, .filter-label {
    font-weight: bold;
    color: #4a4a4a;
    text-transform: uppercase;
    margin-left: auto;
}
.filters__options {
    position: static;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    width: 100%;
    margin: 0 auto!important;
}
.wrap { 
    background: #f7f8fb;
}
.filters__group .filters__title {
    font-size: 14px;
}
.filters__title {
    color: #c2c2c2;
    font-weight: bold;
    margin-bottom: 20px;
}
.filters__list .custom-control {
    flex: 0 0 50%;
    margin-bottom: 10px;
}
input[type=radio], input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
}
.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.tr--success td:first-child:vertical-alignfter, .tr--success th:first-child:after {
    border-color: #7ed321;
}
.table-status td:first-child, .table-status th:first-child {
    position: relative;
}
.tr--success td:first-child:after, .tr--success th:first-child:after {
    border-color: #7ed321;
}
.table-status td:first-child:after, .table-status th:first-child:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-width: 2px;
    border-style: solid;
}
.tr-success1 td:first-child:after, .tr-success1 th:first-child:after {
    border-color: #7ed321;
}
.table-status td:first-child:after, .table-status th:first-child:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-width: 2px;
    border-style: solid;
}
.tr-warning1 td:first-child:after, .tr-warning1 th:first-child:after {
    border-color: #f5a623;
}
.tr-danger1 td:first-child:after, .tr-danger1 th:first-child:after {
    border-color: #d0021b;
}
.dispute-highlight .table-accordion__card {
    border: none;
    border-left: 4px solid #82aee2;
    margin-left: 1px;
    border-radius: 0;
        margin-top: 15px;
}
.card_score.card_blue {
    background: #b0dadd;
    color: #527c7f;
}
.customer-logos.slider iframe {
    width: 100%;
}
.card-footer span.float-left{
    font-weight: 500;
}
a.btn.btn-xs.btn-icon.btn-primary.bolt_bg.btn-round {
    background: #fff;
    border-color: #fff;
    box-shadow: none;
}

.table-data__content {
    width: 100%;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}
.table-status td:first-child, .table-status th:first-child {
    position: relative;
}
.table-data__content th {
    width: 45%;
}
.table-data__content th, .table-data__content td {
    padding: 5px;
    font-size: 13px;
    font-weight: 600;
}
.table-accordion td {
    color: #4a4a4a;
    text-align: left;
}
.table-accordion__card--success:after {
    background-color: #7ed321;
}
.table-accordion__card:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
}
.table-accordion__header td.label--text-danger:before {
    color: #d0021b!important;
}
.table-accordion__header td:before, .table-accordion__header th:before {
    display: block;
    content: attr(data-label);
    font-size: 14px;
    color: #c2c2c2;
    text-transform: uppercase;
}
.tr--danger td:first-child:after, .tr--danger th:first-child:after {
    border-color: #d0021b;
}
.table-status td:first-child:after, .table-status th:first-child:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-width: 2px;
    border-style: solid;
}
.table-status td:first-child, .table-status th:first-child {
    position: relative;
}
.table-accordion__header td:first-child, .table-accordion__header th:first-child {
    border-radius: 5px 0 0 5px;
    border-left: 1px solid #f1f1f1;
}
.table-accordion__header td, .table-accordion__header th {
    padding: 15px;
    background-color: #fff;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    overflow: hidden;
    vertical-align: baseline;
    font-weight: 600;
}
.table-accordion td {
    color: #4a4a4a;
    text-align: left;
}
#msform {
    width: 100%;
    margin: 50px auto;
    text-align: center;
    position: relative;
}
#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 3px;
    padding: 20px 30px;
    box-sizing: border-box;
    width: 100%;
    position: relative;
}
#msform fieldset:not(:first-of-type) {
    display: none;
}
#msform input, #msform textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 38px;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 14px;
}
#msform .action-button {
    width: 150px;
    background: #0573da;
    font-weight: 600;
    color: white;
    border-radius: 1px;
    cursor: pointer;
    padding:7px 5px 30px;
    margin: 10px 5px;
}
#msform .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #0573da;
}
.fs-title {
    font-size: 15px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
}
.fs-subtitle {
    font-weight: 500;
    font-size: 18px;
    color: #272727;
    margin-bottom: 20px;
}
.marg0{
    margin: 0;
}
.Skip{

}
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    counter-reset: step; 
    padding: 0;
}
#progressbar li {
    list-style-type: none;
    color: #0573da;
    text-transform: uppercase;
    font-size: 12px;
    width: 33.33%;
    float: left;
    position: relative;
    font-weight: 500;
}
#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 15px;
    line-height: 15px;
    display: block;
    font-size: 10px;
    color: #333;
    background: #82aee2;
    border-radius: 50%;
    margin: 0 auto 5px auto;
    position: relative;
    z-index: 1;
}
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #82aee2;
    position: absolute;
    left: -50%;
    top: 7px;
    z-index: 0;
}
#progressbar li:first-child:after {
    content: none; 
}
#progressbar li.active:before,  #progressbar li.active:after{
    background: #f2f2f2;
    border: 2px solid #82aee2;
        line-height: 12px;
}
a.acco_faq {
    font-size: 18px;
    color: #272727;
    text-decoration: none !important;
}
.dashboard .panel-body {
    margin-bottom: 25px;
}
.demo-btm{
    margin-bottom: 70px;
    background: #fff;
    padding: 10px 20px !important;
}
p.text-left.upload_img {
    padding-left: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #7a7af3;
    cursor: pointer;
}
.box {
    margin-bottom: 25px;
}
.upload_img i.fa.fa-warning {
    color: #e7af54;
    margin-right: 10px;
    font-size: 24px;
}
.upload-options {
    position: relative;
    height: 75px;
    background-color: #fff;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    -webkit-transition: background-color ease-in-out 150ms;
    transition: background-color ease-in-out 150ms;
}
.upload-options label {
    font-size: 14px;
    font-weight: 500;
    padding: 10px 0px 0px 12px;
    display: block;
    text-align: left;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
}
.border_none{
    border-bottom: 0px solid #ccc !important;
}
.upload-options label::after {
    content: 'add';
    font-family: 'Material Icons';
    position: absolute;
    font-size: 2.5rem;
    color: transparent;
    top: calc(50% - 2.5rem);
    left: calc(6% - 1.25rem);
    z-index: 0;
}
.upload-options input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.pricingTable {
    background: #efefef;
    padding: 10px;
    border-top: 3px solid #0573da;
    text-align: center;
}
.smart_credit .credit_btn{
    color: #fff;
    background: #0573da;
    margin-bottom: 30px;
    padding: 8px 15px;
    text-decoration: none;
    text-transform: capitalize;
}
.smart_credit {
    margin-bottom: 20px;
    margin-top: 10px;
}
.pricingTable-header h3.title {
    font-size: 18px;
    color: #0573da;
}
.price-value {
    padding: 5px 0;
    border-top: 1px solid #a0b7ce;
    border-bottom: 1px solid #a0b7ce;
    margin: 0 15px;
    color: #7cafde;
    font-weight: 500;
}
ul.content-list {
    padding-left: 0px;
    padding-top: 20px;
    list-style: none;
}
.cancel{ 
    color: #444242;
    display: block;
    text-transform: uppercase;
    font-size: 12px;
}
ul.content-list li {
    font-size: 14px;
    font-weight: 500;
    position: relative;
    line-height: 30px;
}
.credit span {
    font-size: 16px;
    font-weight: 600;
    color: #0573da;
}
.P5{
    padding: 5px !important;
}
.pricing-content p {
    font-size: 14px;
    padding-top: 10px;
}
.Member #msform{
    margin:50px auto 0;
}
.pricingTable-signup a {
    padding: 5px 24px;
    background: #0573da;
    color: #fff !important;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
}
.best_price {
    position: relative;
}
.best_price p{
    color: #fff;
    position: absolute;
    background: #0573da;
    padding: 5px 6px;
    transform: rotate(-45deg);
    left: -35px;
    font-size: 14px;
    top: -10px;
    border-radius: 6px 0;
}
.best_price p:before{
    content: '';
    position: absolute;
    border-bottom: 25px solid transparent;
    border-top: 0px solid transparent;
    border-left: 30px solid #0573da;
    border-right: none;
        top: 0;
            left: 75px;
}
.best_price p:after{
    content: '';
    position: absolute;
    border-top: 25px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 30px solid #0573da;
    border-right: none;
    top: 6px;
}
.pricingTable-signup {
    margin-bottom: 10px;
}
/*.pricingTable .content-list li:before {
    content: "\f00c";
    color: #fff;
    background: #0573da;
    font-size: 13px;
    font-weight: 900;
    text-align: center;
    line-height: 20px;
    height: 20px;
    width: 20px;
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 3px;
}*/
.per{
    text-align: left;
    color: #0573da;
    border-bottom: 1px solid #0573da;
}
.credit span:before{
    content: '';
    height: 2px;
    background: #0573da;
    position: absolute;
    width: 20%;
    bottom: 40%;
    right: 5%;
}
.credit span:after{
    content: '';
    height: 2px;
    background: #0573da;
    position: absolute;
    width: 20%;
    bottom: 40%;
    left: 5%;
}
.dashboard .nav-tabs{
    border-bottom: 0px solid #000;
    float: right;
}
.dashboard a.nav-link {
    border-color: transparent !important;
    background: transparent !important;
}
.dashboard .tab-content {
    margin-top: 30px;
    margin-bottom: 40px;
}
.dashboard .credit {
    text-align: center;
      position: relative;
}
.dashboard .credit span:before{
    bottom: 51%;
    right: 10%;
}
.dashboard .credit span:after{
    bottom: 51%;
    left: 10%;
}
input.dash-btn {
    margin-bottom: 50px;
    width: 100%;
    height: 40px;
    border: 1px solid #077bc2;
    background: #077bc2;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}
.grey{
    color:#a2a2a2;
}
.pricingTable.red {
    border-top: 3px solid #e00000;
}
.pricingTable.red .pricingTable-header h3.title{
    color:#e00000;
}
.PD50{
    padding: 50px 0 !important;
}
.marg30{
    margin-bottom: 45px;
}
.check_icon{
    background: #0573da;
    color: #fff;
    border-radius: 50%;
    padding: 0px 2px;
}
span.amount {
    font-size: 20px;
}
.check_icon i.fa.fa-check{
    font-weight: 600;
    font-size: 8px !important;
    padding: 0px 3px 3px;
    vertical-align: middle;
}
@media screen and (max-width: 991px) and (min-width: 320px){
    .page-header{
        display: initial;
    }
    .page-header__tabs .nav-bar .nav-link {
        padding: 10px 16px !important;
    }
    .page-header__cta {
        margin-top: 25px;
    }
    nav.resources_tab a.nav-link{
        padding: 10px 0 !important;
    }
}


