/* Tabs Style  */

.service-tab {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
    background: #fff;
    width: 100%;
    margin: 0 auto;
    line-height: 1.5;
    font-weight: 300;
    color: #888;
}

.service-tabs {
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
}
.service-tabs li {
    float: left;
    line-height: 38px;
    overflow: hidden;
    padding: 0 7px;
    position: relative;
    border-radius: 10px;
}
.service-tabs a {
    background-color: transparent;
    border-bottom: none;
    border: solid 1px rgb(72 61 224 / 10%);
    color: #5064d0;
    font-weight: 500;
    display: block;
    letter-spacing: 0;
    outline: none;
    padding: 0 30px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.tabs_item {
    display: none;
    padding: 15px 0;
}
.tabs_item h4 {
    font-weight: bold;
    color: #87d3b7;
    font-size: 20px;
}

.tabs_item:first-child {
    display: block;
}

.current a {
    color: #fff;
    background: #5064d0;
}

/* Tabs Body STyle  */

.service-tab .subscribtion-widget {
    border: 3px solid #5064d0;
    background: #f6f7f7;
    box-shadow: 0px 2px 6px 1px #0000001c;
    border-radius: 7px;
    padding: 2px;
}

.service-tab .subscribtion-widget .btns {
    margin: 15px;
}

.service-tab .subscribtion-widget .btns a {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 18px;
    border-radius: 10px;
}

.service-tab .subscribtion-widget .theme-btn {
    padding: 10px 20px;
}

/* new css cta-sticky */

.service-pricing-section .pricing-header {
    padding: 40px 22px 40px;
    text-align: center;
}

.cta-sticky {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 0px;
    background-color: #fff;
    position: fixed;
    top: 42px;
    padding: 14px 30px;
    z-index: 999;
    width: 100%;
    font-weight: 500;
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: all 0.3s;
}

.cta-sticky.sticky {
    opacity: 1;
    visibility: visible;
    height: auto;
    transition: all 0.3s;
}

.cta-sticky .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cta-sticky .container::before,
.cta-sticky .container::after {
    display: none;
}

.cta-sticky .theme-btn {
    border-radius: 10px;
    padding: 10px 20px;
}

.cta-sticky .container .d-flex {
    align-items: center;
}

.cta-sticky .container .price {
    color: #242f6c;
    font-weight: 700;
    font-size: 20px;
}

.cta-sticky .container .small {
    color: #5064d0;
    font-weight: 400;
    font-size: 14px;
}

.cta-sticky .fw-bold {
    font-weight: bold;
}

.service-tab .subscribtion-widget .btns a:hover,
.theme-btn:after {
    border-radius: 10px;
}

/* product-single-info new css */

.product-single-info {
    position: relative;
}

.sticky-menu {
    min-width: 300px;
    position: fixed;
    right: 265px;
    top: 20%;
    z-index: 9;
    box-shadow: rgba(68, 68, 68, 0.1) 0px 5px 15px 0px;
    border: solid 2px #f4f4f4;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    height: 0;
}

.sticky-menu.sticky {
    opacity: 1;
    visibility: visible;
    height: auto;
    transition: all 0.3s;
}

.sticky-menu ul {
    list-style: none;
}

.sticky-menu ul li {
    background: #f3f5ff;
    padding: 10px 20px;
    font-size: 14px;
    border-bottom: solid 1px rgb(72 61 224 / 10%);
}

.sticky-menu ul li.active {
    background-color: #5063d0;
}

.sticky-menu ul li.active a {
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}

.sticky-menu ul li:last-child {
    border-bottom: none;
}

@media (min-width: 1400px) {
    .container {
        width: 1300px;
    }
}

@media (min-width: 1600px) {
    .container {
        width: 1500px;
    }
}

@media screen and (max-width: 600px) {
    .sticky-menu.sticky {
        opacity: 0;
        visibility: hidden;
        height: 0;
    }
    .cta-sticky {
        padding: 10px 0px;
    }

    .cta-sticky .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .cta-sticky .container .d-flex {
        margin-top: 10px;
        display: block !important;
        text-align: right;
    }
    .cta-sticky .container p.title {
        font-size: 15px;
        margin-top: 10px;
    }
}

@media (max-width: 1700px) {
    .sticky-menu {
        right: 30px;
    }
}
