@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    background: #fff;
    border: none;
    border-radius: 0;
    padding: 0;
    /* box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1); */
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.middlenav {
    width: 66%;
    margin: 10px auto;
}

.mob-view {
    display: none;
}

/* Search Bar Style */

.searchbar form .inner-form {
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
}

.searchbar form .inner-form .input-field {
    height: 45px;
}

.searchbar form .inner-form .input-field input {
    height: 100%;
    background: transparent;
    border: 0;
    display: block;
    width: 100%;
    padding: 10px 32px;
    font-size: 16px;
    color: #555;
}

.searchbar form .inner-form .input-field input.placeholder {
    color: #888;
    font-size: 16px;
}

.searchbar form .inner-form .input-field input:-moz-placeholder {
    color: #888;
    font-size: 16px;
}

.searchbar form .inner-form .input-field input::-webkit-input-placeholder {
    color: #888;
    font-size: 16px;
}

.searchbar form .inner-form .input-field input:hover, .searchbar form .inner-form .input-field input:focus {
    box-shadow: none;
    outline: 0;
    border-color: #fff;
}

.searchbar form .inner-form .input-field.first-wrap {
    width: 200px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.searchbar form .inner-form .input-field.first-wrap .choices__inner {
    background: transparent;
    border-radius: 0;
    border: 0;
    height: 100%;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 30px;
}

.searchbar form .inner-form .input-field.first-wrap .choices__inner .choices__list.choices__list--single {
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.searchbar form .inner-form .input-field.first-wrap .choices__inner .choices__item.choices__item--selectable.choices__placeholder {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    opacity: 1;
    color: #888;
}

.first-wrap {
    display: flex;
}

.locator-search {
    margin: 14px 11px;
    position: absolute;
}

.searchbar form .inner-form .input-field.first-wrap .choices__inner .choices__list--single .choices__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    color: #555;
}

.searchbar form .inner-form .input-field.first-wrap .choices[data-type*="select-one"]:after {
    right: 30px;
    border-color: #e5e5e5 transparent transparent transparent;
}

.searchbar form .inner-form .input-field.first-wrap .choices__list.choices__list--dropdown {
    border: 0;
    background: #fff;
    padding: 20px 30px;
    margin-top: 2px;
    border-radius: 4px;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
}

.searchbar form .inner-form .input-field.first-wrap .choices__inner {
    background: transparent;
    border-radius: 0;
    border: 0;
    height: 100%;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 30px;
}

.searchbar form .inner-form .input-field.first-wrap .choices__list.choices__list--dropdown .choices__item--selectable {
    padding-right: 0;
}

.searchbar form .inner-form .input-field.first-wrap .choices__list--dropdown .choices__item--selectable.is-highlighted {
    background: #fff;
    color: #63c76a;
}

.searchbar form .inner-form .input-field.first-wrap .choices__list--dropdown .choices__item {
    color: #555;
    min-height: 24px;
}

.searchbar form .inner-form .input-field.second-wrap {
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.searchbar form .inner-form .input-field.third-wrap {
    width: 74px;
}

.searchbar form .inner-form .input-field.third-wrap .btn-search {
    height: 100%;
    width: 100%;
    white-space: nowrap;
    color: #fff;
    border: 0;
    cursor: pointer;
    background: #17a2b8;
    transition: all .2s ease-out, color .2s ease-out;
}

.searchbar form .inner-form .input-field.third-wrap .btn-search svg {
    width: 16px;
}

.searchbar form .inner-form .input-field.third-wrap .btn-search:hover {
    background: #138496;
}

.searchbar form .inner-form .input-field.third-wrap .btn-search:focus {
    outline: 0;
    box-shadow: none;
}

.choices[data-type*="select-one"] .choices__input {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #DDDDDD;
    background-color: #FFFFFF;
    margin: 0;
}

.searchbar form .inner-form .input-field.first-wrap .choices__inner .choices__list--single .choices__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    color: #555;
}

/* End Search Bar Style */

.logo img {
    width: 92px;
    margin: 2px auto 0px;
    display: block;
}

.searchbar {
    width: 70%;
    margin: 0px auto 20px;
    position: relative;
    left: -34px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    overflow-y: hidden;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

button.button {
    background: transparent;
    border: 0;
    cursor: pointer;
    outline: none;
}

.modal-dialog {
    margin: 30px auto;
    width: 360px;
}

.popup-form {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    display: table;
    outline: 0 none;
    position: relative;
    width: 100%;
}

.form-header {
    padding: 25px 15px 15px;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}

p.form-title {
    font-size: 13px;
    font-weight: 400;
    color: #747474;
    letter-spacing: .13px;
    text-align: center;
    margin: 0;
}

.form-body {
    padding: 15px 25px;
    display: table;
    position: relative;
    width: 100%;
    color: #747474;
    margin: 0;
}

.pop-input {
    height: 42px;
    border-radius: 2px;
    padding: 0 12px;
    border-color: #e5e5e5;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .14px;
    color: #424242;
    margin-top: 10px;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover, .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.popup-submit {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .14px;
    height: 42px;
    border-radius: 2px;
    cursor: pointer;
    background: #337ab7;
    width: 100%;
    border: 0;
}

/* ---------------------------------------------------
    Register Step Form STYLE
----------------------------------------------------- */

.form-card {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    padding: 20px 40px 30px 40px;
    box-sizing: border-box;
    position: relative;
}

#stepRegForm {
    background-color: #ffffff;
    margin: 0px auto;
    text-align: center;
    padding: 40px 20px;
    border-radius: 10px;
}

.stepForm input, .stepForm textarea {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    font-family: Raleway;
    border: 1px solid #aaaaaa;
    border-radius: 10px;
    -webkit-appearance: none
}

.stepForm .tab input:focus, .stepForm .tab textarea:focus {
    border: 1px solid #17a2b8;
    outline: none
}

.progress {
    margin: 15px 0 30px;
}

.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left
}

.error50 {
    width: 50%;
    display: inline-block;
    font-size: 14px;
}

/* .stepForm input.invalid, .stepForm textarea.invalid {
    border: 1px solid #e03a0666
} */

/* .stepForm .tab {
    display: none
} */

/* #prevBtn {
    background-color: #bbbbbb
} */

.all-steps {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
    display: inline-flex;
    justify-content: center
}

.step {
    height: 50px;
    width: 50px;
    margin: 0 19px;
    background-color: rgb(57 50 176 / 12%);
    border: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #17a2b8;
    opacity: 0.5;
}

.step.active {
    opacity: 1
}

.step.finish {
    color: #fff;
    background: #17a2b8;
    opacity: 1
}

.all-steps {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px
}

.thanks-message {
    display: none
}

.form-card {
    text-align: left;
    color: #9E9E9E;
}

.action-button {
    cursor: pointer;
    margin: 10px 5px;
    border-radius: 0;
    box-shadow: 2px 2px 5px #949494;
    padding: 6px 25px;
    color: #fff;
    background-color: #17a2b8;
    border: 1px solid #17a2b8;
}

.action-button i, .action-button-previous i {
    vertical-align: middle;
}

.action-button:hover, .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #17a2b8;
    outline: none;
}

.action-button-previous {
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    cursor: pointer;
    margin: 10px 5px;
    border-radius: 0;
    box-shadow: 2px 2px 5px #949494;
    padding: 6px 25px;
}

.action-button-previous:hover, .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #616161;
    outline: none;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
    width: 270px;
    position: fixed;
    top: 0;
    left: -270px;
    height: 100vh;
    z-index: 999;
    background: #7386D5;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #7386D5;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover {
    background: #fff;
    color: #7386D5;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0%;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: all 0.5s ease-in-out;
    z-index: 998;
}

.overlay.active {
    display: block;
    opacity: 1;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

#sidebar ul.components {
    padding: 20px 0;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 20px;
    font-size: 16px;
    display: block;
}

#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li.active>a {
    color: #fff;
    background: #6d7fcc;
}

.box-img {
    margin-bottom: 25px;
    box-shadow: 1px 0px 12px #c1c1c1;
    transition: transform .5s, filter 1.5s ease-in-out;
}

.box-img:hover {
    transform: scale(1.1);
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    transition: all 0.3s;
}

hr {
    border-top: 1px solid rgb(255 255 255 / 10%);
}

.carousel-item img {
    height: 280px;
    object-fit: cover;
    width: 100%;
}
@font-face {
    font-family: Babes;
    src: url(assets/fonts/Bebas-Regular.otf);
}

.sliderTitle {
    position: absolute;
    color: #fff;
    font-size: 36px;
    width: 41%;
    line-height: normal;
    font-weight: bold;
}

.sliderTitle01 {
    top: 23%;
    left: 111px;
}

.sliderTitle02 {
    top: 23%;
    right: 111px;
    text-align: right;
}

.sliderTitle03 {
    top: 18%;
    left: 111px;
}
.sliderPrice {
    color: #ffeb00;
    font-size: 53px;
}
.box-contain {
    padding: 15px;
    min-height: 192px;
    background-color: rgb(23 162 184 / 2%);
}

.box-contain h5 {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}

.box-contain ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.box-contain ul li {
    font-size: 12px;
    margin-bottom: 10px;
}

.box-contain ul li:last-child {
    margin-bottom: 0px;
}

#main-contain .col-md-4:hover .box-img {
    transform: scale(1.1);
}

.checked {
    color: orange;
}

/* #searchNav:hover, #searchNav:focus {
    border: 2px solid #138496;
    outline: none;
    box-shadow: none;
} */

span.search-icon {
    position: absolute;
    margin: 8px 0;
    font-size: 14px;
    color: #17a2b8;
}

.reviewSlider {
    text-align: center;
}

.reviewscontent {
    outline: none;
}

.reviewscontent img {
    border-radius: 50%;
    margin: auto;
}

.review-name {
    margin: 15px 0 10px;
    font-size: 18px;
    font-weight: 600;
}

.rating {
    margin-bottom: 10px;
}

.reviews-disc {
    color: #000;
    font-size: 14px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Style the navigation menu */

#myMenu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

/* Style the navigation links */

#myMenu li a {
    padding: 12px;
    text-decoration: none;
    color: black;
    display: block
}

#myMenu li a:hover {
    background-color: #eee;
}

.ryt-imgcol {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.footer-social i {
    margin: 0 5px;
}

.copyright p {
    font-size: 14px;
    background: #000;
    padding: 5px;
    text-align: center;
    margin: 0;
}

.heading_mid {
    padding: 15px 0;
    margin-bottom: 0;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    color: #242424;
    position: relative;
}

.heading_mid:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 85%;
    margin: auto;
    width: 80px;
    height: 4px;
    border-radius: 5px;
    background: #17a2b8;
}
.our-reviews {
    padding-bottom: 50px;
}
.our-portfolio {
    padding: 50px 0;
}
.portfolio-inner {
    margin: 25px 0;
}

footer {
    background-color: #000;
    color: #999;
}

.footer-inner {
    font-size: 14px;
    padding: 40px 0;
    background-color: #041332;
}

.footer-title {
    font-size: 16px;
    font-weight: 700;
    color: #e1e1e1;
    text-transform: uppercase;
    margin-top: 16px;
    margin-bottom: 24px;
    border-bottom: 2px solid;
    padding-bottom: 15px;
}

p.footer-disc {
    font-size: 12px;
    color: #999;
}

.footer-inner ul li {
    margin: 10px 0px;
}

.footer-copyright {
    background-color: #0a1b3f;
    border-top: 1px solid #515151;
    font-size: 12px;
    padding: 10px;
}

.footer-social {
    text-align: right;
}
.has-error {
    font-size: 14px;
}
/* ---------------------------------------------------
    LISTING PAGE
----------------------------------------------------- */

.main-contain {
    margin: 25px 0;
}

h4.prod_title {
    margin-bottom: 3px;
}

.sub-banner img {
    height: 175px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.products_list {
    box-shadow: 0 0 12px grey;
    padding: 25px;
    margin-bottom: 25px;
}

.products-disc {
    color: #000;
    font-size: 14px;
    margin-bottom: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

button.prod_button {
    border-radius: 0;
    box-shadow: 2px 2px 5px #949494;
    float: right;
    padding: 6px 25px;
}

.products-rating {
    margin-bottom: 3px;
}

.components li a .svg-inline--fa {
    width: 30px;
}

.prod-sidecat {
    box-shadow: 0 0 12px grey;
    padding: 25px;
}

.prod_components li {
    padding: 5px 0px;
}

.prod_components li a {
    font-size: 14px;
}

.prod_components li a svg {
    margin-right: 10px;
}

.products-rating svg {
    vertical-align: baseline;
}

p.products-disc svg {
    width: 20px !important;
}

/* ---------------------------------------------------
    Register Form
----------------------------------------------------- */

#msg {
    color: green;
    font-size: 16px;
}

.registerForm {
    background: -webkit-linear-gradient(left, #3931af, #00c6ff);
    /* margin-top: 3%; */
    /* padding: 3%; */
    display: grid;
    height: 100vh;
    place-items: center;
}

.register-left {
    text-align: center;
    color: #fff;
    margin-top: 5%;
}

.register-left input {
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    width: 60%;
    background: #f8f9fa;
    font-weight: bold;
    color: #383d41;
    margin-top: 10%;
    margin-bottom: 3%;
    cursor: pointer;
}

.register-right {
    background: #f8f9fa;
    border-top-left-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%;
}

.register-left img {
    margin-top: 0;
    margin-bottom: 10%;
    width: 45%;
    /* -webkit-animation: mover 2s infinite  alternate;
    animation: mover 1s infinite  alternate; */
}

/* @-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
} */

.register-left p {
    font-weight: lighter;
    padding: 12%;
    margin-top: -9%;
}

.register .register-form {
    padding: 10%;
    margin-top: 10%;
    padding-bottom: 5%;
}

.btnRegister {
    float: right;
    margin: 0 0 6%;
    border: none;
    border-radius: 1.5rem;
    padding: 1%;
    background: #0062cc;
    color: #fff;
    font-weight: 600;
    width: 24%;
    cursor: pointer;
}

.register .nav-tabs {
    margin-top: 3%;
    border: none;
    background: #0062cc;
    border-radius: 1.5rem;
    width: 28%;
    float: right;
}

.register .nav-tabs .nav-link {
    padding: 2%;
    height: 34px;
    font-weight: 600;
    color: #fff;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}

.register .nav-tabs .nav-link:hover {
    border: none;
}

.register .nav-tabs .nav-link.active {
    width: 100px;
    color: #0062cc;
    border: 2px solid #0062cc;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}

.register-heading {
    text-align: center;
    margin-top: 8%;
    margin-bottom: -15%;
    color: #495057;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media only screen and (max-width: 1199px) {
    .prod_components li a {
        display: inline-flex;
    }
    .prod_components li a svg {
        margin-top: 4px;
    }
}

@media only screen and (max-width: 992px) {
    .mob-view {
        display: block;
    }
    .searchbar {
        width: 100%;
        left: 0;
    }
    .mob-view .dropdown-menu {
        left: unset;
        right: 0;
    }
    .searchbar form .inner-form .input-field.first-wrap {
        width: 124px;
    }
    .searchbar form .inner-form .input-field.third-wrap {
        width: 52px;
    }
    .dropdown-item {
        font-size: 14px;
    }
    .carousel-item img {
        height: 180px;
    }
    .flex .row {
        flex-direction: column-reverse;
    }
    .portfolio-inner img {
        margin-bottom: 25px;
    }
    .reviewSlider {
        margin-top: 50px;
    }
    .box-contain {
        min-height: auto;
    }
    .searchbar form .inner-form .input-field {
        height: 50px;
    }
    .button-desktop-view {
        display: none;
    }
    .prod-sidecat {
        margin-bottom: 25px;
    }
    .error50 {
        vertical-align: top;
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .logo img {
        width: 75px;
    }
    .footer-copyright, .footer-payment {
        text-align: center;
    }
    .footer-social {
        text-align: center;
    }
    .input-field.first-wrap {
        display: none;
    }
    .searchbar form .inner-form .input-field input {
        padding: 10px 15px;
    }
    /* button.slick-next.slick-arrow, button.slick-prev.slick-arrow {
        display: none;
    } */
    h4.prod_title {
        margin-top: 15px;
    }
    button.prod_button {
        width: 100%;
        margin-top: 15px;
    }
    .error50 {
        margin-bottom: 5px;
    }
}

@media (max-width: 480px) {
    .modal-dialog {
        width: 90%;
    }
    #msform fieldset .form-card {
        padding: 15px;
    }
    #progressbar li {
        font-size: 10px;
    }
    #progressbar {
        padding-left: 17px;
    }
    .step_title h2 {
        font-size: 20px;
    }
    .step_title p {
        font-size: 14px;
        margin-bottom: 0;
    }
    .fs-title {
        margin-bottom: 10px;
    }
    h1#register {
        font-size: 27px;
    }
    .form-card {
        padding: 20px;
    }
}

@media (max-width: 340px) {
    .middlenav {
        width: 50%;
    }
}