/*custom css*/


/*icon animation css*/


/*setting spin*/

.settingspin {
    animation-name: spin;
    animation-duration: 5000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


/*pluse spin*/

.pulse {
    display: inline-block;
    background: #fff;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
    animation: pulse 2s infinite;
    border-radius: 50%;
}

.pulse:hover {
    animation: none;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}


/*shake css*/

.shake {
    position: relative;
}

@-webkit-keyframes spaceboots {
    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }
    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: spaceboots;
    -webkit-animation-duration: 1.4s;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

.notification-bell {
    animation: bell 1s 1s both infinite;
}

.notification-bell * {
    display: block;
    margin: 0 auto;
    background-color: #fff;
}
.notify-list .heading-notification
{
    position: sticky;
    width: 100%;
    display: inline-block;
    top: 0px;
    background: #fff !important;
    padding: 12px 0 !important;
}
.notify-list h5
{
    margin: 0 !important;
}
.dropdown-menu > li > a
{
    display: inline-block;
    width: 100%;
}
.notify-list li:hover , .notify-list li:focus
{
    background: #f3f3f3;
}
.notify-list li a:hover , .notify-list li a:focus
{
    background-color: transparent !important;
}
.notify-list li:last-child a:hover , .notify-list li:last-child a:focus
{
    background-color: #f3f3f3 !important;
}
.notify-list li:last-child a , .notify-list li:last-child a
{
    top: 0 !important;
}
.notify-list li:last-child
{
    position: sticky;
    bottom: 0;
    background: #fff;
    padding: 12px 0 !important;
}



/* .table-hover>tbody>tr:hover { background-color: #ecf6f9 !important;}
	#datatable-fixed-header_wrapper a.clrsmm{color: #797979 !important;} */


/*logo section*/

.topbar-left .logo img {
    max-width: 90%;
}

.package-block {
    width: 100%;
    border: 0px;
    padding: 20px 0px 15px 0px;
}

.package-block select {
    width: 120px;
    height: 30px;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
}

.package-block .button-menu-mobile {
    padding: 0 10px;
}

.package-block ul li {
    margin-right: 7px;
}

.package-block ul li i {
    font-size: 18px;
    color: #797979;
}

.package-block .btn {
    padding: 6px 9px;
}


/* vikas start */
/*
.modal-backdrop {
    position: inherit !important;
    top: inherit !important;
    right: inherit !important;
    bottom: inherit !important;
    left: inherit !important;
    z-index: inherit !important;
    background-color: transparent !important;
}
*/
.table-cursor_withpopup {
    cursor: pointer;
}

label.checkmared-icn {
    position: relative;
    padding-left: 27px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

label.checkmared-icn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

label.checkmared-icn .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 14px;
    width: 14px;
    border-radius: 2px;
    border: #ada7a7 solid 1px;
}

label.checkmared-icn:hover input~.checkmark {
    background-color: transparent;
}

label.checkmared-icn input:checked~.checkmark {
    background-color: transparent;
}

label.checkmared-icn .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

label.checkmared-icn input:checked~.checkmark:after {
    display: block;
}

label.checkmared-icn .checkmark:after {
    left: 4px;
    top: 1px;
    width: 4px;
    height: 8px;
    border: solid #909090;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pading-bottom {
    padding-bottom: 20px;
}

.pading-bottom-40 {
    padding-bottom: 40px;
}


/* history popup details  start */

.history_detail-box {
    display: none;
    width: 100%;
}

.history_detail-box .history_detail-block {
    width: 74%;
    margin: 0 auto;
}

.history_detail-box .inner-parent {
    padding: 10px 20px;
    width: 100%;
    display: inline-block;
}

.open_history {
    cursor: pointer;
    transition: ease-in-out 0.4s;
}

img.iconwidth24.m-r-10.open_history.add-rotate {
    transform: rotate(180deg);
}

.modal.fade.in {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}


/* history popup details  end  */


/* vikas end  */


/* footer css*/

.footer ul {
    list-style: none;
    float: right;
}

.footer ul li {
    float: left;
    padding: 0px 4px;
}

.footer ul li a {
    color: #797979;
}


/* right bar css*/


/* .right-bar.right_menu{}
.right-bar.right_menu ul{ width: 100%; float: left; list-style: none;padding-left: 0px;}
.right-bar.right_menu ul li{float: none;}
.right-bar.right_menu ul li a{padding: 15px; display: block; border-bottom: 1px solid #ccc; color:#505458}
.right-bar.right_menu ul li a:hover{background: #337ab7; color:#fff}
.right-bar.right_menu .setting-list{padding: 0px} */


/* registration */


/* .content-page.marginleft0{margin-left:0px !important;}
.content-page .content.hints-block select{padding: 0px 8px; width: 100% !important;  height: 38px!important;border: 1px solid #e3e3e3;border-radius:3px;}
.key-apps{list-style:none !important;left: 0;}
.arrow-dropdown-menu.key-apps.arrow-menu-right:before{display: none;}
.arrow-dropdown-menu.key-apps.arrow-menu-right:after{left: 20px; right: auto;}
.key-apps li{ float: left; width: 100%;}
.key-apps li .box{padding: 5px 0px;margin-bottom: 10px;text-align: center;width: 33%; float: left;}
.key-apps li .box:hover{background-color: #f3f3f3;}
.key-apps li .box a{color: #313a46; display: block;font-size: 12px!important;}
.key-apps li .box a i{color: #db8300; display: block; font-size: 22px;}
.key-apps li a.seeall{background-color: #fff !important;color: #313a46 !important; border: none!important; border-top: 1px solid #EEEEEE !important;} */


/**/


/* .key-apps1{list-style:none !important; padding: 0px; margin: 0px;}
.key-apps1 li{ float: left; width: 100%;}
.key-apps1 li .box{padding: 5px 0px;margin-bottom: 10px;text-align: center;width: 20%; float: left;}
.key-apps1 li .box:hover{background-color: #f3f3f3;}
.key-apps1 li .box a{color: #313a46; display: block;}
.key-apps1 li .box a i{color: #db8300; display: block; font-size: 22px;}
.panel-primary > .panel-heading{background-color: #f3f3f3;color:#505458!important; text-align: center;}
.panel-color .panel-title{color:#505458!important;}

/*customer portal css*/


/*common css*/

body {
    font-family: "Hind Madurai", sans-serif;
}

p {
    margin: 0px;
}

a {
    color: inherit;
}

button.close.no-opacity:hover {
    transform: rotate(90deg);
    transition: 0.6s;
}

a:hover {
    color: inherit;
}

.m-r-70 {
    margin-right: 70px;
}

.bg-gray {
    background: #313a46fe;
    float: left;
    width: 100%;
}

.bggray {
    background: #b8b8b8;
}

.bg-white {
    background: #fff;
}

.bg-green {
    background: #72bb53;
}

.bg-blue {
    background: #0067b1;
}

.bg-orange {
    background: #ffa834;
}

.darkgray {
    color: #565e69;
}

.customdarkgray {
    color: #ebebeb;
}

.green {
    color: #72bb53;
}

.gray {
    color: #b8b8b8;
}

.black {
    color: #000000;
}

.orange {
    color: #ff8900;
}

.blue {
    color: #0067b1;
}

.blue {
    color: #0067b1 !important;
    font-family: "Poppins", sans-serif;
    padding: 0px 5px;
}

.lightgray {
    color: #b8b8b8 !important;
    font-family: "Poppins", sans-serif;
    padding: 0px 5px;
}

.headingcolor {
    color: #565e69 !important;
}

.maxwidth {
    max-width: 100%;
}

.height {
    height: auto !important;
}

.height50 {
    height: 50px;
}

.custom-width63 {
    width: 63%;
}

.custom-width50 {
    width: 50%;
}
.custom-width40 {
    width: 40%;
}

.custom-width85 {
    width: 85%;
}

.custom-width100 {
    width: 100% !important;
}

.custom-width92 {
    width: 92% !important;
}

.padding30 {
    padding: 30px;
}

.padding_top30 {
    padding-top: 30px;
}

.padding_top150 {
    padding-top: 150px !important;
}

.padding_top120 {
    padding-top: 120px !important;
}

.iconwidth20 {
    width: 20px;
    height: 20px;
    padding: 0px 3px;
}

.iconwidth24 {
    width: 24px;
    height: 24px;
    padding: 0px 3px;
}

.iconwidth28 {
    width: 28px;
    height: 28px;
    padding: 0px 3px;
}

.iconwidth30 {
    width: 30px;
    height: 30px;
    padding: 0px 3px;
}

.iconwidth36 {
    width: 36px;
    height: 36px;
    padding: 0px 3px;
    margin: 0px auto;
}

.iconwidth48 {
    width: 48px;
    height: 48px;
    display: block;
    margin: 0px auto;
}

.iconwidth70 {
    width: 70px;
    height: 70px;
    padding: 0px 3px;
    margin: 0px auto;
    display: block;
}

.iconwidth120 {
    width: 120px;
    padding: 0px 3px;
}

.iconwidth140 {
    width: 140px;
    height: 130px;
    padding: 0px 3px;
    margin: 0px auto;
}

.iconwidth160 {
    width: 160px;
    padding: 0px 3px;
    margin: 0px auto;
}

.iconwidth220 {
    width: 220px;
}

.fntsize10 {
    font-size: 10px;
}

.fntsize13 {
    font-size: 13px;
}

.fntsize12 {
    font-size: 12px;
}

.fntsize14 {
    font-size: 14px !important;
}

.fntsize16 {
    font-size: 16px;
}

.fntsize17 {
    font-size: 17px;
}

.fntsize18 {
    font-size: 18px;
}

.fntsize19 {
    font-size: 19px;
}

.fntsize26 {
    font-size: 26px;
}

.fntsize30 {
    font-size: 30px;
    font-weight: 600;
    color: rgb(86, 94, 105);
}

.fntweight400 {
    font-weight: 400 !important;
}

.feildrelative {
    position: relative;
}

.customaccount-btn {
    position: absolute;
    left: 50%;
    margin-left: -85px !important;
}

.backbtn {
    color: #ff8900;
    font-family: "Hind Madurai", sans-serif;
}

.fontmadurai {
    font-family: "Hind Madurai", sans-serif;
}

.custombtn {
    padding: 12px 20px;
    width: 150px;
    border-radius: 5px;
    font-family: "Hind Madurai", sans-serif;
}

.whitebtn {
    padding: 12px 20px;
    width: 100%;
    border-radius: 5px;
    background: none;
    border: none;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.no-opacity {
    opacity: 1;
}

.no-border {
    border: none !important;
}

.border_top {
    border-top: 1px solid #fff !important;
}

.recent-block .cursor-popup {
    cursor: pointer;
}

.border_top_gray {
    border-top: 1px solid #ebebeb !important;
}

.border_left_gray {
    border-left: 1px solid #ebebeb !important;
}

.border_right_gray {
    border-right: 1px solid #ebebeb !important;
}

.border_bottom_gray {
    border-bottom: 1px solid #ebebeb !important;
}

.form-control {
    height: 50px !important;
    padding: 13px 50px 13px 13px !important;
    border-radius: 0px !important;
    font-family: "Poppins", sans-serif;
}


/*switch css*/


/* .switch {position: relative;display: inline-block;width: 60px;height: 34px;}
	.switch input {opacity: 0;width: 0;height: 0;}
	.slider { position: absolute;cursor: pointer;top: 0;left: 0;right: 0;bottom: 0;background-color: #ccc;
	  -webkit-transition: .4s;transition: .4s;}
	.slider:before {position: absolute;content: "";height: 33px;width: 33px;left: 0px;bottom: 1px;  background-color: white; -webkit-transition: .4s;transition: .4s;border: 5px solid #02afdf;}
	input:checked + .slider {background-color: #ebebeb;}
	input:focus + .slider {box-shadow: 0 0 1px #ebebeb;}
	input:checked + .slider:before {-webkit-transform: translateX(26px);-ms-transform: translateX(26px);
	  transform: translateX(26px);} */


/* Rounded sliders */


/* .slider.round {border-radius: 34px;}
	.slider.round:before{ border-radius: 50%;} */


/*switchsetting css*/

.switchsetting {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 23px;
}

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

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

.slider1:before {
    position: absolute;
    content: "";
    height: 23px;
    width: 24px;
    left: 0px;
    bottom: 0px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: 4px solid #02afdf;
}

input:checked+.slider1 {
    background-color: #ebebeb;
}

input:focus+.slider1 {
    box-shadow: 0 0 1px #ebebeb;
}

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


/* Rounded sliders */

.slider1.round {
    border-radius: 34px;
}

.slider1.round:before {
    border-radius: 50%;
}


/* switchsetting css new  start */

.switch {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 23px;
}

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

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

.slider:before {
    position: absolute;
    content: "";
    height: 23px;
    width: 24px;
    left: 0px;
    bottom: 0px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: 4px solid #dcdcdc;
}

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

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

input:checked+.slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
    border: 4px solid #02afdf;
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}


/* switchsetting css new  end  */


/*upload file css*/

input[type="file"] {
    display: none !important;
}

.js.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile-5+label {
    color: #d3394c;
    display: none;
}

.inputfile+label {
    width: 100%;
    font-size: 1.25rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
}

.inputfile+label p {
    font-size: 14px;
    color: #565e69;
    font-weight: normal;
}

.inputfile-5+label figure {
    display: block;
    position: relative;
    padding: 30px;
    margin: 0 auto 10px;
}


/*support-box*/

.overlay-box {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    background: rgba(255, 255, 255, 0.97);
    width: 100%;
    opacity: 0;
}

.overlay-box.overlayshow {
    opacity: 1;
    z-index: 1000;
}

.support-box {
    width: 745px;
    height: 265px;
    background: #fff;
    position: fixed;
    bottom: 70px;
    right: -755px;
    z-index: 99999;
    box-shadow: 0px 1px 2px 4px #f1efef;
    padding: 10px;
    display: block;
    transition: 0.5s;
}

.support-box.active {
    right: 0px !important;
    transition: 0.5s;
}

.support-box .left-sport {
    float: left;
    margin-right: 30px;
}

.support-box .left-sport h3 {
    transform: rotate(-90deg);
    background: #fff;
    box-shadow: 0px 0px 3px 1px #ccc;
    padding: 10px 20px;
    font-size: 13px;
    position: absolute;
    top: 103px;
    left: -102px;
    padding: 10px;
    color: #565e69;
    width: 146px;
    text-align: center;
    cursor: pointer;
}

.support-box .left-sport h3.act {
    box-shadow: none;
    font-size: 24px;
    left: -27px;
}

.support-box .right-sport {
    float: right;
    padding: 40px 0px 50px 0px;
    width: 86%;
}

.support-box h2 {
    color: #565e69;
}

.support-box h3 {
    color: #565e69;
}

.support-box .sport-box {
    width: 30%;
    float: left;
}


/*chat icon*/

.chat-box a.chat {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    overflow: hidden;
    background: #565e69;
    position: fixed;
    bottom: 60px;
    right: 60px;
    padding: 20px 0px;
    z-index: 9;
    text-align: center;
}


/*login-block*/

.login-block {
    width: 100%;
    float: left;
}

.login-block .wrapperlogin {
    margin: 5% auto 2%;
    position: relative;
    max-width: 530px;
}

.login-block .wrapperlogin .logowidth {
    margin: 5% auto 60px;
    position: relative;
    max-width: 320px;
}

.login-block .wrapperlogin h4 {
    color: rgb(184, 184, 184);
    font-style: normal;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    line-height: 25px;
}

.login-block .wrapperlogin .terms-condition {
    font-weight: bold;
}

.login-block .g-recaptcha {
    float: right;
}

.login-block .wrapperlogin .labeltext label {
    font-size: 14px;
    font-style: normal;
    color: #565e69;
}

.login-block .wrapperlogin .feildrelative .icon {
    position: absolute;
    top: 9px;
    right: 19px;
    height: 30px;
    width: 30px;
}

.login-block .wrapperlogin .feildrelative .labeltext a {
    font-family: "Hind Madurai", sans-serif;
}

.login-block .wrapperlogin .forgetpswd {
    display: inline-block;
    color: #565e69;
    font-size: 14px;
    font-family: "Hind Madurai", sans-serif;
}

.login-block .wrapperlogin select {
    height: 50px !important;
    padding: 13px 62px 13px 12px !important;
    border-radius: 0px !important;
    width: 100%;
    border: 1px solid #e3e3e3;
    background: url(../images/login/downarrow.svg) no-repeat 97% 13px;
    background-size: 24px;
    -webkit-appearance: none;
    font-family: "Poppins", sans-serif;
    color: #a09e9e;
}

.login-block .wrapperlogin .iconwidth30 {
    margin-top: -8px;
}

.login-block .wrapperlogin .onoff {
    float: right;
}

.login-block .wrapperlogin .usericon {
    width: 37px;
    height: 37px;
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    padding: 10px 0px;
    margin-right: 10px;
}

.login-block .wrapperlogin .download {
    color: #b8b8b8;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
}


/*recovery pwd*/

.login-block .mailtext {
    width: 80%;
    margin: 0px auto 30px;
    text-align: center;
}

.form-control[readonly] {
    background: transparent;
}

.login-block .fieldtitle {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 5px;
    position: relative;
    font-family: inherit;
}


/*invoice*/

.login-block .shipmedetails {
    border-top: 1px solid #b8b8b8;
    border-bottom: 1px solid #b8b8b8;
    padding: 10px 0px;
    position: relative;
    margin-top: 60px;
}

.login-block .shipmedetails .squre {
    width: 91px;
    height: 90px;
    border-radius: 50%;
    border: 1px solid #b8b8b8;
    background: #ebebeb;
    text-align: center;
    padding: 20px 0px;
    position: absolute;
    margin-top: -55px;
    left: 50%;
    margin-left: -45px;
}

.login-block .drop-box {
    width: 100%;
    padding: 5px;
    border: 1px dashed;
    border-width: 1px;
    border-color: #ebebeb;
    height: 139px;
}

.login-block .drop-box .uploadbox {
    width: 100%;
    padding: 15px;
}

.login-block .attachment {
    width: 100%;
    float: left;
}

.login-block .mail-box {
    width: 100%;
    padding: 5px;
    border: 1px dashed;
    border-width: 1px;
    border-color: #ebebeb;
    height: 297px;
    display: table;
}

.login-block .mail-box .uploadbox {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}


/*logout*/

.login-block .checkmark {
    margin: 90px auto;
}

.login-block .account-content {
    position: relative;
}

.login-block .account-content .num {
    width: 30px;
    height: 30px;
    border: 5px solid #ccc;
    background: #006ce5;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: 38%;
    left: 29%;
    transition: 2s;
}

.login-block .account-content .num:hover {
    border: 5px solid #c5defc;
}

.login-block .account-content .num a {
    color: #fff;
    font-weight: 700;
}


/* Dashboard */


/*left menu css*/

.side-menu.left {
    top: 147px !important;
}


/* #wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > a{width: 315px;} */

#sidebar-menu>ul>li>a>span {
    display: block;
    margin: 5px 15px;
    font-size: 18px;
    color: #fff;
}

.topbar .topbar-left {
    background: #36404e url(../../assets/images/logo-bg.png) no-repeat center;
    float: left;
    text-align: center;
    position: relative;
    width: 250px;
    z-index: 1;
    padding: 47px 3px !important;
    background-size: 181px;
}

#sidebar-menu>ul>li>a .hovericon {
    display: none;
}

#sidebar-menu>ul>li>a:hover .hovericon {
    display: inline;
}

#sidebar-menu>ul>li>a .icon {
    display: inline;
}

#sidebar-menu>ul>li>a:hover .icon {
    display: none;
}


/* top header css */

.breadcrumb>li {
    color: #b8b8b8 !important;
    padding-top: 9px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
}

.topbar {
    height: 70px;
}

.topbar .container {
    height: 70px;
}

.button-menu-mobile {
    line-height: 70px !important;
}

.togglemenuicon.active {
    transform: rotate(-90deg);
}

.navbar.navbar-default .app-search .form-control {
    width: 347px;
    background: #fff;
    transition: 0.15s;
}

.navbar.navbar-default .navbar-nav>li>a {
    padding-bottom: 20px;
    padding-top: 20px;
}


/*dropdown*/

.navbar-nav>li>.dropdown-lg {
    border-radius: 10px;
}

.navbar-nav>li>.dropdown-menu.add-box {
    border-radius: 10px;
    padding: 30px 10px;
}

.navbar-nav>li>.dropdown-menu.profile-box {
    border-radius: 10px;
    padding: 20px 10px;
    width: 223px;
}

.navbar-nav>li>.dropdown-menu.notification-box {
    border-radius: 10px;
    padding: 0px 10px;
    width: 450px;
    max-height: 518px;
    overflow: auto;
}

.navbar-nav>li>.dropdown-menu.notification-box .notification {
    display: table-cell;
    vertical-align: middle;
    height: 350px;
    text-align: center;
    width: 450px;
}
.text-center.clear-all-notification a {
    margin: 0px 0 0px 0;
    padding: 10px;
    background-color: #f3f3f3;
    text-align: center;
    display: block;
    position: relative;
    top: 10px;
}

.navbar-nav .dropdown-lg {
    width: 380px;
}

#total-notification {
   background: #02afdf;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    height: 17px;
    width: 17px;
    position: absolute;
    left: 31px;
    top: 14px;
    font-size: 10px;
}

.navbar-nav span{display: block}
.navbar-nav>li>.dropdown-menu.profile-box a {
    color: inherit;
}

.arrow-dropdown-menu:after {
    top: -11px;
    left: 10px;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #ffffff;
    border-left: 12px solid transparent;
}


/* content section css */

.mate .item-box {
    width: 10%;
   /* width: 11%;*/
    float: left;
    text-align: center;
}

.mate .item-box p {
    color: #b8b8b8;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
}

.recent-block {
    width: 95%;
}

.prog-contain {
    padding-left: 10%;
    width: 85%;
}

.prog-contain.alert-auto {
    padding: 0px;
    width: 85%;
    margin: 0px auto;
}

.prog-box {
    width: 100%;
    background: #ebebeb;
    margin-bottom: 4px;
    position: relative;
    overflow: hidden;
}

.prog-box .circle {
    width: 18px;
    background: #fff;
    height: 18px;
    border-radius: 50%;
    position: absolute;
    left: 7px;
    top: 4px;
    z-index: 9;
}


/*.prog-box .green{background: #72bb53;}
.prog-box .green-pickup{background: #72bb53;position: absolute;left: 0px;top: 0px;height: 27px;}
.prog-box .drkgry{background: #b8b8b8;position: absolute;left: 0px;top: 0px;height: 27px;} 
.prog-box .orange{background: #ffa834;position: absolute;left: 0px;top: 0px;height: 27px;}
.prog-box .blue{background: #0067b1;position: absolute;left: 0px;top: 0px;height: 27px;}*/

.prog-box .status {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 7px;
    top: 4px;
    z-index: 9;
}

.recent-block .box-left {
    float: right;
    padding: 10px;
}

.recent-block .box-right {
    width: 40px;
    float: right;
    padding: 41px 5px;
}


/*progress bar css*/

.progress {
    height: 27px !important;
    border-radius: 20px;
    position: relative;
}

.progress .skill {
    padding: 0;
    margin: 0 0 10px 10px;
    text-transform: uppercase;
}

.progress .skill .val {
    float: right;
    font-style: normal;
    margin: 0 20px 0 0;
}

.progress-bar {
    text-align: left;
    transition-duration: 3s;
    border-radius: 20px;
}


/*estimate tab */

.estimate-box {
    width: 100%;
    float: left;
}

.estimate-box select {
    height: 50px !important;
    padding: 13px 62px 13px 12px !important;
    border-radius: 0px !important;
    width: 100%;
    border: 1px solid #e3e3e3;
    background: url(../images/login/downarrow.svg) no-repeat 97% 13px;
    background-size: 20px;
    -webkit-appearance: none;
}

.estimate-box .feildrelative.cal p {
    padding: 0px 0px 0px 20px;
}

.estimate-box .feildrelative.cal p img {
    position: absolute;
    top: 0px;
    left: 0px;
}

.estimate-box .cost-box p {
    color: #565e69;
}

.estimate-box .cost-box span {
    width: 129px;
    display: inline-block;
    font-weight: 600;
}

.estimate-box .cost-box em {
    display: inline-block;
    font-weight: 600;
    font-style: normal;
    width: 100%;
}

.estimate-box .cost-box .table-bordered tbody tr td {
    border-right: 1px solid #ccc;
    border-top: none;
}

.estimate-box .cost-box .table-bordered tbody tr th {
    font-size: 18px;
    color: #565e69;
    border: none;
}

.estimate-box .cost-box .table thead:first-child tr:first-child th {
    font-size: 18px;
    color: #565e69;
    background: #ebebeb;
    width: 33%;
    padding: 15px 29px 15px 10px;
    border: 0px;
}

.estimate-box .cost-box .table-bordered tbody tr td {
    border: none;
    border-left: 1px solid #ccc;
    font-size: 14px;
    text-align: right;
    padding: 10px 29px 10px 10px;
}

.estimate-box .cost-box .info p {
    margin-bottom: 20px;
}


/*pre-alert tab */

.prealert-box select {
    height: 50px !important;
    padding: 13px 62px 13px 12px !important;
    border-radius: 0px !important;
    width: 100%;
    border: 1px solid #e3e3e3;
    background: url(../images/login/downarrow.svg) no-repeat 97% 13px;
    background-size: 24px;
    -webkit-appearance: none;
}

.prealert-box .add-item a {
    display: inline-block;
}

.prealert-box .drop-box {
    width: 100%;
    padding: 5px;
    border: 1px dashed;
    border-width: 1px;
    border-color: #ebebeb;
    cursor: pointer;
}

.prealert-box .orange.cancelbtn {
    background: none;
    padding: 12px 20px;
    width: 150px;
    border-radius: 5px;
    border: none;
    font-family: "Hind Madurai", sans-serif;
}

.prealert-box .icon {
    position: absolute;
    top: 9px;
    right: 19px;
    height: 30px;
    width: 30px;
}


/*pickup tab */

.pickup-box {
    width: 100%;
    float: left;
}

.pickup-box select {
    height: 50px !important;
    padding: 13px 62px 13px 12px !important;
    border-radius: 0px !important;
    width: 100%;
    border: 1px solid #e3e3e3;
    background: url(../images/login/downarrow.svg) no-repeat 97% 13px;
    background-size: 24px;
    -webkit-appearance: none;
}

.pickup-box h4 {
    margin: 0px;
    font-size: 18px;
    color: #565e69;
    padding: 10px 0px;
}


/* css for accordian */

.pickup-box .accordian {
    width: 100%;
    margin: auto;
}

.pickup-box .accordian h2 {
    background: url(../../assets/images/icon/arrow-close.png) no-repeat 99%;
    transition: 0.4s;
    margin-bottom: 10px;
    margin-top: 0px;
    cursor: pointer;
    font-size: 18px;
    color: #565e69;
    padding: 20px 0px;
    border-bottom: 1px solid #ebebeb;
    background-size: 24px;
    transition: all ease-in-out 0.5s;
}

.pickup-box .accordian .box-2 {
    border-bottom: 1px solid #ebebeb;
    padding-left: 35px;
    min-height: 57px;
    line-height: 40px;
}

.pickup-box .accordian #pickup-address-sec {
    line-height: inherit !important;
    transition: all ease-in-out 0.5s;
}

.pickup-box .accordian .box-2 span b {
    color: #565e69;
}

.pickup-box .accordian .box-2 span {
    color: #b8b8b8;
}

.pickup-box .accordian .box-2 address {
    color: #b8b8b8;
}

.pickup-box .accordian h2 .pickup-address {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../../assets/images/icon/pickmap.svg) no-repeat 99%;
    transition: all ease-in-out 0.5s;
    background-size: 20px !important;
    margin-right: 10px;
    vertical-align: middle;
}

.pickup-box .accordian h2.act .pickup-address {
    width: 24px;
    height: 24px;
    background: url(../../assets/images/icon/hover-pickmap.svg) no-repeat 99% !important;
    background-size: 20px !important;
    transition: all ease-in-out 0.5s;
}

.pickup-box .accordian h2 .pickup-time {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../../assets/images/icon/time.svg) no-repeat 99%;
    transition: all ease-in-out 0.5s;
    background-size: 20px !important;
    margin-right: 10px;
    vertical-align: middle;
}

.pickup-box .accordian h2.act .pickup-time {
    width: 24px;
    height: 24px;
    background: url(../../assets/images/icon/hover-time.svg) no-repeat 99% !important;
    background-size: 20px !important;
    transition: all ease-in-out 0.5s;
}

.pickup-box .accordian h2 .mbl-number {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../../assets/images/icon/mblnumber.svg) no-repeat 99%;
    transition: all ease-in-out 0.5s;
    background-size: 20px !important;
    margin-right: 10px;
    vertical-align: middle;
}

.pickup-box .accordian h2.act .mbl-number {
    width: 24px;
    height: 24px;
    background: url(../../assets/images/icon/mblnumber-hover.svg) no-repeat 99% !important;
    background-size: 20px !important;
    transition: all ease-in-out 0.5s;
}

.pickup-box .accordian h2 .pickup-instr {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../../assets/images/icon/ins.svg) no-repeat 99%;
    transition: all ease-in-out 0.5s;
    background-size: 20px !important;
    margin-right: 10px;
    vertical-align: middle;
}

.pickup-box .accordian h2.act .pickup-instr {
    width: 24px;
    height: 24px;
    background: url(../../assets/images/icon/hover-ins.svg) no-repeat 99% !important;
    background-size: 20px !important;
    transition: all ease-in-out 0.5s;
}

.pickup-box .accordian h2 .pickup-credit {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../../assets/images/icon/credit.svg) no-repeat 99%;
    transition: all ease-in-out 0.5s;
    background-size: 20px !important;
    margin-right: 10px;
    vertical-align: middle;
}

.pickup-box .accordian h2.act .pickup-credit {
    width: 24px;
    height: 24px;
    background: url(../../assets/images/icon/credit-hover.svg) no-repeat 99% !important;
    background-size: 20px !important;
    transition: all ease-in-out 0.5s;
}

.pickup-box .accordian h2 .pickup-more {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../../assets/images/icon/more.svg) no-repeat 99%;
    transition: all ease-in-out 0.5s;
    background-size: 20px !important;
    margin-right: 10px;
    vertical-align: middle;
}

.pickup-box .accordian h2.act .pickup-more {
    width: 24px;
    height: 24px;
    background: url(../../assets/images/icon/hover-more.svg) no-repeat 99% !important;
    background-size: 20px !important;
    transition: all ease-in-out 0.5s;
}

.pickup-box .act {
    background: url(../../assets/images/icon/open-arrow.png) no-repeat 99% !important;
    background-size: 24px !important;
}

.pickup-box .accordian .box {
    display: none;
    padding: 0px 32px 20px 35px;
    border-bottom: 1px solid #ccc;
}

.pickup-box .active {
    display: block !important;
    transition: 0.4s;
}

.pickup-box [type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.pickup-box [type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 40px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.pickup-box [type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border: 5px solid #565e69;
    border-radius: 100%;
    background: #fff;
}

.pickup-box [type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: "";
    width: 16px;
    height: 16px;
    background: #565e69;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border: 3px solid #fff;
}

.pickup-box [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.pickup-box [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.pickup-box .drop-box {
    width: 100%;
    padding: 5px;
    border: 1px dashed;
    border-width: 1px;
    border-color: #ebebeb;
    cursor: pointer;
    height: 170px;
}

.pickup-box .bigbox .box .today {
    padding: 10px 0px;
}

.pickup-box .bigbox .box .today label {
    font-weight: normal;
    padding-left: 40px;
}

.pickup-box .bigbox .box textarea {
    width: 100%;
    padding: 10px;
    height: 140px;
    border: 1px solid #ebebeb;
}


/*right css*/

.pickup-box .pickup-right {
    width: 96%;
    float: right;
    border: 1px solid #ebebeb;
    padding: 10px;
}

.pickup-box .pickup-right .top-logo {
    width: 100%;
    float: left;
    text-align: center;
}

.pickup-box .pickup-right .card {
    margin-top: 15px;
    width: 100%;
    float: left;
    text-align: center;
    padding: 15px 10px;
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
}

.pickup-box .pickup-right .card img {
    display: inline-block;
    width: 49%;
}

.pickup-box .pickup-right .order-summary {
    width: 100%;
    float: left;
}

.pickup-box .pickup-right .order-summary .total {
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    padding: 10px 0px;
}

.pickup-box .pickup-right .order-summary p {
    color: #565e69;
    font-weight: 600;
}


/*pickup order summary*/

.pickup-box .summary .map {
    width: 100%;
}

.pickup-box .summary .map img {
    max-width: 100%;
}

.pickup-box .summary .barcode {
    width: 250px;
    margin: 30px auto 50px;
    transform: rotate(-45deg);
}

.pickup-box .summary .barcode img {
    max-width: 100%;
}

.pickup-box .summary .picktime {
    width: 50%;
    margin: 0px auto;
    padding: 25px 0px;
}

.pickup-box .summary .qr-code {
    width: 62%;
    margin: 0px auto;
    padding: 25px 0px;
}


/*without tabing */

.pickup-box .summary .pickup-left h5 .pickadd {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../../assets/images/icon/pickmap.svg) no-repeat 99%;
    transition: all ease-in-out 0.5s;
    background-size: 20px;
    margin-right: 10px;
    vertical-align: middle;
}

.pickup-box .summary .pickup-left h5 .mblnumber {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../../assets/images/icon/mblnumber.svg) no-repeat 99%;
    transition: all ease-in-out 0.5s;
    background-size: 20px;
    margin-right: 10px;
    vertical-align: middle;
}

.pickup-box .summary .pickup-left h5 .picktime {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../../assets/images/icon/time.svg) no-repeat 99%;
    transition: all ease-in-out 0.5s;
    background-size: 20px;
    margin-right: 10px;
    vertical-align: middle;
}

.pickup-box .summary .pickup-left h5 .pickinstruction {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../../assets/images/icon/ins.svg) no-repeat 99%;
    transition: all ease-in-out 0.5s;
    background-size: 20px;
    margin-right: 10px;
    vertical-align: middle;
}

.pickup-box .summary .pickup-left h5 .creditcardpay {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../../assets/images/icon/credit.svg) no-repeat 99%;
    transition: all ease-in-out 0.5s;
    background-size: 20px;
    margin-right: 10px;
    vertical-align: middle;
}

.pickup-box .summary .pickup-left h5 .morepayoptions {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../../assets/images/icon/more.svg) no-repeat 99%;
    transition: all ease-in-out 0.5s;
    background-size: 20px;
    margin-right: 10px;
    vertical-align: middle;
}

.pickup-box .summary .pickup-left .showinfo {
    padding: 0px 0px 0px 30px;
    margin: 40px 0px 20px 0px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e0e0;
}

.pickup-box .summary .pickup-left .store-pick {
    width: 57%;
    margin: 23px auto 10px;
}

.pickup-box .summary .pickup-left.card-visa {
    width: 96%;
    margin: 0px auto;
}


/*right css*/

.pickup-box .summary .pickup-right {
    width: 96%;
    float: right;
    padding: 10px;
}

.pickup-box .summary .pickup-right ul.order-date {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    padding: 0px 0px 15px 0px;
}

.pickup-box .summary .pickup-right ul.order-date li {
    padding: 0px 5px;
    float: left;
    list-style: none;
    font-size: 13px;
}

.pickup-box .summary .pickup-right .order-summary .total {
    border-top: 1px solid #ebebeb;
    border-bottom: none;
    padding: 10px 0px;
}

.pickup-box .summary .pickup-right .order-summary p {
    color: #565e69;
    font-weight: 600;
}


/*Track shipment tabs*/

.trackshipment-box {
    width: 100%;
    float: left;
}

.trackshipment-box .center-box {
    width: 70%;
    margin: 0px auto;
}

.trackshipment-box .center-box img.aftership {
    width: 70px;
    margin: 30px auto;
}


/*payonline-box tabs*/

.payonline-box {
    width: 100%;
    float: left;
}

.payonline-box [type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.payonline-box [type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 40px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.payonline-box [type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border: 5px solid #565e69;
    border-radius: 100%;
    background: #fff;
}

.payonline-box [type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: "";
    width: 16px;
    height: 16px;
    background: #565e69;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border: 3px solid #fff;
}

.payonline-box [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.payonline-box [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.payonline-box .drop-box {
    width: 100%;
    padding: 5px;
    border: 1px dashed;
    border-width: 1px;
    border-color: #ebebeb;
    cursor: pointer;
    height: 170px;
}

.payonline-box .box .today {
    padding: 10px 0px;
}

.payonline-box .box .today label {
    font-weight: normal;
    padding-left: 40px;
}

.payonline-box .box .custombtn {
    width: 320px;
}


/*shoping cart tabs */

.shopcart-box {
    width: 100%;
    float: left;
}

.shopcart-box h4 {
    margin: 0px;
    font-size: 18px;
    color: #565e69;
    padding: 10px 0px;
}

.shopcart-box .pickup-left .box-left-top {
    width: 85%;
    float: right;
}

.shopcart-box .pickup-left .box-left-bottom {
    width: 65%;
    float: right;
    margin: 20px 0px 0px 0px;
    display: none;
}

.shopcart-box .pickup-left .itemcart {
    padding: 10px 0px;
    cursor: pointer;
}

.shopcart-box .pickup-left .itemcart .packageicondiv {
    background: url(../../assets/images/login/squre.svg) no-repeat 99%;
    background-size: 48px;
    transition: all ease-in-out 0.5s;
}

.shopcart-box .pickup-left .itemcart.selected .packageicondiv {
    background: url(../../assets/images/login/squre-hover.svg) no-repeat 99% !important;
    background-size: 48px !important;
    transition: all ease-in-out 0.5s;
}
.shopcart-box .pickup-left .itemcart .mailpackageicondiv {
    background: url(../../assets/images/icon/mail.svg) no-repeat 99%;
    background-size: 48px;
    transition: all ease-in-out 0.5s;
}

.shopcart-box .pickup-left .itemcart.selected .mailpackageicondiv {
    background: url(../../assets/images/icon/mail-hover.svg) no-repeat 99% !important;
    background-size: 48px !important;
    transition: all ease-in-out 0.5s;
}
.shopcart-box .pickup-left .itemcart.selected .box-left-bottom {
    display: block;
}


/*.shopcart-box .pickup-left .itemcart:hover .box-left-bottom{display: block}
.shopcart-box .pickup-left .itemcart .hovericon{display: none;}
.shopcart-box .pickup-left .itemcart:hover .hovericon{display: inline;}
.shopcart-box .pickup-left .itemcart .icon{display: inline;}
.shopcart-box .pickup-left .itemcart:hover .icon{display: none;}*/


/*right css*/

.shopcart-box .pickup-right {
    width: 96%;
    float: right;
    border: 1px solid #ebebeb;
    padding: 10px;
}

.shopcart-box .pickup-right .top-logo {
    width: 100%;
    float: left;
    text-align: center;
}

.shopcart-box .pickup-right .card {
    margin-top: 15px;
    width: 100%;
    float: left;
    text-align: center;
    padding: 15px 10px;
    border-top: 1px solid #ebebeb;
}

.shopcart-box .pickup-right .card img {
    display: inline-block;
    width: 49%;
}

.shopcart-box .pickup-right .order-summary {
    width: 100%;
    float: left;
}

.shopcart-box .pickup-right .order-summary .total {
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    padding: 10px 0px;
}

.shopcart-box .pickup-right .order-summary p {
    color: #565e69;
    font-weight: 600;
}


/* tabs pay online ===> parcellocker */

.parcellocker-box {
    width: 100%;
    float: left;
}

.parcellocker-box select {
    height: 50px !important;
    padding: 13px 62px 13px 12px !important;
    border-radius: 0px !important;
    width: 100%;
    border: 1px solid #e3e3e3;
    background: url(../images/login/downarrow.svg) no-repeat 97% 13px;
    background-size: 24px;
    -webkit-appearance: none;
}


/* css for accordian */

.parcellocker-box .accordian {
    width: 100%;
    margin: auto;
}

.parcellocker-box .accordian h2 {
    background: url(../../assets/images/icon/arrow-close.png) no-repeat 99%;
    transition: 0.4s;
    margin-bottom: 10px;
    margin-top: 0px;
    cursor: pointer;
    font-size: 18px;
    color: #565e69;
    padding: 20px 0px;
    border-bottom: 1px solid #ccc;
    background-size: 24px;
    transition: all ease-in-out 0.5s;
}

.parcellocker-box .accordian h2 .pickup-address {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../../assets/images/icon/pickmap.svg) no-repeat 99%;
    transition: all ease-in-out 0.5s;
    background-size: 20px !important;
    margin-right: 10px;
    vertical-align: middle;
}

.parcellocker-box .accordian h2.act .pickup-address {
    width: 24px;
    height: 24px;
    background: url(../../assets/images/icon/hover-pickmap.svg) no-repeat 99% !important;
    background-size: 20px !important;
    transition: all ease-in-out 0.5s;
}

.parcellocker-box .accordian h2 .pickup-time {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../../assets/images/icon/time.svg) no-repeat 99%;
    transition: all ease-in-out 0.5s;
    background-size: 20px !important;
    margin-right: 10px;
    vertical-align: middle;
}

.parcellocker-box .accordian h2.act .pickup-time {
    width: 24px;
    height: 24px;
    background: url(../../assets/images/icon/hover-time.svg) no-repeat 99% !important;
    background-size: 20px !important;
    transition: all ease-in-out 0.5s;
}

.parcellocker-box .accordian h2 .mbl-number {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../../assets/images/icon/mblnumber.svg) no-repeat 99%;
    transition: all ease-in-out 0.5s;
    background-size: 20px !important;
    margin-right: 10px;
    vertical-align: middle;
}

.parcellocker-box .accordian h2.act .mbl-number {
    width: 24px;
    height: 24px;
    background: url(../../assets/images/icon/mblnumber-hover.svg) no-repeat 99% !important;
    background-size: 20px !important;
    transition: all ease-in-out 0.5s;
}

.parcellocker-box .accordian h2 .pickup-instr {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../../assets/images/icon/ins.svg) no-repeat 99%;
    transition: all ease-in-out 0.5s;
    background-size: 20px !important;
    margin-right: 10px;
    vertical-align: middle;
}

.parcellocker-box .accordian h2.act .pickup-instr {
    width: 24px;
    height: 24px;
    background: url(../../assets/images/icon/hover-ins.svg) no-repeat 99% !important;
    background-size: 20px !important;
    transition: all ease-in-out 0.5s;
}

.parcellocker-box .accordian h2 .pickup-credit {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../../assets/images/icon/credit.svg) no-repeat 99%;
    transition: all ease-in-out 0.5s;
    background-size: 20px !important;
    margin-right: 10px;
    vertical-align: middle;
}

.parcellocker-box .accordian h2.act .pickup-credit {
    width: 24px;
    height: 24px;
    background: url(../../assets/images/icon/credit-hover.svg) no-repeat 99% !important;
    background-size: 20px !important;
    transition: all ease-in-out 0.5s;
}

.parcellocker-box .accordian h2 .pickup-more {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../../assets/images/icon/more.svg) no-repeat 99%;
    transition: all ease-in-out 0.5s;
    background-size: 20px !important;
    margin-right: 10px;
    vertical-align: middle;
}

.parcellocker-box .accordian h2.act .pickup-more {
    width: 24px;
    height: 24px;
    background: url(../../assets/images/icon/hover-more.svg) no-repeat 99% !important;
    background-size: 20px !important;
    transition: all ease-in-out 0.5s;
}

.parcellocker-box .act {
    background: url(../../assets/images/icon/open-arrow.png) no-repeat 99% !important;
    background-size: 24px !important;
}

.parcellocker-box .accordian .box {
    display: none;
    padding: 0px 32px 20px 35px;
    border-bottom: 1px solid #ccc;
}

.parcellocker-box .active {
    display: block !important;
    transition: 0.4s;
}

.parcellocker-box [type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.parcellocker-box [type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 75px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.parcellocker-box [type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border: 5px solid #565e69;
    border-radius: 100%;
    background: #fff;
}

.parcellocker-box [type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: "";
    width: 16px;
    height: 16px;
    background: #565e69;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border: 3px solid #fff;
}

.parcellocker-box [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.parcellocker-box [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.parcellocker-box .drop-box {
    width: 100%;
    padding: 5px;
    border: 1px dashed;
    border-width: 1px;
    border-color: #ebebeb;
    cursor: pointer;
    height: 170px;
}

.parcellocker-box .bigbox .box .today {
    padding: 10px 0px;
    position: relative;
}

.parcellocker-box .search-result .today .num {
    position: absolute;
    top: 0px;
    left: 44px;
    font-size: 22px;
}

.parcellocker-box .bigbox .box .today label {
    font-weight: normal;
    width: 276px;
}

.parcellocker-box .bigbox .box textarea {
    width: 100%;
    padding: 10px;
    height: 140px;
    border: 1px solid #ebebeb;
}

.parcellocker-box .bigbox .search-result {
    width: 100%;
    float: left;
}

.parcellocker-box .bigbox .search-result .map {
    margin-bottom: 30px;
}

.parcellocker-box .bigbox .search-result .map img {
    width: 100%;
}


/*right css*/

.parcellocker-box .pickup-right {
    width: 96%;
    float: right;
    border: 1px solid #ebebeb;
    padding: 10px;
}

.parcellocker-box .pickup-right .top-logo {
    width: 100%;
    float: left;
    text-align: center;
}

.parcellocker-box .pickup-right .card {
    margin-top: 15px;
    width: 100%;
    float: left;
    text-align: center;
    padding: 15px 10px;
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
}

.parcellocker-box .pickup-right .card img {
    display: inline-block;
    width: 49%;
}

.parcellocker-box .pickup-right .order-summary {
    width: 100%;
    float: left;
}

.parcellocker-box .pickup-right .order-summary .total {
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    padding: 10px 0px;
}

.parcellocker-box .pickup-right .order-summary p {
    color: #565e69;
    font-weight: 600;
}


/*pickup order summary*/

.parcellocker-box .summary .map {
    width: 100%;
}

.parcellocker-box .summary .map img {
    max-width: 100%;
}

.parcellocker-box .summary .picktime {
    width: 50%;
    margin: 0px auto;
    padding: 25px 0px;
}


/*without tabing */

.parcellocker-box .summary .pickup-left h5 .pickadd {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../../assets/images/icon/pickmap.svg) no-repeat 99%;
    transition: all ease-in-out 0.5s;
    background-size: 20px;
    margin-right: 10px;
    vertical-align: middle;
}

.parcellocker-box .summary .pickup-left h5 .mblnumber {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../../assets/images/icon/mblnumber.svg) no-repeat 99%;
    transition: all ease-in-out 0.5s;
    background-size: 20px;
    margin-right: 10px;
    vertical-align: middle;
}

.parcellocker-box .summary .pickup-left h5 .picktime {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../../assets/images/icon/time.svg) no-repeat 99%;
    transition: all ease-in-out 0.5s;
    background-size: 20px;
    margin-right: 10px;
    vertical-align: middle;
}

.parcellocker-box .summary .pickup-left h5 .pickinstruction {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../../assets/images/icon/ins.svg) no-repeat 99%;
    transition: all ease-in-out 0.5s;
    background-size: 20px;
    margin-right: 10px;
    vertical-align: middle;
}

.parcellocker-box .summary .pickup-left h5 .creditcardpay {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../../assets/images/icon/credit.svg) no-repeat 99%;
    transition: all ease-in-out 0.5s;
    background-size: 20px;
    margin-right: 10px;
    vertical-align: middle;
}

.parcellocker-box .summary .pickup-left h5 .morepayoptions {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../../assets/images/icon/more.svg) no-repeat 99%;
    transition: all ease-in-out 0.5s;
    background-size: 20px;
    margin-right: 10px;
    vertical-align: middle;
}

.parcellocker-box .summary .pickup-left .showinfo {
    padding: 0px 0px 0px 30px;
    margin: 40px 0px 20px 0px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e0e0;
}


/*right css*/

.parcellocker-box .summary .pickup-right {
    width: 96%;
    float: right;
    padding: 10px;
}

.parcellocker-box .summary .pickup-right ul.order-date {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    padding: 0px 0px 15px 0px;
}

.parcellocker-box .summary .pickup-right ul.order-date li {
    padding: 0px 5px;
    float: left;
    list-style: none;
}

.parcellocker-box .summary .pickup-right .order-summary .total {
    border-top: 1px solid #ebebeb;
    border-bottom: none;
    padding: 10px 0px;
}

.parcellocker-box .summary .pickup-right .order-summary p {
    color: #565e69;
    font-weight: 600;
}


/*packagedetails-box tabs */

.packagedetails-box {
    width: 100%;
    float: left;
}

.packagedetails-box .shipmedetails {
    border-top: 1px solid #b8b8b8;
    border-bottom: 1px solid #b8b8b8;
    padding: 10px 0px;
    position: relative;
}

.packagedetails-box .shipmedetails .squre {
    width: 91px;
    height: 90px;
    border-radius: 50%;
    border: 1px solid #b8b8b8;
    background: #ebebeb;
    text-align: center;
    padding: 20px 0px;
    position: absolute;
    margin-top: -55px;
    left: 50%;
    margin-left: -45px;
}

.packagedetails-box .drop-box {
    width: 100%;
    padding: 5px;
    border: 1px dashed;
    border-width: 1px;
    border-color: #ebebeb;
    cursor: pointer;
    height: 170px;
}

.packagedetails-box .bigbox h2 {
    font-size: 14px;
    padding: 15px 0px;
    border-bottom: 1px solid #ebebeb;
}


/* ================= INVOICES PAGE CSS      ==================== */


/*invoice-block */

.invoice-block {
    width: 96%;
    float: left;
}

.invoice-block .app-search .form-control {
    width: 100%;
    background: #fff;
    height: 49px;
}


/*invoice popup*/

.invoices-box {
    width: 100%;
    float: left;
}

.invoices-box .invoice-deta span {
    display: inline-block;
    width: 123px;
    vertical-align: top;
}

.invoices-box .paid {
    margin: 120px auto 0px;
    display: block;
}

.invoices-box ul {
    width: 100%;
    float: left;
    list-style: none;
    padding: 0px;
}

.invoices-box ul li {
    width: 100%;
    float: left;
    padding: 3px 0px;
}

.invoices-box ul li .left-charge {
    width: 70%;
    float: left;
}

.invoices-box ul li .middle-charge {
    width: 15%;
    float: left;
    text-align: right;
}

.invoices-box ul li .right-charge {
    width: 15%;
    float: left;
    text-align: right;
}

.pagination>.active>a {
    background-color: #ff8900 !important;
    border-color: #ff8900 !important;
}


/*secondary users page*/


/*user-block */

.user-block {
    width: 96%;
    float: left;
}

.user-block .app-search .form-control {
    width: 325px;
    background: #fff;
    height: 49px;
}

.user-block .edit {
    width: 65px;
    display: block;
    float: right;
}


/*contact users page*/


/*contact-block */

.contact-block {
    width: 100%;
    float: left;
}

.contact-block .contact-map img {
    width: 100%;
}

.contact-block .cont-info {
    width: 860px;
    margin: 30px auto;
    overflow: hidden;
    position: relative;
    z-index: 9;
}

.contact-block .cont-info .box-spport {
    width: 50%;
    padding: 65px;
    text-align: center;
    float: left;
    height: 265px;
}

.contact-block .contact-set {
    width: 450px;
    margin: 10px auto;
    overflow: hidden;
}

.contact-block .contact-set select {
    height: 50px !important;
    padding: 13px 62px 13px 12px !important;
    border-radius: 0px !important;
    width: 100%;
    border: none;
    border-bottom: 1px solid #e3e3e3;
    background: url(../images/login/downarrow.svg) no-repeat 97% 13px;
    background-size: 24px;
    -webkit-appearance: none;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    color: #999;
}

.contact-block .contact-set textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #e3e3e3;
    height: 150px;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    color: #999;
}


/*setting-block */

.setting-block {
    width: 96%;
    float: left;
}

.setting-block .side-bar.customwidth320 {
    width: 320px;
    float: left;
}

.setting-block .setting-list ul {
    list-style: none;
}

.setting-block .setting-list ul li p {
    float: left;
}


/*profile-box */

.profile-box {
    width: 100%;
    float: left;
}

.profile-box .profile-pic {
    width: 83px;
    height: 83px;
    border-radius: 50%;
    overflow: hidden;
    background: #36404e;
    padding: 15px 0px;
}

.profile-box .edit {
    display: block;
    float: right;
    margin-top: 50px;
}

.profile-box .desc-details {
    width: 60%;
    margin: 10px auto;
}

.profile-box .desc-details p span {
    width: 30%;
    display: inline-block;
}

.profile-box .desc-details p a {
    color: #0067b1;
}

.profile-box .drop-box {
    width: 100%;
    padding: 5px;
    border: 1px dashed;
    border-width: 1px;
    border-color: #ebebeb;
    height: 139px;
}

.cont-info .livechat_button {
    display: block;
    width: auto;
    height: auto;
    border-radius: 0px;
    overflow: inherit;
    background: none;
    position: relative;
    bottom: inherit;
    right: inherit;
    padding: 0px;
    text-align: center;
}

.support-box .livechat_button {
    display: block;
    width: auto;
    height: auto;
    border-radius: 0px;
    overflow: inherit;
    background: none;
    position: relative;
    bottom: inherit;
    right: inherit;
    padding: 0px;
    text-align: left;
}

.livechat_button {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    overflow: hidden;
    background: #565e69;
    position: fixed;
    bottom: 60px;
    right: 60px;
    padding: 24px 0px;
    z-index: 9;
    text-align: center;
}

.livechat_button img {
    width: 22px;
}


/*.left.side-menu.fixed {
    overflow: initial!important;
}

#wrapper{
 -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transition-delay: 1s; /* Safari */


/*transition-delay: 1s;	*/


/*}*/


/* modal fade out */

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


/* modal z index increasing */
/*
.modal {
    z-index: 1000 !important;
}
*/
#loading {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    z-index: 1051;
    opacity: 1;
    background: url(../images/loading.gif) no-repeat center center;
}

#loadingpay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    z-index: 1001;
    opacity: 1;
    background: url(../images/loading.gif) no-repeat center center;
}

.error_message_box_text ul li {
    text-align: left;
}

.gryRow .progress-bar {
    background: #b8b8b8;
}

.gryRow .bg {
    background: #b8b8b8;
}

.gryRow .bgtext {
    color: #b8b8b8;
}

.gryRow .hide-element {
    display: none;
}

.gryRow .states-box {
    float: right;
}

.greebPickupRow .progress-bar {
    background: #72bb53;
}

.greebPickupRow .bg {
    background: #72bb53;
}

.greebPickupRow .bgtext {
    color: #72bb53;
}

.greebPickupRow .hide-element {
    display: none;
}

.greebPickupRow .states-box {
    float: right;
}

.orangeRow .progress-bar {
    background: #ffa834;
}

.orangeRow .bg {
    background: #ffa834;
}

.orangeRow .bgtext {
    color: #ffa834;
}

.orangeRow .hide-element {
    display: none;
}

.orangeRow .states-box {
    float: right;
}

.greebOutDeliveryRow .progress-bar {
    background: #72bb53;
}

.greebOutDeliveryRow .bg {
    background: #72bb53;
}

.greebOutDeliveryRow .bgtext {
    color: #72bb53;
}

.greebOutDeliveryRow .hide-element {
    display: none;
}

.greebOutDeliveryRow .states-box {
    float: right;
}

.greebRow .progress-bar {
    background: #72bb53;
}

.greebRow .bg {
    background: #72bb53;
}

.greebRow .bgtext {
    color: #72bb53;
}

.greebRow .hide-element {
    display: block;
}

.greebRow .states-box {
    float: right;
}

.blueRow .progress-bar {
    background: #0067b1;
}

.blueRow .bg {
    background: #0067b1;
}

.blueRow .bgtext {
    color: #0067b1;
}

.blueRow .hide-element {
    display: none;
}

.blueRow .states-box {
    float: right;
}

.RedRow .progress-bar {
    background: #ff5d55;
}

.RedRow .bg {
    background: #ff5d55;
}

.RedRow .bgtext {
    color: #ff5d55;
}

.RedRow .hide-element {
    display: block;
}

.RedRow .states-box {
    float: right;
}

#shipmeModal {
    background: #ffffff;
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

.pickuptimeBtn {
    padding: 10px 20px;
    margin: 0 10px 0 0;
}

.has-success .form-control {
    border-color: #e3e3e3 !important;
    box-shadow: none !important;
}

.norecentactivity {
    text-align: center;
    color: #ebebebeb;
    font-size: 25px;
}

.estimate-box .feildrelative.cal p {
    padding: 0px 0px 0px 0px;
}

.estimate-box .feildrelative.cal p input[type="checkbox"] {}

.estimate-box .form-group-checked label {
    position: relative;
    float: left;
    width: 20px;
    margin: 4px 0 0;
    text-indent: -999px;
}

.estimate-box .form-group-checked p {
    margin: 0 0 0 28px;
    color: #b8b8b8;
}

.estimate-box .form-group-checked label::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    content: "";
    border: 1px solid #ebebeb;
}

.estimate-box .form-group-checked input[type="checkbox"]:checked~label::after {
    position: absolute;
    top: 6px;
    left: 8px;
    width: 10px;
    height: 6px;
    content: "";
    transform: translate(-50%, -50%) rotate(-45deg);
    border-bottom: 2px solid #565e69;
    border-left: 2px solid #565e69;
}

.estimate-box .form-group-checked input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    opacity: 0;
}

.btn-select {
    background: #02afdf;
    color: #fff !important;
    box-shadow: none !important;
}

#pickuptimeForm .pickuptimeBtn {
    border-radius: 5px;
    padding: 0px;
    width: 87px;
    height: 58px;
    line-height: 58px;
}
#pickuptimeForm .btn-orange
{
    background: #ff8900 !important;
    box-shadow: none !important;
}

.btn-select:hover {
    color: #fff;
}

.invoiceFilterBtnCol {
    padding: 95px 0px;
}

.invoiceFilterBtn {
    background: #fff;
    border: none;
    box-shadow: 0px 9px 14px -7px #cacaca;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 10px;
}

.invoiceFilterBtn i {
    font-size: 32px;
}

.invoiceFilterBtn:hover,
.invoiceFilterBtn:focus {
    background-color: transparent !important;
    border: none !important;
}

.invoiceFilterUl {
    border: none;
    box-shadow: 18px 18px 12px -18px #cacaca;
    padding: 10px;
    border-radius: 10px;
    min-width: 140px;
    margin-bottom: 12px !important;
    cursor: pointer;
    position: relative;
}

.invoiceFilterUl li:first-child {
    margin: 0 0 8px 0;
    padding: 7px 0px !important;
    background-color: #f3f3f3;
}

.invoiceFilterUl li {
    padding: 5px 0px 5px 23px !important;
    color: #575f6a !important;
    position: relative;
}

.invoiceFilterUl:after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: white;
    position: absolute;
    bottom: -7px;
    right: 18px;
    transform: rotate(45deg);
    box-shadow: 8px 9px 20px -2px #cacaca;
}

.ulcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 18px;
    width: 18px;
    left: 0;
    top: 2px;
    z-index: 99;
}

.invoiceFilterBtnWrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: fixed;
    right: 60px;
    bottom: 70px;
    z-index: 999;
}

.ulcontainer .checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 18px;
    width: 17px;
    background-color: #fff;
    border: 2px solid #797979;
    border-radius: 3px;
}

.ulcontainer input:checked~.checkmark {
    background-color: #fff;
}

.ulcontainer .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.ulcontainer input:checked~.checkmark:after {
    display: block;
}

.ulcontainer .checkmark:after {
    left: 4px;
    top: 1px;
    width: 5px;
    height: 9px;
    border: solid #5d5d5d;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
}
/* request-schedule-call */
#requestshedulecallForm .best-box {
    width: 100%;
    float: left;
    padding-bottom: 30px;
}
#requestshedulecallForm .best-box h5{
	margin-top:0px!important;
}
#requestshedulecallForm .best-box span {
    color: #ccc;
}
#requestshedulecallForm select {
    border: none;
    outline: none;
}
#requestshedulecallForm select {
    height: unset!important;
    padding: unset!important;
    border-radius: unset !important;
    width: unset;
    border: unset;
    background: none;
	color:#000;
	
}
#requestshedulecallForm .dateslider {
    width: 100%;
    float: left;
}
#requestshedulecallForm .dateslider .carousel-inner {
    width: 100%;
    float: left;
    background: #f7f8fa;
    border-radius: 20px;
    padding: 0px 16px;
}
#requestshedulecallForm .dateslider .item ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
#requestshedulecallForm .dateslider .item ul li {
    list-style: none;
    width: 14.2%;
    float: left;
    background: #f7f8fa;
    cursor: pointer;
}
#requestshedulecallForm .dateslider .item ul li .day {
    width: 100%;
    height: 50px;
    padding: 15px 10px;
    border-bottom: 1px solid #ccc;
}
#requestshedulecallForm .dateslider .item ul li .day b {
	color:#000;
	font-weight: 700!important;	
}
#requestshedulecallForm .dateslider .item ul li .month {
    width: 100%;
    padding: 15px 10px;
	color:#333;
}
#requestshedulecallForm .dateslider .item ul li .month span {
    font-size: 20px;
	color:#333;
}
#requestshedulecallForm .dateslider .item ul li .month.active {
    background: #ff8900;
}
#requestshedulecallForm .dateslider .item ul li .month.active p {
    color: #fff;
}
#requestshedulecallForm .dateslider .item ul li .month.active span {
    color: #fff;
    font-size: 20px;
}
#requestshedulecallForm .dateslider .left.carousel-control {
    top: 63px;
    left: -21px;
}
#requestshedulecallForm .dateslider .right.carousel-control {
    top: 63px;
    right: -45px;
}
#requestshedulecallForm .dateslider .chevron-left {
    background: url(../images/icon/cal-left-arrow.png)no-repeat center;
    width: 20px;
    height: 20px;
    display: block;
}
#requestshedulecallForm .dateslider .chevron-right {
    background: url(../images/icon/cal-right-arrow.png)no-repeat center;
    width: 20px;
    height: 20px;
    display: block;
}
#requestshedulecallForm .best-box1 {
    width: 100%;
    float: left;
    padding: 30px 0px;
}
#requestshedulecallForm .best-box1 span {
    color: #ccc;
}
#requestshedulecallForm .time-box {
    width: 100%;
    float: left;
    padding: 10px 0px;
}
#requestshedulecallForm .time-box ul {
    list-style: none;
    padding: 0px;
    text-align: center;
    cursor: pointer;
}
#requestshedulecallForm .time-box ul li {
    width: 30%;
    margin: 8px 5px;
    background: #f7f8fa;
    padding: 10px;
    font-size: 16px;
    display: inline-block;
    color: #a7a3a3;
}
#requestshedulecallForm .time-box ul li.active {
    background: #ff8900;
    color: #fff;
}
#requestshedulecallForm #schedule_time-error {
	color:#f5707a;
}
#requestclearanceauthorizationForm .boxes{
	background-color: #fff1d7;
    padding: 5px;
    border-radius: 5px;	
}
#requestclearanceauthorizationForm .boxes label {
    font-weight: normal;
    font-family: 'Hind Madurai', sans-serif;
}
#requestclearanceauthorizationForm .boxes img{
	margin: 9px 7px;
    width: 32px;	
}
#requestclearanceauthorizationForm .bigbox h2 {
    font-size: 14px;
    padding: 15px 0px;
    border-bottom: 1px solid #ebebeb;
}
#requestclearanceauthorizationForm .history_detail-box .history_detail-block {
    width: 95%;
    margin: 0 auto;
}
#requestclearanceauthorizationForm .boxes input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    opacity: 0;
}
#requestclearanceauthorizationForm .boxes label {
    position: relative;
    float: right;
    width: 20px;
    margin: 4px 28px 0 0;
    text-indent: -999px;
	cursor: pointer;
}
#requestclearanceauthorizationForm .boxes label::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    content: "";
    border: 1px solid #797979;
}
#requestclearanceauthorizationForm .boxes input[type="checkbox"]:checked~label::after {
    position: absolute;
    top: 6px;
    left: 8px;
    width: 10px;
    height: 6px;
    content: "";
    transform: translate(-50%, -50%) rotate(-45deg);
    border-bottom: 2px solid #565e69;
    border-left: 2px solid #565e69;
}

.text-center{ text-align:center}

.customesmallmodal .modal-header {
       border-bottom-width: 1px !important;
}
.customesmallmodal .modal-footer {
    border: none;
}
.customesmallmodal .modal-content{
	border: none;
}
.shopcart-box .pickup-left .box-left-bottom .notfitlable{
	text-align: center;
    width: 80%;
    float: right;
    background: #b8b8b8;
    color: #fff;
    padding: 4px 8px;
    border-radius: 5px;	
}

/* Reward Css*/

.navbar-nav>li>.dropdown-menu.rewarme-box {
    border-radius: 10px;
    padding: 0px 30px;
    width: 400px;
   /* max-height: 560px;*/
}
.rewardme-list .heading-rewardme {
    position: sticky;
    width: 100%;
    display: inline-block;
    top: 0px;
    background: #fff !important;
    padding: 12px 0 !important;
}
.rewardme-list h5 {
    margin: 0 !important;
}
.rewardme-list h5 {
    margin: 0 0 5px 0;
    padding: 10px;
    background-color: #f3f3f3;
    text-align: center;
}
.notify-list .description {
	width:70%;
}
.rewardme-list .description {
	width:70%;
}

.progress-circle {
  width: 120px;
  height: 120px;
  background: none;
  position: relative;
}

.progress-circle::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 12px solid #eee;
  position: absolute;
  top: 0;
  left: 0;
}

.progress-circle>span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.progress-circle .progress-left {
  left: 0;
}

.progress-circle .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 12px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.progress-circle .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
  
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.progress-circle .progress-right {
  right: 0;
}

.progress-circle .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;  
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.progress-circle .progress-value {
/*  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%!important;
  width:100%;
  height:100%;
  align-items: center!important;
  justify-content: center!important;
  display: flex!important;*/
}
.progress-circle .border-warning {
	border-color: #ff8900!important;
}
.ml-auto, .mx-auto {
    margin-left: auto!important;
}
.mr-auto, .mx-auto {
    margin-right: auto!important;
}
.has-error .form-control {
    border-color: #f5707a!important;
    box-shadow: none !important;
}

.circle_organg_number{
	width: 25px;
    height: 25px;
    background-color: #ffa834;
    color: #fff;
    border-radius: 14px;
    align-items: center;
    padding: 3px 10px;
    font-weight: bold;
}

/* Landing page 01 redeem */
.login-block .wrapperredeem {
    margin: 5% auto 2%;
    position: relative;
    max-width: 820px;
}
.login-block .wrapperredeem .logowidth {
    margin: 5% auto 60px;
    position: relative;
    max-width: 320px;
}
.wrapperredeem .userInput{
    display: flex;
    padding-left: 17px;
    
  }
.wrapperredeem .userInput input[maxlength="1"]{
    margin: 3px;
width: 37px;
height: 45px;
border-radius: 11px;
padding: 8px;
background: #565F69;
outline: none;
border: none;
font-size: 20px;
color: #ebebeb;
text-align: center;
  }
.wrapperredeem .text_area{
    padding:0;
    padding-left:30px;
  }

.wrapperredeem .Input {
    width: 410px;
    height: 55px !important;
    border-radius: 7px !important;
    background: #565F69;
    border: none;
    color: #ebebeb;
    font-size: 20px;
	text-align: center;
}
.wrapperredeem .Continue_Btn{
    color: #fff;
font-size: 25px;
border-radius: 6px;
background: #1464F6;
text-decoration: none;
height: 55px;
border: none;
text-transform: capitalize;
letter-spacing: 0px;
width: 410px;
font-family: 'Poppins', sans-serif;
letter-spacing: 0px;
margin-top:50px;
  }
.wrapperredeem .need_help{
    text-align: left;
color: rgba(184, 184, 184, 0.72);
margin-top: 30px;
font-family: 'Poppins', sans-serif;
font-weight: 500;
  }

.wrapperredeem .cont_button_area{
    width:420px;
    margin:0 auto;
    padding-bottom:50px;
  }

.wrapperredeem .space20{
      width:100%;
  }
  

  @media screen and (max-width:767px){
.wrapperredeem .userInput{
        margin:0 auto;
        padding-left:0px;
        justify-content: center;
        width:100%;
    }
.wrapperredeem .userInput input[maxlength="1"]{
        margin: 1px;
        width: 19%;
        padding: 5px;
        border-radius: 4px;
        height: 69%;
    }
.wrapperredeem .cont_button_area{
        width:96%;
        margin:0 auto;
    }
.wrapperredeem .Continue_Btn{
        width:100%;
        
    }
.wrapperredeem .Input{
        width:100% !important;
    }
.wrapperredeem .form_width{
        width:100% !important;
        margin: 0 auto;
    }
.wrapperredeem .space20{
        width:100%;
    }
.wrapperredeem .padding0{
        padding-left:0px !important;
        width: 95%;
        margin: 0 auto;
    }
    
  }
