.tabs {
    padding-top: 10px;
}

.tabbed {
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.tabbed>input {
    display: none;
}

.tabbed>section>h1 {
    float: left;
    box-sizing: border-box;
    margin: 0 0 0 0;
    padding: 0em 0px 0 0;
    font-weight: normal;
    
}
.lorem.moblo {
    border-top: 2px solid #30373d;
    margin-top: 20px;
}

.tabbed>section>h1>label {
    display: inline-block;
    margin-bottom: 0;
    font-size: 20px;
    font-weight:700;
    color: #30373d;
    padding: 28px 36.8px;
    margin: 0px 0px 0 0px;
    text-align: center;
    border-bottom: none;
    text-transform: capitalize;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    font-family: 'Inter', sans-serif;
    background: transparent;
    text-transform:uppercase;
    background:#fff;
}

.lorem {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #272727;
    padding: 0px;
    border: none;
    line-height: 30px;
    background: #fff;
}

.panel {
    margin: 0;
    border: 0;
}

.tabbed>input:checked+section>h1>label {
    color: #fff;
    font-weight: 600;
    position: relative;
    background: #ef3123;
   top: -3px;

}
.h1, h1 {
    font-size: 1.5rem;
}



.tabbed>input:checked+section>h1>label::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 30px;
    height: 30px;
    background: transparent;
    z-index: 9;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    transform:rotate(45deg);
    z-index:-1;
    top:25px;
}

.tabbed>section>div {
    position: relative;
    z-index: 1;
    float: right;
    box-sizing: border-box;
    width: 100%;
    margin: 55px 0 0 -100%;
}

.tabbed>input:checked+section>h1 {
    position: relative;
    z-index: 2;
}

.tabbed>input:not(:checked)+section>div {
    display: none;
}

.leftsec {
    width: 50%;
    float: left;
    margin-top: 12px;
}

.rightsec {
    width: 46%;
    float: right;
}

.asdasd {
    margin-top: 15px;
    ;
    float: left;
    width: 100%;
    position: relative;
    z-index: 999999
}

#slider-header {
    margin: 20 0 0px 0;
    width: 100% !important;
    height: auto !important;
    clear: both;
}

#slider-header h2 {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    line-height: 39px;
    border: 1px solid #d7d7d7;
    margin: 0;
    padding: 0 0 0 26px;
    text-align: left;
    font-weight: bold;
    background: #ff7612;
}

.productthumb li {
    float: left;
    width: 100%;
    max-width: 240px;
    list-style: none;
    padding: 0 5px;
}

.tab-desc {
    padding: 45px 25px;
    text-align: left;
}
.tabscc_detail ol{
margin: 0 0 0 18px;
padding: 0;
list-style-type: decimal;
    margin: 0 0 18px 20px;
}
.tabscc_detail img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}
.tabscc_detail h2{
    font-weight: bold;
    color: #f70b04;
    margin: 0 0 15px 0;
    line-height: 1.2em;
    font-size: 16pt;
}
.tabscc_detail h3 {
    font-size: 14pt;
    color: #111;
}
.tabscc_detail p {
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    margin: 0;
    line-height: 28px;
    color: #000;
    text-align: justify;
    line-height: 32px;
    font-weight: 400;
    padding-bottom: 25px;
}
.tabscc_detail p span{
    font-weight: 600;
    font-size: 18px;
}

.tabsmain .tabbed{
background-color: #fff;
border-radius: 10px;
overflow: hidden;
box-shadow: 0px 5px 25px -10px rgb(0 0 0 / 30%);
}
.tabscc_detail{
    box-shadow: 0px 5px 25px -10px rgb(0 0 0 / 30%);
}
.tabbed>input:checked+section>h1>label::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #ef3123;
    position: absolute;
    bottom: -19px;
    left: 43%;
}






@media screen and (max-width:1200px) {
    .tabbed>section>h1>label {
        font-size: 20px;
        margin: 5px 10px 0 0px;
    }
}

@media screen and (max-width:1199px) {
    .title p {
        font-size: 18px;
    }
}

@media screen and (max-width:1024px) {
    .tabbed>section>h1>label {
        width: 150px
    }
}

@media screen and (max-width:991px) {
    .tabbed>section>h1>label {
        width: 139px;
        font-size: 20px;
    }
    .containers>a {
        margin-right: 60px !important;
    }
    .leftsec {
        width: 100%;
    }
    .rightsec {
        width: 100%;
    }
    .tabbed>section>h1>label {
        width: 130px;
        padding: 21px 0;
    }
    .image-gallery {
        max-width: 515px;
        width: 100% !important;
    }
    .image-gallery .big-image {
        width: 77% !important;
    }
}

@media screen and (max-width:790px) {
    .tabbed {
        margin: 10px 0;
    }
    #tabbed2+section>div {
        margin-top: -1px !important;
    }
    #tabbed3+section>div {
        margin-top: -1px !important;
    }
    #tabbed4+section>div {
        margin-top: -1px !important;
    }
    .tabbed>section>div {
        margin: -1px 0 !important;
    }
    .productthumb {
        text-align: center;
    }
    .productthumb li {
        display: inline-block;
        float: none;
    }
    .tabbed>section>h1 {
        margin: 0 !important;
        width: 100%;
        padding: 0 0 0 !important
    }
    .tabbed>section>h1>label {
        border-bottom: 1px solid #818181;
        width: 99% !important;
        text-align: left !important;
        padding: 14px 15px !important;
        margin: 1px 3px;
        position: relative;
    }
    .moblo {
        margin-bottom: 0 !important;
        margin: 0px 3px;
    }
    .tabbed>section>h1>label::after {
        content: "\f0fe";
        font-family: "fontawesome";
        color: #000;
        position: absolute;
        right: 10px;
        top: 15px;
    }
    .tabbed>input:checked+section>h1>label::after {
        content: "\f146";
        color: #ffffff;
    }
    .deatil p {
        font-size: 16px;
    }
    .tabbed>input:checked+section>h1>label {
        /*background: #3a3a3a;*/
    }
    .top_navigation ul li>a {
        color: #3b3b3b !important;
        text-align: center;
    }
    .top_navigation ul>li>a:hover {
        color: #0d0ab4 !important;
    }
    .hvr-underline-reveal:before {
        background: #0d0ab4 !important;
    }
}

@media screen and (max-width:460px) {
    .tabbed>section>h1 {
        margin-bottom: 0;
    }
    .tabbed>section>h1>label {
        font-size: 18px;
        width: 100%;
    }
    .containers>a {
        margin-right: 9px !important;
    }
    .productthumb li {
        max-width: 150px;
    }
    .single-item .gal_button {
        min-width: 100px;
    }
    #slider-header h2 {
        font-size: 11.5px;
        padding: 0 0 0 15px;
    }
    .single-item .gal_img {
        height: 100px;
    }
}

@media screen and (max-width:414px) {
    .tabbed>section>h1>label {
        width: 100%;
    }
    .tabbed>section>h1 {
        margin: 0;
    }
}