
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700');


/*Gloabl css*/

body{font-family: 'Open Sans', sans-serif; color: #000;}

a:active,
a:focus,
a:active{outline:none; border:0px;}

.site-heading{
    font-size: 24px;
    line-height: 1;
    margin-bottom: 8px;
	color: #000;
}
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
input[type="file"] > input[type="button"]::-moz-focus-inner,
select.form-control::-moz-focus-inner {
  outline: none!important;
}

select.form-control{ color: #9b9b9b;}
select.form-control:not([size]):not([multiple]),
.form-control {
    padding: .375rem 0.625rem;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    height: 40px;
}
select.form-control:active,
select.form-control:focus{outline:0px;}



textarea.form-control{
    height: 120px;
    resize: none;
}

.form-control:focus{box-shadow:none!important; border-color:#91c73e;}
.form-group {
    margin-bottom: 1.25rem;
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #9b9b9b;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #9b9b9b;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #9b9b9b;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #9b9b9b;
}
.datepick{background:url(../images/datepicker-icon.png) right center no-repeat;}
select.form-control:not([size]):not([multiple]):disabled,
.form-control:disabled, .form-control[readonly] {
    background-color: #f9f9f9;
	border-color:#f9f9f9;
	color:#9b9b9b;
}
select.form-control{-webkit-appearance: none; 
appearance: none;
-moz-appearance: none; }
select.form-control::-ms-expand {
    display: none;
}
.select-box{
    position: relative;
}

.select-box:after{
position: absolute;
right: 10px;
top: 17px;
content: "\f107";
font: normal normal normal 16px/1 FontAwesome;
color: #9b9b9b;
pointer-events:none;
}
small.error-msg {
color: #fa524e;
font-size: 13px;
line-height: 1;
margin-bottom: 20px;
display: block;
margin-top: 5px;
}
.serverside-msg-success,
.serverside-msg-error{
    position: fixed;
    top: 0px;
    width: 100%;
    background: #91c73e;
    display: block;
    left: 0px;
    text-align: center;
    color: #fff;
    line-height:1;
    margin: 0px;
    font-size: 16px;
    padding: 20px 0px;
    z-index: 999;
}
.serverside-msg-error{background: #fa524e;}

.serverside-msg-error.hidden{
    display:none;
}
.serverside-msg-success.hidden{
    display:none;
}
.form-control.error:focus,
.error,
.form-control.form-error:focus,
.form-error {
border-color:#f95a5a!important;
/*color:#f95a5a;*/}

.link-box {
    padding-top:0px;
}
.link-box .custom-control{display: block;
margin-bottom: 0px;
padding-left: 21px;
margin-top: -21px;}
.link-box .custom-control-label::before {
  width: 16px;
height: 16px;
}
.link-box .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
background-image: none;
background: none;
width: 8px;
height: 4px;
top: 5px;
left: 4px;
    }
.link-box label {
   display: inline-block;
margin-bottom: 0px;
vertical-align: top;
line-height: 1.4;
color: #9b9b9b;
padding-left: 4px;
font-size:12px;
}
.text-link{
    line-height:1;
    height: auto;
    min-height: 0px;
    display: inline-block;
    color: rgba(46,57,69, 0.5);
    font-size: 13px;
}
.text-link:hover,
.text-link:active,
.text-link:focus{color: rgba(46,57,69, 1);}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus,
.btn.btn-primary:focus:hover,
.btn.btn-primary{
    background: #91c73e;
    border: 0px;
    min-width: 160px;
    height: 50px;
    line-height: 50px;
    padding: 0px 27px;
    font-weight: 600;
	box-shadow:none!important;
	outline:0;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}
.btn.btn-cancel{
    background: #fff;
    border: 0px;
    min-width: 160px;
    height: 50px;
    color:#333; 
    line-height: 50px;
    padding: 0px 27px;
    font-weight: 600;
    box-shadow:none!important;
    outline:0;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}
.btn.btn-primary.empty:hover,
.btn.btn-primary.empty:active,
.btn.btn-primary.empty:focus,
.btn.btn-primary.empty:focus:hover,
.btn.btn-primary.empty{
    background: none;
    border: 1px solid #91c73e;
    color: #91c73e;
    margin-right: 20px;
}

.action-btn{
    padding-top: 0.625rem;
}

.payment-form .action-btn{
    padding-top: 0rem;
}

.icon{background: url(../images/check.png) 0px 0px no-repeat;
display: inline-block;
font-size: 0px;
vertical-align: top;}

.success{width: 80px;
height: 80px;
margin-bottom: 1.56rem;}


.dropdown .btn-secondary,
.dropdown .btn-secondary:hover,
.dropdown .btn-secondary:active,
.dropdown .btn-secondary:active:focus,
.dropdown .btn-secondary:focus,
.dropdown .btn-secondary:focus:hover {
    color: #000;
    background: none;
	box-shadow:none!important;
    border: 0;
	font-size: 1.125rem;
    padding: 0px;
    margin-top: 13px;

}

@media all and (max-width:1399px){

    .dropdown .btn-secondary, .dropdown .btn-secondary:hover, .dropdown .btn-secondary:active, .dropdown .btn-secondary:active:focus, .dropdown .btn-secondary:focus, .dropdown .btn-secondary:focus:hover {
    
    margin-top: 6px;
}

}
@media all and (max-width:1023px){

    .dropdown .btn-secondary, .dropdown .btn-secondary:hover, .dropdown .btn-secondary:active, .dropdown .btn-secondary:active:focus, .dropdown .btn-secondary:focus, .dropdown .btn-secondary:focus:hover {
    
    margin-top: 2px;
}

}

.dropdown-toggle .label{
    width: 151px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}


.btn-secondary.dropdown-toggle:not([disabled]):not(.disabled).active, 
.btn-secondary.dropdown-toggle:not([disabled]):not(.disabled):active, 
.show > .btn-secondary.dropdown-toggle,
.show > .btn-secondary.dropdown-toggle:focus,
.show > .btn-secondary.dropdown-toggle:focus:hover,
.btn-secondary.dropdown-toggle:hover,
.btn-secondary.dropdown-toggle:active,
.btn-secondary.dropdown-toggle:focus,
.btn-secondary.dropdown-toggle:focus:hover,
.btn-secondary.dropdown-toggle {
    color: #4a4a4a;
    background:none;
    border-color: none;
   /* max-width: 203px;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding-right: 15px;*/
}

.dropdown-item.active, 
.dropdown-item:active {
    color: #4a4a4a;
    text-decoration: none;
    background: none;
}

.dropdown-menu {
    min-width: 12.25rem;
    border-radius: 0px;
    box-shadow: 0px 1px 3px 0px rgba(51, 51, 51, 0.1);
	border:0px;
	padding:0px;
}

.dropdown-menu:after{position: absolute;
content: "";
top: -9px;
right: -5px;
background: url(../images/rectangle.png) no-repeat 0px 0px;
width: 22px;
height: 11px;}

.dropdown-item {
    padding: 10px 10px;
    color: #9b9b9b;
	font-size:0.9375rem;
}

.dropdown-toggle::after{display:none;}
.dropdown-toggle i{
    font-size: 19px;
    margin-left:7px;
    margin-top: 4px;
    vertical-align: top;
   /* position: absolute;
    right: 0px;
    top: 0px;*/
}

.custom-control {
    display: inline-block;
}

.custom-checkbox{
    margin-top: 3px;
}
.custom-control-label {
	padding-left: 15px;
color: #373737;
}
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}

.custom-control-label::before {
    top: 0px;
    width: 26px;
    height: 26px;
    background-color: #fff;
    border: 1px solid #c0c0c0;
}
.custom-checkbox .custom-control-input:checked:focus ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:focus::before,
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background: none;
	box-shadow:none!important;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image:none;
    background: none;
    width: 16px;
    height: 8px;
    transform: rotate(134deg);
	-webkit-transform: rotate(134deg);
left: 5px;
border:1px solid #373737;
border-bottom: 0px;
border-left: 0px;
top: 6px;
border-radius: 0px;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background: #fff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    width: 12px;
    height: 12px;
    background: #102944;
    border-radius: 100%;
    left: 7px;
    top: 7px;
}

.nav-tabs {
    border-bottom: 0px;
}

.nav-tabs .nav-link {
    border: 0px;
    color: #9b9b9b;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0px 80px 0px 0px;
    line-height: 1;
}
.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active {
    color: #373737;
}

.nav-tabs .nav-link.active{ position:relative; margin-bottom:20px;}
.nav-tabs .nav-link.active:after{width: 44px;
height: 4px;
background: #91cb22;
position: absolute;
content: "";
left: 0px;
bottom: -16px;}
.tab-content{
 padding-top: 40px;
position: relative;
}


.table .thead-dark th {
color: #fff;
background-color: #102944;
height: 60px;
vertical-align: middle;
border: 0;
font-size: 18px;
width:15%;
font-weight: 600;
}
.table .thead-dark th:first-child{border-radius: 2px 0px 0px 2px; }
.table .thead-dark th:last-child{border-radius: 0px 2px 2px 0px;}
.table td, .table th {
    padding: .75rem;
    border-bottom: 1px solid #fff;
background: #f2f7f9;
height: 50px;
vertical-align: middle;
color:#102944;
padding: 15px 20px;
border-top:0;
}
.table thead th:last-child,
.table tbody td:last-child{text-align:center;}
.table td a,
.table td i,
.table td.light{color:#9b9b9b;}

.table tr.disable td a,
.table tr.disable td i,
.table tr.disable td{
    color: rgba(155, 155, 155, 0.5);
}


.table td .fa-edit{margin-right: 8px;
display: inline-block;}

.table td a.fa-power-off{color:red;}
.table td a.fa-power-off.on{color:#91c73e;}

@media all and (max-width:1499px){
	.table td, .table th {
padding: 15px;
}
	.table td .fa-edit{margin-right:8px;}
	
}

.table td i.fa-credit-card {
    margin-right: 8px;
	color:#102944;
}
.table td a.fa{font-size:18px;}
.table td a.fa:hover{text-decoration:none;}
.align-items-center{text-align:center;}
.table td .wrap{max-width:150px;
    word-wrap: break-word;
display: block;}

@media all and (max-width:1299px){

.table td .wrap{max-width:140px;}

}
.table td .email{/*font-size: 0.875rem;*/}
.modal-dialog {
    max-width: 789px;
    width: 96%;
}
.modal-dialog.width-sm{
    max-width: 540px;
}
.modal-dialog.message-box {
    max-width: 330px;
    text-align: center;
}
.modal-header{
    border: 0px;
	padding: 30px 30px 15px;
}
.modal-header .close{background: url(../images/close-icon.png) center no-repeat;
font-size: 0px;
right: 0px;
top: 0px;
padding: 0px;
margin: -17px -17px 0px 0px;
width: 26px;
height: 26px;}
.modal-header .close:focus,
.modal-header .close:active,
.modal-header .close:hover{outline:0;}
.modal-body {
    padding: 10px 30px 30px;
}
.modal-title {
margin-bottom: 0;
color: #2865a7;
font-size: 18px;
font-weight: 600;
line-height: 1;
}
.message-box .modal-body {
    padding: 27px 27px;
}
.message {
    color: #828282;
    font-size: 18px;
    margin: 0px;
}
.modal-content {
    border-radius: 0px;
	-webkit-border-radius: 0px;
}
.modal-footer {
    padding: 0px;
    border-top: 1px solid #eee;
}
.modal-footer .btn:hover,
.modal-footer .btn:active,
.modal-footer .btn:focus,
.modal-footer .btn:focus:hover,
.modal-footer .btn {
    background: none;
    border: 0;
    color: #000;
    width: 50%;
    text-align: center;
    height: 52px;
    border-radius: 0px;
	font-weight: 400;
	box-shadow:none!important;
}

.modal-footer .btn.btn-primary:focus:hover,
.modal-footer .btn.btn-primary{
    border-left:1px solid #eee;
    color: #fa524e;
}
.modal .d-flex{
    height: 100%;
    align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
}
.modal .d-flex.action-btn{height:auto;}
/*Gloabl css*/

/* Layout css*/

.container {
	max-width: 100%;
}

.extra-space-40{padding-top:40px;}

.inner-box{width:75%; margin:0px auto;}

@media all and (max-width:1499px){
	
.inner-box{width:80%;}	
	
}

@media all and (max-width:1199px){
	
.inner-box{width:95%;}	
	
}

.no-padd{padding:0px;}
.full-screen{height:100vh;}

.full-screen .col-sm{
	display:flex;
	justify-content:center;
	flex-direction:column;
	display:-webkit-flex;
	-webkit-justify-content:center;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	display:-ms-flex;
	-ms-justify-content:center;
}

/* Layout css*/

/* header css*/

.site-header{
    padding: 20px 0px;
border-bottom: 1px solid rgba(156,156,156,0.20);
}

.site-header .logo-box {
    margin-bottom: 0px;
}
.site-header .logo-box img {
   /* max-width: 224px;*/
}
@media all and (max-width:1399px){
.site-header .logo-box img {
   /* max-width: 190px;*/
}
}

@media all and (max-width:1023px){
.site-header .logo-box img {
    /*max-width: 155px;*/
}
}
/* header css*/

/* banner css*/

.full-screen .col-sm.banner-section{
background:url(../images/banner.png) 0px 0px no-repeat; 
height: 100vh; 
background-size:cover;
width: 43%;
max-width: 43%;
flex-grow: initial;
flex-basis: initial;
-webkit-flex-grow: initial;
-webkit-flex-basis: initial;
-ms-flex-grow: initial;
-ms-flex-basis: initial;
justify-content: flex-end;
-webkit-justify-content: flex-end;
-ms-justify-content: flex-end;

}
.banner-head{
color: #fff;
font-size: 36px;
max-width: 558px;
padding: 0px 0px 35px 35px;}

.logo-box {
    margin-bottom: 94px;
}

.logo-box img{
   /* max-width: 260px;*/
}


.logo-box .subtext {
	font-size: 30px;
    margin-left: 20px;
    text-transform: capitalize;
	padding-top: 10px;
	display: none;
}

@media all and (max-width:1399px){

.logo-box .subtext {
   font-size: 25px;
padding-top: 15px;
}


}

@media all and (max-width:1023px){

.logo-box .subtext {
    font-size: 18px;
	padding-top: 22px;
}


}


p.sub-text{
    color: #9b9b9b;
    margin:0px 0px 1.25rem;
}

.confirm-box{
    max-width: 267px;
    margin: 0px auto;
    text-align: center;
}
.pos-relative{position:relative;}
.show-password{
color: #9b9b9b;
font-size: 13px;
font-weight: 300;
position: absolute;
right: 10px;
top: 13px;
line-height: 1;
cursor: pointer;
height: 14px;
}

#change_password_form .show-password{top:18px;}
/* banner css*/

/*inner page css*/

.main-box {
    padding: 40px 0px;
}

.main-box .site-heading {
    font-size: 42px;
    line-height: 1;
    margin-bottom: 8px;
    font-weight: 700;
    line-height: 57px;
    margin-bottom: 34px;
	position: relative;
text-transform: uppercase;
}

.main-box .site-heading.small {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 51px;
	font-weight: 600;
}
.main-box .site-heading.small::after {
    width: 44px;
    bottom: -13px;
}

.main-box .site-heading:after{width:89px;
height:4px;
background:#91cb22;
position:absolute;
content:"";
left:0px;
bottom:-16px;}
.payment-form{max-width:730px; margin:0px auto;}

.payment-form p.sub-text {
    color: #373737;
}

.modal-dialog .form-control,
.modal-dialog select.form-control:not([size]):not([multiple]),
.payment-form select.form-control:not([size]):not([multiple]),
.payment-form .form-control {
    height: 50px;
}
.payment-form textarea.form-control{
    height: 120px;
}

.tabular-view{max-width:1170px; margin:0px auto;}

.floating {
    position: absolute;
    right: 0px;
    top: -63px;
}
.tab-pane{
    position: relative;
}



.floating .form-inline{
    margin-right: 20px;
    position: relative;
}
.floating .form-inline .form-control {
    height: 50px;
    background: #fff;
    border: 1px solid #cccccc;
    padding: 0px 10px;
    font-size: 14px;
    min-width: 317px;
    padding-right: 50px;
}
.floating .fa-remove{
    position: absolute;
    right: 33px;
    top: 16px;
    color: #9b9b9b;
    cursor:pointer;
}

.floating .form-inline .fa-search:focus:hover,
.floating .form-inline .fa-search:active:hover,
.floating .form-inline .fa-search:focus:active,
.floating .form-inline .fa-search:focus,
.floating .form-inline .fa-search:active,
.floating .form-inline .fa-search{
outline: 0;
background: none;
border: 0px;
position: absolute;
right: 0px;
top: 17px;
font-size: 0px;
color: #ccc;
background: url(../images/search-icon.png) 0px 0px no-repeat;
width: 15px;
height: 21px;
padding: 0px;
right: 11px;
cursor: pointer;
}

.btn.btn-secondary.tooltip-btn:focus,
.btn.btn-secondary.tooltip-btn:active,
.btn.btn-secondary.tooltip-btn{
    font-size: 0px;
    width: 21px;
    height: 21px;
    margin-left: 0px;
	box-shadow:none!important;
	border:0px;
    margin-top: 15px;
    padding: 0px;
    background: url(../images/info.png) 0px 0px no-repeat;
}

.btn-primary.disabled {
    margin-right: 8px;
	opacity:0.4;
}

.action-btn .btn-primary.disabled {
    margin-right: 0px;
}
.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #4c4c4c;
    border-radius: .25rem;
    font-size: 11px;
    line-height: 16px;
}
.bs-tooltip-auto[x-placement^="top"] .arrow::before, 
.bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #4c4c4c;
}

.address-block {
  margin: 20px 0px 20px;
}
.address-block .form-row{/*display:block;*/}
.address-block .title {
    color: #2865a7;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 30px;
    display: block;
    line-height: 1;
}

.address-block .form-row{
    margin: 0px;
    overflow:hidden;
    justify-content:space-between;
}
.address-block .col{
    background: #fafafa;
    padding: 15px;
    
	color:rgba(55,55,50,0.5);
}
.address-block .col{    width: calc(50% - 14px);
    float: left;
    margin-bottom: 14px;
    min-height: 168px;
    flex-basis: initial;
-webkit-flex-grow: initial;
-webkit-flex-basis: initial;
    flex-grow: initial;}
.address-block .col:nth-child(2n){float:right;}

.address-block .col.address-box{border: 1px solid #dedede; } 
.address-block .col.address-box.selected{
    border-color:#91c73e;
}
.address-block .col.address-box .hidden-input{
    visibility: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0px;
    height: 0px;
}


.address-block .col.new-address{border:1px solid #fafafa;}
.address-block .col span{display:block;}
.address-block .col span.address{margin:8px 0px;}
.address-block .col span.client-name{
    font-weight: 600;
        max-width: calc(100% - 53px);
}

.address-box .fa-trash-o,
.address-box .fa-edit{
    position: absolute;
    color: #9b9b9b;
    right: 15px;
    top: 15px;
    font-size: 24px;
}
.address-box .fa-trash-o {
    right: 46px;
    top: 13px;
    /*color:red;*/
}
.address-box .fa-trash-o:hover,
.address-box .fa-edit:hover{text-decoration:none;}
.add-icon:hover,
.add-icon {
    color: #373737;
    padding-top: 27px;
    background:url(../images/add-icon.png) center 0px no-repeat;
	display:inline-block;
}
.add-icon:hover{text-decoration:none;}
.pagination {
    padding-top: 14px;
}
.pagi-label{
    float: left;
    color: #9b9b9b;
    font-size: 14px;
    /*margin-top: 19px;*/
}

.page-item:last-child,
.page-item:first-child{font-size:0px; border:1px solid #c0c0c0; border-radius:2px; background:url(../images/left-aero.png) center center no-repeat; width:34px; height:34px;   margin: 0px 3px;}
.page-item:last-child{ background:url(../images/right-aero.png) center center no-repeat;}
.page-item:last-child .page-link,
.page-item:first-child .page-link{
background: none;
height: 34px;}
.page-link {
    margin: 0px 3px;
    border-radius: 2px;
	-webkit-border-radius: 2px;
    border: 0px;
	color:#747887;
}
.page-item.active .page-link {
    background-color: #91c73e;
    border-color: #91c73e;
}

.sort-icon{
      width: 10px;
    height: 16px;
    display: inline-block;
    font-size: 0px;
    vertical-align: top;
    margin-left: 4px;
    position: relative;
    margin-top: 5px;
   /* background: url(../images/sort-aero.png) -1px 0px no-repeat;*/
}
.sort-icon:after{content: "";
position: absolute;
border-bottom: 6px solid #fff;
border-left: 6px solid transparent;
top:0;
bottom: 0px;
margin: auto;
border-right: 5px solid transparent;
height: 6px;
left: -1px;}
.sort-icon:before{content: "";
position: absolute;
border-top: 6px solid #fff;
border-left: 6px solid transparent;
height: 6px;
bottom:0;
top: 0px;
margin: auto;
border-right: 5px solid transparent;
left: -1px;}

.sort-icon.asc:before,
.sort-icon.desc:after{display:none;}
/* info steps style*/

.info-steps{
  text-align: center;
padding: 30px 0px 40px;
}

.steps{
list-style: none;
padding: 0;
width: 308px;
display: inline-block;
position: relative;
border-top: 2px solid #c0c0c0;
line-height: 1;
margin: 0px;
max-width: 100%;
}


.steps li {
    display: inline-block;
	
}
.steps li:first-child{margin-right:68px;}
.steps li a {
  font-size: 14px;
display: block;
position: relative;
padding-top: 24px;
color:#9b9b9b;
pointer-events:none;
}
.steps li a:hover,
.steps li a:active,
.steps li a:focus{text-decoration:none;}


.steps li a:after,
.steps li a:before{ content:"";
content: "";
position: absolute;
top: -18px;
left: 0px;
right: 0px;
margin: auto;
border: 2px solid #c0c0c0;
background: #ffff;
border-radius: 100%;
width: 32px;
height: 32px;
}
.steps li a:after{width: 20px;
height: 20px;
background: #91c73e;
top: -12px;
border: 0px;
display:none;
}

.steps li a:hover {
	color: #373737;
}
.steps li.active a {
    font-weight: 600;
	color: #373737;
}


.steps li a:hover:before,
.steps li.active a:before{border-color: #91c73e;}

.steps li a:hover:after,
.steps li.active a:after{display:block;}
.client-profile-steps{
    margin-bottom: 18px;
}
.client-profile-steps .custom-control {
    min-width: 160px;
}
.client-profile-steps .custom-radio:first-child{margin-right:40px;}
.client-profile-steps .custom-control-label {
    color: #bbbbbb;
    font-size: 14px;
	line-height: 24px;
	cursor:pointer;
vertical-align: top;
}
.client-profile-steps .custom-control-label::before {
    width: 24px;
    height: 24px;
    border: 1px solid #d8d8d8;
}
.client-profile-steps .custom-radio .custom-control-input:checked ~ .custom-control-label{color:#373737;}
.client-profile-steps .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #91c73e;
}
.client-profile-steps .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background: #91c73e;
	left: 6px;
top: 6px;
}
.payment-plan-info{justify-content:space-between; -webkit-justify-content:space-between; -ms-justify-content:space-between; margin-bottom: 20px;}


.plan-box{
width: 340px;
text-align: center;
box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
padding: 28px 28px 82px;
position: relative;
}
.plan-box.choosen{border:1px solid #91c73e;}
.bigger-heading{
    font-size: 32px;
    text-align: center;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 35px;
}


.price-box{
    margin-bottom: 32px;
    margin-top: 32px;
}

.plan-choose{display:none;}
.edit-plan-choose{display:none;}
.price-box .sup{
	font-size: 40px;
    font-weight: 600;
    color: #4a4a4a;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
    margin-top: 13px;

	}
.price {
    font-size: 90px;
    color: #91c73e;
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    line-height: 1;
}
.pay-time{
    display: block;
    font-size: 14px;
    color: #373737;
}
.plan-desc {
color: #9b9b9b;
    font-size: 16px;
}
.plan-title {
    background: #91c73e;
    color: #fff;
    line-height: 50px;
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
	text-transform:uppercase;
    bottom: 0px;
}

.plan-title.choosen{/*background:#6e9c27;*/}
.custom-plan{
    color: #4a4a4a;
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
	text-transform:uppercase;
    margin-top: 10px;
	
}
.action-btn .text-link{
color: rgba(46, 57, 69, 0.5);
font-size: 13px;
font-weight: 400;
padding-top: 13px;
}
.add-payment-method .action-btn .text-link{  
    font-weight: 600;
    padding-top: 18px;
    color: #91c73e;
    font-size: 16px;
}
.open-modal{cursor:pointer;}
.center-align .message{
	min-height:120px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.center-align .modal-header{
    padding: 0px;
    position: relative;
}
.center-align .modal-header .close {
position: absolute;
right: 13px;
top: 13px;
margin: 0px;
z-index: 9;
}

.dollar-sign{position:relative;
}
/*
.dollar-sign .form-control{
    padding-right: 30px;
}
.dollar-sign:after{content: "$";
position: absolute;
right: 10px;
top: 12px;
color: rgba(0,0,0,0.5);
font-size: 16px;}*/

/**dollar sign left**/
.dollar-sign .form-control {
    padding-left: 20px;
}
.dollar-sign::after {
    content: "$";
    position: absolute;
    left: 10px;
    top: 13px;
    color: rgba(0,0,0,0.5);
    font-size: 16px;
}


@media all and (max-width:1199px){
	
.wide{-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;}
	.wide .justify-content-center{-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: start !important;}


}

@media all and (max-width:767px){
	
.logo-box img {
    max-width:260px;
}
.logo-box .subtext {
    font-size: 16px;
    margin-left: 7px;
    padding-top: 6px;
}
.full-screen .col-sm.banner-section{display:none;}

.inner-box .logo-box {
    margin:0px auto 25px;
}

.action-btn .text-link {
    font-size: 12px;
	padding-top: 11px;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus, .btn.btn-primary:focus:hover, .btn.btn-primary {
    min-width: 0px;
}

.floating {
    position: relative;
    right: 0px;
    top: 0px;
    margin: 0px 0px 15px;
}



.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {

    color: #373737;

}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {

    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;

}
.nav-tabs .nav-link {
    font-size: 16px;
    padding: 0px 10px 0px 0px;

}
 
.justify-content-center.logo-box {
    -webkit-box-pack: flex-start !important;
    -ms-flex-pack: flex-start !important;
    justify-content: flex-start !important;
}
.justify-content-center.logo-box.dropdown {
    -webkit-box-pack: flex-end !important;
    -ms-flex-pack: flex-end !important;
    justify-content: flex-end !important;
}
.main-box {
    padding: 20px 0px;
}
.main-box .site-heading {
    font-size: 30px;
	line-height:1;
}

.tab-content {
    padding-top: 20px;
}

}


@media all and (max-width:639px){
	
.payment-plan-info {
    flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
}

.plan-box {
    width: 100%;
}
	.payment-plan-info .plan-box:first-child{margin-bottom:20px;}
	
	.main-box .site-heading {
    font-size: 20px;
}

.address-block .form-row {
    flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
}
.address-block .col.address-box {
    margin-right: 0px;
flex-basis: initial;
-webkit-box-flex: initial;
flex-grow: initial;
}
	
.address-block .col.new-address {
    margin: 20px 0px 0px;
flex-basis: initial;
-webkit-box-flex: initial;
flex-grow: initial;
}
}

@media all and (max-width:479px){
	
.logo-box img {
    max-width: 115x!important;
}
.logo-box .subtext {
  font-size: 13px;
padding-top: 8px;
}
.custom-radio:first-child {
    margin-bottom: 10px;
}

.nav-tabs .nav-link {

    position: relative;
    margin-bottom: 20px;

}


}

/* ==========================================================================
 loader
========================================================================== */
  .loader{
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    margin: auto;
    right: 0;
    bottom: 0;
    background-color: rgba(265,265,265,0.7);
  }
  .loader-inner,
  .loader-inner:after {
    border-radius: 50%;
    width: 4.5em;
    height: 4.5em;
  }
  .loader-inner {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 0.4em solid #dee2e6;
    border-right: 0.4em solid #dee2e6;
    border-bottom: 0.4em solid #dee2e6;
    border-left: 0.4em solid #102944;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    margin: auto;
    right: 0;
    bottom: 0;
  }
  @-webkit-keyframes load8 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes load8 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

  .small-loader{
    position:absolute;
    
  }
  .loader-inner{
      position:inherit;
      font-size: 8px;
    }
.client_list_sort_colm a { 
    color: #fff;
    text-decoration: none; 
}
.client_list_sort_colm span { 
    cursor: pointer;
}
.not-found{
    text-align:center;
    position: absolute;
    left:0;
    right:0;
    margin:auto;
    top:200px;
}

.confirmaition-msg .action-btn {
    padding-top: 25px;
}
.confirmaition-msg .btn.btn-primary:hover, 
.confirmaition-msg .btn.btn-primary:active, 
.confirmaition-msg .btn.btn-primary:focus, 
.confirmaition-msg .btn.btn-primary:focus:hover, 
.confirmaition-msg .btn.btn-primary {
    height: 35px;
    line-height: 35px;
    min-width:0;
}

.disabled input,
.disabled select,
.disabled textarea{background-color: #f9f9f9;
border-color: #f9f9f9;
pointer-events:none;
cursor:not-allowed;
color: #9b9b9b;}



div.error,div.error-message {
    color: #f95a5a;
    /*  text-transform: none;*/
    border-bottom: 0px !important;
    font-size: 12px;
    line-height: 13px;
    margin-top: 4px;
}

.billing_summary_list_sort_colm a { 
    color: #fff;
    text-decoration: none; 
}
.billing_summary_list_sort_colm span { 
    cursor: pointer;
}

.payment_summary_list_sort_colm a { 
    color: #fff;
    text-decoration: none; 
}
.payment_summary_list_sort_colm span { 
    cursor: pointer;
}


.btn-toggle {
margin: 0 0;
    margin-top: 0px;
padding: 0;
position: relative;
border: none;
height: 14px;
width: 34px;
border-radius: 1rem;
display: inline-block;
vertical-align: top;
margin-top: 3px;
background: #d8d8d8;
    background-image: none;
border-radius: 10px;
-webkit-border-radius: 10px;
}
.btn-toggle:active,
.btn-toggle:focus,
.btn-toggle:hover,
.btn-toggle:active:hover,
.btn-toggle:active:focus{border:0!important; outline:0!important; box-shadow:none!important; }
.btn-toggle > .handle {
position: absolute;
top: -4px;
left: -4px;
width: 22px;
height: 23px;
border-radius: 0.75rem;
background: #f1f1f1;
transition: left .25s;
 background:url(../images/knob-off.png) 0px 0px no-repeat;
 
}
.btn-toggle.on{
    background-color:rgb(145, 200, 62, 0.5);
}
.btn-toggle.on > .handle {
    left: 1.125rem;
	 background:url(../images/knob-on.png) 0px 0px no-repeat;
    transition: left .25s;
}

.form-row.three-col{display:block;}

.form-row.three-col > .col{ float: left;
    width: calc(50% - 65px); }

.form-row.three-col > .col.cvv{
    width: 130px;
}

.message-box .modal-body.only-text{
    padding: 51px 20px;
}


/*error page css */

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500&subset=latin-ext');


.error-wrap{
    background: #f6f8fb;
}
.error-data strong{
    display: block;
    
}

.error-data strong.higlight{
    color: #91c73e;
    font-size: 200px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
}
.error-data strong.error-title{
    font-size: 25px;
    font-weight: 400;
}

.error-data .error_mesaage{
    font-size: 18px;
    color: #666;
    line-height: 1;
    margin: 15px 0px 40px;
}

.error-data .btn.btn-primary:hover, 
.error-data .btn.btn-primary:active, 
.error-data .btn.btn-primary:focus, 
.error-data .btn.btn-primary:focus:hover, 
.error-data .btn.btn-primary {
    font-weight: 400;
    font-size: 15px;
}

.error-wrap .inner-box{margin:0px;}
/*error page css */

/*Cards css */
.visa{background:url(../images/cards/visa.png) right center no-repeat; }
.amex{background:url(../images/cards/amex.png) right center no-repeat; }
.mastercard{background:url(../images/cards/mastercard.png) right center no-repeat; }
.jcb{background:url(../images/cards/jcb.png) right center no-repeat; }
.discover{background:url(../images/cards/discover.png) right center no-repeat; }
.diners{background:url(../images/cards/diners.png) right center no-repeat; }

.form-group.card{
    border: 0;
}

/****Toggle Switch***/
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #91c73e;
}

input:focus + .slider {
  box-shadow: 0 0 1px #91c73e;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.fa-trash-o{
    font-size: 22px;
}

.client_plan_list_sort_colm a { 
    color: #fff;
    text-decoration: none; 
}
.client_plan_list_sort_colm span { 
    cursor: pointer;
}

.btn-success{
    background-color: #1266A0;
    border-color: #1266A0;
}
.btn-success:hover{
    color: #fff;
    background-color: #1266A0;
    border-color: #1266A0;
}
.btn-pay-now{
    color: #fff;
    background-color: #91c73e;
    border-color: #91c73e;  
}
.btn-pay-now:hover {
    color: #fff;
    background-color: #91c73e;
    border-color: #91c73e;  
}