
h1 {
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
}
.chat-bg-right2 {
    display: block;
}
.dropdown-submenu > .dropdown-menu {
    top: 18px !important;
}

#carousel1 #slide2 {
    height: auto;
}

#carousel2 #slide2 {
    height: auto;
}

.Validity-extend .table-responsive {
    display: inline-table;
    border: 1px solid #4bd396;
    margin-bottom: 1.5rem;
    text-align: center;
    width: 100%;
}
/*
#slide1{

background-image: url("./img1.jpg");	
background-size: cover;
background-position: 75%;
	
}


#slide2{

background-image: url("./img2.jpg");	
background-size: cover;
background-position: 71%;
	
}


#slide3{

background-image: url("./img3.jpg");	
background-size: cover;
background-position: 75%;
	
}


#slide4{

background-image: url("./img4.jpg");	
background-size: cover;
background-position: 65%;
	
}


#slide5{

background-image: url("./img5.jpg");	
background-size: cover;
background-position: 40%;
	
}


#slide6{

background-image: url("./img6.jpg");	
background-size: cover;
background-position: 75%;
	
}*/
.chat-row-edit {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
    background: #fff;
}
#ChatUserULID {
    margin-top: 8rem;
}
.search-container {
    position: fixed;
    width: 24.3%;
    z-index: 999;
    background: #fff;
    top: 0;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ccc;
}
.chat-div {
    padding: 20px 5rem;
}

.chat-heading {
    background: #097EB7;
    width: 80%;
    margin: 0 auto;
    padding: 10px;
}



.ulchat {
    padding: 0;
}

.user_chat_img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
}
.MessageCount {
    position: absolute;
    right: 25px;
    top: 0;
    background: #0dad6c;
    padding: 0px 5px;
    border-radius: 50%;
    color: #fff;
}
.MessageCount span{
    color: #fff;
}

.ulchat li a img {
    float: left;
    height: 100%;
    width: 100%;
    margin-right: 10px;
}

    .ulchat li {
        list-style: none;
        padding: 10px;
        border-bottom: 1px solid #000;
    }

.chat-main-div {
    margin: 20px;
}

.chatarea2 {
    height: 100%;
    padding: 0 0 0 15px;
    overflow: auto;
    /* overflow-x: hidden; */
    border-right: 1px solid #000;
    /* position: fixed; */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/*.chatarea4 {
    height: 420px;
    overflow: scroll;
    overflow-x: hidden;
}*/

    .chatarea2::-webkit-scrollbar-thumb, .chatarea4::-webkit-scrollbar-thumb {
        background-color: #097EB7 !important;
    }

.ulchat li a span {
    font-weight: 600;
    color: #5B5555;
}

.ulchat li a span1 {
    font-weight: 200;
    color: #ccc;
}

.admin-padding {
    padding: 3rem 0 20rem 0;
}

.div-chat-main img {
    width: 60%;
}
.edit-xs{
    padding: 0;
    margin-bottom: 0;
}
.text-div {
    background: #dcdcdc;
    padding: 10px;
    border-radius: 10px;
}
.background-clr {
    /*background-image: radial-gradient(circle, #15ab6a, #00a48f, #009aab, #008db9, #097eb7fc);*/
    background-color: #f0f0f0;
    background-image: url(../img/banner/chat-banner.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.chatarea4 {
    background: url(../img/white_texture.png) repeat;
    background-color: #f0f0f0 !important;
}

.chat-img {
    float: right;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    margin: 10px 0;
}

.user-name {
    color: #fff;
    padding: 2% 0;
    text-shadow: 3px 3px 2px #000;
}

#discussion {
    border-top: 1px solid;
    padding-top: 2%;
}

.search-container input[type=text] {
    padding: 6px;
    margin-top: 8px;
    font-size: 17px;
    border: 1px solid #ccc;
    width: 80%;
    margin-left: 5px;
    border-radius: 5px;
}

.search-container form button {
    float: right;
    padding: 6px 10px;
    margin-top: 8px;
    margin-right: 16px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

    .search-container form button:hover {
        background: #ccc;
    }


.left-div {
    height: auto !important;
}
.chat-div ul {
    padding-left: 0;
}

.left-div .ulchat li {
    list-style: none;
    box-shadow: 0px 0px 7px #e2e0e0;
    margin: 1rem;
    border-radius: 5px;
    list-style: none;
}

.chat-div ul li {
    list-style: none;
}

.chat-div .text-form {
    border-bottom: 1px solid #00acc1;
    box-shadow: 0 1px 0 #00acc1;
    outline: 0 !important;
    background: #fff !important;
    border: none;
    padding: 0 10px;
    color: #000;
    border-radius: 20px !important;
}

    .chat-div .text-form:focus {
        background: #fff;
    }
.chat-image {
    height: 100px;
    width: 100px;
    border-radius: 6px;
    margin: 5px 0;
}
.btn-send {
    background: #ccc;
    border: 1px solid #898c91;
    color: #fff;
    -webkit-box-shadow: 0px 10px 13px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 13px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 13px 0px rgba(0,0,0,0.75);
}
.chat-div ul .right-ul img, .chat_img-2 img {
    width: 100%;
}
.chat_img-2 {
    width: 150px;
    height: auto;
    cursor: pointer;
}
 
.left-div .ulchat li:hover, .left-div .ulchat li:active{
    background: #ccc;
}
.button-send {
    background: none;
    border: none;
}

    .button-send:focus {
        outline: none;
    }

    .button-send:hover {
        cursor: pointer;
    }

.btn-send:hover {
    cursor: pointer;
    background: #fff;
    color: #000;
}

.chat2 {
    padding-bottom: 20px;
}

.left-ul {
    text-align: left;
    color: GrayText;
    font-style: oblique;
    font-size: medium;
}

.left-li-content {
    position: relative;
    color: #000;
    border-radius: 7px;
}

.left-li-content2 {
    font-size: 10px;
    font-style: oblique;
    float: right;
    color: #000;
    margin: 0px 0 0 10%;
}

.right-ul {
    text-align: justify;
    color: GrayText;
    font-style: oblique;
    font-size: medium;
}

.right-li-content {
    position: relative;
    color: #fff;
    padding: 5px 10px;
    border-radius: 7px;
}

.right-li-content2 {
    font-size: 10px;
    font-style: oblique;
    color: #000;
    float: right;
}

.triangle-left {
    position: relative;
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    left: -19px;
    right: 0;
    bottom: 10px;
    border-right: 24px solid #ddbc9e;
    border-bottom: 7px solid transparent;
}

.triangle-right {
    position: relative;
    width: 0;
    height: 0;
    float: right;
    left: 23px;
    bottom: 10px;
    border-top: -1px solid transparent;
    border-left: 16px solid #000;
    border-bottom: 7px solid transparent;
}

.FTBzM {
    padding-left: 9%;
    padding-right: 9%;
    margin-bottom: 12px;
}

.message-out {
    align-items: flex-end;
}

.FTBzM {
    display: flex;
    flex-direction: column;
    position: relative;
}

._1zGQT:last-of-type {
    margin-bottom: 0;
}

._1zGQT {
    border-radius: 7.5px;
}

._2ugFP {
    max-width: 65%;
}

._1zGQT {
    color: #262626;
    flex: none;
    font-size: 14.2px;
    line-height: 19px;
    position: relative;
}

.message-out .tail ._2Wx_5, html[dir=rtl] .message-in .tail ._2Wx_5 {
    border-top-right-radius: 0;
}

._2Wx_5 {
    border-radius: 15px;
    background-color: #000;
    box-shadow: 0 4px 0.9px rgba(255,255,255,0.50);
}

.-N6Gq {
    box-sizing: border-box;
}

.N6Gq {
    padding: 10px;
}

._12pGw {
    position: relative;
    word-wrap: break-word;
    color: #fff;
}

.message-in {
    align-items: flex-start;
}

.right-volor {
    background: #ddbc9e;
}

#Chat-myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#Chat-myImg:hover {
    opacity: 0.7;
}

/* The Modal (background) */
.Chat-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.Chat-modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#Chat-caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #000;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .close:hover,
    .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .Chat-modal-content {
        width: 100%;
    }
}


.uploadbyword.template {
    float: right;
}

.template {
    padding: 10px 0;
}

.rateset {
    line-height: 1.5 !important;
}

.icon-bar1 {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    z-index: 1000;
}

    .icon-bar1 a {
        display: block;
        text-align: center;
        padding: 16px;
        transition: all 0.3s ease;
        color: white;
        font-size: 20px;
    }

        .icon-bar1 a:hover {
            background-color: #000;
        }

.owl-carousel .owl-nav {
    top: 40%;
}

.table_student {
    box-shadow: 0px 4px 10px #4a4949;
    width: 65%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.first-button ul {
    padding: 0;
    text-align: center;
}

    .first-button ul li {
        list-style: none;
        display: inline-block;
    }

input[type=radio] {
    height: 1em !important;
    /* text-align: center; */
    margin: 0 auto;
    display: block;
}

.testimonial {
    padding: 35px 10px;
    margin: 10px;
    border-radius: 0 70px 0 70px;
    border: 5px solid #ffc33c;
    border-left: none;
    background: #fff;
    border-right: none;
    text-align: center;
}

.owl-carousel .owl-item {
    float: left;
    opacity: 1 !important;
}

.testimonial .pic {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 20px;
    overflow: hidden;
}

    .testimonial .pic img {
        width: 100%;
        height: auto;
    }

.testimonial .title {
    display: block;
    margin: 0 0 7px 0;
    font-size: 20px;
    font-weight: 600;
    color: #ffc33c;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.testimonial .post {
    display: block;
    font-size: 15px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.testimonial .description {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}

.owl-theme .owl-controls {
    margin-top: 0;
}

.testimonial-slider .owl-carousel .owl-item {
    opacity: 1 !important;
}

.owl-theme .owl-controls .owl-page span {
    background: #fff;
    opacity: 0.8;
    transition: all 0.3s ease 0s;
}

.owl-theme .owl-controls .owl-page.active span {
    background: #ffc33c;
}

button.btn-cart {
    background-image: linear-gradient(to right, #097eb7, #008db9, #009aab, #00a490, #15ab6d);
    border: #fff;
    color: #fff;
    margin-bottom: 20px;
    cursor: pointer;
    padding: 6px 5px;
}

button.btn-buy {
    background: #097eb7;
    border: 2px solid #097eb7;
    color: #fff;
    cursor: pointer;
    padding: 4px;
}

.left_img-st img {
    height: 400px;
    width: 100%;
}

.home-row {
    padding: 2rem 0;
    box-shadow: 0 0 5px #000;
    border: #fff solid 1px;
    margin: 2rem 0;
    border-radius: 20px;
}

.home-row2 {
    padding-top: 2rem;
    border-top: 1px dashed #009aab;
}

    .home-row2 h3 {
        color: #000;
        font-size: 2rem;
    }

.testimonial p strike {
    color: #097eb7;
    font-weight: bold;
}

.slider-home h4 {
    color: #15ab6d;
    font-weight: bold;
    font-size: 2rem;
    text-decoration: underline;
}

.packg-data {
    margin-bottom: 1rem;
    border-bottom: 1px dashed #009aab;
}
/*-------------------------tab----------system-------------------------*/
.tab-content {
    padding: 2rem;
    border: 2px solid #009aab;
}

.tab .nav-tabs li a {
    display: block;
    padding: 10px;
    border: 2px solid #009aab;
    border-radius: 0;
    background: #fff;
    font-size: 20px;
    font-weight: 700;
    color: #009aab;
    text-align: center;
    margin: 0 5px 10px 0;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease 0s;
}

.tab-content .classes3 h3 {
    border: none !important;
    background-image: linear-gradient(to right, #097eb7, #008db9, #009aab, #00a490, #15ab6d);
    color: #fff;
    margin: 20px 2rem;
    border-radius: 0 30px;
}

.tab-content .classes3 {
    border-left: 4px solid #175d9d;
    border-bottom: 4px solid #175d9d;
}

.prg-name {
    color: #097eb7;
    font-weight: bold;
    font-size: 1.5rem;
    margin-right: 1rem;
    margin-bottom: 2rem !important;
    text-decoration: underline;
}

.link-para2 {
    color: #fff;
    background-image: radial-gradient(circle, #15ab6a, #00a48f, #009aab, #008db9, #097eb7);
    padding: 5px 10px;
    border-radius: 3px;
}

.tab .nav-tabs .active {
    color: #fff;
    background-image: linear-gradient(to right, #097eb7, #008db9, #009aab, #00a490, #15ab6d);
    border: 2px solid #097eb7;
}

/*.tab .nav-tabs li a:before {
            content: "";
            width: 15px;
            height: 15px;
            background: #593082;
            border-radius: 50%;
            margin: 0 auto;
            position: absolute;
            bottom: -40px;
            left: 0;
            right: 0;
        }*/

.tab .nav-tabs li.active a:before {
    background: #aee800;
    border: 2px solid #fff;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.25);
    transform: scale(2);
}

.tab .tab-content {
    padding: 20px;
    margin-top: 0;
    border-radius: 0 0 5px 5px;
    font-size: 15px;
    color: #7a9181;
    background: #fff;
    line-height: 30px;
}

    .tab .tab-content h3 {
        font-size: 24px;
        margin-top: 5px;
    }

@media only screen and (max-width: 479px) {
    .tab .nav-tabs li {
        width: 100%;
        text-align: center;
    }

        .tab .nav-tabs li a {
            margin-right: 0;
            margin-bottom: 20px;
        }

            .tab .nav-tabs li a:before,
            .tab .nav-tabs li.active a:before {
                width: 0;
                height: 0;
                background: none;
                box-shadow: none;
                border: none;
                bottom: -10px;
                transform: scale(1);
            }

        .tab .nav-tabs li.active a:before {
            border-top: 10px solid #593082;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
        }
}

.coursepayment {
    margin-bottom: 1.5rem !important;
}

.code-div {
    padding: 0 20px;
    box-shadow: 0px 0px 9px #8c8c8c;
    border-radius: 5px;
    background: #f9f9f9;
    margin: 0;
}

#error {
    text-align: center;
    color: red;
    display: block;
    font-size: large;
}

.add-code, .input-code, .code-btn {
    margin: 20px 0;
}

.add-code {
    color: #6fbbfb;
    font-size: 1.5rem;
    font-weight: bold;
}

.input-code input[type="text"] {
    background: #f9f9f9;
    border: none;
    border-bottom: 1px solid #1218cc;
    width: 100%;
    padding: 10px 2px;
    border-radius: 20px;
    outline: none !important;
    color: #000;
}

.code-btn {
    text-align: right;
}

    .code-btn button {
        padding: 5px 20px;
        font-size: 18px;
        background: #ED7548;
        border: #001 solid 1px;
        color: #fff;
        margin-top: 0;
    }

.email-signature {
    background: #fff;
    padding: 10px;
    margin-bottom: 1rem;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    position: relative;
    height: auto;
}

    .email-signature:before {
        content: '';
        background: linear-gradient(to right,#10C4A1,#10C4A1,#269BDF);
        height: 100%;
        width: 57%;
        position: absolute;
        top: 0;
        right: 0;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
    }



    .email-signature .signature-details {
        margin: 0 0 25px;
        width: 38%;
    }

    .email-signature .title {
        color: #1bbc9b;
        font-size: 1.5rem;
        border: 2px solid #1bbc9b;
        font-weight: 600;
        margin: 0 0 1px;
        border-radius: 50%;
        height: 50px;
        width: 50px;
        text-align: center;
        margin-top: 1rem;
        padding-top: 7px;
    }

    .email-signature .post {
        color: #1bbc9b;
        font-size: 2rem;
        font-weight: 400;
        text-transform: capitalize;
    }

    .email-signature .signature-content {
        width: 38%;
        padding: 0;
        margin: 0;
        list-style: none;
    }


    .email-signature .icon {
        padding: 0;
        margin: 0;
        list-style: none;
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
        right: 10px;
    }

.hover-div:hover .email-signature {
    transform: scale(0.9);
    transition: 0.9s ease;
}

.color_2:before {
    background: linear-gradient(to right,#c49d10, #c48210,#df5526);
}

.color_3:before {
    background: linear-gradient(to right,#3410c4,#1084c4,#26d2df);
}

@media screen and (max-width:576px) {
    .email-signature {
        padding: 10px 10px 170px;
    }

        .email-signature:before {
            width: 100%;
            height: 42%;
            clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%);
            top: auto;
            bottom: 0;
        }


        .email-signature .signature-details,
        .email-signature .signature-content {
            text-align: center;
            width: 100%;
            margin: 0 0 10px;
        }

        .email-signature .icon {
            text-align: center;
            border-radius: 0 0 15px 15px;
            transform: translateX(50%);
            top: auto;
            bottom: 10px;
            right: 50%;
        }
}

/*--------------------------------product--css--------------------*/
.our-products .tab .nav-tabs {
    border-bottom: 0 none;
}

.img-main {
    margin: 20px;
}

.img-overlay {
    height: 300px;
    overflow-y: hidden;
}

.cart-li {
    position: relative;
}

.img1-li img {
    width: 38px !important;
}

.img2-li {
    position: absolute;
    top: -40px;
    font-size: 16px;
    left: 30px;
    color: #f08804;
}

.subject-1 {
    margin: 15px 30px;
    font-size: 18px;
    border: 1px solid #ccc;
    padding: 0;
    margin-top: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.subject-2 {
    font-size: 1.5rem;
    font-weight: bold !important;
    padding-left: 20px;
    color: #097eb7;
    text-decoration: underline;
}

.buy-button {
    background: linear-gradient(to right,#10C4A1,#10C4A1,#269BDF);
    color: #fff;
    padding: 3px;
    width: 50% !important;
    margin: 0 auto;
}

.img-overlay-2 {
    height: 205px;
    position: relative;
    max-width: initial;
    margin: auto;
}

    .img-overlay-2 img {
        max-height: 100%;
        width: 100%;
        /* position: absolute; */
        margin: auto;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        height: 100%;
    }

.our-products .tab .nav-tabs li {
    margin-right: 10px;
    background-image: none !important;
    border: none;
    margin-bottom: 2rem;
    width: 30%;
}

    .our-products .tab .nav-tabs li a {
        padding: 10px;
        font-size: 14px;
        color: #888;
        background: #fff;
        border-radius: 0;
        border: 1px solid #d3d3d3;
        position: relative;
        margin: 0;
    }

        .our-products .tab .nav-tabs li a:hover {
            color: #fff;
            border-color: #d96459;
        }

    .our-products .tab .nav-tabs li.active a,
    .our-products .tab .nav-tabs li.active a:focus,
    .our-products .tab .nav-tabs li.active a:hover {
        color: #fff;
        border-color: #d96459;
        transition: background 0.20s linear 0s;
    }

.our-products .testimonial:hover {
    transform: scale(0.9);
    transition: 0.9s ease;
}
.rowshadow {
    border-right: 5px solid #17c990;
    border-radius: 50px;
}
/*.our-products .tab .nav-tabs li.active a:before,
.our-products .tab .nav-tabs li.active a:after {
                content: "";
                border: 13px solid transparent;
                border-bottom-color: #fff;
                position: absolute;
                bottom: -26px;
                left: 37%;
                background: transparent;
                box-shadow: none;
            }*/
.our-products .tab .nav-tabs li.active a:after {
    border-bottom-color: #fff;
    bottom: -27px;
}

.our-products .tab .tab-content {
    font-size: 14px;
    color: #333;
    background: transparent;
    line-height: 25px;
    padding: 0;
    margin-top: 0px;
    border: none;
}

    .our-products .tab .tab-content .active {
        font-size: 14px;
        color: #333;
        background: #fff;
        line-height: 25px;
        padding: 0;
        border: 0;
        margin-top: 0;
    }

    .our-products .tab .tab-content h2 {
        font-size: 30px;
    }

.our-products .packg-data p {
    font-size: 14px;
    margin: 0 !important;
}

product-icon {
    width: 100%;
    height: 220px;
}

.product-icon {
    height: 190px;
}

    .product-icon img {
        max-width: 100%;
        max-height: 100%;
    }

.our-products .testimonial {
    padding: 10px;
    margin: 0 10px;
    border-radius: 0;
    border: 0px !important;
    background: #fff;
    text-align: left;
}

.our-products .packg-data {
    padding: 10px 20px;
    margin-bottom: 0rem;
    border-bottom: none;
    text-align: left;
}

.owl-prev span, .owl-next span {
    color: #FFF;
}

    .owl-prev span:hover,
    .owl-next span:hover {
        color: #8199A3;
    }

.owl-prev, .owl-next {
    position: absolute;
    top: 50%;
}

.owl-prev {
    left: -43px;
}

.owl-next {
    right: -43px;
}

.owl-theme .owl-controls .owl-buttons div {
    border-radius: 5px !important;
    background: #141514 !important;
    opacity: 1 !important;
}

/* removing blue outline from buttons */
button:focus, button:active {
    outline: none;
}

#close {
    display: inline-block;
    padding: 2px 5px;
    font-size: 2rem;
    cursor: pointer;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    padding: 0 !important;
}

@media only screen and (max-width: 479px) {
    .our-products .tab .nav-tabs li {
        width: 100%;
        margin-bottom: 5px;
    }

        .our-products .tab .nav-tabs li a {
            padding: 20px;
            border-radius: 0;
        }

        .our-products .tab .nav-tabs li.active a:before,
        .our-products .tab .nav-tabs li.active a:after {
            border: none;
        }

    .our-products .tab .tab-content {
        margin-top: 5px;
    }
}

/*---------------------product-detail=-----------------------*/
.product-content {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}
.product-img {
    border: 2px solid #ccc;
    padding: 10px;
    border-radius: 5px;
}
    .product-img img {
        width: 100%;
        border-radius: 5px;
    }
    .product-content h3 {
        margin-bottom: 0;
    }

.clr-red {
    color: #B12704;
}
table p img {
    max-width: 100%;
}
.mrp {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

.Validity {
    padding: 1.5rem 0;
}

    .Validity .border {
        padding: 10px;
        border: 1px solid #ED7548 !important;
    }

.description {
    margin: 2rem 0;
    padding: 10px 0;
    border-top: 1px solid #ccc;
}

    .description ul li {
        list-style: outside;
        color: #555555;
        font-weight: lighter;
        font-size: 16px;
        padding: 10px 0;
        text-align: justify;
        border-bottom: 1px dashed;
    }

.dscptn-box ul {
    padding-left: 0;
}

    .dscptn-box ul li {
        list-style: none;
    }

    .dscptn-box ul li {
        list-style: none;
        display: inline-block;
        padding: 0 10px;
        margin-right: 2rem;
        margin-top: 1.1rem;
        font-weight: bold;
        border-radius: 3px;
        border: 2px solid #ED7548;
    }

    .dscptn-box ul p {
        font-weight: bold !important;
        font-size: 1.2rem;
        color: #009aab;
    }

.product-right {
    border: 1px solid #ccc;
    padding: 2rem;
    margin: 2rem;
}

.add-cart button {
    border: 1px solid;
    width: 100%;
    border-radius: 4px;
    background: #f0c14b;
    border-color: #a88734 #9c7e31 #846a29;
}

.buy-now {
    margin-top: 10px;
}

.btn-buy {
    border: 1px solid;
    width: 100%;
    border-radius: 4px;
    background: linear-gradient(to bottom,#f6c88f,#ed9220);
    border-color: #a88734 #9c7e31 #846a29;
    cursor: pointer;
}

.bank-detail {
    border: 1px solid #ccc;
    padding: 2rem;
    margin: 2rem;
}

    .bank-detail h6 {
        line-height: 2;
        text-align: justify;
        font-size: 16px;
    }

        .bank-detail h6 span {
            color: #ED7548;
        }

    .bank-detail span img {
        width: 10%;
        border-radius: 50%;
    }
/*--------------------------------accordion-----------------------*/
#accordion .panel {
    border: none;
    border-radius: 5px;
    box-shadow: none;
    margin-bottom: 5px;
}

#accordion .panel-heading {
    padding: 0;
    border: none;
    border-radius: 5px 5px 0 0;
}

#accordion .panel-title a {
    display: block;
    padding: 20px 30px;
    background: #fff;
    font-size: 17px;
    font-weight: bold;
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid #ea526f;
    border-radius: 5px 5px 0 0;
    position: relative;
}

    #accordion .panel-title a.collapsed {
        border-color: #e0e0e0;
        border-radius: 5px;
    }

        #accordion .panel-title a:before,
        #accordion .panel-title a.collapsed:before,
        #accordion .panel-title a:after,
        #accordion .panel-title a.collapsed:after {
            content: "\f103";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            width: 30px;
            height: 30px;
            line-height: 30px;
            border-radius: 5px;
            background: #ea526f;
            font-size: 20px;
            color: #fff;
            text-align: center;
            position: absolute;
            top: 15px;
            right: 30px;
            opacity: 1;
            transform: scale(1);
            transition: all 0.3s ease 0s;
        }

        #accordion .panel-title a:after,
        #accordion .panel-title a.collapsed:after {
            content: "\f101";
            background: transparent;
            color: #000;
            opacity: 0;
            transform: scale(0);
        }

        #accordion .panel-title a.collapsed:before {
            opacity: 0;
            transform: scale(0);
        }

        #accordion .panel-title a.collapsed:after {
            opacity: 1;
            transform: scale(1);
        }

#accordion .panel-body {
    padding: 20px 30px;
    background: #ea526f;
    border-top: none;
    font-size: 15px;
    color: #fff;
    line-height: 28px;
    letter-spacing: 1px;
    border-radius: 0 0 5px 5px;
}

/*----------------------------------counter----------------------*/
.counter-edit {
    color: #666;
    background-color: #fff;
    text-align: center;
    width: 100%;
    margin: 12px auto 6rem;
    border: 1px solid #fff;
    box-shadow: 10px 10px 6px -6px rgba(0, 0, 0, 0.2);
}

    .counter-edit h3 {
        color: #fff;
        background: linear-gradient(to left,#FC4D7E,#FA214B);
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: capitalize;
        width: 90%;
        padding: 15px 17px;
        margin: -12px 0 17px -12px;
        border-radius: 0 0 30px 0;
        box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
        position: relative;
        z-index: 1;
    }

        .counter-edit h3:before,
        .counter-edit h3:after {
            content: "";
            background: linear-gradient(to left bottom, #666 49%, transparent 50%);
            width: 11px;
            height: 11px;
            position: absolute;
            bottom: -11px;
            left: 0;
            z-index: -1;
            transition: all 0.3s ease 0s;
        }

        .counter-edit h3:after {
            transform: rotate(180deg);
            left: auto;
            right: -11px;
            bottom: auto;
            top: 0;
        }

    .counter-edit .counter-value-edit {
        font-size: 32px;
        font-weight: 600;
        margin: 0 0 15px;
        display: block;
    }

    .counter-edit .counter-icon-edit {
        color: #fff;
        background: linear-gradient(to left,#FC4D7E,#FA214B);
        font-size: 35px;
        line-height: 70px;
        width: 75px;
        height: 70px;
        margin: 0 auto -15px;
        border-radius: 20px 20px 0 0;
        position: relative;
        z-index: 1;
        transition: all 0.3s ease 0s;
    }

        .counter-edit .counter-icon-edit i {
            transition: all 0.3s ease 0s;
        }

    .counter-edit:hover .counter-icon-edit i {
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
        transform: rotateY(360deg);
    }

    .counter-edit .counter-icon-edit:before,
    .counter-edit .counter-icon-edit:after {
        content: "";
        background: linear-gradient(to left bottom, #666 49%,transparent 50%);
        width: 14px;
        height: 14px;
        position: absolute;
        bottom: 0px;
        left: -14px;
        z-index: -1;
        transition: all 0.3s ease 0s;
    }

    .counter-edit .counter-icon-edit:after {
        transform: rotateY(180deg);
        left: auto;
        right: -14px;
    }

    .counter-edit.blue-edit h3,
    .counter-edit.blue-edit .counter-icon-edit {
        background: linear-gradient(to left,#01C3FE,#0A8CE4);
    }

    .counter-edit.purple-edit h3,
    .counter-edit.purple-edit .counter-icon-edit {
        background: linear-gradient(to left,#CA7EDA,#923CC3);
    }

    .counter-edit.yellow-edit h3,
    .counter-edit.yellow-edit .counter-icon-edit {
        background: linear-gradient(to left,#FAB609,#FF9302);
    }

@media screen and (max-width:990px) {
    .counter-edit {
        margin-bottom: 60px;
        width: 225px;
    }
}
