body{
    font-family: 'Roboto', sans-serif;
}
a, a:hover{
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s;
}
button, input, textarea, select{
    box-shadow: none !important;
    outline: none !important;
}
img{
    max-width: 100%;
}
label{
  font-size: 14px;
}
ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.full-container{
    max-width: 1900px;
    margin: 0 auto;
}
::-webkit-scrollbar{ width: 5px; height: 5px; -webkit-box-shadow: inset 0px 0px 6px rgba(0,0,0,0);  -webkit-border-radius: 5px; border-radius: 5px;}
/*add a shadow to the scrollbar here*/
::-webkit-scrollbar-track{ -webkit-box-shadow: inset 0px 0px 0px rgba(0,0,0,0);  -webkit-border-radius: 5px; border-radius: 5px;}
/*this is the little scrolly dealio in the bar*/ 
::-webkit-scrollbar-thumb{ border-radius: 5px; background-color: rgba(0,0,0,0.2); height: 3px;}
/*nobody needs this little scrollbar corner, I mean really, get rid of it haha*/  
::-webkit-scrollbar-corner{ display: none; height: 0px; width: 0px;}

.btn {
    border-radius: 0px;
    background: #952b4a;
    color: #fff;
    font-size: 14px;
    border: 1px solid #952b4a;
    -webkit-transition: .5s;
    transition: .5s;
}

.btn:hover {
    background: #fff;
    color: #952b4a;
}
header {
    background: #fff;
    padding: 10px 0px;
    position: fixed;
    width: 100%;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 10;
}
.navbar-light .navbar-nav .nav-link{
    color: #952b4a;
}
.navbar-light .navbar-nav .active>.nav-link, 
.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.show, 
.navbar-light .navbar-nav .show>.nav-link,
.navbar-expand-lg .navbar-nav li a:hover {
    color: #fff !important;
    background: #952b4a;
}
.webslider{
    background-image: url(../img/header.jpg);
    padding: 150px 0px 20px;
    min-height: 40rem;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    background-size: cover;
    display: flex;
    align-items: flex-end;

} 
.navbar-brand img { border-radius: 5px; width: 110px; }
.homePage .navbar-collapse {
    position: fixed;
    right: -220px;
    top: 0px;
    bottom: 0px;
    background: #fff;
    -webkit-transition: .2s;
    transition: .2s;
    z-index: 1000;
}
.navbar-expand-lg .navbar-nav li a {
    padding: 8px 20px !important;
}
span.navbar-toggler-icon {
    background-image: none !important;
    height: auto;
    width: auto;
}
button.navbar-toggler {
    background: #9b254b;
    border-radius: 0px;
    color: #fff !important;
    border: 1px solid #9b254b !important;
}

button.navbar-toggler:hover {
    background: #fff;
    color: #9b254b !important;
}
.offers h2 {
    color: #952b48;
    font-weight: 800;
    font-size: 50px;
    margin-top: 20px;
}
.signupform {
    background: rgb(0 0 0 / 61%);
    padding: 30px;
}
.signupform h5 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
}

.signupform form {
    background: #fff;
    padding: 15px;
}

.signupform form .form-control {
    border-radius: 0px;
    min-height: 53px;
    font-size: 14px;
    border: 1px solid #ccc;
}
.searchbtn{
    min-height: 52px;
}
header.header-top.darkHeader {
    position: fixed;
    top: 0px;
}

.navbar-expand-lg .navbar-nav {
    flex-direction: column;
    display: block;
}

.navbar-collapse.show {
    right: 0px;
    width: 250px;
}
.homePage .navbar-collapse.show+.overlay {
    background: #000;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0pc;
    opacity: 0.8;
}
select.custom-select {
    background-image: url(../img/downarrow.png) !important;
    background-size: 10px;
}

.parallax-package{
    background-image: url(../img/premium_plans.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    padding: 30px 0px 20px;
}
.feature {
    background: rgb(255 255 255 / 92%);
    border-radius: 0px !important;
    padding: 10px;
    text-align: center;
    border-bottom: 5px solid #902645;
    margin-bottom: 20px;
}
.imgouterbox img {
    width: 90px;
}
.imgouterbox {
    background: #becd34;
    color: #fff;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.viewcontentbox {
    background: #ccc;
    padding: 15px 0px;
    color: #000;
    margin: 10px 0px;
}
.viewcontentbox p {
    margin: 0px;
}
.viewboxop{
  background: #e4e4e4 !important;
}
.viewcontentbox p a {
    color: #000;
}
.viewcontentbox span.d-block {
    color: #cd3162;
    font-size: 22px;
}
.block-content {
    color: rgb(239, 239, 239);
}

.block-content h3 {
    color: #000;
    font-size: 18px;
    margin: 20px 0px;
    text-transform: capitalize;
    font-weight: 600;
}

h3.price-tag {
    font-weight: normal;
    font-size: 26px;
    color: #000;
}

.block-content ul li {
    padding: 10px 0;
    border-bottom: 0;
    text-align: center;
    color: #6a6a6a;
    font-size: 14px;
    
}
.active .block-content ul li{
    text-decoration: line-through;
}
.block-content ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.block-content a.btn {
    border: 1px solid #902645 !important;
    border-radius: 55px;
    background: transparent;
    font-size: 12px;
    padding: 10px 25px;
    color: #902645;
}
.block-content a.btn:hover {
    background: #902645;
    color: #fff;
}
.footer {
    background: #902645;
    color: rgba(255, 255, 255, 0.7);
}
.footer-top {
    padding: 2.5rem 0;
}
.footer .heading-xs {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}
ul.footer-links {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
ul.footer-links li a {
    display: inline-block;
    padding: 0px 0px;
    font-size: 0.8rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
}
ul.footer-links li a:hover { opacity: 0.5; }
.footer-bottom {
    padding: 1.0rem 0;
    background: #902645;
    border-top: 1px solid rgb(255 255 255 / 21%);
}
.footer-bottom .copyright {
    font-size: 13px;
}
.copyright a {
    color: #fff !important;
    font-weight: normal;
}
.onloadmodal {position: relative;}

.onloadmodal button.close {
    position: absolute;
    right: 0;
    top: -7px;
}

.onloadmodal h3 {
    text-align: center;
    color: #942c47;
}

.onloadmodal p {
    text-align: center;
    
   margin: -15px auto -5px;
}

.onloadmodal .form-control {
    border-radius: 0px;
    
    border: 1px solid #ccc;
}
.invitebtn button.btn {
    height: 40px;
}
.boxperent {
    background: #ececec;
    padding: 25px 40px;
    border-radius: 5px;
}

.boxperent span.imgbox {
    width: 90px;
    height: 90px;
    margin-bottom: 20px;
}

.boxperent span.imgbox img {
    width: 110px;
    height: 90px;
    object-fit: cover;
    border-radius: 26px 0px;
}

.boxperent span.userinfo {
    width: calc(100% - 110px);
    padding-left: 15px;
    text-align: left;
    padding: 0px 0px 0px 15px;
} 

span.userinfo h4 {
    color: #4f4f4f;
}

span.userinfo p {
    color: #4f4f4f;
    margin: 0px;
}

.boxperent p {
    color: #4f4f4f;
    font-size: 14px;
}
.successfulMarriages {
    padding: 40px 0px;
}
.webheading {
    margin-bottom: 40px;
}

.webheading h2 {
    color: #922847;
    font-weight: 600;
}
.successfulMarriages .owl-item{
    opacity: 0.5
}
.successfulMarriages .owl-item.center{
    opacity: 1
}
.successfulMarriages .owl-item.center .boxperent {
    background: #952b4a;
}
.successfulMarriages .owl-item.center .boxperent h2, .owl-item.center .boxperent p,
.successfulMarriages .owl-item.center span.userinfo h4{
    color: #fff !important;
}
.lastp{
    position: relative;
}
.testimonial .owl-dots {
    text-align: center;
}

.testimonial .owl-dots button {
    width: 15px;
    height: 5px;
    background: #ccc !important;
    margin: 5px;
    border-radius: 0px;
}

.testimonial .owl-dots button.active {
    background: #952b4a !important;
}
.addbio{
    padding: 40px 0px;
    border-bottom: 1px solid #ccc;
}
.profile-image {
    position: relative;
    overflow: hidden;
}
.profile-image img{
    height: 300px;
    
}

.agile-overlay {
    opacity: 0;
    position: absolute;
    bottom: -500px;
    z-index: -1;
    background: #fff;
    left: 0px;
    right: 0px;
    color: #000;
    -webkit-transition: .3s;
    transition: .3s;
}

.profile-image:hover .agile-overlay {
    opacity: 1;
    bottom: 0px;
    height: 60%;
    z-index: 10;
    padding: 15px;
    width: 100%;
}

.agile-overlay h5 {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 13px;
}
.agile-overlay h4 {
    font-size: 20px;
}
.addbio .owl-nav {
    
    width: 70px;
    margin: 20px auto 0px;
    z-index: 100;
}

.addbio .owl-nav button.owl-next {
    float: right;
}

.addbio .owl-nav button span {
    font-size: 50px;
    background: #fff;
    width: 30px;
    display: inline-block;
    color: #952b4a;
    padding: 6px 0px 12px;
    line-height: 20px;
    opacity: 0.8;
    border: 1px solid #ccc;
}

.addbio .owl-nav button span:hover {
    opacity: 1;
}
.innerHeader{
    position: initial;
    box-shadow: -3px -1px 11px #cccccca6;
    margin-bottom: 5px;
    border: 0px;
}
.page_content_inner {
  background: #fff;
  padding: 1.5rem 1rem;
}
.about_content_mian {
  padding-top: 12rem;
  background: linear-gradient(190deg, #f9f9f9 47%, #fff 46%);
}
.about_content_mian .about_content {
  padding: 12rem 0rem 4rem;
}

.about_content p {
  color: #626262;
  font-size: 1.28rem;
}
.sidebar_heading {
  border-bottom: 1px solid #eaeaea;
}

.sidebar {
  border: 1px solid #eaeaea;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
}

.sidebar_heading h3 a {
  font-size: 16px;
}

.sidebar_heading h3 {
  color: #222222;
  font-size: 20px;
}

.sidebar .seprator {
  padding: 12px;
}

.sidebar .seprator + .seprator {
  border-top: 1px solid #eaeaea;
}

.sidebar .seprator h6 {
  color: #222222;
  font-size: 16px;
  margin-bottom: 12px;
}

.sidebar .seprator li + li {
  margin-top: 15px;
}

.custom_check {
  color: #626262;
  font-size: 16px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  line-height: 22px;
  padding-left: 30px;
}

.custom_check input {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  margin: 0px 0px;
  z-index: 2;
}

.custom_check .check_indicator {
  height: 23px;
  width: 23px;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 0px;
}

.custom_check input:checked + .check_indicator:before {
  width: 5px;
  height: 10px;
  position: absolute;
  left: 8px;
  top: 3px;
  border: solid #fff;
  border-width: 0px 2px 2px 0px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}

.custom_check input:checked + .check_indicator {
  background-color: #0078ff;
}

.mentor_list .outer {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(234, 234, 234);
  border-radius: 3px;
  background-color: rgb(255, 255, 255);
  margin-bottom: 23px;
  transition: 0.4s ease all;
  overflow: hidden;
}

.mentor_info h3 {
  color: #0078ff;
  font-size: 1.53rem;
  margin-bottom: 5px;
}

.mentor_info h6 {
  color: #222222;
  font-size: 1.23rem;
  margin-bottom: 5px;
}

.mentor_info h6 p {
  font-size: 1.23rem;
  color: 626262;
  margin: 0;
}

.mentor_info {
  padding: 10px;
}

.mentor_btn {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  padding-top: 75px;
  transition: 0.4s ease all;
  opacity: 0;
  visibility: hidden;
}

.mentor_btn a {
  border: 1px solid rgb(255, 255, 255);
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.502);
  font-size: 1.23rem;
  color: #fff;
  display: block;
  text-align: center;
  padding: 12px;
  margin: 8px 13px;
}

.mentor_btn a:hover {
  background-color: #ef4343;
}

.mentor_list .outer:hover .mentor_btn {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.search button.btn {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 7px 10px 8px;
    border-radius: 0px 5px 5px 0px;
}
.homePage .innerHeader .navbar-collapse{
    position: initial;
    display: flex;
    flex-direction: row;
}
.homePage .innerHeader .navbar-expand-lg .navbar-nav {
    flex-direction: row;
    display: flex;
}
.homePage .innerHeader .navbar-expand-lg .navbar-nav li a {
    padding: 5px 20px 6px !important;
}
.profile-list-new {
    padding: 0px;
    margin: 0px;
}
.pro-listing-n {
    z-index: 1;
    /* transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s; */
    margin-bottom: 20px;
    transition: all 0.4s ease-out;
    display: inline-block;
    width: 100%;
    border: 1px solid #e1e1e1;
}
.pro-listing-n .pro-container-n .pro-pic {
    width: 215px;
    height: 248px;
    overflow: hidden;
    border-radius: 3px 0 0 3px;
    position: relative;
    float: left;
    background: #cacaca;
}
.pro-listing-n .pro-container-n .pro-pic img {
    transition: opacity 100ms ease-in-out;
    visibility: visible;
    opacity: 1;
    min-height: 250px;
    width: 100%;
}
.pro-listing-n .pro-container-n .pro-pic span.pics-count {
    position: absolute;
    border-radius: 50px;
    background: rgba(0, 0, 0, 0.4117647058823529);
    color: #fff;
    /* border: solid 1px #fff; */
    right: 4px;
    top: 5px;
    z-index: 1;
    padding: 6px;
    font-size: 12px;
    font-weight: normal;
    width: 29px;
    /* height: 21px; */
    text-align: center;
}
.detailscontents {
    display: block;
    height: auto;
    width: calc(100% - 215px);
    float: left;
    padding-right: 0px!important;
    padding-left: 20px;
}
.detailscontents .pro-detail-sum {
    width: 70%;
    height: auto;
    float: left;
}
.bor-bot {
    border-bottom: 1px solid rgb(223, 224, 227);
    padding-bottom: 18px;
}
.detailscontents .pro-detail-sum h2 {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    font-weight: 600;
    color: #041330;
}
ul.userdetails {
    display: inline-block;
    width: 100%;
    padding: 0px;
}

ul.userdetails li {
    width: 50%;
    float: left;
    font-size: 16px;
    margin-bottom: 10px;
    
}
.detailscontents a {
    font-size: 22px;
    font-weight: 600;
    color: #952b4a;
}
.process{
  background-color: lightsalmon;
  padding: 40px 0px;
  border-bottom: 1px solid #ccc;
}
.process-sec {
    background: #fff;
    padding: 15px;
    border: 1px solid #e5e5e5;
    border-radius: 15px 0px;
    -webkit-transition: .5s;
    transition: .5s;
    height: 226px;
    width: 276px;
}

.process-sec img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    margin-bottom: 20px;
}

.process-sec h3 {
    font-size: 20px;
    color: #952b4a;
}
.process-sec p{
  font-size: 14px;
}
.process-sec:hover{
  border-radius: 0px 15px;
  border-color: #952b4a;
}
span.userpicimg {
    width: 120px;
    height: 120px;
    display: inline-block;
    margin: 0 auto;
}

.userinfo {
    text-align: center;
    padding: 25px 0px;
}

span.userpicimg img {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    object-fit: cover;
    border: 5px solid #fff;
}

.userinfo h3 {
    font-size: 20px;
    margin: 22px 0px 0px;
    color: #fff;
}
.sidebar.dashboardpage {
    background: #952b4a;
}
.userdetails {
    padding: 13px 15px;
    border-top: 1px solid rgb(255 255 255 / 32%);
    border-bottom: 1px solid rgb(255 255 255 / 32%);
}

.userdetails p {margin-bottom: 7px;font-size: 14px;color: #fff;}

.userdetails p span {
    width: 130px;
    display: inline-block;
    position: relative;
}

.userdetails p span::after {content: ":";position: absolute;right: 4px;}
.sidebarbutton .btn {
    width: 100%;
    background: #fff;
    color: #902645;
    margin: 0px 0px 5px;
    border: 1px solid #fff;
}

.sidebarbutton {
    text-align: center;
    padding: 15px;
}

.sidebarbutton .btn:hover {
    background: transparent;
    color: #fff;
}
.memberId p {
    margin: 0px;
    font-weight: 500;
}

.memberId p span {
    color: #952b4a;
}
ul.profileinfo {
    padding: 10px;
}

ul.profileinfo li {
    border: 1px solid #e9e9e9;
    margin-bottom: 15px;
    border-top: 3px solid #952b4a;
    border-radius: 5px;
}
ul.profileinfo li p {
    color: #bababa;
    font-size: 14px;
}
.main-outerright {
  font-size: 14px;
}
ul.profileinfo li:last-child {
    margin-bottom: 0px;
}
.offers.text-center {
    position: absolute;
    top: -310px;
    background: #952b4a;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border-radius: 5px;
}

.offers.text-center span.d-block {
    font-size: 40px;
}
.agile-overlay h5{
  display: flex;
  font: 13px;
  color: #999;
}
.agile-overlay h5 a{
  color: #999;
}
.agile-overlay h5 span{
  color: #000;
  width: 80px;
  display: inline-block;
}
.offers.text-center a {
    color: #fff;
}
.agile-overlay h4{
  color: #922847;
}
.block-content a.btn.plan1 {
    background: #becd34;
    color: #fff;
    border: 1px solid #becd34 !important;
}
.imgouterbox.pln2{
  background: #ff9600;
}
.block-content a.btn.plan2 {
    background: #ff9600;
    color: #fff;
    border: 1px solid #ff9600 !important;
}
.imgouterbox.pln3{
  background: #952b4a;
}
.block-content a.btn.plan3 {
    background: #952b4a;
    color: #fff;
    border: 1px solid #952b4a !important;
}
.imgouterbox.pln4{
  background: #258639;
}
.block-content a.btn.plan4 {
    background: #258639;
    color: #fff;
    border: 1px solid #258639 !important;
}
.parallax-package .list-group {
       flex-direction: row;
    margin: 0 auto 50px;f
    border-radius: 55px;
    overflow: hidden;
    max-width: 579px;
    width: 100%;
    flex-wrap: wrap;
    min-height: 80px;
}
.parallax-package .list-group a {
    text-align: center;
    border-radius: 0px;
    flex: 1;
    color: #952b4a;
    display: flex;
    align-items: center;
    justify-content: center;
}
.parallax-package .list-group a.active {
    background: #952b4a;
    color: #fff;
    border-color: #952b4a;
}
.topmunubar ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #952b4a;
    border:1px solid #952b4a;
    flex-wrap: nowrap;
}

.topmunubar {
    padding: 15px 0px;
    margin-bottom: 10px;
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;

}

.topmunubar ul li {
    display: inline-block;
    width: 100%;
    text-align: center;
    
}
.topmunubar ul li a:hover, .topmunubar ul li a.active {
    background: #fff;
    color: #952b4a;
}
.topmunubar ul li a {
    display: inline-block;
    width: 100%;
    color: #fff;
    padding: 10px 0px;
}
.custom_check {
    display: inline-block;
    position: relative;
    cursor: pointer;
    line-height: 22px;
    position: relative;
    padding-left: 30px;
    margin: 5px 0px;
    font-size: 14px;
}
.custom_check input {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    margin: 0px 0px;
    z-index: 2;
}

.custom_check .check_indicator {
    height: 22px;
    width: 22px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

.custom_check input:checked + .check_indicator:before {
    width: 7px;
    height: 12px;
    position: absolute;
    left: 6px;
    top: 2px;
    border: solid #810ae6;
    border-width: 0px 2px 2px 0px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}

.text-md-right a, .signuptext a {
    color: #952b4a;
}
.text-md-right a{
  font-size: 14px;
}
.loginsignup {
  background: #952b4a;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.loginsignup .formbox {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    margin: 20px 0px 0px;
}
.logoouter img {
    width: 350px;
}
.logoouter {
    text-align: center;
}
.loginInner {
    min-width: 380px;
}
.formbox .form-control {
    border-radius: 0px;
    border: 1px solid #e0e0e0;
}
.formbox .custom_check input:checked + .check_indicator{
      background-color: #ffffff;
}
.profileinfo {
    border: 1px solid #f2f2f2;
    border-radius: 5px;
}

.profileinfo h4 {
    padding: 10px 15px;
    background: #902645;
    font-size: 16px;
    color: #fff;
    border-radius: 5px 5px 0px 0px;
}
ul.editprofile {
    display: inline-block;
    width: 100%;
}
.editprofile form {
    padding: 15px;
}
.editprofile li{
  margin-bottom: 30px;
}
.editprofile li:last-child{
  margin-bottom: 0px;
}
.editprofile li h5 {
    padding: 10px 15px;
    font-size: 16px;
    margin: 0px;
    border-bottom: 1px solid #f2f2f2;
    color: #902645;
}
.custom_radio{ display:inline-block; position:relative; cursor:pointer; line-height:22px; position:relative; padding-left:30px; margin:5px 0px;}
.custom_radio input{ width:100%; height:100%; opacity: 0; position: absolute; top: 0; left: 0; cursor: pointer; margin: 0px 0px; z-index: 2;}
.custom_radio .radio_indicator{ height:22px; width:22px; border-radius: 50%; background:#ffffff; border:1px solid #cccccc; position:absolute; top:0px; left:0px;}
.custom_radio input:checked + .radio_indicator:before{ width:12px; height:12px; border-radius: 50%; background-color: #952b4a; position:absolute; left:50%; top:50%; margin: -6px 0px 0px -6px; content:"";}
.shortlist {
    background: #fff;
    width: calc(100% - 30px);
    margin: 0 auto 10px;
    padding: 8px 5px;
    align-items: center;
    justify-content: space-around;
    font-size: 13px;
    border-radius: 3px;
}

.shortlist a {
    color: #952b4a;
}
.openleftbar {
    margin-bottom: 12px;
}
.pro-container-n {
    display: inline-block;
    width: 100%;
}
.detailsouter {
    background: #f5f5f5;
    padding: 15px;
    margin-top: 10px;
}
.control-label1 {
    font-weight: 600;
}
.detailsouter h4 {
    color: #952b4a;
    font-weight: 300;
    margin-bottom: 15px;
}
.uploadprofile {
    width: calc(100% - 30px);
    margin: 20px auto;
    border: 2px dashed #952b4a;
    height: 120px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.uploadprofile input[type="file"] {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    cursor: pointer;
}

.uploadprofile span {
    font-size: 17px;
    color: #952b4a;
}
.uploadedimages {
    padding: 0px 15px;
}

span.outerimgbox {
    width: calc(100% / 5 - 18px);
    display: inline-block;
    position: relative;
    margin-right: 15px;
    border: 2px solid #952b4a;
    border-radius: 5px;
}

span.outerimgbox img {
    border-radius: 5px;
    height: 140px;
    object-fit: cover;
}

span.outerimgbox i {
    position: absolute;
    top: -10px;
    right: -12px;
    background: #952b4a;
    color: #fff;
    border-radius: 50%;
    padding: 5px;
    cursor: pointer;
}
.homePage.modal-open:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000000a6;
    z-index: 999;
}
#offine > .row,
#VIP > .container > .row
{
   justify-content: center;
}
 header.header-top.darkHeader {
    backdrop-filter: blur(4px);
}