*{
    box-sizing: border-box !important;
  font-family: "Open-Sans";
}
html {
  scroll-behavior: smooth;
}
button.btn.btn-default.btn-secondary.fileinput-remove.fileinput-remove-button {
    background: red;
}
button.btn.btn-default.btn-secondary.fileinput-upload.fileinput-upload-button {
    background: #4435e3;
}
.file-actions {
    display: none !important;
}
.file-upload-indicator {
    display: none !important;
}
.browse_img {
    position: relative;
    overflow: hidden;
    display: block;
}
.browse_img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border: 1px solid #eee;
    text-align: center;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    cursor: pointer;
    position: relative;
	align-items:center
}
.browse_img i {
    cursor: pointer;
}
.browse_img i {
    color: #fff;
    font-size: 30px;
    justify-content: center;
    align-self: center;
    display: none;
    position: absolute;
    left: 35%;
	top:18%;
    cursor: pointer;
    z-index: 9999999999;
	transition: opacity .6s;
}
.browse_img img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    cursor: pointer;
}
.browse_img input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity:0;
    cursor: pointer;
}
.browse_img .file_text {
    visibility: hidden;
    position: absolute;
    font-size:13px;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
    opacity: 0;
	top:45%;
    transition: opacity .6s;
}

.browse_img:hover .file_text {
    visibility: visible;
    opacity: 1;
}
.browse_img input {
    z-index: 99999999999999999;
}
._overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.65);
    display: none;
    transition: all 0.5s linear;
}
.browse_img:hover i {
    display: block;
}
.browse_img:hover ._overlay {
    display: block;
}
.form_input{
	position:relative
}
.agreement_s{
	padding-top:120px;
}
.message_box,.message_text form{
	width:100%
}
.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
#msform .fieldset_inner_padding .fs-wrap .fs-label-wrap:focus{
	box-shadow:none;
}
#msform .fieldset_inner_padding .fs-wrap .fs-label-wrap{
	text-align: left;
    height: 100%;
    border: 1px solid #c1c1c1;
    border-radius: 4px;
}
#msform .fieldset_inner_padding .fs-label{
	    width: 100%;
    padding: 0;
    height: 40px;
    display: flex;
    align-items: center;
    padding-left: 10px;
}
#msform .fieldset_inner_padding .fs-wrap:focus{
	box-shadow:none;
}
#msform .fieldset_inner_padding .fs-wrap{
	height:40px;
}
#msform .fieldset_inner_padding .fs-wrap,#msform .fieldset_inner_padding .fs-dropdown{
	width:100%;
	    text-align: left;
}
body,html{
    padding: 0;
    margin: 0;
    color: #6e6e6e;
    font-size: 14px;
    font-family: 'Montserrat-Regular';
    word-break: break-word;
	background:#F5F5F5
}
@font-face{
    font-family: 'Montserrat-Regular';
    src:url('../fonts/Montserrat-Regular.ttf');
}
@font-face{
    font-family: 'Open-Sans';
    src:url('../fonts/OpenSans-Regular.ttf');
}
@font-face{
    font-family: 'Open-Sans-light';
    src:url('../fonts/OpenSans-Light.ttf');
}
@font-face{
    font-family: 'OpenSans-SemiBold';
    src:url('../fonts/OpenSans-SemiBold.ttf');
}
@font-face{
    font-family: 'OpenSans-Bold';
    src:url('../fonts/OpenSans-Bold.ttf');
}
@font-face{
    font-family: 'Montserrat-SemiBold';
    src:url('../fonts/Montserrat-SemiBold.ttf');
}
@font-face{
    font-family: 'GothamBook';
    src:url('../fonts/GothamBook.ttf');
}
@font-face{
    font-family: 'GothamBold';
    src:url('../fonts/GothamBold.ttf');
}
@font-face{
    font-family: 'OCRAStdRegular';
    src:url('../fonts/OCRAStdRegular.ttf');
}
@font-face{
    font-family: 'Montserrat-Bold';
    src:url('../fonts/Montserrat-Bold.ttf');
}
@font-face{
    font-family: 'Montserrat-Medium';
    src:url('../fonts/Montserrat-Medium.ttf');
}
::selection {
    background: #2d51f5;
    color: #fff;
}
body a{
    text-decoration: none;
    font-size: 14px;
    color: #2d51f5;
     transition: all .3s ease-in-out;
     word-break: break-word;
}
ul li a {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
img{
    max-width: 100%;
}
p{
    font-size: 14px;
    font-family: 'Open-Sans';
    margin: 0 0 10px 0;
}
p > a {
    color: #3c9cdb;
}

p > a:hover {
    color: #2d51f5;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Montserrat-SemiBold';
    line-height: 1.2;
    margin: 0 0 10px;
    color:color: #000000;
}
ul{
    margin:0;
    padding: 0;
    list-style: none;
}
ul li{
    display: inline-block;
}
.error{
    color:red !important;
}
.dashboard_body{
    background:#f5f5f5;
}
.main_container{
    width: 1200px;
    margin: 0 auto;
}
.flex{
    display: flex;
    flex-flow: row wrap;
}
.just_flex{
    display: flex;
    position: relative; 
}
.mr-0{
    margin-right: 0 !important
}
.justify_between{
    justify-content: space-between;
    align-items: center;
}
.justify_start{
    justify-content: flex-start;
}
.justify_end{
    justify-content: flex-end;
}
.text_center{
    text-align: center !important;
}
.text_right{
    text-align: right !important;
}
.text_left{
    text-align: left !important;
}
.transition_p3s{
    transition: all .3s ease-in-out;
}
.align_center{
    align-items: center;
}
.d_block{
    display: block;
}
.selectric-items li.selected{
    margin-left: 0 !important
}
canvas {
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
    }
    .statue_chart{
        flex:1;
    }
    .statue_chart button, .score_chart button{
       visibility: hidden;
       display: none;
    }
    .score_table{
        width: 55%;
		height: 308px;
		justify-content: flex-start;
		overflow-y: scroll;
    }
    .score_chart ul{
		text-align:right;
	}
	.highcharts-button-symbol{
		display:none !important
	}
    .score_chart{
        width:45%;
        justify-content:flex-end;
        position: relative;
    }
    .highcharts-grid{
        display: none;
    }
    #container #canvas{
        height: 400px !important;
        width: 390px !important;
        position: absolute;
        top: -100px;
    }
 select:focus{
	box-shadow:none;
	outline:none;
 }	 
select{
	border: 1px solid #c1c1c1;
    background-color: #ffffff;
    width: 100%;
    height: 35px !important;
    padding-left: 20px;
    transition: border 1.5s linear;
    margin-left: 0 !important;
}
/*****************************************
            home page
*****************************************/
.banner{
    background-image: url("../images/banner.png"); 
    width: 100%; 
    position: relative;
    background-size: cover; 
}
/*.banner:before{
    position: absolute;
    content: "";
    background: url(../images/banner_before.png);
    bottom: 0px;
    left: -2px;
    opacity: 0.24;
    width: 300px;
    height: 300px;
    background-size: 300px 300px;
    background-repeat: no-repeat;
}
.banner:after{
    position: absolute;
    content: "";
    background: url(../images/banner_after.png);
    top: 0px;
    right: 0px;
    width: 700px;
    height: 600px;
    background-size: 700px 600px;
    opacity: 0.14;
}*/
/********* top bar**************/
.topbar{
    padding-top: 5px;
}
.logo img{
    max-height: 65px;
}
.menu{
    z-index: 9999999999;
}
.menu ul li{
    display: inline-block;
    padding: 20px 25px 15px 0;
}
.menu ul li:last-child{
    padding-right: 0;
}
.menu ul li a{
    color:#fff;
    font-family: 'Montserrat-SemiBold';
    font-weight: 600;
    font-size: 12px;
    text-transform: capitalize;
    padding:10px 20px;
    border:1px solid transparent;
    border-radius: 4px;
    transition: border-color 1s ease;
}

.menu ul li:last-child a{
    border:1px solid rgba(224,224,224,0.5);
}
.menu ul li:last-child a:hover{
    border-color:#fff;
}
.menu ul li:first-child a:hover{
    border:1px solid #fff;
}
.account_topbar li a:hover #profile{
    display: block;
}
.navbar_icon{
    display: none;
}
.iti-mobile .intl-tel-input .country-list .country{
    display: block !important
}
/************** banner content***************/
.banner_table{
    display: table;
}
.banner_div{
    display: table-cell;
    vertical-align: middle;
    height: 500px;
}
.banner_content,.banner_img{
    /*flex:0 0 48%;*/
    width: 50%;
}
.banner_img{
    position: relative;
    z-index: 9999;
}
.banner_content{
    z-index: 9999;
}
.banner_content h1{
    font-family: 'Montserrat-Regular';
    font-weight: 400;
    font-size:40px;
    line-height: 50px;
    color: #ffffff;
    margin: 0;
    padding-right: 100px;
}
.b_head{
    width: 85%;
}
.b_para{
    width: 57%;
}
.banner_content p{
    color: #e4e2fc;
    font-family: "Open-Sans-light";
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-top: 10px;
}
p.new_p{
    font-weight: 700;
    font-family: 'OpenSans-SemiBold';
    text-transform: capitalize;
    margin-bottom: 0;
}
.banner_content ul{
    margin-top: 8px;
}
.banner_content ul li{
    padding: 8px 20px 8px 0;
    border-radius: 4px;
    transition: background 1s ease;
    border:1px solid rgba(224,224,224,0.5);
    max-width: 250px;
    margin-right: 30px;
    background-color: transparent;
    display: inline;
}
.banner_content ul li a{
    font-family: 'Montserrat-SemiBold';
    font-weight: 600;
    font-size:14px;
    line-height: 24px;
    color:#fff;
    padding: 10px 25px;
    text-transform: capitalize;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.banner_content ul li:last-child{
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    margin-right: 0;
}
.banner_content ul li:last-child a{
    color: #2d51f5;
}
.banner_content ul li:hover:first-child{
    background-color: #fff;
}
.banner_content ul li:hover:first-child a{
     color: #2d51f5;
}
.banner_content ul li:hover:last-child{
    background-color: transparent;
}
.banner_content ul li:hover:last-child a{
    color:#fff;
}
.banner_img img{
    max-width: 400px
}
/********** bottom banner **************/
.banner_down{
    width: 100%;
    background-image: linear-gradient(264deg, #2346d3 0%, #3e21b4 51%, #63248e 100%);
    padding:20px 0;
}
.slider_icon{
    width: 120px;
}
.home_icon{
    border: 3px dashed #ffffff;
    background-color: rgba(255,255,255,0.2);
    border-radius: 100%;
    width: 90px;
    height: 90px;
    text-align: center;
    /*padding-top: 18px;*/
}
.home_icon img{
    width: 82px;
    height: 84px;
}
.slider_text{
    flex:4;
    padding-top: 5px;
}
.para_slider{
    width: 65%;
}
.slider_text p{
    color: #e4e2fc;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
}
.slider_text a{
    font-weight: 600;
    text-decoration: underline;
    font-family: 'OpenSans-SemiBold';
    color: #e4e2fc;
}
#action_popup{    
    position: relative;
	display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;    
    z-index: 99999999999999999999999999999999999999;
    overflow: auto;
    margin-top: 0 !important;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.85);
}
#action_popup .action_inner ._crossBtn {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #333;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 5px;
    box-sizing: border-box;
}
#action_popup .action_inner{
	width: 40%;
    margin: auto;
    background-color: #fff;
    padding: 40px;
    border-radius: 6px;
	position:relative
}
.rights{
	    text-align: center;
    padding: 20px 0;
    margin-top: 250px;
    /* position: fixed; */
    border-top: 1px solid #ccc;
    bottom: 0;
}
/******************* credit score ***********************/
.credit{
    padding: 80px 0 40px;
    position: relative;
	background:#fff;
}
.credit_score{
    box-shadow: 0 0 30px rgba(145, 145, 145, 0.22);
    background-color: #ffffff;
    width: 100%;
    padding: 10px 0;
}
.credit_text{
    flex:3;
}
.credit_img{
    flex:2;
    position: relative;
}
.credit_head{
    padding:25px 35px;
    width: 560px;
}
.credit_head h2{
    font-size: 25px;
    line-height: 35px;
    margin: 0;
    color: #00000b;
    font-family: 'Montserrat-SemiBold';
    font-weight: 600;
}
.credit_head p{
    color: #67676a;
    font-size:14px;
    line-height: 24px;
    margin-top: 5px;
    margin-left: 0;
}
.credit_img img{
    position: absolute;
    top: -150px;
    right: 60px;
    max-width: 180px;
}
/*************** how it works ****************/
.how_works{
    padding: 60px 0;
    background-color: #f8fafc;
}
.work_head h2{
    font-family: 'Montserrat-SemiBold';
    font-weight: 600;
    font-size:30px;
    color: #000000;
    margin:0;
    text-transform: capitalize;
}
.work_head p{
    color: #808082;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 25px;
}
.h_work{
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    width:24%;
    justify-content: flex-start;
    margin-right: 15px;
    padding: 30px;
    position: relative;
    height: 265px;
}
.h_work:last-child{
    margin-right: 0;
}
.h_work span{
    font-family: 'Montserrat-Bold';
    font-size: 100px;
    font-weight: 700;
    opacity: 0.55;
    color: #f2f2f2;
    position: absolute;
    top: -25px;
    right: 10px;
}
.h_work img{
    max-width: 35px;
}
.h_work h3{
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Montserrat-Bold';
    color:#000;
    margin: 0px 0 0;
    line-height: 24px;
}
.work_content{
    padding-top: 15px;
}
.h_work p{
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #67676a;
    margin: 0;
}
.h_work h4{
    margin: 7px 0 0;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Montserrat-SemiBold';
    color: #acacac;
}
.jquery-modal{
    z-index: 99999999999999 !important;
}
/**************** model css *******************/
.cross_model{
    max-width: 1170px !important;
    padding: 0 !important;
}
.register_main .vh_100{
	height:100vh;
}
.register_bg{
    width: 50%;
    background-image: linear-gradient(213deg, rgba(44,84,247,0.9) 0%, rgba(77,42,220,0.9) 51%, rgba(122,27,87,0.9) 100%),url("../images/register_bg.png");
    background-size: cover;
    padding: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.register_content{
    display: table-cell;
    vertical-align: middle;
}
.register_content img{
    max-width: 180px;
}
.register_content h1{
    color: #ffffff;
    font-family: 'Montserrat-Regular';
    font-size: 40px;
    font-weight: 400;
    line-height: 60px;
    margin: 5px 0 0;
}
.model_flex {
    display: flex;
    justify-content: space-between;
}
#register {
    overflow: auto;
}
.register_main {
    height: 100%;
    width: 100%;
}
.register_content p{
    color: #e4e2fc;
    font-family: "Open-Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 5px 0;
}
.register_form{
    width: 65%;
    padding: 40px;
}
.register_head{
    margin-bottom: 15px;
    text-align: center;
}
.file_upload{
    position: relative;
    padding: 10px;
    text-align: center;
    width: 100px;
    height: 100px;
    border: 3px dashed #ddd;
    display: table;
}
.file_upload input[type="file"]{
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
}
.file_upload i{
    color: #000;
    font-size: 30px;
    /*display: table-cell;
    vertical-align: middle;*/
}
.file_upload h4{
    font-size: 15px;
    margin-top: 10px;
}
.register_head h3{
    font-family: 'Montserrat-Medium';
    font-size: 32px;
    font-weight: 500;
    line-height: 69px;
    color:#00000b;
    margin: 0;
}
.register_head p{
    color: #808082;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}
.form_group{
    width: 100%;
    margin-bottom: 10px;
}
._form_div{
    flex:1;
}
._form_div:first-child .form_group{
    padding-right: 15px;
}
.form_icon .email_img{
    width: 20px;
}
._flex {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.form_icon img{
    width: 15px;
    height: 15px;
}
.form_icon span{
    color: #27343e;
    font-family: 'Montserrat-Medium';
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.8px;
    line-height: 36px;
    text-transform: capitalize;
}
.form_input input[type="text"],.form_input input[type="date"],.form_input input[type="tel"],.form_input input[type="email"],.form_input input[type="password"]{
    border-radius: 4px;
    border: 1px solid #c1c1c1;
    background-color: #ffffff;
    width: 100%;
    height: 35px !important;
    padding-left: 20px;
    transition: border 1.5s linear;
    margin-left: 0 !important
}
#msform .iti-flag{
    /* border-right: 1px solid #eee; */
    border-left: none;
    border-top: none;
    border-bottom: none;
    box-shadow: none;
}
#msform .intl-tel-input .country-list  li{
    display: block;
}
#msform .flag-container{
    right: auto;
    left: -86px;
    background: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    padding: 0 10px;
}
.home_broker #msform .flag-container{
	left:-78px;
}
.home_broker #msform .intl-tel-input{ margin-right:0;}
#msform .intl-tel-input{
    flex:1;
    margin-right: 20px;
        margin-left: 75px;
}
.name_padding{
    padding-right: 10px;
}
#msform .intl-tel-input .selected-flag:focus{
    border:none;
    outline:none;
}
#msform #phone_div .intl-tel-input{
    margin-left: 85px;
    margin-right: 0;
}
#msform .broker_payment{
    margin:0;
}
.terms_conditions{
    width: 100%;
    text-align: center;
    margin-top: 10px;
    position: relative;
}
.text-red{
	color:red;
	text-align:left;
	display:block;
}
.terms_conditions .ico-checkbox.sed{
    background: url(../images/ico-checkbox.png);
}
.terms_conditions .ico-checkbox{
    background:#fff;
    border:1px solid #d0d0d0;
}
.terms_conditions p{
    font-size: 14px;
    line-height: 22px;
    color: #808082;
    font-family: "Open-Sans";
    font-weight: 400;
}
.terms_conditions a{
    color: #2d51f5;
    font-family: "OpenSans-SemiBold";
    font-weight: 600;
}
.form_group input[type="submit"]{
    box-shadow: 0 3px 20px rgba(45, 81, 245, 0.35);
    border-radius: 4px;
    background-color: #2d51f5;
    border:none;
    color: #ffffff;
    font-family: 'Montserrat-Bold';
    font-size: 16px;
    font-weight: 600;
    padding:0 25px;
    height: 40px;
    text-transform: capitalize;
}
input:focus{
    border: 1px solid #6223CD !important;
    outline: none;
}
input:-internal-autofill-selected {
    background: #fff;
}
.form_btn{
    margin: 30px 0;
}
.login_now p{
    color: #808082;
    font-weight: 400;
}
.login_now a{
    color: #2d51f5;
    font-weight: 600;
    font-family: 'Montserrat-Bold';
}
.cross_model .close-modal {
    background-image: url(../images/cross_icon.png) !important;
    background-size: 15px 15px !important;
    top: 20px !important;
    right: 25px !important;
}
.forgot{
    margin-top: 40px;
    text-align: center;
}
.forgot a{
    color: #848484;
    font-family: "Open-Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 69px;
    text-transform: capitalize;
}
#msform .fieldset_inner{
    border-radius: 6px;
    border: 1px solid #e0e4ed;
    padding: 30px;
    margin-top: 20px;
}
#msform .fieldset_inner_padding{
    padding-bottom:80px;
}

/****************** multistep form style******************/
/*form styles*/
#msform h2{
    color: #65717b;
    font-family: "OpenSans-SemiBold";
    font-size: 13px;
    font-weight: 600;
    line-height: 33px;
    text-transform: capitalize;
}
#msform fieldset {
    padding: 0;
    margin: 0;
    border:0;
    position: relative;
}
#msform .fieldset_cover {
    margin: 0;
    padding: 10px 30px 25px;
    text-align: right;
    box-shadow: 0 0 30px rgba(145, 145, 145, 0.15);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background: #fff;
    margin-bottom: 30px;
}
#msform .box-shadow{
    box-shadow: 0px 8px 30px rgba(145, 145, 145, 0.15);
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}
#msform .fieldset_padding{
    padding: 10px 30px 30px;
}
/*progressbar*/
#progressbar {
    overflow: hidden;
    counter-reset: step;
    padding: 25px 0;
    border-bottom: 2px solid #eeeeee;
    display: flex;
    margin-bottom: 0px;
    position: relative;
    box-shadow: 0 0 30px rgba(145, 145, 145, 0.15);
}
#progressbar li {
    list-style-type: none;
    color: #959595;
    text-transform: uppercase;
    font-size: 9px;
    flex: 1;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    font-size: 12px;
    font-family: 'Montserrat-SemiBold';
    font-weight: 600;
}
#progressbar li.active {
    color: #2a2a2a;
    
}
#progressbar li:before {
        content: counter(step);
    counter-increment: step;
    width: 30px;
    height: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
    color: #adadad;
    background-color: #f0f0f0;
    border-radius: 100%;
    margin: 0 auto 5px auto;
    text-align: center;
    font-family: 'Montserrat-SemiBold';
    padding-top: 0;
}

/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none; 
}
#progressbar .line{
    position: absolute;
    top: 40%;
    width: 74%;
    height: 2px;
    background: #e6e6e6;
    left: 13%;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before{
    background: #55bf07;
    border: 2px solid #55bf07;
    color: #fff;
}
#progressbar li.active:after{
    
    color: #fff;
}
#msform .form_col{
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
#msform .form_col .form_group{
    width: 47%;
    margin-right: 30px;
    justify-content: space-between;
}
#msform .form_col .form_group:last-child{
    margin-right:0;
}
#msform .form_col.text_col .form_group{
    width:100%;
    margin:0 0 20px;
}
#msform .form_col.text_col .form_group textarea{
    height:220px;
}
#msform .form_group span{
    color: #65717b;
    font-family: "OpenSans-SemiBold";
    font-size: 13px;
    font-weight: 600;
    line-height: 33px;
    letter-spacing: 0;
}
#msform input{
    padding-left: 15px;
    border: 1px solid #d0d0d0;
}
#msform input::placeholder{
    opacity: 0.48;
    color: #65717b;
    font-family: "Open-Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
}
#msform .form_icon{
    margin-bottom: 4px;
    text-align: left;
}
/******************select css start ***********************/
#msform .form_input .select-dropdown li img{
    float: left;
    width: 27px;
    height: 18px;
    margin-top: 20px;
}
#msform .form_input .country_code{
    width: 20%;
    margin: 0;
}
#msform .form_input .input-field{
    margin: 0;
}
#msform input.phone{
    flex:1;
    margin-left: 15px;
}
#msform .select-wrapper{
    margin-right: 15px;
}
#msform .state .select-wrapper{
    margin: 0;
}
#msform .select-wrapper .caret{
    z-index: 22;
    fill: #909aa3;
}
#msform .dob{
    position: relative;
}
#msform .input_50{
    
}
#msform .dob .cal{
    content: "";
    position: absolute;
    top: 22%;
    right: 15px;
    background-image: url("../images/calendar_icon.png");
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
}
input[type="text"],input[type="email"],input[type="number"],input[type="password"],textarea{
    border-radius: 4px;
    border: 1px solid #c1c1c1;
    background-color: #ffffff;
    transition: border 0.5s linear;
    height: 40px;
    display: block;
    width: 100%;
    height: 46px;
    background: #fff;
    color: #4e566d;
    font-size: 13px;
    text-align: left;
    padding: 5px 10px 6px 20px;
    letter-spacing: 0.5px;
    outline: none !important;
}
#msform .form_input input[type="text"],#msform .form_input input[type="tel"],#msform .form_input input[type="email"],#msform .form_input input[type="password"]{
    border-radius: 4px;
    border: 1px solid #c1c1c1;
    background-color: #ffffff;
    padding-left: 20px;
    transition: border 1.5s linear;
}
input[type="submit"],input[type="button"],button{
    width: 220px;
    background-image: none;
    height: 42px;
    box-shadow: 0 3px 6px rgba(45, 81, 245, 0.34);
    border-radius: 4px;
    background-color: #2d51f5;
    padding: 0;
    border: 0;
    font-family: 'Montserrat-SemiBold';
    font-weight: 500;
    color:#fff !important; 
    cursor: pointer;
	text-transform:capitalize
}
#msform .submit{
	display: block;
    margin-left: auto;
    position: absolute;
    right: 53px;
    bottom: 100px;
}
#msform input[type="button"],#msform input[type="submit"],#msform button.submit-from{
    width: 220px;
    background-image: none;
    height: 42px;
    box-shadow: 0 3px 6px rgba(45, 81, 245, 0.34);
    border-radius: 4px;
    background-color: #2d51f5;
    padding: 0;
    border: 0;
    font-family: 'Montserrat-SemiBold';
    font-weight: 500;
    color:#fff;
    position: absolute;
    right: 55px;
    bottom: 95px;
}
.credit_link{
    line-height: 28px;
    font-family: "OpenSans-SemiBold";
    color: #343434;
    font-weight: 600;
}
#msform input.previous {
    left: 55px;
}
#msform .form_btn{
    margin-bottom: 0;
    margin-right: 0 !important;
}
.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.uploadImg {
    width: 200px;
    /* height: 200px; */
    border-radius: 4px;
    overflow: hidden;
    border: 2px dotted #3944ed;
    padding: 10px;
   
    font-size: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: auto;
    gap: 10px;
}
.uploadImg img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center
}
.uploadImg i{
     color: #3944ed;
     font-size:25px;
}
.upload_btn {
    border: 1px solid #d0d0d0;
    color: #2d51f5;
    font-family: "OpenSans-SemiBold";
    font-size: 14px;
    font-weight: 600;
    background-color: #fff;
    padding: 5px 15px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    cursor: pointer;
    height: 40px !important;
    text-transform: capitalize;
    width: auto;
}
#msform .input_50_1 {
    flex: 0 0 46.5% !important;
    margin-right: 30px !important;
}
#msform .form_col .mr-0{
    margin-right: 0 !important;
}
.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}
#msform .form_input input.upload_input{
    flex:1;
    border-right: 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
#msform .form_head{
    text-align: left;
    margin: 20px 0;
}
#msform .form_head h4{
    color: #6e6e6e;
    font-family: "OpenSans-SemiBold";
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 15px;
    text-transform: capitalize;
}
#msform .last_fieldset{
    padding-bottom: 70px;
}
#msform .amount_deposit input{
    max-width: 44%;
    position: relative;
}
#msform .amount_deposit input:before{
    background-image: url("../images/dollar.png");
    width: 15px 30px;
    content: "";
    position: absolute;
    top: 38%;
    left:30px;
}
#msform .form_head p{
    color: #83898e;
    font-family: "Open-Sans";
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
.form_head ul{
    margin: 10px 0;
}
.form_head ul li{
    margin-right: 50px;
    display: inline-block;
    color: #83898e;
    font-family: "Open-Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    position: relative;
    padding-left: 25px;
}
.form_head ul.annual_report li:before{
    content: "";
    position: absolute;
    top: 40%;
    left: 0;
    background-image: url("../images/tick.png");
    width: 10px;
    height: 7px;
    background-size: 100% 100%;
}
.agreenment_fieldset{
    border-radius: 4px;
    border: 1px solid #d0d0d0;
    padding: 25px;
    text-align: left;
    margin-bottom: 30px;
}
#msform .agreenment_fieldset input.client_input{
    width: 216px;
    height: 40px;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
}
#msform .agreenment_fieldset p{
    color: #67676a;
    font-family: "Open-Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    margin:5px 0 15px;
}
#msform .agreenment_fieldset p.address{
    width: 200px;
}
#msform .agreenment_fieldset p.date_agreement{
    margin: 25px 0;
}
#msform .agreenment_fieldset p span{
    font-family: 'OpenSans-Bold';
    font-weight: 700;
}
#msform .agreenment_fieldset ol{
    padding-left: 15px;
    margin-bottom: 50px;
}
#msform .payment_head p{
    margin: 15px 0;
    color: #6e6e6e;
    font-family: "OpenSans-SemiBold";
    font-size: 14px;
    font-weight: 500;
}
#msform .agreenment_fieldset ol li,#msform .agreenment_fieldset ul li{
    color: #67676a;
    font-family: "Open-Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}
#msform .agreenment_fieldset .signature{
    margin-bottom: 30px;
}
.agreement_form{
    margin: 20px 0;
}
.agreement_form span{
    color: #67676a;
    font-family: "Open-Sans";
    font-size: 14px;
    font-weight: 400;
}
.payment_methods{
    margin: 40px 0;
}
.payment_methods li .payment_how{
	position:absolute;
	top:-40px;
}
.alert-info {
    background-color: #e6f7ff;
    border: 1px solid #91d5ff;
	color: rgba(0,0,0,0.65);
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    position: relative;
    padding: 15px;
    border-radius: 4px;
	margin-bottom:20px;
}
.alert-info i {
    color: #1890ff;
	margin-right:15px;
	font-size:24px;
}
.payment_methods li{
        width: 45%;
    float: left;
    margin-right: 40px;
    padding: 35px 15px;
    box-shadow: 0 0 30px rgba(145, 145, 145, 0.15);
    border-radius: 6px;
    background-color: #ffffff;
    border: 1px solid #d0d0d0;
    position: relative;
    height: 140px;
}
.payment_methods ul.annual_report{
    display: flex;
    justify-content: space-between;
}
.payment_methods ul.annual_report li{
    flex:1;
    margin-right: 40px;
    padding:25px;
    box-shadow: 0 0 30px rgba(145, 145, 145, 0.15);
    border-radius: 6px;
    background-color: #ffffff;
    border: 1px solid #d0d0d0;
    position: relative;
}
.payment_methods ul li:last-child{
    margin-right: 0;
}
#msform .payment_inner{
    width: 70%;
    margin-left: auto;
    text-align: left;
}
#msform .payment_methods ul li:last-child .payment_inner{
    position: relative;
    top: 24px;
}
#msform .payment_inner img{
    height: 50px;
}
#msform .payment_methods img.venmo{
    height:35px;
}
.payment_margin{
    margin-top:0;
}
#msform .payment_inner p{
    margin: 0;
    color: #6e6e6e;
    font-family: "OpenSans-SemiBold";
    font-size: 14px;
    font-weight: 600;
    margin-top: 12px;
}
#msform #amount_input{
	display:flex;
	flex-wrap:wrap;
}
#msform #amount_input label{
	position: static;
    margin-bottom: 0px;
    display: inline-block;
    margin-right: 20px;
}
#msform .payment_methods label{
    position: absolute;
    top: 42%;
    left: 22%;
}
#msform input[type="radio"]+span:before, #msform input[type="radio"]+span:after{
    border:2px solid #c1c1c1;
}
#msform .payment_methods input[type="radio"]:checked+span:after, #msform .payment_methods input[type="radio"].with-gap:checked+span:after{
    background-color: #2d51f5;
}
#msform .payment_methods input[type="radio"]:checked+span:after, #msform .payment_methods input[type="radio"].with-gap:checked+span:before, #msform .payment_methods input[type="radio"].with-gap:checked+span:after{
    border:2px solid #2d51f5;
}
/******************select css end ***********************/
/************ multistep form css end************************/
/************ home broker page************************/
.home_broker{
    padding: 50px 0;
}
.broker_head{
    display: flex;
    padding: 20px 30px;
    border-bottom: 2px solid #eeeeee;
}
.broker_head h4{
    color: #6e6e6e;
    font-family: "OpenSans-SemiBold";
    font-size: 16px;
    font-weight: 600;
    margin: 15px 0;
}
.broker_head img{
    width: 50px;
    height: 50px;
    margin-right: 20px;
}
#profile{
    display:none;
    animation: fade-in2 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    box-shadow: 0 0.46875rem 2.1875rem rgba(4,9,20,0.03), 0 0.9375rem 1.40625rem rgba(4,9,20,0.03), 0 0.25rem 0.53125rem rgba(4,9,20,0.05), 0 0.125rem 0.1875rem rgba(4,9,20,0.03);
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    max-width: 200px;
    width: 200px;
}
#profile li a{
    color:#212529;
    padding-left: 10px;
	line-height:30px;
}
#profile li{
    border-bottom: 1px solid #d0d0d0;
    border:none;
}
#profile li i{
    line-height: 30px;
}
.ico-checkbox.sed{
    background: url(../images/ico-checkbox.png);
}
.ico-checkbox{
    background:#fff;
    border:1px solid #d0d0d0;
}
#msform .broker_padding{
    padding: 0 0 10px 0;
}
.home_broker #msform .fieldset_inner{
    margin: 30px;
    padding-bottom: 0;
}
.broker_flex{
    display: flex;
    padding-top: 12px;
    padding-left: 20px;
}.dob_margin{       margin-left:63px;}
.home_broker #msform .payment_methods ul li:last-child .payment_inner{
    position: static;
    top: 0;
}
.home_broker #msform .payment_inner p{
    margin:14px 0;
    text-transform: capitalize;
}
.home_broker #msform .payment_methods label {
    position: absolute;
    top: 45%;
    left: 24%;
}
#msform .payment_methods input[type="radio"].with-gap:checked li{
    border:1px solid blue;
}
#msform .payment_methods .or_payment{
    width: 60px !important;
    height: 60px !important;
    background: #fff !important;
    border-radius: 100% !important;
    padding: 14px 0 !important;
    text-align: center !important;
    box-shadow: none !important;
    position: relative !important;
    top: 40px;
    border: 1px solid #c1c1c1 !important;
}
.payment_section li{
    width: 43%;
}
.payment_methods .venmo_li{
    margin-right: 0;
}
#msform .payment_section .payment_inner{
    width: 80%;
}
.payment_border{
    border: 2px solid #2d51f5 !important;
}
#msform .payment_section label{
    left: 14%;
}
.or_payment span{
    color: rgba(110,110,110,0.44);
    font-family: "OpenSans-SemiBold";
    font-size: 18px;
    font-weight: 600;
}
.select_buy{
    width:46%;
}
#msform .select_buy input{
    max-width: 100%;
    position: relative;
}
.home_broker .payment_methods ul li{
    box-shadow: none;
    width: auto;
    float: none;
    margin-right: 0px;
    padding: 0;
    box-shadow: none;
    border-radius: 0px;
    background-color: transparent;
    border: none;
    height: auto;
}
.home_broker .broker_payment ul li.b_payment{
    width: 47%;    
    float: left;    
    margin-right: 60px;    
    padding: 25px 15px;    
    box-shadow: 0 0 30px rgba(145, 145, 145, 0.15);    
    border-radius: 6px;    
    background-color: #ffffff;    
    border: 1px solid #d0d0d0;    
    position: relative;    
    margin-top: 15px;
    margin-bottom: 15px;
    height: auto;
}
.home_broker .broker_payment ul li.b_payment:last-child{       
    margin-right:0;
    position: relative;
}
.mb-20{
	margin-bottom:20px;
}
.broker_flex img{
    width:54px;
    height: 44px;
}
.select_buy .input-field ul li{
    box-shadow: none;
    display: block;
    color:#2D51F5;
}
.select_buy .input-field ul li span{
    color:#2d51f5;
}
.home_broker #msform input[type="submit"]{
    position: static;
}
.select_buy .selectric{
    color: #65717b;
    font-family: "Open-Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
}

/************************************************************
                application details page
************************************************************/
.header{
    background-image: linear-gradient(267deg, #2c54f7 0%, #4d2adc 51%, #7a1bbb 100%);
    width: 100%;
    padding: 5px 0;
}
.header img{
    max-width: 180px;
}
.application_details .signature-pad{
	width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    box-shadow: none;
    border: none;
	padding:16px 0;
}
.payment_how{
	justify-content:space-between;
	padding-right:10px;
	margin-top:10px;
	margin-bottom:20px;
}
.application_details .signature-pad canvas{
	
}
.application_details{
    padding:50px 0;
}
.app_form{
    padding: 0 0 30px;
}

/**************************************************************
                        dashboard style
**************************************************************/
.d_header{
    background-image: linear-gradient(267deg, #2c54f7 0%, #4d2adc 51%, #7a1bbb 100%);
    min-height: 60px;
    -webkit-transition: all 0.3s ease;
    padding: 3px 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999999999999999999999;
    width: 100%;
}
.logo img{
    max-width: 220px;
}
.header_wrapper{
    display: flex;
    justify-content: space-between;
    padding: 0 50px;
}
.d_header .dropdown-trigger img{
    width: 30px;
    height: 30px;
    border: 1px solid #ffffff;
    border-radius: 100%;
    position: relative;
    top: 9px;
}
.d_header ul li{
    padding-right: 15px;
    padding-top: 0px;
    position: relative;
}
.d_header ul li a{
    color: #ffffff;
    font-family: 'Montserrat-Medium';
    font-size: 14px;
    font-weight: 500;
}
.top_icons{
    width: 18px;
    height: 18px;
    position: relative;
    top: 3px;
}
.dashboard_wrapper{
   margin-top: 60px;
}
.sidebar{
    overflow-x: auto;
    box-shadow: 0 3px 17px rgba(0, 0, 0, 0.03);
    background-color: #252529;
    width: 20%;
    padding: 20px;
    height: 100vh;
    position: fixed;
    top: 60px;
    left: 0;
}
.sidebar ul li{
    display: block;
    padding: 15px 0;
	position:relative;
}
.sidebar ul li:hover{
    background-color: rgb(0,0,0,0.35);
}
.sidebar li span{
    font-family: 'Montserrat-SemiBold';
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #acacac;
    padding-left: 23px;
}
.sidebar li a{
    color: #ffffff;
    font-family: 'Montserrat-Medium';
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    padding-left: 23px; display:block
}
.sidebar li.active{
    border-radius: 4px; 
    background-color: #1665d8;
    padding: 10px;
}
.main_content{
    background-color: #f5f5f5;
    width: 80%;
    padding-top: 5px;
    margin-left: 20%;
}
.content_container{
    padding:60px 30px 100px 25px;
}
.d_page_header{
    margin: 10px 0;
}
.pageheader_title{
    color: #6e6e6e;
    font-family: "OpenSans-SemiBold";
    font-size: 25px;
    font-weight: 600;
    line-height: 35px;
    margin: 0;
}
.alertMsg{
	text-align:left;
}
.d_row{
    width: 100%;
}
.d_column{
    width: 100%;
    /* margin-right: 15px; */
}
.d_column:last-child{
    margin-right: 0;
}
.card_section{
    box-shadow: 0 0 10px rgba(145, 145, 145, 0.15);
    border-radius: 6px;
    background-color: #ffffff;
    margin-bottom: 20px;
}
.card_header{
    border-bottom: 1px solid #eeeeee;
    padding: 6px 25px;
}
.header_icon{
    width: 30px;
    height: 30px;
}
.card_header h3{
    color: #6e6e6e;
    font-family: "OpenSans-SemiBold";
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    line-height: 30px;
    margin-left: 20px;
    text-transform: capitalize;
}
.card_content ul li{
    color: #6e6e6e;
    font-family: "Open-Sans";
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin-bottom: 15px;
}
ul.tabs{
    overflow: auto;
    height: auto;
    width: 100%;
    white-space: unset;
}
ul.tabs li{
    display: inline-block;
    margin-right: 15px;
    border-radius: 4px;
    border: 1px solid rgba(208,208,208,0.65);
    padding: 10px 25px;
    width: 47.5%;
}
ul.tabs li:last-child{
    margin-right: 0;
}
ul.tabs li img{
    width: 60px;
    height: 60px;
    border-radius: 100%;
}
ul.tabs li h4{
    color: #6e6e6e;
    font-family: "OpenSans-SemiBold";
    font-size: 14px;
    font-weight: 600;
    margin-left: 15px;
    line-height: 50px;
}
input[type="checkbox"]+span:not(.lever):before, input[type="checkbox"]:not(.filled-in)+span:not(.lever):after{
    border-radius: 2px;
    border: 1px solid #c1c1c1;
    background-color: #ffffff;
    margin-top: 10px;
}
.user_dp img{
    width:40px;
    height: 40px;
    border-radius: 100%;
}
.card_content{
    padding: 15px 25px 30px;
}
.user_client h4{
    color: #6e6e6e;
    font-family: "Open-Sans";
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    line-height: 40px;
    margin-left: 15px;
}
.user_client a{
    color: #4633e2;
}
.card_content .fre_tabs li{
    display: inline-block;
    text-align: center;
    border: 1px solid rgba(208,208,208,0.65);
    padding: 10px 0;
    border-radius: 4px;
    width: 32%;
    flex: 1;
}
.fre_tabs{
    width: 100%;
}
.fre_tabs li img{
    width: 100px;
    height: 100px;
    border-radius: 100%;
}
.fre_tabs li h4{
    color: #6e6e6e;
    font-family: "OpenSans-SemiBold";
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    line-height: 40px;
}
.clients_head .search_client{
    width:35%;
    position: relative;
    margin-right:10px;
}
.clients_head .search_client input{
    width: 100%;
    border-radius: 4px;
    border: 1px solid #bfc2c2;
    background-color: #ffffff;
    height: 40px;
    padding-left: 33px;
}
.clients_head .search_client input::placeholder{
    color: rgba(102,102,102,0.67);
    font-family: "Montserrat-Regular";
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    text-transform: capitalize;
}
.clients_head .search_client .search_c{
    content: "";
    background-image: url(../images/search.png);
    width: 15px;
    height: 15px;
    position: absolute;
    top: 12px;
    left: 12px;
    background-size: 15px 15px;
}
#main_popup{text-align:center;
	
}
#main_popup a{
	    border-radius: 4px;
    background-color: #2d51f5;
    padding: 12px 20px !important;
    text-transform: capitalize;
    color: #ffffff;
    font-family: "Montserrat-Medium";
    font-size: 13px;
    font-weight: 500;
    max-width: 200px;
    margin: 10px auto;
    display: block;
    line-height: 19.2px;
}
#main_popup ._popup_inner{
	padding:20px;
	max-width:650px;
    margin: 0px;
}
#main_popup img{
	width:100px;
}
#main_popup ._popup_inner ._crossBtn {
    cursor: pointer;
    position: absolute;
    top: 6px;
    right: 10px;
    background-color: transparent; 
    color: #999;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 25px;
    padding-top: 5px;
    box-sizing: border-box;
}
.add_client{
    border-radius: 4px;
    background-color: #2d51f5;
    padding:7px 20px !important;
    text-transform: capitalize;
}
.add_client a{
    color: #ffffff;
    font-family: "Montserrat-Medium";
    font-size: 13px;
    font-weight: 500;
    line-height: 19.2px;
}
.add_client span{
    font-size: 17px !important;
    margin-right: 8px;
}
.sort_filter{
    flex: 1;
    margin-left: 35px;
}
.sort_filter .sort_list{
    text-align: right;
    display: flex;
}
.sort_filter .sort_list .sort .selectric{
    padding-left: 12px;
}
.sort_filter .sort_list .sort .selectric .label{
    margin-right: 0;
    padding-right: 16px;
    color: #666666;
    font-family: "Montserrat-Medium";
    font-size: 13px;
    font-weight: 500;
    padding-left: 10px;
}
.sort_filter .sort_list .selectric .button{
    display: none;
}
.sort_filter .sort_list li{
    padding: 0;
    position: relative;
    margin-left: 3px;
}
.sort_filter .sort_list li .sort_icon{
    position: absolute;
    top: 37%;
    left: 10px;
    background-image: url(../images/sort.png);
    width: 9px;
    height: 10px;
    background-size: 9px 10px;
    content: "";
    z-index: 1;
}
.sort_filter .sort_list li .filter_icon{
    position: absolute;
    top: 33%;
    left: 10px;
    background-image: url(../images/Filter_icon.png);
    width: 12px;
    height: 12px;
    background-size: 12px 12px;
    content: "";
    z-index: 1;
}
.import_c{
    border-radius: 4px;
    border: 1px solid #bfc2c2;
    background-color: #ffffff;
    padding:5px 15px !important;
    text-transform: capitalize;
}
.import_c a{
    color: #666666;
    font-family: "Montserrat-Medium";
    font-size: 13px;
    font-weight: 500;
    line-height: 19.2px;
}
.select-wrapper input.select-dropdown{
    color: #666666;
    font-family: "Montserrat-Medium";
    font-size: 13px;
    font-weight: 500;
    line-height: 19.2px;
}
.import_c img{
    position: relative;
    top: 2px;
}
.import_c input[type="file"]{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}
.sort input{
    border-radius: 4px !important;
    border: 1px solid #bfc2c2 !important;
    background-color: #ffffff !important;
    padding: 9px 10px 5px 25px !important;
    text-transform: capitalize;
    width:90px !important;
    height: auto !important;
    line-height: unset !important
}
.sort .selectric-open .selectric-items{
	width:100px !important;
}
table{
	overflow:auto;
}
.d_table{
    box-shadow: 0 0 10px rgba(145, 145, 145, 0.15);
    border-radius: 6px;
    background-color: #ffffff;
    margin-top: 35px;
}
.sort .input-field{
    margin: 0 !important
}
.d_table thead{
    border-bottom: 1px solid #eeeeee;
}
.d_table thead th{
    padding: 10px;
	width:120px;
    color: #adb2b8;
    font-family: "OpenSans-SemiBold";
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    text-align:center;
}
.d_table td{
    padding: 10px;
	width:120px;
}
.d_table .invoices td{
	width:auto;
}
.d_table td img{
    width: 30px;
    height: 30px;
    border-radius: 100%;
}
.d_table .clients  label{
    position: relative;
    top: 12px;
}
.affiliates label{
    position: relative;
    top: 20px;
}
.d_table td{
    text-align: center;
}
.d_table td span{
    line-height: 25px;
    margin-left: 15px;
    color: #6e6e6e;
    font-family: "Open-Sans";
    font-size: 14px;
    font-weight: 400;
}
.d_table table{
    width: 100%;
}
.table_footer{
    margin-top: 15px;
}
.result_page{
    flex:1;
    justify-content: flex-start;
}
.result_page ul li{
    color: #808082;
    font-family: "Montserrat-Medium";
    font-size: 14px;
    font-weight: 500;
    padding: 0 10px;
}
.result_page ul li a{
    border-right: 1px solid #c1c1c1;
    padding-right: 15px;
}
.result_page ul li:last-child a, .result_page ul li:first-child a{
    border:none;
}

.result_page ul li a{
    color: #6e6e6e;
    font-family: "Open-Sans";
    font-size: 14px;
    font-weight: 400;
}
.result_page ul li.active a,.result_page ul li:hover a{
    color: #2d51f5;
}
.result_pagination{
    flex:1;
    justify-content: flex-end;
    text-align: right;
}
.result_pagination ul li{
    padding: 0 4px;
}
.result_pagination ul li a{
    color: #bababa;
    font-family: "Open-Sans";
    font-size: 14px;
    font-weight: 400;
}
.result_pagination ul li a.active,.result_pagination ul li a:hover{
    color: #2d51f5;
}
.result_pagination li img{
    width: 7px;
    height: 12px;
    position: relative;
    top: 3px;
}
.invoice li{
    position: relative;
}
.invoice li span{
    content: "";
    background-image: url(../images/calender_icon.png);
    width: 15px;
    height: 15px;
    position: absolute;
    top: 10px;
    left: 6px;
    background-size: 15px 15px;
}
.invoice input{
    width: 100% !important;
    border-radius: 4px !important;
    border: 1px solid #bfc2c2 !important;
    background-color: #ffffff !important;
    height: 35px !important;
    padding-left: 30px !important;
}
.invoice input::placeholder{
    color: rgba(102,102,102,0.67);
    font-family: "Montserrat-Medium";
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    text-transform: capitalize;
}
.invoice_table .pending_status{
	background: #ffff0073;
    color: #a0a003;
	border-radius: 50px;
    font-family: "OpenSans-SemiBold";
    font-size: 14px;
    font-weight: 600;
    padding: 5px 18px;
    text-transform: capitalize;
}
.invoice_table .status{
    border-radius: 50px;
    background-color: #e9f8e9;
    color: #2fa12d;
    font-family: "OpenSans-SemiBold";
    font-size: 14px;
    font-weight: 600;
    padding: 5px 18px;
    text-transform: capitalize;
}
.dropdown-content li>a, .dropdown-content li>span{
    color:#1665D8;
}
.invoice_table .dropdown-trigger{
    border-radius: 4px;
    border: 1px solid #bfc2c2;
    background-color: #ffffff;
    color: #666666;
    font-family: "Montserrat-Medium";
    font-size: 14px;
    font-weight: 500;
    line-height: 19.2px;
    padding: 7px 10px 7px 10px;
    position: relative;
}
.invoice_table .dropdown-trigger:after{
    position: absolute;
    top: 50%;
    right: 2px;
    background-image: url(../images/drop_down_icon.png);
    width: 5px;
    height: 4px;
    background-size: 5px 4px;
    content: "";
}
.d_table .affiliates .status_dropdown {
    right: 0;
}
.d_table tr:last-child .drop_content{
	top:auto;
	bottom:0;
}
.drop_content{
    display: none;
    position: absolute;
    top: 20px;
    z-index: 99999;
    width: 150px;
    right: 10px;
	background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	transition:0.5s all ease;
}
.drop_content li {
    display: block;
    background-color: #fff;
    padding: 2px;
    width: 100%;
	transition:0.5s all ease;
}
.drop_content li:hover a{
	color:#fff;
}
.drop_content li:hover{
	background:#2d51f5
}
.drop_content li a {
    color: #666666;
    font-family: "Montserrat-Medium";
    font-size: 14px;
    font-weight: 500;
    line-height: 19.2px;
	text-transform:capitalize
}
.clients .dropdown-trigger, .d_table .affiliates .status_action{
	border-radius: 4px;
    border: 1px solid #bfc2c2;
    background-color: #ffffff;
    color: #666666;
    font-family: "Montserrat-Medium";
    font-size: 14px;
    font-weight: 500;
    line-height: 19.2px;
    padding: 7px 10px 7px 10px;
    position: relative;
}
.dropdown_div:hover .drop_content{
	display:block !important;
}
.dropdown_div{
    position: relative;
}
.invoice_table td span{
    line-height: 30px;
}
.invoices_inner{
    display: flex;
    justify-content: space-between;
}
.invoices_inner li{
    flex:1;
    margin-right: 15px;
    border-radius: 4px;
    border: 1px solid #ededed;
    background-color: #ffffff;
    padding: 12px;
    text-align: center;
}
.invoices_inner li h1{
    color: #02a9f5;
    font-family: "Montserrat-Medium";
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    margin: 0;
}
.invoices_inner li:nth-child(2n) h1{
    color: #fea654;
}
.invoices_inner li:nth-child(3n) h1{
    color: #ec6591;
}
.affiliates_head .search_client{
    width: 60%;
}
.affiliates_head .invoice li{
    margin-right: 15px;
}
.affiliates_head .sort_list li{
    margin-left: 10px;
}
.invoices_inner li p{
    color: #707070;
    font-family: "Open-Sans";
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
.invoices_inner li:last-child{
    margin-right: 0;
}
.agreement #msform  input[type="submit"]{
    position: static;
    border:none;
}
.agreement .agreenment_fieldset{
    border:none;
    margin-bottom: 0;
}
.agreement .form_col{
    padding: 0 25px;
    padding-top: 0;
}
.agreement_btn{
    padding-top: 0;
    margin-top: 30px;
    text-align: right;
}
#msform .agreement_btn input:first-child{
    border: 2px solid #aab2c2;
    background-color: transparent;
    box-shadow: none;
    color: #6e6e6e;
    font-family: "Montserrat-Medium";
    font-size: 14px;
    font-weight: 500;
    margin-right: 25px;
}
.print{
    position: relative;
}
.print .print_preview{
    position: absolute;
    top: 12px;
    background-image: url(../images/print.png);
    width: 15px;
    height: 14px;
    background-size: 15px 14px;
    right: 46%;
}
.agreement_accept h5{
    color: #67676a;
    font-family: "OpenSans-SemiBold";
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    margin:0;
}
.agreement_accept p{
    font-family: "Open Sans";
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    margin:0;
     color: #67676a;
}
/********************************* messages page css******************************/
.messages_container{
    width: 100%;
    height: 80vh;
    overflow: hidden;
    position: relative;
}
.msg_sidebar{
    box-shadow: 0 0 10px rgba(145, 145, 145, 0.15);
    border-radius: 6px;
    background-color: #ffffff;
    width: 30%;
    height: 80vh;
    margin-right: 15px;
    overflow: auto;
}
.sidebar_tophead.scrolled {
    background-color: rgb(255,255,255) !important;
    box-shadow: 0px 0px 5px 1px #e4e3e3;
    transition: background-color 200ms linear;
    z-index: 999999;
    position: fixed;
    width: 21.7%;
}
.msg_header.scrolled {
    background-color: rgb(255,255,255) !important;
    box-shadow: 0px 0px 5px 1px #e4e3e3;
    transition: background-color 200ms linear;
    z-index: 999999;
    position: fixed;
    width: 51%;

}
.msg_content{
    width: 70%;
    box-shadow: 0 0 10px rgba(145, 145, 145, 0.15);
    border-radius: 6px;
    background-color: #ffffff;
    height: 82vh;
    overflow: auto;
}
.sidebar_container{
    height: 80vh;
    overflow-y: scroll;
}
/* width */
.sidebar_container::-webkit-scrollbar ,.msg_content::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.sidebar_container::-webkit-scrollbar-track, .msg_content::-webkit-scrollbar-track  {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
.sidebar_container::-webkit-scrollbar-thumb , .msg_content::-webkit-scrollbar-thumb{
  background: #7a1bbb; 
  border-radius: 10px;
}

/* Handle on hover */
.sidebar_container::-webkit-scrollbar-thumb:hover , .msg_content::-webkit-scrollbar-thumb:hover{
  background: #2d51f5; 
}
.sidebar_heading{
    padding: 15px 25px;
}
.sidebar_heading h3{
    color: #6e6e6e;
    font-family: "OpenSans-SemiBold";
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
}
.msgs_search{
    background-color: #f7f7f7;
    padding: 15px 25px;
    position: relative;
}
#messages .msgs_search input{
    border-radius: 4px;
    border: 1px solid #e6e6e6;
    background-color: #ffffff;
    margin: 0;
    height: 40px;
    padding-left: 35px;
    color: #666666;
    font-family: "Montserrat-Regular";
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    text-transform: capitalize;
}
#messages .msgs_search .search_c{
    content: "";
    background-image: url(../images/search.png);
    width: 15px;
    height: 15px;
    position: absolute;
    top: 28px;
    left: 12%;
    background-size: 15px 15px;
}
.msg_sidebar .user_dp img{
    width: 40px;
    height: 40px;
    border-radius: 100%;
}
.msg_sidebar .user_info h3{
    color: #000000;
    font-family: "Montserrat-Medium";
    font-size: 14px;
    font-weight: 500;
    margin: 0;
} 
.msg_sidebar .user_info p{
    color: #67676a;
    font-family: "OpenSans-Bold";
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
} 
.msg_sidebar .users_list li{
    padding: 15px 25px 12px 25px;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
	position:relative;
}
.msg_sidebar .users_list .user_info{
    flex:1;
}
.msg_sidebar .users_list .msg_date{
    justify-content: flex-end;
    flex: 1;
    text-align: right;
    padding-top: 6px;
}
.msg_sidebar .user_message{
    padding-left: 15px;
    padding-top: 7px;
	flex:0 0 65%
}
.msg_content .msg_header{
    padding: 15px 25px;
    border-bottom: 1px solid #eeeeee;
	top: 72px;
    border-radius: 5px;
}
#viewClients.affiliates_popup .d_table{
	    margin-top: 0;
    box-shadow: none;
    border-radius: 0;
}
#viewClients.affiliates_popup table{
	border-collapse:collapse
}
#viewClients.affiliates_popup .d_table thead tr{
	background:#2d51f5;
}
#viewClients.affiliates_popup ._crossBtn{
	top: -31px;
    right: 0;
    background-color: red;
}
#viewClients.affiliates_popup .d_table tr:nth-child(even) {
  background-color: #dddddd;
}
#viewClients.affiliates_popup .d_table thead th{
	color:#fff;
}
#viewClients.affiliates_popup .d_table td{
	width:auto;
}
#viewClients.affiliates_popup ._popup_inner{
	max-width:1200px !Important;
	padding:0px;
}
/***********************affiliate card*******************/
#card-affiliate{
	position:relative;
	max-width:900px;
	margin:0 auto;	
	height:100%;
	background: linear-gradient(45deg, #454343, #c3993c);
	padding:40px;	
}
body.affiliate-body{
	height:100%;
	background: linear-gradient(45deg, #454343, #c3993c);
	padding:40px;
	background-repeat:no-repeat;
	background-size:cover;
}
#card-affiliate .card-row{
	background:#fff;;
	width:100%;
	height:100%;
	border-radius:25px;
	    
}
#card-affiliate .card-bg{	
	background-image:url("../images/pattern.png");
	background-size:cover;
	height:100%;
	border-radius:25px;
	padding: 60px;
}
#card-affiliate .card-row{
	height:43%;
}
#card-affiliate .card-row h3{
	color:#c59a3b;
	font-family:'GothamBook';
	font-size:20px;
	line-height:30px;
	text-transform:uppercase;
	margin:0;
}
#card-affiliate .card-row h4{
	color:#000;
	font-family:'GothamBook';
	font-size:13;
	line-height:20px;
	text-transform:uppercase;
	margin:0;
}
#card-affiliate .card-row .col{
	width:50%;
}
#card-affiliate .card-row h5{
	display:block;
	color: #c59a3b;
	font-family: "GothamBook";
	font-size: 15px;
    text-transform: capitalize;
}
#card-affiliate .card-row li{
	display:block;
	color: #000000;
	font-family: "GothamBook";
	font-size: 13px;
	font-weight:600;
}
#card-affiliate .card-number{
	    color: #fff;
    font-family: "OCRAStdRegular";
    font-size: 28px;
    font-weight: 400;
    line-height: 75.25px;
    letter-spacing: 32px;
    text-align: center;
    background: transparent;
}
#card-affiliate .card-row .col:last-child{
	text-align:right;
}
#share-links{
	margin-top:70px;
}
#share-links ul{
	text-align:center;
}
#share-links li{
	display:inline-block;
	color:#fff;
	position:relative;
	
	max-width:150px;
}
#share-links li:hover #share-tooltip{
	display:block;
}
#share-tooltip{
	width:130px;
	box-shadow: 0 0 10px rgba(145, 145, 145, 0.15);
    border-radius: 6px;
	    position: absolute;
    top: -45px;
    left: 0;
	display:none;
}
#share-tooltip li{
	display:inline-block;
	padding:20px;
	transition:all 0.5s linear;
}
#share-tooltip li:last-child{
	border-bottom:none;
}
#share-links li .tooltip{
	visibility: hidden;
    position: absolute;
    top: -39px;
    left: -50px;
    width: 150px;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
    opacity: 0;
    transition: opacity .6s;
}
#share-links li:hover .tooltip{
	    visibility: visible;
    opacity: 1;
}
#share-links li .tooltip:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
}
#share-links li a{
	    font-size: 25px;
    color: #000;
    transition: all 0.5s linear;
    padding: 5px 10px;
    border: 1px solid rgba(0,0,0,0.65);
    width: 65px;
    display: block;
}
body.affiliate-body #share-links li a{
	border: 1px solid rgba(255,255,255,0.65);
	color:#fff;
}
body.affiliate-body #share-links li a:hover{	
	color:#000;
	background:#fff;
}
#message textarea{
	height:220px;
}
#share-links li:hover a{
		color:#fff;
		background:#000;
}
.receiver_info img{
    width: 30px;
    height: 30px;
    border-radius: 100%;
}
.receiver_info span{
    color: #000000;
    font-family: "OpenSans-Bold";
    font-size: 14px;
    font-weight: 600;
    margin-left: 15px;
    line-height: 32px;
}
body.a_body{
	background-color:#F5F5F5
}
.receiver_info{
    width: 100%;
}
.search_find{
    position: relative;
}
.search_find .find{
    content: "";
    background-image: url(../images/search.png);
    width: 15px;
    height: 15px;
    position: absolute;
    top: 10px;
    right: 0%;
    background-size: 15px 15px;
}
.back_messages{
    content: "";
    background-image: url(../images/back.png);
    width: 15px;
    height: 15px;
    position: absolute;
    top: 10px;
    right: 0%;
    background-size: 15px 15px;
    display: none;
}
.message_body li{
    padding: 20px;
}
.user_details li{
    padding: 5px;
    display: inline-block;
}
.user_details  img{
    width: 20px;
    height: 20px;
    border-radius: 100%;
}
.user_details h4{
    color: #000000;
    font-family: "OpenSans-Bold";
    font-size: 12px;
    font-weight: 600;
    margin: 0;
    line-height: 22px;
    margin: 0 8px;
}
.user_details  p{
    color: #acacac;
    font-family: "OpenSans-Bold";
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase;
    margin: 0;
}
.msg_content .message{
    width: 80%;
    padding: 15px;
    margin-top: 10px;
    border: 1px solid #eeeeee;
    box-shadow: 0 0 10px rgba(145, 145, 145, 0.15);
}
.sender_msg .message{
    border-radius: 10px 0 10px 10px;
    background-color: #ffffff;
}
.receiver_msg .message{
    border-radius: 0 10px 10px;
    background-color: #6d5de8;
    color:#fff;
}
.message_body ul li{
    display: flex;
	width:auto;
}
.message_body .sender_msg{
        flex-flow: column wrap;
         align-items: flex-end;
}
.message_body ul li:last-child{
    margin-bottom: 100px;
}
.message_body .receiver_msg{
    flex-flow: column wrap;
}
.message_text{
    border-top: 1px solid #eeeeee;
    position: absolute;
    bottom: 0;
    right: 16px;
    height: 80px;
    width: 67.4%;
    background-color: #fff;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.message_text input[type="text"]{
    height: auto;
    color: #666666;
    font-family: "Montserrat-Medium";
    font-size: 13px;
    font-weight: 500;
    line-height: 19px;
    text-transform: capitalize;
    padding-left: 20px;
    border:none;
    padding-right: 33%;padding-top:0;
}
.message_text input[type="text"]:focus{
    border:none !important;
}
.message_text input::placeholder{
    color: rgba(102,102,102,0.37);
}
.attachment{
    position: absolute;
    top: 25%;
    right: 180px;
}
.camera{
    position: absolute;
    top: 25%;
    right: 130px;
}
.message_text button{
    padding:0;
    border:0;
}
input[type="submit"].send_btn{
    position: absolute;
    top: 15%;
    right: 0;
    box-shadow: 0 3px 3px rgba(45, 81, 245, 0.35);
    border-radius: 4px;
    background-color: #2d51f5;
    padding: 10px 25px;
    color:#fff;
    cursor: pointer;
    border:none;
    width: 100px;
}
.client_sidebar{
    width: 30%;
    margin-right: 15px;
}
.client_main{
    width: 70%;
}
.c_profile{
    padding:25px;
    text-align: center;
    border-bottom: 1px solid #eeeeee;
    position: relative;
}
.c_profile img{
    width: 100px;
    height: 100px;
    border-radius: 100%;
}
.c_profile h3{
    color: #707070;
    font-family: "Montserrat-Medium";
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
    line-height: 24px;
}
.c_profile li{
    display: block;
    color: #707070;
    font-family: "Open-Sans";
    font-size: 13px;
    font-weight: 400;
    line-height: 28px;
    position: relative;
}
.c_profile li:before{
    content:"";
    position: absolute;
    top: 32%;
    left: 22%;
}
.c_profile li img{
	width:11px;
	height:9px;
	margin-right:10px;
}
.c_profile li.c_email img{
	width: 18px;
    height: 12px;
    border-radius: 0;
}
.c_profile li.c_phone img{
	border-radius:0;
}
.c_profile li.c_phone:before{
   /*  background-image: url("../images/c_phone.png"); */
    width: 11px;
    height: 9px;
    background-size: 11px 9px;
}
.c_profile li.c_email:before{
    /* background-image: url("../images/c_email.png"); */
    width: 16px;
    height: 11px;
    background-size: 16px 11px;
}
.user_active{
    border-radius: 4px;
    background-color: #6ec30c;
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 3px 15px;
    color:#fff;
    font-family: "Open-Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.popup_inner{
    width: 500px;
    background-color: #fff;
    padding: 20px;
    margin: 140px auto;
    text-align: center;
    position: relative;
    box-shadow: 0 0 30px rgba(145, 145, 145, 0.15);
    border-radius: 6px;
}
.popup_inner h3{
    color: #00000b;
    font-family: "Montserrat-Bold";
    font-size: 20px;
    font-weight: 600;
    line-height: 69px;
    margin: 0;
}
.popup_inner h4{
    color: #808082;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    font-family: "OpenSans-SemiBold";
    font-weight: 600;
    margin: 0;
}
.popup_inner p{
    color: #808082;
    margin:0;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    font-family: "Open-Sans";
    font-weight: 400;
}
.popup_inner ul{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.popup_inner li{
    padding: 7px 30px;
    
    font-family: "Montserrat-SemiBold";
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 4px;
    border: 2px solid #aab2c2;
    flex:1;
    margin-right: 10px;
}
.popup_inner li{
    color: #6e6e6e;
}
.popup_inner li:last-child{
    box-shadow: 0 3px 20px rgba(45, 81, 245, 0.35);
    border-radius: 4px;
    background-color: #2d51f5;
    color:#fff;
    margin-right: 0;
    border:none;
}
.popup_inner li:last-child a{
    color:#fff;
}
.client_links ul{
    display: flex;
}
.client_links li{
    display: inline-block;
    padding: 10px 6px;
    border-right: 1px solid #eee;
    text-transform: capitalize;
    flex:1;
    text-align: center;
}
.client_links li:last-child{
    border:none;
}
.client_links li a{
    color: #6e6e6e;
    font-family: "Montserrat-Medium";
    font-size: 14px;
    font-weight: 500;
}
.send_message{
    width: 100%;
}
.send_message a{
    box-shadow: 0 0 10px rgba(145, 145, 145, 0.15);
    border-radius: 0 0 6px 6px;
    background-color: #2d51f5;
    width: 100%;
    padding:10px;
    display: block;
    text-align: center;
    color: #ffffff;
    font-family: "Montserrat-Medium";
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}
.send_message img{
    margin-right: 10px;
    width: 13px;
    height: 12px;
}
.contacts_main{
    padding:20px;
}
.contacts_main img{
    width: 40px;
    height: 40px;
    border-radius: 100%;
}
.contact_details{
    margin-left: 7px;
}
.contact_details h4{
    color: #6e6e6e;
    font-family: "Montserrat-Medium";
    font-size: 12px;
    font-weight: 500;
    margin:0;
    line-height: 24px;
}
.contact_details p{
    color: #acacac;
    font-family: "OpenSans-SemiBold";
    font-size: 12px;
    font-weight: 600;
    line-height: 9px;
    margin:0;
}
.contacts_main li{
    margin-bottom: 15px;
    width: 100%;
}
.contacts_main li a{
        border-radius: 4px;
    background-color: #eff1f8;
    padding: 10px 10px;
    line-height: 20px;
    color: #2d51f5;
    font-family: "Montserrat-Medium";
    font-size: 13px;
    font-weight: 500;
    display: block;
    text-align: right;
    margin-left: auto;
    text-align: center;
}
.add_contact{
    width: 100%;
    margin-top: 25px;
}
.add_contact a{
    height: 40px;
    border-radius: 4px;
    border: 1px solid #aab2c2;
    display: block;
    padding:7px 30px;
    text-align: center;
    color: #6e6e6e;
    font-family: "Montserrat-Medium";
    font-size: 16px;
    width: 75%;
    margin:0 auto;
    font-weight: 500;
    line-height: 26px;
}
.scores_main{
    padding: 20px;
    padding-bottom: 10px;
}
.client_container:last-child .scores_main{
    padding-bottom: 20px;
}
.scores_main h5{
    color: #acacac;
    font-family: "Montserrat-SemiBold";
    font-size: 10px;
    font-weight: 600;
    margin: 0;
    text-transform: capitalize;
    line-height: 16px;
}
.scores_main h4{
    color: #000000;
    margin: 0;
    text-transform: capitalize;
    font-family: "Montserrat-Medium";
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}
.scores_main #chartContainer .canvasjs-chart-canvas{
    top: 0;
    left: 76px;
    height: 200px;
    width: 245px;
}
#score_pie .highcharts-container {
    width: 360px !important;
    height: 228px !important
}
#score_pie .highcharts-root {
    width: 360px;
    height: 228px !important
}
.highcharts-credits{
    display: none !important
}
#score_pie tspan, #score_pie text{
    font-size: 16px !important;
    color: #6e6e6e !important;
    fill: #6e6e6e !important;
}
#score_pie .highcharts-exporting-group{
    display: none !important
}
#chart_bar .highcharts-container {
    width: 300px !important;
    height: 270px !important
}
#chart_bar .highcharts-root {
    width: 300px;
    height: 300px !important
}
#chart_bar .highcharts-exporting-group{
    display: none !important
}
.top_scores{
   margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}
.scores_div:nth-child(2) ul li{
    display: inline-block;
    padding: 0 20px;
    position: relative;
}
.scores_div:nth-child(2) ul li:first-child h1{
    color: #02a9f5;
}
.scores_div:nth-child(2) ul li:first-child{
    padding-left: 0;
}
.scores_div:nth-child(2) ul li:nth-child(2n) h1{
    color: #9673cd;
}
.scores_div:nth-child(2) ul li:nth-child(3n) h1{
    color: #ff6192;
}
.scores_div:nth-child(2) ul li h1{
    font-family: "Montserrat-Medium";
    font-size: 24px;
    font-weight: 500;
    margin: 0;
}
.scores_div:nth-child(2) ul li p{
    color: #707070;
    font-family: "Open-Sans";
    font-size: 14px;
    font-weight: 400;
    margin:0;
}
.top_scores li{
	position:relative;
	flex: 1;
}
.scores_bottom:before{
	position: absolute;
    top: -8px;
    left: 3px;
    background-image: url("../images/bottom_arrow.png");
    width: 10px;
    height: 6px;
    background-size: 10px 6px;
	content:"";
}
.scores_bottom{
    color: #cc1c19;
    font-family: "Montserrat-Medium";
    font-size: 12px;
    font-weight: 500;
    line-height: 36px;
	position:relative;
}
.scores_top:before{
	position: absolute;
    top: -8px;
    left: 3px;
    background-image: url("../images/top_arrow.png");
    width: 10px;
    height: 6px;
    background-size: 10px 6px;
	content:"";
}
.scores_top{
    color: #42a32e;
    font-family: "Montserrat-Medium";
    font-size: 12px;
    font-weight: 500;
    line-height: 36px;
	position:relative;
}
.normal_scores{
    margin-top: 16px;
	display: flex;
    flex-wrap: wrap;
}
.normal_scores li{
    flex:1;
    padding: 0;
    position: relative;
}
.normal_scores li:first-child{
    padding-left: 0;
}
.normal_scores li h1{
    color: #6e6e6e;
    font-family: "Open-Sans";
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}
.normal_scores li p{
    color: #707070;
    font-family: "Open-Sans";
    font-size: 14px;
    font-weight: 400;
    margin:0;
}

.status_table table{
    border-radius: 4px;
    border: 1px solid #ededed;
    background-color: #ffffff;
}
.status_table table thead th{
    border-radius: 4px 4px 0 0;
    background-color: #f2f4fd;
    color: #adb2b8;
    font-family: "OpenSans-SemiBold";
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    padding: 12px 5px;
}
.status_table table tbody tr{
    border-bottom: 1px solid #eeeeee;
}
.status_table table tbody td{
    color: #707070;
    font-family: "Open-Sans";
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    padding: 12px 5px;
	text-transform:capitalize
}
.clients_section .invoices_inner li:nth-child(2n) h1 {
   color: #a181d2;
}
.clients_section .invoices_inner li:nth-child(3n) h1 {
   color: #fd6896;
}
.clients_section .invoices_inner li:nth-child(4n) h1 {
   color: #80c582;
}
.client_notes{
    margin-left: 15px;
    width: 30%;
    height: 285px;
    overflow: auto;
}
.client_notes a{
    display: block;
    padding:20px;
    color: #6e6e6e;
    font-family: "Montserrat-Medium";
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    border: 1px dashed #cecfd0;
    width: 50%;
    text-align: center;
}
.client_notes a h3{
    color: #6e6e6e;
    margin:0;
    font-family: "Montserrat-Medium";
    font-size: 14px;
    font-weight: 500;
}
.card_content  .invoice_links{
    margin:30px 0;
    text-align: center;
}
.card_content  .invoice_links li{
    display: inline-block;
    padding: 0 20px;

}
.card_content  .invoice_links li a{
    color: #2d51f5;
    font-family: "Montserrat-Medium";
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
}
.client_notes .card_section{
    margin-bottom: 0;
}
.notes_row{
    width: 100%;
}
.notes_col{
    width: 100%;
    margin-bottom: 20px;
}
.client_notes .single-note{
    padding: 15px;
    position: relative;
    background-color: #FFEDA5;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.11);
    transition: all 0.3s;
    cursor: move;
}
.client_notes .notes_col:nth-child(2n) .single-note{
    background-color: #BCE0FF !important
}
.client_notes .notes_col:nth-child(3n) .single-note{
    background-color: #FFB2B2 !important
}
.client_notes .notes_col:nth-child(4n) .single-note{
    background-color: #fff !important
}
.client_notes .single-note h2 {
    font-size: 23px;
    transition: all 0.3s;
    margin-top: 0;
    text-transform: capitalize;
    color:#000;
}
.client_notes .single-note small {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.55);
}
.client_notes .single-note hr {
    border-top: 1px solid rgba(0, 0, 0, 0.17);
    margin: 12px 0;
}
.client_notes .single-note p{
    font-size: 14px;
    color: rgba(0, 0, 0, 0.69);
    word-wrap: break-word;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    line-height: 28px;
    height: 90px;
    overflow: auto;
}
.client_invoices .invoices_head{
    width: 70%;
}
.invoices{
    width: 100%;
}
.invoices td{
    position: relative;
}
.invoice_table a.dropdown-trigger:hover .dropdown-content{
    display: block;
}
#profile {
    display: none;
    animation: fade-in2 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    box-shadow: 0 0.46875rem 2.1875rem rgba(4,9,20,0.03), 0 0.9375rem 1.40625rem rgba(4,9,20,0.03), 0 0.25rem 0.53125rem rgba(4,9,20,0.05), 0 0.125rem 0.1875rem rgba(4,9,20,0.03);
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    max-width: 200px;
    width: 200px;
}
.d_header ul li:hover .dropdown-content {
    display: block !important;
    top: 20px;
    right: 10px;
}
.dropdown-content {
    display: none;
    position: absolute;
    top: 25px;
    z-index: 99999;
    max-width: 145px;
    width: 100%;
    right: 24px;
}
.dropdown-trigger{
    position: relative;
}
#ui-datepicker-div{
    z-index: 999999999999 !important
}
.dropdown_div{
	position:relative
}
.dropdown_div:hover .dropdown-content{
    display: block;
}
.dropdown-content li{
    display: block;
    background-color: #fff;
    border: 1px solid #d0d0d0;
    padding:10px;
    width: 100%;
}
.dropdown-content li a{
    color: #666666;
    font-family: "Montserrat-Medium";
    font-size: 14px;
    font-weight: 500;
    line-height: 19.2px;
}
.invoice_toggle{
    display: block;
    transition: all 0.3s linear;
}
#ui-datepicker-div{
    width: 350px;
}
.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev{
    color:#2d51f5 !important;
    background-color: transparent !important;
    border:none !important;
    font-size:20px !important;
}
.ui-datepicker .ui-datepicker-header{
    background-color: #fff !important;
    border:none !important;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    /* width: 20% !important;
    color: #2d51f5 !important; */
    font-family: "Montserrat-SemiBold" !important;
    font-size: 20px !important;
    font-weight: 500 !important;
}
.ui-datepicker td{
    color: #000000 !important;
    font-family: "Open-Sans" !important;
    font-size: 20px !important;
    font-weight: 400 !important;
}
.ui-datepicker th{
    color: #adb2b8 !important;
    font-family: "Open-Sans" !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}
.ui-datepicker td, .ui-datepicker th{
    border:none !important;
    width: 42px;
    height: 42px;
}
#msform  .time_pick input[type="button"]{
    width: auto;
    height: auto;background-color: transparent;
    position: static;
    color:#000;
    box-shadow: none;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button{
    border:none !important;
    background-color: #fff !important
}
html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
    background-color: #2d51f5 !important;
}
.ui-datepicker .ui-state-highlight {
    background: #2d51f5 !important;
    color: #fff !important;
    border-color: transparent !important;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    left: 20px !important;
    text-align: center;
    vertical-align: middle;
    position: relative;
    display: table-cell;
    font-size:12px;
}
.fee_group{
	flex:1;
	width:100%
}
.book_slot{
    border-radius: 4px;
    background-color: #2d51f5;
    width: 47%;
    margin-left: auto;
    padding: 15px;
}
.book_slot h3{
    color: #ffffff;
    font-family: "Open-Sans";
    font-size: 22px;
    font-weight: 400;
    margin: 0;
}
.book_slot p{
    color: #ffffff;
    font-family: "Open-Sans";
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
.slot_btn{
    justify-content: flex-end;
    flex:1;
}
.slot_btn button{
    box-shadow: 0 3px 6px rgba(45, 81, 245, 0.34);
    border-radius: 4px;
    background-color: #ffffff;
    color: #2d51f5;
    font-family: "Montserrat-Medium";
    font-size: 16px;
    font-weight: 500;
    border:none;
    cursor:pointer;
    padding: 8px 20px;
    margin-top: 7px;
    text-transform: capitalize;
}
.book_date{
    justify-content: flex-start;
    text-align: left;
    flex:1;
}
/*
|----------------------------------------------------------------------
| Popup
|----------------------------------------------------------------------
*/

.popup {
display: none;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(25, 33, 37, 0.95);
padding: 20px 0;
overflow: auto;
z-index: 101;
}

.popup ._inner {
position: relative;
max-width: 600px;
/*background: #f7f8f9;*/
background: #232729;
padding: 15px;
margin: auto;
border-radius: 4px;
box-shadow: inset #323538 0 0 0 1px;
}

.popup.big-popup ._inner {
max-width: 800px;
}

.popup.small-popup ._inner {
max-width: 420px;
}

.popup ._inner h3 {
background: #ed3824;
color: #fff;
font-size: 16px;
margin: -15px -15px 15px;
padding: 15px 15px 14px;
padding-right: 30px;
border-radius: 4px 4px 0 0;
}

.popBtn {
cursor: pointer;
}

.popup .crosBtn {
position: absolute;
top: 6px;
right: 5px;
width: 32px;
height: 32px;
text-align: center;
padding: 4px 0 0;
font-size: 16px;
color: #808082;
cursor: pointer;
z-index: 5;
}

.popup .crosBtn:before {
content: '\2715';
}
.noti_dropdown{
    background: #fff;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.3);
    border-radius: 5px;
    border: none;
    opacity: 1;
    position: absolute;
    right: 10px;
    visibility: visible;
    width: 24rem;
    max-width: 24rem;
	top:3px !important;
    padding: 15px;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}
.account_topbar{
	display:flex;
	align-items:center;
}
.noti_dropdown:before{
    
    border: 10px solid transparent;
    border-left-color: #fff;
    border-top-color: #fff;
    position: absolute;
    border-radius: 3px;
    top: -8px;
    right: 5px;
    transform: rotate(45deg);
    z-index: 1002;
}
#profile:before{
    
    border: 10px solid transparent;
    border-left-color: #fff;
    border-top-color: #fff;
    position: absolute;
    border-radius: 3px;
    top: -8px;
    right: 2px;
    transform: rotate(45deg);
    z-index: 1002;
}
.d_header ul li:hover .dropdown-content{
	display: block !important;
    top: 20px;
    right: 10px;
}
.noti_dropdown h3{
    font-size: 14px;
    margin: 0;
}
.noti_dropdown ul{
    margin-top: 20px;
}
.noti_dropdown label{
    border-radius: 4px;
    font-size: 75%;
    padding: 4px 7px;
    margin-right: 5px;
    font-weight: 400;
    color: #fff;   
    background: #ff5370;
}
.account_topbar {
    display: flex;
    align-items: center;
}
.new_noti{
    flex:1;
    text-align: right;
}
.d_header .noti_dropdown li a{
    color: #6e6e6e
}
.noti_dropdown li{
    padding: 10px 20px;
    line-height: initial;
    width: 100%;
	border:none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-bottom: 10px;
}
.noti_dropdown{
    display: none;
}
._usericon img{
    border-radius: 100%;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 5px 10px 0 rgba(43,43,43,.2);
    box-shadow: 0 5px 10px 0 rgba(43,43,43,.2);
    width: 40px;
    height: 40px;
}
._userdetails{
    width: 70%;
    margin-left: 15px;
}
._userdetails h4{
    margin: 0;
    font-family: 'Montserrat-SemiBold';
    font-weight: 500;
    text-transform: capitalize;
}
._userdetails p{
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 0;
}
._userdetails span{
    font-size: 12px;
}
@media only screen and (max-width: 1920px) and (min-width: 1367px){ 
    #chart_bar .highcharts-container {
        height: 280px !important;
        width:100% !important;
    }
    #score_pie .highcharts-container{
        width:100% !important
    }
    #score_pie .highcharts-root{
        width:100% !important;
    }
    .score_table,.status_table{
        justify-content:flex-start;
    }
    .score_chart,.statue_chart{
        justify-content:flex-end;
    }
    .client_notes a{
        width: 30%;
    }
    #chart-area{
        height: 230px !important;
        width: 500px !important;
        margin-left: auto;
    }
    .c_profile li:before{
        left: 30%;
    }
}
@media only screen and (max-width: 1366px){
    .main_container{
        width: 1170px;
    }
    .para_slider{
        width: 72%;
    }
    .b_para {
        width: 60%;
    }
}
@media only screen and (max-width: 640px){
    .slider_text{
        flex: 0 0 100%;
        text-align: center;
    }
    .slider_icon {
        width: 100%;
    }
    .home_icon{
        margin: 0 auto
    }
    .slider_text p{
        margin-bottom: 0;
    }
    .credit_text {
        flex: 0 0 100%;
    }
    .credit_head{
        width: 100%;
    }
    .h_work{
        width:100%;
    }
    .banner_content ul li{
        margin: 0 auto 20px !important;
        display: block
    }
    .sort_filter .sort_list li{
        display: block;
        margin-bottom: 15px;
    }
    .select-wrapper input.select-dropdown{
        width: 100% !important
    }
    .testimonials .testi_inner{
        padding:0 20px;
    }

}
.popup_new{
    display: none;
}
.popup_new{
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.85);
    z-index: 99999999999999999999999999999999999999;
    overflow: auto;
    margin-top: 0 !important;
}
.popup_main{
    display: none;
}
.popup_main{
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.85);
    z-index: 99999999999999999999999999999999999999;
    overflow: auto;
    margin-top: 0 !important;
}
.flow{
    overflow: hidden;
}
._popup_inner .intl-tel-input{
	width:100%;
	margin-right:15px;
}
._popup_inner{
    max-width: 800px;
    width: 100%;
    margin: 0px;
    background-color: #fff;
    padding: 40px;
    border-radius: 6px;
    position: relative;
}
._popup_inner ._crossBtn{
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #333;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 5px;
    box-sizing: border-box;
}
._flex{
    display: flex; 
    align-items: center; 
    justify-content: center;
    height: 100%;
}
.sidebar_tophead{
    
}
/*************************Alert **************************/
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover {
  color: #000000;
  text-decoration: none;
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: pointer;
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #c09853;
}
.alert-heading {
  color: inherit;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}

.hidden{
    display: none
}

/*==================main.css===============*/

#affilliate{
    padding: 60px 0px;
    position: relative;
}
.affiliateForm{

}
._header{
    height: 73px;
    display: flex;
    align-items: center;
    padding: 11px 15px 0px;
    border-bottom: 2px solid #ddd;
}
.innerForm{
    padding: 30px 0px;
}
.seprateLine{
    width:1111px;
    margin: 0px auto;
    border-radius: 0px;
    padding: 15px;
     border: 2px solid #eee;
     text-align: left;
}
.seprateLine:first-child{
    border-bottom: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.seprateLine:last-child{
    border-top: none;border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.innerForm label{
    font-weight: 600;color: #65717b;font-size: 13px;
}
.flex{
    display: flex;
    flex-wrap: wrap;
}
.flex-2 .innerCol{
    width: calc(100% / 2);
    padding: 10px;
    text-align: left;
}
.flex-2 .innerColL{
    width: 45%;
    padding: 10px;
}
.flex-2 .innerColR{
    width: 55%;
    padding: 10px;
}
.flex-4 .innerCol{
    width: calc(100% / 4);padding: 10px;
    text-align: left;
}
.secRow{
    margin-bottom: 10px;
}
.secRow .txtBox{
    margin-top: 10px!important;
    height: 42px;
}
.mrg-20{
    margin-top: 20px;
}
.innerForm .dob .cal {
    content: "";
    position: absolute;
    top: 54%!important;
    right: 19px!important;
    background-image: url(../images/calendar_icon.png);
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
}
.innerForm .dob{
    position: relative;
}
.innerForm .dob .txtBox{
    margin-top: 10px!important;
}
.fieldBlock{
    display: block; margin-bottom: 10px;
}
.innerForm .flag-container {
    left: -75px!important;height: 41px;
}
.cmn-mrgn .intl-tel-input{
    width: 83%;
}
.cmn-mrgn input.phone {
    width: 100%;
    border-radius: 4px;
}
.bx{
    box-shadow: 0 0 30px rgba(145, 145, 145, 0);
border-radius: 6px;
background-color: #f1f1f1;
padding: 20px;
margin: 30px 0px 5px;
}
.bx ul li{
    display: block;
    padding-bottom: 13px;color: #6e6e6e;
    font-weight: 600;
}
.bx ul li:last-child{
    padding-bottom: 0px;
}
.secRow p{
 color: #9d9d9d;
font-size: 13px;
font-weight: 400;
}
.innerForm .image{
    width: 200px;    margin: 0px 79px;
}
.affiliateBtns{
    text-align: right;padding: 30px 10px 44px;
}
.affiliateFaqBtn{
    background: transparent!important;
    position: relative!important;
    color: #333!important;
    bottom: 0!important;
    right: 23px!important;
}

/*=============faqs===============*/
#faqs{
    padding: 40px 0px 30px;
    position: relative;
    background: url(../images/faq-banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.faq-search{
    position: relative;
    width: 615px;
    margin: 0px auto;
}
#faqs .cntnt{
    width: 970px;
    margin:0px auto;
    text-align: center;
}
#faqs .cntnt h2{
    color: #ffff;
    font-weight: 600;
    font-size: 30px;
    margin: 15px 0px;
}
#faqs .cntnt p{
    color: #ffffff;
    font-size: 13px;margin-bottom: 30px;letter-spacing: 0.6px;
}
#faqs .cntnt .txtBox{
    background-color: #fafafa38;
   border:1px solid #fff!important;
   color: #fff;
}
#faqs .cntnt .txtBox::placeholder{
    color: #fff!important;
}
.faq-search i{
    position: absolute;
    color: #fff;
    right: 12px;
    top: 15px;
    font-size: 17px;
}
.topQs{
    position: relative;
    padding: 20px;
}
.topQs i{
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 20px;
    opacity: 0.8;
}
.topQs h3{
    font-size: 17px;
    margin-bottom: 0;
    opacity: 0.6;
    font-weight: 100;
    font-family: inherit;
    color: #000;
}
.topQs h3.boldOp{
	opacity: 1!important;
}
.faqAns{
    width: 795px;
    display: none;margin-top: -7px;
    padding-left: 38px;
    transition: all 0.5s ease;
    position: relative;padding-bottom: 10px;
}
.faqAns p{
	line-height: 23px;
}
#faqDrop{
    padding: 60px 0px;
    position: relative;
}
#faqDrop .qsList{
    width: 980px;
    margin: 0px auto;
}
#faqDrop .qsList{
box-shadow: 0 0 30px rgba(145, 145, 145, 0.15);
border: 1px solid #eeeeee;
background-color: #ffffff;
margin-bottom: 30px;
/*padding: 20px;*/
border-radius: 5px;
position: relative;
cursor: pointer;transition: all 0.5s ease;
}


/*======================mycss====================*/

#viewClients ._popup_inner{
        max-width: 1000px!important;
}
#payNow  ._popup_inner{
        max-width: 400px!important;
    }
#payNow ul li{
    display: block;
    padding-bottom: 10px;
}
#payNow ul li .bold{
    font-weight: 600;
}
.msg_counter {
    display: block;
    position: absolute;
    /* top: 4px; */
    left: 165px;
    background: #6d5de8;
    color: #fff !Important;
    padding: 2px 2px 2px 0 !Important;
    border-radius: 50%;
    width: 24px;
    text-align: center;
    /* height: 29px; */
    padding-top: 5px;
    padding-left: 0;
}
/* .msg_counter{
    display: block;
    position: absolute;
    top: 4px;
    left: 200px;
    background: #6d5de8;
    color: #fff !Important;
    padding: 5px 2px 2px 0 !Important;
    border-radius: 50%;
    width: 30px;
    text-align: center;
    height: 30px;
	padding-top: 5px;
    padding-left: 0;
} */
.sidebar li span.red_counter{
    float: right;
    display: block;
    position: absolute;
    top: 0px;
    left: 200px;
    background: red;
    color: #fff !Important;
    padding: 4px 2px 2px 0px !Important;
    border-radius: 50%;
    width: 23px;
    text-align: center;
    height: 23px;
}
    
}
.hide{
 display:none;
}
.error{
 color:red
}
#forgot .forgot_form {
    width: 40%;
    background: #fff;
    margin: 4em auto 0em;
    border-radius: 5px;
    padding: 2em;
    text-align: center;
	box-shadow: 0 0 29px rgba(0,0,0,.11);
	
}
#forgot .forgot_form h2 {
    line-height: 60px;
}
#forgot .forgot_form form {
    margin-top: 30px;
	text-align:left;
}
#messages .filesAtch {
    margin: -2px -2px 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	position:absolute;
	top:0;
}

#messages .filesAtch > span {
    position: relative;
    max-width: 20ch;
    background: #f5f8fa;
    color: #444;
    font-size: 12px;
    margin: 2px;
    padding: 2px 7px 4px;
    padding-right: 20px;
    border: 1px solid #eee;
    border-radius: 4px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

#messages .filesAtch > span.fail {
    color: #cc3c3c;
}

#messages .filesAtch > span > i {
    position: absolute;
    top: 5px;
    right: 3px;
    cursor: pointer;
}

#messages .filesAtch > span > em {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background: #37b36f;
}
.socials-home i{
	color:#fff;
	font-size: 30px;
    margin-right: 29px;
}
.alertMsg p{
    color:red;
}
.wrap-installment-aggrement-list ul{
    float: left;
}
.wrap-installment-aggrement-list ul li{
    display: block;
    /*float: left;*/
}
.clear{
    clear: both;
}
.webBtn {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 120px;
	height: 46px;
	background: #2d51f5;
	color: #fff;
	font-size: 14px;
	font-family: "OpenSans-SemiBold";
	text-align: center;
	padding: 0 30px;
	white-space: nowrap;
	/* text-transform: uppercase; */
	border: 0;
	border-radius: 5px;
	outline: none !important;
	/* box-shadow: rgb(15 78 126 / 5%) 0 16px 48px 0; */
	/* box-shadow: rgb(81 24 24 / 20%) 0 5px 10px 0; */
	-webkit-box-shadow: 0 5px 20px rgb(18 15 56 / 7%);
	box-shadow: 0 5px 20px rgb(18 15 56 / 7%);
	text-decoration:none;
}
.webBtn:hover {
	background: #1c89cc;
	color: #fff;
}
.fieldset_inner .progress-bar{
    width: auto;
height: auto;
float: none;
background: none;
box-shadow: none;
color:#2d51f5;

}
.fieldset_inner .form_input .flex{
    gap:20px
}
/*
|----------------------------------------------------------------------
|       Editor
|----------------------------------------------------------------------
*/

.ckEditor h1,
.ckEditor h2,
.ckEditor h3,
.ckEditor h4,
.ckEditor h5,
.ckEditor h6 {
    margin: 15px 0;
    clear: both;
    color:#000;
}

.ckEditor h1 {
    font-size: 26px;
}

.ckEditor h2 {
    font-size: 22px;
}

.ckEditor h3 {
    font-size: 18px;
}

.ckEditor h4 {
    font-size: 14px;
}

.ckEditor ul:not([class]) > li > h1,
.ckEditor ol:not([class]) > li > h1,
.ckEditor ul:not([class]) > li > h2,
.ckEditor ol:not([class]) > li > h2,
.ckEditor ul:not([class]) > li > h3,
.ckEditor ol:not([class]) > li > h3,
.ckEditor ul:not([class]) > li > h4,
.ckEditor ol:not([class]) > li > h4,
.ckEditor ul:not([class]) > li > h5,
.ckEditor ol:not([class]) > li > h5,
.ckEditor ul:not([class]) > li > h6,
.ckEditor ol:not([class]) > li > h6,
.ckEditor ul:not([class]) > li > p,
.ckEditor ol:not([class]) > li > p {
    display: inline;
    margin: 0 !important;
    overflow: initial !important;
    color:#000;
}

.ckEditor ul:not([class]),
.ckEditor ol:not([class]) {
    padding: 0;
    padding-left: 20px;
    margin: 0 0 10px;
    list-style-position: inside;
}

.ckEditor ul:not([class]) > li,
.ckEditor ol:not([class]) > li {
    /*display: list-item;*/
    margin-bottom: 5px;
}

.ckEditor ul:not([class]) > li ul,
.ckEditor ol:not([class]) > li ol {
    margin: 5px 0 7px;
}

.ckEditor ul:not([class]) {
    list-style-type: disc;
}

.ckEditor ul:not([class]) > li ul {
    list-style-type: circle;
}

.ckEditor blockquote {
    background: rgba(0, 0, 0, 0.04);
    font-size: 16px;
    margin: 0 0 20px;
    padding: 10px 20px;
    border-left: 5px solid;
    color:#000;
}

.ckEditor img {
    width: 100% !important;
    height: auto !important;
}

.ckEditor figure,
.ckEditor p > img {
    float: right;
    width: 260px !important;
    margin: 5px 0 15px;
    margin-left: 15px;
    /*clear: both;*/
}

.ckEditor figure:nth-of-type(odd) {
    float: left;
}

.ckEditor p[style="text-align:left"] > img,
.ckEditor p[style="text-align:left;"] > img,
.ckEditor p[style="text-align: left"] > img,
.ckEditor p[style="text-align: left;"] > img {
    float: left;
    
}
.ckEditor ul, .ckEditor ol{
    padding:0;
}
.ckEditor li {
    display: block;
    position: relative;
    font-size: 16px;
}
.ckEditor ul, .ckEditor ol, .ckEditor li{
    color:#000;
}
.ckEditor p{
    color:#000;
    margin-bottom:15px;
    font-size: 16px;
}
.ckEditor p > a {
    display: inline !important;
}

.ckEditor i,
.ckEditor em {
    font-style: italic;
}

.ckEditor strong {
    /*font-family: 'semi';*/
}
.ckEditor ul, .ckEditor ol {
    padding: 0;
    padding-left: 20px;
    margin: 0 0 10px;
    list-style-position: unset;
    list-style:none;
}
.ckEditor ul li:before {
    position: absolute;
    content: '';
    top: 5px;
    left: -20px;
    width: 7px;
    height: 7px;
    background: linear-gradient(267deg, #2c54f7 0%, #4d2adc 51%, #7a1bbb 100%);
}
/* ===============text-pages=========== */

.text-pages .text-blk {
  background: #ffffff;
  box-shadow: 0 15px 38px rgb(0 0 0 / 10%);
  padding: 40px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: 1px solid #ececec;
  margin-top: 30px;
}
.text-blk ul li{
	display: block;
	position: relative;
}
.text-blk ul li:before{
	position: absolute;
    content: '';
    top: 5px;
    left: -20px;
    width: 7px;
    height: 7px;
    background: #2f81f5;
}
.testimonials{
    padding: 60px 0;
    background-color: #fff;
}
.testimonials .item{
    border-radius:4px;
    overflow:hidden;
}
.testimonials iframe{
    width:100% !important;
    height:300px !important;
}
.testimonials .item{
    position: relative;
    background: #fff;
    border-radius: 2rem;
    -webkit-box-shadow: 0 0.7rem 1.5rem -0.5rem rgb(6 3 62 / 8%), 0 -0.5rem 1rem -0.6rem rgb(6 3 62 / 3%);
    box-shadow: 0 0.7rem 1.5rem -0.5rem rgb(6 3 62 / 8%), 0 -0.5rem 1rem -0.6rem rgb(6 3 62 / 3%);
    overflow: hidden;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 60%;
    overflow:hidden;
    
}
.testimonials .item video{
    position:absolute;
    bottom:0;
    right:0;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center
}
.testimonials .testi_inner{
    margin-top:50px;
}
/*_____ owl-nav _____*/

.testimonials .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0;
}

.testimonials .owl-carousel .owl-nav [class*="owl-"] {
  position: absolute;
  top: 0;
  width: initial;
  height: initial;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(267deg, #2c54f7 0%, #4d2adc 51%, #7a1bbb 100%) !important;
  color: #fff;
  font-size: 18px;
  padding-top: 1px;
  padding-left: 1px;
  margin-top: -12px;
  width:40px;
  height:40px;
  border-radius:75%;
  overflow:hidden;
}

.testimonials .owl-carousel .owl-nav [class*="owl-"]:hover {
  color: #fff;
}

.testimonials .owl-carousel .owl-nav .owl-prev {
  left: -51px;
}

.testimonials .owl-carousel .owl-nav .owl-next {
  right: -51px;
}
@media only screen and (max-width: 640px){
    .testimonials .owl-carousel .owl-nav{
        display:flex;
        justify-content:center;
        margin-top:20px;
        position:static;
        gap:15px
    }
    .testimonials .owl-carousel .owl-nav [class*="owl-"]{
        position:static;
    }   
}