#about-edit,#basic-edit,#location-edit,#education-edit,#astro-edit,#family-edit,#hobbies-edit,#partner-edit
{
    display: none;
}
#loader-bg
{
   width: 100%;
   height: 100%;
   background-color: #fff;
   position: fixed;
   z-index: 1001;
   overflow-x: hidden;
   display: none; 
   
}
#loader
{
    width: 200px;
    height: 200px;
    left:35%;
    top:30%;
    position: fixed;
    z-index: 1005;
    background-image: url(../images/ajax/loader.gif);
    background-repeat: no-repeat;
    transition: visibility .4s linear, opacity .4s linear;
   
    
}
.error-alert
{
   background-color: #d35351;
   color: #fff;
   padding: 8px 15px;
   border-radius: 5px;
   border:1px solid #d35351;
   display: inline-block;
   width: 100%;
   
}
.success-alert
{
   background-color: #33b131;
   color: #fff;
   padding: 8px 15px;
   border-radius: 5px;
   border:1px solid #33b131;
   display: inline-block;
   width: 100%;
   
}
.error-alert p , .success-alert p
{
    display: inline-block;
    margin: 0px;
    vertical-align: top;
    margin: 5px 0px 0px 10px;
    
    
}
.error-alert span , .success-alert span
{
    font-size: 28px;   
    display: inline-block;
    
}
.input-error
{
    
    padding-top: 5px;
    color: #c43235;
    font-size: 12px;
    text-align: left;
}

body
{
     font-family: 'Roboto', sans-serif;
}
form 
{
    margin: 0px;
    padding: 0px;
}
div
{
    -webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}
a
{
    text-decoration: none;
    color: inherit;
}

.width-90
{
    width: 90%;
}
.width-100
{
    width: 100%;
}
.margin-5
{
    margin: 5px;
}
.margin-10
{
    margin: 10px;
}
.margin-5-0
{
    margin: 5px 0px;
}
.margin-5-5
{
    margin: 5px 5px;
}
.margin-10-10
{
    margin: 10px 10px;
}
.margin-10-0
{
    margin: 10px 0px;
}
.margin-20-0
{
    margin: 20px 0px;
}
.margin-25-0
{
    margin: 25px 0px;
}
.padding-top-menu
{
    padding-top: 90px;
}
.padding-top-menu-sub
{
    padding-top: 110px;
}
.padding-5
{
    padding: 5px;
}
.padding-5-0
{
    padding: 5px 0px;
}
.padding-10
{
    padding: 10px;
}

.padding-10-0
{
    padding: 10px 0px;
}
.padding-20-0
{
    padding: 20px 0px;
}
.padding-25-0
{
    padding: 25px 0px;
}
.padding-5-10
{
    padding: 5px 10px;
}
.padding-5-30
{
    padding: 5px 30px;
}
.padding-5-60
{
    padding: 5px 60px;
}
.padding-10-0-10
{
    padding: 10px 0px 10px;
}
.padding-0-30-0
{
    padding: 0px 30px 0px;
}
.padding-0-0-30
{
    padding: 0px 0px 30px;
}
.padding-33-10-0
{
    padding: 33px 10px 0px;
}



.background-1
{
    background-color: #c43235;
}
.background-2
{
    background-color: #ebebeb;
}
.background-3
{
    background-color: #e1e1e1;
}
.background-4
{
    background-color: #343434;
}
.border-right-gray {
    border-right: 1px solid #ddd;
}
.font-bold
{
    font-weight: bold;
}
.font-normal
{
    font-weight: normal;
}
.font-sz-9 {
    font-size: 9px;
    
}
.font-sz-10 {
    font-size: 10px;
    
}
.font-sz-11 {
    font-size: 11px;
    
}
.font-sz-12 {
    font-size: 12px;
    
}
.font-sz-13 {
    font-size: 13px;
     
}
.font-sz-14 {
    font-size: 14px;
    
}
.font-sz-15 {
    font-size: 15px;
    
}
.font-sz-16 {
    font-size: 16px;
    
}
.font-sz-17 {
    font-size: 17px;
    
}
.font-sz-18 {
    font-size: 18px;
    
}
.font-sz-19 {
    font-size: 19px;
    
}
.font-sz-20 {
    font-size: 20px;
    
}
.font-clr-1 {
    color: #fff;
}
.font-clr-2 {
    color: #636363;
}
.font-clr-3{
    color: #363636;
}
.font-clr-4{
    color: #777;
}
.font-clr-5{
    color: #ff7a05;
}
.font-clr-6{
    color: #c43235;
}
.font-clr-7{
    color: #909090;
}
.brand-name
{
   max-width: 60%;
   margin: 10px 0px;
}
.brand-name2
{
   max-width: 100%;
   margin: 5px 5px;
}
.form-group
{
   width: 95%; 
   margin: 0 auto;
}
.form-group .text
{
    width: 100%;
    padding: 5px 0px;
    text-transform: capitalize;
}
.form-group .form-control
{
    width: 100%;
    border: none!important;
    border-radius: 3px;
    height: 35px;
    
}
.form-group .form-control-b
{
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 35px;
    padding-left: 5px;
}
.form-group .form-control-text
{
    width: 100%;
    border: none!important;
    border-radius: 3px;
    
}
.form-group .form-control-text-b
{
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 3px;
    
}
.btn-primary {
    background-color: #5a5858;
    color: #fff;
    transition: .2s ease-out;
    font-weight: normal;
}
.btn-primary:hover {
    background-color: #484747;
    color: #fff;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.btn-secondary {
    background-color: #c43235;
    color: #fff;
    transition: .2s ease-out;
    font-weight: normal;
}

.btn-secondary:hover {
    background-color: #a52d2f;
    color: #fff;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.btn-third {
    background-color: #ff7a05;
    color: #fff;
    transition: .2s ease-out;
    font-weight: normal;
}
.btn-fourth {
    background-color: #306ea5;
    color: #fff;
    transition: .2s ease-out;
    font-weight: normal;
}

.btn-secondary:hover {
    background-color: #a52d2f;
    color: #fff;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.btn-third:hover {
    background-color: #ef7306;
    color: #fff;
    transition: .2s ease-out;
}
.btn-fourth:hover {
    background-color: #306ea5;
    color: #fff;
    transition: .2s ease-out;
}
.btn-curved
{
    border-radius: 15px;
}
.btn-contact-viewed
{
    min-width: 82%;
    max-width: 82%;
}
.btn-edit
{
 background-color: #306ea5;
    color: #fff;
    transition: .2s ease-out;  
    line-height: 23px;
    min-height: 25px;
}
.btn-photo {
    position: relative;
    overflow: hidden;
    
}
.btn-photo-icon-large
{
    padding: 50px 30px;
    min-height: 200px;
    min-width: 200px;
    line-height: 100px;
    font-size: 50px;
}
.btn-photo input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: #fff;
    cursor: inherit;
    display: block;
    
}
.main-menu-position
{
    position: fixed;
    top: 0;
    z-index: 1000;
    
}
.main-menu
{
    width: 100%;
    height: 62px;
    text-align: center;
    
    
    
}
.main-menu .items
{
    width: 18%;
    color: #cec7c7;
    display: inline-block;
    padding: 8px 4px;
    
}
.main-menu .active
{
   
    color: #fff;
}
.main-menu .items span
{
    font-size: 30px;
    padding-bottom: 3px;
}
.main-menu .items p
{
    font-size: 9px;
    margin: 0px;
    text-transform: uppercase;
    
}
.main-menu .items p a
{
    color: inherit;
}
.sub-menu{
    width: 100%;
    height: 22px;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
}
.sub-menu .items
{
    
    color: #ded4d4;
    display: inline-block;
    padding: 5px 4px;
    border-bottom: 3px solid #c43235;
    
    
    
}

.sub-menu .active
{
   border-bottom: 3px solid #fff;
    color: #fff;
}
.match-container
{
    width: 96%;
    height: 190px;
    display: inline-block;
    padding: 5px;
    margin: 12px auto 0px auto;
    background-color: #fff;
    
    
}
.popup_bg
{
    left: 0;
    top: 0;
    position: fixed;
    z-index: 2;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    overflow: hidden;
    
}
.popup_open
{
   display: block; 
}
.popup
{
    background-color: #fff;
    width: 90%;
    margin: 0% 5%;
    left: 0;
    top: 25%;
    position: fixed;
    z-index: 5;
    opacity: 1;
}
.popup .icon-container
{
    text-align: center;
    padding: 20px 0px;
}
.popup .icon-container .icon-success
{
   width: 150px;
   height: 150px;
   border-radius: 150px;
   color: #33b131;
   font-size: 150px;
}
.popup .icon-container .icon-fail
{
   width: 150px;
   height: 150px;
   border-radius: 150px;
   color: #c43235;
   font-size: 150px;
}
.popup .icon-container .text
{
    padding-top: 10px;
    font-size: 16px;
 
}
@keyframes loading-text {
    from {background-color: #f5f5f5;}
    to {background-color: #eee;}
}
.no-result
{
    
    text-align: center;
    color: #5f5f5f;
    font-size: 16px;
    margin: 65% 0px;
}
.contact-us-container h5
{
   font-size: 18px; 
   text-align: center;
   color: #636363;
   text-transform: uppercase;
   margin: 15px 0px;
   text-align: center;
}
.contact-us-container .office-container
{
  width: 100%;
  height: 170px;  
  margin: 6px 0px;
  
  background: #eee;
  -webkit-animation-name: loading-text; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
  animation-name: loading-text;
  animation-duration:1.5s;
  animation-iteration-count: infinite; 
}
.contact-us-container .office-container img
{
    width: 95%;
    height: 170px;
}
.contact-us-container .office-container .details
{
    margin: 10px 0px;
}
.contact-us-container .office-container .details .name h3
{
    margin: 0px;
}

.contact-us-container .office-container .details .btn
{
    padding: 0px 5px;
}
.contact-us-container .office-container .detail
{
   margin: 5px 0px; 
}
.match-container .photo-dummy
{
  width: 90%;
  height: 100px;  
  margin: 6px 0px;
  
  background: #eee;
  -webkit-animation-name: loading-text; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
  animation-name: loading-text;
  animation-duration:1.5s;
  animation-iteration-count: infinite;
}
.match-container .details-dummy
{
  width: 90%;
  height: 20px;  
 
  margin: 6px 0px;
  background: #F0F0F0;
  -webkit-animation-name: loading-text; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
  animation-name: loading-text;
  animation-duration:1.5s;
  animation-iteration-count: infinite;
}
.match-container .details-dummy-2
{
  width: 90%;
  height: 35px;  
 
  margin: 6px 0px;
  background: #F0F0F0;
  -webkit-animation-name: loading-text; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
  animation-name: loading-text;
  animation-duration:1.5s;
  animation-iteration-count: infinite;
}
.match-container .photo
{
  width: 80px;
  height: 100px;  
  padding: 5px;
}
.match-container .details
{
  padding: 5px; 
  text-align: left;
}
.match-container .details .id
{
    width: 100%;
    text-align: left;
    
}
.match-container .details .name
{
    width: 100%;
    text-align: left;
    font-weight: bold;
    padding: 4px 0px;
}
.match-container .details .detail
{
    width: 100%;
    text-align: left;
    line-height: 19px;
}
.match-container .btn-1
{
    height: 38px;
    width: 37px;
    border-radius: 15px;
    border: 1px solid #ccc;
    color: #ff7a05;
    font-size: 22px;
    line-height: 35px;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 2px;
}

.match-container .btn-2-1
{
    height: 50px;
    width: 50px;
    border-radius: 50px;
    border: 1px solid #ccc;
    color: #5a5858;
    font-size: 30px;
    line-height: 46px;
    font-weight: normal; 
    display: inline-block;
}
.match-container .btn-2-2
{
    height: 50px;
    width: 50px;
    border-radius: 50px;
    border: 1px solid #ccc;
    color: #ff7a05;
    font-size: 32px;
    line-height: 50px;
    font-weight: normal; 
    
    display: inline-block;
}
.match-container .btn-2-3
{
    height: 35px;
    width: auto;
    border-radius: 10px;
    border: 1px solid #ff7a05;
    background-color: #ff7a05;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    font-weight: normal; 
    margin: 8px 2px;
    float: right;
    padding: 0px 8px;
    display: inline-block;
    
}
.match-container .like
{
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
  
}
.mail-list-container
{
  width: 100%; 
  text-align: center;
  padding: 5px 2px;
  margin-top: 5px;
}
.mail-list-container .match-container
{
    height: 120px;
}
.chat-list-container
{
  width: 100%; 
  background-color: #fff;
  padding: 5px 2px;
  margin-top: 5px;
}
.chat-list-container .list
{
   width: 100%; 
}
.chat-list-container .list .photo
{
   width: 50px;
   height: 50px;
   border-radius: 50px;
}
.chat-list-container .list .details
{
   padding: 8px 5px;
   border-bottom: 1px solid #eee;
   
}
.chat-list-container .list .details .name
{
    
}
.chat-list-container .list .details .seen
{
 margin-top: 2px;   
}
.chating-container
{
 
 width: 100%;
 background-color: #fff;
 padding: 25px 0px;
 
}
.talk-bubble .btn
{
    border-radius: 10px;
    
}
.chating-container .talk-bubble
{
    
  display: block;
padding: 0px 15px;  
    
    
}
.chating-container .talk-bubble .talk-bubble-right
{
    display: inline-block;
    background-color: #c43235;
    color: #fff;
    border-radius: 8px;
    padding: 3px 5px;
    margin: 8px 0px;
    font-size: 14px;
    width: 90%;
   
    
}
.chating-container .talk-bubble .talk-bubble-left
{
    display: inline-block;
    background-color:   #ebebeb;
    color: #555;
    border-radius: 8px;
    padding: 3px 5px;
    margin: 2px 0px;
    font-size: 14px;
     width: 90%;
    
}
.chating-container p
{
    font-size: 10px;
    margin: 2px 0px;
    text-align: right;
}
.chating-btn-container
{
    position: fixed;
    bottom: 0px;
    width: 97%;
   background-color: #fff;
   padding-top: 1px;
}
.chating-btn-container button
{
    width: 36px;
    height: 36px;
    border-radius: 36px;
    background-color: #c43235;
    border: 0px;
    color: #fff;
}
.chating-btn-container .chat-text-field
{
    border-radius: 5px;
    border:1px solid #ccc;
    height: 35px;
    padding: 0px 5px;
    width: 100%;
    
}
.be-premium-member-header 
{
  height: 50px; 
  background-color: #c43235;  
  
}
.be-premium-member-header .icon
{
    font-size: 30px;
    color: #fff;
    background-color: #c43235;
    width: 100%;
    height: 100%;
    padding:10px 10px;
}
.be-premium-member-header .details
{
    font-size: 16px;
    color: #fff;
    background-color: #c43235;
    padding:3px 10px;
    height: 100%;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: bold;
}
.be-premium-member-body
{
    padding: 10px;
}
.be-premium-member-body h6
{
    padding: 0px;
    margin: 10px 5px;
    color: #555;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}
.be-premium-member-body p
{
    padding: 0px;
    margin: 10px 5px;
    color: #666;
    font-size: 14px;
}
.be-premium-member-body p span
{
    color: #c43235;
}
.be-premium-member-btn
{
    padding: 8px;
}
.be-premium-member-btn .close
{
    text-align: right;
    font-size: 13px;
    color: #aaa;
}
.plan-container
{
    width: 95%;
    margin: 15px 5px;
    padding: 15px 10px;
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}


.plan-container .header 
{
   border-bottom: 1px solid #ccc; 
   padding-bottom: 10px;
}
.plan-container .header .name
{
    
    padding-top: 13px;
    font-size: 20px;
}
.plan-container:nth-child(1)
{
    color: #909090;
}
.plan-container:nth-child(2)
{
    color: #bfaa19;
}
.plan-container:nth-child(3)
{
    color: #9e4631;
}
.plan-container:nth-child(4)
{
    color: #909090;
}
.plan-container:nth-child(5)
{
    color: #bfaa19;
}
.plan-container:nth-child(6)
{
    color: #9e4631;
}

.plan-container .header .price
{
    color: #555;
}
.plan-container .header .price .plan-dprice
{
        text-decoration: line-through;
}
.plan-container .body
{
    padding-top: 10px;
}
.plan-container .body .details
{
 
 color: #2B75B6;
 font-size: 10px;
}
.plan-container .body .col-4
{
    padding:10px 2px;
    max-width: 32%;
    min-width: 32%;
}
.plan-container .body .details .icon
{
    width: 40px;
    height: 40px;
    border-radius: 40px;
    color: #2B75B6;
    border: 1px solid #2B75B6;
    font-size: 25px;
    line-height: 40px;
}
.plan-container .body .details p
{
    margin:5px 0px;
    font-size: 11px;
}
.plan-payment-status
{
    width: 95%;
    margin: 15px 5px;
    padding: 15px 10px;
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}
.plan-payment-status .header 
{
   border-bottom: 1px solid #ccc; 
   padding: 10px 0px;
   font-size: 22px;
}
.plan-payment-status .success
{
    
    color: #3a9c50;
    
}
.plan-payment-status .failure
{
    
    color: #c43235;
    
}
.search-form-container
{
    padding-top: 10px;
  padding-bottom: 40px;  
}
.search-btn-container
{
    
    position: fixed;
    bottom: 0px;
    width: 100%;
   background-color: #c43235;
   
}
.search-btn-container .btn-1
{
    font-size: 18px;
    padding: 8px 0px;
    width: 39%;
    margin: 0px;
    
}
.search-btn-container .btn-2
{
    font-size: 18px;
    padding: 8px 0px;
    width: 59%;
    margin: 0px;
    
}
.profile-details-container
{
    width: 100%;
    padding-top: 70px;
    padding-bottom: 55px;
    overflow-wrap: break-word;
}
.profile-details-container .image-container
{
 
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;  
    width: 100%;
    height: 420px;
    padding-top: 350px;
    
}
.profile-details-container .image-container .details
{
  background: transparent linear-gradient(to bottom,transparent 0,#000 99%,#000 99%) repeat scroll 0 0;
  color: #fff; 
  height: 70px;
  padding: 5px 8px;

}
.profile-details-container .image-container .details .name
{
    line-height: 22px;
}
.profile-details-container .btn-container
{
 border-bottom: 1px solid #d0d0d0;   
 text-align: center;
}
.profile-details-container .btn-container div
{
    text-align: center;
    width: 32%;
    border-right: 1px solid #ccc;
    padding: 10px 0px;
    display: inline-block;
    color: #363636; 
    font-size: 14px;
}
.profile-details-container .btn-container div:nth-child(3)
{
    border-right: 0px;
    
}
.profile-details-container .btn-container div span
{
    color:#ff973e; 
}
.profile-details-container .btn-container-bottom
{
    width: 100%;
    height: 55px;
    position: fixed;
    bottom: 0;
    color: #828181;
    background-color: #fff;
    border-top: 1px solid #ddd;
    padding: 5px 10px;
    font-size: 19px;
    line-height: 45px;
    
}
.profile-details-container .btn-container-bottom .btn-1
{
    height: 40px;
    width: 40px;
    border-radius: 45px;
    border: 1px solid #ccc;
    color: #aaa;
    font-size: 26px;
    line-height: 25px;
    font-weight: normal; 
    display: inline-block;
    background-color: #fff;
}
.profile-details-container .btn-container-bottom .btn-2
{
    height: 40px;
    width: 40px;
    border-radius: 45px;
    border: 1px solid #ccc;
    color: #ff7a05;
    font-size: 23px;
    line-height: 38px;
    font-weight: normal; 
    display: inline-block;
    background-color: #fff;
    
}
.profile-details-container .details-container
{
  color: #777; 
  border-top: 1px solid #ddd;
  margin: 10px 10px;
}
.profile-details-container .first
{
    border-top: 0px;
}
.profile-details-container .details-container h6
{
  margin: 12px 0px 5px 0px; 
  font-size: 15px;
}
.profile-details-container .clr-1
{
  color: #91c5f2;    
}
.profile-details-container .clr-2
{
  color: #fa7a7b;    
}
.profile-details-container .clr-3
{
  color: #9e92f7;    
}
.profile-details-container  .clr-4
{
  color: #ed84ef;    
}
.profile-details-container .clr-5
{
  color: #94BA6C;    
}
.profile-details-container  .clr-6
{
  color: #ff973e;    
}
.profile-details-container .details-container p
{
   margin: 0px 0px;
   font-size: 13px;
   line-height: 19px;
   text-transform: capitalize;
}

.reg-progressbar-container {
      width: 100%;
      margin: 5px 0px; 
      text-align: center;
      
  }
  .progressbar {
      counter-reset: step;
  }
  .progressbar li {
      list-style-type: none;
      width: 30%;
      float: left;
      font-size: 12px;
      position: relative;
      text-align: center;
      text-transform: uppercase;
      color: #7d7d7d;
  }
  .progressbar li:before {
      width: 30px;
      height: 30px;
      content: counter(step);
      counter-increment: step;
      line-height: 30px;
      border: 2px solid #7d7d7d;
      display: block;
      text-align: center;
      margin: 0 auto 10px auto;
      border-radius: 50%;
      background-color: white;
  }
  .progressbar li:after {
      width: 100%;
      height: 2px;
      content: '';
      position: absolute;
      background-color: #7d7d7d;
      top: 15px;
      left: -50%;
      z-index: -1;
  }
  .progressbar li:first-child:after {
      content: none;
  }
  .progressbar li.active {
      color: #c43235;
  }
  .progressbar li.active:before {
      border-color: #c43235;
  }
  .progressbar li.active + li:after {
      background-color: #c43235;
  }
  
  .main-user-menu
  {
   padding: 70px 0px 20px;   
   
  }
  .main-user-menu .row
  {
      padding: 0px 10px;
      
  }
  .main-user-menu .row .border
  {
      border-top: 1px solid #ddd;
  }
  .main-user-menu .photo
  {
      width: 100px;
      height: 100px;
      border-radius: 100px;
  }
  .main-user-menu p
  {
      text-transform: capitalize;
      margin:5px 0px;
      padding: 0px;
  }
  .main-user-menu .edit-button span
  {
      margin-top: 35px;
      font-size: 22px;
  }
  .main-user-menu .progress-bar
  {
   margin: 10px 0px;
   width: 100%;
   height: 10px;
   border-radius: 15px;
   background-color: #c7c7c7;
   text-align: left;
      
  }
  .main-user-menu .progress-bar .complete
  {
      background-color: #327FC3;
      height: 10px;
      display: inline-block;
      border-radius: 15px;
  }
  .main-user-menu .icon-section-container
{
  color: #777; 
  border-top: 1px solid #ddd;
 
}

.main-user-menu .icon-section-container h6
{
  margin: 12px 0px 5px 0px; 
  font-size: 16px;
}
.main-user-menu .icon-section-container .icon-container
{
    width: 23.5%;
    display: inline-block;
    margin: 10px 0px;
    height: 100px;
    overflow: hidden;
}
.main-user-menu .icon-section-container .icon-container p
{
    font-size: 10px;
    color: #888;
    
    
}
.main-user-menu .icon-section-container .icon-container .icon
{
    width: 60px;
    height: 60px;
    border-radius: 60px;
    border: 1px solid #bbb;
    font-size: 25px;
    line-height: 55px;
}
.main-user-menu .clr-1
{
  color: #91c5f2;    
}
.main-user-menu .clr-2
{
  color: #fa7a7b;    
}
.main-user-menu .clr-3
{
  color: #9e92f7;    
}
.main-user-menu  .clr-4
{
  color: #ed84ef;    
}
.main-user-menu .clr-5
{
  color: #94BA6C;    
}
.main-user-menu  .clr-6
{
  color: #ff973e;    
}
.photo-upload-container .btn
{
    padding: 3px 2px;
    width: 90%;
    
}
#photo-upload-status
{
    width: 95%;
    margin-bottom: 10px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
}
#photo-upload-status .error
{
    
    padding: 15px 10px;
    color: #fff;
    background-color: #c43235;
}
#photo-upload-status .success
{
  padding: 15px 10px;  
  color: #fff;
  background-color: #00a514;
}
.profile-photo-background{
   background-color: #000;
}
.profile-photo-container
{
    
    display: inline-block;
    min-width: 100%;
    height: 100%;
}

.profile-photo-container .profile-photo-body
{
    text-align: center; 
    width: 100%;
    min-height: 100%;
    text-align: center;
    width: 100%;
    height: 90%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;  
}
.profile-photo-container .profile-photo-body .header
{
    background: transparent linear-gradient(to top,transparent 0,#4e4e4e 99%,#000 90%) repeat scroll 0 0;
    color: #fff;
    height: 50px;
    padding: 10px 8px;
    font-size: 20px;
}
.profile-photo-container .profile-photo-body .photo-number
{
    font-size: 16px;
    padding-top: 5px;
}

.profile-photo-container .profile-photo-body .next-btn
{
   position: absolute;
   top: 50%; 
   z-index: 10000;
   right: 5px;
   color: #fff;
   border: 1px solid #c43235;
   background-color: #c43235;
   padding: 7px 0px 0px 7px;
   font-size: 22px;
   width: 40px;
   height: 40px;
   border-radius: 40px;
   
}
.profile-photo-container .profile-photo-body .pre-btn
{
   position: absolute;
   top: 50%; 
   z-index: 10000;
   left: 5px;
   color: #fff;  
   border: 1px solid #c43235;
   background-color: #c43235;
   padding: 7px 0px 0px 0px;
   font-size: 22px;
   width: 40px;
   height: 40px;
   border-radius: 40px;
}







