@charset"UTF-8";

:root {
    --main-blue: #07A796;
    --main-blue-rgb: 131, 232, 221;
    --main-yellow: #fbe158;
    --main-text: #393939;
    --secondary-text: #999
}

.custom-alert {
    width: 550px;
    background-color: #fff;
    padding: 32px 25px;
    border-radius: 12px;
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    z-index: 100;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    top: -900px;
    transition: top 0.2s ease
}

.custom-alert.show {
    top: 60px;
    z-index: 1000
}

.custom-alert .close {
    position: absolute;
    top: 19px;
    right: 19px;
    width: 15px;
    cursor: pointer
}

.custom-alert .title {
    margin-bottom: 18px
}

.custom-alert .title h2 {
    font-size: 28px;
    margin-top: 10px
}

.custom-alert .title h4 {
    font-size: 22px;
    font-weight: normal
}

.custom-alert .app-info h4,.custom-alert .app-info h3 {
    font-size: 22px;
    font-weight: normal;    background: none;    box-shadow: none;
}

.title .question {
    font-size: 22px;
    margin-top: 3px;
    color: #7b7a7a
}

.custom-alert .app-info {
    margin: 15px auto;
    display: block;
    text-align: center
}

.app-info .reviews {
    display: flex;
    justify-content: center
}

.reviews .stars {
    display: flex;
    align-items: center;
    margin-right: 15px;
    justify-content: center;
    margin-top: 10px;
    height: 22px
}

.stars img {
    width: 20px;
    height: auto
}

.reviews .rating {
    margin-top: 10px;
    font-size: 18px
}

.custom-alert .button {
    padding: 16px 20px;
    border-radius: 18px;
    background-color: rgb(230, 254, 246);
    border: 1px solid rgb(0, 131, 179);
    color: rgb(0, 131, 179);
    width: 50%;
    display: block;
    margin: 7px auto;
    cursor: pointer;
    font-size: 17px
}

@media (max-width: 600px) {
    .custom-alert {
        width: 80%;
        padding: 25px 18px
    }

    .title .question {
        font-size: 18px
    }

    .custom-alert .button {
        padding: 7px 10px;
        border-radius: 10px;
        font-size: 16px
    }

    .custom-alert .titleHeading {
        font-size: 18px !important
    }

    .subheading {
        font-size: 16px
    }
}

.title {
    font-weight: 400;
    margin: 0.5em 0
}

.advantages {
    color: var(--main-text);
    position: relative;
    text-align: center
}

.advantages .container {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 10px
}

.advantages.topform {
    padding-bottom: 50px;
    padding-top: 50px
}

.advantages .container {
    position: relative;
    z-index: 1
}

.topform {
    width: 100%
}

.topform h1 {
    font-size: 35px;
    font-weight: 600;
    margin: 0 0 15px
}

.topform h1,
.topform h2 {
    line-height: 1;
    position: relative;
    text-align: center;
    color: #fff
}

.topform h2 {
    font-size: 30px;
    font-weight: 300;
    margin: 0
}

.topform h2 span {
    font-weight: 700
}

.formInput {
    width: 100% !important
}

.formInput form .inner-form .input-field input {
    cursor: text;
    line-height: normal
}

.videoTitle {
    color: #333;
    display: block;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 20px;
    overflow: hidden;
    padding-left: 15px;
    text-align: left;
    text-overflow: ellipsis;
    width: 100%
}

.formatVids {
    border: 2px solid var(--main-blue);
    display: flex;
    margin-bottom: 15px;
    width: 100%
}

.groupInfo {
    display: flex;
    flex-grow: 3;
    gap: 15px;
    margin: 3px 15px;
    padding: 7.5px 0
}

span.formats {
    color: var(--secondary-text);
    font-size: 18px;
    text-transform: uppercase
}

a.formatDownload,
span.quality {
    color: var(--main-text);
    font-size: 18px
}

a.formatDownload {
    background-color: var(--main-blue);
    display: inline-block;
    outline: none;
    padding: 9.5px 15px;
    text-decoration: none;
    transition: color 0.2s ease-out
}

.formatVids:last-child {
    margin-bottom: 0
}

.dropDownOption {
    display: block;
    width: 100%
}

.vidThumbnail {
    min-width: 368px
}

.vidThumbnail,
.videoImage {
    min-height: 200px;
    position: relative;
    width: 100%
}

.videoImage {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%
}

.timeCode {
    background: rgba(0, 0, 0, .46);
    border-radius: 5px 0 0 0;
    bottom: 0;
    font-size: 18px;
    padding: 6px 15px;
    position: absolute;
    right: 0
}

.installWrap {
    margin-top: 35px
}

.inBody {
    display: inline-block;
    margin: auto;
    position: relative;
    width: 750px
}

.inBody .col {
    display: block;
    float: left;
    width: 70%
}

.installWrap h2 {
    color: #fdfdfd;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.3;
    margin: 0;
    padding-right: 10%;
    position: relative;
    text-align: left
}

.installWrap h2 span {
    color: #fff;
    font-weight: 700
}

.inBody .col.right {
    width: 30%
}

.btn_theme_red:link,
.btn_theme_red:visited {
    color: #fff
}

.btn_theme_red {
    background-color: #fa5655;
    box-shadow: 0 4px 0 #df2c2c;
    position: relative;
    text-transform: uppercase;
    transition: backgroud-color 1s
}

.btn_icon_arrow-down:after {
    background-image: url("../images/sprite.png?110479d7b325a4f6a0cd3a671a53fdab");
    background-position: -80px -24px;
    content: "";
    display: inline-block;
    height: 25px;
    margin-left: 10px;
    vertical-align: middle;
    width: 20px
}

.inFooterLink {
    display: inline-block;
    margin: 25px auto auto !important;
    position: relative;
    width: 750px
}

.inFooterLink p {
    font-size: 19px;
    font-weight: 500;
    line-height: 1;
    margin: 0;
    text-align: center
}

.inFooterLink p img {
    margin: 0 5px 0 10px;
    position: relative;
    top: 8px
}

.inFooterLink p a {
    color: #fbe158
}

.btn_size_l {
    font-size: 30px;
    line-height: 60px;
    padding: 0 30px
}

.custom-select {
    font-family: Arial, sans-serif;
    position: relative
}

.custom-select select {
    display: none
}

.formInput form {
    margin: auto auto 0;
    max-width: 750px;
    width: 100%
}

.formInput form .inner-form {
    align-items: center;
    background: #fff;
    border-radius: 5px 6px 6px 5px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1);
    display: flex;
    justify-content: space-between;
    width: 100%
}

.formInput form .inner-form .input-field {
    height: 60px
}

.formInput form .inner-form .input-field input {
    background: transparent;
    border: 0;
    border-bottom: 2px solid #fbe158 !important;
    border-left: 2px solid #fbe158 !important;
    border-radius: 5px 0 0 5px;
    border-top: 2px solid #fbe158 !important;
    color: #2f2f2f;
    display: block;
    font-size: 16px;
    height: 100%;
    padding: 10px 20px;
    width: 100%
}

.formInput form .inner-form .input-field input.placeholder {
    color: #999;
    font-size: 16px
}

.formInput form .inner-form .input-field input:-moz-placeholder {
    color: #999;
    font-size: 16px
}

.formInput form .inner-form .input-field input::-webkit-input-placeholder {
    color: #999;
    font-size: 16px
}

.formInput form .inner-form .input-field input:focus,
.formInput form .inner-form .input-field input:hover {
    border-color: #fff;
    box-shadow: none;
    outline: 0
}

.formInput form .inner-form .input-field.first-wrap {
    border-right: 1px solid rgba(0, 0, 0, .1);
    width: 200px
}

.formInput form .inner-form .input-field.first-wrap .choices__inner {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #fff;
    display: flex;
    height: 100%;
    padding: 10px 30px
}

.formInput form .inner-form .input-field.first-wrap .choices__inner .choices__list.choices__list--single {
    align-items: center;
    display: flex;
    height: 100%;
    padding: 0
}

.formInput form .inner-form .input-field.first-wrap .choices__inner .choices__item.choices__item--selectable.choices__placeholder {
    align-items: center;
    color: #888;
    display: flex;
    height: 100%;
    opacity: 1
}

.formInput form .inner-form .input-field.first-wrap .choices__inner .choices__list--single .choices__item {
    align-items: center;
    color: #555;
    display: flex;
    height: 100%
}

.formInput form .inner-form .input-field.first-wrap .choices[data-type*=select-one]:after {
    border-color: #e5e5e5 transparent transparent;
    right: 30px
}

.formInput form .inner-form .input-field.first-wrap .choices__list.choices__list--dropdown {
    background: #fff;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .15);
    margin-top: 2px;
    padding: 20px 30px
}

.formInput form .inner-form .input-field.first-wrap .choices__list.choices__list--dropdown .choices__item--selectable {
    padding-right: 0
}

.formInput form .inner-form .input-field.first-wrap .choices__list--dropdown .choices__item--selectable.is-highlighted {
    background: #fff;
    color: #63c76a
}

.formInput form .inner-form .input-field.first-wrap .choices__list--dropdown .choices__item {
    color: #555;
    min-height: 24px
}

.formInput form .inner-form .input-field.second-wrap {
    flex-grow: 1
}

.formInput form .inner-form .input-field.third-wrap {
    width: 74px
}

.btn-infowindow {
    background: rgba(251, 225, 88, 0);
    border: 0;
    border-radius: 0 5px 5px 0;
    color: #fff;
    cursor: pointer;
    height: 100%;
    transition: all 0.2s ease-out, color 0.2s ease-out;
    white-space: nowrap;
    width: 100%
}

.btn-infowindow svg {
    color: #333;
    position: relative;
    top: 2px;
    width: 28px
}

.btn-infowindow:hover {
    background: #50c058
}

.btn-infowindow:focus {
    box-shadow: none;
    outline: 0
}

.formInput form .inner-form .input-field.third-wrap .btn-search {
    background: #fbe158;
    border: 0;
    border-radius: 0 5px 5px 0;
    color: #fff;
    cursor: pointer;
    height: 100%;
    transition: all 0.2s ease-out, color 0.2s ease-out;
    white-space: nowrap;
    width: 100%
}

.formInput form .inner-form .input-field.third-wrap .btn-search svg {
    color: #333;
    position: relative;
    top: 2px;
    width: 28px
}

.formInput form .inner-form .input-field.third-wrap .btn-search:hover {
    background: #50c058
}

.formInput form .inner-form .input-field.third-wrap .btn-search:focus {
    box-shadow: none;
    outline: 0
}

.loader8.is-active {
    display: block
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

#result {
    display: flex;
    justify-content: space-around;
    padding-top: 20px;
    margin: 10px auto
}

#videoTitle {
    margin-top: 20px;
    margin-bottom: 20px
}

#singleVideo i {
    margin-right: 5px
}

table {
    width: 100%
}

table {
    background-color: transparent
}

table tr th {
    text-align: center;
    padding: 5px
}

table tr td {
    text-align: center;
    padding: 5px
}

.btn {
    padding: 8px 16px;
    border-radius: 0
}

.btn {
    background-color: var(--primary-color);
    border: none;
    color: var(--main-blue);
    cursor: pointer;
    font-size: 14px
}

#pills-tab li {
    width: 50% !important;
    text-align: center
}

ul li {
    list-style: none
}

.responsive__table {
    width: 100%;
    border-collapse: collapse
}

.responsive__table thead {
    border: 1px solid var(--primary-color);
    padding: 5px;
    margin-right: 10px
}

.responsive__table thead tr:first-child {
    border-radius: 10px;
    margin-left: 10px
}

.responsive__table tbody tr {
    margin-bottom: 5px
}

.responsive__table td,
.responsive__table th {
    text-align: start;
    font-size: 16px
}

@media screen and (max-width: 1100px) {
    #singleVideo i {
        margin-right: 0
    }
}

@media screen and (max-width: 700px) {
    .responsive__table thead {
        display: none
    }

    .responsive__table,
    .responsive__table tbody,
    .responsive__table td,
    .responsive__table tr {
        display: block;
        width: 100%
    }

    .responsive__table tr {
        margin-bottom: 15px;
        border: 1px solid gray
    }

    .responsive__table td {
        text-align: right;
        padding-left: 10px;
        text-align: right;
        position: relative
    }

    .responsive__table th {
        padding: 5px 15px
    }

    .responsive__table td {
        padding-bottom: 5px
    }

    .responsive__table td::before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        width: 50%;
        padding-left: 15px;
        font-size: 15px;
        font-weight: bold;
        text-align: left
    }

    .download-label {
        display: none
    }
}

.fa,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-download:before {
    content: "\f019"
}

.fa-volume-mute:before {
    content: "\f6a9"
}

.fa,
.fas {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

.btn:focus,
.btn:hover {
    text-decoration: none
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25)
}

.btn:disabled {
    opacity: 0.65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn:not(:disabled):not(.disabled):active {
    background-image: none
}

.fade {
    opacity: 0;
    transition: opacity 0.15s linear
}

.fade.show {
    opacity: 1
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-pills .nav-link {
    border-radius: 0.25rem
}

.nav-pills .nav-link.active {
    color: #fff;
    background-color: #007bff
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.25rem;
    padding: 15px;
    width: 100%
}

.mr-1 {
    margin-right: 0.25rem !important
}

.ml-1 {
    margin-left: 0.25rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.text-center {
    text-align: center !important
}

.banner-btn {
    margin-top: 40px
}

.banner-btn .btn {
    color: #000;
    background-color: #fbe158;
    position: relative;
    border-radius: 30px;
    font-size: 22px;
    font-weight: 500;
    border-color: #fbe158;
    width: 260px
}

.banner-btn .btn .download-ic {
    width: 33px;
    height: 33px;
    background: url("https://www.downloadavideo.com/img/icon/download-black.svg") 0 0/contain no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    thead {
        display: table-header-group
    }

    tr {
        page-break-inside: avoid
    }
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 300;
    font-display: auto;
    src: url("https://pro.fontawesome.com/releases/v5.10.0/webfonts/fa-light-300.eot");
    src: url("https://pro.fontawesome.com/releases/v5.10.0/webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("https://pro.fontawesome.com/releases/v5.10.0/webfonts/fa-light-300.woff2") format("woff2"), url("https://pro.fontawesome.com/releases/v5.10.0/webfonts/fa-light-300.woff") format("woff"), url("https://pro.fontawesome.com/releases/v5.10.0/webfonts/fa-light-300.ttf") format("truetype"), url("https://pro.fontawesome.com/releases/v5.10.0/webfonts/fa-light-300.svg#fontawesome") format("svg")
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url("https://pro.fontawesome.com/releases/v5.10.0/webfonts/fa-regular-400.eot");
    src: url("https://pro.fontawesome.com/releases/v5.10.0/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("https://pro.fontawesome.com/releases/v5.10.0/webfonts/fa-regular-400.woff2") format("woff2"), url("https://pro.fontawesome.com/releases/v5.10.0/webfonts/fa-regular-400.woff") format("woff"), url("https://pro.fontawesome.com/releases/v5.10.0/webfonts/fa-regular-400.ttf") format("truetype"), url("https://pro.fontawesome.com/releases/v5.10.0/webfonts/fa-regular-400.svg#fontawesome") format("svg")
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url("https://pro.fontawesome.com/releases/v5.10.0/webfonts/fa-solid-900.eot");
    src: url("https://pro.fontawesome.com/releases/v5.10.0/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("https://pro.fontawesome.com/releases/v5.10.0/webfonts/fa-solid-900.woff2") format("woff2"), url("https://pro.fontawesome.com/releases/v5.10.0/webfonts/fa-solid-900.woff") format("woff"), url("https://pro.fontawesome.com/releases/v5.10.0/webfonts/fa-solid-900.ttf") format("truetype"), url("https://pro.fontawesome.com/releases/v5.10.0/webfonts/fa-solid-900.svg#fontawesome") format("svg")
}

.tutorial-items {
    display: flex;
    flex-wrap: wrap;
    text-align: center
}

.tutorial-item {
    padding: 20px;
    position: relative;
    width: 50%
}

.tutorial-item .number {
    background: #fbe158;
    border-radius: 20px;
    height: 40px;
    left: 0;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
    z-index: 1
}

.tutorial-item-text {
    color: #666;
    font-size: 14px;
    padding-top: 20px
}

.padding-5-1 {
    padding: 5vh 1vw
}

.text-center {
    text-align: center
}

.advantages-explain-block {
    background: #fff;
    padding: 5vh 1vw
}

.w-150 {
    width: 150px
}

.h2-title {
    color: #333;
    font-weight: 400;
    margin-bottom: 40px
}

.number-gold {
    background: #fbe158
}

.number-aqua,
.number-gold {
    color: #fff;
    font-weight: 700
}

.number-aqua {
    background: var(--main-blue)
}

.faq-img-gold {
    border: 4px solid var(--main-blue);
    border-radius: 10%;
    width: 90%
}

.faq-img-aqua {
    border: 4px solid #fbe158;
    border-radius: 10%;
    width: 90%
}

.elevated.faq-img-gold {
    margin-top: 0
}

.p-10 {
    padding: 10px
}

.other-links {
    padding-bottom: 60px;
    padding-top: 0
}

.other-links .title {
    margin-top: 0
}

.resultdiv {
    margin-top: 25px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 1px;
    padding: 10px 0
}

.profileheader {
    height: 55px;
    border-bottom: 1px solid #efefef;
    padding-top: 5px
}

.profilepic {
    height: 40px;
    width: 40px;
    margin-left: 15px;
    position: absolute
}

.profilename,
.username {
    margin-top: 10px
}

.profilename {
    font-weight: bolder;
    color: #3d3b3b
}

.downloadimage {
    width: 100%;
    height: auto
}

.downloadbutton {
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    outline: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #C84FB4;
    border-color: #fff;
    color: #fff;
    margin-top: 10px;
    padding: 10px;
    flex-basis: 100%;
    text-align: center
}

.downloadmusicbutton {
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    outline: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #3897f0;
    border-color: #3897f0;
    color: #fff;
    margin-top: 0;
    margin-right: 10px;
    margin-bottom: 30px;
    padding: 0 20px
}

.downloadmusicbutton:hover {
    color: #fff
}

.downloadmusicbutton:focus {
    color: #fff;
    -webkit-appearance: none
}

.download-info {
    margin-top: 15px;
    padding-left: 13px
}

.downloadbutton:hover {
    color: #fff
}

.downloadbutton:focus {
    color: #fff;
    -webkit-appearance: none
}

.resultdiv {
    display: none
}

#videoplayer {
    border-radius: 4px
}

.loader8 img,
.model img {
    width: auto;
    height: auto
}

.custom-alert .close {
    width: 20px;
    height: 20px
}

.tab-content .tab-pane {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%
}

.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr
}

.grid-item {
    padding: 20px 5px;
    margin: 5px;
    font-size: 30px;
    text-align: center;
    border: 2px solid #ffa94d;
    border-radius: 5px;
    padding: 15px;
    color: #d9480f
}

#singleAudio i {
    margin-right: 5px
}

#singleVideo i {
    margin-right: 5px
}

.insta-preview-resource {
    position: relative;
    margin-bottom: 15px
}

.insta-preview-resource img {
    display: block;
    width: 100%;
    height: auto
}

.insta-preview-resource i {
    color: var(--primary-color);
    font-size: 3.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.iconoverlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: 0.5s ease;
    background-color: #4747477e
}

.table> :not(caption)>*>* {
    padding: 0 !important !important
}

.dlbtn {
    background-color: DodgerBlue;
    border: none;
    color: #fff;
    padding: 12px 30px;
    cursor: pointer;
    font-size: 20px;
    border-radius: 5px
}

.dlbtn:hover {
    background-color: RoyalBlue
}

@media screen and (max-width: 500px) {
    .grid-container {
        display: grid;
        grid-template-columns: 1fr
    }
}



/* Tabs styling  */
#pills-tab{
    background: #f9f9f9;
    padding: 8px;
    border-radius: 7px;
}
#pills-tab li {
    width: 33% !important;
    text-align: center;
}
.nav-item{
    display: flex !important;
    padding: 8px 14px;
    justify-content: center;
    align-items: center; 
}

.nav-item.active{
    background: #07a796;
    color: #fff;
    border-radius: 8px;
    display: flex !important;
    padding: 8px 14px;
    justify-content: center;
    align-items: center;
}
.nav-pills .nav-link.active {
    color: #fff !important;
    background-color: transparent !important;
}


#pills-convert .convert-item{
    width: 100%;
    padding: 12px 18px;
    border-radius: 8px;
    background-color: #f9f9f9;
    margin-top: 5px;
    margin-bottom: 10px;
    display: flex;
    gap: 24px;
    align-items: center;

}
#pills-convert .convert-item .icon{
    width: 10%;
    padding: 15px 0;
    background-color: #fff;
    border-radius: 6px;
}
#pills-convert .convert-item .icon.edit{
    background-color: #fef791;
}
#pills-convert .convert-item .icon.convert{
    background-color: #cff3ca;
}
#pills-convert .convert-item .convert-Btn{
    padding: 11px 12px;
    background-color: #07a796;
    margin-left: auto;
    border-radius: 8px;
    color: white;
}
#pills-convert .convert-item h5{
    text-align: start;
}.recommd-product {
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

.recommd-product .img {
	width: 150px!important;
	text-align: center;
}

.recommd-product .img img {
	width: auto;
	height: auto;
}

.recommd-product .img span {
	display: block;
}

.recommd-product .des {
	width: 65%!important;
	font-size: 17px;
	text-align: left;
	padding: 0 0 0 15px;
}

.recommd-product .down-box {
	width: 20%!important;
}

.recommd-product .down-box .btn-download-action {
	color: #fff !important;
	background-color: #006dff;
	border-color: #006dff;
	box-shadow: none;
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
}

.recommd-product .down-box .se-img {
	text-align: center;
	padding-top: 5px;
	position: relative;
	vertical-align: middle;
	font-size: 14px;
}

.recommd-product .down-box .se-img::before {
	content: '';
	display: inline-block;
	width: 22px;
	height: 22px;
	vertical-align: middle;
	margin-right: 2px;
	background: url(https://www.downloadavideo.com/img/security.png) left 0 / 20px auto no-repeat;
}

.greenBtn-box {
	margin-top: 10px;
	text-align: center;
}

.greenBtn-box .btn {
	color: #fff !important;
	background-color: #07a796;
	border-color: #07a796;
	box-shadow: none;
	font-size: 16px;
}

.greenBtn-box .mobile-show {
	display: none;
}

/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

.tab button:hover {
    background-color: #ddd;
}

.tab button.active {
    background-color: #ccc;
}

.tabcontent {
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.custom-tab-container {
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 53%;
    margin: 0 auto;
    border-radius: 32px;
    overflow: hidden;
    padding: 4px;
}

.custom-tab-container .tablinks {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    width: 50%;
}

.custom-tab-container .tablinks.active {
    background-color: #07A796;
    color: #fff;
    border-radius: 50px;
}

.tabcontent .grid-item {
    margin: 10px auto !important;
}

.tabcontent .grid-item .dlbtn {
    width: 90% !important;
}
@media(max-width: 960px) {
	.recommd-product {
		display: none;
	}
	.recommd-product .img,
	.recommd-product .des,
	.recommd-product .down-box {
		width: 100%;
		margin-top: 15px;
	}
	.greenBtn-box .pc-show {
		display: none;
	}
	.greenBtn-box .mobile-show {
		display: block;
	}
}

@media(max-width:768px) {
	.custom-tab-container {
		width: 100%;
	}
	.tabcontent .grid-item {
		width: 100%!important;
	}
	.tabcontent {
		padding: 15px 0;
	}
	.btn-banner {
		margin-bottom: 40px;
	}
	.btn-banner>div {
		margin-left: 0;
		width: 100%;
	}
	.btn-banner .btn {
		min-width: inherit%;
		width: 80%;
		margin-top: 15px;
	}
}