.inline{
    display: inline-block;
}
.card{
    margin-top: 10px;
    margin-bottom: 20px;
}

#profileImage {
    width: 136px;
    position: absolute;
    font-size: 1.25rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    /* display: inline-block; */
    overflow: hidden;
    /*padding: 0.985rem 1.75rem;*/
    height: 136px;
    background-color: #1dbb7a26;
    border-radius: 50%;
    top: 0;
    left: 0;
}
.carddefault{
    cursor: default;
    padding: 4px;
  /*  color:#fff;
    background: #1dbb7a;
    border-radius: 5px;
    font-size: 14px;*/

}
.btn-warning:focus,.btn-warning:active{
    color: #fff !important;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.notif-count   
{ color: #fff;
    font-size: 10px;
    font-weight: 500;
    border-radius: 50px;
    padding: 2px;
    padding-left: 3px;
    padding-right: 3px;
    margin-left: -8px;
}
.cart-count   
{ color: #fff;
    font-size: 10px;
    font-weight: 500;
    border-radius: 50px;
    padding: 2px;
    padding-left: 3px;
    padding-right: 3px;
    margin-left: -8px;
}
.customsuccessmodal .modal-dialog{
    max-width: 421px !important;
}
/*//file*/
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active
{
    background: #1dbb7a;
    color: #fff;
    border: 1px solid #1dbb7a;
}
.nav-tabs .nav-link {
    border-color: #e9ecef #e9ecef #dee2e6;
    /*border-radius: 4px;*/
    border-right: none;
    padding: .5rem 2rem !important;
}
.nav-tabs .nav-link:last-child{
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border-color: #e9ecef #e9ecef #dee2e6;
    border-right: 1px solid #e9ecef;
}
.nav-tabs .nav-link:first-child{
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-color: #e9ecef #e9ecef #dee2e6;
    /*border-left: 1px solid #e9ecef;*/
}
.nav-tabs{
    border-bottom: none;

}
.tab-div{
    display: inline-flex !important;
}
.tab-div a{
    background-color: #fff;
}
.nav-fill .nav-item{
    flex:  none !important;
}
.top-nav {
    padding: 0 15px;
}
.plan_div{
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 4px;
}
.plan-head{
    padding: 10px;

}
.plan-head p{
    color: #333;
    font-weight: 500;
}
.plan_div ul{
    padding: 0px;
}
.rightplacebtn{
    padding:6px 9px !important;
}
.plan_div ul li {
list-style: none;
text-decoration:none;
}
.space35{
    height: 35px;
}
.green-t{
    color: #1dbb7a;
}
.btn-warning:active,.btn-warning:focus{
    outline: 0;
    box-shadow: none;
}

/*sidebar*/
.sidebar-wrapper {
    background: #ffffff;
    border-radius: 6px;
    overflow: hidden;
    text-align: left;
    margin-bottom: 20px;
    position: relative;
    transition: .4s;
    padding: 0 20px 30px;
    border: 1px solid #eaeff5;
}
.sidebar-box-header {
    padding: 15px 0;
    margin-bottom: 20px;
}
#sidebar a i::before{
    margin-right: 10px;
}
.bb-1 {
    border-bottom: 1px solid #eaeff5 !important;
}
.b-1{
    border: 1px solid #eaeff5 !important;
}
.mess-div{
    border: 1px solid #ced4da;

}
.btn,.btn:hover,.btn:focus,.btn:active:focus{
    box-shadow: 0 2px 6px rgba(102,103,107,.15);
    outline: none;
}
.btn-dark:hover{
    color:#fff;
}
.md-btn {
    max-width: 150px;
    white-space: normal !important;
    word-wrap: break-word;
    width: 100%;
    float:none !important;
}
.sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
}
.conversation{
    border: none;
}
.mess-div input[type="file"] {
    display: none;
}
.mess-div i::before{
    font-size: 14px;
}

.card-details-box{
    border:  1px solid #eaeff5;
    border-radius: 5px;
    font-size: 14px;
    padding: 10px;
}
.successmodal .modal-dialog{
    max-width: 350px;
}
.sidebar-box-header h4 {
    font-size: 15px;
    margin: 5px 0;
}
ul.block-list {
    padding: 0;
    margin: 0;
}
ul.block-list li {
    list-style: none;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 500;
    display:flow-root;
    /*font-family: 'Josefin Slab', serif;*/
}
.font-10{
    font-size: 10px;
}
ul.block-list li i {
    margin-right: 12px;
}
html body .cl-success {
    color: #11b719 !important;
}
.btn-div{
    text-align: center;
}
.nav-item {
    margin-left: 0;
}
.nav, .navbar-nav {
    list-style: none;
}
ul.nav li>a.nav-link {
    padding: 5px 12px 5px 11px;
    font-size: 1.05rem;
}
.item-fl-box {
    width: 100%;
    display: block;
    /*align-items: center;*/
}
.item-fl-box .des{
    display: block;
}
.item-fl-box .des img{
    border: 1px solid #ccc;
    border-radius: 5px;
    max-height: 200px;
    width: auto;
}
.brows-resume-name .date{
    color: #ccc;
}
.conversation:focus{
    border:none !important;
}
.brows-resume-name i::before{
    font-size: 14px;
}
.round-tag{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 2px 9px;
    font-size: 18px;
    color: #fff;
}
.leftattach{
    line-height: 42px;
}
.navbar-nav {
   
    flex-direction: row;
}
.dropdown-menu-media .dropdown-menu-header {
    border-bottom: 1px solid #E6E6E6;
}
.dropdown .dropdown-menu .dropdown-header {
    padding: 10px 20px;
    
    text-transform: uppercase;
    color: #818A91;
}
.dropdown-menu-media{
     position: absolute;
    transform: translate3d(-142px, -15px, 0px);
    top: 0px !important;
    left: 0px !important;
    will-change: transform;
    
} 
.dropdown-notification .dropdown-menu-media{
    width: 20rem;
}
.notif-pad{
    padding: 10px;
    border-bottom: 1px solid #E6E6E6;
}
.notification-dropdown li.notif-pad:last-child {
    border-bottom:unset !important;
}
.notification-dropdown li a {
    padding: 5px 5px 20px 5px !important;
    white-space: normal;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    display: block;
}
.notification-dropdown li .text-div {
    width: calc(100% - 70px);
    display: inline-block;
    padding-left: 5px;
    margin-top: 5px;
}
.notification-dropdown li .text-div span {
    display: block;
}
.notification-time {
    color: #757575;
    font-size: 11px;
}
.notification-dropdown li .img-div {
    width: 55px;
    display: inline-block;
    float: left;
}
.notification-dropdown li .img-div img {
    width: 100%;
}
ul.nav li .media-list {
    max-height: 18.2rem;
    top: -20px;
}
.detail-pic{
    border: 2px dashed #1dbb7a;
    display: block;
    width: 140px;
   opacity: 1;
    margin: 0 auto;
    position: relative;

    height: 140px;
    border-radius: 50%;
    margin-bottom: 15px;
}
.detail-pic .fa-image{
    font-size: 40px;
    color:#1dbb7a;
}
.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.inputfile + label {
    width: 136px;
    font-size: 1.25rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
   padding: 2.985rem 2.75rem;
    height: 136px;
    background-color: #1dbb7a26;
    border-radius: 50%;
    position: relative;
}

.dropdown-menu-media .media-list .media {
    padding: 1rem;
    border: none;
    border-bottom: 1px solid #E6E6E6;
}
.Dashboard-col {
    width: 32%;
    /*border-radius: 10px;*/
    /*border: 1px solid #ccc;*/
    /*padding: 10px;*/
    /*float: left;*/
    /*margin: 0 5px 5px 0;*/
    /*text-align: center;*/
    /* height: 100%;*/
   
    /*max-width: 32%;*/
    border-radius: 10px;
    /*border: 1px solid #ccc;*/
    padding: 10px;
    float: left;
    margin: 0 5px 5px 0;
    text-align: left;
    /*height: 100%;*/
}

.format-div{
    min-width: 71.9px;
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 10px 5px;
    float: left;
    margin: 0 5px 5px 0;
    text-align: center;
}
.format-div.active{border-color: green;background-color: #e8f7e8}

.format-caption{
    line-height: 15px;
}
.extra-format input[type=checkbox],
.extra-format_sep input[type=checkbox],
.extra-format_sk input[type=checkbox] {
    display: none;
}
input[type=checkbox]#fullcolor,
.sep_dropfile,
.sk_dropfile{
display: none;
}

.inline-grid{
    display: inline-grid !important;
}
.round-option{
    display: inline-block;
    font-size: 12px;
    padding: 3px 12px;
    margin-bottom: 2px;
    border:1px solid #ccc;  
    border-radius: 50px;
    line-height: 14px;
}
.green-br{
    border:none;
    border: 1px solid #1dbb7a;
    color: #1dbb7a;
}
.extra-format .active,.extra-format_sep .active, .extra-format_sk .active{
    border:none;
    border: 1px solid #1dbb7a;
    color: #1dbb7a;
}
.format-caption small{
    color: #333;
}
.format-caption h5{
    font-size: 12px;
    margin-bottom: 2px;
}
.fullcolor_label {
    line-height:15px !important;
    margin-right: 2px;
    margin-left: 20px;
}
.fullcolor_label input[type=checkbox]{
    display: none;

}
.red-b{
    border: 1px solid #ef5b60;
}
.green{
    background:#1dbb7a;
}
.round-icon{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin : 0 auto;
}
.feature-icon{
    margin-bottom: 10px;
}
.feature-icon p {
    color: red;
    /*background: rgba(7, 177, 7,0.07);*/
}
.feature-caption h5 {
    /*text-transform: uppercase;*/
    font-weight: 500;
    margin: 15px 0;
    font-size: 14px;
}
.Dashboard-col div.btn-div{
    padding-top: 15px ;
}
.light-red{
    background-color: #fcedf0;
}.light-yel{
    background-color: #fffaf0;
}
.lightyel{
    background-color: #ffe00042;
}
.fl-r{
    float: right;
}
.light-blue{
    background-color: #005cbf7a;
}
.btn-gray-small{
    
    border : none;
    background: whitesmoke;
    color:#333;
    font-size: 14px;
    border-radius: 5px;
    outline: 0;
    box-shadow: none;

}
.order-list{
    margin: 0;
    padding: 0;
}
ul.order-list li{
    /*color: #66727b;*/
    list-style: none;
    padding: 10px 2px;

}
.dropdown-user-link::after{
    border-top: none !important;
     border-right: none !important;
     border-bottom: 0 !important; 
     border-left: none !important;
}
.right-side i::before{
    margin-right: 0px!important;
    margin-left: 0px !important;
}
.btn-success,.btn-success:focus,.btn-success:active{
    background-color: #1dbb7a;  
    box-shadow: none;
    outline: 0;
}
ul.order-list li span.left {
    /*font-weight: 500;*/
    margin-right: 20px;
    width: 100px;
    display: inline-block;
}
ul.order-list li span.right{
    display: inline-block;
}

.sqimg{
        border: 2px solid #1dbb7a;
    width: 100%;
    max-height: 100px;
    border-radius: 5px;
    max-width: 135px;
}
.sqimg img{
    max-width: 100%;
    max-height: 96px;
    border-radius:3px;
}
.light-red-btn:active,.light-red-btn:focus,.light-yellow-btn:active,.light-yellow-btn:focus,.light-blue-btn:active,.light-blue-btn:focus,.btn-gray-small:active,.btn-gray-small:focus
{
    outline: 0;
    box-shadow: none;
}
.icon-width{
    max-width: 5.33333%;
}

a.green-t:hover , a.green-t:focus,a.green-t:active{
    color: #1dbb7a;
}
.search-box{
    min-width: 400px;
}
.order-img{
    overflow: hidden;
    padding: 2px;
    max-width: 400px;
}
.light-red-btn{
    border : none;
    background: #fcedf0;
    color:#ef5b60;
    font-size: 14px;
    border-radius: 5px;
    outline: 0;
    box-shadow: none;
    cursor: pointer;
    width: 100% !important;
    padding: 10px 0;
    /*padding: 2px;*/
}
.light-red-btn:hover,.light-red-btn:focus,.light-red-btn:active{
     background: #fcedf0;
    color:#ef5b60;
    border : none !important;
      box-shadow: none !important;
}
.light-yellow-btn{
    border : none;
    background: #fffaf0;
    color:#fabf3e;
    font-size: 14px;
    border-radius: 5px;
    outline: 0;
    width: 100%;
    padding: 10px 0;
    box-shadow: none;
    cursor: pointer;
}
.light-blue-btn{
    border : none;
    background: #005cbf47;
    color:#005cbf;
    font-size: 14px;
    border-radius: 5px;
    outline: 0;
    box-shadow: none;
    cursor: pointer;
    width: 100%;
    padding: 10px 0;
}
.light-blue-btn:hover{
     background: #005cbf47;
    color:#005cbf;
}
.yel-b{
    border :1px solid #ffc107;
}
.blue-b{
    border :1px solid #005cbf;
}
.pink-b{
    border :1px solid #e43eff;
    margin:5px 5px 5px 0
}
.olive-g{
    border :1px solid #1DBB7A;
    margin:5px 5px 5px 0
}
.olive-g-btn{
    border: none;
    background: #e8f8f1;
    color: #1DBB7A;
    font-size: 14px;
    border-radius: 5px;
    outline: 0;
    box-shadow: none;
    cursor: pointer;
    width: 100%;
    padding: 10px 0;
}
.light-pink-btn{
    border: none;
    background: #feedff;
    color: #e43eff;
    font-size: 14px;
    border-radius: 5px;
    outline: 0;
    box-shadow: none;
    cursor: pointer;
    width: 100%;
    padding: 10px 0;
}

.light-green-div{
    background-color: #e9f8f1;
    border: 2px solid #1dbb7a;
    color:#333;
    font-weight: 500;
}
/*plan div*/
.clearfix:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    clear: both;
}
.templ_div{
    /*display: none;*/
    max-width: 500px;
}

.pricing-sub-table{
    background-color: whitesmoke;
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}

.pricing-sub-table table tbody tr.odd {
    background: #f7f7f7;
}
.pricing-sub-table tr td{

    border: 1px solid #e7e7e7;
    text-align: left;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.pricing-sub-table tr td.left {
    border-right: 0px;
}
.pricing-sub-table tr td.right {
    border-left: 0px;
    width: 100px;
    text-align: right;
    padding-right: 15px;
}
/** ========================
 * Contenedor
 ============================*/
.pricing-wrapper {
    width: 960px;
    margin: 40px auto 0;
}
.small{
    line-height: 17px;
    font-size: 12px;
}
.pricing-table {
    margin: 0px 5px 5px 0px;
    text-align: center;
    width: 24%;
    /*width: 168px;*/
    float: left;
    border-radius: 4px;
    border-top-left: 1px solid #ccc;border-top-right: 1px solid #ccc;
    border-bottom-left: 1px solid #ccc;border-bottom-right: 1px solid #ccc;
    border: 1px solid #ccc;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    background: #fff;
    padding:2px;
}
.price-head{
    min-height: 120px;
}

.pricing-table:hover {
    border: 2px solid #1dbb7a;
    padding:1px;
}
#nav-home .price-head h5, #nav-profile .price-head h5 {
    font-size: 24px;
    font-weight: 700;
}


.pricing-table.recommended .pricing-title {
    background: #2db3cb;
}

.pricing-table.recommended .pricing-action {
    background: #2db3cb;
}

.pricing-table .price {
    background: #fff;
    font-size: 1.3em;
    font-weight: 600;
    padding: 10px 0;
    /*text-shadow: 0 1px 1px rgba(0,0,0,0.4);*/
    color: #333;
}

.pricing-table .price sup {
    font-size: 0.4em;
    position: relative;
    left: 5px;
}

.table-list {
    background: #FFF;
    color: #403d3a;
    text-align: left;
}

.table-list li {
    font-size: 14px;
    font-weight: 600;
    padding: 3px 8px;
    font-weight: 500;
}

.table-list li:before {
    content: "";
    
    font-family: 'FontAwesome';
    color: #3fab91;
    display: inline-block;
    position: relative;
    right: 5px;
    font-size: 16px;
    width: 5px;
    height: 21px;
} 

.table-list li span {
    font-weight: 400;
}

.table-list li span.unlimited {
    color: #FFF;
    background: #e95846;
    font-size: 0.9em;
    padding: 5px 7px;
    display: inline-block;
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    border-radius: 38px;
}


/*.table-list li:nth-child(2n) {
    background: #F0F0F0;
}*/

.table-buy {
    background: #FFF;
    padding: 15px;
    text-align: center;
    overflow: hidden;
}

.table-buy p {
    float: left;
    color: #37353a;
    font-weight: 700;
    font-size: 2.4em;
}

.table-buy p sup {
    font-size: 0.5em;
    position: relative;
    left: 5px;
}

.table-buy .pricing-action {
    
    color: #FFF;
    background: #e95846;
    padding: 10px 16px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-weight: 700;
    font-size: 1.4em;
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
    
}

/*.table-buy .pricing-action:hover {
    background: #cf4f3e;
}*/

.recommended .table-buy .pricing-action:hover {
    background: #228799;    
}

.modal-img .close{
    position: absolute;
    right: 10px;
}

.poplist{
    margin:0;
    padding: 0;
}
.poplist li::before{
    width: 0px;
    height: 0px;
    right: 0;
}
.close-popover{
    line-height: 0px;
}
.poplist li{
    padding: 4px 6px;
    line-height: 15px !important;
    min-height: auto !important;
}
.poplist li img{
margin-right: 5px; }
.text-popover{
min-width: 220px;
}
.popover-width{
    min-width: 180px !important;
}
.popover-width220{
    min-width: 220px !important;
}
#vecartworkmodal img,#separtworkmodal img{
    max-width: 500px;
    width: 100%;
}

.mng-company {
    padding: 15px;
    background: #ffffff;
    border-radius: 4px;
    overflow: hidden;
    border-left: 3px solid #ffffff;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    /*box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.01);*/
    /*box-shadow: 0px 0px 10px 0px rgba(22,22,22,0.14);*/
    /*-webkit-box-shadow: 0px 0px 10px 0px rgba(88,96,109,0.14);*/
    border: 1px solid #ccc;
    position: relative;
}
.mng-company-pic{
    background: #333;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}
.cardlist .mng-company  .mng-company-pic {
    margin-right: 10px;
}
.mng-company-action{
    text-align: center;
}

.side-des{
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
    display: block;
}


/*modal*/
.changepasswordmodal .modal-header ,.changepasswordmodal .modal-footer,.contactModal .modal-header,
.contactModal .modal-footer{
    border: none;
}
.changepasswordmodal .modal-footer,.contactModal .modal-footer{
justify-content: flex-start !important;

}
 .modal-body{
padding: 5px 1rem;
}


/*vectorizing*/
.radio-label.active {
    background: #1dbb7a;
    color: #ffffff;
}
.radio-label{
    background:#fff;
    color:#333;
}
/*label.packages-label {
    max-width: 120px;
}*/
label.radio-label {
    display: inline-block;
    /*width: 80px;*/
    text-align: center;
    border: 1px solid #ddd;
    line-height: 50px;
    cursor: pointer;
    line-height: 2;
    padding: 5px 7px;
    color: #333;
    background: #fff;
    border-radius: 5px;
    /*padding-left: 0px !important;*/
}
.artwork input[type=radio],.seperation input[type=radio]{
    display: none;
}
.dimension{
    font-size: 14px;
    margin-right: 4px;
}
.print_dimen input{
    min-width: 77px;
    padding: 3px;
    width: 100%;
}
.inch{
       font-size: 14px;
    margin-right: 7px;
    margin-left: 4px;
}
.print_dimen{
    display: flex;
    font-size: 14px;
}
.slider.slider-horizontal {
    width: 77% !important;
    margin: 0px 5px 0px 10px;
}
.slider-selection{
    background-image: unset !important;
    background-color: #1dbb7a;
}
.slider-handle {
    border: 1px solid #bdbdbd !important;
    background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%) !important;
}
.slider .tooltip-inner{
    opacity: 1;
}
.tooltip.in {
    
    opacity: .9;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.dropzone.dz-clickable {
    border: 1px dashed #d8e3e8;
    font-size: 20px;
}
.dropzone.dz-clickable {
    cursor: pointer;
}
.dropzone {
    color: #1dbb7a;
    background: #1dbb7a0d;
    min-height: 150px;
   
    padding: 10px;
    opacity: 1;
}
.dropzone span{
    font-size: 14px !important;
}
.dropzone.dz-clickable .dz-message {
    cursor: pointer;
}
.dropzone .dz-message {
    text-align: center;
    margin: 0.5em 0 !important;
}
.dz-default i.flaticon-upload:before {
    display: block;
    font-size: 2em;
    margin-left: 0px;
}
.bonuspackages{
    margin-left:-10px;
    margin-right:-10px;
}
.row.bonuspackages [class*="col-sm-"]{
    padding-left:10px;
    padding-right:10px
}
.eq-height .table-buy a,
.eq-height .table-buy a:hover,
.bonusbutton a,
.bonusbutton a:hover{
    width:100%;
    display: block
}
.nav-user-center {
    text-align: center;
    display: -webkit-box;
    max-width: 260px;
    margin: 0 auto;
}
.nav-user-center a,
.nav-user-center a:hover{
    color:#000;
}

.fourth-col .card:first-child{
    margin-top:0
}
.fourth-col .bonusbutton{
    margin-top:15px
}
.fourth-col .small{
    margin-top:10px
}
.pricing-table.eq-height {
    height: 652px;
}
.eq-height .table-buy {
    margin-top: 161px;
}
#firsttimepaymentmodal .payFormCouponBtn,
#firsttimepaymentmodal .payFormCouponBtn:hover{
border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    line-height: 20px!important;
}
#firsttimepaymentmodal .tooltip-badge.green{
    background: #1dbb7a!important
}
/** ================
 * Responsive
 ===================*/
@media only screen and (min-width: 1025px) and (max-width: 1270px) {
.s_logo_wrap{
        -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
}
.pkg_lbl_wrap{
        -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.s_logo_wrap{
        -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}
@media only screen and (min-width: 801px) and (max-width: 1024px) {
.pkg_lbl_wrap{
        -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}
@media only screen and (min-width: 769px) and (max-width: 1077px) {
    .nav-fill .nav-item{
        width:50%
    }
}
    @media only screen and (min-width: 768px) and (max-width: 800px) {
.pkg_lbl_wrap{
        -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .pricing-wrapper {
        width: 768px;
    }

    .pricing-table {
        width: 49%;
        /*width: 236px;*/
    }
    
    .table-list li {
        font-size: 14px;
    }

 }

@media only screen and (max-width: 1024px) {
    .pricing-table {
        width: 48%!important;
    }
        .mng-company {
        padding: 15px 0px;
    }
    .mng-company-action-wrapper{
        padding: 0px;
    }
}
 @media only screen and (max-width: 767px) {
    .pricing-wrapper {
        width: 420px;
    }

    .pricing-table {
        display: block;
        float: none;
        margin: 0 0 20px 0;
        width: 100%!important;
    }
    .Dashboard-col{
        max-width: 32%
    }
    .s_logo_wrap,
    .pkg_lbl_wrap{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    }
    .nav-fill .nav-item{
        width:50%
    }
 }

@media only screen and (max-width: 479px) {
    .pricing-wrapper {
        width: 300px;
    }
    .print_dimen{
        display: inline-grid;
    }
    .mng-company{
        display: block;
    }
    .mng-company > div{
        margin:10px 0;
    }
    .s_logo_wrap,
    .pkg_lbl_wrap{
        -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
} 
@media only screen and (max-width: 580px) {
   .Dashboard-col{
    width: 100% !important;
        max-width: 100% !important;
        height: auto;
    }
} 
 
@media only screen and (max-width: 366px) {
.orderbtn{
    width:100%;
}
} 
@media only screen and (max-width: 1025px) and (min-width:992px) {
   .Dashboard-col{
    width:32%;
    }
} 
 
@media only screen and (max-width: 991px) and (min-width:768px) {
   .Dashboard-col{
    width:47%
    }
    .pink-b,
    .olive-g{
        margin-top:0        
    }
} 