:root{
    --system-primary: #389FFF;
    --system-secondary: #343434;
}

/*=== CUSTOM GOOGLE FONTS ===*/

@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");

/*--- DUDOXUS FONTS ---*/

@font-face {
    font-family: "Eudoxus Sans";
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(../fonts/dudoxus/EudoxusSans-ExtraBold.woff) format("woff"), url(../fonts/dudoxus/EudoxusSans-ExtraBold.woff2) format("woff2");
}

@font-face {
    font-family: "Eudoxus Sans";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/dudoxus/EudoxusSans-Bold.woff2) format("woff2");
}

@font-face {
    font-family: "Eudoxus Sans";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/dudoxus/EudoxusSans-Medium.woff2) format("woff2");
}

@font-face {
    font-family: "Eudoxus Sans";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/dudoxus/EudoxusSans-Regular.woff2) format("woff2");
}

@font-face {
    font-family: "Eudoxus Sans";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../fonts/dudoxus/EudoxusSans-Light.woff2) format("woff2");
}

@font-face {
    font-family: "Eudoxus Sans";
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(../fonts/dudoxus/EudoxusSans-ExtraLight.woff2) format("woff2");
}


/*--- THICCCBOI FONTS ---*/

@font-face {
    font-family: "THICCCBOI";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/thicccboi/THICCCBOI-Black.woff2) format("woff2");
}

@font-face {
    font-family: "THICCCBOI";
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(../fonts/thicccboi/THICCCBOI-ExtraBold.woff2) format("woff2");
}

@font-face {
    font-family: "THICCCBOI";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/thicccboi/THICCCBOI-Bold.woff2) format("woff2");
}

@font-face {
    font-family: "THICCCBOI";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/thicccboi/THICCCBOI-SemiBold.woff2) format("woff2");
}

@font-face {
    font-family: "THICCCBOI";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/thicccboi/THICCCBOI-Medium.woff2) format("woff2");
}

@font-face {
    font-family: "THICCCBOI";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/thicccboi/THICCCBOI-Regular.woff2) format("woff2");
}

@font-face {
    font-family: "THICCCBOI";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../fonts/thicccboi/THICCCBOI-Light.woff2) format("woff2");
}

@font-face {
    font-family: "THICCCBOI";
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(../fonts/thicccboi/THICCCBOI-Thin.woff2) format("woff2");
}


/*=== BASE CSS ===*/

body {
    font-family: "THICCCBOI", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.625;
    color: #5B5675;
}

@media only screen and (max-width: 479px) {
    body {
        font-size: 14px;
        line-height: 1.7142857143;
    }
}

html,
body {
    height: 100%;
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Eudoxus Sans", sans-serif;
    font-weight: 700;
    margin: 0 0 10px;
    color: var(--system-secondary);
}

h1 {
    font-size: 50px;
    line-height: 1.4;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    h1 {
        font-size: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h1 {
        font-size: 38px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 32px;
    }
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 479px) {
    h1 {
        font-size: 24px;
    }
}

h2 {
    font-size: 40px;
    line-height: 1.375;
}

@media only screen and (min-width: 1440px) and (max-width: 1580px) {
    h2 {
        font-size: 38px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    h2 {
        font-size: 32px;
        line-height: 1.46875;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h2 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h2 {
        font-size: 26px;
    }
}

@media only screen and (max-width: 767px) {
    h2 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 479px) {
    h2 {
        font-size: 22px;
    }
}

h3 {
    font-size: 32px;
    line-height: 1.40625;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    h3 {
        font-size: 28px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h3 {
        font-size: 26px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h3 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 767px) {
    h3 {
        font-size: 20px;
    }
}

h4 {
    font-size: 22px;
    line-height: 1.2727272727;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    h4 {
        font-size: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h4 {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h4 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    h4 {
        font-size: 18px;
    }
}

h5 {
    font-size: 18px;
    line-height: 1.3333333333;
}

@media only screen and (max-width: 767px) {
    h5 {
        font-size: 16px;
    }
}

h6 {
    font-size: 16px;
    line-height: 1.625;
}

p {
    margin: 0 0 5px;
}

img {
    max-width: 100%;
    height: auto;
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

a {
    color: var(--system-secondary);
}

a:hover {
    color: var(--system-primary);
}

input,
textarea,
button {
    padding: 10px 15px;
    outline: none;
    transition: all 0.4s ease-in-out;
    border: 1px solid;
    border-color: #F0F1F2;
}

input::-moz-placeholder,
textarea::-moz-placeholder,
button::-moz-placeholder {
    position: relative;
    left: 0;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
button:-ms-input-placeholder {
    position: relative;
    left: 0;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

input::placeholder,
textarea::placeholder,
button::placeholder {
    position: relative;
    left: 0;
    transition: all 0.4s ease-in-out;
}

input:focus,
textarea:focus,
button:focus {
    outline: none;
    border-color: #f3f3f3;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
button:focus::-moz-placeholder {
    left: 10px;
    opacity: 0;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
button:focus:-ms-input-placeholder {
    left: 10px;
    opacity: 0;
}

input:focus::placeholder,
textarea:focus::placeholder,
button:focus::placeholder {
    left: 10px;
    opacity: 0;
}

nav ul li {
    display: inline-block;
    position: relative;
    transition: all 0.4s ease-in-out;
}

:root {
    /* for section padding */
    --tw-sp: 120px;
    /* for section title margin bottom */
    --tw-mb: 50px;
    /* for feature Images */
    --tw-height: 400px;
    /* for margin */
    --tw-margin: 50px;
    /* for feature icon */
    --tw-icon: 50px;
    /* for policy page icon */
    --tw-policy: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
     :root {
        --tw-sp: 100px;
        --tw-height: 300px;
        --tw-margin: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
     :root {
        --tw-sp: 80px;
        --tw-mb: 40px;
        --tw-margin: 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
     :root {
        --tw-sp: 60px;
        --tw-mb: 35px;
        --tw-height: 300px;
        --tw-margin: 30px;
        --tw-icon: 40px;
        --tw-policy: 30px;
    }
}

@media only screen and (max-width: 767px) {
     :root {
        --tw-margin: 25px;
        --tw-mb: 35px;
        --tw-sp: 50px;
        --tw-icon: 35px;
        --tw-height: 270px;
        --tw-policy: 20px;
    }
}

@media only screen and (max-width: 479px) {
     :root {
        --tw-height: 250px;
        --tw-mb: 30px;
        --tw-sp: 40px;
    }
}


/*Hide number spin button*/

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
}


/*=== SITE BUTTON CSS ===*/

.site_btn {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    border-radius: 5px;
    padding: 15px 25px;
    color: #ffffff !important;
    background-color: var(--system-primary);
}

.site_btn:hover {
    background-color: var(--system-secondary);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .site_btn {
        padding: 13px 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .site_btn {
        padding: 12px 20px;
    }
}

@media only screen and (max-width: 767px) {
    .site_btn {
        padding: 10px 20px;
        font-weight: 500;
    }
}

.site_btn i {
    font-size: 14px;
}

button.site_btn {
    border: none;
    text-transform: uppercase;
}


/*=== INPUT BOX CSS ===*/

.input-control {
    position: relative;
    z-index: 1;
}

.input-control:not(:first-child) {
    margin-top: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .input-control:not(:first-child) {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .input-control:not(:first-child) {
        margin-top: 15px;
    }
}

.input-control-label {
    font-family: "Eudoxus Sans", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2857142857;
    margin-bottom: 15px;
    color: var(--system-secondary);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .input-control-label {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .input-control-label {
        margin-bottom: 10px;
        font-weight: 600;
    }
}

.input-control-label span {
    color: var(--system-primary);
}

.input-control-icon {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    display: inline-block;
}

.input-control-input {
    border: 1px solid;
    border-color: #F0F1F2;
    padding: 15px 25px;
    border-radius: 100px;
    color: var(--system-secondary);
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .input-control-input {
        padding: 13px 20px;
    }
}

@media only screen and (max-width: 767px) {
    .input-control-input {
        padding: 12px 20px;
    }
}

@media only screen and (max-width: 479px) {
    .input-control-input {
        padding: 10px 20px;
    }
}

.input-control-input[type=submit] {
    background-color: var(--system-primary);
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.125;
    cursor: pointer;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .input-control-input[type=submit] {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .input-control-input[type=submit] {
        font-size: 14px;
    }
}

.input-control-input[type=submit]:hover {
    background-color: var(--system-secondary);
}

.input-control-input::-placeholder {
    color: #9F9AB5;
}


/*=== CHECKOBX CSS ===*/

.forgot {
    font-size: 14px;
    color: #5B5675;
}

.checkbox {
    display: inline-block;
}

.checkbox input {
    display: none;
}

.checkbox input:checked~label::before {
    transform: scale(0.7);
    opacity: 0;
    visibility: hidden;
}

.checkbox input:checked~label::after {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.checkbox_title {
    --checkbox-icon: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.5;
    color: #5B5675;
    padding-left: 10px;
}

.checkbox_title::before,
.checkbox_title::after {
    content: "";
    width: var(--checkbox-icon);
    height: var(--checkbox-icon);
    border: 1px solid #F0F1F2;
    display: inline-block;
    border-radius: 4px;
    position: absolute;
    left: 0;
    transform: scale(1);
    transition: all 0.3s ease-in-out;
}

.checkbox_title::after {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    color: #ffffff;
    background-color: var(--system-primary);
    line-height: 18px;
    text-align: center;
    font-size: 11px;
    transform: scale(0.7);
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.checkbox_title span {
    margin-left: var(--checkbox-icon);
}


/*=== SECTION PADDING CSS ===*/

.section_padding {
    padding: var(--tw-sp) 0px;
}

.section_padding_bottom {
    padding-bottom: var(--tw-sp);
}

.section_padding_top {
    padding-top: var(--tw-sp);
}

.section_padding_off {
    padding: 0px;
}


/*=== ALL META TEXT CSS ===*/

.meta_text {
    display: block;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--system-primary);
    margin-bottom: 15px;
}

.meta_text a {
    color: var(--system-primary);
}

.meta_text a:hover {
    color: var(--system-secondary);
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .meta_text {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .meta_text {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .meta_text {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 767px) {
    .meta_text {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 5px;
    }
}


/*=== SECTION TITLE CSS ===*/

.section_title {
    margin-bottom: var(--tw-mb);
    padding: 0px 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section_title {
        padding: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section_title {
        padding: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .section_title {
        padding: 0px 30px;
    }
}

@media only screen and (max-width: 479px) {
    .section_title {
        padding: 0px;
    }
}

.section_title span {
    font-size: 14px;
    line-height: 1.1428571429;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section_title span {
        font-size: 12px;
    }
}

@media only screen and (max-width: 767px) {
    .section_title span {
        font-size: 12px;
    }
}

.section_title h2 {
    margin-bottom: 0px;
}


/*==== BACKGROUND SHADE ====*/

.bg-shade {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
    background-color: rgba(31, 47, 82, 0.4);
    display: none;
}


/*==== PRELOADER CSS ====*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.96);
    z-index: 99;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: var(--system-primary);
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #loader {
        width: 120px;
        height: 120px;
    }
}

@media only screen and (max-width: 767px) {
    #loader {
        width: 100px;
        height: 100px;
    }
}

@media only screen and (max-width: 479px) {
    #loader {
        width: 80px;
        height: 80px;
    }
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: var(--system-secondary);
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #5139EE;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*=== FIXED HEADER CSS ===*/

.fixed_nav {
    position: fixed !important;
    background-color: #ffffff !important;
    padding: 20px 0px !important;
    -webkit-animation: header 0.5s linear;
    animation: header 0.5s linear;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.02);
}

@media only screen and (max-width: 767px) {
    .fixed_nav {
        padding: 15px 0px !important;
    }
}

@-webkit-keyframes header {
    0% {
        transform: translateY(-30px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes header {
    0% {
        transform: translateY(-30px);
    }
    100% {
        transform: translateY(0px);
    }
}


/*=== HEADER CSS ===*/

.heading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    padding: 20px 0px;
    z-index: 10;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .heading {
        padding: 15px 0px;
    }
}

@media only screen and (max-width: 767px) {
    .heading {
        padding: 8px 0px;
    }
}

@media only screen and (max-width: 767px) {
    .heading .col-sm-5 {
        max-width: 41.6667%;
    }
}

@media only screen and (max-width: 479px) {
    .heading .col-sm-5 {
        max-width: 48%;
    }
}

@media only screen and (max-width: 767px) {
    .heading .col-sm-7 {
        max-width: 58.3333%;
    }
}

@media only screen and (max-width: 479px) {
    .heading .col-sm-7 {
        max-width: 52%;
    }
}

.heading_logo {
    position: relative;
    z-index: 5;
    display: inline-block;
}

.heading_logo a {
    display: block;
}

.heading_logo a img {
    width: 135px;
    height: auto;
}

@media only screen and (max-width: 479px) {
    .heading_logo a img {
        width: 125px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .heading_main {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .heading_main {
        display: none;
    }
}

.heading_main_menu_list:hover>ul {
    opacity: 1;
    visibility: visible;
    z-index: 9;
    top: 100%;
}

.heading_main_menu_list_links {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: var(--system-secondary);
    padding: 12px 25px;
    text-transform: capitalize;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .heading_main_menu_list_links {
        padding: 10px 15px;
    }
}

.heading_main_menu_list_links i {
    position: relative;
    top: 2px;
}

.heading_main_menu_list ul {
    position: absolute;
    top: 90%;
    left: 0;
    width: 340px;
    background-color: #ffffff;
    padding: 12px 0px;
    transition: all 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    box-shadow: 0 12px 48px 0 rgba(0, 0, 0, 0.08);
    border-radius: 1rem;
}

.heading_main_menu_list ul li {
    display: block;
}

.heading_main_menu_list ul li a {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: var(--system-secondary);
    position: relative;
    left: 0;
    padding: 10px 25px;
    text-align: left;
}

.heading_main_menu_list ul li a:hover {
    background-color: #f4f4f9;
}

.heading_main_menu_list ul li a:hover div:first-child {
    background-color: #ffffff;
}

.heading_main_menu_list ul li a div:first-child {
    max-width: 40px;
    height: 40px;
    flex: 0 0 100%;
    background-color: #f4f4f9;
    border-radius: 10px;
    margin-right: 15px;
    justify-content: center;
    display: flex;
    align-items: center;
    transition: all 0.4s ease-in-out;
}

.heading_main_menu_list ul li a div:last-child {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.heading_main_menu_list ul li a div b {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: var(--system-secondary);
    font-family: "Eudoxus Sans", sans-serif;
    max-width: 100%;
    flex: 0 0 100%;
}

.heading_main_menu_list ul li a div span {
    font-size: 14px;
    line-height: 1.5;
    color: #5B5675;
    max-width: 100%;
    flex: 0 0 100%;
}

@media only screen and (max-width: 479px) {
    .heading_actions a {
        font-size: 14px;
    }
}

.heading_actions a:first-child {
    padding: 15px 20px;
    color: var(--system-primary);
}

@media only screen and (max-width: 479px) {
    .heading_actions a:first-child {
        padding: 10px;
    }
}

.heading_actions a:first-child:hover {
    color: var(--system-secondary);
}

@media only screen and (max-width: 479px) {
    .heading_actions .site_btn {
        padding: 6px 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .heading .text-center {
        text-align: right !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .heading .mobile-menu {
        display: flex;
        align-items: center;
    }
}

@media only screen and (max-width: 767px) {
    .heading .mobile-menu {
        display: flex;
        align-items: center;
    }
}

.heading .mobile-menu-inner {
    display: none;
    margin-right: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .heading .mobile-menu-inner {
        display: flex;
        align-items: center;
    }
}

@media only screen and (max-width: 767px) {
    .heading .mobile-menu-inner {
        display: flex;
        align-items: center;
        margin-right: 10px;
    }
}

.heading .mobile-menu-inner a {
    display: inline-block;
}

.heading .mobile-menu-inner a:hover span {
    background-color: var(--system-primary);
}

.heading .mobile-menu-inner a span {
    display: block;
    width: 30px;
    height: 2px;
    background-color: var(--system-secondary);
    border-radius: 100px;
    transition: all 0.4s ease-in-out;
}

@media only screen and (max-width: 767px) {
    .heading .mobile-menu-inner a span {
        width: 25px;
    }
}

@media only screen and (max-width: 479px) {
    .heading .mobile-menu-inner a span {
        height: 1px;
        width: 20px;
    }
}

.heading .mobile-menu-inner a span:not(:last-child) {
    margin-bottom: 7px;
}

@media only screen and (max-width: 767px) {
    .heading .mobile-menu-inner a span:not(:last-child) {
        margin-bottom: 5px;
    }
}


/*=== MOBILE MENU CSS ===*/

.mobile-menu-content ul li a {
    color: #5B5675;
    transition: all 0.4s ease-in-out;
}

@media only screen and (max-width: 479px) {
    .mobile-menu-content ul li a {
        font-size: 14px !important;
        line-height: 1.5 !important;
    }
}

.mobile-menu-content ul li a:hover {
    color: var(--system-primary);
}

.mobile-menu-content ul li a i {
    color: #5B5675 !important;
}

.mobile-menu-content .submenu-header>a,
.mobile-menu-content .submenu-header>a>i {
    color: var(--system-primary) !important;
}


/*=== LOGINED HEADER CSS ===*/

.logined_heading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 0px;
    border-bottom: 1px solid #F0F1F2;
    z-index: 9;
    background-color: #ffffff;
}

@media only screen and (max-width: 767px) {
    .logined_heading {
        padding: 15px 0px;
    }
}

@media only screen and (max-width: 479px) {
    .logined_heading {
        padding: 12px 0px;
    }
}

.logined_heading .heading_logo {
    bottom: 0;
}

@media only screen and (max-width: 767px) {
    .logined_heading .col-sm-5 {
        max-width: 41.6667%;
    }
}

@media only screen and (max-width: 479px) {
    .logined_heading .col-sm-5 {
        max-width: 48%;
    }
}

@media only screen and (max-width: 767px) {
    .logined_heading .col-sm-7 {
        max-width: 58.3333%;
    }
}

@media only screen and (max-width: 479px) {
    .logined_heading .col-sm-7 {
        max-width: 52%;
    }
}

.logined_heading ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.logined_heading ul li:last-child a {
    padding-right: 0px;
}

.logined_heading ul li a {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    color: var(--system-primary);
    padding: 0px 15px;
}

@media only screen and (max-width: 767px) {
    .logined_heading ul li a {
        padding: 0px 10px;
        font-size: 14px;
        line-height: 1.5;
    }
}

@media only screen and (max-width: 320px) {
    .logined_heading ul li a {
        padding: 0px 5px;
    }
}

.logined_heading ul li a svg path {
    fill: var(--system-primary);
    transition: all 0.4s ease-in-out;
}

.logined_heading ul li a:hover {
    color: var(--system-secondary);
}

.logined_heading ul li a:hover path {
    fill: var(--system-secondary);
}

.logined_heading_user_img {
    --tw-user-width: 45px;
    width: var(--tw-user-width);
    height: var(--tw-user-width);
    display: inline-block;
    margin: auto;
    margin-right: 15px;
    border-radius: 100%;
    background-color: var(--system-primary);
    background-size: cover;
    background-position: center center;
}

@media only screen and (max-width: 479px) {
    .logined_heading_user_img {
        --tw-user-width: 30px;
    }
}

.logined_heading_user_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.logined_heading_user_info {
    color: #5B5675;
}

@media only screen and (max-width: 767px) {
    .logined_heading_user_info {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .logined_heading .mobile-menu {
        display: flex;
        align-items: center;
    }
}

.logined_heading .mobile-menu-inner {
    margin-right: 10px;
    display: none;
}

@media only screen and (max-width: 767px) {
    .logined_heading .mobile-menu-inner {
        display: block;
    }
}

.logined_heading .mobile-menu-inner span {
    display: block;
    width: 30px;
    height: 2px;
    background-color: var(--system-secondary);
    border-radius: 100px;
    transition: all 0.4s ease-in-out;
}

@media only screen and (max-width: 767px) {
    .logined_heading .mobile-menu-inner span {
        width: 25px;
    }
}

@media only screen and (max-width: 479px) {
    .logined_heading .mobile-menu-inner span {
        height: 1px;
        width: 20px;
    }
}

.logined_heading .mobile-menu-inner span:not(:last-child) {
    margin-bottom: 7px;
}

@media only screen and (max-width: 767px) {
    .logined_heading .mobile-menu-inner span:not(:last-child) {
        margin-bottom: 5px;
    }
}

.logined_heading_clearfix {
    min-height: 85px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .logined_heading_clearfix {
        min-height: 82.5px;
    }
}
@media only screen and (max-width: 767px) {
    .logined_heading_clearfix {
        min-height: 68px;
    }
}

@media only screen and (max-width: 479px) {
    .logined_heading_clearfix {
        min-height: 70px;
    }
}


/*=== BREADCRUMB AREA CSS ===*/

.breadcrumb {
    background-color: #F7FAFF;
    background-image: url(../img/breadcrumb-pattern.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    padding-top: var(--tw-pt);
    padding-bottom: var(--tw-pb);
    --tw-pt: 200px;
    --tw-pb: 150px;
}

@media only screen and (min-width: 1581px) {
    .breadcrumb {
        background-size: inherit;
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1580px) {
    .breadcrumb {
        background-size: 90%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .breadcrumb {
        --tw-pt: 170px;
        --tw-pb: 110px;
        background-size: 85%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .breadcrumb {
        --tw-pt: 170px;
        --tw-pb: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb {
        --tw-pt: 130px;
        --tw-pb: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .breadcrumb {
        --tw-pt: 100px;
        --tw-pb: 60px;
        background-size: cover;
    }
}

@media only screen and (max-width: 479px) {
    .breadcrumb {
        --tw-pt: 90px;
        --tw-pb: 50px;
    }
}

.breadcrumb_inner {
    padding: 0px 10px;
}

.breadcrumb_inner span {
    letter-spacing: normal;
    text-transform: initial !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .breadcrumb_inner span {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb_inner span {
        margin-bottom: 5px;
    }
}

.breadcrumb_inner h1 {
    margin-bottom: 0px;
}

.breadcrumb_inner>p {
    font-size: 16px;
    line-height: 1.875;
    margin-top: 25px;
    margin-bottom: 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .breadcrumb_inner>p {
        margin-top: 20px;
        line-height: 26px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb_inner>p {
        margin-top: 15px;
        line-height: 1.6;
    }
}

@media only screen and (max-width: 767px) {
    .breadcrumb_inner>p {
        margin-top: 10px;
        line-height: 1.6;
        padding: 0px 30px;
    }
}

@media only screen and (max-width: 479px) {
    .breadcrumb_inner>p {
        font-size: 14px;
        line-height: 1.5;
    }
}

.breadcrumb_inner>p span {
    display: block;
}

@media only screen and (max-width: 767px) {
    .breadcrumb_inner>p span {
        display: none;
    }
}

.breadcrumb_inner form {
    padding: 0px 160px;
    margin-top: var(--tw-margin);
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .breadcrumb_inner form {
        padding: 0px 200px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .breadcrumb_inner form {
        padding: 0px 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb_inner form {
        padding: 0px 35px;
    }
}

@media only screen and (max-width: 767px) {
    .breadcrumb_inner form {
        padding: 0px 25px;
    }
}

@media only screen and (max-width: 479px) {
    .breadcrumb_inner form {
        padding: 0px;
    }
}

.breadcrumb_inner form .input-control {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.breadcrumb_inner form .input-control-input {
    max-width: 70%;
    flex: 0 0 100%;
    border-radius: 5px;
    padding-top: var(--tw-py);
    padding-bottom: var(--tw-py);
    --tw-py: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .breadcrumb_inner form .input-control-input {
        --tw-py: 17px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb_inner form .input-control-input {
        --tw-py: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .breadcrumb_inner form .input-control-input {
        --tw-py: 13px;
        max-width: 65%;
    }
}

@media only screen and (max-width: 479px) {
    .breadcrumb_inner form .input-control-input {
        --tw-py: 12px;
        max-width: 100%;
    }
}

.breadcrumb_inner form .input-control-input[type=submit] {
    max-width: 28%;
}

@media only screen and (max-width: 767px) {
    .breadcrumb_inner form .input-control-input[type=submit] {
        max-width: 33%;
        padding-top: 14px;
        padding-bottom: 14px;
    }
}

@media only screen and (max-width: 479px) {
    .breadcrumb_inner form .input-control-input[type=submit] {
        margin-top: 10px;
        max-width: 100%;
    }
}

.breadcrumb_inner_reviews {
    margin-top: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .breadcrumb_inner_reviews {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb_inner_reviews {
        margin-top: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .breadcrumb_inner_reviews {
        margin-top: 20px;
    }
}

.breadcrumb_inner_reviews p {
    margin-bottom: 0px;
    color: var(--system-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb_inner_reviews p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .breadcrumb_inner_reviews p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 479px) {
    .breadcrumb_inner_reviews p {
        line-height: 1;
    }
}

.breadcrumb_inner_reviews p span {
    margin-bottom: 0px;
    padding: 0px 10px;
    line-height: initial;
}


/*=== HERO AREA CSS ===*/

.hero_area {
    padding-top: 200px;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero_area {
        padding-top: 160px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero_area {
        padding-top: 130px;
    }
}

@media only screen and (max-width: 767px) {
    .hero_area {
        padding-top: 110px;
    }
}

@media only screen and (max-width: 479px) {
    .hero_area {
        padding-top: 90px;
    }
}

.hero_area::before {
    content: "";
    width: 100%;
    height: 93%;
    background-color: #F7FAFF;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

@media only screen and (max-width: 767px) {
    .hero_area::before {
        height: 91%;
    }
}

.hero_area_content span {
    letter-spacing: normal;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero_area_content span {
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 767px) {
    .hero_area_content span {
        margin-bottom: 5px !important;
    }
}

.hero_area_content h1 {
    margin-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero_area_content h1 {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero_area_content h1 {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .hero_area_content h1 {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 479px) {
    .hero_area_content h1 {
        font-size: 22px;
    }
}

.hero_area_content p {
    font-size: 18px;
    line-height: 1.5555555556;
    margin-bottom: var(--tw-margin);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero_area_content p {
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero_area_content p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .hero_area_content p {
        font-size: 16px;
    }
}

.hero_area_content .site_btn {
    padding: 20px 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero_area_content .site_btn {
        padding: 15px 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero_area_content .site_btn {
        padding: 15px 20px;
    }
}

@media only screen and (max-width: 767px) {
    .hero_area_content .site_btn {
        padding: 15px;
    }
}


/*=== ABOUT AREA CSS ===*/

.abouts_inner {
    padding-left: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .abouts_inner {
        padding-left: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .abouts_inner {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .abouts_inner {
        padding-left: 0px;
    }
}

.abouts_inner h2 {
    margin-bottom: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .abouts_inner h2 {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .abouts_inner h2 {
        margin-bottom: 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .abouts_inner h2 {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .abouts_inner h2 {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 479px) {
    .abouts_inner h2 {
        margin-bottom: 10px;
    }
}

.abouts_inner p {
    margin-bottom: 0px;
}

.abouts_inner_list_item {
    margin-top: var(--tw-margin);
    display: flex;
}

.abouts_inner_list_item_icon {
    max-width: var(--tw-icon-w);
    flex: 0 0 var(--tw-icon-w);
    height: var(--tw-icon-w);
    border-radius: 100%;
    --tw-icon-w: 70px;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .abouts_inner_list_item_icon {
        --tw-icon-w: 60px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .abouts_inner_list_item_icon {
        --tw-icon-w: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .abouts_inner_list_item_icon {
        --tw-icon-w: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .abouts_inner_list_item_icon {
        --tw-icon-w: 50px;
    }
}

@media only screen and (max-width: 479px) {
    .abouts_inner_list_item_icon {
        --tw-icon-w: 45px;
    }
}

.abouts_inner_list_item_icon svg,
.abouts_inner_list_item_icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.abouts_inner_list_item_content {
    padding-left: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .abouts_inner_list_item_content {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .abouts_inner_list_item_content {
        padding-left: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .abouts_inner_list_item_content h4 {
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 479px) {
    .abouts_inner_list_item_content h4 {
        margin-bottom: 5px;
    }
}

.abouts_inner_list_item_content p {
    margin-bottom: 0px;
}

.abouts_inner_img {
    height: 500px;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .abouts_inner_img {
        height: 390px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .abouts_inner_img {
        height: 425px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .abouts_inner_img {
        height: 320px;
    }
}

@media only screen and (max-width: 767px) {
    .abouts_inner_img {
        width: 300px;
        height: 270px;
        margin-top: 30px;
    }
}

.abouts_inner_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}


/*=== FEATURES AREA CSS ===*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .feature .section_title {
        padding: 0px 50px;
    }
}

@media only screen and (max-width: 767px) {
    .feature .col-md-6 {
        width: 100%;
    }
}

.feature .feature_bg_shape,
.feature_slider {
    padding-bottom: 40px;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .feature .feature_bg_shape,
    .feature_slider {
        padding-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature .feature_bg_shape,
    .feature_slider {
        padding-bottom: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .feature .feature_bg_shape,
    .feature_slider {
        padding-bottom: 0;
    }
}

.feature .feature_bg_shape::before,
.feature_slider::before {
    content: "";
    width: 80%;
    height: 220px;
    position: absolute;
    left: 50%;
    bottom: 0px;
    background-color: #EEF8FA;
    transform: translateX(-50%);
    z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .feature .feature_bg_shape::before,
    .feature_slider::before {
        height: 160px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature .feature_bg_shape::before,
    .feature_slider::before {
        height: 120px;
    }
}

@media only screen and (max-width: 767px) {
    .feature .feature_bg_shape::before,
    .feature_slider::before {
        display: none;
    }
}

.feature .feature_bg_shape .owl-item:first-child,
.feature_slider .owl-item:first-child {
    margin-right: 29px !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .feature .feature_bg_shape .owl-item:first-child,
    .feature_slider .owl-item:first-child {
        margin-right: 20px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature .feature_bg_shape .owl-item:first-child,
    .feature_slider .owl-item:first-child {
        margin-right: 20px !important;
    }
}

@media only screen and (max-width: 767px) {
    .feature .feature_bg_shape .owl-item:first-child,
    .feature_slider .owl-item:first-child {
        margin-right: 0px !important;
    }
}

.feature .feature_bg_shape_item,
.feature_slider_item {
    background-color: #ffffff;
    border: 1px solid #F8F7FC;
    padding: 40px;
    padding-bottom: 45px;
    border-radius: 5px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.02);
}

@media only screen and (min-width: 1440px) and (max-width: 1580px) {
    .feature .feature_bg_shape_item,
    .feature_slider_item {
        padding: 35px;
        padding-bottom: 40px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .feature .feature_bg_shape_item,
    .feature_slider_item {
        padding: 30px;
        padding-bottom: 35px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .feature .feature_bg_shape_item,
    .feature_slider_item {
        padding: 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature .feature_bg_shape_item,
    .feature_slider_item {
        padding: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .feature .feature_bg_shape_item,
    .feature_slider_item {
        padding: 20px 40px;
    }
}

@media only screen and (max-width: 479px) {
    .feature .feature_bg_shape_item,
    .feature_slider_item {
        padding-left: 30px;
        padding-right: 20px;
    }
}

.feature .feature_bg_shape_item_icon,
.feature_slider_item_icon {
    width: var(--tw-icon);
    height: var(--tw-icon);
    border-radius: 100%;
    margin-bottom: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .feature .feature_bg_shape_item_icon,
    .feature_slider_item_icon {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .feature .feature_bg_shape_item_icon,
    .feature_slider_item_icon {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature .feature_bg_shape_item_icon,
    .feature_slider_item_icon {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .feature .feature_bg_shape_item_icon,
    .feature_slider_item_icon {
        margin-bottom: 15px;
    }
}

.feature .feature_bg_shape_item_icon svg,
.feature .feature_bg_shape_item_icon img,
.feature_slider_item_icon svg,
.feature_slider_item_icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.feature .feature_bg_shape_item h4,
.feature_slider_item h4 {
    margin-bottom: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .feature .feature_bg_shape_item h4,
    .feature_slider_item h4 {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .feature .feature_bg_shape_item h4,
    .feature_slider_item h4 {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature .feature_bg_shape_item h4,
    .feature_slider_item h4 {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .feature .feature_bg_shape_item h4,
    .feature_slider_item h4 {
        margin-bottom: 10px;
    }
}

.feature .feature_bg_shape_item p,
.feature_slider_item p {
    margin-bottom: 0px;
}

.feature .feature_bg_shape .owl-nav button,
.feature_slider .owl-nav button {
    --tw-b: 40px;
    --tw-p: -7%;
    width: var(--tw-b);
    height: var(--tw-b);
    line-height: var(--tw-b) !important;
    display: inline-block;
    border-radius: 100%;
    font-size: 14px !important;
    color: #989DBB !important;
    border: 1px solid #f2effc !important;
    background-color: #ffffff !important;
    position: absolute;
    top: 50%;
    left: var(--tw-p);
    transform: translateY(-50%);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.03);
    margin-top: -20px;
}

.feature .feature_bg_shape .owl-nav button:hover,
.feature_slider .owl-nav button:hover {
    background-color: var(--system-primary) !important;
    border-color: var(--system-primary) !important;
    color: #ffffff !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature .feature_bg_shape .owl-nav button,
    .feature_slider .owl-nav button {
        --tw-p: -5%;
    }
}

@media only screen and (max-width: 767px) {
    .feature .feature_bg_shape .owl-nav button,
    .feature_slider .owl-nav button {
        --tw-p: -2%;
        margin-top: 0px;
    }
}

@media only screen and (max-width: 479px) {
    .feature .feature_bg_shape .owl-nav button,
    .feature_slider .owl-nav button {
        --tw-b: 30px;
    }
}

.feature .feature_bg_shape .owl-nav button:last-child,
.feature_slider .owl-nav button:last-child {
    left: auto;
    right: var(--tw-p);
}

@media only screen and (min-width: 1581px) {
    .feature_inner {
        padding-right: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .feature_inner {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 479px) {
    .feature_inner {
        margin-bottom: 25px;
    }
}

.feature_inner_img {
    height: var(--tw-height);
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .feature_inner_img {
        width: var(--tw-height);
    }
}

.feature_inner_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .feature_inner_img img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature_inner_img img {
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.feature_inner_icon {
    width: var(--tw-icon);
    height: var(--tw-icon);
    border-radius: 100%;
    margin-bottom: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .feature_inner_icon {
        margin-bottom: 25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .feature_inner_icon {
        margin-bottom: 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature_inner_icon {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .feature_inner_icon {
        margin-bottom: 15px;
    }
}

.feature_inner_icon svg,
.feature_inner_icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.feature_inner h2 {
    margin-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .feature_inner h2 {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature_inner h2 {
        margin-bottom: 12px;
    }
}

@media only screen and (max-width: 767px) {
    .feature_inner h2 {
        margin-bottom: 12px;
    }
}

@media only screen and (max-width: 479px) {
    .feature_inner h2 {
        margin-bottom: 10px;
    }
}

.feature_inner p {
    margin-bottom: 35px;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .feature_inner p {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .feature_inner p {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature_inner p {
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .feature_inner p {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .feature_inner p {
        margin-bottom: 15px;
    }
}

.feature_inner ul li {
    margin-top: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature_inner ul li {
        margin-top: 12px;
    }
}

@media only screen and (max-width: 767px) {
    .feature_inner ul li {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 479px) {
    .feature_inner ul li {
        margin-top: 5px;
    }
}

.feature_inner ul li span {
    width: var(--tw-span);
    height: var(--tw-span);
    line-height: var(--tw-span);
    border-radius: 100%;
    background-color: #ECF8FF;
    display: inline-block;
    text-align: center;
    color: #5139EE;
    font-size: 14px;
    margin-right: 10px;
    --tw-span: 25px;
}

.feature .right-content {
    padding-right: 0px;
    padding-left: 80px;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .feature .right-content {
        padding-left: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .feature .right-content {
        padding-left: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature .right-content {
        padding-left: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .feature .right-content {
        padding-left: 0px;
    }
}


/*=== CALL TO ACTION AREA CSS ===*/

.cta_area .container {
    --tw-py: 70px;
    padding-top: var(--tw-py);
    padding-bottom: var(--tw-py);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    border-radius: 20px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .cta_area .container {
        --tw-py: 60px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cta_area .container {
        --tw-py: 55px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta_area .container {
        --tw-py: 50px;
        border-radius: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .cta_area .container {
        border-radius: 0;
        --tw-py: 40px;
    }
}

.cta_area .container::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta_area .container::before {
        content: "";
    }
}

@media only screen and (max-width: 767px) {
    .cta_area .container::before {
        content: "";
        border-radius: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cta_area_inner {
        padding-right: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta_area_inner {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .cta_area_inner {
        text-align: center;
        padding: 0px 30px;
    }
}

@media only screen and (max-width: 479px) {
    .cta_area_inner {
        padding: 0px 0px;
    }
}

.cta_area_inner h2 {
    color: #ffffff;
    margin-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta_area_inner h2 {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .cta_area_inner h2 {
        margin-bottom: 10px;
    }
}

.cta_area_inner p {
    color: #ffffff;
    margin-bottom: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cta_area_inner p {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta_area_inner p {
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .cta_area_inner p {
        margin-bottom: 20px;
        font-size: 14px;
    }
}

.cta_area_inner .site_btn {
    background-color: #ffffff;
    color: var(--system-primary) !important;
    padding-top: 20px;
    padding-bottom: 20px;
}

.cta_area_inner .site_btn:hover {
    background-color: var(--system-secondary);
    color: #ffffff !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta_area_inner .site_btn {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .cta_area_inner .site_btn {
        padding: 12px 15px;
    }
}


/*=== FEES AREA CSS ===*/

.fees {
    position: relative;
    z-index: 1;
}

.fees::before {
    content: "";
    width: 100%;
    height: 68%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url(https://ticket.aorasoft.com/public/frontend/help_desk/img/fees-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #EEF8FA;
}

.fees .section_title span {
    color: #ffffff;
}

.fees .section_title h2 {
    color: #ffffff;
}

.fees_slider_inner {
    margin-top: -175px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .fees_slider_inner {
        margin-top: -115px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .fees_slider_inner {
        margin-top: -105px;
    }
}

@media only screen and (max-width: 767px) {
    .fees_slider_inner {
        margin-top: -65px;
    }
}

@media only screen and (max-width: 479px) {
    .fees_slider_inner {
        margin-top: -45px;
    }
}

.fees_slider_inner_img {
    width: 100%;
    height: auto;
}

.fees_slider_inner_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
}


/*=== CLIENTS AREA CSS ===*/

@media only screen and (max-width: 767px) {
    .clients .grid-cols-5 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 479px) {
    .clients .grid-cols-5 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.clients_inner {
    margin-bottom: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .clients_inner {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .clients_inner {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .clients_inner {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .clients_inner {
        margin-bottom: 15px;
    }
}

.clients_inner h5 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .clients_inner h5 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .clients_inner h5 {
        font-size: 18px;
    }
}

.clients_slider .clients_item img {
    width: auto !important;
}


/*=== TESTIMONIALS AREA CSS ===*/

.testimonials_slider_item {
    padding: 50px;
    background-color: #f7f8fa;
    border: 1px solid #e9eaf0;
    border-radius: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .testimonials_slider_item {
        padding: 35px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonials_slider_item {
        padding: 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonials_slider_item {
        padding: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .testimonials_slider_item {
        padding: 25px;
    }
}

@media only screen and (max-width: 479px) {
    .testimonials_slider_item {
        padding: 20px;
    }
}

.testimonials_slider_item>h5 {
    font-size: 20px;
    line-height: 1.5;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonials_slider_item>h5 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .testimonials_slider_item>h5 {
        font-size: 18px;
    }
}

.testimonials_slider_item p {
    margin-bottom: 0px;
}

.testimonials_slider_item_user {
    margin-top: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .testimonials_slider_item_user {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonials_slider_item_user {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonials_slider_item_user {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .testimonials_slider_item_user {
        margin-top: 15px;
    }
}

.testimonials_slider_item_user_img {
    width: 45px;
    height: 45px;
    border-radius: 100%;
}

@media only screen and (max-width: 767px) {
    .testimonials_slider_item_user_img {
        width: 40px;
        height: 40px;
    }
}

.testimonials_slider_item_user_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.testimonials_slider_item_user_content {
    padding-left: 20px;
}

@media only screen and (max-width: 767px) {
    .testimonials_slider_item_user_content {
        padding-left: 15px;
    }
}

.testimonials_slider_item_user_content h5 {
    margin-bottom: 5px;
    line-height: 1.2777777778;
}

@media only screen and (max-width: 479px) {
    .testimonials_slider_item_user_content h5 {
        font-size: 14px;
    }
}

.testimonials_slider_item_user_content p {
    font-size: 14px;
    line-height: 1.1428571429;
}

@media only screen and (max-width: 479px) {
    .testimonials_slider_item_user_content p {
        font-size: 12px;
    }
}

.testimonials_slider .owl-dots {
    text-align: center;
    margin-top: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .testimonials_slider .owl-dots {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonials_slider .owl-dots {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonials_slider .owl-dots {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .testimonials_slider .owl-dots {
        margin-top: 15px;
    }
}

.testimonials_slider .owl-dots button {
    width: 10px;
    height: 10px;
    background-color: #e9eaf0;
    display: inline-block;
    margin: 0px 5px;
    border-radius: 100%;
}

.testimonials_slider .owl-dots .active {
    background-color: var(--system-secondary);
}


/*=== FAQ AREA CSS ===*/

.faq {
    --tw-cardsp: 50px;
}

@media only screen and (min-width: 1440px) and (max-width: 1580px) {
    .faq {
        --tw-cardsp: 40px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .faq {
        --tw-cardsp: 25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .faq {
        --tw-cardsp: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .faq {
        --tw-cardsp: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .faq {
        --tw-cardsp: 0px;
    }
}

.faq .row .row {
    margin-bottom: calc(var(--tw-margin) * -1);
}

.faq .row .col-md-6:nth-child(2n+2) .faq_card {
    padding-right: 0px;
    padding-left: var(--tw-cardsp);
}

.faq_card {
    margin-bottom: var(--tw-margin);
    padding-right: var(--tw-cardsp);
    padding-left: 0px;
}

.faq_card h3 {
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .faq_card h3 {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .faq_card h3 {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 479px) {
    .faq_card h3 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .faq_card h3 br {
        display: none;
    }
}

.faq_card p {
    margin-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .faq_card p {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .faq_card p {
        margin-bottom: 10px;
    }
}

.faq_card p:last-child {
    margin-bottom: 0px;
}


/*=== POLICY PAGE CSS ===*/

.policy_title {
    margin-bottom: var(--tw-policy);
}

.policy_title h2 {
    margin-bottom: 0px;
}

@media only screen and (max-width: 320px) {
    .policy_title h2 {
        font-size: 20px;
    }
}

.policy_card {
    margin-bottom: var(--tw-policy);
}

.policy_card:last-child {
    margin-bottom: 0px;
}

.policy_card h4 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .policy_card h4 {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .policy_card h4 {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 479px) {
    .policy_card h4 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 320px) {
    .policy_card h4 {
        font-size: 16px;
    }
}

.policy_card p {
    margin-bottom: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .policy_card p {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .policy_card p {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .policy_card p {
        margin-bottom: 12px;
    }
}

.policy_card p:last-child {
    margin-bottom: 0px;
}

.policy_card ul li {
    line-height: 35px;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .policy_card ul li {
        line-height: 30px;
    }
}

@media only screen and (max-width: 479px) {
    .policy_card ul li {
        line-height: 1.5;
        margin-bottom: 5px;
        align-items: flex-start;
    }
}

.policy_card ul li i {
    font-size: 10px;
    margin-right: 10px;
    color: #5B5675;
}

@media only screen and (max-width: 479px) {
    .policy_card ul li i {
        position: relative;
        top: 5px;
        margin-right: 5px;
    }
}


/*=== TERMS PAGE CSS ===*/

.terms .policy_card p {
    display: flex;
}

.terms .policy_card p b {
    display: block;
    color: var(--system-secondary);
    font-weight: 700;
}

.terms .policy_card p i {
    margin-right: 10px;
    font-size: 10px;
    position: relative;
    top: 7px;
}


/*=== SEARCH POPUP CSS ===*/

.searchbox {
    position: fixed;
    top: 0;
    right: 0px;
    max-width: 500px;
    height: 100%;
    z-index: 19;
    background-color: #ffffff;
    padding: 20px 0px;
    overflow-y: scroll;
    display: none;
    --tw-search-p: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .searchbox {
        --tw-search-p: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .searchbox {
        --tw-search-p: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .searchbox {
        --tw-search-p: 25px;
        padding: 15px 0px;
        max-width: 400px;
    }
}

@media only screen and (max-width: 767px) {
    .searchbox {
        max-width: calc(100% - 70px);
        --tw-search-p: 20px;
        padding: 15px 0px;
    }
}

@media only screen and (max-width: 479px) {
    .searchbox {
        max-width: calc(100% - 40px);
    }
}

.searchbox::-webkit-scrollbar {
    display: none;
}

.searchbox form {
    padding: 0px var(--tw-search-p);
    border-bottom: 1px solid #F0F1F2;
    padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .searchbox form {
        padding-bottom: 10px;
    }
}

.searchbox form .input-control-input {
    border: none;
    background-color: transparent !important;
    padding-left: 25px;
}

.searchbox form .input-control-input[type=submit] {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: auto;
    color: var(--system-primary);
    padding: 10px;
}

.searchbox_title {
    padding: 25px 0px;
    padding-left: var(--tw-search-p);
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .searchbox_title {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .searchbox_title {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .searchbox_title {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .searchbox_title {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.searchbox_title h4 {
    margin-bottom: 0px;
    border-left: 2px solid var(--system-primary);
    padding-left: 20px;
}

@media only screen and (max-width: 767px) {
    .searchbox_title h4 {
        padding-right: 15px;
    }
}

.searchbox_recent {
    border: 1px solid;
    border-color: #F0F1F2;
    border-right: none;
    border-left: none;
}

.searchbox_recent li {
    display: block;
}

.searchbox_recent li a {
    display: block;
    padding: 30px var(--tw-search-p);
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .searchbox_recent li a {
        padding: 25px var(--tw-search-p);
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .searchbox_recent li a {
        padding: 25px var(--tw-search-p);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .searchbox_recent li a {
        padding: 20px var(--tw-search-p);
    }
}

@media only screen and (max-width: 767px) {
    .searchbox_recent li a {
        padding: 15px var(--tw-search-p);
    }
}

.searchbox_recent li a:hover {
    background-color: #F5F7F9;
}

.searchbox_recent li a b {
    display: block;
    font-family: "Eudoxus Sans", sans-serif;
    font-weight: 700;
    color: var(--system-secondary);
    margin-bottom: 15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .searchbox_recent li a b {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .searchbox_recent li a b {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .searchbox_recent li a b {
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 767px) {
    .searchbox_recent li a b {
        margin-bottom: 5px;
    }
}

.searchbox_recent li a span {
    display: block;
    color: #5B5675;
    font-weight: 400;
}

@media only screen and (max-width: 767px) {
    .searchbox_recent li a span {
        font-size: 14px;
        line-height: 1.5;
    }
}


/*=== SEARCH RESULT CSS ===*/

.search_result_inner_items {
    margin-top: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .search_result_inner_items {
        margin-top: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .search_result_inner_items {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .search_result_inner_items {
        margin-top: 30px;
    }
}

.search_result_inner_items_item {
    padding-bottom: 50px;
    margin-bottom: 35px;
    border-bottom: 1px solid #F0F1F2;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .search_result_inner_items_item {
        padding-bottom: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .search_result_inner_items_item {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .search_result_inner_items_item {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 479px) {
    .search_result_inner_items_item {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}

.search_result_inner_items_item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.search_result_inner_items_item h4 {
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .search_result_inner_items_item h4 {
        font-size: 22px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .search_result_inner_items_item h4 {
        font-size: 20px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 479px) {
    .search_result_inner_items_item h4 {
        font-size: 18px;
    }
}

.search_result_inner_items_item p {
    line-height: 1.875;
    margin-bottom: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .search_result_inner_items_item p {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .search_result_inner_items_item p {
        font-size: 14px;
        margin-bottom: 10px;
    }
}

.search_result_inner_items_item b {
    display: block;
    font-size: 14px;
    font-weight: 700;
    font-family: "Eudoxus Sans", sans-serif;
    color: var(--system-secondary);
}

@media only screen and (max-width: 767px) {
    .search_result_inner_items_item b {
        font-weight: 600;
    }
}

.search_result_inner_items_item b span {
    padding: 0px 7px;
}

@media only screen and (max-width: 767px) {
    .search_result_inner_items_item b span {
        padding: 0px 5px;
    }
}

.search .mobile-menu-inner {
    display: none;
}


/*=== PRICE PAGE CSS ===*/

.breadcrumb.pricing {
    background-size: 120%;
}

@media only screen and (min-width: 1440px) and (max-width: 1580px) {
    .breadcrumb.pricing {
        background-size: 160%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .breadcrumb.pricing {
        background-size: 160%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb.pricing {
        background-size: 200%;
    }
}

@media only screen and (max-width: 767px) {
    .breadcrumb.pricing {
        background-size: cover;
    }
}

.pricing_select {
    margin-top: 95px;
    margin-bottom: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .pricing_select {
        margin-top: 70px;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pricing_select {
        margin-top: 60px;
        margin-bottom: 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pricing_select {
        margin-top: 40px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .pricing_select {
        margin-top: 35px;
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 479px) {
    .pricing_select {
        margin-top: 25px;
        margin-bottom: 0px;
    }
}

.pricing_select ul {
    display: inline-block;
    padding: 5px;
    border-radius: 100px;
    background-color: #eae9f0;
}

.pricing_select ul li {
    display: inline-block;
    transition: all 0.4s ease-in-out;
}

.pricing_select ul li a {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: var(--system-secondary);
    padding: 12px 35px;
    border-radius: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pricing_select ul li a {
        padding: 8px 30px;
    }
}

@media only screen and (max-width: 767px) {
    .pricing_select ul li a {
        padding: 7px 25px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 479px) {
    .pricing_select ul li a {
        padding: 5px 20px;
    }
}

.pricing_select ul li a:hover {
    color: var(--system-primary);
}

.pricing_select ul li .active {
    background-color: #ffffff;
    color: var(--system-primary);
}

.pricing_item {
    padding: 40px;
    padding-top: 20px;
    background-color: #ffffff;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .pricing_item {
        padding: 30px;
        padding-top: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pricing_item {
        padding: 30px;
        padding-top: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pricing_item {
        padding: 25px;
        padding-top: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .pricing_item {
        padding: 15px;
        padding-top: 10px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 479px) {
    .pricing_item {
        padding: 15px;
        padding-bottom: 0px;
        margin-top: 25px;
    }
}

.pricing_item_meta {
    margin-top: 15px;
    margin-bottom: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pricing_item_meta {
        margin-top: 10px;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pricing_item_meta {
        margin-top: 10px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .pricing_item_meta {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 479px) {
    .pricing_item_meta {
        margin-top: 5px;
        margin-bottom: 10px;
    }
}

.pricing_item_meta span {
    display: block;
    text-align: center;
    color: #DB942A;
    background-color: #FFFAF3;
    border-radius: 100px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 7px 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pricing_item_meta span {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .pricing_item_meta span {
        font-weight: 500;
    }
}

.pricing_item_head {
    margin-bottom: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .pricing_item_head {
        margin-bottom: 25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pricing_item_head {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pricing_item_head {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .pricing_item_head {
        margin-bottom: 15px;
    }
}

.pricing_item_head h2 {
    margin-bottom: 0px;
}

.pricing_item_head p {
    margin-bottom: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .pricing_item_head p {
        margin-bottom: 25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pricing_item_head p {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pricing_item_head p {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .pricing_item_head p {
        margin-bottom: 15px;
    }
}

.pricing_item_head a {
    display: block;
    text-align: center;
    border-radius: 100px;
}

.pricing_item_des h3 {
    font-size: 48px;
    line-height: 1.3541666667;
    margin-bottom: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .pricing_item_des h3 {
        font-size: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pricing_item_des h3 {
        font-size: 36px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pricing_item_des h3 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .pricing_item_des h3 {
        font-size: 26px;
    }
}

@media only screen and (max-width: 479px) {
    .pricing_item_des h3 {
        font-size: 24px;
    }
}

.pricing_item_des h3 sub {
    font-size: 50%;
    font-family: "THICCCBOI", sans-serif;
    font-weight: 600;
    line-height: 1.0833333333;
    color: #5B5675;
}

.pricing_item_des b {
    font-family: "Eudoxus Sans", sans-serif;
    font-weight: 700;
    color: var(--system-secondary);
}

.pricing_item_des ul {
    padding-left: 20px;
    padding-right: 30px;
    margin-top: 35px;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .pricing_item_des ul {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pricing_item_des ul {
        margin-top: 25px;
        padding-right: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pricing_item_des ul {
        margin-top: 20px;
        padding-left: 15px;
        padding-right: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .pricing_item_des ul {
        padding: 0px;
        margin-top: 15px;
    }
}

.pricing_item_des ul li {
    font-weight: 600;
    position: relative;
    z-index: 1;
    padding-left: 15px;
    color: var(--system-secondary);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pricing_item_des ul li {
        font-weight: 500;
    }
}

@media only screen and (max-width: 767px) {
    .pricing_item_des ul li {
        font-weight: 500;
        line-height: 21px;
    }
}

.pricing_item_des ul li:not(:last-child) {
    margin-bottom: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pricing_item_des ul li:not(:last-child) {
        margin-bottom: 12px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pricing_item_des ul li:not(:last-child) {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .pricing_item_des ul li:not(:last-child) {
        margin-bottom: 5px;
    }
}

.pricing_item_des ul li::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: var(--system-secondary);
    position: absolute;
    top: 10px;
    left: 0;
}

@media only screen and (max-width: 767px) {
    .pricing_item_des ul li::before {
        top: 8px;
    }
}

.pricing .best-sell {
    box-shadow: 20px 10px 20px rgba(0, 0, 0, 0.01);
    margin-top: -80px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pricing .best-sell {
        margin-top: -70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pricing .best-sell {
        margin-top: -65px;
    }
}

@media only screen and (max-width: 479px) {
    .pricing .best-sell {
        margin-top: 0px;
    }
}


/*=== DEVELOPERS PAGE CSS ===*/

@media only screen and (min-width: 1581px) {
    .developer_inner {
        padding-right: 50px;
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1580px) {
    .developer_inner {
        padding-right: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .developer_inner {
        margin-bottom: 20px;
    }
}

.developer_inner h2 {
    margin-bottom: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .developer_inner h2 {
        margin-bottom: 25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .developer_inner h2 {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .developer_inner h2 {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .developer_inner h2 {
        margin-bottom: 15px;
    }
}

.developer_inner p {
    margin-bottom: var(--tw-margin);
}

.developer_inner a:last-child {
    margin-left: 5px;
    color: var(--system-primary) !important;
    background-color: #ECF2FC;
}

.developer_inner a:last-child:hover {
    color: #ffffff !important;
    background-color: var(--system-primary);
}

.developer_img {
    width: 100%;
    height: 100%;
}

.developer_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.developers.feature {
    --tw-feature-margin: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .developers.feature {
        --tw-feature-margin: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .developers.feature {
        --tw-feature-margin: 20px;
    }
}

@media only screen and (max-width: 479px) {
    .developers.feature {
        --tw-feature-margin: 15px;
    }
}

.developers.feature .container {
    position: relative;
    z-index: 1;
}

.developers.feature .container::before {
    content: "";
    width: 65%;
    height: 355px;
    position: absolute;
    background-color: #EEF8FA;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media only screen and (min-width: 1581px) {
    .developers.feature .container::before {
        width: 80%;
    }
}

@media only screen and (max-width: 767px) {
    .developers.feature .container::before {
        display: none;
    }
}

.developers.feature .container .row {
    margin-bottom: calc(var(--tw-feature-margin) * -1);
}

@media only screen and (max-width: 767px) {
    .developers.feature .col-md-6:nth-child(2n+1) {
        padding-right: 8px;
    }
}

@media only screen and (max-width: 479px) {
    .developers.feature .col-md-6:nth-child(2n+1) {
        padding-right: var(--tw-spacing);
    }
}

@media only screen and (max-width: 767px) {
    .developers.feature .col-md-6:nth-child(2n+2) {
        padding-left: 8px;
    }
}

@media only screen and (max-width: 479px) {
    .developers.feature .col-md-6:nth-child(2n+2) {
        padding-left: var(--tw-spacing);
    }
}

@media only screen and (max-width: 767px) {
    .developers.feature .col-md-6 {
        max-width: 50%;
    }
}

@media only screen and (max-width: 479px) {
    .developers.feature .col-md-6 {
        max-width: 100%;
    }
}

.developers.feature .feature_slider_item {
    margin-bottom: var(--tw-feature-margin);
}

@media only screen and (max-width: 767px) {
    .developers.feature .feature_slider_item {
        padding: 15px;
    }
}

@media only screen and (max-width: 479px) {
    .developers.feature .feature_slider_item {
        padding: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .developers.feature .feature_slider_item_icon {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .developers.feature .feature_slider_item h4 {
        font-size: 16px;
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 767px) {
    .developers.feature .feature_slider_item p {
        font-size: 14px;
    }
}


/*=== LOGIN/SIGNUP PAGE CSS ===*/

.reg {
    display: flex;
    flex-wrap: wrap;
    height: 100vh;
}

.reg .heading_logo {
    bottom: 0;
    margin-bottom: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .reg .heading_logo {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .reg .heading_logo {
        margin-bottom: 20px;
    }
}

.reg_left {
    max-width: 40%;
    flex: 0 0 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .reg_left {
        max-width: 50%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .reg_left {
        max-width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .reg_left {
        max-width: 100%;
    }
}

.reg_right {
    max-width: 60%;
    flex: 0 0 100%;
    background-color: var(--system-primary);
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .reg_right {
        max-width: 50%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .reg_right {
        max-width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .reg_right {
        display: none;
    }
}

.reg_right::before,
.reg_right::after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: auto;
    z-index: -1;
}

.reg_right::before {
    background-image: url(https://ticket.aorasoft.com/public/frontend/help_desk/img/login-shape-1.png);
    top: 0;
    right: 0;
    background-position: top right;
}

.reg_right::after {
    background-image: url(https://ticket.aorasoft.com/public/frontend/help_desk/img/login-shape-2.png);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-position: bottom;
}

.reg_inner {
    max-width: 400px;
    flex: 0 0 100%;
    background-color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .reg_inner {
        padding: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .reg_inner {
        max-width: 500px;
        padding: 30px;
    }
}

@media only screen and (max-width: 479px) {
    .reg_inner {
        max-width: 100%;
        padding: 20px;
    }
}

@media only screen and (max-width: 320px) {
    .reg_inner {
        padding: 15px;
    }
}

.reg_inner>p {
    margin-top: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .reg_inner>p {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .reg_inner>p {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .reg_inner>p {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .reg_inner>p {
        margin-top: 15px;
        font-size: 14px;
    }
}

.reg_inner>p a {
    color: var(--system-primary);
}

.reg_inner>p a:hover {
    color: var(--system-secondary);
}

.reg_inner_title {
    margin-bottom: var(--tw-margin);
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .reg_inner_title {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .reg_inner_title {
        margin-bottom: 25px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .reg_inner_title h3 {
        margin-bottom: 5px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .reg_inner_title h3 {
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 767px) {
    .reg_inner_title h3 {
        margin-bottom: 5px;
    }
}

.reg_inner_title p {
    margin-bottom: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .reg_inner_title p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .reg_inner_title p {
        font-size: 14px;
    }
}

.reg_inner_content {
    margin-bottom: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .reg_inner_content {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .reg_inner_content {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .reg_inner_content {
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .reg_inner_content {
        margin-bottom: 20px;
    }
}

.reg_inner_content .site_btn {
    border: 1px solid;
    border-color: #F0F1F2;
    border-radius: 100px;
    background-color: transparent;
    display: block;
    text-align: center;
    color: var(--system-secondary) !important;
    margin-bottom: 20px;
    padding-top: var(--tw-li-p);
    padding-bottom: var(--tw-li-p);
    --tw-li-p: 12px;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .reg_inner_content .site_btn {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .reg_inner_content .site_btn {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .reg_inner_content .site_btn {
        margin-bottom: 15px;
        --tw-li-p: 10px;
    }
}

@media only screen and (max-width: 479px) {
    .reg_inner_content .site_btn {
        font-size: 14px;
        --tw-li-p: 8px;
        margin-bottom: 10px;
    }
}

.reg_inner_content .site_btn:hover {
    border-color: var(--system-primary);
    color: var(--system-primary) !important;
}

.reg_inner_content .site_btn svg {
    margin-right: 15px;
}

.reg_inner_content .relative {
    z-index: 1;
}

.reg_inner_content .relative::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #F0F1F2;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
}

.reg_inner_content .relative p {
    margin-bottom: 0px;
    display: inline-block;
    background-color: #ffffff;
    padding: 0px 20px;
    font-size: 14px;
}

.reg_content_img {
    width: calc(100% - 140px);
    margin: auto;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .reg_content_img {
        width: calc(100% - 100px);
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .reg_content_img {
        width: calc(100% - 80px);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .reg_content_img {
        margin-bottom: 25px;
        width: calc(100% - 40px);
    }
}

.reg_content_img::before {
    content: "";
    width: 240px;
    height: 135px;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../images/dot-shape.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

@media only screen and (min-width: 1581px) {
    .reg_content_img::before {
        top: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .reg_content_img::before {
        width: 120px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .reg_content_img::before {
        width: 120px;
    }
}

.reg_content h2 {
    margin-bottom: 15px;
    color: #ffffff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .reg_content h2 {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .reg_content h2 {
        margin-bottom: 10px;
    }
}

.reg_content h2 span {
    display: block;
}

.reg_content p {
    font-size: 18px;
    font-weight: 500;
    color: #B7BAC7;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .reg_content p {
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .reg_content p {
        font-size: 14px;
    }
}

.reg_content p span {
    display: block;
}


/*--- HELP-DESK AREA CSS ---*/

.help_desk .heading .col-lg-7, .help_desk .heading .mobile-menu-inner {
    display: none;
  }

  @media only screen and (max-width: 479px) {
    .help_desk .heading .col-sm-5 {
      max-width: 48%;
    }
  }
  @media (min-width: 768px){
    .help_desk .heading .col-sm-5 {
        max-width: 40%;
    }
    .help_desk .heading .col-sm-7{
        max-width: 60%;
    }
}
  @media only screen and (max-width: 479px) {
    .help_desk .heading .col-sm-7 {
      max-width: 52%;
    }
  }
  @media only screen and (max-width: 479px) {
    .help_desk .breadcrumb {
      --tw-pb: 30px;
    }
  }
  @media only screen and (max-width: 479px) {
    .help_desk .breadcrumb_inner {
      padding: 0px;
    }
  }
  @media only screen and (min-width: 1581px) {
    .help_desk .breadcrumb_inner h1 {
      font-size: 48px;
    }
  }
  @media only screen and (max-width: 767px) {
    .help_desk .breadcrumb_inner h1 {
      font-size: 26px;
    }
  }
  @media only screen and (max-width: 479px) {
    .help_desk .breadcrumb_inner h1 {
      font-size: 20px;
    }
  }
  .help_desk .section_title {
    padding: 0px 70px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .help_desk .section_title {
      padding: 0px 50px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .help_desk .section_title {
      padding: 0px 0px;
    }
  }
  @media only screen and (max-width: 767px) {
    .help_desk .section_title {
      padding: 0px 0px;
    }
  }
  @media only screen and (max-width: 479px) {
    .help_desk .section_title h2 {
      font-size: 20px;
    }
  }
  .help_desk .cta_area {
    padding-top: 100px;
    padding-bottom: 110px;
    background-position: right bottom;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: var(--tw-container-margin);
    margin-right: var(--tw-container-margin);
  }
  @media only screen and (min-width: 1581px) {
    .help_desk .cta_area {
      --tw-container-margin: 210px;
    }
  }
  @media only screen and (min-width: 1440px) and (max-width: 1580px) {
    .help_desk .cta_area {
      --tw-container-margin: 100px;
    }
  }
  @media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .help_desk .cta_area {
      padding-top: 80px;
      padding-bottom: 90px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .help_desk .cta_area {
      padding: 70px 0px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .help_desk .cta_area {
      padding: 60px 0px;
      background-position: revert;
    }
  }
  @media only screen and (max-width: 767px) {
    .help_desk .cta_area {
      padding: 50px 0px;
      background-position: revert;
    }
  }
  .help_desk .cta_area .container {
    border: none;
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0px;
  }
  .help_desk .cta_area .container::before {
    display: none;
  }
  @media only screen and (max-width: 767px) {
    .help_desk .cta_area_inner {
      padding: 0 0;
    }
  }
  .help_desk .cta_area_inner span {
    font-size: 14px;
    line-height: 1.1428571429;
    margin-bottom: 15px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .help_desk .cta_area_inner span {
      font-size: 12px;
      margin-bottom: 10px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .help_desk .cta_area_inner span {
      font-size: 12px;
      margin-bottom: 5px;
    }
  }
  @media only screen and (max-width: 767px) {
    .help_desk .cta_area_inner span {
      font-size: 12px;
      margin-bottom: 5px;
    }
  }
  .help_desk .cta_area_inner h2 {
    color: var(--system-secondary);
    margin-bottom: 20px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .help_desk .cta_area_inner h2 {
      margin-bottom: 15px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .help_desk .cta_area_inner h2 {
      margin-bottom: 10px;
      font-size: 30px;
    }
  }
  @media only screen and (max-width: 767px) {
    .help_desk .cta_area_inner h2 {
      margin-bottom: 10px;
    }
  }
  .help_desk .cta_area_inner p {
    color: #5B5675;
    padding-right: 110px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .help_desk .cta_area_inner p {
      padding-right: 0px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .help_desk .cta_area_inner p {
      padding-right: 0px;
    }
  }
  @media only screen and (max-width: 767px) {
    .help_desk .cta_area_inner p {
      padding-right: 0px;
    }
  }
  .help_desk .cta_area_inner .site_btn {
    padding: 20px 35px;
    background-color: var(--system-primary);
    color: #ffffff !important;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .help_desk .cta_area_inner .site_btn {
      padding: 17px 30px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .help_desk .cta_area_inner .site_btn {
      padding: 15px 25px;
    }
  }
  @media only screen and (max-width: 767px) {
    .help_desk .cta_area_inner .site_btn {
      padding: 13px 20px;
    }
  }
  .help_desk .cta_area_inner .site_btn:hover {
    background-color: var(--system-secondary);
  }
  @media only screen and (max-width: 767px) {
    .help_desk .feature .col-md-6:nth-child(2n+1) {
      padding-right: 8px;
    }
  }
  @media only screen and (max-width: 479px) {
    .help_desk .feature .col-md-6:nth-child(2n+1) {
      padding-right: var(--tw-spacing);
    }
  }
  @media only screen and (max-width: 767px) {
    .help_desk .feature .col-md-6:nth-child(2n+2) {
      padding-left: 8px;
    }
  }
  @media only screen and (max-width: 479px) {
    .help_desk .feature .col-md-6:nth-child(2n+2) {
      padding-left: var(--tw-spacing);
    }
  }
  @media only screen and (max-width: 767px) {
    .help_desk .feature .col-md-6 {
      max-width: 50%;
    }
  }
  @media only screen and (max-width: 479px) {
    .help_desk .feature .col-md-6 {
      max-width: 100%;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .help_desk .feature .feature_bg_shape {
      margin-bottom: -30px;
      padding-bottom: 0px;
    }
  }
  @media only screen and (max-width: 767px) {
    .help_desk .feature .feature_bg_shape {
      margin-bottom: -20px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .help_desk .feature .feature_bg_shape::before {
      width: 70%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      height: 300px;
    }
  }
  @media only screen and (max-width: 767px) {
    .help_desk .feature .feature_bg_shape::before {
      display: block;
      width: 70%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      height: 200px;
    }
  }
  @media only screen and (max-width: 479px) {
    .help_desk .feature .feature_bg_shape::before {
      display: none;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .help_desk .feature_slider_item {
      margin-bottom: 30px;
    }
  }
  @media only screen and (max-width: 767px) {
    .help_desk .feature_slider_item {
      margin-bottom: 20px;
      padding: 15px;
    }
  }
  @media only screen and (max-width: 479px) {
    .help_desk .feature_slider_item {
      padding: 20px;
    }
  }
  @media only screen and (max-width: 767px) {
    .help_desk .feature_slider_item_icon {
      margin-bottom: 10px;
    }
  }
  @media only screen and (max-width: 767px) {
    .help_desk .feature_slider_item h4 {
      font-size: 16px;
      margin-bottom: 5px;
    }
  }
  @media only screen and (max-width: 767px) {
    .help_desk .feature_slider_item p {
      font-size: 14px;
    }
  }

/*--- HELP-DESK-SINGLE AREA CSS ---*/

.help_desk_single {
    padding-top: 30px;
}

@media only screen and (max-width: 767px) {
    .help_desk_single {
        padding-top: 20px;
    }
}

.help_desk_single_sidebar {
    height: 100%;
}

.help_desk_single_sidebar_inner {
    border-right: 1px solid #F0F1F2;
    height: 100%;
}

@media only screen and (max-width: 767px) {
    .help_desk_single_sidebar_inner {
        border: none;
    }
}

.help_desk_single_sidebar_user {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #F0F1F2;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .help_desk_single_sidebar_user {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}

.help_desk_single_sidebar_user_img {
    max-width: 45px;
    flex: 0 0 100%;
    height: 45px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.text-white {
    color: #ffffff !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .help_desk_single_sidebar_user_img {
        margin-right: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .help_desk_single_sidebar_user_img {
        max-width: 35px;
        height: 35px;
        margin-right: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .help_desk_single_sidebar_user_img {
        max-width: 30px;
        height: 30px;
        margin-right: 10px;
    }
}

.help_desk_single_sidebar_user_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.help_desk_single_sidebar_user_text {
    font-size: 18px;
    font-weight: bold;
    font-family: "Eudoxus Sans", sans-serif;
    color: var(--system-secondary);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .help_desk_single_sidebar_user_text {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .help_desk_single_sidebar_user_text {
        font-size: 16px;
    }
}

.help_desk_single_sidebar_user_search {
    display: inline-block;
    padding: 10px;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    font-size: 16px;
    cursor: pointer;
    color: #5B5675;
    margin-top: -10px;
    transition: all 0.4s ease-in-out;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .help_desk_single_sidebar_user_search {
        right: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .help_desk_single_sidebar_user_search {
        right: 0px;
        margin-top: -5px;
    }
}

.help_desk_single_sidebar_user_search:hover {
    color: var(--system-primary);
}

.help_desk_single_sidebar_menu {
    padding-left: 20px;
}

@media only screen and (max-width: 479px) {
    .help_desk_single_sidebar_menu {
        padding-left: 0px;
    }
}

.help_desk_single_sidebar_menu nav {
    --tw-li-margin: 20px;
}

@media only screen and (max-width: 767px) {
    .help_desk_single_sidebar_menu nav {
        --tw-li-margin: 15px;
    }
}

.help_desk_single_sidebar_menu nav li {
    display: block !important;
    margin-bottom: var(--tw-li-margin);
}

.help_desk_single_sidebar_menu nav li:hover>a,
.help_desk_single_sidebar_menu nav li:hover>span {
    color: var(--system-primary);
}

.help_desk_single_sidebar_menu nav li a,
.help_desk_single_sidebar_menu nav li span {
    font-family: "Eudoxus Sans", sans-serif;
    font-size: 16px;
    display: block;
    font-weight: 700;
    color: var(--system-secondary);
    padding-right: 10px;
    transition: all 0.4s ease-in-out;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .help_desk_single_sidebar_menu nav li a,
    .help_desk_single_sidebar_menu nav li span {
        padding-right: 5px;
    }
}

@media only screen and (max-width: 767px) {
    .help_desk_single_sidebar_menu nav li a,
    .help_desk_single_sidebar_menu nav li span {
        padding-right: 0px;
        font-size: 14px;
        font-weight: 600;
    }
}

.help_desk_single_sidebar_menu nav li ul {
    border: 1px solid;
    border-color: #F0F1F2;
    margin-top: var(--tw-li-margin);
    border-bottom: none;
    border-right: none;
}

.help_desk_single_sidebar_menu nav li ul li:hover a {
    color: var(--system-secondary);
}


/* .help_desk_single_sidebar_menu nav li ul li a,
.help_desk_single_sidebar_menu nav li ul li span {
    font-size: 14px;
} */

.help_desk_single_sidebar_menu nav li ul li a {
    padding: 12px 20px;
}

.help_desk_single_sidebar_menu nav li ul li ul {
    margin-top: 0px;
    padding-left: 20px;
    border: none;
    border-top: 1px solid #F0F1F2;
}

.help_desk_single_sidebar_menu nav li ul li ul li a {
    color: #5B5675;
}

.select_front_menu_active {
    color: var(--system-primary) !important;
}

.help_desk_single_sidebar_menu nav .inner-list ul {
    border: none !important;
    border-left: 1px solid #F0F1F2 !important;
}

.help_desk_single_sidebar_menu nav .inner-list ul li:hover>a {
    color: var(--system-primary) !important;
}

.help_desk_single_sidebar_menu nav .inner-list ul li a {
    font-family: "THICCCBOI", sans-serif;
    font-size: 16px !important;
    color: #5B5675 !important;
    font-weight: 500 !important;
}

.help_desk_single_sidebar_menu nav .inner-list ul li ul {
    border: none !important;
}

.help_desk_single_sidebar_menu nav .inner-list ul li ul li a {
    border-left: 1px solid #F0F1F2;
    background-color: transparent !important;
}

@media only screen and (max-width: 767px) {
    .help_desk_single #mobile-sidebar {
        position: fixed;
        top: 0;
        left: -50%;
        width: calc(100% - 70px);
        height: 100%;
        background-color: #ffffff;
        z-index: 18;
        padding: 15px;
        overflow-y: scroll;
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s ease-in-out;
    }
}

@media only screen and (max-width: 479px) {
    .help_desk_single #mobile-sidebar {
        width: calc(100% - 40px);
    }
}

.help_desk_single .mobile {
    opacity: 1 !important;
    visibility: visible !important;
    left: 0 !important;
}

.help_desk_single_content hr {
    border: none;
    border-top: 1px solid #F0F1F2;
    margin: 40px 0px;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .help_desk_single_content hr {
        margin: 30px 0px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .help_desk_single_content hr {
        margin: 25px 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .help_desk_single_content hr {
        margin: 20px 0px;
    }
}

@media only screen and (max-width: 767px) {
    .help_desk_single_content hr {
        margin: 20px 0px;
    }
}

@media only screen and (max-width: 479px) {
    .help_desk_single_content hr {
        margin: 15px 0px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .help_desk_single_content .mb-\[30px\] {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .help_desk_single_content .mb-\[30px\] {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .help_desk_single_content .mb-\[30px\] {
        margin-bottom: 20px;
    }
}

.help_desk_single_content_meta {
    margin-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .help_desk_single_content_meta {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .help_desk_single_content_meta {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .help_desk_single_content_meta {
        margin-bottom: 15px;
    }
}

.help_desk_single_content_meta p {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
    .help_desk_single_content_meta p {
        line-height: 1.5;
    }
}

.help_desk_single_content_meta p span {
    padding: 0px 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .help_desk_single_content_meta p span {
        padding: 0px 5px;
    }
}

.help_desk_single_content_meta p b {
    color: var(--system-primary);
    font-weight: 500;
}

@media only screen and (min-width: 1440px) {
    .help_desk_single_content_title h3 {
        font-size: 30px;
        line-height: 1;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .help_desk_single_content_title h3 {
        margin-bottom: 5px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .help_desk_single_content_title h3 {
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 767px) {
    .help_desk_single_content_title h3 {
        margin-bottom: 5px;
    }
}

.help_desk_single_content_title p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0px;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .help_desk_single_content .mb-10 {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .help_desk_single_content .mb-10 {
        margin-bottom: 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .help_desk_single_content .mb-10 {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .help_desk_single_content .mb-10 {
        margin-bottom: 20px;
    }
}

.help_desk_single_content_copy {
    background-color: #193e7c;
    padding: 25px 40px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    line-height: 30px;
    --tw-code-span: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .help_desk_single_content_copy {
        padding: 20px 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .help_desk_single_content_copy {
        padding: 20px 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .help_desk_single_content_copy {
        padding: 15px 25px;
    }
}

@media only screen and (max-width: 767px) {
    .help_desk_single_content_copy {
        padding: 10px 15px;
    }
}

.help_desk_single_content_copy .copy-code {
    position: absolute;
    top: 30px;
    right: 30px;
    padding: 0;
    font-size: 16px;
    background-color: transparent;
    border: none;
    color: #ffffff;
    opacity: 0.4;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .help_desk_single_content_copy .copy-code {
        top: 27px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .help_desk_single_content_copy .copy-code {
        top: 27px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .help_desk_single_content_copy .copy-code {
        top: 22px;
        right: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .help_desk_single_content_copy .copy-code {
        top: 17px;
        right: 20px;
        font-size: 14px;
    }
}

.help_desk_single_content_copy .copy-code:hover {
    opacity: 0.7;
}

.help_desk_single_content_copy b {
    font-weight: 500;
    display: block;
    color: #ffffff;
}

.help_desk_single_content_copy>span {
    display: block;
}

.help_desk_single_content_copy span {
    color: #9FAAB5;
    font-size: 14px;
}

.help_desk_single_content_copy span>span {
    margin-right: var(--tw-code-span);
}

.help_desk_single_content_copy code {
    color: #ffffff;
    font-family: "THICCCBOI", sans-serif;
}

.help_desk_single_content_copy .php {
    color: #7FA7F8;
}

.help_desk_single_content_copy .php span:first-child {
    margin-right: var(--tw-code-span);
}

.help_desk_single_content_copy .php span:last-child {
    color: #88E0AA;
}

.help_desk_single_content_code_info {
    background-color: #f4f7f9;
    padding: 20px 25px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    margin-top: 30px;
    margin-bottom: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .help_desk_single_content_code_info {
        margin-top: 25px;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .help_desk_single_content_code_info {
        padding: 15px 20px;
        margin-top: 25px;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .help_desk_single_content_code_info {
        padding: 10px 15px;
        margin-top: 20px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .help_desk_single_content_code_info {
        padding: 10px 15px;
        margin-top: 15px;
        margin-bottom: 10px;
        line-height: 24px;
    }
}

.help_desk_single_content_code_info::before {
    content: "";
    width: 3px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--system-primary);
    border-radius: 15px 0px 0px 15px;
}

.help_desk_single_content_code_info p {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 1.5;
    display: flex;
    align-items: center;
}

.help_desk_single_content_code_info p i {
    margin-right: 20px;
    color: var(--system-primary);
    font-size: 22px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .help_desk_single_content_code_info p i {
        margin-right: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .help_desk_single_content_code_info p i {
        margin-right: 10px;
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .help_desk_single_content_code_info p i {
        margin-right: 10px;
        font-size: 18px;
    }
}

.help_desk_single_content_api>p {
    font-weight: 400;
    margin-bottom: 0px;
}

.help_desk_single_content_api_title {
    margin-bottom: 35px;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .help_desk_single_content_api_title {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .help_desk_single_content_api_title {
        margin-bottom: 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .help_desk_single_content_api_title {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .help_desk_single_content_api_title {
        margin-bottom: 20px;
    }
}

.help_desk_single_content_api_title h4 {
    font-size: 24px;
    display: flex;
    align-items: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .help_desk_single_content_api_title h4 {
        font-size: 22px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .help_desk_single_content_api_title h4 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .help_desk_single_content_api_title h4 {
        font-size: 18px;
        margin-bottom: 5px;
    }
}

.help_desk_single_content_api_title h4 span {
    font-family: "THICCCBOI", sans-serif !important;
    display: inline-block;
    border-radius: 100px;
    background-color: var(--system-primary);
    color: #ffffff;
    font-size: 12px;
    padding: 7px 15px;
    margin-right: 10px;
    cursor: pointer;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .help_desk_single_content_api_title h4 span {
        margin-right: 5px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .help_desk_single_content_api_title h4 span {
        margin-right: 5px;
        padding: 5px 10px;
    }
}

@media only screen and (max-width: 767px) {
    .help_desk_single_content_api_title h4 span {
        margin-right: 5px;
        padding: 5px 10px;
    }
}

@media only screen and (max-width: 479px) {
    .help_desk_single_content_api_title h4 span {
        font-size: 10px;
    }
}

.help_desk_single_content_api_title h4 span i {
    margin-left: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .help_desk_single_content_api_title h4 span i {
        margin-left: 5px;
    }
}

@media only screen and (max-width: 767px) {
    .help_desk_single_content_api_title h4 span i {
        margin-left: 5px;
    }
}

.help_desk_single_content_api_title p {
    font-weight: 400;
    margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
    .help_desk_single_content_api_title p {
        font-size: 14px;
    }
}

.help_desk_single_content_api_url {
    background-color: #f4f7f9;
    padding: 15px 30px;
    border-radius: 5px;
    margin-bottom: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .help_desk_single_content_api_url {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .help_desk_single_content_api_url {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .help_desk_single_content_api_url {
        padding: 10px 20px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .help_desk_single_content_api_url {
        padding: 10px 15px;
        margin-bottom: 10px;
    }
}

.help_desk_single_content_api_url p {
    margin-bottom: 0px;
    color: #9FAAB5;
}

.help_desk_single_content_api_url p b {
    font-weight: 500;
    color: #5B5675;
}

.help_desk_single_content_api_tab {
    margin-top: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .help_desk_single_content_api_tab {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .help_desk_single_content_api_tab {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .help_desk_single_content_api_tab {
        margin-top: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .help_desk_single_content_api_tab {
        margin-top: 20px;
    }
}

.help_desk_single_content_api_tab ul {
    display: inline-block;
    background-color: #ffffff;
    border-radius: 2px;
    border: 1px solid #F0F1F2;
    border-bottom: 0px;
}

.help_desk_single_content_api_tab ul li {
    display: inline-block;
    border-right: 1px solid #F0F1F2;
    margin-left: -4px;
}

.help_desk_single_content_api_tab ul li:last-child {
    border-right: none;
}

.help_desk_single_content_api_tab ul li:first-child {
    margin-left: 0px;
}

.help_desk_single_content_api_tab ul li a {
    display: block;
    padding: 10px 30px;
    font-family: "Eudoxus Sans", sans-serif;
    font-weight: bold;
    color: var(--system-secondary);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .help_desk_single_content_api_tab ul li a {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .help_desk_single_content_api_tab ul li a {
        font-size: 14px;
    }
}

.help_desk_single_content_api_tab ul li a:hover {
    color: var(--system-primary);
}

.help_desk_single_content_api_tab ul .active {
    background-color: #f4f7f9;
}

.help_desk_single_content_api_tab_content {
    padding: 30px;
    border: 1px solid #F0F1F2;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .help_desk_single_content_api_tab_content {
        padding: 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .help_desk_single_content_api_tab_content {
        padding: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .help_desk_single_content_api_tab_content {
        padding: 20px;
    }
}

.help_desk_single_content_api_tab_content_status:not(:last-child) {
    margin-bottom: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .help_desk_single_content_api_tab_content_status:not(:last-child) {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .help_desk_single_content_api_tab_content_status:not(:last-child) {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .help_desk_single_content_api_tab_content_status:not(:last-child) {
        margin-bottom: 15px;
    }
}

.help_desk_single_content_api_tab_content_status p {
    margin-bottom: 15px;
    font-weight: 400;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .help_desk_single_content_api_tab_content_status p {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .help_desk_single_content_api_tab_content_status p {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .help_desk_single_content_api_tab_content_status p {
        font-size: 14px;
        margin-bottom: 8px;
    }
}

.help_desk_single_content_api_tab_content_status_card {
    --tw-card-margin: 20px;
    padding: 15px 20px;
    border: 1px solid #F0F1F2;
    border-radius: 3px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .help_desk_single_content_api_tab_content_status_card {
        --tw-card-margin: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .help_desk_single_content_api_tab_content_status_card {
        --tw-card-margin: 10px;
        padding: 10px 15px;
    }
}

@media only screen and (max-width: 767px) {
    .help_desk_single_content_api_tab_content_status_card {
        --tw-card-margin: 10px;
        padding: 10px;
    }
}

.help_desk_single_content_api_tab_content_status_card p {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 1.5;
}

.help_desk_single_content_api_tab_content_status_card p:not(:last-child) {
    margin-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .help_desk_single_content_api_tab_content_status_card p:not(:last-child) {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .help_desk_single_content_api_tab_content_status_card p:not(:last-child) {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .help_desk_single_content_api_tab_content_status_card p:not(:last-child) {
        margin-bottom: 15px;
    }
}

.help_desk_single_content_api_tab_content_status_card p b {
    color: var(--system-secondary);
    font-weight: 700;
    margin-right: var(--tw-card-margin);
}

.help_desk_single_content_api_tab_content_status_card p span {
    font-family: "THICCCBOI", sans-serif !important;
    display: inline-block;
    border-radius: 100px;
    background-color: var(--system-primary);
    color: #ffffff;
    font-size: 12px;
    padding: 7px 15px;
    margin-right: 10px;
    cursor: pointer;
    font-weight: 500;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .help_desk_single_content_api_tab_content_status_card p span {
        margin-right: 5px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .help_desk_single_content_api_tab_content_status_card p span {
        margin-right: 5px;
        padding: 5px 10px;
    }
}

@media only screen and (max-width: 767px) {
    .help_desk_single_content_api_tab_content_status_card p span {
        margin-right: 5px;
        padding: 5px 10px;
    }
}

@media only screen and (max-width: 479px) {
    .help_desk_single_content_api_tab_content_status_card p span {
        font-size: 10px;
    }
}

.help_desk_single_content_api_tab_content_status_card p span i {
    margin-left: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .help_desk_single_content_api_tab_content_status_card p span i {
        margin-left: 5px;
    }
}

@media only screen and (max-width: 767px) {
    .help_desk_single_content_api_tab_content_status_card p span i {
        margin-left: 5px;
    }
}

.help_desk_single_content_api_tab_content_status_card p span:last-child {
    background-color: #06bda5;
    margin-right: var(--tw-card-margin);
}

.help_desk_single_content_datalog {
    --tw-log-margin: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .help_desk_single_content_datalog {
        --tw-log-margin: 25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .help_desk_single_content_datalog {
        --tw-log-margin: 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .help_desk_single_content_datalog {
        --tw-log-margin: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .help_desk_single_content_datalog {
        --tw-log-margin: 15px;
    }
}

.help_desk_single_content_datalog .help_desk_single_content_title {
    margin-bottom: var(--tw-log-margin);
}

.help_desk_single_content_datalog .help_desk_single_content_title h3 {
    color: #33475B;
}

.help_desk_single_content_datalog_item {
    margin-bottom: var(--tw-log-margin);
}

.help_desk_single_content_datalog_item:last-child {
    margin-bottom: 0px;
}

.help_desk_single_content_datalog_item h4 {
    margin-bottom: 0px;
}

@media only screen and (min-width: 1441px) {
    .help_desk_single_content_datalog_item h4 {
        font-size: 20px;
    }
}

.help_desk_single_content_datalog_item p {
    margin-top: 10px;
    font-weight: 400;
    margin-bottom: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .help_desk_single_content_datalog_item p {
        margin-top: 5px;
    }
}

@media only screen and (max-width: 767px) {
    .help_desk_single_content_datalog_item p {
        font-size: 14px;
        margin-top: 5px;
    }
}

.help_desk_single_content_datalog_item ul {
    margin-top: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .help_desk_single_content_datalog_item ul {
        margin-top: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .help_desk_single_content_datalog_item ul {
        margin-top: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .help_desk_single_content_datalog_item ul {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .help_desk_single_content_datalog_item ul {
        margin-top: 10px;
    }
}

.help_desk_single_content_datalog_item ul li {
    font-weight: 400;
    line-height: 1.5;
    display: flex;
    align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .help_desk_single_content_datalog_item ul li {
        align-items: flex-start;
    }
}

@media only screen and (max-width: 767px) {
    .help_desk_single_content_datalog_item ul li {
        font-size: 14px;
        align-items: flex-start;
    }
}

.help_desk_single_content_datalog_item ul li span {
    display: inline-block;
    max-width: 8px;
    flex: 0 0 100%;
    height: 8px;
    border-radius: 100%;
    background-color: var(--system-primary);
    margin-right: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .help_desk_single_content_datalog_item ul li span {
        margin-right: 10px;
        position: relative;
        top: 7px;
    }
}

@media only screen and (max-width: 767px) {
    .help_desk_single_content_datalog_item ul li span {
        margin-right: 10px;
        position: relative;
        top: 5px;
    }
}

.help_desk_single_content_datalog_faq hr {
    margin-top: 25px;
    margin-bottom: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .help_desk_single_content_datalog_faq hr {
        margin-top: 15px;
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .help_desk_single_content_datalog_faq hr {
        margin-top: 15px;
        margin-bottom: 25px;
    }
}

.help_desk_single_content_actions {
    margin-top: 85px;
    --tw-actions-sp: 10px;
    display: flex;
    align-items: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .help_desk_single_content_actions {
        margin-top: 60px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .help_desk_single_content_actions {
        margin-top: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .help_desk_single_content_actions {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .help_desk_single_content_actions {
        margin-top: 30px;
    }
}

.help_desk_single_content_actions>a {
    display: block;
    max-width: 50%;
    flex: 0 0 100%;
    padding-left: var(--tw-actions-sp);
    padding-right: var(--tw-actions-sp);
}

.help_desk_single_content_actions>a>div {
    border: 1px solid;
    border-color: #F0F1F2;
    padding: 15px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .help_desk_single_content_actions>a>div {
        padding: 10px 15px;
    }
}

@media only screen and (max-width: 767px) {
    .help_desk_single_content_actions>a>div {
        padding: 10px 15px;
    }
}

.help_desk_single_content_actions>a>div:hover i {
    color: var(--system-primary);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .help_desk_single_content_actions>a>div>div {
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
        flex: 0 0 100%;
    }
}

@media only screen and (max-width: 767px) {
    .help_desk_single_content_actions>a>div>div {
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
        flex: 0 0 100%;
    }
}

.help_desk_single_content_actions>a>div span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #5B5675 !important;
    line-height: 1.5;
}

.help_desk_single_content_actions>a>div b {
    display: block;
    color: var(--system-secondary);
    line-height: 1.5;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .help_desk_single_content_actions>a>div b {
        font-size: 14px;
    }
}

@media only screen and (max-width: 479px) {
    .help_desk_single_content_actions>a>div b {
        display: none;
    }
}

.help_desk_single_content_actions>a>div i {
    font-size: 20px;
    color: #5B5675;
    transition: all 0.4s ease-in-out;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .help_desk_single_content_actions>a>div i {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .help_desk_single_content_actions>a>div i {
        font-size: 16px;
    }
}

.help_desk_single_content_user {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #F0F1F2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .help_desk_single_content_user {
        margin-top: 20px;
        padding-top: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .help_desk_single_content_user {
        margin-top: 20px;
        padding-top: 20px;
        flex-wrap: wrap;
    }
}

.help_desk_single_content_user_img {
    max-width: 40px;
    flex: 0 0 100%;
    height: 40px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .help_desk_single_content_user_img {
        max-width: 30px;
        height: 30px;
        margin-right: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .help_desk_single_content_user_img {
        max-width: 30px;
        height: 30px;
        margin-right: 10px;
    }
}

.help_desk_single_content_user_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .help_desk_single_content_user span {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .help_desk_single_content_user span {
        font-size: 14px;
    }
}

.help_desk_single_content_user>div {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .help_desk_single_content_user>div:last-child {
        margin-top: 10px;
    }
}

.help_desk_single_content_user>div:last-child span {
    font-size: 14px;
    margin-right: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .help_desk_single_content_user>div:last-child span {
        display: none;
    }
}

.help_desk_single_content_user ul li {
    display: inline-block;
}

.help_desk_single_content_user ul li a {
    display: block;
    padding: 0px 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .help_desk_single_content_user ul li a svg {
        width: 25px;
        height: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .help_desk_single_content_user ul li a svg {
        width: 25px;
        height: 25px;
    }
}

@media only screen and (max-width: 991px) {
    .help_desk_links {
        margin-top: 30px;
    }
}

.help_desk_links h4 {
    margin-bottom: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .help_desk_links h4 {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .help_desk_links h4 {
        margin-bottom: 15px;
    }
}

.help_desk_links ul li:not(:last-child) {
    margin-bottom: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .help_desk_links ul li:not(:last-child) {
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 991px) {
    .help_desk_links ul li:not(:last-child) {
        margin-bottom: 5px;
    }
}

.help_desk_links ul li a {
    display: block;
    color: var(--system-primary);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .help_desk_links ul li a {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .help_desk_links ul li a {
        font-size: 14px;
    }
}

.help_desk_links ul li a:hover {
    color: #07044B;
}


/*--- KNOWLEDGE AREA CSS ---*/
.knowledge {
    --tw-card-margin: 30px;
  }
  @media only screen and (max-width: 767px) {
    .knowledge {
      --tw-card-margin: 20px;
    }
  }
  .knowledge .row {
    margin-bottom: calc(var(--tw-card-margin) * -1);
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .knowledge .row .mt-12 {
      margin-top: 40px;
    }
  }
  @media only screen and (max-width: 767px) {
    .knowledge .row .mt-12 {
      margin-top: 30px;
    }
  }
  .knowledge_card {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
    margin-top: 30px;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    position: relative;
    top: 0;
    transition: all 0.4s ease-in-out;
  }
  @media only screen and (max-width: 767px) {
    .knowledge_card {
      margin-bottom: 25px;
    }
  }
  .knowledge_card:hover {
    top: -5px;
  }
  .knowledge_card .meta_text {
    font-size: 14px;
    line-height: 1.1428571429;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .knowledge_card .meta_text {
      font-size: 12px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .knowledge_card .meta_text {
      font-size: 12px;
    }
  }
  @media only screen and (max-width: 767px) {
    .knowledge_card .meta_text {
      font-size: 12px;
    }
  }
  .knowledge_card_title {
    margin-bottom: 25px;
    border-bottom: 1px solid #F0F1F2;
    min-height: 300px;
    display: flex;
    align-items: center;
    margin: 0;
    justify-content: center;
    background: rgb(0, 180, 222);
    background: linear-gradient(322deg, rgb(0, 222, 191) 0%, rgb(45, 253, 146) 100%);
  }
  @media only screen and (min-width: 1440px) and (max-width: 1580px) {
    .knowledge_card_title {
      min-height: 270px;
    }
  }
  @media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .knowledge_card_title {
      min-height: 250px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .knowledge_card_title {
      min-height: 250px;
    }
  }
  @media only screen and (max-width: 479px) {
    .knowledge_card_title {
      min-height: 260px;
    }
  }
  .knowledge_card_title p {
    margin-top: 15px;
    margin-bottom: 0px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .knowledge_card_title p {
      font-size: 14px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .knowledge_card_title p {
      font-size: 14px;
    }
  }
  @media only screen and (max-width: 767px) {
    .knowledge_card_title p {
      font-size: 14px;
    }
  }
  .knowledge_card_logo {
    --logo: 150px;
    width: var(--logo);
    height: var(--logo);
    margin: auto;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .knowledge_card_logo {
      --logo: 130px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .knowledge_card_logo {
      --logo: 120px;
    }
  }
  @media only screen and (max-width: 479px) {
    .knowledge_card_logo {
      --logo: 120px;
    }
  }
  .knowledge_card_logo img {
    width: 100px;
    height: auto;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .knowledge_card_logo img {
      width: 80px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .knowledge_card_logo img {
      width: 70px;
    }
  }
  @media only screen and (max-width: 479px) {
    .knowledge_card_logo img {
      width: 70px;
    }
  }
  .knowledge_card_inner {
    padding: 25px;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .knowledge_card_inner {
      padding: 20px;
    }
  }
  .knowledge_card ul li {
    font-size: 14px;
    line-height: 1.5;
    color: var(--system-secondary);
    display: flex;
    align-items: center;
  }
  .knowledge_card ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  .knowledge_card ul li span {
    --tw-card-height: 18px;
    display: inline-block;
    width: var(--tw-card-height);
    height: var(--tw-card-height);
    line-height: var(--tw-card-height);
    background-color: rgba(106, 53, 254, 0.1);
    text-align: center;
    border-radius: 100%;
    font-size: 10px;
    color: var(--system-primary);
    margin-right: 10px;
  }
  .knowledge_card .site_btn {
    display: block;
    width: 100%;
    margin-top: 40px;
    text-transform: capitalize;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .knowledge_card .site_btn {
      margin-top: 35px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .knowledge_card .site_btn {
      margin-top: 30px;
    }
  }
  @media only screen and (max-width: 767px) {
    .knowledge_card .site_btn {
      margin-top: 25px;
    }
  }

  .docs .knowledge_card {
    padding: 30px;
  }
  @media only screen and (min-width: 1440px) and (max-width: 1580px) {
    .docs .knowledge_card {
      padding: 25px;
    }
  }
  @media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .docs .knowledge_card {
      padding: 25px;
    }
  }
  @media only screen and (min-width: 1440px) and (max-width: 1580px) {
    .docs .knowledge_card_logo {
      flex-wrap: wrap;
    }
  }
  @media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .docs .knowledge_card_logo {
      flex-wrap: wrap;
    }
  }
  @media only screen and (min-width: 1440px) and (max-width: 1580px) {
    .docs .knowledge_card_logo img {
      margin-bottom: 15px;
    }
  }
  @media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .docs .knowledge_card_logo img {
      margin-bottom: 15px;
    }
  }

/*--- HELP-DESK FOOTER CSS ---*/

.help_desk_footer {
    padding-bottom: calc(var(--tw-sp) - 50px);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .help_desk_footer {
        padding-bottom: calc(var(--tw-sp) - 20px);
    }
}

@media only screen and (max-width: 767px) {
    .help_desk_footer {
        padding-bottom: calc(var(--tw-sp) - 30px);
    }
}

@media only screen and (max-width: 767px) {
    .help_desk_footer .text-right {
        text-align: left !important;
    }
}

.help_desk_footer_item{
    gap: 16px;
}

.help_desk_footer_item h5 {
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 1.5;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .help_desk_footer_item h5 {
        font-size: 18px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .help_desk_footer_item h5 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .help_desk_footer_item h5 {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

.help_desk_footer_item ul li {
    display: inline-block;
}

.help_desk_footer_item ul li:not(:first-child) {
    margin-left: var(--tw-margin);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .help_desk_footer_item ul li:not(:first-child) {
        margin-left: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .help_desk_footer_item ul li:not(:first-child) {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .help_desk_footer_item ul li:not(:first-child) {
        margin-left: 20px;
    }
}

.help_desk_footer_item ul li a {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-family: "Eudoxus Sans", sans-serif;
    font-weight: 700;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .help_desk_footer_item ul li a {
        font-size: 18px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .help_desk_footer_item ul li a {
        font-size: 18px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .help_desk_footer_item ul li a {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .help_desk_footer_item ul li a {
        font-size: 16px;
    }
}

@media only screen and (max-width: 479px) {
    .help_desk_footer_item ul li a {
        font-size: 14px;
    }
}

.help_desk_footer_item ul li a svg {
    margin-right: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .help_desk_footer_item ul li a svg {
        width: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .help_desk_footer_item ul li a svg {
        width: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .help_desk_footer_item_social {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 479px) {
    .help_desk_footer_item_social {
        margin-top: 5px;
    }
}

.help_desk_footer_item_social li:not(:first-child) {
    margin-left: 5px !important;
}

@media only screen and (max-width: 767px) {
    .help_desk_footer_item_social li:not(:first-child) {
        margin-left: 0px !important;
    }
}

.help_desk_footer_item_social li a {
    padding: 0px 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .help_desk_footer_item_social li a {
        padding: 0px 5px;
    }
}

@media only screen and (max-width: 767px) {
    .help_desk_footer_item_social li a {
        font-size: 16px;
    }
}

.help_desk_footer_copyright {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #F0F1F2;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .help_desk_footer_copyright {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .help_desk_footer_copyright {
        margin-top: 30px;
        padding-top: 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .help_desk_footer_copyright {
        padding-top: 20px;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .help_desk_footer_copyright {
        margin-top: 20px;
        padding-top: 20px;
    }
}

.help_desk_footer_copyright p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
}

.help_desk_footer_copyright p span,
.help_desk_footer_copyright p a {
    color: var(--system-primary);
}

.help_desk_footer_copyright p a:hover {
    color: var(--system-secondary);
}


/*==== PRODUCTS CONFIG ====*/

.products-2 {
    --tw-fh: 300px;
}

@media only screen and (max-width: 767px) {
    .products-2 {
        --tw-fh: 200px;
    }
}

@media only screen and (max-width: 479px) {
    .products-2 {
        --tw-fh: 150px;
    }
}

.products-2 .feature_inner_img {
    height: var(--tw-fh);
}

@media only screen and (max-width: 767px) {
    .products-2 .feature_inner_img {
        width: 100%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .products-2 .feature_inner_img img {
        -o-object-fit: contain;
        object-fit: contain;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .products-2 .feature_inner_img img {
        -o-object-fit: contain;
        object-fit: contain;
    }
}

.products-2 .feature_inner.right-content {
    padding-left: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .products-2 .feature_inner.right-content {
        padding-left: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .products-2 .feature_inner.right-content {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .products-2 .feature_inner.right-content {
        padding-left: 0px;
    }
}

.products-2 .right-content.\!pr-\[20px\] {
    padding-right: 0px !important;
}

.fees-bradcrumb {
    padding-bottom: 250px;
    background-size: 105%;
}

@media only screen and (min-width: 1440px) and (max-width: 1580px) {
    .fees-bradcrumb {
        background-size: 140%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .fees-bradcrumb {
        background-size: 155%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .fees-bradcrumb {
        padding-bottom: 190px;
        background-size: 160%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .fees-bradcrumb {
        padding-bottom: 160px;
        background-size: 175%;
    }
}

@media only screen and (max-width: 767px) {
    .fees-bradcrumb {
        padding-bottom: 110px;
        background-size: cover;
    }
}

@media only screen and (max-width: 479px) {
    .fees-bradcrumb {
        padding-bottom: 90px;
    }
}

.fees-bradcrumb .breadcrumb_inner {
    padding: 0px 40px;
}

@media only screen and (max-width: 767px) {
    .fees-bradcrumb .breadcrumb_inner {
        padding: 0px 30px;
    }
}

@media only screen and (max-width: 479px) {
    .fees-bradcrumb .breadcrumb_inner {
        padding: 0px 0px;
    }
}

@media only screen and (min-width: 1581px) {
    .shelid {
        --tw-featrue-img: 30px;
        --tw-featrue-inner: 50px;
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1580px) {
    .shelid {
        --tw-featrue-inner: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .shelid {
        --tw-featrue-inner: 40px;
    }
}

@media only screen and (max-width: 479px) {
    .shelid .section_title h2 {
        font-size: 20px;
    }
}

.shelid .feature_inner {
    padding-right: var(--tw-featrue-inner);
}

.shelid .feature_inner_img {
    height: auto;
    padding-left: var(--tw-featrue-img);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .shelid .feature_inner h2 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .shelid .feature_inner h2 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 479px) {
    .shelid .feature_inner h2 {
        font-size: 20px;
    }
}

.shelid .feature_inner p {
    margin-bottom: 0px !important;
}

.shelid .feature-right-content .feature_inner_img {
    padding-left: 0px;
    padding-right: var(--tw-featrue-img);
}

.shelid .feature-right-content .feature_inner {
    padding-right: 0px;
}

.shelid .feature-right-content .feature_inner p {
    padding-right: var(--tw-featrue-inner);
}


/* == DOC PAGES == */

.doc_title {
    margin-bottom: 35px;
    padding-bottom: 25px;
    border-bottom: 1px solid #F0F1F2;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .doc_title {
        margin-bottom: 30px;
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .doc_title {
        margin-bottom: 25px;
        padding-bottom: 15px;
    }
}

.doc_title h3 {
    margin-bottom: 0px;
}

@media only screen and (min-width: 1440px) {
    .doc_title h3 {
        font-size: 30px;
        line-height: 1;
    }
}

.doc_info {
    font-size: 15px;
    line-height: 1.7857142857;
}

@media only screen and (max-width: 767px) {
    .doc_info {
        font-size: 14px;
    }
}

.doc_info:not(:last-child) {
    margin-bottom: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .doc_info:not(:last-child) {
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .doc_info:not(:last-child) {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .doc_info:not(:last-child) {
        margin-bottom: 25px;
    }
}

.doc_info_main {
    background-color: #f4f7f9;
    padding: 30px;
    margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .doc_info_main {
        padding: 20px;
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .doc_info_main {
        padding: 20px;
        margin-bottom: 20px;
    }
}

.doc_info_main li {
    color: #5B5675;
}

.doc_info_main li:not(:last-child) {
    margin-bottom: 5px;
}

.doc_info_main li strong {
    color: var(--system-secondary);
    font-weight: 600;
}

.doc_info_main li a {
    color: var(--system-primary);
}

.doc_info_main li a:hover {
    color: var(--system-secondary);
}

.doc_info_inner:not(:last-child) {
    margin-bottom: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .doc_info_inner:not(:last-child) {
        margin-top: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .doc_info_inner:not(:last-child) {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .doc_info_inner:not(:last-child) {
        margin-bottom: 25px;
    }
}

.doc_info_inner p:not(:last-child) {
    margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
    .doc_info_inner p:not(:last-child) {
        margin-bottom: 15px;
    }
}

.doc_info_inner p strong {
    color: var(--system-secondary);
}

.doc_info_inner p a {
    color: var(--system-primary);
}

.doc_info_inner p a:hover {
    color: var(--system-secondary);
}

.doc_info_inner h5 {
    margin-bottom: 25px;
    font-weight: 600;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .doc_info_inner h5 {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .doc_info_inner h5 {
        margin-bottom: 15px;
    }
}

.doc_info_inner ol {
    padding-left: 2.5rem;
    list-style: decimal;
}

.doc_info_inner ol li:not(:last-child) {
    margin-bottom: 5px;
}

.doc_info_inner ol li a {
    color: var(--system-primary);
}

.doc_info_inner ol li a:hover {
    color: var(--system-secondary);
}

.doc_info_inner .help_desk_single_content_copy code {
    color: #9FAAB5;
}

.doc_info_inner #img {
    margin-top: 40px;
    height: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .doc_info_inner #img {
        margin-top: 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .doc_info_inner #img {
        margin-top: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .doc_info_inner #img {
        margin-top: 20px;
    }
}

.doc_info_inner #img img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}


/*=== FOOTER CSS ===*/

.footer {
    background-color: #111321;
    padding-top: var(--tw-pt);
    padding-bottom: var(--tw-pb);
    --tw-pt: 100px;
    --tw-pb: 80px;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .footer {
        --tw-pb: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer {
        --tw-pt: 80px;
        --tw-pb: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer {
        --tw-pt: 70px;
        --tw-pb: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .footer {
        --tw-pt: 50px;
        --tw-pb: 30px;
    }
}

@media only screen and (max-width: 479px) {
    .footer {
        padding-top: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .footer .col-md-6 {
        max-width: 50%;
    }
}

@media only screen and (max-width: 479px) {
    .footer .col-md-6 {
        max-width: 100%;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 479px) {
    .footer .col-md-6:last-child {
        margin-bottom: 0px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer .col-md-6:nth-child(1),
    .footer .col-md-6:nth-child(2) {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer .col-md-6:nth-child(1),
    .footer .col-md-6:nth-child(2) {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .footer .col-md-6:nth-child(1),
    .footer .col-md-6:nth-child(2) {
        margin-bottom: 20px;
    }
}

.footer_item h6 {
    color: #ffffff;
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer_item h6 {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .footer_item h6 {
        margin-bottom: 10px;
    }
}

.footer_item ul li {
    display: block;
}

.footer_item ul li a {
    font-family: "DM Sans", sans-serif;
    display: inline-block;
    font-size: 14px;
    line-height: 2.5;
    color: #939BAF;
    position: relative;
    left: 0;
    transition: all 0.4s ease-in-out;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer_item ul li a {
        display: block;
        line-height: 2.1428571429;
    }
}

@media only screen and (max-width: 767px) {
    .footer_item ul li a {
        display: block;
        line-height: 2;
    }
}

.footer_item ul li a:hover {
    color: var(--system-primary);
    left: 3px;
}

.footer_item p {
    font-size: 14px;
    line-height: 1.5;
    color: #939BAF;
    margin-bottom: var(--tw-pb);
    --tw-pb: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer_item p {
        --tw-pb: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .footer_item p {
        --tw-pb: 20px;
    }
}

.footer_item .input-control {
    margin-top: 0px;
}

.footer_item .input-control-input {
    border-radius: 5px;
    width: 67%;
    margin-right: 1%;
    line-height: 23px;
}

@media only screen and (min-width: 1440px) and (max-width: 1580px) {
    .footer_item .input-control-input {
        width: 64%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .footer_item .input-control-input {
        width: 58%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer_item .input-control-input {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer_item .input-control-input {
        line-height: 23px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        margin: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .footer_item .input-control-input {
        line-height: 23px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        margin: 0px;
    }
}

.footer_item .input-control .site_btn {
    padding-left: var(--tw-px);
    padding-right: var(--tw-px);
    line-height: 25px;
    --tw-px: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer_item .input-control .site_btn {
        width: 100%;
        margin-top: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer_item .input-control .site_btn {
        font-size: 14px;
        line-height: 20px;
        width: 100%;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .footer_item .input-control .site_btn {
        font-size: 14px;
        line-height: 20px;
        width: 100%;
        margin-top: 10px;
    }
}

.footer_copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    margin-top: calc(var(--tw-pt) - 20px);
    padding-top: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer_copyright {
        padding-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .footer_copyright {
        padding-top: 25px;
    }
}

.footer_copyright p {
    margin: 0px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    color: #939BAF;
}

@media only screen and (max-width: 479px) {
    .footer_copyright p {
        font-size: 14px;
    }
}

.footer_copyright p span {
    color: #ffffff;
}

.footer_copyright p a {
    color: #ffffff;
}

.footer_copyright p a:hover {
    color: var(--system-primary);
}

.activeMenuStyle {
    background-color: #F6F7FC;
}

nav.mainNav ul li li {
    margin-bottom: 0px;
}

.selected ul {
    display: none;
}


/*==== profile start ====*/

.profile {
    padding: 50px;
    padding-top: 0px !important;
    margin-top: 100px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    border: 1px solid #F0F1F2;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .profile {
        padding: 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .profile {
        margin-top: 60px;
        padding: 35px;
    }
}

@media only screen and (max-width: 767px) {
    .profile {
        margin-top: 50px;
        padding: 30px;
    }
}

@media only screen and (max-width: 479px) {
    .profile {
        padding: 20px;
    }
}

.profile-img {
    --doc-profile: 120px;
    width: var(--doc-profile);
    height: var(--doc-profile);
    border-radius: 100%;
    overflow: hidden;
    margin: auto;
    margin-bottom: 30px;
    margin-top: calc(var(--doc-profile) / -2);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .profile-img {
        --doc-profile: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .profile-img {
        --doc-profile: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .profile-img {
        --doc-profile: 80px;
    }
}

@media only screen and (max-width: 479px) {
    .profile-img {
        --doc-profile: 70px;
        margin-bottom: 15px;
    }
}

.profile-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.profile-info {
    margin-bottom: 30px;
}

.profile-info-item {
    text-align: center;
}

.profile-info-item:not(:last-child) {
    margin-bottom: 20px;
}

.profile-info-item p {
    border-bottom: 1px solid #F0F1F2;
    padding: 5px 0px;
    color: var(--system-secondary);
    display: inline-block;
    width: 70%;
    margin-bottom: 5px;
    font-size: 18px;
}

@media only screen and (max-width: 767px) {
    .profile-info-item p {
        font-size: 16px;
    }
}

.profile .input-control.mt {
    margin-top: 45px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .profile .input-control.mt {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .profile .input-control.mt {
        margin-top: 20px;
    }
}


/*==== profile end ====*/

.help_desk_links ul li a {
    display: block;
    color: #5B5675;
    border-left: 2px solid transparent;
    padding-left: 10px;
}

.help_desk_links ul li a.active {
    color: var(--system-secondary);
    border-color: var(--system-secondary);
}

.help_desk_links_card {
    border: 1px solid var(--system-primary);
    padding: 10px;
    border-radius: 5px;
    display: block;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .help_desk_links_card {
        margin-bottom: 20px;
    }
}

.help_desk_links_card:hover {
    background-color: rgba(106, 53, 254, 0.1);
}

.help_desk_links_card #img {
    width: 100%;
    height: 150px;
}

.help_desk_links_card #img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.f-18 {
    font-size: 18px !important;
}

.heading .login {
    display: inline-block;
}

.heading .login:hover ul {
    opacity: 1;
    visibility: visible;
}

.heading .login>ul {
    position: absolute;
    top: 100%;
    right: 0px;
    z-index: 9;
    text-align: left;
    width: 100%;
    min-width: 142px;
    background-color: #ffffff;
    display: block !important;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    border: 1px solid #F0F1F2;
    transition: all 0.3s ease-in-out;
    margin-top: 15px;
}

.heading .login>ul::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: -8px;
    right: 12px;
    transform: rotate(45deg);
    border-bottom: 0;
    border-right: 0;
    z-index: -1;
    background-color: #ffffff;
    border: 1px solid #F0F1F2;
    border-bottom-color: transparent;
    border-right-color: transparent;
}

.heading .login>ul li {
    display: block;
    margin: 0;
    padding: 0;
}

.heading .login>ul li a {
    display: block;
    border-bottom: 1px solid #F0F1F2;
    color: #5B5675;
    font-size: 14px;
    padding: 10px 15px !important;
    font-weight: 500;
}

.heading .login>ul li a:hover {
    color: var(--system-primary);
}

body.help_desk {
    display: flex;
    flex-direction: column;
}


/* footer.help_desk_footer {
        flex: 1 1 0;
        display: flex;
        align-items: flex-end;
    } */

.logined_heading_clearfix {
    display: block;
}

.custom_body {
    background-color: #fafafa;
    padding-top: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    flex: 1 1 0;
}

.custom_body .help_desk_single_sidebar_inner {
    border-right: none;
}

@media only screen and (min-width: 1581px) {
    .container {
        max-width: 1550px;
    }
}

.custom_body .left {
    padding-right: 0;
    max-width: 300px;
    padding-top: 30px;
    border-right: 1px solid rgba(0, 0, 0, 0.06)
}

.custom_body .main {
    max-width: calc(100% - 550px);
    background-color: white;
    padding: 30px 55px;
}

.custom_body .right {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 0;
    max-width: 250px;
    border-left: 1px solid rgba(0, 0, 0, 0.06)
}

.custom_body~footer {
    padding-top: 30px;
}

.custom_body~footer .help_desk_footer_copyright {
    margin-top: 30px;
}

.custom_body~footer>.container {
    padding-left: 246px;
    padding-right: 190px;
    max-width: 1440px;
}

.custom_body~footer .site_btn {
    white-space: nowrap;
}

.custom_body~footer h2 {
    font-size: 30px;
}

.custom-font-title {
    font-size: 3rem;
    font-weight: 300;
    color: #43484d;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.main iframe {
    width: 100% !important;
    min-height: 475px !important;
}

.main pre {
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-variant-alternates: normal;
    font-kerning: auto;
    font-optical-sizing: auto;
    font-feature-settings: normal;
    font-variation-settings: normal;
    font-stretch: normal;
    font-size: 11px;
    line-height: 19px;
    font-family: Monaco, &quot;Courier New&quot;, &quot;DejaVu Sans Mono&quot;, &quot;Bitstream Vera Sans Mono&quot;, monospace;
    margin-bottom: 20px;
    white-space: pre-wrap;
    background-image: linear-gradient(whitesmoke 50%, rgb(230, 230, 230) 50%);
    background-size: 38px 38px;
    border-color: rgb(212, 212, 212);
    overflow: visible hidden;
    padding: 0px 0px 0px 4px;
}

.syntaxhighlighter {
    width: 100% !important;
}

.mobile-icon {
    padding: 10px;
    margin-left: -10px;
    display: none;
    color: var(--system-secondary);
    font-size: 20px;
    position: relative;
    top: 3px;
    margin-right: 12px;
}

@media only screen and (min-width: 1200px) and (max-width: 1366px) {
    .custom_body~footer h2 {
        font-size: 28px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .custom_body~footer>.container {
        padding-left: var(--tw-spacing);
        padding-right: var(--tw-spacing);
    }
    .custom_body .left {
        max-width: 250px;
    }
    .custom_body .right {
        max-width: 200px;
    }
    .help_desk_links_card #img {
        height: 120px;
    }
    .custom-font-title {
        font-size: 36px;
    }
    .custom_body .main {
        max-width: calc(100% - 450px);
        padding: 20px 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .custom_body~footer>.container {
        padding-left: var(--tw-spacing);
        padding-right: var(--tw-spacing);
    }
    .helpDesk .container,
    .custom_body .container {
        max-width: 100%;
    }
    .custom-font-title {
        font-size: 34px;
    }
    .custom_body .right {
        max-width: 200px;
        padding-right: var(--tw-spacing);
        padding-right: var(--tw-spacing);
    }
    .custom_body .main {
        max-width: calc(100% - 200px);
        padding: 25px;
    }
    .heading .login>ul {
        min-width: 100%;
        width: max-content;
    }
    .help_desk_links_card #img {
        height: 100px;
    }
    .custom_body~footer h2 {
        font-size: 20px;
    }
    .mr-10 {
        margin-right: 25px;
    }
}

@media only screen and (max-width: 991px) {
    .custom_body {
        position: relative;
    }
    .custom_body .left {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 21;
        background-color: #ffffff;
        display: none;
        height: 100% !important;
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
        padding-right: var(--tw-spacing);
    }
    .mobile-icon {
        display: inline-block;
    }
    .help_desk_links {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .custom_body .main {
        max-width: 100%;
        padding: 25px;
    }
    .custom_body .left {
        padding: 20px var(--tw-spacing);
    }
    .custom_body .right {
        width: 100%;
        max-width: 100%;
        padding: 0px var(--tw-spacing);
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .custom_body~footer>.container {
        padding: 0px var(--tw-spacing);
    }
    .custom_body .h-full {
        height: auto !important;
    }
    .help_desk_links_card {
        display: inline-block;
    }
    .help_desk_links_card #img {
        width: 170px;
        height: 110px;
    }
    .custom_body~footer h2 {
        font-size: 20px;
    }
    .heading .login>ul {
        right: 0;
        left: auto;
    }
    .heading .login>ul::before {
        right: 28px;
        left: auto;
    }
    .mr-10 {
        margin-right: 15px;
    }
    .custom-font-title {
        font-size: 34px;
    }
    .help_desk_footer_item {
        justify-content: space-between;
    }
    .custom_body .left {
        height: 100% !important;
    }
}

.breadcrumb_inner .suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #ffffff;
    width: 100%;
    max-width: 70%;
    text-align: left;
    padding: 10px 0px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.03);
    border: 1px solid #F0F1F2;
    border-top: none;
    display: none;
  }
  @media only screen and (max-width: 767px) {
    .breadcrumb_inner .suggestions {
      max-width: 65%;
    }
  }
  @media only screen and (max-width: 479px) {
    .breadcrumb_inner .suggestions {
      max-width: 100%;
      top: 44px;
    }
  }
  .breadcrumb_inner .suggestions li {
    display: block;
  }
  .breadcrumb_inner .suggestions li a {
    display: block;
    font-size: 16px;
    line-height: 1.625;
    color: #5B5675;
    padding: 3px 25px;
  }
  .breadcrumb_inner .suggestions li a:hover {
    color: var(--system-primary);
  }

  .frontBodyContentShow ul {
    list-style: disc;
  }
  .frontBodyContentShow ol{
    list-style: decimal;
  }


  /* hand custom css */
  .mr-10{
    margin-right: 10px;
  }
  .mr-4{margin-right:1rem}

  .frontend-menu li a {
    display: block;
    padding: 0 15px;
}

.frontend-menu {
    margin-right: 10px;
}

.header_site_btn{
    gap: 16px;
}

.frontend-menu + ul li.inline-block {margin-right: 10px;}

.m-0{
    margin: 0 !important;
}
.menu-close{
    --width:36px;
    width: var(--width);
    height: var(--width);
    align-items: center;
    justify-content: center;
    background-color: var(--system-primary);
    border-radius: 6px;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    display: none;
}
@media (max-width:991px) {
    .menu-close{display: flex;}
    .frontend-menu{
        position: fixed;
        width: 80%;
        background-color: #fff;
        z-index: 9;
        left: 0;
        top:0;
        transform: translateX(-100%);
        text-align: left;
        height: 100%;
        padding: 30px;
        transition: all .3s ease-in-out;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
    }
    .frontend-menu.active{
        transform: translateX(0%);
    }
    .frontend-menu li{
        display: block !important;
    }
    .frontend-menu li a{
        padding: 12px 0;
        font-size: 18px;
    }
}
