/*WCO CSS*/
/*amisha css*/
body {
    overflow-x: hidden;
}

.wco_dollar {
    position: relative;
}

.wco_dollar::before {
    content: '$';
    font-size: 18px;
    font-family: 'Open Sans', sans-serif !important;
    position: absolute;
    top: 12px;
    left: 15px;
    color: #000;
}

.forDollar {
    box-sizing: border-box;
    padding-left: 22px;
}

.wco_dollar input {
    padding-left: 28px !important;
}

/*amisha css end*/

/*Tab Section*/
.mytabs {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 8px;
    /*jay designer*/
    padding-left: 8px;
    max-width: 732px;
}

/*.mytabs input[type="radio"] {
    display: none;
}*/
#tabsilver label {
    margin-left: 5px;
}

.radio-lable-active {
    background-color: #C05901 !important;
    border: solid 1px #C05901;
    color: #fff !important;

}

.mytabs label {
    padding: 15px 25px;
    background: rgba(190, 191, 193, 1);
    background: -moz-linear-gradient(top, rgba(190, 191, 193, 1) 0%, rgba(190, 191, 193, 1) 29%, rgba(246, 246, 246, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(190, 191, 193, 1)), color-stop(29%, rgba(190, 191, 193, 1)), color-stop(100%, rgba(246, 246, 246, 1)));
    background: -webkit-linear-gradient(top, rgba(190, 191, 193, 1) 0%, rgba(190, 191, 193, 1) 29%, rgba(246, 246, 246, 1) 100%);
    background: -o-linear-gradient(top, rgba(190, 191, 193, 1) 0%, rgba(190, 191, 193, 1) 29%, rgba(246, 246, 246, 1) 100%);
    background: -ms-linear-gradient(top, rgba(190, 191, 193, 1) 0%, rgba(190, 191, 193, 1) 29%, rgba(246, 246, 246, 1) 100%);
    background: linear-gradient(to bottom, rgba(190, 191, 193, 1) 0%, rgba(190, 191, 193, 1) 29%, rgba(246, 246, 246, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bebfc1', endColorstr='#f6f6f6', GradientType=0);
    font-weight: bold;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #818286;
    width: 100%;
    max-width: 120px;
    text-align: center;
    font-size: 16px;
    line-height: 18px;
}

.mytabs .tab {
    width: 100%;
    background: #fff;
    order: 1;
    display: none;
}

.mytabs .tab h2 {
    font-size: 3em;
}

.mytabs input[type='radio']:checked+label+.tab {
    display: block;
}

.mytabs input[type="radio"]:checked+label {
    background: rgba(172, 80, 1, 1);
    background: -moz-linear-gradient(top, rgba(172, 80, 1, 1) 0%, rgba(172, 80, 1, 1) 29%, rgba(192, 89, 1, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(172, 80, 1, 1)), color-stop(29%, rgba(172, 80, 1, 1)), color-stop(100%, rgba(192, 89, 1, 1)));
    background: -webkit-linear-gradient(top, rgba(172, 80, 1, 1) 0%, rgba(172, 80, 1, 1) 29%, rgba(192, 89, 1, 1) 100%);
    background: -o-linear-gradient(top, rgba(172, 80, 1, 1) 0%, rgba(172, 80, 1, 1) 29%, rgba(192, 89, 1, 1) 100%);
    background: -ms-linear-gradient(top, rgba(172, 80, 1, 1) 0%, rgba(172, 80, 1, 1) 29%, rgba(192, 89, 1, 1) 100%);
    background: linear-gradient(to bottom, rgba(172, 80, 1, 1) 0%, rgba(172, 80, 1, 1) 29%, rgba(192, 89, 1, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C05901', endColorstr='#ac5001', GradientType=0);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
    font-size: 16px;
    height: 48px;
}

/*End Tab Section*/

.mainOuterCalculator {
    padding: 0px 0 50px;
    clear: both;
}

.mainOuterCalculator h3 {
    color: #000 !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    float: none !important;
}

.leftSideAmPm,
.rightSideCalculator {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.leftSideAmPm ul {
    padding: 20px 10px 20px 20px;
    background: #C05901;
    margin: 0;
}

.leftSideAmPm ul li,
.rightSideCalculator ul li {
    list-style: none;
    display: inline-block;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
}

.leftSideAmPm ul li:nth-child(1) {
    width: 100%;
    max-width: 43%;
}

.leftSideAmPm ul li:nth-child(2) {
    width: 100%;
    max-width: 39%;
}

.rightSideCalculator ul li:nth-child(1) {
    width: 100%;
    max-width: 36%;
}

.rightSideCalculator ul li:nth-child(2) {
    width: 100%;
    max-width: 45%;
}

.leftSideAmPm ul li:nth-child(3),
.rightSideCalculator ul li:nth-child(3) {
    width: 100%;
    max-width: 18%;
}

.wco_calculator-col {
    padding: 18px 0 !important;
    border-bottom: solid 1px #d2d2d2;
}

.row.wcodot {
    line-height: 32px;
}

.row {
    display: inline-block;
    text-align: center;
    height: 32px;
    line-height: 30px;
    vertical-align: top;
    width: 100%;
}

.wcoRow1 {
    max-width: 3%;
    color: #a09f9f;
    font-size: 14px !important;
}

.wcoRow2,
.wcoRow3 {
    max-width: 4.2%;
    border: solid 1px #d2d2d2;
    border-radius: 4px;
}

.wcoRow2 input,
.wcoRow3 input {
    text-align: center;
    width: 100%;
    max-width: 32px;
    margin: 0 !important;
    padding: 0;
    font-size: 14px;
    height: 30px;
    border: none;
    /* max-width: 6% !important; */
    border-radius: 4px;
    display: block;
}

.wcodot {
    max-width: 1%;
    font-size: 14px !important;
    font-weight: 700 !important;
}

.wcoRow4 {
    max-width: 26% !important;
    text-align: left !important;
}

.radio-lable {
    color: #C05901;
    background: #fff;
    border: solid 1px #C05901;
}

.pmOrange .pM {
    max-width: 32px;
    /* background: #C05901; */
    /* color: #fff; */
    font-size: 12px !important;
    font-weight: 700 !important;
    height: 32px;
    display: inline-block;
    width: 100%;
    border-radius: 4px;
    /* border:solid 1px #C05901; */
    text-align: center !important;
    line-height: 32px !important;
}

.pmOrange .aM {
    text-align: center !important;
    /* background: #fff; */
    max-width: 32px;
    /* color: #C05901; */
    font-size: 12px !important;
    font-weight: 700 !important;
    height: 32px;
    display: inline-block;
    width: 100%;
    border-radius: 4px;
    /* border:solid 1px #C05901; */
    line-height: 32px !important;
}

.aM {
    max-width: 32px;
    /* background: #C05901; */
    /* color: #fff; */
    font-size: 12px !important;
    font-weight: 700 !important;
    height: 32px;
    display: inline-block;
    width: 100%;
    border-radius: 4px;
    /* border:solid 1px #C05901; */
    text-align: center !important;
    line-height: 32px !important;
}

.pM {
    text-align: center !important;
    /* background: #fff; */
    max-width: 32px;
    /* color: #C05901; */
    font-size: 12px !important;
    font-weight: 700 !important;
    height: 32px;
    display: inline-block;
    width: 100%;
    border-radius: 4px;
    /* border:solid 1px #C05901; */
    line-height: 32px !important;
}

.wcoRow5 {
    max-width: 10%;
    line-height: 17px;
    text-align: center;
    border-left: dashed 1.5px #a09f9f;
}

.totalWco {
    font-weight: 700 !important;
}

.totalWco small {
    color: #a09f9f !important;
}

.bottomBarOrangeBG {
    margin-top: 20px;
}

.bottomBarOrangeBG ul {
    padding: 20px 10px 20px 20px;
    background: #C05901;
    display: flex;
    justify-content: space-between;
}

.bottomBarOrangeBG ul li {
    font-weight: 400 !important;
    font-size: 16px !important;
}

.mainOuterCalculator .bottomBarOrangeBG ul li {
    color: #fff !important;
}

.bottomBarOrangeBG ul li:first-child {
    width: unset !important;
    max-width: 69% !important;

}

.bottomBarOrangeBG ul li:last-child {
    width: unset !important;
    max-width: 30% !important;
}

.bottomDecimal {
    padding: 5px;
}

.bottomBarOrangeBG ul li .bottomTotal {
    font-weight: 700 !important;
    font-size: 19px !important;
    padding: 5px 9.5px;
    border-left: solid 1px #fff;
}

.leftSideButtonSection {
    padding: 15px !important;
    background: #f5f6f6;
    position: relative;
}

.leftSideButton,
.rightSideButton {
    display: inline-block;
    width: 100%;
    max-width: 30%;
    vertical-align: top
}

.grayBtn {
    background: #a09f9f;
    padding: 15px 0px;
    color: #fff;
    border-radius: 6px;
    width: 100%;
    max-width: 175px;
    font-size: 16px;
    border: solid 2px #a09f9f;
    display: block;
    margin-bottom: 10px;
    cursor: pointer;
}

.orangeBtn {
    background: #C05901;
    padding: 15px 0px;
    color: #fff;
    border-radius: 6px;
    width: 100%;
    max-width: 175px;
    font-size: 16px;
    border: solid 2px #C05901;
    display: block;
    margin-bottom: 10px;
    cursor: pointer;
}

.rightSideButton input {
    background: #fff;
    padding: 15px;
    color: #000;
    border-radius: 6px;
    width: 100%;
    max-width: 171px;
    font-size: 16px;
    border: solid 2px #a09f9f;
    display: block;
    margin-bottom: 10px;
    cursor: pointer;
    text-align: left;
}

/*Right Side Calculator*/
.rightSideCalculator ul {
    padding: 20px 10px 20px 20px;
    background: #C05901;
}

.rightwcoRow1 {
    max-width: 6%;
    color: #a09f9f;
    font-size: 14px !important;
}

.rightrow2n3Outer {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 37%;
}

.rightwcoRow2,
.rightwcoRow3 {
    max-width: 32px;
    border: solid 1px #d2d2d2;
    border-radius: 4px;
}

.rightwcoRow2 input,
.rightwcoRow3 input {
    text-align: center;
    width: 100%;
    max-width: 32px;
    margin: 0 !important;
    padding: 0;
    font-size: 14px;
    height: 30px;
    border: none;
    border-radius: 4px;
    display: block;
}

.rightwcoRow5 {
    max-width: 12%;
    line-height: 17px;
    text-align: center;
    border-left: dashed 1.5px #a09f9f;
    margin-left: 28px;
}

.rightSideCalculator .wcodot {
    max-width: 4.63px;
}

/* 24-03-23 / dilip kamaliya start css*/
.mytabs input#tabfree,
.mytabs input#tabsilver {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

div#enter_time table {
    width: 100%;
    border-collapse: collapse;
}

input.tabsilver_wcoListfield.inputradio.inputbox.tab-enter.PM2,
input.tabsilver_wcoListfield.inputradio.inputbox.tab-enter.AM2,
input.tabsilver_wcoListfield.inputradio.inputbox.tab-enter.PM1,
input.tabsilver_wcoListfield.inputradio.inputbox.tab-enter.AM1 {
    position: absolute;
    opacity: 0;
}

/* tr.inputLine { padding: 18px 0 !important; border-bottom: solid 1px #d2d2d2; display: inline-table; width: 100%; } */
.wcoRow2,
.wcoRow3 {
    max-width: 32px;
}

.rightSideCalculator ul {
    margin: 0;
    display: flex;
    justify-content: space-between;
}

form#tabsilvercalc .wco_calculator-col {
    padding: 0 0 !important;
}

#enter_time .col-md-5 .row span.inputbox.tabsilver_gray_inputbox.totalWco {
    line-height: 17px;
    text-align: center;
    border-left: dashed 1.5px #a09f9f;
    margin: auto;
    display: table;
    width: 100px;
}

div#enter_time td,
div#enter_time th {
    border-bottom: solid 1px #d2d2d2;
    margin-bottom: 0.5rem;
    padding: 1rem;
    display: table-cell;

}

/* 24-03-23 / dilip kamaliya end css*/

/* 27-03-23 / dilip kamaliya start css*/

.gray_inputbox1,
.tabsilver_gray_inputbox1 {
    color: #a09f9f;
    font-size: 13px !important;

}

.tabsilver_gray_inputbox1 {
    border-left: dashed 1.5px #a09f9f;
    line-height: 20px;
}

.bottomBarOrangeBG ul li span input {
    color: #fff;
}

/* 27-03-23 / dilip kamaliya end css*/

.wco-outer-div {
    width: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    background: #fff;
    top: 0;
    margin: 0 !important;
    padding: 0 0 !important;
}

.wco-email input[type="text"] {
    width: 40% !important;
}

input#captcha {
    width: 40% !important;
    margin-left: 10px !important;
}

.captcha {
    width: 16% !important;
    float: right;
}

.wco-email input.wco-btn-email {
    background: linear-gradient(to bottom, #E56451 0%, #E56451 100%);
    color: #FFFFFF !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 15px;
    line-height: 1;
    padding: 13px 30px;
    text-align: center;
    width: auto !important;
    font-weight: 400;
    margin: 8px auto 10px 0 !important;
    display: inline-block;
    vertical-align: unset !important;
    border-radius: 6px;
    text-transform: uppercase;
    cursor: pointer;
    border: none !important;
    min-width: 128px;
    text-align: center !important;
    height: auto !important;
}

.wco-email {
    min-height: 160px;
}

/* .radio-lable:hover, .radio-lable-active {background-color: #C05901; color: #fff     !important;  border: solid 1px #C05901;} */

/*zankhana Css 28-03-2023 Start*/
.row.total-row {
    max-width: 80%;
    line-height: 17px;
    text-align: center;
    border-left: dashed 1.5px #a09f9f;
    margin-left: 0;
}

.row.total-row .tabsilver_gray_inputbox1 {
    border-left: none;
}

.rightwcoRow5 .inputborder:focus {
    outline: none;
    box-shadow: none;
}

/*.tabsilver_bottomTotal {
    font-weight: 700 !important;
    font-size: 19px !important;
    padding: 5px 9.5px;
    border-left: solid 1px #fff;
}*/

/*zankhana Css 28-03-2023 End*/

/*Dilip Css 01-08-2023 Start*/

.wco_tittle_color {
    background-color: #c05901;
    padding: 0;
    height: 58px;
}

.wco-weekly-header .wco_table_tittle {
    float: left;
}

.wco_table_tittle {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif !important;
    color: #fff;
    display: inline-block;
    margin-right: 15px;
    margin-top: 18px;
    margin-bottom: 18px;
    padding-left: 15px;
    text-transform: uppercase !important;
    padding-top: 0;
    font-weight: normal;
}

.wco-cal-section {
    margin-top: 10px;
}

.wco-cal-feild {
    width: 100%;
    max-width: 230px;
    display: inline-block;
    vertical-align: top;
}

.wco-cal-image {
    width: 100%;
    max-width: 40px;
    display: inline-block;
    vertical-align: top;
}

.wco-new-decimal-hh-section {
    width: 100%;
    max-width: 160px;
    text-align: center;
    float: right;
    height: 38px;
    display: inline-block;
    line-height: 38px;
}

#startselectedMonth,
#startselectedDay,
#endselectedMonth,
#endselectedDay {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif !important;
    line-height: 28px;
    height: 36px;
    width: 62px;
    border: 0 solid #d2d2d2;
    text-align: left;
    border-radius: 5px;
    margin-right: 8px;
    padding-left: 8px;
    color: #000;
}

#startselectedYear,
#endselectedYear {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif !important;
    line-height: 28px;
    height: 36px;
    max-height: 35px;
    width: 62px;
    border: 0 solid #d2d2d2;
    text-align: center;
    border-radius: 5px;
    margin-right: 9px;
    padding: 0;
}

.date-placeholder {
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-item-align: center;
    align-self: center;
}

.wco-cal-image img {
    width: 30px;
    cursor: pointer;
    margin-top: -16px;
    margin-left: 1px;
}

.rightSideCalculator .topBarOrangeBG ul,
.leftSideAmPm .topBarOrangeBG ul {
    background: transparent !important;
}

.leftSideAmPm ul li,
.rightSideCalculator ul li {
    color: #000 !important;
    text-transform: lowercase !important;
    letter-spacing: 1px;
}

.rightSideCalculator .topBarOrangeBG ul li:first-letter,
.leftSideAmPm .topBarOrangeBG ul li:first-letter {
    text-transform: capitalize;
}

.mainOuterCalculator .wco_tittle_color select,
.mainOuterCalculator .wco_tittle_color input {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif !important;
    line-height: 28px;
    height: 36px;
    width: 62px;
    border: 0 solid #d2d2d2;
    text-align: left;
    border-radius: 5px;
    margin-right: 7px;
    padding-left: 8px;
    color: #000;
}

/*Dilip Css 01-08-2023 End*/







/*Responsive*/
@media (max-width:1200px) {

    .wcoRow2,
    .wcoRow3 {
        max-width: 32px;
    }

    .wcoRow4 {
        max-width: 25% !important;
    }

    .wcoRow5 {
        max-width: 12%;
    }

    .rightSideCalculator ul {
        padding: 20px 10px 20px 20px;
        margin: 0;
    }
}

@media (max-width:1100px) {

    .bottomBarOrangeBG ul li,
    .bottomBarOrangeBG ul li:first-child,
    .bottomBarOrangeBG ul li:last-child {
        width: unset !important;
        max-width: unset !important;
    }

    .bottomBarOrangeBG ul {
        display: flex;
        justify-content: space-between;
    }
}



@media (max-width:1020px) {

    .leftSideAmPm,
    .rightSideCalculator {
        max-width: 100%;
    }

    .leftSideAmPm {
        margin-bottom: 40px !important;
    }

    .rightrow2n3Outer {
        max-width: 32%;
    }

    /* .rightSideCalculator ul li:nth-child(2) {
        max-width: 35%!important;
    } */

    .bottomBarOrangeBG ul li {
        max-width: unset !important;
    }

    .leftSideButton,
    .rightSideButton {
        margin: 0 !important;
    }


}

/* @media (max-width:767px) and (min-width:1024px) {
    .orangeBtn {
        padding: 10px 0px;
    }
} */

@media (max-width:767px) {

    .leftSideButton,
    .rightSideButton {
        max-width: 24% !important;
        margin-left: 0 !important;
    }

    .bottomBarOrangeBG ul li:last-child {
        max-width: 30% !important;
    }

    .bottomBarOrangeBG ul li:first-child {
        max-width: 69% !important;
    }


}

@media (max-width:580px) {
    .bottomBarOrangeBG ul li:first-child {
        max-width: 70% !important;
    }

    .bottomBarOrangeBG ul li:last-child {
        max-width: 25% !important;
    }

    .leftSideButton,
    .rightSideButton {
        max-width: 40%;
    }

    div#enter_time td,
    div#enter_time th {
        padding: 20px 6px;
        width: auto;
    }

    .wcoRow2 input,
    .wcoRow3 input {
        height: 20px;
    }

    .rightrow2n3Outer {
        max-width: 28%;
    }

    .wco-email input[type="text"] {
        width: 100% !important;
    }

    input#captcha {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .captcha {
        width: 100% !important;
    }

    .leftSideButton,
    .rightSideButton {
        max-width: 49% !important;
        margin-left: 0 !important;
    }

    .wco-email {
        min-height: 290px;
    }

}

@media (max-width:490px) {
    .leftSideAmPm ul li:nth-child(1) {
        max-width: 42%;
    }

    .leftSideAmPm ul li:nth-child(2) {
        max-width: 38%;
    }

    .leftSideAmPm ul li:nth-child(3),
    .rightSideCalculator ul li:nth-child(3) {
        max-width: 14%;
    }

    .wcoRow1 {
        max-width: 20px;
    }

    .wcoRow2,
    .wcoRow3 {
        max-width: 27px;
        height: 27px;
        line-height: 27px;
    }

    .aM,
    .pM,
    .pmOrange .pM,
    .pmOrange .aM {
        max-width: 26px;
        height: 26px;
        line-height: 26px !important;
    }

    .rightwcoRow2,
    .rightwcoRow3 {
        max-width: 26px;
        height: 26px;
        line-height: 26px;
    }

    .rightwcoRow5 {
        max-width: 20%;
    }

    .wcoRow4 {
        max-width: 20% !important;
    }

    .wcodot {
        max-width: 4px;
    }

    .bottomBarOrangeBG ul li:first-child {
        max-width: 65% !important;
    }

    .bottomBarOrangeBG ul li:last-child {
        max-width: 33% !important;
    }

    .orangeBtn,
    .rightSideButton input,
    .grayBtn {
        font-size: 16px;
    }

    .leftSideButton,
    .rightSideButton {
        max-width: 48%;
    }

    .row.wcodot {
        line-height: 31px;
    }


}

@media (max-width:400px) {
    .leftSideAmPm ul li:nth-child(1) {
        max-width: 44%;
    }

    .leftSideAmPm ul li,
    .rightSideCalculator ul li {
        font-size: 14px !important;
    }

    .wcoRow1 {
        max-width: 15px;
    }

    .wcoRow2,
    .wcoRow3 {
        max-width: 25px;
        height: 25px;
        line-height: 25px;
    }

    .aM,
    .pM,
    .pmOrange .pM,
    .pmOrange .aM {
        max-width: 25px;
        height: 25px;
        line-height: 25px;
    }

    .wcoRow2 input,
    .wcoRow3 input {
        font-size: 13px;
    }

    .aM,
    .pM,
    .pmOrange .pM,
    .pmOrange .aM {
        font-size: 11.5px !important;
    }

    .wcoRow5 {
        max-width: 15%;
    }

    .wcoRow4 {
        max-width: 21% !important;
        margin-top: -3px;
    }

    .wcoRow4.pmOrange {
        max-width: 17% !important;
    }

    .totalWco {
        font-size: 13px !important;
        line-height: 15px;
    }

    .totalWco small {
        margin-top: -2px;
        display: block;
    }

    .bottomBarOrangeBG ul li .bottomTotal {
        font-size: 17px !important;
    }

    .row.wcodot {
        line-height: 27px;
    }
}

@media (max-width:380px) {
    .wcoRow5 {
        max-width: 14%;
    }

    .wcoRow4 {
        max-width: 20% !important;
    }
}

@media (max-width:360px) {

    .wcoRow2,
    .wcoRow3,
    .aM,
    .pM,
    .pmOrange .pM,
    .pmOrange .aM {
        max-width: 22px;
        height: 22px;
        line-height: 22px;
    }

    .aM,
    .pM,
    .pmOrange .pM,
    .pmOrange .aM {
        line-height: 23px !important;
    }

    .wcoRow5 {
        max-width: 16%;
    }

    .aM,
    .pM,
    .pmOrange .pM,
    .pmOrange .aM {
        font-size: 11px !important;
        margin-right: -2px;
    }

    .wcoRow2 {
        margin-right: -3px;
    }

    .wcoRow3 {
        margin-left: -3px;
    }

    .wco_calculator-col {
        padding: 14px 0 !important;
    }

    .wcoRow4 {
        max-width: 22% !important;
        margin-top: -4px;
    }

    .row.wcodot {
        line-height: 25px;
    }
}

@media (max-width:345px) {
    .wcoRow4 {
        max-width: 21% !important;
    }

    .wcoRow4.pmOrange {
        max-width: 16% !important;
    }

    .row.wcodot {
        line-height: 24px;
    }
}

@media (max-width:328px) {
    .wcoRow4 {
        max-width: 20% !important;
    }

    .wcoRow5 {
        max-width: 15%;
    }
}

/*End WCO CSS*/
/*zankhana Css 29-03-2023 End*/
.leftSideAmPm .topBarOrangeBG ul {
    padding: 26px 10px 10px 55px;
    display: flex;
    align-items: center;
}

.rightwcoRow5 {
    max-width: 25%;
    margin-left: 0;
}

.rightrow2n3Outer {
    max-width: 11%;
}

.rightrow2n3Outer.sRclm {
    max-width: 32%;
}

.rightSideCalculator .aClassAdd {
    font-size: 16px;
    color: #000000;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    max-width: 21%;
    text-transform: lowercase;
}

#ampmtable .aClassAdd {
    text-transform: lowercase;
    font-size: 16px;
    color: #000000;
    font-weight: normal;
}
#ampmtable .wcodot {
    max-width: 4.63px;
}

.rightSideCalculator .topBarOrangeBG ul {
    padding: 26px 10px 10px 55px;
    display: flex;
    align-items: center;
}

/*zankhana Css 29-03-2023 End*/

div#enter_time td.listNum {
    width: auto !important;
    max-width: 10px;
    padding: 1rem 0;
}

div#enter_time td .row.total-row br {
    line-height: 0px;
}

.totalWco {
    vertical-align: top;
}
.digital_table{
    height: 58px;
}
.rightSideCalculator .wco-cal-section {
    margin-top: 7px;
}
#footer .main {
    background: url(images/footer-tail.gif) top repeat-x #121516;
}
.calc_desc td span.text,
.calc_content_wrapper p.text,
.calc_content_wrapper ul li.text { 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.333em;
    color: #272d32;
    text-transform: none;
}
#page5 #footer .col-1,
#page5 #footer .col-2,
#page5 #footer .col-3,
#page5 #footer .col-4 {
    font-size: 9.996px;
    font-weight: normal;
    line-height: 1.6em;
}
#footer .box strong {
    font-family: Arial, Helvetica, sans-serif;
}
#footer .box a {
    font-size: 10.9956px;
}
#page5 #footer .col-1 strong,
#page5 #footer .col-2 strong,
#page5 #footer .col-3 strong,
#page5 #footer .col-4 strong {
    height: 31.97px;
}

#page5 #footer .col-3 a,
#page5 #footer .col-4 a {
    font-size: 9.996px;
    font-weight: normal;
} 
#footer .box .title strong {
    height: 15.98px;
}