@font-face {
    font-family: "robotoblack";
    src: url("../fonts/roboto-black-webfont.woff2") format("woff2"),
        url("../fonts/roboto-black-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "robotoblack_italic";
    src: url("../fonts/roboto-blackitalic-webfont.woff2") format("woff2"),
        url("../fonts/roboto-blackitalic-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "robotobold";
    src: url("../fonts/roboto-bold-webfont.woff2") format("woff2"),
        url("../fonts/roboto-bold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "robotobold_italic";
    src: url("../fonts/roboto-bolditalic-webfont.woff2") format("woff2"),
        url("../fonts/roboto-bolditalic-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "roboto_condensedbold";
    src: url("../fonts/robotocondensed-bold-webfont.woff2") format("woff2"),
        url("../fonts/robotocondensed-bold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "roboto_condensedbold_italic";
    src: url("../fonts/robotocondensed-bolditalic-webfont.woff2")
            format("woff2"),
        url("../fonts/robotocondensed-bolditalic-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "roboto_condenseditalic";
    src: url("../fonts/robotocondensed-italic-webfont.woff2") format("woff2"),
        url("../fonts/robotocondensed-italic-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "roboto_condensedlight";
    src: url("../fonts/robotocondensed-light-webfont.woff2") format("woff2"),
        url("../fonts/robotocondensed-light-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "roboto_condensedbold";
    src: url("../fonts/robotocondensed-bold-webfont.woff2") format("woff2"),
        url("../fonts/robotocondensed-bold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "roboto_condensedbold_italic";
    src: url("../fonts/robotocondensed-bolditalic-webfont.woff2")
            format("woff2"),
        url("../fonts/robotocondensed-bolditalic-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "roboto_condenseditalic";
    src: url("../fonts/robotocondensed-italic-webfont.woff2") format("woff2"),
        url("../fonts/robotocondensed-italic-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "roboto_condensedlight";
    src: url("../fonts/robotocondensed-light-webfont.woff2") format("woff2"),
        url("../fonts/robotocondensed-light-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "robotolight_italic";
    src: url("../fonts/roboto-lightitalic-webfont.woff2") format("woff2"),
        url("../fonts/roboto-lightitalic-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "robotomedium";
    src: url("../fonts/roboto-medium-webfont.woff2") format("woff2"),
        url("../fonts/roboto-medium-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "robotomedium_italic";
    src: url("../fonts/roboto-mediumitalic-webfont.woff2") format("woff2"),
        url("../fonts/roboto-mediumitalic-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "robotoregular";
    src: url("../fonts/roboto-regular-webfont.woff2") format("woff2"),
        url("../fonts/roboto-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "robotothin";
    src: url("../fonts/roboto-thin-webfont.woff2") format("woff2"),
        url("../fonts/roboto-thin-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "robotothin_italic";
    src: url("../fonts/roboto-thinitalic-webfont.woff2") format("woff2"),
        url("../fonts/roboto-thinitalic-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
body,
html {
    height: 100%;
    font-family: "robotoregular";
}
.logo-wrap {
    width: 300px;
    padding: 20px 0;
    position: absolute;
    top: 0;
    left: 40px;
}
.logo-wrap img {
    width: 300px;
}
.container-login {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-wrap: wrap;
}
.left-section {
    width: 400px;
    min-height: 100vh;
    padding: 0 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    background: url("../images/BG-Pattern.png");
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.right-section {
    width: calc(100% - 400px);
    min-height: 100vh;
    background: #fff;
    padding: 40px;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.right-section.vertical-center {
    justify-content: center;
}
.left-inner {
    width: 303px;
    padding: 70px 20px;
}
.left-inner h3 {
    font-family: "robotomedium";
    font-size: 35px;
    font-weight: 500;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: #f2f2f2;
    margin-bottom: 25px;
}
.left-inner p {
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}
.form-wrap {
    width: 505px;
    margin: 0 auto;
}
.form-title {
    font-family: "robotomedium";
    font-size: 40px;
    line-height: 1.1;
    text-align: left;
    color: #2c99d4;
    opacity: 0.87;
}
.wrap-input .form-control {
    height: 48px;
    padding: 8px 10px 10px 10px;
    box-shadow: none;
    border-radius: 6px;
    background-color: #eaf5fb;
    border: solid 1px #eaf5fb;
    font-size: 16px;
    line-height: 1.5;
    color: #828282;
    transition: 0.3s ease-in;
}
.wrap-input .form-control.error {
    border: solid 1px #e20e33;
}
.otp-error {
    position: relative;
    top: -10px;
}
.wrap-input .form-control:focus {
    border: solid 1px #2c99d4;
}
.label-input {
    width: 100%;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.29;
    color: #686e73;
    display: flex;
    align-items: center;
}
.label-input img {
    margin-left: 5px;
}
.wrap-input input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 16px;
    line-height: 1.5;
    color: #828282;
}

.wrap-input input::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 16px;
    line-height: 1.5;
    color: #828282;
}
.wrap-input input:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 16px;
    line-height: 1.5;
    color: #828282;
}
.wrap-input input:-moz-placeholder {
    /* Firefox 18- */
    font-size: 16px;
    line-height: 1.5;
    color: #828282;
}
.sub-title {
    font-size: 20px;
    line-height: 1.1;
    color: #6e6b6b;
    margin-bottom: 40px;
    opacity: 0.87;
}
.sub-title span {
    color: #212121;
}
.forgot-link {
    font-family: "robotomedium";
    font-size: 16px;
    line-height: 1.13;
    color: #2c99d4;
    transition: 0.3s ease-in;
    position: relative;
    text-decoration: none;
}
a.forgot-link:hover {
    color: #2c99d4;
    text-decoration: none;
    opacity: 0.8;
}
.forgot-link:after {
    height: 1px;
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    background: #2c99d4;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.forgot-link:hover:after {
    width: 100%;
}
.wrap-input {
    margin-bottom: 25px;
}

.check-container {
    height: 24px;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.13;
    color: #6e6b6b;
    padding: 3px 0 0 35px;
    margin-bottom: 0;
}
.checkbox-item .check-container {
    padding: 0 0 0 35px;
}
/* Hide the browser's default checkbox */
.check-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    border-radius: 2px;
    border: solid 1px #c1d6bf;
    background-color: #ffffff;
    transition: 0.3s ease-in;
}
/* On mouse-over, add a grey background color */
.check-container:hover input ~ .checkmark {
    background-color: #f2f2f2;
}

/* When the checkbox is checked, add a blue background */
.check-container input:checked ~ .checkmark {
    background-color: #2c99d4;
    border: solid 1px #2c99d4;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.check-container input:checked ~ .checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */
.check-container .checkmark:after {
    left: 8px;
    top: 3px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.remember-forgot {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.captcha-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.form-btn {
    font-family: "robotobold";
    width: 100%;
    height: 55px;
    padding: 15px 25px;
    border-radius: 6px;
    background-color: #2c99d4;
    text-align: center;
    border: none;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
.form-btn:disabled {
    background-color: #e0e0e0;
    color: #828282;
    cursor: not-allowed;
}
.login-btn-wrap {
    padding: 25px 0;
}
.top-opt-wrap {
    padding: 10px 25px;
    width: auto !important;
}
.top-opt-wrap li a {
    margin-bottom: 12px;
    display: inline-block;
}
.sign-up-btn {
    min-width: 90px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 12px 0 8px;
    border-radius: 2px;
    border: solid 2px #3da3b2;
    font-family: "robotomedium";
    font-size: 13px;
    text-align: center;
    color: #3da3b2;
    background: #fff;
}
.signup-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    right: 40px;
    top: 40px;
}
.login-form {
    padding-top: 50px;
}
.signup-inner {
    display: flex;
    align-items: center;
}
.signup-inner p {
    font-family: "robotomedium";
    font-size: 13px;
    color: #000000;
    opacity: 0.5;
    margin-bottom: 0;
    padding-right: 10px;
}
span.error,
label.error {
    font-size: 14px;
    line-height: 1.29;
    color: #e20e33;
}
span.error strong,
label.error strong {
    font-weight: normal;
}
.view-pass {
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    cursor: pointer;
    width: 40px;
    height: 100%;
    text-align: center;
}
.password-holder .view-pass span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #5b5c79;
}

.eye-icon {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 1;
}
.eye-icon.close-eye {
    background: url(../images/ic_eye_close.svg) center center no-repeat;
}
.eye-icon.open-eye {
    background: url(../images/ic_eye_open.svg) center center no-repeat;
}
.input-holder {
    position: relative;
    padding-bottom: 10px;
}
.password-holder {
    position: relative;
}
.term-privacy {
    font-size: 16px;
    line-height: 1.13;
    color: #6e6b6b;
}
.term-privacy a {
    color: #2c99d4;
}
.phone-number-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.phone-number-wrap .dropdown {
    width: 96px;
}
.phone-number-wrap .form-control {
    width: calc(100% - 106px);
}
.flex-input-wrap {
    display: flex;
    align-items: center;
}
.flex-input-wrap .form-control {
    width: 50px;
    text-align: center;
    color: #212121;
}
.not-recieved-code p {
    font-size: 16px;
    line-height: 1.13;
    color: #6e6b6b;
}
.not-recieved-code a {
    font-weight: 500;
    color: #3ca2b6;
}
.time-counter {
    font-size: 16px;
    line-height: 1.13;
    color: #bdbdbd;
    margin-bottom: 20px;
}
.wrap-input .password-holder .form-control {
    padding-right: 40px;
}
.header {
    width: 100%;
    height: 80px;
    padding: 16px 64px 16px;
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.04);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
}
.header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.menu-bar > ul {
    margin-bottom: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.menu-bar > ul > li {
    margin: 0 15px;
}
.menu-bar > ul > li > a {
    font-size: 14px;
    line-height: 1.29;
    color: #212121;
    transition: 0.3s ease-in;
    text-decoration: none;
}
.menu-bar > ul > li > a:hover {
    color: #2c99d4;
}
.menu-bar > ul > li > a.active {
    font-family: "robotomedium";
    color: #2c99d4;
}
.notification-profile > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
}
.notification-profile > ul > li:first-child {
    padding-right: 8px;
}
.notification-profile li {
    position: relative;
}
.notification-profile ul a {
    position: relative;
}
.no-of-notification {
    position: absolute;
    right: -4px;
    top: -4px;
    min-width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #359bd3;
    color: #fff;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.notification-profile ul li figure {
    position: relative;
}
.notification-link figure {
    position: relative;
}
.notification-link figure:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #52b947;
    box-shadow: -2px 10px 16px 0 rgba(37, 37, 37, 0.08);
    position: absolute;
    content: "";
    top: 0;
    right: 0;
}
.user-name-pic {
    width: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.user-name-pic::before {
    width: 12px;
    height: 8px;
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url("../images/ic_dropdpwn.svg") no-repeat;
    pointer-events: none;
}
.user-name-pic figure {
    width: 44px;
    height: 44px;
    margin-right: 10px;
    border-radius: 50%;
    overflow: hidden;
}
.user-name-pic figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
a.user-name-pic {
    text-decoration: none;
}

.user-name-pic span {
    width: 86px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "robotomedium";
    font-size: 14px;
    line-height: 1.57;
    color: #000000;
    padding-right: 9px;
}
.notification-profile > ul > li:first-child {
    margin-right: 0;
}
.dropdownmenu {
    width: 176px;
    padding: 1px;
    border: solid 1px #dbe2ea;
    border-radius: 2px;
    position: absolute;
    top: 52px;
    right: 0;
    box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.04);
    background-color: #ffffff;
    overflow: hidden;
    box-shadow: 0px 12px 45px 0px rgb(42 35 79 / 8%);
    transform: translate(-10px, 40px) scale(0.9);
    visibility: hidden;
    opacity: 0;
    transition: all 250ms ease-in-out;
    z-index: 999;
}
.dropdownmenu-order {
    width: 170px;
    padding: 1px;
    border: solid 1px #dbe2ea;
    border-radius: 2px;
    position: absolute;
    top: 52px;
    right: 0;
    box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.04);
    background-color: #ffffff;
    overflow: hidden;
    box-shadow: 0px 12px 45px 0px rgb(42 35 79 / 8%);
    transform: translate(-10px, 40px) scale(0.9);
    visibility: hidden;
    opacity: 0;
    transition: all 250ms ease-in-out;
    z-index: 999;
}
.notification-profile .dropdownmenu {
    top: 64px;
}
.dropdownmenu.open {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0) scale(1);
}
.dropdownmenu-order.open-order {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0) scale(1);
}
.drop-profile.open {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0) scale(1);
}
.dropdownmenu li a {
    width: 100%;
    height: 42px;
    display: flex;
    align-items: center;
    padding: 10px 16px 10px 8px;
    text-decoration: none;
    opacity: 0.8;
    font-size: 14px;
    line-height: 1.57;
    color: #212121;
    transition: 0.3s ease-in;
}
.dropdownmenu-order li a {
    width: 100%;
    height: 42px;
    display: flex;
    align-items: center;
    padding: 10px 16px 10px 8px;
    text-decoration: none;
    opacity: 0.8;
    font-size: 14px;
    line-height: 1.57;
    color: #212121;
    transition: 0.3s ease-in;
}
.dropdownmenu li a:hover {
    color: #2c99d4;
    background-color: rgba(44, 153, 212, 0.05);
}
.dropdownmenu-order li a:hover {
    color: #2c99d4;
    background-color: rgba(44, 153, 212, 0.05);
}
.dropdownmenu li a.active {
    font-family: "robotomedium";
    color: #2c99d4;
    background-color: rgba(44, 153, 212, 0.05);
}
.dropdownmenu-order li a.active {
    font-family: "robotomedium";
    color: #2c99d4;
    background-color: rgba(44, 153, 212, 0.05);
}
.main-wrapper {
    min-height: 100vh;
    padding-top: 80px;
    background: #f9f9f9;
}
.col-inner {
    height: 278px;
    padding: 30px 28px 30px;
    border-radius: 5px;
}
.create-service-request {
    background: url("../images/ic_service_request.png");
}
.track-my-order {
    background: url("../images/ic_track.png");
}

/* lifethreatimage */
.tooltip {
    position: relative;
    display: inline-block;
    opacity: unset !important;
    top: 0;
    margin-left: 12px;
    z-index: 10;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: max-content;
    background-color: #2c99d4;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    font-style: italic;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}
.sizeimg {
    width: 15px;
    /* margin-left: 10px; */
}
/* lifethreatimage */
.col-inner h3 {
    font-family: "robotobold";
    font-size: 24px;
    line-height: 1.08;
    color: #ffffff;
    margin: 0 0 15px;
}
.col-inner p {
    font-size: 16px;
    line-height: 1.63;
    text-align: left;
    color: #ffffff;
    margin-bottom: 20px;
}
.white-btn {
    width: 169px;
    height: 48px;
    padding: 10px 25px;
    display: inline-block;
    vertical-align: middle;
    border: none;
    border-radius: 4px;
    background-color: #ffffff;
    font-family: "robotomedium";
    font-size: 16px;
    font-weight: 500;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: center;
    color: #2c99d4;
}
.service-track-order {
    padding: 55px 0 50px;
}
.title-description {
    margin-bottom: 35px;
}
.how-to-use {
    padding-bottom: 50px;
}
.how-to-use h1 {
    font-family: "robotomedium";
    font-size: 32px;
    line-height: 0.81;
    text-align: center;
    color: #000000;
    margin: 0 0 20px;
}
.how-to-use p {
    opacity: 0.5;
    font-size: 18px;
    line-height: 1.44;
    text-align: center;
    color: #000000;
}
.card-wrap {
    height: 236px;
    padding: 32px 33px 33px;
    margin-bottom: 30px;
    border-radius: 4px;
    box-shadow: 0 4px 64px 0 rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
.card-wrap h3 {
    font-family: "robotomedium";
    font-size: 20px;
    text-align: center;
    color: #212121;
}
.arrow-icon {
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
}
.how-to-use-card .row > div {
    padding: 0 25px;
}
.loader {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loader-inner {
    width: 200px;
    height: 100px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0 0 5px #c3c3c3;
    border-radius: 4px;
    box-shadow: 0 4px 64px 0 rgba(0, 0, 0, 0.05);
}
.loader-inner figure {
    margin-bottom: 10px;
}
.loader-inner p {
    font-size: 14px;
    text-transform: uppercase;
    font-family: "robotomedium";
    position: relative;
    white-space: nowrap;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.loader-inner p::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: dodgerblue;
    animation: lod 2s linear infinite;
    overflow: hidden;
    font-size: 14px;
}
@keyframes lod {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

.top-header {
    height: 62px;
    background-color: #2c99d4;
}
.title-section {
    width: 210px;
}
.title-section h3 {
    font-family: "robotomedium";
    font-size: 20px;
    line-height: 1.4;
    color: #ffffff;
    margin: 0;
}
.top-header .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.request-status {
    width: calc(100% - 210px);
}
.subway {
    display: table;
    position: relative;
    table-layout: fixed;
    z-index: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}
.subway .subway-stop {
    position: relative;
    text-align: center;
    display: table-cell;
    vertical-align: top;
    margin: 0;
    padding-left: 100px;
}
.subway .subway-stop-box {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    margin: 0 10px 0 0;
    border: 1px solid transparent;
    background-color: rgba(255, 255, 255, 0.7);
    position: relative;
    z-index: 10;
}
.subway .subway-stop.is-active .subway-stop-box {
    background-color: #fff;
}
.subway .subway-stop-box:before {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: solid 2px #fff;
    position: absolute;
    content: "";
    left: -7px;
    top: -7px;
    opacity: 0;
}
.subway .subway-stop.is-active.is-completed .subway-stop-box::before {
    background-image: url(../images/is-completed.svg);
    background-color: #fff;
    border: none;
    background-position: center center;
}
.subway .subway-stop.is-active .subway-stop-box::before {
    opacity: 1;
}
.subway .subway-stop.is-active .subway-title {
    color: #fff;
    opacity: 1;
}
.subway .subway-stop:first-child:before {
    display: none;
}
.subway .subway-stop:before {
    width: 80px;
    height: 1px;
    content: "";
    position: absolute;
    left: 10px;
    top: 9px;
    z-index: 0;
    background-color: rgba(255, 255, 255, 0.7);
}
.subway .subway-stop.is-active:before {
    border-color: #777;
}
.inner-wrap {
    display: flex;
    align-items: center;
}
.subway-title {
    opacity: 0.5;
    font-size: 14px;
    color: #ffffff;
}
.breadcrumb-wrap {
    padding: 10px 0;
    margin-left: -10px;
}
.breadcrumb-wrap ul {
    display: flex;
    align-items: center;
}
.breadcrumb-wrap li {
    font-family: "robotomedium";
    font-size: 12px;
    line-height: 1.83;
    text-align: left;
    color: #2c99d4;
    padding: 0 8px;
}
.breadcrumb-wrap li a {
    font-family: "robotomedium";
    font-size: 12px;
    line-height: 1.83;
    color: #969ba0;
    text-decoration: none;
    position: relative;
}
.breadcrumb-wrap a:after {
    font-family: "robotomedium";
    font-size: 16px;
    line-height: 1.83;
    color: #969ba0;
    position: absolute;
    content: "/";
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
}
.title-desc {
    padding: 15px 0 25px;
}
.title-desc .title {
    font-family: "robotomedium";
    font-size: 28px;
    line-height: 1.29;
    text-align: center;
    color: #000000;
    margin: 0 0 10px;
}
.title-desc .description {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #686e73;
}
.select-type-wrap {
    padding: 26px 24px 32px;
    border-radius: 6px;
    border: solid 1px #dbe2ea;
    background-color: #ffffff;
    margin-bottom: 15px;
}
.select-option {
    height: 213px;
    padding: 24px;
    border-radius: 6px;
    border: solid 1px #d5e1d4;
    background-color: #f5f5f5;
    transition: 0.3s ease-in;
    position: relative;
}
.select-option.active {
    border: solid 1px #d5e1d4;
    background-color: #f0f8fc;
}
.select-option-inner {
    height: 100%;
    padding: 4px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.left-info {
    width: calc(100% - 155px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.right-info {
    width: 155px;
}
.left-info h3 {
    font-family: "robotomedium";
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    color: #231e1e;
    opacity: 0.6;
    margin: 0;
}

.radio-check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.select-type-wrap .radio-check {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.select-type-wrap .radio-check .checkmark {
    left: 24px;
    top: 28px;
}
/* Hide the browser's default radio button */
.radio-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
/* Create a custom radio button */
.radio-check .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    border: solid 2px #c3c3c3;
    background-color: #f5f5f5;
    border-radius: 50%;
    transition: 0.3s ease-in;
}
/* When the radio button is checked, add a blue background */
.radio-check input:checked ~ .checkmark {
    background-color: #52b947;
    border: solid 1.5px #52b947;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-check:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the indicator (dot/circle) when checked */
.radio-check input:checked ~ .checkmark:after {
    display: block;
}
/* Style the indicator (dot/circle) */
.radio-check .checkmark:after {
    left: 7px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.radio-btn {
    width: 24px;
    height: 24px;
}
.select-option .icon-wrap {
    width: 155px;
    height: 155px;
    transition: 0.3s ease-in;
}
.courier-services .icon-wrap {
    background: url("../images/ic_Courier_Service.svg") no-repeat;
}
.courier-services.active .icon-wrap {
    background: url("../images/ic_Courier_Service_Active.svg") no-repeat;
}
.patient-transportation .icon-wrap {
    background: url("../images/ic_Patient_Transportation.svg") no-repeat;
}
.patient-transportation.active .icon-wrap {
    background: url("../images/ic_Patient_Transportation_Active.svg") no-repeat;
}
.select-title {
    font-family: "robotomedium";
    font-size: 20px;
    line-height: 1.4;
    color: #231e1e;
}

/* The container */
.radio-wrap {
    padding: 19px 16px 19px 50px;
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #231e1e;
    margin-bottom: 0;
}
.radio-wrap strong {
    font-family: "robotomedium";
    font-weight: 500;
}
/* Hide the browser's default radio button */
.radio-wrap input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
/* Create a custom radio button */
.radio-wrap .checkmark {
    position: absolute;
    top: 50%;
    left: 0;
    height: 24px;
    width: 24px;
    box-shadow: 0 4px 8px 0 rgba(44, 39, 56, 0.08);
    background-color: #f6f6f6;
    border: solid 1px #cecece;
    border-radius: 50%;
    transition: 0.3s ease-in;
    transform: translateY(-50%);
}
.option-list .radio-wrap .checkmark {
    left: 16px;
}
/* When the radio button is checked, add a blue background */
.radio-wrap input:checked ~ .checkmark {
    border: solid 2px #2c99d4;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-wrap .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the indicator (dot/circle) when checked */
.radio-wrap input:checked ~ .checkmark:after {
    display: block;
    background-color: #2c99d4;
}
/* Style the indicator (dot/circle) */
.radio-wrap .checkmark:after {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.label-wrap {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgba(44, 39, 56, 0.08),
        0 1px 2px 0 rgba(44, 39, 56, 0);
    border: solid 1px #dbe2ea;
    background-color: #ffffff;
    transition: 0.3s ease-in;
}
.label-wrap.address {
    min-height: 116px;
    align-items: flex-start;
    flex-direction: column;
}
.label-wrap.address .radio-wrap {
    margin-bottom: 4px;
    font-family: "robotomedium";
    font-size: 18px;
    line-height: 1.56;
    color: #231e1e;
    padding-left: 40px;
}
.label-wrap.active {
    border: solid 1px #2c99d4;
}
.action-wrap .primary-btn {
    height: 48px;
    display: flex;
    align-items: center;
    padding: 12px 25px;
    border-radius: 6px;
    background-color: #2c99d4;
    border: none;
    text-align: center;
    font-family: "robotomedium";
    font-size: 16px;
    line-height: 1.5;
    color: #ffffff;
    margin-right: 10px;
    text-decoration: none;
}
.action-wrap .cancel-btn {
    height: 48px;
    display: flex;
    align-items: center;
    padding: 12px 25px;
    border-radius: 6px;
    background-color: #fff;
    border: solid 1.5px rgba(104, 110, 115, 0.6);
    text-align: center;
    font-family: "robotomedium";
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #e20e33;
}
.action-wrap {
    padding: 10px 0 0;
    display: flex;
    align-items: center;
}
.modal-footer .action-wrap {
    padding: 0;
}
.select-type-section {
    padding: 50px 0 0;
    position: relative;
}
.select-type-section:before {
    width: 100%;
    height: 2px;
    background: #f1f3f7;
    position: absolute;
    content: "";
    top: 25px;
    left: 0;
}
.select-type {
    padding-bottom: 65px;
}
.select-address .select-title {
    margin: 0 0 5px;
}
.select-address .select-description {
    margin-bottom: 20px;
}
.address-phone-no {
    margin: 0;
    padding: 0 0 0 40px;
}
.address-phone-no li {
    display: flex;
    align-items: center;
}
.address-phone-no li address {
    font-size: 14px;
    line-height: 1.57;
    color: #231e1e;
    margin-bottom: 7px;
}
.address-select-list .address-phone-no {
    padding: 0 0 15px 60px;
}
.address-select-list .label-wrap.address .radio-wrap {
    font-family: "robotoregular";
    width: 100%;
    padding: 20px 0 0 0;
    margin-bottom: 0;
}
.verify-otp-form {
    padding: 0 24px 10px;
}
.verify-otp-form .form-title {
    font-family: "robotomedium";
    font-size: 28px;
    line-height: 1.2;
}
.verify-otp-form .sub-title {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 25px;
}
.verify-otp-form .wrap-input {
    margin-bottom: 15px;
}
.verify-otp-form .time-counter {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 15px;
}
.filter-help .filter-btn.filter-applied:before {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: url("../images/ic_check_circle.svg") center center;
    position: absolute;
    right: -5px;
    bottom: 5px;
    content: "";
}
.verify-otp-form .not-recieved-code p {
    font-size: 14px;
    line-height: 1.4;
}

.address-select-list .radio-wrap .checkmark {
    left: 20px;
    top: 0;
    transform: translateY(0);
}
.radio-wrap-inner {
    position: relative;
    padding: 0 0 10px 60px;
}
.address-phone-no li figure {
    margin-right: 10px;
}
.address-phone-no li a {
    font-size: 14px;
    line-height: 1.57;
    color: #231e1e;
    text-decoration: none;
}
.header-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.add-address {
    width: 164px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    border-radius: 6px;
    border: solid 1.5px #2c99d4;
    font-size: 14px;
    line-height: 1.29;
    color: #2c99d4;
    background: #fff;
}
a.add-address {
    text-decoration: none;
}
.add-address img {
    margin-right: 5px;
}
.add-address span {
    white-space: nowrap;
}
.exit-icon {
    width: 82px;
    height: 82px;
    margin: 17px auto 23px;
}
.popup-desc {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #686e73;
}
.action-wrap.singout {
    justify-content: center;
    padding: 5px 0 30px;
}
.modal-dialog.modal-custom {
    width: 400px;
}
.search-wrap {
    width: 310px;
    position: relative;
    margin-right: 16px;
}
.search-wrap .search {
    width: 310px;
    height: 48px;
    padding: 8px 40px 8px 16px;
    border-radius: 6px;
    border: solid 1px #dbe2ea;
    background-color: #ffffff;
}
.search-wrap input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 14px;
    color: #00000099;
    line-height: 1.57;
}
.search-wrap input::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 0.6;
    font-size: 14px;
    color: #00000099;
    line-height: 1.57;
}
.search-wrap input:-ms-input-placeholder {
    /* IE 10+ */
    opacity: 0.6;
    font-size: 14px;
    color: #00000099;
    line-height: 1.57;
}
.search-wrap input:-moz-placeholder {
    /* Firefox 18- */
    opacity: 0.6;
    font-size: 14px;
    color: #00000099;
    line-height: 1.57;
}
.search-icon {
    width: 24px;
    height: 24px;
    background: url("../images/icon_search.svg") no-repeat;
    display: inline-block;
    position: absolute;
    right: 12px;
    top: 50%;
    cursor: pointer;
    z-index: 5;
    transform: translateY(-50%);
    transition: 0.3s ease-in;
}
.search-icon.remove-icon {
    background: url("../images/remove-icon.svg") no-repeat;
}
.address-list {
    min-height: 116px;
    padding: 16px;
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgba(44, 39, 56, 0.08),
        0 1px 2px 0 rgba(44, 39, 56, 0);
    border: solid 1px #dbe2ea;
    background-color: #f9f9f9;
    margin-bottom: 15px;
}

.select-address .select-title.mb-15 {
    margin: 0 0 15px;
}
.inner-address {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.inner-address.center-address {
    justify-content: center;
}
.btn-action .primary-btn {
    min-width: 180px;
    height: 48px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 16px;
    border-radius: 2px;
    background-color: #2c99d4;
    font-size: 14px;
    line-height: 1.29;
    text-align: center;
    color: #ffffff;
    border: none;
}
.left-address p {
    margin-bottom: 4px;
}
.hidden-label {
    display: none !important;
}
.left-address p strong {
    font-family: "robotomedium";
    font-size: 18px;
    line-height: 1.56;
    color: #231e1e;
}
.basic-info {
    padding: 0;
    margin: 0;
}
.basic-info li {
    display: flex;
    align-items: center;
}
.basic-info li address {
    font-size: 14px;
    line-height: 1.57;
    color: #231e1e;
    margin-bottom: 7px;
}
.basic-info li figure {
    margin-right: 10px;
}
.temperature-value {
    padding-left: 15px;
}
.basic-info li a {
    font-size: 14px;
    line-height: 1.57;
    color: #231e1e;
    text-decoration: none;
}
.form-wrap.pd-25 {
    padding-top: 50px;
}
.flex-input-wrap ul {
    display: flex;
    align-items: center;
}
.flex-input-wrap ul li {
    position: relative;
    margin-right: 15px;
    font-size: 0;
    color: transparent;
}
.flex-input-wrap ul li.active:before {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: #212121;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.section-title .sec-title {
    font-family: "robotomedium";
    font-size: 18px;
    line-height: 1.56;
    color: #212121;
    margin: 0;
}
.sec-title span {
    font-size: 14px;
    line-height: 1.57;
    color: #686e73;
}
.section-title {
    padding-bottom: 15px;
}
.radio-option {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}
.radio-option .radio-wrap {
    margin-right: 38px;
}
.checkbox-option .checkbox-item {
    margin-top: 15px;
}
.checkbox-option {
    padding-bottom: 35px;
}
.wrap-input textarea.form-control {
    height: 140px;
    overflow-y: auto;
}
.seprator-line {
    height: 2px;
    margin: 0 -24px;
    background-color: #eeeeee;
}
.destination-info {
    height: 100px;
    padding: 16px;
    margin: 15px 0 20px;
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgba(44, 39, 56, 0.08),
        0 1px 2px 0 rgba(44, 39, 56, 0);
    border: solid 1px #dbe2ea;
    background-color: #ffffff;
}
.flex-row-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.flex-row-wrap p {
    font-size: 16px;
    line-height: 1.5;
    color: #555b60;
    margin-bottom: 0;
}
.flex-row-wrap p strong {
    font-family: "robotomedium";
    font-size: 20px;
    line-height: 1.4;
    color: #484848;
}
.flex-row-wrap span.green-color {
    font-family: "robotomedium";
    font-size: 20px;
    line-height: 1.4;
    color: #52b947;
}
.destination-info {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.group-input {
    position: relative;
}
.calendar-ic,
.clock-ic {
    width: 24px;
    height: 24px;
    display: inline-block;
    position: absolute;
    right: 13px;
    top: 13px;
    cursor: pointer;
}
.calendar-ic {
    background: url("../images/Calendar.svg") center center no-repeat;
}
.clock-ic {
    background: url("../images/Clock.svg") center center no-repeat;
}
.select-input-wrap {
    display: flex;
    align-items: flex-start;
    width: 100%;
    justify-content: space-between;
}
.inputwrap {
    width: calc(100% - 74px);
}
.inputwrap.wrap-input .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.select-dropdown {
    width: 74px;
}
.select-dropdown .nice-select {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: #d7e9f2;
}
.form-group {
    width: 100%;
    vertical-align: top;
}
.select-dropdown .nice-select .list {
    padding-top: 0;
}
.select-dropdown .nice-select-search-box {
    display: none;
}
.select-dropdown .current {
    color: #212121;
}
.select-dropdown .nice-select {
    padding-right: 0;
}
.inputwrap.wrap-input {
    margin-bottom: 0;
}
.form-modal .form-group.wrap-input {
    margin-bottom: 0;
}
.form-modal .form-group.select-group {
    height: 65px;
    margin-bottom: 30px;
}
.form-group.wrap-input.mb-15 {
    margin-bottom: 15px;
}
.popup-title {
    font-family: "robotomedium";
    font-size: 18px;
    line-height: 1.56;
    color: #212121;
    text-align: center;
    margin-bottom: 0;
}
.success-icon {
    width: 82px;
    height: 82px;
    margin: 0 auto;
}
.action-wrap.text-center {
    width: 100%;
    justify-content: center;
}
.form-details {
    padding: 16px;
    border-radius: 6px;
    background-color: #fafafa;
    margin: -15px 0 15px;
}
.form-details h3 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.59;
    color: #212121;
    padding-bottom: 15px;
    margin: 0 0 15px;
    border-bottom: solid 1px #f1f1f1;
}
.form-details p {
    font-size: 14px;
    line-height: 1.57;
    color: #231e1e;
    margin-bottom: 0;
}
.recurring-row {
    display: flex;
    align-items: center;
}
.recurring-row .left-col {
    width: 150px;
}
.recurring-row .right-col {
    width: calc(100% - 150px);
}
.recurring-row .left-col label {
    font-size: 14px;
    line-height: 1.57;
    color: #686e73;
    margin-bottom: 0;
}
.recurring-row .right-col strong {
    font-family: "robotomedium";
    font-size: 14px;
    line-height: 1.57;
    color: #212121;
}
.recurring-row {
    margin-bottom: 10px;
}
.recurring-row:last-child {
    margin-bottom: 0;
}
.form-details.mt-15 {
    margin-top: 15px;
}
.current-value {
    font-family: "robotobold";
    font-size: 16px;
    line-height: 1.5;
    color: #212121;
}
.help-btn-wrap {
    display: flex;
    align-items: center;
}
.radio-option .radio-wrap strong {
    font-family: "robotoregular";
    font-size: 16px;
    line-height: 1.5;
    color: #686e73;
    font-weight: normal;
}
.flex-option {
    display: flex;
    align-items: center;
}
.flex-option .checkbox-item {
    margin-right: 30px;
}
.flex-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.search-field-wrap .search-wrap-left h3 {
    font-family: "robotomedium";
    font-size: 18px;
    line-height: 1.56;
    color: #212121;
    margin: 0;
}
.search-field-wrap .search-wrap-left p {
    font-size: 14px;
    line-height: 1.29;
    color: #686e73;
    margin-bottom: 0;
}
.help-btn-wrap a + a {
    margin-left: 15px;
}
a.help-btn {
    min-width: 85px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    border-radius: 100px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    text-decoration: none;
}
a.edit-btn {
    min-width: 85px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    border-radius: 100px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    text-decoration: none;
}
a.show {
    display: none !important;
}
.help-btn span {
    font-size: 14px;
    line-height: 1.29;
    color: #2c99d4;
}
.search-field {
    width: 416px;
    position: relative;
}
.search-field input {
    width: 100%;
    height: 42px;
    padding: 8px 8px 8px 16px;
    border-radius: 6px;
    border: solid 1px #dde7ed;
    background-color: #f4f4f4;
    transition: 0.3s ease-in;
    font-size: 14px;
    line-height: 1.29;
    color: #96a5b8;
}
.search-field input:focus {
    border: solid 1px #2c99d4;
}
.search-field input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 14px;
    color: #96a5b8;
}
.search-field input::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 14px;
    color: #96a5b8;
}
.search-field input:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 14px;
    color: #96a5b8;
}
.search-field input:-moz-placeholder {
    /* Firefox 18- */
    font-size: 14px;
    color: #96a5b8;
}
.search-field-wrap {
    display: flex;
    align-items: flex-start;
}
.search-wrap-left {
    padding-right: 18px;
}
.search-btn {
    width: 28px;
    height: 28px;
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
    position: absolute;
    right: 7px;
    top: 7px;
}
.orders-listing {
    padding: 24px;
    border-radius: 4px;
    border: solid 1px #dbe2ea;
    background-color: #ffffff;
}
.orders-info {
    padding: 16px;
    background-color: #fafafa;
    margin-bottom: 10px;
}
.orders-top-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: solid 1px #f1f1f1;
    padding-bottom: 10px;
}
.ordr-info-left {
    display: flex;
    align-items: center;
}
.info-item {
    margin-right: 24px;
}
.ordr-info-left .info-item {
    width: 160px;
    margin-right: 0;
    white-space: nowrap;
}
.info-item span {
    font-size: 14px;
    line-height: 1.57;
    color: #686e73;
}
.info-item strong {
    font-family: "robotomedium";
    font-size: 14px;
    line-height: 1.57;
    color: #212121;
}
.track-btn {
    width: 121px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 15px;
    border-radius: 3px;
    background-color: #2c99d4;
    border: none;
    font-size: 14px;
    line-height: 1.29;
    text-align: center;
    color: #ffffff;
}
a.track-btn {
    text-decoration: none;
    color: #fff;
}
.ordr-info-row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}
.ordr-info-row .left-col {
    width: 190px;
}
.ordr-info-row .right-col {
    width: calc(100% - 125px);
}
.ordr-info-row .right-col ul {
    display: flex;
    align-items: center;
}
.ordr-info-row .right-col li {
    margin-right: 15px;
}
.courier-details-row.mb-10 {
    margin-top: 10px;
}
.ordr-info-row .left-col label {
    font-size: 14px;
    line-height: 1.57;
    color: #686e73;
    margin-bottom: 0;
}
.ordr-info-row .right-col strong {
    font-size: 14px;
    line-height: 1.57;
    color: #212121;
}
.ordr-info-row .right-col strong.green {
    color: #52b947;
}
.orders-middle-info {
    padding: 5px 0 3px;
    border-bottom: solid 1px #f1f1f1;
    margin-bottom: 12px;
}
.subway.dark .subway-stop:first-child {
    padding-left: 0;
}

.subway.dark .subway-stop.is-active .subway-title {
    color: #212121;
}
.subway.dark .subway-stop .subway-title {
    color: #686e73;
}
.subway.dark .subway-stop-box {
    background-color: #e1e1e1;
}
.subway.dark .subway-stop.is-active .subway-stop-box {
    background-color: #52b947;
}
.subway.dark .subway-stop.is-active .subway-stop-box:before {
    border: solid 2px #52b947;
    background: url("../images/ic_check.svg") #52b947;
    background-position: center center;
}
.subway.dark .subway-stop-box:before {
    border: solid 2px #e1e1e1;
    opacity: 1;
}
.subway.dark .subway-stop:before {
    background-color: #e1e1e1;
}
.subway.dark .subway-stop.is-active:before {
    background-color: #52b947;
}
.pagination-wrap {
    padding: 10px 0 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.right-filter {
    display: flex;
    align-items: center;
}
.right-filter .prev-list {
    margin-right: 16px;
}
.right-filter .next-list {
    margin-left: 16px;
}
.left-filter ul {
    display: flex;
    align-items: center;
    margin: 0 -10px;
}
.left-filter li {
    padding: 0 10px;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.57;
    color: #686e73;
}

.left-filter li.mr-15 {
    margin-right: 15px;
}
.download-invoice {
    width: 184px;
    height: 36px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 16px 12px 16px;
    border-radius: 3px;
    border: solid 1px rgba(104, 110, 115, 0.6);
}
.track-ordr-btn.btn-ajax {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
}
.margin-fifteen {
    margin-left: 15px;
}
.download-invoice span {
    font-size: 14px;
    line-height: 1.29;
    color: #2c99d4;
}
.track-download-btn {
    display: flex;
    align-items: center;
}
.track-download-btn button + button {
    margin-left: 10px;
}
.ordr-history .ordr-info-row:last-child {
    margin-bottom: 0;
}
.orders-middle-info.ordr-history {
    margin-bottom: 0;
    border-bottom: none;
}
.orders-info:last-child {
    margin-bottom: 0;
}
.payment-status {
    width: max-content;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 8px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
}
.ordr-info-row .inner-row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 5px;
}
.ordr-info-row .inner-row .left-col {
    width: 100px;
}
.ordr-info-row .inner-row .right-col {
    width: calc(100% - 100px);
}
.ordr-info-row .inner-row .left-col label {
    font-size: 14px;
    line-height: 1.57;
    color: #686e73;
}
.ordr-info-row .inner-row .right-col strong {
    font-family: "robotomedium";
    font-size: 14px;
    line-height: 1.57;
    color: #212121;
}
.inner-info-row {
    padding: 16px;
    border: solid 1px rgba(104, 110, 115, 0.2);
    background-color: #ffffff;
}
.pending {
    background-color: #ffae36;
}
.completed {
    background-color: #52b947;
}
.cancelled {
    background-color: #c4c4c4;
}
.ordr-history .ordr-info-row .left-col {
    width: 250px;
}
.upper-info {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.upper-info img {
    margin-right: 10px;
}
.upper-info span {
    font-family: "robotomedium";
    font-size: 12px;
    line-height: 1.83;
    letter-spacing: 1px;
    color: #212121;
    text-transform: uppercase;
}
.filter-help {
    display: flex;
    align-items: center;
}
.filter-help .filter-btn {
    margin-right: 10px;
    position: relative;
}
.modal-header {
    position: relative;
}
.close-popup {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.filter-check {
    width: 100%;
    height: 42px;
    display: inline-block;
    opacity: 0.8;
    margin-bottom: 0;
    position: relative;
    vertical-align: text-bottom;
    background-color: #f9f9f9;
}
.filter-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.check_mark {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -1px;
    left: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #212121;
    padding: 10px 16px;
    background-color: #f9f9f9;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: 0.3s ease-in;
}
.filter-check input:checked ~ .check_mark {
    background-color: rgba(44, 153, 212, 0.05);
    font-family: "robotomedium";
    color: #2c99d4;
}
.modal-body.dark-bg {
    padding: 0;
    border-top: solid 10px #fff;
}
.modal-body.dark-bg .form-modal {
    border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.left-filter .form-control {
    width: 60px;
    padding: 6px 5px;
}
.record-not-found figure {
    width: 140px;
    height: 140px;
    margin: 0 auto;
}
.record-not-found h3 {
    font-family: "robotomedium";
    font-size: 28px;
    line-height: 1.29;
    text-align: center;
    color: #212121;
}
.error-page {
    max-width: 1140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 24px;
    margin: 25px 0 0;
    border-radius: 4px;
    border: solid 1px #dbe2ea;
    background-color: #ffffff;
}
.error-page h1 {
    font-family: "robotomedium";
    font-size: 28px;
    line-height: 1.29;
    color: #212121;
}
.error-page p {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #686e73;
}
.btn-holder {
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-holder .goto-home {
    width: 169px;
    height: 48px;
    flex-grow: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 15px;
    border-radius: 6px;
    background-color: #2c99d4;
    font-family: "robotomedium";
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #ffffff;
    border: none;
    margin-right: 10px;
}
.btn-holder .contact-us {
    width: 127px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 15px;
    border-radius: 6px;
    border: solid 1.5px rgba(104, 110, 115, 0.3);
    font-family: "robotomedium";
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #2c99d4;
}
.track-order-wrap {
    display: flex;
    align-items: flex-start;
}
.modal-dialog {
    max-width: 30% !important; /* Adjust as needed */
    width: auto !important;
  }
  
.track-stepper {
    width: 267px;
    padding: 24px;
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgba(44, 39, 56, 0.08),
        0 1px 2px 0 rgba(44, 39, 56, 0);
    border: solid 1px #dbe2ea;
    background-color: #ffffff;
}
.track-info {
    width: calc(100% - 267px);
    padding-left: 15px;
}
.track-info-inner {
    padding: 24px;
    border-radius: 4px;
    border: solid 1px #dbe2ea;
    background-color: #ffffff;
}
.orderid-helpbtn-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.vertical-stepper {
    display: flex;
    flex-direction: column;
    position: relative;
    table-layout: fixed;
    z-index: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}
.vertical-stepper .stepper-stop {
    position: relative;
    text-align: center;
    margin: 0;
    padding-bottom: 70px;
}
.vertical-stepper .stepper-stop-box {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    margin: 0 10px 0 0;
    border: 1px solid transparent;
    background: url("../images/ic_circle_grey.svg") no-repeat center center;
    position: relative;
    z-index: 10;
}
.vertical-stepper .stepper-stop.is-active .stepper-stop-box {
    background: url("../images/ic_circle_select.svg") no-repeat center center;
}
.vertical-stepper .stepper-stop.is-completed .stepper-stop-box {
    background: url("../images/ic_circle_check.svg") no-repeat center center;
}
.stepper-title {
    opacity: 0.7;
    font-family: "robotomedium";
    font-size: 10px;
    color: #212121;
}
.vertical-stepper .stepper-stop.is-active .stepper-title {
    opacity: 1;
}
.vertical-stepper .stepper-stop.is-completed .stepper-title {
    opacity: 1;
}

.vertical-stepper .stepper-stop:before {
    width: 1px;
    height: 60px;
    content: "";
    position: absolute;
    left: 11px;
    top: 28px;
    z-index: 0;
    background-color: #e5ebee;
}
.vertical-stepper .stepper-stop.is-active .stepper-stop:before {
    background-color: #2c99d4;
}
.vertical-stepper .inner-wrap {
    position: relative;
}
.ordr-date-time {
    position: absolute;
    top: 20px;
    left: 33px;
    font-size: 12px;
    text-align: left;
    color: #686e73;
}
.vertical-stepper .stepper-stop:last-child::before {
    display: none;
}
.track-info-card {
    height: 100%;
    padding: 16px;
    margin-bottom: 15px;
    margin-top: 5px;
    background-color: #fafafa;
}
/*anita */
.track-info-card.card-spacing {
    padding-left: 0;
    padding-right: 0;
}
/*anita */
.row-flex {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 -10px 20px;
}
.flex-col {
    max-width: 50%;
    flex: 0 50%;
    padding: 0 10px;
}
.wrap-title {
    border-bottom: solid 1px #f1f1f1;
    padding-bottom: 8px;
    padding-top: 8px;
}
.wrap-title h3 {
    font-family: "robotobold";
    font-size: 14px;
    line-height: 1.59;
    letter-spacing: 0.7px;
    color: #212121;
    text-transform: uppercase;
    margin: 0;
}
.orders-track-info {
    padding: 5px 0 3px;
    border-top: solid 1px #f1f1f1;
}
.orders-track-info .ordr-info-row:last-child {
    margin-bottom: 0;
}
.info-middle-inner {
    display: flex;
    align-items: center;
}
.info-middle-inner figure {
    width: 42px;
    margin-right: 15px;
}
.info-middle-inner strong {
    font-family: "robotomedium";
    font-size: 18px;
    line-height: 1.56;
    color: #212121;
}
.info-middle {
    padding: 15px 0;
}
.flex-address h3 {
    font-family: "robotomedium";
    font-size: 12px;
    line-height: 1.59;
    letter-spacing: 0.6px;
    color: #686e73;
    text-transform: uppercase;
    margin: 15px 0 10px;
}
.address-details {
    min-height: 150px;
    height: auto;
    padding: 16px;
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgba(44, 39, 56, 0.08),
        0 1px 2px 0 rgba(44, 39, 56, 0);
    border: solid 1px #2c99d4;
    background-color: #ffffff;
}
.address-details .basic-info li address {
    font-size: 14px;
    line-height: 1.29;
    color: #231e1e;
}
.address-details .basic-info li a {
    font-size: 14px;
    line-height: 1.29;
    color: #231e1e;
}
.address-details p strong {
    font-family: "robotomedium";
    font-size: 16px;
    line-height: 1.5;
    color: #231e1e;
}
.address-details p {
    margin-bottom: 10px;
}
.track-order-action {
    border-top: solid 2px #eeeeee;
    padding-top: 15px;
}
.stepper-progress {
    width: 100%;
    height: 8px;
    border-radius: 100px;
    background-color: #dbdff1;
    margin: 20px 0;
}
.stepper-progress-inner {
    height: 8px;
    border-radius: 100px;
    background-color: #2c99d4;
    position: relative;
}
.progress-percent {
    min-width: 30px;
    height: 20px;
    padding: 0 6px;
    border-radius: 100px;
    display: inline-block;
    text-align: center;
    box-shadow: -1px 1px 4px 0 rgba(0, 0, 0, 0.16);
    border: solid 1px rgba(76, 178, 233, 0.5);
    background-color: #237fb0;
    color: #fff;
    position: absolute;
    right: 0;
    top: -6px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.address-list.mt-20 {
    margin-top: 20px;
}
.add-address-action {
    padding: 25px 0 0 0;
}
.add-address-action .action-wrap {
    padding: 20px 0 0;
}
.edit-delete-btn {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
}
.edit-delete-btn a {
    margin-left: 12px;
}
.address-list.mt-20 .left-address {
    width: calc(100% - 110px);
}
.add-additional-rider {
    margin-bottom: 15px;
}
.add-additional-rider a {
    font-family: "robotomedium";
    font-size: 16px;
    line-height: 1.5;
    color: #3e82ac;
}
.additional-rider-wrap {
    margin-top: 15px;
}
.sub-radio-option .label-wrap:last-child {
    margin-bottom: 0;
}
.sub-radio-option {
    max-width: 258px;
    margin: 10px 0 0 35px;
    display: none;
}
.appended-item {
    position: relative;
    padding-right: 50px;
}
a.remove-icon {
    position: absolute;
    right: 0;
    top: 30px;
    width: 38px;
    height: 38px;
    background: #f2f2f2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.notification-section {
    padding: 26px 24px 32px;
    border-radius: 6px;
    border: solid 1px #dbe2ea;
    background-color: #ffffff;
    margin-bottom: 15px;
}
.notification-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.notification-header h3 {
    font-family: "robotomedium";
    font-size: 20px;
    line-height: 1.4;
    color: #231e1e;
    margin: 0;
}
.mute-notification {
    min-width: 161px;
    height: 48px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    border-radius: 6px;
    border: solid 1.5px #2c99d4;
    background: #fff;
}
.mute-notification span {
    font-size: 14px;
    line-height: 1.29;
    color: #2c99d4;
}
.mute-notification img {
    margin-right: 5px;
}
.notification-row {
    min-height: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 16px 16px;
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgba(44, 39, 56, 0.08),
        0 1px 2px 0 rgba(44, 39, 56, 0);
    border: solid 1px #dbe2ea;
    background-color: #ffffff;
    margin-bottom: 15px;
    position: relative;
}
.notification-row .time-info {
    font-size: 13px;
    font-weight: 600;
    bottom: auto;
    top: 2px;
    opacity: 0.8;
}
.notification-row:last-child {
    margin-bottom: 0;
}
.view-btn {
    min-width: 110px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 12px;
    border-radius: 6px;
    background-color: #2c99d4;
    font-size: 14px;
    line-height: 1.29;
    text-align: center;
    color: #ffffff;
    border: solid 1px #2c99d4;
}
a.view-btn {
    text-decoration: none;
    color: #fff;
}
.info-notification h3 {
    font-family: "robotomedium";
    font-size: 18px;
    line-height: 1.56;
    text-align: left;
    color: #231e1e;
    margin: 0;
}
.info-notification p {
    font-size: 14px;
    line-height: 1.57;
    text-align: left;
    color: #231e1e;
    margin: 0;
}
.modal-inner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.time-info {
    font-family: "robotoregular";
    font-size: 16px;
    line-height: 1.63;
    color: #000;
    opacity: 0.4;
    position: absolute;
    right: 15px;
    bottom: 10px;
}
.modal .all-notifications {
    max-height: 55vh;
    overflow-y: auto;
}
.setting-section,
.profile-section {
    padding: 24px;
    border-radius: 6px;
    border: solid 1px #dbe2ea;
    background-color: #ffffff;
    margin-bottom: 15px;
}
.our-location {
    min-height: 205px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    background-color: #fafafa;
}
.location-info {
    width: calc(100% - 317px);
    padding-right: 25px;
}
.location-map {
    width: 317px;
}
.location-top h3 {
    font-family: "robotomedium";
    font-size: 18px;
    line-height: 1.56;
    color: #212121;
    margin: 0 0 12px;
}
.title-seprator {
    height: 1px;
    margin: 16px 0 16px 0;
    background-color: #f1f1f1;
}
.details-title {
    width: 160px;
}
.details-title label {
    font-family: "robotoregular";
    font-size: 14px;
    line-height: 1.57;
    color: #686e73;
    margin-bottom: 0;
}
.details-value {
    width: calc(100% - 160px);
}
.details-value p {
    font-family: "robotomedium";
    font-size: 14px;
    line-height: 1.57;
    color: #212121;
    margin-bottom: 0;
}
.details-row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.title-wrp h3 {
    font-family: "robotomedium";
    font-size: 18px;
    line-height: 1.56;
    color: #212121;
    margin: 0 0 15px;
}
.subject-select {
    min-height: 75px;
}
.action-wrap.setting {
    padding: 20px 0 0;
}
.page-title {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.page-title h1 {
    font-family: "robotomedium";
    font-size: 18px;
    line-height: 1.56;
    color: #212121;
    margin: 0;
}
.profile-info {
    min-height: 335px;
    padding: 24px;
    background-color: #fafafa;
}
.usr-pic {
    width: 135px;
    height: 135px;
}
.usr-pic figure {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
}
.usr-pic figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.edit-profile {
    width: 128px;
    height: 46px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 10px;
    border-radius: 100px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    border: none;
}
.edit-profile img {
    margin-right: 5px;
}
.edit-profile span {
    font-size: 14px;
    line-height: 1.29;
    color: #2c99d4;
}
.verify-no {
    min-width: 93px;
    height: 28px;
    margin-left: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 6px 5px;
    border-radius: 4px;
    background-color: #ff3265;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
    color: #ffffff;
    border: none;
}
.label-title {
    font-size: 14px;
    line-height: 1.29;
    color: #686e73;
    margin-bottom: 0;
}
.label-value {
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    color: #231e1e;
    margin-bottom: 0;
}
.email-info {
    display: flex;
    align-items: center;
}
.verified-no {
    display: flex;
    align-items: center;
}
.check-icon {
    width: 26px;
    height: 26px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 4px;
    border-radius: 100px;
    background-color: #52b947;
    margin-left: 10px;
}

.avatar-upload {
    position: relative;
    max-width: 205px;
}
.avatar-upload .avatar-edit {
    position: absolute;
    right: 60px;
    z-index: 1;
    top: 10px;
}
.avatar-upload .avatar-edit input {
    display: none;
}
.avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: url("../images/edit_ic.svg") no-repeat center center #fff;
    border: 1px solid transparent;
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:after {
    background: url("../images/edit_ic.svg");
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}
.avatar-upload .avatar-preview {
    width: 140px;
    height: 140px;
    position: relative;
    border-radius: 100%;
}
.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.tabs-menu {
    border-bottom: 3px solid #dbe2ea;
    margin-bottom: 15px;
}
.tabs-menu ul li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.tabs-menu ul li a {
    opacity: 0.5;
    font-size: 14px;
    line-height: 1.57;
    color: #6e6b6b;
    padding: 12px 24px;
    border-radius: 6px;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    transition: 0.3s ease-in;
    position: relative;
}
.tabs-menu ul li.active a {
    font-family: "robotomedium";
    color: #2c99d4;
    opacity: 1;
}
.tabs-menu ul li.active:before {
    width: 100%;
    height: 3px;
    background: #2c99d4;
    position: absolute;
    content: "";
    left: 0;
    bottom: -13px;
}
.setting-title {
    font-family: "robotomedium";
    font-size: 18px;
    line-height: 1.56;
    color: #212121;
    margin: 0 0 15px;
}
.action-wrap.change-password {
    padding-top: 20px;
}
a.req-new-password {
    font-size: 14px;
    line-height: 1.29;
    color: #2c99d4;
    position: absolute;
    right: 15px;
    bottom: 0;
}
.notification-check {
    min-height: 82px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgba(44, 39, 56, 0.08),
        0 1px 2px 0 rgba(44, 39, 56, 0);
    border: solid 1px rgba(104, 110, 115, 0.15);
    background-color: #ffffff;
}
.notification-check-content h3 {
    font-size: 16px;
    line-height: 1.5;
    color: #212121;
    margin: 0;
}
.notification-check-content p {
    font-size: 14px;
    line-height: 1.57;
    color: #686e73;
    margin-bottom: 0;
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin-bottom: 0;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e9e9ea;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
input:checked + .slider {
    background-color: #2c99d4;
}
input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
    border-radius: 100px;
}
.slider.round:before {
    border-radius: 50%;
}
.notification-check {
    margin-top: 15px;
}
.custom-accordion {
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    font-family: "robotomedium";
    font-size: 20px;
    line-height: 1.4;
    color: #212121;
    background-color: #fff;
}
.custom-accordion.child {
    font-size: 16px;
    line-height: 1.5;
    color: #212121;
}
.custom-accordion:after {
    width: 24px;
    height: 24px;
    background: url("../images/ic_arrow_bottom.svg") center center no-repeat;
    content: "";
    float: right;
    margin-left: 5px;
}
.custom-active:after {
    background: url("../images/ic_arrow_top.svg") center center no-repeat;
}
.custom-panel {
    display: none;
    overflow: hidden;
}
.custom-accordion-wrap {
    padding: 0 16px;
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgba(44, 39, 56, 0.08),
        0 1px 2px 0 rgba(44, 39, 56, 0);
    border: solid 1px rgba(104, 110, 115, 0.15);
    background-color: #ffffff;
    margin-bottom: 17px;
}
.custom-accordion.parent {
    padding: 16px 0;
}
.inner-panel .custom-accordion {
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    background-color: #fafafa;
    margin-bottom: 15px;
}
.custom-panel p {
    font-size: 16px;
    line-height: 1.5;
    color: #686e73;
}
.tooltip-wrap {
    position: relative;
    display: inline-block;
}

.tooltip-wrap .tooltiptext-wrap {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 110%;
}

.tooltip-wrap .tooltiptext-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    margin-top: 8px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}
.tooltip-wrap:hover .tooltiptext-wrap {
    visibility: visible;
}
.responsive-menu div {
    width: 35px;
    height: 5px;
    background-color: black;
    margin-bottom: 5px;
}
.responsive-menu {
    display: none;
    cursor: pointer;
}
.responsive-menu div:last-child {
    margin-bottom: 0;
}
.action-wrap.edit-action {
    padding: 25px 0 0;
}
.edit-info h3 {
    font-family: "robotomedium";
    font-size: 18px;
    line-height: 1.56;
    color: #212121;
}
.edit-info h3 span {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.56;
    color: #686e73;
}
.flex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.info-row {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.info-row label {
    font-size: 14px;
    line-height: 1.57;
    color: #686e73;
    margin-bottom: 0;
}
.info-row label.auto-width {
    width: 150px;
}
.info-row label.ord-id {
    padding-right: 10px;
}
.info-row p {
    font-family: "robotomedium";
    font-size: 14px;
    line-height: 1.57;
    color: #212121;
    margin-bottom: 0;
}
.info-row p .amount-status {
    color: #52b947;
}
.edit-order-info {
    padding: 0 0 20px;
}
.seprator-line.mb-15 {
    margin-bottom: 15px;
}
/*anita */
.courier-details-row ul {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    margin: 5px 0;
}
.courier-details-row li:not(:first-child) {
    margin-left: 25px;
}
.courier-details-row li span {
    font-size: 14px;
    line-height: 1.57;
    color: #686e73;
}
.courier-details-row li span.txt:not(:first-child) {
    margin-left: 25px;
    color: #212121;
}
/*anita */
.courier-details-row li {
    font-size: 14px;
    line-height: 1.57;
    color: #212121;
}

.tab-title {
    font-family: "robotomedium";
    font-size: 18px;
    line-height: 1.56;
    color: #212121;
    margin: 0 0 15px;
}

footer {
    width: 100%;
    background-color: #1d1d1d;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
}
.menu {
    margin: 0 -10px;
}

.menu li {
    display: inline-block;
}

.menu li a {
    font-size: 12px;
    color: #ffffff;
    position: relative;
    padding: 5px 10px;
    text-decoration: none;
}
.page-content {
    padding-left: 10px;
    padding-right: 10px;
}
.page-content p br {
    display: none;
}
.setting-section,
.profile-section {
    padding: 24px;
    border-radius: 6px;
    border: solid 1px #dbe2ea;
    background-color: #ffffff;
    margin-bottom: 15px;
}
.cms-content {
    padding: 15px;
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgb(44 39 56 / 8%), 0 1px 2px 0 rgb(44 39 56 / 0%);
    border: solid 1px rgba(104, 110, 115, 0.15);
    background-color: #ffffff;
}
.cms-content ul,
.cms-content ol {
    margin: 0 0 15px 0;
    padding: 0 0 0 15px;
}
.cms-content ul ul,
.cms-content ol ol {
    padding-left: 40px;
}
.cms-content ol[type="a"] {
    list-style: lower-alpha;
}
.cms-content ol[type="1"] {
    list-style: decimal;
}
.cms-content ol[type="i"] {
    list-style: lower-roman;
}
.tab-title {
    font-size: 18px;
    line-height: 1.4;
    color: #212121;
    margin: 0 0 15px;
}
.cms-content p.desc {
    margin-bottom: 30px;
}
.cms-content p {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 10px;
    text-indent: 0 !important;
}
.cms-content li {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 300;
    margin-bottom: 5px;
}
.parent-list ol {
    margin-top: 10px;
    margin-bottom: 15px !important;
}
.text-center {
    text-align: center;
}
.center-pre {
    display: flex;
    align-items: center;
    justify-content: center;
}
.center-pre address {
    font-style: normal;
    margin: 15px 0;
}
.modal-header .close {
    margin-top: -2px;
    position: absolute;
    right: 15px;
}
.breadcrumb-wrap .select-title {
    padding: 0 8px;
}
.invoice-list {
    background-color: #fafafa;
    margin-bottom: 15px;
}
.invoice-list:last-child {
    margin-bottom: 0;
}
.invoice-list-inner {
    width: 100%;
    min-height: 80px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.invoice-left .flex-row {
    margin: 0 -10px;
}
.invoice-left {
    width: calc(100% - 194px);
}
.invoice-left label {
    font-size: 14px;
    line-height: 1.57;
    text-align: left;
    color: #686e73;
}
.invoice-left p {
    font-family: "robotomedium";
    font-size: 14px;
    line-height: 1.57;
    text-align: left;
    color: #212121;
    margin-bottom: 0;
}
.download-invoice-wrap .download-invoice {
    text-decoration: none;
    font-size: 14px;
    line-height: 1.29;
    text-align: center;
    color: #2c99d4;
    position: relative;
    padding-left: 30px;
}
.download-invoice-wrap .download-invoice img {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
@media (max-width: 1280px) {
    .label-wrap.address .radio-wrap {
        font-size: 16px;
        line-height: 1.4;
    }
    .select-title {
        font-size: 18px;
    }
    .title-desc .title {
        font-size: 26px;
    }
    .title-section h3 {
        font-size: 18px;
    }
    .title-section {
        width: 190px;
    }
    .request-status {
        width: calc(100% - 190px);
    }
    .subway .subway-stop:before {
        width: 60px;
    }
    .subway .subway-stop {
        padding-left: 80px;
    }
    .left-section {
        width: 480px;
    }
    .right-section {
        width: calc(100% - 480px);
    }
    .form-wrap {
        width: 440px;
    }
    .left-inner h3 {
        font-size: 32px;
    }
    .form-title {
        font-size: 36px;
    }
    .sub-title {
        font-size: 18px;
        margin-bottom: 35px;
    }
    .col-inner {
        padding: 25px 23px 25px;
    }
    .col-inner h3 {
        font-size: 22px;
        line-height: 1.04;
    }
    .col-inner p {
        font-size: 15px;
        line-height: 1.4;
        margin-bottom: 20px;
    }
    .how-to-use h1 {
        font-size: 28px;
        margin: 0 0 15px;
    }
    .how-to-use p {
        font-size: 17px;
    }
    .card-wrap h3 {
        font-size: 18px;
        margin-top: 15px;
    }
    .card-wrap {
        height: 220px;
        padding: 25px 20px;
        margin-bottom: 20px;
    }
    .title-description {
        margin-bottom: 30px;
    }
    .service-track-order {
        padding: 50px 0 40px;
    }
    .title-desc .description {
        font-size: 15px;
    }
    .select-option .icon-wrap {
        width: 140px;
        height: 140px;
        background-size: 140px;
    }
    .left-info {
        width: calc(100% - 140px);
    }
    .right-info {
        width: 140px;
    }
    .courier-services.active .icon-wrap {
        background-size: 140px;
    }
    .patient-transportation.active .icon-wrap {
        background-size: 140px;
    }
}
@media (max-width: 1200px) {
    .row-flex {
        flex-direction: column;
        margin: 0 -10px 0;
        flex-direction: column;
    }
    .flex-col {
        max-width: 100%;
        flex: 0 100%;
    }
    .ordr-info-row .left-col {
        width: 100%;
    }
    .ordr-info-row .right-col {
        width: 100%;
    }
}
@media (max-width: 1024px) {
    .track-stepper {
        width: 220px;
        padding: 20px;
        border-radius: 5px;
    }
    .track-info {
        width: calc(100% - 220px);
        padding-left: 10px;
    }
    .track-info-inner {
        padding: 20px;
        border-radius: 5px;
    }
    .search-wrap-left {
        padding-right: 15px;
    }
    .search-field-wrap .search-wrap-left h3 {
        font-size: 16px;
        line-height: 1.4;
    }
    .left-address p strong {
        font-size: 16px;
        line-height: 1.4;
    }
    .action-wrap .primary-btn {
        font-size: 15px;
    }
    .address-phone-no li a {
        font-size: 13px;
    }
    .menu-bar > ul > li {
        margin: 0 10px;
    }
    .menu-bar > ul > li > a {
        font-size: 13px;
    }
    .title-desc .title {
        font-size: 24px;
        line-height: 1.2;
    }
    .title-section h3 {
        font-size: 16px;
    }
    .subway-title {
        font-size: 13px;
    }
    .subway .subway-stop:before {
        width: 30px;
    }
    .subway .subway-stop {
        padding-left: 50px;
    }
    .title-section {
        width: 170px;
    }
    .request-status {
        width: calc(100% - 170px);
    }
    .header {
        padding: 16px 15px 16px;
    }
    .service-track-order {
        padding: 45px 0 35px;
    }
    .left-inner {
        padding: 25px 20px;
    }
    .left-inner h3 {
        font-size: 28px;
    }
    .form-title {
        font-size: 32px;
    }
    .sub-title {
        font-size: 16px;
    }
    .left-section {
        width: 360px;
    }
    .right-section {
        width: calc(100% - 360px);
        padding: 30px;
    }
    .form-wrap {
        width: 100%;
    }
    .title-description {
        margin-bottom: 25px;
    }
    .select-option .icon-wrap {
        width: 120px;
        height: 120px;
        background-size: 120px;
    }
    .left-info {
        width: calc(100% - 120px);
    }
    .right-info {
        width: 120px;
    }
    .courier-services.active .icon-wrap {
        background-size: 120px;
    }
    .patient-transportation.active .icon-wrap {
        background-size: 120px;
    }
    .select-title {
        font-size: 18px;
        line-height: 1.2;
    }
    .label-wrap.address .radio-wrap {
        font-family: "robotomedium";
        font-size: 16px;
        line-height: 1.4;
    }
    .address-phone-no li address {
        font-size: 13px;
        line-height: 1.4;
        margin-bottom: 5px;
    }
    .modal-header {
        padding: 10px 15px;
        height: 50px;
    }
    .modal-title {
        font-size: 18px;
        line-height: 1.2;
    }
    .wrap-input .form-control {
        font-size: 15px;
    }
    .wrap-input input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        font-size: 15px;
        line-height: 1.4;
        color: #828282;
    }

    .wrap-input input::-moz-placeholder {
        /* Firefox 19+ */
        font-size: 15px;
        line-height: 1.4;
        color: #828282;
    }
    .wrap-input input:-ms-input-placeholder {
        /* IE 10+ */
        font-size: 15px;
        line-height: 1.4;
        color: #828282;
    }
    .wrap-input input:-moz-placeholder {
        /* Firefox 18- */
        font-size: 15px;
        line-height: 1.4;
        color: #828282;
    }
    .error-page {
        padding: 25px;
    }
    .error-page h1 {
        font-size: 24px;
        line-height: 1.4;
    }
    .error-page figure {
        width: 300px;
    }
    .error-page p {
        font-size: 15px;
        line-height: 1.4;
        margin-bottom: 15px;
    }
    .btn-holder .goto-home {
        width: auto;
        height: 44px;
        padding: 10px 15px;
        border-radius: 5px;
        font-size: 15px;
        line-height: 1.4;
        text-align: center;
    }
    .btn-holder .contact-us {
        width: auto;
        height: 44px;
        padding: 10px 15px;
        border-radius: 5px;
        font-size: 15px;
        line-height: 1.4;
    }
    .info-middle-inner strong {
        font-size: 16px;
    }
    .info-middle-inner figure {
        width: 40px;
        margin-right: 10px;
    }
    .address-details p {
        margin-bottom: 5px;
    }
    .address-details {
        height: auto;
        min-height: 110px;
        padding: 15px;
        border-radius: 5px;
    }
    .cms-content p {
        font-size: 15px;
        line-height: 1.4;
    }
    .cms-content p.desc {
        margin-bottom: 20px;
    }
    .cms-content li {
        font-size: 15px;
        line-height: 1.4;
    }
    .custom-accordion.parent {
        padding: 14px 0;
        font-size: 18px;
        line-height: 1.4;
    }
    .custom-accordion.child {
        font-size: 15px;
        line-height: 1.4;
    }
    .custom-panel p {
        font-size: 15px;
        line-height: 1.4;
    }
    .inner-panel .custom-accordion {
        height: 44px;
        padding: 12px;
        margin-bottom: 10px;
    }
}
@media (max-width: 991px) {
    .setting-section,
    .profile-section {
        padding: 20px;
    }

    .profile-info {
        padding: 20px;
    }
    .usr-pic {
        margin: 0 auto;
    }
    .label-value {
        font-size: 14px;
    }
    a.req-new-password {
        bottom: -20px;
    }
    .ordr-info-row {
        align-items: flex-start;
        flex-direction: column;
    }
    .tabs-menu ul li a {
        font-size: 13px;
        line-height: 1.4;
        padding: 10px;
        border-radius: 5px;
    }
    .tabs-menu ul li.active:before {
        bottom: -2px;
    }
    .notification-check-content h3 {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 5px;
    }
    .notification-check-content p {
        font-size: 13px;
        line-height: 1.4;
    }
    .setting-title {
        font-size: 16px;
        line-height: 1.4;
        margin: 0 0 15px;
    }
    .notification-header h3 {
        font-size: 18px;
    }
    .info-notification h3 {
        font-size: 16px;
        line-height: 1.2;
    }
    .info-notification p {
        font-size: 13px;
        line-height: 1.4;
    }
    .view-btn {
        min-width: auto;
        height: 44px;
        padding: 0 10px;
        border-radius: 5px;
        font-size: 13px;
        line-height: 1.2;
    }
    .flex-option .checkbox-item {
        margin-right: 15px;
    }
    .checkbox-item .check-container {
        padding: 0 0 0 30px;
    }
    .header-top {
        flex-direction: column;
        margin-bottom: 20px;
    }
    .select-address .select-description {
        margin-bottom: 15px;
    }
    .subway .subway-stop:before {
        width: 10px;
    }
    .subway .subway-stop {
        padding-left: 30px;
    }
    .service-track-order {
        padding: 40px 0 30px;
    }
    .col-inner {
        height: 240px;
    }
    .card-wrap {
        height: 220px;
        padding: 25px 20px;
        margin-bottom: 50px;
    }
    .arrow-icon {
        position: absolute;
        right: 50%;
        top: 100%;
        transform: rotate(90deg);
        margin: 16px -30px 0px 0;
    }
    .col-inner {
        margin: 0 auto;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .col-inner.create-service-request {
        margin-bottom: 30px;
    }
    .title-description {
        margin-bottom: 20px;
    }
    .select-option {
        height: 180px;
        margin-bottom: 15px;
    }
    .select-option.patient-transportation {
        margin-bottom: 0;
    }
    .left-info h3 {
        font-size: 18px;
    }
    .select-address .header-right {
        width: 100%;
    }
    form {
        width: 100%;
    }
    .search-wrap {
        width: calc(100% - 164px);
    }
    .search-wrap .search {
        width: 100%;
    }
    .search-wrap .search {
        width: 100%;
    }
    .header-right .add-address {
        width: 150px;
        padding: 0 10px;
    }
    .section-title .sec-title {
        font-size: 16px;
        line-height: 1.4;
    }
    .radio-option .radio-wrap strong {
        font-size: 15px;
        line-height: 1.4;
    }
    .flex-row-wrap p {
        font-size: 15px;
        line-height: 1.4;
    }
    .flex-row-wrap p strong {
        font-size: 18px;
        line-height: 1.2;
        color: #484848;
    }
    .destination-info {
        height: 90px;
    }
    .flex-row-wrap span {
        font-size: 18px;
        line-height: 1.4;
    }
    .check-container {
        font-size: 15px;
    }
    .select-type {
        padding-bottom: 50px;
    }
    .add-additional-rider a {
        font-size: 15px;
    }
    .form-btn {
        height: 50px;
    }
    .not-recieved-code p {
        font-size: 15px;
        line-height: 1.4;
    }
    .time-counter {
        font-size: 15px;
        line-height: 1.4;
        margin-bottom: 15px;
    }
    .our-location {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px;
    }
    .details-title,
    .details-value {
        width: 100%;
    }
    .location-info {
        width: 100%;
        padding-right: 0;
    }
    .details-row {
        flex-direction: column;
        align-items: flex-start;
    }
    .slider:before {
        height: 18px;
        width: 18px;
        bottom: 5px;
    }
    .switch {
        width: 54px;
        height: 28px;
    }
    .term-privacy {
        font-size: 15px;
        line-height: 1.2;
    }
    .page-content h3 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .invoice-list-inner {
        padding: 15px 10px;
    }
    .invoice-left {
        width: 100%;
        margin-top: 45px;
    }
    .invoice-left label {
        font-size: 13px;
        line-height: 1.4;
    }
    .invoice-left p {
        font-size: 13px;
        line-height: 1.2;
    }
    .invoice-left .flex-col {
        max-width: 50%;
        flex: 0 50%;
    }
    .download-invoice-wrap {
        position: absolute;
        top: 15px;
        right: 15px;
    }
    .download-invoice-wrap .download-invoice {
        width: 170px;
    }
    .courier-details-row li span {
        font-size: 13px;
        line-height: 1.4;
    }
    .courier-details-row li {
        font-size: 13px;
        line-height: 1.4;
    }
    .page-content h3 {
        font-size: 18px;
    }
    .login-btn-wrap {
        padding: 15px 0 0;
    }
    .term-privacy {
        font-size: 14px;
        line-height: 1.4;
    }
    .form-wrap.pd-25 {
        padding-top: 0;
    }
    .custom-accordion.parent {
        padding: 12px 0;
        font-size: 16px;
        line-height: 1.2;
    }
    .custom-accordion.child {
        font-size: 14px;
        line-height: 1.2;
    }
    .custom-panel p {
        font-size: 14px;
        line-height: 1.2;
    }
    .inner-panel .custom-accordion {
        height: 40px;
        padding: 10px;
        margin-bottom: 10px;
    }
    .cms-content p {
        font-size: 14px;
        line-height: 1.2;
    }
    .cms-content p.desc {
        margin-bottom: 20px;
    }
    .cms-content li {
        font-size: 14px;
        line-height: 1.2;
    }
    .avatar-upload {
        margin: 0 auto;
    }
    .setting-section,
    .profile-section {
        padding: 15px;
    }
    .profile-info {
        padding: 15px;
    }
    .slider:before {
        height: 16px;
        width: 16px;
    }
    .switch {
        width: 50px;
        height: 24px;
    }
    .location-top h3 {
        font-size: 16px;
        line-height: 1.4;
        margin: 0 0 0;
    }
    .title-seprator {
        height: 1px;
        margin: 10px 0 10px 0;
    }
    .track-ordr-btn.btn-ajax {
        display: flex;
        align-items: center;
        justify-content: flex-start !important;
        margin-left: auto;
        margin-top: 10px;
    }
    .our-location {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px;
    }
    .details-title,
    .details-value {
        width: 100%;
    }
    .location-info {
        width: 100%;
        padding-right: 0;
    }
    .details-row {
        flex-direction: column;
        align-items: flex-start;
    }
    .track-status {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .track-status .subway-stop:first-child {
        padding-top: 0;
    }
    .ordr-info-left {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }
    .track-ordr-btn {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .wrap-title h3 {
        font-size: 13px;
    }
    .info-middle-inner strong {
        font-size: 14px;
        line-height: 1.4;
    }
    .info-middle-inner figure {
        margin-right: 10px;
        width: 36px;
    }
    .address-details p {
        margin-bottom: 5px;
    }
    .address-details .basic-info li address {
        font-size: 13px;
        line-height: 1.4;
    }
    .basic-info li figure {
        margin-right: 5px;
    }
    .address-details {
        height: auto;
        min-height: 100px;
        padding: 10px;
        border-radius: 5px;
    }
    .address-details p strong {
        font-size: 14px;
    }
    .track-order-wrap {
        flex-direction: column;
    }
    .parent {

        background: #CCCCCC;
        
        height: 200px;
        
        width: 200px;
        
        position: relative;
        
        }
        
        .child {
        
        background: #FFFF00;
        
        position: absolute;
        
        top: 50%;
        
        left: 50%;
        
        transform: translate(-50%, -50%);
        
        }
    .track-stepper {
        width: 100%;
        padding: 15px;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .info-item span {
        font-size: 13px;
        line-height: 1.4;
        color: #686e73;
    }
    .track-info {
        width: 100%;
        padding-left: 0;
    }
    .track-info-inner {
        padding: 15px;
    }
    .vertical-stepper .stepper-stop {
        padding-bottom: 40px;
    }
    .vertical-stepper .stepper-stop:before {
        height: 30px;
    }
    .parent {

        background: #CCCCCC;
        
        height: 200px;
        
        width: 200px;
        
        position: relative;
        
        }
        
        .child {
        
        background: #FFFF00;
        
        position: absolute;
        
        top: 50%;
        
        left: 50%;
        
        transform: translate(-50%, -50%);
        
        }
    .orders-top-info {
        align-items: flex-start;
        flex-direction: column;
    }
    .info-item {
        margin: 0 0 5px;
    }
    .track-btn {
        width: auto;
        height: 36px;
        padding: 10px 15px;
        font-size: 13px;
        line-height: 1.4;
    }
    .download-invoice {
        width: auto;
        height: 36px;
        padding: 10px 15px;
        border-radius: 3px;
    }
    .download-invoice span {
        font-size: 13px;
        line-height: 1.4;
    }
    .ordr-info-row .right-col strong {
        font-size: 13px;
        line-height: 1.4;
    }
    .upper-info img {
        margin-right: 5px;
    }
    .ordr-info-row {
        align-items: flex-start;
        margin-bottom: 5px;
        flex-direction: column;
    }
    .ordr-history .ordr-info-row .left-col {
        width: 100%;
        margin-bottom: 5px;
    }
    .search-field-wrap .search-wrap-left h3 {
        font-size: 14px;
        line-height: 1.2;
    }
    .flex-search {
        align-items: flex-start;
        flex-direction: column;
    }
    .search-field-wrap {
        width: 100%;
        margin-bottom: 10px;
    }
    .filter-help {
        width: 100%;
        justify-content: flex-end;
    }
    .orders-listing {
        padding: 15px;
    }
    .search-wrap-left {
        width: 120px;
    }
    .search-field {
        width: calc(100% - 120px);
    }
    .mute-notification {
        width: auto;
        height: 44px;
        padding: 0 10px;
        border-radius: 5px;
    }
    .mute-notification span {
        font-size: 13px;
        line-height: 1.4;
    }
    .notification-row {
        min-height: 80px;
        padding: 15px;
    }
    .notification-header h3 {
        font-size: 16px;
    }
    .info-notification h3 {
        font-size: 14px;
        line-height: 1.2;
    }
    .info-notification p {
        font-size: 13px;
        line-height: 1.4;
    }
    .view-btn {
        min-width: auto;
        height: 40px;
        padding: 0 10px;
        border-radius: 5px;
        font-size: 13px;
        line-height: 1.2;
    }
    .error-page {
        padding: 20px;
    }
    .error-page h1 {
        font-size: 20px;
        line-height: 1.4;
    }
    .error-page figure {
        width: 200px;
    }
    .error-page p {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 15px;
    }
    .btn-holder .goto-home {
        width: auto;
        height: 44px;
        padding: 10px 15px;
        border-radius: 5px;
        font-size: 14px;
        line-height: 1.4;
        text-align: center;
    }
    .btn-holder .contact-us {
        width: auto;
        height: 44px;
        padding: 10px 15px;
        border-radius: 5px;
        font-size: 14px;
        line-height: 1.4;
    }
    .not-recieved-code p {
        font-size: 14px;
        line-height: 1.4;
    }
    .time-counter {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 15px;
    }
    .logo-wrap {
        width: 180px;
    }
    .logo-wrap img {
        width: 180px;
    }
    .form-btn {
        height: 48px;
        padding: 15px 25px;
        font-size: 16px;
    }
    .add-additional-rider a {
        font-size: 14px;
    }
    .appended-item {
        padding-right: 42px;
    }
    a.remove-icon {
        width: 32px;
        height: 32px;
    }
    .address-list {
        margin: 10px 0 10px 0;
    }
    .select-type {
        padding-bottom: 25px;
    }
    .left-address p strong {
        font-size: 14px;
        line-height: 1.2;
    }
    .basic-info li address {
        font-size: 13px;
        line-height: 1.4;
        margin-bottom: 5px;
    }
    .basic-info li a {
        font-size: 13px;
        line-height: 1.4;
    }
    .address-list.mt-20 .left-address {
        width: calc(100% - 70px);
    }
    .edit-delete-btn a {
        margin-left: 5px;
        width: 30px;
    }
    .modal-dialog.modal-custom {
        width: auto;
    }
    .check-container {
        font-size: 14px;
    }
    .flex-row-wrap span {
        font-size: 14px !important;
    }
    .flex-option {
        align-items: flex-start;
        flex-direction: column;
        padding-bottom: 15px;
    }
    .recurring-row .right-col strong {
        font-size: 13px;
    }
    .recurring-row {
        margin-bottom: 5px;
        align-items: flex-start;
        flex-direction: column;
    }
    .destination-info {
        padding: 15px 15px 5px;
        height: auto;
    }
    .flex-row-wrap {
        flex-direction: column;
        margin-bottom: 10px;
    }
    .flex-row-wrap p strong {
        font-size: 14px;
        line-height: 1.2;
        color: #484848;
    }
    .flex-row-wrap p {
        font-size: 14px;
        line-height: 1.2;
        margin-bottom: 5px;
    }
    .section-title .sec-title {
        font-size: 15px;
    }
    .radio-option .radio-wrap strong {
        font-size: 14px;
        line-height: 1.4;
    }
    .select-address .select-title.mb-15 {
        margin-bottom: 0;
    }
    .select-address .header-top {
        margin-bottom: 15px;
    }
    .inner-address {
        align-items: flex-start;
        flex-direction: column;
    }
    .inner-address .left-address {
        margin-bottom: 15px;
    }
    span.error,
    label.error {
        font-size: 13px;
        line-height: 1.4;
    }
    .header-top {
        flex-direction: column;
        margin-bottom: 20px;
    }
    .select-address .select-description {
        margin-bottom: 15px;
    }
    .request-status {
        width: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .title-section {
        width: 100%;
    }
    .title-section h3 {
        width: 200px;
        margin: 0 auto;
    }
    .subway .subway-stop {
        display: block;
    }
    .subway .subway-stop {
        padding: 50px 0 0 0;
    }
    .subway .subway-stop:before {
        width: 1px;
        height: 32px;
        left: 5px;
    }
    .top-header {
        height: auto;
        padding: 15px 0 20px;
    }
    .top-header .container {
        flex-direction: column;
    }
    .main-wrapper {
        padding-top: 70px;
    }
    .how-to-use {
        padding-bottom: 0;
    }
    .card-wrap {
        height: 220px;
        padding: 25px 15px;
    }
    .col-inner.create-service-request {
        margin-bottom: 20px;
    }
    .col-inner {
        height: auto;
        min-height: 240px;
    }
    .col-inner p {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 15px;
    }
    .card-wrap h3 {
        font-size: 16px;
        margin-top: 15px;
    }
    .how-to-use h1 {
        font-size: 24px;
        margin: 0 0 10px;
    }
    .header {
        height: 70px;
        padding: 10px 15px;
    }
    .how-to-use p {
        font-size: 16px;
    }
    .white-btn {
        padding: 10px 15px;
    }
    .col-inner h3 {
        font-size: 20px;
    }
    .logo-wrap {
        padding: 15px 0;
        left: 15px;
    }
    .container-login {
        flex-direction: column;
    }
    .left-section {
        width: 100%;
        padding: 50px 15px 25px;
        min-height: auto;
    }
    .left-inner {
        width: 100%;
        padding: 15px 0;
    }
    .right-section {
        width: 100%;
        padding: 60px 15px 50px;
        min-height: auto;
    }
    .left-inner h3 {
        font-size: 24px;
    }
    .form-title {
        font-size: 28px;
    }
    .sub-title {
        font-size: 14px;
        margin-bottom: 25px;
    }
    .signup-wrap {
        right: 15px;
        top: 20px;
    }
    .login-form {
        padding-top: 25px;
    }
    .notification-profile > ul > li:first-child {
        margin-right: 0;
    }
    .header .header-right {
        flex-direction: row-reverse;
    }
    .menu-bar ul {
        position: absolute;
        right: 15px;
        top: 100%;
        flex-direction: column;
        align-items: flex-start;
        background: white;
        padding: 0;
        border-bottom-left-radius: 5px;
        box-shadow: 0 0 5px #c3c3c3;
        border-bottom-right-radius: 5px;
        display: none;
        transition: all 800ms ease-in-out;
    }
    .menu-bar.opens ul {
        display: block;
        transform: translate(0, 0) scale(1);
        transition: all 800ms ease-in-out;
    }
    .menu-bar.opens .dropdownmenu {
        display: block;
        visibility: visible;
        transform: translate(0, 0) scale(1);
        transition: all 800ms ease-in-out;
    }
    .menu-bar > ul > li > a {
        display: flex;
        width: 100%;
        height: 40px;
        align-items: center;
        padding: 0 15px;
    }
    .menu-bar > ul > li > a:hover {
        color: #2c99d4;
        background-color: rgba(44, 153, 212, 0.05);
    }
    .menu-bar > ul > li {
        margin: 0;
    }
    .notification-profile {
        margin-right: 15px;
    }
    .notification-profile > ul {
        margin-bottom: 0;
    }
    .responsive-menu {
        display: block;
    }
    .notification-profile .dropdownmenu {
        top: 58px;
    }
    .service-track-order {
        padding: 25px 0;
    }
    .title-desc {
        padding: 0 0 15px;
    }
    .title-desc .title {
        font-size: 20px;
        line-height: 1.2;
    }
    .title-desc .description {
        font-size: 14px;
        line-height: 1.2;
        margin-bottom: 5px;
    }
    .select-type-wrap {
        padding: 15px;
    }
    .select-option {
        margin-bottom: 15px;
    }
    .select-option.patient-transportation {
        margin-bottom: 0;
    }

    .select-option {
        height: 140px;
        padding: 15px;
    }
    .left-info h3 {
        font-size: 16px;
        line-height: 1.2;
    }
    .select-option .icon-wrap {
        width: 100px;
        height: 100px;
        background-size: 100px;
    }
    .left-info {
        width: calc(100% - 100px);
    }
    .right-info {
        width: 100px;
    }
    .courier-services.active .icon-wrap {
        background-size: 100px;
    }
    .patient-transportation.active .icon-wrap {
        background-size: 100px;
    }
    .select-type-section:before {
        height: 1px;
        top: 20px;
    }
    .select-type-section {
        padding: 25px 0 0;
    }
    .select-title {
        font-size: 16px;
        line-height: 1.2;
    }
    .radio-wrap {
        font-size: 14px;
        line-height: 1.2;
        top: 2px;
        padding-left: 30px;
    }
    .address-select-list .label-wrap {
        padding: 0;
    }
    .address-select-list .label-wrap.address .radio-wrap {
        padding: 10px 0 0 0;
    }
    .label-wrap {
        min-height: 52px;
        padding: 15px;
    }
    .action-wrap .primary-btn {
        height: 44px;
        padding: 10px 25px;
        border-radius: 4px;
        font-size: 14px;
        line-height: 1.2;
    }
    .action-wrap .cancel-btn {
        height: 44px;
        padding: 10px 15px;
        border-radius: 4px;
        font-size: 14px;
        line-height: 1.2;
    }
    .add-address {
        height: 44px;
        padding: 0 15px;
        border-radius: 5px;
        font-size: 13px;
        line-height: 1.4;
    }
    .modal-header {
        padding: 10px 15px;
        height: 50px;
    }
    .modal-title {
        font-size: 16px;
        line-height: 1.2;
    }
    .label-input {
        font-size: 13px;
        line-height: 1.4;
        margin-bottom: 4px;
    }
    .wrap-input .form-control {
        font-size: 14px;
    }
    .wrap-input input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        font-size: 14px;
        line-height: 1.4;
        color: #828282;
    }

    .wrap-input input::-moz-placeholder {
        /* Firefox 19+ */
        font-size: 14px;
        line-height: 1.4;
        color: #828282;
    }
    .wrap-input input:-ms-input-placeholder {
        /* IE 10+ */
        font-size: 14px;
        line-height: 1.4;
        color: #828282;
    }
    .wrap-input input:-moz-placeholder {
        /* Firefox 18- */
        font-size: 14px;
        line-height: 1.4;
        color: #828282;
    }
    .wrap-input {
        margin-bottom: 20px;
    }
    .btn-action .primary-btn {
        min-width: auto;
        height: 44px;
        padding: 0 15px;
        font-size: 13px;
        line-height: 1.4;
    }
}
.date_filtr {
    padding: 25px 15px;
}
.note-text {
    font-size: 14px;
    line-height: 1.57;
    color: #686e73;
    margin-bottom: 0;
    margin-top: 12px;
}
.note-add {
    border-top: 0px solid transparent;
    margin: 10px 0px;
}
.form-checks {
    position: relative;
}
.week-part {
    margin-bottom: 20px;
}
.inner-checks {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}
.styled-checkbox {
    height: 20px;
    position: absolute;
    opacity: 0;
    z-index: 99;
    width: 20px;
    top: -3px;
    cursor: pointer;
}
.styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    color: #878686 !important;
}
.styled-checkbox + label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    border: 1px solid #00000029;
    border-radius: 4px;
}
.styled-checkbox:hover + label:before {
    background: #a0d7f5;
}
.styled-checkbox:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
    background: #2c99d4;
    border: 1px solid transparent;
}
.styled-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}
.styled-checkbox:disabled + label:before {
    box-shadow: none;
    border: 1px solid #00000029 !important;
    background: white !important;
}
.styled-checkbox:checked + label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white,
        4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
}
.rec-radio {
    padding: 10px 0px 10px 35px !important;
}
.d-feild {
    background: #ededed !important;
    padding: 10px 13px !important;
    border-radius: 5px !important;
    border: none;
    position: relative;
    left: 20px;
}
.rec-flex {
    display: flex;
    align-content: center;
}

.nice-select .list::-webkit-scrollbar {
    width: 4px !important;
}
.nice-select .list::-webkit-scrollbar-track {
    background: #f1f1f1 !important;
}
.nice-select .list::-webkit-scrollbar-thumb {
    background: #2c99d4 !important;
}

.download-loading img {
    opacity: 0.2;
    cursor: not-allowed;
}
.download-loading {
    display: flex;
    align-content: center;
}
.download-loading .download-notice {
    color: #52b947;
    line-height: 30px;
    margin-right: 11px;
}
.three-dot-icon .dropdown-menu {
    left: 100% !important;
    transform: translateX(-100%) !important;
}
