@charset "utf-8";

/* ----------------------------------

Name: style.css
Author: Sahil Vhora (@iamsahilvhora)
Contact: iamsahilvhora@gmail.com
Date Created: 01-02-2019
Last Edit: 21-02-2019: 01:11 pm

-------------------------------------

TABLE OF CONTENTS

    01. GENERAL
    02. TYPOGRAPHY
    03. COLORS & BACKGROUND
    04. FORMS & BUTTONS
    05. NAVIGATION
    06. HEADER
    07. FOOTER
    08. LAYOUT & COMPONENTS
    09. UTILITIES

*/

/* ===================================
    01. GENERAL
====================================== */

*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Roboto", "Arial", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    background-color: #FFF;
}

/* ===================================
    02. TYPOGRAPHY
====================================== */

a {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    color: #1A8EC2;
}

a:hover,
a:focus {
    /* text-decoration: none; */
    color: #09524D;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Ubuntu", "Arial", sans-serif;
}

.h1,
h1 {
    font-size: 2.1rem;
}

h5 {
    font-weight: 700;
}

h6 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .05rem;
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

    .h1,
    h1 {
        font-size: 2.5rem;
    }
}

.table td,
.table th {
    vertical-align: middle;
}

.table-sm td,
.table-sm th {
    padding: 1rem .3rem;
}

/* ===================================
    03. COLORS & BACKGROUND
====================================== */

.text-primary {
    color: #1A8EC2 !important;
}

.bg-dark {
    background: #000000 !important;
}

/* ===================================
    04. FORMS & BUTTONS
====================================== */

.form-group {
    margin-bottom: 1.3rem;
}

label {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .05rem;
    font-weight: 700;
}

.form-control {
    display: block;
    width: 100%;
    /* height: calc(2.25rem + 2px); */
    padding: 0.3125rem .5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control-lg {
    height: calc(2.875rem + 2px);
    padding: 0.6875rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
}

.form-control-sm {
    font-size: 14px;
}

.custom-control {
    margin-bottom: 6px;
}

.custom-control-input:checked~.custom-control-label::before {
    background: #1A8EC2;
    border-color: #1A8EC2;
}

.custom-control-label::before {
    top: .1rem;
}

.custom-control-label::after {
    top: .1rem;
}

textarea {
    resize: none;
}

.form-inline .form-control {
    width: 100%;
}

.btn {
    align-items: center;
    border-radius: 0.25rem;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    font-weight: 700;
    font-size: .85rem;
}

.btn-sm {
    font-size: .85rem;
}

.btn .bx {
    vertical-align: inherit;
    margin-top: -1.25px;
    font-size: 1.15rem;
}

.btn-lg {
    font-size: .85rem;
    padding: 0.81rem 1rem;
}

.btn-primary {
    background: #1A8EC2;
    border-color: #1A8EC2;
}

.btn-primary:hover,
.btn-primary:focus {
    background: #09524D;
    border-color: #09524D;
    color: #FFF;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background: #09524D;
    border-color: #09524D;
}

.btn-secondary {
    background: #000000;
    border-color: #000000;
}

.btn-secondary:hover,
.btn-secondary:focus {
    color: #FFF;
}

.btn-toolbar .btn {
    border: none;
}

.btn-outline-primary {
    color: #1A8EC2;
    border-color: #1A8EC2;
}

.btn-outline-primary:hover {
    background-color: #1A8EC2;
    border-color: #1A8EC2;
}

.btn-link {
    color: #1A8EC2;
}

.btn-link:hover {
    color: #09524D;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #1A8EC2;
    border-color: #1A8EC2;
}

@media (min-width: 576px) {

    .form-inline .custom-select,
    .form-inline .input-group {
        width: 100%;
    }
}

/* quantity */

.qty .count {
    color: #000000;
    display: inline-block;
    vertical-align: top;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 30px;
    padding: 0 2px;
    min-width: 40px;
    text-align: center;
}

.plus.btn.btn-outline-secondary,
.minus.btn.btn-outline-secondary {
    font-size: 1rem;
    padding: .35rem .5rem;
    line-height: 1;
}

/*Prevent text selection*/
span {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

input {
    border: 0;
    width: 2%;
}

nput::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input:disabled {
    background-color: white;
}


/* ===================================
    05. NAVIGATION
====================================== */

.navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: background-color 0.3s ease-in-out;
}

.navbar-nav {
    margin-top: 1rem;
}

.navbar .navbar-toggler {
    border: none;
}

.navbar-light .navbar-toggler:focus {
    outline: none;
}

/* .navbar .btn {
    font-size: .85rem;
    font-weight: 700;
    letter-spacing: 0.05rem;
    background: #FFF;
    border-color: #FFF;
    color: #1A8EC2;
} */

.navbar-dark .navbar-nav .nav-link {
    font-size: .85rem;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    font-weight: 700;
}

.navbar-transparent {
    background: transparent !important;
}

.is-fixed {
    top: 0;
    position: fixed !important;
    width: 100%;
}

.navbar-white {
    position: fixed;
    z-index: 100;
    background: #FFF !important;
    /* box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1); */
    box-shadow: 0px 0px 15px 0px rgba(15, 136, 128, .25);
    transition: background-color 0.3s ease-in-out;
}

.navbar-white .navbar-nav .nav-link {
    color: #58585a;
}

.navbar-white .active>.nav-link,
.navbar-white .nav-link.active,
.navbar-white .nav-link.show,
.navbar-white .show>.nav-link {
    color: #1A8EC2 !important;
}

.navbar-white .navbar-nav .nav-link:focus,
.navbar-white .navbar-nav .nav-link:hover {
    color: #000000 !important;
}

.navbar-white .btn.btn-primary {
    color: #FFF;
    background: #1A8EC2;
    border-color: #1A8EC2;
    margin: .75rem 0;
}

.navbar-transparent .btn.btn-primary {
    margin-left: 0;
}

.profile-toggle .bx {
    font-size: 30px;
    vertical-align: middle;
}

.profile-toggle .dropdown-toggle::after {
    display: none;
}

.profile-toggle .dropdown-menu {
    right: 0;
    left: auto;
    text-align: right;
}

.navbar-transparent .profile-toggle .dropdown-toggle {
    color: #FFF;
}

.navbar-white .profile-toggle .dropdown-toggle {
    color: #1A8EC2;
}

.profile-toggle .dropdown-toggle {
    font-size: .85rem;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    font-weight: 700;
    padding: .5rem 0;
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

    .navbar {
        padding: 1rem;
    }

    .navbar-dark .navbar-nav .nav-link {
        margin-left: 16px;
    }

    .navbar .btn,
    .navbar-white .btn,
    .navbar-transparent .btn {
        margin-left: 20px;
    }
}

.navbar-white .navbar-nav .nav-link:focus,
.navbar-white .navbar-nav .nav-link:hover {
    color: #1A8EC2 !important;
}

/* .dropdown-menu {
    border: none;
} */

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #FFF;
    background: #1A8EC2;
}

.icon-cart .bx {
    color: #1A8EC2;
    font-size: 30px;
    vertical-align: middle;
}

.navbar-icon-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .4rem 0;
    margin: 0 .5rem;
    text-decoration: none !important;
    cursor: pointer;
    font-size: 1.2rem;
    line-height: 1.5
}

.navbar-icon-link::after {
    display: none
}

.navbar-icon-link .svg-icon {
    width: 25px;
    height: 25px
}

.navbar-icon-link-badge {
    /* position: absolute;
    top: -5px;
    right: 0; */
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    /* background: #1A8EC2;
    color: #fff; */
    text-align: center;
    font-size: .85rem;
    display: inline-block;
    font-weight: 700;
}

.navbar-light .navbar-icon-link,
.navbar-fixed-light.fixed-top .navbar-icon-link,
.navbar-hover-light:hover .navbar-icon-link {
    color: rgba(0, 0, 0, 0.95)
}

.navbar-light .navbar-icon-link-badge,
.navbar-fixed-light.fixed-top .navbar-icon-link-badge,
.navbar-hover-light:hover .navbar-icon-link-badge {
    background: #1A8EC2;
    color: #fff
}

.navbar-dark .navbar-icon-link {
    color: #1A8EC2
}

.navbar-transparent .btn.btn-link {
    color: #FFF;
}

.navbar .btn.btn-link .bx {
    font-size: 24px;
}

.navbar-transparent.navbar-white .btn.btn-link {
    color: #1A8EC2;
}

.navbar .btn.btn-link:hover {
    text-decoration: none;
}

/* .navbar-dark .navbar-icon-link-badge {
    background: #1A8EC2;
    color: #FFF
}

.navbar-transparent .icon-cart .bx {
    color: #FFF;
}

.navbar-transparent.navbar-white .icon-cart .bx {
    background: #FFF;
    color: #1A8EC2;
}

.navbar-transparent.navbar-white .navbar-icon-link-badge {
    background: #1A8EC2;
    color: #FFF;
}

.navbar-transparent .navbar-icon-link-badge {
    background: #FFF;
    color: #1A8EC2;
} */

@media (max-width: 640px) {
    .navbar-brand {
        margin-right: 0;
    }

    /* .profile-toggle .dropdown-toggle {
        padding-bottom: 0;
    } */

    .navbar-toggler {
        padding-left: 0;
        padding-right: 0;
    }

    .icon-cart .bx {
        font-size: 24px;
    }

    .nav-link {
        padding: .5rem;
    }
}

/* ===================================
    06. HEADER
====================================== */

header {
    padding: 4rem 0;
    position: relative;
    z-index: 1;
}

header.home,
.header-sm {
    background: url('../images/header-bg.jpg') center center no-repeat;
    background-size: cover;
}

header.full-screen {
    height: 100vh;
}

.header-sm {
    height: 30vh;
    padding: 2rem 0;
    margin-top: 74px;
}

.header-franchise,
.header-trade {
    margin-top: 60px;
    padding: 0;
    position: relative;
}

header h1 {
    font-weight: 400;
}

@media (max-width: 420px) {
    header .lead {
        font-size: 1rem;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
    header h1 {
        font-size: 3rem;
        margin-bottom: 24px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    header h1 {
        font-size: 3rem;
    }
}


/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    header {
        height: 100vh;
    }

    header h1 {
        font-size: 3.5rem;
        margin-bottom: 24px;
    }

    .franchise-carousel .owl-item,
    .trade-carousel .owl-item {
        height: 50vh;
    }
}

#header a {
    padding-top: 60px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    font: normal 400 20px/1 'Josefin Sans', sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
}

#header a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb07 2s infinite;
    animation: sdb07 2s infinite;
    opacity: 0;
    box-sizing: border-box;
}

#header a span:nth-of-type(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

#header a span:nth-of-type(2) {
    top: 16px;
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
}

#header a span:nth-of-type(3) {
    top: 32px;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

@-webkit-keyframes sdb07 {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes sdb07 {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* ===================================
    07. FOOTER
====================================== */

footer {
    padding: 4rem 0 1.2rem;
    color: #FFF;
}

footer img {
    width: auto;
    height: 48px;
}

footer hr {
    background: #FFF;
    opacity: .3;
}

footer p small {
    color: #afafaf;
}

footer h6 {
    font-size: 14px;
    letter-spacing: .05rem;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 24px;
}

footer h6:after {
    content: '';
    width: 60px;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    background: #FFF;
    margin: 0 auto;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    footer h6:after {
        right: auto;
    }
}

ul.link-list {
    list-style-type: none;
    padding-left: 0;
}

ul.link-list li {
    margin-bottom: 6px;
}

ul.link-list li a {
    color: #FFF;
}

ul.link-list li a:hover,
ul.link-list li a:focus {
    color: #1A8EC2;
}

ul.social-icons {
    list-style-type: none;
    padding-left: 0;
}

ul.social-icons li {
    display: inline-block;
    margin-right: 12px;
    font-size: 1.5rem;
}

ul.social-icons li a {
    color: #FFF;
}

ul.social-icons li a:hover,
ul.social-icons li a:focus {
    color: #1A8EC2;
}

.btn-sub {
    font-size: 14px;
    height: 38px;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
    .btn-sub {
        font-size: 10px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    footer {
        padding: 6rem 0 1.2rem;
    }
}

/* ===================================
    08. LAYOUT & COMPONENTS
====================================== */

@media (min-width: 1200px) {
    .container.container-lg {
        max-width: 1200px;
    }
}

section {
    padding: 3rem 0;
    position: relative;
    background: #FFF;
}

.dealer-carousel .owl-dots {
    display: none !important;
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    section {
        padding: 6.5rem 0;
    }
}

section.space-sm {
    padding: 2rem 0;
}

.section-title {
    position: relative;
    margin-bottom: 48px;
}

.section-title::after {
    content: '';
    width: 100px;
    height: 3px;
    background: #1A8EC2;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -14px;
    margin: 0 auto;
}

section.unpad {
    padding: 0;
}

section.unpad--bottom {
    padding-bottom: 0;
}

section.unpad--top {
    padding-top: 0;
}

section.bg-white+section.bg-white {
    border-top: 1px solid #ebebeb;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .section-title::after {
        width: 100px;
    }
}

/* search block */

.search-block {
    background: #FFF;
    border-radius: 4px;
    padding: 6px;
}

.search-block .form-inline .form-control {
    border: none;
    width: auto;
}

.search-block .border-left-0 {
    border-left: 1px solid #e4e4e4 !important;
}

.border-radius-right-0 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.border-radius-left-0 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .search-block .form-inline .form-control {
        width: 100%;
    }

    .search-block .form-inline .btn {
        width: 100%;
    }

    .search-block .border-left-0 {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .navbar-nav {
        margin: 0;
    }
}

/* owl carousel */

.owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-nav.disabled+.owl-dots {
    margin-top: 16px;
}

.owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    /* -webkit-backface-visibility: visible; */
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    background: #869791;
}

/* category block */

.category-block {
    border: 1px solid #e4e4e4;
    border-radius: 0.25rem;
    text-align: center;
    margin-bottom: 16px;
    display: block;
    text-decoration: none;
    height: auto;
}

.category-img {
    width: 100%;
    height: 170px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.category-title {
    padding: 18px 8px;
    text-transform: uppercase;
    background: #7d7d7d;
    height: 70px;
}

.category-title h5 {
    font-size: 14px;
    color: #FFF;
    margin-bottom: 0;
    hyphens: auto;
}

a:hover .category-block {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

a:hover .category-title {
    background: #1A8EC2;
}

/* a:hover .category-title h5 {
    color: #1A8EC2;
} */

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
    .category-block {
        margin-bottom: 30px;
        height: 235px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .category-block {
        margin-bottom: 30px;
        height: 288px;
    }

    .category-img {
        width: 100%;
        height: 220px;
    }

    .category-title h5 {
        font-size: 16px;
    }
}

/* contact details */

.contact-details {
    background: #1A8EC2;
    color: #FFF;
}

.contact-details a {
    color: #FFF;
}

.contact-details img {
    float: left;
    margin-right: 24px;
    width: 54px;
    height: 54px;
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .contact-details img {
        width: 72px;
        height: 72px;
    }
}

/* tables */

.table.table-data td,
.table.table-data th {
    padding: .35rem;
}

.table.table-data th {
    padding-left: 0;
    color: #1A8EC2;
}

.table-products thead {
    background: #1A8EC2;
    color: #FFF;
}

/* breadcrumbs */

.breadcrumb {
    background: transparent;
    padding-left: 0;
}

.breadcrumb a {
    color: #1A8EC2;
}

/* list group */

.list-group-item.active {
    background: #1A8EC2;
    border-color: #1A8EC2;
}

.list-group .badge-light {
    background: #FFF;
}

a.list-group-item {
    color: #000000;
}

.contact-list-group .list-group-item {
    border: none;
    padding-left: 0;
}

.contact-list-group .list-group-item.active {
    background: #FFF;
    font-weight: 700;
    color: #1A8EC2;
}

.contact-list-group .list-group-item.active .bx {
    color: #1A8EC2;
}

/* product card */

.product-card {
    padding: 16px;
    background: #FFF;
    border: 1px solid #e4e4e4;
}

.product-card a {
    color: #000000;
}

.product-card p {
    margin-bottom: 0;
}

.product-card.vertical .product-card.vertical {
    text-align: center;
}

.product-card.vertical .product-img {
    margin-bottom: 16px;
}


.product-card.vertical .product-name {
    /* text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; */
    max-height: 45px;
    min-height: 45px;
    overflow: hidden;
}

.product-card.vertical .product-name h5 {
    font-size: 1.1rem;
    margin-bottom: 0;
}

.product-card.vertical .product-name h5 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-card.vertical .product-desc {
    max-height: 45px;
    min-height: 45px;
    overflow: hidden;
}

.product-desc {
    margin: 12px 0 8px;
}

.product-card.vertical .product-desc p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-card.horizontal {
    padding: 16px;
    min-height: 108px;
    margin-bottom: 30px;
}

.product-card.horizontal .product-img {
    float: left;
    margin-right: 16px;
}

.product-card.horizontal .product-name {
    /* text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; */
    max-height: 45px;
    min-height: 45px;
    overflow: hidden;
}

.product-card.horizontal .product-name h5 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .product-name h5 {
        font-size: 1.15rem;
    }
}

/* manufacturers */

.manufacturers a {
    color: #000000;
}

.manufacturers a:hover,
.manufacturers a:focus {
    color: #1A8EC2;
}

/* pagination */

.page-item.active .page-link {
    background-color: #1A8EC2;
    border-color: #1A8EC2;
}

.pagination .page-link {
    color: #1A8EC2;
}

.page-link .bx {
    vertical-align: middle;
}

/* jumbotron */

.jumbotron {
    padding: .5rem 1rem 1.5rem;
    margin-bottom: 0;
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 1 1.5rem 1.5rem;
    }
}

/* collapse */

.accordion .card {
    border: none;
}

.accordion .card-header {
    padding: 0.25rem 0;
    background-color: #e9ecef;
}

.accordion .card-header h2 {
    margin: 0;
    line-height: 1;
}

.accordion .card-body {
    padding: 0;
}

.accordion.faqs .card-header,
.accordion.filters .card-header {
    background: #FFF;
}

.accordion.faqs .card-body {
    padding: 1rem;
}

.accordion.filters .card-body {
    padding: 1rem 0;
}

.accordion.faqs .btn,
.accordion.filters .btn {
    text-transform: none;
    letter-spacing: 0;
    font-weight: 400;
    font-family: "Roboto", "Arial", sans-serif;
    text-align: left;
    padding-left: 0;
    font-size: 1rem;
}

/* google maps */

.google-map iframe {
    margin-top: 40px;
    width: 100%;
}

/* tabs */

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #1A8EC2;
    font-weight: 700;
}

.nav-tabs .nav-link {
    color: #000000;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
    .nav-tabs .nav-link {
        font-size: 14px;
        padding: .5rem;
    }
}

.nav-pills .nav-link {
    color: #000000;
    border: 1px solid #FFF;
    line-height: 1;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: #FFF;
    border: 1px solid #1A8EC2;
    color: #1A8EC2;
}

/* button groups */

.btn-group .bx {
    font-size: 24px;
}

.btn-group .active {
    color: #1A8EC2;
}

/* card-link */

.card-link {
    margin-bottom: 30px;
}

.card-link .card-body {
    padding: 1.5rem 1rem;
}

a .card-link {
    color: #000000;
}

/* wizard */


.step-circle {
    display: inline-block;
    width: auto;
    height: 3rem;
    line-height: 3rem;
    border-radius: 4px;
    background: #ced4da;
    color: #fff;
    text-align: center;
    font-size: 1.75rem;
    transition: background-color .35s ease;
}

.step-circle.active {
    background: #1A8EC2;
}

.step-circle.step-circle-sm {
    width: auto;
    height: 2.25rem;
    line-height: 2.25rem;
    font-size: 1rem;
    font-weight: 500;
    padding: 0 10px;
}

.step-circle.step-circle-lg {
    width: 6rem;
    height: 6rem;
    line-height: 6rem;
}

.active .step-circle {
    background: #1A8EC2;
}

[data-toggle="tab"].card .step-circle {
    transition: background-color .35s ease, transform .2s ease;
}

[data-toggle="tab"].card:hover .step-circle {
    transform: scale(0.9);
}

.wizard .nav-tabs {
    border: none;
}

.wizard .step-anchor {
    position: relative;
    z-index: 1;
    margin-bottom: 1.5rem;
}

.wizard .step-anchor .step-circle {
    color: #fff !important;
    position: relative;
    transition: none;
}

.wizard .step-anchor .step-circle:before {
    content: '';
    display: block;
    position: absolute;
    border: 2px solid #1A8EC2;
    width: 110%;
    height: 130%;
    border-radius: 4px;
    left: -5%;
    top: -15.5%;
    opacity: 0;
    transition: opacity .35s ease, transform .35s ease;
    z-index: -1;
    background: #f8f9fa;
    transform: scale(1.25);
}

.wizard .step-anchor>li {
    position: relative;
}

.wizard .step-anchor>li:after,
.wizard .step-anchor>li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    height: 2px;
    background: #ced4da;
    width: 50%;
    z-index: -2;
    transition: background-color .35s ease;
}

.wizard .step-anchor>li:after {
    left: 50%;
}

.wizard .step-anchor>li:first-child:before {
    display: none;
}

.wizard .step-anchor>li:last-child:after {
    display: none;
}

.wizard .step-anchor>li.active .step-circle,
.wizard .step-anchor>li.done .step-circle {
    background-color: #1A8EC2;
}

.wizard .step-anchor>li.active:after,
.wizard .step-anchor>li.active:before {
    background: #1A8EC2;
}

.wizard .step-anchor>li.active .step-circle:before {
    opacity: 1;
    transform: scale(1);
}

.wizard .step-anchor>li.done:after,
.wizard .step-anchor>li.done:before {
    background: #1A8EC2;
}

.wizard .step-anchor>li:not(.done) {
    cursor: default;
}

.wizard .step-anchor>li:not(.done) a {
    cursor: default;
}

.wizard .step-content {
    display: none;
}

.wizard .sw-toolbar {
    margin-top: 1.5rem;
    padding: 0;
}

.wizard .tab-content:not([style]) {
    opacity: 0;
}

.card .sw-theme-default>.step-anchor .step-circle:before {
    background: #fff;
}

@media (max-width: 991.98px) {
    .wizard .step-anchor.flex-md-column {
        padding: 0 12px;
    }
}

@media (min-width: 768px) {
    .wizard .step-anchor.flex-md-column>li {
        text-align: center;
    }

    .wizard .step-anchor.flex-md-column>li>a {
        display: inline-block;
    }

    .wizard .step-anchor.flex-md-column>li:before {
        display: none;
    }

    .wizard .step-anchor.flex-md-column>li:after {
        position: relative;
        top: 0;
        width: 2px;
        height: 50px;
        display: block;
        margin-bottom: -7px;
    }

    .wizard .step-anchor.flex-md-column>li:last-child:after {
        display: none;
    }
}

@media (min-width: 768px) {
    .sw-theme-default>.step-anchor {
        margin-bottom: 3rem;
    }
}


/* ===================================
    09. UTILITIES
====================================== */

.scroll-block {
    overflow-y: auto;
    height: 300px;
    /* border: 1px solid #e4e4e4;
    padding: 10px; */
}

.scroll-block.block2 {
    height: 500px;
}

.img-thumbnail {
    padding: 1rem;
    border-color: #1A8EC2;
}

.form-control-attached {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-attached {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

@media (max-width: 575px) {
    .pl-8 {
        padding-left: 8px;
    }

    .pr-8 {
        padding-right: 8px;
    }
}

.no-border {
    border: none;
}

ul.item-list {
    padding-left: 4px;
}

ul.item-list li {
    color: #000000;
    list-style: none;
}

ul.item-list li::before {
    color: #1A8EC2;
    content: "\2022";
    font-size: 2rem;
    line-height: 1;
    padding-right: .75rem;
    position: relative;
    top: 6px;
}

.spinner {
    margin: 100px auto 0;
    width: 70px;
    text-align: center;
}

.spinner>div {
    width: 18px;
    height: 18px;
    background-color: white;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.bootstrap-select>.dropdown-toggle {
    display: block;
    width: 100%;
    /* height: calc(2.25rem + 2px); */
    padding: 0.3125rem .5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-transform: none;
    letter-spacing: 0;
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .navbar-dark .navbar-nav .nav-link {
        font-size: .85rem;
        letter-spacing: 0.01rem;
        text-transform: uppercase;
        font-weight: 700;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        margin-top: 10px;
    }
}

.equal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  .equal > [class*='col-'] {
    display: flex;
    flex-direction: column;
  }
  