body {

    font-family: 'Roboto', sans-serif;
    color: #233751 !important;

}

.sticky {
    position: sticky;
    top: 0;
    z-index: 9;
}

.primary-heading {
    margin-bottom: 30px;
}

.img_bg {
    width: 50px;
    height: 50px;
    background: #0C6EFD;
    border-radius: 50%;
    padding: 6px;
}

.sticky .navbar-primary {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #344252;
}

.Headertop .navbar-primary {
    background: #223750;
}

.navbar-primary li a {
    color: #495057;
}

.navbar-primary li.active a {
    color: #54B8FF
}

.navbar-expand-sm.navbar-primary .navbar-nav .nav-link {
    padding: .5rem 1rem;
}

.navbar-expand-sm.navbar-primary .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0;
}

.user-url-search-form {
    max-width: 800px;
    margin: 30px auto;
}

.user-url-search-form input {
    height: 50px;
    border: 0
}

::placeholder,
:-ms-input-placeholder,
::-moz-placeholder {
    color: #9F9F9F;
}

.user-url-search-form input::placeholder,
.user-url-search-form input:-moz-placeholder {
    color: #9F9F9F;
}

.user-url-search-form .btn {
    border-radius: 0;
    font-size: 20px;
}

.lastbutton {
    border-radius: 0 6px 6px 0 !important;
    padding: 8px 35px !important;
}

.hero-banner {
    background-image: url('../images/home-banner.jpg');
    padding: 250px 0 150px;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

.navbar-brand img {
    width: 200px;
}

.sitemap-faq {
    padding: 40px 0;
    background-color: #F1F1F1;
    margin-bottom: 50px;
}

.table_common .no_data_found {
    padding: 70px 15px;
    border: none;
    text-align: center;
}

.faq-card {
    padding: 0px;
    margin-bottom: 35px;
    float: left;
}

h2.secondary-heading {
    text-align: center;
    margin-bottom: 70px;
    position: relative;
}

h2.secondary-heading:after {
    content: "";
    border-bottom: 4px solid #233751;
    display: block;
    width: 100px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;

}

.faq-card h4 {
    margin-bottom: 15px;
}

.faq-card p {
    margin-bottom: 0;
}

.why-section .nav-tabs .nav-link-t {
    font-size: 17px;
    color: #4B4B4B;
    font-weight: 300;
    padding: 10px 16px 15px;
    display: inline-block;
    position: relative;
    text-decoration: none;
    text-align: center;
}

.why-section .nav-tabs .nav-link-t.active {
    color: #1faaf0;
}

/* .why-section .nav-tabs .icon{
	display:block;
	height:65px;
	width:65px;
	margin:auto;
	margin-bottom:15px;
    top:90px;
    left:50%;
} */

.why-section .nav-tabs .nav-link-t.active .icon {
    display: none;
}

.why-section .nav-tabs .icon.active {
    display: none;
}

.why-section .nav-tabs .nav-link-t.active .icon.active {
    display: block;
}

.why-section .nav-tabs .nav-link-t img {
    width: 60px;
    height: 60px;
}

.why-section .nav-tabs .nav-link-t:after {
    content: '';
    background: transparent;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -18px;
    width: 100%;
    height: 5px;
}

.why-section .nav-tabs .nav-link-t.active:after {

    background: #1FAAF0;

}

.why-section .nav-tabs {
    justify-content: space-between;
    border-bottom: 2px solid #dee2e6;
    padding-bottom: 0px;
}

.why-section .nav-tabs .nav-item {
    margin-bottom: 15px;
}


.tab-content {
    margin-top: 50px;
}

.why-img img {
    width: 100%;
}

.why-section .positon-abs {
    position: absolute;
    right: 0;
    width: 54%;
    top: 0;

}

.positon-rel {
    position: relative;
    min-height: 350px;
    padding-top: 50px;
}

.why-section .what_inner {

    margin-top: 50px;
}

.why-content {
    background: #fff;
    padding: 20px;
    position: relative;
    z-index: 9;
    border-radius: 15px;
    box-shadow: 0 0 6px 0px rgba(0, 0, 0, .2);

    width: 54%;
}

.plans {
    background-color: #F1F1F1;
    padding: 70px 0;
}

.hl-plan-price .plans {
    padding: 0;
}

.card-plan {
    background-color: #fff;
    box-shadow: 0 0 6px 0px rgba(0, 0, 0, .2);
    border-radius: 20px;
    margin-top: 0;
    text-align: center;
}

.card-plan h3 {
    margin-bottom: 30px;
    background-color: #233751;
    padding: 40px 20px;
    border-radius: 20px;
    color: #fff;
    position: relative;
}

.plan_active.card-plan h3 {
    background: transparent;
    color: #000;
    padding: 0;
}

.card-plan h3 span {
    font-size: 18px;
    display: block;
    margin-top: 9px;
    font-weight: normal;
}



.card-plan p {
    /* border-bottom: 1px solid #ddd; */
    margin-bottom: 10px;
    /* font-weight: 300; */
    /* padding-bottom: 10px; */
    text-transform: capitalize;
}


.flexrow-justifybetween {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

.flexrow-justifybetween .btn {
    font-size: 14px;
    border-radius: 20px;
    padding: 6px 20px;
    height: 35px;
}

ul.pagination {
    justify-content: center;
    margin: 20px 0;
    gap: 15px;
    align-items: center;
}

ul.pagination li {
    font-size: 14px;
    cursor: pointer;
}

ul.pagination li.active {
    width: 20px;
    height: 20px;
    background: #233751;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #eee
}

#contact-popup .modal-content {
    background: #1d94d2;
}

#contact-popup .modal-content .form_section {
    background: #fff;
    padding: 20px;
    border-radius: 25px;
    margin: 40px 0;
    width: 90%;

}

#contact-popup .form_section .login-form {
    padding: 0;
}

#contact-popup .form_section p {
    font-size: 14px;
}

.text-sm {
    font-size: 12px;
    text-align: center;
}

.text_gray {
    color: #bbb
}

#contact-popup .form_section h2 {
    margin-top: 0;
}

.flexrow-justifybetween .welcome_heading {
    margin-bottom: 0;
}

.get-lang img {
    width: 100px;
}

.get-lang {
    color: #000;
    /*    margin-top: 70px;*/
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
}

.get-lang p {
    margin-bottom: 0;
}

footer {
    background: #233751;

    /*    padding-top:10px;*/
}

.flinks {
    padding: 0;
    margin: 0;
}

.flinks li {
    list-style: none;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

.flinks li a {
    color: #f4f4f4;
    font-weight: 300;
    text-decoration: none;

}

.b-link {
    display: flex;
    list-style: none;
    padding: 0;
}

.b-link li a {
    color: #fff;
    margin-right: 10px;
    text-decoration: none;
}

.copyright {
    color: #fff
}

ul.social-links {
    display: flex;
    justify-content: end;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.social-links li a {
    color: #fff;
    margin-left: 10px;
    font-size: 20px;
    font-weight: 300;
}

ul.social-links li a svg {
    fill: #fff;
}

.itemcenter {
    align-items: center;
}

@media (min-width:1200px) and (max-width:1366px) {
    .sitemap-faq {
        padding: 70px 0;
    }

    .faq-card {
        padding: 0px;
        margin-bottom: 25px;
        padding-left: 15px;
    }

    .faq-card p {
        font-size: 14px;
    }

    .faq-card h4 {
        margin-bottom: 10px;
        font-size: 1.3rem;
    }

    .tab-why-content h3 {
        font-size: 1.3rem;
    }
}

@media (max-width:991px) {
    .why-section .nav-tabs .nav-link-t {
        padding: 10px 10px 15px;
        font-size: 13px;
    }

    .why-section .nav-tabs .nav-link-t img {
        width: 45px;
        height: 45px;
    }

    .why-content {
        padding: 0px;
    }

    .what_inner .why-content {
        padding: 20px 0px;
    }

    .tab-content,
    .why-section .what_inner {
        margin-top: 10px;
    }

    .redirect-sec {
        max-height: 329px;
        margin: 70px 0px;
        padding: 23px 0px;
    }

    .redirect-url {
        padding: 20px;
    }

}

@media (max-width:767px) {
    .desktop_tab {
        overflow-x: hidden;
    }

    .dashboard_box .cbox-shadow .item {
        border-right: 0 !important;
    }

    .desktop {
        display: none;
    }

    .tab-scroll {
        overflow-x: scroll;
        white-space: nowrap;
    }

    .why-section .nav-tabs,
    .why-section .nav-tabs li {
        display: inline-block;
    }

    .why-content,
    .why-section .positon-abs {
        width: 100%;
        position: static;
    }

    .why-content {
        box-shadow: none;
    }

    .positon-rel {
        padding-top: 0;
    }

    .navbar-brand img {
        width: 120px;
    }

    .Headertop .navbar-primary {
        padding-top: 15px;
    }

    .plans .col-md-3 {
        padding: 0 15px;
    }

    .card-plan {
        border-radius: 15px !important;
    }

    ul.social-links,
    .b-link,
    .copyright {
        margin-bottom: 10px;
        justify-content: center;
    }

    .primary-heading {
        font-size: 30px;
    }

    h2.secondary-heading {
        font-size: 26px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 22px;
    }

    .card-plan.blue-plan {
        padding: 30px;
    }

}

h4.audit-heading {
    text-align: center;
    position: relative;
}

h4.audit-heading:after {
    content: "";
    border-bottom: 4px solid #233751;
    display: block;
    width: 100px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;

}


.card-plan.enable-subscription-btn {
    margin-right: 20px;
    padding: 0px;
    padding-bottom: 30px;
    border: 1px solid transparent;
    height: 100%;
}

.card-plan.enable-subscription-btn:last-child {
    margin-right: 0;
}


.card-plan.enable-subscription-btn .btn {
    margin: 0px 40px 0px 40px;
    background-color: transparent;
    color: #0d6efd;
    font-weight: 400;
    display: block;
    border-radius: 10px;
}

.card-plan.enable-subscription-btn:hover {
    border: 1px solid #233751;
}

.card-plan.enable-subscription-btn:hover .btn {
    background-color: #0d6efd;
    color: #fff;
}

.redirect-sec {
    background-image: url(../images/footer-redirect-banner.png);
    background-size: 100% 100%;
    height: 329px;
    display: flex;
    margin: 70px 0px;
}

.content-group {
    max-width: 712px;
    margin: auto;
}

.content-group p {
    font-size: 2rem;
    color: #fff;
    text-align: center;
}

.content-group .btn {
    background-color: #0d6efd;
    font-weight: 400;
    border-radius: 10px;
    max-width: 300px;
    padding: 12px;
    display: block;
    margin: auto;
}

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

.table_common th,
.table_common td {
    border-bottom: 1px solid #ddd;
    padding: 15px;
    text-align: center;
    border-right: 1px solid #ddd;
}

.table_common th {
    font-weight: normal;
}

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

.table_common .purl a {
    color: #0c6efd;
    text-decoration: none;
}

.table_common .pactions a {
    margin-right: 5px;
    color: #555;
}

.table_common .count,
.table_common .sub-title {
    text-align: center;
}

.table_common .status-box {
    padding: 5px;
    border-radius: 5px;
}

.table_common .completedStatus {
    color: #59c680;
}

.table_common .text-warning {
    color: orange;
}

.table_common span.pactions i {
    margin-top: 6px;
}

.left_icon {
    float: left;
    width: 100px;
}

.left_icon img {
    width: 60px;
    height: 60px;
}

.right {
    float: right;
    width: calc(100% - 100px);
}

.faq-card {
    width: 100%;
    clear: both;
}

section.sitemap-faq:after {
    content: '';
    content: "";
    display: table;
    clear: both;
}

.why-section .nav-tabs span.icon {
    margin-bottom: 15px;
}

.steps {
    padding: 70px 0px;
}

.fontHeading {
    font-size: 1.7rem !important;
}

@media (max-width: 991px) {
    .fontHeading {
        font-size: 1.3rem !important;
    }

    .plans .col-12 {
        margin-bottom: 15px;
    }

    .tab-scroll {
        overflow: scroll;
        overflow-x: auto;
        white-space: nowrap;
    }

    .why-section .nav-tabs {
        display: block;
        list-style: none;
        overflow-x: auto;
        white-space: nowrap;
    }

    .why-section .nav-tabs li {
        display: inline-block;

    }

    .sticky .navbar-primary {
        padding: 0.5rem 20px;
        background-color: #344252;
    }

    .content-group p {
        font-size: 1.5rem;
    }

    .plans {
        margin-top: 50px;
    }
}



@media (max-width: 1200px) {
    .tab-scroll {
        overflow: scroll;
        overflow-x: auto;
        white-space: nowrap;
    }
}

@media (min-width: 1200px) {
    .table_common tbody tr td:last-child {
        /*        min-width: 320px;*/
    }

    .table_common tbody tr td .actions {
        /*        gap: 30px;*/
    }
}

.row-group {
    max-width: 700px;
    margin: auto !important;
    text-align: center;
    position: relative;
}

.row-group h6 {
    font-size: 1.5rem;
    color: #000;
    margin-top: 50px;
}

.row-group p {
    font-size: 14px;
    color: #000;
    margin-top: 18px;
}



@media (min-width: 1024px) {
    .row.row-group:after {
        content: '';
        width: 263px;
        height: 1px;
        background: #F1F1F1;
        top: 32px;
        position: absolute;
        left: 218px;
        right: 0px;
    }


}

.img-cir {
    position: relative;
}

.img-cir img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.img-cir:before {
    content: '';
    width: 90px;
    height: 90px;
    margin: auto;
    background: #F1F1F1;
    border-radius: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: -1;
    top: -15px;
}

/* form page css */
.left_forsec {
    border-right: 1px solid #ddd;
}

.plan-content {
    background: #D3DFEC;
    padding: 44px 0px;
    border-radius: 20px;
    padding-bottom: 0px;
    border: 1px solid #ddd;
}

.plan-content h5 {
    text-align: center;
    position: relative;
    margin-bottom: 19px;
    color: #233751;
    font-size: 1.1rem;
}

.plan-content h5:after {
    position: absolute;
    content: '';
    left: 50%;
    right: 0px;
    transform: translate(-50%, 0%);
    height: 2px;
    width: 70px;
    background-color: #233751;
    bottom: -9px;
}

.plan-content p {
    text-align: center;
    margin-bottom: 42px;
    color: #233751;
    font-size: 1.3rem;
    font-weight: bold;
}

.plan-content span {
    background: #233751;
    display: block;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    text-align: center;
    padding: 10px 20px;
    color: #fff;
    font-size: 16px;
}



.d-hidden {
    display: none;
}

@media (max-width:991px) {
    .m-hidden {
        display: none;
    }

    .d-hidden {
        display: block;
    }

    .lastbutton {
        padding: 8px 15px !important;
    }

    .btn-main {
        font-size: 15px !important;
        height: 50px !important;
    }

    .faq-card h4 {
        font-size: 16px;
        line-height: 20px;
    }

    .faq-card p {
        font-size: 14px;
    }

    .hero-banner {
        padding: 133px 0 73px;
    }
}


/* form new design css */
.main-tabbing .form-body .tab-content {
    padding: 0px;
    margin: 0;
}

.left_forsec {
    background-color: #D3DFEC;
    padding: 35px 20px !Important;
    border-radius: 20px;
    border-top-left-radius: 0;
}

.left_forsec form {
    margin: 0px;
}

.main-tabbing .form-body .nav-tabs .nav-link {
    font-weight: bold;
    border: none;
    background-color: #233751;
    border-radius: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 20px 28px;
    position: relative;
    color: #fff;

}

.main-tabbing .form-body .nav-tabs .nav-link.active {
    color: #233751;
    background-color: #d3dfec;
}

.main-tabbing .form-body .nav-tabs .nav-item:last-child .nav-link {
    margin-left: 10px;
}

.main-tabbing .form-body .nav-tabs .nav-item {
    margin-right: 10px;
}


.main-tabbing .form-body .nav-tabs {
    border-bottom: none;
    box-shadow: none;
}

.main-tabbing .form-body .nav-tabs .nav-link.active:after {
    display: none
}

.nav-tabs .nav-item img {
    display: block;
    margin: auto;
    width: 50px;
    margin-bottom: 6px;
    height: 30px;
}

body .nav-tabs .nav-link.active:after {
    content: '';
    left: 0px;
    height: 60px;
    background: #233751;
    position: absolute;
    top: 50%;
    bottom: 0px;
    z-index: 999;
    width: 4px;
    transform: translate(0px, -50%);
}

.info_icon_ {
    width: 16px;
    height: 16px;
}

.main-tabbing .form-body .form-group {
    position: relative;
}

.main-tabbing .form-body .form-group .remove-row,
.main-tabbing .form-body .form-group .add-row {
    position: absolute;
    right: -33px;
    top: 4px;
    background: #0C6EFD;
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.add-row img,
.remove-row img {
    position: relative;
    top: 5px;
    left: 0px;
    width: 16px;
    height: 16px;
}

.main-tabbing .form-body .top_hea {
    font-size: 13px;
    position: relative;
    margin: 30px 0px;
    font-style: italic;
}

.main-tabbing .form-body .top_hea:after {
    width: 300px;
    height: 1px;
    background: #bdbdbd;
    position: absolute;
    right: 0px;
    z-index: 99;
    content: '';
    top: 8px;
    display: none;

}

.x-formRow .form-group {
    margin-bottom: 0;
}


/* Style for the file input container */
.file-input-container {
    position: relative;
    width: 100%;
    /* Adjust the width as needed */
    text-align: right;
}

.file-input-container img {
    width: 20px;
    margin-right: 10px;
    height: 20px;
}

/* Style for the file input */
.file-input-container input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 37px;
    opacity: 0;
    cursor: pointer;
    z-index: 9;
}

/* Style for the text box */
.file-input-container input[type="text"] {
    width: calc(100% - 40px);
    /* Adjust the width based on the button size */
    padding: 10px;
    box-sizing: border-box;
}

/* Style for the upload button with icon */
.file-input-container button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-color: #0C6EFD;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: 0px 3px 6px #00000029;
}

.file-input-container button i {
    margin-right: 10px;
}

.Download_icon a.download {
    background: #fff;
    display: inline-block;
    height: auto;
    border-radius: 4px;
    padding: 6px 12px;
    box-shadow: 0px 3px 6px #00000029;
    color: #233751;
    text-decoration: none;
}

.csvlabel {
    font-size: 15px;
    font-weight: normal;
}

.nav-tabs .nav-link .active-icon {
    display: none;
}

.nav-tabs .nav-link.active .active-icon {
    display: block;
}

.nav-tabs .nav-link.active .n-active-icon {
    display: none;
}

.right_arrow {
    position: absolute;
    right: -24px;
    top: 11px;
    color: #233751;
}

.form-check .form-check-input {
    margin-top: 4px;
}

.form-group .fa-info {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    border: 1px solid #233751;
    color: #233751;
    text-align: center;
    line-height: 13px;
    font-size: 10px;
    position: relative;
    top: -8px;
}

.left_forsec label {
    font-weight: 500;
}

.disabled_form.disabled {
    position: relative;
}

.disabled_form.disabled::after {
    position: absolute;
    left: 0px;
    content: '';
    right: 0px;
    top: 0px;
    z-index: 99;
    height: 100%;
    width: 100%;
    background: rgb(211 223 236 / 56%);
}

/* dashboard page design */
.welcome_heading {
    font-size: 2rem;
    text-transform: capitalize;
    font-weight: 600;
}

.welcome_heading span {
    font-weight: normal;
}

.dashboard_box {
    background: #F3F8FE;
    padding: 35px 20px;
    border-radius: 20px;
}

.user-plan-detail h2,
.dashboard_box h3 {
    font-size: 1.2rem;
    font-weight: 500;
}

.user-plan-detail h2 {
    margin: 10px 0px 22px 0px;
}

.dashboard_box .cbox-shadow {
    background: #fff;
}

.dashboard_box .cbox-shadow .item {
    display: flex;
    align-items: center;
    padding: 10px;
    background: #f3f8fe;
    border-radius: 4px;
    margin-bottom: 17px;
    border-right: 4px solid #5ac361;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    font-size: 15px;
}

.clear-icon {
    display: none;
    position: absolute;
    right: 10px;
    top: 11px;
    cursor: pointer;
}

.input-container {
    width: 100%;
    flex-basis: content;
    flex-grow: 2;
    position: relative;
}

.input-container input {
    width: 100%;
    padding-right: 20px;
    height: 100%;
    border: none;
    padding-left: 34px;
    outline: 0;
    font-size: 14px;
}


.search-container {
    border: 1px solid #ddd;
    height: 50px;
    border-radius: 8px;
    padding: 2px;
    background: #fff;
}

.search-container form {
    height: 100%;
}

.input-group {
    width: 100%;
    height: 100%;
}

.search-select {
    border: none;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    outline: 0;
}

.input-group-append .input-group-text {
    background: #0c6efd;
    cursor: pointer;
    color: #fff;
}

.input-group-prepend {
    position: relative;
}

.input-group-prepend:after {
    position: absolute;
    right: -15px;
    border: 1px solid #ddd;
    top: 3px;
    height: 40px;
    z-index: 99;
    content: '';
}

.input-group-prepend {
    min-width: 100px;
}

table th:first-child {
    border-top-left-radius: 15px;
    border-left: none;
}

table th:last-child {
    border-top-right-radius: 15px;
    border-right: none
}

.table_common thead {
    background-color: #233751;

}

.table_common tbody {
    background-color: #fff;
    overflow-y: auto;
    max-height: 500px;

}

.table_common thead th {
    color: #fff;
    font-weight: 500;
    border-bottom: none;
    border-top: 0px;
}

.table_common tbody tr td:first-child,
.table_common tbody tr td:last-child {
    border-left: none;
}

.table_common tbody tr td:last-child {
    border-right: none;

}

.table_common tbody tr:first-child td {
    border-top: none;
}

.table_common tbody tr:last-child td {
    border-bottom: none;
}

.table_common tbody tr:last-child td:first-child {
    border-bottom-left-radius: 15px;
}

.table_common tbody tr:last-child td:last-child {
    border-bottom-right-radius: 15px;
}

.see_all a {
    float: right;
    text-transform: capitalize;
    font-size: 13px;
}

.see_all {
    font-size: 1.3rem;

}

.see_all i {
    font-size: 0.8rem;
}

.sheduled_project {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

.sheduled_project ul {
    padding: 0px;
    list-style: none;
}

.sheduled_project ul li {
    position: relative;
    padding: 8px 32px;
    background: #f3f8fe;
    margin-bottom: 10px;
    border-radius: 23px;
}

.sheduled_project ul li::before {
    position: absolute;
    width: 10px;
    height: 10px;
    content: '';
    border: 1px solid #ddd;
    left: 8px;
    top: 14px;
    background: #000;
    border-radius: 100%;
}

.sheduled_project ul li:first-child::before {
    background-color: #14D4E2;
}

.sheduled_project ul li:nth-child(2)::before {
    background-color: #1168ED;
}

.sheduled_project ul li::after {
    content: '';
    top: -22px;
    border: 1px solid #ddd;
    left: 12px;
    position: absolute;
    height: 36px;
}

.sheduled_project ul li:first-child::after {
    display: none;
}

.sheduled_project ul li:last-child::before {
    background-color: #9060EF;
}

.edit_form {
    display: block;
    text-align: right;
    font-size: 0.8rem;
    font-weight: bold;
}

.edit_form i {
    margin-left: 5px;
}

.fa-check {
    width: 20px;
    height: 20px;
    background-color: #59c680;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    line-height: 20px;
    display: block;
    margin: auto;
    font-size: 12px;
}

.dashboard-table .expiredStatus .fa-times {
    width: 20px;
    height: 20px;
    background-color: red;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    line-height: 20px;
    display: block;
    margin: auto;
    font-size: 12px;
}

/*Loader css*/
.loader-div {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.1);
    left: 0;
    z-index: 9999;
}

.loader-div img {
    top: 50%;
    width: 100px;
    position: absolute;
    left: 50%;
    height: 100px;
}


.dashboard_box_plans .plan_content {
    padding: 35px 35px;
    background: #233751;
    color: #fff;
    border-radius: 18px;
    text-align: right;
    position: relative;
    z-index: 9;
}

.dashboard_box_plans .plan_content::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #233751;
    position: absolute;
    top: 50%;
    right: -37px;
    transform: translate(-50%, -50%) rotate(270deg);
}

.dashboard_box_plans .plan_contents_right {
    background: #fff;
    height: 100%;
    margin-right: 5px;
    padding: 0px 20px;
}

.plan_contents_right .site_plan p {
    margin: 0px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
}

.plan_content h2 {
    font-size: 1.8rem;
}

.plan_contents_right .site_plan i {
    display: inline-block;
    margin-right: 10px;
}

.plan_contents_right .site_plan {
    padding: 25px 0px;
    margin-left: 30px;
}

.compare_box {
    background: #fff;
    border-radius: 20px;
    display: flex;
    padding: 7px 12px;
    position: relative;
    border: 1px solid #ddd;
}

.compare_box p {
    width: calc(100% - 150px);
    margin: 0px;
    padding: 14px 20px;
}

.compare_box button {
    width: 150px;
    border-radius: 15px;
}

.common_modal .modal-dialog {
    transform: translate(-50%, -50%) !important;
    top: 50%;
    left: 50%;
    position: absolute;
    margin: 0px;
}

.common_modal .modal-dialog .modal-content {
    min-width: 100%;
    border-radius: 0px;
}

.common_modal .modal-dialog .modal-header {
    padding: 20px 15px;
    background: #233751;
    position: relative;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.common_modal .modal-dialog .modal-header h1 {
    font-size: 16px;
    width: calc(100% - 20px);
    padding: 0px;
    color: #fff;
}

.common_modal .modal-dialog .modal-header h1 .fa-close {
    position: absolute;
    right: 14px;
    top: 22px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.common_modal .modal-dialog .card-plan h3 {
    padding: 25px 20px;
    font-size: 22px;
    min-height: 128px;
}

.common_modal .modal-dialog .card-plan h3 span {
    font-size: 14px;
}

.recurring-setting .form-control {
    background-color: transparent !important;
    appearance: auto;
    padding-right: 10px;
}

.form-control:disabled {
    background-color: #d3dfec !important;
}

.cbtn.btn-transparent {
    color: #233751;
    background-color: #d3dfec;
    border-color: #d3dfec;
}

.sheduled_project p {
    font-size: 16px;
}

.sheduled_project p.icons_design {
    font-size: 13px;
    cursor: pointer;
}

.sheduled_project p.icons_design img {
    height: 13px;
}

.sheduled_project p span {
    margin-left: 10px;
}

.modal-dialog .domain-list-table {
    box-shadow: 0px 0px 6px 0px #000;
    border-radius: 15px;
}

table.dataTable tbody th,
table.dataTable tbody td {
    font-size: 15px;
}

.modal-dialog .domain-list-table span i {
    cursor: pointer;
    margin-left: 5px;
}

.current_plan_heading {
    position: relative;
    display: block;
    margin: 0px 0px 10px 0px;
    margin-top: 0px !important;
}

.current_plan_heading::after {
    position: absolute;
    bottom: -6px;
    width: 76px;
    left: 50%;
    right: 0px;
    content: '';
    border: 1px solid #fff;
    transform: translate(-50%, 0);
}

.authantication_pop_up .image_content {
    position: relative;
    height: 100%;
}

.authantication_pop_up .image_content .content_group {
    position: absolute;
    top: 50%;
    bottom: 0px;
    left: 50%;
    right: 0px;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 20px;
    ;
}

.authantication_pop_up .image_content .content_group .main_heading {
    color: #fff;
    font-size: 33px;
    font-weight: 300;
    text-transform: capitalize;

}

.authantication_pop_up .image_content .content_group .sub_heading {
    color: #fff;
    font-size: 14px;
    font-weight: 200;
}

.form_section h2,
.form_section p {
    text-align: center;
}

.form_section h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.7rem;
}

.form_section p {
    font-size: 13px;
}

.form_section p span {
    font-weight: bold;
}

.form_section .form-group .input-box {
    width: 100%;
    padding: 7px 40px 7px 10px;
    border-radius: 15px;
    background: #f3f8fe;
    outline: none;
    border: none;
}

.form_section .form-group {
    position: relative;
}

.form_section .form-group img.icons {
    position: absolute;
    right: 13px;
    width: 20px;
    height: 20px;
    top: 6px;
}

.form_section .form-group img.eye {
    cursor: pointer;
}

.button_form {
    width: 100%;
}

.authantication_pop_up .modal-body {
    padding: 0px;
}

.authantication_pop_up .form_section {
    padding: 13px 30px 0px 0px;
}

.form-check-label {
    display: flex;
    font-size: 13px;
}

.form-check-label a {
    flex-grow: 1;
    text-align: right;
    font-size: 13px;
}

.authantication_pop_up .form_section .button_form {
    border-radius: 20px;
}

.authantication_pop_up .form_section .register_now {
    bottom: 0px;
    text-align: center;
    left: 0px;
    right: 0px;
    font-size: 12px;
}

.authantication_pop_up .form_section .register_now a {
    font-size: 12px;
}

.banner_searchbar {
    background: #fff;
    border-radius: 8px;
}

.banner_searchbar .dropdown-search {
    outline: 0;
    font-size: 16px;
    vertical-align: middle;
    height: 100%;
}

.banner_searchbar .dropdown-search:hover {
    color: #000;
}



.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid transparent !important;
}

table.table_common.dataTable thead th,
table.table_common.dataTable thead td {
    padding: 15px;
    font-weight: normal;
}

.form_section .login-form,
.register-form {
    padding: 0px 28px;
}

.bottom_register,
.bottom_register a.pop-inlink {
    font-size: 12px;
    text-align: center;
}

.table_common .text-info,
.sheduled_project .text-info {
    color: #0c6efd !important;
}

.dashboard_box .dataTables_scrollBody {
    max-height: 350px !important;
    height: auto !important;
}

.icons_actions {
    height: 18px;
    display: inline-block;
    width: auto;
    margin-right: 6px;
}

.pactions .icons_actions {
    width: 100%;
    margin-right: 5px;
}

/* For WebKit/Blink browsers */
/* Note: The following styles will only affect browsers that support scrollbar styling */

/* Track */
::-webkit-scrollbar {
    width: 8px;
    /* Set the width of the scrollbar */
    border-radius: 10px;
}

/* WebKit scrollbar */
::-webkit-scrollbar {
    width: 8px;
    /* Set the width of the scrollbar */
    height: 8px;
    /* Set the height of the scrollbar for vertical scrollbar */
}

/* WebKit scrollbar thumb */
::-webkit-scrollbar-thumb {
    background-color: #233751;
    /* Color of the thumb */
    border-radius: 6px;
    /* Border radius of the thumb */
}

/* Optionally, you can style the track (the area where the thumb moves) */
::-webkit-scrollbar-track {
    background-color: #edf1f5;
    /* Color of the track */
    border-radius: 6px;
    /* Border radius of the track */
}

.heading_form_m h4 {
    margin: 12px 20px 55px 0px;
    color: #000;
    font-size: 20px;
}

.common_modal .modal-dialog .modal-content.border-radius-popup {
    border-radius: 15px;
}

.btn.btn-main.submit-search.btn-primary.lastbutton.button_font {
    font-size: 16px;
}

/** Xml Sitemap Generator */
.other-pages .sitemap-faq .content-group {
    margin: 20px auto !important;
}

.other-pages .why-section .nav-tabs .nav-item {
    width: 20%;
    margin: 20px 0;
}

.other-pages .steps .row-group {
    margin: 0 !important;
    max-width: 100%;
}

.other-pages .steps .row-group .content-group {
    margin-bottom: 40px;
}

.other-pages .steps .row.row-group:after {
    width: 0 !important;
}

.thankyou-page {
    height: 100%;
}

.login-form .toggle-password {
    position: absolute;
    right: 13px;
    width: 20px;
    height: 20px;
    top: 6px;
    cursor: pointer;
    font-size: 20px;
    color: #898989;
}

.col-md-12.main_dashboard {
    min-height: calc(100vh - 281px);
}



@media (min-width:768px) {
    .col-md-12.main_dashboard {
        min-height: calc(100vh - 195px);
    }
}


.nav-item.dropdown  .dropdown-toggle::after{
    display: none;
}
span.Notifications_count {
    height: 16px;
    width: 16px;
    background: red;
    border-radius: 50%;
    text-align: center;
    line-height: 16px;
    font-size: 10px;
    color: #fff;
    position: absolute;
    right: 4px;
    top: 2px;
}
.dropdown .dropdown-menu .dropdown-item{
    padding:12px 8px;
    border-bottom: 1px solid #BABABA;
    font-size: 15px;
    color:  #000 !important;
}
.dropdown .dropdown-menu .dropdown-item.seen{
    background: #f3f8fe ;
}
.dropdown .dropdown-menu .dropdown-item:last-child{
    border-bottom: 0;
}
.dropdown .dropdown-menu .dropdown-item:hover{
    background: transparent;
}

.dropdown .dropdown-menu {
    top: 20px;
    left: auto;
    font-size: 16px;
    transform: translate3d(20px, 40px, 0px) !important;
    padding: 4px 10px;
}

.dropdown .dropdown-menu .dropdown-item {
    padding: 12px 8px;
    border-bottom: 1px solid #BABABA;
    font-size: 15px;
    color: #000 !important;
}