
.bg-tab{
    position: relative;

    transition: all 0.7s;
    background-color: #DCAC31;
    background-image: linear-gradient(to right, #fff 10%,#DCAC31 25%, #DCAC31 75%, #fff 90%);
}
.bg-tab-sweet{
    position: relative;
    transition: all 0.7s;
    background-color: #DCAC31;
    background-image: linear-gradient(to right, #fff 5%,#C876CE 25%, #DCAC31 75%, #fff 95%);
    text-transform: uppercase;
}

.tabs {
    flex-wrap: nowrap;
    margin: auto;
    text-align: center;
    padding-bottom: 2rem;
    padding-top: 2rem;
    font-weight: 600;
}
.tab nav a image{
    max-width: 20%;
}
.bg-tab-sweet a:hover {

    text-decoration: underline;
}

.bg-tab-sweet .tab {

    border: 1px solid transparent;
    display: inline-block;
    padding: 0px 16px 4px 16px;
    color: #FFF;

}

.bg-tab-sweet .tab:hover{
    color: #fff !important;
    text-decoration: underline;
}

.bg-tab-sweet .active {
    color: #FFF;
    position: relative;
}
.bg-tab-sweet .active:after {
    content: '';
    border-bottom: 10px solid #fefefe;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -23px;
    left: 50%;
    transition: all 0.7s;
    transform: translateX(-50%);
    pointer-events: none;
}
.content {
    background: linear-gradient(to bottom right, white, #F8F8F8);
    box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.3), 0 35px 50px -25px rgba(0, 0, 0, 0.3), 0 85px 60px -25px rgba(0, 0, 0, 0.1);
    display: none;
    padding: 1.5rem;
    color: #4a5666;
    min-height: 220px;
}
.content h1{
    color:gray;
}
.show {
    display: block;

}
.show .fadein{
    animation: fadein 0.7s ease;
}
@keyframes fadein{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
span.rope:before {
    content: '';
    height: 5px;
    width: 5px;
    background: #FFF;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: -2px;
    right: 0;
}

span.rope {
    display: inline-block;
    height: 1px;
    width: 40px;
    background: #FFF;
    vertical-align: middle;
    margin: 0 -4px;
    position: relative;
}

/* main nav */

@media (max-width: 575.98px) {
    .bg-tab{
        padding:0 3rem ;
        white-space: nowrap;
        overflow-x: auto;
        background-color: #DCAC31;
        background-image:none;
    }
    .bg-tab-sweet{
        padding:0 3rem ;
        white-space: nowrap;
        overflow-x: auto;
        background-color: #DCAC31;
        background-image: linear-gradient(to right,#C876CE 25%, #DCAC31 75%);

    }

}
.mb70 {
    margin-bottom: 70px !important;
}
.mt70 {
    margin-top: 70px !important;
}
.mt67 {
    margin-top: 67px !important;
}
.mt35 {
    margin-top: 35px !important;
}

/* left fix  */
.jump-menu{
    position: fixed;
    top: 20%;
    z-index: 5;
}
.left-warp{
    display: flex;
    flex-direction: column;
    position: relative;

}
.l-btn-body{
    background-color: #7B2382;

    padding: 10px;
    color: #fff !important;
    cursor: pointer;

}
.l-top{
    background-color: #7B2382;

    padding: 10px;
    color: #fff !important;
    cursor: pointer;
    border: 1px solid #7B2382;
    border-radius: 0 20px 0 0;
}
.l-bottom{
    background-color: #7B2382;

    padding: 10px;
    color: #fff !important;
    cursor: pointer;
    border: 1px solid #7B2382;
    border-radius: 0 0 20px 0;
}

.shadow-img-l {
    width: 70%;
    float: right;
    background-color: #DCAC31;
    box-shadow: 30px -30px #DCAC31;
}
.shadow-img-r {
    width: 70%;
    float: left;
    background-color: #DCAC31;
    box-shadow: 30px -30px #DCAC31;
}

@media(max-width:767px){
    .shadow-img-l, .shadow-img-r {
        width: 100%;
        float: left;
        background: none;
        box-shadow:none;
        padding: 10px 0;
    }
    .jump-menu{
        display:none;
    }

}

@media (min-width: 576px) and (max-width: 767.98px) {

    .bg-tab{
        padding:0 3rem ;
        white-space: nowrap;
        overflow-x: auto;
        background-color: #DCAC31;
        background-image:none;
    }
    .bg-tab-sweet{
        padding:0 3rem ;
        white-space: nowrap;
        overflow-x: auto;
        background-color: #DCAC31;
        background-image: linear-gradient(to right,#C876CE 25%, #DCAC31 75%,);
    }
}


.bg-gray {
    background-color: rgba(222, 212, 212, 0.15);
}
.content-blog {
    padding: 10% 10%;
    margin: auto;
    width: 100%;
}
.pl0 {
    padding-left: 0px !important;
}
.font-pinkviolet {
    color: #C338CE !important;
}
.bold {
    font-weight: 800;
}
.content-serviced {
    padding: 0 10%;
}

.card-head {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.07), 0 6px 20px 0 rgba(0, 0, 0, 0.07);
}
.bg-yellow {
    background-color: #DCAC31;
}
.yellow-header p{
    text-align: center;
    height: 48px;
    color: #fff;
    line-height: 48px;
    font-weight: 800;
    border: 1px solid #DCAC31;
    border-radius: 0.3rem 0.3rem 0 0;
    /* margin-bottom: 40px; */
}

.item-btn {
    margin-top: 25px;
    border: 1px solid;
    border-color: #6A1F7C;
    background-color: #6A1F7C;
    color: #ffffff;
    font-weight: 500;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 13px 30px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    text-transform: capitalize;
    -webkit-box-shadow: 0px 1px 10px 0px rgba(106, 31, 124, 0.75);
    -moz-box-shadow: 0px 1px 10px 0px rgba(106, 31, 124, 0.75);
    box-shadow: 0px 1px 10px 0px rgba(106, 31, 124, 0.75);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.yellow-line {
    height: 2px;
    color: #DCAC31;
    background-color: #DCAC31;
    margin-bottom: 40px;
}
.font-yellow {
    color: #DCAC31 !important;
}
.search-card {
    padding: 10%;
    border: 1px solid #CCCCCC;
    border-radius: 6px;
}
.mt30 {
    margin-top: 30px !important;
}
.mr0 {
    margin-right: 0px !important;
}
.ml0 {
    margin-left: 0px !important;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .bg-tab{
        padding:0 3rem ;
        white-space: nowrap;
        overflow-x: auto;
        background-color: #DCAC31;
        background-image:none;
    }
    .bg-tab-sweet{
        padding:0 3rem ;
        white-space: nowrap;
        overflow-x: auto;
        background-color: #DCAC31;
        background-image: linear-gradient(to right,#C876CE 25%, #DCAC31 75%);
    }
}

@media (min-width: 992px)  {

    .rightflex{
        justify-content: flex-end;
    }


}

