﻿ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tab-section {
    padding: 50px 0;
    background: #FDF6F4;
}

    .tab-section h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .tab-section .nav-tabs {
        border: none;
    }

    .tab-section .tab-content {
        border: 1px solid #EA5340;
        border-radius: 5px;
        padding: 20px 15px;
        border-top-left-radius: 0;
    }

a, a:hover, a:focus {
    text-decoration: none;
}

.ml-0 {
    margin-left: 0 !important;
}


.tab-section .nav-tabs > li {
    margin: 0 15px 0;
    font-size: 16px;
}

    .tab-section .nav-tabs > li.active {
        margin-bottom: -1px
    }

        .tab-section .nav-tabs > li.active > a,
        .tab-section .nav-tabs > li.active > a:hover,
        .tab-section .nav-tabs > li.active > a:focus {
            background: #fdf6f4;
            border-bottom: none;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
            border-color: #EA5340;
        }

            .tab-section .nav-tabs > li.active > a span,
            .tab-section .nav-tabs > li.active > a:hover span,
            .tab-section .nav-tabs > li.active > a:focus span {
                background: #EA5340;
                color: #ffffff;
                padding: 10px 20px;
                display: inline-block;
                border-radius: 5px;
            }



    .tab-section .nav-tabs > li > a {
        background: #FFFFFF;
        padding: 10px 20px;
        border-radius: 5px;
        color: #EA5340;
        border: 1px solid #EA5340;
    }

        .tab-section .nav-tabs > li > a img {
            margin-right: 5px;
        }

.btn-theme-outline {
    background: #ffffff;
    border: 1px solid #EA5340 !important;
    border-radius: 5px !important;
    color: #EA5340;
    font-size: 16px;
    margin-bottom: 15px;
}

    .btn-theme-outline:hover,
    .tab-section .nav-tabs > li.active .btn-theme-outline,
    .btn-theme-outline:focus,
    .tab-section .nav-tabs > li.active > a.btn-theme-outline,
    .tab-section .nav-tabs > li.active > a.btn-theme-outline:hover,
    .tab-section .nav-tabs > li.active > a.btn-theme-outline:focus {
        background: #EA5340;
        color: #ffffff;
    }

.tab-section h3 {
    font-size: 32px;
    font-weight: 600;
    color: #333333;
    margin-top: 0;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.tab-section p {
    font-size: 18px;
    margin-bottom: 15px;
}

.tab-section h3:after,
.marketing-section h4:after {
    content: "";
    position: absolute;
    left: 0;
    background: #EA5340;
    height: 2px;
    width: 120px;
    bottom: 0;
}

.tab-section .tab-content.border-0 {
    border: none !important;
    padding-top: 0;
}

.tab-section .col-md-2 .nav-tabs > li {
    margin: 0;
}

.marketing-section {
    padding: 100px 0;
    background: #ffffff;
}

    .marketing-section .marketing-items {
        text-align: center;
    }

        .marketing-section .marketing-items > li {
            margin-bottom: 25px;
            margin-left: auto;
            margin-right: auto;
        }

            .marketing-section .marketing-items > li a {
                border: 1px solid #EA5340;
                text-align: center;
                border-radius: 10px;
                padding: 24px 15px;
                display: inline-block;
                color: #ffffff;
                font-size: 24px;
                width: 100%;
                background: #EA5340;
                clip-path: polygon(100% 0%, 100% 10%, 90% 100%, 10% 100%, 0% 10%, 0% 0%);
            }

          

    .marketing-section h4 {
        font-size: 30px;
        color: #333333;
        font-weight: 600;
        position: relative;
        padding-bottom: 10px;
    }

    .marketing-section p {
        font-size: 18px;
        color: #000000;
    }

.mb-30 {
    margin-bottom: 30px;
}

.w-80 {
    width: 80%;
}

.w-60 {
    width: 60%;
}

.w-40 {
    width: 40%;
}


@media(max-width:991px) {
    .tab-section .nav-tabs > li > a {
        padding: 10px 14px;
    }
}

@media(max-width:767px) {
    .tab-section .nav-tabs > li {
        width: 49%;
        margin: 0 1% 10px 0;
    }

        .tab-section .nav-tabs > li.active > a, .tab-section .nav-tabs > li.active > a:hover, .tab-section .nav-tabs > li.active > a:focus {
            border: none;
            width: 100%;
            padding: 0;
        }

            .tab-section .nav-tabs > li.active > a span, .tab-section .nav-tabs > li.active > a:hover span, .tab-section .nav-tabs > li.active > a:focus span {
                display: block;
            }
}

@media(max-width:480px) {
    .tab-section .nav-tabs > li {
        width: 100%;
        margin: 0 0 10px 0 !important;
    }
}
