header nav.navbar ul li.nav-item.profile_menu a.nav-link img{
	border-radius: 50%;
    width: 42px;
    height: 42px;
}
form span.error{
	color: red;
}
.signup_wrap .signup_box .signup_right a.btn.btn-primary {
    margin-bottom: 1rem;
    width: 100%;
    background: linear-gradient(90deg, #6F2D4B 0%, #94293F 15.67%, #B52635 36.59%, #CD232D 57.51%, #DB2229 79.69%, #E02127 100%);
    border: none;
    border-radius: 4px;
    padding: 10px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: white;
}


/* Added by Gautam */
/* .payment_method .payment-validation-error{
    color: red;
} */
.total_cards .card-name {
    width: 50%;
}
.total_cards .card-number {
    width: calc(50% - 10px);
    padding-left: 10px;
}
.total_bank_accounts .holder-name {
    width: 50%;
}
.total_bank_accounts .account-number {
    width: calc(50% - 10px);
    padding-left: 10px;
    word-break: break-all;
}
/* Pagination css starts */
#active-product .pager li,
#payment-history .pager li,
#notify .pager li,
#service-product-details .pager li,
#past-service .pager li{
    padding: 5px;
}

#active-product .page-link,
#payment-history .page-link,
#notify .page-link,
#service-product-details .page-link,
#past-service .page-link{
    background-color:#FCDADC;
    color: #D2202E;
    border-color: #D2202E;
}

#active-product .page-item.active .page-link,
#payment-history .page-item.active .page-link,
#notify .page-item.active .page-link,
#service-product-details .page-item.active .page-link,
#past-service .page-item.active .page-link{
    color: #007bff !important;
}

#active-product .pagination,
#payment-history .pagination,
#notify .pagination,
#service-product-details .pagination,
#past-service .pagination{
    justify-content: center;
}
/* Pagination css ends */
#service-product-details .book-btn{
    background: #34A853;
}
.subscribe_wrap .subscribe_btn .book-schedule.btn {
    background: #34A853;
    border-radius: 4px;
    color: #fff;
    padding: 10px 30px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    width: 100%;
}
.upcoming_sec .datepicker2,
.schedule_datepicker_section .schedule_datepicker,
.booking_sch_wrap .booking_calendar {
    box-shadow: 10px 10px 20px rgb(0 0 0 / 12%);
    border: 1px solid #CBD4E6;
    border-radius: 10px;
    background-color: #fff;
}
.datepicker2 .table-condensed td.highlight{
    background: green !important;
}
.datepicker .table-condensed td.leave_color
{
    background: green !important;
    margin: 5px !important;
    border: 5px solid white;
}
.datepicker .table-condensed td.holiday
{
    background: orange !important;
    margin: 5px !important;
    border: 5px solid white;
}

.datepicker2 .datepicker,
.schedule_datepicker .datepicker,
.booking_calendar .datepicker{
    width: 100%;
}
.datepicker2 .datepicker table,
.schedule_datepicker .datepicker table,
.booking_calendar .datepicker table {
    width: 100%;
}
.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
    background-color: #fde19a;
    background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
    background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #000;
}
.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
    background: linear-gradient(90deg, #6F2D4B 0%, #94293F 15.67%, #B52635 36.59%, #CD232D 57.51%, #DB2229 79.69%, #E02127 100%) !important;
    color: #fff;
}
.right_service_review ul li a{
    width: 19%;
    margin-right: 0;
    text-align: center;
}
#rating_popup .trainer_rating a{
    width: 19%;
    margin-right: 0;
    text-align: center;
}
#rating_popup .modal-footer{
    padding-left: 0;
    padding-right: 0;
}
.coach_button{
border-top: 1px solid #CFCFCF;
padding-top: 20px;
margin-bottom: 20px;
text-align: center;
}
.coach_button1{
    background: linear-gradient(90deg, #6F2D4B 0%, #94293F 15.67%, #B52635 36.59%, #CD232D 57.51%, #DB2229 79.69%, #E02127 100%);
}
.doc_icon{
background: #ec0b0b;
border: none;
}
.btn-payment{
    color: white;
}
#card_method .modal-header button.close {
    margin-right: 0;
    padding: 10px 15px;
    opacity: 1;
    font-size: 20px;
    margin-top: 0;
}

#card_method .card_payment_method h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #000;
}
#card_method .card_payment_method form {
    margin-top: 20px;
}
#card_method .card_payment_method form label {
    color: #000;
    font-weight: 500;
}
#card_method .card_payment_method form input {
    height: 50px;
    color: #000;
    font-size: 16px;
    outline: none;
    box-shadow: none;
    border: 1px solid #B2B2B2;
}
.left_about_detail {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 50px;
    border-radius: 20px;
    height: 321px;
    color: white;
    text-align: left;
    margin-top: 53px;
    background-size: 70%;


}
.about_us{
    line-height: 0.9em;
font-size: 80px;
color: white;
width: 5px;
font-weight: 200;
}
.service-image{
    height: 541px;
}

.blog_banner .blog_content p{
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 25px;
color: black;
text-decoration: none;
display: inline-block;
}

.add_leave_wrap #not_available_check{
    color:#34A853;
    float:right;
    cursor: pointer;
}
.add_leave_wrap #available_check{
    color: #34A853;
    float: right;
    cursor: pointer;
}
.add_leave_wrap .new_leave_box form select {
    width: 100%;
    height: 50px;
    box-shadow: none;
    outline: none;
    border: 1px solid #666;
    font-size: 16px;
    color: #000;
}
.add_leave_wrap .first-item{
    display: inline-block;width: 50%;float: left;padding-right: 15px;padding-left: 0;
}
.add_leave_wrap .second-item{
    display: inline-block;
    width: 50%;
    float: left;
    padding-right: 0;
    padding-left: 15px;
}
.yearly_leaves .holiday,
.weekly_leave_list .holiday,
.add_yearly_leaves .holiday
{
    background: orange !important;
}
/* schedule leaves loader starts here */
.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
  }
  .lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
  }
  .lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
  }
  .lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
  }
  @keyframes lds-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  /* schedule leaves loader ends here */
/*.datepicker {
    z-index: 1600 !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
.datepicker-dropdown:after,
.datepicker-dropdown:before{
      border-left: none !important;
      border-right: none !important;
}*/
.customer_detail_wrap .customer_inner_detail .customer_new {
    display: block;
    margin: 15px 0;
margin-left: 0px;
    background: #F5BE18;
    border: 1px solid #F5BE18;
width: 50%;
    padding: 10px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
margin-left: 292px;
}

.document_wrapper .coach_button{
    border-top: 1px solid #CFCFCF;
    padding-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    }
    .coach_button1{
        background: linear-gradient(90deg, #6F2D4B 0%, #94293F 15.67%, #B52635 36.59%, #CD232D 57.51%, #DB2229 79.69%, #E02127 100%);
    }
    .doc_icon{
    background: #ec0b0b;
    border: none;
    }

.customer_detail_wrap .customer_inner_detail .sign-new-product-link {
        display: block;
        margin: 15px 0;
        background: #F5BE18;
        border: 1px solid #F5BE18;
        width: 100%;
        padding: 10px;
        border-radius: 50px;
        font-weight: 600;
        font-size: 16px;
        cursor: pointer;
        text-align: center;
    }

.booking_detail_wrap .can-not-select-cash{
    background: linear-gradient(90deg, #6F2D4B 0%, #94293F 15.67%, #B52635 36.59%, #CD232D 57.51%, #DB2229 79.69%, #E02127 100%);
}

#customer_tab1 .customer_tab_box .customer-selected {
    border: 2px solid #D2202E;
}
#customer_tab1 button.btn.btn-primary {
    width: 100%;
    padding: 10px;
    margin-top: 20px;
    background: linear-gradient(90deg, #6F2D4B 0%, #94293F 15.67%, #B52635 36.59%, #CD232D 57.51%, #DB2229 79.69%, #E02127 100%);
    border-radius: 4px;
    border: none;
    outline: none;
    box-shadow: none;
    font-size: 18px;
}

.customer_detail_wrap .booked-services {
    position: absolute;
    display: inline-block;
    top: 0px;
    right: 10px;
    z-index: 1;
}
.customer_detail_wrap .booked-services button {
    background: none;
    border: none;
}
.booked-services .show {
    display: block;
}
.booked-services .leave_content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border: none;
}
.booked-services .leave_content{
    top: 47px;
}
.booked-services .leave_content a:hover {
    background-color: #ddd;
}
.create_group_wrap #file-error{
    position: absolute;
    top: 80px;
    left: 0;
}
#edit_profile_pop .form-group select.form-control {
    height: 50px;
    padding-left: 35px;
    border: 2px solid #B2B2B2;
    border-radius: 4px;
    outline: none;
    box-shadow: none;
    color: #000;
}

.videoWrapper {
  position: relative;
  padding-bottom: 49.25%;/* 16:9 */
  height: 0;
}

.videoWrapper iframe {
position: absolute;
    top: 33px;
    height: 58%;
    width: 100%;
}
.videoWrapper_2{
    display: none;

}
.banner_wrap h1{
font-size: 60px;
}

@media only screen and (max-width: 600px) {
  .videoWrapper_2 {
 display: block;
}

.videoWrapper_2 iframe {
display: block;
}
.videoWrapper{
    display: none;
}
.videoWrapper iframe {
    display: none;
}
  .banner_wrap h1 {
        font-size: 30px !important;
   }
}
  
/* Added by Gautam */
