html,
body {
    margin: 0px!important;
    padding: 0px!important;
    width: 100%;
    height: 100%;
    overflow: visible;
    font-family: 'Poppins', sans-serif;
}

a,
button,
li,
.form-group span .fa {
    -webkit-transition: all .5s cubic-bezier(.215, .61, .355, 1);
    -moz-transition: all .5s cubic-bezier(.215, .61, .355, 1);
    -o-transition: all .5s cubic-bezier(.215, .61, .355, 1);
    transition: all .5s cubic-bezier(.215, .61, .355, 1);
}

a,
a:focus,
a:visited,
a:hover {
    text-decoration: none;
    font-style: normal;
    color: #888;
}

section {
    position: relative;
}

section h1 {
    margin: 0 0 40px 0;
    font-size: 40px;
    text-align: center;
    color: #666;
}


/*.form-group span { display: inline-block; width: 100%; position: relative; }
.form-group span input[type="password"] { padding-right: 30px; }
.form-group span .fa-eye-slash,
.form-group span .fa-eye { position: absolute; cursor: pointer; right: 0px; top: 0px; padding: 14px; font-size: 20px; color: #FFF; }*/

#map {
    height: 400px;
    width: 100%;
    top: 80px;
    margin-bottom: 80px;
}

#map h4 {
    margin-bottom: 0;
}

.yt-content-slide {
    position: relative;
}

.yt-content-slide h3 {
    font-size: 45px;
    font-weight: bold;
}

.yt-content-slide h4 {
    font-size: 30px;
}

.yt-content-slide .slide-r,
.yt-content-slide .slide-l {
    position: absolute;
    top: 20%;
    color: white;
}

.yt-content-slide .slide-r {
    right: 10%;
}

.yt-content-slide .slide-l {
    left: 10%;
}

.so-listing-tabs .ltabs-wrap .ltabs-items-container {
    height: 298px;
}

@media (max-width: 440px) {
    .listingtab-layout1 .so-listing-tabs .ltabs-items-inner .owl2-controls .owl2-nav>div {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -webkit-transition: all 0.2s ease-in-out 0s;
    }
    .so-category-slider.cate-slider3 .categoryslider-content .owl2-controls .owl2-nav>div {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -webkit-transition: all 0.2s ease-in-out 0s;
    }
    .so-category-slider.cate-slider3 .categoryslider-content .owl2-controls .owl2-nav .owl2-prev,
    .so-category-slider.cate-slider3 .categoryslider-content .owl2-controls .owl2-nav .owl2-next {
        background-color: #0c4691;
    }
    .so-category-slider.cate-slider3 .categoryslider-content .owl2-controls .owl2-nav .owl2-prev:before,
    .so-category-slider.cate-slider3 .categoryslider-content .owl2-controls .owl2-nav .owl2-next:before {
        color: #fff;
    }
}

.product-card {
    background: #ffffff;
    border: none;
    border-radius: 6px;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, .15);
    padding: 15px;
    margin-bottom: 25px;
    min-height: 235px;
}

.product-card-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.product-title {
    margin-top: 6px;
    font-size: 1.15em;
    font-weight: bold;
}

.product-share {
    /* border: solid 1px #014691; */
    border: solid 1px #db261d;
    /* border-radius: 5px; */
    border-radius: 50%;
    /* padding: 5px 8px 0px 8px; */
    padding: 2px 8.5px;
    width: 30px;
    height: 30px;
    line-height: unset;
}

.product-share:hover {
    /* background: #014691; */
    background: #db261d;
    color: #ffffff;
}

.product-card-body {
    display: flex;
    flex-direction: row;
}

.product-card-body p {
    line-height: normal;
}

.product-card-body hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #eee;
}

.product-img {
    width: 55%;
}

.product-info {
    width: 45%;
}

.product-img {
    margin-right: 5px;
}

.product-info {
    margin-left: 5px;
}

.product-info a {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    background-color: #014691;
    border-radius: 18px;
    border: none;
    padding: 5px 10px;
    height: 34px;
    line-height: 34px;
    line-height: 100%;
    border: none;
}

.product-info a:hover {
    background-color: #ffffff;
    color: #014691;
    border: solid 2px #014691;
    padding: 3px 8px;
}