@media only screen and (min-width: 992px) {
    header .dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media only screen and (max-width: 1349px) {
    .content-carousel {
        width: 100%;
    }
    .content-carousel .owl-carousel {
        width: 100%;
    }
    .content-carousel .owl-carousel .owl-dots {
        position: unset;
        top: 0;
        width: 100%;
        height: 100%;
        flex-direction: row;
        justify-content: flex-start;
        margin: 15px 0 0 0;
        height: auto;
    }
    .content-carousel .owl-carousel .owl-dot {
        margin-bottom: 0px;
        width: 110px;
        margin-right: 15px;
    }
    .content-carousel .owl-item>div {
        height: 400px;
    }
    .p-detail-btn,
    .custom-checkbox-cart {
        margin-left: 0;
    }
    .p-detail-btn {
        justify-content: unset;
    }
}

@media only screen and (max-width: 1249px) {
    .rate-pro {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media only screen and (max-width: 1199px) {
    .abt-image {
        max-width: 100%;
        max-height: 100%;
    }
    .abt-image img {
        max-width: 100%;
    }
    .abt-image::before {
        top: -10px;
        left: -10px;
    }
    .abt-image::after {
        bottom: -10px;
        right: -10px;
    }
    .stiky-block {
        position: static;
    }
    .wizard .nav-tabs>li a i {
        font-size: 12px;
    }
    .available-for-purchase {
        font-size: 10px;
    }
}

@media only screen and (max-width: 1170px) {
    .header-search-box input {
        width: 135px;
    }
    .header-contact-info {
        padding-right: 40px;
    }
    .owl-nav .left-banner-arrow,
    .owl-nav .right-banner-arrow {
        width: 25px;
    }
    .o-testimonial-slider .owl-nav button.owl-prev,
    .f-p-slider .owl-nav button.owl-prev {
        left: -30px;
    }
    .o-testimonial-slider .owl-nav button.owl-next,
    .f-p-slider .owl-nav button.owl-next {
        right: -30px;
    }
    .banner-content h1 {
        font-size: 40px;
    }
    .banner-slider .owl-dots {
        top: 540px;
    }
    .con-detail {
        flex-direction: column;
    }
    .con-phone {
        margin-bottom: 10px;
        margin-right: 0;
        word-break: break-all;
        display: flex;
    }
    .con-phone:last-child {
        margin-bottom: 0;
    }
    header .nav-link {
        font-size: 13px;
    }
}

@media (max-width: 991.98px) {
    .offcanvas-collapse {
        position: fixed;
        top: 55px;
        /* Height of navbar */
        bottom: 0;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        transition: -webkit-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        padding-right: 0;
        padding-left: 0;
        background: #0b77b2;
        z-index: 3;
    }
    .offcanvas-collapse.open {
        -webkit-transform: translateX(0rem);
        transform: translateX(0rem);
        /* Account for horizontal padding on navbar */
    }
}

.bg-dark {
    background-color: #2a5781 !important;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    color: rgba(255, 255, 255, 0.75);
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.875rem;
    color: var(--secondary);
}

.nav-underline .nav-link:hover {
    color: var(--blue);
}

.nav-underline .active {
    font-weight: 500;
    color: var(--gray-dark);
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5);
}

.bg-purple {
    background-color: var(--purple);
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

.lh-100 {
    line-height: 1;
}

.lh-125 {
    line-height: 1.25;
}

.lh-150 {
    line-height: 1.5;
}

@media only screen and (max-width: 991px) {
    section {
        padding: 30px 0 !important;
    }
    .container {
        padding: 0 15px;
    }
    .r-container {
        padding: 0;
    }
    .top-header {
        display: none;
    }
    .navbar-brand img {
        margin-left: 5px;
        max-height: 35px;
    }
    footer {
        padding: 20px 0;
    }
    .site-link {
        margin-top: 10px;
    }
    .navbar-toggler {
        margin-right: 5px;
    }
    .dropdown-toggle::after {
        height: 8px;
        width: 8px;
        position: absolute;
        right: 10px;
        top: 12px;
    }
    .nav-link {
        padding-left: 0 !important;
    }
    .navbar-expand-md .navbar-toggler {
        display: block !important;
        margin-left: auto !important;
    }
    .navbar-expand-md .navbar-collapse {
        display: unset !important;
        display: unset !important;
        display: unset !important;
        -ms-flex-preferred-size: unset;
        flex-basis: unset;
    }
    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: unset;
    }
    .navbar-nav .nav-link {
        color: #fff;
    }
    .dropdown-toggle::after {
        border-color: #fff;
    }
    .nav-item {
        margin-left: 5px;
    }
    .nav-item.dropdown .dropdown-menu {
        margin-left: -5px;
    }
    .navbar-nav .dropdown-menu {
        border-radius: 0;
    }
    .dropdown-item {
        padding: 10px 10px 10px 5px;
        font-size: 13px;
    }
    .login-form {
        padding: 20px 15px;
        margin-bottom: 30px;
    }
    .login-form h2 {
        font-size: 28px;
        line-height: unset;
        margin-bottom: 5px;
    }
    .forms-section {
        padding: 50px 0;
    }
    .request-top h3 {
        font-family: "roboto_slabregular";
        font-size: 28px;
        line-height: 30px;
    }
    .inner-clip-path {
        max-width: 380px;
    }
    .request-top p {
        line-height: 17px;
        margin: 10px 0 15px 0;
    }
    .request-quote-section {
        padding: 30px 0;
    }
    .inner-banner-details h1 {
        font-size: 28px;
    }
    .c-dropdown button {
        background: transparent;
        padding-left: 10px;
        padding-right: 25px;
    }
    .c-dropdown .dropdown-toggle::after {
        right: 10px;
        top: 12px;
        border-color: #000;
    }
    .header-search-box {
        width: 100%;
        margin: 0 5px;
    }
    .r-header-info {
        position: absolute;
        right: 40px;
        display: flex;
        align-items: center;
    }
    .header-search-box input {
        width: 100%;
    }
    .part-content {
        padding: 0 15px;
        margin-top: 15px;
    }
    .part-content {
        margin-left: 0px;
    }
    .image-clip {
        height: 350px;
    }
    .banner-slider .owl-dots {
        top: 440px;
    }
    .product-categories-section {
        margin-top: -580px;
    }
    .banner-slider .owl-nav button {
        top: 210px;
    }
    .featured-product-section .owl-nav,
    .testimonial-section .owl-nav {
        display: none;
    }
    .about-us-section .nav-link {
        padding: 10px !important;
    }
    .abt-content {
        margin-top: 30px;
    }
    .abt-bottom-section h4 {
        font-size: 30px;
    }
    .abt-bottom-section {
        padding: 30px 0;
    }
    .abt-bottom-section h4 {
        font-size: 25px;
    }
    .team-info {
        padding-top: 5px;
    }
    .partner-iamge a {
        height: 200px;
    }
    .blog-left-image {
        height: 350px;
    }
    .top-blog-detail h5 {
        font-size: 25px;
    }
    .c-dropdown button {
        pointer-events: unset;
    }
    .r-search-dropdown .header-search-box {
        margin: 0 0 10px 0;
    }
    .r-search-dropdown .header-search-box input {
        height: 45px;
    }
    .header-search-box button {
        top: 8px;
    }
    .top-add {
        top: 55px;
    }
    .header-search-box input {
        padding: 0 31px 0 5px;
        border: unset;
        border-radius: 0;
        border-top: 1px solid #bcbcbc;
    }
    .navbar-nav .active>.nav-link,
    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link.show,
    .navbar-nav .show>.nav-link {
        color: #000;
    }
    .navbar-nav .nav-link:focus,
    .navbar-nav .nav-link:hover {
        color: #000;
    }
    .product-list-block ul {
        border: unset;
        display: block;
    }
    .product-list-block ul li {
        width: 31%;
        display: inline-block;
        margin-right: 8px;
    }
    .product-list-block ul li:nth-child(4n) {
        margin-right: 7px;
    }
    .sort-list {
        display: flex;
        white-space: nowrap;
        align-items: center;
        overflow-y: auto;
    }
    .top-breadcrumbs,
    .productu-detail-content {
        padding-top: 30px;
    }
    .request-quote-section .owl-nav {
        display: none;
    }
    .click-btn span {
        font-size: 25px;
    }
    .btn-light-orange {
        padding: 0px 20px;
        height: 50px;
        font-size: 18px;
    }
    .w-us-slider .owl-dots span {
        background: #fff;
        margin: 0 4px;
    }
    .click-btn {
        margin-top: 30px;
    }
    .p-detail-btn a {
        font-size: 15px;
    }
    .bg-l-pink.cart-product-detail {
        margin-top: 20px;
    }
    .place-btn {
        max-width: 190px;
        height: 40px;
        font-size: 16px;
    }
    .wizard .nav-tabs>li a i {
        font-size: 13px;
    }
    .xzoom-view-main {
        height: 600px;
        overflow: hidden;
    }
    .xzoom-view-main img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
}

@media only screen and (max-width: 767px) {
    .f-logo img {
        max-height: 50px;
    }
    .section-title h3 {
        font-size: 25px;
    }
    .image-clip {
        clip-path: unset;
    }
    .banner-image {
        display: none;
    }
    .banner-content {
        margin-top: 60px;
        text-align: center;
    }
    .banner-slider .owl-dots {
        top: 360px;
    }
    .product-categories-section {
        margin-top: -610px;
    }
    .pro-image {
        height: 60px;
    }
    .pro-image img {
        max-height: 60px;
    }
    .product-c-box h4 {
        font-size: 18px;
    }
    .abt-image {
        max-width: 470px;
        max-height: 396px;
        margin: 30px auto 0;
    }
    .abt-image img {
        max-width: unset;
    }
    .about-us-section .nav-tabs .nav-item {
        margin: 10px 10px;
    }
    .abt-content {
        margin-top: 20px;
    }
    .abt-bottom-section h4 {
        font-size: 25px;
    }
    .abt-rounded-image {
        width: 150px;
        height: 150px;
    }
    .team-info h4 {
        margin-top: 15px;
    }
    .right-blog-detail {
        margin-top: 15px;
    }
    .top-blog-detail h5 {
        font-size: 20px;
    }
    .return-policy-section h2 {
        font-size: 23px;
    }
    .return-policy-content span {
        font-size: 15px;
    }
    .card-body {
        display: flex;
        flex-direction: column;
    }
    .sp-title {
        margin-top: 20px;
    }
    .error-details h4 {
        font-size: 40px;
    }
    .error-details label {
        font-size: 20px;
    }
    .error-details p {
        font-size: 15px;
    }
    .no-found span {
        font-size: 20px;
    }
    .no-found {
        margin-top: 30px;
    }
    .xzoom-gallery,
    .xzoom-gallery2,
    .xzoom-gallery3,
    .xzoom-gallery4,
    .xzoom-gallery5 {
        width: 80px;
    }
    .xzoom-container {
        display: flex !important;
        flex-direction: column;
        width: 100%;
    }
    .xzoom-thumbs {
        margin-right: 10px;
        display: flex;
        flex-direction: revert;
        overflow: auto;
    }
    .pro-right-part {
        display: flex;
        text-align: right;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        margin-top: 15px;
    }
    .pro-remove-link {
        margin-top: 0;
    }
    .cart-top {
        align-items: flex-start;
        flex-direction: column;
    }
    .right-adres {
        margin-top: 20px;
    }
    .wizard .nav-tabs>li a i {
        display: none;
    }
    .bottom-order-btn button {
        min-width: 140px;
    }
    .thank-you-page {
        min-height: auto;
    }
    .order-history-box:first-child {
        margin-top: 15px;
    }
    .right-adress {
        justify-content: space-between;
        width: 100%;
        margin-top: 5px;
    }
    .xzoom-thumbs {
        margin-top: 15px;
    }
    .xzoom-thumbs a {
        margin-right: 7px;
    }
    .xzoom-thumbs .xzoom-gallery.xactive {
        margin-left: 0;
    }
}

@media only screen and (max-width: 575px) {
    .forms-section {
        padding: 30px 0;
    }
    .login-form {
        padding: 15px;
        margin-bottom: 20px;
    }
    .login-form h2 {
        font-size: 24px;
        margin-bottom: 0;
    }
    .form-control {
        height: 35px;
    }
    .select-dropdown {
        height: 35px;
    }
    .request-top h3 {
        font-size: 24px;
        line-height: 27px;
    }
    .inner-clip-path {
        max-width: 280px;
    }
    .inner-banner-top p {
        font-size: 12px;
        color: #fff;
    }
    .inner-banner-details h1 {
        font-size: 23px;
    }
    .section-title h3 {
        font-size: 22px;
    }
    .section-title span,
    .banner-content p {
        font-size: 14px;
    }
    .top-title {
        font-size: 18px;
    }
    .image-clip {
        height: 300px;
    }
    .banner-content {
        margin: 70px 15px 0;
    }
    .banner-content h1 {
        font-size: 30px;
    }
    .t-box span {
        font-size: 16px;
    }
    .abt-image {
        max-width: 300px;
        max-height: 290px;
        margin: 30px auto 0;
    }
    .abt-image img {
        max-width: 100%;
    }
    .abt-bottom-section h4 {
        font-size: 20px;
    }
    .abt-bottom-section p,
    .abt-bottom-section span {
        margin-bottom: 15px;
    }
    .blog-left-image {
        height: 250px;
    }
    .top-blog-detail h5 {
        font-size: 18px;
    }
    .social-details li {
        margin-right: 5px;
    }
    .social-details li a img {
        max-width: 22px;
    }
    .owl-dots span {
        width: 12px;
        height: 12px;
        margin: 0 2px;
    }
    .featured-product-section::before,
    .featured-product-section::after {
        display: none;
    }
    .product-list-block ul li {
        width: 47%;
        display: inline-block;
        margin-right: 6px;
    }
    .product-list-main h4,
    .list-filter label {
        font-size: 14px;
    }
    .pagination-row .page-link {
        min-width: 26px;
        padding: 0.3rem 0.2rem;
        font-size: 12px;
    }
    .error-details span img {
        max-width: 280px;
    }
    .bg-l-pink {
        padding: 10px;
    }
    .prod-row-main {
        padding: 10px 0px;
    }
    .signup-step-container {
        padding: 0 !important;
    }
    .bottom-order-btn button {
        min-width: 100px;
        height: 44px;
    }
    .order-history-box {
        flex-direction: column;
    }
    .top-order-box {
        margin-top: 15px;
    }
    .left-product-image {
        height: 300px;
    }
    .iti--allow-dropdown .iti__flag-container,
    .iti--separate-dial-code .iti__flag-container {
        height: 35px;
    }
    .inner-banner-top-clip-path {
        padding: 9px 0 10px 20px;
    }
    .inner-clip-path {
        padding: 10px 0;
        min-height: 70px;
    }
    .right-adress {
        flex-direction: column;
    }
    .right-adress select {
        margin-left: 0;
        margin-top: 5px;
    }
    .m-unit-price {
        font-size: 14px;
    }
    .pull-right {
        float: left;
    }
    .list-inline.pull-right.bottom-order-btn li {
        margin-top: 10;
    }
    .prev-step,
    .next-step,
    .confirm-step {
        margin-top: 10px;
        padding: 8px 10px;
    }
    .bottom-order-btn button {
        font-size: 15px;
    }
    .iti--allow-dropdown .iti__flag-container,
    .iti--separate-dial-code .iti__flag-container {
        height: 35px !important;
    }
    .error-details a {
        font-size: 20px;
        padding: 7px 20px;
    }
    .list-inline.pull-right.bottom-order-btn {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
}

@media only screen and (max-width: 399px) {
    .f-logo img {
        max-height: 35px;
    }
    .f-title {
        font-size: 17px;
        margin-bottom: 5px;
    }
    .copyright,
    .site-links-detail ul li a,
    .f-c-info {
        font-size: 12px;
    }
    .social-details {
        display: none;
    }
    .cart-r-btn {
        display: flex;
        flex-direction: column;
        margin-top: 0;
    }
    .cart-r-btn>div {
        margin-top: 10px;
    }
    .left-order-content .m-product-img {
        max-width: 70px;
        max-height: 70px;
        min-height: unset;
    }
    .left-order-content .m-product-details h4 {
        font-size: 16px;
    }
    .inner-banner-top p {
        font-size: 9px;
    }
}