 @import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;
0,300;
0,400;
0,500;
0,700;
0,900;
1,100;
1,300;
1,400;
1,500;
1,700;
1,900&display=swap";
*{
    margin:0;
    padding:0;
    box-sizing:border-box
}
html{
    font-optical-sizing:auto;
    font-style:normal;
    font-size:62.333%;
    scroll-behavior:smooth;
    -webkit-font-smoothing:antialiased
}
body{
    font-family:"Roboto",sans-serif;
    position:relative;
    background-color:#eaeaea;
    background-image:url(../images/body/main-bg.svg);
    width:100%;
    height:100vh;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    background-attachment:fixed
}
@media(max-width: 1024px){
    body{
        background-position:0
    }
}
@media(max-width: 834px){
    body{
        padding:0 0rem;
        overflow-x:hidden
    }
}
a{
    text-decoration:none
}
ul{
    margin:0;
    padding:0
}
ul li{
    padding:0;
    margin:0;
    list-style:none;
}
#topHeader .topBarSection{
    background-color:#eaeaea;
    padding:1rem 11rem;
    position:relative
}
@media(min-width: 1920px){
    #topHeader .topBarSection{
        padding:1rem 45rem
    }
}
@media(max-width: 1366px){
    #topHeader .topBarSection{
        padding:1rem 7rem
    }
}
@media(max-width: 1024px){
    #topHeader .topBarSection{
        padding:1rem 1rem
    }
}
#topHeader .topBarSection .topBarRow{
    display:flex;
    justify-content:space-between;
    align-items:center
}
#topHeader .topBarSection .topBarRow .leftBoxWrap ul{
    display:flex;
    align-items:center;
    gap:3rem
}
@media(max-width: 767px){
    #topHeader .topBarSection .topBarRow .leftBoxWrap ul{
       display: flex;
       flex-direction: column;
       gap: 5px;
       align-items: start;
    }
    .gStoreWrap .img-fluid{
         max-width: 50%;
        height: auto;
    }
}


@media(max-width: 767px){
    #topHeader .topBarSection .topBarRow .leftBoxWrap ul li:first-child{
        margin-right:1rem
    }
}
#topHeader .topBarSection .topBarRow .leftBoxWrap ul li a{
    font-size:1.6rem;
    color:#7e7e7e;
    font-weight:500;
    display:flex;
    align-items:center;
    gap:.5rem;
    line-height:0
}
@media(max-width: 767px){
    #topHeader .topBarSection .topBarRow .leftBoxWrap ul li a{
        font-size:1.2rem
    }
}
@media(max-width: 767px){
    #topHeader .topBarSection .topBarRow .leftBoxWrap ul li a span svg{
        width:1.2rem;
        height:1.2rem
    }
}
#topHeader .topBarSection .topBarRow .rightBoxWrap{
    display:flex;
    gap:3rem;
    justify-content:flex-end;
    align-items:center
}
@media(max-width: 1024px){
    #topHeader .topBarSection .topBarRow .rightBoxWrap{
        gap:2rem
    }
}
@media(max-width: 834px){
    #topHeader .topBarSection .topBarRow .rightBoxWrap{
        gap:1rem
    }
}
@media(max-width: 767px){
    #topHeader .topBarSection .topBarRow .rightBoxWrap{
        gap:.5rem
    }
}
@media(max-width: 767px){
    #topHeader .topBarSection .topBarRow .rightBoxWrap .gStoreWrap{
        padding-left: 8px;
    }
}
#topHeader .topBarSection .topBarRow .rightBoxWrap .notificationWrap{
    /*min-width:3rem;*/
    /*min-height:3rem;*/
    /*height:4rem;*/
    /*width:6.5rem;*/
    background:#d09b9b;
    display:flex;
    padding: 12px;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    position:relative;
    cursor:pointer
}
@media(max-width: 767px){
    #topHeader .topBarSection .topBarRow .rightBoxWrap .notificationWrap{
        height:3rem;
        width:3rem
    }
}
@media(max-width: 767px){
    #topHeader .topBarSection .topBarRow .rightBoxWrap .notificationWrap span svg{
        width:1.2rem;
        height:1.2rem
    }
}
#topHeader .topBarSection .topBarRow .rightBoxWrap .notificationWrap::after{
    content:"";
    position:absolute;
    top:30%;
    left:60%;
    width:.8rem;
    height:.8rem;
    border-radius:50%;
    transform:translate(-50%, -50%)
}
#topHeader .topBarSection .topBarRow .rightBoxWrap .notificationWrap::after{
    background-color:unset
}
#topHeader .topBarSection .topBarRow .rightBoxWrap .notificationWrap.active::after{
    background-color:#00f928
}
#topHeader .topBarSection .topBarRow .rightBoxWrap .profileWrap{
    display:flex;
    align-items:center;
    gap:1.5rem;
    cursor:pointer
}
#topHeader .topBarSection .topBarRow .rightBoxWrap .profileWrap p{
    margin-bottom:0;
    font-size:1.4rem;
    font-weight:500;
    color:#000
}
@media(max-width: 767px){
    #topHeader .topBarSection .topBarRow .rightBoxWrap .profileWrap p{
        display:none
    }
}
#topHeader .topBarSection .topBarRow .rightBoxWrap .profileWrap p span{
    color:#989898
}
#topHeader .topBarSection .topBarRow .rightBoxWrap .profileWrap .profilePicWrap{
    /*width:6.5rem;*/
    /*height:4rem;*/
    /*border-radius:1.2rem;*/
    /*overflow:hidden*/
    
    width: 5.5rem;
    height: 4rem;
    border-radius: 50%;
    overflow: hidden;
}
@media(max-width: 767px){
    #topHeader .topBarSection .topBarRow .rightBoxWrap .profileWrap .profilePicWrap{
        width:3rem;
        height:3rem
    }
}
#topHeader .topBarSection .topBarRow .rightBoxWrap .profileWrap .profilePicWrap img{
    width:100%;
    height:100%;
    -o-object-fit:cover;
    object-fit:cover;
    object-position:top
}
#topHeader #headerSection{
    background-color:#470c0c
}
#topHeader #headerSection.sticky{
    position:fixed;
    top:0;
    width:100%;
    -webkit-backdrop-filter:saturate(180%) blur(0.3rem);
    backdrop-filter:saturate(180%) blur(0.3rem);
    background-color:rgba(71,12,12,.9);
    transition:top .3s ease;
    z-index:999
}
#topHeader #headerSection .navBarWrap{
    padding:.5rem 11rem;
    display:flex;
    justify-content:space-between;
    align-items:center
}
#topHeader #headerSection .navBarWrap .navbar{
    width:100%
}
@media(min-width: 1920px){
    #topHeader #headerSection .navBarWrap{
        padding:1rem 45rem
    }
}
@media(max-width: 1366px){
    #topHeader #headerSection .navBarWrap{
        padding:1rem 7rem
    }
}
@media(max-width: 1024px){
    #topHeader #headerSection .navBarWrap{
        padding:1rem 1rem
    }
}
@media(max-width: 767px){
    #topHeader #headerSection .navBarWrap{
        padding:0rem 1rem
    }
}
#topHeader #headerSection .navBarWrap .dashBtnWrap{
    display:flex;
    align-items:center;
    gap:1rem;
    cursor:pointer
}
#topHeader #headerSection .navBarWrap .dashBtnWrap p{
    font-size:2rem;
    color:#fff;
    margin-bottom:0;
    font-weight:500
}
@media(max-width: 767px){
    #topHeader #headerSection .navBarWrap .dashBtnWrap p{
        font-size:1.4rem
    }
}
#topHeader #headerSection .navBarWrap .logoWrap{
    display:flex;
    justify-content:center;
    align-items:center;
    height:6.5rem;
    width:40%;
    margin:0 auto
}
@media(max-width: 834px){
    #topHeader #headerSection .navBarWrap .logoWrap{
        width:60%
    }
}
@media(max-width: 767px){
    #topHeader #headerSection .navBarWrap .logoWrap{
        width:50%;
        height:100%
    }
}
#topHeader #headerSection .navBarWrap .searchBoxWrap{
    display:flex;
    justify-content:flex-end;
    align-items:center
}
#topHeader #headerSection .navBarWrap .searchBoxWrap form{
    width:calc(100% - 11rem);
    position:relative
}
@media(max-width: 1024px){
    #topHeader #headerSection .navBarWrap .searchBoxWrap form{
        width:calc(100% - 0rem)
    }
}
@media(max-width: 767px){
    #topHeader #headerSection .navBarWrap .searchBoxWrap form{
        width:100%;
        display:flex;
        justify-content:flex-end
    }
}
@media(max-width: 767px){
    #topHeader #headerSection .navBarWrap .searchBoxWrap form .inputWrap{
        /*display:none*/
    }
    .mobSearchIconWrap.d-md-none{
        display:none;
    }
    #topHeader #headerSection .navBarWrap .searchBoxWrap form .inputWrap .filterIcon{
        display:none;
    }
    #topHeader #headerSection .navBarWrap .searchBoxWrap form .inputWrap input{
        height: 2.5rem !important;
        font-size: 13px !important;
        padding:0px !important;
        text-align:center;
    }
    #topHeader #headerSection .navBarWrap .searchBoxWrap form .inputWrap .searchIcon{
            left: 8% !important;
    }
    #topHeader #headerSection .navBarWrap .searchBoxWrap form .inputWrap .searchIcon{
        display:none;
    }
}
#topHeader #headerSection .navBarWrap .searchBoxWrap form .inputWrap input{
    position:relative;
    width:100%;
    height:3.8rem;
    border:0;
    border-radius:5rem;
    padding:0 3rem;
    font-size:1.8rem;
    font-weight:400;
    color:#a8a8a8
}
#topHeader #headerSection .navBarWrap .searchBoxWrap form .inputWrap input:focus{
    outline:none;
    box-shadow:none
}
#topHeader #headerSection .navBarWrap .searchBoxWrap form .inputWrap .searchIcon{
    position:absolute;
    top:50%;
    left:5%;
    transform:translate(-50%, -50%)
}
#topHeader #headerSection .navBarWrap .searchBoxWrap form .inputWrap .filterIcon{
    position:absolute;
    right:1%;
    top:50%;
    transform:translate(-50%, -50%);
    cursor:pointer
}
#topHeader #headerSection .navBarWrap .searchBoxWrap form .mobSearchIconWrap{
    display:none;
    width:2.5rem;
    height:2.5rem;
    background:#9f6f6f;
    border-radius:5rem;
    justify-content:center;
    align-items:center
}
@media(max-width: 767px){
    #topHeader #headerSection .navBarWrap .searchBoxWrap form .mobSearchIconWrap{
        display:flex
    }
}
#homePage{
    background-color:#fff;
    background-image:url()
}
#homePage #topHeader{
    z-index:12;
    position:absolute;
    left:0;
    width:100%
}
#homePage #topHeader #headerSection{
    background-color:rgba(0,0,0,0)
}
#homePage #topHeader #headerSection.sticky{
    background-color:#fff;
    box-shadow:0px 0px 25px -15px #000
}
#homePage #topHeader #headerSection.sticky .navBarWrap .navbar-toggler:focus{
    box-shadow:none;
    outline:none
}
#homePage #topHeader #headerSection.sticky .navBarWrap .navbar-toggler .navbar-toggler-icon i{
    font-size:2.4rem;
    color:#000
}
#homePage #topHeader #headerSection.sticky .navBarWrap .navbar-toggler .navbar-toggler-icon .icon-menu.hide{
    display:none
}
#homePage #topHeader #headerSection.sticky .navBarWrap .navbar-toggler .navbar-toggler-icon .crossBtn{
    display:none
}
#homePage #topHeader #headerSection.sticky .navBarWrap .navbar-toggler .navbar-toggler-icon .crossBtn.hide{
    display:block
}
#homePage #topHeader #headerSection.sticky .navBarWrap .navbar-collapse .navbar-nav{
    border-right:2px solid #313131
}
@media(max-width: 834px){
    #homePage #topHeader #headerSection.sticky .navBarWrap .navbar-collapse .navbar-nav{
        border:0
    }
}
#homePage #topHeader #headerSection.sticky .navBarWrap .navbar-collapse .navbar-nav .nav-item .nav-link{
    color:#313131
}
#homePage #topHeader #headerSection.sticky .navBarWrap .navbar-collapse .navbar-nav .nav-item .nav-link.active{
    color:#000
}
#homePage #topHeader #headerSection .navBarWrap .navbar-brand .logoWrap{
    width:60%;
    margin:0
}
@media(max-width: 767px){
    #homePage #topHeader #headerSection .navBarWrap .navbar-brand .logoWrap{
        width:40%
    }
}
#homePage #topHeader #headerSection .navBarWrap .navbar-toggler:focus{
    box-shadow:none;
    outline:none
}
#homePage #topHeader #headerSection .navBarWrap .navbar-toggler .navbar-toggler-icon i{
    font-size:2.4rem;
    color:#fff
}
#homePage #topHeader #headerSection .navBarWrap .navbar-toggler .navbar-toggler-icon .icon-menu.hide{
    display:none
}
#homePage #topHeader #headerSection .navBarWrap .navbar-toggler .navbar-toggler-icon .crossBtn{
    display:none
}
#homePage #topHeader #headerSection .navBarWrap .navbar-toggler .navbar-toggler-icon .crossBtn.hide{
    display:block
}
@media(max-width: 834px){
    #homePage #topHeader #headerSection .navBarWrap .navbar-collapse{
        height:100vh;
        overflow-y:auto;
        background:#fff;
        position:absolute;
        display:block;
        left:-100%;
        top:-1rem;
        width:80%;
        padding:4rem 2rem;
        transition:left .3s linear;
        box-shadow:0 0 87px 0 rgba(0,0,0,.09)
    }
}
@media(max-width: 834px)and (max-width: 834px){
    #homePage #topHeader #headerSection .navBarWrap .navbar-collapse{
        width:50%
    }
}
@media(max-width: 834px)and (max-width: 767px){
    #homePage #topHeader #headerSection .navBarWrap .navbar-collapse{
        width:80%
    }
}
@media(max-width: 834px){
    #homePage #topHeader #headerSection .navBarWrap .navbar-collapse:not(.show){
        display:block
    }
    #homePage #topHeader #headerSection .navBarWrap .navbar-collapse.show{
        left:-1rem
    }
}
#homePage #topHeader #headerSection .navBarWrap .navbar-collapse .navbar-nav{
    gap:2rem;
    border-right:2px solid #a8a8a8;
    padding-right:2rem
}
@media(max-width: 834px){
    #homePage #topHeader #headerSection .navBarWrap .navbar-collapse .navbar-nav{
        border:0;
        padding-right:0;
        transition:none;
        gap:1rem;
        margin-bottom:2rem
    }
}
#homePage #topHeader #headerSection .navBarWrap .navbar-collapse .navbar-nav .nav-item .nav-link{
    font-size:1.8rem;
    font-weight:400;
    color:#a8a8a8
}
@media(max-width: 834px){
    #homePage #topHeader #headerSection .navBarWrap .navbar-collapse .navbar-nav .nav-item .nav-link{
        font-size:1.6rem;
        text-align:center
    }
}
#homePage #topHeader #headerSection .navBarWrap .navbar-collapse .navbar-nav .nav-item .nav-link.active{
    font-weight:600;
    color:#fff
}
@media(max-width: 834px){
    #homePage #topHeader #headerSection .navBarWrap .navbar-collapse .navbar-nav .nav-item .nav-link.active{
        color:#000
    }
}
#homePage #topHeader #headerSection .navBarWrap .navbar-collapse .btnWrap{
    margin-left:2rem
}
#homePage #topHeader #headerSection .navBarWrap .navbar-collapse .btnWrap .btn{
    width:17.8rem;
    height:4.5rem;
    background:linear-gradient(94deg, rgb(71, 12, 12) 39%, rgb(198, 3, 3) 100%);
    display:flex;
    align-items:center;
    gap:1rem;
    border-radius:5rem;
    font-size:1.8rem;
    font-weight:500;
    color:#fff;
    border:0;
    justify-content:space-between;
    padding-left:2rem
}
#homePage #topHeader #headerSection .navBarWrap .navbar-collapse .btnWrap .btn .arrowBtnSpan{
    display:flex;
    justify-content:center;
    align-items:center;
    width:3.5rem;
    height:3.5rem;
    background:#fff;
    border-radius:5rem
}
#homePage #topHeader #headerSection .navBarWrap .navbar-collapse .btnWrap .btn:focus{
    outline:none;
    box-shadow:none
}
@media(max-width: 834px){
    #homePage #topHeader #headerSection .navBarWrap .navbar-collapse .btnWrap{
        margin-left:0
    }
}
@media(max-width: 834px){
    #homePage #topHeader #headerSection .navBarWrap .navbar-collapse .btnWrap{
        display:flex;
        justify-content:center
    }
}
#homePage #topHeader #headerSection .navBarWrap .navbar-collapse .btnWrap .btn{
    width:fit-content
}
@media(max-width: 834px){
    #homePage #topHeader #headerSection .navBarWrap .navbar-collapse .btnWrap .btn{
        width:10.8rem;
        height:4rem;
        font-size:1.4rem
    }
    #homePage #topHeader #headerSection .navBarWrap .navbar-collapse .btnWrap .btn .arrowBtnSpan{
        width:3rem;
        height:3rem
    }
}
#homePage #bannerSection{
    background-image:url(../images/body/home-banner.png);
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    background-attachment:fixed;
    height:auto;
    width:100%;
    padding:15rem 11rem 3rem;
    position:relative
}
@media(max-width: 834px){
    #homePage #bannerSection{
        padding:15rem 11rem 4rem
    }
}
@media(max-width: 767px){
    #homePage #bannerSection{
        height:120rem;
        padding:9rem 2rem 4rem
    }
}
#homePage #bannerSection::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,.5)
}
#homePage #bannerSection .bannerContentWrap{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    flex-wrap:wrap;
    z-index:0;
    position:relative;
    padding-right:8rem
}
@media(max-width: 1024px){
    #homePage #bannerSection .bannerContentWrap{
        align-items:center;
        flex-direction:column;
        padding-right:0rem;
        gap:2rem
    }
}
@media(max-width: 1024px){
    #homePage #bannerSection .bannerContentWrap .bannerLefBox{
        text-align:center
    }
}
#homePage #bannerSection .bannerContentWrap .bannerLefBox h1{
    font-size:7.1rem;
    font-weight:600;
    color:#fff
}
@media(max-width: 1024px){
    #homePage #bannerSection .bannerContentWrap .bannerLefBox h1{
        font-size:5.2rem
    }
}
@media(max-width: 767px){
    #homePage #bannerSection .bannerContentWrap .bannerLefBox h1{
        font-size:3.2rem
    }
}
#homePage #bannerSection .bannerContentWrap .bannerLefBox p{
    font-size:1.8rem;
    font-weight:400;
    color:#fff
}
@media(max-width: 767px){
    #homePage #bannerSection .bannerContentWrap .bannerLefBox p{
        font-size:1.4rem
    }
}
#homePage #bannerSection .bannerContentWrap .bannerLefBox .btnWrap{
    margin-top:2rem
}
#homePage #bannerSection .bannerContentWrap .bannerLefBox .btnWrap .btn{
    width:17.8rem;
    height:4.5rem;
    background:linear-gradient(94deg, rgb(71, 12, 12) 39%, rgb(198, 3, 3) 100%);
    display:flex;
    align-items:center;
    gap:1rem;
    border-radius:5rem;
    font-size:1.8rem;
    font-weight:500;
    color:#fff;
    border:0;
    justify-content:space-between;
    padding-left:2rem
}
#homePage #bannerSection .bannerContentWrap .bannerLefBox .btnWrap .btn .arrowBtnSpan{
    display:flex;
    justify-content:center;
    align-items:center;
    width:3.5rem;
    height:3.5rem;
    background:#fff;
    border-radius:5rem
}
#homePage #bannerSection .bannerContentWrap .bannerLefBox .btnWrap .btn:focus{
    outline:none;
    box-shadow:none
}
@media(max-width: 1024px){
    #homePage #bannerSection .bannerContentWrap .bannerLefBox .btnWrap{
        display:flex;
        justify-content:center;
        align-items:center;
        margin-bottom:4rem
    }
}
@media(max-width: 767px){
    #homePage #bannerSection .bannerContentWrap .bannerLefBox .btnWrap .btn{
        font-size:1.6rem
    }
}
#homePage #bannerSection .bannerContentWrap .bannerRightBox{
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0);
    border:.2rem solid #fff;
    border-radius:1rem;
    position:relative
}
#homePage #bannerSection .bannerContentWrap .bannerRightBox .formTopWrap{
    text-align:center;
    padding:3rem 5rem 1rem;
    border-bottom:.2rem solid #fff
}
@media(max-width: 767px){
    #homePage #bannerSection .bannerContentWrap .bannerRightBox .formTopWrap{
        padding:3rem 1rem 1rem
    }
}
#homePage #bannerSection .bannerContentWrap .bannerRightBox .formTopWrap h2{
    font-size:1.8rem;
    color:#fff;
    font-weight:500
}
#homePage #bannerSection .bannerContentWrap .bannerRightBox .formTopWrap p{
    font-size:1.4rem;
    color:#a8a8a8;
    font-weight:400
}
#homePage #bannerSection .bannerContentWrap .bannerRightBox .searchFormWrap{
    padding:3rem 1rem 1rem
}
#homePage #bannerSection .bannerContentWrap .bannerRightBox .searchFormWrap form .formRow{
    display:flex;
    justify-content:space-evenly;
    align-items:center;
    flex-wrap:wrap;
    row-gap:3rem
}
#homePage #bannerSection .bannerContentWrap .bannerRightBox .searchFormWrap form .formRow .selectBox{
    position:relative
}
#homePage #bannerSection .bannerContentWrap .bannerRightBox .searchFormWrap form .formRow .selectBox .selectIconWrap{
    position:absolute;
    top:50%;
    left:12%;
    transform:translate(-50%, -50%)
}
#homePage #bannerSection .bannerContentWrap .bannerRightBox .searchFormWrap form .formRow .form-select{
    position:relative;
    height:4.7rem;
    background:rgba(0,0,0,0);
    border:.2rem solid #fff;
    border-radius:.6rem;
    padding:0 0rem 0rem 3.6rem;
    width:100%;
    font-size:1.6rem;
    font-weight:400;
    color:#a8a8a8
}
@media(max-width: 1024px){
    #homePage #bannerSection .bannerContentWrap .bannerRightBox .searchFormWrap form .formRow .form-select{
        padding:0 0rem 0rem 5.6rem
    }
}
#homePage #bannerSection .bannerContentWrap .bannerRightBox .searchFormWrap form .formRow .form-select:focus{
    outline:none;
    box-shadow:none
}
#homePage #bannerSection .bannerContentWrap .bannerRightBox .searchFormWrap form .formRow .selectArrowWrap{
    position:absolute;
    right:3%;
    top:50%;
    transform:translate(-50%, -50%)
}
#homePage #bannerSection .bannerContentWrap .bannerRightBox .searchFormWrap form .searchBtnWrap{
    margin-top:3rem;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-bottom:2rem
}
#homePage #bannerSection .bannerContentWrap .bannerRightBox .searchFormWrap form .searchBtnWrap .searchBtn{
    width:16.8rem;
    height:4.5rem;
    border:.2rem solid #fff;
    background:rgba(0,0,0,0);
    border-radius:5rem;
    font-size:1.8rem;
    font-weight:500;
    color:#fff;
    transition:.5s ease-in-out
}
#homePage #bannerSection .bannerContentWrap .bannerRightBox .searchFormWrap form .searchBtnWrap .searchBtn:hover{
    background:linear-gradient(94deg, rgb(71, 12, 12) 39%, rgb(198, 3, 3) 100%);
    transition:.5s ease-in-out
}
#homePage #bannerSection .formType{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:3rem;
    margin-top:1rem
}
#homePage #bannerSection .formType li{
    color:#d9d9d9;
    font-size:1.4rem;
    font-weight:400
}
#homePage #bannerSection .bannerSocialLinksWrap{
    z-index:9;
    position:relative;
    margin-top:2rem
}
@media(max-width: 834px){
    #homePage #bannerSection .bannerSocialLinksWrap{
        margin-top:10rem
    }
}
@media(max-width: 767px){
    #homePage #bannerSection .bannerSocialLinksWrap{
        margin-top:5rem
    }
}
#homePage #bannerSection .bannerSocialLinksWrap ul{
    display:flex;
    justify-content:flex-start;
    align-items:center;
    gap:1rem
}
#homePage #bannerSection .bannerSocialLinksWrap ul li a{
    width:3rem;
    height:3rem;
    display:flex;
    justify-content:center;
    align-items:center;
    border:.2rem solid #fff;
    border-radius:5rem
}
#homePage #bannerSection .bannerSocialLinksWrap ul li a:hover{
    background:linear-gradient(94deg, rgb(71, 12, 12) 39%, rgb(198, 3, 3) 100%)
}
#homePage #bannerSection .bannerSocialLinksWrap ul li a:hover svg path{
    fill:#fff
}
#homePage #bannerSection .bannerSocialLinksWrap .downArrowBtnWrap{
    position:absolute;
    top:0;
    left:48.5%;
    transform:translateX(-50%);
    -webkit-animation:ca3_fade_move_down 2s ease-in-out infinite;
    -moz-animation:ca3_fade_move_down 2s ease-in-out infinite;
    animation:ca3_fade_move_down 2s ease-in-out infinite
}
@media(max-width: 834px){
    #homePage #bannerSection .bannerSocialLinksWrap .downArrowBtnWrap{
        left:43.5%
    }
}
@-webkit-keyframes ca3_fade_move_down{
    0%{
        -webkit-transform:translate(0, -20px);
        opacity:0
    }
    50%{
        opacity:1
    }
    100%{
        -webkit-transform:translate(0, 20px);
        opacity:0
    }
}
@-moz-keyframes ca3_fade_move_down{
    0%{
        -moz-transform:translate(0, -20px);
        opacity:0
    }
    50%{
        opacity:1
    }
    100%{
        -moz-transform:translate(0, 20px);
        opacity:0
    }
}
@keyframes ca3_fade_move_down{
    0%{
        transform:translate(0, -20px);
        opacity:0
    }
    50%{
        opacity:1
    }
    100%{
        transform:translate(0, 20px);
        opacity:0
    }
}
#achievmentSection{
    padding:3rem 2rem 3rem;
    position:relative;
    overflow:hidden
}
#achievmentSection::after{
    content:"";
    background-image:url(../images/body/blob-bg.svg);
    background-position:bottom;
    background-repeat:no-repeat;
    background-size:100%;
    width:45%;
    height:100%;
    position:absolute;
    bottom:-85px;
    left:0;
    z-index:0
}
@media(max-width: 834px){
    #achievmentSection{
        padding:6rem 2rem 0rem
    }
    #achievmentSection::after{
        width:100%
    }
}
@media(max-width: 1024px){
    #achievmentSection{
        padding:6rem 11rem 6rem
    }
    #achievmentSection::after{
        content:none
    }
}
@media(max-width: 767px){
    #achievmentSection{
        padding:3rem 2rem 0rem
    }
}
#achievmentSection .achieveRow{
    display:flex;
    justify-content:space-between;
    align-items:center
}
@media(max-width: 1024px){
    #achievmentSection .achieveRow{
        flex-direction:column-reverse
    }
    #achievmentSection .achieveRow .col-lg-5{
        display:none
    }
}
#achievmentSection .achieveRow .leftboxImgWrap img{
    z-index:1;
    position:relative;
    top: 30px;
}
@media(max-width: 1024px){
    #achievmentSection .achieveRow .leftboxImgWrap{
        text-align:center
    }
}
#achievmentSection .achieveRow .aciveRightBoxWrap .contentWraps .scetionHighlights{
    font-size:1.8rem;
    color:#af0505;
    font-weight:500;
    margin-bottom:1.5rem
}
#achievmentSection .achieveRow .aciveRightBoxWrap .contentWraps h4{
    font-size:3rem;
    font-weight:600;
    color:#470c0c
}
@media(max-width: 767px){
    #achievmentSection .achieveRow .aciveRightBoxWrap .contentWraps h4{
        font-size:2.4rem
    }
}
#achievmentSection .achieveRow .aciveRightBoxWrap .contentWraps p{
    color:#989898;
    font-size:1.6rem;
    font-weight:400
}
@media(max-width: 767px){
    #achievmentSection .achieveRow .aciveRightBoxWrap .contentWraps p{
        font-size:1.4rem
    }
}
@media(max-width: 1024px){
    #achievmentSection .achieveRow .aciveRightBoxWrap .contentWraps{
        text-align:center;
        margin-bottom:4rem
    }
}
#achievmentSection .achieveRow .aciveRightBoxWrap .achiveBoxRow{
    row-gap:1.5rem;
    margin-top:2rem
}
#achievmentSection .achieveRow .aciveRightBoxWrap .achiveBoxRow .achiveBox{
    background:#ffe1e1;
    padding:1rem;
    border-radius:.6rem;
    display:flex;
    justify-content:space-between;
    align-items:center
}
#achievmentSection .achieveRow .aciveRightBoxWrap .achiveBoxRow .achiveBox .iconWraps span{
    display:flex;
    justify-content:center;
    align-items:center;
    width:6.8rem;
    height:6.8rem;
    border-radius:50%;
    overflow:hidden;
    padding:1rem;
    background-color:#fff
}
#achievmentSection .achieveRow .aciveRightBoxWrap .achiveBoxRow .achiveBox .iconWraps span img{
    width:100%;
    height:100%;
    object-fit:cover;
    -o-object-fit:cover;
    object-position:top
}
#achievmentSection .achieveRow .aciveRightBoxWrap .achiveBoxRow .achiveBox .contentBWrap{
    padding-left:3rem
}
#achievmentSection .achieveRow .aciveRightBoxWrap .achiveBoxRow .achiveBox .contentBWrap h6{
    font-size:1.6rem;
    font-weight:500;
    color:#470c0c
}
#achievmentSection .achieveRow .aciveRightBoxWrap .achiveBoxRow .achiveBox .contentBWrap p{
    margin-bottom:0;
    font-size:1.4rem;
    font-weight:400;
    color:#989898
}
#aboutUsSection{
    background-color:#fee;
    padding:8rem 11rem 8rem;
    position:relative
}
@media(max-width: 834px){
    #aboutUsSection{
        padding:6rem 11rem 6rem
    }
}
@media(max-width: 767px){
    #aboutUsSection{
        padding:3rem 2rem 0rem
    }
}
#aboutUsSection .abtRow{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:center
}
@media(max-width: 1024px){
    #aboutUsSection .abtRow{
        flex-direction:column;
        gap:4rem
    }
}
@media(max-width: 767px){
    #aboutUsSection .abtRow .col-12:last-child{
        display:none
    }
}
#aboutUsSection .abtRow .aciveRightBoxWrap .contentWraps .scetionHighlights{
    font-size:1.8rem;
    color:#af0505;
    font-weight:500;
    margin-bottom:1.5rem
}
#aboutUsSection .abtRow .aciveRightBoxWrap .contentWraps h4{
    font-size:3rem;
    font-weight:600;
    color:#470c0c
}
@media(max-width: 767px){
    #aboutUsSection .abtRow .aciveRightBoxWrap .contentWraps h4{
        font-size:2.4rem
    }
}
#aboutUsSection .abtRow .aciveRightBoxWrap .contentWraps p{
    color:#989898;
    font-size:1.6rem;
    font-weight:400
}
@media(max-width: 767px){
    #aboutUsSection .abtRow .aciveRightBoxWrap .contentWraps p{
        font-size:1.4rem
    }
}
@media(max-width: 1024px){
    #aboutUsSection .abtRow .aciveRightBoxWrap .contentWraps{
        text-align:center;
        margin-bottom:4rem
    }
}
#aboutUsSection .abtRow .box{
    width:max-content;
    height:6rem;
    background:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:1rem;
    border-radius:.8rem;
    box-shadow:0px 0px 5px -1px #ccc;
    padding:1rem;
    position:absolute
}
#aboutUsSection .abtRow .box .icoBox{
    width:4.5rem;
    height:4.5rem;
    background:#ffe1e1;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:5rem
}
#aboutUsSection .abtRow .box p{
    margin-bottom:0;
    color:#470c0c;
    font-size:1.8rem;
    font-weight:400
}
#aboutUsSection .abtRow .box p .boldText{
    font-weight:600
}
#aboutUsSection .abtRow .c-circlet{
    position:relative;
    width:40rem;
    height:40rem;
    margin:0;
    padding:0;
    border-radius:50%;
    transform:rotate(270deg);
    z-index:2
}
#aboutUsSection .abtRow .c-circlet>*{
    position:absolute;
    top:50%;
    left:50%;
    margin:-2.5em
}
#aboutUsSection .abtRow .c-circlet>:nth-of-type(1){
    transform:rotate(0deg) translate(11.5rem) rotate(-270deg)
}
#aboutUsSection .abtRow .c-circlet>:nth-of-type(2){
    transform:rotate(0deg) translate(11.5rem) rotate(-270deg)
}
#aboutUsSection .abtRow .c-circlet>:nth-of-type(3){
    transform:rotate(0deg) translate(11.5rem) rotate(-270deg)
}
#aboutUsSection .abtRow .c-circlet{
    transform:rotate(0deg);
    animation:circlet-rotate 30s linear infinite both
}
@keyframes circlet-rotate{
    to{
        transform:rotate(360deg)
    }
}
#aboutUsSection .abtRow .c-circlet>:nth-of-type(1){
    transform:rotate(315deg) translate(11.5rem) rotate(-315deg);
    animation:circlet-rotate-child-1 30s linear infinite both
}
@keyframes circlet-rotate-child-1{
    to{
        transform:rotate(420deg) translate(14.5rem) rotate(-780deg)
    }
}
#aboutUsSection .abtRow .c-circlet>:nth-of-type(2){
    transform:rotate(490deg) translate(20.5rem) rotate(-490deg);
    animation:circlet-rotate-child-2 30s linear infinite both
}
@keyframes circlet-rotate-child-2{
    to{
        transform:rotate(480deg) translate(22.5rem) rotate(-840deg)
    }
}
#aboutUsSection .abtRow .c-circlet>:nth-of-type(3){
    transform:rotate(565deg) translate(28.5rem) rotate(-565deg);
    animation:circlet-rotate-child-3 30s linear infinite both
}
@keyframes circlet-rotate-child-3{
    to{
        transform:rotate(540deg) translate(27.5rem) rotate(-900deg)
    }
}
#aboutUsSection .abtRow .center-image{
    position:absolute;
    rotate:unset !important;
    animation:none !important;
    width:5rem;
    position:absolute;
    transform:translate(-50%, -50%);
    top:50%;
    left:50%;
    width:40rem;
    height:40rem;
    border-radius:50%
}
#aboutUsSection .abtRow .parent-wrapper{
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center
}
@media(max-width: 834px){
    #aboutUsSection .abtRow .parent-wrapper{
        margin-top:3rem
    }
}
#storiesSection{
    background-color:#fff;
    padding:8rem 11rem 8rem
}
@media(max-width: 834px){
    #storiesSection{
        padding:6rem 2rem 4rem
    }
}
@media(max-width: 767px){
    #storiesSection{
        padding:3rem 2rem 2rem
    }
}
#storiesSection .storiesRow .aciveRightBoxWrap{
    width:40%;
    margin:0 auto
}
@media(max-width: 1024px){
    #storiesSection .storiesRow .aciveRightBoxWrap{
        width:100%
    }
}
#storiesSection .storiesRow .aciveRightBoxWrap .contentWraps{
    text-align:center
}
#storiesSection .storiesRow .aciveRightBoxWrap .contentWraps .scetionHighlights{
    font-size:1.8rem;
    color:#af0505;
    font-weight:500;
    margin-bottom:1.5rem
}
#storiesSection .storiesRow .aciveRightBoxWrap .contentWraps h4{
    font-size:3rem;
    font-weight:600;
    color:#470c0c
}
@media(max-width: 767px){
    #storiesSection .storiesRow .aciveRightBoxWrap .contentWraps h4{
        font-size:2.4rem
    }
}
#storiesSection .storiesRow .aciveRightBoxWrap .contentWraps p{
    color:#989898;
    font-size:1.6rem;
    font-weight:400
}
@media(max-width: 767px){
    #storiesSection .storiesRow .aciveRightBoxWrap .contentWraps p{
        font-size:1.4rem
    }
}
#storiesSection .storiesRow .storySliderWrap{
    margin-top:2rem
}
#storiesSection .storiesRow .storySliderWrap .swiper-container{
    width:100%;
    overflow:hidden;
    height:fit-content;
    position:relative;
    padding-bottom:50px
}
#storiesSection .storiesRow .storySliderWrap .swiper-container .swiper-wrapper{
    padding-top:3rem
}
#storiesSection .storiesRow .storySliderWrap .swiper-slide{
    display:flex;
    overflow:hidden;
    align-items:flex-start;
    padding:0px;
    background-color:#fff;
    box-shadow:0px 0px 9px 0px #ccc;
    border-radius:.6rem;
    height:18rem
}
#storiesSection .storiesRow .storySliderWrap .swiper-slide .ImgHolder{
    display:flex;
    width:50%;
    height:100%;
    overflow:hidden
}
#storiesSection .storiesRow .storySliderWrap .ContentHolder{
    position:relative;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:center;
    padding:3rem 2rem 2rem;
    width:100%;
    height:100%
}
#storiesSection .storiesRow .storySliderWrap .ContentHolder .storyDateWrap{
    display:flex;
    justify-content:center;
    align-items:center;
    background:#ffd4d4;
    width:max-content;
    padding:.5rem 1rem;
    border-radius:5rem;
    margin-bottom:1.5rem
}
#storiesSection .storiesRow .storySliderWrap .ContentHolder .storyDateWrap span{
    font-size:1.4rem;
    font-weight:400;
    color:#5f5f5f
}
#storiesSection .storiesRow .storySliderWrap .ContentHolder .weddName{
    font-size:1.8rem;
    font-weight:600;
    color:#6d2323
}
#storiesSection .storiesRow .storySliderWrap .ContentHolder .weddMsg{
    font-size:1.6rem;
    font-weight:400;
    color:#848484;
    margin-bottom:0;
    display:block;
    display:-webkit-box;
    max-width:100%;
    height:5rem;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
    text-overflow:ellipsis
}
#storiesSection .storiesRow .storySliderWrap .swiper-pagination-bullet{
    background-color:#d9d9d9;
    opacity:1;
    height:1.5rem;
    width:1.5rem
}
@media(max-width: 767px){
    #storiesSection .storiesRow .storySliderWrap .swiper-pagination-bullet{
        height:.8rem;
        width:.8rem
    }
}
#storiesSection .storiesRow .storySliderWrap .swiper-pagination-bullet-active{
    background-color:#6d2323
}
#storiesSection .storiesRow .storySliderWrap .swiper-button{
    border:1px solid #fff
}
#storiesSection .storiesRow .storySliderWrap .swiper-slide img{
    width:100%;
    height:100%;
    margin:auto;
    object-fit:cover;
    object-position:top
}
@media(max-width: 638px){
    #storiesSection .storiesRow .storySliderWrap .swiper-container{
        width:100%
    }
}
@media(max-width: 767px){
    #storiesSection .storiesRow .storySliderWrap .swiper-container{
        width:100%
    }
    #storiesSection .storiesRow .storySliderWrap .swiper-slide{
        border-radius:0px
    }
    #storiesSection .storiesRow .storySliderWrap .swiper-container .ImgHolder{
        border-radius:0px
    }
    #storiesSection .storiesRow .storySliderWrap .ContentHolder{
        border-radius:0px
    }
}
#googleSection{
    padding:8rem 11rem 0;
    position:relative;
    background:#fee;
    overflow:hidden
}
@media(max-width: 834px){
    #googleSection{
        padding:6rem 11rem 6rem
    }
}
@media(max-width: 767px){
    #googleSection{
        padding:3rem 2rem 3rem
    }
}
#googleSection .achieveRow{
    display:flex;
    justify-content:space-between;
    align-items:center
}
@media(max-width: 834px){
    #googleSection .achieveRow{
        flex-direction:column-reverse
    }
}
#googleSection .achieveRow .leftboxImgWrap{
    text-align:center;
    padding-bottom:7rem
}
@media(max-width: 834px){
    #googleSection .achieveRow .leftboxImgWrap{
        padding-bottom:0
    }
}
#googleSection .achieveRow .leftboxImgWrap img{
    z-index:1;
    position:relative
}
@media(max-width: 834px){
    #googleSection .achieveRow .aciveRightBoxWrap{
        margin-bottom:8rem
    }
}
#googleSection .achieveRow .aciveRightBoxWrap .contentWraps .scetionHighlights{
    font-size:1.8rem;
    color:#af0505;
    font-weight:500;
    margin-bottom:1.5rem
}
#googleSection .achieveRow .aciveRightBoxWrap .contentWraps h4{
    font-size:3rem;
    font-weight:600;
    color:#470c0c
}
@media(max-width: 767px){
    #googleSection .achieveRow .aciveRightBoxWrap .contentWraps h4{
        font-size:2.4rem
    }
}
#googleSection .achieveRow .aciveRightBoxWrap .contentWraps p{
    color:#989898;
    font-size:1.6rem;
    font-weight:400
}
@media(max-width: 767px){
    #googleSection .achieveRow .aciveRightBoxWrap .contentWraps p{
        font-size:1.4rem
    }
}
@media(max-width: 834px){
    #googleSection .achieveRow .aciveRightBoxWrap .contentWraps{
        text-align:center
    }
}
#googleSection .achieveRow .aciveRightBoxWrap .storeLinksWrap{
    margin-top:3rem
}
#googleSection .achieveRow .aciveRightBoxWrap .storeLinksWrap ul{
    display:flex;
    gap:2rem
}
@media(max-width: 834px){
    #googleSection .achieveRow .aciveRightBoxWrap .storeLinksWrap ul{
        justify-content:center
    }
}
#googleSection .achieveRow .aciveRightBoxWrap .storeLinksWrap ul li a img{
    width:100%
}
#googleSection .achieveRow .aciveRightBoxWrap .achiveBoxRow{
    row-gap:1.5rem;
    margin-top:2rem
}
#googleSection .achieveRow .aciveRightBoxWrap .achiveBoxRow .achiveBox{
    background:#ffe1e1;
    padding:1rem;
    border-radius:.6rem;
    display:flex;
    justify-content:space-between;
    align-items:center
}
#googleSection .achieveRow .aciveRightBoxWrap .achiveBoxRow .achiveBox .iconWraps span{
    display:flex;
    justify-content:center;
    align-items:center;
    width:6.8rem;
    height:6.8rem;
    border-radius:50%;
    overflow:hidden;
    padding:1rem;
    background-color:#fff
}
#googleSection .achieveRow .aciveRightBoxWrap .achiveBoxRow .achiveBox .iconWraps span img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:top
}
#googleSection .achieveRow .aciveRightBoxWrap .achiveBoxRow .achiveBox .contentBWrap{
    padding-left:3rem
}
#googleSection .achieveRow .aciveRightBoxWrap .achiveBoxRow .achiveBox .contentBWrap h6{
    font-size:1.6rem;
    font-weight:500;
    color:#470c0c
}
#googleSection .achieveRow .aciveRightBoxWrap .achiveBoxRow .achiveBox .contentBWrap p{
    margin-bottom:0;
    font-size:1.4rem;
    font-weight:400;
    color:#989898
}
#testimonialSection{
    background-color:#fff;
    padding:19rem 11rem 18rem
}
@media(max-width: 834px){
    #testimonialSection{
        padding:6rem 11rem 32rem
    }
}
@media(max-width: 767px){
    #testimonialSection{
        padding:3rem 2rem 27rem
    }
}
#testimonialSection .testimonialRow{
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap
}
@media(max-width: 834px){
    #testimonialSection .testimonialRow{
        flex-direction:column;
        gap:24rem
    }
}
#testimonialSection .testimonialRow .aciveRightBoxWrap .contentWraps .scetionHighlights{
    font-size:1.8rem;
    color:#af0505;
    font-weight:500;
    margin-bottom:1.5rem
}
#testimonialSection .testimonialRow .aciveRightBoxWrap .contentWraps h4{
    font-size:3rem;
    font-weight:600;
    color:#470c0c
}
@media(max-width: 767px){
    #testimonialSection .testimonialRow .aciveRightBoxWrap .contentWraps h4{
        font-size:2.4rem
    }
}
#testimonialSection .testimonialRow .aciveRightBoxWrap .contentWraps p{
    color:#989898;
    font-size:1.6rem;
    font-weight:400
}
@media(max-width: 767px){
    #testimonialSection .testimonialRow .aciveRightBoxWrap .contentWraps p{
        font-size:1.4rem
    }
}
@media(max-width: 834px){
    #testimonialSection .testimonialRow .aciveRightBoxWrap .contentWraps{
        text-align:center
    }
}
#testimonialSection .testimonialRow .layer{
    position:relative
}
#testimonialSection .testimonialRow .slider .profile-card{
    width:85%;
    padding:20px 30px;
    opacity:0;
    border-radius:.8rem;
    background:#fff;
    box-shadow:0px 0px 15px -5px #ffbaba;
    pointer-events:none;
    position:absolute;
    animation:slide 10s linear infinite;
    animation-delay:calc(2s*var(--timer));
    height:13rem;
    top:-70px;
    left:-15%
}
@media(max-width: 1024px){
    #testimonialSection .testimonialRow .slider .profile-card{
        height:17rem
    }
}
@media(max-width: 767px){
    #testimonialSection .testimonialRow .slider .profile-card{
        padding:15px 10px;
        height:16rem
    }
}
#testimonialSection .testimonialRow .layer:hover .profile-card{
    animation-play-state:paused
}
#testimonialSection .testimonialRow .slider .profile-card:last-child{
    animation-delay:calc(-2s*var(--timer))
}
#testimonialSection .testimonialRow .details .userDetailsWrap{
    justify-content:space-between
}
@media(max-width: 767px){
    #testimonialSection .testimonialRow .details .userDetailsWrap{
        gap:1rem
    }
}
@media(max-width: 767px){
    #testimonialSection .testimonialRow .details .userDetailsWrap .justify-content-end{
        justify-content:flex-start !important
    }
}
#testimonialSection .testimonialRow .details .userDetailsWrap .userBox{
    display:flex;
    justify-content:flex-start;
    gap:1rem
}
#testimonialSection .testimonialRow .details .userDetailsWrap .imgWrp{
    width:4rem;
    height:4rem;
    border-radius:50%;
    overflow:hidden
}
#testimonialSection .testimonialRow .details .userDetailsWrap .imgWrp img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:top
}
#testimonialSection .testimonialRow .details .userDetailsWrap .userNameWrap h6{
    font-size:1.6rem;
    font-weight:500;
    color:#6d2323;
    margin-bottom:0
}
#testimonialSection .testimonialRow .details .userDetailsWrap .userNameWrap span{
    font-size:1.2rem;
    font-weight:400;
    color:#505050
}
#testimonialSection .testimonialRow .details .userDetailsWrap .ratingsWrap{
    background-color:#ffe1e1;
    width:max-content;
    padding:.6rem 1.5rem;
    border-radius:.8rem;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:.6rem
}
#testimonialSection .testimonialRow .details .userDetailsWrap .ratingsWrap span{
    line-height:0
}
#testimonialSection .testimonialRow .details .userDetailsWrap .ratingsWrap span i{
    font-size:1.6rem;
    color:#6d2323
}
@media(max-width: 767px){
    #testimonialSection .testimonialRow .details .userDetailsWrap .ratingsWrap span i{
        font-size:1.2rem
    }
}
#testimonialSection .testimonialRow .details .usersWordWrap{
    margin-top:1rem
}
#testimonialSection .testimonialRow .details .usersWordWrap p{
    margin-bottom:0;
    font-size:1.4rem;
    font-weight:400;
    color:#7e7e7e
}
@media(max-width: 767px){
    #testimonialSection .testimonialRow .details .usersWordWrap p{
        font-size:1.2rem
    }
}
@keyframes slide{
    0%{
        opacity:0;
        transform:translateY(100%) scale(0.5)
    }
    5%,20%{
        opacity:1;
        transform:translate(0%, 105%) scale(0.7)
    }
    25%,40%{
        opacity:1;
        pointer-events:auto;
        transform:translate(30%, 0%) scale(1.1)
    }
    45%,60%{
        opacity:1;
        transform:translate(0%, -105%) scale(0.7)
    }
    65%,100%{
        opacity:0;
        transform:translateY(-100%) scale(0.5)
    }
}
#plansSection{
    background-image:url(../images/body/planBg.png);
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    width:100%;
    height:auto;
    padding:8rem 11rem 10rem
}
@media(max-width: 834px){
    #plansSection{
        padding:6rem 2rem 7rem
    }
}
@media(max-width: 767px){
    #plansSection{
        padding:3rem 2rem 4rem
    }
}
#plansSection .plansRow .aciveRightBoxWrap{
    width:40%;
    margin:0 auto
}
@media(max-width: 1024px){
    #plansSection .plansRow .aciveRightBoxWrap{
        width:100%
    }
}
#plansSection .plansRow .aciveRightBoxWrap .contentWraps{
    text-align:center;
    margin-bottom:3rem
}
#plansSection .plansRow .aciveRightBoxWrap .contentWraps .scetionHighlights{
    font-size:1.8rem;
    color:#af0505;
    font-weight:500;
    margin-bottom:1.5rem
}
#plansSection .plansRow .aciveRightBoxWrap .contentWraps h4{
    font-size:3rem;
    font-weight:600;
    color:#470c0c
}
@media(max-width: 767px){
    #plansSection .plansRow .aciveRightBoxWrap .contentWraps h4{
        font-size:2.4rem
    }
}
#plansSection .plansRow .aciveRightBoxWrap .contentWraps p{
    color:#989898;
    font-size:1.6rem;
    font-weight:400
}
@media(max-width: 767px){
    #plansSection .plansRow .aciveRightBoxWrap .contentWraps p{
        font-size:1.4rem
    }
}
#plansSection .plansRow .plansCardWrap{
    margin-top:2rem
}
#plansSection .plansRow .plansCardWrap .cardsRow{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:1.5rem;
    padding:0 1rem
}
@media(max-width: 767px){
    #plansSection .plansRow .plansCardWrap .cardsRow{
        padding:0
    }
}
#plansSection .plansRow .plansCardWrap .cardsRow .cardBox{
    padding:2rem;
    background-color:#fff5f5;
    border-radius:1.2rem;
    transition:transform .3s linear;
    border:.2rem solid #fff5f5;
    transform:scale(1);
    height:43rem;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    align-items:center
}
@media(max-width: 1024px){
    #plansSection .plansRow .plansCardWrap .cardsRow .cardBox{
        height:47rem
    }
}
@media(max-width: 767px){
    #plansSection .plansRow .plansCardWrap .cardsRow .cardBox{
        height:100%
    }
}
#plansSection .plansRow .plansCardWrap .cardsRow .cardBox:hover{
    background-color:#fff;
    border:.2rem solid #6d2323;
    transform:scale(1.05);
    transition:transform .3s linear
}
#plansSection .plansRow .plansCardWrap .cardsRow .cardBox:hover .cardBtnWrap .btn{
    width:18rem;
    height:3.8rem;
    background-color:#470c0c;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:.6rem;
    border:0;
    color:#fff;
    font-size:1.6rem;
    font-weight:500;
    gap:.5rem;
    line-height:0
}
@media(max-width: 834px){
    #plansSection .plansRow .plansCardWrap .cardsRow .cardBox:hover .cardBtnWrap .btn{
        font-size:1.4rem
    }
}
#plansSection .plansRow .plansCardWrap .cardsRow .cardBox:hover .cardBtnWrap .btn:hover{
    background-color:#590f0f
}
#plansSection .plansRow .plansCardWrap .cardsRow .cardBox:hover .cardBtnWrap .btn:focus{
    outline:none;
    box-shadow:none
}
#plansSection .plansRow .plansCardWrap .cardsRow .cardBox h6{
    font-size:1.8rem;
    font-weight:500;
    color:#17253b;
    text-align:center;
    margin-bottom:2rem
}
#plansSection .plansRow .plansCardWrap .cardsRow .cardBox p{
    text-align:center;
    font-size:1.6rem;
    font-weight:500;
    color:#5f5f5f
}
#plansSection .plansRow .plansCardWrap .cardsRow .cardBox p .cardPrice{
    font-size:4rem;
    font-weight:600;
    color:#6d2323
}
@media(max-width: 767px){
    #plansSection .plansRow .plansCardWrap .cardsRow .cardBox p .cardPrice{
        font-size:2.6rem
    }
}
#plansSection .plansRow .plansCardWrap .cardsRow .cardBox .plansDetails{
    margin:2rem 0
}
#plansSection .plansRow .plansCardWrap .cardsRow .cardBox .plansDetails ul{
    padding-left:6rem
}
@media(max-width: 1024px){
    #plansSection .plansRow .plansCardWrap .cardsRow .cardBox .plansDetails ul{
        padding-left:2rem
    }
}
#plansSection .plansRow .plansCardWrap .cardsRow .cardBox .plansDetails ul li{
    font-size:1.4rem;
    font-weight:400;
    color:#737373;
    margin-bottom:1.2rem;
    position:relative
}
#plansSection .plansRow .plansCardWrap .cardsRow .cardBox .plansDetails ul li::before{
    content:"";
    background-image:url(../images/list-check.png);
    background-repeat:no-repeat;
    background-size:45%;
    width:3rem;
    height:3rem;
    position:absolute;
    left:-2.5rem;
    top:.4rem
}
#plansSection .plansRow .plansCardWrap .cardsRow .cardBox .plansDetails ul li:last-child{
    margin-bottom:0
}
#plansSection .plansRow .plansCardWrap .cardsRow .cardBox .cardBtnWrap{
    display:flex;
    justify-content:center;
    align-items:center
}
#plansSection .plansRow .plansCardWrap .cardsRow .cardBox .cardBtnWrap .btn{
    width:18rem;
    height:3.8rem;
    background-color:#470c0c;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:.6rem;
    border:0;
    color:#fff;
    font-size:1.6rem;
    font-weight:500;
    gap:.5rem;
    line-height:0
}
@media(max-width: 834px){
    #plansSection .plansRow .plansCardWrap .cardsRow .cardBox .cardBtnWrap .btn{
        font-size:1.4rem
    }
}
#plansSection .plansRow .plansCardWrap .cardsRow .cardBox .cardBtnWrap .btn:hover{
    background-color:#590f0f
}
#plansSection .plansRow .plansCardWrap .cardsRow .cardBox .cardBtnWrap .btn:focus{
    outline:none;
    box-shadow:none
}
#plansSection .plansRow .plansCardWrap .cardsRow .cardBox .cardBtnWrap .btn{
    background-color:#a8a8a8;
    color:#fff
}
#plansSection .plansRow .plansCardWrap .cardsRow .pCard_card{
    width:36.3333%;
    height:45rem;
    transition:.5s ease-in-out;
    margin:0 auto;
    border-radius:3rem;
    background-color:#fff;
    -webkit-box-shadow:0px 20px 70px 0px rgba(0,0,0,.21);
    -moz-box-shadow:0px 20px 70px 0px rgba(0,0,0,.21);
    -ms-box-shadow:0px 20px 70px 0px rgba(0,0,0,.21);
    -o-box-shadow:0px 20px 70px 0px rgba(0,0,0,.21);
    box-shadow:0px 20px 70px 0px rgba(0,0,0,.21);
    position:relative;
    overflow:hidden
}
@media(max-width: 834px){
    #plansSection .plansRow .plansCardWrap .cardsRow .pCard_card{
        width:47%
    }
}
@media(max-width: 767px){
    #plansSection .plansRow .plansCardWrap .cardsRow .pCard_card{
        width:100%
    }
}
#plansSection .plansRow .plansCardWrap .cardsRow .pCard_card.pCard_on{
    height:60rem;
    transition:.5s ease-in-out
}
#plansSection .plansRow .plansCardWrap .cardsRow .pCard_card .pCard_back{
    text-align:center;
    position:absolute;
    left:0;
    right:0;
    top:50%;
    font-weight:600;
    z-index:1;
    transform:translateY(-50%)
}
#plansSection .plansRow .plansCardWrap .cardsRow .pCard_card .pCard_back ul{
    text-align:left;
    padding:0 0 0 6rem;
    font-size:1.6rem;
    color:#737373;
    font-weight:400;
    line-height:2.2;
    padding-top:6rem
}
@media(max-width: 767px){
    #plansSection .plansRow .plansCardWrap .cardsRow .pCard_card .pCard_back ul{
        padding:0 0 0 4rem;
        padding-top:6rem;
        font-size:1.4rem
    }
}
#plansSection .plansRow .plansCardWrap .cardsRow .pCard_card .pCard_back ul li{
    position:relative
}
#plansSection .plansRow .plansCardWrap .cardsRow .pCard_card .pCard_back ul li::before{
    content:"";
    background-image:url(../images/check-mark.svg);
    background-repeat:no-repeat;
    background-size:45%;
    width:3rem;
    height:3rem;
    position:absolute;
    left:-2.5rem;
    top:1rem
}
#plansSection .plansRow .plansCardWrap .cardsRow .pCard_card .pCard_up{
    position:absolute;
    width:100%;
    height:410px;
    background:#af0505;
    text-align:center;
    display:flex;
    justify-content:flex-start;
    align-items:center;
    z-index:3;
    transition:.5s ease-in-out;
    flex-direction:column;
    padding-top:7rem;
    gap:2rem
}
#plansSection .plansRow .plansCardWrap .cardsRow .pCard_card .servicesNameWrap h3{
    font-size:2.4rem;
    color:#fff;
    margin-bottom:0;
    transition:.5s ease-in-out
}
#plansSection .plansRow .plansCardWrap .cardsRow .pCard_card.pCard_on .servicesNameWrap h3{
    color:#470c0c
}
#plansSection .plansRow .plansCardWrap .cardsRow .pCard_on .pCard_up{
    height:15rem;
    box-shadow:0 0 30px #cfd8dc;
    padding-top:2rem;
    gap:9rem
}
#plansSection .plansRow .plansCardWrap .cardsRow .pCard_up .midSvgWrap svg{
    width:14rem;
    height:14rem;
    -webkit-transition:.5s ease-in-out;
    -moz-transition:.5s ease-in-out;
    -ms-transition:.5s ease-in-out;
    -o-transition:.5s ease-in-out;
    transition:.5s ease-in-out
}
#plansSection .plansRow .plansCardWrap .cardsRow .pCard_on .pCard_up .midSvgWrap svg{
    width:8rem;
    height:8rem;
    -webkit-transition:.5s ease-in-out;
    -moz-transition:.5s ease-in-out;
    -ms-transition:.5s ease-in-out;
    -o-transition:.5s ease-in-out;
    transition:.5s ease-in-out
}
#plansSection .plansRow .plansCardWrap .cardsRow .pCard_card .pCard_up .pCard_text{
    position:absolute;
    top:290px;
    left:50%;
    color:#f1f7f9;
    transition:.5s ease-in-out;
    transform:translateX(-50%)
}
#plansSection .plansRow .plansCardWrap .cardsRow .planPriceBoxWrap{
    width:20rem;
    height:5rem;
    border:.1rem solid #6d2323;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:1.2rem;
    background:#fff
}
#plansSection .plansRow .plansCardWrap .cardsRow .planPriceBoxWrap h4{
    margin-bottom:0;
    color:#6d2323;
    font-size:2.6rem;
    font-weight:700
}
#plansSection .plansRow .plansCardWrap .cardsRow .planPriceBoxWrap h4 .yrTag{
    color:#5f5f5f;
    font-size:1.6rem;
    font-weight:400
}
#plansSection .plansRow .plansCardWrap .cardsRow .pCard_card .pCard_down .buyBtn{
    margin-top:0
}
#plansSection .plansRow .plansCardWrap .cardsRow .pCard_card.pCard_on .pCard_down .buyBtn{
    margin-top:1rem
}
#plansSection .plansRow .plansCardWrap .cardsRow .buyBtn{
    border:0;
    background:#470c0c;
    width:20rem;
    height:6rem;
    border-radius:5rem;
    display:flex;
    justify-content:flex-end;
    align-items:center;
    font-size:2rem;
    font-weight:500;
    color:#fff;
    gap:3rem;
    padding:0 1rem
}
#plansSection .plansRow .plansCardWrap .cardsRow .buyBtn span:not(.notranslate){
    width:4rem;
    height:4rem;
    display:flex;
    justify-content:center;
    align-items:center;
    background:#fff;
    border-radius:5rem
}
#plansSection .plansRow .plansCardWrap .cardsRow .pCard_on .pCard_up .pCard_text{
    top:125px
}
#plansSection .plansRow .plansCardWrap .cardsRow .pCard_card .pCard_up .pCard_text h2{
    margin:0;
    font-size:25px;
    font-weight:600
}
#plansSection .plansRow .plansCardWrap .cardsRow .pCard_card .pCard_up .pCard_text p{
    margin:0;
    font-size:16px;
    color:#e3f1f5
}
#plansSection .plansRow .plansCardWrap .cardsRow .pCard_card .pCard_up .pCard_add{
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    border-radius:50%;
    background-color:#470c0c;
    -webkit-box-shadow:0px 5px 24px 0px rgba(0,0,0,.43);
    -moz-box-shadow:0px 5px 24px 0px rgba(0,0,0,.43);
    -ms-box-shadow:0px 5px 24px 0px rgba(0,0,0,.43);
    -o-box-shadow:0px 5px 24px 0px rgba(0,0,0,.43);
    box-shadow:0px 5px 24px 0px rgba(0,0,0,.43);
    position:absolute;
    top:365px;
    left:0;
    right:0;
    margin:auto;
    width:75px;
    height:75px;
    cursor:pointer;
    -webkit-transition:.5s ease-in-out;
    -moz-transition:.5s ease-in-out;
    -ms-transition:.5s ease-in-out;
    -o-transition:.5s ease-in-out;
    transition:.5s ease-in-out;
    display:flex;
    justify-content:center;
    align-items:center
}
#plansSection .plansRow .plansCardWrap .cardsRow .pCard_on .pCard_up .pCard_add{
    -webkit-transform:rotate(360deg) scale(0.5);
    -moz-transform:rotate(360deg) scale(0.5);
    -ms-transform:rotate(360deg) scale(0.5);
    -o-transform:rotate(360deg) scale(0.5);
    transform:rotate(360deg) scale(0.5);
    top:445px
}
#plansSection .plansRow .plansCardWrap .cardsRow .pCard_card .pCard_down{
    background-color:#fff;
    position:absolute;
    bottom:0px;
    width:100%;
    height:192px;
    z-index:2;
    -webkit-border-bottom-left-radius:30px;
    -moz-border-bottom-left-radius:30px;
    -ms-border-bottom-left-radius:30px;
    -o-border-bottom-left-radius:30px;
    border-bottom-left-radius:30px;
    -webkit-border-bottom-right-radius:30px;
    -moz-border-bottom-right-radius:30px;
    -ms-border-bottom-right-radius:30px;
    -o-border-bottom-right-radius:30px;
    border-bottom-right-radius:30px;
    -webkit-transition:.5s ease-in-out;
    -moz-transition:.5s ease-in-out;
    -ms-transition:.5s ease-in-out;
    -o-transition:.5s ease-in-out;
    transition:.5s ease-in-out;
    display:flex;
    justify-content:center;
    align-items:center
}
#plansSection .plansRow .plansCardWrap .cardsRow .pCard_on .pCard_down{
    height:120px;
    -webkit-box-shadow:0 0 30px #cfd8dc;
    -moz-box-shadow:0 0 30px #cfd8dc;
    -ms-box-shadow:0 0 30px #cfd8dc;
    -o-box-shadow:0 0 30px #cfd8dc;
    box-shadow:0 0 30px #cfd8dc
}
#plansSection .plansRow .plansCardWrap .cardsRow .pCard_card .pCard_down div{
    width:33.333%;
    float:left;
    text-align:center;
    margin-top:50px;
    font-size:18px;
    -webkit-transition:.5s ease-in-out;
    -moz-transition:.5s ease-in-out;
    -ms-transition:.5s ease-in-out;
    -o-transition:.5s ease-in-out;
    transition:.5s ease-in-out
}
#plansSection .plansRow .plansCardWrap .cardsRow .pCard_on .pCard_down div{
    margin-top:10px
}
#plansSection .plansRow .plansCardWrap .cardsRow .pCard_card .pCard_down div p:first-of-type{
    color:#68818c;
    margin-bottom:5px
}
#plansSection .plansRow .plansCardWrap .cardsRow .pCard_card .pCard_down div p:last-of-type{
    color:#334750;
    font-weight:700;
    margin-top:0
}
#plansSection .plansRow .plansCardWrap .cardsRow .pCard_card .pCard_back a i{
    margin:10px;
    padding:15px;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    -ms-border-radius:15px;
    -o-border-radius:15px;
    border-radius:15px;
    -webkit-transition:.3s ease-in-out;
    -moz-transition:.3s ease-in-out;
    -ms-transition:.3s ease-in-out;
    -o-transition:.3s ease-in-out;
    transition:.3s ease-in-out
}
#plansSection .plansRow .plansCardWrap .cardsRow .pCard_card .pCard_back a i:hover{
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform:scale(1.2);
    transform:scale(1.2)
}
#plansSection .plansRow .plansCardWrap .cardsRow .pCard_card .pCard_back a:nth-of-type(1) i{
    color:#3b5998;
    border:2px solid #3b5998
}
#plansSection .plansRow .plansCardWrap .cardsRow .pCard_card .pCard_back a:nth-of-type(2) i{
    color:#0077b5;
    border:2px solid #0077b5
}
#plansSection .plansRow .plansCardWrap .cardsRow .pCard_card .pCard_back a:nth-of-type(3) i{
    color:#1769ff;
    border:2px solid #1769ff
}
#plansSection .plansRow .plansCardWrap .cardsRow .pCard_card .pCard_back a:nth-of-type(4) i{
    color:#000;
    border:2px solid #000
}
#plansSection .plansRow .plansCardWrap .cardsRow .pCard_card .pCard_back a:nth-of-type(5) i{
    color:#eb5e95;
    border:2px solid #eb5e95
}
#plansSection .plansRow .plansCardWrap .cardsRow .pCard_card .pCard_back a:nth-of-type(6) i{
    color:#3f729b;
    border:2px solid #3f729b
}
#plansSection .plansRow .plansCardWrap .cardsRow .pCard_card .pCard_up .pCard_add i{
    color:#fff;
    font-size:38px;
    line-height:88px
}
#plansSection .plansRow .cardsRow{
    width:70%;
    margin:0 auto
}
@media(max-width: 1024px){
    #plansSection .plansRow .cardsRow{
        width:100%
    }
}
#plansSection .plansRow .cardsRow .pCard_card{
    width:100%
}
#plansSection{
    background-image:url(../images/body/planBg.png);
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    width:100%;
    height:auto;
    padding:8rem 0 10rem
}
@media(max-width: 834px){
    #plansSection{
        padding:6rem 2rem 7rem
    }
}
@media(max-width: 767px){
    #plansSection{
        padding:3rem 2rem 4rem
    }
}
#plansSection .plansRow .aciveRightBoxWrap{
    width:40%;
    margin:0 auto
}
@media(max-width: 1024px){
    #plansSection .plansRow .aciveRightBoxWrap{
        width:100%
    }
}
#plansSection .plansRow .aciveRightBoxWrap .contentWraps{
    text-align:center;
    margin-bottom:3rem
}
#plansSection .plansRow .aciveRightBoxWrap .contentWraps .scetionHighlights{
    font-size:1.8rem;
    color:#af0505;
    font-weight:500;
    margin-bottom:1.5rem
}
#plansSection .plansRow .aciveRightBoxWrap .contentWraps h4{
    font-size:3rem;
    font-weight:600;
    color:#470c0c
}
@media(max-width: 767px){
    #plansSection .plansRow .aciveRightBoxWrap .contentWraps h4{
        font-size:2.4rem
    }
}
#plansSection .plansRow .aciveRightBoxWrap .contentWraps p{
    color:#989898;
    font-size:1.6rem;
    font-weight:400
}
@media(max-width: 767px){
    #plansSection .plansRow .aciveRightBoxWrap .contentWraps p{
        font-size:1.4rem
    }
}
#plansSection .plansRow .plansCardWrap{
    margin-top:2rem
}
#plansSection .plansRow .plansCardWrap .cardsRow{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:1.5rem;
    padding:0 1rem;
    z-index:2;
    position:relative
}
@media(max-width: 767px){
    #plansSection .plansRow .plansCardWrap .cardsRow{
        padding:0
    }
}
#plansSection .plansRow .plansCardWrap .cardsRow .cardBox{
    padding:2rem;
    background-color:#fff5f5;
    border-radius:1.2rem;
    transition:transform .3s linear;
    border:.2rem solid #fff5f5;
    transform:scale(1);
    height:43rem;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    align-items:center
}
@media(max-width: 1024px){
    #plansSection .plansRow .plansCardWrap .cardsRow .cardBox{
        height:47rem
    }
}
@media(max-width: 767px){
    #plansSection .plansRow .plansCardWrap .cardsRow .cardBox{
        height:100%
    }
}
#plansSection .plansRow .plansCardWrap .cardsRow .cardBox:hover{
    background-color:#fff;
    border:.2rem solid #6d2323;
    transform:scale(1.05);
    transition:transform .3s linear
}
#plansSection .plansRow .plansCardWrap .cardsRow .cardBox:hover .cardBtnWrap .btn{
    width:18rem;
    height:3.8rem;
    background-color:#470c0c;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:.6rem;
    border:0;
    color:#fff;
    font-size:1.6rem;
    font-weight:500;
    gap:.5rem;
    line-height:0
}
@media(max-width: 834px){
    #plansSection .plansRow .plansCardWrap .cardsRow .cardBox:hover .cardBtnWrap .btn{
        font-size:1.4rem
    }
}
#plansSection .plansRow .plansCardWrap .cardsRow .cardBox:hover .cardBtnWrap .btn:hover{
    background-color:#590f0f
}
#plansSection .plansRow .plansCardWrap .cardsRow .cardBox:hover .cardBtnWrap .btn:focus{
    outline:none;
    box-shadow:none
}
#plansSection .plansRow .plansCardWrap .cardsRow .cardBox h6{
    font-size:1.8rem;
    font-weight:500;
    color:#17253b;
    text-align:center;
    margin-bottom:2rem
}
#plansSection .plansRow .plansCardWrap .cardsRow .cardBox p{
    text-align:center;
    font-size:1.6rem;
    font-weight:500;
    color:#5f5f5f
}
#plansSection .plansRow .plansCardWrap .cardsRow .cardBox p .cardPrice{
    font-size:4rem;
    font-weight:600;
    color:#6d2323
}
@media(max-width: 767px){
    #plansSection .plansRow .plansCardWrap .cardsRow .cardBox p .cardPrice{
        font-size:2.6rem
    }
}
#plansSection .plansRow .plansCardWrap .cardsRow .cardBox .plansDetails{
    margin:2rem 0
}
#plansSection .plansRow .plansCardWrap .cardsRow .cardBox .plansDetails ul{
    padding-left:6rem
}
@media(max-width: 1024px){
    #plansSection .plansRow .plansCardWrap .cardsRow .cardBox .plansDetails ul{
        padding-left:2rem
    }
}
#plansSection .plansRow .plansCardWrap .cardsRow .cardBox .plansDetails ul li{
    font-size:1.4rem;
    font-weight:400;
    color:#737373;
    margin-bottom:1.2rem;
    position:relative
}
#plansSection .plansRow .plansCardWrap .cardsRow .cardBox .plansDetails ul li::before{
    content:"";
    background-image:url(../images/list-check.png);
    background-repeat:no-repeat;
    background-size:45%;
    width:3rem;
    height:3rem;
    position:absolute;
    left:-2.5rem;
    top:.4rem
}
#plansSection .plansRow .plansCardWrap .cardsRow .cardBox .plansDetails ul li:last-child{
    margin-bottom:0
}
#plansSection .plansRow .plansCardWrap .cardsRow .cardBox .cardBtnWrap{
    display:flex;
    justify-content:center;
    align-items:center
}
#plansSection .plansRow .plansCardWrap .cardsRow .cardBox .cardBtnWrap .btn{
    width:18rem;
    height:3.8rem;
    background-color:#470c0c;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:.6rem;
    border:0;
    color:#fff;
    font-size:1.6rem;
    font-weight:500;
    gap:.5rem;
    line-height:0
}
@media(max-width: 834px){
    #plansSection .plansRow .plansCardWrap .cardsRow .cardBox .cardBtnWrap .btn{
        font-size:1.4rem
    }
}
#plansSection .plansRow .plansCardWrap .cardsRow .cardBox .cardBtnWrap .btn:hover{
    background-color:#590f0f
}
#plansSection .plansRow .plansCardWrap .cardsRow .cardBox .cardBtnWrap .btn:focus{
    outline:none;
    box-shadow:none
}
#plansSection .plansRow .plansCardWrap .cardsRow .cardBox .cardBtnWrap .btn{
    background-color:#a8a8a8;
    color:#fff
}
#plansSection .plansRow .plansCardWrap .cardsRow .pCard_card{
    height:45rem;
    transition:.5s ease-in-out;
    margin:0 auto;
    border-radius:3rem;
    background-color:#fff;
    -ms-box-shadow:0px 20px 70px 0px rgba(0,0,0,.21);
    -o-box-shadow:0px 20px 70px 0px rgba(0,0,0,.21);
    box-shadow:0px 20px 70px 0px rgba(0,0,0,.21);
    position:relative;
    overflow:hidden
}
#plansSection .plansRow .plansCardWrap .cardsRow .pCard_card.pCard_on{
    height:60rem;
    transition:.5s ease-in-out
}
#plansSection .plansRow .plansCardWrap .cardsRow .pCard_card .pCard_back{
    text-align:center;
    position:absolute;
    left:0;
    right:0;
    top:50%;
    font-weight:600;
    z-index:1;
    transform:translateY(-50%)
}
#plansSection .plansRow .plansCardWrap .cardsRow .pCard_card .pCard_back ul{
    text-align:left;
    padding:0 0 0 6rem;
    font-size:1.6rem;
    color:#737373;
    font-weight:400;
    line-height:2.2;
    padding-top:6rem
}
.myProfileWrap .plansCardWrap .pCard_back ul{
    padding:0 0 0 4rem !important;
    font-size:1.5rem !important;
    margin-top:6rem
}
@media(min-width: 1920px){
    .myProfileWrap .plansCardWrap .pCard_back ul{
        font-size:1.3rem !important
    }
}
@media(max-width: 1366px){
    .myProfileWrap .plansCardWrap .pCard_back ul{
        font-size:1.4rem !important
    }
}
@media(max-width: 1024px){
    .myProfileWrap .plansCardWrap .pCard_back ul{
        font-size:1.2rem !important
    }
}
.plansCardWrap .cardsRow .pCard_card .pCard_up{
    position:absolute;
    left:0;
    width:100%;
    height:410px;
    background:#af0505;
    text-align:center;
    display:flex;
    justify-content:flex-start;
    align-items:center;
    z-index:3;
    transition:.5s ease-in-out;
    flex-direction:column;
    padding-top:7rem;
    gap:2rem
}
#plansSection .plansRow .plansCardWrap .cardsRow .pCard_card .servicesNameWrap h3{
    font-size:2.4rem;
    color:#fff;
    margin-bottom:0;
    transition:.5s ease-in-out
}
#plansSection .plansRow .plansCardWrap .cardsRow .pCard_card.pCard_on .servicesNameWrap h3{
    color:#470c0c
}
#plansSection .plansRow .plansCardWrap .cardsRow .pCard_on .pCard_up{
    height:15rem;
    box-shadow:0 0 30px #cfd8dc;
    padding-top:2rem;
    gap:9rem
}
#plansSection .plansRow .plansCardWrap .cardsRow .pCard_up .midSvgWrap svg{
    width:14rem;
    height:14rem;
    transition:.5s ease-in-out
}
#plansSection .plansRow .plansCardWrap .cardsRow .pCard_on .pCard_up .midSvgWrap svg{
    width:8rem;
    height:8rem;
    transition:.5s ease-in-out
}
#plansSection .plansRow .plansCardWrap .cardsRow .pCard_card .pCard_up .pCard_text{
    position:absolute;
    top:290px;
    left:50%;
    color:#f1f7f9;
    transition:.5s ease-in-out;
    transform:translateX(-50%)
}
#plansSection .plansRow .plansCardWrap .cardsRow .planPriceBoxWrap{
    width:20rem;
    height:5rem;
    border:.1rem solid #6d2323;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:1.2rem;
    background:#fff
}
#plansSection .plansRow .plansCardWrap .cardsRow .planPriceBoxWrap h4{
    margin-bottom:0;
    color:#6d2323;
    font-size:2.6rem;
    font-weight:700
}
#plansSection .plansRow .plansCardWrap .cardsRow .planPriceBoxWrap h4 .yrTag{
    color:#5f5f5f;
    font-size:1.6rem;
    font-weight:400
}
#plansSection .plansRow .plansCardWrap .cardsRow .pCard_card .pCard_down .buyBtn{
    margin-top:0
}
#plansSection .plansRow .plansCardWrap .cardsRow .pCard_card.pCard_on .pCard_down .buyBtn{
    margin-top:1rem
}
#plansSection .plansRow .plansCardWrap .cardsRow .buyBtn{
    border:0;
    background:#470c0c;
    width:20rem;
    height:6rem;
    border-radius:5rem;
    display:flex;
    justify-content:flex-end;
    align-items:center;
    font-size:2rem;
    font-weight:500;
    color:#fff;
    gap:3rem;
    padding:0 1rem
}
#plansSection .plansRow .plansCardWrap .cardsRow .buyBtn span:not(.notranslate){
    width:4rem;
    height:4rem;
    display:flex;
    justify-content:center;
    align-items:center;
    background:#fff;
    border-radius:5rem
}
#plansSection .plansRow .plansCardWrap .cardsRow .pCard_on .pCard_up .pCard_text{
    top:125px
}
#plansSection .plansRow .plansCardWrap .cardsRow .pCard_card .pCard_up .pCard_text h2{
    margin:0;
    font-size:25px;
    font-weight:600
}
#plansSection .plansRow .plansCardWrap .cardsRow .pCard_card .pCard_up .pCard_text p{
    margin:0;
    font-size:16px;
    color:#e3f1f5
}
#plansSection .plansRow .plansCardWrap .cardsRow .pCard_card .pCard_up .pCard_add{
    border-radius:50%;
    background-color:#470c0c;
    -ms-box-shadow:0px 5px 24px 0px rgba(0,0,0,.43);
    -o-box-shadow:0px 5px 24px 0px rgba(0,0,0,.43);
    box-shadow:0px 5px 24px 0px rgba(0,0,0,.43);
    position:absolute;
    top:365px;
    left:0;
    right:0;
    margin:auto;
    width:75px;
    height:75px;
    cursor:pointer;
    transition:.5s ease-in-out;
    display:flex;
    justify-content:center;
    align-items:center
}
#plansSection .plansRow .plansCardWrap .cardsRow .pCard_on .pCard_up .pCard_add{
    transform:rotate(360deg) scale(0.5);
    top:445px
}
.plansCardWrap .cardsRow .pCard_card .pCard_down{
    background-color:#fff;
    position:absolute;
    left:0;
    bottom:0px;
    width:100%;
    height:192px;
    z-index:2;
    -moz-border-bottom-left-radius:30px;
    border-bottom-left-radius:30px;
    -moz-border-bottom-right-radius:30px;
    border-bottom-right-radius:30px;
    transition:.5s ease-in-out;
    display:flex;
    justify-content:center;
    align-items:center
}
#plansSection .plansRow .plansCardWrap .cardsRow .pCard_on .pCard_down{
    height:120px;
    -ms-box-shadow:0 0 30px #cfd8dc;
    -o-box-shadow:0 0 30px #cfd8dc;
    box-shadow:0 0 30px #cfd8dc
}
#plansSection .plansRow .plansCardWrap .cardsRow .pCard_card .pCard_down div{
    width:33.333%;
    float:left;
    text-align:center;
    margin-top:50px;
    font-size:18px;
    transition:.5s ease-in-out
}
#plansSection .plansRow .plansCardWrap .cardsRow .pCard_on .pCard_down div{
    margin-top:10px
}
#plansSection .plansRow .plansCardWrap .cardsRow .pCard_card .pCard_down div p:first-of-type{
    color:#68818c;
    margin-bottom:5px
}
#plansSection .plansRow .plansCardWrap .cardsRow .pCard_card .pCard_down div p:last-of-type{
    color:#334750;
    font-weight:700;
    margin-top:0
}
#plansSection .plansRow .plansCardWrap .cardsRow .pCard_card .pCard_back a i{
    margin:10px;
    padding:15px;
    border-radius:15px;
    transition:.3s ease-in-out
}
#plansSection .plansRow .plansCardWrap .cardsRow .pCard_card .pCard_back a i:hover{
    transform:scale(1.2)
}
#plansSection .plansRow .plansCardWrap .cardsRow .pCard_card .pCard_back a:nth-of-type(1) i{
    color:#3b5998;
    border:2px solid #3b5998
}
#plansSection .plansRow .plansCardWrap .cardsRow .pCard_card .pCard_back a:nth-of-type(2) i{
    color:#0077b5;
    border:2px solid #0077b5
}
#plansSection .plansRow .plansCardWrap .cardsRow .pCard_card .pCard_back a:nth-of-type(3) i{
    color:#1769ff;
    border:2px solid #1769ff
}
#plansSection .plansRow .plansCardWrap .cardsRow .pCard_card .pCard_back a:nth-of-type(4) i{
    color:#000;
    border:2px solid #000
}
#plansSection .plansRow .plansCardWrap .cardsRow .pCard_card .pCard_back a:nth-of-type(5) i{
    color:#eb5e95;
    border:2px solid #eb5e95
}
#plansSection .plansRow .plansCardWrap .cardsRow .pCard_card .pCard_back a:nth-of-type(6) i{
    color:#3f729b;
    border:2px solid #3f729b
}
#plansSection .plansRow .plansCardWrap .cardsRow .pCard_card .pCard_up .pCard_add i{
    color:#fff;
    font-size:38px;
    line-height:88px
}
#backdrop{
    opacity:0;
    transition:opacity .1s linear;
    pointer-events:none
}
#backdrop.show{
    min-width:2rem;
    width:100vw;
    height:100vh;
    background:hsla(0,0%,100%,0);
    position:absolute;
    left:0;
    top:0;
    z-index:1;
    opacity:1;
    transition:opacity .1s linear;
    pointer-events:all
}
.notifyWrap{
    max-width:40rem;
    width:100%;
    background-color:#fff;
    position:absolute;
    right:5%;
    top:-100%;
    transform:translate(0, 0);
    transition:opacity .1s linear;
    z-index:-1;
    opacity:0;
    padding:2rem 0;
    border-radius:1rem;
    box-shadow:0px 0px 0px -2px hsla(0,0%,80%,.8);
    pointer-events:none
}
@media(max-width: 767px){
    .notifyWrap{
        max-width:35rem;
        right:2%
    }
}
.notifyWrap .notifyBoxInner{
    max-height:65rem;
    overflow-y:auto;
    height:100%
}
@media(max-width: 767px){
    .notifyWrap .notifyBoxInner{
        max-height:76rem
    }
}
.notifyWrap .notifyBoxInner::-webkit-scrollbar-track{
    -webkit-box-shadow:inset 0 0 .6rem rgba(0,0,0,.3);
    border-radius:1rem;
    background-color:#f5f5f5
}
.notifyWrap .notifyBoxInner::-webkit-scrollbar{
    width:.8rem;
    background-color:#f5f5f5
}
.notifyWrap .notifyBoxInner::-webkit-scrollbar-thumb{
    border-radius:1rem;
    -webkit-box-shadow:inset 0 0 .6rem rgba(0,0,0,.3);
    background-color:#470c0c
}
.notifyWrap .notifyBoxInner .boxTitleWrap{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:0 1rem 1.5rem;
    border-bottom:.2rem solid #a8a8a8
}
.notifyWrap .notifyBoxInner .boxTitleWrap .titile{
    font-size:1.8rem;
    font-weight:500;
    color:#7e7e7e;
    margin-bottom:0
}
.notifyWrap .notifyBoxInner .boxTitleWrap .markBtn{
    background:rgba(0,0,0,0);
    border:0;
    font-size:1.6rem;
    font-weight:500;
    color:#470c0c
}
.notifyWrap .notifyBoxInner .listing{
    border-bottom:.1rem solid #a8a8a8;
    padding-top:1rem
}
.notifyWrap .notifyBoxInner .listing .notyTitle{
    font-size:1.4rem;
    font-weight:500;
    color:#7e7e7e;
    padding:0 1rem
}
.notifyWrap .notifyBoxInner .listing ul{
    padding:0px 1rem 2rem;
    display:flex;
    flex-direction:column;
    gap:1rem
}
.notifyWrap .notifyBoxInner .listing ul li{
    padding:.5rem .5rem .3rem .5rem;
    border-radius:.3rem
}
.notifyWrap .notifyBoxInner .listing ul li.active{
    background-color:#fff5f5
}
.notifyWrap .notifyBoxInner .listing ul li.active a .listWrapRows .proContentWrap h5 span{
    color:#313131;
    font-weight:500
}
.notifyWrap .notifyBoxInner .listing ul li.active a .listWrapRows .proContentWrap p{
    color:#313131
}
.notifyWrap .notifyBoxInner .listing ul li a{
    width:100%;
    height:100%;
    display:flex
}
.notifyWrap .notifyBoxInner .listing ul li a .listWrapRows{
    display:flex;
    gap:1rem
}
.notifyWrap .notifyBoxInner .listing ul li a .listWrapRows .proimgWrap{
    border-radius:50%;
    max-width: 6.3rem;
    height: 6.3rem;
    overflow:hidden;
    min-width:4rem
}
.notifyWrap .notifyBoxInner .listing ul li a .listWrapRows .proimgWrap img{
    width:100%;
    height:100%;
    -o-object-fit:cover;
    object-fit:cover;
    object-position:top
}
.notifyWrap .notifyBoxInner .listing ul li a .listWrapRows .proContentWrap h5{
    font-size:1.6rem;
    font-weight:500;
    color:#6d2323
}
.notifyWrap .notifyBoxInner .listing ul li a .listWrapRows .proContentWrap h5 span{
    font-size:1.4rem;
    color:#989898;
    font-weight:400
}
.notifyWrap .notifyBoxInner .listing ul li a .listWrapRows .proContentWrap p{
    font-size:1.6rem;
    font-weight:500;
    margin-bottom:0;
    color:#989898
}
.notifyWrap .notifyBoxInner .listing ul li a .notifyDateWrap{
    text-align:right
}
.notifyWrap .notifyBoxInner .listing ul li a .notifyDateWrap p{
    margin-bottom:0;
    font-size:1.4rem;
    font-weight:500;
    color:#a8a8a8
}
.notifyWrap.show{
    z-index:999;
    opacity:1;
    top:85%;
    transition:opacity .2s linear;
    pointer-events:all
}
#loginNotify{
    width:20rem;
    height:24.5rem;
    background:#fff;
    position:absolute;
    right:8.5rem;
    z-index:1;
    box-shadow:0px 0px 3px 0px #ccc;
    border-radius:.8rem;
    transition:opacity .1s linear;
    z-index:-1;
    opacity:0;
    overflow:hidden
}
@media(max-width: 1024px){
    #loginNotify{
        right:1.5rem
    }
}
#loginNotify.show{
    opacity:1;
    z-index:999;
    transition:opacity .1s linear;
    pointer-events:all
}
#loginNotify .LoginBoxInner .userWrap{
    display:flex;
    padding:1rem;
    gap:1rem;
    border-bottom:.1rem solid #6d2323
}
#loginNotify .LoginBoxInner .userWrap .userPicWrap{
    width:5.5rem;
    height:5rem;
    border-radius:50%;
    overflow:hidden
}
#loginNotify .LoginBoxInner .userWrap .userPicWrap img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:top
}
#loginNotify .LoginBoxInner .userWrap .userNameWrap p{
    font-size:1.6rem;
    font-weight:500;
    color:#000;
    margin-bottom:.5rem;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    width:12rem
}
#loginNotify .LoginBoxInner .userWrap .userNameWrap .packType{
    padding:.3rem 1.3rem;
    font-size:1.2rem;
    font-weight:500;
    color:#fff;
    border-radius:.3rem
}
#loginNotify .LoginBoxInner .userWrap .userNameWrap .gold{
    background:linear-gradient(180deg, rgb(245, 214, 0) 0%, rgb(196, 147, 0) 100%)
}
#loginNotify .LoginBoxInner .userWrap .userNameWrap .silver{
    background:linear-gradient(180deg, rgb(228, 228, 228) 0%, rgb(99, 99, 99) 100%)
}
#loginNotify .LoginBoxInner .proSubWrap{
    padding:1rem 0rem .5rem;
    border-bottom:.1rem solid #6d2323
}
#loginNotify .LoginBoxInner .proSubWrap ul li:last-child{
    margin-bottom:0
}
#loginNotify .LoginBoxInner .proSubWrap ul li a{
    width:100%;
    height:100%;
    justify-content:flex-start;
    align-items:center;
    display:flex;
    line-height:0;
    padding:1rem;
    gap:.5rem;
    color:#5f5f5f;
    font-size:1.5rem;
    font-weight:400
}
#loginNotify .LoginBoxInner .supportTbnLink{
    padding:.5rem 0rem .5rem
}
#loginNotify .LoginBoxInner .supportTbnLink a{
    width:100%;
    height:100%;
    justify-content:flex-start;
    align-items:center;
    display:flex;
    line-height:0;
    padding:1rem;
    gap:.5rem;
    color:#5f5f5f;
    font-size:1.5rem;
    font-weight:400
}
#loginNotify .LoginBoxInner .logOutBtnWrap{
    height:4rem;
    background-color:#fff5f5;
    display:flex;
    justify-content:center;
    align-items:center;
    width:100%
}
#loginNotify .LoginBoxInner .logOutBtnWrap .logoutBtn{
    width:100%;
    height:100%;
    border:0;
    background-color:rgba(0,0,0,0);
    color:#6d2323;
    font-size:1.6rem;
    font-weight:400
}
#loginNotify .LoginBoxInner .logOutBtnWrap .logoutBtn:focus{
    outline:none;
    box-shadow:none
}
#mainBody{
    padding:3rem 11rem
}
@media(min-width: 1920px){
    #mainBody{
        padding:3rem 45rem
    }
}
@media(max-width: 1366px){
    #mainBody{
        padding:1rem 7rem
    }
}
@media(max-width: 1024px){
    #mainBody{
        padding:3rem 1rem
    }
}
@media(max-width: 767px){
    #mainBody{
        padding:3rem 1rem 3rem
    }
}
#mainBody .gridWraper{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between
}
#mainBody .gridWraper #sidenav{
    width:24.5%;
    transition:width 250ms linear
}
@media(max-width: 834px){
    #mainBody .gridWraper #sidenav{
        width:28.5%
    }
}
@media(max-width: 767px){
    #mainBody .gridWraper #sidenav{
        z-index:9999;
        position:fixed;
        top:0;
        left:0;
        width:85%;
        height:101%;
        overflow-y:auto
    }
}
#mainBody .gridWraper #sidenav.is-collapsed{
    width:0;
    transition:width 250ms linear;
    padding:0
}
#mainBody .gridWraper #sidenav .sideBarWrap{
    height:100%;
    background-color:hsla(0,0%,100%,0.6588235294);
    border-radius:1.2rem;
    min-height:80rem;
    display:inline-block;
    flex:1;
    text-align:left;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    transition-property:opacity,transform;
    transition-duration:250ms;
    transition-timing-function:ease-out;
    transition-delay:100ms;
    width:100%;
    position:relative
}
@media(max-width: 767px){
    #mainBody .gridWraper #sidenav .sideBarWrap{
        border-radius:0;
        background-color:#fff
    }
}
#mainBody .gridWraper #sidenav .sideBarWrap .profileBoxWrap{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:1.5rem;
    padding:3rem 0
}
#mainBody .gridWraper #sidenav .sideBarWrap .profileBoxWrap .imgWraps{
    width:10.2rem;
    height:10.2rem;
    border-radius:50%;
    overflow:hidden;
    border:.2rem solid #470c0c
}
#mainBody .gridWraper #sidenav .sideBarWrap .profileBoxWrap .imgWraps img{
    height:100%;
    width:100%;
    object-fit:cover;
    object-position:top
}
#mainBody .gridWraper #sidenav .sideBarWrap .profileBoxWrap .profileName{
    color:#313131;
    font-size:1.8rem;
    font-weight:500;
    margin-bottom:0
}
#mainBody .gridWraper #sidenav .sideBarWrap .profileBoxWrap .btn{
    width:18rem;
    height:3.8rem;
    background-color:#470c0c;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:.6rem;
    border:0;
    color:#fff;
    font-size:1.6rem;
    font-weight:500;
    gap:.5rem;
    line-height:0
}
@media(max-width: 834px){
    #mainBody .gridWraper #sidenav .sideBarWrap .profileBoxWrap .btn{
        font-size:1.4rem
    }
}
#mainBody .gridWraper #sidenav .sideBarWrap .profileBoxWrap .btn:hover{
    background-color:#590f0f
}
#mainBody .gridWraper #sidenav .sideBarWrap .profileBoxWrap .btn:focus{
    outline:none;
    box-shadow:none
}
#mainBody .gridWraper #sidenav .sideBarWrap .sideBarListWrap ul{
    display:flex;
    flex-direction:column
}
#mainBody .gridWraper #sidenav .sideBarWrap .sideBarListWrap ul li{
    border-bottom:.1rem solid #590f0f
}
#mainBody .gridWraper #sidenav .sideBarWrap .sideBarListWrap ul li.active{
    background-color:#9f6f6f;
    border-left:.2rem solid #470c0c
}
#mainBody .gridWraper #sidenav .sideBarWrap .sideBarListWrap ul li.active a{
    color:#fff
}
#mainBody .gridWraper #sidenav .sideBarWrap .sideBarListWrap ul li.active a span svg path{
    fill:#fff
}
#mainBody .gridWraper #sidenav .sideBarWrap .sideBarListWrap ul li.active a:hover{
    background-color:unset
}
#mainBody .gridWraper #sidenav .sideBarWrap .sideBarListWrap ul li a{
    padding:1.5rem 2rem;
    display:flex;
    font-size:1.6rem;
    font-weight:400;
    color:#470c0c;
    line-height:0;
    align-items:center;
    gap:.5rem;
    position:relative
}
@media(max-width: 834px){
    #mainBody .gridWraper #sidenav .sideBarWrap .sideBarListWrap ul li a{
        font-size:1.4rem
    }
}
#mainBody .gridWraper #sidenav .sideBarWrap .sideBarListWrap ul li:hover a{
    background-color:#e3bcbc
}
#mainBody .gridWraper #dashboardBody{
    width:74.5%;
    transition:width 250ms linear
}
@media(max-width: 834px){
    #mainBody .gridWraper #dashboardBody{
        width:69%
    }
}
@media(max-width: 767px){
    #mainBody .gridWraper #dashboardBody{
        width:100%
    }
}
#mainBody .gridWraper #dashboardBody.fullWidthBox{
    width:100%;
    transition:width 250ms linear
}
@media(max-width: 834px){
    #mainBody .gridWraper #dashboardBody.fullWidthBox .myProfileWrap .rightSideBarWrap{
        width:80%;
        margin:0 auto
    }
}
@media(max-width: 767px){
    #mainBody .gridWraper #dashboardBody.fullWidthBox .myProfileWrap .rightSideBarWrap{
        width:100%
    }
}
@media(max-width: 834px){
    #mainBody .gridWraper #dashboardBody.fullWidthBox .myProfileWrap .leftSideBoxWrap{
        width:80%;
        margin:0 auto
    }
}
@media(max-width: 767px){
    #mainBody .gridWraper #dashboardBody.fullWidthBox .myProfileWrap .leftSideBoxWrap{
        width:100%
    }
}
#mainBody .gridWraper #dashboardBody.fullWidthBox .myProfileWrap .leftSideBoxWrap.membershipBox{
    width:75%;
    margin:0 auto
}
@media(max-width: 767px){
    #mainBody .gridWraper #dashboardBody.fullWidthBox .myProfileWrap .leftSideBoxWrap.membershipBox{
        width:100%
    }
}
#mainBody .gridWraper #dashboardBody.fullWidthBox .myProfileWrap .leftSideBoxWrap.chatListBox{
    width:100%;
    margin:0 auto
}
@media(max-width: 767px){
    #mainBody .gridWraper #dashboardBody.fullWidthBox .myProfileWrap .leftSideBoxWrap.chatListBox{
        width:100%
    }
}
#mainBody .gridWraper #dashboardBody .tabSectionWrap .nav{
    gap:2rem
}
@media(max-width: 1024px){
    #mainBody .gridWraper #dashboardBody .tabSectionWrap .nav{
        flex-wrap:nowrap;
        flex-direction:row;
        overflow-x:auto;
        gap:1rem
    }
    #mainBody .gridWraper #dashboardBody .tabSectionWrap .nav::-webkit-scrollbar{
        display:none
    }
}
#mainBody .gridWraper #dashboardBody .tabSectionWrap .nav .nav-item .nav-link{
    padding:1.5rem 2rem;
    height:4rem;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:.8rem;
    border-radius:5rem;
    width:fit-content;
    background-color:#9f6f6f;
    color:#fff;
    font-size:1.6rem;
    font-weight:400;
    line-height:0
}
#mainBody .gridWraper #dashboardBody .tabSectionWrap .nav .nav-item .nav-link.active{
    background-color:#470c0c
}
@media(max-width: 767px){
    #mainBody .gridWraper #dashboardBody .tabSectionWrap .nav .nav-item .nav-link{
        line-height:1;
        font-size:1.2rem;
        width:max-content
    }
}
#mainBody .gridWraper #dashboardBody .tabSectionWrap .nav .nav-item .nav-link:hover{
    background-color:#470c0c
}
#mainBody .gridWraper #dashboardBody .tabSectionWrap .tab-content{
    background-color:hsla(0,0%,100%,0.6588235294);
    border-radius:1.2rem;
    padding:1rem 1rem 3rem
}
#mainBody .gridWraper #dashboardBody .tabSectionWrap .tab-content .tab-pane .mainProfileWrapper .servicesSlider .slick-list .slick-track .slick-slide{
    margin:0 1rem
}
#mainBody .gridWraper #dashboardBody .tabSectionWrap .tab-content .tab-pane .mainProfileWrapper .servicesSlider .slick-list .slick-track .proCardLink{
    border-radius:.9rem;
    overflow:hidden
}
#mainBody .gridWraper #dashboardBody .tabSectionWrap .tab-content .tab-pane .mainProfileWrapper .servicesSlider .slick-list .slick-track .proCardLink .profileWrap{
    position:relative;
    height:35rem
}
#mainBody .gridWraper #dashboardBody .tabSectionWrap .tab-content .tab-pane .mainProfileWrapper .servicesSlider .slick-list .slick-track .proCardLink .profileWrap .profImgWrap{
    height:100%;
    width:100%;
    position:relative
}
#mainBody .gridWraper #dashboardBody .tabSectionWrap .tab-content .tab-pane .mainProfileWrapper .servicesSlider .slick-list .slick-track .proCardLink .profileWrap .profImgWrap .statusWrap{
    position:absolute;
    right:1rem;
    top:1rem;
    width:max-content;
    height:2rem;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:.3rem;
    background-color:hsla(0,0%,100%,0.6588235294);
    border-radius:1.2rem;
    font-size:1.2rem;
    font-weight:400;
    color:#313131;
    padding:0 1rem
}
#mainBody .gridWraper #dashboardBody .tabSectionWrap .tab-content .tab-pane .mainProfileWrapper .servicesSlider .slick-list .slick-track .proCardLink .profileWrap .profImgWrap .statusWrap.blockedBg{
    background-color:#bd2323
}
#mainBody .gridWraper #dashboardBody .tabSectionWrap .tab-content .tab-pane .mainProfileWrapper .servicesSlider .slick-list .slick-track .proCardLink .profileWrap .profImgWrap .statusWrap.blockedBg span{
    color:#fff
}
#mainBody .gridWraper #dashboardBody .tabSectionWrap .tab-content .tab-pane .mainProfileWrapper .servicesSlider .slick-list .slick-track .proCardLink .profileWrap .profImgWrap .statusWrap .activeStatus{
    width:1rem;
    height:1rem;
    border-radius:5rem
}
#mainBody .gridWraper #dashboardBody .tabSectionWrap .tab-content .tab-pane .mainProfileWrapper .servicesSlider .slick-list .slick-track .proCardLink .profileWrap .profImgWrap .statusWrap .activeStatus.green{
    background-color:#00f928;
    border:.1rem solid #109204
}
#mainBody .gridWraper #dashboardBody .tabSectionWrap .tab-content .tab-pane .mainProfileWrapper .servicesSlider .slick-list .slick-track .proCardLink .profileWrap .profImgWrap .statusWrap .activeStatus.yellow{
    background-color:#ffb421;
    border:.1rem solid #928404
}
#mainBody .gridWraper #dashboardBody .tabSectionWrap .tab-content .tab-pane .mainProfileWrapper .servicesSlider .slick-list .slick-track .proCardLink .profileWrap .profImgWrap .statusWrap .activeStatus.gray{
    background-color:#d9d9d9;
    border:.1rem solid #5f5f5f
}
#mainBody .gridWraper #dashboardBody .tabSectionWrap .tab-content .tab-pane .mainProfileWrapper .servicesSlider .slick-list .slick-track .proCardLink .profileWrap .profImgWrap img{
    height:100%;
    width:100%;
    object-fit:cover;
    object-position:top
}
#mainBody .gridWraper #dashboardBody .tabSectionWrap .tab-content .tab-pane .mainProfileWrapper .servicesSlider .slick-list .slick-track .proCardLink .profileWrap .profDetailsWrap{
    position:absolute;
    width:100%;
    z-index:1;
    bottom:0;
    background:#000;
    left:0;
    padding:1rem 1rem
}
#mainBody .gridWraper #dashboardBody .tabSectionWrap .tab-content .tab-pane .mainProfileWrapper .servicesSlider .slick-list .slick-track .proCardLink .profileWrap .profDetailsWrap h6{
    font-size: 1.6rem;
    font-weight:400;
    padding-top: 6px;
    color:#fff
}
@media(max-width: 767px){
    #mainBody .gridWraper #dashboardBody .tabSectionWrap .tab-content .tab-pane .mainProfileWrapper .servicesSlider .slick-list .slick-track .proCardLink .profileWrap .profDetailsWrap h6{
        font-size:1.6rem
    }
}
#mainBody .gridWraper #dashboardBody .tabSectionWrap .tab-content .tab-pane .mainProfileWrapper .servicesSlider .slick-list .slick-track .proCardLink .profileWrap .profDetailsWrap p{
    font-size:1.4rem;
    color:#fff;
    font-weight:400;
    margin-bottom:.5rem;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis
}
#mainBody .gridWraper #dashboardBody .tabSectionWrap .tab-content .tab-pane .mainProfileWrapper .servicesSlider .slick-list .slick-track .proCardLink .profileWrap .profDetailsWrap .locWrap{
    display:flex;
    justify-content:space-between;
    align-items:center
}
#mainBody .gridWraper #dashboardBody .tabSectionWrap .tab-content .tab-pane .mainProfileWrapper .servicesSlider .slick-list .slick-track .proCardLink .profileWrap .profDetailsWrap .locWrap span{
    font-size:1.4rem;
    color:#fff;
    font-weight:400;
    margin-bottom:0;
    text-wrap-mode:nowrap
}
@media(max-width: 767px){
    #mainBody .gridWraper #dashboardBody .tabSectionWrap .tab-content .tab-pane .mainProfileWrapper .servicesSlider .slick-list .slick-track .proCardLink .profileWrap .profDetailsWrap .locWrap span{
        font-size:1.2rem
    }
}
#mainBody .gridWraper #dashboardBody .tabSectionWrap .tab-content .tab-pane .mainProfileWrapper .servicesSlider .slick-list .slick-track .proCardLink .profileWrap .profDetailsWrap .locWrap p{
    font-size:1.6rem;
    color:#fff;
    font-weight:500;
    margin-bottom:0;
}
@media(max-width: 767px){
    #mainBody .gridWraper #dashboardBody .tabSectionWrap .tab-content .tab-pane .mainProfileWrapper .servicesSlider .slick-list .slick-track .proCardLink .profileWrap .profDetailsWrap .locWrap p{
        font-size:1.4rem
    }
}
#mainBody .gridWraper #dashboardBody .tabSectionWrap .tab-content .tab-pane .mainProfileWrapper .servicesSlider .slick-dots{
    bottom:-5rem
}
#mainBody .gridWraper #dashboardBody .tabSectionWrap .tab-content .tab-pane .mainProfileWrapper .servicesSlider .slick-dots li{
    width:auto
}
#mainBody .gridWraper #dashboardBody .tabSectionWrap .tab-content .tab-pane .mainProfileWrapper .servicesSlider .slick-dots li.slick-active button{
    background:#6d2323;
    width:4.8rem;
    height:.9rem;
    border-radius:5rem;
    transition:width .3s linear
}
@media(max-width: 767px){
    #mainBody .gridWraper #dashboardBody .tabSectionWrap .tab-content .tab-pane .mainProfileWrapper .servicesSlider .slick-dots li.slick-active button{
        height:.5rem
    }
}
#mainBody .gridWraper #dashboardBody .tabSectionWrap .tab-content .tab-pane .mainProfileWrapper .servicesSlider .slick-dots button{
    width:1.1rem;
    height:.9rem;
    border:.1rem solid #6d2323;
    border-radius:5rem;
    padding:0
}
@media(max-width: 767px){
    #mainBody .gridWraper #dashboardBody .tabSectionWrap .tab-content .tab-pane .mainProfileWrapper .servicesSlider .slick-dots button{
        width:.5rem;
        height:.5rem
    }
}
#mainBody .gridWraper #dashboardBody .tabSectionWrap .tab-content .tab-pane .mainProfileWrapper .servicesSlider .slick-dots button::before{
    display:none
}
#mainBody .gridWraper #dashboardBody #categoriesSection{
    background-color:hsla(0,0%,100%,0.6588235294);
    border-radius:1.2rem;
    padding:1rem 1rem 3rem;
    margin-top:1.5rem;
    display:flex;
    flex-direction:column;
    gap:3rem
}
@media(max-width: 767px){
    #mainBody .gridWraper #dashboardBody #categoriesSection{
        padding:1rem 1rem 3rem
    }
}
#mainBody .gridWraper #dashboardBody #categoriesSection .catWrapper .secTitleWrap{
    font-size:1.6rem;
    font-weight:400;
    line-height:0;
    margin-bottom:1.5rem;
    display:flex;
    align-items:center;
    gap:.5rem
}
#mainBody .gridWraper #dashboardBody #categoriesSection .catWrapper .catSliderWrap .slick-list .slick-track .slick-slide{
    margin:0 1rem
}
#mainBody .gridWraper #dashboardBody #categoriesSection .catWrapper .catSliderWrap .slick-list .slick-track .catLinkWrap .smallSliderCard{
    display:flex;
    border-radius:.9rem;
    background-color:#fff;
    overflow:hidden;
    height:10rem
}
#mainBody .gridWraper #dashboardBody #categoriesSection .catWrapper .catSliderWrap .slick-list .slick-track .catLinkWrap .smallSliderCard .profileLeftBox{
    width:35%;
    height:100%;
    position:relative
}
#mainBody .gridWraper #dashboardBody #categoriesSection .catWrapper .catSliderWrap .slick-list .slick-track .catLinkWrap .smallSliderCard .profileLeftBox .activeStatus.dot{
    position:absolute;
    right:1rem;
    top:1rem;
    width:1rem;
    height:1rem;
    border-radius:5rem
}
#mainBody .gridWraper #dashboardBody #categoriesSection .catWrapper .catSliderWrap .slick-list .slick-track .catLinkWrap .smallSliderCard .profileLeftBox .activeStatus.dot.green{
    background-color:#00f928;
    border:.1rem solid #109204
}
#mainBody .gridWraper #dashboardBody #categoriesSection .catWrapper .catSliderWrap .slick-list .slick-track .catLinkWrap .smallSliderCard .profileLeftBox .activeStatus.dot.yellow{
    background-color:#ffb421;
    border:.1rem solid #928404
}
#mainBody .gridWraper #dashboardBody #categoriesSection .catWrapper .catSliderWrap .slick-list .slick-track .catLinkWrap .smallSliderCard .profileLeftBox .activeStatus.dot.gray{
    background-color:#d9d9d9;
    border:.1rem solid #5f5f5f
}
#mainBody .gridWraper #dashboardBody #categoriesSection .catWrapper .catSliderWrap .slick-list .slick-track .catLinkWrap .smallSliderCard .profileLeftBox img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:top
}
#mainBody .gridWraper #dashboardBody #categoriesSection .catWrapper .catSliderWrap .slick-list .slick-track .catLinkWrap .smallSliderCard .profileRightBox{
    width:75%;
    height:100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:1rem
}
#mainBody .gridWraper #dashboardBody #categoriesSection .catWrapper .catSliderWrap .slick-list .slick-track .catLinkWrap .smallSliderCard .profileRightBox h6{
   font-size: 1.6rem;
    font-weight:500;
    color:#313131;
    margin-bottom:0px;
   
}
@media(max-width: 767px){
    #mainBody .gridWraper #dashboardBody #categoriesSection .catWrapper .catSliderWrap .slick-list .slick-track .catLinkWrap .smallSliderCard .profileRightBox h6{
        font-size:1.2rem;
        margin-bottom:0
    }
}
#mainBody .gridWraper #dashboardBody #categoriesSection .catWrapper .catSliderWrap .slick-list .slick-track .catLinkWrap .smallSliderCard .profileRightBox p{
    font-size:1.6rem;
    font-weight:400;
    color:#5f5f5f;
    margin-bottom:0rem
}
@media(max-width: 767px){
    #mainBody .gridWraper #dashboardBody #categoriesSection .catWrapper .catSliderWrap .slick-list .slick-track .catLinkWrap .smallSliderCard .profileRightBox p{
        font-size:1.2rem;
        margin-bottom:0
    }
}
#mainBody .gridWraper #dashboardBody #categoriesSection .catWrapper .catSliderWrap .slick-list .slick-track .catLinkWrap .smallSliderCard .profileRightBox .proBtmWrap{
    display:flex;
    padding-top:5px;
    justify-content:space-between;
    align-items:center
}
@media(max-width: 767px){
    #mainBody .gridWraper #dashboardBody #categoriesSection .catWrapper .catSliderWrap .slick-list .slick-track .catLinkWrap .smallSliderCard .profileRightBox .proBtmWrap{
        height:11rem
        margin-top:3rem
    }
}
#mainBody .gridWraper #dashboardBody #categoriesSection .catWrapper .catSliderWrap .slick-list .slick-track .catLinkWrap .smallSliderCard .profileRightBox .proBtmWrap p{
    font-size:1.6rem;
    font-weight:400;
    color:#5f5f5f;
    margin-bottom:0rem;
        white-space: nowrap;
    width: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media(max-width: 767px){
    #mainBody .gridWraper #dashboardBody #categoriesSection .catWrapper .catSliderWrap .slick-list .slick-track .catLinkWrap .smallSliderCard .profileRightBox .proBtmWrap p{
        font-size:1.2rem
    }
}
@media(max-width: 767px){
    #mainBody .gridWraper #dashboardBody #categoriesSection .catWrapper .catSliderWrap .slick-list .slick-track .catLinkWrap .smallSliderCard .profileRightBox .proBtmWrap .chatIconkWrap{
        display:none
    }
}
#mainBody .gridWraper #dashboardBody #categoriesSection .catWrapper .catSliderWrap .slick-dots{
    bottom:-5rem
}
#mainBody .gridWraper #dashboardBody #categoriesSection .catWrapper .catSliderWrap .slick-dots li{
    width:auto
}
#mainBody .gridWraper #dashboardBody #categoriesSection .catWrapper .catSliderWrap .slick-dots li.slick-active button{
    background:#6d2323;
    width:4.8rem;
    height:.9rem;
    border-radius:5rem;
    transition:width .3s linear
}
@media(max-width: 767px){
    #mainBody .gridWraper #dashboardBody #categoriesSection .catWrapper .catSliderWrap .slick-dots li.slick-active button{
        height:.5rem
    }
}
#mainBody .gridWraper #dashboardBody #categoriesSection .catWrapper .catSliderWrap .slick-dots button{
    width:1.1rem;
    height:.9rem;
    border:.1rem solid #6d2323;
    border-radius:5rem;
    padding:0
}
@media(max-width: 767px){
    #mainBody .gridWraper #dashboardBody #categoriesSection .catWrapper .catSliderWrap .slick-dots button{
        width:.5rem;
        height:.5rem
    }
}
#mainBody .gridWraper #dashboardBody #categoriesSection .catWrapper .catSliderWrap .slick-dots button::before{
    display:none
}
#mainBody .gridWraper #dashboardBody .profileCardsWrap{
    background-color:hsla(0,0%,100%,0.6588235294);
    border-radius:1.2rem;
    padding:1.5rem 1.5rem 3rem
}
#mainBody .gridWraper #dashboardBody .profileCardsWrap .profileSectionHeader{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:3rem
}
#mainBody .gridWraper #dashboardBody .profileCardsWrap .profileSectionHeader .headTitleWrap h1{
    font-size:2rem;
    font-weight:500;
    color:#470c0c
}
#mainBody .gridWraper #dashboardBody .profileCardsWrap .profileSectionHeader .headTitleWrap p{
    font-size:1.4rem;
    font-weight:400;
    color:#888;
    margin-bottom:0
}
#mainBody .gridWraper #dashboardBody .profileCardsWrap .profileSectionHeader .fileterBox{
    display:flex;
    gap:.5rem;
    align-items:center;
    width:8.6rem;
    height:4rem;
    justify-content:center;
    border:.1rem solid #d9d9d9;
    border-radius:.4rem;
    cursor:pointer
}
#mainBody .gridWraper #dashboardBody .profileCardsWrap .profileSectionHeader .fileterBox p{
    font-size:1.6rem;
    font-weight:500;
    margin-bottom:0;
    line-height:0;
    color:#470c0c
}
#mainBody .gridWraper #dashboardBody .profileCardsWrap .profileCardWrapper{
    padding:0 1.5rem
}
@media(max-width: 834px){
    #mainBody .gridWraper #dashboardBody .profileCardsWrap .profileCardWrapper{
        padding:0
    }
}
#mainBody .gridWraper #dashboardBody .profileCardsWrap .profileCardWrapper .cardWrapRows{
    display:flex;
    flex-wrap:wrap;
    row-gap:2rem;
}
@media(max-width: 834px){
    #mainBody .gridWraper #dashboardBody .profileCardsWrap .profileCardWrapper .cardWrapRows .mainBox{
        column-gap:5rem;
        max-width: 100%;
        flex: 0 0 50%;
    }
}
@media(max-width: 767px){
    #mainBody .gridWraper #dashboardBody .profileCardsWrap .profileCardWrapper .cardWrapRows .mainBox{
        margin:0;
        max-width: 100%;
        flex: 0 0 100%;
    }
    
    #mainBody .gridWraper #dashboardBody .profileCardsWrap .profileCardWrapper .cardWrapRows .mainBox .proCardWrap{
        height:21rem !important;
    }
}
#mainBody .gridWraper #dashboardBody .profileCardsWrap .profileCardWrapper .cardWrapRows .mainBox .proCardWrap{
       width: 100%;
    height: 20rem;
    border-radius: .6rem;
    overflow: hidden;
    position: relative;
}
#mainBody .gridWraper #dashboardBody .profileCardsWrap .profileCardWrapper .cardWrapRows .mainBox .proCardWrap.blokedCard{
   
    height: 20rem;
}
/*#mainBody .gridWraper #dashboardBody .profileCardsWrap .profileCardWrapper .cardWrapRows .mainBox .proCardWrap.blokedCard{*/
/*    height:40rem*/
/*}*/
#mainBody .gridWraper #dashboardBody .profileCardsWrap .profileCardWrapper .cardWrapRows .mainBox .proCardWrap a{
    display:flex;
    /*flex-direction:column;*/
    width:100%;
    height:100%
}
#mainBody .gridWraper #dashboardBody .profileCardsWrap .profileCardWrapper .cardWrapRows .mainBox .proCardWrap a .profileImgWrap{
   height: 100%;
    width: 70%;
    overflow: hidden;
    position: relative;
}
#mainBody .gridWraper #dashboardBody .profileCardsWrap .profileCardWrapper .cardWrapRows .mainBox .proCardWrap a .profileImgWrap .statusWrap{
    position:absolute;
    right:1rem;
    top:1rem;
    width:max-content;
    height:2rem;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:.3rem;
    background-color:hsla(0,0%,100%,0.6588235294);
    border-radius:1.2rem;
    font-size:1.2rem;
    font-weight:400;
    color:#313131;
    padding:0 1rem
}
#mainBody .gridWraper #dashboardBody .profileCardsWrap .profileCardWrapper .cardWrapRows .mainBox .proCardWrap a .profileDataWrap .statusWrap{
       /* position: absolute; */
    right: 1rem;
    top: 1rem;
    width: max-content;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .3rem;
    background-color: hsl(0deg 1.21% 66.94% / 65.88%);
    border-radius: 1.2rem;
    font-size: 1.2rem;
    font-weight: 400;
    color: #313131;
    padding: 0 1rem;
}
#mainBody .gridWraper #dashboardBody .profileCardsWrap .profileCardWrapper .cardWrapRows .mainBox .proCardWrap a .profileDataWrap .statusWrap.blockedBg{
    background-color:#bd2323
}
#mainBody .gridWraper #dashboardBody .profileCardsWrap .profileCardWrapper .cardWrapRows .mainBox .proCardWrap a .profileDataWrap .statusWrap.blockedBg span{
    color:#fff
}
#mainBody .gridWraper #dashboardBody .profileCardsWrap .profileCardWrapper .cardWrapRows .mainBox .proCardWrap a .profileImgWrap .statusWrap .activeStatus{
    width:1rem;
    height:1rem;
    border-radius:5rem
}
#mainBody .gridWraper #dashboardBody .profileCardsWrap .profileCardWrapper .cardWrapRows .mainBox .proCardWrap a .profileDataWrap .statusWrap .activeStatus{
    width:1rem;
    height:1rem;
    border-radius:5rem
}
#mainBody .gridWraper #dashboardBody .profileCardsWrap .profileCardWrapper .cardWrapRows .mainBox .proCardWrap a .profileImgWrap .statusWrap .activeStatus.green{
    background-color:#00f928;
    border:.1rem solid #109204
}
#mainBody .gridWraper #dashboardBody .profileCardsWrap .profileCardWrapper .cardWrapRows .mainBox .proCardWrap a .profileImgWrap .statusWrap .activeStatus.yellow{
    background-color:#ffb421;
    border:.1rem solid #928404
}
#mainBody .gridWraper #dashboardBody .profileCardsWrap .profileCardWrapper .cardWrapRows .mainBox .proCardWrap a .profileImgWrap .statusWrap .activeStatus.gray{
    background-color:#d9d9d9;
    border:.1rem solid #5f5f5f
}
#mainBody .gridWraper #dashboardBody .profileCardsWrap .profileCardWrapper .cardWrapRows .mainBox .proCardWrap a .profileImgWrap img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:top
}
#mainBody .gridWraper #dashboardBody .profileCardsWrap .profileCardWrapper .cardWrapRows .mainBox .proCardWrap a .profileDataWrap{
    background:#fff;
    border-top-left-radius:1.2rem;
    border-top-right-radius:1.2rem;
    /*padding:1rem;*/
    /*position:absolute;*/
    width:100%;
    /*bottom:0;*/
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    gap:.7rem;
    background: #ffe1e1;
}
#mainBody .gridWraper #dashboardBody .profileCardsWrap .profileCardWrapper .cardWrapRows .mainBox .proCardWrap a .profileDataWrap .proNameWrap{
    border-bottom:.1rem solid #d9d9d9;
    background: #fff ;
   padding: 8px 10px 12px 7px;
   height:200px;
    
}
#mainBody .gridWraper #dashboardBody .profileCardsWrap .profileCardWrapper .cardWrapRows .mainBox .proCardWrap a .profileDataWrap .proNameWrap h6{
    font-size: 1.6rem;
    line-height: 1;
    padding-top: 6px;
    font-weight:600;
    color:#6d2323;
    /*margin-bottom:1rem;*/
}
#mainBody .gridWraper #dashboardBody .profileCardsWrap .profileCardWrapper .cardWrapRows .mainBox .proCardWrap a .profileDataWrap .proNameWrap p{
    font-size:1.4rem;
    font-weight:400;
    color:#5f5f5f;
    margin-bottom:.5rem
}
#mainBody .gridWraper #dashboardBody .profileCardsWrap .profileCardWrapper .cardWrapRows .mainBox .proCardWrap a .profileDataWrap .profileDesc{
    display:flex;
    font-weight:500
}
#mainBody .gridWraper #dashboardBody .profileCardsWrap .profileCardWrapper .cardWrapRows .mainBox .proCardWrap a .profileDataWrap .profileDesc :nth-child(1){
    font-size:1.3rem;
    display:inline;
    color:#6d2323 !important
}
#mainBody .gridWraper #dashboardBody .profileCardsWrap .profileCardWrapper .cardWrapRows .mainBox .proCardWrap a .profileDataWrap .profileDesc :nth-last-child(1){
    font-size:1.3rem;
    margin-bottom:0;
    color:#a6a6a6
}
@media(max-width: 767px){
    #mainBody .gridWraper #dashboardBody .profileCardsWrap .profileCardWrapper .cardWrapRows .mainBox .proCardWrap a .profileDataWrap .profileDesc{
        font-size:1rem
    }
}
/*#mainBody .gridWraper #dashboardBody .profileCardsWrap .profileCardWrapper .cardWrapRows .mainBox .proCardWrap a .profileDataWrap .btmDataWrap{*/
/*    display: flex;*/
/*    justify-content: space-around;*/
/*    align-items: center;*/
/*    gap: 15px;*/
/*    padding: 0rem 1rem;*/
/*}*/
#mainBody .gridWraper #dashboardBody .profileCardsWrap .profileCardWrapper .cardWrapRows .mainBox .proCardWrap a .profileDataWrap .btmDataWrap p{
    margin-bottom:0;
    font-size:1.4rem;
    font-weight:400;
    color:#5f5f5f
}
/*#mainBody .gridWraper #dashboardBody .profileCardsWrap .profileCardWrapper .cardWrapRows .mainBox .proCardWrap a .profileDataWrap .btmDataWrap span{*/
/*    display:flex;*/
/*    justify-content:center;*/
/*    align-items:center;*/
/*    width:2.6rem;*/
/*    height:2.6rem;*/
    /*background:#ffe1e1;*/
/*    border-radius:5rem*/
/*}*/
.view_profile{
    display:flex;
    flex-direction:column;
    justify-content:center;
    text-align:center;
}
.view_profile p{
    font-size:9px !important;
    color:#000;
}
.view_profile svg {
     display:flex;
    justify-content:center;
    align-items:center;
    width:3.5rem;
    height:3.5rem;
    padding:2px;
    background:#fff;
    border-radius:5rem;
    align-self: center;
    
}
#mainBody .gridWraper #dashboardBody .profileCardsWrap .profileCardWrapper .cardWrapRows .mainBox .proCardWrap a .profileDataWrap .blockUnblockBtnWrap{
    padding:0rem 1rem 1rem 1rem;
    display:flex;
    justify-content: space-around;
}
#mainBody .gridWraper #dashboardBody .profileCardsWrap .profileCardWrapper .cardWrapRows .mainBox .proCardWrap a .profileDataWrap .blockUnblockBtnWrap button{
    border:0;
    height:3.5rem;
    margin-top:5px;
    background-color:#6d2323;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:.6rem;
    color:#fff;
    font-size:1.4rem;
    font-weight:400;
    gap:.5rem
}
#mainBody .gridWraper #dashboardBody .profileCardsWrap .profileCardWrapper .cardWrapRows .mainBox .proCardWrap a .profileDataWrap .btmDataWrap .blockUnblockBtnWrap button span{
    width:auto;
    height:auto;
    background:rgba(0,0,0,0);
    border-radius:unset
}
#mainBody .gridWraper #dashboardBody .profileCardsWrap .profileCardWrapper .cardWrapRows .mainBox .proCardWrap a .profileDataWrap .btmDataWrap .blockUnblockBtnWrap button:focus{
    outline:none;
    box-shadow:none
}
.mainBox {
    flex: 0 0 50%;
    max-width: 100%;
}
.fullWidthBox .mainBox {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
}
.mainBox .profileAddress{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow:hidden;
}
#mainBody .gridWraper #dashboardBody .profileCardsWrap .profileCardWrapper .cardWrapRows .card{
    position:relative;
    height:160px;
    background:#f3f3f3;
    transition:.5s;
    border-radius:.8rem;
    margin-top:6rem
}
#mainBody .gridWraper #dashboardBody .profileCardsWrap .profileCardWrapper .cardWrapRows .card:hover{
    height:400px
}
#mainBody .gridWraper #dashboardBody .profileCardsWrap .profileCardWrapper .cardWrapRows .card .imageBox{
    position:absolute;
    top:-50px;
    left:50%;
    transform:translateX(-50%);
    width:150px;
    height:150px;
    background:#000;
    transition:.5s;
    z-index:10;
    overflow:hidden;
    border-radius:.8rem
}
#mainBody .gridWraper #dashboardBody .profileCardsWrap .profileCardWrapper .cardWrapRows .card:hover .imageBox{
    width:200px;
    height:200px
}
#mainBody .gridWraper #dashboardBody .profileCardsWrap .profileCardWrapper .cardWrapRows .card .imageBox img{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1;
    object-fit:cover;
    object-position:top
}
@keyframes animate{
    0%{
        transform:translate(-50%, -50%) rotate(0deg)
    }
    100%{
        transform:translate(-50%, -50%) rotate(360deg)
    }
}
#mainBody .gridWraper #dashboardBody .profileCardsWrap .profileCardWrapper .cardWrapRows .card .content{
    position:absolute;
    width:100%;
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    overflow:hidden;
    transition:.5s
}
#mainBody .gridWraper #dashboardBody .profileCardsWrap .profileCardWrapper .cardWrapRows .card .content .details{
    width:100%;
    text-align:center;
    transition:.5s;
    transform:translateY(105px)
}
#mainBody .gridWraper #dashboardBody .profileCardsWrap .profileCardWrapper .cardWrapRows .card:hover .content .details{
    transform:translateY(75px)
}
#mainBody .gridWraper #dashboardBody .profileCardsWrap .profileCardWrapper .cardWrapRows .card .content .details h2{
    font-size:1.8rem;
    font-weight:600;
    color:#6d2323;
    margin-bottom:0
}
#mainBody .gridWraper #dashboardBody .profileCardsWrap .profileCardWrapper .cardWrapRows .card .content .details p{
    font-size:1.4rem;
    font-weight:400;
    color:#5f5f5f
}
#mainBody .gridWraper #dashboardBody .profileCardsWrap .profileCardWrapper .cardWrapRows .card .content .details .info{
    width:100%;
    display:flex;
    flex-direction:row;
    justify-content:space-evenly;
    align-items:center;
    margin:15px 0
}
#mainBody .gridWraper #dashboardBody .profileCardsWrap .profileCardWrapper .cardWrapRows .card .content .details .info h3{
    font-size:1.6rem;
    color:#6d2323;
    line-height:2.2rem;
    font-weight:600;
    text-align:center
}
#mainBody .gridWraper #dashboardBody .profileCardsWrap .profileCardWrapper .cardWrapRows .card .content .details .info h3 span{
    font-size:1.4rem;
    font-weight:400;
    color:#5f5f5f
}
#mainBody .gridWraper #dashboardBody .profileCardsWrap .profileCardWrapper .cardWrapRows .card .content .details .actions{
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:2rem;
    padding:0 1rem
}
#mainBody .gridWraper #dashboardBody .profileCardsWrap .profileCardWrapper .cardWrapRows .card .content .details .actions button{
    width:18rem;
    height:3.8rem;
    background-color:#470c0c;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:.6rem;
    border:0;
    color:#fff;
    font-size:1.6rem;
    font-weight:500;
    gap:.5rem;
    line-height:0
}
#mainBody .gridWraper #dashboardBody .profileCardsWrap .profileCardWrapper .cardWrapRows .card .content .details .actions button:nth-child(2){
    border:.1rem solid #470c0c;
    background:#fff;
    color:#470c0c
}
#mainBody .gridWraper #dashboardBody .profileCardsWrap .paginationWrap{
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    margin-top:4rem;
    padding:0 1.5rem
}
@media(max-width: 767px){
    #mainBody .gridWraper #dashboardBody .profileCardsWrap .paginationWrap{
        padding:0;
        row-gap:1rem;
        justify-content:center
    }
}
#mainBody .gridWraper #dashboardBody .profileCardsWrap .paginationWrap span{
    font-size:1.4rem;
    font-weight:400;
    color:#888
}
#mainBody .gridWraper #dashboardBody .profileCardsWrap .paginationWrap .pagination{
    gap:1rem
}
#mainBody .gridWraper #dashboardBody .profileCardsWrap .paginationWrap .pagination .page-item .page-link{
    height:3.8rem;
    width:max-content;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:.5rem 2rem;
    font-size:1.4rem;
    font-weight:500;
    color:#94a2bc;
    border-radius:.8rem;
    border:0;
    background-color:#ffe1e1
}
#mainBody .gridWraper #dashboardBody .profileCardsWrap .paginationWrap .pagination .page-item .page-link.active{
    background-color:#6d2323 !important;
    color:#fff
}
#mainBody .gridWraper #dashboardBody .myProfileWrap{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    height:100%
}
@media(max-width: 834px){
    #mainBody .gridWraper #dashboardBody .myProfileWrap{
        row-gap:2rem;
        padding-top:20px;
    }
  a.btn.btn-light.btn-sm.back-btn.d-inline-flex.align-items-center.justify-content-center.p-0 {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 14%;
    left: 10px;
}
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .rightSideBarWrap{
    height:100%;
    background-color:hsla(0,0%,100%,.6117647059);
    width:29.5%;
    padding:1.5rem;
    border-radius:1.2rem;
    display:flex;
    flex-direction:column;
    gap:1rem
}
@media(max-width: 834px){
    #mainBody .gridWraper #dashboardBody .myProfileWrap .rightSideBarWrap{
        width:100%;
        height:auto
    }
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .rightSideBarWrap .leftTopSection{
    background-color:#fff;
    padding-top:2rem;
    border:.1rem solid #e0dfdf;
    border-radius:1.2rem;
    position:relative
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .rightSideBarWrap .leftTopSection .fileInputIcon{
    border-radius:5rem;
    position:absolute;
    display:flex;
    right:25%;
    top:30%;
    width:4rem;
    height:4rem;
    background:#6d2323;
    justify-content:center;
    align-items:center;
    transform:translate(-50%, -50%);
    cursor:pointer
}
@media(max-width: 834px){
    #mainBody .gridWraper #dashboardBody .myProfileWrap .rightSideBarWrap .leftTopSection .fileInputIcon{
        right:35%;
        top:25%
    }
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .rightSideBarWrap .leftTopSection .upImgagesWrap{
    display:flex;
    flex-wrap:wrap;
    padding:0 1.5rem;
    margin-top:1.5rem
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .rightSideBarWrap .leftTopSection .upImgagesWrap .col-4{
    padding:0 .3rem
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .rightSideBarWrap .leftTopSection .upImgagesWrap .upImgBox{
    width:100%;
    height:8rem;
    overflow:hidden;
    border-radius:.8rem
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .rightSideBarWrap .leftTopSection .upImgagesWrap .upImgBox img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:top
}
@media(max-width: 834px){
    #mainBody .gridWraper #dashboardBody .myProfileWrap .rightSideBarWrap .leftTopSection .upImgagesWrap .upImgBox{
        height:13rem !important
    }
}
@media(max-width: 834px)and (max-width: 767px){
    #mainBody .gridWraper #dashboardBody .myProfileWrap .rightSideBarWrap .leftTopSection .upImgagesWrap .upImgBox{
        height:8rem !important
    }
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .rightSideBarWrap .leftTopSection .viewProfileImgWrap{
    width:80%;
    height:22rem;
    overflow:hidden;
    margin:0 auto;
    border-radius:1rem
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .rightSideBarWrap .leftTopSection .viewProfileImgWrap.comleteProfileImg{
    width:12rem;
    height:12rem;
    border-radius:1rem;
    border:.3rem solid #fff5f5;
    position:relative
}
@media(max-width: 1024px){
    #mainBody .gridWraper #dashboardBody .myProfileWrap .rightSideBarWrap .leftTopSection .viewProfileImgWrap{
        height:14rem
    }
}
@media(max-width: 834px){
    #mainBody .gridWraper #dashboardBody .myProfileWrap .rightSideBarWrap .leftTopSection .viewProfileImgWrap{
        width:45%;
        height:20rem
    }
}
@media(max-width: 767px){
    #mainBody .gridWraper #dashboardBody .myProfileWrap .rightSideBarWrap .leftTopSection .viewProfileImgWrap{
        width:90%
    }
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .rightSideBarWrap .leftTopSection .viewProfileImgWrap img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:top
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .rightSideBarWrap .leftTopSection .upImgagesWrap{
    display:flex;
    flex-wrap:wrap;
    padding:0 1.5rem;
    margin-top:1.5rem
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .rightSideBarWrap .leftTopSection .upImgagesWrap .col-4{
    padding:0 .3rem
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .rightSideBarWrap .leftTopSection .upImgagesWrap .upImgBox{
    width:100%;
    height:8rem;
    overflow:hidden;
    border-radius:.8rem
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .rightSideBarWrap .leftTopSection .upImgagesWrap .upImgBox img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:top
}
@media(max-width: 834px){
    #mainBody .gridWraper #dashboardBody .myProfileWrap .rightSideBarWrap .leftTopSection .upImgagesWrap .upImgBox{
        height:13rem !important
    }
}
@media(max-width: 834px)and (max-width: 767px){
    #mainBody .gridWraper #dashboardBody .myProfileWrap .rightSideBarWrap .leftTopSection .upImgagesWrap .upImgBox{
        height:8rem !important
    }
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .rightSideBarWrap .leftTopSection .viewProfileNameWrap{
    background-color:#fff5f5;
    padding:1rem;
    margin:1rem .5rem 2rem;
    border-bottom-left-radius:1.2rem;
    border-bottom-right-radius:1.2rem
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .rightSideBarWrap .leftTopSection .viewProfileNameWrap h4{
    font-size:1.8rem;
    font-weight:500;
    text-align:center;
    color:#6d2323;
    margin-bottom:0
}
@media(max-width: 767px){
    #mainBody .gridWraper #dashboardBody .myProfileWrap .rightSideBarWrap .leftTopSection .viewProfileNameWrap h4{
        font-size:1.4rem
    }
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .rightSideBarWrap .leftTopSection .viewProfileNameWrap p{
    font-size:1.6rem;
    text-align:center;
    font-weight:400;
    margin-bottom:0;
    color:#5f5f5f
}
@media(max-width: 767px){
    #mainBody .gridWraper #dashboardBody .myProfileWrap .rightSideBarWrap .leftTopSection .viewProfileNameWrap p{
        font-size:1.4rem
    }
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .rightSideBarWrap .leftTopSection .profileActionWrap ul{
    display:flex;
    justify-content:space-around;
    padding-bottom:2rem
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .rightSideBarWrap .leftTopSection .profileActionWrap ul li{
    width:calc(100vw - 140.5rem);
    padding:.5rem 1rem
}
@media(max-width: 1024px){
    #mainBody .gridWraper #dashboardBody .myProfileWrap .rightSideBarWrap .leftTopSection .profileActionWrap ul li{
        width:100vw;
        padding:0 .5rem
    }
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .rightSideBarWrap .leftTopSection .profileActionWrap ul li:nth-child(2){
    border-left:.1rem solid #d9d9d9;
    border-right:.1rem solid #d9d9d9
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .rightSideBarWrap .leftTopSection .profileActionWrap ul li a{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:.5rem;
    font-size:1.2rem;
    font-weight:400;
    color:#7e7e7e;
    text-align:center;
    padding:.5rem 0
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .rightSideBarWrap .leftTopSection .profileActionWrap ul li a:hover{
    background:#fff5f5;
    border-radius:.3rem;
    font-weight:400;
    color:#6d2323
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .rightSideBarWrap .leftTopSection .completePage ul{
    justify-content:center
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .rightSideBarWrap .leftTopSection .completePage ul li:nth-child(2){
    border-right:0
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .rightSideBarWrap .vieweProfileIDWrap{
    background-color:#fff;
    padding-top:2rem;
    border:.1rem solid #e0dfdf;
    border-radius:1.2rem
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .rightSideBarWrap .vieweProfileIDWrap ul li{
    display:flex;
    gap:1rem;
    padding:0 1.5rem 1rem;
    border-bottom:.1rem solid #d9d9d9;
    margin-bottom:2rem
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .rightSideBarWrap .vieweProfileIDWrap ul li:last-child{
    border-bottom:0;
    padding-bottom:0;
    margin-bottom:1rem
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .rightSideBarWrap .vieweProfileIDWrap ul li .leftBox{
    width:3.5rem;
    height:3.5rem;
    background-color:#fff5f5;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:.6rem
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .rightSideBarWrap .vieweProfileIDWrap ul li .rightBox h6{
    font-size:1.6rem;
    font-weight:500;
    color:#6d2323
}
@media(max-width: 767px){
    #mainBody .gridWraper #dashboardBody .myProfileWrap .rightSideBarWrap .vieweProfileIDWrap ul li .rightBox h6{
        font-size:1.4rem
    }
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .rightSideBarWrap .vieweProfileIDWrap ul li .rightBox p{
    font-size:1.4rem;
    font-weight:400;
    color:#7e7e7e;
    margin-bottom:0
}
@media(max-width: 767px){
    #mainBody .gridWraper #dashboardBody .myProfileWrap .rightSideBarWrap .vieweProfileIDWrap ul li .rightBox p{
        font-size:1.2rem
    }
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .rightSideBarWrap .aboutContentWrap{
    background-color:#fff;
    padding-top:2rem;
    border:.1rem solid #e0dfdf;
    border-radius:1.2rem;
    padding:2rem 0
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .rightSideBarWrap .aboutContentWrap .needHelpWrap{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:1rem
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .rightSideBarWrap .aboutContentWrap .needHelpWrap h3{
    font-size:1.8rem;
    font-weight:600;
    color:#470c0c
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .rightSideBarWrap .aboutContentWrap .boxTitleWrap{
    padding:0 1.5rem 0rem;
    border-bottom:.1rem solid #d9d9d9;
    margin-bottom:1.5rem
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .rightSideBarWrap .aboutContentWrap .boxTitleWrap h6{
    font-size:1.8rem;
    font-weight:500;
    color:#6d2323
}
@media(max-width: 767px){
    #mainBody .gridWraper #dashboardBody .myProfileWrap .rightSideBarWrap .aboutContentWrap .boxTitleWrap h6{
        font-size:1.6rem
    }
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .rightSideBarWrap .aboutContentWrap .abtContentBox{
    padding:0 1.5rem
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .rightSideBarWrap .aboutContentWrap .abtContentBox.completeBox p{
    text-align:center;
    margin-bottom:2rem
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .rightSideBarWrap .aboutContentWrap .abtContentBox.completeBox .btn{
    width:18rem;
    height:3.8rem;
    background-color:#470c0c;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:.6rem;
    border:0;
    color:#fff;
    font-size:1.6rem;
    font-weight:500;
    gap:.5rem;
    line-height:0
}
@media(max-width: 834px){
    #mainBody .gridWraper #dashboardBody .myProfileWrap .rightSideBarWrap .aboutContentWrap .abtContentBox.completeBox .btn{
        font-size:1.4rem
    }
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .rightSideBarWrap .aboutContentWrap .abtContentBox.completeBox .btn:hover{
    background-color:#590f0f
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .rightSideBarWrap .aboutContentWrap .abtContentBox.completeBox .btn:focus{
    outline:none;
    box-shadow:none
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .rightSideBarWrap .aboutContentWrap .abtContentBox.completeBox .btn{
    margin:0 auto;
    height:3.8rem
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .rightSideBarWrap .aboutContentWrap .abtContentBox p{
    font-size:1.4rem;
    font-weight:400;
    color:#5f5f5f;
    margin-bottom:0
}
@media(max-width: 767px){
    #mainBody .gridWraper #dashboardBody .myProfileWrap .rightSideBarWrap .aboutContentWrap .abtContentBox p{
        font-size:1.2rem
    }
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap{
    height:100%;
    background-color:hsla(0,0%,100%,.61);
    width:69%;
    padding:1.5rem;
    border-radius:1.2rem
}
@media(max-width: 834px){
    #mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap{
        height:auto
    }
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox{
    width:100%
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap{
    background-color:#fff;
    border:.1rem solid #e0dfdf;
    border-radius:1.2rem;
    padding:1.5rem
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap .plansSectionTitle h4{
    font-size:2.2rem;
    font-weight:500;
    color:#470c0c;
    margin-bottom:1rem
}
@media(max-width: 767px){
    #mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap .plansSectionTitle h4{
        text-align:center;
        font-size:1.8rem
    }
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap .plansSectionTitle p{
    font-size:1.4rem;
    font-weight:400;
    color:#5f5f5f;
    width:85%
}
@media(max-width: 767px){
    #mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap .plansSectionTitle p{
        text-align:center;
        font-size:1.2rem;
        width:100%
    }
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap .plansCardWrap{
    margin-top:2rem
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap .plansCardWrap .cardsRow{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:1.5rem;
    padding:0 1rem
}
@media(max-width: 767px){
    #mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap .plansCardWrap .cardsRow{
        padding:0
    }
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap .plansCardWrap .cardsRow .cardBox{
    padding:2rem;
    background-color:#fff5f5;
    border-radius:1.2rem;
    transition:transform .3s linear;
    border:.2rem solid #fff5f5;
    transform:scale(1);
    height:43rem;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    align-items:center
}
@media(max-width: 1024px){
    #mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap .plansCardWrap .cardsRow .cardBox{
        height:47rem
    }
}
@media(max-width: 767px){
    #mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap .plansCardWrap .cardsRow .cardBox{
        height:100%
    }
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap .plansCardWrap .cardsRow .cardBox:hover{
    background-color:#fff;
    border:.2rem solid #6d2323;
    transform:scale(1.05);
    transition:transform .3s linear
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap .plansCardWrap .cardsRow .cardBox:hover .cardBtnWrap .btn{
    width:18rem;
    height:3.8rem;
    background-color:#470c0c;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:.6rem;
    border:0;
    color:#fff;
    font-size:1.6rem;
    font-weight:500;
    gap:.5rem;
    line-height:0
}
@media(max-width: 834px){
    #mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap .plansCardWrap .cardsRow .cardBox:hover .cardBtnWrap .btn{
        font-size:1.4rem
    }
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap .plansCardWrap .cardsRow .cardBox:hover .cardBtnWrap .btn:hover{
    background-color:#590f0f
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap .plansCardWrap .cardsRow .cardBox:hover .cardBtnWrap .btn:focus{
    outline:none;
    box-shadow:none
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap .plansCardWrap .cardsRow .cardBox h6{
    font-size:1.8rem;
    font-weight:500;
    color:#17253b;
    text-align:center;
    margin-bottom:2rem
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap .plansCardWrap .cardsRow .cardBox p{
    text-align:center;
    font-size:1.6rem;
    font-weight:500;
    color:#5f5f5f
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap .plansCardWrap .cardsRow .cardBox p .cardPrice{
    font-size:4rem;
    font-weight:600;
    color:#6d2323
}
@media(max-width: 767px){
    #mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap .plansCardWrap .cardsRow .cardBox p .cardPrice{
        font-size:2.6rem
    }
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap .plansCardWrap .cardsRow .cardBox .plansDetails{
    margin:2rem 0
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap .plansCardWrap .cardsRow .cardBox .plansDetails ul{
    padding-left:6rem
}
@media(max-width: 1024px){
    #mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap .plansCardWrap .cardsRow .cardBox .plansDetails ul{
        padding-left:2rem
    }
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap .plansCardWrap .cardsRow .cardBox .plansDetails ul li{
    font-size:1.4rem;
    font-weight:400;
    color:#737373;
    margin-bottom:1.2rem;
    position:relative
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap .plansCardWrap .cardsRow .cardBox .plansDetails ul li::before{
    content:"";
    background-image:url(../images/list-check.png);
    background-repeat:no-repeat;
    background-size:45%;
    width:3rem;
    height:3rem;
    position:absolute;
    left:-2.5rem;
    top:.4rem
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap .plansCardWrap .cardsRow .cardBox .plansDetails ul li:last-child{
    margin-bottom:0
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap .plansCardWrap .cardsRow .cardBox .cardBtnWrap{
    display:flex;
    justify-content:center;
    align-items:center
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap .plansCardWrap .cardsRow .cardBox .cardBtnWrap .btn{
    width:18rem;
    height:3.8rem;
    background-color:#470c0c;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:.6rem;
    border:0;
    color:#fff;
    font-size:1.6rem;
    font-weight:500;
    gap:.5rem;
    line-height:0
}
@media(max-width: 834px){
    #mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap .plansCardWrap .cardsRow .cardBox .cardBtnWrap .btn{
        font-size:1.4rem
    }
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap .plansCardWrap .cardsRow .cardBox .cardBtnWrap .btn:hover{
    background-color:#590f0f
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap .plansCardWrap .cardsRow .cardBox .cardBtnWrap .btn:focus{
    outline:none;
    box-shadow:none
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap .plansCardWrap .cardsRow .cardBox .cardBtnWrap .btn{
    background-color:#a8a8a8;
    color:#fff
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap .plansCardWrap .cardsRow .pCard_card{
    width:36.3333%;
    height:45rem;
    transition:.5s ease-in-out;
    margin:0 auto;
    border-radius:3rem;
    background-color:#fff;
    -webkit-box-shadow:0px 20px 70px 0px rgba(0,0,0,.21);
    -moz-box-shadow:0px 20px 70px 0px rgba(0,0,0,.21);
    -ms-box-shadow:0px 20px 70px 0px rgba(0,0,0,.21);
    -o-box-shadow:0px 20px 70px 0px rgba(0,0,0,.21);
    box-shadow:0px 20px 70px 0px rgba(0,0,0,.21);
    position:relative;
    overflow:hidden
}
@media(max-width: 834px){
    #mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap .plansCardWrap .cardsRow .pCard_card{
        width:47%
    }
}
@media(max-width: 767px){
    #mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap .plansCardWrap .cardsRow .pCard_card{
        width:100%
    }
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap .plansCardWrap .cardsRow .pCard_card.pCard_on{
    height:60rem;
    transition:.5s ease-in-out
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap .plansCardWrap .cardsRow .pCard_card .pCard_back{
    text-align:center;
    position:absolute;
    left:0;
    right:0;
    top:50%;
    font-weight:600;
    z-index:1;
    transform:translateY(-50%)
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap .plansCardWrap .cardsRow .pCard_card .pCard_back ul{
    text-align:left;
    padding:0 0 0 6rem;
    font-size:1.6rem;
    color:#737373;
    font-weight:400;
    line-height:2.2;
    padding-top:6rem
}
@media(max-width: 767px){
    #mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap .plansCardWrap .cardsRow .pCard_card .pCard_back ul{
        padding:0 0 0 4rem;
        padding-top:6rem;
        font-size:1.4rem
    }
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap .plansCardWrap .cardsRow .pCard_card .pCard_back ul li{
    position:relative
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap .plansCardWrap .cardsRow .pCard_card .pCard_back ul li::before{
    content:"";
    background-image:url(../images/check-mark.svg);
    background-repeat:no-repeat;
    background-size:45%;
    width:3rem;
    height:3rem;
    position:absolute;
    left:-2.5rem;
    top:1rem
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap .plansCardWrap .cardsRow .pCard_card .pCard_up{
    position:absolute;
    width:100%;
    height:410px;
    background:#af0505;
    text-align:center;
    display:flex;
    justify-content:flex-start;
    align-items:center;
    z-index:3;
    transition:.5s ease-in-out;
    flex-direction:column;
    padding-top:7rem;
    gap:2rem
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap .plansCardWrap .cardsRow .pCard_card .servicesNameWrap h3{
    font-size:2.4rem;
    color:#fff;
    margin-bottom:0;
    transition:.5s ease-in-out
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap .plansCardWrap .cardsRow .pCard_card.pCard_on .servicesNameWrap h3{
    color:#470c0c
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap .plansCardWrap .cardsRow .pCard_on .pCard_up{
    height:15rem;
    box-shadow:0 0 30px #cfd8dc;
    padding-top:2rem;
    gap:9rem
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap .plansCardWrap .cardsRow .pCard_up .midSvgWrap svg{
    width:14rem;
    height:14rem;
    -webkit-transition:.5s ease-in-out;
    -moz-transition:.5s ease-in-out;
    -ms-transition:.5s ease-in-out;
    -o-transition:.5s ease-in-out;
    transition:.5s ease-in-out
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap .plansCardWrap .cardsRow .pCard_on .pCard_up .midSvgWrap svg{
    width:8rem;
    height:8rem;
    -webkit-transition:.5s ease-in-out;
    -moz-transition:.5s ease-in-out;
    -ms-transition:.5s ease-in-out;
    -o-transition:.5s ease-in-out;
    transition:.5s ease-in-out
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap .plansCardWrap .cardsRow .pCard_card .pCard_up .pCard_text{
    position:absolute;
    top:290px;
    left:50%;
    color:#f1f7f9;
    transition:.5s ease-in-out;
    transform:translateX(-50%)
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap .plansCardWrap .cardsRow .planPriceBoxWrap{
    width:20rem;
    height:5rem;
    border:.1rem solid #6d2323;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:1.2rem;
    background:#fff
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap .plansCardWrap .cardsRow .planPriceBoxWrap h4{
    margin-bottom:0;
    color:#6d2323;
    font-size:2.6rem;
    font-weight:700
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap .plansCardWrap .cardsRow .planPriceBoxWrap h4 .yrTag{
    color:#5f5f5f;
    font-size:1.6rem;
    font-weight:400
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap .plansCardWrap .cardsRow .pCard_card .pCard_down .buyBtn{
    margin-top:0
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap .plansCardWrap .cardsRow .pCard_card.pCard_on .pCard_down .buyBtn{
    margin-top:1rem
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap .plansCardWrap .cardsRow .buyBtn{
    border:0;
    background:#470c0c;
    width:20rem;
    height:6rem;
    border-radius:5rem;
    display:flex;
    justify-content:flex-end;
    align-items:center;
    font-size:2rem;
    font-weight:500;
    color:#fff;
    gap:3rem;
    padding:0 1rem
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap .plansCardWrap .cardsRow .buyBtn span:not(.notranslate){
    width:4rem;
    height:4rem;
    display:flex;
    justify-content:center;
    align-items:center;
    background:#fff;
    border-radius:5rem
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap .plansCardWrap .cardsRow .pCard_on .pCard_up .pCard_text{
    top:125px
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap .plansCardWrap .cardsRow .pCard_card .pCard_up .pCard_text h2{
    margin:0;
    font-size:25px;
    font-weight:600
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap .plansCardWrap .cardsRow .pCard_card .pCard_up .pCard_text p{
    margin:0;
    font-size:16px;
    color:#e3f1f5
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap .plansCardWrap .cardsRow .pCard_card .pCard_up .pCard_add{
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    border-radius:50%;
    background-color:#470c0c;
    -webkit-box-shadow:0px 5px 24px 0px rgba(0,0,0,.43);
    -moz-box-shadow:0px 5px 24px 0px rgba(0,0,0,.43);
    -ms-box-shadow:0px 5px 24px 0px rgba(0,0,0,.43);
    -o-box-shadow:0px 5px 24px 0px rgba(0,0,0,.43);
    box-shadow:0px 5px 24px 0px rgba(0,0,0,.43);
    position:absolute;
    top:365px;
    left:0;
    right:0;
    margin:auto;
    width:75px;
    height:75px;
    cursor:pointer;
    -webkit-transition:.5s ease-in-out;
    -moz-transition:.5s ease-in-out;
    -ms-transition:.5s ease-in-out;
    -o-transition:.5s ease-in-out;
    transition:.5s ease-in-out;
    display:flex;
    justify-content:center;
    align-items:center
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap .plansCardWrap .cardsRow .pCard_on .pCard_up .pCard_add{
    -webkit-transform:rotate(360deg) scale(0.5);
    -moz-transform:rotate(360deg) scale(0.5);
    -ms-transform:rotate(360deg) scale(0.5);
    -o-transform:rotate(360deg) scale(0.5);
    transform:rotate(360deg) scale(0.5);
    top:445px
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap .plansCardWrap .cardsRow .pCard_card .pCard_down{
    background-color:#fff;
    position:absolute;
    bottom:0px;
    width:100%;
    height:192px;
    z-index:2;
    -webkit-border-bottom-left-radius:30px;
    -moz-border-bottom-left-radius:30px;
    -ms-border-bottom-left-radius:30px;
    -o-border-bottom-left-radius:30px;
    border-bottom-left-radius:30px;
    -webkit-border-bottom-right-radius:30px;
    -moz-border-bottom-right-radius:30px;
    -ms-border-bottom-right-radius:30px;
    -o-border-bottom-right-radius:30px;
    border-bottom-right-radius:30px;
    -webkit-transition:.5s ease-in-out;
    -moz-transition:.5s ease-in-out;
    -ms-transition:.5s ease-in-out;
    -o-transition:.5s ease-in-out;
    transition:.5s ease-in-out;
    display:flex;
    justify-content:center;
    align-items:center
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap .plansCardWrap .cardsRow .pCard_on .pCard_down{
    height:120px;
    -webkit-box-shadow:0 0 30px #cfd8dc;
    -moz-box-shadow:0 0 30px #cfd8dc;
    -ms-box-shadow:0 0 30px #cfd8dc;
    -o-box-shadow:0 0 30px #cfd8dc;
    box-shadow:0 0 30px #cfd8dc
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap .plansCardWrap .cardsRow .pCard_card .pCard_down div{
    width:33.333%;
    float:left;
    text-align:center;
    margin-top:50px;
    font-size:18px;
    -webkit-transition:.5s ease-in-out;
    -moz-transition:.5s ease-in-out;
    -ms-transition:.5s ease-in-out;
    -o-transition:.5s ease-in-out;
    transition:.5s ease-in-out
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap .plansCardWrap .cardsRow .pCard_on .pCard_down div{
    margin-top:10px
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap .plansCardWrap .cardsRow .pCard_card .pCard_down div p:first-of-type{
    color:#68818c;
    margin-bottom:5px
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap .plansCardWrap .cardsRow .pCard_card .pCard_down div p:last-of-type{
    color:#334750;
    font-weight:700;
    margin-top:0
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap .plansCardWrap .cardsRow .pCard_card .pCard_back a i{
    margin:10px;
    padding:15px;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    -ms-border-radius:15px;
    -o-border-radius:15px;
    border-radius:15px;
    -webkit-transition:.3s ease-in-out;
    -moz-transition:.3s ease-in-out;
    -ms-transition:.3s ease-in-out;
    -o-transition:.3s ease-in-out;
    transition:.3s ease-in-out
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap .plansCardWrap .cardsRow .pCard_card .pCard_back a i:hover{
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform:scale(1.2);
    transform:scale(1.2)
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap .plansCardWrap .cardsRow .pCard_card .pCard_back a:nth-of-type(1) i{
    color:#3b5998;
    border:2px solid #3b5998
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap .plansCardWrap .cardsRow .pCard_card .pCard_back a:nth-of-type(2) i{
    color:#0077b5;
    border:2px solid #0077b5
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap .plansCardWrap .cardsRow .pCard_card .pCard_back a:nth-of-type(3) i{
    color:#1769ff;
    border:2px solid #1769ff
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap .plansCardWrap .cardsRow .pCard_card .pCard_back a:nth-of-type(4) i{
    color:#000;
    border:2px solid #000
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap .plansCardWrap .cardsRow .pCard_card .pCard_back a:nth-of-type(5) i{
    color:#eb5e95;
    border:2px solid #eb5e95
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap .plansCardWrap .cardsRow .pCard_card .pCard_back a:nth-of-type(6) i{
    color:#3f729b;
    border:2px solid #3f729b
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.membershipBox .plansWrap .plansCardWrap .cardsRow .pCard_card .pCard_up .pCard_add i{
    color:#fff;
    font-size:38px;
    line-height:88px
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap.chatListBox{
    width:100%
}
@media(max-width: 834px){
    #mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap{
        width:100%
    }
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap .navTabsBtnWrap .nav{
    border-bottom:.1rem solid #d9d9d9
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap .navTabsBtnWrap .nav .nav-item .nav-link{
    font-size:1.8rem;
    font-weight:400;
    background-color:rgba(0,0,0,0);
    border-radius:0;
    color:#5f5f5f
}
@media(max-width: 767px){
    #mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap .navTabsBtnWrap .nav .nav-item .nav-link{
        font-size:1.6rem
    }
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap .navTabsBtnWrap .nav .nav-item .nav-link.active{
    font-weight:500;
    color:#6d2323;
    border-bottom:.1rem solid #6d2323
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap .navTabsBtnWrap .tab-content{
    padding:1rem 0 0
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap .navTabsBtnWrap .tab-content .tab-pane .tabSectionWrapper select[readonly]{
    pointer-events:none
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap .navTabsBtnWrap .tab-content .tab-pane .tabSectionWrapper select[disabled]{
    pointer-events:none;
    user-select:none
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap .navTabsBtnWrap .tab-content .tab-pane .tabSectionWrapper .contentBoxWrpper{
    margin-bottom:2rem;
    background-color:#fff;
    border:.1rem solid #e0dfdf;
    border-radius:1.2rem;
    padding:1.5rem
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap .navTabsBtnWrap .tab-content .tab-pane .tabSectionWrapper .contentBoxWrpper:last-child{
    margin-bottom:0
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap .navTabsBtnWrap .tab-content .tab-pane .tabSectionWrapper .contentBoxWrpper .tabTitle{
    display:flex;
    align-items:center;
    gap:1rem
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap .navTabsBtnWrap .tab-content .tab-pane .tabSectionWrapper .contentBoxWrpper .tabTitle.editPage{
    justify-content:space-between
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap .navTabsBtnWrap .tab-content .tab-pane .tabSectionWrapper .contentBoxWrpper .tabTitle.editPage .topEdit{
    display:flex;
    align-items:center;
    gap:.5rem;
    width:max-content
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap .navTabsBtnWrap .tab-content .tab-pane .tabSectionWrapper .contentBoxWrpper .tabTitle.editPage .editBtnWrap button{
    width:8rem;
    height:3.8rem;
    border:.1rem solid #6d2323;
    border-radius:.8rem;
    font-size:1.6rem;
    font-weight:500;
    background-color:#6d2323;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:.5rem;
    line-height:0
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap .navTabsBtnWrap .tab-content .tab-pane .tabSectionWrapper .contentBoxWrpper .tabTitle.editPage .editBtnWrap button span svg path{
    fill:#fff
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap .navTabsBtnWrap .tab-content .tab-pane .tabSectionWrapper .contentBoxWrpper .tabTitle.editPage .editBtnWrap button:hover{
    background-color:#842a2a;
    color:#fff
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap .navTabsBtnWrap .tab-content .tab-pane .tabSectionWrapper .contentBoxWrpper .tabTitle.editPage .editBtnWrap button:hover span svg path{
    fill:#fff
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap .navTabsBtnWrap .tab-content .tab-pane .tabSectionWrapper .contentBoxWrpper .tabTitle h6{
    margin-bottom:0;
    line-height:0;
    font-size:1.8rem;
    font-weight:600;
    color:#6d2323
}
@media(max-width: 767px){
    #mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap .navTabsBtnWrap .tab-content .tab-pane .tabSectionWrapper .contentBoxWrpper .tabTitle h6{
        font-size:1.6rem
    }
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap .navTabsBtnWrap .tab-content .tab-pane .tabSectionWrapper .contentBoxWrpper .dataShowBox{
    padding:1.5rem;
    background-color:#fff5f5;
    margin:1.5rem 0 0;
    border-radius:1.2rem
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap .navTabsBtnWrap .tab-content .tab-pane .tabSectionWrapper .contentBoxWrpper .dataShowBox.editBox{
    padding:1.5rem 0
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap .navTabsBtnWrap .tab-content .tab-pane .tabSectionWrapper .contentBoxWrpper .dataShowBox.editBox form .dataRow .col-12{
    padding:0 1.5rem
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap .navTabsBtnWrap .tab-content .tab-pane .tabSectionWrapper .contentBoxWrpper .dataShowBox.editBox form .dataRow .col-12 .form-control{
    padding:1.1rem .5rem;
    border:0;
    border-radius:.8rem;
    font-size:1.6rem;
    font-weight:400;
    color:#313131
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap .navTabsBtnWrap .tab-content .tab-pane .tabSectionWrapper .contentBoxWrpper .dataShowBox.editBox form .dataRow .col-12 .form-control:disabled{
    background-color:#e4e4e4;
    opacity:.6
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap .navTabsBtnWrap .tab-content .tab-pane .tabSectionWrapper .contentBoxWrpper .dataShowBox.editBox form .dataRow .col-12 .form-control:focus{
    outline:none;
    box-shadow:none
}

/*line comment by nikhil*/
/*#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap .navTabsBtnWrap .tab-content .tab-pane .tabSectionWrapper .contentBoxWrpper .dataShowBox.editBox form .dataRow .col-12 textarea{*/
/*    height:20rem !important*/
/*}*/
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap .navTabsBtnWrap .tab-content .tab-pane .tabSectionWrapper .contentBoxWrpper .dataShowBox.editBox form .dataRow .col-12 .form-select,#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap .navTabsBtnWrap .tab-content .tab-pane .tabSectionWrapper .contentBoxWrpper .dataShowBox.editBox form .dataRow .col-12 .form-control{
    padding:1.1rem .5rem;
    border:0;
    border-radius:.8rem;
    font-size:1.6rem;
    font-weight:400;
    color:#313131;
    cursor:pointer
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap .navTabsBtnWrap .tab-content .tab-pane .tabSectionWrapper .contentBoxWrpper .dataShowBox.editBox form .dataRow .col-12 .form-select:disabled,#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap .navTabsBtnWrap .tab-content .tab-pane .tabSectionWrapper .contentBoxWrpper .dataShowBox.editBox form .dataRow .col-12 .form-control:disabled{
    background-color:#e4e4e4;
    opacity:.6
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap .navTabsBtnWrap .tab-content .tab-pane .tabSectionWrapper .contentBoxWrpper .dataShowBox.editBox form .dataRow .col-12 .form-select:focus,#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap .navTabsBtnWrap .tab-content .tab-pane .tabSectionWrapper .contentBoxWrpper .dataShowBox.editBox form .dataRow .col-12 .form-control:focus{
    outline:none;
    box-shadow:none
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap .navTabsBtnWrap .tab-content .tab-pane .tabSectionWrapper .contentBoxWrpper .dataShowBox.editBox form .dataRow .col-12 .form-control{
    padding:1.1rem .5rem;
    border:0;
    border-radius:.8rem;
    font-size:1.6rem;
    font-weight:400;
    color:#313131;
    cursor:pointer
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap .navTabsBtnWrap .tab-content .tab-pane .tabSectionWrapper .contentBoxWrpper .dataShowBox.editBox form .dataRow .col-12 .form-control:disabled{
    background-color:#e4e4e4;
    opacity:.6
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap .navTabsBtnWrap .tab-content .tab-pane .tabSectionWrapper .contentBoxWrpper .dataShowBox.editBox form .dataRow .col-12 .form-control:focus{
    outline:none;
    box-shadow:none
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap .navTabsBtnWrap .tab-content .tab-pane .tabSectionWrapper .contentBoxWrpper .dataShowBox.editBox form .dataRow .col-12 .chosen-container-single{
    width:100% !important
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap .navTabsBtnWrap .tab-content .tab-pane .tabSectionWrapper .contentBoxWrpper .dataShowBox.editBox form .dataRow .col-12 .chosen-container-single.chosen-with-drop .chosen-single{
    box-shadow:0 0 5px rgba(0,0,0,.3)
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap .navTabsBtnWrap .tab-content .tab-pane .tabSectionWrapper .contentBoxWrpper .dataShowBox.editBox form .dataRow .col-12 .chosen-container-single.chosen-with-drop .chosen-single div{
    width:30px
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap .navTabsBtnWrap .tab-content .tab-pane .tabSectionWrapper .contentBoxWrpper .dataShowBox.editBox form .dataRow .col-12 .chosen-container-single.chosen-with-drop .chosen-single div b{
    transform:rotate(180deg);
    background:url(../images/dropdown-arrow.svg) 20px 20px no-repeat
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap .navTabsBtnWrap .tab-content .tab-pane .tabSectionWrapper .contentBoxWrpper .dataShowBox.editBox form .dataRow .col-12 .chosen-container-single .chosen-single{
    height:100%;
    border-radius:.8rem;
    background-image:none;
    background-repeat:unset;
    background-clip:unset;
    background-size:unset;
    box-shadow:unset;
    padding:1.1rem 1rem;
    font-size:1.6rem;
    font-weight:400;
    color:#313131;
    border:0;
    background-color:#fff
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap .navTabsBtnWrap .tab-content .tab-pane .tabSectionWrapper .contentBoxWrpper .dataShowBox.editBox form .dataRow .col-12 .chosen-container-single .chosen-single div{
    width:30px
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap .navTabsBtnWrap .tab-content .tab-pane .tabSectionWrapper .contentBoxWrpper .dataShowBox.editBox form .dataRow .col-12 .chosen-container-single .chosen-single div b{
    background:url(../images/dropdown-arrow.svg) 0 20px no-repeat
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap .navTabsBtnWrap .tab-content .tab-pane .tabSectionWrapper .contentBoxWrpper .dataShowBox.editBox form .dataRow .col-12 .chosen-container-single .chosen-drop{
    top:90%;
    border-bottom-left-radius:1rem;
    border-bottom-right-radius:1rem;
    box-shadow:0px 2px 5px rgba(0,0,0,.3);
    border:0
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap .navTabsBtnWrap .tab-content .tab-pane .tabSectionWrapper .contentBoxWrpper .dataShowBox.editBox form .dataRow .col-12 .chosen-container-single .chosen-drop .chosen-results{
    font-size:1.4rem;
    font-weight:400;
    color:#6d2323
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap .navTabsBtnWrap .tab-content .tab-pane .tabSectionWrapper .contentBoxWrpper .dataShowBox.editBox form .dataRow .col-12 .chosen-container-single .chosen-drop .chosen-results .active-result.highlighted{
    background-color:#6d2323 !important;
    background-image:none;
    color:#fff
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap .navTabsBtnWrap .tab-content .tab-pane .tabSectionWrapper .contentBoxWrpper .dataShowBox.editBox form .dataRow .col-12 .chosen-container-multi{
    width:100% !important
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap .navTabsBtnWrap .tab-content .tab-pane .tabSectionWrapper .contentBoxWrpper .dataShowBox.editBox form .dataRow .col-12 .chosen-container-multi .chosen-choices{
    border:0;
    border-radius:.8rem;
    font-size:1.6rem;
    font-weight:400;
    color:#313131;
    cursor:pointer;
    padding:1rem .5rem;
    background-image:none
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap .navTabsBtnWrap .tab-content .tab-pane .tabSectionWrapper .contentBoxWrpper .dataShowBox.editBox form .dataRow .col-12 .chosen-container-multi .chosen-choices .search-choice{
    padding:5px 25px 5px 15px;
    border:1px solid #6d2323;
    border-radius:6px;
    background-color:#6d2323;
    background-image:none;
    background-repeat:unset;
    background-clip:unset;
    background-size:unset;
    font-weight:400;
    font-size:1.4rem;
    color:#fff;
    box-shadow:none
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap .navTabsBtnWrap .tab-content .tab-pane .tabSectionWrapper .contentBoxWrpper .dataShowBox.editBox form .dataRow .col-12 .chosen-container-multi .chosen-choices .search-choice .search-choice-close{
    background:url(../images/cancel.png) 0px 0px no-repeat;
    background-size:contain;
    top:7px;
    right:8px;
    width:9px;
    height:9px
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap .navTabsBtnWrap .tab-content .tab-pane .tabSectionWrapper .contentBoxWrpper .dataShowBox.editBox form .dataRow .col-12 .chosen-container-multi .chosen-drop{
    top:90%;
    border-bottom-left-radius:1rem;
    border-bottom-right-radius:1rem;
    box-shadow:0px 2px 5px rgba(0,0,0,.3);
    border:0
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap .navTabsBtnWrap .tab-content .tab-pane .tabSectionWrapper .contentBoxWrpper .dataShowBox.editBox form .dataRow .col-12 .chosen-container-multi .chosen-drop .chosen-results{
    font-size:1.4rem;
    font-weight:400;
    color:#6d2323
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap .navTabsBtnWrap .tab-content .tab-pane .tabSectionWrapper .contentBoxWrpper .dataShowBox.editBox form .dataRow .col-12 .chosen-container-multi .chosen-drop .chosen-results .active-result.highlighted{
    background-color:#6d2323 !important;
    background-image:none;
    color:#fff
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap .navTabsBtnWrap .tab-content .tab-pane .tabSectionWrapper .contentBoxWrpper .dataShowBox .dataRow{
    display:flex;
    flex-wrap:wrap;
    row-gap:1.5rem;
    justify-content:flex-start
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap .navTabsBtnWrap .tab-content .tab-pane .tabSectionWrapper .contentBoxWrpper .dataShowBox .dataRow .lableTag{
    font-size:1.6rem;
    font-weight:600;
    color:#6d2323;
    display:block
}
@media(max-width: 767px){
    #mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap .navTabsBtnWrap .tab-content .tab-pane .tabSectionWrapper .contentBoxWrpper .dataShowBox .dataRow .lableTag{
        font-size:1.4rem
    }
}
#mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap .navTabsBtnWrap .tab-content .tab-pane .tabSectionWrapper .contentBoxWrpper .dataShowBox .dataRow .data{
    font-size:1.6rem;
    font-weight:500;
    color:#313131
}
@media(max-width: 767px){
    #mainBody .gridWraper #dashboardBody .myProfileWrap .leftSideBoxWrap .navTabsBtnWrap .tab-content .tab-pane .tabSectionWrapper .contentBoxWrpper .dataShowBox .dataRow .data{
        font-size:1.4rem
    }
}
@media(min-width: 768px){
    #mainBody .closeBtn{
        display:none
    }
    #mainBody .stickyNavBtm{
        display:none
    }
}
@media(max-width: 767px){
    #mainBody .closeBtn{
        display:block;
        position:absolute;
        right:1.5rem;
        top:1.5rem
    }
    #mainBody .stickyNavBtm{
        width:95%;
        margin:0 auto;
        bottom:.5rem
    }
    #mainBody .stickyNavBtm ul{
        display:flex;
        justify-content:space-between;
        align-items:center;
        background:#ffd4d4;
        border-radius:.8rem;
        overflow:hidden;
        height:4.5rem
    }
    #mainBody .stickyNavBtm ul li{
        height:100%;
        width:7.7rem;
        display:flex;
        justify-content:center;
        align-items:center;
        border-radius:.8rem
    }
    #mainBody .stickyNavBtm ul li.active{
        background-color:#6d2323
    }
    #mainBody .stickyNavBtm ul li.active a span svg path{
        fill:#fff
    }
}
#footerSection{
    padding:6rem 11rem 2rem;
    background-color:#470c0c
}
@media(max-width: 1024px){
    #footerSection{
        padding:3rem 4rem 7rem
    }
}
@media(max-width: 834px){
    #footerSection{
        padding:3rem 2rem 3rem
    }
}
@media(max-width: 767px){
    #footerSection{
        padding:3rem 1.5rem 5rem
    }
}
@media(max-width: 767px){
    #footerSection{
        padding:3rem 1.5rem 0rem
    }
}
#footerSection .footerContainer .footerRow{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between
}
@media(max-width: 767px){
    #footerSection .footerContainer .footerRow{
        row-gap:3rem
    }
}
#footerSection .footerContainer .footerRow .abtWrap .fooLogoWrap{
    margin-bottom:1rem
}
#footerSection .footerContainer .footerRow .abtWrap .fooLogoWrap img{
    width:35%
}
#footerSection .footerContainer .footerRow .abtWrap .abtContentWrap p{
    font-size:1.4rem;
    font-weight:400;
    line-height:1.5;
    margin-bottom:1.5rem;
    color:#fff
}
@media(max-width: 767px){
    #footerSection .footerContainer .footerRow .abtWrap .abtContentWrap p{
        font-size:1.2rem
    }
}
#footerSection .footerContainer .footerRow .abtWrap .fooBtnLinkWrap a{
    font-size:1.4rem;
    font-weight:400;
    line-height:1.5;
    color:#f9cd38
}
#footerSection .footerContainer .footerRow .coWrap .mapWrap{
    margin-bottom:1.5rem
}
#footerSection .footerContainer .footerRow .coWrap .mapWrap iframe{
    width:100%;
    height:20rem
}
@media(max-width: 1024px){
    #footerSection .footerContainer .footerRow .coWrap .mapWrap iframe{
        width:100%
    }
}
#footerSection .footerContainer .footerRow .coWrap .addressWrap p{
    font-size:1.4rem;
    font-weight:400;
    line-height:1.5;
    margin-bottom:1.5rem;
    color:#fff
}
@media(max-width: 767px){
    #footerSection .footerContainer .footerRow .coWrap .addressWrap p{
        font-size:1.2rem
    }
}
#footerSection .footerContainer .footerRow .useLinksWrap .linksWrap ul{
    margin-bottom:1.5rem
}
#footerSection .footerContainer .footerRow .useLinksWrap .linksWrap ul li{
    margin-bottom:1rem
}
#footerSection .footerContainer .footerRow .useLinksWrap .linksWrap ul li:last-child{
    margin-bottom:0
}
#footerSection .footerContainer .footerRow .useLinksWrap .linksWrap ul li a{
    font-size:1.6rem;
    font-weight:400;
    line-height:1.5;
    color:#f9cd38
}
@media(max-width: 767px){
    #footerSection .footerContainer .footerRow .useLinksWrap .linksWrap ul li a{
        font-size:1.4rem
    }
}
#footerSection .footerContainer .footerRow .useLinksWrap .gStoreWrap a img{
    margin-left:-0.3rem
}
#footerSection .footerContainer .footerRow .contactUsWrap .phnWrap{
    margin-bottom:1.5rem
}
#footerSection .footerContainer .footerRow .contactUsWrap .phnWrap p{
    font-size:1.6rem;
    font-weight:400;
    line-height:1.5;
    margin-bottom:.5rem;
    color:#fff
}
#footerSection .footerContainer .footerRow .contactUsWrap .phnWrap ul li a{
    font-size:1.4rem;
    font-weight:400;
    line-height:1.5;
    color:#f9cd38
}
#footerSection .footerContainer .copyWriteSection{
    margin-top:5rem
}
#footerSection .footerContainer .copyWriteSection .copyContainer .copyRow{
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap
}
@media(max-width: 767px){
    #footerSection .footerContainer .copyWriteSection .copyContainer .copyRow{
        flex-wrap:wrap;
        row-gap:1.5rem;
        flex-direction:column-reverse
    }
}
#footerSection .footerContainer .copyWriteSection .copyContainer .copyRow .copyRight p{
    font-size:1.4rem;
    font-weight:300;
    line-height:1.5;
    color:#fff
}
@media(max-width: 767px){
    #footerSection .footerContainer .copyWriteSection .copyContainer .copyRow .copyRight p{
        text-align:center
    }
}
#footerSection .footerContainer .copyWriteSection .copyContainer .copyRow .copyRight p a{
    font-size:1.4rem;
    font-weight:300;
    line-height:1.5;
    color:#f9cd38
}
#footerSection .footerContainer .copyWriteSection .copyContainer .copyRow .fooSocialMediaWrap ul{
    display:flex;
    gap:2rem;
    align-items:center;
    justify-content:flex-end
}
@media(max-width: 767px){
    #footerSection .footerContainer .copyWriteSection .copyContainer .copyRow .fooSocialMediaWrap ul{
        justify-content:center
    }
}
#footerSection .footerContainer .copyWriteSection .copyContainer .copyRow .fooSocialMediaWrap ul li a{
    width:3.5rem;
    height:3.5rem;
    display:flex;
    justify-content:center;
    align-items:center;
    background:#fff;
    border-radius:5rem
}
#footerSection .footerContainer .copyWriteSection .copyContainer .copyRow .fooSocialMediaWrap ul li a svg path{
    fill:#470c0c
}
.title{
    margin-bottom:3rem;
    padding-bottom:1rem;
    border-bottom:.1rem solid #ccc
}
.title h6{
    font-size:2rem;
    font-weight:500;
    color:#fff
}
@media(max-width: 767px){
    .title h6{
        font-size:1.8rem
    }
}
#mobSerchModal{
    padding-right:0 !important
}
#mobSerchModal .modal-dialog{
    height:100%;
    max-width:60%
}
@media(min-width: 1920px){
    #mobSerchModal .modal-dialog{
        max-width:35%
    }
}
@media(max-width: 1024px){
    #mobSerchModal .modal-dialog{
        max-width:95%
    }
}
@media(max-width: 767px){
    #mobSerchModal .modal-dialog{
        max-width:100%;
        margin:0
    }
}
#mobSerchModal .modal-dialog .modal-content{
    height:100%;
    position:relative;
    padding-top:2rem;
    border-radius:1.2rem
}
@media(max-width: 767px){
    #mobSerchModal .modal-dialog .modal-content{
        border-radius:0
    }
}
#mobSerchModal .modal-dialog .modal-content .btn-close{
    position:absolute;
    right:1rem;
    top:.5rem;
    width:3rem;
    height:3rem;
    opacity:1;
    font-size:1.6rem;
    z-index:1;
    background:rgba(0,0,0,0)
}
#mobSerchModal .modal-dialog .modal-content .btn-close:focus{
    outline:none;
    box-shadow:none
}
#mobSerchModal .modal-dialog .modal-content .modal-body .serachCatBtnWrap h6{
    font-size:1.8rem;
    font-weight:500;
    color:#7e7e7e
}
#mobSerchModal .modal-dialog .modal-content .modal-body .serachCatBtnWrap .nav-pills{
    padding:1rem 0 2rem
}
@media(max-width: 1024px){
    #mobSerchModal .modal-dialog .modal-content .modal-body .serachCatBtnWrap .nav-pills{
        flex-wrap:nowrap;
        justify-content:flex-start;
        overflow-x:auto;
        gap:1rem
    }
    #mobSerchModal .modal-dialog .modal-content .modal-body .serachCatBtnWrap .nav-pills::-webkit-scrollbar{
        display:none
    }
}
@media(max-width: 767px){
    #mobSerchModal .modal-dialog .modal-content .modal-body .serachCatBtnWrap .nav-pills{
        flex-wrap:wrap;
        justify-content:flex-start
    }
}
#mobSerchModal .modal-dialog .modal-content .modal-body .serachCatBtnWrap .nav-pills .nav-item .nav-link{
    padding:0rem 3rem;
    height:4.5rem;
    width:max-content;
    font-size:1.6rem;
    font-weight:400;
    border-radius:5rem;
    display:flex;
    justify-content:center;
    align-items:center;
    background:#9f6f6f;
    color:#fff
}
@media(max-width: 767px){
    #mobSerchModal .modal-dialog .modal-content .modal-body .serachCatBtnWrap .nav-pills .nav-item .nav-link{
        font-size:1.4rem
    }
}
#mobSerchModal .modal-dialog .modal-content .modal-body .serachCatBtnWrap .nav-pills .nav-item .nav-link.active{
    background:#6d2323
}
#mobSerchModal .modal-dialog .modal-content .modal-body .serachCatBtnWrap .tab-content .tab-pane h6{
    color:#6d2323
}
#mobSerchModal .modal-dialog .modal-content .modal-body .serachCatBtnWrap .tab-content .tab-pane .searchFormWrap{
    padding-left:0;
    padding-right:0
}
#mobSerchModal .modal-dialog .modal-content .modal-body .serachCatBtnWrap .tab-content .tab-pane .searchFormWrap .inputRow{
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-start;
    align-items:center;
    margin-top:2rem
}
@media(max-width: 767px){
    #mobSerchModal .modal-dialog .modal-content .modal-body .serachCatBtnWrap .tab-content .tab-pane .searchFormWrap .inputRow{
        margin-top:0
    }
}
#mobSerchModal .modal-dialog .modal-content .modal-body .serachCatBtnWrap .tab-content .tab-pane .searchFormWrap .inputRow .form-label{
    font-size:1.6rem;
    color:#5f5f5f;
    font-weight:400
}
@media(max-width: 767px){
    #mobSerchModal .modal-dialog .modal-content .modal-body .serachCatBtnWrap .tab-content .tab-pane .searchFormWrap .inputRow .form-label{
        font-size:1.4rem
    }
}
#mobSerchModal .modal-dialog .modal-content .modal-body .serachCatBtnWrap .tab-content .tab-pane .searchFormWrap .inputRow .form-select,#mobSerchModal .modal-dialog .modal-content .modal-body .serachCatBtnWrap .tab-content .tab-pane .searchFormWrap .inputRow .form-control{
    font-size:1.4rem;
    color:#a8a8a8;
    font-weight:400;
    cursor:pointer;
    background-color:#fff5f5;
    border-radius:.6rem;
    border:0;
    position:relative
}
@media(max-width: 767px){
    #mobSerchModal .modal-dialog .modal-content .modal-body .serachCatBtnWrap .tab-content .tab-pane .searchFormWrap .inputRow .form-select,#mobSerchModal .modal-dialog .modal-content .modal-body .serachCatBtnWrap .tab-content .tab-pane .searchFormWrap .inputRow .form-control{
        font-size:1.2rem
    }
}
#mobSerchModal .modal-dialog .modal-content .modal-body .serachCatBtnWrap .tab-content .tab-pane .searchFormWrap .inputRow .form-select:focus,#mobSerchModal .modal-dialog .modal-content .modal-body .serachCatBtnWrap .tab-content .tab-pane .searchFormWrap .inputRow .form-control:focus{
    outline:none;
    box-shadow:none;
    border-color:inherit
}
#mobSerchModal .modal-dialog .modal-content .modal-body .serachCatBtnWrap .tab-content .tab-pane .searchFormWrap .inputRow .chosen-container-single{
    width:100% !important
}
#mobSerchModal .modal-dialog .modal-content .modal-body .serachCatBtnWrap .tab-content .tab-pane .searchFormWrap .inputRow .chosen-container-single.chosen-with-drop .chosen-single{
    box-shadow:0 0 5px rgba(0,0,0,.3)
}
#mobSerchModal .modal-dialog .modal-content .modal-body .serachCatBtnWrap .tab-content .tab-pane .searchFormWrap .inputRow .chosen-container-single.chosen-with-drop .chosen-single div{
    width:30px
}
#mobSerchModal .modal-dialog .modal-content .modal-body .serachCatBtnWrap .tab-content .tab-pane .searchFormWrap .inputRow .chosen-container-single.chosen-with-drop .chosen-single div b{
    transform:rotate(180deg);
    background:url(../images/dropdown-arrow.svg) 20px 20px no-repeat
}
#mobSerchModal .modal-dialog .modal-content .modal-body .serachCatBtnWrap .tab-content .tab-pane .searchFormWrap .inputRow .chosen-container-single .chosen-single{
    height:100%;
    border-radius:.8rem;
    background-image:none;
    background-repeat:unset;
    background-clip:unset;
    background-size:unset;
    box-shadow:unset;
    padding:1.1rem 1rem;
    font-size:1.6rem;
    font-weight:400;
    color:#313131;
    border:0;
    background-color:#fff5f5
}
#mobSerchModal .modal-dialog .modal-content .modal-body .serachCatBtnWrap .tab-content .tab-pane .searchFormWrap .inputRow .chosen-container-single .chosen-single div{
    width:30px
}
#mobSerchModal .modal-dialog .modal-content .modal-body .serachCatBtnWrap .tab-content .tab-pane .searchFormWrap .inputRow .chosen-container-single .chosen-single div b{
    background:url(../images/dropdown-arrow.svg) 0 20px no-repeat
}
#mobSerchModal .modal-dialog .modal-content .modal-body .serachCatBtnWrap .tab-content .tab-pane .searchFormWrap .inputRow .chosen-container-single .chosen-drop{
    top:90%;
    border-bottom-left-radius:1rem;
    border-bottom-right-radius:1rem;
    box-shadow:0px 2px 5px rgba(0,0,0,.3);
    border:0
}
#mobSerchModal .modal-dialog .modal-content .modal-body .serachCatBtnWrap .tab-content .tab-pane .searchFormWrap .inputRow .chosen-container-single .chosen-drop .chosen-results{
    font-size:1.4rem;
    font-weight:400;
    color:#6d2323
}
#mobSerchModal .modal-dialog .modal-content .modal-body .serachCatBtnWrap .tab-content .tab-pane .searchFormWrap .inputRow .chosen-container-single .chosen-drop .chosen-results .active-result.highlighted{
    background-color:#6d2323 !important;
    background-image:none;
    color:#fff
}
#mobSerchModal .modal-dialog .modal-content .modal-body .serachCatBtnWrap .tab-content .tab-pane .searchFormWrap .inputRow .chosen-container-multi{
    width:100% !important
}
#mobSerchModal .modal-dialog .modal-content .modal-body .serachCatBtnWrap .tab-content .tab-pane .searchFormWrap .inputRow .chosen-container-multi .chosen-choices{
    border:0;
    border-radius:.8rem;
    font-size:1.6rem;
    font-weight:400;
    color:#313131;
    cursor:pointer;
    padding:1rem .5rem;
    background-image:none;
    background-color:#fff5f5
}
#mobSerchModal .modal-dialog .modal-content .modal-body .serachCatBtnWrap .tab-content .tab-pane .searchFormWrap .inputRow .chosen-container-multi .chosen-choices .search-choice{
    padding:5px 25px 5px 15px;
    border:1px solid #6d2323;
    border-radius:6px;
    background-color:#6d2323;
    background-image:none;
    background-repeat:unset;
    background-clip:unset;
    background-size:unset;
    font-weight:400;
    font-size:1.4rem;
    color:#fff;
    box-shadow:none
}
#mobSerchModal .modal-dialog .modal-content .modal-body .serachCatBtnWrap .tab-content .tab-pane .searchFormWrap .inputRow .chosen-container-multi .chosen-choices .search-choice .search-choice-close{
    background:url(../images/cancel.png) 0px 0px no-repeat;
    background-size:contain;
    top:7px;
    right:8px;
    width:9px;
    height:9px
}
#mobSerchModal .modal-dialog .modal-content .modal-body .serachCatBtnWrap .tab-content .tab-pane .searchFormWrap .inputRow .chosen-container-multi .chosen-drop{
    top:90%;
    border-bottom-left-radius:1rem;
    border-bottom-right-radius:1rem;
    box-shadow:0px 2px 5px rgba(0,0,0,.3);
    border:0
}
#mobSerchModal .modal-dialog .modal-content .modal-body .serachCatBtnWrap .tab-content .tab-pane .searchFormWrap .inputRow .chosen-container-multi .chosen-drop .chosen-results{
    font-size:1.4rem;
    font-weight:400;
    color:#6d2323
}
#mobSerchModal .modal-dialog .modal-content .modal-body .serachCatBtnWrap .tab-content .tab-pane .searchFormWrap .inputRow .chosen-container-multi .chosen-drop .chosen-results .active-result.highlighted{
    background-color:#6d2323 !important;
    background-image:none;
    color:#fff
}
#mobSerchModal .modal-dialog .modal-content .modal-body .serachCatBtnWrap .tab-content .tab-pane .searchFormWrap .formBtnsWrap{
    display:flex;
    justify-content:center;
    margin:1rem 0;
    gap:2rem
}
#mobSerchModal .modal-dialog .modal-content .modal-body .serachCatBtnWrap .tab-content .tab-pane .searchFormWrap .formBtnsWrap .cancelBtn{
    font-size:1.6rem;
    color:#989898;
    font-weight:400;
    border:.1rem solid #989898;
    width:10rem;
    height:3.5rem;
    border-radius:.8rem
}
@media(max-width: 767px){
    #mobSerchModal .modal-dialog .modal-content .modal-body .serachCatBtnWrap .tab-content .tab-pane .searchFormWrap .formBtnsWrap .cancelBtn{
        font-size:1.4rem
    }
}
#mobSerchModal .modal-dialog .modal-content .modal-body .serachCatBtnWrap .tab-content .tab-pane .searchFormWrap .formBtnsWrap .cancelBtn:focus{
    outline:none;
    box-shadow:none
}
#mobSerchModal .modal-dialog .modal-content .modal-body .serachCatBtnWrap .tab-content .tab-pane .searchFormWrap .formBtnsWrap .searchBtn{
    width:fit-content;
    background-color:#6d2323;
    width:13rem;
    height:3.5rem;
    border-radius:.8rem;
    font-size:1.6rem;
    font-weight:400;
    color:#fff;
    width:fit-content
}
@media(max-width: 767px){
    #mobSerchModal .modal-dialog .modal-content .modal-body .serachCatBtnWrap .tab-content .tab-pane .searchFormWrap .formBtnsWrap .searchBtn{
        font-size:1.4rem
    }
}
#mobSerchModal .modal-dialog .modal-content .modal-body .serachCatBtnWrap .tab-content .tab-pane .searchFormWrap .formBtnsWrap .searchBtn:focus{
    outline:none;
    box-shadow:none
}
#mobSerchModal .modal-dialog .modal-content .modal-body .viewedProfileWrap{
    margin-top:3rem
}
#mobSerchModal .modal-dialog .modal-content .modal-body .viewedProfileWrap .sectionalTitleWrap{
    display:flex;
    justify-content:space-between;
    align-items:center
}
#mobSerchModal .modal-dialog .modal-content .modal-body .viewedProfileWrap .sectionalTitleWrap p{
    font-size:1.6rem;
    font-weight:500;
    color:#7e7e7e
}
@media(max-width: 767px){
    #mobSerchModal .modal-dialog .modal-content .modal-body .viewedProfileWrap .sectionalTitleWrap p{
        font-size:1.4rem
    }
}
#mobSerchModal .modal-dialog .modal-content .modal-body .viewedProfileWrap .sectionalTitleWrap p:nth-child(2){
    cursor:pointer
}
#mobSerchModal .modal-dialog .modal-content .modal-body .viewedProfileWrap .profileListWrap{
    padding-left:0;
    padding-right:0
}
#mobSerchModal .modal-dialog .modal-content .modal-body .viewedProfileWrap .profileListWrap ul{
    width:100%
}
#mobSerchModal .modal-dialog .modal-content .modal-body .viewedProfileWrap .profileListWrap ul li{
    margin-bottom:1.5rem
}
#mobSerchModal .modal-dialog .modal-content .modal-body .viewedProfileWrap .profileListWrap ul li:last-child{
    margin-bottom:0
}
#mobSerchModal .modal-dialog .modal-content .modal-body .viewedProfileWrap .profileListWrap ul li a{
    display:flex;
    justify-content:space-between;
    align-items:center
}
#mobSerchModal .modal-dialog .modal-content .modal-body .viewedProfileWrap .profileListWrap ul li a .leftSideWrap{
    display:flex;
    gap:1rem;
    align-items:center
}
#mobSerchModal .modal-dialog .modal-content .modal-body .viewedProfileWrap .profileListWrap ul li a .leftSideWrap .imgWrap{
    width:5.2rem;
    height:5.2rem;
    border-radius:50%;
    overflow:hidden
}
#mobSerchModal .modal-dialog .modal-content .modal-body .viewedProfileWrap .profileListWrap ul li a .leftSideWrap .imgWrap img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:top
}
#mobSerchModal .modal-dialog .modal-content .modal-body .viewedProfileWrap .profileListWrap ul li a .leftSideWrap .profileNameWrap{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:center
}
#mobSerchModal .modal-dialog .modal-content .modal-body .viewedProfileWrap .profileListWrap ul li a .leftSideWrap .profileNameWrap h4{
    color:#6d2323;
    font-size:1.6rem;
    font-weight:500;
    margin-bottom:0
}
@media(max-width: 767px){
    #mobSerchModal .modal-dialog .modal-content .modal-body .viewedProfileWrap .profileListWrap ul li a .leftSideWrap .profileNameWrap h4{
        font-size:1.4rem
    }
}
#mobSerchModal .modal-dialog .modal-content .modal-body .viewedProfileWrap .profileListWrap ul li a .leftSideWrap .profileNameWrap p{
    margin-bottom:0;
    font-size:1.4rem;
    font-weight:500;
    color:#888
}
@media(max-width: 767px){
    #mobSerchModal .modal-dialog .modal-content .modal-body .viewedProfileWrap .profileListWrap ul li a .leftSideWrap .profileNameWrap p{
        font-size:1.2rem
    }
}
#mobSerchModal .modal-dialog .modal-content .modal-body .viewedProfileWrap .profileListWrap ul li a .dateWrap p{
    font-size:1.4rem;
    font-weight:500;
    color:#888
}
@media(max-width: 767px){
    #mobSerchModal .modal-dialog .modal-content .modal-body .viewedProfileWrap .profileListWrap ul li a .dateWrap p{
        font-size:1.2rem
    }
}
form .form-floating .showPswd{
    position:absolute;
    right:2rem;
    top:50%;
    transform:translateY(-50%);
    display:flex;
    justify-content:center;
    align-items:center;
    width:2rem;
    height:2rem;
    cursor:pointer
}
form .form-floating .showPswd i{
    font-size:1.8rem;
    color:#565656
}
form .form-floating .form-control{
    border:.1rem solid #a8a8a8;
    border-radius:.4rem;
    height:4.8rem;
    color:#989898;
    font-size:1.6rem;
    font-weight:400;
    position:relative
}
form .form-floating .form-control:focus{
    outline:none;
    box-shadow:none
}
form .form-floating .form-control:focus~label{
    top:3px;
    transform:scale(0.65) translateY(-1.2rem) translateX(0.15rem);
    font-size:1.8rem;
    font-weight:500;
    color:#470c0c;
    opacity:1
}
form .form-floating .form-control:not(:placeholder-shown)~label,form .form-floating .form-control:not(:placeholder-shown) .form-floating>.form-select~label{
    opacity:.65;
    transform:scale(0.65) translateY(-1.2rem) translateX(0.15rem);
    font-size:1.8rem;
    font-weight:500;
    color:#470c0c;
    opacity:1
}
form .form-floating label{
    top:3px;
    color:#989898;
    font-size:1.6rem;
    font-weight:400
}
form .frgtPswdWrap{
    text-align:right
}
form .frgtPswdWrap a{
    font-size:1.4rem;
    font-weight:400;
    color:#989898
}
form .frgtPswdWrap .resendOTPText{
    color:#440c0c;
    font-weight:600
}
form .tagLabel{
    font-size:1.6rem;
    color:#494848;
    font-weight:400
}
form .btnLogin{
    height:4.8rem;
    background:#470c0c;
    border-radius:.4rem;
    color:#fff;
    font-size:1.8rem;
    font-weight:500
}
form .btnLogin:hover{
    background-color:#ffe1e1;
    color:#6d2323
}
form .btnLogin:focus{
    outline:none;
    box-shadow:none
}
form .form-check-label{
    font-size:1.4rem;
    color:#989898;
    font-weight:400;
    line-height:2;
    cursor:pointer
}
form .form-check-input[type=checkbox]{
    width:2rem;
    height:2rem;
    margin-right:.5rem
}
form .form-check-input:focus{
    outline:none;
    box-shadow:none
}
form .form-check-input:checked{
    background-color:#470c0c;
    border-color:#470c0c
}
form .regBtnWrap{
    display:flex;
    justify-content:center;
    align-items:center;
    position:relative;
    padding-top:2rem
}
form .regBtnWrap.noPsedo::before,form .regBtnWrap.noPsedo::after{
    content:none
}
form .regBtnWrap.noPsedo .btnReg{
    width:60%;
    background-color:#470c0c;
    color:#fff
}
form .regBtnWrap::before{
    content:"";
    position:absolute;
    left:0;
    width:25%;
    height:.1rem;
    background-color:#d6d6d6
}
form .regBtnWrap::after{
    content:"";
    position:absolute;
    right:0;
    width:25%;
    height:.1rem;
    background-color:#d6d6d6
}
form .regBtnWrap .btnReg{
    background-color:#ffe1e1;
    width:14rem;
    height:4rem;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:1.6rem;
    font-weight:500;
    color:#6d2323;
    border-radius:.4rem
}
form .regBtnWrap .btnReg:focus{
    outline:none;
    box-shadow:none
}
form .regBtnWrap .btnReg.loginBtns{
    background-color:#ffe1e1;
    color:#6d2323
}
form .regBtnWrap .btnReg.loginBtns:hover{
    background-color:#470c0c;
    color:#fff
}
form .regBtnWrap .btnReg:hover{
    background-color:#470c0c;
    color:#fff
}
form .form-floating .showPswd{
    position:absolute;
    right:2rem;
    top:50%;
    transform:translateY(-50%);
    display:flex;
    justify-content:center;
    align-items:center;
    width:2rem;
    height:2rem;
    cursor:pointer
}
form .form-floating .showPswd i{
    font-size:1.8rem;
    color:#565656
}
form .form-floating .form-control{
    border:.1rem solid #a8a8a8;
    border-radius:.4rem;
    height:4.8rem;
    color:#989898;
    font-size:1.6rem;
    font-weight:400;
    position:relative
}
form .form-floating .form-control:focus{
    outline:none;
    box-shadow:none
}
form .form-floating .form-control:focus~label{
    top:3px;
    transform:scale(0.65) translateY(-1.2rem) translateX(0.15rem);
    font-size:1.8rem;
    font-weight:500;
    color:#470c0c;
    opacity:1
}
form .form-floating .form-control:not(:placeholder-shown)~label,form .form-floating .form-control:not(:placeholder-shown) .form-floating>.form-select~label{
    opacity:.65;
    transform:scale(0.65) translateY(-1.2rem) translateX(0.15rem);
    font-size:1.8rem;
    font-weight:500;
    color:#470c0c;
    opacity:1
}
form .form-floating label{
    top:3px;
    color:#989898;
    font-size:1.6rem;
    font-weight:400
}
form .frgtPswdWrap{
    text-align:right
}
form .frgtPswdWrap a{
    font-size:1.4rem;
    font-weight:400;
    color:#989898
}
form .frgtPswdWrap .resendOTPText{
    color:#440c0c;
    font-weight:600
}
form .tagLabel{
    font-size:1.6rem;
    color:#494848;
    font-weight:400
}
form .btnLogin{
    height:4.8rem;
    background:#470c0c;
    border-radius:.4rem;
    color:#fff;
    font-size:1.8rem;
    font-weight:500
}
form .btnLogin:hover{
    background-color:#ffe1e1;
    color:#6d2323
}
form .btnLogin:focus{
    outline:none;
    box-shadow:none
}
form .form-check-label{
    font-size:1.4rem;
    color:#989898;
    font-weight:400;
    line-height:2;
    cursor:pointer
}
form .form-check-input[type=checkbox]{
    width:2rem;
    height:2rem;
    margin-right:.5rem
}
form .form-check-input:focus{
    outline:none;
    box-shadow:none
}
form .form-check-input:checked{
    background-color:#470c0c;
    border-color:#470c0c
}
form .regBtnWrap{
    display:flex;
    justify-content:center;
    align-items:center;
    position:relative;
    padding-top:2rem
}
form .regBtnWrap.noPsedo::before,form .regBtnWrap.noPsedo::after{
    content:none
}
form .regBtnWrap.noPsedo .btnReg{
    width:60%;
    background-color:#470c0c;
    color:#fff
}
form .regBtnWrap::before{
    content:"";
    position:absolute;
    left:0;
    width:25%;
    height:.1rem;
    background-color:#d6d6d6
}
form .regBtnWrap::after{
    content:"";
    position:absolute;
    right:0;
    width:25%;
    height:.1rem;
    background-color:#d6d6d6
}
form .regBtnWrap .btnReg{
    background-color:#ffe1e1;
    width:14rem;
    height:4rem;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:1.6rem;
    font-weight:500;
    color:#6d2323;
    border-radius:.4rem
}
form .regBtnWrap .btnReg:focus{
    outline:none;
    box-shadow:none
}
form .regBtnWrap .btnReg.loginBtns{
    background-color:#ffe1e1;
    color:#6d2323
}
form .regBtnWrap .btnReg.loginBtns:hover{
    background-color:#470c0c;
    color:#fff
}
form .regBtnWrap .btnReg:hover{
    background-color:#470c0c;
    color:#fff
}
form .col-12{
    padding:0 1.5rem
}
form .col-12 .form-control{
    padding:1.1rem 1.5rem;
    border:0;
    border-radius:.8rem;
    font-size:1.6rem;
    font-weight:400;
    color:#313131
}
form .col-12 .form-control:disabled{
    background-color:#e4e4e4;
    opacity:.6
}
form .col-12 .form-control:focus{
    outline:none;
    box-shadow:none
}
/*form .col-12 textarea{*/
/*  height:20rem !important*/
/*}*/
form .col-12 .form-select,form .col-12 .form-control{
    padding:1.1rem .5rem;
    border:0;
    border-radius:.8rem;
    font-size:1.6rem;
    font-weight:400;
    color:#313131;
    cursor:pointer
}
form .col-12 .form-select:disabled,form .col-12 .form-control:disabled{
    background-color:#e4e4e4;
    opacity:.6
}
form .col-12 .form-select:focus,form .col-12 .form-control:focus{
    outline:none;
    box-shadow:none
}
form .col-12 .form-control{
    padding:1.1rem .5rem;
    border:0;
    border-radius:.8rem;
    font-size:1.6rem;
    font-weight:400;
    color:#313131;
    cursor:pointer
}
form .col-12 .form-control:disabled{
    background-color:#e4e4e4;
    opacity:.6
}
form .col-12 .form-control:focus{
    outline:none;
    box-shadow:none
}
form .col-12 .chosen-container-single{
    width:100% !important
}
form .col-12 .chosen-container-single.chosen-with-drop .chosen-single{
    box-shadow:0 0 5px rgba(0,0,0,.3)
}
form .col-12 .chosen-container-single.chosen-with-drop .chosen-single div{
    width:30px
}
form .col-12 .chosen-container-single.chosen-with-drop .chosen-single div b{
    transform:rotate(180deg);
    background:url(../images/dropdown-arrow.svg) 20px 20px no-repeat
}
form .col-12 .chosen-container-single .chosen-single{
    height:100%;
    border-radius:.8rem;
    background-image:none;
    background-repeat:unset;
    background-clip:unset;
    background-size:unset;
    box-shadow:unset;
    padding:1.1rem 1rem;
    font-size:1.6rem;
    font-weight:400;
    color:#313131;
    border:0;
    background-color:#fff
}
form .col-12 .chosen-container-single .chosen-single div{
    width:30px
}
form .col-12 .chosen-container-single .chosen-single div b{
    background:url(../images/dropdown-arrow.svg) 0 20px no-repeat
}
form .col-12 .chosen-container-single .chosen-drop{
    top:90%;
    border-bottom-left-radius:1rem;
    border-bottom-right-radius:1rem;
    box-shadow:0px 2px 5px rgba(0,0,0,.3);
    border:0
}
form .col-12 .chosen-container-single .chosen-drop .chosen-results{
    font-size:1.4rem;
    font-weight:400;
    color:#6d2323
}
form .col-12 .chosen-container-single .chosen-drop .chosen-results .active-result.highlighted{
    background-color:#6d2323 !important;
    background-image:none;
    color:#fff
}
form .col-12 .chosen-container-multi{
    width:100% !important
}
form .col-12 .chosen-container-multi .chosen-choices{
    border:.1rem solid #a8a8a8;
    border-radius:.5rem;
    font-size:1.6rem;
    font-weight:400;
    color:#313131;
    cursor:pointer;
    padding:1rem .5rem;
    background-image:none
}
form .col-12 .chosen-container-multi .chosen-choices .search-choice{
    padding:5px 25px 5px 15px;
    border:1px solid #6d2323;
    border-radius:6px;
    background-color:#6d2323;
    background-image:none;
    background-repeat:unset;
    background-clip:unset;
    background-size:unset;
    font-weight:400;
    font-size:1.4rem;
    color:#fff;
    box-shadow:none
}
form .col-12 .chosen-container-multi .chosen-choices .search-choice .search-choice-close{
    background:url(../images/cancel.png) 0px 0px no-repeat;
    background-size:contain;
    top:7px;
    right:8px;
    width:9px;
    height:9px
}
form .col-12 .chosen-container-multi .chosen-drop{
    top:90%;
    border-bottom-left-radius:1rem;
    border-bottom-right-radius:1rem;
    box-shadow:0px 2px 5px rgba(0,0,0,.3);
    border:0
}
form .col-12 .chosen-container-multi .chosen-drop .chosen-results{
    font-size:1.4rem;
    font-weight:400;
    color:#6d2323
}
form .col-12 .chosen-container-multi .chosen-drop .chosen-results .active-result.highlighted{
    background-color:#6d2323 !important;
    background-image:none;
    color:#fff
}
#selectImageModal .modal-dialog .modal-content .btn-close{
    position:absolute;
    right:1rem;
    top:.5rem;
    width:3rem;
    height:3rem;
    opacity:1;
    font-size:1.6rem;
    z-index:1;
    background:rgba(0,0,0,0)
}
#selectImageModal .modal-dialog .modal-content .btn-close:focus{
    outline:none;
    box-shadow:none
}
#selectImageModal .modal-dialog .modal-content .modal-body .upPhotosWrapper{
    padding:2rem 3rem
}
@media(max-width: 834px){
    #selectImageModal .modal-dialog .modal-content .modal-body .upPhotosWrapper{
        padding:2rem 0rem
    }
}
@media(max-width: 767px){
    #selectImageModal .modal-dialog .modal-content .modal-body .upPhotosWrapper{
        padding:2rem 3rem
    }
}
#selectImageModal .modal-dialog .modal-content .modal-body .upPhotosWrapper .popTitle{
    text-align:center;
    font-size:2.2rem;
    font-weight:600;
    color:#470c0c;
    margin-bottom:3rem
}
@media(max-width: 834px){
    #selectImageModal .modal-dialog .modal-content .modal-body .upPhotosWrapper .popTitle{
        font-size:1.8rem
    }
}
#selectImageModal .modal-dialog .modal-content .modal-body .upPhotosWrapper .photosUpOptWrap{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    padding:3rem 0;
    border:.2rem dotted #a8a8a8;
    border-radius:1.2rem;
    margin-bottom:1rem
}
@media(max-width: 767px){
    #selectImageModal .modal-dialog .modal-content .modal-body .upPhotosWrapper .photosUpOptWrap{
        gap:1.5rem
    }
}
#selectImageModal .modal-dialog .modal-content .modal-body .upPhotosWrapper .photosUpOptWrap .col-md-3{
    padding:0 1rem;
    width:30%
}
@media(max-width: 767px){
    #selectImageModal .modal-dialog .modal-content .modal-body .upPhotosWrapper .photosUpOptWrap .col-md-3{
        width:85%
    }
}
#selectImageModal .modal-dialog .modal-content .modal-body .upPhotosWrapper .photosUpOptWrap .col-md-3 .selectedImgWrap{
    display:flex;
    align-items:center;
    justify-content:center;
    left:2rem
}
#selectImageModal .modal-dialog .modal-content .modal-body .upPhotosWrapper .photosUpOptWrap .col-md-3 .selectedImgWrap .clickableImgWrap{
    width:100%;
    height:16rem;
    border-radius:.8rem;
    overflow:hidden;
    position:relative;
    display:flex
}
@media(max-width: 834px){
    #selectImageModal .modal-dialog .modal-content .modal-body .upPhotosWrapper .photosUpOptWrap .col-md-3 .selectedImgWrap .clickableImgWrap{
        height:11rem
    }
}
@media(max-width: 767px){
    #selectImageModal .modal-dialog .modal-content .modal-body .upPhotosWrapper .photosUpOptWrap .col-md-3 .selectedImgWrap .clickableImgWrap{
        height:20rem
    }
}
#selectImageModal .modal-dialog .modal-content .modal-body .upPhotosWrapper .photosUpOptWrap .col-md-3 .selectedImgWrap .clickableImgWrap img{
    height:100%;
    width:100%;
    object-fit:cover;
    object-position:top
}
#selectImageModal .modal-dialog .modal-content .modal-body .upPhotosWrapper .photosUpOptWrap .col-md-3 .selectedImgWrap .clickableImgWrap .upPhoto{
    display:flex;
    justify-content:center;
    align-items:center;
    width:3.5rem;
    height:3.5rem;
    background:#fff;
    position:absolute;
    bottom:1rem;
    left:1rem;
    border-radius:50%;
    cursor:pointer
}
@media(max-width: 834px){
    #selectImageModal .modal-dialog .modal-content .modal-body .upPhotosWrapper .photosUpOptWrap .col-md-3 .selectedImgWrap .clickableImgWrap .upPhoto{
        width:2.5rem;
        height:2.5rem
    }
}
@media(max-width: 767px){
    #selectImageModal .modal-dialog .modal-content .modal-body .upPhotosWrapper .photosUpOptWrap .col-md-3 .selectedImgWrap .clickableImgWrap .upPhoto{
        width:3.5rem;
        height:3.5rem
    }
}
@media(max-width: 834px){
    #selectImageModal .modal-dialog .modal-content .modal-body .upPhotosWrapper .photosUpOptWrap .col-md-3 .selectedImgWrap .clickableImgWrap .upPhoto svg{
        width:1.2rem;
        height:1.2rem
    }
}
@media(max-width: 767px){
    #selectImageModal .modal-dialog .modal-content .modal-body .upPhotosWrapper .photosUpOptWrap .col-md-3 .selectedImgWrap .clickableImgWrap .upPhoto svg{
        width:1.8rem;
        height:1.8rem
    }
}
#selectImageModal .modal-dialog .modal-content .modal-body .upPhotosWrapper .photosUpOptWrap .col-md-3 .selectedImgWrap .clickableImgWrap .deletePhoto{
    display:flex;
    justify-content:center;
    align-items:center;
    width:3.5rem;
    height:3.5rem;
    background:#470c0c;
    position:absolute;
    bottom:1rem;
    right:1rem;
    border-radius:50%;
    cursor:pointer
}
@media(max-width: 834px){
    #selectImageModal .modal-dialog .modal-content .modal-body .upPhotosWrapper .photosUpOptWrap .col-md-3 .selectedImgWrap .clickableImgWrap .deletePhoto{
        width:2.5rem;
        height:2.5rem
    }
}
@media(max-width: 767px){
    #selectImageModal .modal-dialog .modal-content .modal-body .upPhotosWrapper .photosUpOptWrap .col-md-3 .selectedImgWrap .clickableImgWrap .deletePhoto{
        width:3.5rem;
        height:3.5rem
    }
}
@media(max-width: 834px){
    #selectImageModal .modal-dialog .modal-content .modal-body .upPhotosWrapper .photosUpOptWrap .col-md-3 .selectedImgWrap .clickableImgWrap .deletePhoto svg{
        width:1.2rem;
        height:1.2rem
    }
}
@media(max-width: 767px){
    #selectImageModal .modal-dialog .modal-content .modal-body .upPhotosWrapper .photosUpOptWrap .col-md-3 .selectedImgWrap .clickableImgWrap .deletePhoto svg{
        width:1.8rem;
        height:1.8rem
    }
}
#selectImageModal .modal-dialog .modal-content .modal-body .upPhotosWrapper p{
    font-size:1.2rem;
    line-height:0;
    margin-bottom:0;
    font-weight:400;
    color:#5f5f5f;
    display:flex;
    align-items:center;
    gap:.5rem
}
#selectImageModal .modal-dialog .modal-content .modal-body .upPhotosWrapper .uuBtnWrap{
    display:flex;
    justify-content:end;
    margin-top:2rem
}
@media(max-width: 767px){
    #selectImageModal .modal-dialog .modal-content .modal-body .upPhotosWrapper .uuBtnWrap{
        justify-content:center
    }
}
#selectImageModal .modal-dialog .modal-content .modal-body .upPhotosWrapper .uuBtnWrap .btn{
    width:18rem;
    height:3.8rem;
    background-color:#470c0c;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:.6rem;
    border:0;
    color:#fff;
    font-size:1.6rem;
    font-weight:500;
    gap:.5rem;
    line-height:0
}
@media(max-width: 834px){
    #selectImageModal .modal-dialog .modal-content .modal-body .upPhotosWrapper .uuBtnWrap .btn{
        font-size:1.4rem
    }
}
#selectImageModal .modal-dialog .modal-content .modal-body .upPhotosWrapper .uuBtnWrap .btn:hover{
    background-color:#590f0f
}
#selectImageModal .modal-dialog .modal-content .modal-body .upPhotosWrapper .uuBtnWrap .btn:focus{
    outline:none;
    box-shadow:none
}
#selectImageModal .modal-dialog .modal-content .modal-body .upPhotosWrapper .uuBtnWrap .btn{
    width:max-content;
    padding:1rem 3rem
}
.modal-dialog-scrollable .modal-body::-webkit-scrollbar{
    display:none
}
.gallery-container{
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-start;
    background-color:#fff;
    border:.1rem solid #e0dfdf;
    width:100%;
    margin:0 auto;
    padding:1.5rem;
    border-radius:1.2rem;
    gap:1.5rem
}
.gallery-item{
    width:31.5%;
    cursor:pointer
}
.gallery-item:hover{
    opacity:1
}
.gallery-item img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:top;
    aspect-ratio:1/1
}
.gallery-content{
    font-size:.8em
}
.lightbox{
    position:fixed;
    display:none;
    background-color:rgba(0,0,0,.8);
    width:100%;
    height:100%;
    overflow:auto;
    top:0;
    left:0;
    z-index:999
}
.lightbox-content{
    position:relative;
    width:70%;
    height:80%;
    margin:5% auto
}
.lightbox-content img{
    border-radius:7px;
    width:100%;
    height:100%;
    object-fit:cover;
    aspect-ratio:1/1;
    object-position:top
}
.lightbox-prev,.lightbox-next{
    position:absolute;
    background-color:rgba(0,0,0,.8);
    color:#fff;
    padding:7px;
    top:45%;
    cursor:pointer
}
.lightbox-prev{
    left:0
}
.lightbox-prev::before{
    font-size:2.2rem
}
.lightbox-next::before{
    font-size:2.2rem
}
.lightbox-next{
    right:0;
    font-size:2.2rem
}
.lightbox-prev:hover,.lightbox-next:hover{
    opacity:.8
}
@media screen and (max-width: 834px){
    .lightbox-content{
        width:80%;
        height:30%;
        margin:50% auto
    }
}
@media(max-width: 767px){
    .gallery-container{
        width:100%
    }
    .gallery-item{
        flex-basis:49.8%;
        margin-bottom:3px
    }
    .lightbox-content{
        height:25%
    }
}
@media(max-width: 480px){
    .gallery-item{
        flex-basis:100%;
        margin-bottom:1px
    }
    .lightbox-content{
        width:90%
    }
}
.accountVerificationBox{
    margin-bottom:2rem;
    background-color:#fff;
    border:.1rem solid #e0dfdf;
    border-radius:1.2rem;
    padding:1.5rem
}
.accountVerificationBox .innerBx .titlenBntWrap{
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    margin-bottom:2rem
}
@media(max-width: 767px){
    .accountVerificationBox .innerBx .titlenBntWrap{
        justify-content:center
    }
}
.accountVerificationBox .innerBx .titlenBntWrap h1{
    font-size:2.2rem;
    font-weight:500;
    color:#470c0c;
    margin-bottom:0
}
.accountVerificationBox .innerBx .titlenBntWrap h1 .packType{
    padding:.3rem 1.3rem;
    font-size:1.2rem;
    font-weight:500;
    color:#fff;
    border-radius:.3rem
}
.accountVerificationBox .innerBx .titlenBntWrap h1 .gold{
    background:linear-gradient(180deg, rgb(245, 214, 0) 0%, rgb(196, 147, 0) 100%)
}
.accountVerificationBox .innerBx .titlenBntWrap h1 .silver{
    background:linear-gradient(180deg, rgb(228, 228, 228) 0%, rgb(99, 99, 99) 100%)
}
@media(max-width: 767px){
    .accountVerificationBox .innerBx .titlenBntWrap h1 span svg{
        width:1.6rem;
        height:1.6rem
    }
}
.accountVerificationBox .innerBx .titlenBntWrap h1 .packType{
    font-size:1rem
}
@media(max-width: 767px){
    .accountVerificationBox .innerBx .titlenBntWrap h1{
        margin-right:1.5rem;
        font-size:1.8rem;
        text-align:center
    }
}
.accountVerificationBox .innerBx .titlenBntWrap .upgradBtnWrap .btn{
    width:18rem;
    height:3.8rem;
    background-color:#470c0c;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:.6rem;
    border:0;
    color:#fff;
    font-size:1.6rem;
    font-weight:500;
    gap:.5rem;
    line-height:0
}
@media(max-width: 834px){
    .accountVerificationBox .innerBx .titlenBntWrap .upgradBtnWrap .btn{
        font-size:1.4rem
    }
}
.accountVerificationBox .innerBx .titlenBntWrap .upgradBtnWrap .btn:hover{
    background-color:#590f0f
}
.accountVerificationBox .innerBx .titlenBntWrap .upgradBtnWrap .btn:focus{
    outline:none;
    box-shadow:none
}
.accountVerificationBox .innerBx .titlenBntWrap .upgradBtnWrap .btn{
    width:13rem;
    background-color:#fff5f5;
    color:#6d2323
}
.accountVerificationBox .innerBx .titlenBntWrap .upgradBtnWrap .btn:hover{
    color:#fff
}
.accountVerificationBox .innerBx .titlenBntWrap .upgradBtnWrap .btn:hover span svg path{
    fill:#fff
}
.accountVerificationBox .innerBx p{
    font-size:1.4rem;
    font-weight:400;
    color:#5f5f5f;
    width:85%
}
@media(max-width: 767px){
    .accountVerificationBox .innerBx p{
        width:100%;
        font-size:1.2rem;
        text-align:center
    }
}
.accountVerificationBox .innerBx .accVeryfiedStepsWrap h6{
    font-size:1.6rem;
    font-weight:500;
    color:#470c0c;
    margin-bottom:2rem
}
@media(max-width: 767px){
    .accountVerificationBox .innerBx .accVeryfiedStepsWrap h6{
        text-align:center;
        margin-bottom:1rem
    }
}
.accountVerificationBox .innerBx .accVeryfiedStepsWrap ul{
    display:flex;
    justify-content:space-between;
    align-items:center
}
.accountVerificationBox .innerBx .accVeryfiedStepsWrap ul li{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    width:14.288%
}
.accountVerificationBox .innerBx .accVeryfiedStepsWrap ul li.complete span{
    background-color:#6d2323
}
.accountVerificationBox .innerBx .accVeryfiedStepsWrap ul li.inComplete span{
    position:relative
}
.accountVerificationBox .innerBx .accVeryfiedStepsWrap ul li.inComplete span::before{
    content:"";
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);
    width:1rem;
    height:1rem;
    border-radius:50%;
    background-color:#6d2323
}
.accountVerificationBox .innerBx .accVeryfiedStepsWrap ul li span{
    display:flex;
    align-items:center;
    justify-content:center;
    width:3rem;
    height:3rem;
    border-radius:50%;
    background-color:#fff5f5;
    z-index:1
}
.accountVerificationBox .innerBx .accVeryfiedStepsWrap ul li:nth-child(n+2)::after{
    content:"";
    position:absolute;
    left:-100%;
    top:50%;
    width:100%;
    height:.2rem;
    background-color:#fff5f5
}
.accountVerificationBox .innerBx .accVeryfiedStepsWrap .planDetailsTableWrap .table-responsive .table thead{
    background:#6d2323;
    color:#fff;
    text-align:center
}
.accountVerificationBox .innerBx .accVeryfiedStepsWrap .planDetailsTableWrap .table-responsive .table thead tr th{
    border:.1rem solid #fff;
    font-size:1.4rem;
    font-weight:400;
    padding:1rem 0
}
.accountVerificationBox .innerBx .accVeryfiedStepsWrap .planDetailsTableWrap .table-responsive .table thead tr th:first-child{
    border-top-left-radius:1.2rem
}
.accountVerificationBox .innerBx .accVeryfiedStepsWrap .planDetailsTableWrap .table-responsive .table thead tr th:last-child{
    border-top-right-radius:1.2rem
}
.accountVerificationBox .innerBx .accVeryfiedStepsWrap .planDetailsTableWrap .table-responsive .table tbody tr{
    background:#fff5f5;
    color:#888;
    text-align:center;
    padding:1rem 0
}
.accountVerificationBox .innerBx .accVeryfiedStepsWrap .planDetailsTableWrap .table-responsive .table tbody tr td{
    font-size:1.4rem;
    font-weight:400;
    padding:2rem 0 0;
    border:.1rem solid #fff;
    height:6rem
}
.accountVerificationBox .innerBx .accVeryfiedStepsWrap .planDetailsTableWrap .table-responsive .table tbody tr td:first-child{
    border-bottom-left-radius:1.2rem
}
.accountVerificationBox .innerBx .accVeryfiedStepsWrap .planDetailsTableWrap .table-responsive .table tbody tr td:last-child{
    border-bottom-right-radius:1.2rem
}
.accountVerificationBox .innerBx .accVeryfiedStepsWrap .planDetailsTableWrap .table-responsive .table tbody tr td span{
    color:#109204
}
.accountVerificationBox .innerBx .accVeryfiedStepsWrap .planDetailsTableWrap .mobPlans ul{
    flex-direction:column;
    justify-content:flex-start;
    align-items:flex-start
}
.accountVerificationBox .innerBx .accVeryfiedStepsWrap .planDetailsTableWrap .mobPlans ul li{
    width:100%
}
.accountVerificationBox .innerBx .accVeryfiedStepsWrap .planDetailsTableWrap .mobPlans ul li .label{
    border-radius:0;
    width:35%;
    justify-content:flex-start;
    background-color:rgba(0,0,0,0);
    font-size:1.4rem;
    font-weight:500;
    color:#6d2323
}
.accountVerificationBox .innerBx .accVeryfiedStepsWrap .planDetailsTableWrap .mobPlans ul li .liData{
    border-radius:0;
    width:65%;
    justify-content:flex-start;
    background-color:rgba(0,0,0,0);
    font-size:1.4rem;
    font-weight:500;
    color:#313131
}
.accountVerificationBox .innerBx .accVeryfiedStepsWrap .planDetailsTableWrap .mobPlans ul li .liData.active{
    color:#109204
}
.accountVerificationBox .innerBx .accVeryfiedStepsWrap .planDetailsTableWrap .viewAllBtnWrap{
    display:flex;
    justify-content:flex-end;
    align-items:center
}
.accountVerificationBox .innerBx .accVeryfiedStepsWrap .planDetailsTableWrap .viewAllBtnWrap .btn{
    font-size:1.4rem;
    font-weight:500;
    color:#470c0c
}
.accountVerificationBox .innerBx .accVeryfiedStepsWrap .planDetailsTableWrap .viewAllBtnWrap .btn:focus{
    outline:none;
    box-shadow:none
}
.chatBoxTitleWrap{
    margin-bottom:3rem
}
.chatBoxTitleWrap h1{
    font-size:2.2rem;
    font-weight:500;
    color:#470c0c;
    margin-bottom:.5rem
}
.chatBoxTitleWrap p{
    font-size:1.4rem;
    font-weight:400;
    color:#5f5f5f;
    width:85%
}
#frame{
    display:flex;
    gap:1rem
}
#frame #sidepanel{
    height:inherit;
    float:left;
    min-width:280px;
    max-width:340px;
    width:40%;
    height:100%;
    background-color:hsla(0,0%,100%,.61);
    overflow:auto;
    position:relative;
    border-radius:1.2rem
}
@media(max-width: 767px){
    #frame #sidepanel{
        width:100%;
        max-width:inherit;
        display:flex;
        flex-wrap:wrap
    }
}
#frame #sidepanel .chatOnlnList{
    margin-bottom:2rem
}
#frame #sidepanel .chatOnlnList #sliderOnlineWrap{
    padding:0 2rem
}
#frame #sidepanel .chatOnlnList #sliderOnlineWrap .slick-prev{
    left:0
}
#frame #sidepanel .chatOnlnList #sliderOnlineWrap .slick-prev span svg path{
    fill:#545454
}
#frame #sidepanel .chatOnlnList #sliderOnlineWrap .slick-prev.slick-disabled span svg path{
    fill:#a8a8a8
}
#frame #sidepanel .chatOnlnList #sliderOnlineWrap .slick-prev::before{
    display:none
}
#frame #sidepanel .chatOnlnList #sliderOnlineWrap .slick-next{
    right:0
}
#frame #sidepanel .chatOnlnList #sliderOnlineWrap .slick-next span svg path{
    fill:#545454
}
#frame #sidepanel .chatOnlnList #sliderOnlineWrap .slick-next.slick-disabled span svg path{
    fill:#a8a8a8
}
#frame #sidepanel .chatOnlnList #sliderOnlineWrap .slick-next::before{
    display:none
}
#frame #sidepanel .chatOnlnList #sliderOnlineWrap .items{
    display:flex !important;
    justify-content:center;
    align-items:center
}
#frame #sidepanel .chatOnlnList #sliderOnlineWrap .items a{
    display:flex;
    justify-content:center;
    align-items:center;
    width:5rem;
    height:5rem;
    border-radius:50%;
    overflow:hidden
}
#frame #sidepanel .chatOnlnList #sliderOnlineWrap .items a img{
    width:100%;
    height:100%;
    object-fit:cover
}
#frame #sidepanel .titleBox{
    padding:0 1rem;
    margin-top:1rem
}
#frame #sidepanel .titleBox h5{
    font-size:1.6rem;
    font-weight:500;
    color:#5f5f5f
}
@media(max-width: 767px){
    #frame #sidepanel .titleBox h5{
        font-size:1.2rem;
        text-align:center
    }
}
#frame #sidepanel #search{
    border:1px solid #470c0c;
    position:relative;
    margin:1rem 1rem;
    border-radius:5rem;
    overflow:hidden
}
@media screen and (max-width: 735px){
    #frame #sidepanel #search{
        display:none
    }
}
#frame #sidepanel #search .searchIcon{
    position:absolute;
    top:50%;
    left:5%;
    transform:translate(-50%, -50%);
    background-color:rgba(0,0,0,0);
    border:none
}
#frame #sidepanel #search input{
    padding:1rem 3.5rem;
    width:100%;
    border:none;
    background:#fff;
    font-size:1.6rem;
    font-weight:400;
    color:#a8a8a8
}
#frame #sidepanel #search input:focus{
    outline:none;
    background:#fff;
    box-shadow:none
}
#frame #sidepanel #contacts{
    height:100vh;
    overflow-y:scroll;
    overflow-x:hidden
}
@media screen and (max-width: 735px){
    #frame #sidepanel #contacts{
        width:100%
    }
    #frame #sidepanel #contacts::-webkit-scrollbar{
        display:none
    }
}
#frame #sidepanel #contacts.expanded{
    height:calc(100% - 334px)
}
#frame #sidepanel #contacts::-webkit-scrollbar{
    width:8px;
    background:#fff
}
#frame #sidepanel #contacts::-webkit-scrollbar-thumb{
    background-color:#440c0c
}
#frame #sidepanel #contacts ul li.contact{
    position:relative;
    padding:1rem 1.5rem;
    cursor:pointer;
    margin:1rem;
    border-radius:1.2rem;
    background-color:#fff
}
@media(max-width: 767px){
    #frame #sidepanel #contacts ul li.contact{
        padding:6px;
        display:flex;
        justify-content:left;
        align-items:center
    }
}
#frame #sidepanel #contacts ul li.contact:hover{
    background:#ffebeb
}
#frame #sidepanel #contacts ul li.contact.active{
    background:#ffe1e1
}
#frame #sidepanel #contacts ul li.contact .wrap{
    position:relative;
    display:flex;
    gap:1rem;
    align-items:center
}
#frame #sidepanel #contacts ul li.contact .wrap span{
    position:absolute;
    left:0;
    margin:-2px 0 0 -2px;
    width:10px;
    height:10px;
    border-radius:50%;
    border:.1rem solid #6d2323;
    background:#95a5a6
}
#frame #sidepanel #contacts ul li.contact .wrap span.online{
    background:#2ecc71
}
#frame #sidepanel #contacts ul li.contact .wrap span.away{
    background:#f1c40f
}
#frame #sidepanel #contacts ul li.contact .wrap span.busy{
    background:#e74c3c
}
#frame #sidepanel #contacts ul li.contact .wrap span.offline{
    background:#b0b0b0
}
#frame #sidepanel #contacts ul li.contact .wrap img{
    width:4rem;
    height:4rem;
    border-radius:50%;
    object-fit:cover
}
@media screen and (max-width: 735px){
    #frame #sidepanel #contacts ul li.contact .wrap img{
        margin-right:0px
    }
}
#frame #sidepanel #contacts ul li.contact .wrap .meta{
    width:85%
}
#frame #sidepanel #contacts ul li.contact .wrap .meta .dateWrap{
    display:flex;
    justify-content:space-between;
    align-items:center
}
#frame #sidepanel #contacts ul li.contact .wrap .meta .dateWrap .name{
    font-size:1.6rem;
    font-weight:600;
    color:#6d2323;
    margin-bottom:0
}
#frame #sidepanel #contacts ul li.contact .wrap .meta .dateWrap .dateSpan{
    font-size:1.2rem;
    font-weight:500;
    color:#888;
    margin-bottom:0
}
#frame #sidepanel #contacts ul li.contact .wrap .meta .preview{
    font-size:1.4rem;
    font-weight:400;
    color:#888;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    margin-bottom:0;
    width:85%;
    -moz-transition:1s all ease;
    -o-transition:1s all ease;
    -webkit-transition:1s all ease;
    transition:1s all ease
}
#frame #sidepanel #contacts ul li.contact .wrap .meta .preview span{
    position:initial;
    border-radius:initial;
    background:none;
    border:none;
    padding:0 2px 0 0;
    margin:0 0 0 1px;
    opacity:.5
}
#frame .content{
    float:right;
    width:60%;
    height:100%;
    overflow:hidden;
    position:relative
}
@media screen and (max-width: 735px){
    #frame .content{
        width:calc(100% - 58px)
    }
}
@media screen and (min-width: 900px){
    #frame .content{
        width:calc(100% - 350px)
    }
}
@media(max-width: 767px){
    #frame .content{
        width:100%
    }
}
#frame .content .contact-profile{
    height:70px;
    background-color:#ffe1e1;
    border-top-left-radius:1.2rem;
    border-top-right-radius:1.2rem;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding-left: 0;
     padding-right :0
}
#frame .content .contact-profile .leftPart{
    display:flex;
    align-items:center;
    width:50%;
    gap:1rem
}
@media(max-width: 767px){
    #frame .content .contact-profile .leftPart{
        width:100%
    }
}
#frame .content .contact-profile .leftPart img{
    width:50px;
    border-radius:50%;
    height:50px;
    object-fit:cover
}
#frame .content .contact-profile .leftPart .userNameWrapBox h6{
    font-size:1.6rem;
    font-weight:600;
    color:#6d2323;
    margin-bottom:0
}
@media(max-width: 767px){
    #frame .content .contact-profile .leftPart .userNameWrapBox h6{
        font-size:1.4rem
    }
}
#frame .content .contact-profile .leftPart .userNameWrapBox p{
    margin-bottom:0;
    font-size:1.4rem;
    color:#888;
    font-weight:400
}
@media(max-width: 767px){
    #frame .content .contact-profile .leftPart .userNameWrapBox p{
        font-size:1.2rem
    }
}
#frame .content .contact-profile .social-media span{
    display:flex;
    justify-content:center;
    align-items:center;
    width:3rem;
    height:3rem;
    background-color:#fff;
    border-radius:50%;
    cursor:pointer
}
#frame .content .messages{
    height:100%;
    min-height:calc(100% - 93px);
    max-height:calc(100% - 93px);
    overflow-y:scroll;
    overflow-x:hidden;
    width:100%;
    background-color:#fff;
    padding-bottom:5rem
}
@media screen and (max-width: 735px){
    #frame .content .messages{
        max-height:calc(100% - 105px)
    }
}
#frame .content .messages::-webkit-scrollbar{
    width:8px;
    background:#621111
}
#frame .content .messages::-webkit-scrollbar-thumb{
    background-color:rgba(0,0,0,.3)
}
#frame .content .messages ul li{
    display:flex;
    align-items:flex-end;
    gap:1rem;
    margin:15px 15px 15px 15px;
    width:calc(100% - 25px)
}
#frame .content .messages ul li:nth-last-child(1){
    margin-bottom:20px
}
#frame .content .messages ul li.sent .senderName{
    display:flex;
    justify-content:space-between;
    align-items:center;
    max-width:300px
}
#frame .content .messages ul li.sent .senderName h4{
    font-size:1.4rem;
    font-weight:500;
    color:#6d2323;
    margin-bottom:.5rem
}
#frame .content .messages ul li.sent .senderName h4 .timeing{
    font-size:1.2rem;
    font-weight:400;
    color:#888;
    padding-left:.5rem
}
#frame .content .messages ul li.sent .senderName .actionOpt{
    cursor:pointer
}
#frame .content .messages ul li.sent p{
    background:#ffe1e1;
    color:#7e7e7e;
    font-size:1.4rem;
    font-weight:400;
    margin-bottom:0
}
#frame .content .messages ul li.replies{
    justify-content:end
}
#frame .content .messages ul li.replies .senderName{
    display:flex;
    justify-content:space-between;
    align-items:center;
    max-width:300px
}
#frame .content .messages ul li.replies .senderName h4{
    font-size:1.4rem;
    font-weight:500;
    color:#6d2323;
    margin-bottom:.5rem
}
#frame .content .messages ul li.replies .senderName h4 .timeing{
    font-size:1.2rem;
    font-weight:400;
    color:#888;
    padding-left:.5rem
}
#frame .content .messages ul li.replies .senderName .actionOpt{
    cursor:pointer
}
#frame .content .messages ul li.replies p{
    background:#ffe1e1;
    color:#7e7e7e;
    font-size:1.4rem;
    font-weight:400;
    margin-bottom:0
}
#frame .content .messages ul li img{
    width:30px;
    height:30px;
    border-radius:50%;
    object-fit:cover
}
#frame .content .messages ul li p{
    display:inline-block;
    padding:10px 15px;
    border-radius:6px;
    max-width:205px;
    line-height:130%
}
@media screen and (min-width: 735px){
    #frame .content .messages ul li p{
        max-width:300px
    }
}
#frame .content .message-input{
    position:absolute;
    bottom:0;
    width:100%;
    z-index:99;
    border-top:.1rem solid #ccc
}
#frame .content .message-input .emojiClick{
    cursor:pointer
}
#frame .content .message-input .wrap{
    position:relative;
    background:#fff;
    height:7rem;
    display:flex;
    align-items:center;
    justify-content:flex-end;
    padding: 0rem 1.5rem 0 1.5rem;
    gap:1rem;
    border-bottom-left-radius:1.2rem;
    border-bottom-right-radius:1.2rem
}
#frame .content .message-input .wrap input{
    border:none;
    width:calc(100% - 90px);
    padding:11px 32px 10px 8px;
    color:#313131;
    height:50%;
    font-size:1.6rem;
    font-weight:400;
    padding:0 1.5rem;
    border-left:.2rem solid #ccc;
    border-right:.2rem solid #ccc
}
@media screen and (max-width: 735px){
    #frame .content .message-input .wrap input{
        padding:15px 32px 16px 8px
    }
}
#frame .content .message-input .wrap input:focus{
    outline:none
}
#frame .content .message-input .wrap button{
    border:none;
    width:4rem;
    height:4rem;
    border-radius:50%;
    cursor:pointer;
    background:#470c0c
}
#frame .content .message-input .wrap button:hover{
    background:#621111
}
#frame .content .message-input .wrap button:focus{
    outline:none;
    box-shadow:none
}
.commonForm .modal-dialog .modal-content{
    padding:5rem 5rem 5rem 5rem;
    border-radius:.8rem;
    background-color:#ffe1e1
}
@media(max-width: 767px){
    .commonForm .modal-dialog .modal-content{
        padding:5rem 1rem 5rem 1rem
    }
}
.commonForm .modal-dialog .modal-content .btn-close{
    position:absolute;
    right:1rem;
    top:.5rem;
    width:3rem;
    height:3rem;
    opacity:1;
    font-size:1.6rem;
    z-index:1;
    background:rgba(0,0,0,0)
}
.commonForm .modal-dialog .modal-content .btn-close:focus{
    outline:none;
    box-shadow:none
}
.commonForm .modal-dialog .modal-content .modal-body{
    background:#fff;
    padding:3rem 5rem;
    border-radius:.8rem
}
@media(max-width: 767px){
    .commonForm .modal-dialog .modal-content .modal-body{
        padding:3rem 1.5rem
    }
}
.commonForm .modal-dialog .modal-content .modal-body h5{
    font-size:3rem;
    font-weight:600;
    color:#1a1818;
    text-align:center;
    margin-bottom:1.5rem
}
.commonForm .modal-dialog .modal-content .modal-body form .form-floating .showPswd{
    position:absolute;
    right:2rem;
    top:50%;
    transform:translateY(-50%);
    display:flex;
    justify-content:center;
    align-items:center;
    width:2rem;
    height:2rem;
    cursor:pointer
}
.commonForm .modal-dialog .modal-content .modal-body form .form-floating .showPswd i{
    font-size:1.8rem;
    color:#565656
}
.commonForm .modal-dialog .modal-content .modal-body form .form-floating .form-control{
    border:.1rem solid #a8a8a8;
    border-radius:.4rem;
    height:4.8rem;
    color:#989898;
    font-size:1.6rem;
    font-weight:400;
    position:relative
}
.commonForm .modal-dialog .modal-content .modal-body form .form-floating .form-control:focus{
    outline:none;
    box-shadow:none
}
.commonForm .modal-dialog .modal-content .modal-body form .form-floating .form-control:focus~label{
    top:3px;
    transform:scale(0.65) translateY(-1.2rem) translateX(0.15rem);
    font-size:1.8rem;
    font-weight:500;
    color:#470c0c;
    opacity:1
}
.commonForm .modal-dialog .modal-content .modal-body form .form-floating .form-control:not(:placeholder-shown)~label,.commonForm .modal-dialog .modal-content .modal-body form .form-floating .form-control:not(:placeholder-shown) .form-floating>.form-select~label{
    opacity:.65;
    transform:scale(0.65) translateY(-1.2rem) translateX(0.15rem);
    font-size:1.8rem;
    font-weight:500;
    color:#470c0c;
    padding-top:15px;
    opacity:1
}
.commonForm .modal-dialog .modal-content .modal-body form .form-floating label{
    top:3px;
    color:#989898;
    font-size:1.6rem;
    font-weight:400
}
.commonForm .modal-dialog .modal-content .modal-body form .frgtPswdWrap{
    text-align:right
}
.commonForm .modal-dialog .modal-content .modal-body form .frgtPswdWrap a{
    font-size:1.4rem;
    font-weight:400;
    color:#989898
}
.commonForm .modal-dialog .modal-content .modal-body form .frgtPswdWrap .resendOTPText{
    color:#440c0c;
    font-weight:600
}
.commonForm .modal-dialog .modal-content .modal-body form .tagLabel{
    font-size:1.6rem;
    color:#494848;
    font-weight:400
}
.commonForm .modal-dialog .modal-content .modal-body form .btnLogin{
    height:4.8rem;
    background:#470c0c;
    border-radius:.4rem;
    color:#fff;
    font-size:1.8rem;
    font-weight:500
}
.commonForm .modal-dialog .modal-content .modal-body form .btnLogin:hover{
    background-color:#ffe1e1;
    color:#6d2323
}
.commonForm .modal-dialog .modal-content .modal-body form .btnLogin:focus{
    outline:none;
    box-shadow:none
}
.commonForm .modal-dialog .modal-content .modal-body form .form-check-label{
    font-size:1.4rem;
    color:#989898;
    font-weight:400;
    line-height:2;
    cursor:pointer
}
.commonForm .modal-dialog .modal-content .modal-body form .form-check-input[type=checkbox]{
    width:2rem;
    height:2rem;
    margin-right:.5rem
}
.commonForm .modal-dialog .modal-content .modal-body form .form-check-input:focus{
    outline:none;
    box-shadow:none
}
.commonForm .modal-dialog .modal-content .modal-body form .form-check-input:checked{
    background-color:#470c0c;
    border-color:#470c0c
}
.commonForm .modal-dialog .modal-content .modal-body form .regBtnWrap{
    display:flex;
    justify-content:center;
    align-items:center;
    position:relative;
    padding-top:2rem
}
.commonForm .modal-dialog .modal-content .modal-body form .regBtnWrap.noPsedo::before,.commonForm .modal-dialog .modal-content .modal-body form .regBtnWrap.noPsedo::after{
    content:none
}
.commonForm .modal-dialog .modal-content .modal-body form .regBtnWrap.noPsedo .btnReg{
    width:60%;
    background-color:#470c0c;
    color:#fff
}
.commonForm .modal-dialog .modal-content .modal-body form .regBtnWrap::before{
    content:"";
    position:absolute;
    left:0;
    width:25%;
    height:.1rem;
    background-color:#d6d6d6
}
.commonForm .modal-dialog .modal-content .modal-body form .regBtnWrap::after{
    content:"";
    position:absolute;
    right:0;
    width:25%;
    height:.1rem;
    background-color:#d6d6d6
}
.commonForm .modal-dialog .modal-content .modal-body form .regBtnWrap .btnReg{
    background-color:#ffe1e1;
    width:14rem;
    height:4rem;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:1.6rem;
    font-weight:500;
    color:#6d2323;
    border-radius:.4rem
}
.commonForm .modal-dialog .modal-content .modal-body form .regBtnWrap .btnReg:focus{
    outline:none;
    box-shadow:none
}
.commonForm .modal-dialog .modal-content .modal-body form .regBtnWrap .btnReg.loginBtns{
    background-color:#ffe1e1;
    color:#6d2323
}
.commonForm .modal-dialog .modal-content .modal-body form .regBtnWrap .btnReg.loginBtns:hover{
    background-color:#470c0c;
    color:#fff
}
.commonForm .modal-dialog .modal-content .modal-body form .regBtnWrap .btnReg:hover{
    background-color:#470c0c;
    color:#fff
}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{
    -webkit-appearance:none;
    margin:0
}
input[type=number]{
    -moz-appearance:textfield
}
.headsection{
    width:100%;
    height:300px;
    background-image:url("../images/indian-bride.png");
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center
}
@media(min-width: 768px){
    .headsection{
        padding-top:5rem;
        height:40rem
    }
}
.branchRow{
    row-gap:3rem
}
.headsection h1{
    color:#fff;
    font-size:50px;
    font-weight:900
}
.headsection p{
    width:40%;
    color:#fff;
    margin-top:5px;
    font-size:18px
}
@media screen and (max-width: 991px){
    .headsection h1{
        font-size:32px;
        margin-top:5rem
    }
    .headsection p{
        font-size:16px;
        width:75%
    }
}
@media screen and (max-width: 767px){
    .headsection{
        height:50%
    }
    .headsection h1{
        font-size:24px;
        margin-top:5rem
    }
    .headsection p{
        font-size:14px;
        width:95%
    }
}
.Branch-section2main{
    display:flex;
    height:auto;
    padding-bottom:70px
}
.Branch-section2main .searchBoxColumn{
    margin:auto;
    width:fit-content
}
.Branch-section2main .searchBoxContainer{
    width:395px;
    position:relative
}
.Branch-section2main .searchBoxContainer .search-icon{
    position:absolute;
    top:15px;
    right:20px
}
.Branch-card-1{
    height:auto;
    border-radius:10px;
    position:relative
}
.Branch-card-1 .Branch-card-1-innercard{
    width:100%;
    height:150px;
    background-color:#6d2323;
    border-top-left-radius:9px;
    border-top-right-radius:9px
}
.Branch-card-1-location{
    width:70%;
    height:59px;
    background-color:#fff5f5;
    border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;
    text-align:center;
    padding-top:6px;
    font-size:18px;
    font-weight:700
}
.Branch-card-1-innercard2{
    width:100%;
    height:120px;
    background-color:#fff5f5;
    border:1px solid #000;
    font-size:18px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    padding-top:99px;
    padding-bottom:73px
}
.img-parent{
    height:100px;
    position:absolute;
    top:73px;
    left:0px;
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    overflow:hidden
}
.Branch-card1-circle{
    width:100px;
    height:100px;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover
}
.branchcard-1-viewmore{
    width:150px;
    height:40px;
    background-color:#6d2323;
    border-radius:5px;
    color:#fff;
    text-align:center;
    padding-top:8px;
    font-size:16px;
    cursor:pointer;
    bottom:-13px;
    position:absolute;
    left:50%;
    transform:translateX(-50%)
}
.Branch-card-1-innercard3{
    background-color:#fff;
    width:100%;
    max-height:3px;
    opacity:1;
    overflow:hidden;
    border:1px solid #000;
    border-top:-5px;
    font-size:14px;
    padding:28px 9px 293px;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px
}
#branch-card-details p{
    display:flex;
    align-items:flex-start;
    margin-bottom:10px
}
#branch-card-details p img.icon{
    margin-right:6px;
    flex-shrink:0
}
#branch-card-details p{
    font-size:14px;
    line-height:1.5
}
.Branch-card-1-innercard2.no-border{
    border-bottom:none
}
.Branch-card-1-innercard3.show{
    max-height:300px;
    opacity:1;
    padding:20px 10px
}
.searchBtn{
    width:fit-content
}
.searchIcon{
    background-color:rgba(0,0,0,0);
    border:none
}
.profilePicWrap{
    border-radius:1.2rem
}
.btnPrimary,.swal2-confirm,.my-swal-confirm-button,.swal2-confirm.swal2-styled.swal2-default-outline{
    min-width:10rem;
    height:3.5rem;
    border-radius:.8rem;
    font-size:1.6rem;
    font-weight:400;
    color:#ffe1e1;
    background-color:#6d2323
}
@media(max-width: 767px){
    .btnPrimary,.swal2-confirm,.my-swal-confirm-button,.swal2-confirm.swal2-styled.swal2-default-outline{
        font-size:1.4rem
    }
}
.btnPrimary:focus,.btnPrimary:hover,.swal2-confirm:focus,.swal2-confirm:hover,.my-swal-confirm-button:focus,.my-swal-confirm-button:hover,.swal2-confirm.swal2-styled.swal2-default-outline:focus,.swal2-confirm.swal2-styled.swal2-default-outline:hover{
    outline:none;
    box-shadow:none;
    color:#ffe1e1;
    background-color:#6d2323
}
.my-swal-confirm-button{
    min-width:10rem !important;
    height:3.5rem;
    border-radius:.8rem;
    font-size:1.6rem;
    font-weight:400;
    color:#ffe1e1 !important;
    background-color:#6d2323 !important
}
@media(max-width: 767px){
    .my-swal-confirm-button{
        font-size:1.4rem
    }
}
.my-swal-confirm-button:focus,.my-swal-confirm-button:hover{
    outline:none;
    box-shadow:none;
    color:#ffe1e1 !important;
    background-color:#6d2323 !important
}
.btnSecondary,.swal2-deny{
    width:10rem;
    height:3.5rem;
    border-radius:.8rem;
    font-size:1.3rem;
    font-weight:400;
    color:#6d2323;
    background-color:#ffe1e1
}
@media(max-width: 767px){
    .btnSecondary,.swal2-deny{
        font-size:1.4rem
    }
}
.btnSecondary:focus,.btnSecondary:hover,.swal2-deny:focus,.swal2-deny:hover{
    outline:none;
    box-shadow:none;
    color:#6d2323;
    background-color:#ffe1e1
}
.btnIcon{
    min-width:unset
}
h6{
    font-size:1.8rem;
    font-weight:500;
    color:#7e7e7e
}
.cancelBtn{
    font-size:1.6rem;
    color:#989898;
    font-weight:400;
    border:.1rem solid #989898;
    width:10rem;
    height:3.5rem;
    border-radius:.8rem
}
@media(max-width: 767px){
    .cancelBtn{
        font-size:1.4rem
    }
}
.cancelBtn:focus{
    outline:none;
    box-shadow:none
}
.ml-1{
    margin-left:1rem
}
.red{
    background-color:red
}
.ui-timepicker-list li{
    font-family:"Roboto",sans-serif;
    font-weight:400;
    font-size:1.4rem
}
.ui-timepicker-list li:hover{
    background-color:#6d2323 !important
}
.ui-timepicker-selected{
    background-color:#6d2323 !important
}
.swal2-confirm{
    width:fit-content;
    height:3.5rem;
    border-radius:.8rem;
    font-size:1.3rem;
    font-weight:400;
    color:#ffe1e1;
    background-color:#6d2323
}
@media(max-width: 767px){
    .swal2-confirm{
        font-size:1.4rem
    }
}
.swal2-confirm:focus,.swal2-confirm:hover{
    outline:none;
    box-shadow:none;
    color:#ffe1e1;
    background-color:#6d2323
}
.swal2-cancel{
    width:fit-content;
    min-width:10rem;
    font-size:1.3rem;
    font-weight:400;
    border:.1rem solid #989898;
    height:3.5rem;
    border-radius:.8rem;
    padding-top:8px !important;
    padding-bottom:8px !important;
    padding-left:10px !important;
    padding-right:10px !important
}
@media(max-width: 767px){
    .swal2-cancel{
        font-size:1.4rem
    }
}
.swal2-cancel:focus{
    outline:none;
    box-shadow:none
}
html,body{
    overflow-x:hidden
}
#mainBody .gridWraper #dashboardBody #categoriesSection .catWrapper .secTitleWrap{
    padding:1.2rem 2rem;
    height:4rem;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:.8rem;
    border-radius:5rem;
    width:fit-content;
    background-color:#470c0c;
    color:#fff;
    font-size:1.6rem;
    font-weight:400;
    line-height:0;
    margin-bottom:1.5rem;
    margin-top:1.5rem
}
.fa-minus:before{
    content:""
}
#cropImageModal{
    background-color:rgba(0,0,0,.74);
    display:none
}
#cropImageModal .clickableImgWrap{
    min-height:54rem
}
.upload-photo-modal .cropper-container{
    display:contents
}
#croppedImage{
    display:none
}
.imageAddButton{
    position:relative;
    left:-169px;
    top:52px;
    background-color:#fff;
    padding:10px;
    border-radius:50%
}
.mr-2{
    margin-right:1rem
}
@media(max-width: 480px){
    .lightbox-content{
        width:90% !important;
        height:auto
    }
    .lightbox-content img{
        border-radius:7px;
        width:100%;
        height:100%
    }
}
.lightbox-content{
    position:relative;
    width:34%;
    height:auto;
    /*margin:5% auto;*/
    /*margin-top:5rem;*/
    /*min-height:65rem*/
}
.lightbox-content img{
    border-radius:7px;
    width:100%;
    height:100%
}
#uploadPreview_new{
    cursor:pointer
}
.clickableImgWrap .uploadLogo{
    margin:auto;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);
    padding:20px
}
@media(max-width: 768px){
    .clickableImgWrap .uploadLogo{
        padding:15px
    }
}
@media(max-width: 480px){
    .clickableImgWrap .uploadLogo{
        padding:10px
    }
}
.cropper-line,.cropper-point{
    background-color:#470c0c
}
.cropper-container{
    position:absolute;
    left:0;
    top:0
}
.cropper-point.point-se{
    width:5px;
    height:5px
}
#m_table_1_wrapper>th{
    width:auto !important
}
#quickSearchForm .chosen-choices{
    padding:.375rem 2.25rem .375rem .75rem !important
}
.stickyNavBtm{
    display:none
}
.lightbox-set-profile-photo{
    margin-top:-29.3rem;
    display:flex !important;
    align-items:center;
    vertical-align:middle;
    gap:1rem
}
.lightbox-set-profile-photo p{
    font-family:"Roboto",sans-serif;
    vertical-align:center;
    margin-top:1.5rem
}
.icon_button,.setProfilePhotoBtn{
    width:8rem;
    height:3.8rem;
    border:.1rem solid #fff;
    border-radius:.8rem;
    font-size:1.6rem;
    font-weight:500;
    background-color:#fff;
    color:#6d2323;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:.5rem;
    line-height:0;
    font-family:"Roboto",sans-serif
}
#setProfilePhotoBtn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:10px;
    background-color:#fff;
    border:none;
    color:#6d2323
}
.setProfilePhotoBtn svg{
    fill:#6d2323;
    margin-left:8px
}
.setProfilePhotoBtn span{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    color:#6d2323 !important
}
.lightbox-set-profile-photo{
    background:rgba(0,0,0,0)
}
#chatListBox{
    max-height:90vh
}
#frame>#profile-details{
    display:none;
    height:inherit;
    min-height:90vh
}
@media(max-width: 767px){
    #frame>#profile-details{
        left:0;
        height:90vh
    }
}
#notificationList{
    overflow-x:hidden;
    overflow-y:scroll;
    scrollbar-width:none
}
.showChatListBtn{
    display:none
}
@media(max-width: 767px){
    .showChatListBtn{
        display:inline
    }
}
@media(max-width: 767px){
    .serachCatBtnWrap .nav-item{
        margin:auto
    }
}
@media(max-width: 767px){
    .panel-footer>button{
        min-width:7rem
    }
}
@media(max-width: 767px){
    .panel-footer{
        margin:auto
    }
}
.swal_big>div{
    width:35rem !important
}
@media(max-width: 767px){
    .swal_big>div{
        max-width:100vw !important
    }
}
.chosen-choices .search-field input{
    font-size:1.4rem !important;
    padding:.5rem;
    border:1px solid #ccc;
    border-radius:4px;
    color:#a8a8a8 !important
}
.chosen-choices{
    padding:4px !important
}
.searchFormWrap .inputRow>div{
    align-self:start
}
.profileRightBox h6{
    white-space:nowrap;
    text-overflow:ellipsis;
    width:100%;
    display:block;
    box-sizing:border-box
}
#exampleModalLabel{
    font-size:1.7rem
}
::marker{
    display:none
}
.about-us-detail{
    margin-top:10rem
}
#chat-box{
    z-index:2
}
.form-floating .showPswd{
    position:absolute;
    right:2rem;
    top:50%;
    transform:translateY(-50%);
    display:flex;
    justify-content:center;
    align-items:center;
    width:2rem;
    height:2rem;
    cursor:pointer
}
.form-floating .showPswd i{
    font-size:1.8rem;
    color:#565656
}
.form-floating .form-control{
    border:.1rem solid #a8a8a8;
    border-radius:.4rem;
    height:4.8rem;
    color:#989898;
    font-size:1.6rem;
    font-weight:400;
    position:relative
}
.form-floating .form-control:focus{
    outline:none;
    box-shadow:none
}
.form-floating .form-control:focus~label{
    top:3px;
    transform:scale(0.65) translateY(-1.2rem) translateX(0.15rem);
    font-size:1.8rem;
    font-weight:500;
    color:#470c0c;
    opacity:1
}
.form-floating .form-control:not(:placeholder-shown)~label,.form-floating .form-control:not(:placeholder-shown) .form-floating>.form-select~label{
    opacity:.65;
    transform:scale(0.65) translateY(-1.2rem) translateX(0.15rem);
    font-size:1.8rem;
    font-weight:500;
    color:#470c0c;
    opacity:1
}
.form-floating label{
    top:3px;
    color:#989898;
    font-size:1.6rem;
    font-weight:400
}
.form-control{
    border:.1rem solid #a8a8a8;
    border-radius:.4rem;
    height:4.8rem;
    color:#989898;
    font-size:1.6rem;
    font-weight:400;
    position:relative
}
.form-control:focus{
    outline:none;
    box-shadow:none
}
.form-control:focus~label{
    top:3px;
    transform:scale(0.65) translateY(-1.2rem) translateX(0.15rem);
    font-size:1.8rem;
    font-weight:500;
    color:#470c0c;
    opacity:1
}
.form-control:not(:placeholder-shown)~label,.form-control:not(:placeholder-shown) .form-floating>.form-select~label{
    opacity:.65;
    transform:scale(0.65) translateY(-1.2rem) translateX(0.15rem);
    font-size:1.8rem;
    font-weight:500;
    color:#470c0c;
    opacity:1
}
#registrationForm>.chosen-choices{
    min-height:6rem;
    margin-top:14px;
    border:none
}
#registrationForm>.chosen-with-drop{
    border:none
}
#registrationForm>.chosen-container-multi{
    min-height:6rem;
    margin-top:1.5rem;
    min-height:6rem;
    border:1px solid gray;
    border-radius:5px
}
#registrationForm>.search-choice{
    margin-top:16px
}
#uploadModel select,#uploadModel textarea{
    border:1px solid #313131
}
#reportForm{
    display:flex;
    flex-direction:column;
    gap:1rem
}
#reportForm .lableTag{
    font-size:1.6rem;
    font-weight:600;
    color:#6d2323;
    display:block
}
#reportForm select,#reportForm textarea{
    border:.1rem solid #a8a8a8;
    border-radius:.8rem;
    font-size:small;
    font-weight:400;
    color:#313131;
    cursor:pointer;
    outline:none
}
#registerForm .col-12 .chosen-container-multi .chosen-choices{
    padding-top:17px !important
}
@media(max-width: 768px){
    .search-choice-close{
        visibility:hidden !important
    }
}
.editBtnWrap button{
    width:auto !important;
    padding-left:1rem;
    padding-right:1rem
}
#togglePasswordIcon{
    color:#6c757d;
    transition:color .2s;
    outline:none !important;
    border:none !important;
    box-shadow:none !important;
    -webkit-tap-highlight-color:rgba(0,0,0,0)
}
#togglePasswordIcon:hover{
    color:#343a40
}
#togglePasswordIcon:focus,#togglePasswordIcon:active{
    outline:none !important;
    border:none !important;
    box-shadow:none !important
}
#homePage #bannerSection .bannerContentWrap .bannerLefBox .btnWrap .btn{
    width:18.8rem !important
}
.form-select{
    background-color:#fff
}
.form-select:focus{
    border-color:#6b1f1f;
    box-shadow:0 0 0 .2rem rgba(107,31,31,.25)
}




 .select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline;
    list-style: none;
    padding: 0
}

.select2-container .select2-selection--multiple .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option--selectable {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
     min-height: 43px;
    display: flex;
    align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 45px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
    padding-right: 0px
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    min-height: 43px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}
.dataRow.inputRow .select2-container--default .select2-selection--multiple{
    background-color: #fff;
}
/*.dataRow.inputRow .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search.select2-search--inline input{*/
/*    width: 90% !important;*/
/*}*/

/*.input.select2-search__field {*/
/*    width: 100% !important;*/
/*}*/
.myRowE .select2-container--default .select2-selection--single{
       min-height: 43px !important;
        padding: 6px 10px !important;
        border: 1px solid #e6dada !important;
        border-radius: 10px;
        background-color: #ffffff;
        box-sizing: border-box;
        border: 0 !important;
        display: flex !important;
        align-items: center !important;
        flex-direction: row-reverse;
        justify-content: flex-end;
}
.myRowE .select2-container .select2-selection--single .select2-selection__rendered{
        padding-right: .5rem;
         display: flex;
          flex-direction: row-reverse;
          align-items: center;
          gap: 15px
}
.myRowE .select2-container--default .select2-selection--single .select2-selection__clear{
        font-size: 1.8rem;
    display: flex;
    align-items: center;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{
    width: unset;
}
.inputRow .select2-container--default .select2-selection--multiple {
  font-size: 1.4rem;
    color: #a8a8a8;
    font-weight: 400;
    cursor: pointer;
    background-color: #fff5f5;
    border-radius: .6rem;
    border: 0 !important;
    position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px
}

.inputRow .select2-container--default .select2-selection--multiple .select2-selection__choice {
         padding: 5px 20px 2px 5px;
    border: 1px solid #6d2323;
    border-radius: 6px;
    background-color: #6d2323;
    background-image: none;
    background-repeat: unset;
    background-clip: unset;
    background-size: unset;
    font-weight: 400;
    font-size: 1.4rem;
    color: #fff;
    box-shadow: none;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px
}

/*.inputRow .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {*/
/*          background: url(https://ci.shubhmuhurta.com/assets/user/images/cancel.png) 1px 0px no-repeat;*/
/*    background-size: contain;*/
/*    top: 8px;*/
/*    right: 7px;*/
/*    width: 11px;*/
/*    height: 9px;*/
/*    position: absolute;*/
/*    box-shadow: none;*/
/*    display: block;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    outline: none;*/
/*    border: 0;*/
/*    left: unset !important;*/
/*}*/
.inputRow .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
  top: 4px;
    right: -2px;
    position: absolute;
    left: unset !important;
    font-size: 16px;
    color: #fff;
}
.inputRow .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.inputRow .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: transparent !important;
    color: unset !important;
    outline: none
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    border-left: 1px solid #aaa;
    border-right: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
    float: left;
    margin-left: 10px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}
.inputRow .select2-container--default .select2-search--inline .select2-search__field::placeholder{
        font-size: 1.4rem;
    color: #a8a8a8;
    font-weight: 400;
}
.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--group {
    padding: 0
}

.select2-container--default .select2-results__option--disabled {
    color: #999
}

.select2-container--default .select2-results__option--selected {
    background-color: #ddd
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #5897fb;
    color: white
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
    padding-bottom: 5px;
    padding-right: 5px
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
    outline: none
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option--group {
    padding: 0
}

.select2-container--classic .select2-results__option--disabled {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}


.select2-container {
          width: 100% !important;
          font-size: 14px;
        }
        
       
       .inputRow .select2-container--default .select2-selection--multiple {
          min-height: 43px !important;
          padding: 6px 10px !important;
          border: 1px solid #e6dada !important;
          border-radius: 10px;
          background-color: #fff5f5;
          box-sizing: border-box;
           border: 0 !important;
          display: flex !important;         
          align-items: center !important;    
        }

        
        /* placeholder text */
        .select2-container--default 
        .select2-selection__placeholder {
          color: #c9a5a5;
          font-size: 14px;
          line-height: 23px !important;   
        }
        
        /* rendered values */
        .select2-container--default
        .select2-selection--multiple
        .select2-selection__rendered {
          display: flex;
          flex-wrap: wrap;
          gap: 6px;
          padding: 0 !important;
          margin: 0 !important;
        
          align-items: center !important;  
          min-height: 22px;                 
        }

        
        /* selected tag (chip) */
        .select2-container--default
        .select2-selection--multiple
        .select2-selection__choice {
          background: #ffffff;
          border: 1px solid #e2caca;
          border-radius: 6px;
          padding: 4px 8px;
          margin: 0;
          font-size: 13px;
          line-height: 1.2;
          color: #5a1f1f;
        }
        
        /* search field */
        .select2-container--default
        .select2-selection--multiple
       .select2-search__field {
          margin: 0 !important;
          padding: 0 4px !important;   
          min-width: 80px;
          height: 24px;
          line-height: 23px !important;
        }
        
       
        .select2-dropdown {
          border-radius: 12px;
          background: #fff5f5;
          border: 1px solid #e6dada;
        }
        
      
        .select2-results {
          max-height: 260px !important;
          overflow-y: auto !important;
        }
        
      
        .select2-results__option {
          padding: 10px 14px !important;
          font-size: 14px;
          color: #5a1f1f;
        }
        
     
        .select2-results__option--highlighted {
          background-color: #7a2e2e !important;
          color: #ffffff !important;
        }
        
      
        .select2-results__option[aria-selected="true"] {
          background-color: #f1dede !important;
          color: #5a1f1f !important;
        }
        
     
        .select2-container--open,
        .select2-dropdown {
          z-index: 999999 !important;
        }
        
       .select2-container--default .select2-selection--multiple{
          padding-right: 36px !important;
          position: relative;
        }
        
      
       .inputRow .select2-container--default .select2-selection--multiple::after{
         content: "";
            position: absolute;
            right: 12px;
            top: 50%;
            width: 18px;
            height: 18px;
            transform: translateY(-50%);
            pointer-events: none;
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center;
                  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237a2e2e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
                }
        
       
        .select2-container--open
        .select2-selection--multiple::after{
          transform: translateY(-50%) rotate(180deg);
        }
@media(max-width: 834px){
    back-btn {
    width: 40px;
    height: 40px;
    position: absolute !important;
    top: 102px !important;
    left: 10px important;
}

}
.about-us-detail{
    padding-bottom:15px;
}

.about-us-detail h3 {
    padding-top: 20px;
}
.about-us-detail li {
    font-size: 16px;
   list-style-type: unset ;
}


.terms-marathi {
  font-family: 'Noto Sans Devanagari', 'Mukta', 'Hind', sans-serif;
  color: #000;
  line-height: 1.7;
  font-size: 14px;
}

.terms-marathi h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}

.terms-marathi h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 12px 0 8px;
}

.terms-marathi ol {
  padding-left: 20px;
}

.terms-marathi ul {
  padding-left: 18px;
  margin-bottom: 12px;
}

.terms-marathi li {
  margin-bottom: 6px;
}
        
   
  
        
/*Pranav added new style => Nikhil*/
/*# sourceMappingURL=main.css.map */
 