html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 1.4;
    background-color: #fcfcfc;
    color: #313131;
    text-rendering: geometricPrecision;
    font-smooth: always;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
}
details,
main {
    display: block;
}
h1 {
    font-size: 2em;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"],
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
summary {
    display: list-item;
}
[hidden],
template {
    display: none;
}
*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    font-weight: 400;
}
.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}
.d-none {
    display: none;
}
.d-inline {
    display: inline;
}
.d-block {
    display: block;
}
.d-inline-block {
    display: inline-block;
}
.d-table {
    display: table;
}
.d-table-cell {
    display: table-cell;
}
.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.flex-dir-column {
    flex-direction: column;
}
.flex-wrap {
    flex-wrap: wrap;
}
.font-weight-thin {
    font-weight: 300;
}
.font-weight-normal {
    font-weight: 400;
}
.font-weight-medium {
    font-weight: 500;
}
.font-weight-semi,
.header-content h3 span {
    font-weight: 600;
}
.font-weight-bold {
    font-weight: 700;
}
.font-12 {
    font-size: 12px;
}
.font-14 {
    font-size: 14px;
}
.font-15 {
    font-size: 15px;
}
.font-16 {
    font-size: 16px;
}
.font-17 {
    font-size: 17px;
}
.font-18 {
    font-size: 18px;
}
.font-20 {
    font-size: 20px;
}
.font-22 {
    font-size: 22px;
}
.font-24 {
    font-size: 24px;
}
.font-30 {
    font-size: 30px;
}
.font-34 {
    font-size: 34px;
}
.font-36 {
    font-size: 36px;
}
.font-40 {
    font-size: 40px;
}
.font-50 {
    font-size: 50px;
}
.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.justify-content-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.justify-content-center {
    justify-content: center;
}
.justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.list-unstyled {
    list-style-type: none;
}
.pos-rel {
    position: relative;
}
.pos-abs {
    position: absolute;
}
.width-100p {
    width: 100%;
}
.height-100p {
    height: 100%;
}
.common-action-btn {
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    background-color: #234d94;
    border: 1px solid #234d94;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 25px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.common-action-btn:focus,
.common-action-btn:hover {
    color: #234d94;
    border-color: #234d94;
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}
.text-ellipsis {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.clear {
    clear: both;
    overflow: hidden;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.border-radius-5 {
    border-radius: 5px;
}
.border-radius-10 {
    border-radius: 10px;
}
.border-radius-50p {
    border-radius: 50%;
}
.common-shadow {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.08);
}
.text-uppercase {
    text-transform: uppercase;
}
.color1 {
    color: #313131;
}
.color2 {
    color: #545454;
}
.color3 {
    color: #6d7e86;
}
.color4 {
    color: #3f3f3f;
}
.color5 {
    color: #eb3a3a;
}
.row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-10,
.col-11,
.col-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}
.col-10,
.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-7,
.col-8,
.col-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-7,
.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-4,
.col-5,
.col-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-4,
.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-1,
.col-2,
.col-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-1,
.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
a,
a:active a:hover,
a:focus,
a:visited {
    text-decoration: none;
}
.align-middle {
    vertical-align: middle;
}
.img-fluid {
    height: auto;
    max-width: 100%;
}
.m-0 {
    margin: 0;
}
.m-t-5 {
    margin-top: 5px;
}
.m-t-10 {
    margin-top: 10px;
}
.m-t-15 {
    margin-top: 15px;
}
.m-t-20 {
    margin-top: 20px;
}
.m-t-30 {
    margin-top: 30px;
}
.m-t-50 {
    margin-top: 50px;
}
.m-tb-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.m-tb-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.m-tb-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}
.m-tb-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.m-tb-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}
.m-tb-45 {
    margin-top: 45px;
    margin-bottom: 45px;
}
.m-b-5 {
    margin-bottom: 5px;
}
.m-b-10 {
    margin-bottom: 10px;
}
.m-b-15 {
    margin-bottom: 15px;
}
.m-b-20 {
    margin-bottom: 20px;
}
.m-b-25 {
    margin-bottom: 25px;
}
.m-b-30,
main.main-content {
    margin-bottom: 30px;
}
.m-b-40 {
    margin-bottom: 40px;
}
.m-b-50 {
    margin-bottom: 50px;
}
.m-l-5 {
    margin-left: 5px;
}
.m-l-10 {
    margin-left: 10px;
}
.m-r-5 {
    margin-right: 5px;
}
.m-r-10 {
    margin-right: 10px;
}
.m-r-20 {
    margin-right: 20px;
}
.m-r-30 {
    margin-right: 30px;
}
.p-0 {
    padding: 0;
}
.p-10 {
    padding: 10px;
}
.p-20 {
    padding: 20px;
}
.px-10 {
    padding-left: 10px;
    padding-right: 10px;
}
.px-15 {
    padding-left: 15px;
    padding-right: 15px;
}
.py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.p-b-10 {
    padding-bottom: 10px;
}
.p-l-10 {
    padding-left: 10px;
}
.p-l-20 {
    padding-left: 20px;
}
.p-r-10 {
    padding-right: 10px;
}
.common-divider {
    background: #eaf0f5;
    height: 4px;
}
main.main-content {
    min-height: 450px;
}
.placing-info {
    background-color: #f0f0f0;
    padding: 40px 0;
}
.placing-info .placed-tile {
    max-width: 550px;
    margin: 0 auto;
}
.placing-info .placed-tile .details {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.placing-info .placed-tile .save-badge {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    font-weight: 400;
    padding: 4px 10px;
    background: #f5fffd;
    border: 1px solid #00dbaa;
    color: #00b48c;
}
.placing-info .placed-tile .amount {
    color: #f1360a;
}
.schedule-main .tile-card {
    border: 1px solid #cacaca;
    box-shadow: 0 0 23.25px 1.75px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 23.25px 1.75px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 23.25px 1.75px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 23.25px 1.75px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 23.25px 1.75px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    background: #fff;
}
.schedule-main .tile-card.disable-tile {
    opacity: 0.4;
    pointer-events: none;
    cursor: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background: #f2f2f2;
}
.schedule-main .tile-card .tile-card-body {
    padding: 15px 20px;
}
.schedule-main h2 {
    margin: -10px -10px 20px;
    padding: 12px;
    border-bottom: 1px solid #cacaca;
}
.schedule-main .control-group .control-input {
    background: #f0f0f0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    height: 52px;
    padding: 10px;
    width: 100%;
    border: 0;
    outline: 0;
    color: #333;
}
.schedule-main .control-group textarea.control-input {
    height: auto !important;
}
.schedule-main .common-action-btn {
    min-width: 140px;
}
.support-call {
    margin: 30px 0;
}
.support-call p.font-16 {
    color: #616161;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.support-call p.font-16:before {
    position: absolute;
    content: "";
    background: #616161;
    height: 2px;
    width: 80px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}
.browse-file {
    /* overflow: hidden; */
    clear: both;
    border: 2px solid #d0d2db;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
}
.browse-file .first-part {
    float: left;
    width: 60px;
    margin-right: 20px;
}
.browse-file .first-part .circle-file {
    background: #ecf4ff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border: 2px solid #6c97e0;
    color: #6c97e0;
}
.browse-file .first-part .circle-file.no-file {
    background: #e6e6e6 !important;
    color: #212121 !important;
    border-color: #e6dbdb !important;
}
.browse-file .second-part {
    float: left;
    width: calc(100% - 250px);
}
.browse-file .second-part h4,
.browse-file .second-part p {
    word-break: break-all;
    white-space: normal;
}
.browse-file .fourth-part,
.browse-file .third-part {
    float: left;
    width: 30px;
    margin-left: 20px;
}
.type-file-head {
    border-bottom: 1px solid;
    display: inline-block;
    margin-bottom: 10px;
}
.document-tile input {
    background: #e6f6ea !important;
    color: #337948 !important;
    height: 42px !important;
    font-size: 14px;
}
.document-tile input[type=text] {
    color: #337948 !important;
}
.document-tile input::placeholder {
    color: #337948;
    opacity: 1;
}  
.document-tile input:-ms-input-placeholder { 
    color: #337948;
}
.document-tile input::-ms-input-placeholder {
    color: #337948;
}
.link-icon {
    background: #4187ed;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-right: 10px;
}
.remove-icon {
    background: #f44336;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-right: 10px;
}
.remove-icon img {
    width: 11px !important;
    height: 14px !important;
}
.delete-file {
    background: #f44336;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: flex;
    box-shadow: 0 0 23.25px 1.75px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 23.25px 1.75px rgb(0 0 0 / 10%);
    -ms-box-shadow: 0 0 23.25px 1.75px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 23.25px 1.75px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 23.25px 1.75px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: -12px;
    right: -10px;
    cursor: pointer;
}
/* .browse-file .fourth-part {
    float: left;
    width: 30px;
    margin-left: 50px;
} */
/* .browse-file .third-part {
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 11;
    overflow: visible;
} */
.upload-file-size {
    color: #abb1b5;
}
.browse-file .fourth-part {
    width: 100px;
}
.browse-file .first-part img {
    width: 24px;
    height: 24px;
}
.browse-file .third-part img {
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.error {
    color: red;
}
.btn-bs-file,
.btn-bs-success {
    position: relative;
    background-color: #22980c;
    border: 0;
    padding: 0;
    color: #fff;
    border-radius: 30px;
    font-size: 14px;
    display: flex;
    height: 35px;
    align-items: center;
    justify-content: center;
}
.btn-bs-file {
    background-color: #00b48c;
    cursor: pointer;
}
.btn-bs-file input[type="file"] {
    position: absolute;
    top: -9999999;
    filter: alpha(opacity=0);
    opacity: 0;
    width: 0;
    height: 0;
    outline: 0;
    cursor: inherit;
}
.progressbar-main {
    color: #313131;
    background-color: #f1f1f1;
    font-size: 9px;
    border-radius: 10px;
    overflow: hidden;
    max-width: 300px;
    margin-top: 5px;
}
.progressbar {
    color: #fff;
    background-color: #00b48c;
    padding: 0.01em 16px;
}
.progressbar-main:after,
.progressbar-main:before {
    content: "";
    display: table;
    clear: both;
}
.header-content img {
    vertical-align: sub;
    margin-right: 5px;
}
.schedule-main .control {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 16px;
    color: #313131;
    padding-top: 0;
    text-align: left;
}
.schedule-main .control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.schedule-main .control input:checked ~ .control__indicator {
    background: #eaaa1f;
    border: 1px solid #eaaa1f;
}
.schedule-main .control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 17px;
    width: 17px;
    background: 0 0;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.schedule-main .control--checkbox .control__indicator:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.schedule-main .control__indicator:after {
    content: "";
    position: absolute;
    display: none;
}
.schedule-main .control input:checked ~ .control__indicator:after {
    display: block;
}
@media screen and (max-width: 991px) {
    .col-100p {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .sm-text-left {
        text-align: left;
    }
    .sm-text-center {
        text-align: center;
    }
    .heading-title {
        color: #304378;
        line-height: 1.2;
        margin-bottom: 25px !important;
        font-size: 24px;
    }
    main.main-content {
        min-height: auto;
    }
    .placing-info .placed-tile {
        flex-direction: column;
        text-align: center;
    }
    .placing-info img {
        width: auto;
        margin-right: 0;
    }
    .header-content h3 span,
    .placing-info .details h4 span {
        display: block;
    }
    .schedule-main .common-action-btn {
        min-width: 100%;
    }
    .saveprice-amt {
        justify-content: center;
    }
    .schedule-main .tile-card .tile-card-body {
        padding: 15px 10px;
    }
    .browse-file {
        flex-wrap: wrap;
    }
    .browse-file .first-part {
        width: 50px;
        margin-right: 10px;
    }
    .browse-file .first-part .circle-file {
        width: 50px;
        height: 50px;
    }
    .browse-file .second-part {
        width: calc(100% - 100px);
    }
    .browse-file .third-part {
        margin-left: 10px;
    }
    .browse-file .fourth-part {
        float: none;
        width: calc(100% - 100px);
        margin: 20px auto 5px;
        display: block;
    }
    .schedule-main,
    p.font-weight-normal.m-t-50.m-b-5 {
        margin-top: 20px;
    }
    .first-col {
        display: none;
    }
    .second-col {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .placing-info .details h4.font-18.color2.d-flex.align-items-center.saveprice-amt {
        flex-direction: column;
    }
    .placing-info .placed-tile .save-badge {
        font-size: 12px !important;
    }
}
@media screen and (max-width: 640px) {
    .saveprice-amt {
        flex-wrap: wrap;
    }
    .saveprice-amt .save-badge {
        padding: 10px 13px;
        width: 100%;
        word-break: break-all;
        white-space: normal;
        font-size: 14px !important;
        margin-top: 10px;
    }
}
@media screen and (max-width: 767px) {
    .placing-info .details h4.font-18.color2.d-flex.align-items-center.saveprice-amt {
        flex-direction: column;
    }
    .placing-info .placed-tile .save-badge {
        font-size: 12px !important;
    }
}
