/*
Theme Name: Outdoor
Text Domain: Outdoor
Version: 1.5
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Author: the WordPress team
Author URI: https://wordpress.org/
Theme URI: https://wordpress.org/themes/twentytwenty/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/

/*--------------------------------------------------------------

>>> TABLE OF CONTENTS:

----------------------------------------------------------------

    0.  CSS Reset
    1.  Document Setup
    2.  Element Base
    3.  Helper Classes
    4.  Site Header
    5.  Menu Modal
    6.  Search Modal
    7.  Page Templates
        a.  Template: Cover Template
        c.  Template: Full Width
    8.  Post: Archive
    9.  Post: Single
    10. Blocks
    11. Entry Content
    12. Comments
    13. Site Pagination
    14. Error 404
    15. Widgets
    16. Site Footer
    17. Media Queries

----------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------- */

/*  0. CSS Reset

/* -------------------------------------------------------------------------- */
@font-face {
    font-family: "Muli";
    src: url('Muli.eot'), url('../Outdoor/assets/fonts/Muli.ttf') format('truetype');
    font-weight: normal bold 100 200 300 400 500 600 700 800 900;
    font-style: normal;
}

a:focus, button:focus, form:focus, input:focus, textarea:focus, select:focus {
    outline: none;
}

.carousel-item a {
    text-decoration: none;
}

.row a {
    text-decoration: none;
}

body {
    font-family: "Muli";
}

#whatis .item>img {
    height: 226px;
    object-fit: cover;
    object-position: center;
}

/*.for-header .bg-light {*/

/*    background-color: #fff!important;*/

/*    padding: 20px 70px 20px 70px;*/

/*}*/
.for-header .bg-light {
    background-color: #fff !important;
    padding: 20px 25px 20px 25px;
}

.for-header .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #1085bb !important;
}

.for-header .navbar-light .navbar-nav .nav-link:hover {
    color: #1085bb !important;
    transition: 0.5s;
}

.for-header .navbar-light .navbar-nav .nav-link {
    color: #313131 !important;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 17px;
}

.slider .carousel-caption {
    position: absolute;
    right: 51%;
    left: 5%;
    top: 24%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}

.icon-ul ul {
    margin: 0;
    padding: 8px 0px 8px 0px;
}

.icon-ul ul li {
    display: inline;
    padding: 10px;
}

.icon-ul ul li a img:hover {
    opacity: 0.6;
    transition: 0.5s;
}

/*<!---------------------------------------index.html---------------------------------------->*/
.top-blue-header {
    background-color: #003249;
    padding: 5px 0px;
}

.top-link1 p {
    color: #fff;
    margin: 8px 0px;
}

.top-link1 p font {
    margin: 0px 10px 0px 10px;
}

.top-link1 p a {
    font-size: 14px;
    color: #ffffff;
    font-weight: 200;
    text-decoration: none;
}

.top-link2 ul {
    padding: 0;
    margin: 6px 0px 8px 0px;
    list-style: none;
    float: right;
}

.top-link2 ul li {
    display: inline;
}

.top-link2 ul li a {
    font-size: 14px;
    color: #f9f9f9;
    font-weight: 400;
    margin-left: 20px;
    text-decoration: none;
}

.top-link2 ul li a:hover, .top-link1 p a:hover {
    opacity: 0.6;
    transition: 0.5s;
}

.top-link2 ul li img {
    margin-right: 6px;
}

.container-fluid {
    width: 92%;
}

.what-OA h4 {
    font-size: 30px;
    color: #0c0c0c;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 12px;
    text-align: center;
    font-family: 'Roboto';
}

.what-OA p {
    font-size: 16px;
    color: #060606;
    font-weight: 400;
    text-align: center;
}

.OA-is {
    padding: 45px 0px 30px 0px;
}

.OA-gallary img {
    width: 230px;
    margin: 6px;
}

.OA-gallary {
    margin-top: 20px;
}

.OA-event-text h4 {
    font-size: 23px;
    color: #000000;
    font-weight: 700;
    text-align: center;
    margin-bottom: 4px;
    font-family: 'Roboto'
}

.OA-event-text span {
    font-size: 15px;
    line-height: 28px;
    color: #1b1b1b;
    font-weight: 500;
    text-align: center;
    display: block;
}

.OA-event-text p {
    font-size: 15px;
    line-height: 20px;
    color: #121212;
    font-weight: 400;
    text-align: center;
    margin: 10px auto 10px auto;
    width: 82%;
}

a.more-view-cta {
    text-decoration: none;
    background-color: #1085bb;
    color: #fff;
    padding: 10px 13px;
    border-radius: 32px;
    margin-top: 19px;
    width: 23%;
    display: block;
}

a.more-view-cta:hover, a.blog-read-cta:hover, button.stuff-cta:hover, button.too-view-cta:hover, button.contact-wh-cta:hover, button.stock-buy-cta:hover {
    background-color: #0176a2;
    transition: 0.5s;
}

.OA-upcoming-events .carousel-control-next:focus, .OA-upcoming-events .carousel-control-next:hover, .OA-upcoming-events .carousel-control-prev:focus, .OA-upcoming-events .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 1 !important;
}

a#OA-left {
    left: 33px;
    width: auto;
}

a#OA-right {
    width: auto;
    right: 33px;
}

h2.OA-hedings {
    font-size: 35px;
    line-height: 40px;
    color: #000000;
    font-weight: 700;
    font-family: "Roboto";
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 10px 0px 20px 0px;
}

.OA-upcoming-events {
    padding: 30px 0px 40px 0px;
}

.OA-blog1 h4 {
    font-size: 15px;
    color: #060606;
    font-weight: 700;
    font-family: 'Roboto';
    text-transform: uppercase;
    margin: 14px 0px 10px 0px;
}

.OA-blog1 p {
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    font-weight: 400;
    margin-bottom: 8px;
}

.OA-blog1 span {
    font-size: 14px;
    line-height: 14px;
    color: #000000;
    font-weight: 400;
    font-family: "Roboto";
    display: block;
}

a.blog-read-cta {
    text-decoration: none;
    background-color: #1085bb;
    color: #fff;
    padding: 6px 13px;
    border-radius: 32px;
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
    float: right;
}

.blog-img-OA {
    height: 280px;
    overflow: hidden;
    max-height: 300px;
}

.blog-img-OA img, .blog-img-OA1 img {
    width: 100%;
}

.blog-img-OA1 {
    height: 225px;
    overflow: hidden;
    max-height: 280px;
}

.OA-blog1 {
    overflow: hidden;
    clear: both;
    margin-bottom: 22px;
}

.OA-subscribe {
    background-image: url(assets/images/bnr3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0px 60px 0px;
}

.sub-text h4 {
    font-size: 32px;
    line-height: 55px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Roboto";
    margin: 42px 0px;
}

.sub-form-OA form input {
    background: transparent;
    border: 1px solid #ababab;
    border-radius: 4px;
    width: 100%;
    margin: 14px 0px;
    padding: 15px 16px;
}

.sub-form-OA form input::placeholder {
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Muli";
}

button.subscribe-OA {
    background: #1085bb;
    color: #fff;
    text-decoration: none;
    padding: 11px 60px;
    display: block;
    text-align: center;
    border-radius: 67px;
    float: right;
    margin-top: 10px;
    font-size: 19px;
    cursor: pointer;
    border: 1.5px solid #1085bb;
}

button.subscribe-OA:hover {
    border: 1.5px solid #fff;
    color: #fff;
    transition: 1s;
    background-color: transparent;
}

.sub-form-OA form {
    width: 90%;
    float: right;
}

.stuff-one-img img {
    width: 110px;
}

.stuff-one-img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
    margin: 10px auto;
}

.stuff-one h3 {
    font-size: 20px;
    line-height: 40px;
    color: #010101;
    font-weight: 400;
    font-family: "Roboto";
    text-align: center;
}

.OA-stuff {
    text-align: center;
    padding: 40px 0px 40px 0px;
}

button.stuff-cta {
    background: #1085bb;
    color: #fff;
    text-decoration: none;
    padding: 9px 38px;
    text-align: center;
    border-radius: 67px;
    margin-top: 20px;
    font-size: 17px;
    cursor: pointer;
    border: none;
}

.stuff-one {
    margin-top: 20px;
    display: block;
}

.OA-too {
    background: #1085bb;
    text-align: center;
    padding: 60px 0px 50px 0px;
}

.OA-too h4 {
    font-size: 35px;
    line-height: 55px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Roboto";
    text-transform: uppercase;
    margin-bottom: 10px;
}

.OA-too p {
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Roboto";
    text-align: center;
}

button.too-view-cta {
    background: #ffffff;
    color: #212121;
    text-decoration: none;
    padding: 9px 38px;
    text-align: center;
    border-radius: 67px;
    margin-top: 10px;
    font-size: 17px;
    cursor: pointer;
    border: none;
    font-weight: 600;
}

.container-fluid.OA-insta-section {
    width: 100%;
}

.col-md-3.pic-one {
    padding: 0px;
}

img.insta-logo-pic {
    position: absolute;
    right: 12px;
    top: 12px;
}

img.insta-pics {
    width: 100%;
}

.footer-section-OA {
    background: #3b3b3b;
    padding: 40px 0px 20px 0px;
}

.about-OA-text p {
    font-size: 15px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Muli";
    margin-top: 10px;
    text-align: justify;
}

.OA-logo-pic a img {
    vertical-align: middle;
    margin-top: 10px;
}

.address-OA ul {
    list-style: none;
    padding: 0;
    margin: 8px 0px 8px 0px;
}

.address-OA ul li {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}

.address-OA ul li img {
    margin-right: 10px;
}

.quick-links-OA ul li a {
    font-size: 18px;
    line-height: 33px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Roboto";
    text-decoration: none;
}

.quick-links-OA ul li a:hover, .join-social-OA ul li a:hover {
    color: #1085bc;
    transition: 1s;
}

.quick-links-OA ul {
    list-style: none;
    padding: 0;
}

.join-social-OA p {
    font-size: 23px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Muli";
}

.join-social-OA ul {
    list-style: none;
    padding: 0;
}

.join-social-OA ul li {
    margin-bottom: 10px;
}

.join-social-OA ul li a {
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Muli";
    text-decoration: none;
}

.join-social-OA ul li a img {
    margin-right: 10px;
}

.footer-section-OA2 {
    background: #000;
}

p.copyright-OA {
    color: #ffffff;
    font-weight: 400;
    margin: 10px 0px;
}

p.powerd-OA {
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    margin: 10px 0px;
    float: right;
}

.footer-section-OA2 {
    background: #000;
    padding: 10px 0px;
}

.product-slide-OA1 p.card-text {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    text-align: center;
    margin-bottom: 8px;
    min-height: 46px;
}

.product-slide-OA1 .card-body span {
    font-size: 18px;
    color: #1085bb;
    font-weight: 700;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}

.product-slide-OA1 .card-body a {
    display: inline-block;
}

.product-slide-OA1 .card-body {
    padding: 0px;
    text-align: center;
}

.product-slide-OA1 .card {
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
    border-radius: 0px;
}

button.pro-details-OA {
    background: #fff;
    border: 1px solid #000;
    color: #000;
    font-size: 11px;
    font-weight: 600;
    padding: 5px 7px;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    margin: 5px 0px;
}

button.pro-details-OA:hover {
    background-color: #1085bb;
    border: 1px solid #1085bb;
    transition: 0.5s;
    color: #fff;
}

button.add-cart-OA {
    background: #1085bb;
    font-size: 10px;
    color: #ffffff;
    font-weight: 600;
    border: 1px solid #1085bb;
    padding: 7px 10px;
    border-radius: 70px;
    cursor: pointer;
    display: inline-block;
    margin: 5px 0px 0px 8px;
}

button.add-cart-OA:hover {
    background-color: #fff;
    border: 1px solid #000;
    transition: 0.5s;
    color: #000;
}

.product-slide-OA1 .card i.fa.fa-heart {
    color: #cccccc;
    position: absolute;
    right: 6px;
    top: 5px;
}

a#OA-left1 {
    display: block;
    position: absolute;
    top: 50%;
    left: -16px;
}

a#OA-right1 {
    position: absolute;
    display: block;
    right: -16px;
    top: 50%;
}

.product-slide-OA1 {
    border-bottom: 1px solid #f3f3f3;
    padding: 10px 0px 15px 0px;
    overflow: hidden;
}

h2.for-margin-OA {
    margin-bottom: 40px;
}

.sticker-manage {
    overflow: hidden;
    width: 100%;
    min-height: 185px;
}

.sticker-manage img {
    vertical-align: middle;
    width: 180px;
}

/*<!---------------------------order_phone.html--------------------------->*/
div#field1 {
    margin-bottom: 10px;
}

label.right-mark-2 {
    margin-top: 10px;
    color: #909090;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 12px;
}

.section-notch {
    background: #e4e4e4;
    padding-top: 30px;
    min-height: 650px;
}

.login-form {
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #e2e1e6;
    padding: 0px;
    overflow: hidden;
    margin-bottom: 10px;
}

.login-form-1 {
    background-color: #fff;
    border-radius: 3px;
    padding: 0px;
    margin-bottom: 10px;
    overflow: hidden;
}

.small-gray {
    background-color: #9a9a9a;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.small-gray span {
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    font-family: lato;
    letter-spacing: 1px;
}

.numbering {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    border-radius: 2px;
    background-color: #ebebeb;
    padding: 3px 8px;
    margin: 11px 19px;
    color: #4356ce;
}

.sbmt-frm label {
    color: #a9a9a9;
    font-weight: 100;
    display: inherit;
    font-size: 13px;
    font-family: lato;
    padding: 16px 0px 5px 0px;
}

.delivery {
    border: none;
    width: 100%;
    height: 27px;
    margin-bottom: 6px;
}

.form-padd {
    padding-left: 40px;
    padding-right: 12px;
    padding-top: 10px;
}

.option {
    float: right;
    font-size: 15px;
    font-family: lato;
}

.option a {
    text-decoration: none;
    color: #cf0503;
}

input.delivery::placeholder {
    color: #656565;
    font-size: 16px;
    font-family: roboto;
}

a.forgot {
    float: right;
    color: #555555;
    font-family: roboto;
    font-size: 14px;
    text-decoration: none;
    margin-bottom: 22px;
}

.cont {
    background: #ffcd16;
    border: none;
    font-family: roboto;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    padding: 13px 0px;
    border-radius: 2px;
    margin-bottom: 5px;
}

.cont:hover {
    background-color: #f3c005;
}

.advantage p {
    color: #878787;
    font-weight: 400;
    display: inherit;
    font-size: 14px;
    font-family: roboto;
    padding: 41px 0px 29px 0px;
}

button.new_tgin {
    background: #333333;
    border: none;
    color: #fff;
    font-size: 16px;
    padding: 13px 17px;
    font-family: roboto;
    border-radius: 2px;
    margin-right: 7px;
}

.new_tgin:hover, .guest_customer:hover {
    background-color: #1d1d1d;
}

button.guest_customer {
    background: #333333;
    border: none;
    color: #fff;
    font-size: 16px;
    padding: 13px 17px;
    font-family: roboto;
    border-radius: 2px;
}

.lrn_more {
    background: #fff;
    padding: 20px;
}

.lrn_more p {
    font-family: roboto;
    font-size: 19px;
    color: #333333;
    font-weight: 600;
    padding: 45px 51px;
    text-align: center;
    line-height: 28px;
}

.lrn_more button {
    background: #ffcd16;
    border: none;
    font-family: roboto;
    color: #000;
    font-size: 19px;
    font-weight: 400;
    width: 100%;
    padding: 10px 0px;
    border-radius: 2px;
    margin-bottom: 5px;
}

.lrn_more button:hover {
    background-color: #f3c005;
}

.opt-head {
    color: #212121;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 2px;
    font-family: roboto;
}

.safety {
    padding: 0px;
}

.safety p {
    color: #868789;
    font-weight: 500;
}

.foot-border {
    border-top: 1px solid #dfdfe1;
    width: 100%;
    margin-top: 130px;
}

.footer-ad p {
    color: #434446;
    font-size: 14px;
    padding: 25px 0px;
}

.links {
    float: none;
}

.panel-heading {
    padding: 0;
    border: 0;
}

#form-css .panel-title>a, .panel-title>a:active {
    display: block;
    font-family: roboto;
    padding: 0px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
    text-decoration: none;
}

#form-css .panel-default>.panel-heading {
    background-color: #fff;
    border-color: #ddd;
}

#form-css .panel-default>.panel-heading.active a {
    background-color: #000;
    border-color: #ddd;
}

.panel-default>.panel-heading.active a .opt-head {
    color: #fff;
}

.content {
    display: none;
}

.dblock {
    display: block;
}

#checkout-tabs .panel-default {
    background: white;
    border: 1px solid #e5e5e5;    /* padding: 10px; */
}

.footer-section {
    background-image: url(assets/images/footer-img.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.orbic-info {
    padding: 120px 0px 0px 0px;
}

.orbic-info p {
    color: #fff;
    font-size: 15px;
    margin-top: 20px;
    margin-left: 2px;
}

.orbic-info ul, .links-quick ul, .sign-up ul {
    padding: 0;
    margin: 0;
}

.orbic-info ul li {
    list-style: none;
    display: inline;
    color: #fff;
    font-size: 15px;
}

.orbic-info ul li img {
    margin-right: 15px;
}

.links-quick {
    padding: 120px 0px 0px 0px;
}

.links-quick h4 {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
}

.links-quick ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    margin-top: 20px;
    margin-left: 2px;
}

.links-quick ul li {
    list-style: none;
    margin-top: 6px;
}

.sign-up h4 {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
}

.sign-up {
    padding: 120px 0px 0px 0px;
}

.sign-up form input {
    background: #fff;
    border: none;
    border-radius: 3px;    /* height: 44px; */
    width: 80%;
    padding: 10px 12px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.sign-up form input::placeholder {
    color: #323232;
    font-weight: 400;
    font-size: 14px;
    vertical-align: top;
}

.sign-up form button {
    background: #f6871e;
    border: none;    /* height: 44px; */
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 10px 12px;
    margin-left: -4px;
    margin-top: -1px;
    cursor: pointer;
}

.sign-up form button:hover {
    background-color: #dd7514;
    transition: 0.5s;
}

.sign-up form button img {
    width: 20px;
    margin-top: -5px;
}

.sign-up form {
    margin-top: 15px;
}

.sign-up ul li {
    list-style: none;
    display: inline;
}

.sign-up ul li.heads {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
}

.sign-up ul li img {
    width: 30px;
    height: 30px;
    margin-left: 13px;
}

.sign-up ul li.social-s:hover {
    background-color: #08314f;
    transition: 0.5s;
}

.sign-up ul li.social-s a {
    text-decoration: none;
    color: #0c84d9;
}

.sign-up ul {
    margin-top: 45px;
}

.white-line {
    width: 100%;
    height: 1px;
    background: white;
    margin: 20px 0px 0px 0px;
}

.copyright p {
    font-size: 16.67px;
    color: #fff;
    text-decoration: none;
    padding: 7px 0px;
    margin-bottom: 0px;
}

.copyright p {
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    padding: 15px 0px;
    margin-bottom: 0px;
}

.copyright p a {
    text-decoration: none;
    color: #fff;
}

.copyright p a:hover, .links-quick ul li a:hover {
    color: #064776;
    transition: 0.5s;
}

.gray-back {
    background-color: #e4e4e4;
    padding: 28px 0px;
}

.white-ground {
    background: #fff;
    margin-bottom: 22px;
    padding: 25px 30px;
}

.white-ground1 {
    background: #fff;
    margin-bottom: 100px;
    padding: 25px 30px 17px 30px;
}

.pro-details {
    display: inline-block;
}

.pro-details img {
    display: inline-block;
    vertical-align: baseline;
    margin-right: 25px;
}

.placed-text {
    display: inline-block;
    vertical-align: top;
}

.placed-text h1 {
    color: #0c84d9;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: -6px;
    margin-top: 12px;
}

.placed-text span {
    color: #7e7d7d;
    font-size: 11px;
    font-weight: 400;
}

p#design-txt {
    color: #464545;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

p#design-txt font {
    font-size: 15px;
    color: #f66f2c;
    font-weight: 600;
}

.placed-text p {
    color: #737374;
    font-size: 15px;
}

.pro-action p a {
    display: block;
    text-decoration: none;
    color: #515151;
    font-size: 15px;
    margin-top: 25px;
}

.pro-action p a:hover {
    color: #000;
    transition: 0.5s;
}

button.blue-btn {
    position: absolute;
    right: 0;
    top: 65px;
    background: #0c84da;
    border: none;
    color: #fff;
    font-size: 16px;
    padding: 6px 48px;
    cursor: pointer;
}

button.orange {
    position: absolute;
    right: 0;
    top: 15px;
    background: #f6871f;
    border: none;
    color: #fff;
    font-size: 16px;
    padding: 6px 42px;
    cursor: pointer;
    margin-top: 0px;
}

button.blue-btn:hover {
    background-color: #095f9d;
    transition: 0.5s;
}

button.orange:hover {
    background-color: #d46b08;
    transition: 0.5s;
}

.pro-action p {
    display: block;
    overflow: hidden;
}

.wid {
    width: 95% !important;
    overflow: hidden;
}

.ship-product img {
    display: inline-block;
    vertical-align: bottom;
    margin: 0px 9px;
    width: 135px;
}

.ship-product {
    display: inline-block;
}

.describe-txt {
    display: inline-block;
    width: 62%;
    vertical-align: top;
}

.describe-txt p {
    color: #35383a;
    font-size: 13px;
    margin-bottom: 0px;
    font-weight: 600;
}

.describe-txt span {
    color: #4d4c4c;
    font-size: 14px;
}

.describe-txt span font {
    color: #f48d55;
}

.describe-txt h2 {
    font-size: 18px;
    color: #222222;
    font-weight: bold;
    margin-top: 4px;
    margin-bottom: 0;
}

.describe-txt ul {
    padding: 0;
    margin: 10px 0px 0px 0px;
}

.describe-txt ul li {
    list-style: none;
    display: inline-block;
    color: #fac917;
    font-size: 14px;
}

.order-cancel {
    font-size: 16px;
    color: #5f5e5e;
    background-color: transparent;
    border: none;
    cursor: pointer;
    float: right;
}

.ship-address h3 {
    font-size: 19px;
    color: #0c84d9;
    font-weight: 600;
}

.ship-address {
    width: 88%;
}

.ship-address p {
    color: #7f7f7f;
    font-size: 14px;
    margin-bottom: 8px;
}

.ship-address span {
    font-size: 16px;
    color: #7f7f7f;
}

.ship-address span b {
    color: #535353;
}

img.hline {
    position: absolute;
    right: 0;
    top: -27px;
}

/*<!-----------------------------checkout1---------------------------------->*/
input[type="number"] {
    -moz-appearance: textfield;
}

.buy-wid {
    width: 95% !important;
}

.buy-backround .accordion {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 10px 18px 2px 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border-radius: 2px;
    margin: 6px 0px;
}

.buy-backround .active, .accordion:hover {
    background-color: #ccc;
}

.buy-backround .panel {
    padding: 10px 0px 15px 0px;
    display: none;
    background-color: white;
    overflow: hidden;
    margin-top: -5px;
    border-radius: 0px;
    margin-bottom: 8px;
}

.buy-backround {
    background: #e4e4e4;
    padding: 20px 0px 120px 0px;
}

.numbering {
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    border-radius: 2px;
    background-color: #ebebeb;
    padding: 3px 8px;
    margin: 0px 9px 0px 0px;
    color: #4356ce;
}

ul.manage-sumry {
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-top: 10px;
    vertical-align: sub;
}

ul.manage-sumry li {
    list-style: none;
}

.login-head {
    color: #212121;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 2px;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.for-blue-back {
    background-color: #003249 !important;
}

.free-p {
    color: #08ae42 !important;
}

.for-blue-back .login-head {
    color: #fff;
}

.col-sm-6.form-padd {
    padding-left: 51px;
    padding-right: 12px;
    padding-top: 10px;
}

.delivery {
    border: none;
    width: 100%;
    height: 43px;
    margin-bottom: 15px;
    cursor: pointer;
}

.sbmt-frm input::placeholder {
    font-size: 16px;
    color: #656565;
    font-weight: 400;
}

.sbmt-frm input {
    border-bottom: 1px solid #a2a0a0;
    padding: 20px 0px;
}

a.forgot {
    float: right;
    color: #555555;
    font-size: 14px;
    text-decoration: none;
    margin-bottom: 4px;
}

a.cont {
    background: #49aef4;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    padding: 11px 0px;
    border-radius: 2px;
    margin-bottom: 5px;
    display: block;
    clear: both;
    text-align: center;
    text-decoration: none;
}

a.cont:hover {
    background-color: #2896e2;
    transition: 0.5s;
    color: #fff;
    text-decoration: none;
}

button.new_tgin {
    background: #333333;
    border: none;
    color: #f5f5f5;
    font-size: 16px;
    width: 226px;
    padding: 13px 17px;
    border-radius: 2px;
    margin-bottom: 22px;
    margin-top: 40px;
    margin-right: 0;
}

button.guest_customer {
    background: #333333;
    border: none;
    width: 226px;
    color: #fff;
    font-size: 16px;
    padding: 13px 17px;
    border-radius: 2px;
}

.advantage {
    text-align: center;
}

.your-order {
    background: #fff;
    overflow: hidden;
    padding: 10px 15px 27px 15px;
}

.your-order h5 {
    font-size: 18px;
    color: #f6871f;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}

p.pro-name {
    font-size: 15px;
    color: #35383a;
    font-weight: 400;
    margin-bottom: 0px;
}

p.pro-price {
    font-size: 15px;
    color: #0e0e0e;
    font-weight: 600;
    margin-bottom: 0px;
}

.green-free {
    color: #08ae42 !important;
}

.line-border {
    border-bottom: 1px solid #e4e4e4;
    overflow: hidden;
    clear: both;
    width: 94%;
    margin: 11px 10px;
}

button#sub {
    background: #e7e5e6;
    border: 0.5px solid #bfbdbe;
    padding: 3px 8px;
    font-weight: 800;
}

#field1 input {
    width: 32px;
    border: 0.5px solid #bfbdbe;
    padding: 3px 3px;
    margin-right: -5px;
    margin-left: -5px;
    text-align: center;
    font-weight: 600;
}

#field1 input::-webkit-outer-spin-button, #field1 input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

button#add {
    background: #e7e5e6;
    border: 0.5px solid #bfbdbe;
    padding: 3px 6px;
    font-weight: 800;
}

/*<!-----------------------------checkout2---------------------------------->*/
.login-form-1 {
    background-color: #fff;
    border-radius: 3px;
    padding: 0px 20px;
    margin-bottom: 10px;
    overflow: hidden;
}

.checking {
    padding-left: 0px;
    display: inline-block;
}

.col-sm-4.btn-change {
    display: inline;
    overflow: hidden;
}

.checking ul {
    list-style: none;
    padding: 15px 0px;
    display: inline-block;
    margin: 0px;
    vertical-align: middle;
}

.updates {
    background: transparent;
    border: 1px solid #ababab;
    padding: 9px 30px;
    margin: 15px 10px;
    border-radius: 3px;
    color: #232323;
    float: right;
    font-weight: 500;
}

.updates:hover {
    background-color: #e2e0e0;
    transition: 0.5s;
}

.mail-demo {
    font-size: 14px;
    color: #222222;
    font-weight: 400;
}

.panel-body {
    padding: 0px !important;
}

form.add-frm {
    width: 100%;
    margin: 0px 0px 0px 14px;
    padding: 0px 10px;
}

form.add-frm .fields {
    width: 47%;
    border: 1px solid #e0e0e0;
    padding: 12px 0px 12px 11px;
    margin: 3px 10px 3px 0px;
    border-radius: 2px;
}

form.add-frm input::placeholder, form.add-frm textarea::placeholder, form.add-frm select {
    font-size: 14px;
    color: #999999;
    font-weight: 400;
}

form.add-frm textarea {
    width: 100%;
    height: 96px;
    resize: none;
    border: 1px solid #e0e0e0;
    padding: 8px 0px 17px 11px;
    margin: 10px 10px 10px 0px;
    border-radius: 2px;
}

.fields option {
    color: #989898;
    font-size: 12px;
}

a.deliver {
    background: #0b83d9;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 12px 55px;
    width: 100%;
    border-radius: 2px;
    margin-bottom: 5px;
    margin-top: 10px;
    margin-left: 0px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
}

a.to-manage-cta {
    margin-left: 24px !important;
    width: 93% !important;
}

form.sbmt-frm {
    padding-left: 20px;
}

.deliver:hover, button.continue-btn:hover, button.place-order:hover, button.save-info:hover, .deliver-profile:hover, .continue-cart button:hover {
    background-color: #d06e12;
    transition: 0.5s;
}

select#p-objective-orbic {
    background-color: #fff;
    border: 0.5px solid #d9d7d7;
    width: 91%;
    padding: 12px 11px;
    border-radius: 2px;
    color: #8f9091;
    font-weight: 500;
    font-size: 14px;
    margin-right: 0;
    margin-top: 4px;
    -webkit-appearance: none;
    background-image: url(assets/images/down-device1.png);
    background-repeat: no-repeat;
    background-position: right;
    background-origin: content-box;
}

/*<!---------------------------------------checkout3----------------------->*/
.padding-zero {
    padding: 0px;
}

.outer-div {
    overflow: hidden;
    border-bottom: 1px solid #e2e2e2;
    padding: 24px 0px;
}

.order-product {
    display: inline-block;
}

.product-details {
    display: inline-block;
    padding-left: 10px;
}

.order-product img {
    display: inline-block;
    vertical-align: baseline;
    width: 84%;
}

div#field1-orbic {
    margin-top: 17px;
}

button#sub-orbic {
    border-radius: 50%;
    border: 1px solid #cccccc;
    padding: 0px 10px;
    background: transparent;
    color: #666666;
    height: 30px;
    width: 30px;
}

div#field1-orbic input[type=number] {
    text-align: center;
    color: #666666;
    border-radius: 2px;
    border: 1px solid #cccccc;
    padding: 3px 11px 3px 11px;
}

#field1-orbic input::-webkit-outer-spin-button, #field1-orbic input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

button#add-orbic {
    border-radius: 50%;
    border: 1px solid #cccccc;
    padding: 0px 9px;
    background: transparent;
    color: #666666;
    height: 30px;
    width: 30px;
}

a.sticker-remove {
    text-decoration: none;
    color: #7b7b7b;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin-top: 14px;
    display: block;
    letter-spacing: 1px;
}

.product-details-orbic p {
    font-size: 14px;
    color: #35383a;
    font-weight: 500;
    margin-bottom: 3px;
}

.product-details-orbic span {
    font-size: 24px;
    color: #222222;
    font-weight: 600;
}

.product-details-orbic ul {
    list-style: none;
    padding-top: 33px;
    padding-left: 0;
    margin: 0;
}

.product-details-orbic ul li {
    display: inline;
    font-size: 13px;
    font-weight: 400;
    margin-right: 22px;
    color: #666666;
}

.product-details-orbic ul li a {
    text-decoration: none;
    font-size: 14px;
    color: #666666;
    font-weight: 400;
}

.product-details-orbic {
    display: inline-block;
    vertical-align: bottom;
}

button.continue-btn {
    overflow: hidden;
    clear: both;
    background: #0b83d9;
    border: none;
    color: #fff;
    font-size: 19px;
    font-weight: 400;
    padding: 9px 70px;
    border-radius: 2px;
    margin-bottom: 15px;
    margin-top: 9px;
    margin-right: 20px;
    text-transform: uppercase;
    float: right;
    cursor: pointer;
}

.to-align-center {
    text-align: center;
    display: inline-block;
}

.kc-details {
    display: inline-block;
    vertical-align: top;
}

.product-details-orbic h4 {
    color: #33383b;
    font-weight: 600;
    font-size: 18px;
}

.order-product span {
    font-size: 26px;
    font-weight: 700;
}

.kc-details img {
    float: right;
    width: 16px;
    cursor: pointer;
}

/*<!------------------------------------------------Checkout4---------------------->*/

/*<!------------------------------------radio-start------------------------->*/

.pay-options [type="radio"]:checked, .pay-options [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.pay-options [type="radio"]:checked + label, .pay-options [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 34px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.pay-options [type="radio"]:checked + label:before, .pay-options [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1.5px solid #fc8626;
    border-radius: 100%;
    background: #fff;
}

.pay-options [type="radio"]:checked + label:after, .pay-options [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #fc8626;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.pay-options [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.pay-options [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

p.pay-pal {
    display: inline-block;
    vertical-align: top;
}

.pay-option {
    display: inline-block;
}

/*<!------------------------------------radio-end------------------------->*/
.order-summry {
    background-color: #fff;
    border-radius: 3px;
    padding: 0px 20px;
    margin-bottom: 10px;
    overflow: hidden;
    margin-top: 12px;
}

.login-head img {
    margin-top: -5px;
    margin-left: -4px;
}

.pay-option h4 {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 4px;
    display: inline-block;
}

input#paypal {
    vertical-align: top;
}

.pay-option ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pay-option ul li {
    display: inline;
    margin-right: 20px;
    font-size: 14px;
}

.pay-option p {
    font-size: 14px;
    color: #777777;
    font-weight: 400;
}

.right-mark-1 {
    display: block;
    position: relative;
    padding-left: 23px;
    cursor: pointer;
    color: #777777;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pay-option ul li a {
    text-decoration: none;
    color: #777777;
    font-size: 14px;
    font-weight: 400;
}

.right-mark-1 a {
    color: #777777;
}

.right-mark-1 input:checked ~ .checkmark-1 {
    background-color: transparent;
    border: 1.5px solid #959595;
}

.checkmark-1 {
    position: absolute;
    margin-left: 0px;
    margin-top: 3px;
    top: 0;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: #ffcd16;
    border: 1.5px solid #959595;
}

.right-mark-1 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.right-mark-1 .checkmark-1:after {
    left: 4px;
    top: 0px;
    width: 4px;
    height: 8px;
    border: solid #959595;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.right-mark-1 input:checked ~ .checkmark-1:after {
    display: block;
}

.checkmark-1:after {
    content: "";
    position: absolute;
    display: none;
}

.pay-pal ul li img {
    display: inline-block;
}

.for-side-pading {
    padding-left: 25px !important;
}

button.place-order {
    overflow: hidden;
    clear: both;
    background: #0c82d9;
    border: none;
    color: #fff;
    font-size: 19px;
    font-weight: 400;
    padding: 9px 70px;
    border-radius: 2px;
    margin-bottom: 15px;
    margin-top: 9px;
    margin-right: 20px;
    text-transform: uppercase;
    float: right;
    cursor: pointer;
}

.check-out {
    text-align: center;
    padding: 6px 0px 10px 0px;
    overflow: hidden;
    clear: both;
}

.check-out button {
    background: #49aef4;
    border: none;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 7px 26px;
    border-radius: 5px;
    cursor: pointer;
}

.check-out button:hover {
    background-color: #208ad4;
    transition: 0.5s;
}

input.fields-1 {
    width: 96.5%;
    border: 1px solid #e0e0e0;
    padding: 5px 0px 20px 11px;
    margin: 6px 10px 3px 0px;
    border-radius: 2px;
}

.your-order .col-md-8, .your-order .col-md-3 {
    display: inline-block;
}

.col-md-3.for-display {
    padding-right: 0;
}

.swim-checkout-1, .swim-checkout-2 {
    display: inline-block;
    vertical-align: top;
}

/*<!-------------------------------------------side-tabs-profile----------------------------------->*/

/* Style the tab */

.profile-starting .tab {
    float: left;
    background-color: #ffffff;
    width: 100%;
    height: 300px;
}

/* Style the buttons inside the tab */
.profile-starting .tab button {
    display: block;
    background-color: inherit;
    color: #4a4a4a;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 16px;
    border-bottom: 0.5px solid #e4e4e4;
    font-weight: 700;
}

.profile-starting .tab button img {
    margin-right: 10px;
}

/* Change background color of buttons on hover */
.profile-starting .tab button:hover {
    background-color: #e4e4e4;
}

/* Create an active/current "tab button" class */
.profile-starting .tab button.active {
    background-color: #e4e4e4;
}

/* Style the tab content */
.profile-starting .tabcontent {
    float: left;
    padding: 0px;
    width: 100%;
    border: none;
}

/*<!-------------------------------------------side-tabs-profile-end----------------------------------->*/
.profile-starting {
    overflow: hidden;
    background: #e4e4e4;
    padding: 50px 0px;
}

.profile-menu {
    background-color: #fff;
    padding: 17px 0px 40px 0px;
    height: 578px;
}

.upload-pic {
    position: relative;
    display: inline-block;
    padding: 4px 4px 18px 14px;
}

.upload-pic>img {
    width: 75px;
    border-radius: 50px;
    display: inline-block;
    border: 2px solid #e1e1e1;
    height: 75px;
}

img.edit-pic {
    width: 18px;
    height: 18px;
    position: absolute;
    left: 76px;
    cursor: pointer;
    top: 20px;
}

.profile-name {
    display: inline-block;
}

.profile-name h2 {
    display: inline-block;
    font-size: 19px;
    color: #003249;
    padding: 0 15px;
    font-weight: 700;
}

h3.profile-info-heads {
    font-size: 20px;
    color: #003249;
    font-weight: 600;
    margin: 0;
    padding: 10px 0px 17px 0px;
}

.info-form label {
    font-size: 14px;
    color: #000000;
    font-weight: 600;
    display: block;
}

.info-form input {
    border: 0.5px solid #bfbfbf;
    padding: 14px 15px;
    width: 55%;
    margin-top: 2px;
    margin-bottom: 13px;
}

.first-tab h4 {
    font-size: 14px;
    color: #000000;
    font-weight: 600;
    display: inline-block;
}

form.gender-form {
    display: inline-block;
    margin: 0px 35px;
}

.gender-form p {
    display: inline-block;
    margin-left: 40px;
}

.first-tab [type="radio"]:checked, .first-tab [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.first-tab [type="radio"]:checked + label, .first-tab [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    font-size: 15px;
    line-height: 20px;
    display: inline-block;
    color: #615f5f;
    font-weight: 400;
}

.first-tab [type="radio"]:checked + label:before, .first-tab [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1.5px solid #fc8626;
    border-radius: 100%;
    background: #fff;
}

.first-tab [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.first-tab [type="radio"]:checked + label:after, .first-tab [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #fc8626;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.first-tab [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.save-info {
    background: #1085bb;
    border: none;
    color: #fff;
    font-size: 20px;
    padding: 8px 60px;
    cursor: pointer;
    font-weight: 600;
    margin-top: 12px;
    display: block;
}

.first-tab, .second-tab, .fourth-tab {
    background: #fff;
    padding: 15px 30px 45px 30px;
}

form.add-frm-pro {
    width: 75%;
    margin: 0px 0px 12px 0px;
}

form.add-frm-pro .fields {
    width: 47%;
    border: 1px solid #e0e0e0;
    padding: 12px 0px 12px 11px;
    margin: 3px 10px 3px 0px;
    border-radius: 2px;
    background: #fff;
}

form.add-frm-pro textarea {
    width: 96.5%;
    height: 96px;
    resize: none;
    border: 1px solid #e0e0e0;
    padding: 8px 0px 17px 11px;
    margin: 10px 10px 6px 0px;
    border-radius: 2px;
}

.deliver-profile {
    background: #1085bb;
    border: none;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    padding: 9px 64px;
    border-radius: 0px;
    margin-bottom: 5px;
    margin-top: 0px;
    margin-left: 0px;
}

.deliver:hover, button.continue-btn:hover, button.place-order:hover, button.save-info:hover, .deliver-profile:hover, .continue-cart button:hover {
    background-color: #d06e12;
    transition: 0.5s;
}

.saved-address {
    background-color: #ffffff;
    border: 0.5px solid #bebebe;
    padding: 10px 13px;
    margin: 18px 0px 15px 0px;
}

.saved-address ul {
    padding: 0;
    margin: 0;
    float: right;
}

.saved-address ul li {
    display: inline;
    margin-left: 10px;
}

.add-nickname {
    background-color: #f0f0f0;
    display: inline-block;
    padding: 6px 15px;
}

.add-nickname h5 {
    font-size: 13px;
    color: #7f7f7f;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}

.saved-address p {
    font-size: 14px;
    color: #7f7f7f;
    font-weight: 400;
    margin-top: 15px;
    width: 80%;
}

.info-form input::placeholder {
    color: #888888;
    font-weight: 400;
    font-size: 15px;
}

form.add-frm-pro input::placeholder, form.add-frm-pro textarea::placeholder, form.add-frm-pro select {
    font-size: 14px;
    color: #999999;
    font-weight: 400;
}

.order-one {
    border-bottom: 0.5px solid #e0e0e0;
    padding: 10px 0px 20px 0px;
    margin-bottom: 14px;
    width: 98%;
}

.mobile-image {
    display: inline-block;
    background: #fefefe;
    width: auto;
    text-align: center;
}

.mobile-image img {
    vertical-align: super;
    width: 190px;
}

.about-mobile {
    display: inline-block;
    width: 65%;
    margin-left: 20px;
}

.circle-dot {
    height: 9px;
    width: 9px;
    background: #949494;
    border-radius: 20px;
    margin: 0px 10px;
    display: inline-block;
}

.about-mobile h3 {
    font-size: 18px;
    line-height: 20px;
    color: #35383a;
    font-weight: 600;
    margin-bottom: 3px;
}

.about-mobile span {
    color: #8b8b8b;
    font-size: 13px;
    font-weight: 500;
}

.about-mobile span font {
    margin: 0px 10px;
}

.about-mobile p {
    color: #222222;
    font-size: 19px;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 4px;
}

a.OA-track-order {
    color: #1085bb;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    margin-right: 20px;
    margin-top: 9px;
    display: inline-block;
}

a.OA-cancel-order {
    color: #7b7b7b;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    margin-left: 20px;
    margin-top: 9px;
    display: inline-block;
}

.about-mobile ul {
    padding: 0;
    margin: 0;
}

.about-mobile ul li {
    display: inline;
    list-style: none;
    color: #f7c816;
    font-size: 17px;
    margin-right: 2px;
}

.track-btn h4 {
    display: flex;
    direction: rtl;
}

.track-btn p a {
    text-decoration: none;
    color: #5f5f5f;
    font-size: 14px;
    font-weight: 400;
    float: right;
}

div#for-green {
    direction: initial;
}

#for-green h5 {
    color: #0e82d9;
    font-size: 16px;
    font-weight: 600;
    margin-top: 25px;
    margin-left: 5px;
    float: right;
}

#for-green p {
    color: #969595;
    font-size: 15px;
    font-weight: 400;
    float: right;
    margin-top: 4px;
}

#for-green button {
    background: #28a203;
    border: none;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    padding: 9px 35px;
    cursor: pointer;
    font-weight: 600;
    margin-top: 5px;
    float: right;
}

#for-green button:hover {
    background-color: #268a08;
    transition: 0.5s;
}

.track-btn h4 a {
    text-decoration: none;
    color: #ee7d13;
    font-size: 16px;
    font-weight: 600;
    margin-top: 25px;
}

#for-green h5 img {
    margin-right: 10px;
}

.track-btn h4 a img {
    margin-right: 5px;
}

button.add-cart-wishlist {
    background: #28a203;
    border: none;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    padding: 7px 31px;
    cursor: pointer;
    font-weight: 600;
    float: right;
    direction: initial;
}

button.add-cart-wishlist:hover, a.OA-add-cart-item:hover {
    background-color: #38c30d;
    transition: 0.5s;
}

button.add-cart-wishlist img {
    margin-right: 6px;
    margin-top: -3px;
}

a.OA-add-cart-item {
    text-decoration: none;
    background: #1085bb;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 35px;
    border-radius: 70px;
    margin-top: 14px;
    display: inline-block;
}

/*<!--------------------------------------Login-popup---------------------------->*/
.pop-content-login {
    background-color: #ffffff;
    padding: 10px;
    width: 600px;
    height: 400px;
}

.pop-content-login h4 {
    font-size: 23px;
    line-height: 30px;
    color: #003249;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 40px;
}

.pop-content-login form {
    width: 70%;
    margin: 20px auto 0px auto;
}

.pop-content-login form input {
    background: #fff;
    border: none;
    border-bottom: 1px solid #b7b7b7;
    padding: 7px 6px 5px 8px;
    width: 100%;
    margin-bottom: 20px;
}

.pop-content-login form input::placeholder {
    font-size: 15px;
    line-height: 25px;
    color: #b7b7b7;
    font-weight: 400;
}

.pop-content-login form input[type="email"] {
    background-image: url(assets/images/p-env.png);
    background-repeat: no-repeat;
    background-position: right 14px;
}

.pop-content-login form input[name="emailregister"] {
    background-image: url(assets/images/p-env.png);
    background-repeat: no-repeat;
    background-position: right 14px;
}

.pop-content-login form input[type="password"] {

    /* background-image: url(assets/images/p-lock.png);

     background-repeat: no-repeat;

     background-position: right 11px;*/
}

.pop-content-login form input[name="pass"] {
    background-image: url(assets/images/p-lock.png);
    background-repeat: no-repeat;
    background-position: right 11px;
}

a.log-resend {
    font-size: 14px;
    line-height: 25px;
    color: #a7a4a4;
    font-weight: 600;
    display: block;
    text-decoration: none;
    text-align: right;
}

a.login-cta1 {
    background: #0c83d9;
    border: 1px solid #0c83d9;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
    padding: 10px 20px;
    width: 26%;
    display: block;
    margin: 20px auto 30px auto;
    text-align: center;
}

a.login-cta1:hover {
    background: #fff;
    border: 1px solid #0c83d9;
    color: #0c83d9;
    transition: 0.5s;
}

a.create-acc {
    font-size: 15px;
    line-height: 30px;
    color: #0c83d9;
    font-weight: 600;
    text-decoration: underline;
    text-align: center;
    display: block;
    margin-bottom: 20px;
}

a.log-cross {
    float: right;
    display: block;
    margin: 5px 10px 14px 10px;
}

a.log-cross img {
    display: block;
}

.icon-ul a.btn-primary {
    color: #fff;
    background-color: #fff;
    border-color: #fff;
}

a.btn-primary:hover {
    color: #fff;
    background-color: #fff;
    border-color: #fff;
}

a.btn-primary.focus, a.btn-primary:focus {
    box-shadow: none;
}

.login-popup .modal {
    position: fixed;
    top: 128px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

/*<!---------------------------------------Shop---------------------------------------------------->>*/
h4.ilter-heads {
    background: #1085bb;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 11px 14px;
    letter-spacing: 1px;
    margin-bottom: 0px;
    width: 100%;
}

.filter-by-size p {
    margin-bottom: 0px;
}

.filter-by-size {
    padding: 10px 15px;
    width: 100%;
}

form#searchForm {
    background: #f2f2f2;
}

/* The container */
.filter-by-size .container {
    display: block;
    position: relative;
    padding-left: 27px;
    margin-bottom: 12px;
    padding-right: 0px;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.filter-by-size .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.filter-by-size .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #000;
}

/* On mouse-over, add a grey background color */
.filter-by-size .container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.filter-by-size .container input:checked ~ .checkmark {
    background-color: #e6e6e6;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.filter-by-size .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.filter-by-size .container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.filter-by-size .container .checkmark:after {
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #3e3f40;
}

button.apply-cta {
    background: #1085bb;
    border: none;
    color: #fff;
    font-size: 18px;
    padding: 6px 23px;
    border-radius: 57px;
    cursor: pointer;
}

button.apply-cta:hover, button.show-results:hover {
    background-color: #14a4e6;
    transition: 0.5s;
}

button.clear-cta {
    background: #3b3b3b;
    border: none;
    color: #fff;
    font-size: 18px;
    padding: 6px 23px;
    border-radius: 57px;
    cursor: pointer;
    margin-left: 10px;
}

button.clear-cta:hover {
    background-color: #6f6d6d;
    transition: 0.5s;
}

.apply-clear-cta {
    background: #d9d9d9;
    padding: 10px 15px 10px 15px;
    width: 100%;
    text-align: center;
}

p.address-oa {
    font-size: 20px;
    color: #0b0b0b;
    font-weight: 700;
    float: right;
    margin: 10px 0px;
}

.shop-card-oa {
    background-color: #fff;
    background-clip: border-box;
    border: none;
    border-radius: 0px;
    margin: 20px 0px;
}

.shop-card-oa i.fa.fa-heart {
    color: #cccccc;
    position: absolute;
    right: 6px;   /* top: 5px;*/
}

.shop-card-oa .sticker-manage {
    overflow: hidden;
    width: 100%;
    height: 150px;
    padding: 0 14px;
    margin-bottom: 10px;
}

.shop-card-oa .sticker-manage img {
    vertical-align: middle;
    width: 100%;
}

.shop-card-body {
    padding: 0px;
    text-align: center;
}

.shop-card-body p.card-text {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    text-align: center;
    margin-bottom: 8px;
    min-height: 46px;
    font-family: "Open Sans";
}

.shop-card-body span {
    font-size: 18px;
    color: #1085bb;
    font-weight: 700;
    text-align: center;
    display: block;
    margin-bottom: 10px;
    font-family: "Open Sans";
}

.shop-card-body a {
    display: inline-block;
}

.row.oa-shop-margin {
    margin-bottom: 30px;
}

.shop-products {
    padding: 20px 0px 40px 0px;
}

button.show-results {
    background: #1085bb;
    border: none;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 14px 90px;
    border-radius: 50px;
    cursor: pointer;
    margin: 10px auto;
    display: block;
}

.all-products-oa a {
    text-decoration: none;
}

/*<!---------------------------------------Shop------------------------------------------->>*/
.text-describe h5 {
    font-size: 24px;
    color: #181818;
    font-weight: 600;
    margin-top: 10px;
}

.text-describe p {
    font-size: 13px;
    color: #828282;
    font-weight: 500;
    margin-bottom: 9px;
}

.text-describe p font {
    color: #515151;
    font-weight: 600;
    margin-right: 5px;
}

.text-describe span {
    font-size: 22px;
    color: #000000;
    font-weight: 700;
    margin-top: 18px;
    display: block;
    margin-bottom: 10px;
}

.cta-s {
    margin: 24px 0px 10px 0px;
}

.one-q {
    display: inline-block;
    border: 1px solid #d8d6d7;
    padding: 8px 20px;
    color: #878787;
    font-size: 16px;
    margin-right: 5px;
}

a.s-add-cart {
    text-decoration: none;
    border: 1px solid #000;
    background: #000;
    color: #fff !important;
    padding: 10px 21px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    margin-right: 5px;
}

.s-fav, .s-back {
    background: #888;
    border: none;
    padding: 7px 14px;
    border: 1px solid #888;
    cursor: pointer;
    margin-right: 5px;
}

.last-buy-cta {
    background: #1085bb;
    border: none;
    color: #fff;
    padding: 12px 40px;
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    cursor: pointer;
    width: 100%;
}

a.s-add-cart:hover {
    border: 1px solid #000;
    background-color: #fff;
    color: #000 !important;
    transition: 0.5s;
}

.last-buy-cta:hover, button.order-now-oa:hover, a.activity-info-cta:hover, .event-srch form a button:hover, button.lrn-more-cta:hover, button.google-calndr:hover, button.blog-more:hover, button.proceed-cart:hover, button.cart-proceed:hover {
    background-color: #2e3192;
    transition: 0.5s;
}

.shop-details-oa {
    border-top: 1px solid #e2e2e2;
    padding: 30px 0px 30px 0px;
}

.review h4 {
    font-size: 20px;
    line-height: 20px;
    color: #000000;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.review-one {
    border: 1px solid #c1c1c1;
    padding: 15px 10px 10px 10px;
    margin-bottom: 15px;
}

.review-one h5 {
    font-size: 20px;
    line-height: 23px;
    color: #302e2e;
    font-weight: 700;
    margin-bottom: 0px;
}

.review-one ul {
    list-style: none;
    margin: 5px 0px;
    padding: 0;
}

.review-one ul li {
    display: inline;
    color: #fdc81a;
}

.review-one p {
    font-size: 16px;
    line-height: 23px;
    color: #757575;
    font-weight: 400;
}

.review {
    margin-top: 50px;
}

.shop-right-side h4 {
    font-size: 20px;
    line-height: 20px;
    color: #000000;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
}

.latest-sticker span {
    font-size: 18px;
    line-height: 26px;
    color: #050706;
    font-weight: 700;
    display: block;
    text-align: center;
    margin-top: 15px;
}

.latest-sticker a {
    text-decoration: none;
}

button.order-now-oa {
    background: #1085bb;
    color: #fff;
    border: none;
    text-transform: uppercase;
    margin: 10px auto;
    display: block;
    padding: 10px 20px;
    border-radius: 50px;
    cursor: pointer;
}

.latest-sticker {
    margin: 25px 0px 40px 0px;
    text-align: center;
}

.latest-sticker img {
    height: 197px;
}

.event-one-oa {
    text-align: center;
    margin: 10px 0px 10px 0px;
}

.event-one-oa span {
    font-size: 12px;
    line-height: 26px;
    color: #3d3d3d;
    font-weight: 500;
}

.event-one-oa h3 {
    font-size: 20px;
    line-height: 25px;
    color: #050706;
    font-weight: 600;
}

.event-one-oa p {
    font-size: 14px;
    line-height: 21px;
    color: #3d3d3d;
    font-weight: 500;
}

/*<!----------------------------------------Outdoor-Activity--------------------------------------->*/
.activity_banr {
    background-image: url(assets/images/activity-bnr.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.activity_banr h4 {
    font-size: 40px;
    line-height: 90px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    padding: 100px 0px;
    margin-bottom: 0px;
}

.search-fields form input {
    background-color: #e8e8e8;
    border: none;
    padding: 10px 20px;
    border-radius: 50px;
    width: 40%;
    margin-right: 30px;
    height: 59px;
}

.search-fields form input::placehoder {
    font-size: 20px;
    line-height: 69px;
    color: #b3b3b3;
    font-weight: 500;
}

/*.search-fields form input[name="search"] {

 background-image: url(assets/images/srch1.png);

 background-repeat: no-repeat;

 background-position: right;

 background-origin: content-box;

}*/

/*form#searchForm input[name="search"] {

 background-image: url(assets/images/srch1.png);

 background-repeat: no-repeat;

 background-position: right;

 background-origin: content-box;

}*/
.evnt-txt {
    position: relative;
}

.evnt-txt:after {
    content: "";
    position: absolute;
    background: url(assets/images/srch1.png) no-repeat;
    right: 20px;
    top: 15px;
    width: 30px;
    height: 30px;
}

/*.search-fields form input[name="location"] {

 background-image: url(assets/images/pin2.png);

 background-repeat: no-repeat;

 background-position: right;

 background-origin: content-box;

}
*/
.col-md-12.search-fields {
    padding: 0px;
    margin-bottom: 30px;
}

.outdoor_activities {
    padding: 40px 0px;
}

.activity-txt h2, .right-side-text h2 {
    font-size: 30px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
}

.activity-txt h4, .right-side-text h4 {
    font-size: 18px;
    color: #757575;
    font-weight: 400;
    background: #e8e8e8;
    display: inline-block;
    padding: 14px 23px;
    border-radius: 54px;
    margin-right: 15px;
}

.activity-txt ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.activity-txt ul li {
    font-size: 16px;
    line-height: 24px;
    color: #3a3a3a;
    font-weight: 500;
    margin-bottom: 7px;
}

.activity-txt ul li img {
    margin-right: 10px;
}

.activity-txt ul li font {
    font-size: 18px;
    line-height: 24px;
    color: #3a3a3a;
    font-weight: 700;
}

.activity-img img {
    width: 100%;
    border-radius: 4px;
}

a.activity-info-cta {
    font-size: 17px;
    color: #ffffff !important;
    font-weight: 700;
    background: #1085bb;
    padding: 11px 21px;
    border-radius: 50px;
    text-decoration: none;
    letter-spacing: 1px;
    position: absolute;
    bottom: 0;
}

.activity-one {
    margin: 15px 0px 15px 0px;
    width: 100%;
}

/*<!----------------------------------------Outdoor-Activity-details----------------------------------->*/
.images-section img.img-fluid {
    width: 100%;
    margin-bottom: 15px;
}

.activity-detail-page {
    border-top: 1px solid #e2e2e2;
    padding: 30px 0px 30px 0px;
}

.right-side-text span {
    font-size: 17px;
    color: #000000;
    font-weight: 600;
}

.right-side-text p {
    font-size: 15px;
    line-height: 22px;
    color: #595959;
    font-weight: 500;
}

button.print-list, button.download-list {
    background: #fff;
    border: none;
    font-size: 18px;
    line-height: 24px;
    color: #3a3a3a;
    font-weight: 400;
    cursor: pointer;
    display: inline-block;
    margin-right: 14px;
    margin-top: 20px;
}

button.print-list img, button.download-list img {
    margin-right: 8px;
}

.images-section {
    height: 352px;
    overflow-y: scroll;
}

.images-section::-webkit-scrollbar {
    width: 10px;
}

.images-section::-webkit-scrollbar-track {
    box-shadow: 0 0 0 transparent;
    background: #f1f1f1;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.images-section::-webkit-scrollbar-thumb {
    background: #b9b9b9;
    height: 40px;
    border-radius: 50px;
}

.ul-adjust ul {
    margin-top: 10px;
}

/*<!------------------------------------Events--------------------------------->*/
.event-srch h3 {
    color: #262626;
    font-size: 38px;
    font-weight: 600;
    text-align: center;
    margin: 10px 0px 10px 0px;
}

.event-srch form input[type="search"] {
    background-image: url(assets/images/srch1.png);
    background-repeat: no-repeat;
    background-position: right;
    background-origin: content-box;
    background-color: #e8e8e8;
    border: none;
    padding: 10px 20px;
    border-radius: 50px;
    width: 35%;
    margin-right: 15px;
    height: 50px;
}

input.date-picker {
    background-image: url(assets/images/cal.png);
}

.event-srch form input[type="text"] {
    background-repeat: no-repeat;
    background-position: right;
    background-origin: content-box;
    background-color: #e8e8e8;
    border: none;
    padding: 10px 20px;
    border-radius: 50px;
    width: 25%;
    margin-right: 15px;
    height: 50px;
}

.event-srch form input::placeholder {
    font-size: 18px;
    line-height: 69px;
    color: #888888;
    font-weight: 500;
}

.event-srch form a button {
    font-size: 17px;
    color: #ffffff;
    font-weight: 500;
    background: #1085bb;
    padding: 11px 31px;
    border-radius: 50px;
    letter-spacing: 1px;
    cursor: pointer;
    border: none;
}

.event-srch form {
    margin: 15px 0px !important;
}

.event-image {
    width: 100%;
    max-height: 320px;
    overflow: hidden;
}

.event-list-one h2 {
    font-size: 25px;
    color: #000000;
    font-weight: 700;
}

.event-list-one span {
    font-size: 17px;
    color: #929292;
    font-weight: 500;
    text-transform: uppercase;
    margin: 10px 0px 15px 0px;
    display: block;
}

.event-list-one p {
    font-size: 17px;
    color: #929292;
    font-weight: 500;
    margin: 10px 0px 5px 0px;
}

.event-image img {
    width: 100%;
}

.event-list-one h4 {
    font-size: 17px;
    color: #505050;
    font-weight: 600;
    margin: 15px 0px 0px 0px;
}

button.lrn-more-cta {
    background-color: #1085bb;
    color: #fff;
    text-decoration: none;
    padding: 12px 40px;
    font-size: 20px;
    display: block;
    border: none;
    cursor: pointer;
    margin: 17px 0px 10px 0px;
}

.event-list-one {
    border-bottom: 1px solid #919191;
    padding: 10px 0px 15px 0px;
    margin-bottom: 15px;
}

/*<!------------------------------------Events details--------------------------------->*/
.other-details {
    filter: drop-shadow(1.075px 2.801px 6.5px rgba(0, 0, 0, 0.28));
    background-color: #fff;
    background-image: url(assets/images/circle.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    margin: 20px 0px;
    height: 290px;
}

.other-details h5 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
    background: #003249;
    padding: 10px 0px 10px 20px;
    margin-bottom: 0px;
}

p.detail-head {
    font-size: 18px;
    color: #1085bb;
    font-weight: 700;
}

.end-date {
    display: inline-block;
}

.start-date {
    display: inline-block;
    width: 50%;
}

.start-date p, .end-date p {
    font-size: 18px;
    color: #1085bb;
    font-weight: 700;
}

ul.detail-ul, .start-date ul, .end-date ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

ul.detail-ul li, .start-date ul li, .end-date ul li {
    font-size: 15px;
    color: #9e9e9e;
    font-weight: 500;
}

ul.detail-ul li img, .start-date ul li  img, .end-date ul li img {
    margin-right: 6px;
}

.for-details-padding {
    padding: 10px 10px 25px 25px;
}

button.google-calndr {
    background-color: #1085bb;
    color: #fff;
    text-decoration: none;
    padding: 12px 40px;
    font-size: 20px;
    border: none;
    cursor: pointer;
    margin: 17px 15px 10px 0px;
}

.two-more-btns {
    margin: 0 auto;
    display: table;
}

/*<!---------------------------------------------Blog---------------------------------------->*/
.blog-list-one h4 {
    font-size: 25px;
    letter-spacing: 1px;
    color: #020202;
    font-weight: 700;
    margin-bottom: 5px;
}

.blog-list-one {
    overflow: hidden;
    clear: both;
    margin-bottom: 15px;
}

.blog-list-one h5 {
    font-size: 18px;
    letter-spacing: 1px;
    color: #020202;
    font-weight: 500;
}

.blog-list-one span {
    font-size: 18px;
    letter-spacing: 1px;
    color: #313131;
    font-weight: 600;
    margin-top: 10px;
    display: block;
}

.blog-list-one p {
    font-size: 16px;
    line-height: 22px;
    color: #474747;
    font-weight: 400;
    margin-top: 4px;
}

button.blog-more {
    background: #1085bb;
    border: none;
    color: #fff;
    font-size: 19px;
    padding: 11px 28px;
    border-radius: 50px;
    float: right;
    margin: 10px 0px;
    cursor: pointer;
}

.right-side-blog {
    padding-top: 60px;
}

h4.popular-blog {
    font-size: 22px;
    letter-spacing: 1px;
    color: #020202;
    font-weight: 700;
    margin-bottom: 10px;
}

.right-side-blog ul {
    padding: 0px;
    margin: 20px 0px 20px 17px;
}

.right-side-blog ul li {
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 20px;
    color: #000000;
    font-weight: 600;
}

.right-side-blog ul li a {
    text-decoration: none;
    color: #000000;
}

.right-side-blog ul li a:hover {
    color: #464646;
    transition: 0.5s;
}

.popular-text h3 {
    font-size: 16px;
    letter-spacing: 1px;
    color: #020202;
    font-weight: 700;
    margin-bottom: 0px;
}

.popular-text p {
    font-size: 12px;
    letter-spacing: 0px;
    color: #454545;
    font-weight: 500;
}

.popular-image {
    padding-left: 10px;
    padding-right: 0px;
}

.popular-one {
    margin-bottom: 10px;
}

/*<!---------------------------------------------Blog-detail---------------------------------------->*/
.blog-list1 {
    border-top: 1px solid #e2e2e2;
    padding: 30px 0px 30px 0px;
}

/*<!---------------------------------------------Contact------------------------------------->*/
.form-start h4 {
    font-size: 23px;
    color: #333333;
    font-weight: 600;
    margin: 12px 0px 7px 0px;
}

.form-start form input {
    background: #f4f4f4;
    border: none;
    padding: 8px;
    margin: 10px 10px 10px 0px;
    width: 100% !important;
}

.form-start form input[type="number"] {
    -moz-appearance: textfield;
    margin-right: 0px;
}

/*<!---------------------------------------inupt red star css--------------------------->*/

/*<!----------------------------------inupt red star css---------------------------------->*/

input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.form-start form textarea {
    background: #f4f4f4;
    border: none;
    padding: 8px 15px;
    width: 100%;
    height: 138px;
}

button.send-cta {
    background: #000000;
    border: none;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    padding: 10px 30px;
    border-radius: 5px;
    float: right;
    cursor: pointer;
    margin: 15px 0px 15px 0px;
}

.right-side-contact h4 {
    font-size: 20px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    margin: 10px 0px;
}

.right-side-contact ul {
    list-style: none;
    padding: 0px;
    margin: 14px 0px 10px 0px;
}

.right-side-contact ul li {
    font-size: 17px;
    line-height: 22px;
    color: #696969;
    font-weight: 400;
    margin-bottom: 20px;
}

.right-side-contact ul li img {
    margin-right: 8px;
    width: 13px;
}

.address-one {
    text-align: center;
    height: 100%;
    padding: 20px;
}

.address-one h4 {
    color: #000;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.address-one span {
    font-size: 18px;
}

.address-one p {
    font-size: 15px;
    margin: 5px 0px 10px 0px;
}

.for-border1 {
    border-right: 1px solid #c3c3c3;
    border-left: 1px solid #c3c3c3;
}

.for-border2 {
    border-right: 1px solid #c3c3c3;
}

/*<!---------------------------------------------Cart------------------------------------->*/
.cart-items-oa {
    border-top: 1px solid #e2e2e2;
    padding: 30px 0px 30px 0px;
}

.cart-details h3 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.cart-details p {
    color: #403f3f;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 8px;
}

.cart-details #field1-orbic {
    margin-top: 30px;
    margin-bottom: 10px;
}

.cart-details button#sub-orbic {
    border-radius: 50%;
    border: 1px solid #cccccc;
    padding: 0px 10px;
    background: transparent;
    color: #666666;
    height: 45px;
    width: 45px;
    font-size: 26px;
}

.cart-details button#add-orbic {
    border-radius: 50%;
    border: 1px solid #cccccc;
    padding: 0px 8px;
    background: transparent;
    color: #666666;
    height: 45px;
    width: 45px;
    font-size: 26px;
}

.cart-details div#field1-orbic input[type=number] {
    text-align: center;
    color: #666666;
    border-radius: 2px;
    border: 1px solid #cccccc;
    padding: 3px 11px 3px 11px;
    height: 50px;
    width: 70px;
    margin: 0px 20px;
}

/* The container */
.proceed-cart .container {
    display: inline;
    position: relative;
    padding-left: 20px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-bottom: 0px;
    vertical-align: middle;
}

/* Hide the browser's default checkbox */
.proceed-cart .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.proceed-cart .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border-radius: 4px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.proceed-cart .container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.proceed-cart .container input:checked ~ .checkmark {
    background-color: #dff3fe;
}

/* Create the checkmark/indicator (hidden when not checked) */
.proceed-cart .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.proceed-cart .container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.proceed-cart .container .checkmark:after {
    left: 9px;
    top: 4px;
    width: 7px;
    height: 14px;
    border: solid #1085bb;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

button.proceed-cart {
    background: #1085bb;
    border: none;
    color: #fff;
    font-size: 19px;
    padding: 9px 43px 6px 43px;
    cursor: pointer;
    margin-top: 10px;
}

.item-oa-one {
    border-bottom: 1px solid #cecece;
    padding: 30px 0px 30px 0px;
    overflow: hidden;
}

img.to-close {
    position: absolute;
    right: 6%;
    cursor: pointer;
    z-index: 9999;
}

.cart-details span {
    display: block;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
}

.cart-checkout {
    text-align: right;
    padding: 20px 0px 10px 0px;
}

.cart-checkout span {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    margin-right: 10px;
}

button.cart-proceed {
    background: #1085bb;
    border: none;
    color: #fff;
    padding: 10px 50px;
    font-size: 20px;
    cursor: pointer;
}

/*<!--------------------------------------------Wholesale----------------------------------------------->*/
.wh-blog {
    background-color: #f0f0f0;
    padding: 20px 0px 20px 0px;
}

.specification-txt p {
    font-size: 18px;
    line-height: 30px;
    color: #8b8b8b;
    font-weight: 500;
}

p.txt-adjust {
    margin-bottom: 2px;
}

.specification-txt h4 {
    font-size: 18px;
    line-height: 30px;
    color: #8b8b8b;
    font-weight: 700;
    margin-bottom: 0px;
}

.specification-txt {
    padding-top: 30px;
}

.wholesale-specifications {
    padding: 30px 0px 40px 0px;
}

button.contact-wh-cta {
    background-color: #1085bb;
    border: none;
    font-size: 20px;
    padding: 10px 30px;
    color: #ffffff;
    font-weight: 500;
    margin-top: 24px;
    cursor: pointer;
    margin-bottom: 15px;
}

.updates-txt p {
    font-size: 18px;
    line-height: 30px;
    color: #5f5f5f;
    font-weight: 500;
}

.updates-image img {
    width: 100%;
}

.updates-adjust {
    width: 100%;
}

.updates-image {
    padding: 0;
}

.updates-txt {
    padding-left: 68px;
}

.stck-one {
    filter: drop-shadow(0.423px 0.906px 5.5px rgba(0, 0, 0, 0.13));
    background-color: #ffffff;
    padding: 12px;
}

.stock-detail {
    text-align: center;
}

.stock-detail h4 {
    font-size: 19px;
    color: #575757;
    font-weight: 500;
    margin-bottom: 14px;
    margin-top: 14px;
}

.stock-detail h5 {
    font-size: 19px;
    color: #1085bc;
    font-weight: 700;
    margin-bottom: 14px;
}

.stock-detail p {
    font-size: 19px;
    color: #161616;
    font-weight: 500;
    margin-bottom: 7px;
}

button.stock-view-cta {
    background-color: #323232;
    border: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 29px;
    color: #ffffff;
    font-weight: 500;
    width: 145px;
    padding: 6px 5px;
    margin-bottom: 10px;
    margin-top: 15px;
}

button.stock-view-cta:hover {
    background-color: #101010;
    transition: 1s;
}

button.stock-buy-cta {
    background-color: #1085bc;
    border: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 29px;
    color: #ffffff;
    font-weight: 500;
    width: 145px;
    padding: 6px 5px;
    margin-bottom: 10px;
}

a#wh-left {
    width: 8%;
    opacity: 1;
}

a#wh-right {
    width: 9%;
    opacity: 1;
}

a#wh-left:hover, a#wh-right:hover {
    opacity: 0.6;
}

.buy-stock {
    background: #f0f0f0;
    padding: 0px 0px 40px 0px;
}

.wh-tab-list ul {
    background: #323232;
    display: inline-flex;
    filter: drop-shadow(2.536px 5.438px 2.5px rgba(0, 0, 0, 0.41));
    margin-top: -20px;
    margin-bottom: 35px;
}

.wh-tab-list ul li a.nav-link {
    border-radius: 0;
}

.wh-tab-list ul li a.nav-link {
    border-radius: 0;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 0.5px;
    color: #ffffff;
    font-weight: 500;
    padding: 19px 24px;
}

.wh-tab-list .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #1085bb;
}

.wholesale-updates {
    padding: 0px 0px 60px 0px;
}

.col-md-12.wh-tab-list {
    text-align: center;
}

img.new-wh {
    position: absolute;
    top: -12px;
}

/*<!------------------------------------------------media----------------------------------------------->*/
@media (max-width:725px) {
    .mainaddress, .address-one {
        padding: 10px !important;
    }

    .for-header .navbar-light .navbar-nav .nav-link {
        padding: 6px 11px !important;
        font-size: 17px !important;
    }

    .evnt-txt>input {
        width: 100% !important;
    }

    .slider .carousel-caption h5 b {
        font-size: 36px;
    }

    .links-quick {
        padding: 35px 0px 0px 0px;
    }

    .sign-up {
        padding: 35px 0px 0px 0px;
    }

    .testimonial-text {
        padding: 60px 14px 30px 23px;
    }

    #shop-sorting {
        width: 70%;
    }

    .right-describe {
        margin-top: 40px;
    }

    a.deliver {
        width: 91%;
        margin-top: 15px;
        margin-left: 14px;
    }

    select#p-objective-orbic {
        width: 93.5%;
        margin: 4px 10px;
    }

    form.add-frm {
        width: 100%;
        margin: 0px 0px 0px 0px;
    }

    button.add-cart-OA {
        font-size: 17px;
        padding: 10px 33px;
        border-radius: 70px;
        cursor: pointer;
        width: 240px;
        margin: 5px 0px 0px 0px;
    }

    button.pro-details-OA {
        font-size: 17px;
        padding: 10px 33px;
        width: 240px;
    }

    .about-mobile {
        display: inline-block;
        width: 100%;
        margin-left: 0px;
    }

    img.hline {
        display: none;
    }

    .col-md-6.responsive-top {
        border-top: 1px solid #dadada;
        padding-top: 12px;
        margin-top: 20px;
    }

    .search-fields form input {
        width: 100%;
        margin-right: 0px;
        height: 50px;
        margin-bottom: 15px;
    }

    .col-md-12.search-fields {
        margin-bottom: 0px;
    }

    .activity-txt h2, .right-side-text h2 {
        margin-top: 12px;
    }

    a.activity-info-cta {
        position: inherit;
        margin-top: 10px;
        display: inline-block;
    }

    .event-srch form input[type="text"] {
        width: 100%;
        margin-bottom: 10px;
    }

    .event-srch form input[type="search"] {
        width: 100%;
        margin-bottom: 10px;
    }

    .event-srch form a button {
        width: 100%;
    }

    .other-details {
        height: auto;
    }

    button.google-calndr {
        display: block;
        margin: 17px auto 10px auto;
    }

    .popular-text h3 {
        margin-top: 10px;
    }

    .for-border1 {
        border-right: none;
        border-left: none;
    }

    .for-border2, .address-one {
        border: 1px solid #e6e6e6;
    }

    p.copyright-OA {
        text-align: center;
    }

    p.powerd-OA {
        float: none;
        text-align: center;
    }

    .updates-txt {
        padding-left: 15px;
    }

    .wh-tab-list ul {
        display: block;
    }

    .stck-one {
        margin-bottom: 20px;
    }

    img.new-wh {
        margin-top: -16px;
        top: 0;
    }

}

@media (min-width:581px) and (max-width:720px) {
    .top-link2 ul li a {
        font-size: 13px;
        margin-left: 5px;
    }

    .product-slide-OA1 p.card-text {
        font-size: 28px;
    }

    .product-slide-OA1 .card-body span {
        font-size: 34px;
    }

}

@media(max-width:350px) {
    .search-fields form input[type="search"] {
        background-image: none;
    }

    .search-fields form input[type="text"] {
        background-image: none;
    }

    button.show-results {
        padding: 14px 30px;
    }

    .saved-address {
        padding: 10px 11px;
    }

    .add-nickname h5 {
        font-size: 12px;
    }

}

@media(max-width:580px) {
    .evnt-txt {
        width: 100%;
    }

    h4.ilter-heads {
        width: 100%;
    }

    /*form#searchForm input{
     width: 100% !important;
     margin-right: 0px !important;
    }*/
    .top-link1 p {
        text-align: center;
    }

    .top-link2 ul {
        float: none;
        text-align: center;
    }

    .top-link2 ul li a {
        margin-left: 7px;
    }

    .prev-nxt {
        right: 90px;
    }

    .trend-product {
        padding: 105px 0px;
    }

    .trend-product1 {
        padding: 110px 0px;
    }

    .hover-head1 h4 {
        font-size: 22px;
    }

    .hover-head1 {
        width: 90%;
    }

    .blog .carousel-indicators {
        bottom: -20px;
    }

    .k-txt {
        padding: 28px 0px 10px 0px;
    }

    .k-icon img {
        margin-top: 24px;
    }

    .one-q {
        padding: 8px 14px;
    }

    a.s-add-cart {
        padding: 10px 15px;
    }

    .s-fav, .s-back {
        padding: 7px 5px;
    }

    div#field1 {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .OA-event-text h4 {
        margin-top: 22px;
    }

    a.to-manage-cta {
        margin: 12px auto !important;
        width: 90% !important;
        display: block;
    }

    .kc-details {
        text-align: center;
    }

    .order-one {
        width: 100%;
        text-align: center;
    }

    a.OA-cancel-order {
        margin-left: 0px;
    }

    .col-md-6.responsive-top {
        border-top: 1px solid #dadada;
        padding-top: 12px;
        margin-top: 20px;
        text-align: center;
    }

    .white-ground1 {
        padding: 25px 15px 17px 15px;
    }

    .order-cancel {
        float: none;
        margin-top: 15px;
    }

    .what-paypal a {
        display: block;
    }

}

@media (max-width:1000px) {
    .for-header .navbar-light .navbar-nav .nav-link {
        padding: 10px 8px;
        font-size: 12px;
    }

    .for-header .bg-light {
        padding: 10px 15px 10px 15px;
    }

    .for-header .navbar-brand img {
        width: 150px;
    }

    button.orange {
        position: initial;
        margin-top: 14px;
    }

    button.blue-btn {
        position: initial;
        margin-top: 14px;
    }

    .pro-action {
        text-align: center;
    }

    .for-center {
        text-align: center;
    }

    p#design-txt {
        font-size: 15px;
    }

    form.gender-form {
        display: inline-block;
        margin: 0px 0px;
    }

    .foot-social li a img {
        margin-bottom: 10px;
        width: 25px;
    }

    .specification-tabs nav > div a.nav-item.nav-link, .specification-tabs nav > div a.nav-item.nav-link.active {
        padding: 18px 21px;
    }

    .specification-tabs nav > .nav.nav-tabs {
        width: 100%;
    }

    form.sbmt-frm {
        padding-left: 0px;
    }

    form.add-frm-pro {
        width: 100%;
        margin: 0px 0px 12px 0px;
    }

    form.add-frm-pro .fields {
        width: 100%;
    }

    form.add-frm-pro textarea {
        width: 100%;
    }

}

@media (min-width:1001px) and (max-width:1200px) {
    .for-header .navbar-light .navbar-nav .nav-link {
        padding: 10px 13px;
        font-size: 13px;
    }

    .for-header .bg-light {
        padding: 10px 20px 10px 20px;
    }

    .prev-nxt {
        right: 123px;
    }

    .blog-img-OA {
        height: 215px;
        overflow: hidden;
        max-height: 215px;
    }

    .blog-img-OA1 {
        height: 178px;
        overflow: hidden;
        max-height: 178px;
    }

    .wh-tab-list ul li a.nav-link {
        padding: 17px 16px;
    }

    img.new-wh {
        position: absolute;
        top: 1px;
    }

}

@media (min-width:730px) and (max-width:1200px) {
    .slider .carousel-caption {
        right: 30%;
    }

    .slider .carousel-caption h5 {
        font-size: 26px;
    }

    #field1 input {
        width: 27px;
    }

    button#sub {
        padding: 3px 6px;
    }

    button#add {
        padding: 3px 4px;
    }

    .col-md-4.for-display {
        padding: 0;
    }

    p.pro-price {
        font-size: 12px;
    }

    p.pro-name {
        font-size: 13px;
    }

    .connect-cta {
        margin-top: 0px;
        cursor: pointer;
    }

    .slider .carousel-caption h5 b {
        font-size: 59px;
    }

    ul.foot-connect li img {
        margin-right: 7px;
    }

    ul.foot-connect li {
        font-size: 12px;
        margin: 10px 0px;
    }

    ul.foot-connect li br {
        display: none;
    }

    ul.foot-connect li span {
        margin-left: 0px;
    }

    .product-slide-OA1 .card-body span {
        font-size: 12px;
    }

    .product-slide-OA1 p.card-text {
        font-size: 12px;
        min-height: 60px;
    }

    button.add-cart-OA {
        background: #1085bb;
        font-size: 10px;
        color: #ffffff;
        font-weight: 600;
        border: 1px solid #1085bb;
        padding: 7px 10px;
        border-radius: 70px;
        cursor: pointer;
        display: inline-block;
        margin: 5px 0px 0px 0px;
    }

    .mobile-image {
        vertical-align: top;
        width: 32%;
    }

    .about-mobile {
        width: 60%;
    }

    .about-mobile h3 {
        font-size: 15px;
    }

    .about-mobile span {
        font-size: 12px;
    }

    .about-mobile p {
        font-size: 16px;
    }

    a.OA-track-order {
        font-size: 14px;
        margin-right: 10px;
    }

    a.OA-cancel-order {
        font-size: 14px;
        margin-left: 10px;
    }

    h4.ilter-heads {
        font-size: 12px;
    }

    .filter-by-size {
        padding: 10px 5px 10px 8px;
    }

    .filter-by-size .container {
        font-size: 13px;
    }

    button.clear-cta {
        margin-left: 0px;
        margin: 8px auto;
        display: block;
    }

    button.apply-cta {
        margin: 5px auto;
        display: block;
    }

    .search-fields form input {
        padding: 10px 17px;
        width: 47%;
        margin-right: 18px;
        margin-bottom: 20px;
    }

    a.activity-info-cta {
        font-size: 13px;
        padding: 11px 8px;
        width: 90%;
        display: block;
        text-align: center;
    }

    .popular-text h3 {
        font-size: 10px;
    }

    .popular-text p {
        font-size: 10px;
    }

    .right-side-contact h4 {
        font-size: 12px;
    }

    .right-side-contact ul li {
        font-size: 12px;
    }

}

@media (max-width:1200px) {
    .form-start form input {
        width: 100%;
        margin: 12px 0px 0px 0px;
    }

    .form-start form textarea {
        height: 108px;
        margin-top: 12px;
    }

    .info-form input {
        width: 100%;
    }

    a.login-cta1 {
        width: 70%;
    }

    .sub-form-OA form {
        width: 100%;
        float: none;
    }

    a.more-view-cta {
        width: 47%;
        padding: 7px 13px;
        margin-top: 10px;
    }

    .sticker-manage img {
        vertical-align: middle;
        width: 100%;
    }

    form.add-frm .fields {
        width: 100%;
        margin: 3px 0px 3px 0px;
    }

    form.add-frm textarea {
        width: 100%;
    }

    input.fields-1 {
        width: 100%;
    }

    .shop-card-oa .sticker-manage {
        overflow: hidden;
        width: 100%;
        height: auto;
        min-height: 76px;
    }

    .activity-txt h4 {
        font-size: 14px;
        padding: 12px 14px;
        margin-right: 0px;
    }

    .shop-card-oa {
        padding: 0px 0px;
    }

    .latest-sticker img {
        height: auto;
    }

    .pop-content-login {
        background-color: #ffffff;
        padding: 10px;
        width: auto;
        height: 400px;
    }

}

@media (min-width:581px) and (max-width:1000px) {
    .prev-nxt {
        right: 117px;
    }

    .k-icon img {
        margin-top: -41px;
        width: 30px;
    }

    .k-txt {
        padding: 40px 0px 10px 0px;
    }

    .k-txt h4 {
        font-size: 14px;
    }

    .k-txt p {
        font-size: 26px;
        line-height: 28px;
    }

    .sp-text {
        padding: 14px 0px 10px 0px;
    }

    .sp-text h4 {
        font-size: 23px;
    }

    .sp-text p {
        font-size: 12px;
        line-height: 18px;
    }

    .abt-cta {
        font-size: 13px;
        padding: 11px 25px;
        margin-top: 0px;
    }

    .sub-text h4 {
        font-size: 23px;
        line-height: 55px;
        margin: 22px 0px;
    }

    .blog-img-OA {
        height: 154px;
        overflow: hidden;
        max-height: 154px;
    }

    .blog-img-OA1 {
        height: 130px;
        overflow: hidden;
        max-height: 135px;
    }

    .OA-event-text p {
        font-size: 12px;
        line-height: 20px;
        width: 98%;
    }

    .OA-event-text h4 {
        font-size: 15px;
    }

    .OA-event-text span {
        font-size: 13px;
        line-height: 16px;
    }

    .join-social-OA p {
        font-size: 17px;
        line-height: 30px;
    }

    a.OA-cancel-order {
        font-size: 12px;
        margin-left: 5px;
    }

    a.OA-add-cart-item {
        font-size: 10px;
        padding: 6px 14px;
    }

}

@media(min-width:768px) {
    .mainaddress {
        display: flex;
    }

}

@media(min-width:1220px) {
    .quick-links-OA {
        padding: 0 40px;
    }

    .wp-block-group.rentalgear .wp-block-columns .wp-block-column p {
        padding-right: 30px;
    }

    .about-OA-text p {
        padding-right: 40px;
    }

}

@media (min-width:720px) and (max-width:1000px) {
    .trend-product {
        padding: 105px 0px;
    }

    .trend-product1 {
        padding: 110px 0px;
        margin-top: 20px;
    }

    .hover-head1 {
        width: 86%;
    }

    .hover-head1 h4 {
        font-size: 22px;
    }

    form.add-frm {
        width: 100%;
        margin: 0px 0px 0px 14px;
    }

    .shop-card-body p.card-text {
        padding: 0px 2px;
    }

    a.s-add-cart {
        padding: 10px 10px;
    }

    .s-fav, .s-back {
        padding: 7px 5px;
    }

    .updates-txt {
        padding-left: 24px;
    }

    .updates-txt p {
        font-size: 14px;
        line-height: 23px;
        color: #5f5f5f;
        font-weight: 500;
    }

    button.contact-wh-cta {
        font-size: 15px;
        padding: 8px 24px;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .specification-txt p {
        font-size: 15px;
        line-height: 24px;
        color: #8b8b8b;
        font-weight: 500;
    }

    .specification-txt {
        padding-top: 0px;
    }

    .wh-tab-list ul li a.nav-link {
        font-size: 12px;
        padding: 15px 14px;
    }

    button.stock-view-cta {
        font-size: 13px;
        width: 110px;
        padding: 6px 5px;
    }

    button.stock-buy-cta {
        font-size: 14px;
        width: 110px;
        padding: 6px 5px;
    }

    img.new-wh {
        position: absolute;
        top: 1px;
        width: 33px;
    }

}

@media (min-width:1200px) and (max-width:1920px) {
    .popular-one {
        margin-bottom: 10px;
        display: inline-block;
        height: 60px;
    }

}

@media (max-width:720px) {
    #ott-test  iframe {
        width: 315px !important;
        height: 148px !important;
    }

    .about-ottimmo .about-ottimmo-video iframe {
        width: 301px !important;
        height: 214px !important;
    }

}

@media (min-width:721px) and (max-width:1200px) {
    #ott-test iframe {
        width: 415px !important;
        height: 248px !important;
    }

}

@media (min-width:720px) and (max-width:1000px) {
    .about-ottimmo .about-ottimmo-video iframe {
        width: 264px !important;
        height: 174px !important;
    }

}

@media (min-width:1000px) and (max-width:1200px) {
    .about-ottimmo .about-ottimmo-video iframe {
        width: 354px !important;
        height: 234px !important;
    }

}

/*----------- changes--------*/
@media(min-width:1000px) {
    .owl-nav {
        position: absolute;
        top: 50%;
        width: 100% !important;
    }

    button.owl-next>span {
        right: -35px !important;
        position: absolute;
        font-size: 42px;
        color: #7f7f7f;
        top: 0;
    }

    button.owl-prev>span {
        left: -35px !important;
        position: absolute;
        font-size: 42px;
        color: #7f7f7f;
        top: 0;
    }

    #client, #newarrival {
        position: relative;
    }

}

@media only screen and (width:320px) {
    .right-side-contact ul li {
        font-size: 15px;
    }

}

@media only screen and (width:768px) {
    .shop-card-body p.card-text {
        min-height: 66px;
        font-size: 12px;
    }

    .product-slide-OA1 p.card-text {
        min-height: 40px;
    }

    .event-srch form input[type="text"] {
        width: 32%;
    }

    .popular-image {
        height: 46px;
        padding: 0;
    }

    .popular-image>img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .shop-card-oa .sticker-manage {
        min-height: 207px !important;
    }

}

@media only screen and (width:1024px) {
    img.new-wh {
        position: absolute;
        top: -13px;
        left: -9px;
    }

    .only3ontab {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .shop-card-oa .sticker-manage {
        min-height: 177px;
    }

}

/*----------- changes-----------*/
.cartitem {
    position: relative;
}

.coartcount {
    position: absolute;
    top: -1px;
    right: -2px;
    background-color: #003249;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    border-radius: 50px;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    padding: 0;
}

.buy-stock button.owl-prev>span {
    filter: drop-shadow(-0.464px 1.438px 3.5px rgba(0, 0, 0, 0.21));
    background-color: white;
    height: 48px;
    width: 48px;
    line-height: 44px;
    border-radius: 100px;
    font-size: 40px;
    text-align: center;
}

.buy-stock button.owl-next>span {
    filter: drop-shadow(-0.464px 1.438px 3.5px rgba(0, 0, 0, 0.21));
    background-color: white;
    height: 48px;
    width: 48px;
    line-height: 44px;
    border-radius: 100px;
    font-size: 40px;
    text-align: center;
}

.deliver {
    background: #0b83d9;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 12px 55px;
    width: 97%;
    border-radius: 2px;
    margin-bottom: 5px;
    margin-top: 10px;
    margin-left: 0px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
}

.panel button.cart-proceed {
    margin-top: 9px;
    margin-left: 20px;
}

ul#nav-item>li {
    position: relative;
    padding: 6px 0;
}

.owl-item {
    width: 295.27px;
    margin-right: 20px;
    max-width: 100%;
}

/*#contact input {
 background: #f4f4f4;
 border: none;
 padding: 8px 15px;
 width: 100%;
 margin: 10px 10px 10px 0px;
}*/
.error {
    font-weight: 400 !important;
    font-size: 14px;
}

.swim-checkout-1>input, .swim-checkout-1, .swim-checkout-1>textarea, .swim-checkout-1>select {
    width: 100% !important;
}

#manage_address>input, #manage_address>textarea, #manage_address>select {
    width: 100% !important;
}

.login-cta1 {
    border: 0;
    background-color: #0b84da;
    padding: 10px 32px;
    color: #fff;
    letter-spacing: 1px;
    cursor: pointer;
    text-transform: uppercase;
    margin: 0 auto;
    text-align: center;
    display: inherit;
    margin-bottom: 30px;
}

#loginForm i.fa.fa-eye, #loginForm .fa-eye-slash {
    position: relative;
    top: 23px;
}

#Nextmodal {
    color: #fff;
}

#Nextmodal:hover {
    color: #000;
}

.registerform>span {
    margin-bottom: 40px;
    display: block;
}

input#search:hover, input#location:hover {
    background-image: none;
}

.create-acc2 {
    background: #0b83d9;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 12px 55px;
    width: 100%;
    border-radius: 2px;
    margin-bottom: 5px;
    margin-top: 10px;
    margin-left: 0px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    max-width: 430px;
}

/*input#search:hover {
 background-image: none !important;
}*/

/*input#search:focus {
 display: none;
}*/
.evnt-txt input {
    padding-right: 40px;
}

.evnt-txt>input {
    width: 96% !important;
}

.evnt-txt>input {
    padding-right: 50px !important;
}

.pagination {
    width: 100%;
    justify-content: center;
    margin-top: 30px;
}

.pagination a:hover {
    background: #1085bb !important;
}

.pagination .current {
    background: #1085bb !important;
}

.wholesale-imgbox {
    padding-bottom: 60px;
}

.mainaddress {
    align-items: center;
    border: 1px solid #e6e6e6;
    margin-bottom: 20px;
    padding: 10px 30px;
}

.address-img {
    margin-right: 20px;
}

.popular-image>img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    max-height: 60px;
}

.newsbox>h4 {
    font-size: 23px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 20px;
}

ul.news-wrap {
    margin: 0;
    padding: 0;
}

ul.news-wrap li {
    min-height: 38px;
    list-style-type: none;
    position: relative;
    margin-bottom: 20px;
}

span.news-thumb>img {
    width: 38px;
    height: 38px;
    border: 1px solid #656565;
    padding: 2px;
}

strong.news-headline {
    font-size: 12px;
    color: #fff;
    padding-left: 10px;
}

span.news-thumb {
    position: absolute;
    left: 0;
    top: 3px;
}

strong.news-headline {
    font-size: 12px;
    color: #fff;
    padding-left: 50px;
    display: block;
    font-weight: 700;
    font-family: sans-serif;
}

strong.news-headline>span {
    display: block;
    font-weight: 400;
    margin-top: 2px;
}

.shop-bnr {
    position: relative;
}

.bnr-text {
    font-size: 40px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.charle-text>h1 {
    font-size: 30px;
    color: #0c0c0c;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-family: 'Roboto';
}

#Charleston-sec {
    padding: 50px 0;
}

.quick-links-OA>h4 {
    color: #fff;
}

.wp-block-group__inner-container {
    width: 92%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.wp-block-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

@media(min-width:768px) {
    .twooutdoor {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

}

.banner .size-full {
    overflow: hidden;
}

.wp-block-column>h2 {
    color: #000;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.wp-block-column>p {
    margin-bottom: 0;
}

.wp-block-column {
    margin-bottom: 20px;
}

.wp-block-columns .wp-block-column:last-child {
    border: 0px;
}

figure.wp-block-image.size-full>img {
    height: 100%;
    width: 100%;
}

.wp-block-columns.banner>.wp-block-column {
    padding: 0;
}

.bestborder {
    border: 1px solid #c3c3c3;
    margin-bottom: 30px;
}

.bestborder .size-full {
    overflow: hidden;
}

.bestborder .size-full>img {
    float: left;
    width: 120px;
    height: 120px;
    margin-right: 20px;
    position: relative;
    top: 30px;
}

.bestborder figure.wp-block-image.size-full {
    margin-bottom: 0;
    position: relative;
    top: -10px;
}

.bestborder .wp-block-column {
    margin-bottom: 0;
}

.bestborder figcaption {
    padding-left: 140px;
    line-height: 34px;
}

.bestborder figcaption>h2 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 0;
    line-height: normal;
    position: relative;
    top: 20px;
}

.bestborder figcaption>img {
    width: 14px;
    margin-right: 5px;
}

.size-large>img {
    width: 100% !important;
    object-fit: cover;
    background-size: cover;
    background-position: center;
    object-position: center;
}

.banner {
    margin: 0;
    width: 100%;
    display: block;
    padding: 0;
}

.one .wp-block-column {
    text-align: center;
    padding: 40px 0 10px;
}

.two .wp-block-columns {
    width: 100%;
}

.two .wp-block-columns .wp-block-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.two figure.wp-block-image>img {
    width: 100%;
    max-height: 220px;
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.two>.wp-block-group__inner-container>.wp-block-columns {
    margin: 0;
    padding: 0;
    display: block;
}

.three {
    padding: 60px 0;
}

.wp-block-group.four {
    background: #1085bb;
    text-align: center;
    padding: 60px 0px 50px 0px;
    color: #fff;
}

.wp-block-group.four p>a {
    background: #ffffff;
    color: #212121;
    text-decoration: none;
    padding: 9px 38px;
    text-align: center;
    border-radius: 67px;
    margin-top: 30px;
    font-size: 17px;
    cursor: pointer;
    border: none;
    font-weight: 600;
    display: inline-block;
}

.four h2.has-text-align-center {
    font-size: 35px;
    line-height: 55px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Roboto";
    text-transform: uppercase;
    margin-bottom: 10px;
}

.one h2 {
    font-size: 30px;
    color: #0c0c0c;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-align: center;
}

.cert-box ul {
    display: flex;
    justify-content: center;
}

.findstuff {
    padding: 0 0 60px;
}

.findstuff h2 {
    font-size: 35px;
    line-height: 40px;
    color: #000000;
    font-weight: 700;
    font-family: "Roboto";
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 10px 0px 20px 0px;
    text-align: center;
}

.findstuff .wp-block-column {
    text-align: center;
}

.findstuff figure.wp-block-image>img {
    width: 110px;
    max-width: 110px;
}

.findstuff .wp-block-column h3 {
    font-size: 20px;
    line-height: 40px;
    color: #010101;
    font-weight: 400;
    font-family: "Roboto";
    text-align: center;
}

.pravinstuff .wp-block-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.pravinstuff>.wp-block-columns {
    display: block;
}

.pravinstuff figcaption>a {
    font-size: 20px;
    color: #010101;
    font-weight: 400;
    font-family: "Roboto";
    text-align: center;
    margin-top: 10px;
    display: inline-block;
}

.pravinstuff figcaption>a:hover {
    text-decoration: none;
}

.wp-block-column.pravinstuff>p>a {
    background: #1085bb;
    color: #fff;
    text-decoration: none;
    padding: 9px 38px;
    text-align: center;
    border-radius: 67px;
    margin-top: 20px;
    font-size: 17px;
    cursor: pointer;
    border: none;
}

.instagroup>.wp-block-group__inner-container>.wp-block-columns {
    display: block;
}

.istasecond>.wp-block-columns, .istaseven>.wp-block-columns {
    display: inline-block;
}

.wp-block-column.istafour, .wp-block-column.istathird, .wp-block-column.istaeight, .wp-block-column.istanine {
    position: relative;
    width: 48%;
    float: left;
    box-sizing: border-box;
    margin-bottom: -7px;
}

.instapic {
    width: 25px;
    position: absolute;
    top: 20px;
    right: 20px;
}

.instagroup>.wp-block-group__inner-container {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    overflow: hidden;
}

.wp-block-group.instagroup figure {
    margin: 0;
}

.istasecond, .istaseven {
    margin: 0;
}

.wp-block-column.istafirst {
    margin: 0;
}

.istathird {
    padding: 0;
}

.wp-block-group.instagroup {
    margin-bottom: -16px;
}

.rentalgear {
    padding: 60px 0 0;
}

.pravinrent>.wp-block-columns {
    margin: 0;
}

.wp-block-group.rentalgear .wp-block-columns .wp-block-column p {
    padding-bottom: 20px;
}

.wp-block-group.rentalgear .wp-block-columns .wp-block-column h2 {
    font-size: 35px;
    line-height: 40px;
    color: #000000;
    font-weight: 700;
    font-family: "Roboto";
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 10px 0px 20px 0px;
}

@media(min-width:992px) {
    .rentalgear .wp-block-column {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

}

@media (min-width:768px) {
    .pravinrent>.wp-block-columns>.wp-block-column {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .istasecond, .istaseven {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .pravinstuff figure.wp-block-image.size-large {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .three .wp-block-column {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .three figure.wp-block-image {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        padding-right: 15px;
        padding-left: 15px;
        position: relative;
        width: 100%;
    }

    .pravinstuff {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .pravininstagram {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .bestborder .wp-block-column {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        text-align: left;
    }

    .two figure.wp-block-image {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        padding-right: 15px;
        padding-left: 15px;
        position: relative;
        width: 100%;
    }

}

@media only screen and (width:768px) {
    .wp-block-column.istafour, .wp-block-column.istathird, .wp-block-column.istaeight, .wp-block-column.istanine {
        width: 47%;
    }

    li#menu-item-2751 ul.sub-menu.dropdown-menu {
        display: table !important;
    }

}

@media(max-width:767.98px) {
    .wp-block-column.istafour, .wp-block-column.istathird, .wp-block-column.istaeight, .wp-block-column.istanine {
        width: 50%;
        padding: 0;
    }

    .pravinrent .wp-block-column {
        padding: 0;
    }

    .findstuff {
        padding: 0px 0 60px;
    }

    .two .wp-block-column {
        display: block !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .wp-block-column {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .wp-block-columns .wp-block-column {
        border-right: 0;
    }

    .pravinstuff figure.wp-block-image.size-large {
        width: 50%;
    }

    .wp-block-column.pravinstuff>.wp-block-columns>.wp-block-column {
        margin: 0;
    }

}

.wp-block-column.pravinrent {
    text-align: center;
    margin: 0;
    width: 100%;
}

/*new header*/
.mh {
    display: none;
}

.pum-content.popmake-content a {
    color: #54595f;
    font-weight: 500;
}

.top-strip {
    background-color: #003249;
    padding: 5px 0px;
}

.top-contnt .top-txt {
    font-family: "ABeeZee", Sans-serif !important;    /*font-family: 'ABeeZee';*/
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
    margin-left: auto;
}

.top-contnt .top-icn {
    display: flex;
    margin-left: auto;
}

.top-contnt {
    display: flex;
    justify-content: center;
}

.top-contnt .top-txt {
    font-family: 'ABeeZee';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
    margin-left: auto;
}

.top-contnt .top-icn {
    display: flex;
    margin-left: auto;
}

.top-contnt .top-icn i {
    font-size: 24px;
    color: #fff;
    padding-right: 15px;
}

.cont-btn {
    background-color: #003249;
    border-radius: 5px;
    color: #fff;
}

.cont-btn i {
    font-size: 22px;
    padding-right: 6px;
}

/*header edit*/
ul#nav-item a {
    font-size: 15px;
}

li.nav-item.icon-ul {
    display: none;
}

a.navbar-brand img {
    width: 210px;
}

li#menu-item-2989 a {
    color: #fff !important;
    padding: 7px;
    background: #003249 !important;
    border: 2px solid #C1F0FA;
    border-radius: 8px;
}

li#menu-item-2989 {
    background: transparent;
}

ul#nav-item a {
    font-size: 14px;
}

img.new-wh {
    display: none;
}

li#menu-item-2751 ul.sub-menu.dropdown-menu {
    display: none !important;
}

.i.icon.icon-down-arrow1.elementskit-submenu-indicator {
    display: block !important;
}

/*html css*/
:root {
    --primary: #06A3DA;
    --secondary: #F57E57;
    --light: #EEF9FF;
    --dark: #091E3E;
}

body {
    font-family: "Muli";
}

h1, h2, .font-weight-bold {
    font-weight: 700 !important;
}

h3, h4, .font-weight-semi-bold {
    font-weight: 600 !important;
}

h5, h6, .font-weight-medium {
    font-weight: 500 !important;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: "Muli";
    font-weight: 500;
    line-height: 1.2;
}

.btn {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary, .btn-secondary {
    color: #FFFFFF;
}

.btn-primary:hover {
    background: var(--secondary);
    border-color: var(--secondary);
}

.btn-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square, .btn-sm-square, .btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

/* .top-shape::before {
   position: absolute;
   content: "";
   width: 35px;
   height: 100%;
   top: 0;
   left: -17px;
   background: var(--primary);
   transform: skew(40deg);
} */
.navbar-light .navbar-nav .nav-link {
    padding: 10px 20px;
    font-weight: 500;
    font-size: 17px;
    color: #313131;
    outline: none;
    transition: .5s;
}

nav.navbar.navbar-expand-lg {
    padding: 20px 25px 20px 25px;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
}

.header-banner img {
    height: 100%;
    width: 100%;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width:991.98px) {
    .navbar-light .navbar-nav .nav-link, .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
    }

}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(9, 30, 62, .85);
    z-index: 1;
}

@media (max-width:576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }

}

.carousel-control-prev, .carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (min-width:991.98px) {
    .banner {
        position: relative;
        margin-top: -90px;
        z-index: 1;
    }

}

.section-title h5::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 3px;
    right: -55px;
    bottom: 11px;
    background: var(--primary);
}

.section-title h5::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    right: -75px;
    bottom: 11px;
    background: var(--secondary);
}

.twentytwenty-wrapper {
    height: 100%;
}

.hero-header {
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.main-head h2 {
    background: #fff;    /* position: absolute; */
    top: -18px;
    text-align: center;
    display: table;
    left: 0;
    font-size: 36px;    /* text-align: center; */
    color: #484848;    /* padding: 0px 20px; */

    /* margin: 0 auto; */
    right: 0;
    z-index: 9;
}

.main-head {
    text-align: center;
    border-bottom: 5px solid #69B3D4;
    position: relative;
}

.cent-btn {
    margin: 50px 0 !important;
}

.cent-btn a {
    margin: 0 auto !important;
    text-align: center;
}

.view-btn a {
    color: #fff;
    font-size: 20px;
    text-align: center;
    background: #1085BB;
    font-family: "Muli";
    display: table;
    margin-left: auto;
    padding: 11px 53px;
    border-radius: 5px;
}

.view-btn {
    margin-top: 20px;
}

.owl-carousel .owl-stage {
    padding-bottom: 6px;
}

section.bluebg {
    background: url(../img/bluebg.jpg) top left;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-bottom: 50px;        /* background-attachment: fixed; */
}

p.comma-title {
    text-align: center;
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 40px;
}

img {
    max-width: 100%;
}

.row-bg {
    background: #fff;
    height: 177px;
    position: absolute;        /* left: 116px; */
    right: 0;        /* z-index: 9999; */
    top: 62%;
    width: 91%;
    left: 9%;
}

.rental-img {
    z-index: 1;
    position: relative;        /* left: 0; */

    /* right: 0; */
}

section.about-bg {
    background: #A6DDF8;
    padding: 50px;
    margin: 50px 0px;
}

.clear {
    clear: both;
}

.feature {
    text-align: center;
}

.feat-title {
    color: #5F5F5F;
    font-size: 18px;
    font-weight: 600;
    padding-top: 20px;
}

.owl-carousel .owl-wrapper-outer {
    padding-bottom: 10px;
}

.cell-right {
    text-align: center;
    margin-right: 80px;
    padding-top: 35px;
    padding-bottom: 20px;
}

.et_right_sidebar #main-content .container:before {
    display: none;
}

#main-content .container {
    padding-top: 10px;
}

i.fa.fa-quote-left {
    padding: 0px 10px;
    color: #999;
}

.owl-pagination {
    display: none;
}

@media (max-width:1199px) {
    .row-bg {
        height: 140px;
        top: 65%;
        width: 87%;
        left: 13%;
    }

}

@media (max-width:991px) {
    .row-bg {
        height: 88px;
        top: 73%;
        width: 82%;
        left: 18%;
    }

    .main-head h2 {
        top: -12px;
        font-size: 24px;
    }

    .about-sect h2 {
        color: #484848;
        font-size: 22px;
        line-height: 32px;
    }

}

@media (max-width:768px) {
    .row-bg {
        display: none;
    }

    .rental-img {
        margin-bottom: 21px;
    }

}

@media (max-width:576px) {
    .rental-img {
        margin: 10px auto;
        display: table;
    }

    .feature {
        text-align: center;
        margin-bottom: 33px;
    }

}

/* ashwani  */
.top-contnt {
    display: flex;
    justify-content: center;
}

.top-contnt .top-txt {
    font-family: 'ABeeZee';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
    margin-left: auto;
}

.top-contnt .top-icn {
    display: flex;
    margin-left: auto;
}

.top-contnt .top-icn i {
    font-size: 24px;
    color: #fff;
    padding-right: 15px;
}

.cont-btn {
    background-color: #003249;
    border-radius: 5px;
    color: #fff;
}

.cont-btn i {
    font-size: 22px;
    padding-right: 6px;
}

.featur-box {
    background: #FFFFFF;
    box-shadow: 2px 0px 18px 5px rgba(0, 0, 0, 0.13);
    border-radius: 0px 50px;
    width: 18%;
    text-align: center;
    padding: 25px 0 20px 0;
    margin-left: 25px;
    margin-top: 50px;
    float: left;
    height: 181px;
}

.featur-box p {
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    padding-top: 20px;
}

/* .ftr-sec{
display: flex;
} */
.insta-hed span {
    font-weight: 700;
    color: #000000;
}

.insta-hed i {
    font-size: 40px;
    color: #d62976;
    font-weight: 500;
}

.insta-img {
    margin: 15px 0;
}

/* faq start */
.question {
    font-size: 16px;    /* font-weight: 600; */
    padding: 20px 80px 20px 20px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.question::after {
    content: "\002B";
    font-size: 2.2rem;
    position: absolute;
    right: 20px;
    transition: 0.2s;
}

.question.active::after {
    transform: rotate(45deg);
}

.answercont {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
}

.answer {
    padding: 20px;
    line-height: 1.6rem;
    background-color: #eee;
    color: #000;
}

.faq-box {
    background-color: #1085BB;
    color: #fff;
    box-shadow: 0 5px 10px 0 rgb(0, 0, 0, 0.25);
    margin: 0 0 20px 0;
    border-radius: 4px;
}

@media screen and (max-width:790px) {
    html {
        font-size: 14px;
    }

    .wrapper {
        width: 80%;
    }

}

/* faq ends */
.faq-hed {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 54px;
    text-align: center;
    color: #484848;
    padding: 30px 0;
}

.faq-blue {
    background: rgba(166, 221, 248, 0.43);
}

.crous-img {
    border: #1085BB 2px solid;
    background: #ffffff;
    border-radius: 50%;
    width: 90px;
    height: 90px;        /* padding: 10px 6px 6px 6px; */
    overflow: hidden;
    position: absolute;
    left: 40%;
    margin-top: -50px;
}

.head h2 {
    text-align: center;
    font-size: 35px;
    color: #fff;
    padding: 50px 0;
    font-weight: 600;
}

.crous-text {
    text-align: center;
    padding: 54px 50px 20px 50px;
}

.crous-text .client-name {
    font-weight: 600;
    color: #000;
}

.say-bg {
    background-image: url(../img/client-say-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.crous {
    background-color: #fff;
    margin: 51px 20px;
    border-radius: 5px;
    box-shadow: 2px 5px 9px 1px rgb(0 0 0 / 25%);
}

.client-text:before {
    content: "\f10d";
    font-family: 'FontAwesome';
    padding-right: 20px;
    font-size: 20px;
    color: #1085BB;
}

.client-text::after {
    content: "\f10e";
    font-family: 'FontAwesome';
    padding-left: 20px;
    font-size: 20px;
    color: #1085BB;
}

.love-txt {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #000000;
    padding: 20px 30px;
}

.love-sec {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 0px 0px;
}

.form-hed {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 54px;
    text-align: center;
    color: #FFFFFF;
}

.frm-blue {
    background: #1085BB;
}

.subm {
    background: #003249;
    border-radius: 0px 5px 5px 0px;
    color: #FFF;
    border: 1px solid #003249;
}

.sub-form {
    padding: 20px 0 30px 0;
}

.form-hed {
    padding-top: 30px;
}

.foot-bg {
    background: #3B3B3B;
}

.foot-1 {
    color: #FFF;
    padding: 40px 0 0 0;
}

.foot-1 p {
    padding-top: 20px;
}

.foot-2 {
    color: #FFF;
    padding: 50px 0 40px 90px;
}

.foot-2 .foot-nav {
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
}

.foot-2 .links .hom a {
    text-decoration: none;
    color: #FFF;
}

.hom {
    padding-top: 10px;
}

.links {
    padding-top: 50px;
}

.foot-socio {
    display: flex;
}

.foot-socio .socio i {
    font-size: 25px;
    padding: 10px;
}

.foot-join {
    font-weight: 600;
    font-size: 23px;
    color: #FFFFFF;
    padding: 20px 0;
}

.foot-bot-bg {
    background: #000;
}

.foot-bot {
    justify-content: space-between;
    display: flex;
}

.copy {
    font-family: 'ABeeZee';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    color: #FFFFFF;
    padding: 20px 0;
}

.yestit {
    font-family: 'ABeeZee';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    color: #FFFFFF;
    padding: 20px 0;
}

.yestit i {
    color: red;
}

.img-txt {
    font-weight: 600;
    padding: 20px 0;
    color: #000;
}

/* Custom Stellar Styles 2023 */
.elementor-element-e41d410 .woocommerce ul.products li.product-category{
    margin:0 0 0px 0;
    padding:0;
}
.elementor-element-e41d410 .woocommerce ul.products li.product-category h2{
    margin:0 0 0px 0;
    padding:0;
}
.elementor-element-e41d410 .woocommerce ul.products li.product-category h2 a{
    margin:0 0 0px 0;
    padding:0;
}

@media screen and (max-width:1400px) {
    .featur-box {
        width: 17%;
        margin: 25px 15px;
    }

    .featur-box p {
        font-size: 18px;
    }

}

@media screen and (max-width:1200px) {
    .featur-box {
        width: 21%;
    }

}

@media screen and (max-width:991px) {
    .featur-box {
        width: 29%;
    }

}

@media screen and (max-width:767px) {
    .featur-box {
        width: 44%;
    }

}

@media screen and (max-width:520px) {
    .featur-box {
        width: 100%;
    }

}

@media screen and (min-width:790px) {
    .main-head {
        margin-left: -60px;
        margin-bottom: 60px;
    }

    .new-drop-megamenu {
        min-width: 820px;
        margin-left: -555px !important;
        padding: 20px;
        padding-right: 60px;
    }

}

@media screen and (max-width:768px) {
    .view-btn {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .foot-2 {
        color: #FFF;
        padding: 50px 0 40px 0px
    }

}

@media screen and (min-width:1024px) {
    .featur-box {
        width: 17%;
        margin: 25px 15px;
    }

}

@media screen and (max-width:1024px) {
    .owl-prev {
        position: absolute;
        left: -15px;
        top: 45%;
    }

    .owl-next {
        position: absolute;
        right: -15px;
    }

}

@media screen and (max-width:425px) {
    .owl-prev {
        position: absolute;
        left: -1px;
        top: 45%;
    }

    .owl-next {
        position: absolute;
        right: -3px;
    }

    .featur-box {
        margin: 25px 0px;
    }

    .insta-img {
        text-align: center;
    }

}

@media screen and (min-width:991px) and (max-width:1024px) {
    .featur-box {
        width: 21%;
    }

}

@media screen and (max-width:320px) {
    nav.navbar.navbar-expand-lg {
        padding: 20px 11px 20px 11px;
    }

}

@media screen and (width:1024px) {
    .navbar-brand img {
        max-width: 180px !important;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 10px 9px;
        font-weight: 500;
        font-size: 15px;
    }

    .cont-btn {
        font-size: 12px;
    }

    .cont-btn i {
        font-size: 14px;
    }

}

.top-strip {
    background-color: #003249;
    padding: 12px 0px;
}

}
