.col-sm-offset-3 {
    margin-left: 25% !important;
}

.col-sm-offset-6 {
    margin-left: 50% !important;
}

.navbar-collapse-main {
    display: flex !important;
}

.nav-link.btn {
    padding: .5rem 1.4rem !important;
}

footer {
    background-color: #03a9f3;
    padding: 80px 0 20px 0;
}

footer h3 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 20px;
}

footer p {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}

.btn-white {
    background-color: #fff;
    color: #03a9f3 !important;
}

.btn-white:hover {
    background-color: #000;
    text-decoration: none;
    color: #fff;
}

footer a {
    color: #b8e9ff;
    margin-left: 8px;
    font-weight: 800;
}

.banner {
    height: 650px;
    background: url('../images/warehouse.jpg');
    background-size: cover !important;
    background-repeat: no-repeat !important;
    position: relative;
    display: flex;
    align-items: center;
}

.banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
}

.banner-content {
    color: #fff;
    height: 100%;
}

.banner-content > h1 {
    font-size: 76px;
    color: #03a9f3;
}

.banner-content > h2 {
    font-size: 26px;
}

.banner-content > p {
    margin-bottom: 60px;
    font-size: 18px;
    line-height: 32px;
    margin-top: 30px;
}

.pad-80 {
    padding: 80px 0;
}

.text-lg {
    font-size: 48px;
    font-weight: 700;
}

.text-blue-dark {
    color: #03a9f3 !important;
}

.box-icon-lg {
    max-width: 320px;
    height: 350px;
    border-radius: 12px;
    color: #fff;
    background-color: #333;
    padding: 40px;
    margin: auto;
}

.inner-icon {
    width: 60px;
    margin-bottom: 40px;
    opacity: 0.8;
}

.inner-icon > i {
    font-size: 40px;
}

.inner-icon > img {
    width: 100%;
}

.box-icon-lg > h3 {
    font-size: 24px;
}

.box-icon-lg > p {
    font-size: 14px;
    line-height: 24px;
}

.box-blue {
    background-color: #03a9f3 !important;
}

.bg-img {
    background: url('../images/image-bg-1.png');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 42%;
}

.box-content {
    padding: 40px;
}

.box-content > h3 {
    font-size: 46px;
    margin-bottom: 40px;
}

ul.list-check {
    margin: 0;
    list-style-type: none;
    display: flex;
    gap: 2%;
    flex-wrap: wrap;
    padding: 0;
}

ul.list-check > li {
    font-size: 16px;
    margin: 10px 0;
    color: #1C2539;
    display: flex;
    font-weight: 400;
    width: 32%;
}

ul.list-check > li:before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    color: #03a9f3;
    margin-right: 10px;
}

.icon-l-box {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    padding-right: 15px;
}

.icon-l {
    width: 80px;
}

.icon-l > i {
    font-size: 66px;
    color: #03a9f3;
}

.single-icon-box .icon-l {
    width: 100%;
}

.single-icon-box .icon-l-box {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.single-icon-box .icon-l-box .icon-l {
    text-align: center;
}

.single-icon-box .box-content-r {
    margin: 0;
    margin-top: 40px;
    text-align: center;
}

.icon-l > img {
    width: 100%;
}

.box-content-r {
    margin-left: 30px;
    width: 95%;
}

.box-content-r > h3 {
    font-weight: 700;
    color: #333;
}

.box-content-r > p {
    font-size: 16px;
    color: #817d7d;
}

.banner-inner {
    padding: 80px;
    background: #03a9f3 !important;
}

.banner-inner h1 {
    font-size: 46px;
    color: #fff;
}

.banner-inner .breadcrumb {
    margin: 0;
    border-radius: 50px;
    padding: .75rem 3rem;
}

.banner-inner .breadcrumb-item > a {
    color: #03a9f3;
    font-weight: 800;
    font-size: 16px;
}

.banner-inner .breadcrumb-item.active {
    color: #1c2539 !important;
    font-weight: 800;
    font-size: 16px;
}

.text-lg-1 {
    font-size: 18px;
    line-height: 32px;
}

.pad-40 {
    padding: 40px 0;
}

.icon-l > span {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #eaf8ff;
}

.icon-l span >  i {
    font-size: 20px;
    color: #03a9f3;
}

.product-box {
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-body {
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-bottom: 30px;
}

.product-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #ccc;
}

.product-img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.full-img {
    width: 100%;
    height: auto;
}

.full-img  >img.unit-type-img {
    width: 100%;
}

.product-content {
    width: 60%;
}

.product-content > h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

.product-content > p {
    font-size: 14px;
    color: #8b8b8b;
    margin-bottom: 10px;
}

.product-content > span {
    font-size: 16px;
    color: #03a9f3;
    font-weight: 500;
}

.product-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner-inner p {
    margin: 0;
    font-size: 18px;
    color: #fff;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.content-info > span {
    display: block;
}

.badge-warning-light {
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.box-sm .icon-l {
    width: 40px;
}

.box-sm .icon-l > span {
    width: 40px;
    height: 40px;
}

.box-sm .icon-l > span > i {
    font-size: 14px;
}

.box-sm .box-content-r {
    margin-left: 10px;
    width: 90%;
}

.box-sm .box-content-r > h3 {
    font-size: 18px;
    margin: 0;
}

.box-sm .box-content-r > p {
    font-size: 14px;
}

.btn-full {
    width: 100% !important;
}

.info-box {
    padding: 20px;
    border: 1px solid #efefef;
    border-radius: 13px;
}

.logo-main > img {
    max-width: 100%;
}

.logo-main {
    width: 200px;
}

.text-blue {
    color: #03a9f3;
}

.loader-full {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 80%);
    display: none;
}

.loader-inner {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.payment-plans {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.payment-plans .box-selector {
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #ccc;
    width: 100%;
    height: 100px;
    position: relative;
    transition: ease-in-out all 2s;
    transform: scale(1);
}

.payment-plans > .form-check {
    padding: 0;
    width: 48%;
}

.payment-plans .box-selector > input.form-check-input {
    opacity: 0;
}

.payment-plans .box-selector:before {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 10px;
    border: 1px solid #ccc;
}

.payment-plans 
 .plan-selected.box-selector::before {
    background-color: #03a9f3;
}

.payment-plans .box-selector:active {
    transform: scale(0.9);
}

.box-selector hr {
    margin: 8px 0;
}

.box-selector > label.form-check-label {
    font-weight: 200;
    text-transform: capitalize;
}

.border-box {
    padding: 25px;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-bottom: 40px;
}

.kbw-signature {
    display: inline-block;
    border: 1px solid #a0a0a0;
    -ms-touch-action: none;
     width: 400px; 
     height: 200px;
}

.owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.owl-nav > .owl-prev, .owl-nav > .owl-next {
    position: relative;
    font-size: 24px;
    color: #ccc;
}
    
.owl-nav > .owl-prev {
    left: -20px;
}

.owl-nav > .owl-next {
    right: -20px;
}

nav.navbar.navbar-expand-lg.navbar-home.tabsFixed {
    padding-bottom: 0;
}

nav.navbar.navbar-expand-lg.navbar-home.tabsFixed a.navbar-brand.logo-main {
    padding-bottom: 0.7rem;
}

.tabsFixed .d-flex.justify-content-between.navbar-collapse {
    align-items: end;
}

.tabsFixed .navbar-nav > .nav-item > a.nav-link {
    border-radius: 10px 10px 0px 0px;
    margin: 0;
    border: 1px solid transparent;
    padding: 15px;
}

ul.hours-offc {
    list-style-type: none;
    padding: 0;
    margin: 0;
    color: #fff;
}

ul.hours-offc > li {
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    gap: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.footer-socials {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 0 10px;
}

ul.footer-socials > li > a {
    margin: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border-radius: 50%;
    background-color: #fff;
    color: #79c5e7;
    transition: ease-in-out all .5s;
    -webkit-transition: ease-in-out all .5s;
    -moz-transition: ease-in-out all .5s;
    -ms-transition: ease-in-out all .5s;
}

ul.footer-socials > li > a:hover {
    background-color: #03a9f3;
    color: #fff;
}

ul.contact-info {
    display: flex;
    align-items: start;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 15px;
}

.contact-info > li {
    display: flex;
    align-items: center;
    min-height: 40px;
    color: #fff;
    font-size: 12px;
}

.contact-info > li > p {
    margin: 0;
    font-size: 12px;
}

.contact-info > li > span {
    width: 120px;
    display: flex;
    align-items: center;
    gap: 0 10px;
    font-weight: bold;
}

.contact-info > li > span > i {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #333;
}

.sticky-header {
    position: fixed;
    width: 100%;
}

.login-page {
    height: calc(100vh - 720px);
    min-height: 350px;
    display: flex;
    align-items: center;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #03a9f3;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 850px) {
    .navbar-collapse-main {
        display: none !important;
    }

    .navbar-collapse-main.show {
        display: block !important;
    }

    .navbar-home > .d-flex.justify-content-between.navbar-collapse {
        display: flex !important;
    }

    .navbar-collapse-main.collapsing {
        display: flex !important;
    }

    .navbar-home button {
        border: 1px solid;
        width: 35px;
        height: 35px;
        padding: 0;
        line-height: 37px;
        font-size: 16px !important;
    }

    .navbar-home button:focus {
        outline: none;
    }

    .navbar-home button.navbar-toggler {
        color: #fff;
        background-color: #03a9f3;
        border-color: #03a9f3;
    }

    .navbar-home button.navbar-toggler.collapsed {
        color: #ccc;
        border-color: #ccc;
        background-color: transparent;
    }

    ul.list-check > li {
    width: 49%;
}

.navbar-collapse-main {
    position: fixed;
    top: 73px;
    left: 0;
    width: 100%;
    background-color: #fff;
    color: #333 !important;
    padding: 15px;
    width: calc(100% - 30px);
}

.navbar-collapse-main .nav-item > a {
    color: #000;
}
    
    .box-icon-lg {
        margin: 20px auto;
    }

    .bg-img {
        background: none;
    }

    .pad-80 {
        padding: 25px 15px;
    }

    .banner-inner h1 {
        font-size: 32px;
    }

    .banner-inner {
        padding: 25px;
    }

    .banner-inner .breadcrumb {
        padding: 15px 30px;
    }

    .banner-inner .breadcrumb > li {
        margin: 0;
    }

    .banner-inner .breadcrumb > li, .banner-inner .breadcrumb > li > a {
        font-size: 12px !important;
    }

    .box-content > h3, .text-lg {
        font-size: 26px;
    }

    .video-banner > iframe {
        width: 100%;
    }

    .pad-40 {
        padding: 25px 0;
    }

    .box-content {
        padding: 0;
    }

    .box-content-r > h3 {
        font-size: 16px;
    }

    .box-content-r > p {
        font-size: 12px;
    }
}

@media(max-width: 850px) {
    .navbar-collapse-main {
        width: 100%;
    }
}