        html,
        body {
            font-size: 16px;
            line-height: 1.6;
            margin: 0 auto;
            color: #293a46;
            padding: 0;
            background-color: #f9f9f9;
            font-family: Roboto, sans-serif;
        }

        a:visited,
        a:hover,
        a:link {
            text-decoration: none;
        }

        html:not(.tab-outline) *:focus {
            outline: none;
        }

        p {
            margin: 0 0 11px;
        }

        ul {
            padding: 0;
            margin: 0;
            list-style: none;
        }

        h2 {
            font-size: 26px;
            font-weight: 300;
            line-height: 1.4;
            margin: 10px 0;
        }

        h1,
        h2,
        h3,
        h4,
        h5 {
            line-height: 1.4;
            display: inline-block;
        }

        h4 {
            font-size: 18px;
            font-weight: 400;
            margin: 8px 0;
        }

        h5 {
            font-size: 18px;
            margin: 6px 0;
            font-weight: 400;
        }

        .bError {
            border: 1px solid #ebccd1;
            border-radius: 6px;
            text-align: center;
            padding: 10px;
            background: #f2dede;
            max-width: 80%;
            margin: 20px auto 0;
            color: #a94442;
        }

        .bError p {
            color: rgba(0, 0, 0, .7);
            margin: 0;
        }

        .ytmateContent h1 {
            text-align: center;
            display: block;
            padding-top: 0 !important;
        }

        .d-none {
            display: none;
        }

        .container {
            margin: 0 auto;
            padding: 0px;
        }

        @media (min-width: 768px) {
            .container {
                width: 710px;
            }
        }

        @media (max-width: 992px) {
            .ytmateInstruction::before {
                left: 45% !important;
                width: 100% !important;
                height: 2px !important;
            }
        }

        @media (min-width: 992px) {
            .container {
                width: 920px;
            }
        }

        .text-center {
            text-align: center;
        }

        .navLogo a {
            float: left;
            display: flex;
            align-items: center;
            margin: 6px 0 0 0;
        }

        .navLogo img {
            width: 46px;
            height: 46px;
        }

        .menuNav>li>a:hover,
        .menuNav>li>a:focus {
            text-decoration: none;
            background-color: #eee;
            color: #c10841;
        }

        .suggList ul.resultBox {
            background: #fff;
            color: #000;
            text-align: left;
            line-height: normal;
            list-style: none;
            position: absolute;
            width: 100%;
            top: 62%;
            margin: 0;
            z-index: 4;
            border: 1px solid #d3e0e9;
            border-radius: 0;
            box-shadow: 0 3px 3px rgb(0 0 0 / 21%);
            padding: 6px 0 5px;
            overflow: auto;
        }

        ul.resultBox li.searchResult {
            padding: 3px 15px;
            cursor: pointer;
        }

        li.selected {
            background-color: #f0f0f0;
            font-weight: 600;
        }

        .navHeader {
            height: 70px;
            position: relative;
        }

        .navLogo:hover .logoName {
            color: #c10841;
        }

        .navLogo .logoName {
            display: inline-block;
            font-size: 24px;
            font-weight: 700;
            line-height: 50px;
            padding-left: 10px;
            color: #293a46;
        }

        .headerMenu .menuNav {
            float: right;
        }

        .navHead .navLogo {
            float: left;
        }

        .navToggler {
            position: absolute;
            right: 15px;
            top: 0;
            color: #293a46;
            margin-right: 0;
            float: right;
            padding: 9px 10px;
            margin-top: 18px;
            margin-bottom: 18px;
            background-color: transparent;
            background-image: none;
            border: 1px solid #c10841;
            border-radius: 4px;
        }

        .navToggler .toggleIcon {
            background: #c10841;
            display: block;
            width: 22px;
            height: 2px;
            border-radius: 1px;
        }

        .navToggler .toggleIcon+.toggleIcon {
            margin-top: 4px;
        }

        .menuNav .navbar {
            display: inline-block;
        }

        .menuNav>li>a {
            font-size: 14px;
            color: #293a46;
            padding: 29px 15px;
        }


        .svg-wrap {
            width: 22px;
            top: 6px;
            display: inline-block;
            position: relative;
        }

        .svg-wrap svg path {
            stroke: #121923;
        }

        .language a:hover .svg-wrap svg path ,
        .language a:focus .svg-wrap svg path {
            stroke: #c10841;
        }

        .menuNav .navbar {
            line-height: 66px;
            position: relative;
        }

        .shape {
            display: inline-block;
            width: 0;
            height: 0;
            margin-left: 6px;
            vertical-align: middle;
            border-top: 4px dashed;
            border-top: 4px solid \9;
            border-right: 4px solid transparent;
            border-left: 4px solid transparent;
        }

        .dropdownMenu {
            display: none;
        }

        .dropdownMenu.open {
            display: block;
        }

        .language {
            float: right;
            position: absolute;
            cursor: pointer;
        }



        .dropdownMenu .langMenu {
            position: absolute;
            top: 100%;
            left: auto;
            right: 0;
            z-index: 1000;
            float: left;
            min-width: 160px;
            padding: 5px 0;
            margin: 0;
            list-style: none;
            font-size: 16px;
            text-align: left;
            background-color: #fff;
            border: 1px solid rgba(0, 0, 0, 0.15);
            border-radius: 4px;
            -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
            box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
        }

        .langMenu>li>a {
            display: block;
            padding: 3px 20px;
            clear: both;
            font-weight: normal;
            line-height: 1.42857143;
            color: #333;
            white-space: nowrap;
        }

        .langMenu>li>a:hover,
        .langMenu>li>a:focus {
            text-decoration: none;
            color: #262626;
            background-color: #f5f5f5;
        }

        .ytmateDownload .ytmateSearchForm {
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 4px;
            -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
            box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
            padding: 15px;
        }

        .convertBtn img {
            width: 20px;
        }

        .d-flex {
            text-align: center;
        }

        .formWrap>.ytmateTitle:first-child {
            font-size: 30px;
            font-weight: 300;
            line-height: 1.4;
            margin: 0 0 10px 0;
        }

        .ytmateDownload .formWrap {
            padding: 20px 0 10px;
            border-bottom: 0;
        }

        .searchForm {
            margin: 36px auto;
            max-width: 600px;
            position: relative;
        }

        .searchForm .ytmateQuery {
            width: -webkit-fill-available;
            height: 50px;
            border: 4px solid #ff0068;
            border-radius: 4px;
            max-width: 100%;
            font-size: 16px;
            padding: 0 130px 0 20px;
        }

        .searchForm p {
            color: #666;
            font-size: 14px;
            padding: 6px;
            margin: 0;
        }

        .searchForm .convertBtn {
            width: 110px;
            height: 55px;
            background: #f20a51;
            position: absolute;
            top: 0;
            right: 0;
            border-radius: 0 4px 4px 0;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            border: none;
            gap: 4px;
        }

        .convertBtn .converterBtn {
            display: inline-block;
            font-size: 14px;
            color: #fff;
            background: transparent;
            font-weight: 400;
            cursor: pointer;
            border: none;
        }

        .outstandingTxt {
            color: #c10841;
            font-size: 22px;
            font-weight: 400;
            text-align: center;
        }

        .ytmateTerms a {
            color: #c10841;
        }

        .ytmateContent,
        .ytmateInstruction {
            padding: 25px 0;
            position: relative;
            display: flex;
        }

        .ytmate-about {
            min-height: 550px;
            padding: 39px 25px !important;
            border: 0 !important;
        }

        .outstandingTxt {
            display: flex;
            justify-content: center;
            font-weight: 400;
            letter-spacing: 0.2px;
            margin: 40px 0 12px 0;
        }

        .ytmateFeaturesWrap {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            align-items: start;
            justify-items: center;
            padding: 30px 0;
        }

        .y2mateF {
            text-align: center;
            padding: 0 12px;
        }

        .y2mateF svg {
            margin: 0 auto;
            display: block;
        }

        .y2mateF h4 {
            color: #c10841;
            margin-top: 22px;
        }

        .y2mateF p {
            font-weight: 400;
            word-wrap: break-word;
        }

        @media (max-width: 620px) {
            .outstandingTxt {
                margin-bottom: 20px;
                margin-top: 50px;
            }

            .ytmateFeaturesWrap {
                grid-template-columns: 1fr;
                gap: 28px;
            }

            .y2mateF {
                max-width: 720px;
            }
        }

        .text {
            margin: 30px 0 52px 0;
        }

        @media (max-width:640px) {
            :root {
                --max-width: 760px;
            }

            .faq-title {
                font-size: 16px;
            }

            .faq-question {
                padding: 12px 14px;
                font-size: 15px;
            }

            .faq-answer {
                /* padding: 14px; */
                font-size: 14px;
            }
        }

        :root {
            --max-width: 820px;
            --accent: #20343b;
            --muted: #6f777a;
            --card-bg: #ffffff;
            --border: #e6e6e6;
            --header-bg: #f5f5f5;
            --radius: 6px;
            --gap: 40px;
            --page-bg: #f6f6f7;
        }

        .faq-section {
            width: 100%;
            margin-top: 45px;
            max-width: var(--max-width);
        }

        .faq-title {
            margin: 6px 0 20px;
            color: #2f3f44;
            font-weight: 600;
            font-size: 22px;
        }

        .accordion {
            display: block;
        }

        .faq-item {
            /* margin-bottom: 16px; */
            border-radius: 2px;
            overflow: hidden;
        }

        .faq-item h4 {
            margin: 0 !important;
        }

        .faq-question {
            display: block;
            width: auto;
            font-size: 16px;
            font-weight: 600;
            text-align: left;
            padding: 14px 0;
            line-height: 22px;
            border: 0;
            color: #333;
            cursor: pointer;
            position: relative;
            border-color: #ddd;
            outline: 0;
        }

        .faq-answer {
            overflow: hidden;
            /* padding-left: 18px;
            padding-right: 18px; */
            transition: max-height .38s cubic-bezier(.25, .8, .25, 1), padding-top .30s ease, padding-bottom .30s ease;
            font-weight: 400;
            font-size: 16px;
            line-height: 1.7;
            border-top: none;
        }

        .faq-answer[hidden] {
            pointer-events: none;
        }

        /* .faq-item.open .faq-answer {
            padding-top: 18px;
            padding-bottom: 18px;
        } */

        .nav-header {
            padding: 0 7px !important;
        }

        .ytmateContent::before {
            background: rgba(0, 0, 0, 0) radial-gradient(ellipse at center center, rgba(0, 0, 0, 0.2) 0px, rgba(255, 255, 255, 0) 75%) repeat scroll 0 0;
            bottom: 0;
            content: "";
            display: block;
            height: 2px;
            left: 50%;
            margin-left: -40%;
            position: absolute;
            width: 80%;
        }

        .faq-line {
            width: 80%;
            margin: 0px auto;
            height: 2px;
            background: rgba(0, 0, 0, 0) radial-gradient(ellipse at center center, rgba(0, 0, 0, 0.2) 0px, rgba(255, 255, 255, 0) 75%) repeat scroll 0 0;
        }

        .ytmateContent h2 {
            font-weight: bold;
            margin: 10px 0;
        }

        .ytmateInstruction {
            display: flex;
            justify-content: space-between;
        }

        .ytmateInstruction::before {
            background: rgba(0, 0, 0, 0) radial-gradient(ellipse at center center, rgba(0, 0, 0, 0.2) 0px, rgba(255, 255, 255, 0) 75%) repeat scroll 0 0;
            bottom: 0;
            content: "";
            display: block;
            height: 1px;
            left: 50%;
            margin-left: -40%;
            position: absolute;
            width: 80%;
        }

        .ytmateInAd ol {
            margin: 0;
            padding: 0 0 0 16px;
        }

        .ytmateInAd h3 {
            font-size: 21px;
            margin-bottom: 12px;
            font-weight: 400 !important;
        }

        .ytmateInAd ol li,
        .ytmateInAd ul li {
            margin: 0 0 10px 0;
            font-size: 17px;
        }

        .ytmateInAd {
            padding: 0 15px;
        }

        .ytmateInstruction .ytmateInAd:nth-child(2n) {
            width: 40%;
            padding: 0 15px;
        }

        .ytmateInAd ul {
            list-style: initial;
            padding: 0 0 0 16px;
        }

        .colsm4 {
            width: 33.33%;
            display: inline-block;
        }

        .footer {
            padding: 40px 0;
            position: relative;
            text-align: center;
            font-size: 14px;
            border-top: 1px solid #dcdfe4;
        }

        .footer p:last-of-type {
            padding-bottom: 10px;
        }

        .footerNav {
            list-style: none;
            padding: 0;
            margin: 0 0 10px;
        }

        .footer .fnavMenu {
            display: inline-block;
            position: relative;
            padding: 0 12px;
        }

        .fnavMenu a {
            position: relative;
            color: #293a46;
        }

        .fnavMenu:not(:last-child):after {
            content: ".";
            bottom: -6px;
            position: absolute;
            padding: 10px;
            right: auto;
            color: #000;
        }

        .fnavMenu:hover a {
            color: #c10841;
            text-decoration: underline;
        }

        #SearchResultsDiv .colmd3 {
            width: 25%;
            padding: 0;
        }

        #SearchResultsDiv,
        #searchResult {
            max-width: 800px;
            margin: 20px auto 0;
        }

        #SearchResultsDiv,
        #searchResult {
            display: flex;
            flex-wrap: wrap;
        }

        .ytMateThumb {
            margin: 0 auto;
            vertical-align: middle;
            border: 0;
            padding: 0 15px;
            cursor: pointer;
        }

        .ytMateThumb .thumimages {
            width: 100%;
            height: auto;
        }

        .searchInfo h3 {
            display: block;
            font-size: 14px;
            font-weight: 600;
            height: 40px;
            line-height: 19px;
            overflow: hidden;
            padding-top: 5px;
            text-align: left;
            text-decoration: none;
            margin: 0;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .resultForm .submitVideo {
            border: none;
            background-color: transparent;
            color: #fff;
            vertical-align: middle;
            padding: 0 0 0 5px;
            cursor: pointer;
        }

        .downloadedConvert img {
            vertical-align: middle;
        }

        .downloadedConvert {
            display: inline-block;
            color: #fff;
            background-color: #5cb85c;
            border-color: #4cae4c;
            border: 1px solid transparent;
            border-radius: 4px;
            padding: 1px 6px;
            margin: 0 0 20px 0;
            cursor: pointer;
        }

        .spinner {
            margin: 70px auto;
            position: relative;
        }

        .show {
            margin: 100px auto;
            font-size: 8px;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            position: relative;
            text-indent: -9999em;
            -webkit-animation: load5 1.1s infinite ease;
            animation: load5 1.1s infinite ease;
            -webkit-transform: translateZ(0);
            -ms-transform: translateZ(0);
            transform: translateZ(0);
        }

        .ytmateContent {
            padding-top: 0;
        }

        .ytmate-about p a {
            text-decoration: none;
            color: #6b15a1;
        }

        @media (min-width: 768px) {
            .searchForm .ytmateQuery {
                display: inline-block;
                vertical-align: middle;
                padding-right: 0 14px;
                font-size: 16px;
                box-shadow: none;
            }

            .navToggler {
                display: none;
            }
        }

        @media (min-width: 1025px) {
            .extension {
                display: block;
                animation: extAppear .8s ease-in-out;
            }
        }

        @media (max-width: 991px) {
            .container {
                padding: 0 30px;
            }

            #SearchResultsDiv .colmd3 {
                width: 33.33%;
            }
        }

        @media (max-width: 816px) {
            .menuNav>li>a {
                padding: 26px 8px;
            }
        }

        .featuresB {
            margin-bottom: 30px;
        }

        @media (max-width: 767px) {
            .convert-result {
                display: block;
            }

            .mpd-button {
                justify-content: flex-start;
            }

            .nav-tabsection {
                padding: 15px 0 0 0;
            }

            .table-detail tr .inn-button {
                margin: 0 10px 0 0;
            }

            .table-detail>thead>tr>th,
            .table-detail>tbody>tr>td {
                padding: 16px 10px;
            }

            #searchResult .col-md-5,
            #searchResult .col-md-7 {
                width: 100%;
            }

            .convertBtn .converterBtn {
                display: none;
            }

            .searchForm .convertBtn {
                width: 60px;
            }

            .langMenu>li>a {
                display: block;
                padding: 3px 20px 3px 0;
            }

            .menuNav>li>a {
                padding: 15px 8px
            }

            .menuNav .navbar {
                line-height: 42px;
            }

            .navHeader {
                min-height: 66px;
                height: auto !important;
                position: relative !important;
                z-index: 1;
            }

            .nav-header {
                margin-bottom: 12px;
            }

            .headerMenu {
                position: static !important;
                width: 100% !important;
                display: block;
                overflow: hidden;
                max-height: 0;
                transition: max-height 0.35s ease;
                box-shadow: none;
            }

            .headerMenu.is-open {
                max-height: 1000px;
            }

            .navToggler {
                display: block !important;
            }

            .language {
                position: static;
                float: none;
            }

            .dropdownMenu .langMenu {
                position: static;
                width: 100%;
                box-shadow: none;
                border: 0;
                background-color: #f9f9f9;
            }

            .headerMenu .menuNav {
                text-align: end;
                display: grid;
                width: 100%;
            }

            .faq-line {
                width: 100%;
            }

            .ytmate-about {
                padding: 39px 10px !important;
            }

            .ytmateInstruction {
                display: block;
            }

            .ytmateInAd,
            .ytmateInstruction .ytmateInAd:nth-child(2n) {
                width: 100%;
                padding: 0;
            }

            .ytmateFeaturesWrap {
                display: block;
            }

            .colsm4 {
                width: 100%;
                padding: 0;
            }

            .ytmateFeaturesWrap h3 {
                width: 100%;
                margin: 8px 0 0 0;
            }

            .footer {
                padding: 20px 0;
            }

            .container {
                padding: 0 22px;
            }

            .container>.ytmateDownload {
                margin: 0 -15px;
            }

            .formWrap>.ytmateTitle:first-child {
                font-size: 30px;
            }

            .searchForm {
                margin: 24px auto;
            }

            .ytmateDownload .formWrap {
                padding: 26px 0 10px 0;
            }

            .ytmateInstruction,
            .y2mate-tips {
                padding: 30px 0px;
            }

            .searchForm .ytmateQuery {
                padding: 0 60px 0 10px;
            }
        }

        @media (max-width: 575px) {
            .ytmateContent h2 {
                font-size: 21px;
            }

            .searchForm p {
                font-size: 12px;
            }

            .searchForm {
                margin: 22px auto 18px auto;
            }

            .footer .fnavMenu {
                padding: 0 8px;
            }

            #SearchResultsDiv .colmd3 {
                width: 50%;
            }

            .downloadedConvert {
                padding: 1px 4px;
            }

            .resultForm .submitVideo {
                padding: 0 0 0 4px;
            }

            .ytMateThumb {
                padding: 0 10px;
            }

            .container {
                padding: 0 22px;
            }

            .container>.ytmateDownload {
                margin: 0 -22px;
            }

            .col-xs-12 {
                width: 100%;
            }

            .y2mateF {
                padding: 0;
            }
        }