div.disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

button:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.header {
    min-height: 137px;
    box-shadow: 0px 4px 8px #EAEAEA;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}

/*.headerm{
    max-width: 1200px;
}*/

.navbar-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
}

.navitemspl {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #010101;
}

.navitemindv {
    border-bottom: none;
    padding-left: 4px;
    padding-right: 4px;
    transition: 0.5s ease !important;
}

.navitemindv :hover {
    border-bottom: 2px solid #EF3D5B;
    font-weight: 700;
    color: #EF3D5B !important;
}

.navbtnpd1 {
    margin-left: 5px;
    margin-right: 5px;
}

.navbtnpd2 {
    margin-left: 5px;
}


.navbtnidv1 {
    background-image: linear-gradient(to right, #ED573F 0%, #F96BA5 51%, #ED246F 100%);
    padding: 6px 40px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    transition: 0.8s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 40px;
    display: block;
    border: none;
}

.navbtnidv1:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.navbtnidv2 {
    padding: 6px 10px 6px 10px;
    border: none;
    border-radius: 40px;
    color: white;
    background-color: #010101;
    transition: 0.8s;
}

.navbtnidv2:hover {
    background-color: #6d6d6d;
}

.gradsec {
    background: rgb(237, 87, 63);
    background: linear-gradient(90deg, rgba(237, 87, 63, 1) 0%, rgba(237, 33, 110, 1) 100%);
}

@media screen and (max-width: 990px) {
    .navbtnidv1 {
        margin-top: 20px;
    }

    .navbtnidv2 {
        margin-top: 20px;
    }
}

@media screen and (max-width: 766px) {
    .hmfrstsec1 {
        padding-top: 120px;
    }
}

.navbar-toggler {
    background-color: #ED246F !important;
    border: none !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.navbar-toggler-icon {
    background-image: url(../images/burgerico.png) !important;
    width: 20px !important;
}


/* HOME PAGE CSS */

.homeheadingmain {
    font-family: 'Poppins', sans-serif;
    font-size: 65px;
    font-weight: 600;
    color: #010101;
}

.homesecheadmain {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 500;
    color: #010101;
}

.underline {
    height: 4px;
    width: 100px;
    background: rgb(237, 87, 63);
    background: linear-gradient(90deg, rgba(237, 87, 63, 1) 0%, rgba(237, 33, 110, 1) 100%);
    margin-top: 30px;
    margin-bottom: 30px;
}

.homeparamain {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #595a5a;
}

.btngrp1 {
    display: flex;
    margin-top: 30px;
}

.navbtnidv3 {
    background-image: linear-gradient(to right, #ED573F 0%, #F96BA5 51%, #ED246F 100%);
    padding: 10px 40px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    transition: 0.8s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 40px;
    display: block;
    border: none;
    margin-right: 20px;
}

.navbtnidv3:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.navbtnidv4 {
    padding: 10px 40px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    transition: 0.8s;
    color: #EF3D5B;
    border-radius: 40px;
    display: block;
    border: 2px solid #EF3D5B;
    background-color: #ffffff;
}

.navbtnidv4:hover {
    border: 2px solid #AF3149;
    color: #AF3149;
    text-decoration: none;
}

.homeheadingmain2 {
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: 600;
    color: #010101;
}

.featureblockshome {
    background-color: #f1f2f3;
    border-bottom: 4px solid #ED246F;
    transition: 0.8s;
    padding: 30px;
    text-align: center;
}

.featureblockshome:hover {
    border-bottom: 4px solid #AF3149;
    box-shadow: 0px 4px 20px #cccccc;
}

.featurehead {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #010101;
}

.featurebtn {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #ED246F;
    cursor: pointer;
    transition: 0.8s;
}

.featurebtn:hover {
    color: #AF3149;
}

.stepsmain {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #010101;
    padding-left: 20px;
    margin-top: auto;
    margin-bottom: auto;
}

.lrgcalltoact {
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: 600;
    color: #ffffff;
}

.calltoactbtn {
    padding: 15px 60px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 20px;
    transition: 0.8s;
    color: #EF3D5B;
    border-radius: 40px;
    display: block;
    background-color: #ffffff;
    border: none;
}

.calltoactbtn:hover {
    background-color: #FCD0D8;
    color: #AF3149;
    text-decoration: none;
}

.productblockshome {
    background-color: #ffffff;
    border-bottom: 4px solid #ED246F;
    transition: 0.8s;
    padding: 30px;
    text-align: center;
}

.productblockshome:hover {
    border-bottom: 4px solid #AF3149;
    box-shadow: 0px 4px 25px #cccccc;
}

.producthead {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #010101;
}

.pricetagprd {
    margin-top: auto;
    margin-bottom: auto;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #010101;
}

.articleblockhome {
    background-color: #ffffff;
    border-bottom: 4px solid #ED246F;
    transition: 0.8s;
    padding: 20px;
}

.articleblockhome:hover {
    border-bottom: 4px solid #AF3149;
    box-shadow: 0px 4px 25px #cccccc;
}

.articlehead {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #010101;
}

.articlemeta {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #ED246F;
    font-style: italic;
    margin-top: 0px;
}

.formsecthome {
    background-color: #f1f2f3;
    border-bottom: 4px solid #ED246F;
    transition: 0.8s !important;
    padding: 30px;
    text-align: center;
}

.formsecthome:hover {
    border-bottom: 4px solid #AF3149;
    box-shadow: 0px 4px 20px #cccccc;
}

.forminputhm {
    padding: 15px;
    border: 1px solid #cccccc;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    width: 100%;
    outline: none;
}

.forminputhm::placeholder {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-style: italic;
    columns: #cccccc;
}

.forminputhm:focus {
    border: 1px solid #ED246F;
}

.forminputhm:focus::placeholder {
    color: transparent;
}

/* Footer CSS */

.footerhead {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #ED246F;
}

.footerlinks {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #595a5a;
    cursor: pointer;
    transition: 0.8s;
}

.footerlinks:hover {
    color: #ED246F;
}

.endlinks {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.endcr {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #ffffff;
}

/* Product Page CSS */

.pkgblockshome {
    background-color: #ffffff;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 4px solid #ED246F;
    transition: 0.8s;
    padding: 30px;
    text-align: center;
}

.pkgblockshome:hover {
    border-bottom: 4px solid #AF3149;
    box-shadow: 0px 4px 20px #cccccc;
}

.pkginrsec {
    padding: 20px;
    background-color: #f2f3f4;
    margin-top: 30px;
    text-align: left;
}

.pkginrhead {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #010101;
}

.pkginrpara {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #595a5a;
    margin-top: 20px;
    line-height: 2;
}

.mdcalltoact {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #ffffff;
    margin-top: auto;
    margin-bottom: auto;
}

.accordion-item {
    font-family: 'Poppins', sans-serif;

}

.accordion-button {
    background-color: #ffffff !important;
    border-left: 13px solid #ED246F !important;
    border-radius: 0px !important;
}

.accordion-body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #595a5a;
}

.accordion-button.collapsed::after {

    background: url(../images/accordion-plus.png);
}

.accordion-button:not(.collapsed)::after {

    background: url(../images/accordion-minus.png) !important;
}

.hiwsteps {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #010101;
    margin-top: auto;
    margin-bottom: auto;
}


/* How it works rotate animation */
.rotateonhov img {
    transition: transform 3s ease-in-out;
}

.rotateonhov:hover img {
    transform: rotate(360deg);
}

/* End */

/* How it works rotate animation */
.rotateonhov2 img {
    transition: transform 1s ease-in-out;
}

.rotateonhov2:hover img {
    transform: rotate(7deg);
}

/* End */

.bpaboutchk {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #010101;
    margin-top: auto;
    margin-bottom: auto;
}

.abtcounter {
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: 600;
    color: #ED246F;
}

.abtctrpara {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #010101;
}

.queblockabout {
    background-color: #f1f2f3;
    border-bottom: 4px solid #ED246F;
    transition: 0.8s;
    padding: 30px;
}

.queblockabout:hover {
    border-bottom: 4px solid #AF3149;
    box-shadow: 0px 4px 20px #cccccc;
}

/* Floaing Animation */


.floating {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes floating {
    0% {
        transform: translate(0, 0px);
    }

    50% {
        transform: translate(0, 15px);
    }

    100% {
        transform: translate(0, -0px);
    }
}

.elmtbkg {
    background-image: url(../images/elementalbkg.png);
}

.hhcbkg {
    background-image: url(../images/hhc-bkg-3.png);
}

/* Login Page */

.lgnbkg {
    background-image: url(../images/loignpage-bkg.jpg);
    height: 100vh;
}

@media screen and (max-width: 766px) {
    .lgnbkg {
        height: 150vh;
    }
}

.lgnfrmbkg2 {
    padding-top: 40px;
    padding-right: 40px !important;
    padding-bottom: 50px;
    padding-left: 40px !important;
    background-color: white;
}

.lgnlogo {
    width: 250px;
    margin-bottom: 50px;
}

.lgnfrgtpass {
    margin-top: auto;
    margin-bottom: auto;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #595a5a;
    transition: 0.8s;
}

.lgnfrgtpass:hover {
    color: #ED246F;
}

.orlgnwt {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #010101;
}

.sociallogin {
    background-color: white;
    padding: 10px 40px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 12px;
    transition: 0.8s;
    background-size: 200% auto;
    color: #EA4335;
    box-shadow: 0 0 20px #e1e1e1;
    border-radius: 40px;
    display: block;
    border: none;
    margin-right: 20px;
}

.sociallogin:hover {
    color: white;
    background-color: #EA4335;
}

.sociallogindg {
    background-color: white;
    padding: 10px 40px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 12px;
    transition: 0.8s;
    background-size: 200% auto;
    color: #EA4335;
    box-shadow: 0 0 20px #e1e1e1;
    border-radius: 40px;
    display: block;
    border: none;
    margin-right: 20px;
}

.sociallogindg:hover {
    color: white;
    background-color: #6941fd;
}

.lgnbckhm {
    margin-top: auto;
    margin-bottom: auto;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #010101;
    transition: 0.8s;
    text-decoration: none;
    margin-bottom: 4px;
}

.lgnbckhm:hover {
    color: #AF3149;
}

.lgnhead {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #010101;
    padding-bottom: 20px;
}

.orlgnwt1 {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #595a5a;
}

.dashhead {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #010101;
}

/* Dashboard CSS */

.dashbkg {
    background-image: url(../images/4-1.jpg);
    background-repeat: repeat;
    background-size: contain;
    background-position: center;
    min-height: 100vh;
}

.dashbkgnw {
    background-color: #f0f2f6;
    min-height: 100vh;
}

.dashusrarea {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
}

.dashusrname {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #010101;
    padding-top: 20px;
}

.dashusrpara {
    margin-top: auto;
    margin-bottom: auto;
}

.dashcardnum {
    background-color: #f4f6f8;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
}

.dashhead2 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #010101;
    margin-top: auto;
    margin-bottom: auto;
}

.eyeicn {
    color: #ED246F !important;
    font-size: 20px !important;
    margin-top: auto;
    margin-bottom: auto;
}

.dashhead3 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #010101;
}

.dashusropt {
    padding: 30px;
}

.dashusropttxt {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #010101;
}

.dashusrname1 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #ED246F;
    padding-top: 20px;
}

.sociallogin1 {
    background-color: white;
    padding: 5px 20px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 12px;
    transition: 0.8s;
    background-size: 200% auto;
    color: #EA4335;
    box-shadow: 0 0 20px #e1e1e1;
    border-radius: 40px;
    display: block;
    border: none;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
}

.sociallogin1:hover:not([disabled]) {
    color: white;
    background-color: #EA4335;
}

.orlgnwt2 {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #010101;
    margin-bottom: 10px;
}

.forminputhmerr {
    padding: 15px;
    border: 3px solid #EA4335;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    width: 100%;
    outline: none;
}

.errpara {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #ED246F;
    margin-bottom: 0px;
    font-style: italic;
}



/* Ownership Detail */

.owndtlh {
    padding-top: 40px;
    padding-bottom: 30px;
}

.owndtlh {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #010101;
}

.upldimgtxt {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #010101;
}

.uplphbrws {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #ED246F;
    cursor: pointer;
    transition: 0.8s;
}

.uplphbrws:hover {
    color: #AF3149;
}

.owndtluplphbox {
    background-color: white;
    padding-bottom: 30px !important;
    padding-right: 30px !important;
    padding-left: 30px !important;
}

.owndtluplphsec {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 10px;
    width: 100%;
    text-align: center;
    border: 4px dotted #f2f3f4;
    border-radius: 20px;
    transition: 0.8s;
}

.owndtluplphsec:hover {
    background-color: #f9f9f9;
}

.linedivider {
    height: 2px;
    background-color: #f2f3f9;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 50px;
}

.linedivider2 {
    height: 2px;
    background-color: #f2f3f9;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
}

.linedivider2-2 {
    height: 2px;
    background-color: #f2f3f9;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
}

.owndtltxtreg {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #010101;
    margin-bottom: 30px;
}

/* Add Property */

.addprth {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #010101;
    padding-top: 40px;
}

.addprtinp {
    -moz-appearance: textfield;
}

.propimg {
    width: 100%;
    border-radius: 10px;
}

.propimgsrch {
    background-color: #006cb7;
    padding: 5px 20px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 12px;
    transition: 0.8s;
    background-size: 200% auto;
    color: white;
    border-radius: 40px;
    display: block;
    border: none;
    margin-top: 10px;
    margin-bottom: 40px
}

.propimgsrch:hover {
    color: white;
    background-color: #00508c;
}

.propimgdlt {
    background-color: #EA4335;
    padding: 5px 20px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 12px;
    transition: 0.8s;
    background-size: 200% auto;
    color: white;
    border-radius: 40px;
    display: block;
    border: none;
    margin-top: 10px;
}

.propimgdlt:hover {
    color: white;
    background-color: #AF3149;
}

.propimgsrch2 {
    background-color: #006cb7;
    padding: 5px 30px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    transition: 0.8s;
    background-size: 200% auto;
    color: white;
    display: block;
    border: none;
    max-height: 54px;
}

.propimgsrch2:hover {
    color: white;
    background-color: #00508c;
}

.propstatp {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #EA4335;
    margin-top: 10px;
}

.upldimgtxt1 {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #010101;
    margin-top: 12px;
}

.cdveri {
    background-color: green;
    color: white;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 15px;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: white;
}

.linedivider1 {
    height: 2px;
    background-color: #f2f3f9;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.cdhdrpad {
    padding-right: 30px !important;
    padding-left: 30px !important;
}

.cdusrarea {
    display: flex;
    padding-top: 30px;
}

.cdperaddhdr {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #010101;
    margin-bottom: 10px;
}

.cdperaddtxt {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #010101;
}

.blgh1 {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #010101;
}

.blgh3 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #010101;
}


.blgtxt {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #010101;
}

.blgshrbtn {
    background-color: #EA4335;
    cursor: pointer;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    color: white;
    transition: 0.8s;
}

.blgshrbtn:hover {
    background-color: #AF3149;
}

.forminputdtl {
    padding: 10px;
    border: 1px solid #cccccc;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    width: 100%;
    outline: none;
}

.forminputdtl::placeholder {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-style: italic;
    columns: #cccccc;
}

.forminputdtl:focus {
    border: 1px solid #ED246F;
}

.forminputdtl:focus::placeholder {
    color: transparent;
}

.propimgsrch3 {
    background-color: #006cb7;
    padding: 6px 30px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 13px;
    transition: 0.8s;
    background-size: 200% auto;
    color: white;
    display: block;
    border: none;
    max-height: 54px;
    border-radius: 20px;
}

.propimgsrch3:hover {
    color: white;
    background-color: #00508c;
}

.fileuploadlabel {
    background-color: #006cb7;
    padding: 6px 30px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 13px;
    transition: 0.8s;
    background-size: 200% auto;
    color: white;
    border: none;
    max-height: 54px;
    border-radius: 20px;
}

.fileuploadlabel:hover {
    color: white;
    background-color: #00508c;
}

.docuploadbkg {
    border: 1px solid #cccccc;
    margin-bottom: 20px;
    transition: 0.8s;
    padding-left: 20px;
    padding-top: 15px;
}

.docuploadbkg:hover {
    background-color: #f2f3f9;
}

.dtpckrtxt {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #010101;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 13px;
}

.dtinpt {
    border: 1px solid #CCC;
    font-family: poppins;
    font-size: 12px;
    width: 80%;
    padding-left: 50px;
    padding-right: 50px;
}

.dtinpt::-webkit-datetime-edit-fields-wrapper {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
}

.drpinptbox {
    display: flex;
    position: relative;
}

.icon-container {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    padding-top: 15px;
    padding-right: 20px;
    font-size: 13px;
}

.inptlbl {
    width: 200px;
    padding-top: 9px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

.inptlbl1 {
    width: 250px;
    padding-top: 9px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

select {
    word-wrap: normal;
    background: none;
    appearance: none;
    border: 1px solid #cccccc;
    padding-left: 20px;
    padding-right: 20px;
    height: 43px;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
    width: 100%;
}

.tblbkg {
    margin-bottom: 30px;
    margin-top: 20px;
    padding: 20px 20px 10px 20px !important;
    background-color: #f2f3f4;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px;
}

.dtpckr {
    max-height: 43px;
    padding-left: 20px;
    padding-right: 20px;
    appearance: none !important;
    border: 1px solid #cccccc;
    font-family: poppins;
    font-size: 13px;
}

.validation {
    font-family: 'Poppins', sans-serif;
    color: red;
    display: none;
    margin: 4px 4px 16px;
    font-weight: 400;
    font-size: 12px;
    text-align: left;
}

.validationError {
    font-family: 'Poppins', sans-serif;
    color: red;
    margin: 2px 4px 0px;
    font-weight: 400;
    font-size: 12px;
    text-align: left;
}

.notetext {
    font-family: 'Poppins', sans-serif;
    margin: 4px 4px 16px;
    font-weight: 400;
    font-size: 13px;
    text-align: right;
    font-style: italic;
}

.dvprofilepic {
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
}

.blankListMsg {
    font-family: 'Poppins', sans-serif;
    padding: 20px 10px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    background-color: #f9f9f9;
}

.propimgdv {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 40px;
    max-height: 300px;
}

.propimg {
    flex: 1;
    border-radius: 10px;
    overflow: hidden;
}

.propimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.helperText {
    font-family: 'Poppins', sans-serif;
    padding: 2px;
    font-weight: 400;
    font-size: 12px;
    text-align: right;
    color: #A9A9A9;
}

.toggleVisibility {
    color: #595a5a;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.page-title {
    display: flex;
    justify-content: center;
    position: relative;
    background-color: #fff;
}


.add-button-dv {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-top: 5px;
    margin-bottom: 20px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.backbtnlink {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #010101;
    transition: 0.8s;
    text-decoration: none;
}

.backbtnlink:hover {
    color: #AF3149;
}

.inrbckhm {
    position: absolute;
    top: 44px;
    left: 30px;
}

.mr-0 {
    margin-right: 0;
}


.map-search {
    padding: 10px;
    border: 1px solid #cccccc;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    outline: none;
}

.map-search::placeholder {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-style: italic;
    columns: #cccccc;
}


.viewsectitle {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #010101;
    margin-bottom: 20px;
}

.viewtable {
    border: 1px solid #cccccc;
}

.viewtable td {
    border-bottom-width: 0 !important;
}

.viewtitletd {
    width: 500px;
}

.viewlistsec {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px !important;
    padding-right: 30px !important;
    background-color: white;
    margin-bottom: 20px;
}