
@media print {

    #div-print-image {
        display: inherit !important;
        background-color: #f8f9fa !important;
        padding: 10px !important
    }

    .logo-default {
        content: url('images/treelogo.svg');
    }

    #div-download-apps {
        display: none !important;
    }

    #div-download-app {
        display: none !important;
    }

    #div-payment-method {
        display: none !important;
    }

    #div-terms {
        display: none !important;
    }

    #div-privacy {
        display: none !important;
    }

    .main-footer {
        display: none !important;
    }

    #print-buttons {
        display: none !important;
    }

    body {
        -webkit-print-color-adjust: exact;
    }
}


#div-print-image {
    display: none;
    background-color: #f8f9fa !important;
    padding: 10px !important
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #eaecf4;
    border-radius: .35rem
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #ED5151;
    transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

/*For all Mobile version Mobile View (Common) */
@media only screen and (min-width : 320px) and (max-width : 480px) {

    .progress {
        display: flex;
        height: 3rem !important;
        overflow: hidden;
        line-height: 0;
        font-size: .75rem;
        background-color: #eaecf4;
        border-radius: .35rem
    }
}


/*___________________________________________________________________*/

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader-circle {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #ED5151;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
}

#loader-text {
    color: #fff;
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
}


.border-radius-125rem {
    border-radius: 1.25rem !important
}
/*html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}*/
/*Footer start here*/
.footer-bg {
    overflow: hidden;
    width: 100%;
    /*position:fixed;*/
    /*bottom:0;*/
    margin-top: 2rem;
    background-color: #2A303F !important;
    /*padding-bottom: 10px;*/
}

.download-app {
    margin-top: 100px;
    font-size: 14px;
    color: white;
    font-family: 'Roboto';
}

.appleplaystoe {
    float: left;
}

.tree-group {
    text-align: center;
}

.allRightsReserved {
    text-align: center;
    color: #FFFFFF;
    font-family: 'Roboto';
    font-size: 12px;
    font-weight: 300;
    line-height: 14px;
    letter-spacing: 0em;
    margin-top: 15px;
}

.download-app {
    margin-top: 100px;
    font-size: 14px;
    color: white;
    font-family: 'Roboto';
}

.visa {
    float: left;
    margin-right: 10px;
}

.payment {
    float: left;
    margin-right: 10px;
}

.payment5 {
    float: left;
}

.pt-50 {
    padding-top: 50px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

@media (min-width: 1200px) {
    .footerContainer {
        max-width: 1170px;
    }
}

@media screen and (max-width: 1199px) {
    .download-app {
        margin-top: 0px !important;
        font-size: 14px;
        color: white;
        /*font-family: Roboto;*/
    }

    .tree-group {
        padding-top: 5px !important;
        display: flex;
        justify-content: center;
    }

    .allRightsReserved {
        text-align: center;
        color: #FFFFFF;
        font-family: 'Roboto';
        font-size: 10px;
        line-height: 14px;
        letter-spacing: 0em;
    }

    .payment-method {
        display: flex;
        /*justify-content: center;*/
    }

    .visa {
        margin-right: 4px !important;
        margin-left: 3px;
    }

    .payment {
        margin-right: 4px !important;
    }

    .footer-bg {
        overflow: hidden;
        width: 100%;
        background-color: #2A303F !important;
        padding-bottom: 10px !important;
        text-align: center;
        padding-top: 10px !important;
    }

    .secondarybar-wrap {
        display: none;
    }
}

@media screen and (max-width: 700px) {
    .div-apple {
        display: flex;
        justify-content: center;
    }
}
/*Footer end here*/
/*Header */
.main-header-overlay {
    width: 100%;
    /*position: absolute;*/
    top: 0;
    left: 0;
    z-index: 10;
}

.bg-dark {
    background: #212121 !important;
}

.bb-gray {
    border-bottom: 1px solid #edecec;
}

.main-header .row {
    /*display: -webkit-box;*/
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.align-items-center {
    -webkit-box-align: center !important;
    align-items: center !important;
}

.Header-First {
    overflow: hidden;
    height: 40px;
    width: 100%;
}

.bt-fade-white-015 {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.Header-CouponLogo {
    float: left;
    display: contents;
}

.special-text {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    color: #F9F9F9;
}

.mobile {
    float: right;
    margin-left: 10px;
}

.GetApp {
    float: right;
    margin-left: 5.5px;
}

.sendGift {
    float: right;
}

.navbar-brand {
    /*display: -webkit-inline-box;*/
    display: inline-flex;
    height: auto;
    padding: 10px 0;
    line-height: normal;
    float: none;
    -webkit-box-ordinal-group: 1;
    order: 0;
    flex-shrink: 0;
    /*-webkit-transition: none;*/
    transition: none;
}

@media (min-width: 1200px) {
    .main-header .container {
        max-width: 1170px;
    }
}
/*Header end*/

/*Pedigree Css */
.card {
    border: 1px solid rgba(0, 0, 0, 0.125) !important;
    /*border-radius: 1.25rem!important;*/
}

.card-border-topLeft-radius {
    border-top-left-radius: 1.25rem !important;
}

.card-border-topRight-radius {
    border-top-right-radius: 1.25rem !important;
}

.card-border-bottomLeft-radius {
    border-bottom-left-radius: 1.25rem !important;
}

.card-border-bottomRight-radius {
    border-bottom-right-radius: 1.25rem !important;
}

.card-radius {
    border-radius: 1.25rem !important;
}

.padding-card-one {
    padding: 0px 30px !important;
}

.padding-card-two {
    padding: 20px !important;
}

.padding-topBottom30 {
    padding: 20px 0px;
}

.profile-lineDash {
    position: absolute;
    width: 4px;
    height: 30px;
    background-color: #ED5151;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.textStyleFour {
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    color: #2A303F;
}

.textStyleFive {
    font-family: 'Roboto';
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0em;
    color: #2A303F;
}

.textStyleSix {
    font-family: 'Roboto';
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: 0em;
    color: #2A303F;
}

.textStyleFour18 {
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    color: #2A303F;
}

.text-size-16 {
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
    color: #2A303F;
}

.div-janmpatrika-text {
    color: #2A303F;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
}

.div-name {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #9e9e9e;
}

.profileCardTwo-hr {
    /* border-bottom: 1px dashed #F2F2F2; */
    border-bottom: 1px dashed black;
}

.pedigree-card-header {
    /*padding: 30px 20px !important;
    height: 5.5rem;*/
}

.mb-15 {
    margin-bottom: 1rem !important;
}

.text-danger {
    color: #dc3545;
}
/*.text-box {
    border: 1px solid #BDBDBD !important;
    border-radius: 10px;
    height: 48px;
    font-family: 'Roboto';
    color: #2A303F !important;
}*/
.form-control {
    border: 1px solid #BDBDBD !important;
    border-radius: 10px !important;
    height: 48px !important;
    font-family: 'Roboto';
    color: #2A303F !important;
}

.button-outline-Pe {
    padding: 4px 15px;
    border-radius: 6px;
    font-weight: 700;
    color: #ED5151;
    justify-content: center;
    background-color: white !important;
    border-color: #ED5151;
}

.divError {
    font-size: 12px;
    height: 12px;
}

.div-add-places {
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    color: #ED5151;
    padding-top: 2px;
}

.btnn-primary {
    height: 48px;
    width: 100%;
    border-radius: 10px;
    color: #fff;
    justify-content: center;
    background-color: #ED5151 !important;
    /* padding: 13px 24px 13px 24px; */
}

.divImage {
    width: 200px;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    background-color: white;
    text-align: center;
    border: solid 1px #c5c5c5;
    padding: 20px;
    margin-bottom: 10px;
}

.divDeleteImage {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

.div-add-places a:hover {
    color: #ED5151;
    text-decoration: none;
}

.btnn-primary:hover {
    color: #ffffff !important;
}

.button-outline-Pe:hover {
    color: #ED5151 !important;
}

.profile-menu-item a:hover {
    color: #2A303F;
    text-decoration: none;
}

.addMorePhoto-btn {
    border: 1px solid #ED5151;
    border-radius: 10px;
    cursor: pointer;
    padding: 10px;
}

.desktop-view {
    display: block;
}

.mobile-view {
    display: none;
}

.padding-left-zero {
    padding-left: 0px;
}

.tabs-nav {
    display: flex;
    -webkit-box-align: center !important;
    align-items: center !important;
    position: relative !important;
    flex-flow: row !important;
    justify-content: space-between !important;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.tabs-nav li {
    padding: 0;
    margin: 0;
    text-align: center;
    line-height: 1.5em;
    letter-spacing: inherit;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    justify-content: center;
}

.tabs-nav a {
    /*position: relative;*/
    z-index: 2;
    -webkit-box-align: center;
    align-items: center;
    /*padding: 0.6em 1em;*/
    font-size: 1em;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.tabs-nav > li, .tabs-nav > li > a {
    /*display: -webkit-box;*/
    display: flex;
}

.nav > li {
    position: relative;
    /*display: block;*/
}

.tabs-nav-active-filled .tabs-nav li.active a, .tabs-nav-active-filled .tabs-nav li a:hover {
    color: #ED5151 !important;
    background-color: white !important;
    border: 1px solid #ED5151 !important;
    border-radius: 10px;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    /*background-color: #eeeeee;*/
}

.tabs-nav > li, .tabs-nav > li > a {
    /*display: -webkit-box;*/
    display: flex;
}

.nav > li > a {
    position: relative;
    /*display: block;
    padding: 10px 15px;*/
}

.tabs-nav-filled .tabs-nav a {
    background-color: white !important;
    border: 1px solid #E0E0E0 !important;
    color: #2A303F !important;
    border-radius: 10px;
}

.label-checked {
    font-family: 'Roboto';
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 20px !important;
    letter-spacing: 0em !important;
    color: black !important;
    text-align: left;
    padding-top: 1px;
}

/*-----------------------------------------------------------------------------*/

/*Sagar Css 15-03-2023*/
.position-absolute-alerts {
    position: absolute;
    right: 30px;
    top: 130px;
}

.position-alerts {
    position: absolute;
    right: 120px;
    top: 58px;
}

.position-absolute-profiles {
    position: absolute;
    right: 30px;
    top: -5px;
}

.position-alerts-home {
    position: absolute;
    right: 30px;
    top: 140px;
}

.divDelete {
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer;
}

.close {
    line-height: 0.9 !important;
}

.text-pink {
    color: #ED5151 !important;
}

.margin-top2rem {
    margin-top: 2rem;
}
/*End  Pedigree Css */

/* siddhesh css start here */

.btn-tree {
    background-color: #ED5151;
    border-color: #ED5151;
    color: #ffffff;
}

btn-tree:hover {
    color: #ffffff !important;
}

.divFileBox {
    width: 150px;
    height: 150px;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    background-color: white;
    text-align: center;
    border: solid 1px #c5c5c5;
    padding: 20px;
    margin-bottom: 10px;
}

.divDeleteFile {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

.div-terms {
    font-family: 'Roboto';
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
    letter-spacing: 0em;
    color: #92959b;
    text-decoration: none;
}

a.div-terms:hover {
    text-decoration: none;
    color: #ffffff;
}


/*siddhesh css end here */


.divCertificateImage {
    width: 150px;
    height: 150px;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    background-color: white;
    text-align: center;
    border: solid 1px #c5c5c5;
    padding: 20px;
    margin-bottom: 10px;
}

/*.divCertificateImage {
    width: 185px;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    background-color: white;
    text-align: center;
    border: solid 1px #c5c5c5;
    padding: 20px;
    margin-bottom: 10px;
}*/

.divCertificateDeleteImage {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

/*.divGoldenMassage {
    width: 185px;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    background-color: white;
    text-align: center;
    border: solid 1px #c5c5c5;
    padding: 20px;
    margin-bottom: 10px;
}
*/

.divGoldenMassage {
    width: 150px;
    height: 150px;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    background-color: white;
    text-align: center;
    border: solid 1px #c5c5c5;
    padding: 20px;
    margin-bottom: 10px;
}

.divGoldenMassageDelete {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

.btn-pink {
    color: #fff;
    background-color: #ED5151;
    border-color: #ED5151;
}

    .btn-pink:hover {
        color: #fff;
        background-color: #d43b3b;
        border-color: #d43b3b;
    }


.divMultiplePhoto {
    width: 188px;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    background-color: white;
    text-align: center;
    border: solid 1px #c5c5c5;
    padding: 20px;
    margin-bottom: 10px;
}

/*.divMultiplePhoto {
    width: 150px;
    height: 150px;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    background-color: white;
    text-align: center;
    border: solid 1px #c5c5c5;
    padding: 20px;
    margin-bottom: 10px;
}*/

.divDeleteMultiplePhoto {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}


/*.divMultipleNavas {
    width: 185px;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    background-color: white;
    text-align: center;
    border: solid 1px #c5c5c5;
    padding: 20px;
    margin-bottom: 10px;
}*/

.divMultipleNavas {
    width: 150px;
    height: 150px;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    background-color: white;
    text-align: center;
    border: solid 1px #c5c5c5;
    padding: 20px;
    margin-bottom: 10px;
}

.divDeleteMultipleNavas {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}


/*.divMultipleJatra {
    width: 185px;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    background-color: white;
    text-align: center;
    border: solid 1px #c5c5c5;
    padding: 20px;
    margin-bottom: 10px;
}*/

.divMultipleJatra {
    width: 150px;
    height: 150px;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    background-color: white;
    text-align: center;
    border: solid 1px #c5c5c5;
    padding: 20px;
    margin-bottom: 10px;
}


.divDeleteMultipleJatra {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}


/*.divMultipleDocument {
    width: 185px;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    background-color: white;
    text-align: center;
    border: solid 1px #c5c5c5;
    padding: 20px;
    margin-bottom: 10px;
}*/

.divMultipleDocument {
    width: 150px;
    height: 150px;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    background-color: white;
    text-align: center;
    border: solid 1px #c5c5c5;
    padding: 20px;
    margin-bottom: 10px;
}

.divDeleteMultipleDocument {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

.divMultiplePropertyPhoto {
    width: 150px;
    height: 150px;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    background-color: white;
    text-align: center;
    border: solid 1px #c5c5c5;
    padding: 20px;
    margin-bottom: 10px;
}


/*For all Mobile version Mobile View (Common) */
@media only screen and (min-width : 320px) and (max-width : 480px) {
    .desktop-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }

    .padding-left-zero {
        padding-left: 15px;
    }

    .position-alerts {
        position: absolute;
        right: 0 !important;
        top: 20px !important;
    }
}

@media screen and (max-width: 767px) {
    .tabs-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: row;
    }
}

@media screen and (max-width: 500px) {
    .tabs-nav-filled .tabs-nav a {
        padding: 10px !important;
        margin-right: 10px;
    }
}
/*End  Pedigree Css */
