/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

:root {
    /* font-size: 16px; */
    --main-btn-bg: #333333;
    --main-btn-border: #333333;
    --main-btn-hover-bg: #293241;
    --main-btn-hover-border: #293241;
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #004aad;
    --hov-primary: #0069d9;
    --soft-primary: rgba(55, 125, 255, 0.15);
    --secondary: #8f97ab;
    --soft-secondary: rgba(143, 151, 171, 0.15);
    --success: #0abb75;
    --soft-success: rgba(10, 187, 117, 0.15);
    --info: #25bcf1;
    --soft-info: rgba(37, 188, 241, 0.15);
    --warning: #ffc519;
    --soft-warning: rgba(255, 197, 25, 0.15);
    --danger: #ef486a;
    --soft-danger: rgba(239, 72, 106, 0.15);
    --light: #f2f3f8;
    --dark: #111723;
    --soft-dark: rgba(42, 50, 66, 0.15);
    --bs-dark-rgb: 22, 33, 47;
}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/** A better looking default horizontal rule*/
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/** Remove default fieldset styles.*/
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

a {
    text-decoration: none;
}

textarea {
    resize: vertical;
}

body {
    background: #f4f5f7;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden !important;
}

.pb-5 {
    padding-bottom: 4rem !important;
}

.pt-5 {
    padding-top: 4rem !important;
}

/* ==========================================================================
    Header
   ========================================================================== */

.header {
    position: relative;
    padding: 12px 0px;
}

.header-bg {
    background-image: radial-gradient(circle, #5de0e6, #00bee1, #009adae3, #0073cad1, #004aadc7);
}

.navbar-brand img {
    max-width: 227px;
}

.header .nav-link {
    font-size: 15px;
    color: #000000;
    font-weight: 500;
    padding: 20px 0px;
    display: inline-block;
    transition: all 0.2s ease-in-out;
}

.header .nav-link:hover {
    color: var(--bs-primary);
}

.header .nav-item {
    padding: 0px 6px;
}

.header .signin {
    color: #000000;
    border-radius: 5px;
    vertical-align: middle;
    padding: 14px 0px;
    font-size: 16px;
}

.header .signin:hover {
    opacity: .8;
}

.removeTestimonial {
    width: 25px;
    height: 25px;
    display: inline-block;
    line-height: 25px !important;
    padding: 0 !important;
}

.choose-plan:hover {
    background: #eaeaea !important;
    color: #212121 !important;
}

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

.card_template .profile-card {
    border-radius: 0px 0px 100px 100px !important;
}

.user_profile {
    cursor: pointer;
}

.user_profile .ps-2 {
    overflow: hidden;
}

.user_profile svg {
    color: #AAA;
    margin-top: 11px;
    font-size: 15px;
}

.card_bottom img {
    max-width: 224px;
    margin-bottom: 5px;
}

.user_profile .dropdown-menu {
    border: none !important;
    z-index: 9999;
    width: 190px !important;
    border-radius: 11px !important;
    right: -10px !important;
    top: 129%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    overflow: hidden;
    padding: 0;
}

.breadcrumb {
    margin: 0;
}


.banner_content h1 {
    color: #212529;
    font-weight: 600;
    font-size: 48px;
}



.user_profile .dropdown-menu li a {
    padding: 6px 14px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.header .signup {
    vertical-align: middle;
    font-size: 15px;
    letter-spacing: 1px;
    transition: 0.3s;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, #FFC107 0%, #FF5722 100%) !important;
    border: 0;
    border-radius: 6px;
    color: #222;
    font-weight: 500;
    padding: 10px 18px !important;
}

.header .signup:hover {
    opacity: .8;
    color: #16212f !important;
}

.header .navbar-toggler {
    border-radius: 4px;
    outline: none !important;
    box-shadow: none !important;
    color: #222;
    width: 57px;
    height: 39px;
    border: none !important;
    background: #fff;
    font-weight: 400;
}

.mobile_menu.offcanvas-start {
    width: 320px !important;
}

.banner {
    padding: 157px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.banner_content h3 {
    font-size: 43px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 20px;
    color: #34333d;
}

.banner_content p {
    font-size: 15px;
    color: #222222;
    line-height: 28px;
    margin-bottom: 0px !important;
    font-weight: 400;
}

.banner_content a {
    color: #222222 !important;
    border-radius: 50px;
    vertical-align: middle;
    display: inline-block;
}

.banner_content a:hover {
    opacity: .8;
}

.section_title h3 {
    font-size: 28px;
    color: #222222;
    font-family: 'Roboto';
    font-weight: 600;
}

.section_title p {
    font-size: 14px;
    color: #666;
    max-width: 450px;
    margin: auto;
}

.section_title h3 span {
    font-weight: bold;
}


.about_content h3 {
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 6px;
    color: #293241;
}

.about_content p {
    font-size: 17px;
    line-height: 33px;
    color: #333;
    text-align: justify;
}

.about_content ul {
    margin: 0;
    list-style: none;
    padding-left: 16px;
}

.about_content ul li {
    font-size: 14px;
    color: #666;
    padding: 4px 0px;
    list-style: circle;
}

.about_box {
    padding: 20px;
    min-height: 130px;
    transition: all 0.3s ease;
    border-radius: 4px;
    border: 1px solid #e8e8e8;
}


.about_box h3 {
    font-size: 15px;
    font-weight: 700;
    color: #293241;
    margin: 0;
    padding-bottom: 7px;
}

.about_box p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.featured_card {
    border: 1px solid #EEE;
    padding: 20px;
    border-radius: 2px;
    background: #fff;
    min-height: 230px;
    -webkit-transition: 0.4s;
    height: 100%;
}

.featured_title h3 {
    font-size: 18px;
    color: #444;
    font-family: 'Roboto';
}

.featured_card:hover {
    border: 1px solid #bfbfbf;
}

.featured_icon {
    padding-bottom: 21px;
}

.featured_icon svg {
    width: 60px;
    height: 60px;
    border: 1px solid #ddd;
    padding: 11px;
    border-radius: 6px;
}

.featured_article h3 {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 2px;
    color: #293241;
}

.featured_article p {
    margin: 0;
    font-size: 14px;
    color: #555;
    line-height: 25px;
    margin-bottom: 15px;
}

.email_signture_article h2 {
    padding-bottom: 10px;
    font-size: 30px;
    color: #293241;
    font-family: 'Roboto', sans-serif;
}

.email_signture_article p {
    margin: 0;
    font-size: 16px;
    line-height: 25px;
    color: #555;
}

.pricing_wrapper.active {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background: #3c8ff9;
}

.pricing_wrapper {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    padding: 22px;
    border: 0.1px solid #c6c6c626;
    overflow: hidden !important;
    position: relative;
    border-radius: 12px;
    -webkit-box-shadow: 0px 1px 2px rgb(16 24 40 / 2%);
    box-shadow: 0px 1px 2px rgb(16 24 40 / 2%);
    height: 100%;
    background-color: #fff;
}

.pricing_wrapper:hover {
    -webkit-box-shadow: 0px 1px 2px rgb(16 24 40 / 12%);
    box-shadow: 0px 1px 2px rgb(16 24 40 / 12%);
}

.pricing_wrapper.active .price_btn a {
    background: #fff !important;
    color: #3c8ff9 !important;
}

.pricing_sec .form-check.form-switch {
    display: inline-block;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #454242;
    font-weight: 500;
}

.pricing_sec .form-check-input {
    width: 44px;
    height: 24px;
    margin-right: 12px;
    margin-top: 0;
    border: 1px solid #4CAF50 !important;
    background-color: #4caf5012;
}

.pricing_sec .form-check-input:checked{
    background-color: #007bff;
    border: 1px solid #007bff !important;
}

.pricing_sec .form-check-input:focus {
    outline: 0;
    box-shadow: none !important;
}

.pricing_sec .form-check-label {
    padding-top: 3px;
}

.pricing_title {
    margin-bottom: 20px;
}

.pricing_title h3 {
    font-size: 18px;
    font-weight: 700;
    color: #293241;
    margin: 0;
}

.pricing_title span {
    font-size: 16px;
    color: #888;
    font-weight: 400;
}

/* .pricing_list {
    border-top: 1px solid #EEE;
    padding-top: 25px;
} */

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

.pricing_wrapper.active .pricing_list ul li {
    border-bottom: 1px solid #4b85f2;
}

.pricing_list ul li {
    font-weight: 400;
    color: #475467;
    font-size: 14px;
    border-bottom: 1px solid #f3f3f3;
    padding: 10px 0px;
    padding-left: 25px;
}

.pricing_list ul li i {
    width: 22px;
    height: 22px;
    display: inline-block;
    /* border: 1px solid #e5e5e5; */
    text-align: center;
    border-radius: 50px;
    /* font-size: 12px; */
    line-height: 20px;
    margin-right: 5px;
    position: absolute;
    left: 22px;
}

.pricing_list ul li .fa-times {
    color: red;
}

.pricing_list ul li.danger {
    opacity: .5;
}

.pricing_list {
    margin-bottom: 30px;
}

.price {
    margin-bottom: 30px;
}

.price h4 {
    font-size: 27px;
    color: #4b4b4b;
    font-family: 'Roboto';
    font-weight: 700;
}

.price h4 sub {
    font-size: 13px;
    color: #777;
    font-weight: 500;
}



.pricing_wrapper .ribbon-wrapper.ribbon-lg {
    height: 120px;
    width: 120px;
}
.pricing_wrapper .ribbon-wrapper {
    height: 70px;
    overflow: hidden;
    position: absolute;
    right: -2px;
    top: -2px;
    width: 70px;
    z-index: 10;
}

.pricing_wrapper .ribbon-wrapper.ribbon-lg .ribbon {
    right: 0;
    top: 26px;
    width: 160px;
}

.pricing_wrapper .ribbon-wrapper .ribbon {
    color: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
    font-size: 12px;
    padding: 5px 0px;
    position: relative;
    right: -2px;
    text-align: center;
    text-transform: uppercase;
    top: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 90px;
}

.ribbon.bg-info {
    background: linear-gradient(to left, #5de0e6, #00bee1, #009adae3, #0073cad1, #004aadc7);
}

/*
.price_btn a {
    text-decoration: none;
    border: 1px solid #2595ff;
    display: block;
    padding: 13px 4px;
    font-size: 14px;
    color: #2595ff;
    border-radius: 3px;
    transition: all 0.3s ease;
    background: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.pricing_wrapper:hover .price_btn a {
    color: #fff;
} */

.faq_title h4 {
    font-size: 18px;
    color: #293241;
    font-weight: 400;
    margin: 0;
}

.faq_list .accordion-button {
    border-radius: 0px !important;
    font-size: 15px;
    font-weight: 400;
    color: #555;
    outline: none !important;
    box-shadow: none !important;
}

.faq_list .accordion-item {
    border-radius: 2px !important;
    margin-bottom: 8px;
    border: 1px solid #eaeaea !important;
}

.faq_list .accordion-body {
    padding: 13px;
}

.faq_list .accordion-body p {
    margin: 0;
    font-size: 14px;
    line-height: 27px;
    color: #333;
}

.faq_list .accordion-button:not(.collapsed) {
    font-weight: bold !important;
}

.contact_info {
    width: 100%;
}

.contact_info h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #293241;
    padding-bottom: 5px;
}

.contact_info p {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    color: #666;
}

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

.contact_info ul li a {
    border: 1px solid #f5f5f5;
    border-radius: 2px;
    width: 35px;
    height: 35px;
    text-align: center;
    display: inline-block;
    line-height: 31px;
    color: #293241;
    font-size: 15px;
    transition: 0.3s ease;
}

.contact_info ul li {
    display: inline-block;
}

.footer {
    background: #090909;
}

.widget_title h3 {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
}

.footer_link.app-link ul li {
    display: inline-block;
}

.footer_link ul li a {
    color: #fff;
    font-size: 13px;
    padding-bottom: 10px;
    transition: all 0.3s ease;
    font-weight: 400;
}

.newsletter_form .form-control {
    height: 42px;
    border: none;
    border-radius: 0px;
    font-size: 14px;
    outline: none;
    border-radius: 4px;
    box-shadow: none;
}

.newsletter_form .input-group-text {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    border-radius: 0px 6px 6px 0px !important;
    height: 42px;
    margin-top: 0 !important;
    padding: 0px 15px !important;
}

.review_profile img {
    width: 50px !important;
    height: 50px;
}


.profile_info h3 {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Roboto';
    margin: 0;
    margin-bottom: 2px;
}

.profile_info span {
    color: #888;
    font-size: 13px;
    font-family: 'Roboto';
}

.divider {
    position: relative;
    margin: 23px 0px;
}

.divider i {
    position: absolute;
    top: -12px;
    right: 0;
    left: 0;
    text-align: center;
    margin: 0 auto;
    font-size: 28px;
    background: #fff;
    width: 53px;
    color: orange;
}

.review_content p {
    margin: 0;
    font-size: 14px;
    color: #5f5f5f;
    line-height: 27px;
}

.review_section .owl-nav {
    display: block !important;
    text-align: center;
}

.review_section .owl-carousel .owl-nav .owl-next span,
.review_section .owl-carousel .owl-nav .owl-prev span {
    font-size: 38px;
    width: 32px;
    display: block;
    background: #f3f3f3;
    height: 31px;
    margin: 0px 10px;
    border-radius: 3px;
    line-height: 26px;
}

.owl-carousel .owl-stage-outer {
    padding: 4px 0px;
}


.create_digital_card {
    padding: 30px 0px;
    background: #0f0f0f;
}

.content h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 1px;
}

.content p {
    margin: 0;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #adadad;
}

.statred_btn a {
    border: 1px solid #ffffff;
    color: #fff;
    padding: 8px 22px;
    display: inline-block;
    border-radius: 4px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    transition: all 0.3s ease;
}

.statred_btn a:hover {
    color: #000;
    background: #fff;
}

.fixed_btn {
    position: fixed;
    bottom: 200px;
    display: none;
    right: 28px;
    z-index: 1;
}

.fixed_btn a {
    border-radius: 50px;
    padding: 12px 49px;
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    box-shadow: rgb(0 0 0 / 16%) 0px 10px 36px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;
}

.review_wrap {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 40px 0 rgba(0, 0, 0, .08);
    padding: 1rem;
}

.login_header img {
    width: 300px;
    margin-bottom: 20px;
}

.login_header h3 {
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.login_form .form-control {
    background: transparent !important;
    border-radius: 0px;
    border: none !important;
    border-bottom: 1px solid #ddd !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 0px 2px;
}

.login_form .form-floating>label {
    font-size: 14px;
    color: #666;
}

.login_form .btn {
    border-radius: 15px;
    padding: 12px 5px;
    text-transform: uppercase;
    font-weight: 700;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    font-size: 15px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.login_form .btn:hover {
    opacity: .8;
}

.header .navbar-toggler {
    border: 1px solid #2c2c2c;
    border-radius: 4px;
    outline: none !important;
    box-shadow: none !important;
    color: #222222;
    width: 57px;
    height: 39px;
}

.forgot_pass a {
    font-size: 13px;
    color: #666;
}

.social_login ul li a {
    border: 1px solid #ececec;
    padding: 12px 18px;
    margin-bottom: 10px;
    color: #000;
    font-size: 14px;
    border-radius: 15px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    text-align: left;
    display: inline-block;
    min-width: 216px;
    vertical-align: middle;
}


.login_form .footer_bottom h5 {
    font-size: 14px;
    color: #333333;
}

.social_login ul li a:hover {
    background: #f1f1f1;
}

.social_login i {
    font-size: 17px;
    margin-right: 4px;
}

.social_login svg {
    margin-right: 3px;
}

.login_section {
    background: #fbfbfb;
    align-items: center;
    background-color: #e9ecef;
    display: flex;
    height: 100vh;
    justify-content: center;
}

.login_content {
    padding: 26px 28px;

    background: #fff;
 
}

.footer_bottom h5 {
    font-size: 14px;
    color: #111;
}


.forgot_pass .form-check {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}


.forgot_pass .form-check-input:checked {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

.login_header h6 {
    font-size: 15px;
    line-height: 25px;
    color: #444;
}

.back_login a {
    font-size: 13px;
    font-weight: 500;
}


.checkout_info h4 {
    font-size: 22px;
    color: #393939;
    margin-bottom: 13px;
}

.checkout_info h5 {
    font-size: 16px;
    color: #727272;
}

.checkout_form .form-floating>label {
    font-size: 15px;
    color: #555;
    padding: 15px 0px;
}

.checkout_form .form-floating>.form-control {
    background: transparent;
    border-radius: 0px !important;
    border: none;
    outline: none;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
    padding: 0px 3px;
}

.checkout_form .form-floating>.form-select {
    background: transparent;
    border-radius: 0px !important;
    border: none;
    outline: none;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
    padding-left: 3px;
}

.checkout_card .card {
    padding: 31px;
    border: 1px solid #ff57220a;
    border-radius: 4px;
    background: #ff572208;
}


.card_info h3 {
    font-size: 20px;
    color: #070707;
    font-weight: 500;
    margin: 0;
}

.card_summary tr td {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding: 11px 0px;
    color: #555;
}

.card_summary button {
    border-radius: 2px;
    padding: 12px 0px;
    text-transform: uppercase;
    font-size: 15px;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

.card_summary button:hover {
    opacity: .8;
}

.account_delete .modal-content {
    border: none;
    border-radius: 2px;
}


/* ==========================================================================
     User Dashboard Css
   ========================================================================== */



.main_menu {
    border-bottom: 1px solid rgb(233 233 233);
    box-sizing: border-box;
}

.main_menu .nav-link {
    font-size: 13px;
    height: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #fff !important;
    padding: 14px 15px !important;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}


.main_menu .nav-item {
    margin-right: 5px;
}


.card_sec .card_item {
    background: #fff;
    border-radius: 10px;
    height: 100%;
    overflow: hidden;
    border: none !important;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    box-sizing: border-box;
    border-color: #e2e8f0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.card_sec .card_item:hover {
    transform: scale(1.05);
}

.card_sec .card-footer {
    padding: 16px 10px;
    border: none;
    background: none !important;
}

.card_sec .card-footer h3 {
    font-size: 16px;
    margin: 0;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #070707;

}

.add_card_btn {
    height: 100%;
    border-radius: 8px;
    border: 1px solid #EEE;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    position: relative;
    background-color: #fff;
    box-sizing: border-box;
    border-color: #e2e8f0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.add_card_btn:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    transform: scale(1.05);
}

.add_card_btn svg {
    display: block;
    text-align: center;
    margin: 0 auto;
    font-size: 38px;
    margin-bottom: 12px;
    color: #222;
}

.add_card_btn a {
    font-size: 18px;
    color: #222;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
    padding-top: 79px;
    height: 100%;
}


.card_sec .card_profile {
    position: relative;
}

.card_sec .card-body {
    padding: 0;
}

.card_sec .divider {
    position: absolute;
    bottom: -24px;
    left: 0;
    width: 100%;
}

.upload_profile .custome_logo {
    position: absolute;
    right: 18px;
    bottom: -5px;
    border-radius: 2px;
    background: #ffffff;
    padding: 2px;
    border: 1px solid #EEE;
}

.custome_logo img {
    width: 50px !important;
    height: 50px !important;
}


.card_content .input-group-text {
    border-radius: 0px;
    border: none;
    background: #fff;
    font-size: 19px;
}

.card_content .card {
    background: #fff;
    border: 1px solid #EEE;
    box-shadow: rgb(0 0 0 / 6%) 0px 4px 12px;
    border-radius: 10px;
}

.card_content p {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #999;
    margin-bottom: 25px;
    padding-top: 13px;
}

.upload_profile {
    position: relative;
}

.upload_profile .divider {
    position: absolute !important;
    bottom: -25px !important;
    left: 0 !important;
    width: 100% !important;
}

.upload_profile img {
    width: 100%;
    height: auto;
    border-radius: 0px 0px 0px 0px !important;
}

.upload_profile label {
    width: 100%;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}

.card_view {
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 4%) 0px 4px 12px;
    background: #fff;
}

.card_form {
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 4%) 0px 4px 12px;
    background: #fff;
    padding: 20px;
}

.card_form .form-control {
    border: none;
    border-bottom: 1px solid #CCC;
    border-radius: 0px !important;
    outline: none !important;
    box-shadow: none !important;
    padding-left: 3px;
}

input#theme_color {
    position: absolute;
    top: 17px;
    opacity: 0;
    left: 0px;
    width: 31px;
    border: none !important;
    border-radius: 100px !important;
    height: 30px;
}

.theme_color label {
    padding: 0 !important;
    margin: 17px 0px;
    padding-right: 1px !important;
}

.theme_color {
    border-bottom: 1px solid #CCC;
}

.theme_color .form-control {
    border: none !important;
}

.theme_color .form-control {
    padding-left: 17px;
}

#social-media .form-control::placeholder {
    color: #c5c5c5;
    font-size: 14px;
}

.card_form .form-floating>.form-select {
    border: none;
    border-bottom: 1px solid #CCC;
    border-radius: 0px;
    outline: none !important;
    box-shadow: none !important;
    padding-left: 3px;
}

.card_form .input-group-text i {
    padding: 4px 10px 0px 0px !important;
    font-size: 18px;
    vertical-align: middle;
}

.card_form label {
    padding: 17px 0px;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    color: #888;
}

.card_form .form-floating>label {
    padding: 17px 0px;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    color: #888;
}

.card_form .input-group-text {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid #CCC !important;
    border-radius: 0px;
    padding: 0;
    height: 58px;
}

.card_form .input-group-text .form-control {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    cursor: pointer;
    padding: 0px 8px;
    border-radius: 0px;
}

.card_form .divider p {
    font-size: 13px;
    color: #000000;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
    background: #f4f4f4;
    padding: 10px 0px;
    text-align: center;
    border-radius: 2px;
}

.card_form .divider {
    margin: 14px 0px;
}

.testimonial-divider {
    border-bottom: 1px dashed #DDD;
    position: relative;
    margin: 23px 0px;

}



.testimonial-divider i {
    position: absolute;
    top: -12px;
    right: 0;
    left: 0;
    text-align: center;
    margin: 0 auto;
    font-size: 28px;
    background: #fff;
    width: 53px;
    color: orange;
}

.card_form.social_icon_list h3 {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #4d4d4d;
    margin-bottom: 23px;
}

.card_form.social_icon_list .social_icon {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #888;
    margin-bottom: 40px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.card_form.social_icon_list .social_icon i {
    font-size: 17px;
    color: #464646;
    padding-bottom: 6px;
}

.card_form.social_icon_list .social_icon p {
    margin: 0;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #070707;
}

.card_form.social_icon_list .social_icon:hover {
    transform: scale(1.1);
}

.save_btn .btn {
    border: 0;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    padding: 10px 6px;
    text-transform: uppercase;
    font-weight: 600;
    outline: none !important;
    box-shadow: none !important;
}

.save_btn .btn:hover {
    opacity: .9;
}

.contact_details_info {
    padding: 12px 12px;
}

.form-control[type=file] {
    border: none;
    border-bottom: 1px solid #CCC;
    border-radius: 0px;
    outline: none !important;
    box-shadow: none !important;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
}

.btn.btn-success {
    padding: 12px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    border-radius: 3px;
    outline: none !important;
    box-shadow: none !important;
}


.card_header .form-control {
    border: none;
    border-bottom: 1px solid #CCC;
    border-radius: 0px;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    padding: 14px 13px;
}

.card_header .input-group-text {
    padding: 0px 1px;
    background: transparent;
    border: none !important;
    border-bottom: 1px solid #CCC !important;
    border-radius: 0px;
}

.card_header .input-group-text a {
    color: #000;
}

/* .profile_header {
    border-left: 4px solid #0f172a;
    border-right: 4px solid #0f172a;
    border-radius: 10px;
    padding: 12px 0px 12px 12px;
    background: #0f172a08;
} */

/* .profile_header h2 {
    margin: 0;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    color: #070707;
    font-weight: 600;
    padding-bottom: 6px;
} */

.profile_header p {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #070707;
}

.profile_header span {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #777;
}

.social_link .icon a i {
    display: block;
    font-size: 18px;
    padding-bottom: 7px;
    width: 45px;
    height: 45px;
    background: #f2420b;
    margin: 0 auto;
    border-radius: 2px;
    padding-top: 13px;
    margin-bottom: 0px;
    color: #fff;
}

.social_link a {
    color: #222;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
}

.social_link .icon {
    margin-bottom: 17px;
}

.user_card .card_body {
    padding: 0px 10px;
}


.user_card .card {
    border: none;
}

.user_card {
    position: relative;
    border: 34px solid #222222;
    border-width: 34px 5px;
    border-radius: 34px;
    overflow: hidden;
    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    box-shadow: 0px 3px 0 #222222, 0px 4px 0 #222222, 0px 5px 0 #222222, 0px 7px 0 #222222, 0px 10px 20px #222222;
    height: 684px;
    max-width: 365px;
    margin: 0 auto;
}

.user_card .overflow {
    max-height: 100%;
    overflow-x: auto;
    background: #fff !important;
}

.user_card .brove {
    width: 140px;
    height: 22px;
    background: #222222;
    position: absolute;
    margin: 0 100px;
    border-radius: 0px 0px 40px 40px;
    z-index: 6;
}

.user_card .speaker {
    width: 50px;
    height: 5px;
    background: #070707;
    display: block;
    margin: auto;
    margin-top: 4px;
    border-radius: 20px;
    box-shadow: inset 0px -3px 3px 0px rgb(255 255 255 / 20%);
}

.user_card .brove b {
    position: absolute;
    background-color: #4b4949;
    width: 6px;
    height: 6px;
    top: 3px;
    left: 29px;
    display: block;
    border-radius: 4px;
    box-shadow: inset 0px -2px 2px rgb(0 0 0 / 50%);
}






.card_video iframe {
    border-radius: 4px;
}

.card_video p {
    margin: 0;
    text-align: justify;
    color: #191919;
    font-size: 15px;
    line-height: 25px;
}

.card_video h3 {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 9px;
    color: #070707;
    font-weight: 600;
}

.testimonial_item {
    background: #f2f2f2;
    padding: 10px 10px 23px 10px;
    border-radius: 3px;
}

.testimonial_item p {
    text-align: center;
    font-size: 13px;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 26px;
}

.testimonial_item h4 {
    margin: 0;
    text-align: center;
    margin-bottom: 17px;
    color: #070707;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}

.card_testimonial .carousel-indicators {
    bottom: -4px;

}

.card_testimonial .carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 1px;
    display: inline-block;
    border: 0;
}

.custome_testimonial {
    margin-bottom: 10px !important;
    border-radius: 2px;
    padding: 11px;
    border: 1px solid #ff572247;
}

.custome_testimonial .form-control {
    background: transparent !important;
    border-bottom: 1px solid #adadad;
}

.custome_testimonial label {
    color: #000 !important;
}

.custome_testimonial .divider p {
    background: transparent;
    color: #000;
    padding: 0;
}

.custome_testimonial .divider {
    margin: 0;
}

.sec_title h3 {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    background: #fff;
    z-index: 5;
    display: inline-block;
    padding: 0px 10px;
}

.sec_title {
    position: relative;
}

.sec_title:before {
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ddd;
    z-index: 1;
}


.about .content p {
    margin: 0;
    text-align: justify;
    color: #191919;
    font-size: 15px;
    line-height: 25px;
}

.about .content h3 {
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 3px;
    color: #070707;
    font-weight: 600;
}


.copyright p {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin: 0;
    color: #555;
}

.breadcrumb_sec {
    background: #ebebeb;
    padding: 15px 0px;
    margin-bottom: 20px;
}

.breadcrumb_sec li {
    font-size: 14px;
    color: #2f2c2c !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}


.card_button .btn-secondary {
    /* background: #000000d4; */
    border: none !important;
    padding: 11px 0px;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
}

.card_button .btn-primary {
    border: none !important;
    padding: 11px 0px;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
}

.card_button .btn-secondary:hover,
.card_button .btn-primary:hover {
    opacity: .7;
}

/* .media_list .icon i {
    width: 45px;
    height: 45px;
    display: block;
    margin: 0 auto;
    background: #020617;
    color: #fff;
    padding: 9px 8px 8px 8px;
    border: 1px solid;
    border-radius: 50%;
    font-size: 15px;
    padding-top: 14px;
} */

/* .media_list .icon .fa-facebook {
    background-color: #3B5998;
}

.media_list .icon .fa-twitter {
    background-color: #00ACED;
}

.media_list .icon .fa-linkedin {
    background-color: #007FB1;
}

.media_list .icon .fa-whatsapp {
    background-color: #25D366;
}

.media_list .icon .fa-pinterest {
    background-color: #B7081B;
}

.media_list .icon .fa-instagram {
    background-color: #F601CE;
}

.media_list .icon .fa-envelope {
    background-color: #393939;
} */

/* .media_list .icon span {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #444;
    display: block;
} */

/* .video_sec {
	background: #f8f8f8;
	padding: 11px;
	border-radius: 7px;
	border: 1px solid #e7e4e4;
} */
.video_sec_ {
    background: #f8f8f8;
    padding: 11px;
    border-radius: 7px;
    border: 1px solid #e7e4e4;
}

.video_content .title h3 {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #333;
    padding-bottom: 10px;
}

.video_content .video iframe {
    border-radius: 10px;
}

.video_description p {
    margin: 0;
    text-align: justify;
    color: #333;
    line-height: 26px;
    font-size: 13px;
}

.about_content .title h3 {
    font-size: 17px;
    color: #3c3c3c;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin: 0;
    padding-bottom: 9px;
}

.contact_form .form-control {
    border: 1px solid #dddd;
    height: 46px;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    border-radius: 0px !important;
    padding: 0px 10px;
    outline: none !important;
    box-shadow: none !important;
}

.contact_form #number {
    border-right: none !important;
    border-radius: 4px 0px 0px 4px !important;
}

.contact_btn .btn-success {
    border: none !important;
    padding: 11px 25px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.contact_btn .btn-success:hover {
    opacity: .7;
}

.card_bottom {
    padding: 22px 0px 6px 0px;
}

.card_bottom p {
    margin: 0;
    font-size: 13px;
    color: #777;
    font-family: 'Roboto', sans-serif;
}

.card_bottom a {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.testimonial_content p {
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
    padding-bottom: 16px;
    color: #222;
    text-align: justify;
}

.testimonial_content {
    border: 1px solid #efefef;
    padding: 11px;
    border-radius: 3px;
}

.testimonial_content h3 {
    font-size: 16px;
    text-transform: uppercase;
    color: #070707;
    font-family: 'Roboto', sans-serif;
    margin: 0;
}

.testimonial_sec .owl-carousel button.owl-dot {
    width: 8px;
    background: #000;
    height: 8px;
    display: inline-block;
    border-radius: 1px;
    margin: 0px 3px;
    border: none !important;
}


.testimonial_sec .owl-dots {
    margin-top: 14px;
}


.setting_card {
    border-radius: 10px;
    padding: 14px 12px;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.setting_card .card-header {
    background: #f7f7f7;
    border: none;
    border-radius: 2px !important;
    padding: 9px 11px;
    margin-bottom: 4px;
}

.setting_card .header h3 {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #4b4b4b;
}

.setting_card .header {
    padding: 0;
    border-bottom: none;
    background: transparent;
    position: inherit;
}

.setting_card .header h3 svg {
    vertical-align: top;
    margin-top: 1px;
}

.setting_card .content p {
    margin: 0;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #666;
}

.setting_card .header h3 a {
    font-size: 13px;
    vertical-align: middle;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.setting_card .content {
    padding: 4px 0px;
    cursor: pointer;
}

.setting_card .content {
    padding: 4px 0px;
    cursor: pointer;
}

.setting_card .arrow_icon {
    position: absolute;
    top: 16px;
    right: 0;
}

.account_setting ul li {
    position: relative;
}

.account_setting ul li a {
    display: block;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #222;
    padding: 6px 4px;
    transition: all 0.3s ease;
}


.account_setting .icon {
    position: absolute;
    top: 30%;
    right: 0;
    font-size: 17px;
    color: #BBB;
}

.setting_card .content h3 {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #111;
    margin: 0;
}

.setting_card .content span {
    color: #888;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 300;
}

.setting_card .arrow_icon {
    position: absolute;
    top: 16px;
    right: 0;
}

.setting_card .arrow_icon i {
    color: #AAA;
}

.profile_modal .modal-content {
    border: none !important;
    border-radius: 10px;
}

.profile_modal .modal-header h5 {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #070707;
}

.profile_modal .modal-body img {
    border-radius: 50px;
    border: 1px solid #ddd;
    width: 90px;
    height: 90px;
}

.profile_pic p {
    border: 1px solid #eaeaea;
    padding: 7px 21px;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    border-radius: 5px;
    font-size: 13px;
    margin-top: 3px;
    display: inline-block;
}

#previewImgRemove {
    display: inline-block;
}

#previewImgRemove a {
    border: 1px solid #eaeaea;
    display: inline-block;
    height: 39px;
    vertical-align: middle;
    border-radius: 2px;
    padding: 6px 14px;
    color: #dc3545;
}

.profile_modal .form-control {
    border: none;
    border-bottom: 1px solid #e9e9e9;
    border-radius: 0px !important;
    outline: none !important;
    box-shadow: none !important;
    font-size: 15px;
    padding: 18px 11px;
}

.account_modal h2 {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    padding-bottom: 5px;
}

.account_modal p {
    margin: 0;
    font-size: 15px;
}

.contact_wrap {
    background: #fff;
    text-align: center;
    padding: 20px 10px;
    border-radius: 6px;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    transition: all 0.3s ease;
}

.contact_wrap:hover {
    color: #ed5c3a !important;
}

.contact_wrap h3 {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin: 0;
    padding-bottom: 7px;
    color: #333333;
}

.contact_wrap span {
    font-size: 14px;
    color: #777;
    font-family: 'Roboto', sans-serif;
}

.contact_modal tr td {
    width: -1%;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    border: 1px solid #f7f7f7;
    border-radius: 10px;
}

.card_theme label img {
    border-radius: 10px;
}

.card_theme .form-check {
    padding: 0;
}

.card_theme .form-check-input[type=radio] {
    display: none;
}

.card_theme label {
    border: 2px solid transparent;
    width: 100%;
    position: relative;
    border-radius: 2px;
    cursor: pointer;
    height: 100%;
    z-index: 1;
    box-shadow: rgb(99 99 99 / 9%) 0px 2px 8px 0px;
    background: #0d6efd03 !important;
    border-radius: 10px;
    height: 520px;
    overflow: hidden;
}

.card_theme input[type=radio]:checked+label {
    border: 2px solid #2595ff;
}


.card_theme img:hover {
    margin-top: 520px;
    transform: translate(0, -100%);
    transition: all 10s ease-in-out;
    -webkit-transition: all 10s ease-in-out;
    -moz-transition: all 10s ease-in-out;
    -ms-transition: all 10s ease-in-out;
    -o-transition: all 10s ease-in-out;
}

.card_theme img {
    transition: all 10s ease-in-out;
    -webkit-transition: all 10s ease-in-out;
    -moz-transition: all 10s ease-in-out;
    -ms-transition: all 10s ease-in-out;
    -o-transition: all 10s ease-in-out;
}


.cancle_btn {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #222;
    font-weight: 400;
    transition: all 0.2s ease;
}

.cancle_btn i {
    padding-right: 17px;
}


.sec_divider .divider,
.custome_sec .divider {
    margin: 0;
}

.sec_divider .form-control,
.sec_divider .form-floating>.form-select,
.custome_sec .form-control,
.custome_sec .form-floating>.form-select {
    background: transparent !important;
    border-bottom: 1px solid #adadad;
}

.sec_divider,
.custome_sec {
    margin-bottom: 10px !important;
    border-radius: 2px;
    padding: 11px;
    border: 1px solid #ff572247;
}

.sec_divider label,
.custome_sec label {
    color: #000 !important;
}

.sec_divider .divider p,
.custome_sec .divider p {
    background: transparent;
    color: #000;
    padding: 0;
}

.remove_btn {
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.addmore_btn {
    padding: 7px 12px !important;
    font-size: 12px !important;
    border: none !important;
    border-radius: 5px !important;
}

.upload_profile .custom-shape-divider-bottom-1667275976 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.upload_profile .custom-shape-divider-bottom-1667275976 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 101px;
    transform: rotateY(180deg);
}

.upload_profile .custom-shape-divider-bottom-1667275976 .shape-fill {
    fill: #fafafa;
}

.card_theme .custome_logo {
    bottom: 46px;
}

.card_theme .custome_logo img {
    border-radius: 50px !important;
}

.card_theme .custome_logo {
    bottom: 46px;
    border-radius: 50px;
}

.card_theme .card_header h2 {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #070707;
    margin: 0;
    padding-bottom: 4px;
}

.card_theme .card_header p {
    font-size: 14px;
    color: #777;
    font-family: 'Roboto', sans-serif;
    margin: 0;
}

.card_theme .card_header span {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.card.card_theme {
    background: #fafafa;
}

.card_theme .contact_details_info {
    padding: 0px 12px 12px 12px;
}

.button_list .btn-secondary {
    background: #fff;
    border-radius: 4px;
    color: #000;
    border: 1px solid #fff;
    padding: 8px 0px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    outline: none !important;
    box-shadow: none !important;
}

.button_list .btn-secondary:hover {
    color: #fff;
}

.button_list .btn-primary {
    background: #2c2c2c;
    border: none;
    border-radius: 4px;
    padding: 10px 0px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

.social_media .icon a i {
    width: 45px;
    height: 45px;
    border-radius: 16px;
    color: #fff;
    padding-top: 14px;
    font-size: 17px;
    background: #ddd;
}

.social_media .icon a span {
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #000;
}

.social_media .icon .facebook {
    background: #166FE5 !important;
}

.social_media .icon .twitter {
    background: #1D9BF0 !important;
}

.social_media .icon .linkedin {
    background: #0077B5 !important;
}

.social_media .icon .pinterest {
    background: #E5001E !important;
}

.social_media .icon .envelope {
    background: #62829D !important;
}

.social_media .icon .whatsapp {
    background: #0DC143 !important;
}

.social_media .icon .youtube {
    background: #FF0101 !important;
}

.social_media .icon .comments {
    background: #9e9e9e !important;
}

.video_wrapper {
    background: #ffffff;
    padding: 11px;
    border-radius: 4px;
    border: 1px solid #fff;
}

.video_article .title h3 {
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    text-align: left;
}

.video_article .video iframe {
    border-radius: 4px;
}

.video_article .video_description p {
    font-size: 14px;
    color: #777;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.card_theme .sec_title h3 {
    background: #fafafa;
}

.testimonial_wrapper .content p {
    font-size: 14px;
    color: #212121;
    line-height: 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-align: justify;
    margin-bottom: 10px;
}

.testimonial_wrapper .content h3 {
    font-size: 17px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 600;
    margin-bottom: 15px;
}

.testimonial_wrapper .owl-carousel button.owl-dot {
    width: 28px;
    background: #000;
    height: 2px;
    display: inline-block;
    border-radius: 0px;
    margin: 0px 3px;
    border: none !important;
}

.about_me {
    background: #fff;
    padding: 7px 14px;
}

.about_me h3 {
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    text-align: left;
}

.about_me p {
    font-size: 14px;
    color: #777;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-align: justify;
}

.message_form .form-control {
    background: transparent;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    height: 45px;
    border: none;
    border-bottom: 1px solid #DDD;
    border-radius: 0px;
    padding: 4px 0px;
    outline: none !important;
    box-shadow: none !important;
}

.message_form .form-control::placeholder {
    color: #777;
}

.message_form .contact_btn .btn-success {
    background: #000000 !important;
    border: none !important;
    padding: 11px 25px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #fff;
}

.card_button_sec {
    padding: 18px 0px;
}

.card_button_option ul li {
    display: inline-block;
    padding-right: 5px;
}

.card_button_option ul li a {
    font-size: 13px;
    color: #333333;
    font-family: 'Roboto', sans-serif;
    background: #ffffff;
    padding: 10px 11px;
    border-radius: 6px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.card_button_option ul li a:hover {
    background: #EBEBEB;
}

.card_button_option ul li a i {
    padding-right: 4px;
}

.card_button_option .back_home a i {
    font-size: 20px;
    vertical-align: middle;
    border-radius: 50px;
}

.card_send,
.analytics_card {
    background: #fff;
    padding: 20px;
    border: 1px solid #EEE;
    border-radius: 16px;
    min-height: 554px;
}

.analytics h3 {
    text-align: center;
    color: #4b4b4b;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 22px;
}

.analytics_body.text-center.pb-5 ul.list-unstyled li:last-child {
    border-bottom: none;
}

.analytics_body a {
    color: #fff;
    padding: 6px 23px;
    display: inline-block;
    border-radius: 2px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    font-size: 14px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.analytics_body a i {
    padding-left: 7px;
}

.analytics_body a:hover {
    opacity: .8;
    box-shadow: none;
}

.card_send .title h3 {
    color: #4b4b4b;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 22px;
}

.card_tabs .nav-tabs .nav-link {
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    background: transparent !important;
    border-radius: 0px !important;
}

.card_tabs .tab-content {
    min-height: 377px !important;
}

.card_tabs .nav-tabs .nav-link svg {
    display: block;
    text-align: center;
    margin: 0 auto;
    font-size: 19px;
    margin-bottom: 3px;
}

.card_tabs .tabs_button {
    display: flex;
    justify-content: space-around;
    box-shadow: none !important;
    outline: none !important;
    width: 99%;
    margin: 0 auto;
    text-align: center;
    background: #dddddd59;
    border: none !important;
    border-radius: 0px;
    height: 57px;
}

.card_tabs .nav-item {
    width: 50%;
    margin: 0 auto;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
    color: #afafaf;
}

.card_tabs .nav-item button {
    border: none !important;
    width: 100%;
}

.card_tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-radius: 0px !important;
    color: #fff !important;
}

.card_tabs .card_img img {
    width: 170px;
    height: 170px;
    border-radius: 100%;
    margin-bottom: 8px;
    border: 1px dashed #d5d5d5bf;
}

.card_tabs .card_img p {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.card_tabs .social_icon ul li {
    display: inline-block;
}

.card_tabs .social_icon ul li a {
    width: 37px;
    height: 37px;
    display: inline-block;
    background: #fafafa;
    color: #4b4b4b;
    border-radius: 50px;
    padding-top: 6px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.card_tabs .social_icon ul li a:hover {
    color: #fff;
}

.copylink_btn a {
    border: 1px solid #ff572229;
    padding: 6px 21px;
    display: inline-block;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-weight: 400;
    border-radius: 3px;
    background: #ff572226;

}

.copylink_btn ul li a:hover {
    color: #fff;
}

.email_form h3 {
    color: #343333;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.email_form .form-control {
    outline: none !important;
    box-shadow: none !important;
    border: none;
    border-bottom: 1px solid #EEE;
    border-radius: 0px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #282828;
    padding: 0px 2px;
}

.email_form label {
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    color: #777;
    padding: 16px 0px !important;
}

.email_form .btn {
    color: #fff;
    padding: 9px 23px;
    display: inline-block;
    border-radius: 2px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    border: none !important;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.email_form .btn:hover {
    opacity: .8;
    box-shadow: none;
}

#uploaded_image img {
    width: 184px !important;
    height: 184px !important;
    border-radius: 4px;
}

#uploaded_image2 img {
    width: 184px !important;
    height: 184px !important;
    border-radius: 4px;
}

.email_form p {
    font-size: 14px;
    color: #727272;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 25px;
    margin: 0;
    padding-bottom: 16px;
}

.email_form .intl-tel-input,
.email_form .iti {
    width: 100%;
}

.email_form .iti__country-list {
    max-width: 375px;
    overflow: hidden;
    overflow-y: auto;
}

.email_form .iti__selected-flag {
    padding: 0;
    background: #fff !important;
}

h2.page-title {
    font-size: 18px;
    font-weight: 600;
}

.page-pretitle {
    margin-bottom: 2px;
    font-size: .625rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em;
    line-height: 1.6;
    color: #656d77;
}

.page-title {
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.4;
    font-weight: 500;
    color: inherit;
    display: flex;
    align-items: center;
}

.input-group.phone_input_field span.input-group-text {
    padding: 0;
    border: none !important;
    background: #fff !important;
}

.input-group.phone_input_field span.input-group-text select {
    border-radius: 5px 0px 0px 5px !important;
    outline: none !important;
    box-shadow: none !important;
}

.breadcrumb_section .breadcrumb {
    margin: 0;
    padding-top: 4px;
}

.breadcrumb_section .breadcrumb-item {
    text-transform: uppercase;
    letter-spacing: .04em;
    vertical-align: middle;
    line-height: 14px;
    font-size: 13px;
    color: #2f2c2c !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.breadcrumb_section .breadcrumb-item.active {
    color: #2595ff !important;
    font-size: 13px;
    vertical-align: middle;
}

.modal-content {
    border: none !important;
    border-radius: 10px !important;
    box-shadow: 0 11px 15px -7px rgb(0 0 0 / 20%), 0 24px 38px 3px rgb(0 0 0 / 14%), 0 9px 46px 8px rgb(0 0 0 / 12%);
}

.modal-header {
    padding: 16px 23px;
    border-bottom: 1px solid #f5efef;
}

.modal-title {
    font-size: 16px;
    color: #333333;
}

.modal-footer {
    border: none !important;
    text-align: center;
}

.modal-footer .btn {
    border-radius: 4px;
    border: none !important;
    padding: 8px 15px;
    font-size: 13px;
}

.modal-body {
    padding: 20px;
}

.modal-footer button,
.modal-footer .btn {
    border-radius: 2px;
    padding: 7px 20px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}


.modal-header .btn-close {
    outline: none !important;
    box-shadow: none !important;
}

div#image_demo {
    margin-top: 0 !important;
}

.min_height {
    min-height: 500px;
}


.download_btn.btn-sm.btn-primary i {
    padding-right: 4px;
}

.download_btn.btn-sm.btn-primary {
    border: none !important;
    color: #fff;
    font-size: 13px;
    border-radius: 2px;
    padding: 6px 14px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden,
[hidden] {
    display: none !important;
}

.visually-hidden {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
}

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

@media print {

    *,
    *::before,
    *::after {
        background: #fff !important;
        color: #000 !important;
        /* Black prints faster */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]::after {
        content: " (" attr(href) ")";
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]::after,
    a[href^="javascript:"]::after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.help-block.text-danger {
    color: #a74d19 !important;
    font-size: 14px;
    font-style: italic;
}

.help-block.text-success {
    font-size: 14px;
    font-style: italic;
}

.custome_sec {
    position: relative;
}

.removeVideoSection,
.removeTestimonial {
    position: absolute;
    right: 5px;
    top: 5px;
}

.form-group .error {
    color: #a74d19 !important;
    font-size: 14px;
    font-style: italic;
}

.bb1 {
    border-bottom: 1px solid #a74d19;
}

.video_sec_child {
    position: relative;
}


.testimonial_sec_delete,
.video_sec_child_delete {
    font-size: 15px;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 5;
    border-radius: 50px;
    border: 1px solid #ddd !important;
    width: 30px;
    height: 30px;
}

.testimonial_sec_delete i,
.video_sec_child_delete i {
    font-size: 12px;
    color: #f10808;
}

.card_content textarea {
    height: 140px !important;
}

.loading-spinner {
    display: none;
}

.loading-spinner.active {
    display: inline-block;
}

#footer-social-links ul {
    padding-left: 0;
}

#footer-social-links ul li {
    display: inline-block;
}

#footer-social-links ul li a span {
    margin: 1px;
    color: #ffffff;
    padding: 0px 10px;
    display: inline-block;
    font-size: 22px;
    padding-top: 11px;
    text-align: center;
}

/* #footer-social-links .fa-facebook-square {
    background-color: #3B5998;
}

#footer-social-links .fa-twitter {
    background-color: #00ACED;
}

#footer-social-links .fa-linkedin {
    background-color: #007FB1;
}

#footer-social-links .fa-whatsapp {
    background-color: #25D366;
}

#footer-social-links .fa-reddit {
    background-color: #FF4500;
}

#footer-social-links .fa-telegram {
    background-color: #0088cc;
}

#footer-social-links .fa-youtube {
    background-color: #CD201F;
}

#footer-social-links .fa-instagram {
    background-color: #E4405F;
} */

.drag-handler {
    cursor: move;
}

.modal-backdrop.show {

    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.card_tabs .tabs_button {
    border: 1px solid;
}

.fixed_btn a {
    border: 4px solid;
}

#back-to-top {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 200px;
    right: 45px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    background: #323232;
}

#back-to-top::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1.3em;
    line-height: 44px;
    color: #fff;
}

#back-to-top:hover {
    cursor: pointer;
    background-color: #333;
}

#back-to-top:active {
    background-color: #555;
}

#back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.featured_item_list {
    border: 1px solid #f2f2f2;
    padding: 20px;
    border-radius: 3px;
    background: #fff;
}

.featured_content h3 {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #070707;
    margin: 0;
    padding-bottom: 8px;
}

.featured_content p {
    font-size: 14px;
    color: #3f3f3f;
}

.featured_bx img {
    width: 100%;
}

.featured_bx i {
    width: 50px;
    height: 50px;
    background: #3c8ff91a;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #3c8ff9;
    border: 2px solid;
    border-radius: 50px;
    font-size: 19px;
}

.featured_wrapper {
    border: 2px solid #3c8ff952;
    padding: 20px;
    border-radius: 12px;
    min-height: 100%;
    background: #fff;
}

.featured_content a {
    color: #000000;
    padding: 10px 33px !important;
    vertical-align: middle;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    margin-top: 5px;
    display: inline-block;
    border: 1px solid #EEE;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.featured_content a:hover {
    color: #fff;
}


.hero-wrapper h1 {
    margin-top: 0px;
    margin-bottom: 24px;
    color: #fff;
    font-size: 64px;
    line-height: 1.3;
    font-family: 'Roboto';
    font-weight: 500;
    letter-spacing: -0.02em;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
}

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

    .hero-wrapper h1 {
        font-size: 52px !important;
    }
}

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

    .hero-wrapper h1 {
        font-size: 38px !important;
    }

    .hero-wrapper p {
        font-size: 15px !important;
    }
}

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

    .hero-wrapper h1 {
        font-size: 32px !important;
        font-weight: 300 !important;
    }

    .hero-wrapper p {
        display: none;
    }

    .create_card_btn {
        padding: 12px 27px !important;
    }
}

@media screen and (max-width:500px) {
    .section.home-hero.wf-section {
        padding-top: 20px !important;
    }

    .create_card_btn {
        margin-top: 0 !important;
        padding: 6px 13px !important;
    }
}

.create_card_btn {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px 18px !important;
    transition: 0.3s;
    align-items: center;
    justify-content: center;
    margin-top: 15px !important;
    border-radius: 3px !important;
    background: linear-gradient(to right, #FFC107 0%, #FF5722 100%) !important;
}

ul.navbar-nav.navbar_m li a {
    text-transform: uppercase;
}


.profile_header h2 {
    font-size: 18px;
}

.section_del i {
    position: relative !important;
    text-align: center;
    margin: 0 auto;
    top: 0;
    font-size: 14px;
    background: transparent;
    width: 53px;
    cursor: pointer;
    float: right;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    /* color: #495057 !important; */

}

.custome_shadow .card-title {
    display: block;
    margin: 0 0 1rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
    color: #222;
}

p.plan_name {
    display: block;
    margin: 0 0 1rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
    color: #222;
    text-transform: uppercase;
}

p.text-uppercase {
    font-size: 13px;
    color: #232E3C;
    letter-spacing: 1px;
}

.switchBtn.text-center {
    margin: 0;
    font-size: 15px;
    color: #666;
    font-family: 'Roboto', sans-serif;
}

.pricing-card .card {
    box-shadow: rgb(35 46 60 / 4%) 0 2px 4px 0;
    border: 1px solid rgba(101, 109, 119, .16);
}

.pricing-card .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(101, 109, 119, .16);
    border-radius: 4px;
}

.text-dark {
    color: #232e3c !important;
}

.font-weight-bold {
    font-weight: 600 !important;
    font-size: 14px;
}

@media (min-width: 768px) {
    .card-md>.card-body {
        padding: 2rem;
    }
}

@media (min-width: 1200px) {
    .display-5 {
        font-size: 3rem;
    }
}

.price h4 {
    font-size: 27px;
    color: #4b4b4b;
    font-family: 'Roboto';
}

ul.list-unstyled.lh-lg li {
    font-size: 14px;
    color: #6d6c6c;
    margin: 13px 0px;
}

/* a.choose-plan.btn.w-100 {
        border: 1px solid #f2eeee;
        background: #FFF;
        color: #0a58ca;
        padding: 10px 0px;
    }

    a.choose-plan.btn.w-100:hover {
        background: #0a58ca;
        color: #fff;
    } */

.custome_shadow {
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

.profile_header h2 {
    font-size: 18px;
}

.section_del i {
    position: relative !important;
    text-align: center;
    margin: 0 auto;
    top: 0;
    font-size: 14px;
    background: transparent;
    width: 53px;
    color: #ee6c4d;
    cursor: pointer;
    float: right;
}

.text-default {
    color: rgba(0, 0, 0, .54) !important;
}

.remove_sicon {
    cursor: pointer;
}

div#createFirstCard {
    box-shadow: 0px 8px 20px rgb(0 0 0 / 20%);
    border-radius: 12px;
    /* background-color: #ffffff; */
}

@media only screen and (min-width: 960px) {
    .img-crop-modal {
        max-width: 650px !important;
    }

    .img-crop-modal .modal-body {
        padding-top: 15px !important;
    }
}

@media only screen and (max-device-width: 480px) {}

.card-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 1rem;
    text-align: center;
    transition: .3s background;
    border-top: 1px solid #e6e8e9;
    flex: 1;
    color: inherit;
    font-weight: 400;
    font-size: 15px;
    color: #555;
}

.card {
    box-shadow: rgb(35 46 60 / 4%) 0 2px 4px 0;
    border: 1px solid rgba(101, 109, 119, .16);
    border-radius: 3px;
}

.card-btn:not(:first-child) {
    border-left: 1px solid #e6e8e9;
}

.card-btn:hover {
    text-decoration: none;
    background: rgba(32, 107, 196, .06);
}

a.dropdown-item {
    padding: 10px 10px;
}

.user_profile .avatar img {
    width: 50px !important;
    height: 50px !important;
    border-radius: 100px !important;
}

.user-info .avatar img {
    width: 50;
    width: 45px;
    height: 45px;
}

.offcanvas-header button {
    position: absolute;
    top: 15px;
    right: 18px;
}

.footer_menu ul li a {
    text-transform: capitalize;
}

.dashboard-navbar .dropdown-menu.language_dropdown {
    margin-top: 0px;
}

.d-flex.user-info .avatar {
    margin-right: 10px;
}

.copylink_btn a {
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    border: none;
}

.user_profile .dropdown-menu li>a {
    text-transform: capitalize;
}

.footer_bottom a {
    font-weight: 700;
    text-decoration: underline;
}

/* Color */

.analytics_body a:hover,
.btn .btn-default {
    color: #ffffff;
}

.about_box:hover,
.btn-check:checked+.btn,
.btn.active,
.pricing_sec .form-check-input:checked,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active,
.pricing_sec .form-check-input:focus,
button.btn.btn-primary,
/* .form-control:focus, */
.fixed_btn a,
.card_tabs .tabs_button,
.create_card_btn {
    /* border-color: #2595ff; */
    border-color: var(--main-btn-border);
}


.card_tabs .nav-tabs .nav-link {
    color: #4b4b4b;
}


.card_tabs .social_icon ul li a:hover {
    background: #ff5722;
}

.copylink_btn ul li a:hover {
    background: #ff5722;
}

.wizard>.actions a,
.wizard>.steps .current a {
    background: var(--main-btn-bg) !important;
    color: #fff !important;
}

.download_btn.btn-sm.btn-primary {
    background: var(--main-btn-bg) !important;
}


button .btn:hover,
a .btn:hover {
    transition: .3;
    background-color: var(--main-btn-hover-bg);
}

.create_card_btn:hover,
.fixed_btn a:hover {
    border-color: var(--main-btn-hover-border);
}

.create_card_btn:hover,
.fixed_btn a:hover,
.wizard>.actions a:hover,
.wizard>.steps .current a:hover,
.default-btn:hover {
    color: #fff;
    background-color: var(--main-btn-hover-bg);
}

.choose-plan {
    padding: 0.5rem 1.125rem;
    color: #fff;
    border: 1px solid #000;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    transition: all .3s;
    position: relative;

}

.dropdown-menu.language_dropdown {
    max-height: 240px;
    overflow-x: hidden;
    overflow-y: scroll;
    min-width: 200px;
    padding: 0px;
    border-radius: 0px;
    margin-top: 13px;
}

a.dropdown-item:hover {
    background-color: #000;
    color: #fff;
    transition: .3s;
    /* height: 54px!important; */
}

.form-check a {
    font-weight: 600;
    text-decoration: underline;
}

.all:hover {
    background-color: rgb(243, 90, 87);

}

.blog-card:hover .blog-title,
.blog-card:hover .feature-title {
    color: #ee6c4d;
}

.blog-category-group ul li a.active {
    color: #ee6c4d;
}

.all {
    border: 2px solid rgb(243, 90, 87);
}

.blog-title-category:hover {
    color: rgb(243, 90, 87);
}

.blog-title:hover {
    color: rgb(243, 90, 87);
}


.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: none;
}


#uploadimageModal .btn-default {
    color: #fff;
    background: #222;
}

#uploadlogoModal .btn-default {
    background: #222;
    color: #fff;
}

.setting_sec .btn:hover {
    background: #2595ff !important;
    color: #fff;
}

.analytics_body.text-center.pb-5 ul.list-unstyled {
    padding: 0;
    margin: 0;
    list-style: none;
}

.analytics_body.text-center.pb-5 ul.list-unstyled li {
    padding: 7px 0px;
    margin: 0px;
    background: #fff;
    border-bottom: 1px dotted #ddd;
    text-align: left;
    font-size: 14px;
}


.analytics_body.text-center.pb-5 ul.list-unstyled li span {
    float: right;
    font-weight: 600;
    color: #2595ff;
}




/* mobile sidebar */
.open_sidebar {
    left: 0 !important;
    transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
}

.backgroundColor {
    background-color: rgba(0, 0, 0, 0.4) !important;
}

.backdrop_shadow {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    background-color: #00000087;
}

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e7e7e7;
}

.mobile_menu.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: -100%;
    width: 300px;
    overflow-x: hidden;
    transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 7%) 1.95px 1.95px 2.6px;
}

.mobile_menu.sidenav .closebtn {
    position: absolute;
    top: 14px;
    right: 12px;
    padding: 0 !important;
    text-align: center;
    border-radius: 100px;
    line-height: 31px;
    font-size: 29px;
    color: #AAA;
}

.custome_logo #showLogo {
    border-radius: 50% !important;
}

.login_form .form-floating>label {
    padding: 1rem 0.75rem 1rem 0rem;
}

div#social-links ul li {
    display: inline-block;
}


/* .profile_header {
    border-left-width: 4px;
    border-right-width: 4px;
} */

input#theme_color_input {
    padding: 1rem 0.75rem;
    border: none;
    border-bottom: 1px solid #CCC;
    border-radius: 0px;
    outline: none !important;
    box-shadow: none !important;
    margin-left: 3px;
}

.color-selector-btn {
    background: conic-gradient(red 0, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red 100%);
    width: 40px;
    height: 40px;
    border: none;
    outline: none;
}

a.overlay-btn {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 999;
}

.upload_profile .custome_logo {
    border-radius: 100%;
    overflow: hidden;
}

#card_name-error {
    color: red;
}

.color-selector-btn {
    background: conic-gradient(red 0, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red 100%);
    width: 40px;
    height: 40px;
    border: none;
    outline: none;
}

a.overlay-btn {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 999;
}

div#preview_logo_div {
    border-radius: 100%;
    overflow: hidden;
}

.preview_theme a {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    background: #fffaf9;
    color: #ff5722;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    font-weight: 500;
    margin-top: 11px;
    transition: all 0.4s ease;
}

.preview_theme a:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 4px;
    background: #ff5722;
    color: #fff;
}

.product_title a {
    font-size: 18px;
    color: #333333;
    letter-spacing: 1px;
}

.product_article p a {
    border: 1px solid #21212196;
    color: #333333;
    padding: 8px 22px;
    display: inline-block;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    vertical-align: middle;
    align-items: center;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.product_article p a:hover {
    background: #333333;
    color: #fff;
}


.add_to_cart button {
    background: #333333;
    border: none !important;
    outline: none;
    box-shadow: none;
    padding: 14px 42px !important;
    border-radius: 50px !important;
    font-size: 15px;
    color: #fff;
    font-family: "Gilroy-Light", s;
    font-weight: 500;
}

.single_pro_content .input-group .btn {
    background: #e9e9e9 !important;
    border-radius: 2px;
    height: 41px;
    font-size: 14px;
    color: #222 !important;
    border: none !important;
}

.single_pro_content .custome_control {
    border: 1px solid #ddd;
    height: 41px;
    font-size: 14px;
    font-family: "Gilroy-Light", sans-serif;
    font-weight: 700;
    outline: none !important;
    box-shadow: none !important;
    width: 100px;
}

.singel_pro_gallery .swiper-button-prev::after,
.singel_pro_gallery .swiper-button-next::after {
    font-size: 25px;
    color: #333333 !important;
}

.singel_pro_gallery img {
    width: 100% !important;
    border-radius: 6px !important;
}

.swiper-pointer-events {
    margin-bottom: 8px;
}

.mySwiper img {
    cursor: pointer;
}

table {
    margin-bottom: 0 !important;
}

table tr td {
    font-size: 14px;
    color: #333333;
    border-top: 0px solid #EEE !important;
    border: 1px solid #EEE;
}

table tr {
    font-size: 14px;
    color: #333333;
    /* border-top: 0px solid #EEE !important; */
    border: 1px solid #EEE;
}

table th {
    font-size: 14px;
    color: #333333;
    font-weight: 600;
}

.form-control {
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #edededdd;
    font-size: 14px;
    border-radius: 3px;
    padding: 11px 10px;
}

.form-control::placeholder {
    color: #BBB;
    font-size: 12px;
}

.form-label {
    font-size: 14px;
    color: #333333;
}

.card-header {
    padding: 12px 13px;
    background: #fffd;
    border-bottom: 1px solid #EEE;
}

.card-header h6 {
    margin: 0 !important;
    font-size: 14px;
    color: #333333;
}

.card {
    /* border: 1px solid #FFF !important; */
    border-radius: 10px !important;
}

.btn-primary {
    padding: 10px 12px;
    font-size: 14px;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 6px;
}

.card_details a {
    color: #333333;
}

/* .user_card ::-webkit-scrollbar {
    width: 6px;
}

.user_card ::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.user_card ::-webkit-scrollbar-thumb {
    background: #888;
}

.user_card ::-webkit-scrollbar-thumb:hover {
    background: #555;
} */

.pricing-card {
    height: 100%;
}

.page-link {
    font-size: 15px;
    border: 1px solid #ddd !important;
    padding: 8px 20px;
    color: #333333;
}

.active>.page-link,
.page-link.active {
    background: #2595ff;
}

.page_title h2 {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
}

/* For standard property */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus {
    -webkit-text-fill-color: #222;
    -moz-text-fill-color: #222;
    -ms-text-fill-color: #222;
    -o-text-fill-color: #222;
    background: #1f1f1f !important;
    caret-color: #fff !important;
    transition: background-color 5000s ease-in-out 0s;
}

select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #222;
    -moz-text-fill-color: #222;
    -ms-text-fill-color: #222;
    -o-text-fill-color: #222;
    background-color: #1f1f1f !important;
    caret-color: #fff !important;
    transition: background-color 5000s ease-in-out 0s;
}

/* For Mozilla Firefox */
input:-moz-autofill,
textarea:-moz-autofill {
    -moz-text-fill-color: #222;
    background: #ffffff !important;
    caret-color: #fff !important;
    transition: background-color 5000s ease-in-out 0s;
}

select:-moz-autofill {
    -moz-text-fill-color: #222;
    background-color: #ffffff !important;
    caret-color: #fff !important;
    transition: background-color 5000s ease-in-out 0s;
}

/* For Microsoft Edge and Internet Explorer */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    -ms-text-fill-color: #222;
    background: #ffffff !important;
    caret-color: #fff !important;
    transition: background-color 5000s ease-in-out 0s;
}

/* For Opera */
input:-o-autofill,
textarea:-o-autofill {
    -o-text-fill-color: #222;
    background: #ffffff !important;
    caret-color: #fff !important;
    transition: background-color 5000s ease-in-out 0s;
}


select:-o-autofill {
    -o-text-fill-color: #222;
    background-color: #ffffff !important;
    caret-color: #fff !important;
    transition: background-color 5000s ease-in-out 0s;
}


.btn-primary {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 14px 23px !important;
    transition: 0.3s;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, #5de0e6, #00bee1, #009adae3, #0073cad1, #004aadc7);
    margin-top: 1px !important;
    border-radius: 6px !important;
    border: none !important;
}

.btn-primary:hover {
    opacity: .8;
}


.business_accordion .accordion-item {
    margin-bottom: 10px;
    border: 2px solid #dbdfe3 !important;
    border-radius: 6px !important;
    background: transparent;
}

.business_accordion .accordion-item button {
    background: transparent;
    font-size: 16px;
    color: #323232 !important;
    font-weight: 600;
    outline: none !important;
    box-shadow: none !important;
}

.business_accordion .accordion-body p {
    margin: 0;
    font-size: 15px;
    color: #666;
}

.hero_section .btn {
    background: linear-gradient(to right, #FFC107 0%, #FF5722 100%) !important;
}

.hero_section {
    background: linear-gradient(to right, #5de0e6 0%, #004aad 100%);
    padding: 100px 0px;
    margin-top: 50px;
}

.hero_content h3 {
    color: #fff;
    font-size: 45px;
    font-weight: 600;
    padding-bottom: 18px;
}

.service-wrapper h4 {
    font-size: 20px;
    color: #222222;
    margin: 0;
    padding-bottom: 6px;
}

.service-wrapper p {
    margin: 0;
    font-size: 15px;
    color: #555;
}

.service-wrapper img {
    max-width: 150px;
}


.price_del {
    opacity: 0.6;
    color: #6c757d !important;
    font-weight: 400;
    font-size: 18px;
}

.pricing_wrapper.active .price_del {
    color: #fff !important;
    opacity: .7;
}