:root {
    --font-family-body: 'Roboto', serif;
    --font-family-title: 'Poppins', serif;
}

body {
    overflow-x: hidden;
    font-family: var(--font-family-body);
    font-size: 14px;
    letter-spacing: .5px;
    color: #282828;
    background: #F8F8F8;
}

.no-scroll {
    overflow: hidden
}

.btn,
.btn-primary,
.owl-theme .owl-dots .owl-dot {
    outline: 0 !important
}
.btn-primary{
    background-color: #608F86 !important;
}
.btn-primary:hover{
    background-color: #DBA084 !important;
}

.blog-bar,
.blog-date,
.year-exp,
.dropdown-menu a,
.navbar .nav-item .nav-link,
.navigation,
.btn,
.head-btn,
.reg_text a,
.top_nav .nav-item .nav-link,
.top_nav .dropdown-item,
.CB-account-tab .nav-link,
.custom-select-sm,
.faqs-content .card-header .btn-link,
.faqs-content .nav-pills .nav-link,
h1,
h2,
h3,
h4,
h5,
h6,
h7,
h8 {
    font-family: var(--font-family-title);
    letter-spacing: normal;
    font-weight: 600;
}

.topheader .top-phone-no,
.topheader .top-phone-no:hover,
.topheader .top-phone-no:focus {
    font-weight: 500;
    font-family: var(--font-family-title);
    font-size: 22px;
    color: #fff;
    float: right;
    letter-spacing: 1.5px;
    margin: 0;
}

.btn,
input,
textarea {
    outline: 0 !important;
    box-shadow: none !important
}

.btn-primary {
    border: 0 !important;
}

.email-section {
    padding: 0px 0px;
    min-height: 100vh;
    padding-bottom: 35px;
}
.logo{
    width:130px;
    height:auto;
}
.email-header {
    background-color: #F5F5F5;
    width: 100%;
    padding: 10px;
    text-align: left;
    color: #fff;
    z-index: 2;
    height: 90px;
    z-index: 1000;
}

.email-header .col-auto {
    font-size: 20px;
}

.email-footer {
    font-size: 11px;
    background-color: #F5F5F5;
    padding: 10px;
    text-align: center;
    z-index: 10;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.card {
    box-shadow: 0rem 0.3125rem 0.875rem 0.0625rem rgb(0, 0, 0, 0.12);
    margin-bottom: 0px;
    margin-top: 30px;
    border-radius: 20px !important;
    border: none;
    padding: 30px;
    overflow: hidden;
    min-height: 500px;
    margin-bottom: 30px;
}

.card h2 {
    font-size: 24px;
    color: #608f86;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    position: relative;
    z-index: 5;
}

.w-section.email-section .card .form-group,
.form-s2 {
    margin-bottom: 15px;
}

.card h3 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #608f86;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    position: relative;
    z-index: 5;
}

.services-card-text-section {
    margin-bottom: 30px;
    margin-top: 15px;
}

.services-card-text-section ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.services-card-text-section ul li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 400;
}

.services-card-text-section ul li:after {
    content: "";
    display: block;
    width: 16px;
    height: 1px;
    position: absolute;
    top: 11px;
    left: 0;
    background-color: #282828;
}

.services-card-text-section ul li p {
    margin-bottom: 0;
}

.user-link-tab {
    position: relative;
}

.user-link-tab button.btn-clipboard {
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    background-color: #f9f9f9;
    width: 25px;
    height: 28px;
}

.user-link-div {
    margin-top: 0px;
}

.user-link-div .form-group {
    margin-bottom: 0;
}

.user-link-tab .form-control {
    font-size: 11px;
    padding: 6px 16px;
}

.w-section.email-section .card a.btn-primary.green {
    background-color: white !important;
    border: 1px solid #608F86 !important;
    color: #608F86 !important;
    margin-left: 10px;
}
.w-section.email-section .card a.btn-primary.green:hover{
    background-color: #DBA084 !important;
    border: 1px solid #DBA084 !important;
    color: white !important;
}


.w-section.email-section .card .table-div h3 {
    border: 0;
    padding-bottom: 0;
}



.table-btn {
    padding: 4px 4px;
    font-size: 11px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -khtml-border-radius: 4px;
    text-transform: capitalize;
    background-color: #282828;
    color: #fff;
    text-align: center;
    margin: 0px 5px 0px 0px;
    font-weight: 600;
    line-height: 1;
    min-width: 22px;
}

.dataTable .btn-line,
.btn-line {
    background-color: #fff;
    color: #282828;
    border: solid 1px #282828;
}

.table-btn:HOVER {
    color: #fff !important;
    background-color: #000;
}

.table-btn-del {
    background-color: red;
}

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

@media (max-width:767px) {

    .w-section.email-section .card .form-group,
    .form-s2 {
        margin-bottom: 10px;
    }

    .card {
        min-height: auto;
        margin-bottom: 30px;
    }

    .card h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .card h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .table-div {
        overflow-x: scroll;
    }

    .services-card-text-section {
        margin-top: 20px;
    }

    .user-link-div {
        margin-bottom: 20px;
    }
}
.btn-cancel{
    border-radius: 20px;
}
.btn-cancel:hover{
    border-radius: 20px;
    background-color: red;
    border: 1px solid red;
    color: white;
}
@media (max-width:480px) {
    .card {
        border-radius: 15px !important;
        padding: 20px 15px 20px;
    }

    .services-card-text-section {
        margin-bottom: 20px;
    }

    .user-link-tab .bi.bi-copy {
        width: 14px;
        height: 14px;
    }

    .card h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .card h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

@media (max-width:425px) {
    .w-section.email-section .card .col-md-12.justify-content-center {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        text-align: center;
    }

    .w-section.email-section .card a.btn-primary.green {
        margin-left: 0;
        margin-top: 10px;
    }
}

@media (max-width:414px) {}

@media (max-width:375px) {
    .services-card-text-section ul li {
        font-size: 14px;
        padding-left: 26px;
    }

    .btn-primary {
        color: #fff;
        padding: 8px 25px;
    }

    .email-header .col-auto {
        font-size: 18px;
    }

    .user-link-tab .form-control {
        padding: 6px 7px;
    }
}

@media (max-width:320px) {}

.heder_shape1 {
    position: absolute;
    /* width: 100px;
    height: 90px; */
    left: 0;
    top: 0;
    z-index: -1;
}

.heder_shape2 {
    position: absolute;
    /* width: 209px;
    height: 139px; */
    right: 0;
    bottom: 0;
    z-index: -1;
}

.heder_shape1 img{
    height: 90px;
}
.heder_shape2 img {
height: 130px;
}




@media only screen and (max-width: 991px) {

    .heder_shape1,
    .heder_shape1 img{
        height: 68px;
    }
    .heder_shape2,
    .heder_shape2 img {
        height: 100px;
    }

    .logo{
        width:100px;
    }
    .email-header {
        height: 68px;
    }
}

@media only screen and (max-width: 767px) {

    .new_header_box,
    .new_wrapper_heade,
    .heder_shape1,
    .heder_shape1 img{
        height: 60px;
    }
    
    .heder_shape2,
    .heder_shape2 img {
        height: 90px;
    }

    .logo{
        width:80px;
        margin-left: 10px;
    }
    .email-header {
        height: 60px;
    }
}


@media only screen and (max-width: 575px) {

    .new_header_box,
    .new_wrapper_heade,
    .heder_shape1,
    .heder_shape1 img {
        height: 69px;
    }

    .heder_shape2,
    .heder_shape2 img {
        height: 85px;
    }
}

.menu {
    display: flex;
    gap: 20px;
    margin: auto 0 auto auto;
}

.menu a {
    text-decoration: none;
    color: #282828;
    font-weight: bold;
    transition: color 0.3s; font-size: 14px;
    padding: 5px;
    vertical-align: sub;
    vertical-align: -moz-middle-with-baseline;
}

.menu a:hover {
    color: #608f86;
}

.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 5px;
    margin: auto 10px auto auto;
}

.menu-toggle span {
    width: 25px;
    height: 3px;
    background-color: #608f86;
    border-radius: 3px;
}
.d-flex{
    display: flex!important;
}
@media (max-width: 768px) {
    .col-mobile{
        flex-basis: auto;
        width: 100%;
    }
    .menu {
        border-top: 1px solid #dba084;
        display: none;
        flex-direction: column;
        background-color: #f8f9fa;
        position: absolute;
        top: 60px;
        right: 0; 
        left:0;
        width: 100%;
        padding: 20px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        padding: 10px 20px;
        border-radius: 0px;
    }

    .menu.active {
        display: flex;
    }

    .menu-toggle {
        display: flex;
    }
}
.valid-border{
     border: 1px solid #e9e9e9 !important;
}
.error-border{
     border: 1px solid red !important;
}



.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-toggle {
    cursor: pointer;
    text-decoration: none;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 0;
    background-color: #fff;
    box-shadow: 0rem 0.3125rem 0.875rem 0.0625rem rgb(0, 0, 0, 0.12);
    padding: 10px;
    z-index: 1000;
    border-radius:6px;
    border: 0;
    width: 200px;
}

.dropdown-menu a {
    display: block;
    font-weight: normal;
    padding: 5px 10px;
    border-bottom: 1px solid #f0f0f0;
    color: #333;
    border-radius:6px;
    text-decoration: none;
}
.dropdown-menu a:last-child {
    border-bottom: 0;
}
.dropdown-menu a:hover {
    background-color: #f0f0f0;
}

.dropdown:hover .dropdown-menu {
    display: block;
}
@media (max-width: 768px) {
    .dropdown-menu {
        top: 30px;
        width: 100% !important;
      }
}