* {
    margin: 0px;
    font-family: 'inter';
}

body {
    margin: 0;
    overflow-x: hidden;
}

img {
    width: 100%;
}

#property-header .dropdown-menu {
    position: absolute;
    padding: 0.5rem 0 0.5rem 0;
    left: 0rem;
    white-space: nowrap;
    text-align: left;
    padding: 0px 0 0px 0;
    background-color: #0b1f44;
    z-index: 556;
    transition: all .3s linear;
    top: 130%;
    visibility: hidden;
    opacity: 0;
    display: block;
    margin-top: 0;
}



#property-header .navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

#property-header .navbar-nav li {
    position: relative;
}

.header-area .sticky-logo-img {
    display: none;
}

.sticky_header .sticky-logo-img {
    display: block;
}

.sticky_header .header-logo-img {
    display: none;
}

#property-header .navbar-nav .nav-item .nav-link::after {
    content: unset;
}

#property-header .navbar-nav .nav-item .nav-link i {
    padding-left: 14px;
}

#property-header .navbar-nav .nav-item .nav-link {
    letter-spacing: 1px;
    display: flex;
    position: relative;
    z-index: 1;
    height: 100%;
    align-items: center;
    transition: 0.4s;
    font-family: 'inter';
    text-transform: uppercase;
    letter-spacing: normal;
    color: #fff;
}

#property-header.sticky_header .navbar-nav .nav-item .nav-link {
    color: #000 !important;
}

#property-header .navbar-dark .navbar-nav .nav-link:hover {
    color: #6EBE45 !important;
    transition: all .3s linear;
}

/* #property-header .navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #399244 !important;
    transition: all .3s linear;
} */

#property-header .dropdown-item.active,
.dropdown-item:active {
    color: #DEE1E3;
    text-decoration: none;
    background-color: #399244;
}

#property-header .navbar-dark .navbar-nav .nav-link:hover.nav-link::before {
    opacity: 1;
    transition: all .3s linear;
}

#property-header .navbar-dark .navbar-nav .nav-link:hover:after {
    opacity: 1;
    transition: all .3s linear;
}

#property-header .dropdown-item:hover {
    color: #2F3191;
    background-color: transparent;
}

#property-header .dropdown-item {
    color: #DEE1E3;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    font-family: 'inter';
    letter-spacing: 1px;
    transition: 0.3s ease-out;
    padding: 0.6rem 1rem 0.6rem 1rem;
}

#property-header .nav-link.active,
#footer-sec .nav-link.active {
    border-bottom: 2px solid #fff;
    width: fit-content;
}
#property-header.sticky_header .nav-link.active{
    border-bottom: 2px solid #412312;
}
#property-header .nav-link.active.nav-link::before {
    opacity: 1;
    transition: all .3s linear;
}

#property-header .navbar-collapse {
    flex-grow: 0 !important;
}

.bg_load {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: url(../images/loading-icon.gif) 50% 50% no-repeat #fff;
}

.bg-contact .navbar {
    background-color: #f6cabf !important;
    border-bottom: 0.063rem solid #f6beb1 !important;
}

.header {
    position: absolute;
    z-index: 1;
    width: 100%;
}

/* .navbar-light .navbar-nav .nav-link.active-menu { */
/* color: #fff; */
/* } */

.sticky_header {
    position: fixed !important;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-animation-name: fadeInDown;
    animation-duration: 1s;

}

.header-area.sticky_header {
    background: #fff;
}

.scrollToTop {
    background-image: url(../images/apple-scroll-to-top.png);
    width: 46px;
    height: 40px;
    position: fixed;
    right: 82px;
    bottom: 63px;
    background-repeat: no-repeat;
    z-index: 99;
}

.navbar-collapse.collapse.show li.nav-item {
    color: #000;
}

/*----onscroll animation start-----*/
.animation-element.slide-top {
    opacity: 0;
    -moz-transition: all 600ms linear;
    -webkit-transition: all 600ms linear;
    -o-transition: all 600ms linear;
    transition: all 600ms linear;
    -moz-transform: translate3d(0px, -60px, 0px);
    -webkit-transform: translate3d(0px, -60px, 0px);
    -o-transform: translate(0px, -60px);
    -ms-transform: translate(0px, -60px);
    transform: translate3d(0px, -60px, 0px);
}

.animation-element.slide-btm {
    opacity: 0;
    -moz-transition: all 600ms linear;
    -webkit-transition: all 600ms linear;
    -o-transition: all 600ms linear;
    transition: all 600ms linear;
    -moz-transform: translate3d(0px, 60px, 0px);
    -webkit-transform: translate3d(0px, 60px, 0px);
    -o-transform: translate(0px, 60px);
    -ms-transform: translate(0px, 60px);
    transform: translate3d(0px, 60px, 0px);
}

.animation-element.slide-left {
    opacity: 0;
    transition: all 0.6s linear;
    -moz-transform: translate3d(-50px, 0, 0);
    -webkit-transform: translate3d(-50px, 0, 0);
    -o-transform: translate(-50px, 0);
    -ms-transform: translate(-50px, 0);
    transform: translate3d(-50px, 0, 0);
}

.animation-element.slide-right {
    opacity: 0;
    transition: all 0.6s linear;
    -moz-transform: translate3d(50px, 0, 0);
    -webkit-transform: translate3d(50px, 0, 0);
    -o-transform: translate(50px, 0);
    -ms-transform: translate(50px, 0);
    transform: translate3d(50px, 0, 0);
}

.animation-element.fade-in {
    opacity: 0;
    transition: all 1s linear;
    transition-delay: 0.2s;
}

.animation-element.fade-in.in-view {
    opacity: 1;
}

.animation-element.slide-left.in-view,
.animation-element.slide-top.in-view,
.animation-element.slide-right.in-view,
.animation-element.slide-btm.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

/*----onscroll animation end-----*/

.header-area {
    padding-top: 0px;
}

.navbar-dark .navbar-nav .nav-link {
    font-family: 'inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .9px;
    line-height: 26px;
    text-transform: uppercase;
    color: #030614;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #399244;
}

.navbar-dark .navbar-nav .nav-link:hover {
    /* color: #62CEC5 !important; */
    transition: all .3s linear;
}

.navbar-dark .navbar-nav .nav-link:hover:after {
    opacity: 1;
    transition: all .3s linear;
}

a.nav-link {
    position: relative;
}

.header-button {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    margin-left: 12rem;
    padding: 0.375rem 1.55rem;
    border-radius: 50px;
    background-color: #62CEC5;
}



.container {
    padding-right: 8vw !important;
    padding-left: 8vw !important;
    margin: unset !important;
    max-width: unset;
}

/* .navbar-dark .navbar-nav .nav-link {
    padding: 1rem 1rem;
} */

.navbar {
    padding-top: .8rem;
    padding-bottom: .8rem;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: end;
}

.navbar-dark .navbar-nav .nav-link {
    position: relative;
}

.btn:focus {
    box-shadow: unset;
}

.header-area {
    position: absolute;
    width: 100%;
    z-index: 10;
    left: 0;
    top: 0;
    background: transparent;
}


.scrollToTop {
    background-image: url(../images/apple-scroll-to-top.png);
    width: 46px;
    height: 40px;
    position: fixed;
    right: 82px;
    bottom: 56px;
    background-repeat: no-repeat;
    z-index: 99;
}

.btn.btn-primary.border-0:active:focus,
.btn-primary:focus {
    background: #f36a3a !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: unset !important;
}

.sticky_header .top-header {
    display: none;
}

.footer-menu-sec a:hover {
    color: #399244;
}




@media (max-width: 767px) {


    .top-header {
        padding: 0;
        background-color: transparent !important;
    }

    .header-btn .zoop-btn {
        padding: 0rem 0rem !important;
        font-weight: 400 !important;
        color: #000 !important;
    }

    .sticky-social {
        display: none;
    }

    .h-height {
        height: 156px;
    }

    .navbar-dark .navbar-toggler {
        color: unset !important;
        border-color: unset !important;
        box-shadow: unset !important;
    }

    .scrollToTop {
        right: 20px;
    }

    .container {
        padding: 0px 15px !important;
    }

    .navbar-dark .navbar-nav .nav-link::before {
        content: unset;
    }

    .navbar-dark .navbar-nav .nav-link {
        color: #000 !important;
    }

    .navbar-nav {
        margin-top: 10px !important;
    }

    .scrollToTop {
        background-image: url(../images/apple-scroll-to-top.png);
        width: 46px;
        height: 40px;
        position: fixed;
        right: 27px;
        bottom: 20px;
        background-repeat: no-repeat;
        z-index: 99;
    }

    /*.header-area {*/
    /*    background-color: #000;*/
    /*}*/

    .header-button {
        margin-left: unset !important;
        padding: 8px 20px !important;
    }

    .navbar-dark .navbar-nav .nav-link:after {
        position: unset !important;
    }

    /* .navbar-brand img {
        width: 160px;
    } */
}

@media(min-width:768px) and (max-width:991px) {
    .navbar-dark .navbar-nav .nav-link::before {
        content: unset;
    }

    .navbar-dark .navbar-nav .nav-link {
        padding: .5rem 0rem;
    }

    .navbar-nav {
        margin-top: 10px !important;
    }

    .header-btn .zoop-btn {
        padding: 0rem 0rem;
    }

    .header-btn .zoop-btn {
        font-weight: 400;
        background: transparent !important;
        color: rgba(0, 0, 0, .7) !important;
        font-weight: 400 !important;
    }

    .header-btn .zoop-btn.btn-primary:hover {
        background: transparent !important;
    }

    .scrollToTop {
        background-image: url(../images/apple-scroll-to-top.png);
        width: 46px;
        height: 40px;
        position: fixed;
        right: 40px;
        bottom: 20px;
        background-repeat: no-repeat;
        z-index: 99;
    }

    .header-button {
        margin-left: unset !important;
    }
}

@media (max-width: 575px) {
    .scrollToTop {
        background-image: url(../images/apple-scroll-to-top.png);
        width: 46px;
        height: 40px;
        position: fixed;
        right: 20px;
        bottom: 20px;
        background-repeat: no-repeat;
        z-index: 99;
    }
}

/* css start  */


.product-cont h3 {
    font-size: 36px;
    line-height: 42px;
}
section.flag-sec .owl-dots {
    display: none;
}
section.our-team {
       margin-top: 100px;
    background-image: url(../images/team-bg.png); 
        padding: 40px 0;
}
.inner-banner-left-cont h1 {
    text-transform: uppercase;
}
li.nav-item {
    margin: 0 10px;
}

section.banner-sec {
    background-color: #EDEDED;
    overflow: hidden;
}

.banner-left-cont {
    padding: 20% 0 0 20%;
}

/*.carousel-item img {*/
/*    height: 100vh;*/
/*}*/

h1 {
    font-size: 48px;
    line-height: 70px;
    font-family: 'Inter';
    font-weight: 700;
    color: #412312;
}

.banner-left-cont p {
    color: #412312;
    font-size: 18px;
    line-height: 30px;
    padding:10px 0;
}

.btn-wrap a {
    padding: 10px 20px;
    background: #6EBE45;
    color: #fff;
    text-decoration: none;
}

.carousel-indicators {
    left: -50% !important;
}

div#custCarousel.carousel {
    position: unset;
}

li.list-inline-item {
    width: 140px;
}

.icon-input.drop-arrow {
    position: relative;
    z-index: 1;
    background: #f5f5f5;
}

.icon-input.drop-arrow::before {
    content: '';
    position: absolute;
    border: 7px solid;
    border-color: #1e1d1d transparent transparent;
    right: 20px;
    top: 20px;
    z-index: -1;
}

.icon-input.drop-arrow select {
    background: transparent;
    padding: 10px 10px 10px 10px;
        border: none;
        font-family: inherit;
    color: #686868;
}

.single-abt-btm-cont {
    display: flex;
    padding-bottom: 20px;
}

.abt-btm-left-img {
    width: 20%;
    max-width: 100%;
    padding-right: 10px;
}

.abt-btm-left-cont {
    width: 80%;
    max-width: 100%;
}

span {
    font-size: 16px;
    color: #6EBE45;
    font-weight: 500;
    text-transform: uppercase;
}

h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 60px;
    position: relative;
    color: #412312;
    padding-bottom:10px;
}

h2::before {
    position: absolute;
    content: '';
    width: 100px;
    height: 1px;
    background: #6EBE45;
    bottom: 5px;
}

h2::after {
    position: absolute;
    content: '';
    width: 100px;
    height: 2px;
    background: #6EBE45;
    bottom: 0px;
    left: 0;
}

.abt-left-top-cont p {
    padding: 20px 0;
}

h3 {
    color: #412312;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
}

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

.single-brown-box {
    display: flex;
    border-bottom: 1px solid #fff;
    align-items: center;
    padding-bottom: 10px;
}

.single-brown-box h3 {
    width: 80%;
    color: #fff;
    font-weight: 700;
    font-size: 24px !important;
    line-height: 36px;
}

.single-brown-box img {
    width: 20%;
    height: 100%;
}

.single-product-wrap {
    position: relative;
    margin-bottom: 25px;
}
.single-product-btm-box p {
    height: 100px;
    max-height: 100%;
}
.abt-btm-left-cont p {
    height: 75px;
    max-height: 100%;
}
.product-cont {
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
}

.single-product-btm-box img {
    width: 80px;
    max-width: 100%;
}

section.product-btm-sec {
    background: #f7f7f7;
}

.single-product-btm-box {
    background: #fff;
    padding: 40px 20px;
    transition: all 0.5s ease-in-out;
}

.single-product-btm-box h3 {
    padding: 20px 0 10px;
}

.single-product-btm-box:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    margin-top: -20px;
}

.heartin-cont-wrap img {
    width: auto;
    max-width: 100%;
}

.heartin-cont-wrap h3 {
    font-size: 50px;
    font-family: Dancing Script;
    line-height: 50px;
    padding: 20px 0;
}

.heartin-cont-wrap {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.single-flag-wrap img {
    width: auto;
    margin-right: 10px;
    max-width: 100%;
}

section.flag-sec {
    background: #F7F7F7;
}

.single-flag-wrap p {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-flag-wrap img {
    width: auto !important;
}
.footer-wrap li {
    list-style: none;
    text-transform: uppercase;
    font-size: 14px;
}

.footer-wrap ul {
    padding: 0;
}

.footer-logo img {
    width: auto;
}

.footer-wrap a {
    text-decoration: none;
    color: #000;
}

.footer-wrap .nav-link {
    padding: 0;
}

.bottom-footer-left {
    border-top: 1px solid #d9d9d9;
    padding-top: 20px
}

.footer-wrap {
    padding: 30px 0 20px; 
}

.carousel-indicators {
    display: flex;
    left: 8% !important;
    max-width: 100%;
    justify-content: left;
    margin: 0 auto;
    bottom:5%;
    align-items: flex-end;
}
a#form_submit {
    background: #6EBE45;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    padding: 10px;
}
.form-top-cont {
    padding: 0 0 20px 0;
}
@media screen and (min-width:768px) {
    .single-flag-wrap {
        border-right: 1px solid #d9d9d9;
    }
    .f-btm-social-media ul {
    justify-content: end !important;
}
}
@media(max-width:767px) {

    h1,
    h2,
    h3,
    h4,
    h5 {
        line-height: normal;
    }

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 28px;
        padding-bottom: 10px;
        line-height: 36px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 16px;
    }
    .navbar-dark .navbar-toggler-icon{
        filter: invert(1);
    }
    .banner-sec {
        margin-bottom: 50px;
    }
    .form-top-cont {
        margin: 20px 0;
    }

    .carousel-indicators {
        position: relative;
        margin-top: 10px;
        display:none;
    }

    .banner-left-cont {
        padding: 100px 20px 40px;
        text-align: center;
    }

    .abt-left-top-cont p {
        padding-top: 5px;
    }

    section.brown-bg-sec {
        margin-top: 30px;
        padding-top: 30px;
        background-size: cover;
        padding-bottom: 30px;
    }

    .single-brown-box h3 {
        font-size: 20px;
        line-height: 30px;
        max-width:90%;
        padding-right: 10px;
        font-size: 16px !important;
    }

    .single-brown-box {
        width: 98%;
        max-width: 350px;
        margin: 0 auto;
        padding: 20px 0;
    }

    section.product-btm-sec {
        padding-top: 30px;
    }

    .heartin-cont-wrap h3 {
        font-size: 24px;
        line-height: normal;
    }

    section.flag-sec .col-md-2 {
        width: auto;
        padding: 10px 20px;
    }

    section.flag-sec .row {
        align-items: center;
        justify-content: center;
        padding: 30px 0;
        margin-bottom: 30px;
        display: flex;
    }
    .header-area {
        background: #f7f7f7;
    }
    .single-abt-btm-cont {
    padding-bottom: 20px;
}

section.products-sec.py-md-5 {
    padding: 40px 0;
}

.single-product-btm-box {
    margin-bottom: 20px;
}
.footer-logo {
    padding: 20px 0;
}

.f-btm-social-media {
    padding: 20px 0 0;
}
}



/* product css start  */

.inner-banner-cont-sec {
    height: 100%;
    position: relative;
}

.inner-banner-cont-sec .inner-banner-left-cont {
    position: absolute;
    top: 50%;
    left: 8vw;
}
.product-btns ul {
    display: flex;
    justify-content: center;
    list-style: none;
}
.single-product-cont h3 {
    text-align: center;
    padding: 20px 0;
}
.product-btns li a {
    padding: 0 20px;
    border-radius: 10px;
    padding: 10px 20px;
    margin: 0 20px;
    transition: all 0.3s ease-in-out;
}
li.fst-chld-active a {
    background: #6EBE45;
    color: #fff;
    border-radius: 10px;
}
.single-product-box {
    padding-bottom: 20px;
}
.inner-banner-left-cont a {
    text-decoration: none;
    color: #412312;
}
.product-btns li a:hover {
    color: #fff;
    background: #6EBE45;
}
.product-btns a {
    text-decoration: none;
    color: #000;
}



section.product-details #custCarousel {
    position: relative;
    padding-left: 20%;
}

section.product-details .carousel-indicators {
    position: absolute;
    width: 15%;
    display: flex;
    left: 0% !important;
    height: 100%;
    margin: 0 !important;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    align-items: flex-start;
}
section.product-details .carousel-item img{
    height: 100% !important;
}

.descrtion-details span.desc-name {
    padding-right: 20px;
    width: 450px;
    max-width:100%;
    display: inline-block;
    color: #9D9D9D;
}
.descrtion-details span {
    color: #686868;
}
.product-top-sec h2 {
    margin-bottom: 40px;
    text-align: center;
        padding-bottom: 10px;
}
.blog-hvr-cont h3 {border-left: 3px solid;padding-left: 10px;}

.blog-hvr-cont {
    max-width: 100%;
    position: absolute;
    bottom: 0;
    background: #fff;
    transition: all 0.5s ease-in-out;
    padding: 10px 0;
    width: 90%;
}

.blog-img-wrap {
    position: relative;
}
.blog-btm-cont {
    padding: 20px 0;
}
.single-blog-sec {
    padding-bottom: 40px;
}
.blog-btn a {
    border: 1px solid #412312;
    text-transform: uppercase;
    padding: 8px 20px;
    color: #412312;
    text-decoration: none;
}

.blog-btm-cont p {
    padding: 10px 0;
}
.blog-btn img {
    width: auto;
    max-width: 100%;
    padding-left:10px;
}
.blog-head-sec {
    padding-bottom: 40px;
}
.blog-btm-cont span {
    color: #412312;
    text-transform: capitalize;
}
section.inner-page-banner {
    background: #EDEDED;
}
.blog-deatils-img {
    padding: 40px 0;
}
.product-details li.list-inline-item{
    width: auto;
}
.product-top-sec h2::after,.blog-head-sec h2::after,.blog-head-sec h2::before,.product-top-sec h2::before {
    left: 50%;
    transform: translateX(-50%);
}
.btn-wrap img {width: auto;padding-left: 10px;}
.submit-btn-top img {
    width: auto;
    padding-left: 10px;
}
.blog-head-sec h2{
    text-align: center;
        padding-bottom: 20px;
}
.container-fluid .col-md-7 {
    padding: 0;
}
.abt-form-sec input {
    background: #F4F4F4;
    padding: 10px;
    border: none;
}

.abt-form-sec select, .abt-form-sec textarea {
    background: #F4F4F4;
}
.abt-form-sec {
    border: 1px solid #F4F4F4;
    padding: 20px;
}
.view-btn img {
    width: auto;
    padding-left: 5px;
}

.view-btn a {
    border: 1px solid;
    padding: 5px 10px;
}

.view-btn {
    display: block;
    margin: 20px 0;
}
.btn-wrap {
    margin: 20px 0;
        z-index: 9;
    position: relative;
}
.product-btns li a.active {
    background: #6EBE45;
    color: #fff;
    padding: 10px 20px;
}
.form-top-cont h2 {
    font-size: 28px;
    padding-top:10px;
}
section.info.contact-sec a {
    text-decoration: none;
    color: #686868;
}
section.formpage .submit-btn-top {
    display: -webkit-box;
}
.single.user-img-details input,.single.user-img-details textarea {
    background: #f5f5f5;
    padding: 10px;
}
.blog-btm-cont p {
    height: 92px;
    max-height: 100%;
}
.view-btn a {
    text-decoration: none;
    color: #412312;
}
.blog-hvr-cont h3 {
    font-size: 20px;
} 
.rreq h2 {
    padding-bottom: 10px;
        padding-top: 10px;
}
.bath-fit-details-r-cont p {
    padding: 20px 0;
}
.descrtion-details span {
    text-transform: capitalize;
}
.nxt-prev-sec.blog-btn {
    text-align: center;
}
.nxt-prev-sec.blog-btn a {
    margin: 0 10px;
}

.nxt-prev-sec.blog-btn {
    padding: 30px 0;
}
@media screen and (max-width:767px){
    section.inner-page-banner {
    position: relative;
    padding-top: 70px;
}

.inner-banner-cont-sec .inner-banner-left-cont {
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    padding-top: 150px;
    width: 100%;
    text-align: center;
}
.inner-banner-left-cont p,.inner-banner-left-cont a,.inner-banner-left-cont h1 {
    color: #fff;
}
.product-btns li {
    width: 50%;
            margin: 20px 0;
}

.product-btns li a {
    margin: 20px 0;
}
.product-btns ul{
    flex-wrap:wrap;
}
.product-top-sec {
    padding-top: 40px;
}
.aboutus{
    padding-top:40px !important;
}
section.blog-sec {
    padding-top: 40px;
}
.blog-details h2{
    line-height:36px;
}
.tcard img {
    margin-bottom: 10px;
}
.tcard{
    padding-bottom:20px;
}
.f-btm-social-media li {
    margin-left: 10px;
}
.product-cont h3 {
    font-size: 24px;
    line-height: 20px;
}
section.product-details {
    padding: 40px 0;
}
.bath-fit-details-r-cont {
    padding: 40px 0;
}

}