@charset 'utf-8';

/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500');
@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/Source_Sans_Pro/SourceSansPro-Regular.eot?') format('eot'), url('../fonts/Source_Sans_Pro/SourceSansPro-Regular.woff') format('woff'), url('../fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf') format('truetype'), url('../fonts/Source_Sans_Pro/SourceSansPro-Regular.svg#SourceSansPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    xfont-family: 'Roboto', sans-serif;
        font-family: 'Lato', sans-serif;
    color: #222;
    font-size: 15px;
    background: #ededed
}

a,
button,
input,
textarea {
    outline: none !important
}
h5.plan-update {
    font-size: 16px;
    background: #eee;
    padding: 12px;
}
h5.plan-update a {
    background: #1b3971;
    color: #fff;
    display: inline-block;
    padding: 6px;
    border-radius: 5px;
    margin-left: 6px;
}
.preLoader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: 999;
}

.preLoader:before {
    content: '';
    position: absolute;
    top: 30%;
    left: 50%;
    width: 200px;
    height: 80px;
    padding-top: 70px;
    text-align: center;
    font-size: 13px;
    font-weight: 300;
    font-style: italic;
    color: #bbb;
    letter-spacing: .5px;
    margin-left: -100px;
    background: url(../images/preloader.png) center 4px no-repeat;
}

.pdTop {
    padding-top: 20px;
    margin-top: 20px;
}

.bdrTop {
    border-top: 1px solid #eee;
}

.loginSec {
    height: 100vh;
    background: #eee;
    overflow: auto;
}

.lsWrap {
    padding: 15px;
    display: table;
    width: 100%;
    height: 100%;
}

.lsInr {
    display: table-cell;
    vertical-align: middle;
}

.lgnForm {
    max-width: 815px;
    margin: 0 auto;
}

.lgnfrmInr {
    position: relative;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0 2px 17px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 17px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 17px rgba(0, 0, 0, .2);
}

.lfLeft {
    width: 42%;
    display: flex;
    height: 100%;
    text-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: url(../images/lgnLeft.jpg) center center no-repeat;
    background-size: cover
}

.lfRight {
    padding: 35px 25px 35px
}

.lfLeft+.lfRight {
    margin-left: 42%;
}

.lflLogo {
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.8);
    padding: 15px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.lgnHead {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee
}

.lgnHead h1 {
    font-weight: normal;
    margin: 10px 0;
    font-size: 34px;
}

img {
    max-width: 100%
}

.lgnHead p {
    color: #4f4f4f;
    margin: 0
}

.sclBtns {
    display: flex;
    margin: 0 -5px 25px;
    align-items: center;
    text-align: center;
}

.sbSngl {
    width: 50%;
    padding: 0 5px
}

.sbSngl a {
    color: #fff;
    display: block;
    padding: 10px;
    text-decoration: none
}

.snglInpt input[type="Date"],
.snglInpt input[type="Time"],
.snglInpt input[type="text"],
.snglInpt input[type="password"],
.snglInpt textarea,
.snglInpt select {
    width: 100%;
    border: 1px solid #e0e0e0;
    padding: 0px 14px;
    background: #fff;
}

.double-input {
    margin-top: 15px;
    margin-bottom: 15px
}

.snglInpt input[type="Date"],
.snglInpt input[type="Time"],
.snglInpt input[type="text"],
.snglInpt input[type="password"] {
    height: 36px;
}

.snglInpt select {
    height: 36px;
    font-size: 14px;
    padding: 0 8px
}

select,
textarea {
    font-family: 'Roboto', sans-serif;
}

.snglInpt .fa+input[type="text"],
.snglInpt .fa+input[type="password"] {
    padding: 6px 15px 6px 55px;
    height: 42px
}

.snglInpt input[type="text"]:hover,
.snglInpt input[type="password"]:hover,
.snglInpt textarea:hover,
.snglInpt select:hover {
    border-color: #d5d5d5
}

.snglInpt input[type="text"]:focus,
.snglInpt input[type="password"]:focus,
.snglInpt button:hover,
.snglInpt textarea:focus {
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 10px rgba(0, 0, 0, .15);
}

.snglInpt select {
    outline: none
}

.btmFlds .snglInpt {
    position: relative
}

.btmFlds .snglInpt .fa {
    font-size: 17px;
    color: #999;
    position: absolute;
    top: 4px;
    left: 2px;
    width: 40px;
    text-align: center;
    bottom: 4px;
    display: block;
    line-height: 34px;
    border-right: 1px solid #ddd;
}

.sbSngl a .fa {
    font-size: 22px;
    vertical-align: middle;
    margin-right: 8px;
}

.snglInpt button:hover {
    background: #6cbf50;
}

.snglInpt+.snglInpt {
    margin-top: 15px
}

.frgtPass a {
    color: #333
}

.frgtPass a:hover {
    color: #4fb948;
    text-decoration: none;
}

.frgtPass {
    float: right
}

.snglInpt button {
    width: 100%;
    height: 42px;
    border: 0;
    background: #4fb948;
    color: #fff;
    font-size: 17px;
}

a,
button,
input,
textarea,
select,
.asgndCases ul li,
.addsecList ul li,
.ssRight .fa,
.custom-check label input[type="checkbox"]~span:before,
.custom-check label input[type="checkbox"]~span:after {
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.notReg p {
    margin: 0;
    font-size: 14px;
}

.notReg a {
    color: #119fb0;
}

.rmberMe label input+span:before {
    content: "\f00c";
    font: normal normal normal 13px/16px FontAwesome;
    display: block;
    text-align: center;
    color: #4fb948;
    display: none;
}

.rmberMe label input:checked+span:before {
    display: block
}

.rmberMe label input+span {
    position: absolute;
    top: 1px;
    left: 0;
    width: 17px;
    height: 17px;
    border: 1px solid #ccc;
    background: #fff;
}

.rmberMe label input {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
}

.rmberMe label {
    font-weight: normal;
    position: relative;
    padding-left: 25px;
    margin: 0;
    cursor: pointer
}

.rmberMe {
    float: left;
}

.rmberMe label input:checked+span {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.hdrLogo {
    float: left;
    width: 260px;
    padding: 4px 15px;
}

.dropdown-menu {
    margin: 0;
    border-width: 1px 0 0;
    border-top-color: #58a03f;
    left: inherit;
    right: -1px;
    background: #61ac48;
    min-width: 185px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.hdrRight {
    margin-left: 260px;
    text-align: right;
    position: relative;
}

.hdrrLeft>ul {
    display: inline-flex;
    align-items: center;
    padding: 0;
    margin: 0;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #fff;
    background-color: #fbfbfb;
}

.logoutIcn>a {
    color: #4fb948;
}

.hdrrLeft>ul>li.open>button,
.hdrrLeft>ul>li:hover>button {
    background: #fbfbfb
}

.hdrrLeft>ul>li {
    list-style: none
}

.hdrrLeft>ul>li>button {
    border: 0;
    background: transparent;
    padding: 12px 25px;
    height: 82px;
    color: #313f46;
}

.dropdown-menu>li>a {
    padding: 6px 20px;
    color: #fff;
}

.alertHdr button .badge {
    position: absolute;
    top: 16px;
    width: 18px;
    height: 18px;
    right: 8px;
    line-height: 18px;
    padding: 0;
    text-align: center;
    font-weight: normal;
    background: #4fb948;
}

.hdrrLeft>ul>li .fa {
    font-size: 18px
}

.usrImg {
    overflow: hidden;
    width: 45px;
    height: 45px;
    background: #eee;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.hdrrLeft>ul>li button p {
    margin: 0 0 0 5px;
}

.usrImg+p,
.usrImg {
    display: inline-block;
    vertical-align: middle;
}

.logoutIcn {
    border-left: 1px solid rgba(0, 0, 0, 0.12);
}

.logoutIcn a {
    padding: 31px 25px 30px;
    display: block;
}

.hdrrLeft>ul>li.alertHdr button {
    padding: 28px 15px 20px;
    position: relative;
    height: 82px;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background: #ffffff;
    height: 82px;
    box-shadow: 2px 0px 6px #ccc;
}
.logoutIcn a:hover {
    color: #fff;
    background: rgb(79, 185, 72);
}

.bodyCnt {
    padding-top: 100px;
    overflow: hidden;
    min-height: 530px;
}

.breadcrumb {
    padding: 0;
    margin-bottom: 10px;
    font-size: 18px;
    background: transparent
}

.breadcrumb>li.active {
    color: #4fb948
}

.breadcrumb>li>a {
    color: #323232;
    text-decoration: none
}

.breadcrumb>li+li:before {
    color: #323232;
}

.addProj .btn {
    font-size: 16px;
    vertical-align: top;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
}
a {
    xcolor: #4fb948
}

a:hover {
    xcolor: #6cbf50;
}

.addProj .btn-success {
    background-color: #119fb0;
    border: 0;
    padding: 6px 20px;
}

.addProj .btn-default {
    padding: 5px 20px;
}

.btn-default {
    background: #fff;
    border-color: #ddd
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active:focus {
    background: #f5f5f5 !important;
    border-color: #ddd
}

.addProj .btn-default {
    background: #fff
}

.btn-success:hover,
.btn-success:active,
.btn-success:focus,
.btn-success:active:hover {
    background-color: #6cbf50;
    border-color: #6cbf50;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active:hover {
    background-color: #138fb1;
    border-color: #0a7896
}

.btn-info {
    background-color: rgb(58, 213, 171);
    border-color: rgb(15, 195, 147)
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover {
    background-color: rgb(39, 193, 152);
    border-color: rgb(23, 173, 133);
}

.addProj {
    float: right
}

.mbInr {
    background: #fff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

.mbtNav {
    padding: 15px 15px 5px;
    border-bottom: 1px solid #e5e5e5;
}

.mbtNav .nav-tabs {
    border: 0;
    display: inline-block;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.mbtNav .nav-tabs>li {
    margin: 0;
}

.ui-datepicker-month,
.ui-datepicker-year {
    display: inline-block;
    vertical-align: middle;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    border: 0;
    color: #333;
    outline: none;
    font-size: 13px;
    width: 50px;
}

.mbtNav .nav-tabs>li>a {
    border: 1px solid #eee;
    margin: 0 0 0 -1px;
    background: #fff;
    padding: 7px 30px 6px;
    color: #323232;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    background: #38b554;
    color: #fff   ;
    border-color: #38b554;
}

.panel-group .panel,
.panel-default>.panel-heading {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.panel-default>.panel-heading {
    background: #fff;
    padding: 0;
}

.panel-group .panel {
    border: 1px solid #dcdcdc;
}

.panel-title>a {
    display: block;
    position: relative;
    padding: 15px 150px 15px 15px;
    color: #474747;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.panel-title>a>span {
    font-weight: normal;
    font-style: italic;
    color: #8b8b8b;
    font-size: 85%;
}

.acTool {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: inline-flex;
    align-items: center;
}

.atLeftIcn ul {
    padding: 0;
    margin: 0;
    padding-right: 7px
}

.atLeftIcn ul li {
    list-style: none;
    display: inline-block;
    color: #b8b8b8;
    font-size: 18px;
}

.panel-title .atLeftIcn ul li {
    padding: 15px;
}

.atRightIcn {
    border-left: 1px solid #e0e0e0;
    width: 50px;
    text-align: center
}

.atRightIcn .fa {
    font-size: 25px;
    color: #393939;
    padding: 12px 10px;
    height: 49px
}

.panel-title>a[aria-expanded="true"] .fa:before {
    content: "\f107";
}

.panel-title>a[aria-expanded="true"] .atLeftIcn {
    display: none
}

.tabpnlInr {
    padding: 10px
}

.pbLeft {
    float: left;
    width: 75%;
    padding-right: 15px;
}

.pbRight {
    float: left;
    width: 25%;
    border-left: 1px solid #e5e5e5;
}

.pbRight ul {
    margin: 15px 0;
    padding-left: 20px;
}

.pbRight ul li {
    list-style: none;
    position: relative;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 30px;
}

.pbRight ul li p {
    margin: 0;
    font-size: 13px;
    white-space: nowrap;
    font-weight: 500;
}

.pbLeft {
    float: left;
    width: 75%;
    padding-right: 15px;
    color: #606060;
    font-weight: 300;
}

.pbLeft p {
    margin: 15px 0 20px
}

.pbRight ul li .stsNote {
    position: absolute;
    top: 3px;
    left: 0;
    width: 20px;
    height: 12px
}

.greenBg {
    background: #4eb779
}

.grayBg {
    background: #c5c2c2
}

.purpleBg {
    background: #abb1fc
}

.redBg {
    background: #f26b3f
}

.rghtNmbr {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 500;
    font-size: 13px;
    color: #5f5f5f;
}

.pbRight ul li+li {
    margin-top: 15px
}

.panel-body .atLeftIcn {
    text-align: right;
    border-bottom: 1px solid #e0e0e0;
    margin: -15px -15px 0;
}

.panel-body .atLeftIcn ul li a {
    display: block;
    color: #b8b8b8;
    padding: 10px 11px 8px;
}

.panel-body .atLeftIcn ul li a:hover {
    color: #119fb0
}

.btn {
    padding: 7px 15px;
    font-size: 13px;
}

.btn-default {
    color: #393939;
    background-color: #fff;
    border-color: #dfdfdf;
}

.btn-danger {
    background-color: #d4555e;
    border-color: #d4555e;
}

.btn-primary {
    background-color: #37b3d5;
    border-color: #37b3d5;
}

.btmBtns {
    margin-top: 10px;
}

.bsMtr table tr th:last-child,
.bsMtr table tr td:last-child {
    text-align: center;
}

.bsMtr table tr th:last-child,
.bsMtr table tr td:last-child,
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    white-space: nowrap
}

.panel-group {
    margin-bottom: 0;
}

footer p {
    margin: 0
}

.xcontainer {
    width: auto;
}

.btn-success {
    background-color: #4fb948;
    border-color: #4fb948;
}

.btmProgress {
    position: relative;
    padding-left: 20px;
    padding-right: 40px;
    margin: 10px 0 0;
    float: left;
    width: 100%;
}

.dbWrap {
    margin: 0;
    /* height: 100%; */
    overflow: auto;
    background: #fff;
    padding: 15px 25px;
}

.bsSgl {
    padding: 0;
}

.bsInr {
    background: #fff;
}

.dbsHead h4 {
    font-weight: 500;
    margin: 0;
    /*padding-right: 95px;*/
    text-transform: uppercase;
    font-size: 16px;
    color: #4fb948;
}

.dbsHead {
    padding: 20px 15px 17px;
    position: relative;
    border-bottom: 1px solid #eee;
}

.dbsHead .btn .fa {
    /*position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    background: #0eb185;

    padding: 7px 8px;*/
    font-size: 17px;
}

.dbsHead .btn {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 6px 12px 6px 10px;
    overflow: hidden;
}

.also-listed {
    padding: 0px 20px;
}

.also-listed .also-scroll {
    max-height: 250px;
    overflow-y: scroll;
    border: 1px solid #eee;
}

.also-listed .also-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.also-listed .also-scroll::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.also-listed .also-scroll::-webkit-scrollbar-thumb {
    background-color: #4fb948;
}

.also-listed .also-scroll label a {
    display: block;
    font-weight: 300;
    color: #585858;
    padding: 5px 5px;
    transition: all .2s;
}

.also-listed .also-scroll label a:hover {
    color: #4fb948;
    text-decoration: none;
    box-shadow: 0px 1px 12px rgba(204, 204, 204, 0.21176470588235294);
}

.bsMtr table {
    border: 1px solid #e5e5e5;
}

.bsMtr table tr th {
    background: #f7f7f7
}

.bsMtr table tr th,
.bsMtr table tr td {
    font-weight: normal;
    padding: 10px;
    vertical-align: middle !important;
    border-width: 1px;
    border: 1px solid #e5e5e5 !important;
}

b,
strong {
    font-weight: 500
}

#consultModal .modal-header, #write-review-popup .modal-header{
    padding: 10px 22px;
    background: rgb(17, 159, 176);
    background: -moz-linear-gradient(left, rgba(17, 159, 176, 1) 17%, rgba(50, 216, 167, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(17, 159, 176, 1) 17%, rgba(50, 216, 167, 1) 100%);
    background: linear-gradient(to right, rgba(17, 159, 176, 1) 17%, rgba(50, 216, 167, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#119fb0', endColorstr='#32d8a7', GradientType=1);
}

#consultModal .modal-content {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
#write-review-popup .modal-content{
    padding: 0px;
}
#write-review-popup #quick_contact_forms .btn {
    width: 140px !important;
    border-radius: 2px;
    padding: 10px 0px;
}
#consultModal .modal-title, #write-review-popup .modal-title{
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: normal;
}

.snglInpt textarea {
    resize: none;
    padding: 5px 10px
}

table .snglInpt textarea {
    padding: 7px 15px;
    height: 38px;
    display: block
}

#consultModal .modal-header .close {
    margin: 0;
    color: #fff;
    opacity: 1;
    font-size: 37px;
    width: 30px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    display: block;
    font-weight: normal;
    position: absolute;
    top: -5px;
    right: 10px;
}

.snglInpt label {
    display: block;
    font-weight: 500;
    vertical-align: middle;
    margin: 0;
}

#consultModal .modal-footer .btn {
    padding: 6px 15px;
    font-size: 15px
}

.modal .snglInpt input[type="text"],
.modal .snglInpt input[type="password"],
.modal .snglInpt textarea {
    font-size: 14px
}

.bdlInpt {
    margin: 10px -8px 0
}

.bdlInpt .snglInpt {
    float: left;
    width: 50%;
    padding: 0 8px;
    margin: 0;
}   

.rmberMe label {
    font-weight: normal
}


/*-----------*/


/*.custom-file-upload-hidden {

  display: none;

  visibility: hidden;

  position: absolute;

  left: -9999px;

}



.custom-file-upload {

  display: block;

  width: auto;

  font-size: 16px;

}

.custom-file-upload label {

  display: block;

  margin-bottom: 5px;

}



.file-upload-wrapper {

    position: relative;

    margin-bottom: 0;

    padding-right: 200px;

}

.file-upload-wrapper button.file-upload-button {

    position: absolute;

    top: 0;

    width: 200px;

    padding: 7px 0;

    right: 0;

    font-size: 14px;

    height: 45px;

    text-transform: none;

}

.file-upload-wrapper input.file-upload-input {

    color: #333;

}

.file-upload-input {

    width: 100%;

    font-size: 16px;

    border: 1px solid #ccc;

    padding: 6px 10px;

    background: #fff;

    cursor: not-allowed;

    height: 45px;

    -moz-transition: all 0.2s ease-in;

    -o-transition: all 0.2s ease-in;

    -webkit-transition: all 0.2s ease-in;

    transition: all 0.2s ease-in;

    float: left;

}

.file-upload-input:hover, .file-upload-input:focus {

  background-color: #fff;

  outline: none;

}



.file-upload-button {

  cursor: pointer;

  display: inline-block;

  color: #fff;

  font-size: 16px;

  text-transform: uppercase;

  padding: 11px 20px;

  border: none;

  margin-left: -1px;

  background-color: #4eb948;

  float: left;



  -moz-transition: all 0.2s ease-in;

  -o-transition: all 0.2s ease-in;

  -webkit-transition: all 0.2s ease-in;

  transition: all 0.2s ease-in;

}

.file-upload-button:hover {

  background-color: #6cbf50;

}

.file-upload-wrapper:before,.file-upload-wrapper:after { content: ''; display: table; clear: both}

*/

input.file-upload-input,
.file-upload-button {
    display: none;
}

#from,
#to {
    /*min-width: 150px*/
}

.ui-widget.ui-widget-content,
.ui-datepicker .ui-datepicker-header {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.ui-datepicker .ui-datepicker-header,
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    font-weight: 500;
    color: #fff;
    background: #6cbf50
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border-color: rgb(59, 148, 54);
}

.ui-datepicker .ui-datepicker-header {
    border: 0;
    height: 33px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    background: rgba(0, 0, 0, 0.2);
    border: 0;
    margin: 0;
    top: 3px;
    cursor: pointer
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    background: rgba(0, 0, 0, 0.3);
}

.ui-datepicker .ui-datepicker-next {
    right: 3px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 3px
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    font-family: FontAwesome;
    text-indent: 0;
    font-size: 0;
    color: #fff;
    text-align: center;
}

.ui-datepicker .ui-datepicker-prev span:after,
.ui-datepicker .ui-datepicker-next span:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 20px;
    line-height: 14px;
}

.ui-datepicker .ui-datepicker-prev span:after {
    content: "\f104";
}

.ui-datepicker .ui-datepicker-next span:after {
    content: "\f105";
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    text-align: center
}

.ui-widget.ui-widget-content {
    border-color: #ddd;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
}

.pagination>li>a,
.pagination>li>span {
    color: #4fb948;
}

.dataTables_empty {
    background: #ffe4e4;
    color: #f00;
    padding: 15px !important
}

table.dataTable {
    border-collapse: collapse !important;
    width: 100% !important;
}

.sorting,
.sorting_asc,
.sorting_desc {
    outline: none !important
}

table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting:after {
    font-family: FontAwesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
}

table.dataTable thead .sorting_asc:after {
    content: "\f161"
}

table.dataTable thead .sorting_desc:after {
    content: "\f160"
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #4fb948;
    border-color: #4fb948
}

ul.side-menu {
    padding: 10px;
    list-style: none;
}

ul.side-menu li a {
    color: #272728;
    padding: 8px 10px;
    display: block;
    border-bottom: 1px solid #e2e2e2;
    transition: .3s;
    position: relative;
}

ul.side-menu li:last-child a {
    border-bottom: 1px solid transparent;
}

ul.side-menu li a:hover {
    text-decoration: none;
    color: #4fb948;
    border-bottom: 1px solid #4fb948;
}

ul.side-menu li a:after {
    content: "\f101";
    position: absolute;
    right: 0;
    top: 5px;
    font-family: fontawesome;
}

ul.side-menu li a.active {
    text-decoration: none;
    color: #4fb948;
    border-bottom: 1px solid #4fb948;
}

.mrg-top-20 {
    margin-top: 20px;
}

.left-sidebar {
    float: left;
    width: 260px;
    background: #3c373e;
    position: fixed !important;
    padding-bottom: 50px;
}

.right-sidebar {
    margin-left: 260px;
    overflow: hidden;
    padding: 15px;
    min-height: 550px;
}
.front-top-ribbon p {
    letter-spacing: 0;
}
.left-sidebar ul {
    padding: 10px 0 0;
    margin: 0;
}

.left-sidebar ul li {
    display: block;
    position: relative;
}
.left-sidebar ul li .show-tool-tip {
    position: absolute;
    top: 20px;
}
.show-tool-tip span {
    position: absolute;
        top: 0px;
    bottom: auto;
    right: 15px;
}
.show-tool-tip i {
    color: #777;
    font-size: 14px;
}
.left-sidebar ul li:nth-child(even) span.pull-right {
    color: #ccc;
    margin: 14px 8px;
    font-size: 12px;
    background: #a50b3c;
    padding: 2px 5px;
    border-radius: 3px;
        margin-right: 30px;
}
.left-sidebar ul li:nth-child(odd) span.pull-right {
    color: #ccc;
    margin: 14px 8px;
    font-size: 12px;
    background: #1b3971;
    padding: 2px 5px;
    border-radius: 3px;
        margin-right: 30px;
}

.left-sidebar ul li a {
    display: block;
    padding: 15px 15px;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #544f56;
}

.left-sidebar ul li a:hover {
    background: #272329;
}


/*---- Chirag css -----*/

#custom-search-input {
    margin: 25px 0px;
    /* margin-top: 10px; */
    padding: 0;
}

#custom-search-input .search-query {
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    height: 55px;
    width: 70%;
    float: right;
}

#custom-search-input button {
    border: 0;
    background: none;
    /** belows styles are working good */
    padding: 2px 5px;
    margin-top: 2px;
    position: relative;
    left: -28px;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #D9230F;
}

.search-query:focus+button {
    z-index: 3;
}

.btn-single .btn-success {
    width: 100%;
    padding: 18px 0;
    font-size: 16px;
}

.btn-triple .btn-success {
    margin-top: 25px;
    padding: 11px 4px;
    width: 100%;
    font-size: 15px;
}

button.btn.btn-success:nth-child(2) {}

.add-representative {
    width: 50%;
    margin: 15px 10px;
}

.left-sidebar ul li .active {
    background: #272329;
    color: #4CAF50;
}

.doblInput {
    width: 100%;
    margin: 15px 0;
}

.doblInput:nth-child(2) {
    margin-left: 11px;
}

.pull-right .btn-success:nth-child(2) {
    margin: 0;
}

.cal-deatils>span {
    padding: 6px 0;
    padding-right: 20px;
    vertical-align: middle;
    display: inline-block;
}

.cal-deatils ul {
    padding: 4px 0;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.cal-deatils ul li {
    display: inline-block;
    padding: 2px 0;
    padding-right: 15px;
    vertical-align: middle;
}

.cal-deatils {
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px 15px;
    background: #fff;
    line-height: 1.25;
}

.cal-deatils ul {
    padding: 0;
    display: inline-block;
}
.double-btn .btn.btn-success {
    padding: 12px 10px;
    margin: 15px 0 0px;
    width: 150px;
    border-radius: 4px;
    background-image: -webkit-linear-gradient(top, #7fbf4d, #63a62f);
    border-color: #6cbf50;
    border: 1px solid #63a62f;
    color: #fff;
    font-size: 12px;
    text-align: center;
    text-shadow: 0 -1px 0 #4c9021;
        display: inline-block;
            box-shadow: 0 2px 3px #666666;
    -moz-box-shadow: 0 2px 3px #666666;
    -webkit-box-shadow: 0 2px 3px #666666;
}
.edit_new_add_pro .vpb_file_upload_main_wrapper table th {
    text-align: left;
    background: #1b3971;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
label.custom-select {
    position: relative;
    display: block;
    max-width: inherit;
    margin: 0 0 5px;
    font-weight: normal;
}

.custom-select select {
    display: inline-block;
    border: 1px solid #bbb;
    padding: 5px 15px;
    margin: 0;
    font: inherit;
    outline: none;
    /* remove focus ring from Webkit */
    line-height: 1.2;
    background: #fff;
    -webkit-appearance: none;
    /* remove the strong OSX influence from Webkit */
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 100%;
    border: 1px solid #e6e6e6;
    height: 45px;
}


/* for Webkit's CSS-only solution */

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .custom-select select {
        padding-right: 30px;
    }
}


/* Select arrow styling */

.custom-select:after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    line-height: 30px;
    padding: 9px 15px;
    color: #848484;
    pointer-events: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.no-pointer-events .custom-select:after {
    content: none;
}

.search-bar label {
    font-weight: 300;
}

.search-bar input {
    width: 100%;
    border: 1px solid #e6e6e6;
    padding: 5px 45px 5px 15px;
    background: #fff;
    height: 45px;
}

.search-icon form button {
    background: none;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 12px 15px;
    color: #888;
}

.search-icon form {
    position: relative;
    margin: 0 0 10px;
    display: block;
}

.clinic-profiles {
    padding: 8px 0;
}

.clinic-profiles ul li {
    padding: 15px;
    border: 1px solid #e6e6e6;
    background: #fff;
    display: block;
}

.clinic-profiles ul li+li {
    margin-top: 15px;
}

.clinic-list {
    position: relative;
    padding-right: 300px;
}

.clinic-profiles ul {
    width: 100%;
    padding: 0;
    margin: 0
}

.clinic-profile-bottom {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.Add-clinic button {
    margin: 15px 0;
    padding: 15px 65px;
}

.Add-clinic-form h2 {
    text-align: center;
    margin: 0 0 15px;
    padding: 0;
    font-size: 24px;
}

.form-group.snglInpt .form-control {
    border-radius: 0;
}

.formdoblInput {
    width: 26%;
    display: inline-block;
    margin-bottom: 15px;
}

.form-group label {
    font-weight: 300;
}

.modal-body .snglInpt input[type="text"],
.snglInpt input[type="password"] {
    height: 39px;
    width: 100%;
    border: 1px solid #eee;
    padding: 0px 10px;
}
.pro-reply-modal .modal-header {
    background: linear-gradient(45deg, #3ab54a, #acb53a);
    color: #fff;
    padding: 8px;
}
.pro-reply-modal .modal-content {
    position: relative;
    text-align: center;
    width: 100%;
    border: 3px solid #1b3971;
}
.dashboard-blog-edit .edit{
        background: #198f28;
    color: #fff;
    display: inline-block;
    padding: 3px 7px;
    border-radius: 4px;
}
.dashboard-blog-edit .delete{
        background: #890404;
    color: #fff;
    display: inline-block;
    padding: 3px 7px;
    border-radius: 4px;
}
.des-blog-img {
    position: relative;
}
.des-blog-img button {
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 0px;
    width: 25px;
    height: 25px;
    border: none;
}
form.blog-edit-form {
    display: inline-block;
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
    border: 1px solid #ccc;
    box-shadow: 4px 4px 5px #ccc;
}
form.blog-edit-form .jqte {
    margin-top: 0px;
}
form.blog-edit-form label {
    color: #1b3971;
    font-weight: 600;
    margin-top: 15px;
}
.blog-upload-pics {
    position: relative;
    width: 300px;
}
.blog-upload-pics input#images {
    background: #000;
    width: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    opacity: 0;
}
.blog-upload-pics p {
    background: linear-gradient(45deg, #fff, #bcecfb);
    margin: 0px;
    margin-bottom: 20px;
    padding: 15px;
    text-align: center;
    border: 2px dashed #3ab54a;
    font-size: 14px;
    font-weight: 600;
}
.blog-upload-pics p i.fa.fa-upload {
    font-size: 14px;
    width: 25px;
    height: 25px;
    background: #3ab54a;
    line-height: 25px;
    border-radius: 20px;
    color: #fff;
    margin-right: 6px;
}
.blog-edit-form .jqte {
    border: #ffffff 1px solid;
}
.blog-edit-form ul#fileList li {
    background: #f5f5f5;
    padding: 7px 10px;
    margin-bottom: 5px;
    font-size: 13px;
    border-left: 1px solid #3ab54a;
}
.clinic-profiles h2 {
    font-size: 20px;
    margin: 0px 0;
    line-height: 1.6;
}


/*.expence-btn {

    float: right;

}*/

.expence-btn button {
    padding: 10px 5px;
    margin: 0px;
    width: 145px;
}

.clinic-profiles p {
    margin: 0;
    min-height: 20px;
}

.filter {
    text-align: right;
    padding: 10px 15px;
    background: #fff;
    margin-bottom: 15px;
    height: 40px;
}

.filter p {
    margin: 0;
}

.filter a {
    padding: 0 0px 0 16px;
}

.modal-body {
    padding: 20px 15px;
}

.Unassign-task {
    border: 1px solid #ccc;
    border-radius: 5px;
    position: relative;
    margin-right: 15px;
}

.Unassign-cnt label {
    text-align: center;
    margin: 0 -15px;
    height: 100%;
}

.btn-triple {
    text-align: center;
    width: 100%;
}

.expence-attachment {
    width: 100%;
    border: 1px solid #ccc;
    padding: 0 10px;
    background: #ececec4a;
    border-radius: 5px;
}

.rght-btn {
    float: right;
    margin: 0;
}

.left-btn {
    margin: 0;
}

.expence-attachment button {
    padding: 4px 20px;
    margin: 11px 0;
}

.btn-custom {
    text-align: center;
}

.center-cnt form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.clinic-profiles .double-btn .btn.btn-success {
    padding: 10px 5px;
    margin: 0px;
    width: 145px;
}

.list-btn button {
    border-radius: 0;
    width: 100%;
    padding: 5px 10px;
    height: 45px;
    margin: 0px 0 15px;
}

.repntv-details ul li {
    padding: 3px 0;
    margin: 0;
    border: none;
    text-align: center;
    line-height: 1.14;
    list-style: none;
    display: block !important;
}

.repntv-date>ul>li {
    text-align: center;
    list-style: none;
    background: #ededed;
    border-radius: 5px;
}

.repntv-details {
    background: #fff;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    position: relative;
}

.admin-list-single {
    background: #ededed;
    text-align: center;
    padding: 12px 15px;
    position: relative;
}

.Add-clinic-form {
    text-align: left;
}

.full-width {
    width: 100% !important;
}

.center-btn button {
    padding: 18px 25px;
}

.menu-icn {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 10px;
    margin-top: -20px;
    top: 50%;
    cursor: pointer;
    border-left: 1px solid #ccc;
}

.menu-icn span i {
    display: block;
    height: 3px;
    background: #4fb948;
    margin-top: 5px;
}

.menu-icn span {
    display: block;
    height: 100%;
    padding: 5px 7px;
}

.with-half-width {
    width: 100%;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 10;
}

.sls-inner {
    height: 100%;
    overflow: auto;
}

.search-bar+.dbWrap {
    height: calc(100% - 55px);
}

.cs-wrap {
    float: left;
    width: 250px;
    position: relative;
}

.grid-list {
    float: left;
    width: 45px;
}

.search-icon {
    margin-left: 250px;
    padding-left: 15px;
}

.search-icon form button:hover {
    color: #6cbf50;
}

.search-icon form button:hover {
    color: #6cbf50;
}

.custom-radio {
    position: relative;
}

.custom-radio input[type="radio"]~span {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    user-select: none;
}

.custom-radio input[type="radio"]~span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.custom-radio input[type="radio"]~span:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #6cbf50;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.custom-radio input[type="radio"]:not(:checked)~span:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.al-single p {
    margin-top: 5px;
}

.custom-radio input[type=checkbox],
.custom-radio input[type=radio] {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
}

.custom-check label {
    font-weight: normal;
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    line-height: 1.14;
    user-select: none;
    cursor: pointer;
}

.custom-check label input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.custom-check label input[type="checkbox"]~span {
    position: relative;
    padding-left: 28px;
    display: block;
}

.custom-check label input[type="checkbox"]~span:before,
.custom-check label input[type="checkbox"]~span:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 19px;
    font-weight: bold;
    color: #4eb948;
    font-size: 19px;
}

.custom-check label input[type="checkbox"]~span:after {
    content: '\2713';
    opacity: 0;
    visibility: hidden;
}

.custom-check label input[type="checkbox"]~span:before {
    content: '';
    border: 1px solid #ccc;
    background: #fff;
}

.custom-check label input[type="checkbox"]:checked~span:after {
    opacity: 1;
    visibility: visible;
}

.custom-check label input[type="checkbox"]:checked~span:before {
    border-color: #4eb948;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.custom-check {
    margin-bottom: 10px;
}

.Unassign-cnt label {
    margin: 0;
    height: 100%;
    position: relative;
    font-weight: normal;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.Unassign-cnt label input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    visibility: hidden;
}

.Unassign-cnt label input[type="checkbox"]~p {
    width: 100%;
    padding: 0 5px;
    margin: 0;
    position: relative;
    padding-top: 25px;
}

.Unassign-cnt label input[type="checkbox"]~p:before {
    content: '';
    border: 1px solid #ccc;
    background: #fff;
}

.Unassign-cnt label input[type="checkbox"]~p:after {
    content: '\2713';
    opacity: 0;
    visibility: hidden;
}

.Unassign-cnt label input[type="checkbox"]~p:before,
.Unassign-cnt label input[type="checkbox"]~p:after {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -9px;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 19px;
    font-weight: bold;
    color: #4eb948;
    font-size: 19px;
}

.Unassign-cnt label input[type="checkbox"]:checked~p:after {
    opacity: 1;
    visibility: visible;
}

.Unassign-cnt label input[type="checkbox"]:checked~p:before {
    border-color: #4eb948;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.Unassign-cnt {
    height: 100%;
    margin: 0 -15px;
}

.ea-inner {
    position: relative;
    padding: 0 105px;
}

.ea-inner .btn {
    position: absolute;
    top: 50%;
    margin: -15px 0 0;
    padding: 4px 10px;
    width: 90px;
}

.ea-inner>span {
    display: block;
    padding: 15px 0;
    line-height: 1.14;
    font-size: 13px;
    color: #444;
}

.ea-inner .left-btn {
    left: 0;
}

.ea-inner .rght-btn {
    right: 0;
}

.expence-attachment+.expence-attachment {
    margin-top: 7px;
}

.ea-wrap {
    margin-top: 35px;
}

.snglInpt textarea {
    display: block;
}

.astm-left {
    float: left;
    max-width: 50%;
    text-align: left;
}

.astm-right {
    float: right;
    max-width: 50%;
    margin: 0 0 3px;
}

.astm-right label input[type="checkbox"]~span {
    padding-top: 1px;
    padding-bottom: 2px;
}

.astm-top {
    padding: 5px 0;
}

.list-view .repntv-left {
    text-align: left;
}

.list-view .repntv-left p {
    display: inline-block;
    vertical-align: middle;
}

.clinic-profiles .repntv-details ul li+li {
    margin-top: 5px;
}

.repntv-single {
    padding: 5px;
}

.repntv-right:before,
.repntv-right:after {
    content: '';
    display: table;
    clear: both;
}

.repntv-date:not(.list-view) .repntv-right .repntv-single {
    width: 33.333%;
    float: left;
}

.list-view .repntv-right .repntv-single {
    text-align: left;
}

.repntv-date.list-view .repntv-details ul li {
    display: inline-block !important;
    vertical-align: top;
    margin: 0;
    margin-right: 15px;
}

.list-view .repntv-right {
    margin: 0 -5px;
}

.repntv-date.list-view .repntv-details ul li:last-child {
    display: block !important;
    text-align: left;
}

.repntv-single ul li+li {
    margin-top: 2px;
}

.manager-note .repntv-details:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 24px solid transparent;
    border-left: 25px solid #fd0000;
}

.manager-note .repntv-details {
    box-shadow: 0 3px 20px rgba(0, 0, 0, .15);
    border-color: rgba(253, 2, 0, 0.4);
}

.list-btn .list-view-btn span {
    font-size: 0;
}

.list-btn .list-view-btn span:before {
    content: 'Grid';
    font-size: 13px;
}

.pagination {
    margin: 0
}

.visit-list-single h3 {
    margin: 0;
    font-size: 18px;
}

.visit-list-single h5 {
    margin: 5px 0;
}

.visit-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -7px;
}

.admin-list ul {
    padding: 0;
    margin: 0
}

.visit-list ul li {
    display: block;
    padding: 7px;
}

.admin-list ul li {
    display: block;
}

.admin-list {
    padding: 10px 0;
}

.visit-list ul li {
    width: 25%;
}

.admin-list ul li+li {
    margin-top: 15px
}

.admin-list ul li {
    /*width: 33.333%*/
}

.visit-list-single {
    height: 100%;
    border: 1px solid #ddd;
    padding: 15px;
}

.admin-list-single h3 {
    margin: 0;
    font-size: 20px;
    padding: 10px 0;
}

.als-img img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
}

.als-img {
    width: 40px;
    margin: 0 auto;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    background: #e2e2e2 url(../images/default-user.png) center center no-repeat;
    background-size: 25px auto;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.report-list ul li {
    background: #eee;
    text-align: center;
}

.repntv-details ul {
    margin-top: 5px;
}

.attach-files {
    margin-top: 15px;
}

.snglInpt.formdoblInput {
    margin: 0;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border-color: #336f1d;
    background: #418828;
}

.lgnForm.forgot-pass {
    max-width: 500px;
    margin: 0 auto;
}

.svd-main {
    padding: 0 15px;
    width: 100%;
}

.expnc-attachment {
    margin: 15px 0 0;
}

.add-clinic .btn-single {
    max-width: 300px;
    margin-top: 20px;
}

.filter-date {
    padding: 10px;
    background: #fff;
    margin-bottom: 10px;
    position: relative;
}

.filter-date .single-date {
    float: left;
    width: 50%;
    padding: 0 15px;
    max-width: 300px;
}

.filter-date .single-date label {
    float: left;
    width: 50px;
    margin: 0;
    padding: 5px 0 0;
}

.filter-date .single-date .snglInput {
    margin-left: 60px;
}

.filter-date .single-date input {
    height: 30px;
    padding: 0 10px;
}

.profile-image .usrImg,
.profile-image .usrImg img {
    width: 120px;
    height: 120px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.profile-image .usrImg img {
    overflow: hidden;
}

.profile-image .usrImg {
    margin: 0 auto;
    background: #e2e2e2 url(../images/default-user.png) center center no-repeat;
    background-size: 90px auto;
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: visible;
}

.profile-image {
    padding-bottom: 20px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 20px;
}

.user-details .snglInpt label {
    display: block;
    font-weight: normal;
    margin-bottom: 5px;
}

.double-fields .snglInpt {
    width: 50%;
    float: left;
    padding: 0 10px;
    margin: 0;
}

.double-fields {
    margin: 0 -10px 15px;
}

.double-fields:before,
.double-fields:after {
    content: '';
    display: table;
    clear: both;
}

.profile-image .usrImg button {
    position: absolute;
    bottom: 10px;
    right: 0;
    background: #6cbf50;
    border: 0;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    padding: 0;
}

.left-sidebar ul li a[type="button"] {
    cursor: pointer;
}

.search-between {
    display: inline-block;
    vertical-align: middle;
}

.search-between button {
    background: #4eb948;
    border: 0;
    color: #fff;
    height: 30px;
    width: 40px;
    border-radius: 5px;
}

.search-between button:hover {
    background-color: #6cbf50;
}

.als-right .btn {
    margin: 2px 0;
}

.choose-reprentative h3 {
    margin: 0 0 15px;
    font-size: 20px;
}

.btn-double-pop .btn {
    width: 100%;
}

.btn-double-pop {
    margin-top: 20px;
    margin-bottom: 5px;
}

.modal-sm {
    max-width: 300px;
    margin: 30px auto;
}

.modal-sm .modal-body {
    padding: 20px 15px 15px;
}

.grid-list+.list-btn {
    margin-left: 50px;
}

.grid-list .btn {
    border-radius: 0;
    padding: 5px;
    width: 45px;
    height: 45px;
    font-size: 20px;
}

.list-view-btn .fa-th-list:before {
    content: "\f009";
}

.add-reprentative .btn {
    padding: 10px 20px;
    width: 100%;
    max-width: 230px;
    font-size: 14px;
    text-transform: capitalize;
}

.add-reprentative .btn .fa {
    font-size: 18px;
    vertical-align: middle;
    margin-right: 5px;
}

.add-reprentative {
    margin-bottom: 5px;
}

.cs-wrap+.filter-date {
    margin-left: 260px;
    overflow: hidden;
}

.with-date-range .cs-wrap label {
    margin: 0;
}

.with-date-range .cs-wrap label select {
    height: 51px;
}

.dcb_inner {
    display: flex;
}

.dcb_single {
    width: 50%;
    text-align: center;
    color: #5f5f5f;
    padding: 13px 0px;
}

.dcb_single h2 {
    font-size: 22px;
    margin-bottom: 0px;
    color: #3a3a3a;
}

.singleBtn a {
	display: block;
    text-align: center;
    padding: 5px 15px;
    background: #4fb948;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    border-radius: 4px;
    border-bottom: 3px solid #3f9339;

}

.see-btn {
    font-size: 12px;
    padding: 7px 5px;
    position: relative;
    margin-bottom: 21px;
    display: inline;
}

.see-btn:after {
    position: absolute;
    content: close-quote;
    height: 1px;
    width: 30px;
    background: #929292;
    left: 5px;
    bottom: 2px;
}

.see-btn:hover {
    text-decoration: none;
    color: #388c32;
}

.singleBtn {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 0;
    margin-right: 10px;
}

.topButtons {
    margin: 5px 0 15px;
}

.progress_chart>span {
    float: left;
    width: 280px;
    padding: 1px 0;
}

.progress-bar {
    background-color: #4fb948;
    line-height: 13px;
    font-size: 10px;
}

.progress {
    height: 13px;
    margin: 3px 0;
}

.pc-right {
    margin-left: 280px;
    position: relative;
}

.pc-right a {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    line-height: 1;
    font-size: 13px;
}

.progress_chart {
    margin: 17px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 20px 0;
}

.dc_single {
    background: #f3f3f3;
    padding: 13px;
    margin: 0px 5px;
    width: 50%;
}

.dcl-small {
    display: flex;
    font-size: 14px;
    padding: 10px;
}  

.dcs_drop>.select {
    padding: 5px 5px;
    background: #fff;
    border: 1px solid #ddd;
    color: #676767;
    width: 100%;
}

.dcs_drop>.select:focus {
    outline: none;
}

.dcs_drop>.select option {
    padding: 2px 3px;
    border: none;
}

.profile-rating {
    background: #f9f9f9;
    xpadding: 13px;
    xmargin: 10px 0px;
}

.ctm-btn {
    padding: 10px 15px;
    background: #1b3971;
    color: #fff;
    border-radius: 4px;
}
.show-more-btn-dashboard {
    background: linear-gradient(45deg, #3ab54a, #acb53a);
    padding: 10px 20px;
    margin-top: 10px;
    border-radius: 4px;
    box-shadow: 2px 2px 0px 0px #208b24;
}
.ctm-btn-reset {
    border-radius: 4px;
}
.email-note p {
    background: #fffbdc;
    margin-top: 10px;
    padding: 4px 10px;
    font-size: 14px;
    border: 1px solid #fac16d;
    border-radius: 4px;
}
.profile-performance {
    background: #f9f9f9;
    xpadding: 13px;
    xmargin: 0px 5px;
}

.dcl-small-1 {
    xpadding: 14px;
}

.profile-performance .dcb_single span {
    font-size: 14px;
}

.profile-performance .dcb_single {
    padding: 4px 12px;
    margin-top: 24px;
    margin-bottom: 28px;
    border-right: 1px solid #ccc;
}

.profile-performance .dcb_single:last-child {
    border-right: 1px solid transparent;
}

.tital_head h2 {
    font-size: 20px;
    display: inline-block;
    margin-top: 8px;
}

.tital_head .back-btn button, .tital_head a.back-btn {
    background: #38b554;
    border-radius: 5px;
    border: 1px solid #38b554;
    padding: 5px 15px;
    color: #fff;
    font-size: 16px;
}

.tital_head .back-btn {
    float: right;
}

.tital_head {
    margin-bottom: 18px;
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
}
.review-section-dashboard .nav.nav-tabs a {
    color: #1b3971;
    border: 1px solid #ddd;
    margin: 0px 2px;
}
.review-tab-forms {
    background: #eee;
    display: inline-block;
    width: 100%;
    padding: 20px;
    border: 1px solid #ccc;
}
.review-table {
    margin-top: 20px;    
}
.rating-pjct i {
    color: #ffc801;
    font-size: 14px;
    padding: 0px 2px;   
}

.rating-pjct {
    padding: 8px 5px;
    /* border-bottom: 1px solid #eee; */
}

.rating-pjct .story-btn {
    float: right;
    background: #ffffff;
}
#point {

    display: flex;
    margin-top: 0px;
    
    }
    #point select[multiple], #point select[size] {
    
    height: 90px;
    color: #000;
    width: 100%;
    color: #555;
    border: 1px solid #ddd;
    overflow: auto;
    }
    #point button {
    
    color: #fff;
    background: #1b3971;
    border: none;
    font-size: 12px;
    
    }
    div#point select option {
        font-size: 12px;
        padding: 2px 8px;
    }
.story-btn {
    padding: 4px 10px;
    border: 1px solid #38b554;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    background: #38b554; 
    line-height: 16px;
}
.project_wrap h4{
    color: #012169;
}
.project_wrap p strong{
    color: #012169;
    font-size: 16px;
}
.project_wrap table {
    border: 1px solid #38b554;
    background: #fff;
    width: 320px;
}
.project_wrap table td {
    border: 1px solid #c9f4d2 !important;
}
.project_wrap p{
    margin-bottom: 15px;
    font-size: 14px;
    color: #000;
}
.img-sec {
    position: relative;
    background: #000;
}

.right-side-info li .btn {
    padding: 1px 7px;
}

.prjt-view-more p strong {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}

.prjt-view-more {
    position: absolute;
    top: 50%;
    width: 100%;
    right: 0;
    transform: translate(0%, -50%);
    text-align: center;
    color: #fff;
    padding: 10px;
}

.img-sec img {
    opacity: 0.7;
    width: 100%;
}
.bsMtr .show-img img {
    width: 100%;
}
.prjt-details {
    margin: 12px 0;
    border: 1px solid #dcdcdc;
}

.story-btn:hover,
.story-btn:focus {
    background: #38b554;
    color: #fff;
}

.rating-profile {
    display: inline;
    padding: 0 10px 0 10px;
}

.rating-profile i {
    font-size: 16px;
}

.social-icns i {
    width: 35px;
    height: 35px;
    background: #38b554;
    text-align: center;
    vertical-align: middle;
    line-height: 35px;
    color: #fff;
    border-radius: 20px;
}

.details-prfl h3 {
    margin: 0 0 10px 0;
}

.photo-garly {
    padding: 0
}

.plans {
    margin: 0px 0px 30px 0px;
}

.plans .fa-check {
    color: green;
}

.plans .fa-times {
    color: red;
}

.plans .label_1 {
    display: inline !important;
}

.plans .label_1 input {
    margin: 0px;
    padding: 0px 0px 0px 0px;
}

.plans .label_1 .radio-padding {
    padding: 10px 20px 0px 10px;
    text-align: right;
}

.pricingTable {
    text-align: center;
    transition: all 0.5s ease 0s;
}

.pricingTable:hover {
    /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);*/
    box-shadow: 0 0 10px #aaa;
}
.pricing-des-dash-gap{
    padding: 6px;
}
.pricingTable .pricingTable-header {
    color: #feffff;
    padding-bottom: 20px;
}

.pricingTable .heading {
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
}

.pricingTable .heading>h3 {
    font-size: 20px;
    margin: 0;
    text-transform: capitalize;
}

.pricingTable .subtitle {
    display: block;
    font-size: 13px;
    margin-top: 5px;
    text-transform: capitalize;
}

.pricingTable .price-value {
    display: block;
    font-size: 31px;
    font-weight: 700;
    padding-bottom: 25px;
}

.pricingTable .price-value span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}

.pricingTable .pricingContent {
    text-transform: capitalize;
    background: #f3f3f3;
    color: #fefeff;
}

.pricingTable .pricingContent ul {
    list-style: none;
    padding: 15px 20px 10px;
    margin: 0;
    text-align: left;
}

.pricingTable .pricingContent ul li {
    font-size: 14px;
    padding: 12px 0;
    border-bottom: 1px dashed #8d8a8a;
    color: #171616;
}

.pricingTable .pricingContent ul li i {
    font-size: 14px;
    float: right;
}

.pricingTable .pricingTable-sign-up {
    padding: 20px 0;
    background: #f3f3f3;
    color: #fff;
    text-transform: capitalize;
}

.pricingTable .pricingTable-sign-up input {
    margin: 0px;
}

.pricingTable .btn-block {
    width: 60%;
    margin: 0 auto;
    font-size: 17px;
    color: #fff;
    text-transform: capitalize;
    border: none;
    border-radius: 5px;
    padding: 10px;
    transition: all 0.5s ease 0s;
}

.pricingTable.blue .pricingTable-header,
.pricingTable.blue .btn-block {
    /*background: #727cb6;*/
    background: #37b44a;
}

.pricingTable.pink .pricingTable-header,
.pricingTable.pink .btn-block {
    background: #ed687c;
}

.pricingTable.orange .pricingTable-header,
.pricingTable.orange .btn-block {
    background: #e67e22;
}

.pricingTable.green .pricingTable-header,
.pricingTable.green .btn-block {
    background: #008b8b;
}

.pricingTable.blue .btn-block:hover,
.pricingTable.pink .btn-block:hover,
.pricingTable.orange .btn-block:hover,
.pricingTable.green .btn-block:hover {
    background: #e6e6e6;
    color: #939393;
}

.process-btn {
    background-color: #37b44a;
    color: #fff;
    padding: 10px 66px;
    border: none;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    cursor: pointer;
    opacity: .9;
    border-radius: 0;
    margin-top: 10px;
    font-size: 20px;
}

.lead-table {
    width: 100%;
    margin: 20px 0;
    max-width: 300px;
}
.all-lead-table th {
    background: #cdf1fe;
    font-size: 14px;
    padding: 10px;
    color: #000;
    font-weight: 500;
}
.all-lead-table .view-chat-btn{
    padding: 8px 10px;
    background: #3ab54a;
    color: #fff;
    border-radius: 4px;
}
.lead-table tr td,
.lead-table tr th {
    padding: 10px 15px;
    font-size: 15px !important;
}

.lead-table tr th {
    background-color: #f1f1f1;
}
.all-designers-blogs th {
    background: #cdf1fe;
    font-size: 12px;
    padding: 10px;
    border: 1px solid #ccc;
    color: #000;
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #61ac48;
    cursor: pointer;
}

.dgn-banner {
    background: url(../images/bannerImageInr.jpg) no-repeat;
    background-size: cover;
}

.user-pic-left {
    padding: 10px;
    width: 30%;
    float: left;
    text-align: center;
}

.user-pic-left .usr-img {
    width: 180px;

height: 180px;

overflow: hidden;

border-radius: 50%;

border: 5px solid rgba(255, 255, 255, 0.28);

display: flex;

justify-content: center;

align-items: center;

margin: 15px auto;

background: #000;
}

.usr-img img {
    max-height: 100%;

max-width: 100%;
}

.user-menu-ftr {
    background: #4fb948a8;
}

.user-menu-ftr ul li {
    list-style: none;
    display: inline-block;
    margin-right: 8px;
}

.user-menu-ftr ul {
    padding: 10px 21px;
    margin-bottom: 0px;
}

.user-menu-ftr ul li a {
        padding: 6px 22px;
    color: #fff;
}

.user-menu-ftr ul li a.active {
    background: #ce8517;
    color: #fff;
    border: 2px solid rgba(50, 109, 38, 0.5215686274509804);
}

.user-social a i {
    width: 26px;
    height: 26px;
    line-height: 26px;
        color: #3ab54a;
}

#myCarousel {
    position: relative!important;
}

a.left.carousel-control,
a.right.carousel-control {
    position: absolute;
    margin-top: 14%!important;
    background: #ccc!important;
    text-align: center;
    padding: 10px 10px;
    width: 50px;
    height: 49px;
}

.profile-details img {
    vertical-align: top;
}

.name-pstn h3 {
    margin-top: 0px;
}

.user-social a {
    padding: 4px;
    display: inline-block;
    line-height: 26px;
    border-radius: 50%;
    background: #fff;
    font-size: 14px;
    text-align: center;
}

.user-social {
    padding: 7px 10px;
    text-align: center;
}

.user-content-right {
    width: 70%;
    float: left;
    padding-bottom: 40px;
}

.user-details-left h2 {
    font-size: 30px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 20px;
    display: inline-block;
}

.user-details-left ul {
    padding: 0px;
    list-style: none;
    line-height: 27px;
    color: #fff;
}

.user-details-left ul li strong {
    width: 124px;
    display: inline-block;
}

.user-details-left {
    margin-top: 46px;
}

.cnt-btn {
    padding: 8px 15px;
    font-size: 14px;
    background: #ce8517;
    color: #ffffff;
    border-radius: 30px;
    display: block;
    width: 150px;
    text-align: center;
    margin-top: 19px;
    transition: all .2s;
}

.cnt-btn:hover {
    text-decoration: none;
    background: #bb760f;
    color: #fff;
}

.cnt-text h2 {
    font-size: 16px;
    line-height: 26px;
}

.cnt-text p {
    font-size: 14px;
    color: #636363;
}

.cnt-text h2 {
    font-size: 16px;
    line-height: 26px;
    margin-top: 0px;
}

.cnt-text p {
    font-size: 14px;
    color: #636363;
}

.cr-btn input {
    display: none;
}

.btn-groups-ovr {
    padding-top: 20px;
}

.cr-btn:hover {
    background: #38b554;
    color: #ffffff;
    cursor: pointer;
}

.right-side-info ul {
    padding-left: 0px;
    list-style: none;
    font-size: 14px;
}

.right-side-info ul li {
    display: flex;
    margin-bottom: 5px;
}

.right-side-info ul li span {
    width: 30px;
    margin-right: 10px;
    font-size: 18px;
    text-align: center;
    color: #38b554;
}

.portfolio-gallery ul {
    padding: 0px;
    list-style: none;
}

.portfolio-gallery ul li.image {
    width: 33%;
    float: left;
    padding: 1px;
}

.portfolio-gallery ul li.image img {
    width: 100%;
    height: 230px;
}

.portfolio-gallery ul li a {
    position: relative;
    display: block;
}

.portfolio-gallery ul li a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}

html {
    /*scroll-behavior: smooth;*/
}

.portfolio-gallery ul li a .caption-1 {
    padding: 8px 12px;
    position: absolute;
    left: 0;
    opacity: 0;
    text-align: center;
    z-index: 2;
    right: 0;
    bottom: 0;
    transition: all .3s;
}

.portfolio-gallery ul li a:hover .caption-1 {
    opacity: 1;
}

.portfolio-gallery ul li a:before {
    content: "\f00e";
    font-family: FontAwesome;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    font-size: 23px;
    width: 33px;
    height: 33px;
    margin-top: -22px;
    margin-left: -10px;
    text-align: center;
}

.portfolio-gallery ul li a:before,
.portfolio-gallery ul li a:after {
    opacity: 0
}

.portfolio-gallery ul li a:hover:before,
.portfolio-gallery ul li a:hover:after {
    opacity: 1
}

.right-side-info {
    background: #eeeeee;
    margin-top: 0px;
    padding: 10px 10px;
}

.portfolio-sec {
    padding: 30px 0px;
    border-top: 1px solid #ededed;
}

.Overview_sec {
    padding: 10px 0px;
}

.write-review-sec h2, .portfolio-sec h2, .library_sec h2, .blog_sec h2, .review-sec-title h2 {
    font-size: 24px;
    position: relative;
    color: #000;
}

.write-review-sec h2:after,
.portfolio-sec h2:after,
.library_sec h2:after,
.blog_sec h2:after {
    position: absolute;
    content: close-quote;
    width: 71px;
    height: 2px;
    background: #38b554;
    left: 0;
    bottom: -7px;
}

.write-review-sec {
    padding: 30px 0px;
}

.st-dates ul {
    list-style: none;
    padding: 1px 2px;
    margin-bottom: 0;
}

.st-dates ul li {
    font-size: 12px;
    display: inline-block;
    padding: 0px 4px;
}

.st-dates ul li b {
    color: #40b85b;
}

.st-dates ul li:last-child {
    color: #8e8e8e;
}

.ctm-table {
    background: #fff;
    text-align: center;
    margin: 16px 0px;
}

.ctm-table tr th {
    font-weight: 500;
    color: #38b554;
    text-align: center;
}

.ctm-btn-reset {
    padding: 10px 15px;
    background: #ec572a;
    color: #fff;
}

.result-table {
}

.first-left-tbl tr th:first-child,
.first-left-tbl tr td:first-child {
    text-align: left;
}

.review-table tr td {
    border: none !important;
}

.prdt-img {
    width: 450px;
    height: auto;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    margin: 0 auto;
}

.carousel-control.left,
.carousel-control.right {
    background: none !important;
}

.glyphicon-chevron-right:before {
    content: "\f054";
    font-family: 'FontAwesome';
}

.glyphicon-chevron-left:before {
    content: "\f053";
    font-family: 'FontAwesome';
}

.name-pstn {
    display: inline-block;
}

.profile-details {
    padding: 15px 0;
}

.profile-details img {
    padding: 0 15px 0 0;
}

.share-photo {
    float: left;
    font-size: 18px;
}

.share-photo span {
    display: block;
}

.share-photo i {
    color: #38b554;
    font-size: 29px;
    padding: 0 4px;
}

.share-photo i:hover {
    cursor: pointer;
    color: #000;
}

.share-photo {
    padding: 15px 0;
}

.border-left {
    border-left: 1px solid #ddd;
}

.other-prjcts h3 {
    margin-top: 0;
    padding: 15px 10px;
    font-size: 20px;
}

.other-prjcts {
    padding: 25px 0;
    border-top: 1px solid #ddd;
}

.prdct-img p {
    padding: 15px 0;
}

.prfl-cnt .rating-profile {
    padding: 10px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.prfl-cnt .rating-profile i {
    padding: 0 5px 0 0;
    font-size: 24px;
}

.top-margin {
    padding: 40px 0;
}

.rating h3 {
    font-size: 17px;
    margin-top: 0px;
}

.rating a,
.rating-view a {
    color: #bb760f;
    font-size: 24px;
    display: inline-block;
    padding: 0px 2px;
}

.rating-view a:last-child {
    color: #fff;
    font-size: 15px;
}

.rating-view {
    display: inline-block;
}

.rating-view a {
    padding: 0px 1px;
    font-size: 19px;
    color: #f9ad3a;
}

.library-box {
    position: relative;
    margin: 10px 0px;
    transition: all .3s;
    border: 1px solid #e8e8e8;
}

.library-box:hover {
    box-shadow: -3px 14px 24px rgba(204, 204, 204, 0.55);
}

.lib-cap h3 {
    font-size: 18px;
    margin: 10px 0px;
    color: #38b554;
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
}

.library_sec {
    padding: 0px 0px;
}
.product-simple-block {
    margin: 0 0 0px 0;
}
.review-sec-title {
    margin-bottom: 0px;
}
.blog_sec1-box {
    padding: 10px;
    background: #efefef;
    margin: 10px 0px;
    transition: all .3s;
}

.blog_sec1-box:hover {
    box-shadow: -3px 14px 24px rgba(204, 204, 204, 0.55);
}

.blog-cap h3 {
    margin: 13px 0px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 9px;
    color: #4fbe68;
    font-size: 18px;
}

.blog_sec {
    padding: 14px 0px;
}

.blog-cap p {
    padding: 6px 0px;
    color: #505050;
}

.blog-cap a {}

.lib-cap ul {
    padding: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.lib-cap ul li {
    width: 50%;
    padding: 4px 5px;
}

.lib-cap {
    background: #fff;
    padding: 10px;
    width: 100%;
}

.header_blog,
.rating-box-header {
    display: flex;
}

.blog-img,
.rating-img-user {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #8a8a8a;
    margin: 0px 6px;
}

.blog-img img,
.rating-img-user img {
    height: 50px;
    width: 50px;
}

.title-blog h3,
.user-rating h3 {
    margin-top: 9px;
    font-size: 21px;
    margin-bottom: 4px;
}

.title-blog .date-b {
    margin-top: 0px;
    font-size: 12px;
    color: #7d7d7d;
    margin-bottom: 0px;
    float: right;
}

.show-rating a {
    font-size: 18px;
    color: #ffbe00;
}

.show-rating a:last-child {
    color: #222228;
    font-size: 15px;
}

.user-rating h3 {
    margin-top: 0px;
    font-size: 18px;
}

.coment-user {
    padding: 10px 10px;
}

.rating-box {
    padding: 10px;
    border: 1px solid #ececec;
    margin-top: 20px;
    transition: all .3s;
}

.rating-box:hover {
    box-shadow: -3px 14px 24px rgba(204, 204, 204, 0.55);
}

.user-menu-ftr.fixnav {
    position: fixed;
    top: 94px;
    z-index: 9;
    background: #4fb948;
    left: 0;
    right: 0;
}

p.name {
    display: inline-block;
    margin-bottom: 0px;
    font-size: 14px;
    color: #38b554;
}

.title-blog {
    padding: 0px 10px;
    width: 90%;
}

.header_blog {
    padding-bottom: 7px;
    border-bottom: 1px solid #d8d8d8;
}

.load-more-btn {
    padding: 10px 30px;
    color: #fff;
    background: #38b554;
    margin-top: 20px;
    transition: all .3s;
}

.load-more-btn:hover {
    background: #2b9843;
    color: #fff;
    box-shadow: 2px 6px 9px #ccc;
}
.title_head h2{
    text-transform: capitalize;
}
  label {
  font-weight: normal;
  margin: 0 0 0px;
  color: rgb(51, 51, 51);
}
.edit_new_add_pro form label {
    color: #1b3971;
    font-weight: 500;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 3px;
}
.edit_new_add_pro div#vpb_added_files_box {
    width: 100%;
}
.slidecontainer {
 width: 100%;
}
.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}
.slider:hover {
 opacity: 1;
}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 23px;
  height: 24px;
  border: 0;
  background: url('./range_slider_icon.png');
  cursor: pointer;
}
.slider::-moz-range-thumb {
  width: 23px;
  height: 24px;
  border: 0;
  background: url('contrasticon.png');
  cursor: pointer;
}
.cr-btn {
  margin: 5px;
  display: inline-block;
}
.cate-check input[type="checkbox"]:checked ~ label {
  background-color:#37b44a;
  color: #fff;
}
.cate-check input[type="checkbox"] {
  position: absolute;
  left: -1000px;
}
.form-control {
    height: 34px;
    padding: 8px;
    font-size: 14px;
    margin-bottom: 20px;
    box-shadow: none;
    border: 1px solid #ddd;
}
.mb30 {
 margin-bottom: 30px;
}

.text-center {
 text-align: center;
}
.title-sm {
  font-size: 18px;
  display: block;
  font-family: 'brandon_grotesquebold';
  text-transform: uppercase;
}
.main_title {
  font-size: 20px;
  color: #04bef3;
  font-size: 18px;
}
.rinline.radio {
 margin: 0;
}
.rinline.radio {
 margin: 0;
}
.pr25 {
 padding-right: 25px;
}
.pull-left {
 float: left!important;
}
.checkbox, .radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.pr25 {
 padding-right: 25px;
}
.mt20 {
 margin-top: 20px;
}
.pull-left {
 float: left!important;
}
.mt20 {
 margin-top: 20px;
}
.mb10 {
 margin-bottom: 10px;
}
.ml20 {
 margin-left: 20px;
}
.mt10 {
  margin-top: 10px;
}
.reg-imp-detail{
  padding: 50px 120px;
  margin: 50px 60px;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 40px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 40px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 40px 0px rgba(0, 0, 0, 0.1);
}
.form-control {
 height: 47px;
}
.form-control:focus {
  border-color: #66afe9 !important;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6) !important;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6) !important;
}
.rinline.radio input[type="radio"]:empty ~ label::before {
  position: absolute;
  left: 0;
}
.radio input[type="radio"]:empty ~ label::before {
  position: relative;
  display: block;
  content: '';
  border: 1px solid #3f3f3f;
}
.check-box5 input[type="checkbox"]:empty ~ label, .radio input[type="radio"]:empty ~ label {
  cursor:  pointer;}
.radio input[type="radio"]:empty ~ label::before {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.radio input[type="radio"]:checked ~ label::after {
 background:#37b44a;
}
.radio input[type="radio"]:hover:not(:checked) ~ label::after, .radio input[type="radio"]:checked ~ label::after, .radio-checked::after {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.radio input[type="radio"]:hover:not(:checked) ~ label::after, .radio input[type="radio"]:checked ~ label::after {
  position: absolute;
  display: block;
  content: '';
  top: 7px;
  left: 7px;
}
.check-box5 input[type="checkbox"]:empty, .radio input[type="radio"]:empty {
 display: none;
}
.rinline.radio label {
 padding-left: 40px;
}
.db {
 display: block;
}
.cate-check {
  margin-left: -5px;
  margin-right: -5px;
}
.or_ {
  position: relative;
  height: 320px;
  border-right: 1px solid grey;
  right: 83px;
  z-index: 00000;
}
.or_ p {
  position: absolute;
  right: -12px;
  top: 45%;
  background-color: #fff;
}
.select-box .add-btn {
  margin-top: 10px;
 border: 0px;
  }
.button-line-blue {
  background-color: transparent;
  color: #3f3f3f;
  display: block;
  font-size: 16px;
}
.button-line {
 position: relative;
}
.button-line-blue::after {
  background-color:#3ab54a !important;
  bottom: -8px !important;
}
.button-line::after {
  position: absolute;
  content: '';
  display: block;
  width: 35px;
  height: 3px;
  background-color: #fff;
  bottom: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button-line-blue:hover::after {
 width: 100%;
}
  .skipbutton {
    margin-bottom:30px;
    color:white;
    border-radius:0px;
  }.default_skipbutton {
    color:green;font-weight:bold;font-size:14px;
  }
.al_ad_reg_form .form-control {
    height: 34px;
    padding: 8px;
    font-size: 14px;
    margin-bottom: 20px;
    box-shadow: none;
    border: 1px solid #ddd;
}
.al_ad_reg_form label {
    font-size: 14px;
    color: #1B3971;
}
.add_head_box h3 {
        padding: 10px;
    margin: 0px;
    background: #b3e3f5;
    font-size: 20px;
    color: #1b3971;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700;
}
.al_ad_reg_form input[type="submit"] {
    background: #1B3971;
    padding: 10px 20px;
    border: none;
    color: #fff;
    font-size: 14px;
    margin: 10px;
}
.file-upl-btn label {
    margin: 10px auto;
    width: 180px;
    background: #b3e3f5;
    padding: 8px;
    border-radius: 5px;
    text-align: center;
}
.file-upl-btn input[type=file] {
    display: none;
}


/*Needed Info css starts*/
.radius-slider-col h3 {
   color: #1b3971;
   font-weight: 600;
   font-size: 15px;
   margin-top: 30px;
   }
   .also-listed {
   padding: 0px 20px;
   }
   .also-listed .also-scroll {
   max-height: 300px;
   overflow-y: scroll;
   border: 1px solid #ccc;
   padding: 10px 20px;
   background: #fff;
   }
   .also-listed .also-scroll ul li {
    padding: 5px 0px;
    font-size: 13px;
    color: #000;
}
   .also-listed .also-scroll ul li input {
   margin-right: 10px;
   }
   .also-listed .also-scroll::-webkit-scrollbar-track
   {
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
   background-color: #F5F5F5;
   }
   .also-listed .also-scroll::-webkit-scrollbar
   {
   width: 6px;
   background-color: #F5F5F5;
   }
   .also-listed .also-scroll::-webkit-scrollbar-thumb
   {
   background-color: #4fb948;
   }
   .also-listed .also-scroll label a {
   display: block;
   font-weight: 300;
   color: #585858; 
   padding:5px 5px;
   transition: all .2s;
   }
   .also-listed .also-scroll label a:hover {
   color: #4fb948;
   text-decoration: none;
   box-shadow:0px 1px 12px rgba(204, 204, 204, 0.21176470588235294);
   }
   .slidecontainer {
   width: 100%;
   }
   .slider {
   x-webkit-appearance: none;
   width: 100%;
   height: 10px;
   border-radius: 5px;
   background: #d3d3d3;
   outline: none;
   opacity: 0.7;
   -webkit-transition: .2s;
   transition: opacity .2s;
   }
   .slider:hover {
   opacity: 1;
   }
   .slider::-webkit-slider-thumb {
   -webkit-appearance: none;
   appearance: none;
   width: 23px;
   height: 24px;
   border: 0;
   background: url('./range_slider_icon.png');
   cursor: pointer;
   }
   .slider::-moz-range-thumb {
   width: 23px;
   height: 24px;
   border: 0;
   background: url('contrasticon.png');
   cursor: pointer;
   }
   .cr-btn {
   margin: 5px;
   display: inline-block;
   }
   .cate-check input[type="checkbox"]:checked ~ label {
   background-color:#37b44a;
   color: #fff;
   position: relative;  
   }
   .cate-check input[type="checkbox"]:checked ~ label:after {
   content: "\f058";
   font-family: FontAwesome;
   font-style: normal;
   font-weight: normal;
   text-decoration: inherit;
   color: #fff;
   font-size: 20px;
   padding-right: 0.5em;
   position: absolute;
   top: 6px;
   right: 0;
   }
   .cate-check input[type="checkbox"]~ label {
   position: relative;  
   }
   .reg-imp-details .cate-check input[type="checkbox"] ~ label:after,
   .pref-pro-type .cate-check input[type="checkbox"] ~ label:after{
   content: "\f055";
   font-family: FontAwesome;
   font-style: normal;
   font-weight: normal;
   text-decoration: inherit;
   color: #000;
   font-size: 20px;
   padding-right: 0.5em;
   position: absolute;
   top: 6px;
   right: 0;
   }  
   .reg-imp-details .cate-check input[type="checkbox"]:checked ~ label:after, 
   .pref-pro-type .cate-check input[type="checkbox"]:checked ~ label:after {
   content: "\f058";
   font-family: FontAwesome;
   font-style: normal;
   font-weight: normal;
   text-decoration: inherit;
   color: #fff;
   font-size: 20px;
   padding-right: 0.5em;
   position: absolute;
   top: 6px;
   right: 0;
   }
   .cate-check input[type="checkbox"] {
   position: absolute;
   left: -1000px;
   }

   .mb30 {
   margin-bottom: 30px;
   }
   .text-center {
   text-align: center;
   }
   .title-sm {
   font-size: 18px;
   display: block;
   font-family: 'brandon_grotesquebold';
   text-transform: uppercase;
   }
   .main_title {
   font-size: 20px;
   color: #04bef3;
   font-size: 18px;
   }
   .rinline.radio {
   margin: 0;
   }
   .rinline.radio {
   margin: 0;
   }
   .pr25 {
   padding-right: 25px;
   }
   .pull-left {
   float: left!important;
   }
   .checkbox, .radio {
   position: relative;
   display: block;
   margin-top: 10px;
   margin-bottom: 10px;
   }
   .pr25 {
   padding-right: 25px;
   }
   .mt20 {
   margin-top: 20px;
   }
   .pull-left {
   float: left!important;
   }
   .mt20 {
   margin-top: 20px;
   }
   .mb10 {
   margin-bottom: 10px;
   }
   .ml20 {
   margin-left: 20px;
   }
   .mt10 {
   margin-top: 10px;
   }
   .reg-imp-detail{
   padding: 50px 120px;
   margin: 50px 60px;
   position: relative;
   background-color: #fff;
   -webkit-box-shadow: 0px 1px 40px 0px rgba(0, 0, 0, 0.1);
   -moz-box-shadow: 0px 1px 40px 0px rgba(0, 0, 0, 0.1);
   box-shadow: 0px 1px 40px 0px rgba(0, 0, 0, 0.1);
   }
   .rinline.radio input[type="radio"]:empty ~ label::before {
   position: absolute;
   left: 0;
   }
   .radio input[type="radio"]:empty ~ label::before {
   position: relative;
   display: block;
   content: '';
   border: 1px solid #3f3f3f;
   }
   .check-box5 input[type="checkbox"]:empty ~ label, .radio input[type="radio"]:empty ~ label {
   cursor:  pointer;}
   .radio input[type="radio"]:empty ~ label::before {
   width: 24px;
   height: 24px;
   border-radius: 50%;
   }
   .radio input[type="radio"]:checked ~ label::after {
   background:#37b44a;
   }
   .radio input[type="radio"]:hover:not(:checked) ~ label::after, .radio input[type="radio"]:checked ~ label::after, .radio-checked::after {
   width: 10px;
   height: 10px;
   border-radius: 50%;
   }
   .radio input[type="radio"]:hover:not(:checked) ~ label::after, .radio input[type="radio"]:checked ~ label::after {
   position: absolute;
   display: block;
   content: '';
   top: 7px;
   left: 7px;
   }
   .cate-check input[type="checkbox"]:empty ~ label {
   padding: 10px 10px;
   x-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
   x-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
   xbox-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
   padding-right: 40px;
   border: 1px solid #ddd;
       font-size: 14px;
   }
   .check-box5 input[type="checkbox"]:empty, .radio input[type="radio"]:empty {
   display: none;
   }
   .rinline.radio label {
   padding-left: 40px;
   }
   .db {
   display: block;
   }
   .cate-check {
   margin-left: -5px;
   margin-right: -5px;
   }
   .or_ {
   position: relative;
   height: 320px;
   border-right: 1px solid grey;
   right: 83px;
   z-index: 00000;
   }
   .or_ p {
   position: absolute;
   right: -12px;
   top: 45%;
   background-color: #fff;
   }
   .select-box .add-btn {
   margin-top: 10px;
   border: 0px;
   }
   .button-line-blue {
   background-color: transparent;
   color: #3f3f3f;
   display: block;
   font-size: 16px;
   }
   .button-line {
   position: relative;
   }
   .button-line-blue::after {
   background-color:#3ab54a !important;
   bottom: -8px !important;
   }
   .button-line::after {
   position: absolute;
   content: '';
   display: block;
   width: 35px;
   height: 3px;
   background-color: #fff;
   bottom: 10px;
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
   }
   .button-line-blue:hover::after {
   width: 100%;
   }
   .skipbutton {
   margin-bottom:30px;
   color:white;
   border-radius:0px;
   }.default_skipbutton {
   color:green;font-weight:bold;font-size:14px;
   }
   .designer-pro-head{
   background: url("/assets/new_dashboard/images/info-head-ing.jpg");
   color: #fff;
   background-size: cover;
   padding: 40px;
   }
   .designer-pro-head p {
   font-size: 25px;
   line-height: 56px;
   }
   .designer-pro-head strong {
   font-size: 42px;
   font-style: italic;
   }
   .ques-intro{
   font-size: 18px;
   margin-top: 20px;
   margin-bottom: 10px;
   }
   h2.page-main-head strong {
   color: #38b554;
   border-bottom: 1px solid #ccc;
   font-size: 24px;
   }
   .three-sec-profession .also-listed h2 {
    background: #1b3971;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    padding: 10px 20px;
    margin: 0px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom: 1px solid #f00;
    text-transform: capitalize;
}
   .lead-preferance {
   background: url(/assets/images/brickwalls.png);
   }

.front-top-ribbon p {
    margin: 0px;
}   
.front-top-ribbon {
        background: #1b3971;
    color: #fff;
    padding: 8px 12px;
    position: relative;
    font-size: 17px;
}
.front-top-ribbon p span {
    font-size: 16px;
}
.front-top-ribbon i {
    z-index: 99999;
    position: absolute;
    top: 30%;
    right: 10px;
}
/*needed info css ends*/
.left-sidebar-icon {
    background: #38b554;
    width: 35px;
    height: 35px;
    position: fixed;
    top: 133px;
    text-align: center;
    color: #fff;
    padding-top: 5px;
    z-index: 99;
}
.left-sidebar-icon i.fa.fa-tachometer {
    font-size: 20px;
    line-height: 23px;   
}
.col-sm-12.information-nav-div{
    margin-bottom: 0px;
}
.show-pro-progress table th{
        text-align: left;
    background: #1b3971;     
    color: #fff;
    font-size: 14px;
    font-weight: 500;  
}
#testingModal .modal-header .modal-title {
    padding: 6px;
    color: #4fb948;
    font-size: 20px;
    font-weight: 400;
}
.show-pro-progress table tr th {
    background: #1b3971;
}
.result-table .show-pro-progress{
    margin-top: 20px;
}
.result-table .show-pro-progress table tr a {
    color: #38b554;
    font-weight: 600;
    font-size: 15px;
    text-decoration: underline;
}
.portfolio-gallery .overlay {
   display: block!important;
   position: absolute;
   bottom: 0;
   left: 0;
   height: 100%;
   width: 100%;
   color: #fff;
   padding: 20px;
   display: flex;
   align-items: center;
   justify-content: center;
   }
   .user-menu-ftr ul {
   padding: 8px 0px;
   }
   .overview-sect{
   background: #fff;
   }
   .right-side-info ul li p {
   font-size: 14px;
   }
   .portfolio-content {
   padding: 0px; 
   }
   .portfolio-gallery ul {
   margin: 0px;
   }
   .portfolio-content .overlay {
   background-color: rgba(0, 0, 0, 0.6);
   }
   .portfolio-gallery ul li.image img {
   width: 100%;
   height: auto !important;
   max-height: 100% !important;
   }
   .portfolio-content {
   xheight: 230px;
   padding: 4px;
   display: flex;
   align-items: center;
   justify-content: center;
   margin-bottom: 10px;
   xbackground: #777;
   }
   .portfolio-content a {
   background: transparent;
   height: 210px;
   line-height: 210px;
   display: inline-block !important;
   padding-top: 95px;
   font-size: 20px;
   }
   .portfolio-gallery ul li a:hover:before, .portfolio-gallery ul li a:hover:after {
   opacity: 0;
   }
   .design-section {
   /* border-top: 5px solid #3ab54a; */
   padding: 60px 0px;
   background: #fff;
   }
   .designers-btn {
   font-weight: 500;
   }
   .whole-containers{
   padding: 15px;
   }
   .overview-sect, .portfolio-sec, .design-section, .projects-section, .library-section, .blogs-section, .write-review-sec {
   padding: 20px;
   background: #fff;
   border-bottom: 1px solid #ccc;
   }
   .product-simple-block .lib-cap {
   border: 1px solid #eee;
   }
   .blog-cap p {
   font-size: 15px;
   line-height: 24px;
   }
    .write-review-sec .show-rating i {
    padding-right: 4px;
    font-size: 17px;
    margin-top: 6px;
}
    .write-review-sec .show-rating .unnchecked {
    color: #e6e2e2;
}
.right-side-info ul li em {
    display: inline-block;
    margin-left: 3px;
    color: #38b554;
}
.fixedElement {
    xbackground-color: #c0c0c0;
    xposition:fixed;
    xtop:0;
    width:100%;
    z-index: 99 !important;
}
  .profile-performance h4, .profile-rating h4 {
        background: #eaeaea;
    padding: 10px;
    width: 100%;
    font-size: 16px;
    color: #1b3971;
    margin: 0px;
        font-weight: 600;
    border-bottom: 1px solid #7d7d7d;
}
.profile-performance, .profile-rating {
    background: #f9f9f9;
    border: 1px solid #ddd;
    box-shadow: 2px 2px 7px #ccc;
    margin-bottom: 30px;
}
.profile-performance .dcb_single, .profile-rating .dcb_single {
    color: #000000;
        border: 1px solid #eaeaea;
    margin-bottom: 10px;
        background: #fff;
}
.profile-rating .dcs_drop {
    padding: 10px;
}
.profile-performance .ctm-btn {
    margin-bottom: 15px;
    color: #fff;
}
.dcb_single h2 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #3ab54a;
        font-weight: 800;
}
.dash-btn {
    margin-bottom: 10px;
}
.ctm-btn {
    padding: 7px 7px;
    background: #1b3971;
    color: #fff;
    border-radius: 4px;
}
.ctm-table th, .ctm-table td {
    font-size: 13px !important;
}
.pc-right span {
    background: #1b3971;
    font-weight: 500;
    color: #fff;
    padding: 4px;
    margin: 4px 0px;
    display: inline-block;
    border-radius: 4px;
    font-size: 13px;
    float: right;
}
.spin_Block {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    background: rgba(0,0,0,0.5);
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 24px;
}
.browser-file {
    position: relative;
}
/* photo guideline scrollbar */
.points-box, .all_photo_guiedline {
    position: relative;
}
.all_photo_guiedline {
    padding: 0px 0px;
}
.all_photo_guiedline i.fa.fa-times-circle {
    position: absolute;
    right: 10px;
    top: 8px;
    z-index: 9;
    font-size: 18px;
}
.all_photo_guiedline.also-listed .also-scroll{
   max-height: 150px;
   padding: 0px;
}
.all_photo_guiedline.also-listed .also-scroll ul li {
    padding: 2px 0px;
    font-size: 13px;
    color: #000;
}
.all_photo_guiedline.also-listed .some-points a {
    font-size: 15px;
    background: #1b3971;
    color: #fff;
    font-size: 13px;
    display: inline-block;
    padding: 5px;
    border-radius: 3px;
    margin: 4px;
    margin-right: 20px;
}
.points-box h4 {
    background: #fff3f3;
    padding: 8px;
    color: #1b3971;
    font-size: 16px;
    margin: 0px;
    font-weight: 500;
}
.points-box ul li {
    font-size: 13px;
}
.points-box .some-points ul li i.fa-circle {
    color: #4fba51;
    font-size: 10px;
    margin-right: 10px;
    line-height: 24px;
}
.points-box .some-points ul {
    background: #f9f9f9;
    border: 1px solid #eee;
    padding-left: 10px;
    margin-bottom: 0px;
}
.add-select-des{
    margin-top: 10px;
    width: 100%;
    font-size: 14px;
}
.prjt-view-more .add-select-des select{
    width: 100%;
    color: #000 !important;
    padding: 3px 0px;
}
.footer {
    z-index: 999;
    position: relative;
}
/* photo guideline scrollbar ends */
@media only screen and (min-width: 600px) {
    .show-pro-progress-for-mobile{
        display: none;
    }
}

@media only screen and (max-width: 600px) {
  .new_ad_project_form .snglInpt {
    margin-top: 10px;
}
.new_ad_project_form .form-group {
    margin-bottom: 0px;
}
.show-pro-progress-for-mobile h4 {
    text-align: left;
    color: #1b3971;
}
.pricing-des-dash-gap {
    padding: 6px;
    width: 80%;
    margin: 0 auto;
}
.left-sidebar ul li a{
    padding-left: 35px;
}
}
@media only screen and (min-width: 1600px) {
    .bodyCnt {
        height: calc(100% - 35px);
        overflow: auto;
    }
}