* {
    margin: 0px;
    padding: 0px;
}

html {
    line-height: 1.15;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
}

body {
    background-color: #f9f9f9;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #373737;
    overflow-x: hidden;
    position: relative;
}

/* Title Typo */

body h1, body h2, body h3, body h4, body h5, body h6 {
    color: #1b3548;
    font-style: normal;
    font-weight: 600;
    margin: 0px 0px 10px 0px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
    font-size-adjust: none;
    -moz-font-size-adjust: none;
    -webkit-font-size-adjust: none;
    line-height: 35px;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 1.5rem;
}

h3 {
    font-size: 1.3rem;
}

h4 {
    font-size: 1.2rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #007abd;
}

p {
    color: #373737;
    letter-spacing: 1px;
    line-height: 24px;
    margin-bottom: 0px;
}

a {
    text-decoration: none;
    background-color: transparent;
}

a:hover, a:focus, a:active {
    color: #007abd;
    outline: none;
    text-decoration: none;
}

ul {
    margin-bottom: 0px;
}

img, a img {
    height: auto;
    max-width: 100%;
    border-style: none;
}

b, strong {
    font-weight: 700;
}

small {
    font-size: 80%;
}

strong {
    color: #373737;
}

iframe {
    border: none;
    float: left;
    width: 100%;
}

/* Form Input Typo */

label {
    color: #373737;
    font-weight: 600;
}

@media (min-width: 320px) and (max-width: 767px) {
    label {
        font-size: 13px;
    }
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    border: 1px solid #c1c1c1;
    color: #373737;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    height: 38px;
    line-height: 20px;
    outline: none;
    padding: 4px 10px;
    vertical-align: middle;
    background-color: #ffffff;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
    -webkit-appearance: button;
}

button, input {
    overflow: visible;
    border: none;
}

button, select {
    text-transform: none;
}

input[type="submit"] {
    outline: none;
}

option {
    padding: 5px 15px;
}

/* ThemeUnit Style's */

li {
    list-style: disc inside none;
}

ol {
    float: none;
    list-style: decimal;
    padding-left: 15px;
}

ol ol {
    margin-left: 20px;
}

ol li {
    list-style: decimal;
    width: 100%;
}

html, body {
    padding: 0;
    margin: 0;
    height: 100%;
}

.mt-35 {
    margin-top: 35px;
}

.right {
    float: right;
}

.separator {
    border-top: 1px dashed #999 !important;
    padding: 15px 0px;
}

.dashed-box {
    padding: 15px;
    border: 1px dashed #ccc;
    border-radius: 4px;
    margin-bottom: 15px;
}

label.error {
    color: red;
    font-size: 11px;
}

#mainwrapper {
    min-height: 100%;
    position: relative;
}

footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
}

.cursor_pointer {
    cursor: pointer;
}

.main-header {
    background: #fff;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
}

.header-height {
    height: 172px;
}

.contact-info .fa {
    font-size: 13px;
}

.form-check-label {
    cursor: pointer;
}

.main-banner {
    position: relative;
    height: 328px;
    position: relative;
    background: url(../images/bg-banner.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #007ad4;
}

.welcome-message h1, .welcome-message p {
    color: #fff;
    text-transform: uppercase;
}

.welcome-message p {
    font-size: 18px;
    line-height: 30px;
}

.main-content {
    position: relative;
    padding: 50px 0px 120px 0px;
}

.white-box {
    border: 1px solid #ebebeb;
    margin-bottom: 20px;
    background-color: #ffffff;
    padding: 20px 15px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.section-title h2 {
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #e9e9e9;
}

.section-title span {
    color: #fff;
    background-color: #1b3548;
    width: 40px;
    height: 40px;
    line-height: 40px;
    float: none;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    font-size: 24px;
    margin-right: 10px;
}

.white-box-border {
    position: relative;
    border-right: 1px solid #ebebeb;
}

.light-graybox {
    float: left;
    width: 100%;
    background-color: #f7f7f7;
    padding: 15px;
    margin-top: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.table-listing {
    width: 100%;
    border-collapse: collapse;
    background-color: #ffffff;
    border-radius: 4px;
}

.table-listing tr th {
    height: 26px;
    color: #ffffff;
    text-align: left;
    font-size: 11px;
    font-weight: 300;
    padding: 10px 6px 10px 6px !important;
    background-color: #1b3548;
}

.table-listing tbody tr:nth-child(even) {
    background: #fff;
}

.table-listing tbody tr:nth-child(odd) {
    background: #ebebeb;
}

.quote-wrap .form-control {
    padding: .375rem .55rem;
}

.quote-wrap table tr td {
    padding: 0.7rem 0.2rem;
    vertical-align: middle;
    border-bottom: 1px solid #dee2e6;
}

.gray-box-fancy {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 15px;
    text-align: center;
}

.gray-box {
    position: relative;
    float: left;
    width: 100%;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 20px;
    border: 1px solid #ebebeb;
}

.fancy-box-scots {
    display: inline-block;
    float: none;
}

.fa-item-table {
    text-align: center;
}

.main-footer {
    background-color: #697279;
}

.footer-height {
    height: 70px;
}

.footer-nav li {
    float: left;
    position: relative;
    margin-right: 10px;
    padding-right: 10px;
    list-style-type: none;
}

.footer-nav li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 5px;
    width: 1px;
    height: 12px;
    background-color: #fff;
}

.footer-nav li:last-child::after {
    content: none;
}

.footer-nav li a, .main-footer p {
    color: #fff;
    font-size: 12px;
}

.btn-info {
    color: #fff;
    text-transform: uppercase;
    border: none;
    padding: 7px 30px;
    border-radius: 30px;
    font-size: 14px;
    background-color: #00a4f2;
}

.btn-long {
    padding: 10px 50px;
}

.btn-info-sm {
    padding: 5px 20px;
    font-size: 10px;
}

.input-small {
    width: 80px;
}

.nowrap {
    white-space: nowrap;
}

@media (min-width: 320px) and (max-width: 767px) {
    h1, h2, h3 {
        font-size: 1rem;
        letter-spacing: 0px !important;
    }
    h1 {
        font-size: 1.5rem;
        letter-spacing: 0px !important;
    }
    .main-header .d-flex {
        justify-content: center !important;
    }
    .section-title span {
        margin-right: 5px !important;
    }
    .footer-nav li a, .main-footer p {
        font-size: 10px;
    }
    .welcome-message p {
        font-size: 14px;
        line-height: 24px;
    }
}

.access-denied h1 {
    font-size: 20vh;
    color: #ebebeb;
    line-height: 120px;
}

.access-denied h2 {
    color: red;
}

.access-denied p {
    text-transform: capitalize;
}
 div.fa-bol-section table.child-table td{ padding:5px}
 .fa-bol-section input[type="text"]{width: 99%;} 
.refresh-loader{background-color:#000;width:100%;height:100%;opacity: .7;position: absolute;top: 0;left: 0;display: flex;align-items: center;justify-content: center;z-index: 9;}
.refresh-loader span{color: #fff;font-size: 50px;}
.ui-datepicker a {
    background-color: blue;
    cursor: pointer;
    text-decoration: none;
}