html,
body {
    width: 100%;
    height: 100%;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Prompt', sans-serif;
    font-weight: 600;
}

.no-margin {
    margin: 0 !important;
}

.form-group {
    margin-bottom: 20px;
    font-weight: 600;
}

.form-group label {
    font-family: 'Prompt', sans-serif;
    margin-bottom: 8px;
}

.offcanvas-top {
    height: 50vh !important;
}

.content {
    position: relative;
    padding-top: 74px;
    padding-bottom: 80px;
    min-height: 900px;
}

img {
    max-width: 100%;
}

h2 {
    font-size: 48px;
}

.dekstop-hide {
    display: none;
}

.text-center {
    text-align: center !important;
}

.container {
    max-width: 1140px;
    padding: 0 15px;
    margin: auto;
}

.min-container {
    max-width: 650px;
    margin: auto;
}

a,
a:hover {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

header .logo {
    font-weight: bold;
    font-size: 21px;
}

header {
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255);
    display: flex;
    justify-content: space-between;
    padding: 15px;
    align-items: center;
    -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.15);
}

header .navigation nav {
    display: flex;
    font-size: 14px;
    margin: 0 15px;
    font-weight: bold;
}

header .navigation nav>div,
header .navigation nav>form {
    margin: 0 15px;
}

.dropdown {
    cursor: pointer;
}

.btn-primary {
    background: #008040;
    color: #fff;
    border-radius: 30px;
    padding: 8px 25px;
    outline: none;
    box-shadow: none;
    border: 0;
    -webkit-appearance: none !important;
}

.btn-primary:hover {
    background: #008040;
}

.main-container {
    min-height: 900px;
}

.auth-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.auth-bg {
    display: flex;
    justify-content: center;
    align-items: center;
}

.auth-bg .container {
    z-index: 1;
}

.auth-bg .container .description {
    margin-bottom: 25px;
}

.auth-bg .container .description a {
    color: #888;
    font-weight: bold;
    text-decoration: underline;
}

.auth-bg .mock-design {
    position: absolute;
    width: 30%;
    z-index: 0;
    top: 0;
    right: 0;
    height: 100%;
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer {
    background: #008040;
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding: 20px 15px;
}

footer img.logo {
    max-height: 60px;
}

.steps {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    text-align: center;
    padding: 40px 0;
    /* overflow-x: scroll; */
}

.steps .step {
    width: 100%;
    padding: 0 15px;
    position: relative;
}

.steps .step.active h3 {
    font-weight: bold;
    font-size: 18px;
}

.steps .step>span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #B7B7B7;
    margin: auto;
}

.steps .step.active>span {
    background: #008040;
}

.steps .step:before,
.steps .step:after {
    content: '';
    display: block;
    position: absolute;
    width: 50%;
    height: 3px;
    background: #B7B7B7;
    bottom: 10px;
    z-index: -1;
}

.steps .step.active:before,
.steps .step.active:after {
    background: #008040;
}

.steps .step.active.last:after {
    background: #B7B7B7;
}

.steps .step:before {
    left: 0;
}

.steps .step:after {
    right: 0;
}

.steps .step h3 {
    font-weight: normal;
    font-size: 15px;
}

.content h2 {
    font-size: 24px;
    line-height: 32px;
}

.content p {
    color: #838383;
    font-size: 15px;
}

form .packages {
    display: flex;
    margin: 0 -15px;
    /* overflow-x: scroll; */
}

form .packages .package {
    padding: 0 15px;
    text-align: center;
    align-items: stretch;
    margin-bottom: 40px;
}

form .packages .package input[type="checkbox"]:checked+label {
    border: 3px #00EA75 solid;
}

form .packages .package input[type="radio"]:checked+label {
    border: 3px #00EA75 solid;
}

form .packages .package label.is-invalid {
    border: 3px #ea0000 solid;
}

form .packages .package label {
    width: 240px;
    height: 100%;
    border-radius: 8px;
    border: 1px #EBEBEB solid;
    -webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    padding: 20px;
}

form .packages .package h3 {
    font-size: 15px;
}

form .packages .package h3 {
    font-size: 21px;
    line-height: 24px;
    color: #008040;
}

form .packages .package .image {
    background: #018D4724;
    border-radius: 100px;
    width: 100px;
    padding: 25px;
    height: 100px;
    margin: auto;
    margin-top: -20px;
    margin-bottom: 10px;
}

form .packages .package .pricing {
    font-size: 15px;
    font-weight: 600;
    font-family: 'Prompt', sans-serif;
    margin-bottom: 10px;
}

form .packages .package p {
    font-size: 13px;
    line-height: 18px;
    color: #838383;
}

.login-tab-content.tab-content {
    padding-top: 35px;
    padding-bottom: 20px;
}

.nav-tabs.login-tab .nav-link.active,
.login-tab.nav-tabs,
.nav-tabs.login-tab .nav-link:hover {
    border: 0;
    color: #000;
}

.nav-tabs.login-tab .nav-link.active {
    font-weight: bold;
    color: #008040;
}

.login-tab button {
    padding: 0;
    margin-right: 40px;
    color: #000;
}

#myTabContent button[type="submit"],
#order-details-form button[type="submit"] {
    margin-top: 20px;
}

#summary-form span.detail {
    font-family: 'Raleway', 'Medium';
    font-size: 15px;
    line-height: 18px;
    display: block;
}

.dashboard .boxes {
    display: flex;
    margin: 45px -15px 0px;
}

.dashboard .boxes .box {
    align-items: stretch;
    margin-bottom: 60px;
    border: 1px #EBEBEB solid;
    -webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    width: 100%;
    padding: 20px 25px;
    margin: 0 15px;
    border-bottom: #008040 10px solid;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.dashboard .boxes .box .box-details {
    text-align: left;
}

.box-details .title {
    color: #999999;
    min-height: 90px;
}

.dashboard {
    margin-top: 120px;
}

.dashboard .dashboard-profile-image {
    border-radius: 100%;
    max-height: 120px;
    margin-bottom: 30px;
}

.boxes .box-details .title {
    color: #999999;
    font-weight: bold;
    cursor: text;
}

.boxes .box-details .desc {
    color: #3F3830;
    font-weight: bold;
}

.accordion-button {
    line-height: 22px;
    color: #999999;
}

.accordion-body .left-content {
    color: #999999;
    font-weight: bold;
}

.accordion-body .row {
    margin: 28px 0px;
}

#petrol-accordion hr {
    opacity: .1 !important;
}

.petrol-details-title {
    padding: 1rem 1.25rem;
    background-color: #008040;
    color: #FFFFFF;
    margin-bottom: 6px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.petrol-details-content {
    padding: 1rem 1.25rem;
    margin-bottom: 6px;
}

#dashboard-order-table thead {
    background-color: #008040;
    color: #FFFFFF;
}

#success-page .success-img {
    margin-top: 100px;
}

#btn-otp-send:disabled {
    color: #000;
    background-color: #cbcfd3;
}

.input-group-text {
    background-color: #FFFFFF;
}