@import url('https://fonts.googleapis.com/css2?family=Madimi+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

html {
    margin-top:0px !important;
}

body {
    font-family: "Roboto", sans-serif;
    font-size:18px;
}

.img-responsive {
    width:100%;
    height:auto;
}

/*Navigation Section*/
nav {
    padding:15px 0;
}
.logo {
    font-family: "Madimi One", sans-serif;
    font-size:32px;
    color:#046BC9;
}
.logo:hover {
    color:#046BC9;
    text-decoration:none;
}
.nav-tel {
    font-size:26px;
    color:#1973CF;
    font-weight:600;
}
.nav-tel:hover {
    color:#1973CF;
    text-decoration:none;
}

/*Banner Section*/
.banner {
    padding:40px 0;
}
.banner h4 {
    color:#807F7F;
    font-weight:700;
}
.banner p {
    font-size: 18px;
    font-weight: 500;
}

.banner-btn {
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #367CD6;
    border-radius: 5px 5px 5px 5px;
    padding: 15px 35px 15px 35px;
    font-size: 18px;
    font-weight: 500;
}
.banner-btn:hover {
    background:#D9D4D4;
    text-decoration:none;
    color:#fff;
}

/*All Section*/
.all {
    background:#F9F9F9;
    padding:60px 0;
}
.cust-btn {
    font-family: "Poppins", Sans-serif;
    font-weight: 700;
    background-color: transparent;
    background-image: linear-gradient(135deg, #08A606 0%, #595959 100%);
    border-radius: 50px 50px 50px 50px;
    color: #fff;
    fill: #fff;
    text-align: center;
    transition: all .3s;
    font-size: 22px;
    padding: 10px 15px;
}
.cust-btn:hover {
    text-decoration:none;
    color:#fff;
}

/*shop section*/
.shop {
    padding:60px 0;
}
.custom-shop span {
    text-decoration:line-through;
    color:#807F7F;
}

.main-shop {
    padding:15px;
}
.custom-shop {
    padding:15px;
    border:1px solid #eee;
}
.main-shop a {
    color:inherit;
}
.main-shop a:hover {
    text-decoration:none;
}
.shop-btn {
    color: #fff !important;
    background-color: #333;
    padding: 5px 5px 5px 5px;
    border-radius: 8px 8px 8px 8px;
    display: block;
    font-size: 18px;
    font-weight: 500;
}
.shop-btn:hover {
    text-decoration:none;
    color:#fff;
}

/*Discount Section*/
.discount {
    padding:60px 0;
    background-image:linear-gradient(35deg, #12AD10 0%, #595959 100%);
    color:#fff;
}
.discount .container {
    border:5px solid #fff;
    padding:30px 0;
}

/*Footer Section*/
footer {
    padding:40px 0;
}
footer a {
    display: block;
    padding-bottom: 10px;
    font-size: 18px;
    color: #807F7F;
    font-weight: 500;
}
footer a:hover {
    color:#1d8b07;
    text-decoration:none;
}
footer p {
    font-size:19px;
    font-weight:500;
}
footer .head {
    text-align:center;
    background:linear-gradient(180deg, #676767 0%, #363636 100%);
    color:#fff;
    padding:30px;
    border-radius:30px;
    ,argin-bottom:15px
}
footer .head i {
    font-size:35px;
}

@media (max-width:768px) {
    nav {
        text-align: center;
    }
    .banner {
        text-align: center;
    }
    footer img {
        width:100%;
        height:auto;
    }
}

/*Lower Footer Section*/
.low-foot {
    padding:30px 0;
    background:#F4F4F4;
}

/*About Us Page*/
.about-content h1:after{
    content:'';
    display:block;
    width:20%;
    height:4px;
    background:#1d8b07;
    margin:10px 0;
}

/*Accounting Services Page*/
/*Accounting Banner Section*/
.accounting-banner {
    padding:150px 0;
    background-image:url('../images/man-woman-working-office.jpg');
    background-size:cover;
    background-repeat:no-repeat;
    background-attachment:fixed;
    color:#fff;
    position:relative;
    z-index:1;
}
.accounting-banner:before {
    content:'';
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    background-color:#000;
    opacity:0.6;
    z-index:-1;
}
.accounting-banner h1:after {
    content:'';
    width:20%;
    height:3px;
    background:#fff;
    display:block;
    margin:20px auto;
}
.accounting-banner p {
    font-size:18px;
}

/*Consulting Section*/
.consulting {
    padding:60px 0;
}
.consulting i {
    font-size:40px;
    border:1px solid #000;
    border-radius:50%;
    padding:10px;
}

/*Range Section*/
.range {
    padding:60px 0;
    background:#F9F9F9;
}
.range-btn {
    background-color: #333333;
    border-radius: 15px 15px 15px 15px;
    padding: 13px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.range-btn:hover {
    color:#fff;
    text-decoration:none;
}

/*Monthly Section*/
.monthly {
    padding:60px 0;
}
.main-month {
    padding:15px;
}
.custom-month {
    padding:20px;
    border:1px solid #D4D4D4;
}
.custom-month h3,
.custom-month h1,
.custom-month h5 {
    text-align:center;
}
.month-btn {
    font-size: 18px;
    font-weight: 500;
    background-color: #03A921;
    border-radius: 15px 15px 15px 15px;
    padding: 15px;
    color:#fff;
}
.month-btn:hover {
    color:#fff;
    text-decoration:none;
}
.custom-month h1 {
    color:#03A921;
}
.custom-month h5 {
    color:#807F7F;
    padding-bottom:20px;
    border-bottom:1px solid #807F7F;
}

/*Perfect Section*/
.perfect {
    padding:80px 0;
    background-image:url('../images/meeting-room-with-black-chairs.jpg');
    background-size:cover;
    background-repeat:no-repeat;
        background-position-y: -230px;
    position:relative;
    z-index:1;
    color:#fff;
}
.perfect:before {
    content:'';
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background:#000;
    opacity:0.6;
    z-index:-1;
}
.perfect h1:after {
    content:'';
    display:block;
    width:20%;
    height:2px;
    background:#fff;
    margin:20px auto;
}

/*Product Page*/
.featured-image.page-header-image-single.grid-container.grid-parent {
    display: none;
}
.inside-article {
    max-width: 1280px;
    margin: 0 auto;
}
.woocommerce-product-gallery__wrapper {
    display: inline-block;
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
    display: inline-block !important;
    float: left;
}
.woocommerce-tabs.wc-tabs-wrapper {
    display: inline-table !important;
}
section.related.products {
    display: none !important;
}
div#right-sidebar {
    display: none !important;
}