.main-color {
    color: #00649A !important;
}
.dropdown-menu {
    padding: 0 !important;
}
.dropdown-menu .nav-item .nav-link,
.dropdown-menu .nav-item .nav-link{
    padding: 5px 0px !important;
    display: inline-block;
}
.breadcrumb {
    display: none !important;
}

.second-color {
    color: #9FCC47 !important;
}

.third-color {
    color: #323334 !important;
}
.forth-color {
    color: #1a73ab !important;
}

.section_wrapper .row{
    display: inline-block;
    width: 100%;
}

.h-70 {
    height: 70%!important;
}

.center {
    text-align: center;
}

.white-bg {
    background: #c8e1ef;
    border-radius: 5px;
}

.main-bg {
    background-color: #00649A !important;
}

.second-bg {
    background-color: #9FCC47 !important;
}

.third-bg {
    background-color: #323334 !important;
}

.forth-bg {
    background-color: #1a73ab !important;
}

body {
    color: #333;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    line-height: 1.7;
    font-size: 14px;
    overflow-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
    position: relative;
    box-sizing: border-box;
    overflow-x: hidden;
}
.home_shadow{
    background: url('/img/home_bg.png');
    height: 120px;
    position: absolute;
    width: 100%;
    background-size: contain;
    z-index: 1
}
main {
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.07);
    background-color: #fff;
}

header .header-bottom_2 {
    visibility: hidden;
    opacity: 0;
}

header .header-bottom {
    margin-top: 30px;
    margin-bottom: 10px;
    z-index: 999;
    border-bottom: 1px solid transparent;
    box-shadow: 0 0 30px transparent;
    transition: .5s all ease-in-out;
    background-color: transparent;
}

header .header-bottom_2 {
    top: 30px;
    position: absolute;
    z-index: 999;
    border-bottom: 1px solid transparent;
    box-shadow: 0 0 30px transparent;
    transition: .5s all ease-in-out;
    background-color: transparent;
}

header .header-bottom .navbar .navbar-toggler, header .header-bottom_2 .navbar .navbar-toggler {
    color: #fff;
    border: 1.5px solid #fff;
    padding: 7px;
    box-shadow: none;
    outline: none;
    right: 0;
    top: 10px;
    position: absolute;
    display: inline-block;
}

header .header-bottom .navbar .navbar-brand, header .header-bottom_2 .navbar .navbar-brand {
    z-index: 2;
    padding: 0;
    margin: 0;
}

header .header-bottom .navbar .navbar-collapse .navbar-nav .nav-item, header .header-bottom_2 .navbar .navbar-collapse .navbar-nav .nav-item {
    padding: 0 10px;
    position: relative;
}

header .header-bottom .navbar .navbar-collapse .navbar-nav .nav-item .nav-link, header .header-bottom_2 .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #000;
    font-size: 16px;
    transition: all ease-in-out 0.5s;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 1.4px;
    padding: 0px 0px;
    position: relative;
}

.num_not {
    position: absolute;
    top: 0px;
    right: -5px;
    background-color: #7eaf00;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 20px;
    width: 20px;
    font-weight: 600;
}

header .header-bottom .navbar .navbar-collapse .navbar-nav li, header .header-bottom_2 .navbar .navbar-collapse .navbar-nav li {
    position: relative;
}

header .header-bottom .navbar .navbar-collapse .navbar-nav li input, header .header-bottom_2 .navbar .navbar-collapse .navbar-nav li input {
    height: 40px;
    width: 170px;
    border: 1px solid #000;
    border-radius: 25px;
    padding: 10px 15px;
    font-size: 13px;
    color: #000;
    background: transparent;
}

header .header-bottom .navbar .navbar-collapse .navbar-nav li input::placeholder, header .header-bottom_2 .navbar .navbar-collapse .navbar-nav li input::placeholder {
    font-size: 13px;
    color: #000;
}

header .header-bottom .navbar .navbar-collapse .navbar-nav li i, header .header-bottom_2 .navbar .navbar-collapse .navbar-nav li i {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

header .header-bottom .navbar .navbar-collapse .navbar-nav li.lang, header .header-bottom_2 .navbar .navbar-collapse .navbar-nav li.lang {
    height: 35px;
    width: 35px;
    background-color: #00649A;
    border-radius: 50%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px 0 10px;
}

header .header-bottom .navbar .navbar-collapse .navbar-nav li.lang a, header .header-bottom_2 .navbar .navbar-collapse .navbar-nav li.lang a {
    color: #fff !important;
    font-size: 12px;
}

header .header-bottom .navbar.web, header .header-bottom_2 .navbar.web {
    display: block;
    position: relative;
}

header .header-bottom .navbar.mob, header .header-bottom_2 .navbar.mob {
    display: none;
}

header.active .header-bottom {
    visibility: hidden;
    opacity: 0;
}

header.active .header-bottom_2 {
    background-color: #00649A;
    /* border-radius: 30px 30px 0 0; */
    position: fixed;
    top: 0;
    width: 100%;
    border-bottom: 0;
    box-shadow: none;
    /* padding-bottom: 20px; */
    box-shadow: 0 3px 8px #4444445c;
    visibility: visible;
    opacity: 1;
}

header.active .header-bottom_2 .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #fff;
}

header.active .header-bottom_2 .navbar .navbar-collapse .navbar-nav li input {
    border-color: #fff;
    color: #fff;
}

header.active .header-bottom_2 .navbar .navbar-collapse .navbar-nav li input::placeholder {
    font-size: 13px;
    color: #fff;
}

header.active .header-bottom_2 .navbar .navbar-collapse .navbar-nav li i {
    color: #fff;
}

header.active .header-bottom_2 .navbar .navbar-collapse .navbar-nav li.lang {
    background-color: #fff;
}

header.active .header-bottom_2 .navbar .navbar-collapse .navbar-nav li.lang a {
    color: #00649A !important;
}

.sliders {
    background-color: #fff;
    height: 70vh;
}

.sliders .sliders-overlay {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.sliders .sliders-overlay .slider {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sliders .sliders-overlay .slider .carousel {
    width: 100%;
    height: 100%;
    position: initial;
}

.sliders .sliders-overlay .slider .carousel .carousel-item {
    height: 100%;
    width: 100%;
    background: no-repeat center center;
    background-size: cover;
    justify-content: center;
}

.sliders .sliders-overlay .slider .carousel .carousel-item .overlay-slider {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
}

.sliders .sliders-overlay .slider .carousel .carousel-item .overlay-slider img {
    height: 100%;
}

.sliders .sliders-overlay .slider .carousel .carousel-indicators {
    bottom: 50px;
}

.sliders .sliders-overlay .slider .carousel .carousel-indicators li {
    background: #fff;
    height: 25px;
    width: 25px;
    border: 1px solid #000;
    z-index: 15;
    outline: none;
    transition: all .5s linear;
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3px;
    transition: all ease-in-out 0.5s;
    cursor: pointer;
}

.sliders .sliders-overlay .slider .carousel .carousel-indicators li::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 13px;
    width: 13px;
    background-color: #fff;
    border-radius: 50%;
    content: '';
    transition: all ease-in-out 0.5s;
}

.sliders .sliders-overlay .slider .carousel .carousel-indicators li::before {
    display: none;
}

.sliders .sliders-overlay .slider .carousel .carousel-indicators li:hover::after {
    background-color: #000;
}

.sliders .sliders-overlay .slider .carousel .carousel-indicators li.active::after {
    background-color: #000;
}

.sliders .sliders-overlay .slider .carousel .carousel-control-prev,
.sliders .sliders-overlay .slider .carousel .carousel-control-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    height: 50px;
    width: 50px;
    border: 1px solid #00649A;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #00649A;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.5s;
}

.sliders .sliders-overlay .slider .carousel .carousel-control-prev:hover,
.sliders .sliders-overlay .slider .carousel .carousel-control-next:hover {
    opacity: 1;
}

.sliders .sliders-overlay .slider .carousel .carousel-control-next {
    right: 5%;
}

.sliders .sliders-overlay .slider .carousel .carousel-control-prev {
    left: 5%;
}

.sliders .sliders-overlay .slider:hover .carousel-control-prev,
.sliders .sliders-overlay .slider:hover .carousel-control-next {
    opacity: .6;
    visibility: visible;
}

.sliders .sliders-overlay .foot-contact-list {
    position: absolute;
    bottom: 30px;
    right: 20%;
}

.sliders .sliders-overlay .foot-contact-list li a {
    color: #A7A7A7;
    border-color: #707070;
}

.sliders .sliders-overlay .foot-contact-list li a:hover {
    color: #1BA5D4;
    border-color: #1BA5D4;
}

.products, .videos {
    margin-top: -20px;
    position: relative;
}

.products .nav-tabs, .videos .nav-tabs {
    position: absolute;
    right: 0;
    border: 0;
}

.products .nav-tabs .nav-link, .videos .nav-tabs .nav-link {
    border: 0;
    background: none;
    color: #393939;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
}

.products .nav-tabs .nav-link.active, .videos .nav-tabs .nav-link.active {
    color: #000;
    font-weight: 700;
}

.products .view a, .videos .view a {
    color: #00649A;
    font-size: 20px;
    text-decoration: underline !important;
}

.product {
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 15px;
    margin-top: 30px;
    position: relative;
}

.product .slider-product {
    justify-content: center;
    align-items: center;
}

.product .slider-product .img-product {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 190px;
}

.product .slider-product .carousel-control-next, .product .slider-product .carousel-control-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    opacity: .3;
    font-size: 20px;
    transition: all ease-in-out 0.5s;
}

.product .slider-product .carousel-control-next:hover, .product .slider-product .carousel-control-prev:hover {
    opacity: 1;
}

.product .product-bottom .product-bottom-content {
    height: 150px;
    margin-bottom: -15px;
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 15px;
    margin-top: 80px;
}

.product .product-details {
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: calc(100% - 30px);
    border-radius: 15px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background-color: #fff;
}

.product .product-details .heading-product h5 {
    font-size: 17px;
}

.product .product-details .rate {
    color: #FF9F0A;
    cursor: pointer;
}

.product .product-details .state {
    color: #A1A1A1;
    font-size: 12px;
    margin-bottom: 7px;
}

.product .product-details .price {
    color: #000;
    font-size: 24px;
    margin-bottom: 0;
}

.product .cart {
    position: absolute;
    bottom: 40%;
    right: 50%;
    transform: translate(50%, 50%);
    visibility: hidden;
    opacity: 0;
    transition: all ease-in-out 0.5s;
}

.product .cart a {
    color: #fff;
    transition: all ease-in-out 0.5s;
    background-color: rgba(0, 0, 0, 0.5);
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.product .cart a:hover {
    background-color: rgba(0, 0, 0, 1);
    color: #fff;
}

.product:hover .cart {
    bottom: 55%;
    visibility: visible;
    opacity: 1;
}

.product1 .product-bottom .product-bottom-content {
    background-color: #00649A;
}

.product1 .product-details .heading-product h5 {
    color: #00649A;
}

.product2 .product-bottom .product-bottom-content {
    background-color: #659427;
}

.product2 .product-details .heading-product h5 {
    color: #659427;
}

.product3 .product-bottom .product-bottom-content {
    background-color: #3F642C;
}

.product3 .product-details .heading-product h5 {
    color: #3F642C;
    font-size: 17px;
}

.video {
    height: 320px;
    border-radius: 15px;
    position: relative;
}

.video .video-overlay {
    background: url(../img/gallery/7.png) no-repeat center;
    background-size: auto;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
}

.video .video-overlay .desc-video {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: calc(100% - 60px);
}

.video .video-overlay .desc-video p {
    margin: 0;
    color: #fff;
}

.video .video-overlay .views {
    position: absolute;
    right: 15px;
    bottom: 15px;
    color: #fff;
}

.video2 {
    height: 145px;
}

.video2 .video-overlay {
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.6));
}

.video2 .video-overlay .desc-video {
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
}

.video2 .video-overlay .desc-video p {
    font-size: 10px;
}

.overlay {
    z-index: 2;
    position: relative;
}

.bg {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.bg .bg1 {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 50%;
    background-color: #F4F4F4;
    border-radius: 30px 30px 0 0;
}

.bg .bg2 {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 50%;
    background-color: #fff;
}

.heading h1 {
    color: #393939;
    font-size: 30px;
    position: relative;
    word-wrap: break-word;
    font-weight: 400;
    line-height: 1em;
    text-transform: capitalize;
}

.clients {
    background-color: #E9E9E9;
    margin-bottom: -25px;
}

.clients .swiper-container_2 {
    width: 100%;
    overflow: hidden;
}

.clients .swiper-container_2 .swiper-slide {
    text-align: center;
}

.clients .swiper-container_2 .swiper-slide .img-logo {
    position: relative;
}

.clients .swiper-container_2 .swiper-slide .img-logo img {
    cursor: pointer;
}

.clients .swiper-container_2 .swiper-slide .img-logo .layer {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    opacity: 0;
    transition: all ease-in-out 0.5s;
}

.clients .swiper-container_2 .swiper-slide .img-logo:hover .layer {
    opacity: 1;
}

.clients .swiper-button-next_2, .clients .swiper-button-prev_2 {
    background: none;
    position: absolute;
    top: 50%;
    background-color: transparent;
    color: #000;
    opacity: .3;
    border: 1px solid transparent;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 15;
    outline: none;
    transition: all .5s linear;
    box-shadow: none;
    font-size: 40px;
}

.clients .swiper-button-next_2:hover, .clients .swiper-button-prev_2:hover {
    opacity: 1;
}

.clients .swiper-button-next_2 {
    right: -3%;
}

.clients .swiper-button-prev_2 {
    left: -3%;
}

.footer {
    position: relative;
    padding-bottom: 60px;
}

.footer .footer-top {
    background-color: #323334;
    border-radius: 30px;
}

.footer .footer-top .foot-contact-perant {
    height: 100%;
    width: 100%;
    align-items: center;
}

.footer .footer-top .foot-contact-perant .foot-contact .foot-contact-title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}

.footer .footer-top .foot-links .foot-links-list li a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    transition: all ease-in-out 0.5s;
}

.footer .footer-top .foot-links .foot-links-list li a:hover {
    color: #fff;
}

.footer .footer-bottom {
    background: #9FCC47;
    padding: 45px 0 15px 0;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

.footer .footer-bottom p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.5px;
    color: #323334;
}

.foot-contact-list li {
    font-size: 14px;
    font-weight: 500;
    margin: 0 5px;
}

.foot-contact-list li a {
    margin-bottom: 0;
    height: 30px;
    width: 30px;
    border: 1px solid #9FCC47;
    color: #9FCC47;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
    border-radius: 50%;
    transition: all ease-in-out 0.5s;
}

.foot-contact-list li a:hover {
    color: #fff;
    border-color: #fff;
}


.details .details-overlay .details-product-slider .gallery-top {
    height: 450px;
}

.details .details-overlay .details-product-slider .gallery-top .swiper-slide {
    position: relative;
    /*
   &:hover{
       &::after{
           z-index: 10;
           visibility: visible;
           opacity: 1;
       }
   }*/
}

.details .details-overlay .details-product-slider .gallery-top .swiper-slide img {
    width: 100%;
    height: 100%;
}

.details .details-overlay .details-product-slider .gallery-top .swiper-slide::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: all ease-in-out 0.5s;
}

.details .details-overlay .details-product-slider .gallery-top .swiper-slide:first-child {
    margin-right: 10px !important;
}

.details .details-overlay .details-product-slider .gallery-thumbs {
    width: 100%;
    margin: 0;
    text-align: left;
    margin-top: 20px;
}

.details .details-overlay .details-product-slider .gallery-thumbs .swiper-slide {
    position: relative;
    height: 86px !important;
    width: 86px !important;
    cursor: pointer;
}

.details .details-overlay .details-product-slider .gallery-thumbs .swiper-slide img {
    width: 100%;
    height: 100%;
}

.details .details-overlay .details-product-slider .gallery-thumbs .swiper-slide::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: -1;
    opacity: 1;
    transition: all ease-in-out 0.5s;
}

.details .details-overlay .details-product-slider .gallery-thumbs .swiper-slide:hover::after {
    z-index: 10;
    opacity: 0;
}

.details .details-overlay .details-product-slider .gallery-thumbs .swiper-slide-thumb-active.swiper-slide::after {
    z-index: 10;
    opacity: 0;
}

.details .details-overlay .details-product-desc .product-name h1 {
    font-size: 34px;
    line-height: 1;
    font-weight: 400;
    color: #696969;
    margin-top: 35px !important;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.details .details-overlay .details-product-desc .product-price {
    color: #333;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 17px;
}

.details .details-overlay .details-product-desc .product-desc {
    margin-bottom: 48px;
}

.details .details-overlay .details-product-desc .product-desc p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.75;
    font-weight: 400;
    color: #696969;
}

.details .details-overlay .details-product-desc .product-qty {
    border-top: 1px solid #efefef;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 0 !important;
    display: flex;
}

.details .details-overlay .details-product-desc .product-qty .product-qty-content {
    background-color: #f7f7f7;
}

.details .details-overlay .details-product-desc .product-qty .product-qty-content button {
    line-height: 24px;
    width: 36px;
    text-align: center;
    height: 100%;
    cursor: pointer;
    transition: all .3s;
    background-color: transparent;
    box-shadow: none;
    border: 0;
    outline: none;
    color: #000;
    font-size: 26px;
    font-weight: 500;
}

.details .details-overlay .details-product-desc .product-qty .product-qty-content span {
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

.details .details-overlay .details-product-desc .product-qty button.add {
    font-size: 14px;
    background-color: #333;
    border: 1px solid #333;
    padding: 8px 20px;
    color: #fff;
    text-transform: uppercase;
    transition: all .3s;
    margin-left: 20px;
    cursor: pointer;
}

.details .details-overlay .details-product-desc .product-qty button.add:hover {
    color: #333;
    background-color: transparent;
}

.details .details-overlay .details-product-desc .product-add {
    margin-top: 35px;
}

.details .details-overlay .details-product-desc .product-add a {
    font-size: 14px;
    line-height: 20px;
    padding: 12px 30px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #fff;
    background-color: #333;
    border: 2px solid #333;
    border-radius: 5px;
    transition: all .3s;
}

.details .details-overlay .details-product-desc .product-add a:hover {
    background-color: transparent;
    color: #333;
}

.specification {
    background-color: #E9E9E9;
    padding: 60px 0;
}

.specification .specification-body h3 {
    color: #659427;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.specification .specification-body p {
    font-size: 13px;
    font-weight: 400;
    color: #707070;
    display: flex;
    justify-content: start;
    align-items: center;
}

/*
@media(max-width: 1165px){
    header{
        .header-bottom{
            display: none;
            visibility: hidden;
            opacity: 0;
        }
        .header-bottom_2{
            visibility: visible;
            opacity: 1;
            top: 0px;
            background-color: #00649A;
            padding-top: 15px;
            padding-bottom: 15px;
            .navbar.web{
                display: none;
            }
            .navbar.mob{
                display: block;
                position: relative;
                padding: 0 15px;
                .navbar-nav{
                    padding: 20px 0;
                    .nav-item{
                        .nav-link{
                            color: $whiteColor;
                            font-size: 17px;
                            padding: 10px 0;
                        }
                    }
                    li{
                        input{
                            border-color: $whiteColor;
                            color: $whiteColor;
                            width: 100%;
                            &::placeholder{
                                font-size: 13px;
                                color: $whiteColor;
                            }
                        }
                        i{
                            color: $whiteColor;
                        }
                    }
                    li.lang{
                        margin: 0;
                        margin-top: 10px;
                        margin-bottom: 10px;
                    }
                }
            }
        }
    }
}*/
@media (max-width: 1024px) {
    header .header-bottom .navbar .navbar-collapse .navbar-nav .nav-item .nav-link, header .header-bottom_2 .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
        font-size: 8px;
    }
}

@media (max-width: 991px) {
    header .header-bottom {
        display: none;
        visibility: hidden;
        opacity: 0;
    }
    #search_div {
        padding: 80px 10px 20px !important;
    }

    header .header-bottom_2 {
        visibility: visible;
        opacity: 1;
        position: relative;
        top: 0px;
        background-color: #00649A;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    header .header-bottom_2 .navbar.web {
        display: none;
    }

    header .header-bottom_2 .navbar.mob {
        display: block;
        position: relative;
        padding: 0 15px;
    }

    header .header-bottom_2 .navbar.mob .navbar-nav {
        padding: 20px 0;
    }

    header .header-bottom_2 .navbar.mob .navbar-nav .nav-item .nav-link {
        color: #fff;
        font-size: 17px;
        padding: 0px 0;
    }

    header .header-bottom_2 .navbar.mob .navbar-nav li input {
        border-color: #fff;
        color: #fff;
        width: 100%;
    }

    header .header-bottom_2 .navbar.mob .navbar-nav li input::placeholder {
        font-size: 13px;
        color: #fff;
    }

    header .header-bottom_2 .navbar.mob .navbar-nav li i {
        color: #fff;
    }

    header .header-bottom_2 .navbar.mob .navbar-nav li.lang {
        margin: 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .footer .footer-top .foot-links .foot-links-list li a {
        font-size: 13px;
    }
}

@media (max-width: 575px) {
    header .header-bottom {
        display: none;
        visibility: hidden;
        opacity: 0;
    }

    .footer-top{
        margin-bottom: 30px;
    }
    header .header-bottom_2 {
        visibility: visible;
        opacity: 1;
        top: 0px;
        background-color: #00649A;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    header .header-bottom_2 .navbar.web {
        display: none;
    }

    header .header-bottom_2 .navbar.mob {
        display: block;
        position: relative;
        padding: 0 15px;
    }

    header .header-bottom_2 .navbar.mob .navbar-nav {
        padding: 20px 0;
    }

    header .header-bottom_2 .navbar.mob .navbar-nav .nav-item .nav-link {
        color: #fff;
        font-size: 17px;
        padding: 0px 0;
    }

    header .header-bottom_2 .navbar.mob .navbar-nav .nav-item .nav-link span {
        top: 0px;
        left: 25px;
    }

    header .header-bottom_2 .navbar.mob .navbar-nav li input {
        border-color: #fff;
        color: #fff;
        width: 100%;
    }

    header .header-bottom_2 .navbar.mob .navbar-nav li input::placeholder {
        font-size: 13px;
        color: #fff;
    }

    header .header-bottom_2 .navbar.mob .navbar-nav li i {
        color: #fff;
    }

    header .header-bottom_2 .navbar.mob .navbar-nav li.lang {
        margin: 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .heading h1 {
        font-size: 21px;
    }


    .sliders {
        height: 22vh !important;
        top: -2vh !important;
    }
    .home_shadow{
        height: 20px;
        opacity: 0.8;
    }

    .products .nav-tabs, .videos .nav-tabs {
        position: absolute;
        top: 0px;
        right: 50%;
        border: 0;
        width: 100%;
        transform: translatex(50%);
    }

    .product .cart {
        bottom: 55%;
        visibility: visible;
        opacity: 1;
    }

    .product .cart a {
        background-color: rgba(0, 0, 0, 0.9);
    }

    .video {
        margin-bottom: 20px;
    }

    .video .video-overlay .desc-video {
        bottom: 20px;
        left: 20px;
    }

    .video .video-overlay .desc-video p {
        font-size: 15px;
    }

    .video .video-overlay .views {
        font-size: 13px;
        right: 10px;
    }

    .video2 {
        height: 200px;
    }

    .video2 .video-overlay .desc-video {
        left: 20px;
    }

    .video2 .video-overlay .desc-video p {
        font-size: 12px;
    }

    .clients .swiper-button-next_2, .clients .swiper-button-prev_2 {
        display: none;
    }

    .footer {
        padding-bottom: 80px;
    }

    .footer .footer-top {
        text-align: center;
    }

    .footer .footer-top .foot-about {
        margin-bottom: 30px;
    }

    .footer .footer-top .foot-links {
        margin-bottom: 30px;
    }

    .details .product-slider {
        position: relative;
        text-align: right;
    }

    .details .product-slider .carousel-indicators {
        top: 0;
        left: 0;
        right: auto;
        margin: 0;
        display: block;
        width: 160px;
    }

    .details .product-slider .carousel-indicators li {
        width: 100%;
        height: 100px;
        margin-bottom: 30px;
        margin-left: 0;
        cursor: pointer;
        background-color: #fff;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all ease-in-out 0.5s;
    }

    .details .product-slider .carousel-indicators li img {
        height: 80px;
        width: auto;
    }

    .details .product-slider .carousel-indicators li:hover {
        box-shadow: 0px 5px 0px #00649A;
    }

    .details .product-slider .carousel-indicators .active {
        box-shadow: 0px 5px 0px #00649A;
    }

    .details .desc .price {
        bottom: 0px;
        right: 15px;
    }

    .details .desc .qty {
        top: 48%;
        right: 15px;
    }

    .details .total-cart {
        justify-content: center;
        padding: 30px !important;
        margin-top: 30px;
    }

    .details .total-cart .name-product {
        margin-bottom: 20px;
    }

    .details .total-cart .total-price {
        margin-bottom: 20px;
    }

    .details .total-cart .add {
        margin-bottom: 20px;
    }

    .contact-column, .section_wrapper.contact-column{
        width: 100% !important;
    }
    .section_wrapper.contact-wrapper{
        width: 90% !important;
    }
    .video-src iframe {
        width: 90% !important;
    }
}

.old_price{
    text-decoration: line-through;
    color: #F00;
    font-size: 12px;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.price{
    text-align: center;
}
.align_left{
    text-align: left !important;
}
@media (max-width: 425px) {
    .products .nav-tabs .nav-link, .videos .nav-tabs .nav-link {
        font-size: 15px;
        padding: 8px 13px;
    }

    .details .product-slider {
        padding-bottom: 100px;
        justify-content: center;
        text-align: center;
    }

    .details .product-slider .carousel-indicators {
        top: auto;
        left: 50%;
        transform: translateX(-50%);
        right: auto;
        bottom: -480px;
        margin: 0;
        display: flex;
        width: 100%;
        height: 70px;
    }

    .details .product-slider .carousel-indicators li {
        width: 90px;
        height: 100%;
        margin-bottom: 0px;
        margin-right: 5px;
        margin-left: 0;
    }

    .details .desc .qty {
        top: 55%;
    }

    .cart_details {
        width: 100% !important;
    }
    .dropdown-menu{
        top: 0;
    }
}

.cart_details {
    width: 550px
}

#header_cart .checkout {
    text-align: right;
    padding-right: 15px;
}

/*# sourceMappingURL=style.css.map */

.header_cart {
    margin-top: -5px;
    margin-left: 20px;
}

.header-bottom_2 .header_cart img.img-fluid {
    filter: invert(50%) brightness(200%);
}

.dropdown-menu .btn {
    float: right;
    margin: 0 10px;
}

.form-payment-input {
    display: inline-block;
    float: left;
    margin-top: 0.5rem;
}

.form-payment-label {
    display: inline-block;
    float: left;
    margin-top: 0.3rem;
    margin-left: 0.3rem;
}

.panel-body {
    margin: 20px 0;
    border: 2px solid #ccc;
    border-radius: 15px;
    padding: 15px;
}

.remove-from-cart {
    font-size: 16px;
    border-radius: 0;
}

.header_cart {
    cursor: pointer;
}

.pull-right {
    display: inline-block;
    float: right;
    margin-left: 5px;
}

.user-dropdown {
    background-color: #7eaf00;
}

.user-dropdown li {
    padding: 0 10px;
    border-bottom: 1px dotted #fff;
}

.user-dropdown li a {
    font-size: 14px !important;
    color: #fff;
}

.user-dropdown li a:hover {
    color: #ffe845 !important;
}

.user-dropdown li:last-child {
    border-bottom: none;
}

.close_btn{
    position: fixed;
    top: 20px;
    right:20px;
    z-index: 999999;
    color: #F00 !important;
    cursor: pointer;
    font-size: 40px;
}

#search_div{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 115px;
    z-index: 999999;
    background-color:#0476a8;
    background-image:url('/img/home_about1.jpg');
    background-repeat:no-repeat;
    background-position:center bottom;
    display: none;
}




#searchform{
    width: 100%;
    display: inline-block;
    text-align: center;
}

.cat-search{
    display: inline-block;
    width: 35%;
    float: left;
    border:none;
    border-radius: 50px 0 0 50px;
}
.cat-search select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    padding: 3px 15px 0;
    height: 46px;
    line-height: 46px;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    background: url(../icon-search-product.png) no-repeat center right #fff;
    border-radius: 50px 0 0 50px;
}

.input-search{
    height: 46px;
    line-height: 46px;
    width: 50%;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: 600;
    border:none;
    padding-left: 10px;
}
.search-button{
    height: 46px;
    width: 20%;
    background: #000;
    color: #FFF;
    border-radius: 30px;
    margin-left: -5%;
    font-size: 14px;
    font-weight: 600;
}
