:root {
    --size-1: 68px;
    --size-2: 48px;
    --size-3: 32px;
    --size-4: 24px;
    --size-5: 18px;
    --size-6: 16px;
    --size-7: 16px;
    --size-btn: 172px;
    --primary: #1f243c;
    --secondary: #ff8800;
    --text: #262626;
    --fluid: 91%;
    --fluid-9: 75%;
    --fluid-6: 50%;
    --main-top: 0px;
}
@media only screen and (max-width: 991px) {
    :root {
        --size-1: 48px;
        --size-2: 32px;
        --size-3: 24px;
        --size-4: 20px;
        --size-5: 17px;
        --size-6: 16px;
        --size-7: 14px;
        --size-btn: 100px;
        --fluid-9: 91%;
        --fluid-6: 62.33%;
        --main-top: 0px;
    }
}
@media only screen and (max-width: 767px) {
    :root {
        --main-top: 0px;
        --fluid-6: 75%;
    }
}
@media only screen and (max-width: 575px) {
    :root {
        --size-1: 40px;
        --size-2: 24px;
        --size-3: 20px;
        --size-4: 18px;
        --size-5: 16px;
        --size-6: 14px;
        --size-7: 12px;
        --size-btn: 80px;
        --fluid: 100%;
        --fluid-9: 100%;
        --fluid-6: 100%;
        --main-top: 0px;
    }
}
.gap-1 {
    gap: var(--size-2) var(--size-1) !important;
}
.gap-2 {
    gap: var(--size-3) var(--size-2) !important;
}
.gap-3 {
    gap: var(--size-4) var(--size-3) !important;
}
.gap-4 {
    gap: var(--size-4) !important;
}
.gap-5 {
    gap: var(--size-5) !important;
}
.gap-6 {
    gap: var(--size-6) var(--size-6) !important;
}
.gmy-1 {
    margin-top: var(--size-1) !important;
    margin-bottom: var(--size-1) !important;
}
.gmt-1 {
    margin-top: var(--size-1) !important;
}
.gmb-1 {
    margin-bottom: var(--size-1) !important;
}
.gmy-2 {
    margin-top: var(--size-2) !important;
    margin-bottom: var(--size-2) !important;
}
.gmt-2 {
    margin-top: var(--size-2) !important;
}
.gmb-2 {
    margin-bottom: var(--size-2) !important;
}
.gmy-3 {
    margin-top: var(--size-3) !important;
    margin-bottom: var(--size-3) !important;
}
.gmt-3 {
    margin-top: var(--size-3) !important;
}
.gmb-3 {
    margin-bottom: var(--size-3) !important;
}
.gmy-4 {
    margin-top: var(--size-4) !important;
    margin-bottom: var(--size-4) !important;
}
.gmt-4 {
    margin-top: var(--size-4) !important;
}
.gmb-4 {
    margin-bottom: var(--size-4) !important;
}
.gmx-1 {
    margin-left: var(--size-1) !important;
    margin-right: var(--size-1) !important;
}
.gms-1 {
    margin-left: var(--size-1) !important;
}
.gme-1 {
    margin-right: var(--size-1) !important;
}
.gmx-2 {
    margin-left: var(--size-2) !important;
    margin-right: var(--size-2) !important;
}
.gms-2 {
    margin-left: var(--size-2) !important;
}
.gme-2 {
    margin-right: var(--size-2) !important;
}
.gmx-3 {
    margin-left: var(--size-3) !important;
    margin-right: var(--size-3) !important;
}
.gms-3 {
    margin-left: var(--size-3) !important;
}
.gme-3 {
    margin-right: var(--size-3) !important;
}
.gmx-4 {
    margin-left: var(--size-4) !important;
    margin-right: var(--size-4) !important;
}
.gms-4 {
    margin-left: var(--size-4) !important;
}
.gme-4 {
    margin-right: var(--size-4) !important;
}
.gpy-1 {
    padding-top: var(--size-1) !important;
    padding-bottom: var(--size-1) !important;
}
.gpt-1 {
    padding-top: var(--size-1) !important;
}
.gpb-1 {
    padding-bottom: var(--size-1) !important;
}
.gpy-2 {
    padding-top: var(--size-2) !important;
    padding-bottom: var(--size-2) !important;
}
.gpt-2 {
    padding-top: var(--size-2) !important;
}
.gpb-2 {
    padding-bottom: var(--size-2) !important;
}
.gpy-3 {
    padding-top: var(--size-3) !important;
    padding-bottom: var(--size-3) !important;
}
.gpt-3 {
    padding-top: var(--size-3) !important;
}
.gpb-3 {
    padding-bottom: var(--size-3) !important;
}
.gpy-4 {
    padding-top: var(--size-4) !important;
    padding-bottom: var(--size-4) !important;
}
.gpt-4 {
    padding-top: var(--size-4) !important;
}
.gpb-4 {
    padding-bottom: var(--size-4) !important;
}
.gpx-1 {
    padding-left: var(--size-1) !important;
    padding-right: var(--size-1) !important;
}
.gps-1 {
    padding-left: var(--size-1) !important;
}
.gpe-1 {
    padding-right: var(--size-1) !important;
}
.gpx-2 {
    padding-left: var(--size-2) !important;
    padding-right: var(--size-2) !important;
}
.gps-2 {
    padding-left: var(--size-2) !important;
}
.gpe-2 {
    padding-right: var(--size-2) !important;
}
.gpx-3 {
    padding-left: var(--size-3) !important;
    padding-right: var(--size-3) !important;
}
.gps-3 {
    padding-left: var(--size-3) !important;
}
.gpe-3 {
    padding-right: var(--size-3) !important;
}
.gpx-4 {
    padding-left: var(--size-4) !important;
    padding-right: var(--size-4) !important;
}
.gps-4 {
    padding-left: var(--size-4) !important;
}
.gpe-4 {
    padding-right: var(--size-4) !important;
}
@font-face {
    font-family: inter-ettvi;
    src: url(../font/Inter/Inter-VariableFont_slntwght.ttf);
}
*,
body {
    font-family: inter-ettvi !important;
}
#pageLoader {
    background: #00000064;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}
#pageLoader span {
    width: 30px;
    height: 30px;
    background: #f80;
    border-radius: 50px;
    transform: scale(1);
    transition: transform 0.5s ease-in-out;
}
#pageLoader span:nth-child(odd) {
    background-color: #1f243c;
}
#pageLoader span:nth-child(1) {
    animation: sc 1.6s infinite 0.6s;
}
#pageLoader span:nth-child(2) {
    animation: sc 1.6s infinite 0.8s;
}
#pageLoader span:nth-child(3) {
    animation: sc 1.6s infinite 1s;
}
#pageLoader span:nth-child(4) {
    animation: sc 1.6s infinite 1.2s;
}
#pageLoader span:nth-child(5) {
    animation: sc 1.6s infinite 1.4s;
}
@keyframes sc {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
        opacity: 0.7;
    }
    0% {
        transform: scale(1);
    }
}
main {
    margin-top: var(--main-top);
}
.dropdown-menu {
    background: #f3f3f3;
    z-index: 99;
}
.dropdown-item {
    text-align: left !important;
}
.dropdown-item:hover {
    background: #fff;
}
.select::after {
    content: "\25BC";
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px 16px;
    background-color: #f3f3f3;
    pointer-events: none;
    border-radius: 5px;
}
.optionSrcTabs ul li,
.optionTabs ul li {
    cursor: pointer;
}
@media screen and (max-width: 408px) {
    input[type="text"].bgInputText {
        font-size: 18px;
    }
    textarea::placeholder {
        font-size: 18px;
    }
}
.icons-hover:hover {
    filter: brightness(0.7);
}
.border-gradient {
    border: 10px solid;
    border-image-slice: 1;
    border-width: 2px;
    border-image-source: linear-gradient(to left, #32cd32, #4682b4);
}
.box-shadow-0 {
    box-shadow: 0 0 0 transparent;
}
#cateToolsList .cateTools span > a::before {
    content: "";
    position: absolute;
    border-color: #1f243c;
    border-style: solid;
    border-width: 0 0.155em 0.155em 0;
    height: 7px;
    top: 5px;
    left: 0;
    transform: rotate(320deg);
    width: 7px;
}
#cateToolsList .cateTools span > a {
    position: relative;
    padding-left: 14px;
}
#resourcesMenuLink .dropdown-item:hover {
    background: #f80;
}
@media screen and (max-width: 991px) {
    #resourcesMenuLink .dropdown-menu {
        width: 100% !important;
    }
}
@media screen and (min-width: 576px) {
    .cateTools .border-bottom {
        display: none;
    }
}
#resourcesMenuLink .dropdown-item {
    color: #fff !important;
    font-family: titillium-bold;
    font-size: 18px;
}
#countryFlag span.p1,
#signup a {
    text-decoration: none;
    cursor: pointer;
    font-family: titillium-bold !important;
}
#signup a:hover {
    color: #f80 !important;
}
#cateToolsList {
    z-index: 99;
}
nav {
    z-index: 9;
}
nav ul li {
    display: inline;
}
#navbar {
    z-index: 99;
}
#navbar nav.navbar-items a.nav-link.cursor-pointer.text-left.w-100.dropdown-toggle.pl-3 {
    display: none !important;
}
#navbar nav.navbar-items span.nav-link.cursor-pointer.text-left.w-100.pl-3::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.4em solid;
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent;
}
#searchArea {
    position: fixed !important;
    top: 0;
    z-index: 9999999;
    background: rgb(73, 93, 133, 0.99);
}
.nav-link {
    font-size: 16px !important;
}
nav .active .nav-link {
    color: #1f243c;
}
nav .nav-link:hover {
    color: #1f243cba;
}
nav .nav-link {
    font-family: quicksand-Bold;
    font-style: normal;
    line-height: 27.38px;
    color: var(--primary);
    font-size: 18px;
    letter-spacing: 1px;
    padding: 0.5rem 0.9rem;
    white-space: nowrap;
}
.cateTools a {
    color: #000 !important;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none !important;
}
header {
    box-sizing: border-box;
    background: #fff;
    width: 100%;
    z-index: 999;
}
.langList {
    width: 100%;
    max-width: 160px;
    display: flex;
    flex-wrap: wrap;
}
.langList li {
    width: 100%;
}
@media screen and (min-width: 768px) {
    header #headerLogo img,
    header #headerLogo svg.logo {
        height: 28px !important;
        z-index: 99;
        min-width: 72px !important;
    }
}
header #headerLogo img,
header #headerLogo svg.logo {
    height: 28px;
    width: 72px !important;
    margin: 10px 0;
}
header #countryFlag {
    height: auto;
    z-index: 99;
}
.searchIcon img {
    height: 18px !important;
}
header #countryFlag img {
    height: 18px !important;
    width: 25px !important;
    z-index: 99;
}
.dropdown-toggle::after {
    border-top: 0.2em solid;
    border-right: 0.2em solid transparent;
    border-left: 0.2em solid transparent;
}
header #countryFlag .dropdown-toggle::after {
    vertical-align: 0;
    border-top: 0.2em solid;
    border-right: 0.2em solid transparent;
    border-bottom: 0;
    border-left: 0.2em solid transparent;
    margin: auto 0 auto 8px !important;
}
header nav ul {
    display: flex;
}
header nav ul li {
    list-style: none;
}
.content-area dl,
.content-area ol,
.content-area ul {
    padding-inline-start: 40px;
}
dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-inline-start: unset;
}
.menu-toggle div {
    margin: 6px 6px;
    height: 2px;
    background: #000;
}
.menu-toggle:hover {
    filter: brightness(0.9);
}
.menu-toggle {
    width: 40px;
    cursor: pointer;
    box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.15) !important;
}
@media screen and (max-width: 991px) {
    header #navbar {
        align-items: center;
        position: absolute !important;
        width: 50%;
        height: calc(109vh - 100px);
        background: #1f243c;
        top: 64px;
        left: -100%;
        transition: 0.7s;
        overflow-y: auto;
        overflow-x: hidden;
        z-index: 999;
    }
    .navbarScroll {
        top: 70px !important;
        height: calc(109vh - 100px) !important;
    }
    .act {
        left: 0 !important;
    }
    header #navbar li.activ a:hover {
        color: #f80;
    }
    header #navbar li a,
    header #navbar li span {
        border-radius: 10px;
        color: #fff;
        display: flex;
        align-items: center;
    }
    header #navbar li.active a.nav-link {
        border-radius: 10px;
        color: #f80 !important;
        width: 100% !important;
    }
    #trust section img {
        max-height: 150px;
        aspect-ratio: 3/2;
        object-fit: contain;
        mix-blend-mode: multiply;
    }
    body.ettvi-home .active-home a.nav-link {
        border-radius: 10px;
        color: #fff !important;
        width: 100% !important;
    }
    body.about-us-page .active-about-us a.nav-link {
        border-radius: 10px;
        color: #fff !important;
        width: 100% !important;
    }
    header #navbar li a {
        position: relative;
    }
    header #navbar li a:hover,
    header #navbar li span:hover {
        background: rgba(0, 0, 0, 0.4);
    }
    header #navbar li a,
    header #navbar li span {
        padding: 16px;
    }
    header #navbar ul {
        position: absolute;
        top: 0;
        width: 100%;
        padding: 0;
    }
}
@media screen and (max-width: 576px) {
    header #countryFlag img {
        height: 15px !important;
        width: 20px !important;
        height: calc(109vh - 100px) !important;
    }
    header #navbar {
        width: 100%;
    }
    #navbar {
        width: 100%;
        top: 70px !important;
    }
    header nav.navbar ul {
        position: absolute;
        top: 20px;
        height: 400px;
    }
    .act {
        left: 0 !important;
    }
}
.headerSvg {
    width: 16vw !important;
}
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.popuptext {
    width: 40%;
    margin-top: 3px;
}
.popup .popuptext {
    width: 160px;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    top: 20px;
    right: 25px;
    margin-left: -80px;
}
.topBarSearch {
    height: 28px;
    width: 150px !important;
}
.topBarSearch img {
    height: 14px;
}
.topBarSearch input[type="text"] {
    font-size: 14px !important;
}
.topBarSearch.dropdown-toggle::after {
    margin-left: 0 !important;
}
.topBar #dropdownMenu2 .select {
    font-size: 16px !important;
    font-family: quicksand-bold;
    font-weight: 400 !important;
    font-style: normal;
}
.topBar_3 {
    height: 34px;
}
.topBar a,
.topBar strong {
    display: flex;
    margin: 4px 0;
}
.topBar a img {
    margin: auto;
}
.toolMenu {
    left: -15px;
    z-index: 9999;
}
.toolMenu.toolMenu-lg {
    left: unset;
    border-top: solid 8px #f80;
}
.toolMenu.toolMenu-lg .sticky-top {
    z-index: unset;
}
.toolMenu #searchOptions,
.toolMenu #searchOptionsMain {
    top: 41px;
    left: 0;
    height: 30vh;
    z-index: 1;
}
.toolMenu #searchOptions li,
.toolMenu #searchOptionsMain li {
    padding: 0;
    width: 100%;
    border-bottom: solid 1px rgb(0, 0, 0, 0.2);
}
.toolMenu #searchOptions li a,
.toolMenu #searchOptionsMain li a {
    display: flex !important;
    width: 100%;
    padding: 8px 16px;
    text-decoration: none;
    color: #000;
}
.toolMenu #searchOptions li a:hover,
.toolMenu #searchOptionsMain li a:hover {
    background: #1f243c;
    color: #fff;
}
@media screen and (max-width: 991px) {
    .toolMenu #searchOptions,
    .toolMenu #searchOptionsMain {
        top: 33px;
    }
}
.toolMenu.toolMenu-lg .toolMenu-lg-over {
    height: calc(76.9vh - 100px) !important;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
}
.toolMenu.toolMenu-lg {
    background: #fff;
}
.toolMenu.toolMenu-lg b {
    color: #1f243c;
}
.toolMenu.toolMenu-lg span a {
    color: #000;
    text-decoration: none;
    font-family: titillium-Regular !important;
}
.toolMenu.toolMenu-lg span a::before {
    content: "❯ ";
    color: #1f243c;
    font-size: 14px;
    font-family: quicksand-bold;
}
.toolMenu.toolMenu-lg span a:hover {
    opacity: 0.7;
}
.toolMenu .row .col-xl-2 {
    z-index: 1;
    height: calc(100vh - 100px);
    overflow: scroll;
    overflow-x: hidden;
    margin-left: 15px;
}
.toolMenu .col.cateTools {
    height: calc(100vh - 100px) !important;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
}
#navbar .navbar-items {
    display: contents;
}
.cateTools span {
    display: block;
    padding: 16px 0;
}
@media screen and (min-width: 576px) {
    #ToolsTopLink {
        display: none;
    }
    .toolMenu .col.cateTools {
        border-top: solid 8px #f80;
    }
}
@media screen and (max-width: 576px) {
    .toolMenu .row .col-xl-2 {
        height: calc(89.3vh - 100px);
    }
    .toolMenu .col.cateTools {
        height: calc(89.3vh - 100px) !important;
    }
    #btnCate {
        display: non;
    }
}
.toolMenu .col.cateTools .col p:nth-child(1) {
    margin-top: 16px;
}
.col.cateTools {
    background: #fff;
}
.toolMenu .categorie {
    font-family: quicksand-bold;
    font-weight: 400;
    margin: 0 16px 24px 0;
}
.toolMenu .categorie:hover {
    color: #f80;
    cursor: pointer;
}
.toolMenu p {
    font-size: 14px !important;
    margin-top: 48px;
    margin-bottom: 0;
}
.toolMenu p a:hover {
    color: #1f243c !important;
}
@media screen and (max-width: 576px) {
    .toolMenu p {
        margin-top: 0;
        padding: 8px 0;
    }
}
#popupSearch {
    position: absolute;
    top: 70px;
    right: 60px;
}
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.header-shadow {
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05) !important;
}
#dropdownMenu2 {
    font-family: quicksand-semibold;
    font-style: normal;
    text-align: right;
    font-size: 24px;
    color: #000;
    box-shadow: 0 0 0 0.2rem transparent;
}
#top-search {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    transform: translateY(50px);
}
#top-search .top-search-input {
    background: rgba(196, 196, 196, 0.2);
    border-radius: 70px;
    width: max-content;
    font-family: titillium-regular;
    font-style: normal;
    line-height: 27px;
    color: rgba(0, 0, 0, 0.4);
}
#top-search .top-search-input input {
    border: 0 !important;
    outline: 0 !important;
    background-color: transparent !important;
}
.country-select {
    display: flex;
}
#footer {
    background: #1F243C !important;
    border-bottom: 0 solid #1f243c;
    padding: 20px !important;
}
.footer-container h4 {
    font-family: titillium-regular;
    font-style: normal;
    line-height: 37px;
    color: #000;
}
#footer .footer-container .company ul a,
#footer .footer-container .company ul span {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400 !important;
    display: block;
    font-family: titillium-regular;
    font-style: normal;
    line-height: 37px;
    color: white !important;
    margin-left: 0 !important;


}

#footer .footer-container .company ul span {
    color: rgb(0, 0, 0, 0.6);
}
#footer .footer-container .company ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    color: white !important;

}
#footer .footer-container .followus img {
    width: 34px;
    height: 34px;
}
#footer .company li {
    display: flex;
    position: relative;
}

.footer_bottom {
    background-color: #171A2C;
}
/* #footer .company li > a,
#footer .company li > span {
    margin-left: 13px !important;
} */
/* #footer .company li > a::before,
#footer .company li > span::before {
    content: "";
    position: absolute;
    border-color: #1f243c;
    border-style: solid;
    border-width: 0 0.155em 0.155em 0;
    height: 7px;
    top: 15px;
    left: 0;
    transform: rotate(320deg);
    width: 7px;
} */
.community,
.company,
.ettvi,
.followus,
.help,
.language,
.tools {
    flex: 1;
}
.followus {
    position: relative;
}
.followus ul li {
    list-style: none;
}
.followus img {
    height: 20px !important;
    width: 20px !important;
}
@media screen and (max-width: 1200px) {
    .footer-container h4 {
        font-family: titillium-regular;
        font-style: normal;
        line-height: 37px;
        color: #000;
    }
    #footer .footer-container .company ul a {
        display: block;
        font-family: titillium-regular;
        font-style: normal;
        line-height: 37px;
        color: #000;
    }
}
@media screen and (max-width: 768px) {
    #footer .language .language-icons {
        align-items: flex-start;
    }
    #footer .footer-container .followus img {
        width: 34px;
        height: 34px;
    }
    #footer .footer-container .company ul {
        list-style: none;
        display: flex;
        flex-direction: column;
    }
    #footer .footer-container .company li a {
        font-size: 14px;
    }
    .language h4 {
        text-align: left;
    }
}
@media screen and (max-width: 576px) {
    #footer .footer-container .followus img {
        width: 20px;
    }
    #footer .language .language-icons img {
        width: 25px;
    }
}
.primary {
    color: var(--primary) !important;
}
.secondary {
    color: var(--secondary) !important;
}
.text {
    color: var(--text) !important;
}
.bg-white {
    color: var(--primary);
}
.bg-primary {
    background-color: var(--primary) !important;
    color: #fff;
}
.bg-secondary {
    background-color: var(--secondary) !important;
    color: #fff;
}
.bg-black {
    background-color: #000 !important;
    color: #fff;
}
.bg-text {
    background-color: var(--text) !important;
}
.bg-transparent,
.bg-trp {
    background-color: transparent !important;
}
.d-grid {
    display: grid;
}
.w-100 {
    width: 100% !important;
}
.w100 {
    width: 100px;
}
.w200 {
    width: 200px;
}
.w300 {
    width: 300px;
}
.tick-icon {
    background: #155724;
    padding: 3px 7px;
    border-radius: 15px;
}
.table-ui td,
.table-ui th {
    padding: 8px;
}
.table-ui tr:nth-child(even) {
    background-color: #fff;
}
.tool-page h1::after,
.tool-page h2::after {
    content: " ";
    display: block;
    background: linear-gradient(136deg, #f80 23.4234%, #fff 100%);
    border-radius: 5px;
    height: 3px;
    width: 100%;
}
.tool-page .preview {
    display: grid;
    justify-items: center;
}
.h1,
h1 {
    font-family: inter-ettvi;
    font-style: normal;
    font-weight: 700;
    font-size: var(--size-2) !important;
    line-height: var(--size-1);
    margin-bottom: var(--size-6);
    display: inline-block;
}
.h2,
h2 {
    font-family: inter-ettvi;
    font-style: normal;
    font-weight: 700;
    font-size: var(--size-3) !important;
    line-height: var(--size-2);
    margin-top: var(--size-2);
    margin-bottom: var(--size-6);
    display: inline-block;
}
.h3,
h3 {
    font-family: inter-ettvi;
    font-style: normal;
    font-weight: 700;
    font-size: var(--size-4) !important;
    line-height: var(--size-3);
    margin-top: var(--size-4);
    margin-bottom: var(--size-6);
}
.h6 {
    font-family: inter-ettvi;
    font-style: normal;
    font-weight: 600;
    font-size: var(--size-6) !important;
    line-height: var(--size-5);
    margin-top: var(--size-6);
    margin-bottom: var(--size-7);
}
li,
p {
    font-family: inter-ettvi;
    font-style: normal;
    font-size: var(--size-5) !important;
    line-height: var(--size-4);
}
.p1 {
    font-family: inter-ettvi;
    font-style: normal;
    font-weight: 500;
    font-size: var(--size-5) !important;
    line-height: var(--size-5);
}
.p2 {
    font-family: inter-ettvi;
    font-style: normal;
    font-weight: 400;
    font-size: var(--size-6) !important;
    line-height: var(--size-4);
}
b:not(.content-area*),
strong:not(.content-area*),
ul:not(.content-area*) {
    margin: 0;
    padding: 0;
}
.h2:not(.content-area*),
.h3:not(.content-area*),
h2:not(.content-area*),
h3:not(.content-area*) {
    margin-top: 0;
}
.btn-w {
    min-width: var(--size-btn);
}
.btn-h {
    min-height: 48px;
}
.btn-primary {
    background: var(--primary);
    color: #fff !important;
    outline: 0;
    border: 1px solid var(--primary) !important;
}
.btn-primary.active,
.btn-primary:hover {
    opacity: 0.9;
    background: var(--primary);
}
.btn-outline-primary {
    color: var(--primary) !important;
    outline: 0;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid var(--primary);
}
.btn-outline-primary.active,
.btn-outline-primary:hover {
    color: #fff !important;
    outline: 0;
    border-radius: 5px;
    background-color: var(--primary) !important;
    border: 1px solid #fff;
}
.btn-download-pdf,
.btn-secondary {
    background: var(--secondary) !important;
    color: #fff !important;
    outline: 0;
    border: 1px solid var(--secondary) !important;
}
.btn-download-pdf.active,
.btn-download-pdf:hover,
.btn-secondary.active,
.btn-secondary:hover {
    background: var(--secondary);
    opacity: 0.9;
}
.btn-outline-secondary {
    color: var(--secondary) !important;
    outline: 0;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid var(--secondary) !important;
}
.btn-outline-secondary.active,
.btn-outline-secondary:hover {
    color: #fff !important;
    outline: 0;
    border-radius: 5px;
    background-color: var(--secondary);
    border: 1px solid #fff !important;
}
.btn-improve {
    color: var(--secondary) !important;
    outline: 0;
    font-size: 1.25rem;
    font-weight: 600;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid var(--secondary) !important;
}
.btn-improve.active,
.btn-improve:hover {
    color: #fff !important;
    outline: 0;
    border-radius: 5px;
    background-color: var(--secondary);
    border: 1px solid #fff !important;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):focus,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
    opacity: 0.9;
}
.button,
button,
input[type="button"],
input[type="submit"] {
    padding: 8px 16px;
    border-radius: 5px;
    cursor: pointer;
}
a.button {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}
.cursor-pointer,
.pointer {
    cursor: pointer;
}
.not-allowed {
    cursor: not-allowed;
}
.cursor-default {
    cursor: default;
}
.rounded-5 {
    border-radius: 5px;
}
.rounded-10 {
    border-radius: 10px;
}
.rounded-top-10 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.rounded-bottom-10 {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.px-15 {
    padding-left: 15px;
    padding-right: 15px;
}
.input_7 {
    height: 51px !important;
    border-radius: 5px;
    padding: 0 8px;
    display: flex;
    align-items: center;
    background: rgba(196, 196, 196, 0.2);
}
.input_7 input {
    background: 0 0;
    border: 0;
    outline: 0;
    width: 100%;
    margin-left: 16px;
}
input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    background: var(--secondary);
    border-radius: 10px;
}
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 5px solid #fff;
    height: 20px;
    width: 20px;
    border-radius: 20px;
    background: var(--primary);
    cursor: pointer;
}
input[type="range"]::-webkit-slider-thumb:hover {
    box-shadow: 1px 1px 10px #000, 0 0 1px #0d0d0d;
}
.select-toggle select {
    -webkit-appearance: none;
    border: 0;
    cursor: pointer;
    outline: 0;
    line-height: 48px;
}
.select-toggle.dropdown-toggle::after {
    position: absolute;
    top: 24px;
    right: 24px;
    pointer-events: none;
    border-radius: 5px;
}
.dropdown-toggle::after {
    margin: auto;
    margin-left: 4px;
    margin-right: 0;
    font-size: 20px;
}
a.a-none:hover {
    text-decoration: none;
    color: var(--primary);
}
.break-word {
    word-break: break-word;
}
.flex-wrap-start {
    display: flex;
    justify-content: start !important;
    flex-wrap: wrap !important;
}
.flex-wrap-end {
    display: flex;
    justify-content: end !important;
    flex-wrap: wrap !important;
}
.flex-wrap-center {
    display: flex;
    justify-content: center !important;
    flex-wrap: wrap !important;
}
.flex-wrap-between {
    display: flex;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
}
.flex-center {
    display: flex;
    align-items: center !important;
    justify-content: center !important;
}
.flex-items-center {
    display: flex;
    align-items: center !important;
}
.flex-justify-center {
    display: flex;
    justify-content: center !important;
}
.flex-justify-between {
    display: flex;
    justify-content: space-between !important;
}
.sticky-top-120 {
    position: sticky;
    top: var(--main-top);
}
.justify-items-start {
    justify-items: start;
}
.d-contents {
    display: contents;
}
.hide {
    display: none;
}
.upload-box {
    width: 100%;
    border: dashed 3px var(--secondary);
    color: var(--secondary);
    border-radius: 10px;
    padding-top: 32px;
    background: #ff88001a;
    cursor: pointer;
    max-width: 768px;
    margin: auto;
}
.upload-box .h2 {
    margin-bottom: var(--size-1);
}
.searchRobo {
    position: absolute;
    top: -58px;
    left: 5px;
    height: 75px !important;
    width: auto !important;
}
.btnRobo {
    position: absolute;
    top: -58px;
    right: 0;
    height: 75px !important;
    width: auto !important;
}
.section {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: calc(1600px - 5.625rem * 2);
    width: 100% !important;
}
.container-fluid {
    width: var(--fluid) !important;
    max-width: calc(1600px - 5.625rem * 2);
}
.container-md-fluid {
    width: var(--fluid-9) !important;
    max-width: calc(1600px - 5.625rem * 2);
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container-sm-fluid {
    width: var(--fluid-6) !important;
    max-width: calc(1600px - 5.625rem * 2);
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container-fluid .container-md-fluid,
.container-fluid .container-sm-fluid {
    padding-right: unset;
    padding-left: unset;
}
p.bdrbx span {
    position: absolute;
    bottom: -18px;
    padding: 0 8px;
    left: 40%;
    font-size: 28px;
    color: var(--secondary);
    font-weight: 600;
    margin: 0 !important;
}
.border-primary {
    border: 1px solid var(--primary);
}
.border-tp {
    border: 1px solid transparent;
}
.border-secondary {
    border: 1px solid var(--secondary);
}
.outline-secondary {
    outline: 1px solid var(--secondary);
}
#landing h1,
.hl {
    font-family: inter-ettvi;
    font-style: normal;
    font-weight: 700;
    font-size: var(--size-2) !important;
    line-height: calc(var(--size-2) + 8px);
    margin-bottom: var(--size-5);
}
#landing p {
    font-family: inter-ettvi;
    font-style: normal;
    font-weight: 400;
    font-size: var(--size-4) !important;
    line-height: var(--size-2);
}
#performance {
    color: #fff;
}
#performance p.h2 {
    font-weight: 600;
    line-height: 62px;
    letter-spacing: -2px;
    color: var(--secondary);
    margin: unset !important;
}
#Tbs button,
#tools button {
    min-width: 220px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.1));
    border-radius: 50px !important;
    background: 0 0;
    font-weight: 600;
    font-size: 16px;
}
#Tbs button.active,
#Tbs button:hover,
#tools button.active,
#tools button:hover {
    background: #1f243c;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    color: #fff;
}
#tools section {
    max-height: 220px;
    min-height: 100px;
    overflow: auto;
}
#tools section a {
    max-height: 70px;
    display: grid;
    gap: 16px;
    justify-items: center;
    text-decoration: none;
    color: var(--text);
    font-weight: 400;
    font-size: var(--size-6) !important;
}
#allToolsTab section img {
    height: 40px;
}
.toolRobo {
    position: absolute;
    bottom: 0;
    right: 0;
}
#reviews .tumblr {
    margin: var(--size-4) 0;
}
#reviews .tumblr p {
    margin: var(--size-1) 0;
    padding: 0.5rem;
}
#reviews .tumblr img {
    position: absolute;
    top: var(--size-5);
    left: 24px;
}
@media screen and (max-width: 630px) {
    #reviews .tumblr img {
        max-height: 15px !important;
    }
}
#carouselMain {
    box-shadow: none;
}
#id h2 {
    font-family: inter-ettvi !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: var(--size-2) !important;
    line-height: var(--size-1);
}
.carousel-control-next,
.carousel-control-prev {
    top: unset;
    width: 15px;
    left: 53px;
    bottom: 53px;
    color: rgba(0, 0, 0, 0.5);
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: var(--text);
}
#h_blog section {
    display: grid;
    justify-items: start;
    max-width: 310px;
    text-align: start;
    gap: 14px;
}
.space-absolute {
    position: absolute;
    left: 0;
    transform: translateY(-12px) scaley(1.2);
    width: 100%;
    overflow: hidden;
    z-index: -1;
    height: 70px;
}
#infoTab {
    background: #fff;
    box-shadow: 0 20px 22px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.nav-link {
    font-size: 18px !important;
    font-weight: 500;
    letter-spacing: 0.04em !important;
    color: var(--text);
}
.dropdown-toggle::after {
    margin: auto;
    margin-left: 4px;
    margin-right: 0;
    font-size: 20px;
}
#infonav {
    min-width: 160px;
}
#infonav ul > li {
    color: rgba(179, 178, 178, 1);
    padding: 8px;
}
#infonav ul > li img {
    margin-bottom: 8px;
}
#infonav ul > li.active,
#infonav ul > li:hover {
    cursor: pointer-ettvi;
    color: var(--secondary);
}
#infonav ul > li p::after {
    height: 1px;
    content: " ";
    display: block;
    width: 75%;
    margin: auto;
}
#infonav ul > li.active p::after,
#infonav ul > li:hover p::after {
    background: var(--secondary);
}
@media screen and (max-width: 575px) {
    #infonav ul > li {
        color: rgba(179, 178, 178, 1);
        display: flex;
        gap: 32px;
        align-items: center;
        border-bottom: 1px solid transparent;
    }
    #infonav ul > li img {
        margin-bottom: 0;
    }
    #infonav ul > li.active,
    #infonav ul > li:hover {
        cursor: pointer-ettvi;
        color: var(--secondary);
        border-bottom: 1px solid;
    }
    #infonav ul > li p {
        margin-bottom: 0;
    }
    #infonav ul > li.active p::after,
    #infonav ul > li:hover p::after {
        background: 0 0;
    }
    #tools button {
        min-width: 135px !important;
        width: 135px !important;
        padding: 4px 10px !important;
        min-height: 40px !important;
        font-size: 14px !important;
    }
}
#infoContent {
    padding: var(--size-2);
}
#infoContent li {
    color: var(--secondary);
}
#infoContent .infoimg {
    width: 420px;
    height: 540px;
}
.img-sticky-top {
    position: sticky;
    top: 170px;
}
.th-secondary thead {
    background-color: var(--secondary);
    color: #fff;
}
.th-primary thead {
    background-color: var(--primary);
    color: #fff;
}
.table-bordered-white td,
.table-bordered-white th {
    border: 6px solid #fff !important;
}
.table-bordered-grayLight td,
.table-bordered-grayLight th {
    border: 6px solid #f3f3f3 !important;
}
table thead {
    background: rgba(196, 196, 196, 0.6);
}
table tbody {
    background: rgba(196, 196, 196, 0.3);
}
table tfoot {
    background: rgba(196, 196, 196, 0.2);
}
table td input,
table th input {
    background: 0 0;
}
table td,
table th {
    font-family: Titillium-Regular;
    font-style: normal;
    font-size: 16px;
    line-height: 27px;
    vertical-align: middle !important;
}
table th {
    font-family: Titillium-Bold;
}
textarea {
    outline: 0;
    border: none;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    resize: none;
}
.faq-q {
    margin-top: 24px;
}
.faq-q > h3 {
    font-size: 18px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.5s ease 0s;
    cursor: pointer-ettvi;
    padding: 16px 6px;
    color: var(--secondary);
    position: relative;
    margin: 0;
    cursor: pointer;
}
.faq-q > h3::after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.2);
    width: 75%;
    float: right;
    margin-right: 6px;
}
.faq-q > h3::before {
    content: " ";
    display: inline-block;
    margin-right: var(--size-5);
    width: 30px;
    height: 16px;
    transform: rotate(180deg);
    z-index: 999;
    background-image: url(https://ettvi.com/assets/images/ui/arrowFaq.svg);
}
.faq-q.active > h3::before {
    transform: unset;
}
.faq-q > .content {
    overflow: hidden;
    display: block;
    transition: all 0.5s ease 0s;
}
#supp .supp {
    min-width: 250px;
    border-radius: 10px;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.1));
    box-shadow: 0 20px 22px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}
#supp .supp img {
    border-radius: 10px 10px 0 0;
    height: 240px;
}
#suppBlog .carousel-control-next,
#suppBlog .carousel-control-prev {
    color: var(--secondary);
    left: unset;
    bottom: -130px;
    right: 53px;
}
@media only screen and (min-width: 991px) {
    .position-5 {
        position: absolute;
        top: -130px;
    }
    #suppBlog {
        position: absolute;
        right: 0;
    }
    #supp .supp {
        min-width: 400px;
    }
    #suppBlog .carousel-control-next,
    #suppBlog .carousel-control-prev {
        left: -200px;
        top: 53px;
        color: var(--secondary);
    }
}
@media (max-width: 767px) {
    #suppBlog .carousel-inner .carousel-item > div {
        display: none;
    }
    #suppBlog .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}
#suppBlog .carousel-inner .carousel-item-next,
#suppBlog .carousel-inner .carousel-item-prev,
#suppBlog .carousel-inner .carousel-item.active {
    display: flex;
}
.carousel-inner .carousel-item {
    transition: transform 0.3s ease;
}
.ettvi-home #limg {
    min-width: 100px;
    height: fit-content;
}
.ettvi-home #landingPage-search #searchOptions,
.ettvi-home #landingPage-search #searchOptionsMain {
    top: 41px;
    left: 0;
    height: 200px;
    z-index: 1;
}
.ettvi-home #landingPage-search #searchOptions li,
.ettvi-home #landingPage-search #searchOptionsMain li {
    display: flex;
    border-bottom: solid 1px rgb(0, 0, 0, 0.2);
}
.ettvi-home #landingPage-search #searchOptions li a,
.ettvi-home #landingPage-search #searchOptionsMain li a {
    width: 100%;
    padding: 8px 16px;
    text-decoration: none;
    color: #000;
}
.ettvi-home #landingPage-search #searchOptions li a:hover,
.ettvi-home #landingPage-search #searchOptionsMain li a:hover {
    background: #1f243c;
    color: #fff;
}
@media screen and (max-width: 991px) {
    .ettvi-home {
        margin-top: 75px;
    }
    .ettvi-home #landingPage-search #searchOptions,
    .ettvi-home #landingPage-search #searchOptionsMain {
        top: 33px;
    }
}
#landingPages {
    background-color: var(--primary);
    width: 100%;
    margin-top: -1px;
    padding-top: 50px;
    padding-bottom: 50px;
}
#innerpage .topHeading {
    color: var(--secondary);
    font-size: 60px;
    line-height: 110%;
    font-style: normal;
    font-family: Quicksand-Bold !important;
}
#innerpage .mainHeading {
    color: #fff;
    font-size: 60px !important;
    line-height: 110%;
    font-style: normal;
    font-family: Quicksand-Bold !important;
}
#innerCards img {
    height: 101px !important;
}
#innerpage .aboutImg {
    height: auto;
}
#innerpage .innerHeading {
    color: #fff;
    font-size: 19px !important;
    font-style: normal;
    font-weight: 400;
    padding-bottom: 30px;
    padding-top: 24px;
    text-align: left;
    font-family: Quicksand-Bold;
}
#innerpage .allApps {
    background-color: var(--secondary);
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 12px 0;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    border-radius: 6px;
    cursor: pointer;
    width: 266px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    outline: 0;
}
#innerSection .bodyTitle {
    color: var(--secondary);
    font-size: 30px !important;
    line-height: 130%;
    padding-bottom: 24px;
}
#innerSection .bodyParagraph {
    font-family: Titillium-regular;
    font-style: normal;
    font-size: 21px !important;
    line-height: 31px;
    margin-bottom: 0;
    color: #fff;
}
#innerCards .bodyParagraph {
    font-family: Titillium-regular;
    font-style: normal;
    font-size: 21px !important;
    line-height: 31px;
    margin-bottom: 0;
    color: #fff;
}
#cardBox {
    background-color: var(--secondary);
    border-radius: 10px;
}
.cusParagraph {
    font-family: Titillium-regular;
    font-style: normal;
    font-size: 20px !important;
    line-height: 26px;
}
#Box1 a {
    text-decoration: none;
    color: #000;
}
#Box1 :hover {
    background-color: var(--primary);
    color: #fff;
}
@media screen and (min-width: 768px) {
    .e-book_page .cover_page {
        margin-top: 120px;
        background-color: #fff !important;
        color: #fff !important;
        background-size: cover !important;
    }
}
.e-book_page .cover_page svg path {
    fill: #000 !important;
}
.e-book_page .cover_page {
    background-color: #fff;
    color: #000;
}
#resourcesMenuLink .dropdown-item {
    color: #fff;
}
#resourcesMenuLink .dropdown-item:hover {
    color: #fff !important;
    background: var(--secondary);
}
#tableofc {
    text-align: justify;
}
#tableofc img.img-sticky-top {
    width: 39vw !important;
    max-width: 650px;
    margin-top: var(--size-2);
}
#features {
    background-color: #fff !important;
}
#features h2 {
    margin-top: unset !important;
}
#features .col-lg-4:nth-child(1) {
    background: var(--secondary);
    color: #fff;
}
#features .col-lg-4 {
    margin-top: 32px !important;
    text-align: left;
    border: 2px solid var(--secondary);
    border-radius: 10px;
    max-width: 80%;
}
@media (min-width: 576px) {
    #features .col-lg-4 {
        max-width: 30%;
    }
}
#features img {
    height: 48px !important;
    margin-top: 24px;
}
.related-tools {
    background: unset;
}
.related-tools {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 40px var(--size-3);
}
.related-tools > a {
    min-width: 260px;
    padding: 16px;
    color: var(--primary);
    text-decoration: none;
    border-radius: 10px;
}
.related-tools > a:hover {
    background: rgba(196, 196, 196, 0.6);
}
.related-tools > a > img {
    height: 60px;
    margin: auto;
    padding: 6px;
    border-radius: 5px;
    margin-bottom: 16px;
}
#success-msg {
    box-shadow: 2px 4px 30px rgba(93, 227, 115, 0.2);
    border-radius: 10px;
}
#successImage img {
    height: 120px;
    width: 120px;
}
.successData {
    font-family: Titillium-Regular;
    font-style: normal;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 21px !important;
    color: #000;
}
#success .bottom-line {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
}
#warningMsg {
    background: #fff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    z-index: 1;
}
#warningImage img {
    height: 120px;
    width: 120px;
}
#errorMsg {
    background: #fff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    z-index: 1;
}
#errorImage img {
    height: 120px;
    width: 120px;
}
#sitePopup {
    background: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}
.popupImage img {
    height: 250px;
    width: 250px;
}
.modal {
    display: none;
    position: fixed;
    padding-top: 200px !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
}
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}
.close {
    opacity: 2.5 !important;
}
#kwdNo > p {
    width: 100%;
    height: 130px;
    vertical-align: middle;
    font-style: normal;
    text-align: center;
    background-color: #fff;
    color: #000 !important;
    border: 2px solid var(--primary) !important;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    display: flex;
    justify-content: space-evenly;
    font-weight: 500;
    margin-bottom: 14px;
}
#kwdNo > p > span {
    background: var(--primary) !important;
    color: #fff;
    border-radius: 10px;
    margin: 0 16px;
    padding: 8px 16px;
    font-size: 22px;
}
#plgscore {
    display: flex;
    gap: 64px;
    flex-wrap: wrap;
    justify-content: center;
}
#plgscore > p {
    width: 200px;
    height: 200px;
    font-style: normal;
    text-align: center;
    background-color: #fff;
    color: #000 !important;
    border: 2px solid var(--primary) !important;
    border-radius: 100px;
    gap: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content: center;
    font-weight: 500;
    margin-bottom: 14px;
    position: relative;
}
#plgscore > p > span {
    background: var(--primary) !important;
    color: #fff;
    border-radius: 100px;
    height: 100px;
    margin: 0 16px;
    font-size: 44px;
    line-height: 100px;
}
#plgscore > p > a {
    color: var(--secondary);
    position: absolute;
    width: 100%;
    bottom: -40px;
}
#plg #sources {
    height: 400px;
    overflow: auto;
    border: 1px solid var(--primary);
    border-radius: 10px;
    padding: 16px;
    margin-bottom: 8px;
}
#plg #sources > p {
    color: var(--secondary);
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid;
}
#plg #sources > p > a {
    color: var(--primary);
    max-width: 200px;
    overflow-wrap: break-word;
}
input[type="radio"] {
    appearance: none;
    min-width: 20px;
    height: 20px;
    border: 2px solid var(--primary);
    border-radius: 50%;
    background-clip: content-box;
    padding: 3px;
}
input[type="radio"]:checked {
    background-color: var(--primary);
}
input[type="radio"].smRadio {
    border: 2px solid var(--secondary);
    height: 12px;
    min-width: 12px;
    cursor: pointer;
}
.custom-checkbox {
    display: block;
    position: relative;
    padding-left: 15px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.custom-checkbox input:checked ~ .checkmark:after {
    display: block;
}
.checkbox-white .checkmark:after {
    border: solid #f80;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff !important;
}
.checkbox-white .checkmark {
    background: #fff;
}
.checkbox-border .checkmark {
    border: 2px solid #c3c3c3;
}
.checkbox-secondary .checkmark,
.checkbox-white .checkmark:after {
    background: #f80;
}
.checkbox-primary .checkmark {
    background: #1f243c;
}
.checkbox-primary .checkmark:after,
.checkbox-secondary .checkmark:after {
    left: 8.5px;
    top: 3.6px;
    width: 7px;
    height: 13px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.checkbox-white .checkmark:after {
    left: 7px;
    top: 2.9px;
    width: 7px;
    height: 13px;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#slugGenerator input[type="radio"] {
    height: 16px;
    min-width: 16px;
    margin-top: 11px;
    border: 1px solid #1f243c;
}
#slugGenerator .checkmark {
    height: 16px;
    width: 16px;
    margin-top: 11px;
}
#slugGenerator .checkbox-primary .checkmark:after {
    left: 6px;
    top: 1px;
    height: 11px;
    width: 5px;
    border-width: 0 2px 2px 0;
}
@media screen and (max-width: 789px) {
    #slug-search-input .search-input input {
        height: 40px !important;
    }
}
#slug-search-input .search-input input {
    width: 100%;
    height: 50px;
    display: block;
    font-family: titillium-regular;
    text-indent: 10px;
    line-height: 27px;
    background: #fff;
    color: #c4c4c4;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}
@media screen and (min-width: 991px) {
    #slugGenerator .centerLine {
        border-right: 1px solid rgba(0, 0, 0, 0.2);
    }
}
#hrefLangTagGenerator .tick {
    top: 7px;
}
#hrefLangTagGenerator .tick .tick-img {
    position: absolute;
    top: -2px;
    left: 2px;
    height: 16px;
}
#hrefLangTagGenerator .cross {
    position: absolute;
    top: 7px;
    right: -10px;
}
#hrefLangTagGenerator .cross .cross-img {
    position: absolute;
    left: 2px;
    top: -2px;
    height: 16px;
}
#hrefLangTagGenerator .cross .cross1-img {
    position: absolute;
    left: 2px;
    top: -2px;
    height: 16px;
}
#hrefLangTagGenerator .radioHrefLang {
    min-width: 104px !important;
}
#hrefLangTagGenerator input[type="radio"] {
    background: #fff;
}
.tickRadio_1 {
    margin-right: 11px;
}
.siteSeoAudit #progress .circle {
    border-radius: 50%;
    width: 180px;
    height: 180px;
    position: relative;
}
.siteSeoAudit #progress .circle svg {
    position: relative;
    height: 180px;
    width: 180px;
    transform: rotate(-90deg);
}
.siteSeoAudit #progress .circle svg circle:nth-child(3) {
    fill: #f3f3f3;
    stroke: rgba(73, 93, 133, 1);
    stroke-width: 18px;
    stroke-dasharray: 867;
    stroke-dashoffset: 867;
}
.siteSeoAudit #progress .circle svg circle {
    fill: #c4c4c4;
    stroke-width: 24px;
    stroke-dasharray: 867;
    stroke-dashoffset: 867;
}
.siteSeoAudit #progress .circle svg circle:nth-child(1) {
    stroke-dashoffset: 0;
    stroke: #c4c4c4;
}
.siteSeoAudit #progress .circle_1 svg circle:nth-child(2) {
    stroke-dashoffset: calc(867 - (490 * 50) / 100);
    stroke: rgba(73, 93, 133, 1);
}
.siteSeoAudit #progress .circle_2 svg circle:nth-child(2) {
    stroke-dashoffset: calc(867 - (490 * 50) / 100);
    stroke: rgba(73, 93, 133, 1);
}
.siteSeoAudit #progress .circle_3 svg circle:nth-child(2) {
    stroke-dashoffset: calc(867 - (490 * 50) / 100);
    stroke: rgba(73, 93, 133, 1);
}
.siteSeoAudit #progress .circle h2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.percentbox {
    text-align: center;
    font-size: 18px;
}
.percentimg {
    text-align: center;
    display: none;
}
#resultBox {
    display: none;
}
.siteSeoAudit span.fixIssues {
    margin-left: auto !important;
    margin-right: 8px !important;
    color: #1f243c;
}
.siteSeoAudit .fixIssues {
    display: flex;
    justify-content: end;
    padding: 8px;
}
.siteSeoAudit .seoBox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 8px 0 8px 16px;
}
.siteSeoAudit #progress-bar {
    background: #c4c4c4;
    height: 30px;
    margin-top: 32px;
    width: 100%;
}
.siteSeoAudit #progressbar.active {
    background-color: #f80;
}
.siteSeoAudit .output-circle {
    padding: 30px;
    border: 2px solid var(--primary);
    border-radius: 50%;
    width: fit-content;
    margin: auto;
    height: 122px;
    width: 122px;
    box-shadow: 4px 9px 26px 0 rgba(73, 93, 133, 0.4);
    -webkit-box-shadow: 4px 9px 26px 0 rgba(73, 93, 133, 0.4);
    -moz-box-shadow: 4px 9px 26px 0 rgba(73, 93, 133, 0.4);
}
.seo-process h3 {
    margin: 0;
    padding: 3px;
}
.seo-process ul {
    --col-gap: 2rem;
    --row-gap: 2rem;
    --line-w: 0.25rem;
    display: grid;
    grid-template-columns: var(--line-w) 1fr;
    grid-auto-columns: max-content;
    column-gap: var(--col-gap);
    list-style: none;
    width: min(60rem, 90%);
    margin-inline: auto;
}
.seo-process ul::before {
    content: "";
    grid-column: 1;
    grid-row: 1 / span 20;
    background: #e1e1e1;
    border-radius: calc(var(--line-w) / 2);
}
.seo-process ul li:not(:last-child) {
    margin-bottom: var(--row-gap);
}
.seo-process ul li {
    grid-column: 2;
    --inlineP: 1.5rem;
    margin-inline: var(--inlineP);
    grid-row: span 2;
    display: grid;
    grid-template-rows: min-content min-content min-content;
    --accent-color: #ff8800;
}
.seo-process ul li .t-process {
    --dateH: 3rem;
    height: var(--dateH);
    margin-inline: calc(var(--inlineP) * -1);
    text-align: center;
    background-color: var(--accent-color);
    color: #fff;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2);
}
.seo-process ul li .t-process::before {
    content: "";
    width: var(--inlineP);
    aspect-ratio: 1;
    background: var(--accent-color);
    background-image: linear-gradient(rgba(0, 0, 0, 0.2) 100%, transparent);
    position: absolute;
    top: 100%;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    right: 0;
}
.seo-process ul li .t-process::after {
    content: "";
    position: absolute;
    width: 2rem;
    aspect-ratio: 1;
    background: var(--bgColor);
    border: 0.3rem solid var(--accent-color);
    border-radius: 50%;
    top: 50%;
    --accent-color: #1f243c;
    transform: translate(50%, -50%);
    right: calc(100% + var(--col-gap) + var(--line-w) / 2);
    background: #fff;
    color: rgba(0, 0, 0, 0.3);
}
.seo-process ul li:nth-child(1) .t-process::after {
    content: "1";
}
.seo-process ul li:nth-child(2) .t-process::after {
    content: "2";
}
.seo-process ul li:nth-child(3) .t-process::after {
    content: "3";
}
.seo-process ul li:nth-child(4) .t-process::after {
    content: "4";
}
.seo-process ul li:nth-child(5) .t-process::after {
    content: "5";
}
.seo-process ul li:nth-child(6) .t-process::after {
    content: "6";
}
.seo-process ul li:nth-child(7) .t-process::after {
    content: "7";
}
.seo-process ul li:nth-child(8) .t-process::after {
    content: "8";
}
.seo-process ul li .des-process,
.seo-process ul li .icon-process {
    background: var(--bgColor);
    position: relative;
    padding-inline: 1.5rem;
}
.seo-process ul li .icon-process img {
    height: 40px;
}
.seo-process ul li .icon-process {
    overflow: hidden;
    padding-block-start: 1.5rem;
    padding-block-end: 1rem;
    font-weight: 500;
}
.seo-process ul li .des-process {
    padding-block-end: 1.5rem;
}
.seo-process ul li .des-process::before,
.seo-process ul li .icon-process::before {
    content: "";
    position: absolute;
    width: 90%;
    height: 0.2rem;
    background: rgba(0, 0, 0, 0.3);
    left: 50%;
    border-radius: 50%;
    filter: blur(1px);
    transform: translate(-50%, 50%);
}
.seo-process ul li .icon-process::before {
    bottom: calc(100% + 0.125rem);
}
.seo-process ul li .des-process::before {
    z-index: -1;
    bottom: 0.25rem;
}
@media (max-width: 768px) {
    .seo-process ul li .des-process,
    .seo-process ul li .icon-process {
        padding-inline: 0;
    }
    .seo-process ul li {
        --inlineP: 0.5rem;
    }
}
@media (min-width: 567px) {
    .seo-process ul {
        grid-template-columns: 1fr var(--line-w) 1fr;
    }
    .seo-process ul::before {
        grid-column: 2;
    }
    .seo-process ul li:nth-child(odd) {
        grid-column: 1;
    }
    .seo-process ul li:nth-child(even) {
        grid-column: 3;
    }
    .seo-process ul li:nth-child(2) {
        grid-row: 2/4;
    }
    .seo-process ul li:nth-child(odd) .t-process::before {
        clip-path: polygon(0 0, 100% 0, 100% 100%);
        left: 0;
    }
    .seo-process ul li:nth-child(odd) .t-process::after {
        transform: translate(-50%, -50%);
        left: calc(100% + var(--col-gap) + var(--line-w) / 2);
    }
    .seo-process ul li:nth-child(odd) .t-process {
        border-radius: 0 calc(var(--dateH) / 2) calc(var(--dateH) / 2) 0;
    }
}
.seo-process-page #industriesWeServe {
    background-image: url(../images/bgHorizontalLines.webp);
}
.seo-process-page .carousel-container {
    margin: 0 auto;
    padding: 20px;
    overflow: hidden;
}
.seo-process-page .carousel-wrapper {
    display: flex;
    gap: 0 32px;
    transition: transform 3s ease-in-out;
}
.seo-process-page .carousel-image {
    flex: 0 0 calc(100% / 10);
    width: auto;
    margin-right: 10px;
    min-height: 40px;
}
.seo-process-page .carousel-image:last-child {
    margin-right: 0;
}
.catetTools a p {
    color: var(--text);
}
.tools.toolscate .tool-box img {
    height: 48px !important;
    width: auto;
}
.tools .tool-box:hover {
    background: rgba(196, 196, 196, 0.6);
}
.tools .tool-box {
    background: 0 0;
    border-radius: 20px;
    cursor: pointer;
    max-width: 200px;
}
.right-0 {
    right: 0;
}
#blogSideNav {
    top: 136px;
}
@media screen and (min-width: 768px) {
    #blogSideNav ul li span {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    #blogPostContent {
        width: 86.513% !important;
        margin: 8px auto;
    }
    .blogPostContent b {
        margin-top: 16px !important;
    }
}
@media screen and (max-width: 567px) {
    #blogPostContent {
        margin: 0 auto;
    }
    .blogPostContent b {
        margin-top: 8px !important;
    }
    #blogPostMenu li a {
        font-size: 16px;
    }
    #blogPostMenu li img {
        margin: 0 !important;
    }
}
#blogPostMenu li {
    background: no-repeat;
    text-decoration: none;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}
#blogPostMenu li {
    cursor: pointer;
    border-left: 4px solid transparent;
}
#blogPostMenu li a:hover {
    cursor: pointer;
}
#blogPostMenu li a {
    color: rgba(0, 0, 0, 0.4);
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 8px 10px;
    border-left: 4px solid transparent;
}
@media screen and (min-width: 768px) {
    #blogPostMenu li a.active,
    #blogPostMenu li a:hover {
        width: 100%;
        border-left: 4px solid var(--secondary);
        color: #495d85;
        cursor: pointer;
    }
    #blogPostBox {
        width: 86.513% !important;
        margin: auto;
    }
    #blogPostMenu .blogPostMenu > b {
        color: rgba(0, 0, 0, 0.6) !important;
    }
}
@media screen and (max-width: 767px) {
    .blogPostMenu .h4 {
        color: #fff !important;
    }
    #blogPostMenu {
        background: #495d85 !important;
    }
    #blogPostMenu ul {
        left: -100%;
        transition: 0.7s;
    }
    #blogPostMenu ul {
        background: #495d85 !important;
        z-index: 1;
        width: 100%;
        margin-bottom: 0;
    }
    #blogPostMenu li {
        color: #fff;
        width: 100%;
        border-top: solid 1px #c4c4c4;
        width: 86.513%;
        margin: auto;
    }
    #blogPostMenu li a {
        color: #fff;
    }
    #blogPostMenu li img {
        margin-right: 17px;
    }
}
@media screen and (min-width: 991px) and (max-width: 1250px) {
    #blogPostContent {
        margin-left: 48px;
    }
}
#helpCenter {
    height: calc(91vh - 100px);
}
#helpcNav {
    width: 25%;
    overflow-y: auto;
    padding: 40px 0 0 16px;
    z-index: 1;
    position: fixed;
    top: 64px;
    background: #fff;
    box-shadow: 7px 0 7px 0 #c4c4c428;
}
#helpcCate {
    width: 75%;
    margin-left: auto;
    padding: 20px 0 0 0;
}
#helpcCate h1 {
    margin-bottom: 24px;
}
#helpcCate h2,
#helpcCate h3 {
    margin-bottom: 8px;
}
#helpcCate p {
    margin-bottom: 5px;
}
#helpcNav > ul li a {
    padding: 8px 16px;
    border-radius: 5px;
    font-family: quicksand-Bold;
    text-decoration: none;
    color: #000;
    display: block;
}
#helpcNav > ul li a:hover {
    background: #495d85;
    color: #fff;
}
#helpcNav > ul li a.active {
    background: #495d85;
    color: #fff;
}
.help_cate {
    display: flex;
    gap: 36px;
    flex-wrap: wrap;
    justify-content: center;
}
.help_cate .cate {
    background: #fff;
    border-radius: 10px;
    box-shadow: 2px 5px 19px 0 #c4c4c4;
    width: 45%;
    display: grid;
    gap: 16px;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    max-width: 394px;
}
.help_cate .cate:hover {
    box-shadow: 2px 5px 19px 0 #495d85;
    gap: 16px;
}
.help_cate .cate img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}
.help_cate .cate h3 {
    text-align: center;
    padding: 0 24px;
}
.help_cate .cate p {
    padding: 0 24px 8px 24px;
}
#cateTogglez {
    position: absolute;
    margin: 12px 0 0 9%;
    border-radius: 5px;
    padding: 4px;
    cursor: pointer;
    display: none;
    z-index: 1;
    font-size: 14px;
    font-weight: 700;
    padding: 8px;
}
#cateTogglez span hr {
    margin: 5px 0 5px 10px;
    width: 18px;
    border-top: 1px solid;
    padding: 0 0 0 2px;
}
#cateTogglex {
    float: right;
    margin: 0 16px;
    font-weight: 700;
    font-size: 22px;
    padding: 0 16px;
    border-radius: 5px;
    cursor: pointer;
    border: #495d85 1px solid;
    color: #495d85;
    display: none;
    position: absolute;
    right: 0;
}
#cateTogglex:hover {
    background: #495d85;
    color: #fff;
}
@media screen and (max-width: 1024px) {
    .help_cate .cate {
        width: 40%;
    }
    #helpCenter {
        background-size: auto 200px;
        background-position: right;
    }
}
@media screen and (max-width: 991px) {
    #helpCenter {
        height: calc(100vh - 100px);
    }
    #helpcNav {
        top: 64px;
        width: 30%;
        padding: 40px 0 0 8px;
    }
    #helpcCate {
        width: 70%;
        padding: 32px 0 0 0;
    }
    .help_cate .cate {
        width: 70%;
    }
}
@media screen and (max-width: 768px) {
    .help_cate .cate,
    .help_freq .freq {
        width: 100%;
    }
    #helpcNav.right {
        right: 100%;
    }
    #helpCenter {
        height: calc(100vh - 100px);
    }
    #helpcNav {
        width: 50%;
        padding: 55px 0 0 8px;
        background: #f9f9f9;
        top: 64px;
        transition: 0.7s;
    }
    #helpcCate {
        width: 100%;
        height: calc(93vh - 100px);
        padding: 32px 0 0 0;
        margin-top: 55px;
    }
    #cateTogglex,
    #cateTogglez {
        display: block;
    }
    #cateTogglex {
        top: 12px;
    }
    h1 {
        text-align: center;
    }
    .help_cate .cate {
        width: 100%;
    }
}
@media screen and (max-width: 575px) {
    #helpcNav {
        width: 100%;
        top: 70px;
    }
    #helpcNav.resnav {
        right: 100%;
    }
}
#blogSideNav {
    top: 136px;
}
@media screen and (min-width: 768px) {
    #blogSideNav ul li span {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    #blogPostContent {
        width: 86.513% !important;
        margin: 8px auto;
    }
    .blogPostContent b {
        margin-top: 16px !important;
    }
}
@media screen and (max-width: 567px) {
    #blogPostContent {
        margin: 0 auto;
    }
    .blogPostContent b {
        margin-top: 8px !important;
    }
    #blogPostMenu li a {
        font-size: 16px;
    }
    #blogPostMenu li img {
        margin: 0 !important;
    }
}
#blog-search-input .search-input input {
    outline: 0;
    border: none;
    width: 100%;
    height: 45px;
    background: rgba(234, 231, 231, 0.75);
    display: block;
    font-family: titillium-regular;
    text-indent: 38px;
    border-radius: 10px;
    font-size: 18.75px;
}
#blog-search-input .search-input img {
    position: absolute;
    top: 13px;
    left: 30px;
    height: 20px;
}
@media screen and (max-width: 425px) {
    #blogTitle .titleImg {
        max-width: 196px !important;
    }
    #blogTitle .titleImg h3 {
        font-size: 15px !important;
        margin-top: 7px;
    }
}
@media screen and (max-width: 567px) {
    #blogTitle .titleImg h3 {
        margin-top: 5px;
    }
}
#blogTitle .titleImg h3 {
    margin-top: 22px;
}
#blogTitle .titleImg {
    max-width: 257px;
}
#blogTitle .titleImg img {
    max-height: 225px;
}
#blogTitle .arrow-right {
    top: 15px;
    right: -23px;
    box-shadow: 3px 4px 25px rgb(73 93 133 / 40%);
    display: flex;
}
#blogTitle .arrow-left {
    top: 15px;
    box-shadow: 3px 4px 25px rgb(73 93 133 / 40%);
    left: -23px;
    display: flex;
}
#blogTitle #carouselMain {
    box-shadow: none;
}
.blogCard {
    max-width: 330px;
}
.blogCard:hover .blogCardContent {
    box-shadow: 0 0.5px 1rem rgba(0, 0, 0, 0.15) !important;
}
.cardImg {
    border-radius: 10px 10px 0 0;
}
.cardProfileImg {
    width: 43px;
    height: 43px;
    border: solid red 2px !important;
    border-radius: 50px;
}
.profileImg {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    border: 2px solid orange;
    box-shadow: 2px 4px 16px rgba(243, 179, 60, 0.5);
}
.blogCardBlock {
    max-height: 460px;
    overflow: hidden;
}
.blogBlock {
    min-height: 300px;
}
.blogHome #leadForYou {
    background: orange;
}
@media screen and (max-width: 576px) {
    .blogHomeSliderImg {
        max-width: 50vw;
    }
    .blogCardBlock {
        max-height: 430px;
    }
}
@media screen and (min-width: 768px) {
    .blogPostContentHide {
        display: none;
    }
}
#blogPostBgImage {
    position: absolute;
    height: 360px;
}
.blogPostData {
    height: 327px;
}
#blogPost h2 {
    font-size: 25px !important;
    line-height: 32px;
}
#blogPost #blogPostContent p {
    font-family: Titillium-Regular;
    font-style: normal;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 24px;
    display: flex;
    align-items: center;
}
.blogArrow {
    border: solid #c7c7c7c7;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
}
.rightArrow {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
#blogPostMenu li {
    background: no-repeat;
    text-decoration: none;
    font-family: Quicksand-Regular;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}
#blogPostMenu li {
    cursor: pointer;
    border-left: 4px solid transparent;
}
#blogPostMenu li a:hover {
    cursor: pointer;
}
#blogPostMenu li a {
    color: rgba(0, 0, 0, 0.4);
    text-decoration: none;
    width: 100%;
    padding: 8px 10px;
    border-left: 4px solid transparent;
}
@media screen and (min-width: 768px) {
    #blogPostMenu li a.active,
    #blogPostMenu li a:hover {
        width: 100%;
        border-left: 4px solid var(--secondary);
        color: #495d85;
        cursor: pointer;
    }
    #blogPostBox {
        width: 86.513% !important;
        margin: auto;
    }
    #blogPostMenu .blogPostMenu > b {
        color: rgba(0, 0, 0, 0.6) !important;
    }
}
@media screen and (max-width: 767px) {
    .blogPostMenu .h4 {
        color: #fff !important;
    }
    #blogPostMenu {
        background: #495d85 !important;
    }
    #blogPostMenu ul {
        left: -100%;
        transition: 0.7s;
    }
    #blogPostMenu ul {
        background: #495d85 !important;
        z-index: 1;
        width: 100%;
        margin-bottom: 0;
    }
    #blogPostMenu li {
        color: #fff;
        width: 100%;
        border-top: solid 1px #c4c4c4;
        width: 86.513%;
        margin: auto;
    }
    #blogPostMenu li a {
        color: #fff;
    }
    #blogPostMenu li img {
        margin-right: 17px;
    }
}
@media screen and (min-width: 991px) and (max-width: 1250px) {
    #blogPostContent {
        margin-left: 48px;
    }
}
#blogByUser {
    max-height: 297px;
}
.blogProfileHeading {
    font-size: 18px !important;
    color: var(--secondary);
}
.profileVisitBtn {
    background: rgba(196, 196, 196, 0.2);
    border-radius: 0 0 10px 10px;
}
#bpcta {
    border: 2px solid #dcdcdc;
}
#bpcpi {
    width: 48px;
    height: 48px;
    border-radius: 50px;
    border: 2px solid #cf1b2b;
}
.bpcui {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    border: 2px solid #cf1b2b;
}
@media only screen and (max-width: 768px) {
    .bpcun {
        font-size: 14px;
        line-height: 16px;
        font-weight: 700;
    }
    .bpcfu {
        font-size: 14px;
        line-height: 22px;
        font-weight: 400;
    }
}
@media only screen and (min-width: 577px) and (max-width: 768px) {
    #bpcpi {
        width: 56px;
        height: 56px;
        border-radius: 50px;
        border: 2px solid #cf1b2b;
    }
    .bpcui {
        width: 24px;
        height: 24px;
        border-radius: 50px;
        border: 2px solid #cf1b2b;
    }
}
@media only screen and (min-width: 320px) and (max-width: 576px) {
    #bpcpi {
        width: 56px;
        height: 56px;
        border-radius: 50px;
        border: 2px solid #cf1b2b;
    }
    .bpcui {
        width: 24px;
        height: 24px;
        border-radius: 50px;
        border: 2px solid #cf1b2b;
    }
    #bpcta {
        height: 100px;
    }
}
.bpcun {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}
.bpcfu {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.bpfc {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #00000099;
}
.bpcsb {
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    color: #495d85;
}
.bpursec span.commentTree1_1 {
    width: 1px;
    background: rgba(196, 196, 196, 0.8);
}
.bpursec .blogPostComment:last-child span.commentTree1 {
    height: 21px;
    width: 1px;
    background: rgba(196, 196, 196, 0.8);
}
.bpursec span.commentTree1 {
    width: 1px;
    background: rgba(196, 196, 196, 0.8);
}
.bpursec span.commentTree2 {
    margin: 20px 8px 0 0;
    height: 1px;
    width: 10px !important;
    background: rgba(196, 196, 196, 0.8);
}
.bpurisec span.commentTree1 {
    height: 21px;
    width: 1px;
    background: rgba(196, 196, 196, 0.8);
}
.bpurisec span.commentTree2 {
    margin: 20px 8px 0 0;
    height: 1px;
    width: 10px;
    background: rgba(196, 196, 196, 0.8);
}
.apfbbc {
    background: #c4c4c4;
}
.ettvitoolscontent .blogPostContent .tab-pane p {
    margin: 12px 0 !important;
}
.ads-728,
.ads-780 {
    min-height: 250px;
    height: 250px;
    text-align: center;
}
.ads-320 {
    height: 168px;
    display: grid !important;
    text-align: center;
}
.ads-300 {
    height: 250px;
    display: grid !important;
    text-align: center;
}
.ads-160 {
    height: 600px;
    display: grid !important;
    text-align: center;
}
.ads-250 {
    height: 320px;
    text-align: center;
}
.ads-280 {
    height: 280px;
    display: grid !important;
    text-align: center;
}
.ads-336 {
    height: 350px;
    text-align: center;
}
.ads-160 small,
.ads-250 small,
.ads-280 small,
.ads-300 small,
.ads-320 small,
.ads-336 small,
.ads-728 small,
.ads-780 small {
    display: block;
}
@media (min-width: 576px) {
    .ads-728,
    .ads-780 {
        min-height: 165px;
        height: 165px;
        display: grid !important;
        text-align: center;
    }
}
#mubox.drop-zone {
    height: 200px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}
#mubox .drop-zone--over {
    border-style: solid;
}
#mubox .drop-zone__input {
    display: none;
}
#mubox .drop-zone__thumb {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #ccc;
    background-size: cover;
    position: relative;
}
#mubox .drop-zone__thumb::after {
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    text-align: center;
}

