.modal .close{
    margin:-15px;
}
.spotlight-learn-link{
    color: #77c86a;
    font-weight:500;
}
.spotlight-learn-link:hover{
   color: #77c86a;
   text-decoration:none;
}
.redeem-container{
background:#f4f5f9;
}
.other-container{
background:#f4f5f9;
padding:50px;
}
.points-container{
background:#f4f5f9;
padding:50px;	
}
.points-container p{
color:#a2a2a5;
font-size:16px;
text-align:center;
}
.btn-black{
    color:black !important;
}
.btn-green{
    color:green !important;
}
.restore{
    border:none !important;
    background:none !important;
    color:black !important;
}
.redeem-card {
  margin-top:40px;
  margin-bottom:40px;
  border:none;
}
.redeem-card .card-title{
    margin-bottom: 0;
    margin-top:10px;
    font-weight: 500;
    font-size:20px;
}
.top-image.top-spotlight-image{
    min-height:500px;
    background-image:url('/assets/images/background images/background-image-spotlight.png');
    background-size:cover;
    position: relative;
}
.top-image.top-spotlight-image .bottom-promo{
    position:absolute;
    bottom:0;
    color:white;
    right:0;
    left:0;
    text-align: center;
    font-family: Avenir;
}
.top-image.top-spotlight-image .bottom-promo a{
   font-family:Avenirblack;
    color:white;
}
.top-image.top-spotlight-image .top-header-search{
    top:250px;
}
.top-image{
    min-height:860px;
    background-image:url('/assets/images/background images/background-image.png');
    background-size:cover;
}.top-image.feeds-top-image{
    min-height:500px;
    background-image:url('/assets/images/background images/background-image-6.png');
    background-size:cover;
}
.top-image.about-top-image{
    min-height:500px;
    background-image:url('/assets/images/background images/background-image-6.png');
    background-size:cover;
}.top-image.top-points-image{
    min-height:600px;
    background-image:url('/assets/images/background images/background-image-7.png');
    background-size:cover;
}
.top-image.top-redeem-image{
   min-height:500px;
    background-image:url('/assets/images/background images/redeem-background-image.png');
    background-size:cover;
}
.top-image.top-other-image{
   min-height:500px;
    background-image:url('/assets/images/background images/background-image-7.png');
    background-size:cover;
}
.blog-top-image{
    min-height:500px;
    background-image:url('/assets/images/background images/background-blog-image.png');
    background-size:cover;
}
.blog-top-image .top-header-search{
    top:250px;
}
.top-image.top-other-image .top-header-search{
top:250px;
}
.top-redeem-image .top-header-search{
top:200px;
}
.top-points-image .top-header-search{
top:280px;
}
.about-top-image .top-header-search{
    top:200px;
}
.feeds-top-image .top-header-search{
    top:250px;
}
.blog-container .blog-block-section{
    margin-bottom:30px;
    position:relative;
    background:white;
    border-radius: 5px;
    border:1px solid white;
    padding:20px;
    text-align: left;
}
.team-container{
    padding:25px;
    background:#f4f5f9;
    text-align: center;
    padding-top:60px;
    padding-bottom:60px;
}
.team-container .team-member .image{
    width:200px;
    height:200px;
    background-size:cover;
    border-radius: 100px;
    margin:0 auto;
    background-repeat: no-repeat;
    background-position: center center;

}
.team-container .team-member .description{
    display: none;
}
.team-container .team-member .overlay{
    position: absolute;
    top: 0;
    left: 23.7%;
    right: auto;
    width: 200px;
    height: 200px;
    border-radius: 100px;
    background-size: cover;
    background-image: url('/assets/images/background images/image-hover.png');
    opacity: 0.5;
    display: none;
}
.team-container .description-block #read_less{
    display:none;
}
.team-container .team-member .name {
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: bold;
    font-size: 17px;
}
.team-container .team-member .title {
    color: #929395;
    font-size: 14px;
}
.blog-container .blog-block-section .title{
    font-weight:bold;
}
.blog-container .blog-block-section .content{
    color:#afafaf;
    font-size:16px;
    margin-top:5px;
}
.blog-container .search-blog{
    padding: 10px;
    background: white;
    border-radius: 5px;
    text-align: left;
    width: 100%;
}
.blog-container .search-blog input{
    width: 90%;
    border: none;
    display: inline;
}
.blog-container .options p{
    color:#929395;
    margin-top:10px;
    text-align: left;
    font-weight:500;
    margin-bottom:5px;

}
.blog-container .options ul{
    display: inline;
    list-style: none;
    text-align: left;
    font-weight:500;
    padding:0 0 0 0;
    padding:5px !important;
}
.blog-container .options ul li{
    margin-left:25px;
    position:relative;
    margin-bottom:20px;
border-bottom:1px solid #e3e3e3;
}
.blog-container .options ul li a{
   color:black;
}
.blog-container .options ul li a:hover{
text-decoration:none;
}
.blog-container .options ul li i{

    position: absolute;
    right: 0;
    top: 1px;
    font-size:25px;
    color:#58bb47;
    
}
.blog-container .search-blog .search-icon{
    color: #58bb47;
}
.blog-container .search-blog .search-icon:hover{
cursor:pointer;
}
.blog-container .blog-block-section .read-more{
    text-align: right;
}
.btn-primary{
    background:#3551a3;
    border-color:#3551a3;
}
.blog-container .blog-block-section .read-more .btn-primary{
    padding-right:15px;
    padding-left:15px;
}
.team-container .description-block{
    margin-top: 30px;
    background: white;
    padding: 25px;
    border-radius: 5px;
    position: relative;
    text-align: left;
}
.team-container .description-block .read-more-text{
    display:none;
}
.team-container .description-block .btn-primary{
    float: right;
    bottom: 20px;
    position: absolute;
    right: 20px;
}
.blog-top-image .btn-primary {
    padding-right:30px;
    padding-left:30px;
}
.blog-container .blog-block-section .date{
    position: absolute;
    right: 25px;
    top: 4px;
}
.blog-container .blog-block-section .date .date-day{
text-align:center;
    color:#58bb47;
    font-size:25px;
display:block;
}
.blog-container .blog-block-section .date .date-month{
    top: -10px;
    position: relative;
}
.top-header-ul li{
    display:inline;
    margin-right:40px;
    color:white;
}
.about-breadcrump-section{
    text-align: center;
    padding:25px;
}
.about-breadcrump-section ul{
    display:inline;
}
.about-breadcrump-section li{
    display:inline;
    margin-right:25px;
    color:#c7c7c7;
}
.about-breadcrump-section li a{
color:#c7c7c7;
text-decoration:none;
}
.about-breadcrump-section li a:hover{
    color:#3451a3;
}
.about-breadcrump-section li.active a{
    color:#3451a3;
}
.top-header-ul li.special{
    opacity: 0.5;
}
.top-header-ul li:hover{
    cursor: pointer;
    opacity:1;
}
@font-face {
    font-family: Avenir;
    font-weight: bold;
    src: url("/assets/fonts/Avenir Medium.otf") format("opentype");
}
@font-face {
    font-family: Avenirmd;
    font-weight: bold;
    src: url("/assets/fonts/AvenirMd.otf") format("opentype");
}
@font-face {
    font-family: Avenirblack;
    font-weight: bold;
    src: url("/assets/fonts/Avenir Black.otf") format("opentype");
}	
.top-header-ul li.button{
    margin-right:0;
}
.top-header-ul{
    text-align: right;
    margin-top:25px;
}
.top-header-ul .btn-success{
    background-color:#58bb47 !important;
    padding-right:25px !important;
    padding-left:25px !important;
}
.top-header-search{
    position:absolute;
    top:400px;
    left:0;
    text-align: center;
    right: 0;
}
.top-header-search h2{
    text-align: center;
    font-family: Avenir;
    font-weight: 400;
    font-size:40px;
    color:white;
    margin-bottom:20px;
}
.top-header-search p{
    font-size:16px;
    text-align: center;
    color:#83868d;
    line-height:1.6;
}
.about-top-image .top-header-search .btn-primary{
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.work-alone-section{
    background:#f4f5f9;
    padding:25px;
    text-align: center;
}
.blog-container{
    padding:25px;
    background:#f4f5f9;
    text-align: center;
}
.iphone-section{
    padding:25px;
    text-align: center;
}
.iphone-section.inverted{
    background:#f4f5f9 !important;
}
.work-alone-section h2{
    font-size:32px;
    font-weight: bold;
    text-align: center;
    font-family: Avenir;
    color:#3451a3;
}
.work-alone-section p{
    font-size:16px;
    font-weight:bold;
    text-align: center;
    font-family:Avenir;
    color:#9c9d9f;
    padding-top:10px;
}
.work-alone-section button{
    background-color:#02c425;
    border-color:#02c425;
    padding:10px;
    padding-right:30px;
    padding-left:30px;
    border-radius: 8px;
}
.iphone-section .right{
    padding-top:70px;
    text-align: left;
}
.iphone-section.inverted .right{
    padding-right:0 !important;
}
.iphone-section .right h2{
    font-family:Avenirblack;
    font-size: 45px;
  
}
.iphone-section .right p{
    font-family:Avenir;
    color:#9f9f9f;
    font-size:14px;
    line-height:1.8;
}
.iphone-section .right p a{
font-size: 14px;
color: #9f9f9f;
text-decoration: none;
}
.instructors-section{
    background-image:url('/assets/images/background images/background-image-2.png');
    background-size:100% 100%;
    min-height:500px;
    text-align: center;
}
.vision-section{
    background-image:url('/assets/images/background images/background-about-2.jpg');
    background-size:100% 100%;
    min-height:500px;
    text-align: center;
}
.vision-section .container{
    top:125px;
    position: relative;
}
.vision-section h2{
    font-size:32px;
    font-weight: bold;
    text-align: center;
    font-family: Avenirblack;
    color:white;
    margin-bottom:15px;
}
.vision-section  p{
    font-family:Avenir;
    color:#9fa1a5;
    font-size:18px;
}.about-info-section{
    padding:25px;
    padding-top:60px;
    padding-bottom:60px;
    background:white;
     text-align:center;
 }
 .about-gtv-section{
     padding:25px;
     padding-top:50px;
     padding-bottom:50px;
     background-image:url('/assets/images/background images/background-about-1.jpg');
     background-size:100% 100%;
     min-height:600px;
     color:#98999d;
     text-align: center;
 }
 .about-gtv-section .btn-success{
     background:#58bb47;
     border:#58bb47;
     padding-right:40px;
     padding-left:40px;
     padding-top:7px;
     padding-bottom:7px;
 }
 .about-info-section .btn-primary{
     background:#3451a3;
     padding-right:40px;
     border-color:#3451a3;
     padding-left:40px;
     box-shadow:0px 0px 0px rgba(52,81,163,0.25), 0 5px 13px rgba(52,81,163,0.22);
     margin-top:10px;
 }
 .about-info-section p{
     color:black;
     font-size:16px;
     text-align: center;
     font-weight:500;
 }
.instructors-section .container{
    top:125px;
    position: relative;
}
.instructors-section h2{
    font-size:32px;
    font-weight: bold;
    text-align: center;
    font-family: Avenirblack;
    color:white;
    margin-bottom:15px;
}
.instructors-section p{
    font-family:Avenir;
    color:#9fa1a5;
    font-size:18px;
}
.btn-trainer-refer{
    background-color:#02c425;
    border-color:#02c425;
    padding:10px;
    padding-right:40px;
    padding-left:40px;
    border-radius: 20px;
}
.btn-gym-refer{
    background-color:#02c425;
    border-color:#02c425;
    padding:10px;
    padding-right:40px;
    padding-left:40px;
}
@media screen and (max-device-width: 650px) {
    .top-header-search div{
        width:100% !important;
    }
    .spotlight-plan{
        margin-bottom:30px;
        margin-right:110px !important;
        min-height:750px !important;
    }
    footer ul{
        text-align: center;
    }
    footer{
        text-align: center;
    }
    .footer-logo{
        width:auto !important;
    }

}
.top-header-search .sub-container{
    min-height: 45px;
    border: 1px solid #3a3f47;
    border-radius:  25px;
    background-color: #3a3f47;
    width: 70%;
    min-width:680px;
    margin: 0 auto;
    padding-left: 8px;
    border-color: rgba(58,63,71,0.5) !important;
    background-color: rgba(58,63,71,0.5);
}
.top-header-search form #UserCity{
    background: none;
    border: none;
    padding-left: 5px;
    border-right: 0.5px solid #34373e;
    min-width: 29.3%;
color:white;
float:left;
margin-top:7px;
}
.top-header-search #UserState,.top-header-search #UserCountry{
    border: none;
    background: none;
    color: rgba(255,255,255,0.5);
    width: 29.3%;
    padding-left: 5px;
    border-right: 0.5px solid #34373e;
    height: 28px;
    float:left;
margin-top:7px;
}
.top-header-search #UserState{
    background-position-x: 97% !important;
}
.top-header-search .bootstrap-select{
    border: none;
    background: none;
    color: rgba(255,255,255,0.5);
    max-width: 29.3%;
    padding-left: 5px;
    border-right: 0.5px solid #34373e;
    max-height: 28px;
}
.top-header-search option{
  color:black !important;
}
.top-header-search #activites_select{

    border: none;
    background: none;
    color: rgba(255,255,255,0.5);
    min-width: 25.3%;
    padding-left: 5px;
    min-height: 28px;
}.top-header-search .bootstrap-select .dropdown-toggle{
background:none; 
border:none;
max-height:28px;
padding:2px !important;
background:url(/assets/images/icons/down_arrow.png) no-repeat right !important;
}
.top-header-search .bootstrap-select .dropdown-toggle::after{
border: none !important;
}
.top-header-search .bootstrap-select .dropdown-menu{
top:4px !important;
}
.top-header-search .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark{
color:#58bb47;
}
.top-header-search .bootstrap-select.form-control{
  width:25.3% !important; 
  float:left !important;
  margin-top:7px;
}
.top-header-search form .btn-primary{
    border-radius:  25px;
    position: relative;
    min-height:  43px;
    top: 0;
    padding-right: 20px;
    background: white;
    color: #0062cc;
    border: white;
    padding-left: 20px;
    opacity:  2;
    height:  100%;
    padding-top: 8px;
    padding-bottom: 8px;
    left: 6px;
    float:right;
    max-width:15%;
}
.spotlight-member .btn-primary,.dashboard-spotlight-member .btn-primary{
    background: white;
    color: #0062cc;
    border: white;
    padding-right:30px;
    padding-left:30px;
    display: none;
    margin: 0 auto;
    margin-top: 20px;
    width: 90%;
}
select {
    background: url(/assets/images/icons/down_arrow.png) no-repeat right !important;
    -webkit-appearance: none;
    -moz-appearance:none;
}
.gymowners-section h2{
    font-family: Avenirblack;
    font-size: 45px;
    font-weight:bold;
}
.gymowners-section p{
padding-left:40px;
}
.gymowners-section a{
padding-left: 23px;
}
.pd40-link a{
padding-left:40px;
}
.gymowners-section{
    background:#f4f5f9;
    padding:50px;
    text-align: left;
}
.spotlight-section{
    padding:50px;
    text-align: center;
}
.spotlight-members-section{
    padding:50px;
    text-align: center;
    background:#f4f5f9;
}
.spotlight-members-section h2{
    font-size:32px;
    font-weight: bolder;
    text-align: center;
    font-family: Avenirblack;
    color:#3451a3;
    margin-bottom:10px;
}
.testominials-section h2{
    font-size:32px;
    font-weight: bolder;
    text-align: center;
    font-family: Avenirblack;
    color:#3451a3;
    margin-bottom:10px;
}
.spotlight-members-section p{
    color:#9c9d9f;
    font-size:16px;
}
.spotlight-section h2{
    font-size:32px;
    font-weight: bold;
    text-align: center;
    font-family: Avenirblack;
    color:#3451a3;
    margin-bottom:50px;
}
.spotlight-plan{
    background:#f4f5f9;
    border:1px solid #f4f5f9;
    border-radius:8px;
    padding-top:40px;
    min-height: 700px;
    flex:0 0 22%;
    max-width: 22%;
    margin-right:31px;
    min-width: 250px;
}
.spotlight-plan h2{
    font-size:25px;
    text-transform: uppercase;
    margin-bottom:10px;
    font-weight: bolder;
    color:black;
}
.spotlight-plan-tag{
}
.spotlight-plan-tag b{
    color:#02c425;
    font-weight:400;
}
.spotlight-plan ul{
    color:#3451a3;
    padding-left:26px;
}
.spotlight-plan li{
    text-align: left;
    margin-bottom:5px;
}
.spotlight-plan ul span{
    color:black;
    font-weight:500;
}
.spotlight-plan-tag i{

    font-weight: bold;
    color: #b3b3b3;
}
.spotlight-packages{
    bottom: 22px;
    position:absolute;
    width:92%;
    padding-bottom:10px;
}
.spotlight-packages h2{
    font-size:17px;
    text-transform: none;
    font-weight: bolder;
    text-align: left;
}

.spotlight-package-choice-container{
    height:60px;
    width:210px;
    margin:0 auto;
}
.spotlight-package-choice-handler.active .spotlight-package-choice{
    background-color:#3451a3 !important;
    zoom:1;
    color:white;
}
.spotlight-package-choice-handler{
    width: 60px;
    float:left;
    margin-right:10px;
}
.spotlight-package-choice-handler small{
    color:#b7b8bb;
}
.spotlight-package-choice-handler.active small{
    color:black;
}
.spotlight-package-choice{
    height: 60px;
    width: 60px;
    background-color: white;
    border: 1px solid white;
    border-radius: 5px;
    text-align: center;
    font-weight: 400;
    font-size: 25px;
    line-height: 55px;
    float:left;
    margin-right:10px;
}
.gymowners-section ul{
    text-align: left;
    line-height: 2;
}
.gymowners-section ul li{
    color:#3451a3;
}
.gymowners-section ul span{
    color:black;
   font-weight:500;
}
.gymowners-section button{
    margin-left:20px;
}
.btn-spotlight-package{
    background:#02c425;
    border-radius:8px;
    padding-right:30px;
    border-color:#02c425;
    padding-left:30px;
    position:absolute;
    bottom:-20px;
    left:20%;
    box-shadow:0px 0px 0px rgba(2,196,37,0.25), 0 5px 13px rgba(2,196,37,0.22);
}
.spotlight-member-thumbnail img{
    border-radius: 50%;
    max-width: 100px;
}
.testominial-member-thumbnail{
    padding-top:20px;
}
.testominial-member-thumbnail img{
    border-radius: 50%;
    max-width: 100px;

}
.spotlight-member-thumbnail{
    padding-top:40px;
}
.spotlight-member-title{
    font-weight:bold;
    margin-bottom:-5px;
}
.testominial-member-title{
    margin-top:10px;
    font-weight:bold;
    margin-bottom:-5px;
}
.spotlight-member small{
    color:#afafaf;
}

.dashboard-spotlight-member small{
    color:#afafaf;

}
.testominials-section small{
    color:#afafaf;
}
.spotlight-member-description{
    font-size:16px;
    margin-top:10px;
    color:#afafaf;
}
.testominial-member-description{
    font-size: 16px;
    margin-top:10px;
    color:#7a7a7c;
}
.spotlight-member{
    min-height: 300px;
    background: white;
    border: 1px solid white;
    border-radius: 5px;
    margin-bottom:20px;
    box-shadow:0px 0px 0px rgba(0,0,0,0.25), 0 5px 13px rgba(0,0,0,0.22);
}
.spotlight-member.active,.dashboard-spotlight-member.active{
  background: #3451a3;
    border: 1px solid #3451a3;
}
.spotlight-member.active .spotlight-member-title,.dashboard-spotlight-member.active .spotlight-member-title{
    color:white;
}
.spotlight-member.active .spotlight-member-description,.dashboard-spotlight-member.active .spotlight-member-description{
    display: none;
}
.spotlight-member.active .btn-primary{
    display: block;
}
.dashboard-spotlight-member{
    min-height: 300px;
    background: white;
    border: 1px solid white;
    border-radius: 5px;
    margin-bottom:20px;
    box-shadow:0px 0px 0px rgba(0,0,0,0.25), 0 5px 13px rgba(0,0,0,0.22);
}
@media (min-width: 1024px){
    .spotlight-member {
        max-width: 23% !important;
        flex: 0 0 23%;
        margin-right:22px;
    }
}
.minus-icon{
    display: none !important;
}
.spotlight-member .plus-icon,.dashboard-spotlight-member .plus-icon,.dashboard-spotlight-member .minus-icon,.spotlight-member .minus-icon{
    position: absolute;
    right: 25px;
    top: 25px;
}

.spotlight-member .plus-icon:hover,.dashboard-spotlight-member .plus-icon:hover,.spotlight-member .minus-icon:hover,.dashboard-spotlight-member .minus-icon:hover{
    cursor:pointer;
}
.spotlight-member.active .plus-icon{
    display:none;
}
.spotlight-member.active .minus-icon{
    display: block !important;
    font-size: 19px;
    color: #0ec72f;
}.dashboard-spotlight-member.active .minus-icon{
     display: block !important;
     font-size: 19px;
     color: #0ec72f;
 }


.dashboard-spotlight-member.active .plus-icon{
    display: none;
}
.dashboard-spotlight-member .plus-icon{
    position: absolute;
    right: 25px;
    top: 25px;
}

.video-section{
    min-height: 500px;
    background-image:url('/assets/images/background images/background-video.jpg');
    background-size: cover;
}
.testominials-section{
    background:#f4f5f9;
    padding:25px;
    padding-bottom:45px;
    position:relative;
    text-align: center;
    background-image: url(/assets/images/background%20images/quotation_marks.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 200px auto;
}
.testominials-section:after{
    display: inherit;
}
.testominials-right-arrow{
    background-image:url('/assets/images/icons/right-arrow.png');
    width:15px;
    height:23px;
    position:absolute;
    right:50px;
    top: 50%;
    transform: translateY(-50%);
}
.testominials-right-arrow:hover,.testominials-left-arrow:hover{
    cursor:pointer;
}
.testominials-left-arrow{
    background-image:url('/assets/images/icons/left-arrow.png');
    width:15px;
    height:23px;
    position:absolute;
    left:50px;
    top: 50%;
    transform: translateY(-50%);
}
footer{
    background:#181e2f;
    padding:25px;
}
footer ul li{
    display:inline;
    color:white;
    font-size:17px;
}footer ul li a{
    margin-right: 11px;
    margin-left: 11px;
    padding-right:10px;
    padding-left:10px;
}
footer ul li.last{
    border-right:none !Important;
}
footer ul{
    display:inline;
}
footer .footer-icons{
    width:30px;
    height:30px;
    margin-right:6px;
}
footer .copy-text{
    text-align: center;
    color:white;
    margin-top:20px;
    font-weight:400;
    margin-bottom:0;
}
.pt-14{
    padding-top:14px;
}
.facebook-section{
    padding:10px;
    background:#181e2f;
    text-align: center;
}
.facebook-section img{
    margin-right:20px;
}
.otis-left{
    padding-top:100px !important;
}
.otis-left .btn{
    bottom: 21px;
    margin: 0 auto;
    position: relative;
    display: block;
    padding-right:30px;
    padding-left:30px;
    background:#58bb47;
    border-color:#58bb47;
    box-shadow:0px 0px 0px rgba(88,187,71,0.25), 0 5px 13px rgba(88,187,71,0.22);
}
.user_modal .overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1;
    display:block !important;
}
.user_modal .contents{
    text-align: center;
    z-index: 10;
    position: fixed;
    top: 50%;
    left: auto;
    right: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    background: white;
    padding: 50px;
    border-radius: 5px;
    min-width: 400px;
}
.user_modal .close{
    position: absolute;
    right: 25px;
    top: 20px;
}
#register_modal img{
    max-height: 50px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
}
#register_modal input{
    border: none;
    width: 100%;
}
#register_modal button{
    background: #58bb47;
    border-color: #58bb47;
    padding-right: 40px;
    padding-left: 40px;
    box-shadow: 0px 0px 0px rgba(88,187,71,0.25), 0 5px 13px rgba(88,187,71,0.22);
}
#register_modal select{
    width:100%;
    border:none;
    color:darkgrey;
}
#register_modal p{
    margin-bottom: 0;
    margin-top: 30px;
}
#login_modal img{
    max-height: 50px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
}
#login_modal input{
    border: none;
    padding-right: 20px;
    padding-left: 20px;
    width: 100%;
}
#login_modal button{
    background: #58bb47;
    border-color: #58bb47;
    padding-right: 40px;
    padding-left: 40px;
    box-shadow: 0px 0px 0px rgba(88,187,71,0.25), 0 5px 13px rgba(88,187,71,0.22);
}
#login_modal p{
    margin-bottom: 0;
    margin-top: 30px;
}
.dashboard-sidebar-section{
    background-image:url('/assets/images/background images/header_image.png');
    background-size:100% 100%;
    min-height:100%;
    padding:25px;
    padding-top:40px;
    text-align: center;
}
.dashboard-sidebar-section .dashboard_logo{
    max-width:80%;
    margin-bottom:20px;
    min-height:50px;
}
.dashboard_logo:hover{
cursor:pointer;
}
.dashboard-sidebar-section ul{
    list-style: none;
    color:#606570;
    text-align: left;
    padding:0 0 0 20px;
}
.dashboard-sidebar-section ul li{
    margin-bottom:20px;
}
.dashboard-sidebar-section ul li a{
color:#606570;
}
.dashboard-sidebar-section ul li.active a{
color:white;
}
.dashboard-sidebar-section ul li i{
display:none;
}
.dashboard-sidebar-section ul li.active i{
display:inline;
}
.dashboard-sidebar-section ul li:hover,.dashboard-sidebar-section ul li a:hover{
    cursor:pointer;
    text-decoration:none;
    color:white;
}
.dashboard-top-header{
    padding: 8px;
    padding-left: 25px;
    padding-right: 25px;
    border-bottom: 1px solid #eaeaea;
    background:white;
}
.top-dashboard-search{
    padding: 5px;
    background: #f4f5f9;
    border-radius: 6px;
    max-height: 37px;
    margin-top: 10px;
}
.top-dashboard-search input{
    border: none;
    background: none;
    width: 94%;
}
.top-dashboard-search .fa:hover{
cursor:pointer;
}
.top-dashboard-search .fa{
    color: #94bc53;
}
.top-dropdown-controller{
    float: right;
    margin-top: 15px;
    font-size: 26px;
    color: #58bb47;
}
.top-dropdown-controller:hover{
    cursor:pointer;
}
.top-dashboard-search-text{
    float: right;
    margin-left: 20px;
    padding-top: 5px;
    margin-right: 20px;
}
.top-dashboard-search-text .main-text{
    font-weight: bold;
}
.top-dashboard-search-text .sub-text{
    font-size: 9px;
    margin-top: -5px;
    color: #898989;
}
.top-dashboard-icons{
    float: right;
    position: relative;
}
.top-dashboard-icons #notification-one{
    max-width: 10px;
    top: 2px;
    position: absolute;
    right: 0px;
}
.top-dashboard-icons-controller #notification-two{
    max-width: 10px;
    top: 2px;
    position: absolute;
    right: 26px;
}
.top-dashboard-icons-controller #notification-three{
    max-width: 10px;
    top: 2px;
    position: absolute;
    right: 26px;
}
.top-dashboard-icons-controller .icon{
    max-height: 17px;
    margin-right: 30px;
}
.top-dashboard-icons-controller .icon:hover{
    cursor:pointer;
}
.top-dashboard-icons .profile-pic{
    max-height: 50px;
    background-image: url('/assets/images/team/otis.jpg');
    width: 50px;
    height: 50px;
    background-size: cover;
    border-radius: 27px;
    float: right;
}
.top-dashboard-icons-controller{
    float: right;
    position: relative;
    margin-top:10px;
}
.top-dashboard-icons-controller div{
    float: right;
    position: relative;
}
.dashboard-right-sidebar .main-title{
    margin-top: 10px;
    color: #929395;
    margin-bottom: 20px;
}
.top_part .main-text{
    color: #929395;
    margin-top:10px;
}
.dashboard-right-sidebar .progress-text span {
    color: #b4b4b4;
}
.box{
    background: white;
    padding: 20px;
    text-align: center;
    border-radius: 8px;
    margin-bottom:20px;
}
.box.green a{
color:#58bb47;
}
.box.green a:hover{
color:#58bb47;
}
.box.red a{
color:red;
}
.box.red a:hover{
color:red;
}
.box .progress-text{
    text-align: center;
    font-size: 19px;
    color: #3451a3;
}
.box .progress{
    height: 0.8rem;
}
.box input{
    width: 100%;
    border: none;
}
.box hr{
    margin-top:0;
}
.box select{
    width:100%;
    border:none;
}
.box.increased-padding-box{
    padding: 50px;
    padding-left: 100px;
    padding-right: 100px;
}
.box .numbered-card{
    text-align:center;
    display: inline;
    padding: 0px;
    background: #58bb47;
    border-radius: 6px;
    color: white;
    font-size: 20px;
    height:50px;
    margin-top:14px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: 500;
    box-shadow: 0px 0px 0px rgba(88,187,71,0.25), 0 5px 13px rgba(88,187,71,0.22);
}
.box .progress .progress-bar{
    background-color: #58bb47;
}
.box .sub-title{
    margin-top: 10px;
    color: #a3a3a3;
    font-size: 16px;
    text-align: left;
}
.dashboard-right-sidebar .main-title.blue,.dashboard-right-sidebar .main-title.blue a{
    color:#3451a3;
    font-weight: bold;
}
.dashboard-right-sidebar .main-title.hover-cursor:hover{
    cursor:pointer;
}
.dashboard-body{
    background:#f4f5f9;
}
.testominial-item{
    display:none;
}
.testominial-item.active{
    display:block;
}
.blog_header{
display:none !important;
}
.profile-section{
    height: 150px;
    margin-top: 50px;
    width: auto;
    margin-bottom: 20px;
}
.profile-section .image{
width:150px;
height:150px;
border-radius: 100px;	
background-size: cover;
float: left;
}
.profile-section .left-section{
float:left;
margin-left:20px;
}
.profile-section .left-section h2{
    color: #0f0f10;
    font-weight: bold;
    font-family: Avenirblack;
    font-size: 20px;
    margin-top: 30px;
    display: block;
    width: 100%;
    float: none;
margin-bottom:0;
}
.profile-section .left-section h3{
    color: #7fca74;
    font-weight: bold;
    font-family: Avenirblack;
    font-size: 15px;
    display: block;
    width: 100%;
margin-bottom:2px;
margin-top:2px;
    float: none;
}
.profile-section .left-section h5{
    color: #bcbcbd;
    font-weight: bold;
    font-family: Avenirblack;
    font-size: 11px;
    display: block;
    width: 100%;
    float: none;
}
.profile-section .left-section .btn{
    position: relative;
    top: 0;
    left: 0;
    margin-left: 20px;
    margin-top: 10px;
}
.profile-section .left-section .upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
float:left;
}
.profile-section .left-section .upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.box .gym_parent{
float:right;height:50px;
}
@media screen and (max-device-width:1024px)
{
.top-dashboard-search input{
width:92%; 
}
.box .numbered-card{
min-width:51px;
margin-left:auto;
margin-right:auto;
float:none;
}
.box span.helper{
float:none !important;
margin-right:auto !important;
margin-left:auto !important;
}
.box .gym_parent{
margin-top:10px;
float:none !important;
margin-right:auto !important;
margin-left:auto !important;
}
.box .row{
padding-left:0 !important;
}
.dashboard-right-sidebar .box .sub-title{
text-align:center;
margin-right:auto;
margin-left:auto;
}
}
.profile-points-section h2{
    color: #58bb47;
    margin-bottom: 0;
}
.profile-points-section .bottom{
    font-family: Avenirblack;
}
.profile-points-section .sub-title{
    color: #9f9fa2;
    font-family: Avenir;
    margin-bottom: 0;
}
.dropdown-toggle:empty::after{
display:none;
}
.dashboard-top-header .dropdown-menu{
top:25px !important;
}
.dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}

.box input[type="radio"],.box input[type="checkbox"]{
width:auto !Important;
}
.spotlight-member.special{
    width: 48% !important;
    max-width: 48% !important;
    flex: 0 0 48% !important;
    text-align: center;
    position: relative;
    box-shadow: none;
    float: left;
    margin-left:0;
    margin-right:2%;
}
.numbered-card.blue{
background:#f4f5f9;
color:#000000;
box-shadow:none;
cursor:pointer;
}
.numbered-card.blue.active{
background:#3551a3;
color:white;
}

.page-item a,.pagination .active a,.pagination a {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #3451a3;
    background-color: #fff;
    border: 1px solid #ddd;
}
.page-item.active a,.pagination .active a{
    z-index: 2;
    color: #fff;
    background-color: #3451a3;
    border-color: #3451a3;
}
.message_row .profile-image img{
    border-radius: 150px;
    width: 70px;
    height: 70px;
}
.message_row .from{
    margin-bottom: 0;
    font-weight: 500;
}
.message_row .subject{
    font-size: 15px;
    margin-bottom: 0;
    color: #636363;
}
.message_row .message{
    font-size: 15px;
    color: #636363;
}
.message_row .reply.btn-danger{
    color: white;
    background: #ca0000;
}
.btn-danger{
    color: white;
    background: #ca0000;
}
.message_row .reply.btn-warning{
    color: white; 
    background: black;
    border-color: black;
}
.message_row .reply.btn-success,.message_row .reply.btn-primary{
    color: white;
}
.message_row .restore{
   margin-left: 10px;
}
.message_row .time-passed{
    position: absolute;
    top: 5px;
    right: 25px;
    font-size: 11px;
    color: #929395;
}
.message_row .time-passed i{
    color: #647ab9;
    font-size: 14px;
}
.box span.helper{
float:left;
font-weight: bold;
margin-top:10px;
margin-left:10px;
}
.box .get_gyms_distance{
margin-right:5px;
display: inline-block;
width: 50px;
height: 47px;
margin-top:0;
}
.dropdown-menu.alert_dropdown .submit{
width:100%; 
}
.dropdown-menu.message_dropdown img{
    border-radius:  150px;
    height:  40px;
    margin-top: 7px;
}
.dropdown-menu.message_dropdown #deleteselectedchat,.dropdown-menu.message_dropdown #deleteselectedgnotes{
    float:  right;
    color: white;
    margin-right: 8px;
    font-size: 15px;
    font-weight:  100;
}
.dropdown-menu.message_dropdown .main-text{
    margin-bottom:  0;
    display:  inline;
    font-weight: normal;
float:left;
margin-left:10px;
font-size:11px;
color:#9d9d9d;
}

.dropdown-menu.message_dropdown .main-text b{
	color:#5d5d5d;
}
.dropdown-menu.message_dropdown .sub-text{
    float: left;
    margin-left: 10px;
margin-bottom:0px;
}
.dropdown-menu.message_dropdown .delete_chat{
color:#ec1111;
font-size:18px;
}
.dropdown_menu.message_dropdown .link_to_message{

    color: #3451a3;
    margin-right: 5px;

}
.dropdown-menu.message_dropdown ul{
list-style:none;
padding-left:0;
}
.dropdown-menu.message_dropdown li.header{
	border-bottom:1px solid #e3e3e3;
	background:  #28a745;
	color:  white;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size:  15px;
	font-weight:  100;
	text-align:  left;
}
.dropdown-menu.message_dropdown{
	padding-top:0;
}
.dropdown-menu.message_dropdown:before,.dropdown-menu.message_dropdown:after{
	display:none;
}
.dropdown-menu.message_dropdown li .row{
border-bottom:1px solid #e3e3e3;
}
.dropdown-menu.message_dropdown{min-width: 380px; text-align: center; left: -150px !important;transform:none !important;top:47px !important; border:1px solid #e3e3e3;}
.dropdown-menu.message_dropdown h3{ color: #000000; font-size: 30px; font-weight: normal; margin: 0 0 5px; font-family: "Proxima Nova Lt";}
.dropdown-menu.message_dropdown p{font-size: 13px; margin-bottom: 20px;}
.dropdown-menu.message_dropdown input{font-size: 13px; font-family: "Proxima Nova Lt";}
.dropdown-menu.message_dropdown .btn-block{background: #e84b6e; margin: 10px 0; font-weight: bold;}
.dropdown-menu.message_dropdown .btn-block:hover{background: #1bce99;color: #fff;}
.dropdown-menu.message_dropdown > a{ font-family: "Proxima Nova Lt";}
.pro_msg{
    margin-top:10px;
}
.gift_modal h3{ color: #686868; font-size: 30px; font-weight: normal; margin: 0 0 5px; font-family: Avenir;}
.gift_modal p{
    font-size: 14px;
    color: #a0a0a0;
}
.gift_modal p a{
    color: #3451a3;
    font-weight: 500;
    font-size: 14px;
    display: block;
}
.gift_modal .btn-block{
    color: white;
    background: #e26d20;
    margin: 10px 0;
    font-weight: bold;
}
.dropdown-menu.alert_dropdown{padding: 20px; min-width: 290px; text-align: center; left: auto; right: -100px; border:1px solid #c9c9c9; margin-top: 20px;}
.dropdown-menu.alert_dropdown:before{border: 20px solid transparent; border-bottom-color:#c9c9c9; content: " "; height: 0; left: 41% !important; top: -40px; position: absolute;  width: 0;}
.dropdown-menu.alert_dropdown:after{border: 19px solid transparent; border-bottom-color:#fff; content: " "; height: 0; left: 41.3%; top: -38px; position: absolute;  width: 0;}
.dropdown-menu.alert_dropdown h3{ color: #686868; font-size: 30px; font-weight: normal; margin: 0 0 5px; font-family: Avenir;}
.dropdown-menu.alert_dropdown p{font-size: 14px;color: #a0a0a0;}
.dropdown-menu.alert_dropdown a{
    color: #3451a3;
    font-weight: bold;
    font-size: 13px;
}
.dropdown-menu.alert_dropdown p a{
    color: #3451a3;
    font-weight: 500;
    font-size: 14px;
}
.dropdown-menu.alert_dropdown input{font-size: 13px; font-family: "Proxima Nova Lt";}
.dropdown-menu.alert_dropdown .btn-block{color:white;background: #e26d20; margin: 10px 0; font-weight: bold;}
.dropdown-menu.alert_dropdown .btn-block:hover{background: #1bce99;color: #fff;}
.dropdown-menu.alert_dropdown > a{ font-family: "Proxima Nova Lt";}
.friend-box{
position:relative;
}
.friend-box a{
color:#a4a4a4;
}
.friend-box .row{
margin:0 0 0 0;
}
.friend-box a.active{
color:black;
}
.friend-box:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 11%;
    margin-left: 0px;
    width: 0;
    height: 0;
    border-top: solid 20px #ffffff;
    border-left: solid 20px transparent;
    border-right: solid 20px transparent;
}
.friends-box{
    position:  relative;
    border-radius: 13px !important;
}
.friends-box .row{
margin:0 0 0 0;
}
.friends-box .options-container{
    padding-top: 43px;
}
@media screen and (max-device-width:768px){
    .friends-box .options-container{
        padding-top:0;
    }
    .friends-box{
        text-align: right;
    }
    .friends-box .btn{
        margin-right:0px !important;
    }
}
.friends-box .img_box{
    text-align: center;
}
.spotlight_tringle.friends-box .img_box{
    margin-top: 5px;
}
.friends-box .btn-option{
    width:100px;
    background:#e1e1e1;
    border-color:#e1e1e1;
    color:#909090;
}
.friends-box .btn-option:active{
	background:#3551a3;
	border-color:#3551a3;
	color:white;
}
.friends-box .btn-sendmessage{
    background:#3551a3;
    border-color:#3551a3;
    color:white;
}
.friends-box img{
border-radius:150px;
    width:100%;
max-width:100%;
height:100%;
    margin:0 auto;
}
.friends-box .rating_star{
    display: block !important;width: 100% !important;margin-bottom: 10px !important;
}
.friends-box .rating_star img{
    height:20px !important;
    width:auto !important;
}
.friends-box .rating_star .btn{
    height:34px;
    margin-right: 10px;
}
.friends-box .view{
font-size: 15px;
position: initial;
padding: 0 0 0 0;
    text-align: center;
    display: block;
    margin: 0 0 0 0 !important;
font-weight:500 !important;
}
.friends-box .view-parent{

    float: left;
    text-align: left !important;
    display: inline;
    width: auto;
    margin-left:15px;

}
.friends-box .member-name{
    font-size: 20px;
    font-weight: 500;
    display: block;
    text-align:  left;
    margin-left: 15px;
    margin-bottom:  0;
}
.friends-box .member-loc{
font-weight: 500;
text-align:left;
margin-left:15px;
margin-bottom:0;
color:#b4b4b4;
font-family:  Avenir;
}
.friends-box .member-desp{
    text-align:  left;
    margin-left: 15px;
    color: #b4b4b4;
    font-family: Avenir;
    font-weight: 500;
}
.feed_row{
    padding: 5px;
    margin-bottom: 0px;
padding-top:10px;
padding-bottom:10px;
}
.feed_row .col-10{
    border-bottom: 1px solid #d1d1d1;
padding-bottom:10px;
}
.feed_row .main-feed{
    font-weight:  500;
    margin-bottom:  0;
font-family: Avenir;
margin-top:15px;
}
.feed_row img{
max-width:70px !important;
border-radius:200px;
    max-height:70px !important;
    object-fit: cover;
}
.feed_row .chkbox{
margin-right:5px;
float: left;
margin-top: 25px;
}
.feed_row span{
float:left;
}
.feed_row .feed-date{
    color: #a7a7a7;
    font-weight: 400;
font-family: Avenir;
}
.feed_row .delete_row{
position:absolute;
top:20px;
right:25px;
}
.feed_row a{
font-weight:500;
color:#ec1111;
}
.fade.in{
    display: block;opacity: 1;overflow: auto;overflow-y: scroll;position: fixed;top: 0;right: 0;bottom: 0;left: 0;z-index: 1050;-webkit-overflow-scrolling: touch;outline: 0;

}
.modal-backdrop.fade{
    display:none !Important;
    opacity:0 !important;
}
.fade.in .modal-dialog{
    -webkit-transform: translate(0, 0%);
    -moz-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    -o-transform: translate(0, 0%);
    transform: translate(0, 0%);
}
.spotlight_tringle:after {
    background: url(../img/spotlight-mem.png) no-repeat scroll 0 0;
    content: "";
    height: 52px;
    position: absolute;
    left: 0;
    top: -1px;
    width: 57px;
    background-size: 100% 100%;
}
.blog-icons{
    margin-bottom:  15px;
        text-align:center;
}
.blog-icons img{
  width:30px;
  height:30px;
  margin-right:5px;
}
.profile-section{
position:relative;
}
.profile-section .overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    width: 150px;
    height: 150px;
    border-radius: 100px;
    background-size: cover;
    background-image: url('/assets/images/background images/image-hover.png');
    opacity: 0.5;
    display: none;
}
.profile-section .image:hover{
cursor:pointer;
}
.profile-section .image:hover .overlay{
display:block;
cursor:pointer;
}
#GiftModal .modal-content,.GiftModal .modal-content{
    background: #f6f3f3;
}
#GiftModal .close,.GiftModal .close{
    text-align: right;
    margin: 0 0 0 0;
}
#GiftModal .modal-body,.GiftModal .modal-body{
    margin: 50px;
    text-align:  center;
    margin-top:20px;
    margin-bottom: 20px;
}
#GiftModal .modal-body .sub,.GiftModal .modal-body .sub{
    background: white;
    border-radius:  5px;
    border: 1px solid #d1d1d1;
    padding: 15px;
}
#GiftModal .modal-body .sub img,.GiftModal .modal-body .sub img{
    width: 150px;
}
#GiftModal .modal-body .sub h3,.GiftModal .modal-body .sub h3{
    font-family: Avenirblack;
    color: #686868;
    margin-top: 20px;
}
#GiftModal .modal-body .sub h6,.GiftModal .modal-body .sub h6 {
    color: #a0a0a0;
    font-family:  Avenir;
    margin-bottom:  30px;
}
#GiftModal .modal-body .sub p,.GiftModal .modal-body .sub p{
    color: #b5b5b5;
}
#GiftModal .modal-body .sub p a,.GiftModal .modal-body .sub p a{
    color: #3551a3;
}
#GiftModal .modal-body .btn,.GiftModal .modal-body .btn{
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 20px;
}
.SpotlightPackages{
    margin-top:50px;
    text-align: center;
}
.SpotlightPackages h2{
    font-family:  AvenirBlack;
    color: #4363ca;
    font-size:  2.5rem;
}
.SpotlightPackages.learn-more{
    margin-top:0 !important;
}
.SpotlightPackages.learn-more .star h3{
    font-family:  AvenirBlack;
    font-size:  2.5rem;
    color: #686868;
    margin-bottom: 40px;
    padding-top:50px;
}
.spotlight-type{
    text-align: center;
    margin-bottom: 30px;
    margin-top:30px;
}
.spotlight-type .individual{
    border-radius:8px;
    background:white;
    border:1px solid #e3e3e3;
    padding-top:20px;
    padding-bottom: 20px;
}
.spotlight-type .btn-getstarted{
    background:#4363c9;
    border-color:#4363c9;
    padding-right:30px;
    padding-left:30px;
    border-radius:6px;
}
.spotlight-type .individual .btn-getstarted{
    background:#4363c9;
    border-color:#4363c9;
    padding-right:30px;
    padding-left:30px;
    border-radius:6px;
}
.spotlight-type .gym_studio{
    border-radius:8px;
    background: #5d3e8f;
    border:1px solid #e3e3e3;
    padding-top:20px;
    padding-bottom: 20px;
}
.spotlight-type .gym_studio h3{
    color:white !important;
}
.spotlight-type .gym_studio p{
    color:white !important;
}
.spotlight-type .gym_studio .btn-getstarted{
    background:white;
    border-color:white;
    padding-right:30px;
    padding-left:30px;
    border-radius:6px;
    color:#5d3e8f;
}

.spotlight-type .redeem{
    border-radius:8px;
    background: #4363c9;
    border:1px solid #e3e3e3;
    padding-top:20px;
    padding-bottom: 20px;
}
.spotlight-type .redeem h3{
    color:white !important;
}
.spotlight-type .redeem p{
    color:white !important;
}
.spotlight-type .redeem .btn-getstarted{
    background:white;
    border-color:white;
    padding-right:30px;
    padding-left:30px;
    border-radius:6px;
    color:#4363c9;
}

.spotlight-type .trainer{
    border-radius:8px;
    background: #32a949;
    border:1px solid #e3e3e3;
    padding-top:20px;
    padding-bottom: 20px;
}
.spotlight-type .trainer h3{
    color:white !important;
}
.spotlight-type .trainer p{
    color:white !important;
}
.spotlight-type .trainer .btn-getstarted{
    background:white;
    border-color:white;
    padding-right:30px;
    padding-left:30px;
    border-radius:6px;
    color:#32a949;
}
.spotlight-type .star h3{
    font-family:  AvenirBlack;
    color: black;
    margin-bottom: 20px;
    padding-top: 20px;
    font-size: 1.8rem;
    text-align: center;
}
.spotlight-type .star h3 span{
    margin-right:50px;
    margin-left:50px;
}
.spotlight-type .star p{
    font-family: Avenir;
}

.spotlight-type .star h3 img{
    height: 25px;
    margin-bottom: 5px;
}

.SpotlightPackages.learn-more .star h3 span{
    margin-right:30px;
    margin-left:30px;
}
.SpotlightPackages.learn-more .star h3 img{
    height: 35px;
    margin-bottom: 5px;
}
.SpotlightPackages p{
    color: #919191;
    margin-bottom:30px;
    font-size:18px;
}
.SpotlightPackages .settings1{
    background: white;
    padding: 30px;
    border-radius: 7px;
    color: #696969;
}
.SpotlightPackages .settings1 .star{
    display:  block;
    width:  100%;
}
.SpotlightPackages .settings1 .star p{
    margin-bottom: 30px;
}
.SpotlightPackages .settings1 .package{
    text-align:  center;
    border: 1px solid #d4d4d4;
    padding: 0 0 0 0;
    border-radius: 7px;
}
.SpotlightPackages .settings1 .package h3{
    padding: 20px;
    background: #58bb47;
    color: white;
    font-size: 1.3rem;
    padding-right: 10px;
    padding-left: 10px;
    border-top-right-radius:  7px;
    border-top-left-radius:  7px;
}
.SpotlightPackages .settings1 .star h3 span{
    margin-right:30px;
    margin-left:30px;
}
.SpotlightPackages .settings1 .star h3 img{
    height: 25px;
    margin-bottom: 5px;
}
.SpotlightPackages .settings1 .package .sub{
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom:  20px;
}
.SpotlightPackages .settings1 .package .sub h4{
    font-family: AvenirBlack;
    font-size:  30px;
}
.SpotlightPackages .settings1 .package .sub p{
    margin-bottom: 30px;
    font-size:18px;
}
.SpotlightPackages .settings1 .package .sub p a{
    margin-top: 20px;
}
.SpotlightPackages .settings1 .package .sub .btn{
    background: #4363c8;
    width: 100%;
    border-color: #4363c8;
}
.blog-container .blog_filter{
    text-align:  right;
    color: #000000;
    margin-top: 10px;
    margin-bottom:  11px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: Avenir;
}
.blog-container .blog_filter a{
    color:black;
}
#album_modal input[type='radio']:after,.album_modal input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: white;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #adadad;
}

#album_modal input[type='radio']:checked:after,.album_modal input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #3451a3;
    content: '';
    display: inline-block;
    visibility: visible;
    border: none;
}
#album_modal .btn,.album_modal .btn{
    padding-right: 30px;
    padding-left: 30px;
}
#album_modal form,.album_modal form{
    text-align:  center;
}
#album_modal #AlbumTitle,.album_modal #AlbumTitle{
    width:  100%;
border-radius: 5px;
padding-top: 6px;
padding-bottom: 6px;
padding:  6px;
border: 1px solid #e3e3e3;
margin-bottom:  8px;
color: #8e8d8d;
}
.gallery_box .overlay{
    display:none;
}
.gallery_box:hover .overlay{
    display: block !important;
    width:  100%;
    height:  100%;
    background: none;
    position:  absolute;
    top: 0;
    left:  0;
    text-align:  center;
    padding:  60px;
    padding-right:  0;
    padding-left: 0;
    background: rgba(0,0,0,0.3);
}
.gallery_box .overlay i{
    background:  white;
    padding: 5px;
    border-radius:  50px;
    margin-right: 5px;
}
.gallery_box:hover .overlay i:hover{
    background:#75e062;
    color:white;
    cursor:pointer;
}
.gallery_box:hover .overlay i.blue:hover{
    background:#3551a3;
    color:white;
    cursor:pointer;
}
.gallery_box:hover .overlay i.red:hover {
    background: #ca0000;
   color:white;
    cursor:pointer;
}
.album_permission .close{
    top:-10px;color: white;background: #565656;border-radius: 88px;padding: 6px;opacity:  1;width:  30px;height:  30px;font-size:  16px;right: -11px;
}
.album_permission .tick{
    font-size:140px;
    color:#41ad49;
    margin-bottom:10px;
}
.album_permission .cross {
    font-size:140px;
    color:red;
    margin-bottom:10px;
}
.album_permission .btn{
    padding-right: 50px;
    padding-left: 50px;
    margin-top: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.album_permission .content-sub{
    background: white;
    border-radius:  5px;
    border: 1px solid #d1d1d1;
    padding: 20px;
    margin-top:20px;
}
.album_permission .content-sub h2{
    color:#686868;
    font-family:AvenirBlack;
    font-size:30px;
    margin-top:0;
}
.album_permission .content-sub p{
    color:#919191;
    font-size:16px;
    font-family:Avenir;
}
.gallery_box_parent{
    min-width:160px !important;
}
.view_photo_modal .contents{
    padding:0 0 0 0;background: none;
}
.view_photo_modal .contents-sub{
    background: white;padding:50px;margin-top: 20px;border-radius: 5px;padding-top: 10px;
    text-align: left;
}
.view_photo_modal .contents-sub p{
    color:#8e8e8e;
    text-align: left;
}
.view_photo_modal .contents img{
    max-width: 100%;
    border: 2px solid #a0a0a0;
    border-radius: 5px;
	max-height: 400px;
    width: 100%;
    object-fit: cover;
}
.view_photo_modal button{
    margin-top:30px;
    padding-right:30px;
    padding-left:30px;
}
.home-image-group{
    max-width: 404px;
    margin: 0 auto;
    text-align:  left;
}
.home-image-group div{
    width:  100%;
    margin-bottom: 10px;
}
.home-image-group img{
    width: 128px;
    max-width: 30.33%;
    border-radius: 5px;
}
.home-image-group div img{
    width: 100%;
    max-width: 404px;
    height: 192px;
    border-radius: 5px;
}
.view_users_modal h3{
    font-size: 20px;
    font-family: Avenir;
    margin-top: 15px;
    padding-bottom: 10px;
}
.view_users_modal .profile_icons{
    margin-right:10px;
}
.view_users_modal .table-bordered{
 border:none;
}
.view_users_modal .table-bordered td{
    border:none;
    color:#a9a9a9;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}
.view_users_modal .table-bordered th{
    color:#a9a9a9;
}
.view_users_modal h5{
    font-size: 16px;
    color: #a9a9a9;
    font-family: Avenir;
}
.view_users_modal .sub-location{
    font-weight:500;color: black;
}
.view_users_modal .get_connectssview,.view_users_modal .get_connectssgym{
    background:#4363c9;
    border-color:#4363c9;
    padding-right:30px;
    padding-left:30px;
    margin-bottom:20px;
    border-radius:11px;
    font-size: 13px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-family: Avenir;
}
#backtolist{
    color:black;
    padding-left:8px;
    padding-top:2px;
}
#backtolist i{

    font-size:  13px;
    margin-right:  5px;

}
.searchbar .box{
    text-align:  left;
}
.searchbar .box input{
    border:1px solid #f5f5f5;
    background:#f5f5f5;
}
.searchbar .box select{
    background-color:#f5f5f5 !important;
    border:1px solid #f5f5f5;
}
.searchbar .box .btn{

    padding-right: 20px;
    padding-left: 20px;

}
.spotlight_content .nav{
    margin-bottom:20px;
    margin-top:10px;
}
.spotlight_content .nav li{
    width:23%;
    margin-right:2%;
    text-align:center;
}
.spotlight_content .nav li a{
    color:#4e5f6f;
    font-weight:500;
}
.spotlight_content .nav li a.active{
    padding-bottom:10px;
    border-bottom:2px solid #57b64c;
}
.search-box{
    position:relative;
}
.search-box .image_zoom{
    width: 150px;
    height: 150px;
    background-size: cover;
    border-radius: 200px;
    position: relative;
    top: -80px;
    margin: 0 auto;
}
.search-box .top-background{
    background-repeat: no-repeat;
    background-size: cover;
    width:  100%;
    min-height: 150px;
    border-top-right-radius: 5px;
    border-top-left-radius:  5px;
}
.search-box h2{
    top:-80px;
    position:relative;
    font-size: 16px;
    font-family: AvenirBlack;
    color: #4e5f6f !important;
    display: block;
    margin-top: 10px;
}
.search-box .btn-link{
    color:#4f68af;
    text-decoration: underline;
    font-size:14px;
}
.search-box .individualss{
    margin-top:10px;width:  100%;border-top-left-radius:  0;border-top-right-radius:  0;
}
.search-box h2 span{
    font-size: 12px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: bold;
}

ul.nav-wizard {
    background-color: #fafafa;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    *zoom: 1;
    position: relative;
    overflow: hidden;
    padding-left:0;

    display: inline-block;
    margin: 0 0 0 0;
}
ul.nav-wizard:before {
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 46px;
    height: 47px;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    z-index: 11;
    content: " ";
}
ul.nav-wizard:after {
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 138px;
    height: 47px;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    z-index: 11;
    content: " ";
}
ul.nav-wizard li {
    position: relative;
    float: left;
    height: 46px;
    display: inline-block;
    text-align: middle;
    padding: 0 20px 0 30px;
    margin: 0;
    font-size: 14px;
    line-height: 46px;
}
ul.nav-wizard li a {
    color: #468847;
    padding: 0;
}
ul.nav-wizard li a:hover {
    background-color: transparent;
}
ul.nav-wizard li.step:before {
    position: absolute;
    display: block;
    border: 24px solid transparent;
    border-left: 16px solid #d4d4d4;
    border-right: 0;
    top: -1px;
    z-index: 10;
    content: '';
    right: -16px;
}
ul.nav-wizard li.step:after {
    position: absolute;
    display: block;
    border: 24px solid transparent;
    border-left: 16px solid #f9f9f9;
    border-right: 0;
    top: -1px;
    z-index: 10;
    content: '';
    right: -15px;
}
ul.nav-wizard li.active {
    color: white;
    background: #32aa49;
}
ul.nav-wizard li.active:after {
    border-left: 16px solid #32aa49;
}
ul.nav-wizard li.active a,
ul.nav-wizard li.active a:active,
ul.nav-wizard li.active a:visited,
ul.nav-wizard li.active a:focus {
    color: #3a87ad;
    background: #d9edf7;
}
ul.nav-wizard .active ~ li {
    color: #999999;
    background: #fafafa;
}
ul.nav-wizard .active ~ li:after {
    border-left: 16px solid #f9f9f9;
}
ul.nav-wizard .active ~ li a,
ul.nav-wizard .active ~ li a:active,
ul.nav-wizard .active ~ li a:visited,
ul.nav-wizard .active ~ li a:focus {
    color: #999999;
    background: #ededed;
}
ul.nav-wizard.nav-wizard-backnav li:hover {
    color: #468847;
    background: #f6fbfd;
}
ul.nav-wizard.nav-wizard-backnav li:hover:after {
    border-left: 16px solid #f6fbfd;
}
ul.nav-wizard.nav-wizard-backnav li:hover a,
ul.nav-wizard.nav-wizard-backnav li:hover a:active,
ul.nav-wizard.nav-wizard-backnav li:hover a:visited,
ul.nav-wizard.nav-wizard-backnav li:hover a:focus {
    color: #468847;
    background: #f6fbfd;
}
ul.nav-wizard.nav-wizard-backnav .active ~ li {
    color: #999999;
    background: #ededed;
}
ul.nav-wizard.nav-wizard-backnav .active ~ li:after {
    border-left: 16px solid #ededed;
}
ul.nav-wizard.nav-wizard-backnav .active ~ li a,
ul.nav-wizard.nav-wizard-backnav .active ~ li a:active,
ul.nav-wizard.nav-wizard-backnav .active ~ li a:visited,
ul.nav-wizard.nav-wizard-backnav .active ~ li a:focus {
    color: #999999;
    background: #ededed;
}
.spotlight-steps-section .main-text{
    color: #558ef7;
    text-align: center;
    margin-bottom: 10px;
}
.spotlight-steps-section .control-label{
    margin-top: 8px;
    color: #abacae;
}
.spotlight-steps-section .control-label b{
    color:#dd605c;
}
.spotlight-steps-section select{
    background-color: white !important;

}
.spotlight-steps-section .btn-next{
    background:#4363c8;
    border:#4363c8;
    padding-right: 40px;
    padding-left: 40px;
    border-radius: 8px;
    margin-bottom: 20px;
}
.booking-container label{

    display:  block;
    margin-top: 10px;
    margin-bottom:  10px;
    font-family: Avenir;
    color:#929395;
}
.booking-container input[type=text].form-control,.booking-container select.form-control{
    border:none;
    padding-top:12px;
    padding-bottom: 12px;
    color:#929395;
    text-align: center;
    background-color:white !important;
    height:48px !important;
}
.booking-container input[type=text]::placeholder{
    color:#929395;
}
.booking-container .input-group-addon{
    border:  none;
    background:  white;
    color: #929395;
    border-right: 1px solid #e4e4e4;
}
#ui-datepicker-div{
    background:#fafafc;
}
#ui-datepicker-div .ui-widget-header{
    background:none;
    border:none;
}
.top-spotlight-image .get_lg_btn{
    background: #4363c9;
    border-color: #4363c9;
    padding-right: 30px;
    padding-left: 30px;
    border-radius: 7px;
}
.spotlight-package-new{

    background:  white;
    padding: 10px;
    border-radius:  5px;
    border: 1px solid #e3e3e3;
    min-height:  850px;
    position:  relative;
}
.spotlight-package-new h3{
    color: #414141;
    font-size: 23px;
    margin-top: 30px;
    font-weight: 400;
}
.spotlight-package-new hr{

    width: 50px;
    background:  #bdf5ff;
    border-top: 1.5px solid rgba(0, 0, 0, 0.1);
}
.spotlight-package-new .acount{

    font-size:  16px;
    color: #4285f4;
    font-weight:  bold;
    margin-bottom: 10px;
}
.spotlight-package-new .acount b{

    color: #a7a7a7;
    font-weight: normal;
}
.spotlight-package-new ul{

    padding:  0 0 0 0;
    list-style:  none;
}
.spotlight-package-new ul li{

    color: #58bb47;
    font-weight:  bold;
    border-bottom:  1px solid #f1f1f1;
    padding-top: 20px;
}
.spotlight-package-new ul li span{

    display:  block;
    font-weight:  normal;
    color: #999999;
    padding-top: 10px;
    padding-bottom:  10px;
}
.spotlight-package-new .get_spotlightss{
    background: #4285f4;
    border: #4285f4 !important;
    width: 80%;
    margin-bottom: 20px;
}
.spotlight-package-new.recomended .recomended{
    position: absolute;
    top: 0;
    left: -1px;
    width: 100px;
    height: 100px;
    background-image: url('/images/Recommend Label.png');
    background-size:  100% 100%;
}
#UserSignupForm input,#UserSignupForm select,#UserSignupForm .btn{
    border-radius: 15px;
    padding-top: 10px;
    padding-bottom:  10px;
}
#UserSignupForm select{
    height:46px;
}
#UserSignupForm select{
    background-color:white !important;
}

#UserJoinGymForm input,#UserJoinGymForm select,#UserJoinGymForm .btn{
    border-radius: 27px;
    padding-top: 10px;
    padding-bottom:  10px;
}
#UserJoinGymForm select{
    height:46px;
}
#UserJoinGymForm select{
    background-color:white !important;
}
.sign-up{
    background:#f4f5f9;
}
.sign-up-inner{
    background:  white;
    border: 1px solid #e3e3e3;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 50px;
    padding-top:25px;
    padding-bottom: 25px;
}
.friends-box .btn-cancelrequest{
    margin-top: 17%;
    border-radius: 18px;
    width:100%;
}
.dashboard-item{
    background:#1f2f5f;
    border-radius:15px;
    text-align: center;
    padding:50px;
    margin-bottom:20px;
}
.dashboard-item:hover{
    background:#58bb47;
}
.dashboard-item img{
    max-height:50px;
    max-width:50px;
}
.dashboard-item p{
    color:white;
    margin: 0 0 0 0;
    margin-top:10px;
    font-weight: 500;
}
.chat_page_main{
    padding:0;
    position: relative;
}
.chat_page_main .time{
    position:  absolute;
    right: 25px;
    color: #808d9e;
    font-size: 14px;
    top:20px;
}
.chat_page_02 {
    background: white;
    border: 1px solid #e3e3e3;
    display: none;
    float: left;
    margin: 26px 0 0;
    padding: 5px 10px;
    position: absolute;
    right: 9px;
    top: 0;
    width: 105%;
    z-index: 9 !important;
}
.chat_page_02 ul li{
    font-weight:600;
}
.chat_page_main .time img{
    height: 12px;
    margin-bottom: 3px;
}
.chat_page_main .options-container{
    position:  absolute;bottom: 6px;right: 25px;
}
.chat_page_main .options-sub-container{
    float:  left;
    margin-top: 6px;
}
.chat_page_main .location{
    font-size:13px;
    color:#b0b0b0;
}
.chat_page_main .comment_img{
    margin:  0 0 0 0;
    margin-left: 5px;
    margin-top: 5px;
    margin-right:  5px;
}
.chat_page_main .smile_img{
    margin:  0 0 0 0;
}
.chat_page_main .gshare{
    margin-right: 5px !important;
    color:white !important;
}
.chat_page_main .total_comments{
    float:none;
}
.chat_page_main .chat_like01{
    float: right; margin:0 45px 0 0;
}
.chat_page_main .chat_page{
    float:none !Important;
    height:  60px;
    margin-bottom: 30px;
}
.chat_page_main .text_section span{

    display:  block;
    text-align:  left;
    font-weight: 500;
    color: #535353;
    font-family: Avenir;
    float: left;
    margin-bottom: 10px;
    margin-left: 10px;
	font-size:14px;
}
.chat_page_main .text_section{
    margin-bottom: 20px;
}
.chat_page_main .text_section span.shared_text{

}
.chat_pageimg img{
	max-height:288px !important;
    padding-right: 10px;
    padding-left: 10px;
}

.date-container .check{
    border: none;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    height: 48px;
    width: 50px;
    display: inline-block;
    background: white;
    border-radius: 5px;
    color: #58bb47;
    cursor:pointer;
    opacity:0.5;
}
.date-container .check.active{
	opacity:1;
}
.time-container,.period-container{
display:none;
}
.time-container .check{
    border: none;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    height: 48px;
    width: 50px;
    display: inline-block;
    background: white;
    border-radius: 5px;
    color: #58bb47;
    cursor:pointer;
    opacity:0.5;
}
.time-container .check.active{
	opacity:1;
}
.period-container .check{
    border: none;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    height: 48px;
    width: 50px;
    display: inline-block;
    background: white;
    border-radius: 5px;
    color: #58bb47;
    cursor:pointer;
    opacity:0.5;
}
.period-container .check.active{
	opacity:1;
}
.add-session-container{
    display: none;
    width: 50%;
    text-align:  center;
    margin:  0 auto;
    margin-top:  20px;
}
.add-session-container .btn{
    width:100%;
    border-radius:21px;

}
.chat_page_box img {
    border-radius: 10em;
    width: 45px !important;
    height: 45px !important;
    margin-top: 7px;
}
.chat_page_01 img{
    width: 14px;
    margin-bottom: 1px;
    float:none !important;
}
.smile_img .dropdown-toggle::after{
display: none;
}
#picpost .smile_img1 .dropdown-toggle::after{
    display: none;
}
#picpost .smile_img1 img{
    height:16px;
    width: 17px;
    height: auto;
    margin-right: 10px;
}
.smile_img img{
    height:16px;
    width: 17px;
    height: auto;
    margin-right: 10px;
}
.comment_img img{

    height:  auto;
    width:  20px;
    margin-right:10px;
}
.options-container .submit_cmnt{
    float: right;
    padding-right: 20px;
    padding-left: 20px;
    background: #58bb47;
    border: #58bb47;
}
.chat_page_main .chat_like{
    background:none !important;
}
.inner_comment .profile_image{
    width:45px !important;
    height:45px !important;
    border-radius:50px;
}
.inner_comment{
    margin:  0 0 0 0;

    border-bottom: 1px solid #e8e8e8;
}
.inner_comment:last-child{
    border-bottom: none;
}
.banner{

    width:  100% !important;margin-bottom:20px;margin-top:17px;border-radius:5px;
}
.inner_comment .comment-title a{

    color: #7a7a7a;
    font-weight: 700;
}
.inner_comment .comment-like{
    margin-bottom:  0;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #969595;
	float:left;
	width:100%;
}
.Image_cmnt{
	width:100% !important;
	margin-bottom:10px !important;
	padding:0 0 0 0 !important;
}
.inner_comment .comment-like-up{
	padding-right: 5px;
	cursor:pointer;
	padding-left: 5px;
	font-weight:bold;
	color:#969595;
}
.inner_comment .comment-like-up.active{
	color:#969595;
}
.inner_comment .comment-like-down{
    padding-left: 3px;
	cursor:pointer;
	font-weight:bold;
}
.inner_comment .comment-title{
    margin:0 0 0 0;
}
.inner_comment .comment-title span{
    font-weight: 500;
    font-size: 12px;
    color: #bcbcbc;
}
.inner_comment .comment{
    color: #727272;
    font-weight: 500;
    font-size: 15px;
    margin:  0 0 0 0;
}
.chat_page_right .share{
    color: #b0b0b0;
}
.chat_page_right .share a{
    color: #b0b0b0;
    font-weight:  500;
}

 [contenteditable=true]:empty:before{
     content: attr(placeholder);
     display: block; /* For Firefox */
     color:#bdbdbd;
 }
.share_status_modal .modal-header{
    text-align: center;
    background: #f4f5f9;
}
.modal .modal-title{
    font-size: 17px;
    color: #2c499f;
    font-weight: 700;
    margin: 0 auto;
    float: left;
}

.share-dropdown .dropdown-menu{
    left:-8px !important;
}
.share-dropdown .dropdown-toggle::after{
    display: none;
}
.modal .modal-header{
    background:#f4f5f9;
    text-align: center;
}
.load_previous img{
    margin-bottom: 4px;
    height:12px;
}
.shared_text{

    margin-left:  0 !important;
}

#AppUserSendmessage input{
    border:1px solid #ced4da;
}
.top-image.banner{
    min-height:250px;
    height:250px;
}
.top-image.banner.spotlight{
	min-height:300px;
	height:300px;
}
.top-image.banner .top-header-search{
    top: 110px;
}
.top-image.banner.spotlight .top-header-search{
	top: 130px;
}
/*.user_dashboard{*/
    /*display: flex;*/
    /*justify-content: space-around;*/
    /*flex-wrap: wrap;*/
    /*max-height: 1200px;*/
    /*overflow-y:scroll;*/
/*}*/
.user_dashboard .book_trainer{
    max-height: 450px;
    text-align: center;
    border: 1px solid darkgrey;
    border-radius: 5px;
    margin: 20px auto;
    flex: 0 0 45%;
}
.user_dashboard .book_trainer img{
    margin: 40px 0;
    height: 150px;
    border-radius: 50%;

}
.booking_trainer_name{
    font-weight: bold;
}
.trainer_profile{
    margin-top: 30px;
}
.profile-avatar{
    background-repeat: no-repeat;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    background-position: center center;
    background-size: cover;
    margin: 25px auto;
}
.profile-details .full-name{
    font-weight: 700;
    font-size: 1.5rem;
    text-align: center;
}
.profile-details p{
    text-align: center;
    color: #a9a9a9;
}
.click_like,.gshare,.chat_toggle{
    background:grey;
    border-color:grey;
}
.friends-box .btn{

}
.user_detail_cols{
    margin:0 0 0 0;
}
.user_detail_cols .info_col{
    background:#dfdfdf;
    padding:15px;
    color:#464646;
    font-family:Avenir;
}
.user_detail_cols .info_col:hover{
	cursor:pointer;
}
.user_detail_cols .info_col a{
    color:#464646;
}
.user_detail_cols .special_col{
    background:#4363c9;
    padding:15px;
    color:white;
    font-family:Avenir;
}
.user_detail_cols .special_col a{
    color:white;
}
.profile_header_full {
border-radius:600px;	
}
.feeds_modal .close{
	    top: -15px;
    right: -15px;
    position:  absolute;
    background: rgb(86,86,86);
    color: white;
    border-radius:  223px;
    opacity: 1;
    height: 40px;
    width: 40px;
    margin:  0 0 0 0;
    padding:  0 0 0 0;
}
.feeds_modal .modal-body{
	  border: none;
    padding: 40px;
}
.feeds_modal .message{
	    padding:  20px;
    background:  white;
    border-radius:  5px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    color: rgb(139,139,139);
    font-size: 16px;
}
.btn{
	cursor:pointer;
}
.feeds_modal .modal-content{
	
    background: rgb(245,243,243);
    text-align:  center;
}
.feeds_modal .modal-header{
	background:rgb(117,152,253);
	color:white;
}
.user_modal .modal-header{
	background:rgb(117,152,253);
	color:white;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}
.feeds_modal .modal-title{
	color:white;
}
.feeds_modal .btn-primary{
	
    padding-right: 45px;
    padding-left: 45px;
    padding-top: 4px;
    padding-bottom:  4px;
    border-radius: 5px;
    background: rgb(51,80,163);
	margin-right:10px;
}
.feeds_modal .btn-default{
	    padding-right: 40px;
    padding-left: 40px;
    padding-top: 4px;
    padding-bottom:  4px;
    border-radius: 5px;
    color:white;
	background: rgb(165,165,165);
}

#myModal_payment .close{
	
    top: -15px;
    right: -15px;
    position:  absolute;
    background: rgb(86,86,86);
    color: white;
    border-radius:  223px;
    opacity: 1;
    height: 40px;
    width: 40px;
    margin:  0 0 0 0;
    padding:  0 0 0 0;
}
#myModal_payment .modal-body{

    border: none;
    padding: 40px;
}
#myModal_payment .message{
	
    padding:  20px;
    background:  white;
    border-radius:  5px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    color: rgb(139,139,139);
    font-size: 16px;

}
#myModal_payment .modal-content{
	
    background: rgb(245,243,243);
    text-align:  center;

}
#myModal_payment input[type='radio']{

    margin-right: 8px;
}
#myModal_payment input[type='radio']:after{
	width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: white;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #adadad;
}

#myModal_payment input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #3451a3;
    content: '';
    display: inline-block;
    visibility: visible;
    border: none;
}
#myModal_payment .btn-primary{
	
    padding-right: 45px;
    padding-left: 45px;
    padding-top: 4px;
    padding-bottom:  4px;
    border-radius: 5px;
    background: rgb(51,80,163);
	margin-right:10px;
}
#myModal_payment .btn-default{
	    padding-right: 40px;
    padding-left: 40px;
    padding-top: 4px;
    padding-bottom:  4px;
    border-radius: 5px;
    color:white;
	background: rgb(165,165,165);
}
.view_all_messages,.view_all_gnotes{
	color:#9d9d9d;
	font-size:14px;
}
.dropdown-menu.message_dropdown .header-options{
	
    padding:  10px;
    background: linear-gradient(#e2e2e2, #d4d4d4);
}
.dropdown-menu.message_dropdown .header-options p{
    margin-bottom:  0;
    font-size:  15px;
    text-align:  left;
    margin-left: 10px;
    font-weight: 400;
}
.dropdown-menu.message_dropdown .header-options p a{
	display:none;
    float: right;
    background:  white;
    border-radius:  77px;
    height: 25px;
    width:  25px;
    text-align:  center;
    border: 1px solid #b5b5b5;

}
#myModalfriends .near_suggestion{
	border-bottom:  4px solid #e9ecef;
	margin-bottom: 20px;
}
#myModalfriends .img_box img{
	border-radius: 200px;
}
#popup-listrate .rating_star{
	position:absolute;
	bottom:0;
}
#popup-listrate .created{
	position:absolute;
	bottom:6px;
	right:0px;
}
#popup-listrate .btn-rating{
	padding-right: 50px;padding-left: 50px;border-radius: 6px;
}
#all-sessions{
	margin-top: 30px;
	border:  none;
	padding: 0 0 0 0;
}
#all-sessions table thead{
	border: 2px solid #e3e3e3;
}
#all-sessions table thead .blue-bg
{	
    border: none;
    background:  rgb(234,235,235);
    color: rgb(111,113,111);
    font-weight: bold;
    padding-top: 20px;
    padding-bottom:  20px;

}
#all-sessions table .booking-overview tr
{
    border:  2px solid #e3e3e3;
}

#all-sessions table .booking-overview tr td
{	
	text-align:  center;
	color: rgb(111,113,111);
    font-weight:500;
    padding-top:20px;
     padding-bottom:20px;
	 border-right:2px solid #e3e3e3;
    vertical-align:middle;
}
#all-sessions table .booking-overview tr.active td{
	color:white !important;
}
#all-sessions table .booking-overview tr.active td .fa-check{
	color:white !important;
}
#all-sessions table .booking-overview tr.active{
	background:rgb(106,140,230) !important;
}
#all-sessions table .booking-overview tr td a{
	color:#58bb47;
}
.booking-container .booking-parent{
	width:100%;
}
#sessions_message{
	margin:0 auto;
	margin-top: 10px;
	color: #929395;
	margin-bottom: 20px;
	text-align:center;
}
#booking-step-01 #status{
	text-align:center;
	
}
#booking-step-02 .booking_class{
	
    border:  1px solid #e3e3e3;
    padding:  0 0 0 0;
	padding:4px;
    background-image:  none !important;
    border-radius: 90px;
    cursor: pointer;

}
#booking-step-03 #cancel-police {
	font-size: 16px;
	line-height: 1.5em;
	color:#597fe0;
	cursor: pointer;
	font-weight: 500;
	height:50px;
}
#booking-step-03 #cancel-police .round{
    float: left;
    position: relative;
    width: 41px;
    height: 41px;
}
#booking-step-03 #cancel-police .round label{
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 28px;
  left: 0;
  position: absolute;
  top: 0;
  width: 28px;
}

#booking-step-03 #cancel-police .round label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 7px;
  opacity: 0;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 12px;
}

#booking-step-03 #cancel-police .round input[type="checkbox"] {
  visibility: hidden;
}

#booking-step-03 #cancel-police .round input[type="checkbox"]:checked + label {
  background-color: #597fe0;
  border-color: #597fe0;
}

#booking-step-03 #cancel-police .round input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
#booking-step-03 #cancel-police .round-right{
    float:  left;
    height: 40px;
    padding-top: 10px;
}
.training_price{
    font-size: 3.0rem;
    font-family: Avenir;
    color: #747474;
    text-align:  center;
    width:  100%;
}
.booking_payment_box{
	
    width:  100%;
    text-align:  center;
    padding-right:  0;
    margin-top: 20px;
    padding-left:  0;
    cursor:pointer;
}
.details_box{
	    border-radius: 4px;
    border: 1px solid #efefef;
    padding-right: 30px;
    padding-left:  30px;
}
.details_box .main_text{
	    text-align:  left;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 5px;
}
.details_box .main_image{
	    border-radius: 5px;
    box-shadow: 0 1px 16px 0 rgba(0,0,0,0.05),0 6px 20px 0 rgba(0,0,0,0.05) !important;
    width: 100px;
}
.details_box .table{
	margin-top: 15px !important;
}
.details_box .table tr:nth-child(odd),#all-sessions table .booking-overview tr:nth-child(odd){
	background:  #fafafa;
}
.details_box .table tr:nth-child(even),#all-sessions table .booking-overview tr:nth-child(even){
	background:  #f6f6f6;
}
.details_box .sub-title{
	    margin-top:  0px;
    font-size: 14px;
    margin-bottom: 5px;
}
.details_box .skype{
    margin-top:  0px;
    font-size: 14px;
    margin-bottom:  0;
    text-align:  right;
    color: #6fa7d2;
    font-weight: 500;
    float:right;
}
.details_box .row{
	    margin:  0 0 0 0;
}


.fb_login {display: none !important;}


