@import url("https://fonts.googleapis.com/css2?family=Exo:wght@300;400;600;700&display=swap");


body, #app {
    font-family: "Exo", sans-serif;
    background: #ffffff;
    color: #000;
    display: flex;
    flex-direction: column;
    min-height: 100vh;

}

.wrapper {
    overflow: auto;
    padding-bottom: 120px;
}

.container {
    padding: 0;
}

.no-padding {
    padding: 0;
}
.no-padding-left {
    padding-left: 0;
}
.no-padding-right {
    padding-right: 0;
}
.no-margin {
    margin: 0;
}

section#faq {
    min-height: 400px;
}

section#faq .nav-tabs > li.active > a,
section#faq .nav-tabs > li.active > a:focus,
section#faq .nav-tabs > li.active > a:hover {
    color: #fff;
    background-color: #3D89C4;
    border: none;
    text-decoration: none;
}
section#faq .nav-tabs > li:not(:last-child) {
    border-right: solid 1px #3D89C4;
}
section#faq .nav-tabs > li > a {
    text-decoration: none;
    padding: 20px 15px;
}
section#faq .nav-tabs > li > a:focus,
section#faq .nav-tabs > li > a:hover {
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    background-color: #3D89C4;
    border: none;
}

section#faq .panel-group .panel {
    border-radius: 0;
    border-color: #3D89C4;
    box-shadow: none;
}
section#faq .panel-default > .panel-heading {
    color: #57575b;
    background: #fff;
    border-radius: 0;
    cursor: pointer;
    font-weight: 300;
    padding: 20px 15px;
}
section#faq .panel-default > .panel-heading > a,
section#faq .panel-default > .panel-heading > a:hover,
section#faq .panel-default > .panel-heading > a:focus,
section#faq .panel-default > .panel-heading > a:visited {
    color: #57575b;
    text-decoration: none;
}
section#faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #3D89C4;
}

section#privacy {
    font-size: 15px;
    line-height: 2;
    padding-bottom: 60px;
}
section#privacy h3 {
    font-size: 15px;
    font-weight: 600;
    margin-top: 40px;
}
section#privacy p,
section#privacy li {
    text-align: justify;
}

/** Typography */
p {
    margin: 0;
}
.note {
    padding: 8px 0;
    font-size: 15px;
    font-weight: 300;
}
.text-black {
    color: #000;
}
.text-orange {
    color: #3D89C4;
}
a.text-orange:hover,
a.text-orange:focus,
a.text-orange:visited,
a.text-orange:active {
    color: #3D89C4;
}
.underlined {
    text-decoration: underline;
}
.bold {
    font-weight: 800;
}
.desc {
    font-size: 16px;
    color: #57575b;
    font-weight: 600;
}
h5 {
    font-size: 15px;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-style: normal;
    margin-left: 5px;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    color: #3D89C4;
    background-color: transparent;
}

@media (min-device-width: 320px) and (max-device-width: 700px) {
    .no-padding {
        padding: 15px;
    }
    .no-padding-left {
        padding-left: 15px;
    }
    .products-list .thumbnail {
        padding: 10px;
        margin-top: 30px;
        background-color: transparent;
        border: none;
        border-radius: 0;
        height: auto;
    }
    .search-query {
        border: solid 1px #b8b2b2;
    }
}

.mainTitleFont img {
    height: auto;
    margin-top: -30px;
}

a > span.circle {
    background: #2d2d2d;
    margin-left: 7px;
}
a:hover > span.circle,
a.active > span.circle {
    background: #0054a3;
    color: #fff;
}
a > span.circle > i::before {
    font-size: 24px !important;
    margin-left: 2px;
}
.circle {
    display: inline-block;
    height: 38px;
    width: 38px;
    line-height: 38px;
    -moz-border-radius: 19px;
    border-radius: 19px;
    text-align: center;
}
.circle.hollow {
    display: inline-block;
    height: 38px;
    width: 38px;
    line-height: 38px;
    -moz-border-radius: 19px;
    border-radius: 19px;
    text-align: center;
}

/** Body */

.panel-login {
    margin-top: 100px;
}
.panel-default {
    background-color: #fff;
    border-color: #3D89C4;
}
.panel-default > .panel-heading {
    color: #fff;
    background-color: #3D89C4;
    border-color: #3D89C4;
}
.panel-primary {
    border: none;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #2e3081;
    border: none;
    border-radius: 0;
    padding: 20px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
}
#getProducts {
    cursor: pointer;
}
.panel-primary > .panel-body {
    background: #30669F;
}

.category-list .panel-body {
    padding: 0;
}
.category-list .tree li {
    font-weight: 400;
    font-size: 14px;
    padding: 12px;
    padding-top: 4px;
}
.category-list .tree li.single {
    padding-bottom: 2px;
}

.category-list .tree li.branch:not(:first-child) {
}
.category-list .tree li:not(:last-child) a {
    border-bottom: solid 1px #fff;
}
.category-list .tree li a {
    color: #fff;
    padding: 4px 12px;
    display: block;
}
.category-list .tree li a i,
.category-list .tree ul > li a i {
    display: inline !important;
    float: right;
}
.category-list .tree li a i::before,
.category-list .tree ul > li a i::before {
    font-size: 12px;
}
.category-list .tree ul:before {
    content: none;
}
.category-list .tree ul {
    background: #00a9e0;
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: -12px;
}
.category-list .tree ul li {
    border-bottom: none !important;
    margin-left: 10px;
}
.category-list .tree ul li:before {
    content: none;
}
.category-list .tree ul > li a {
    margin-left: 10px;
    padding: 0 20px;
    padding-right: 12px;
}
.category-list .tree li a.current {
    color: #3D89C4;
}
.category-list .tree ul > li.active {
    display: block !important;
}
.content-heading {
    padding-bottom: 16px;
    margin-left: 12px;
}

.content-heading h3 {
    margin: 12px 0 0 0;
    color: #58575c;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
}
.search-form {
    padding: 0;
    height: 0;
}
.search-form .form-control,
.search-form .form-control:focus {
    border-color: #b8b2b2;
}

.search-form .search-query {
    width: 100%;
    padding: 6px;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.search-form button {
    border: 0;
    background: none;
    /** belows styles are working good */
    padding: 2px 5px;
    margin-top: 2px;
    margin-bottom: 0;
    position: relative;
    left: 85%;
    top: -35px;
    font-size: 20px;
    font-weight: 300;
}

.search-form .form-control:focus + button {
    z-index: 3;
}

/** Producst */
.section-product {
    min-height: 600px;
}

.products-pagination {
    padding: 3px 0;
    border-top: solid 1px #b8b2b2;
    border-bottom: solid 1px #b8b2b2;
    margin: 0;
    margin-bottom: 10px;
}
.products-pagination .form-control,
.products-pagination .form-control:focus {
    border-color: #b8b2b2;
}

.control-bar {
    padding: 10px 30px;
    padding-right: 0;
}
.page-number {
    padding: 10px;
}
.paging {
    text-align: right;
    padding: 0;
}
.pagination {
    border-radius: 0;
}

.pagination > li > a,
.pagination > li > span {
    margin-left: 10px;
    padding: 6px 12px;
    color: #000;
}
.pagination i {
    margin-left: -6px;
}
.pagination i::before {
    font-size: 10px;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #3D89C4;
    border-color: #3D89C4;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    color: #3D89C4;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.products-list .product-thumbnail {
    padding: 0;
    margin-top: 30px;
    background-color: transparent;
    border: none;
    border-radius: 0;
}

.products-list .product-thumbnail:hover .card-title a,
.products-list .product-thumbnail:focus .card-title a {
    color: #3D89C4;
    text-decoration: none;
}

.products-list .product-thumbnail .card-title a:hover,
.products-list .product-thumbnail .card-title a:focus {
    color: #3D89C4;
    text-decoration: none;
}

.card-title {
    height: 40px;
}

.card-title a {
    color: #58575c;
    font-weight: 400;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: break-word;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-height: 1; /* fallback */
    max-height: 2;
}
.card-body h5 {
    font-weight: 300;
    font-size: 18px;
    color: #7f8c8d !important;
    margin-top: 0;
}

.product-image {
    display: block;
    vertical-align: middle;
    text-align: center;
}
.product-image > img {
    width: auto;
    max-width: 100%;
    height: 180px;
}

.item-image {
    margin-bottom: 10px;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border: solid 1px #ddd;
    border-radius: 0;
}

.featured-image {
    padding: 10px;
    width: auto;
    max-width: 100%;
    height: 360px;
}
.thumb-image {
    padding: 0;
    width: auto;
    height: 40px;
}
.item-thumb {
    padding: 4px;
    margin-left: -14px;
    margin-right: -14px;
    background: none;
}
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #3D89C4;
}
.thumbnail > img {
    height: auto;
}

.top-heading {
    padding: 0 25px 30px 25px;
}
.top-heading h4 {
    margin-top: 0;
}

@media (min-device-width: 320px) and (max-device-width: 700px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .control-bar {
        padding: 10px 30px;
        padding-right: 30;
    }
    .page-number {
        padding: 10px;
        padding-right: 10px;
    }
    .paging {
        text-align: center;
    }
    .nav-tabs > li {
        display: block;
    }
}

.table-info > tbody > tr > td,
.table-info > tbody > tr > th {
    color: #57575b;
}
.cart-table {
    margin-top: 30px;
}
.cart-table img {
    border: solid 1px #bdc3c7;
    padding: 2px;
}
.table > thead > tr > th,
.cart-table > thead > tr > th {
    border: none;
}
.cart-confirm > thead > tr > th {
    font-size: 15px;
}
.cart-table > tbody > tr:last-child > td {
    border-bottom: none;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.cart-table > tbody > tr > td,
.cart-table > tbody > tr > th {
    color: #57575b;
}
.table-summary > tbody > tr > td {
    padding: 8px 0;
    margin-top: 6px;
}
.table-summary > tbody > tr > td .form-control {
    margin-top: -8px;
}
.history-table {
    margin-bottom: 60px;
}
.history-table > tbody > tr > td {
    padding-top: 20px;
    border: none;
}
.history-table > tbody > tr:first-child > td {
    border: none;
}

.history-table > tbody > tr:last-child > td {
    border-bottom: none;
}

.enquiry-form {
    margin-top: 40px;
}

.modal-content {
    background-color: #fff;
}
.modal-header {
    background-color: #fff;
}
.modal-body {
    background: #fff;
}

/**
 * Tab
 */
.nav-tabs {
    border: none;
}
.nav-tabs > li:not(:last-child) {
    border-right: solid 1px #fff;
}
.nav-tabs > li > a {
    line-height: 0.5;
    border: none;
    border-radius: 0;
    font-size: 16px;
    text-decoration: none;
}
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover {
    cursor: pointer;
    text-decoration: underline;
    border: none;
    background: transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #57575b;
    background-color: #fff;
    border: none;
    text-decoration: none;
}

.tab-header > li > a {
    color: #57575b;
}
.tab-header > li > a:hover,
.tab-header > li > a:active,
.tab-header > li > a:focus,
.tab-header > li.active > a {
    color: #3D89C4;
}

/**
 * Input Field
 */
.form-group label {
    font-weight: 400;
}
.form-control {
    border: solid 1px #3D89C4;
    border-radius: 0;
}
.form-control {
    border-color: #3D89C4;
    border-radius: 0;
}
.has-error .form-control {
    border-color: red;
}

.form-control:focus {
    border-color: #0039c1;
    outline: 0;
    box-shadow: none;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #fff;
}

.has-error .form-control:focus {
    border-color: red;
    box-shadow: none;
}
.help-block {
    color: red;
    font-weight: 300;
}

.icon-input {
    float: right;
    margin-right: 8px;
    margin-top: -32px;
    position: relative;
    z-index: 2;
}
.icon-input::before {
    font-size: 10px;
    color: #3D89C4;
    font-weight: 600;
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    /* no standardized syntax available, no ie-friendly solution available */
}

select + i.flaticon {
    float: right;
    margin-right: 10px;
    margin-top: -30px;
    pointer-events: none;
    background-color: #fff;
    padding-right: 5px;
}
select + i.flaticon::before {
    font-size: 10px;
    color: #3D89C4;
    font-weight: 600;
}

.input-group-addon {
    font-weight: 400;
    padding: 6px 4px;
    background-color: #fff;
    border: 1px solid #3D89C4;
    border-right: none;
    border-radius: 0;
}

/** Icon-addon in Field */
.input-group .icon-addon .form-control {
    border-radius: 0;
}

.icon-addon {
    position: relative;
    color: #555;
    display: block;
}

.icon-addon:after,
.icon-addon:before {
    display: table;
    content: " ";
}

.icon-addon:after {
    clear: both;
}

.icon-addon.addon-md .flaticon,
.icon-addon .flaticon {
    position: absolute;
    z-index: 2;
    left: 10px;
    width: 20px;
    margin-left: -2.5px;
    margin-right: 6px;
    text-align: center;
    padding: 10px 0;
    top: 1px;
    color: #3D89C4;
}

.icon-addon.addon-lg .form-control {
    line-height: 1.33;
    height: 46px;
    font-size: 13px;
    padding: 10px 16px 10px 50px;
    color: #000;
}

.icon-addon.addon-sm .form-control {
    height: 30px;
    padding: 5px 10px 5px 28px;
    font-size: 12px;
    line-height: 1.5;
}

.icon-addon.addon-lg .flaticon {
    left: 8px;
    top: -2px;
    font-weight: 300;
}

.icon-addon.addon-md .form-control,
.icon-addon .form-control {
    padding-left: 30px;
    float: left;
    font-weight: 300;
}

.icon-addon.addon-sm .flaticon {
    margin-left: 0;
    font-size: 12px;
    left: 5px;
    top: -1px;
}

/**
 * Button
 */
.btn {
    border-radius: 0;
    text-transform: uppercase;
}
.btn-primary {
    background-color: #3D89C4;
    border-color: #3D89C4;
    color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .btn-primary.dropdown-toggle.focus,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #0039c1;
    border-color: #0039c1;
    box-shadow: none;
}

.btn-order {
    background-color: #555555;
    border-color: #555555;
    border-radius: 6px;
    color: #fff;
    text-transform: none;
    font-weight: 300;
}

.btn-order:focus,
.btn-order:active,
.btn-order:hover {
    background-color: #f8981f;
    border-color: #f8981f;
    color: #fff;
}

.btn-edit,
.btn-delete {
    text-decoration: underline;
}
.btn-edit,
.btn-edit:hover,
.btn-edit:focus,
.btn-edit:active,
.btn-edit:visited {
    color: #000;
}
.btn-delete,
.btn-delete:hover,
.btn-delete:focus,
.btn-delete:active,
.btn-delete:visited {
    color: #e74c3c;
}

.carousel-indicators .active {
    background: #3D89C4;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 30px;
    line-height: 1.428571429;
    border-radius: 15px;
    color: #000;
}
.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
}
.btn-circle.btn-xl {
    width: 150px;
    height: 150px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 75px;
}

.btn-circle i::before {
    font-size: 50px;
    font-weight: 300;
}
.btn-orange,
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange:visited {
    background-color: #3D89C4;
    border-color: #3D89C4;
    color: #000;
}

.btn-gray,
.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray:visited {
    background-color: #d8d7d8;
    border-color: #d8d7d8;
    color: #000;
}

.btn[disabled] {
    background-color: #ddd;
    border-color: #ddd;
}

.timeline {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.li {
    width: 300px;
}

.status {
    padding: 0px 40px;
    display: flex;
    justify-content: center;
    border-top: 8px solid #f7f6f7;
    position: relative;
    transition: all 200ms ease-in;
}
.timeline h4 {
    font-weight: 600;
    font-size: 14px;
}

.status button {
    position: absolute;
    left: 0;
    top: -80px;
}

.li.complete .status {
    border-top: 8px solid orange;
}

.li.complete .status:before {
    background-color: orange;
    border: none;
}
.li.complete .status h4 {
    color: orange;
}

@media (min-device-width: 320px) and (max-device-width: 700px) {
    .timeline {
        list-style-type: none;
        display: block;
    }

    .li {
        width: 300px;
    }

    .status:before {
        left: -8%;
        top: 30%;
        transition: all 200ms ease-in;
    }
}

/**
 * Footer
 */

footer {
    clear: both;
    width: 100%;
    background-color: #30669F;
    font-weight: 400;
    color: #fff;
    margin-top:auto;
}

.copyright {
    color: #000;
    line-height: 30px;
    padding: 15px 0;
}
.footer-link {
    color: #000;
    line-height: 30px;
    padding: 15px 0;
    text-align: right;
}
.footer-link a {
    color: #000;
}
