:root {
    --color-a: #2165a0;
    --color-b: #075295;
    --color-c: #919EAB;
    --color-d: #fba421;
    --color-e: #065294;
    --color-f: #595959;
    --color-g: #e64242;
    --color-border: #055194;
}

* {
    outline: none !important;
}

body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: var(--color-f);
}

body.customers.chrome.register .footer {
    display: none;
}

.righ-div .page-title {
    font-size: 32px;
}

.bottom-bar {
    /* position: absolute; */
    bottom: 0;
    color: #A0AEC0;
}

.righ-div p, .righ-div li, .righ-div a {
    font-size: 16px !important;
}

.hr-text {
    border: 0;
    line-height: 1em;
    position: relative;
    text-align: center;
    height: 1.5em;
    font-size: 14px;
    margin: 0px 0px 20px 0px;
}

.hr-text::before {
    content: "";
    background: #919EAB;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}

.hr-text::after {
    content: attr(data-content);
    position: relative;
    padding: 0 7px;
    line-height: 1.5em;
    color: black;
    background-color: white;
}

.google-btn {
    background-color: #ffffff;
    color: #212B36;
    padding: 5px 5px;
    min-width: 120px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 1px solid #919EAB;
    font-size: 16px;
}

.google-g {
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 700;
    background: linear-gradient(to right, #4285f4, #34a853, #fbbc05, #ea4335);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-right: 10px;
}

.lef-div .custom-btn {
    background-color: #FBA31E;
    padding: 15px 15px;
    min-width: 120px;
    border-radius: 5px;
    font-weight: 700;
    width: 100%;
    border: 1px solid #919EAB;
    font-size: 16px;
}

.lef-div img {
    width: 232px !important;
    object-fit: contain;
    height: auto;
}

.righ-div a {
    color: white;
}

.righ-div a:hover {
    color: #FBA31E !important;
}

.lef-div h1 {
    font-size: 32px;
    font-weight: bold;
}

.lef-div h3 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
}

.pad-y {
    padding-top: 30px;
    padding-bottom: 30px;
}

.signup-data .row {
    display: flex;
}

.lef-div {
    display: flex;
    flex-direction: column;
    margin-left: 25%;
    max-width: 470px;
}

.righ-div .page-title, .righ-div p {
    color: white !important;
}

.left-col label {
    font-size: 12px;
    margin-bottom: -30px !important;
    color: #919EAB;
}

.left-col ::placeholder {
    font-size: 16px !important;
    color: #919EAB !important;
}

.righ-div {
    margin-right: 25%;
    color: white;
    padding-left: 50px;
}

.righ-div {
    padding-top: 80px;
}

.signup-data .left-col {
    background-color: white;
    padding-top: 80px;
}

.signup-data .right-col {
    background-color: #075293;
}

.login-page .header {
    margin-top: 40px;
}

.login-page .header .logo img,
.signup-page .header .logo img {
    max-width: 180px;
    display: inline-block;
}

a {
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    color: var(--color-b);
}

a:hover {
    color: #000;
    text-decoration: none;
}

.text-black {
    color: #000;
}

.d-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

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

.justify-center {
    justify-content: center;
}

.justify-end {
    justify-content: end;
}

.page-title {
    font-size: 26px;
    color: var(--color-a);
    font-weight: 700;
    margin: 0;
}

.custom-btn {
    background-color: var(--color-b);
    color: #fff;
    padding: 12px 25px;
    min-width: 90px;
    border-radius: 12px;
    transition: all 0.3s ease-in-out;
    font-weight: 700;
}

.custom-outline-btn {
    background-color: white;
    color: #757575;
    padding: 12px 25px;
    min-width: 90px;
    border-radius: 12px;
    transition: all 0.3s ease-in-out;
    font-weight: 700;
    border-color: #dde1e0;
}

.custom-btn:hover,
.custom-btn:focus,
.custom-outline-btn:hover,
.custom-outline-btn:focus {
    background-color: var(--color-d);
    color: #fff;
}

.yellow-btn {
    background-color: var(--color-d);
    color: #fff;
}

.yellow-btn:hover {
    background-color: var(--color-b);
    color: #fff;
}

.blue-btn, .blue-btn:focus {
    background-color: var(--color-b);
    color: #fff;
}

.blue-btn:hover {
    background-color: var(--color-d);
    color: #fff;
}

.grey-btn {
    background-color: #5e5e5e;
}

.grey-btn:hover {
    background-color: var(--color-b);
}

.login-data {
    max-width: 530px;
    margin: 40px auto 80px auto;
}

.login-form {
    border-radius: 15px;
    margin-top: 50px;
}

.form-control {
    border: 1px solid var(--color-border);
    border-radius: 5px;
    box-shadow: none;
    color: var(--color-f);
    font-size: 16px;
    height: 40px;
}

.form-control::placeholder {
    color: var(--color-f);
}

.forgot-password {
    font-weight: 700;
    color: #000;
    text-decoration: underline;
    display: inline-block;
}

.signup-link {
    font-weight: 700;
    text-align: center;
}

.footer {
    background-color: var(--color-b);
    color: #fff;
    padding: 15px 0;
}

/* signup-page */
.signup-page .header {
    margin-top: 35px;
}

/*.signup-data{
    margin-top: 55px;
}*/
/*.signup-data .row{
    margin-top: 55px;    
    margin-bottom: 45px;
}*/
/*.signup-form{
    border: 2px solid var(--color-c);
    border-radius: 15px;
    padding: 25px;
}*/
.signup-form .checkbox label {
    font-weight: 700;
}

.signup-data .left-data {
    padding-top: 40px;
}

.signup-data .left-data .page-title {
    margin-bottom: 15px;
}

.signup-data .left-data p {
    color: var(--color-f);
    margin: 20px 0;
}

.right-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.right-list li {
    padding-left: 40px;
    position: relative;
    margin-bottom: 8px;
}

.right-list li::after {
    content: '';
    background-image: url('../images/yellow-right.png');
    background-size: cover;
    background-position: center;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 2px;
}

.right-list.square-right-blue-list li::after {
    background-image: url('../images/square-right-blue.svg');
    border-radius: 4px;
}

.right-list.square-right-yellow-list li::after {
    background-image: url('../images/square-right-yellow.svg');
    border-radius: 4px;
}

/*.right-list.blue-list li::after{
    background-image: url('../images/blue-right.png');
}*/
.signup-data .left-data .yellow-list {
    margin-bottom: 30px;
}

.signup-data .left-data .blue-list li {
    display: inline-block;
}

.signup-data .left-data .blue-list li:not(:last-child) {
    margin-right: 30px;
}

.dashboard-container {
    padding: 0 15px;
    /* max-width: 1920px; */
    width: 100%;
    margin: 0 auto;
}

.dashboard-header {
    padding: 25px 0;
}

.dashboard-header .logo img {
    max-width: 193px;
    width: 100%;
}

.dashboard-header .left-bar {
    width: 50%;
    padding-right: 30px;
}

.dashboard-header .right-bar {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: end;
}

.dashboard-header .right-bar .main-nav {
    display: flex;
    justify-content: end;
}

.navbar-default {
    background: none;
    box-shadow: none;
    border: none;
    margin: 0;
}

.dashboard-header .navbar-right {
    margin: 0;
    display: flex;
}

.dashboard-header .navbar-nav .open.header-service .dropdown-menu {
    background-color: var(--color-e);
    color: #fff;
    border-radius: 15px;
    min-width: 220px;
    max-height: 400px;
    overflow: auto;
}

.dashboard-header .navbar-nav .open.header-service .dropdown-menu li:not(:last-child) {
    border-bottom: 1px solid #fff;
}

.dashboard-header .navbar-nav .open.header-service .dropdown-menu a {
    color: #fff;
    text-align: center;
    padding: 10px;
}

.dashboard-header .navbar-nav .open.header-service .dropdown-menu a:hover,
.dashboard-header .navbar-nav .open.header-service .dropdown-menu a:focus {
    background-color: transparent;
    color: var(--color-d);
}

.dashboard-header .menu-right {
    display: flex;
}

.dashboard-header .name-title {
    display: none;
}

.name-title.dashboard-name-title {
    color: var(--color-b);
    margin-bottom: 15px;
    font-size: 20px;
}

.dashboard-header .navbar-default .navbar-nav > li > a.custom-btn img {
    margin-left: 10px;
}

.dashboard-header .navbar-default .navbar-nav > li > a.custom-btn {
    color: #fff;
    min-width: auto;
    padding: 10px 15px;
    display: inline-flex;
    align-items: center;
}

.dashboard-header .navbar-default .navbar-nav > li > a.custom-outline-btn {
    padding: 10px 15px;
}

.dashboard-header .navbar-default .navbar-nav > li > a.custom-btn:hover,
.dashboard-header .navbar-default .navbar-nav > li > a.custom-btn:focus,
.dashboard-header .navbar-default .navbar-nav > .open > a.custom-btn,
.dashboard-header .navbar-default .navbar-nav > .open > a.custom-btn:focus,
.dashboard-header .navbar-default .navbar-nav > .open > a.custom-btn:hover,
.dashboard-header .navbar-default .navbar-nav > li > a.custom-outline-btn:hover,
.dashboard-header .navbar-default .navbar-nav > li > a.custom-outline-btn:focus {
    background-color: var(--color-d);
    border-color: var(--color-d);
    color: #fff;
}

.dashboard-header .navbar-default .navbar-nav > li > a.custom-btn.yellow-btn:hover,
.dashboard-header .navbar-default .navbar-nav > li > a.custom-btn.yellow-btn:focus,
.dashboard-header .navbar-default .navbar-nav > .open > a.yellow-btn,
.dashboard-header .navbar-default .navbar-nav > .open > a.yellow-btn:focus,
.dashboard-header .navbar-default .navbar-nav > .open > a.yellow-btn:hover {
    background-color: var(--color-b);
    border-color: var(--color-b);
    color: #fff;
}

.dashboard-header .navbar-default .navbar-nav > li {
    margin-left: 15px;
}

.dashboard-header .notifications-btn {
    padding: 10px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.dashboard-header .notifications-btn img {
    margin: 0 !important;
    width: 20px;
}

.dashboard-header .notifications-btn .lable {
    background-color: #cd2525;
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: center;
    border-radius: 100%;
    font-weight: 700;
    padding: 0 6px;
    min-width: 20px;
    min-height: 20px;

}

.dashboard-header .user-link {
    border: 1px solid #d5d5d5;
    border-radius: 100%;
    padding: 0px;
    position: relative;
}

.dashboard-header .user-link img {
    max-width: 40px;
    border-radius: 100%;
}

.dashboard-header .user-link:after {
    content: '';
    width: 15px;
    height: 15px;
    background-color: #cdc725;
    border: 1px solid #d5d5d5;
    border-radius: 100%;
    position: absolute;
    bottom: 0px;
    right: 6px;
}

.dashboard-header .navbar-default .navbar-toggle {
    margin: 0 0 0 10px;
}

.dashboard-header .navbar-nav .open .dropdown-menu {
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 120%;
    left: auto;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dashboard-header .navbar-nav .dropdown-menu::before {
    content: '';
    border-width: 10px;
    border-color: transparent transparent var(--color-a) transparent;
    border-style: solid;
    top: -20px;
    position: absolute;
    right: 10px;
}

.dashboard-header .navbar-nav .dropdown-menu .profile-link:hover {
    background: none;
    color: var(--color-b);
}

.dashboard-header .navbar-nav .dropdown-menu li + li .profile-link {
    border-top: 1px solid #d5d5d5;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background-image: none;
    box-shadow: none;
}

.sidebar {
    width: 100%;
}

.main-content {
    width: 100%;
    margin-top: 30px;
}

.main-content > .row > .col-lg-4 {
    margin-top: 35px;
}

.sidebar .panel-group .panel + .panel {
    margin-top: 0px;
}

.sidebar .panel-group .panel {
    border-radius: 0;
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.sidebar .panel-group {
    border-radius: 0 15px 15px 0;
    background-color: var(--color-e);
    padding: 25px 0;
    position: relative;
}

.seo_sidebar.sidebar .panel-group {
    border-radius: 15px;
}

.sidebar.main-sidebar .panel-group:before {
    content: '';
    position: absolute;
    background-color: var(--color-e);
    right: 100%;
    top: 0;
    bottom: 0;
    width: 100%;
}

.sidebar .panel-group .panel-title {
    font-size: 17px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fba421;
    font-weight: 900;
    padding: 10px 25px 20px 0;
}

.sidebar .panel-heading {
    padding: 0;
    background: none;
    border: none;
}

.sidebar .panel-heading a {
    display: block;
    text-decoration: none;
    font-size: 16px;
    /* background-color: var(--color-e); */
    color: #fff;
    padding: 10px 45px 10px 35px;
    position: relative;
    /* border-radius: 15px; */
}

.sidebar .panel-heading a:hover {
    color: var(--color-d);
}

.sidebar .panel-heading a.no-arrow::after {
    display: none;
}

.sidebar .panel-heading a::after {
    content: '';
    border-width: 8px;
    border-style: solid;
    border-color: #fff transparent transparent;
    position: absolute;
    right: 5px;
    top: 10px;
    transform: rotate(180deg);
}

.sidebar .panel-heading a.collapsed::after {
    top: 15px;
    border-color: #fff transparent transparent;
    transform: rotate(270deg);
}

.sidebar .panel-heading a img {
    position: absolute;
    left: 0px;
    top: 10px;
}

.sidebar .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: 0;
}

.sidebar-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-menu li .sidebar-link {
    color: #fff;
    /*    margin-top: 10px;*/
    display: inline-block;
    border-radius: 60px;
    padding: 5px 8px;
}

.sidebar-menu .sidebar-link.active,
.sidebar-menu .sidebar-link:hover {
    color: var(--color-d);
    /* background: var(--color-d); */
}

.small-title {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: var(--color-border);
    text-align: center !important;
}

.table-responsive {
    border: none;
}

.service-list .service-item {
    background-color: var(--color-border);
    padding: 10px 15px;
    border-radius: 15px;
    margin-top: 20px;
}

.service-list .service-item .icon {
    min-width: 60px;
    width: 60px;
    height: 60px;
    background-color: var(--color-e);
    border-radius: 15px;
    margin-right: 15px;
}

.order-table {
    margin-top: 20px;
}

.order-table table {
    border: 2px solid var(--color-border) !important;
    border-radius: 0 0 20px 20px !important;
    font-size: 14px;
    vertical-align: middle;
    border-collapse: collapse !important;
    margin-top: 0px !important;
    width: 100% !important;
}

.order-table table th {
    font-weight: 700;
    color: var(--color-b);
    text-transform: uppercase;
    padding: 12px 20px !important;
    border: 1px solid var(--color-border);
}

.order-table table td,
.order-table table tr {
    vertical-align: middle !important;
    border: 1px solid var(--color-border);
}

.order-table table .lable {
    font-weight: 700;
    background-color: var(--color-b);
    color: #fff;
    padding: 8px;
    text-align: center;
    min-width: 80px;
    display: inline-block;
    border-radius: 40px;
}

.order-table table .lable.lable-yellow {
    background-color: var(--color-d);
}

.order-table table .lable.lable-red {
    background-color: var(--color-g);
}

.dashboard-info .embed-responsive-4by3 {
    padding-bottom: 81%;
}

.video {
    margin: 30px 0;
}

.video iframe {
    border-radius: 15px;
}

.knowledge-section {
    padding: 25px 15px;
    border: 1px solid var(--color-border);
    border-radius: 20px;
    margin-top: 15px;
    margin-bottom: 25px;
}

.knowledge-section .panel-group {
    margin-bottom: 0;
}

.knowledge-section .btn {
    margin-top: 20px;
}

.knowledge-section .panel,
.dashboard-faq .panel {
    border-radius: 20px;
}

.knowledge-section .panel-default > .panel-heading + .panel-collapse > .panel-body,
.dashboard-faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top: 0;
    font-size: 14px;
}

.knowledge-section .panel-heading,
.dashboard-faq .panel-heading {
    padding: 0;
    background: none;
    border: none;
    border-radius: 15px;
}

.knowledge-section .panel-heading a,
.dashboard-faq .panel-heading a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    background-color: #e7e7e7;
    color: #595959;
    padding: 8px 45px 8px 16px;
    position: relative;
    border-radius: 20px;
    border: 1px solid #c7c7c7;
}

.knowledge-section .panel-heading a::after,
.dashboard-faq .panel-heading a::after {
    content: '';
    background: url(../images/faq-arrow.png) center/cover;
    width: 17px;
    height: 17px;
    position: absolute;
    right: 16px;
    top: 10px;
    transform: rotate(180deg);
}

.faq-section .panel-heading a::after {
    content: '-';
    position: absolute;
    right: 16px;
    top: 50%;
    font-size: 40px;
    font-weight: 400;
    transform: translateY(-50%);
}

.faq-section .panel-heading a.collapsed::after {
    content: '+';
    font-size: 30px;
}

.knowledge-section .panel-heading a.collapsed::after,
.dashboard-faq .panel-heading a.collapsed::after {
    transform: rotate(0deg);
}

.dashboard-faq .panel-group {
    margin-bottom: 0;
}

.testomonials-section {
    padding: 25px 15px;
    border: 1px solid var(--color-border);
    border-radius: 20px;
    margin-top: 15px;
    margin-bottom: 25px;
}

.testomonials-section .testomonials-item {
    font-size: 14px;
}

.testomonials-section .testomonials-item + .testomonials-item {
    margin-top: 15px;
}

.testomonials-section .testomonials-item img {
    margin-right: 10px;
    border-radius: 15px;
    max-width: 60px;
}

.testomonials-section .testomonials-item .name {
    margin: 0;
    font-weight: 700;
}

.testomonials-section .testomonials-item p {
    color: var(--color-f);
    margin: 0;
}

.announcement-slider {
    margin: 30px 0;
}

.announcement-slider.slick-slider .slick-track,
.announcement-slider.slick-slider .slick-list {
    display: flex;
}

.announcement-slider.slick-slider .slick-track .slick-slide {
    height: 100%;
}

.announcement-slider.slick-slider .slick-slide img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
}

.dashboard-footer {
    margin-top: auto;
}

.dashboard-footer .copy-data {
    border-top: 1px solid #f2f2f4;
    padding: 25px 0;
    margin-top: 30px;
}

.profile-section .profile-data {
    border: 1px solid var(--color-border);
    border-radius: 15px;
    padding: 20px 25px;
    margin-top: 35px;
    font-size: 16px;
}

.profile-section .profile-img {
    max-width: 90px;
    width: 100%;
    margin-bottom: 15px;
}

.profile-section .profile-tab {
    margin-top: 50px;
}

.profile-section .tab-content {
    border: 1px solid var(--color-border);
    border-radius: 15px;
    padding: 30px;
    margin-top: 5px;
}

.profile-section .nav-pills {
    display: flex;
    overflow: auto;
}

.nav-pills > li > a {
    background-color: var(--color-e);
    color: #fff;
    opacity: 0.5;
    border-radius: 10px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover, .nav > li > a:focus, .nav > li > a:hover {
    opacity: 1;
    background-color: var(--color-e);
}

.profile-section .nav-pills > li + li {
    margin-left: 15px;
}

.profile-section .tab-content .info-data,
.profile-section .tab-content .info-form {
    margin-top: 20px;
}

.profile-section .tab-content .info-data .row + .row {
    margin-top: 15px;
}

.profile-section .tab-content .label-data {
    font-weight: 700;
    color: #000;
}

.profile-section .profile-data-link a {
    margin-top: 15px;
}

.profile-section .tab-content .info-data .col-lg-6 + .col-lg-6 {
    margin-top: 15px;
}

.packages-section .packages-list {
    border: 1px solid var(--color-border);
    border-radius: 15px;
    padding: 15px 30px;
    margin-top: 30px;
}

.packages-section .packages-list .packages-item {
    border: 1px solid var(--color-border);
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}

.packages-section .packages-list .col-xs-12 {
    margin: 15px 0;
}

.packages-section .packages-list .packages-item .package-name {
    font-weight: 700;
    margin: 0 0 30px 0;
    color: var(--color-e);
}

.packages-section .packages-list .packages-item .package-btn {
    margin-top: auto;
}

.packages-section .packages-list .packages-item .package-btn .btn {
    margin-top: 30px;
}

.generate-ticket-section .generate-ticket-form {
    border: 1px solid var(--color-border);
    border-radius: 15px;
    padding: 30px;
    margin-top: 30px;
}

textarea {
    resize: vertical;
}

form label {
    font-weight: 400;
}

.referral-program-section .referral-program-info {
    border: 1px solid var(--color-border);
    border-radius: 15px;
    padding: 40px 25px;
    margin-top: 30px;
}

.referral-program-section .referral-program-info .referral-program-data {
    /*    border: 1px solid var(--color-border);*/
    padding: 25px;
    margin: 15px 0 40px 0;
    background: #EDF5FE;
    border-radius: 18px;
}

.referral-program-section .referral-program-info .program-link {
    margin-top: 15px;
    gap: 20px;
}

.referral-program-section .referral-program-info .program-link a {
    word-break: break-all;
    text-wrap: wrap;
}

.referral-program-section .referral-data {
    border: 1px solid var(--color-border);
    padding: 25px;
    margin-top: 25px;
}

.referral-program-section .referral-data .questions-data {
    margin-top: 30px;
}

.referral-program-section .referral-data .questions-data .small-title {
    margin-bottom: 35px;
}

.referral-program-section .referral-data .questions-data .panel-group .panel + .panel {
    margin-top: 10px;
}

.referral-program-section .referral-data .number {
    margin: 15px 0 20px 0;
    padding-left: 20px;
}

.seo-tools-section .seo-tab {
    margin-top: 30px;
}

.seo-tools-section .seo-tab .nav-pills > li > a {
    text-align: center;
}

.seo-tools-section .seo-tab .nav-stacked > li + li {
    margin-top: 15px;
}

.seo-tools-section .seo-tab .tab-content > .tab-pane {
    border: 1px solid var(--color-border);
    border-radius: 15px;
    padding: 20px;
}

.seo-tools-section .seo-tab .tab-content {
    margin-top: 30px;
}

.wallet-section .wallet-info {
    border: 1px solid var(--color-border);
    padding: 25px;
    margin-top: 25px;
    border-radius: 15px;
}

.wallet-section .wallet-info .balance {
    font-weight: 700;
    font-size: 20px;
    margin: 10px 0 20px 0;
}

.become-pro-section .become-pro-info {
    border: 1px solid var(--color-border);
    padding: 30px 25px;
    margin-top: 25px;
    border-radius: 15px;
}

.become-pro-section .become-pro-info .reasons-list {
    border: 1px solid var(--color-border);
    padding: 0px 20px 20px 20px;
    margin: 30px 0;
}

.become-pro-section .become-pro-info .reasons-list .reasons-item {
    padding: 10px 15px;
    border-radius: 15px;
    margin-top: 20px;
}

.become-pro-section .become-pro-info .reasons-list .reasons-item .icon {
    min-width: 60px;
    width: 60px;
    height: 60px;
    background-color: var(--color-e);
    border-radius: 15px;
    margin-right: 15px;
}

.become-pro-section .become-pro-info .reasons-btn {
    margin-top: 15px;
}

.become-pro-section .become-pro-info .reasons-btn .btn {
    margin-top: 15px;
}

.cart-section .mobile-item-name {
    margin-bottom: 15px;
}

.cart-section .desktop-item-name {
    display: none;
}

.cart-section .cart-item-list {
    border: 1px solid var(--color-border);
    padding: 5px 15px 15px 15px;
    margin-top: 25px;
    border-radius: 15px;
}

.cart-section .cart-item-list .cart-item {
    padding: 15px 0;
}

.cart-section .cart-item-list .item-data {
    border: 1px solid var(--color-border);
    padding: 20px 10px;
    margin-top: 15px;
}

.cart-section .discount-info {
    margin: 25px 0 0 0;
}

.cart-section .discount-info .col-xs-4 {
    padding: 0;
}

.cart-section .discount-info .col-xs-4 div {
    border-top: 1px solid var(--color-border);
    padding: 20px 0px 20px 10px;
}

.cart-section .discount-info .col-xs-4:first-child div {
    padding-left: 0;
}

.cart-section .discount-info .col-xs-4:last-child div {
    padding-left: 20px;
}

.cart-section .remove-btn, .cart-section .checkout-btn {
    margin-top: 30px;
}

.cart-section .remove-btn .btn {
    min-width: auto;
    padding: 12px 24px;
}

.cart-section .remove-btn .btn img {
    max-width: 18px;
    margin-left: 10px;
}

.cart-section .total-info {
    font-size: 18px;
}

.billing-section .billing-info {
    border: 1px solid var(--color-border);
    padding: 30px 25px;
    margin-top: 25px;
    border-radius: 15px;
}

.billing-section .billing-info .payment-section {
    margin-top: 20px;
}

.billing-section .billing-info .payment-section .payment-title {
    margin-bottom: 30px;
}

.billing-section .billing-info .payment-section .payment-option {
    margin-bottom: 20px;
}

.billing-section .billing-info .payment-section .payment-option .input-group {
    margin: 0 30px 10px 0;
    display: inline-flex;
    align-items: center;
}

.billing-section .billing-info .payment-section .payment-option input {
    -webkit-appearance: none;
    width: 26px;
    height: 26px;
    border: 2px solid var(--color-border);
    border-radius: 0;
    outline: none;
    margin: 0 10px 0 0;
}

.billing-section .billing-info .payment-section .payment-option input[type='radio']:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    margin: 4px;
    border-radius: 0;
}

.billing-section .billing-info .payment-section .payment-option input[type='radio']:checked:before {
    background: var(--color-b);
}

.billing-section .billing-info .payment-btn {
    margin-top: 10px;
}

.summary-data {
    position: sticky;
    top: 15px;
}

.summary-info {
    border: 1px solid var(--color-border);
    padding: 35px 20px;
    margin-top: 25px;
    border-radius: 15px;
    margin-bottom: 30px;
    max-height: 350px;
    overflow-y: auto;
}

.summary-info .qty-info {
    margin-top: 10px;
    margin-bottom: 40px;
}

.summary-cart-info {
    border: 1px solid var(--color-border);
    padding: 35px 20px;
    margin-top: 25px;
    border-radius: 15px;
    margin-bottom: 30px;
    max-height: 350px;
    overflow-y: auto;
}

.summary-cart-info .qty-info {
    margin-top: 10px;
    margin-bottom: 40px;
}

.form-control:focus {
    box-shadow: none;
}

.service-form select.form-control {
    background-color: #065294;
    color: #fff;
    border-radius: 15px;
    border: none;
    outline: none;
    height: 45px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../images/dropdown-arrow.png);
    background-repeat: no-repeat;
    background-position: right 15px top 18px;
    padding: 10px 35px 10px 15px;
}

.service-form .input-select {
    height: 37px;
    border-radius: 10px;
}

.service-form-info {
    border: 1px solid var(--color-border);
    margin-top: 25px;
    margin-bottom: 30px;
    border-radius: 15px;
    padding: 15px 0;
}

.service-form-info .info-data {
    padding: 0 15px;
}

.service-form-info .label {
    background-color: var(--color-e);
    color: #fff;
    border-radius: 25px;
    font-size: 14px;
    padding: 11px;
    min-width: 120px;
    display: inline-block;
    margin: 0 9px 15px 0;
}

.service-form-info .info-total {
    font-weight: 700;
    color: var(--color-e);
    margin: 15px 0 10px 0;
}

.service-form-info .add-btn {
    min-width: auto;
}

.service-form-info .info-table {
    margin-top: 15px;
    font-size: 14px;
}

.service-form-info .info-table .table, .info-table td, .info-table th {
    border: 1px solid var(--color-border);
}

.service-form-info .info-table th {
    background-color: #dde1e0;
    color: var(--color-b);
    /*    text-transform: uppercase;*/
}

.service-form-info .additional-info {
    /*    background-color: #dde1e0;*/
    padding: 11px 25px;
    margin-top: 0px;
}

.service-info .add-service {
    padding-bottom: 0;
    margin-bottom: 20px;
}

.service-info .add-service .dropdown-menu {
    background-color: var(--color-e);
    color: #fff;
    border-radius: 15px;
    min-width: 280px;
}

.service-info .add-service .dropdown-menu .link {
    color: #fff;
    text-align: center;
    padding: 10px;
}

.service-info .add-service .dropdown-menu .link:hover,
.service-info .add-service .dropdown-menu .link:focus {
    background: transparent;
    color: var(--color-d);
}

.service-info .add-service .dropdown-menu li:not(:last-child) {
    border-bottom: 1px solid #fff;
}

.service-info .service-info-list {
    background-color: var(--color-e);
    color: #fff;
    border-radius: 20px;
}

.service-info .service-info-list .title {
    background-color: var(--color-d);
    color: #fff;
    text-transform: uppercase;
    padding: 15px;
    text-align: center;
    border-radius: 20px 20px 0 0;
    margin-bottom: 0;
}

.service-info .service-data-list {
    margin-bottom: 20px;
}

.service-info .service-info-list .list {
    padding: 25px 20px;
    list-style: none;
}

.service-info .service-info-list .list li {
    position: relative;
    padding-left: 15px;
}

.service-info .service-info-list .list li + li {
    margin-top: 15px;
}

.service-info .service-info-list .list li:before {
    content: '';
    border: 7px solid #fff;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    left: 0;
    top: 5px;
}

.service-info .radio {
    padding-left: 20px;
    position: relative;
    display: inline-block;
    margin: 10px;
}

.service-info .radio input {
    opacity: 0;
    position: absolute;
    z-index: 1;
    cursor: pointer;
    margin-left: -20px;
}

.service-info .radio input:checked + label::before {
    border-color: var(--color-e);
}

.service-info .radio input:checked + label::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 13px;
    height: 13px;
    left: 2px;
    top: 4px;
    margin-left: -20px;
    border-radius: 4px;
    background-color: var(--color-e);
}

.service-info .radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
    color: var(--color-e);
}

.service-info .radio label span {
    color: #ff1616;
}

.service-info .radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    top: 2px;
    margin-left: -20px;
    border-radius: 5px;
    background-color: #b5b5b5;
}

/* DataTables Css S*/
.dataTables_wrapper {
    margin-top: 15px;
}

div.dataTables_wrapper div.dataTables_length select {
    height: 36px;
    border-radius: 25px;
    min-width: 90px;
    background: var(--color-e);
    color: #fff;
    border-color: var(--color-e);
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0;
}

.input-group-addon {
    background: var(--color-e);
    color: #fff;
    border-color: var(--color-e);
}

.table > tbody > tr > td, .table > tbody > tr > th,
.table > tfoot > tr > td, .table > tfoot > tr > th,
.table > thead > tr > td, .table > thead > tr > th {
    padding: 8px 20px;
}

.pagination > .active > a, .pagination > .active > a:focus,
.pagination > .active > a:hover, .pagination > .active > span,
.pagination > .active > span:focus, .pagination > .active > span:hover {
    background: var(--color-e);
    border-color: var(--color-e);
}

/* DataTables Css E*/

/* Packages Pricing Section S */
.packages-pricing-section {
    font-family: 'Red Hat Display', sans-serif;
}

.packages-pricing-section.packages-section .packages-list {
    padding: 0;
    border: 0;
}

.packages-pricing-section.packages-section .packages-list .packages-item .title-section {
    justify-content: space-between;
    padding: 20px 10px 25px 10px;
    position: relative;
}

.packages-pricing-section.packages-section .packages-list .packages-item .title-section::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--color-e);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 72%);
    border-radius: 7px 7px 12px 12px;
}

.packages-pricing-section.packages-section .packages-list .packages-item .title-section .price-section {
    color: white;
    position: relative;
    z-index: 1;
}

.packages-pricing-section.packages-section .packages-list .packages-item .title-section .price-section .amount {
    color: white;
    position: relative;
    z-index: 1;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 1;
    margin-bottom: 3px;
}

.packages-pricing-section.packages-section .packages-list .packages-item .title-section .price-section .per-month {
    display: inline-block;
    background: #fff;
    color: #065294;
    border-radius: 7px;
    text-transform: uppercase;
    font-size: 12px;
    padding: 3px 8px;
    font-weight: 600;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.4);
}

.packages-pricing-section.packages-section .packages-list .packages-item .package-name {
    font-weight: 900;
}

.packages-pricing-section.packages-section .packages-list .packages-item .package-btn .lang-data {
    margin: 30px 14px 20px 14px;

}

.packages-pricing-section.packages-section .packages-list .packages-item .package-btn .btn {
    margin-top: 0px;
}

.packages-pricing-section.packages-section .packages-list .packages-item .package-btn .note {
    font-size: 12px;
    margin-top: 10px;
}

.packages-pricing-section.packages-section .packages-list .packages-item {
    border: 1px solid var(--color-e);
    border-radius: 8px;
    padding: 0;
}

.packages-pricing-section.packages-section .packages-list .packages-item .package-name {
    color: white;
    position: relative;
    z-index: 1;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 22px;
    margin-top: 7px;
}

.packages-pricing-section.packages-section .price {
    padding: 0 10px 0 10px;
    border-bottom: 1px solid var(--color-e);
    margin-bottom: 10px;
}

.packages-pricing-section.packages-section .price p {
    color: #000;
}

.packages-pricing-section.packages-section .service-data {
    padding: 0 10px;
    color: var(--color-e);
}

.packages-pricing-section.packages-section .right-list {
    padding: 10px;
    border-bottom: 1px solid var(--color-e);
    color: #000;
}

.packages-pricing-section.packages-section .right-list li {
    padding-left: 22px;
}

.packages-pricing-section.packages-section .right-list li::after {
    width: 15px;
    height: 15px;
}

.packages-pricing-section.packages-section .package-btn {
    padding: 15px 10px;
}

.packages-pricing-section.packages-section .package-btn .btn {
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
}

.packages-pricing-section .right-list.blue-list li {
    padding-left: 20px;
    color: var(--color-e);
    font-weight: 600;
    /*    text-transform: uppercase;*/
    font-size: 13px;
}

.packages-pricing-section .right-list.blue-list li::after {
    background-image: none;
    background-color: var(--color-e);
    border-radius: 100%;
    width: 12px;
    height: 12px;
    top: 2px;
}

.packages-pricing-section .radio {
    padding-left: 20px;
    position: relative;
    display: inline-block;
    margin: 5px 0px;
}

.packages-pricing-section .radio input {
    opacity: 0;
    position: absolute;
    z-index: 1;
    cursor: pointer;
    margin-left: -20px;
}

.packages-pricing-section .radio input:checked + label::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 7px;
    height: 7px;
    left: 5px;
    top: 7px;
    margin-left: -20px;
    background: var(--color-d);
    border-radius: 100%;
}

.packages-pricing-section .radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
    color: var(--color-e);
    font-weight: 600;
    font-size: 13px;
}

.packages-pricing-section .radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    top: 2px;
    margin-left: -20px;
    border-radius: 5px;
    border: 2px solid var(--color-d);
    border-radius: 100%;
}

.packages-pricing-section .price {
    color: var(--color-e);
    font-size: 15px;
}

/* Packages Pricing Section E */

.small-title.small-title-light {
    text-align: left !important;
    font-weight: 400;
    margin-bottom: 25px;
}

.plus-faq-section .panel-default > .panel-heading {
    position: relative;
    background-color: transparent;
    padding-right: 40px;
}

.plus-faq-section .panel-default > .panel-heading a {
    color: #595959;
    text-decoration: none !important;
}

.plus-faq-section .panel-default > .panel-heading a:hover {
    color: var(--color-b);
}

.plus-faq-section .panel-group .panel {
    border-color: #dde1e0;
}

.order-status-section .small-title {
    text-align: left !important;
    margin-bottom: 20px;
}

.order-status-section .status-box {
    border: 1px solid #dde1e0;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.order-status-section .number-status {
    font-size: 25px;
    line-height: 36px;
    color: var(--color-e);
    font-weight: 900;
    margin: 0;
}

.order-status-section {
    margin: 20px 0;
}

.order-status-section .order-status-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

.custom-table .title-section {
    background-color: var(--color-border);
    border-radius: 20px 20px 0 0;
    padding: 10px 15px;
}

.custom-table .title-section.row {
    margin: 0;
}

.custom-table .table-setting {
    display: flex;
    justify-content: end;
    align-items: center;
}

.custom-table .table-title {
    color: white;
    font-weight: 700;
    padding-top: 4px;
    padding-bottom: 4px;
}

.custom-table .dataTables_length,
.custom-table .dataTables_filter {
    display: inline-block;
    margin-right: 10px;
}

.custom-table .dataTables_wrapper .dataTables_filter {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: end;
}

.custom-table .dataTables_length label,
.custom-table .dataTables_filter label {
    margin: 0;
}

.custom-table .dataTables_filter input {
    border-radius: 8px !important;
    height: 34px !important;
}

.custom-table .dataTables_filter input::placeholder {
    color: #b4b4b4;
}

.custom-table .dataTables_length select.form-control {
    display: none !important;
}

.bootstrap-select.form-control {
    border-radius: 10px;
    background: var(--color-border);
}

.bootstrap-select.form-control .dropdown-toggle {
    border: 1px solid var(--color-border);
    border-radius: 10px;
    box-shadow: none;
    color: var(--color-f);
    font-size: 16px;
    height: 37px;
    background: #fff;
    outline: none !important;
}

.bootstrap-select.form-control .dropdown-toggle:hover {
    background-color: #fff;
    border-color: var(--color-border);
}

.custom-table .dataTables_length .dropdown-toggle,
.custom-table .dataTables_length .dropdown-toggle:hover,
.custom-table .dataTables_length .dropdown-toggle:focus {
    background: var(--color-border);
    color: #fff;
    border: 1px solid #fff;
    border-radius: 8px;
    outline: none !important;
}

.custom-table .search-container {
    display: flex;
    align-items: center;
    gap: 4px;
}

.custom-table .search-container .fa-search {
    color: white;
    border: 1px solid #fff;
    display: inline-flex;
    height: 34px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    padding: 5px;
    width: 40px;
}

@media (min-width: 576px) {
    .sidebar {
        width: 40%;
        padding-right: 20px;
    }

    .main-content {
        width: 60%;
        margin-top: 0;
        display: flex;
        flex-direction: column;
    }
}

@media (min-width: 768px) {
    .dashboard-header .left-bar {
        width: 20%;
    }

    .dashboard-header .right-bar {
        width: 80%;
    }

    .navbar-collapse.collapse {
        display: flex !important;
        align-items: center;
    }

    .wallet-section .wallet-info .wallet-form {
        margin-top: 30px;
    }

    .wallet-section .wallet-info .wallet-form .right-btn {
        text-align: right;
    }

    .become-pro-section .become-pro-info .reasons-btn .col-sm-6 + .col-sm-6 {
        text-align: right;
    }

    .billing-section .billing-info .payment-btn .right-btn {
        text-align: right;
    }

    .order-status-section .order-status-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .signup-data .left-data {
        padding-top: 0px;
        /*padding-left: 30px;*/
    }

    .dashboard-header .name-title {
        display: block;
    }

    .profile-section .profile-data-link a {
        margin-top: 30px;
    }

    .profile-section .profile-data-link .link-btn {
        text-align: right;
    }

    .referral-program-section .referral-program-info .program-link {
        justify-content: end;
    }

    .seo-tools-section .seo-tab .tab-content {
        margin-top: 0;
    }

    .cart-section .mobile-item-name {
        display: none;
    }

    .cart-section .desktop-item-name {
        display: block;
    }

    .cart-section .discount-info .col-xs-4:first-child div {
        padding-left: 15px;
    }
}

@media (min-width: 1200px) {
    .sidebar {
        width: 20%;
        padding-right: 30px;
    }

    .main-content {
        width: 80%;
    }

    .dashboard-header .right-bar {
        justify-content: space-between;
    }

    .profile-section .tab-content .info-data .col-lg-6 + .col-lg-6 {
        margin-top: 0px;
    }

    .referral-program-section .referral-data {
        padding: 40px 60px;
    }

    .referral-program-section .referral-data .number {
        margin: 30px 0;
    }

    .seo-tools-section .seo-tab .nav-stacked > li + li {
        margin-top: 20px;
    }

    .seo-tools-section .seo-tab .tab-content > .tab-pane {
        padding: 40px;
    }

    .main-content > .row > .col-lg-4 {
        margin-top: 0px;
    }

    .become-pro-section .become-pro-info .reasons-list {
        padding: 20px 40px 40px 40px;
    }

    .become-pro-section .become-pro-info {
        padding: 45px 25px;
    }

    .cart-section .cart-item-list {
        padding: 5px 25px 35px 25px;
    }

    .cart-section .cart-item-list .item-data {
        padding: 20px 25px;
    }

    .cart-section .cart-head {
        padding: 0 20px;
    }

    .cart-section .discount-info .col-xs-4:last-child {
        padding-right: 15px;
    }

    .cart-section .discount-info .col-xs-4 div {
        padding: 20px 15px;
    }

    .cart-section .discount-info .col-xs-4:last-child div {
        padding-left: 25px;
    }

    .cart-section .cart-item-list .cart-item {
        padding: 30px 0;
    }

    .cart-section .cart-item-list {
        padding: 5px 15px 35px 15px;
    }

    .billing-section .billing-info .payment-btn {
        margin-top: 40px;
    }

    .billing-section .billing-info .payment-section {
        margin-top: 30px;
    }

    .billing-section .billing-info .payment-section .payment-option {
        margin-bottom: 40px;
    }

    .order-status-section {
        margin: 30px 0 60px 0;
    }

    .order-status-section .order-status-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .custom-table .table-title {
        font-size: 20px;
    }
}

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

    .page-title {
        font-size: 30px;
    }

    .custom-btn {
        font-size: 16px;
        min-width: 100px;
        padding: 12px 40px;
    }

    .form-group {
        margin-bottom: 20px;
    }

    .footer {
        padding: 25px 0;
    }

    .signup-form .yellow-btn {
        margin-top: 20px;
    }

    .signup-data .left-data .yellow-list {
        margin-bottom: 50px;
    }

    .dashboard-container {
        padding: 0 3%;
    }

    .service-list .service-item {
        margin-top: 30px;
    }

    .service-list .service-item .service-name {
        font-size: 22px;
    }

    .profile-section .tab-content .info-data {
        font-size: 18px;
    }

    .profile-section .tab-content {
        padding: 70px;
    }

    .profile-section .tab-content .info-data,
    .profile-section .tab-content .info-form {
        margin-top: 40px;
    }

    .profile-section .tab-content .info-data .row + .row {
        margin-top: 25px;
    }

    .profile-section .nav-pills > li + li {
        margin-left: 25px;
    }

    .referral-program-section .referral-program-info .referral-program-data {
        margin: 15px 0 60px 0;
    }

    .packages-pricing-section.packages-section .packages-list .packages-item .package-name {
        font-size: 24px;
    }
}

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

    body {
        font-size: 20px;
    }

    .form-control {
        font-size: 20px;
        height: 50px;
    }

    .custom-btn, .custom-outline-btn {
        font-size: 20px;
        min-width: 110px;
        padding: 12px 48px;
    }

    .login-page .header {
        margin-top: 100px;
    }

    .login-page .header .logo img,
    .signup-page .header .logo img {
        max-width: inherit;
    }

    .login-data {
        margin-top: 100px;
        margin-bottom: 200px;
    }

    .forgot-password {
        font-size: 22px;
        margin-top: 20px;
    }

    .checkbox input {
        width: 20px;
        height: 20px;
        margin-left: -30px !important;
    }

    .checkbox label {
        padding-left: 30px;
    }

    .right-list li {
        padding-left: 30px;
        margin-bottom: 15px;
    }

    .right-list li::after {
        width: 18px;
        height: 18px;
    }

    .signup-link {
        font-size: 16px;
        color: #A0AEC0;
        font-weight: normal;
    }

    .signup-form .checkbox label {
        font-size: 22px;
    }

    .sidebar-menu .sidebar-link {
        font-size: 18px;
    }

    .sidebar .panel-heading a {
        font-size: 20px;
    }

    /* .sidebar .panel-group .panel+.panel{
        margin-top: 30px;
    } */
    .sidebar .panel-heading a::after {
        top: 12px;
        right: 10px;
        border-width: 10px;
    }

    /* .sidebar .panel-heading a.collapsed::after{
        top: 27px;
    } */
    .sidebar .panel-heading a img {
        top: 12px;
    }

    .sidebar .panel-default > .panel-heading + .panel-collapse > .panel-body {
        padding: 20px 60px;
    }

    .small-title {
        font-size: 20px;
    }

    .dashboard-header .navbar-default .navbar-nav > li > a.custom-btn,
    .dashboard-header .navbar-default .navbar-nav > li > a.custom-outline-btn {
        font-size: 20px;
        padding: 20px 25px;
    }

    .dashboard-header .name-title {
        font-size: 25px;
    }

    .dashboard-header .notifications-btn {
        width: 64px;
        height: 64px;
    }

    .dashboard-header .user-link {
        padding: 7px;
    }

    .dashboard-header .user-link img {
        max-width: 46px;
    }

    .dashboard-header .notifications-btn img {
        width: 31px;
    }

    .dashboard-header .notifications-btn .lable {
        top: 10px;
        right: 12px;
    }

    .packages-section .packages-list .packages-item .package-name {
        font-size: 22px;
    }

    .packages-section .packages-list .packages-item .package-btn .btn {
        margin-top: 60px;
    }

    .referral-program-section .referral-data .questions-data .panel-group .panel + .panel {
        margin-top: 20px;
    }

    .seo-tools-section .seo-tab .nav-stacked > li + li {
        margin-top: 35px;
    }

    .wallet-section .wallet-info .balance {
        font-size: 30px;
        margin: 20px 0;
    }

    .become-pro-section .become-pro-info .reasons-list .reasons-item .reasons-name {
        font-size: 25px;
    }

    .become-pro-section .become-pro-info .reasons-list .reasons-item {
        margin-top: 45px;
    }

    .become-pro-section .become-pro-info .reasons-list {
        padding: 0px 40px 40px 40px;
    }

    .become-pro-section .become-pro-info .reasons-btn {
        margin-top: 45px;
    }

    .cart-section .remove-btn .btn img {
        max-width: 22px;
    }

    .cart-section .discount-info {
        margin: 45px 0 0 0;
    }

    .cart-section .remove-btn, .cart-section .checkout-btn {
        margin-top: 50px;
    }

    .cart-section .total-info {
        font-size: 25px;
    }

    .service-form select.form-control {
        font-size: 18px;
        padding: 10px 40px 10px 30px;
        height: 62px;
        background-position: right 25px top 25px;
    }

    .service-form .input-select {
        height: 62px;
    }

    .service-info .add-service .dropdown-menu .link {
        font-size: 16px;
    }

    .service-info .service-info-list {
        font-size: 22px;
    }

    .service-info .service-info-list .list li:before {
        border: 10px solid #fff;
        border-color: transparent transparent transparent #fff;
    }

    .service-info .service-info-list .list {
        padding: 25px 44px;
    }

    .service-info .radio input:checked + label::after {
        width: 16px;
        height: 16px;
        top: 5px;
        margin-left: -24px;
    }

    .service-info .radio label::before {
        width: 22px;
        height: 22px;
        margin-left: -25px;
    }

    /* DataTables Css S*/
    .input-group-addon {
        padding: 6px 16px;
    }

    /* DataTables Css E*/
    .packages-pricing-section .right-list.blue-list li {
        margin-bottom: 15px;
    }

    .packages-pricing-section .right-list.blue-list li::after {
        top: 7px;
    }

    .order-status-section .status-box {
        min-height: 160px;
        padding: 20px 40px;
    }

    .order-status-section .order-status-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .packages-pricing-section.packages-section .right-list li {
        padding-left: 25px;
    }

    .packages-pricing-section.packages-section .right-list li::after {
        width: 18px;
        height: 18px;
        top: 4px;
    }
}

@media (min-width: 1800px) {
    .dashboard-header .navbar-default .navbar-nav > li > a.custom-btn,
    .dashboard-header .navbar-default .navbar-nav > li > a.custom-outline-btn {
        font-size: 25px;
        padding: 20px 30px;
    }
}


@media (max-width: 767px) {
    .navbar-collapse.collapse {
        position: fixed;
        inset: 90px 0px 0px;
        background: rgb(0, 0, 0);
        z-index: 10;
        overflow: auto;
        top: 0px;
        right: 100%;
        bottom: 0;
        height: 100% !important;
        display: block;
        transition: all 0.3s ease;
        padding: 0;
        max-width: 300px;
        overflow: auto;
    }

    .dashboard-header .collapse.in {
        right: 0;
        padding: 0 15px;
    }

    .dashboard-header .collapse .navbar-right {
        display: block !important;
        padding: 15px 0;
    }

    .dashboard-header .navbar-default .collapse .navbar-nav > li {
        margin: 0 0 15px 0;
    }
}


/* Alert css */
.float-alert.alert {
    font-size: 14px;
    position: fixed;
    top: 10px;
    right: 10px;
}

.float-alert .alert-title {
    padding-left: 10px;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}


/*SEO Tools page*/
.seo_sidebar {
    width: 100%;
    padding-right: 0;
}

.seo_sidebar .panel-heading a {
    padding: 10px 15px;
    border-radius: 8px;
}

.seo_sidebar .panel-heading a.collapsed::after {
    top: 18px;
}

.seo_sidebar .panel-heading a::after {
    border-width: 8px;
}

.seo_tool_body {
    padding: 25px 15px;
    border: 1px solid #f2f2f4;
    border-radius: 20px;
    margin-top: 15px;
}

.seo_tool_body h3 {
    margin: 0;
}

.seo_tool_body .custom-btn {
    padding: 10px 25px;
    min-width: unset;
    margin-top: 20px;
}

.seo_tool_body .checkbox {
    margin-top: 35px;
}

/* 13-12-23 Start */
.login-page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #fff;
    border-radius: 20px;
    margin: 20px;
}

.login-page .container {
    width: 100%;
    padding-top: 0;
}

.login-page .footer {
    margin-top: auto;
    background-color: transparent;
    color: var(--color-b);
}

.dt-page-jump {
    display: none;
}

.service-form-info .info-table .table td {
    padding: 0;
}

.service-form-info .info-table .table td .form-control {
    border: 1px;
}

.service-form-info .info-table .table td .remove {
    padding: 10px 10px;
    display: inline-block;
    float: none !important;
}

/* 13-12-23 End */

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    bottom: 12px;
}

input#links, input#articles {
    background: #075295;
    color: #fff;
}

.service-form-info .info-table th.text-center {
    background: #FBA421;
    color: #fff;
    border: none;
}

.service-form-info .info-table th.text-center.table_heading {
    background: #075295;
    color: #fff;
    border: none;
}

textarea.form-control.additional_instruction {
    border-radius: 25px;
    background-color: #dde1e0;
    margin-top: 10px;
}

div.attachments, input.attachments {
    margin-top: 10px;
}

.input-file {
    position: relative;
    overflow: hidden;
    padding: 0;
    display: block;
    max-width: 100%;
    cursor: pointer;
}

.input-file .btn {
    white-space: nowrap;
    display: inline-block;
    margin-right: 1em;
    background-color: #075295;
}

.input-file ins {
    white-space: nowrap;
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
}

.input-file:after {
    content: "";
    display: block;
    clear: both;
}

.input-file input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: -100px;
    z-index: -1;
}

.input-container {
    position: relative;
}

.input-container input {
    width: 100%;
    padding: 10px 50px 10px 10px;
    box-sizing: border-box;
}

.input-container .input-button {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    color: #fba421;
    border: none;
    padding: 7px 20px;
    cursor: pointer;
    font-size: 15px;
    width: 100%;
    border-radius: 0;
}

@media (max-width: 992px) {
    .input-container .input-button {
        width: 100%;
    }
}

.input-container .input-button:hover {
    color: #fff;
}

/*.table-website_inventory thead th ,.table-view_inventory thead th{
    position: sticky !important;
    top: 0;
    z-index: 10;
    background: var(--color-e);
    color: #fff; 
}*/

.login-data .form-control, .signup-data .form-control {
    height: 50px;
    border: none;
    background: #e4e4e4;
    border-radius: 40px;
    padding: 15px 30px;
}

.login-data .password-group .field-icon, .signup-data .password-group .field-icon {
    padding: 5px 30px !important;
    height: 50px;
}

.login-data .form-group .alert-validation, .login-data .form-group label,
.signup-data .form-group .alert-validation, .signup-data .form-group label {
    padding-left: 10px;
}

.dataTables_wrapper div.dataTables_filter .form-control {
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    height: 40px;
    border: 1px solid #ccc;
}

.dataTables_wrapper div.dataTables_filter select {
    margin-right: 15px;
}

.panel-default,
.bootstrap-select > .dropdown-toggle,
.dataTables_wrapper div.dataTables_filter .form-control,
.pagination > .disabled > a, .pagination > .disabled > a:focus,
.pagination > .disabled > a:hover, .pagination > .disabled > span,
.pagination > .disabled > span:focus, .pagination > .disabled > span:hover,
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td,
.table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-color: var(--color-border);
}

.customers_login {
    background: #075195;
}

@media (min-width: 1024px) {
    .login-page {
        border-radius: 50px;
        margin: 50px;
    }
}

.field {
    display: flex;
    /*  width:500px;*/
}

.field > input[type=text],
.field > a {
    display: inline-block;
}

.field > input[type=text] {
    padding: 0.6em;
    border-radius: 0px;
}

.field > a {
    padding: 0.5em 0.8em;
    background-color: var(--color-b);
    color: #fff;
    border: none;
    border-radius: 0;
}

div.report-title {
    font-size: 18px;
    color: #055194;
}

/*.table-website_inventory tr.odd,.table-view_inventory tr.odd{
    background: #FFF8EC !important
}
.table-website_inventory tr.even,.table-view_inventory tr.even{
    background: #EDF5FE !important
}*/
.web_inv_btn {
    background: var(--color-d);
    color: #fff;
    font-weight: 600;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: #fff !important;
    background-color: var(--color-border) !important;
}

/*.table-website_inventory>tbody>tr>td,.table-view_inventory>tbody>tr>td{
    border-bottom: 4px solid #fff !important;
    height: 75px !important;
    align-content: center;
    border-top: none;
}
.table-view_inventory thead th:first-child {
    border-top-left-radius: 18px;
    border-collapse: separate;
}
.table-view_inventory thead th:last-child {
    border-top-right-radius: 18px;
    border-collapse: separate;
}
.table-view_inventory tbody tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}
.table-view_inventory tbody tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}*/
.bg-light-grey {
    background: #F3F3F3;
}

.bg-dark-grey {
    background: #E5E5E5;
}

.border-right-6 {
    border-right: 6px solid #fff;
}

.referral-program-section .referral-program-info .referral-program-graph {
    margin: 15px 0 60px 0;
}

.referral-program-section .referral-program-info .referral-program-graph {
    background: #EDF5FE;
    padding: 25px;
    margin: 15px 0 40px 0;
    border-right: 6px solid #ffff;
    border-radius: 20px;
}

.label-blue {
    color: #055194;
    line-height: 25px;
}

@media (min-width: 992px) {
    #inventory_modal .modal-lg {
        width: 1125px !important;
    }
}

.mtop20 {
    margin-top: 10rem;
}

.text-custom {
    color: #055194;
}

.referal-code table th {
    font-weight: 700;
    background: #ddd;
    padding: 12px 20px !important;
    color: #000;
    border-bottom: 1px solid var(--color-border) !important;
}

.referal-code table thead tr {
    border-left: 1px solid var(--color-border) !important;
    border-right: 1px solid var(--color-border) !important;
}

.referal-code table {
    border-top: 1px solid var(--color-border) !important;
    border-radius: 20px !important;
    font-size: 14px;
    vertical-align: middle;
    border-collapse: collapse;
    margin-top: 30px;
}

.referal-code table tbody {
    background: #EDF5FE;
    font-size: 20px;
}

div.dataTables_wrapper div.dataTables_filter label {
    color: #fff;
}

.field-required {
    color: #a94442;
    font-size: 25px;
}

/* For Chrome, Edge, and Safari */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* For Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.mtop10 {
    margin-top: 10px;
}

.bg-grey {
    background: #f9f9f9;
    border-radius: 10px;
}

.p-0 {
    padding: 0px;
}

.p-20 {
    padding: 20px;
}

.pl-20 {
    padding-left: 20px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.embed-responsive.dashboard-video {
    margin-top: 0;
    padding-bottom: 86%;
}

.sidebar.main-sidebar .main-title {
    display: flex;
    justify-content: space-between;
}

.sidebar-toggle {
    cursor: pointer;
    display: none;
}

.sidebar.main-sidebar {
    position: relative;
    left: 0;
    transition: all 0.3s ease;
}

.sidebar.main-sidebar.sidebar-hide .sidebar-toggle {
    position: fixed;
    left: 0;
    background: #065294;
    z-index: 5;
    border-radius: 0 10px 10px 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    padding: 10px;
}

.w-full {
    width: 100%;
}

.table-flag {
    max-width: 30px;
    height: auto;
}

.inventory-table.order-table table th,
.inventory-table.order-table table td {
    font-size: 13px;
    padding: 15px 10px !important;
}

.inventory-table.order-table .table-view_inventory + div.row {
    margin: 0;
}

.custom-divider {
    position: relative;
    text-align: center;
}

.custom-divider b {
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 0 10px;
}

.custom-divider:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background: #065294;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media (min-width: 1200px) {
    .sidebar.main-sidebar.sidebar-hide {
        position: absolute;
        left: -20%;
    }

    .sidebar-toggle {
        display: block;
    }
}


.packages-pricing-section.packages-section.service-packages-section .packages-list .packages-item .title-section .price {
    position: relative;
    z-index: 1;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    margin-top: 5px;
    border: 0;
}

.packages-pricing-section.packages-section.service-packages-section .packages-list .packages-item .card-label {
    position: absolute;
    left: 0;
    right: 0;
    top: -15px;
    z-index: 1;
    text-align: center;
}

.packages-pricing-section.packages-section.service-packages-section .packages-list .packages-item .card-label span {
    background-color: var(--color-d);
    color: #000;
    font-weight: 600;
    padding: 5px 10px;
    display: inline-block;
    margin: 0 auto;
    border-radius: 8px;
    font-size: 14px;
}

.packages-pricing-section.packages-section.service-packages-section .right-list {
    border: none;
    padding: 15px 0;
}

.packages-pricing-section.packages-section.service-packages-section .right-list li {
    border-bottom: 1px solid var(--color-e);
    padding: 10px 30px;
    margin: 0;
}

.packages-pricing-section.packages-section.service-packages-section .right-list li::after {
    left: 8px;
    top: 12px;
}

.packages-pricing-section.packages-section .packages-list .packages-item .title-section.simple-title::before {
    clip-path: none;
}

.packages-pricing-section.packages-section .packages-list .packages-item .title-section.theme-bg-yellow::before {
    background-color: var(--color-d);
}

.packages-pricing-section.packages-section .packages-list .packages-item .title-section.theme-bg-blue::before {
    background-color: var(--color-e);
}

.packages-pricing-section.packages-section .packages-list .packages-item .lang-data {
    padding: 0 10px;
}

.packages-pricing-section.service-packages-section .radio label::before {
    top: 0;
}

.packages-pricing-section.service-packages-section .radio input:checked + label::after {
    top: 5px;
}

.packages-section.service-packages-section .packages-list .col-xs-12 {
    margin: 20px 0;
}

@media (min-width: 1400px) {
    .packages-pricing-section.packages-section.service-packages-section .grid-packages-item {
        width: 25%;
    }
}

.dashboard-header .navbar-nav .dropdown-menu #language .dropdown-menu {
    top: 0;
    right: 100%;
    max-height: 400px;
    overflow: auto;
}

body.scroll-hide {
    overflow: hidden;
}

.faq-section .panel-heading {
    padding: 3px 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.packages-pricing-section.packages-section .packages-list .packages-item.packages-item-custom .title-section {
    justify-content: center;
}

.packages-pricing-section.packages-section .packages-list .packages-item.packages-item-custom .custom-yellow-list {
    color: #fff;
    display: flex;
    justify-content: space-between;
    max-width: 700px;
    margin: 20px auto 0 auto;
    flex-direction: column;
    gap: 10px;
    font-weight: 600;
}

.custom-yellow-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-yellow-list li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 8px;
}

.custom-yellow-list li::after {
    content: '';
    border-radius: 100%;
    background-color: var(--color-d);
    background-size: cover;
    background-position: center;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 5px;
}

.packages-pricing-section.packages-section.service-packages-section .packages-item-custom .right-list li,
.packages-pricing-section.packages-section.service-packages-section .packages-item-custom {
    border: none;
}

.packages-pricing-section.packages-section .packages-list .packages-sub-list {
    border: 1px solid var(--color-border);
    border-radius: 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    margin: 10px 0 15px 0;
    padding: 0 10px;
}

.packages-pricing-section.packages-section .packages-list .right-list.column-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 5px;
    padding: 0;
}

.packages-pricing-section.packages-section.service-packages-section .packages-item-custom .package-btn .custom-btn {
    text-transform: uppercase;
    min-width: 150px;
}

/*************************************************************/
/***************** Temp added by RD start ********************/
/*************************************************************/
/*************************************************************/
.packages-pricing-section.packages-section.service-packages-section .packages-item.packages-item-custom {
    min-height: 350px;
}

.packages-pricing-section.packages-section .packages-list .packages-item.packages-item-custom .title-section::before {
    border-radius: 12px;
}

.packages-pricing-section.packages-section.service-packages-section .packages-item-custom .title-section {
    padding: 10px 10px 5px 10px;
}

.packages-pricing-section.packages-section .packages-list .packages-item.packages-item-custom .custom-yellow-list {
    margin: 10px auto 0 auto;
}

.packages-pricing-section.packages-section.service-packages-section .packages-item.packages-item-custom .right-list li {
    padding: 5px 30px;
}

.packages-pricing-section.packages-section.service-packages-section .packages-item.packages-item-custom .right-list li::after {
    top: 8px;
}

.packages-pricing-section.packages-section .packages-item.packages-item-custom .packages-sub-list {
    padding: 10px;
    margin: 10px 0 5px 0;
}

.packages-item.packages-item-custom .dropdown.bootstrap-select.links, .packages-item.packages-item-custom .dropdown.bootstrap-select.words {
    width: 50px;
}

.packages-item.packages-item-custom .dropdown.bootstrap-select.links .dropdown-menu.inner li,
.packages-item.packages-item-custom .dropdown.bootstrap-select.words .dropdown-menu.inner li {
    padding: 0;
}

.packages-item.packages-item-custom .dropdown.bootstrap-select.links .dropdown-menu.inner li:after,
.packages-item.packages-item-custom .dropdown.bootstrap-select.words .dropdown-menu.inner li:after {
    content: none;
    padding: 0;
    margin: 0;
}

.packages-item.packages-item-custom .dropdown.bootstrap-select .btn.dropdown-toggle {
    background-color: #004f91; /* Blue background */
    color: #ffffff; /* White text */
    font-weight: bold;
    font-size: 14px; /* Adjust font size */
    padding: 3px 10px; /* Small padding for compact size */
    border-radius: 5px; /* Slightly rounded corners */
    border: none; /* Remove border */
    display: flex;
    align-items: center;
    width: auto;
}

.packages-item.packages-item-custom .dropdown.bootstrap-select .btn.dropdown-toggle .bs-caret .caret {
    border-top: 6px solid #f89c1c;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    margin-left: 5px;
    right: 6px;
}

.packages-item.packages-item-custom .dropdown.bootstrap-select.dropup .btn.dropdown-toggle .bs-caret .caret {
    border-top: 0px solid #f89c1c;
    border-bottom: 6px solid #f89c1c;
}

.packages-item.packages-item-custom .dropdown.bootstrap-select .btn.dropdown-toggle:hover {
    background-color: #003c70; /* Darker blue on hover */
    color: #ffffff;
}

.packages-item.packages-item-custom .dropdown.bootstrap-select .btn.dropdown-toggle:focus {
    outline: none;
}

.service-form-info .website_inventory_td .error {
    position: relative;
    z-index: 1;
    color: #fff;
}

/*************************************************************/
/******************* Temp added by RD end ********************/
/*************************************************************/
/*************************************************************/

@media (min-width: 768px) {
    .packages-pricing-section.packages-section .packages-list .packages-item.packages-item-custom .custom-yellow-list {
        flex-direction: row;
    }

    .packages-pricing-section.packages-section .packages-list .right-list.column-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .packages-pricing-section.packages-section .packages-list .right-list.column-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

/*.service_description-info ul li{
    list-style: initial;
}*/
.description_ul_li ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.description_ul_li ul li {
    padding-left: 40px;
    position: relative;
    margin-bottom: 8px;
}

.description_ul_li ul li::after {
    content: '';
    background-image: url('../images/yellow-right.png');
    background-size: cover;
    background-position: center;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 2px;
}

.faq-main-section {
    /*background-image: url('../images/faq-bg.png');*/
    /*background-size: cover;*/
    /*background-position: center;*/
    /*border-radius: 20px;*/
    /*padding: 15px;*/
}

#sh-faq-section .knowledge-section .panel {
    border: unset;
    box-shadow: none;
}

#sh-faq-section .knowledge-section .panel .panel-heading a{
    padding: 5px 45px 5px 16px;
}

.faq-main-section .small-title {
    color: black;
}

.faq-main-section .knowledge-section {
    /*padding: 10px;*/
    /*background: #fafafa;*/
    /*border-radius: 16px;*/
    border: unset;
    padding: 0;
}

.faq-main-section .knowledge-section .panel-heading, .faq-main-section .dashboard-faq .panel-heading {
    filter: drop-shadow(0px 1px 0px rgba(0, 0, 0, 0.58));
}

.faq-main-section .knowledge-section .panel-heading a, .faq-main-section .dashboard-faq .panel-heading a {
    color: #0d4078;
    background: none;
    border-color: transparent;
}

.faq-main-section .knowledge-section .panel-heading a.collapsed, .faq-main-section .dashboard-faq .panel-heading a.collapsed {
    color: #3f3f3f;
    /*background-color: #ebedef;*/
}

.faq-main-section .knowledge-section .panel-heading a, .faq-main-section .dashboard-faq .panel-heading a,
.faq-main-section .knowledge-section .panel-heading, .faq-main-section .dashboard-faq .panel-heading,
.faq-main-section .knowledge-section .panel, .faq-main-section .dashboard-faq .panel {
    border-radius: unset;
}

.faq-main-section .knowledge-section .panel-default > .panel-heading + .panel-collapse > .panel-body,
.faq-main-section .dashboard-faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
    padding-top: 0;
}

.faq-main-section .knowledge-section .panel-heading a::after,
.faq-main-section .dashboard-faq .panel-heading a::after {
    /*for close icon*/
    background: url(../images/yellow-right.png) center / cover;
    width: 22px;
    height: 22px;
    left: -14px;
    top: 4px;
    transform: none;
}

.faq-main-section .knowledge-section .panel-heading a.collapsed::after,
.faq-main-section .dashboard-faq .panel-heading a.collapsed::after {
    background: url(../images/yellow-right.png) center / cover;
    width: 22px;
    height: 22px;
    left: -14px;
    top: 4px;
}

#sh-faq-section .panel-body{
    border: 2px solid #23527c;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.referral-program-section .referral-data .questions-data.faq-main-section .small-title {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .faq-main-section {
        padding: 15px 30px;
    }
}

/*Style updated by sheraz*/
.summary-info {
    border: 2px solid var(--color-border)
}

.summary-info .cart-detail {
/*    margin: 0 15px;*/
}

.sh_summery_total_price {
    background-color: var(--color-e);
    color: white;
    padding: 5px 10px;
    border-radius: 12px;
}

.summary-info .qty-info {
    margin-bottom: 20px;
    padding: 5px 15px;
    border-bottom: 2px solid var(--color-border);
}

.cart_remove {
    color: #940606;
}

.sh-client-order-status-section {
    margin: 0px
}

.sh-client-order-status-section .status-box {
    padding: 25px 20px;
}

 
#sh-faq-section {
    margin-right: auto;
    float: none;
    overflow: hidden;
}


#sh-faq-section .knowledge-section{
    margin-bottom: 0px;
}
#sh-faq-section .small-title.small-title-light{
    margin: 20px 0;
}

/*@media (min-width: 768px) {*/
/*    #sh-faq-section .faq-main-section {*/
/*        padding: 10px 10px;*/
/*    }*/
/*}*/



.sh-listing-features {
    width: 550px;
    background: #ebf5ff;
    border: 1px solid #055194;
    margin-bottom: 20px;
    padding: 10px 10px 0;
    position: fixed; /* Fixed position on the screen */
    top: 50%; /* Vertically center the element */
    z-index: 99999;
    display: none; /* Hidden by default */
}
.sh-listing-features .sh-close-ico{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #be0000;
    color: #ffffff;
    width: 25px;
    height: 25px;
    padding: 7px;
    right: -10px;
    top: -10px;
    cursor: pointer;
}
.sh-listing-features-list{
    margin-bottom: 8px;
    background: #ffffff;
    border: 2px solid #055194;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 5px 0px;
}
.sh-listing-features-list .sh-listing-head{
    background: #ffffff;
    gap: 8px;
    display: flex;
    align-items: center;
    border-bottom: 2px solid #055194;
    padding: 4px 8px;
}
.sh-listing-features-list .heading{
    font-size: 15px;
    font-weight: 600;
}
.sh-listing-features-list .sh-listing-wrap{
    padding: 12px 0;
    list-style: none;
    margin-bottom: 0;
    font-size: 13px;
}
.sh-listing-features-list .sh-listing-wrap li{
    position: relative;
    background-image: url(images/checked.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 0px 2px;
    border-bottom: 1px solid rgb(5 81 148 / 97%);
    margin: 0 15px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    gap: 8px;
}
.sh-listing-features-list .sh-listing-wrap .counter{
    font-weight: 600;
}
.sh-listing-features-list .sh-listing-wrap li:last-child{
    padding-bottom:0;
    margin-bottom:0;
    border-bottom:none
}

span.ico {
    margin-right: 10px;
}

.ico img {
    width: 20px;
    height: 20px;
}
.sh-listing-heading{
    background-color: #055194;
    padding: 5px;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 6px;
    color: white;
}

.sh-site-stats {
    cursor: pointer;
    background-color: var(--color-b);
    font-size: 14px;
    font-weight: unset;
}
.table-view_inventory tbody tr:hover{
    background-color: #ebf5ff;
}

#sh-inventory-view .bootstrap-select > .dropdown-toggle.bs-placeholder,
#sh-inventory-view .bootstrap-select > .dropdown-toggle.bs-placeholder:active,
#sh-inventory-view .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
#sh-inventory-view .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
     color: #313131 !important;
    background-color: #fff  !important;
}

#sh-inventory-view .custom-table .dataTables_filter input,
#sh-inventory-view .custom-table .search-container .fa-search{
    height: 40px !important;
}


#sh-inventory-view .bootstrap-select.form-control .dropdown-toggle,
#sh-inventory-view input{
    height:45px;
    padding: 10px 12px;
    border-radius:10px;
    border: 2px solid #05519457;
    color: #949494;
}
#sh-inventory-view .caret{
     border-top: 7px dashed;
 }
#sh-inventory-view  .dropup .caret, .navbar-fixed-bottom .dropdown .caret{
    border-bottom: 7px dashed;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret{
    border-top: 0 !important;
}
#sh-inventory-view  .dropup .caret,
#sh-inventory-view .caret{
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    color: #949494;
}



#sh-inventory-view-list  table td, #sh-inventory-view-list table tr, #sh-inventory-view-list table th{
    border: unset;
    border-bottom: 2px solid var(--color-c);
    color: black;
}
#sh-inventory-view-list table{
    border-color: var(--color-c) !important;
}

#sh-inventory-view-list table th:not(:first-child){
    white-space: nowrap;
}

#sh-inventory-view-list .table-title{
    text-align: left;
}
#sh-inventory-view-list .table-title #customText span{
    color: var(--color-d);
}

#sh-inventory-view-list  table .table-flag{
    border-radius: 4px;
    max-width: 40px;
}

#sh-inventory-view-list table .web_inv_btn {
    font-size: 16px;
    font-weight: unset;
    border-radius: 8px;
    padding: 6px 13px;
}

#sh-inventory-view .search-btn-custom {
    height: 47px;
    align-self: end;
}

#sh-inventory-view .inventory-advance-filter{
    justify-content: space-between !important;
}

 

.agency-banner-img{
    width: 100%;
    padding-bottom: 10px;
}

#recurring_package_modal .radio{
    display: block;
}

.pl-1{
    padding-left: 1em !important;
}

.sh-categories-scroll {
    max-height: 70px;
    overflow-y: auto;
}

.transaction-html-info-col-left img{
        width:180px;
}

.sh-btn-md{
/*    padding: 8px;*/
height:37px;
}
.sh-input-group{
    height: 37px
}


.sh-fav-checkbox{
    gap: 6px;
    align-items: center;
    justify-content: center;
}

.sh-fav-checkbox .bg-light{
    background-color: #e0dede;
    padding: 1px 3px;
    border-radius: 2px;
}
.sh-fav-checkbox input{
    margin: 0;
    top: 1;
}

.sh-fav-checkbox .icon-heart-white{
    color: #ffffff;
}
.sh-fav-checkbox .icon-heart-red{
    color: red;
}
.sh-fav-checkbox label{
    display: none;
}
 

.sh-datatable-search{
    gap: 0 !important;
    border: 1px solid;
    border-radius: 8px !important;
}

.sh-datatable-search input{
    background-color: transparent !important;
    border: none; 
    color: white;
}

.sh-datatable-search i{
    border: none !important;
}

#sh-selected-inventory table thead  tr {
    font-weight: 600;
    color: #055194;
}

#sh-selected-inventory table tbody  tr td {
    padding: 16px 10px;
    text-align: center;
}
 
#sh-selected-inventory .remove-selected-website{
    background-color: #dfdfdf;
    padding: 5px;
    border-radius: 5px;
    font-size: 13px;
    color: #686868;
}

#sh-selected-inventory{
    max-height: 350px;
    overflow-y: auto;
}
.selected_inv_processed{
    width: 120px;
    margin-left: auto;
}

.sh-navbar-right{
    align-items: center !important;
}
.sh-profile-icon a {
    border: unset !important;
    text-align: center;
}
.sh-profile-icon img{
    max-width: 30px !important;
}
.sh-profile-icon small{
    font-size: 12px;
}

.sh-profile-icon.open>a,
.sh-profile-icon.open>a:focus,
.sh-profile-icon.open>a:hover{
    background-color: transparent !important;
}
.sh-profile-icon .user-link:after{
    right: unset !important;
}

.sh-input-group-btn{
    vertical-align: top;
}

.sh-quick-action-btn{
    display: none;
} 
 

/*Profile section update*/
#sh-profile-data .profile-img{
    display: inline-block;
}
#sh-profile-data .profile-data-info li{
    margin-bottom: 15px;
    font-size: 15px;
}
#sh-profile-data .profile-tab{
    margin-top: 35px;
}
#sh-profile-data .profile-tab .nav-pills{
    border: 1px solid var(--color-border);
    padding: 10px 20px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    display: block;
}


#sh-profile-data .profile-tab .nav-pills > li > a {
    background-color: #c1c6cb;
    color: #4e4c4c;
}

#sh-profile-data .profile-tab .nav-pills > li > button {
    padding: 9px 40px;
}

#sh-profile-data .nav-pills > li.active > a,
#sh-profile-data .nav-pills > li.active > a:focus,
#sh-profile-data .nav-pills > li.active > a:hover,
#sh-profile-data  .nav > li > a:focus,
#sh-profile-data  .nav > li > a:hover{
    opacity: 1;
    background-color: var(--color-e);
    color: #fff;
}

#sh-profile-data .tab-content{
    margin-top: 0px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding: 20px;
}

#sh-profile-data .tab-content .info-data,
#sh-profile-data .tab-content .info-form{
    margin-top: 25px;
    font-size: 15px;
}
#sh-profile-data .tab-content .info-data .row{
    margin-top: 10px;
}

#sh-profile-data .info-form form{
    padding: 0 15px;
}
#sh-profile-data .custom-btn{
    padding: 9px 40px;
}


.custom-table .title-section .table-title{
    text-align: right;
}

.sh-discount-badge{
    background-color: #fba421;
    padding: 5px 10px;
    border-radius: 10px;
    color: black;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.4);
}
/*margin classes*/
.mt-1{
    margin-top: 1em;
}



.mr-2{
    margin-right: 2em;
}


.custom-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 30px;
    margin-right: 10px;
}

.custom-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.custom-switch label {
    position: absolute;
    cursor: pointer;
    background-color: #ccc;
    border-radius: 34px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.4s;
}

.custom-switch label::before {
    content: "";
    position: absolute;
    height: 21px;
    width: 21px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    border-radius: 50%;
    transition: 0.4s;
}

.custom-switch input:checked + label {
    background-color: var(--color-b);
}

.custom-switch input:checked + label::before {
    transform: translateX(24px);
    background-color: var(--color-d)
}

.inventory-filler-btn{
    margin-top: 15px;
}
.inventory-filler-btn .btn{
    padding: 10px 15px;
}
.inventory-filler-btn .btn img{
    margin-right: 10px;
}

.yellow-text{
    color: var(--color-d);
}

.inventory-filler-btn .more-filter-btn{
    background-color: #e3e2e285;
    padding: 12px 25px !important;
    border: 2px solid #05519457;
}
.inventory-th-icon{
    width: 15px;
    margin-right: 3px;
}

.custom-tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.custom-tooltip::after {
    content: attr(data-title);
    position: absolute;
    bottom: 125%; /* above the element */
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 6px 10px;
    border-radius: 5px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
    font-size: 12px;
    z-index: 10;
}

.custom-tooltip:hover::after {
    opacity: 1;
    visibility: visible;
}

.text-theme-primary{
    color: var(--color-e) !important;
 }

.sticky-widget {
    background-color: var(--color-d);
    padding: 10px 7px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: fixed;
    display: inline-flex;
    bottom: 25px;
    writing-mode: vertical-rl;
}
.sticky-widget i{
       font-size: 12px;
    color: white;
    padding: 7px 5px;
}

.sticky-widget a {
    margin-bottom: 0;
    color: white;
    font-size: 15px;
}

.text-theme-primary img {
    margin: 0;
    width: 14px;
}

#custom_inquery .modal-content{
    border: 2px solid var(--color-e);
}


#custom_inquery .modal-header{
    background-color: var(--color-e);
}

#custom_inquery .modal-title{
    color: #fff;
    text-align: center;
}

#custom_inquery .close{
    background: #9d9d9d;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    color: #ffffff;
    opacity: 0.8;
}

#custom_inquery .modal-body{
    padding: 40px 15px;
    position: relative;
}

#custom_inquery .modal-body img{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 157px;
}
.help_widget_div{
    display: none;
}