
.swal2-icon.swal2-error {
    border: 10px solid #FFB317 !important;
    color: #f27474;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    background-color: #FFB317 !important;
    height: 8px !important;
}

.swal2-styled.swal2-confirm {
    background-color: #FFB317 !important;
}


.dropdown-item.active,
.dropdown-item:active {
    color: #f9fafb;
    text-decoration: none;
    background-color: #ffb317 !important;
}


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

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

ul {
    list-style: none;
}


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;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

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

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

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

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

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

.clearfix::after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

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

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@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) ")";
    }

    /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
    a[href^="#"]::after,
    a[href^="javascript:"]::after {
        content: "";
    }

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

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

    /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
    thead {
        display: table-header-group;
    }

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

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

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

/* Theme Css Start */

/* user menu Start*/
.user-menu-wrap {
    position: relative;
}

.menu-container {
    visibility: hidden;
    opacity: 0;
}

.menu-container.active {
    visibility: visible;
    opacity: 1;
    transition: all 0.2s ease-in-out;
}

.user-menu {
    position: absolute;
    right: -22px;
    background-color: #fff;
    width: 256px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    margin-top: 20px;
    z-index: 99999;
}

.user-menu .profile-highlight {
    display: flex;
    /* border-bottom: 1px solid #e0e0e0;
    padding: 12px 16px; */
    margin-bottom: 6px;
}

.user-menu .profile-highlight img {
    width: 48px;
    height: 48px;
    border-radius: 25px;
    object-fit: cover;
}

.user-menu .profile-highlight .details {
    display: flex;
    flex-direction: column;
    margin: auto 12px;
}

.user-menu .profile-highlight .details #profile-name {
    font-weight: 600;
    font-size: 16px;
}

.user-menu .profile-highlight .details #profile-footer {
    font-weight: 300;
    font-size: 14px;
    margin-top: 4px;
}

.user-menu .footer {
    border-top: 1px solid #e0e0e0;
    padding-top: 6px;
    margin-top: 6px;
}

.user-menu .footer .user-menu-link {
    font-size: 13px;
}

.user-menu .user-menu-link {
    display: flex;
    text-decoration: none;
    color: #333;
    font-weight: 400;
    font-size: 14px;
    padding: 12px 16px;
}

.user-menu .user-menu-link div {
    margin: auto 10px;
}

.user-menu .user-menu-link:hover {
    background-color: #f5f5f5;
    color: #333;
}

.user-menu:before {
    position: absolute;
    top: -16px;
    right: 45px;
    display: inline-block;
    content: "";
    border: 8px solid transparent;
    border-bottom-color: #e0e0e0;
}

.user-menu:after {
    position: absolute;
    top: -14px;
    right: 45px;
    display: inline-block;
    content: "";
    border: 7px solid transparent;
    border-bottom-color: #fff;
}

/* user menu End*/

/* Header Css Start */
.header_sevtion>nav {
    box-shadow: 0px 2px 10px 0px #ccc;
}

.header_sevtion>nav .user_dashboard>span {}

.header_sevtion>nav .hide {
    display: none;
}

.header_sevtion>nav ul>li>a {
    font-size: 14px;
    font-weight: 400;
    color: #000 !important;
    line-height: 17px;
}

.header_sevtion>nav {}

.header_sevtion>nav {}

/* Header Css End */
/* Button Start  */
.billto_btn {
    background-color: #ffb317;
    font-size: 25px;
    font-weight: 500;
    color: #ffffff;
    align-items: center;
    padding-top: 8px;
    text-align: center;
    border-radius: 10px;
}

/* Button End  */
/* Title Start */
.h2_title {
    color: #ffb317;
    text-align: center;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 24px;
    font-size: 24px;
}

.create_section_p {
    font-size: 12px;
    padding-top: 8px;
    line-height: 16px;
    text-align: center;
}

p {
    margin: 0;
    font-size: 14px;
    color: #000;
    font-weight: normal;
    /* font-family: "Montserrat", sans-serif; */
}

/* Title End */
/* Create Start  */
.create_section div {
    text-align: center;
}

.create_section div span {
    border-radius: 100%;
    background-color: #ebebeb;
    font-size: 25px;
}

.create_section span {
    height: 80px;
    width: 80px;
}

.create_section {}

.create_section {}

.create_section {}

/* Create End  */

/* Footer Css Start */
.footer_section p {
    font-size: 14px;
    /* font-family: "Montserrat", sans-serif; */
    font-weight: normal;
    color: #fff;
}

.footer_section p a {
    /* font-family: "Montserrat", sans-serif; */
    font-weight: 500;
    color: #000;
    text-decoration: none;
}

/* Header Css End */

/* Bill Page Banner Section Start */
.h3_title {
    color: #fff;
}

.banner_footer {}

.banner_footer span {
    background-color: #fff;
    border-radius: 10px;
}

.banner_footer a {
    text-decoration: none;
    color: #fff;
}

/* .invoice_section .product{
  display: grid;
  grid-template-columns: auto 13% 13% 12% 7%;
} */
.add-field {
    background-color: #fff;
    cursor: pointer;
    color: #ffb317;
}

.send-invoice {
    background-color: #ffb317;
    color: #fff;
    /* font-family: "Montserrat", sans-serif; */
    font-weight: 500;
}

.send-downlod {
    background-color: #737373;
    color: #fff;
    /* font-family: "Montserrat", sans-serif; */
    font-weight: 500;
}

/* Bill Page Banner Section End */

/* Image Upload Start */
.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 0 0 23px;
}

.avatar-upload .avatar-edit {
    position: absolute;
    /* right: 12px; */
    z-index: 1;
    /* top: 10px; */
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    /* border-radius: 100%; */
    background: #ffffff;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.avatar-upload .logo_text label i {
    color: #757575;
    font-size: 40px;
    font-weight: 700;
}

.avatar-upload .avatar-preview {
    width: 192px;
    height: 100px;
    position: relative;
    border-radius: 10px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: #eff0fd;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.invoice_section .tk {
    color: #ffb317;
}

/* Image Upload End */
/* Sign up page Start */
.sub_nav p {
    font-size: 18px;
    /* font-family: "Montserrat", sans-serif; */
    font-weight: 500;
}

.sub_nav p a {
    text-decoration: none;
    color: #000;
    font-size: 18px;
}

.form_title {
    font-weight: 700;
    /* font-family: "Montserrat", sans-serif; */
    font-size: 30px;
}

.form_sign_in label {
    color: #898989;
}

.already_billto a {
    color: #ffb317;
    /* font-family: "Montserrat", sans-serif; */
}

.dashboard .dashboard_link a {
    color: #898989;
    font-size: 18px;
    text-decoration: none;
    /* font-family: "Montserrat", sans-serif; */
    line-height: 36px;
    font-weight: 400;
    border-right: 2px solid #898989;
    padding: 0 5px;
    border-radius: 0;
    display: unset;
}

.dashboard .dashboard_link a:nth-last-child(1) {
    border-right: 0;
}

.dashboard_menu ul li a.nav-link {
    background-color: #cbf1ff;
    border: 1px solid #ffb317;
    color: #898989;
    font-size: 14px;
}

/* Sign up page End */
/* Dashboard page Start */
.invoice_table thead th {
    width: 20%;
    text-align: center;
}

.invoice_table tbody td {
    text-align: center;
}

/* Dashboard page End */

/* Setting page Start */
.setting .avatar-upload .avatar-preview {
    height: 192px;
}

.setting button {
    font-size: 14px;
}

.icon_style {
    border: 1px solid #cccccc;
    background-color: #ebebeb;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.hover:hover {
    color: #ffb317;
}

/* Setting page End */
/* Reports page Start */
.reports .invoice_table thead th {
    width: 16.66%;
}

.reports .invoice_table tbody tr {
    border-bottom: 1px solid rgba(34, 34, 34, 0.418);
}

.reports .invoice_table tbody tr:nth-last-child(1) {
    border-bottom: 1px solid #ffb317 !important;
}

.search_btn {
    font-size: 14px;
}

/* Reports page End */

/* Responsive css */
@media screen and (max-width: 480px) {
    .invoice_section .product {
        grid-template-columns: auto;
    }

    .invoice_table {
        font-size: 9px;
    }
}

/* invoice create page css start */

.logo_text {
    position: absolute;
    z-index: 1;
    top: 15px;
    margin-left: 17px;
}

.inputBorderRedius {
    border-radius: 10px !important;
}

.invoice {
    color: #898989;
    font-size: 400;
}

.invoiceID {
    margin-left: -25px !important;
    z-index: 3;
    border-left: 0;
    align-items: center;
    display: flex;
    margin-right: 9px;
}

.dateForm {
    margin-left: -40px !important;
    z-index: 3;
    border-left: 0;
    border-radius: 0 10px 10px 0px !important;
    background-color: #ffffff !important;
}

.invoiceIdOne {
    z-index: 99;
    margin-right: -32px;
    background-color: #cccccc;
    border-right: none;
    border-radius: 10px 0px 0px 10px;
}

.textColor {
    color: #898989;
}

.custom_table .custab1 {
    background-color: #ffb317;
    color: #ffffff;
    -webkit-border-radius: 10px 0px 0px 10px;
    border-radius: 10px 0px 0px 10px;
    border-collapse: separate;
}

.custom_table .custab2 {
    background-color: #ffb317;
    color: #ffffff;

    border-collapse: separate;
}

.custom_table .custab3 {
    background-color: #ffb317;
    color: #ffffff;
    -webkit-border-radius: 10px 0px 0px 10px;
    border-radius: 0px 10px 10px 0px;
    border-collapse: separate;
}

.bgInput {
    background-color: #f7f2f247 !important;
}

.InputCustomize {
    z-index: 99;
    background-color: #f7f2f247;
}

.InputCustomizeTex {
    margin-left: -19px !important;
    z-index: 99;
    border-left: 0;
    margin-top: 2px;
    margin-bottom: 2px;
    border-radius: 0 10px 10px 0px !important;
    background: #ffffff;
}

.border_round {
    border: 1px solid #cfcdcd;
    border-radius: 10px !important;
    min-width: 50%;
    justify-content: flex-end;
}

.dateForm_recived {
    z-index: 3;
    border-left: 0;
    border-radius: 0 10px 10px 0px !important;
    background-color: #ffffff !important;
    margin-left: -47px !important;
}

input[type="checkbox"] {
    accent-color: #ffb317;
}

.custom_table {
    width: 100%;
    border-radius: 10px !important;
}

.custom_table .tr_f {
    background: #ffb317;
    border-radius: 10px !important;
}

.edit_data_invoice {
    margin-top: 10px;
}

.edit_data_textarea {
    width: 97.5%;
}

.edit_data_input1 {
    width: 80%;
}

.edit_data_input2 {
    width: 74%;
}

.edit_data_input3 {
    width: 100%;
    margin-left: -10px;
}

.custom-radio input {
    display: none;
}

.radio-btn {
    width: 100%;
    display: inline-block;
    border-radius: 2px;
    position: relative;
    text-align: center;
    cursor: pointer;
    height: 342px;
}

.radio-btn>i {
    color: #ffffff;
    background-color: #ffb317;
    font-size: 20px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%) scale(4);
    border-radius: 50%;
    padding: 0px 5px;
    transition: 0.2s;
    pointer-events: none;
    opacity: 0;
    z-index: 1;
}

.radio-btn .hobbies-icon {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.radio-btn .hobbies-icon i {
    color: #ffb317;
    line-height: 80px;
    font-size: 60px;
}

.radio-btn .hobbies-icon h3 {
    color: #ffb317;
    font-size: 16px;
    font-weight: 400;
}

.custom-radio input:checked+.radio-btn {
    border: 3px solid #ffb317;
}

.custom-radio input:checked+.radio-btn>i {
    opacity: 1;
    transform: translateX(-50%) scale(1);
}

.radio-btn img {
    width: 100%;
}

.pakages_name {
    background: #ffb317;
    padding: 1px 11px;
    border-radius: 2px;
    font-size: 13px;
    position: absolute;
    top: 0.4%;
    color: #000000;
    font-weight: 700;
    z-index: 1;
    text-decoration: none;
    right: 0%;
    text-align: center;
}

.svg_size_plus {
    width: 33px;
    cursor: pointer;
    margin-left: 3px;
    margin-top: 1px;
}

.border_real {
    border-top: 1px solid rgb(250, 39, 39);
    border-bottom: 1px solid rgb(255, 22, 22);
    border-right: 1px solid rgb(250, 39, 39);
}

@media only screen and (max-width: 991px) {
    .tempResponsive {
        /* border: 1px solid red; */
    }

    .tempResponsive img {
        height: 295px;
    }

    .radio-btn {
        width: 100%;
        display: inline-block;
        border-radius: 2px;
        position: relative;
        text-align: center;
        cursor: pointer;
        height: 300px;
    }
}

@media only screen and (min-width: 992px) {
    .tempResponsive img {
        height: 335px;
    }
}

@media only screen and (max-width: 575px) {
    .tempResponsive {
        /* border: 1px solid red; */
    }

    .tempResponsive img {
        height: 480px;
    }

    .radio-btn {
        width: 100%;
        display: inline-block;
        border-radius: 2px;
        position: relative;
        text-align: center;
        cursor: pointer;
        height: 485px;
    }
}

@media screen and (max-width: 767px) {
    .create_page .bnt_responsive {
        font-size: 13px;
        padding: 5px 11px !important;
        margin: 5px 3px 0px 0px !important;
    }
}

/* invoice create page css end */

/* home page css */
.pakages_name {
    background: rgb(9 25 30 / 100%);
    padding: 1px 5px;
    border-radius: 2px;
    font-size: 13px;
    position: absolute;
    top: 0%;
    color: #ffb317;
    font-weight: 700;
    z-index: 1;
    text-decoration: none;
    right: 0%;
    text-align: center;
}

@media only screen and (max-width: 340px) {
    .image_width img {
        width: 100%;
    }
}

.create_section {
    margin-top: 70px;
}

.tamplate_show_home {
    /* padding: 0 40px; */
}

.tamplate_show_home img {
    width: 100%;
}

.tamplate_show_A {
    margin-bottom: 19px;
}

.tamplate_show_A a {
    text-decoration: none;
}

.invoice_template {
    margin-top: 55px;
}

.invoice_template .h2_title2 {
    color: #ffb317;
    text-align: center;
    font-weight: 700;
    line-height: 24px;
    font-size: 24px;
}

.invoice_template .invoice_p {
    text-align: center;
    font-weight: 400;
    line-height: 24px;
    font-size: 12px;
}

.invoice_template .invoice_template_margin {
    margin-top: 55px;
}

p a {
    background: transparent !important;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

.border_bottom {
    border: 2px;
    margin-right: 50px !important;
    margin-left: 50px;
    margin-bottom: 10px;
}

.border_bottom_color2 {
    border: 1px solid #fcb21c;
}

.border_bottom_color3 {
    border: 1px solid #039dbf;
}

.border_bottom_color4 {
    border: 1px solid #a950a0;
}

.Single_item h5 {
    font-weight: 700;
    font-size: 18px;
    color: #000000;
    padding-bottom: 8px;
}

.package_time p {
    border-radius: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    color: #fff;
    font-size: 14px;
}

.package_time_bg_color2 p {
    background: linear-gradient(to top, #fb8700, #fcb21c);
}

.package_time_bg_color3 p {
    background: linear-gradient(to top, #0370bf, #039dbf);
}

.package_time_bg_color4 p {
    background: linear-gradient(to top, #f49ac1, #a950a0);
}

.package_time p span {
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
}

.package_time {
    width: 120px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
}

/*table*/

.table {
    margin-top: 10px;
    margin-bottom: 10px;
}

#customers {
    /* font-family: Arial, Helvetica, sans-serif; */
    border-collapse: collapse;
    width: 100%;
}

#customers td,
#customers th {
    border: 1px solid #ddd;
    padding: 8px;
}

#customers tr:nth-child(even) {
    background-color: #f2f2f2;
}

#customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    color: black;
}

/*table*/

.Single_item a {
    color: #fff;
    text-decoration: none;
    background: rebeccapurple;
    padding: 5px 20px;
    border: 1px solid;
    border-radius: 20px;
}

.dis_none {
    display: none;
    visibility: hidden;
}

.package_area {
    margin-top: 28px;
}

.package_area_border {
    /* border-radius: 10px; */
    /* border: 1px solid #cccccc; */
    margin-bottom: 48px;
}

.priceColor {
    color: #ffb317;
    font-size: 40px;
    font-weight: 700;
    line-height: 48.76px;
    margin-top: 11px;
    text-align: center;
}

.heding {
    font-weight: 700;
    margin-top: 25px;
    font-size: 16px;
    text-align: center;
}

.btnCss {
    width: 240px;
    height: 50px;
    background-color: #ffb317;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    padding: 8px 57px;
}

.text_muted {
    color: #898989;
    margin-top: 33px;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    padding: 0px 44px;
}

.emty_margin {
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 9px;
    margin-bottom: 22px;
    border: 1px solid #d9d9d9;
}

.text_start {
    margin: 0px 33px 20px;
}

.pricing_btn_design {
    margin-bottom: 29px;
}

.month {
    color: #ffb317 !important;
    font-size: 13px !important;
}

.shadowcard {
    background: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.borderNoneCard .card {
    border: none;
}

/* media qurary */
@media only screen and (max-width: 767px) {
    .text span {
        font-size: 15px;
    }

    .ctrate-text h2 {
        font-size: 20px;
    }

    .plan span {
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        color: #ffb317;
        padding-bottom: 10px;
    }

    .plan p {
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        color: #898989;
        text-align: justify;
        margin-bottom: 6px;
        margin-top: 5px;
    }

    .plan {
        /* padding-top: 32px;
        padding-bottom: 50px; */
        /* padding-left: 50px;
        padding-right: 50px; */
    }

    .text .billto_btn {
        width: 124px;
        height: 40px;
        font-weight: 500;
        /* text-align: center; */
        line-height: 16px;
    }

    .text {
        text-align: center;
    }

    .ctrate-text .icon_style {
        border: 1px solid #cccccc;
        background-color: #ebebeb;
        border-radius: 50%;
        width: 100px;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
    }

    .ctrate-text .h2_title {
        color: #ffb317;
        text-align: center;
        font-weight: 700;
        margin-top: 15px;
        line-height: 17px;
        font-size: 18px;
    }

    .invoice_template .ctrate-text .h2_title2 {
        color: #ffb317;
        text-align: center;
        font-weight: 700;
        line-height: 24px;
        font-size: 18px;
    }

    .text-center {
        text-align: center !important;
        margin-top: 5px;
    }

    .text_muted {
        color: #898989;
        margin-top: 14px;
        font-size: 12px;
        line-height: 15px;
        text-align: center;
        padding: 0px 44px;
    }

    .card-body .priceColor {
        color: #ffb317;
        font-size: 30px;
        font-weight: 700;
        line-height: 35.76px;
        margin-top: 12px;
        text-align: center;
    }

    .card-body .heding {
        font-weight: 700;
        margin-top: 20px;
        font-size: 16px;
        text-align: center;
    }

    .card-body .text_start .margingPlanP {
        margin-bottom: 0.5rem;
        font-size: 12px;
    }

    .pricing_btn_design .btnCss {
        background-color: #ffb317;
        color: #ffffff;
        border: none;
        border-radius: 5px;
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        text-align: center;
        padding: 7px 38px;
    }

    .card-body .text_muted {
        color: #898989;
        margin-top: 12px;
        font-size: 12px;
        line-height: 15px;
        text-align: center;
        padding: 0px 44px;
    }
}

@media only screen and (max-width: 575px) {
    .mb_sm_3 {
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .card-body .text_start .margingPlanP {
        margin-bottom: 0.7rem;
        font-size: 13px;
    }

    .text span {
        font-size: 26px;
    }

    .ctrate-text h2 {
        font-size: 20px;
    }

    .ctrate-text h1 {
        font-size: 20px;
    }

    .plan span {
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        color: #ffb317;
        padding-bottom: 10px;
    }

    .plan p {
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        color: #898989;
        text-align: justify;
    }

    .plan {
        padding-top: 32px;
        padding-bottom: 50px;
        /* padding-left: 50px;
        padding-right: 50px; */
    }
}

@media only screen and (min-width: 992px) {
    .card-body .text_start .margingPlanP {
        margin-bottom: 1rem;
        font-size: 13px;
    }

    .plan span {
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        color: #ffb317;
        line-height: 48px;
        text-align: center;
    }

    .plan p {
        line-height: 16px;
        font-weight: 400;
        font-size: 12px;
        color: #898989;
        text-align: center;
    }

    /* .plan {
        padding: 3px 10px 40px 10px;
    } */
}

/* end media quary */


/*login page css*/
/* @import url("//fonts.googleapis.com/css?family=Roboto"); */

*,
*::before,
*::after {
    box-sizing: border-box;
}


.block-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
}

.block-wrap>div {
    width: 100%;
    text-align: center;
}

.btn-google,
.btn-fb {
    display: inline-block;
    border-radius: 1px;
    text-decoration: none;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    transition: background-color .218s, border-color .218s, box-shadow .218s;
}

.btn-google .google-content,
.btn-google .fb-content,
.btn-fb .google-content,
.btn-fb .fb-content {
    display: flex;
    align-items: center;
    width: 448px;
    height: 44px;
    background-color: #FFB317;
    border-radius: 10px;
}

.btn-google .google-content .logo,
.btn-google .fb-content .logo,
.btn-fb .google-content .logo,
.btn-fb .fb-content .logo {
    padding: 15px;
    height: inherit;
}

.btn-google .google-content svg,
.btn-google .fb-content svg,
.btn-fb .google-content svg,
.btn-fb .fb-content svg {
    width: 18px;
    height: 18px;
}

.btn-google .google-content p,
.btn-google .fb-content p,
.btn-fb .google-content p,
.btn-fb .fb-content p {
    width: 100%;
    line-height: 1;
    letter-spacing: .21px;
    text-align: center;
    font-weight: 500;
    /* font-family: 'Roboto', sans-serif; */
}

.btn-google {
    background: #FFF;
    border-radius: 10px;
}

.btn-google:hover {
    box-shadow: 0 0 3px 3px rgba(66, 133, 244, 0.3);
}

.btn-google:active {
    background-color: #eee;
}

.btn-google .google-content p {
    color: #FFFFFF;
}

.btn-fb {
    padding-top: 1.5px;
    background: #4267b2;
    background-color: #FFB317;
    border-radius: 10px;
}

.btn-fb:hover {
    box-shadow: 0 0 3px 3px rgba(59, 89, 152, 0.3);
}

.btn-fb .fb-content p {
    color: rgba(255, 255, 255, 0.87);
}

.btn-gh {
    padding-top: 1.5px;
    background: #333333 !important;
    background-color: #333333 !important;
}

.btn-gh:hover {
    box-shadow: 0 0 3px 3px rgba(59, 89, 152, 0.3);
}

.btn-gh p {
    color: rgba(255, 255, 255, 0.87);
}

.btn-gh i {
    color: #fff !important;
}

.color {
    color: #898989 !important;
    text-decoration: underline !important;
}

.color:hover {
    color: #FFB317 !important;
}

.eye {
    margin-left: -38px !important;
    z-index: 3;
    border-left: 0;
    border-radius: 0 10px 10px 0px !important;
}

.eyeColor {
    color: #CCCCCC !important;
}

.inputPadding {
    padding-top: 11px;
    padding-bottom: 11px;
}


/* sing up css */
.inputPadding {
    padding-top: 11px;
    padding-bottom: 11px;
}

.BetweeenChatac {
    color: #FFB317 !important;
}

.BetweeenChatac:hover {
    color: #898989 !important;
}

.allreadyOnBillto {
    color: #898989 !important;
}

.eye {
    margin-left: -49px !important;
    z-index: 3;
    border-left: 0;
    border-radius: 0 10px 10px 0px !important;
}


/* header css file  */
.dropbtn {
    cursor: pointer;
}

.dropdown-content {
    display: none;
    position: absolute;
    z-index: 1;
    right: 0;
}

.show {
    display: block;
}

.btncustom.btn-check:focus+.btn,
.btncustom:focus {
    box-shadow: none !important;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
}

.user-menu-wrap .btn {
    font-size: 14px !important;
    font-weight: 400;
}

.navbar-brand img {
    width: 124px;
    /*height: 50px;*/
}

@media only screen and (max-width: 769px) {
    .navbar-brand img {
        width: 124px;
        /*height: 40px;*/
    }
}

@media only screen and (max-width: 425px) {
    .navbar-brand {

        margin-right: 0px !important;

    }
}

@media only screen and (max-width: 380px) {
    /* .navbar-brand img {
        width: 80%;
        height: 33px;
    } */
}

@media only screen and (max-width: 425px) {
    .profileName {
        padding: 5px 3px 5px 1px;
        font-size: 8px !important;
    }

    .user-menu-wrap .btn {
        font-size: 12px !important;
        font-weight: 400;
    }

}

.border_custom1 {

    margin-left: -5px;
    margin-top: 2px;
    align-items: center;
    height: 24px;
    width: 24px;
    align-items: center;
    text-align: center;
    display: list-item;
}

.border_custom2 {
    padding: 0px 0px;
    /* margin-top: 2px; */
    align-items: center;
    /* height: 24px;
                                width: 21px; */
    align-items: center;
    text-align: center;
    display: list-item;
}

.navbar-nav .dropdown-menu {
    position: absolute !important;
}

.dropdown-menu {
    z-index: 1000;
    display: none;
    min-width: 20px !important;
    text-align: center !important;

}


/* create ivoice page */
.avatar-upload .avatar-preview>div {
    border-radius: 0px !important;
    /* background-size: contain !important0; */
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #fff !important;
}
.modal-header .priviewModel {
    border-bottom: none !important
}

.priviewModel {
    padding: 0.2rem 0.5rem !important;
    border-bottom: 1px solid #ededed !important;
}

.modal-header .stop_btn {
    padding: 0.5rem 0.5rem !important;
    margin: -0.5rem -0.5rem -0.5rem auto;
    font-size: 12px !important;
    border: 1px solid !important;
    margin-right: 0px !important;
}

.modal_footer {
    padding: 0px;
    margin-top: 9px;
}

@media screen and (width: 1440px) {
.btn_pluss_image{
padding-left: 5px;
}
}

@media screen and (max-width: 576px) {
.p_l_r{
padding-right: 9px !important;
padding-left: 12px !important;
}
}
