.pl-4, .px-4 {
    padding-left: 1.5rem !important;
}
.pr-4, .px-4 {
    padding-right: 1.5rem !important;
}
.graphical-plus img {
    margin: 10px auto;
    top: 0;
    position: relative !important;
    max-width: 18px;
}
.graphical-view:before {
    content: "";
    background: #140b4e;
    width: 2px;
    position: absolute;
    top: -30px;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: auto;
}
.graphical-col {
    display: -ms-flexbox !important;
      display: inline-block !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.graphical-box-r:before {
    left: -50px;
    width: 45px;
}
 
.graphical-box-r .graphical-number {
    left: -85px;
    width: 40px;
    height: 40px;
    line-height: 36px;
    font-size: 14px;
}
.graphical-col > div {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    
}
.graphical-col {
    width: 100%;
    padding-left: 60px;
}

.graphical-box-l:before {
    right: auto;
    left: -50px;
    width: 80px;
}
.graphical-view {
    padding-left: 30px;
}
.graphical-view::before {
    left: 65px;
}
 
.graphical-box-l .graphical-number {
    right: auto;
    left: -50px;
    width: 40px;
    height: 40px;
    line-height: 36px;
    font-size: 14px;
}
.graphical-number {
    background: #deb657;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    box-shadow: 0px 0px 0px 3px #eee inset;
    border: 3px solid #deb657;text-align:center; color:#FFFFFF;
    line-height: 46px;
    font-size: 16px;
    top: 50%;
    transform: translateY(-50%);
}
.graphical-box-blue .card-header {
    color: #291f76 !important;
}
 
.graphical-col .form-group.font-size-28 {
    font-size: 18px;padding-bottom:5px
}
.nav-pills>li+li {
    margin-left: 10px !important;
}
.nav-pills>li {
    float: left;
    width: 45% !important;
}
.btn-theme-colored1{
    color: #000;
    background-color: #cccccc;
    border-radius: 10px;
}
.homepage .font-weight-semibold {
    font-weight: normal !important;
    font-family: 'montserratsemibold';
}
 .font-size-15 {
    font-size: 14px;
}
.tab-content1 {
    padding: 0px 0px;
    border: 0px solid #dadada;
}
.graphical-box-l:before, .graphical-box-r:before {
    content: "";
    background: #140b4e ;
    width: 120px;
    display: block;
    height: 3px;
    position: absolute;
    top: 45%;
    margin-top: -3px;
    z-index: -1;background-image:url(../images/circle.png);height:14px
}
.graphical-col .col-6 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    width: 43%;
}


.graphical-plus {
    text-align: center;
}
 
.mt-3, .my-3 {
    margin-top: 1rem !important;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}
.graphical-box-l, .graphical-box-r, .graphical-box-blue, .graphical-box-yellow {
    padding: 0.08rem;
    z-index: 2;
}
.card-header {
    font-size: 14px;
    color: #009933;border-bottom:solid 1px #c6c2c2;
    padding: 5px 10px 
}
.card1 {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #f7f7f7;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.25rem;
}
.modal-dialog {
    width: 1000px;
    margin: 30px auto;
}
.modal-body {
    position: relative;
     padding: 0px; 
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity = 20);
    opacity: 1;
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-title{padding:0px 0px 5px 0px; font-size:13px; font-weight:500}
.graphical-box-l .graphical-number {
    right: -103px;
}
.graphical-box-l .graphical-number {
    right: auto;
    left: -85px;
    width: 40px;
    height: 40px;
    line-height: 36px;
    font-size: 14px;
}
.bg-secondary-light1 {
    background-color: #f7f7f7 !important;
}
.text-center {
    text-align: center !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 5px 10px 
}


@media (max-width:768px) {
    .graphical-col .col-sm-6 {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        width: 90%;
    }
    
    .graphical-plus{
        padding-top:0px !important;
        float:none !important;
    }
}