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

.form-group span .fa,
a,
button,
li {
    -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:hover,
a:visited {
    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
}

#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: 700
}

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

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

.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 .2s ease-in-out 0s;
        -moz-transition: all .2s ease-in-out 0s;
        -webkit-transition: all .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 .2s ease-in-out 0s;
        -moz-transition: all .2s ease-in-out 0s;
        -webkit-transition: all .2s ease-in-out 0s
    }
    .so-category-slider.cate-slider3 .categoryslider-content .owl2-controls .owl2-nav .owl2-next,
    .so-category-slider.cate-slider3 .categoryslider-content .owl2-controls .owl2-nav .owl2-prev {
        background-color: #0c4691
    }
    .so-category-slider.cate-slider3 .categoryslider-content .owl2-controls .owl2-nav .owl2-next:before,
    .so-category-slider.cate-slider3 .categoryslider-content .owl2-controls .owl2-nav .owl2-prev:before {
        color: #fff
    }
}

.product-card {
    background: #fff;
    border: none;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    padding: 15px;
    margin-bottom: 25px;
    min-height: 235px;
    border: solid 2px #EFEFEF;
    -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);
}

.product-card:hover { box-shadow: 0 0 25px rgba(0, 0, 0, .3); border: solid 2px #014691; }

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

.product-title {
    margin-top: 6px;
    font-size: 1.5em;
    font-weight: 700;
    min-height: 46px;
    margin: 0;
}

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

.product-share:hover {
    background: #db261d;
    color: #fff
}

.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: solid 2px #014691;
    height: 34px;
    line-height: 34px;
    line-height: 100%;
    border: none;
    margin-top: 20px;
    display: inline-block;
    padding: 10px 15px 5px 15px;
}

.product-info a:hover {
    background-color: #fff;
    color: #014691;
    border: solid 2px #014691;
    padding: 10px 15px 5px 15px;
}