@font-face {
    font-family: Pangram;
    src: url(../custom-fonts/Pangram-Regular.otf);
}
@font-face {
    font-family: PangramBold;
    src: url(../custom-fonts/Pangram-Bold.otf);
}
html, body {
    height:100%;
    min-height: 100%;
    margin: 0;
    font-family: 'Pangram';
    width: 100%;
}
.bg-white{
    background:#fff;
}
.full-height{
    height:100vh;
}
.full-height-white{
    height:100vh;
}
.bg-grey{
    background:#E9EAEB;
}
.logo{
    width: 8rem;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 6%;
}

/* Menu btn */
/* desktop */
.menu{
    height:80px;
    width:80px;
    background:#fff;
    border-radius:50%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 14.3%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor:pointer;
    z-index: 2;
}
.menu-img{
    height:80px;
    width:80px;
}
.menu2{
    height:80px;
    width:80px;
    background:red;
    border-radius:50%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: -3%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor:pointer;
}
.shadow {
    -webkit-box-shadow: 0 0 3px 3px #E9EAEB !important;
    -moz-box-shadow: 0 0 3px 3px #E9EAEB !important;
    box-shadow: 0 0 3px 3px #E9EAEB !important;
}
/* desktop end */

/* mobile */
.menu_header{
    height:40px;
    width:40px;
    background:#fff;
    border-radius:50%;
    position: absolute;
    top: 50%;
    left: unset;
    right: 15px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor:pointer;
    display: none;
}
.menu_header_img{
    height:40px;
    width:40px;
    display: none;
}
.menu_close{
    height:40px;
    width:40px;
    background:#fff;
    border-radius:50%;
    position: absolute;
    top: 50%;
    left: unset;
    right: 15px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor:pointer;
    display: none !important;
    z-index: 2;
}
/* mobile end */

/* menu btn end */

.main{
    width:100%;
    height:100%;
}
.main-image{
    width:70%;
    position: absolute;
    /* left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); */
    left: 15%;
    top: 15%;
    transform: translate(-15%, -15%);
}
.pad-0{
    padding:0px;
}

/* Login Btn */
.login-btn {
    /* width: 200px; */
    background: #fff;
    color: #000;
    position: absolute;
    right: 0px;
    font-size: 22px;
    font-weight: 700;
    padding: 10px 50px 10px 50px;
    font-family: 'PangramBold';
    top: 5%;
    border-radius: 50px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    outline: 0;
    border: none;
    z-index: 1;
    text-align: center;
}
.login-btn:hover{
    text-decoration: none;
    color: #000;
}
.login-btn.focus, .login-btn:focus {
    outline: 0;
    box-shadow: unset;
}

.login-btn-mob{
    width:100px;
    background:#000;
    color:#fff;
    position:absolute;
    right:20%;
    font-size:14px;
    font-weight:700;
    /* padding:8px 8px 8px 8px; */
    padding:9px 8px 10px 8px;
    font-family: 'PangramBold';
    border-radius:50px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    outline: 0;
    border:none;
    z-index:1;
    display: none;
}
.login-btn-mob.focus, .login-btn-mob:focus {
    outline: 0;
    box-shadow: unset;
}

/* Login Btn */
.side-image{
    position:absolute;
    right:10%;
    top:30%;
    height:30% !important;
}
.footer-image{
    position:absolute;
    bottom:6%;
    left:10%;
    width:12%;
}
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 15px;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    /* transition: 0.5s; */
}
.overlay-content {
    position: relative;
    width: 99%;
    left:2%;
    text-align: center;
    /* background:red; */
    top:50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.overlay a {
    /* padding: 8px; */
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    font-weight:100;
    /* color: #818181; */
    /* display: block; */
    /* transition: 0.3s; */
}
.overlay a:hover, .overlay a:focus {
    color: #818181;
}
.overlay .closebtn {
      height:80px;
    width:80px;
    background:#fff;
    border-radius:50%;
    color:#000;
    font-size:42px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: -3%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor:pointer;
    left: 14%;
}
#as li{
    display:inline;
    float:left;
    margin-right:30px;
}
#as li a{
    letter-spacing:1px;
}
#as li p{
    color:#F6C913;
}
.content{
    width:60%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.login-modal-dialog {
    position: absolute;
    right:0;
    width:20%;
    top:10px;
}
.login-modal-content{
    border-radius: 0px;
    border: none;
    border-bottom-left-radius:50px;
}
.login-modal-header{
    background:#000;
    color:#fff;
    border-radius:0px;
    padding: 0px;
}
.login-modal-title{
    /* margin-left:20px; */
    width: 100%;
}
.login-modal-body{
    margin:0px 0px 10px 0px;
}
.login-signup-tabs{
    border-bottom: unset;
}
.login-signup-tabs .nav-link.active {
    color: #000 !important;
    background-color: #fff !important;
    border-bottom: none !important;
    border-top: unset !important;
    border-left: unset !important;
    border-right: unset !important;
}
.login-signup-tabs .nav-link{
    border-radius: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.login-signup-tabs .nav-item{
    width: 50%;
    text-align: center;
}

.login-signup-tabs .nav-item .nav-link{
    color: #fff;
    background: #000;
}

.fp-modal-header{
    background:#000;
    color:#fff;
    border-radius:0px;
    padding: 15px;
}
.fp-modal-title{
    margin-left:10px;
    width: 100%;
}
.fp-modal-body{
    padding: 50px 25px 50px 25px;
}
.fp-btn{
    padding: 3px 0px 3px 0px !important;
}
.no-pad{
    padding: 0px;
}
.rental-duration-select{
    height: 45px;
}


input{
    font-size:12px !important;
}
.mtop-5{
    margin-top: 5px;
}
.mbottom-10{
    margin-bottom: 10px;
}
.mbottom-20{
    margin-bottom: 20px;
}
.form-control{
    /* background:#E9EAEB; */
    background-color: rgb(233, 234, 235);
    border-radius:50px;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #000;
    border:2px solid #000;
    outline: 0;
    box-shadow: unset;
}
.sign-up-btn{
    border: none;
    background: none;
    float: right;
}
.sign-up-btn:focus{
    outline: none;
}
.sign-in-btn{
    /* border: none; */
    /* background: none; */
    /* float: right; */
    padding: 5px 0px 5px 0px !important;
}
.sign-in-btn:focus{
    outline: none;
}
.mbottom-50{
    margin-bottom:50px;
}
.animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}    
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}   
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
} 
.swiper-container {
  width: 100%;
  height: 100%;
  z-index:0;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: none;
}
.swiper-pagination-bullet-active {
  color: #000;
  background:none;
  margin-bottom: 60px !important;
}
.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10%;
    top: 50%;
    transform: translate3d(0px, -50%, 0px);
}
.swiper-pagination-bullet-active::after {
    content: "";
    position: relative;
    display: block;
    border-top: 50px solid #000;
    width: 2px;
    margin: 5px 0px 0px 9px;
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin: 15px 0px;
}
.display_block{
    display: block !important;
}


/* Virtual PT Page Start */

.virual-pt-banner{
    width: 100%;
    /* height: 100%; */
}
.resp_bg_color{
    background: #E9EAEB !important;
}
.v_pt_bg_color{
    background-color: #c596c4 !important;
}
.vitual-pt-banner-image{
    width:80%;
    position: absolute;
    left: 12%;
    top: 18%;
    transform: translate(-17%, -20%);
}
.v_pt_book_btn{
    position: absolute;
    bottom: 6%;
    left: 10%;
    background: none;
    padding: 10px 30px 10px 30px;
    color: #fff;
    font-weight: 900;
    border-radius: 50px;
    border: 2px solid #fff;
}
.v_pt_book_btn:hover{
    text-decoration: none;
    color: #fff;
}

.v_pt_book_btn-2{
    position: absolute;
    /* bottom: 6%;
    left: 10%; */
    background: none;
    padding: 10px 30px 10px 30px;
    color: #fff;
    font-weight: 900;
    border-radius: 50px;
    border: 2px solid #fff;
}
.v_pt_book_btn-2:hover{
    text-decoration: none;
    color: #fff;
}

.recomended_equipmets{
    float: left;
    margin-bottom: 0px;
    padding: 15px 0px 14px 0px;
}

.recomended_equipmets > input[type=checkbox] {
    position   : absolute;
    visibility : hidden;
}
.recomended_equipmets > label {
    background: #ffffff;
    text-align: center;
    border: 2px solid #000;
    font-size: 16px;
    font-weight: 900;
    padding: 10px 40px 11px 40px;
    border-radius: 50px;
    cursor: default;
    margin-right: 15px;
    margin-bottom: 10px !important;
    display: unset !important;
}
.input-container > label:hover {
    cursor: pointer;
    background:#000;
    color:#fff;
}
.recomended_equipmets > input[type=checkbox]:checked ~ label {
    background: #000;
    color:#fff;
}
.v_pt_ex_cats{
    /* position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); */
    margin-top: 50px;
    margin-bottom: 50px;
}
.full-height-width{
    width:100%;
    height:100%;
}
.v_pt_imgs{
    height: auto;
    display: inline-block;
    vertical-align: middle;
    border: none;
    border-radius: inherit;
    outline: 0;
    max-width: 100%;
}
.v_pt_name{
    font-weight: 900;
    padding: 0px 30px 0px 30px;
    height: 35px;
    overflow: hidden;
}
.v_pt_cat{
    color: #595A5C;
}
.v_pt_desc{
    margin-bottom: 15px;
}
.v_pt_book_now_btn{
    width:100%;
    background:#fff;
    border: 2px solid #000;
    border-radius: 50px;
    padding:10px 100px 10px 100px;
    color: #000;
    font-weight: 900;
}
.v_pt_book_now_btn:hover{
    text-decoration: none;
    background-color: #000;
    color: #fff;
}
.mt-50{
    margin-top: 50px;
}
.mb-50{
    margin-bottom: 50px;
}
.mt-100{
    margin-top: 100px;
}
.mb-100{
    margin-bottom: 100px;
}
.mb-30{
    margin-bottom: 30px;
}
.footer-bg{
    background-color: #000;
}
.footer-row{
    padding:50px 50px 50px 50px;
    color:#fff;
}
.footer-row h5{
    font-weight: 900;
    margin-bottom: 30px;
}
.footer-row p{
    margin-bottom: 0px;
}
.footer-row p a{
    color: #fff;
}
.footer-row p a:hover{
    text-decoration: none;
}
.footer-row ul{
    list-style-type: none;
    padding-left: 0px;
}
.footer-row ul li{
    display: inline;
    margin-right: 15px;
}
.footer-row i{
   color: #fff;
}
.page-item{
    border: 1px solid #000;
}
.page-link{
    color:#000;
}
.page-link:hover{
    color:#000;
    background: #fff;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #000;
    border-color: #000
}
.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: unset !important;
}
.pr-bg{
    background-image: url("../new-home/images/pt_profile_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.pt-images{
    width: 100%;
    /* padding:40px; */
    padding-top: 20px;
    padding-bottom: 30px;
}
.pt-descrip{
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    height: 75px;
    overflow: hidden;
}
.pt-detail-btn{
    width: 100%;
    /* padding: 0px 30px 0px 30px; */
}


/* PT PROFILE PAGE */
.v_pt_profile_bg_color{
    background-color: #2C3B97 !important;
}
.pt-profile-banner-image{
    width: 80%;
    position: absolute;
    left: 0%;
    top: 13%;
    transform: translate(-0%, -20%);
}
.pt-img-pl-0{
    padding-left:0px;
}
.pt-name{
    font-weight: 900;
}
.pt-desc{
    text-align: left;
}
.fw-900{
    font-weight: 900;
}
.pt-loc{
    font-size: 1.3rem;
    color: #595A5C;
    font-weight: 100;
    margin-top: 50px;
}
.pt-socials ul{
    list-style-type: none;
    padding-left: 0px;
}
.pt-socials ul li{
    display: inline;
    margin-right: 15px;
}
.pt-socials ul li a i{
    color: #000;
}
.book-btn{
    border: 2px solid #000;
    padding: 10px 25px 10px 25px;
    border-radius: 50px;
    color: #000;
    font-weight: 900;
    margin-right: 10px;
    margin-right: 8px;
    margin-bottom: 12px;
    float: left;
}
.book-btn:hover{
    text-decoration: none;
    color: #fff;
    background: #000;
}
.btns-group{
    margin-top: 50px;
}
.pt-pr-banner-title{
    color: #fff;
    position: absolute;
    top: 15%;
    left: 10%;
    width: 40%;
    z-index: 1;
}
.pt-pr-banner-title h1{
    font-size: 62px;
    font-weight: 900;
}
.pt-pr-banner-desc{
    width: 80%;
}
.pt-pr-hr{
    width: 25%;
    border-top: 2px solid #fff;
    margin-top: 30px;
    margin-bottom:30px;
}


/* STORE PAGE */

.store_bg_color{
    background: #008A71;
}
.store-banner-img{
    width:70%;
    position: absolute;
    left: 13.5%;
    top: 0%;
    transform: translate(-14%, -7%);
}
.store-btn{
    border: 2px solid #000;
    padding: 10px 50px 10px 50px;
    border-radius: 50px;
    color: #000;
    font-weight: 900;
    margin-right: 10px;
    margin-right: 8px;
    margin-bottom: 12px;
    float: left;
}
.store-btn:hover{
    background: #000;
    color: #fff;
}
.store-btn-active{
    background: #000;
    color: #fff;
}
.mt-60{
    margin-top: 60px;
}
.product-img{
    width:100%;
    /* padding:40px; */
    /* padding-top: 20px; */
    padding-bottom: 30px;
}
.p-img{
    width:100%;
}
.product-price p{
    color: #595A5C;
}
.product-price{
    color: #595A5C;
}
.general-btn{
    border: 2px solid #000;
    padding: 10px 0px 10px 0px;
    text-align: center;
    border-radius: 50px;
    color: #000;
    font-weight: 900;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    font-size: 16px;
}
.general-btn-active{
    background: #000;
    color: #fff;
}
.general-btn:hover{
    background: #000;
    color: #fff;
    text-decoration: none;
}
.general-btn:focus{
   outline: none;
}
.store-products .col-md-4 {
    margin-bottom: 30px;
}
.pt-50{
    padding-top: 50px;
} 
.pb-50{
    padding-bottom: 50px;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: unset;
}
.page-item:first-child{
    margin-left: 0;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.page-item:last-child{
    margin-left: 0;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.page-item:last-child .page-link {
    margin-left: 0;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.pl-0{
    padding-left: 0px;
}
.pr-0{
    padding-right: 0px;
}
.pl-50{
    padding-left: 50px;
}
.c-p-img{
    width: 100%;
    padding: 15px;
}
.c-p-name{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.c-p-price{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #595A5C;
}
.c-p-quantity{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #595A5C;
}
.c-p-remove{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.b-bottom{
    border-bottom:2px solid #ededed;
}
.c-p-total{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
}
.pt-80{
    padding-top: 80px;
}
.pb-80{
    padding-bottom: 80px;
}
.swal-footer {
    text-align: center !important;
}
.swal-button--cancel {
    color: #fff;
    background-color: #000;
    border-radius: 50px;
    padding: 10px 50px 10px 50px;
    outline: none !important;
    outline: none !important;
}
.swal-button--confirm{
    color: #fff;
    background-color: #000;
    border-radius: 50px;
    padding: 10px 50px 10px 50px;
    outline: none !important;
    outline: none !important;
}
.swal-button {
    background-color: #000;
    color: #fff;
    border: none;
    box-shadow: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 50px 10px 50px;
    margin: 0;
    cursor: pointer;
    outline: none !important;
    box-shadow: none !important;
}
.swal-button:active {
    background-color: #000 !important;
    color: #fff !important;
    outline: none !important;
    box-shadow: none !important;
}
.swal-button:hover {
    background-color: #000 !important;
    color: #fff !important;
}
.page-link a{
    color: #000;
}
.page-link a:hover{
    text-decoration: none;
}
.page-link:hover{
    border: 1px solid #000;
}
.pd-30{
    padding: 30px;
}
.ask-modal-dialog{
    /* position: absolute; */
    top:35%;
    -ms-transform: translateY(-40%);
    transform: translateY(-40%) !important;
}
.atc-btn{
    padding: 0px 30px 0px 30px;
}
#catsUl li{
    list-style-type: none;
    /* display: flex;
    flex-wrap: wrap; */
    display: inline;
}
.ex_cat_a{
    border: 2px solid #000;
    border-radius: 50px;
    padding: 10px 50px 10px 50px;
    margin-bottom: 8px;
    margin-right: 10px;
}
.program_cats {
    height: 25px;
    overflow: hidden;
}
.project-attribute {
    margin-bottom: 0.3rem;
}
.project-attribute .project-label {
    /* min-width: 8rem; */
    min-width: 9.2rem;
    font-weight: 500;
    text-transform: none;
    display: table-cell;
    padding-right: 10px;
}
.fr {
    float: right;
}
.project-attribute .project-value {
    display: table-cell;
}
.round {
    border-radius: .5rem !important;
}
.p_t {
    position: absolute;
    left: 145px;
    height: 25px;
    overflow: hidden;
}
.pr_store_rent {
    margin-top: 21px;
    position: absolute;
    left: 145px;
    height: 25px;
    overflow: hidden;
}
.p_p {
    margin-top: 44px;
    position: absolute;
    left: 145px;
    height: 25px;
    overflow: hidden;
}

.r_e_checkbox {
    top: 26px !important;
    margin-right: 14px !important;
    height: 20px;
    width: 22px;
}
a{
    color: #000;
}
a:hover{
    text-decoration: none;
    color: #000;
}
.field-wrapper {
    position: relative;
    overflow: hidden;
    height: 35px;
    margin-bottom: 5px;
}
.checkbox-label, .radio-label {
    color: #000;
    position: relative;
    font-size: 1rem;
    top: -8px;
    margin-left: 5px;
}
.general-a{
    border: 2px solid #000;
    padding: 10px 50px 10px 50px;
    text-align: center;
    border-radius: 50px;
    color: #000;
    font-weight: 900;
}
.radio{
    box-sizing: border-box;
    padding: 0;
    height: 25px;
    width: 25px;
}
.radio:checked + .radio-label:before {
    background: #000 !important;
}
input[type='checkbox']:checked:after {
    background: #000000;
    /* content: '\2714'; */
    color: #fff;
    height: 20px;
    width: 22px;
}
button:focus{
    outline: none;
}
.swal-text {
    text-align: center;
}
.coupan-code-input{
    font-size: 16px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    height: 48px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.coupan-code-btn{
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    font-size: 16px !important;
}
.content-container{
    padding-right: 100px;;
}
.general-input{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;
    height: 48px;
    font-size: 16px !important;
    background-color: #fff;
}
.contact-text-area{
    border-radius: 25px;
    background-color: #fff;
    padding-top: 15px;
    padding-left: 15px;
}
input[type=submit]{
    font-size:16px !important;
}
.program-card{
    border: none !important;
}
.program-card, .card-img-top {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.pt-card{
    border: none !important;
}
.pt-card, .card-img-top {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.store-card{
    border: none !important;
}
.store-card, .card-img-top {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
/* .pt-package-card{
    border: 1px solid #000 !important;
} */
.pt-package-card, .card-img-top {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.pt-package-card .card-header{
    background-color: #000;
    color: #fff;
    border-radius: 0px;
}
.pt-package-card .card-footer{
    background-color: #fff !important;
    border-top: none !important;
}
.c-description{
    text-align: center;
    height: 75px;
    overflow: hidden;
}
.c-title{
    font-weight: 900;
    height: 35px;
    overflow: hidden;
}
.plus-minus-btn{
    width: 100%;
    border: 2px solid #000;
    border-radius: 50px;
    font-weight: 900;
}
.qty-input{
    border: 2px solid #000;
    background-color: #fff !important;
    line-height: 1.5;
    padding: 18px 10px 18px 10px;
    text-align: center;
}
.pd{
    padding-right: 30px;
    padding-left:30px ;
}
.a-t-c{
    width: 58%;
}
.width-50{
    width: 50%;
}
.width-58 {
    width: 58% !important;
}
.select-border{
    border: 2px solid #000;
}
.select-duration{
    background-color: #fff;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") !important;
    background-repeat: no-repeat !important;
    background-position-x: 98% !important;
    background-position-y: 6px !important;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    margin-right: 2rem;
    /* padding: 1rem; */
    /* padding-right: 2rem; */
}

.c-minus-plus-btn{
    font-size: 16px;
    font-weight: 900;
}
.checkout-user-info-div{
    border: 1px solid #000;
    padding: 30px 30px 30px 30px;
}
.c-user-info-input{
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fff;
    color: #495057;
}
.area-select{
    /* padding-top: 20px; */
    /* padding-bottom: 20px; */
    background: #fff;
    color: #495057;
}
.width-45{
    width: 45%;
}
.list-style-none{
    list-style-type: none;
}
.c-c-t-tr{
    box-sizing: border-box;
}
.c-c-t-td{
    box-sizing: border-box;
}
.c-c-t-span{
    width: 100%;
    display: flex;
    align-items: center;
}
.product-remove{
    color: grey;
}
.icon-circled {
    width: 10rem !important;
    height: 10rem !important;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #000;
    background-color: #fff;
    border-bottom: 2px solid #000;
    border-top: unset;
    border-left: unset;
    border-right: unset;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: unset;
    border-top: unset;
    border-left: unset;
    border-right: unset;
    border-bottom: unset;
}
.nav-tabs .nav-link {
    border: unset;
}
.nav-link{
    color: #595A5C;
}
.u-ifo{
    margin-top: 35px;
}
.vpt-appt-card{
    border-left: unset;
    border-right: unset;
    border-top: unset;
    border-bottom: 1px solid #595A5C;
    border-radius: 0px;
}
.vpt-appt-card p{
    margin-bottom: 0px;
}
.pd-10{
    padding: 10px;
}
.user-products-card{
    border-radius: 0px;
}

.datepicker-switch:hover {
    background: none !important;
}
.table-condensed .next:hover{
    background: none !important;
    color: #000 !important;
}
.table-condensed .prev{
    background: none !important;
    color: #000 !important;
}
.package-calender-card{
    border: 1px solid #000;
}
.package-calender-card-header{
    background-color: #000;
    color: #fff;
}
.package-detail-card{
    border: 1px solid #000;
}
.package-detail-card-header{
    background: #000;
    color: #fff;
}
.r_e_checkbox {
    top: 30px !important;
    margin-right: 14px !important;
}
.pac_t {
    position: absolute;
    left: 142px;
    height: 25px;
    overflow: hidden;
}
.pac_rent_store {
    margin-top: 21px;
    position: absolute;
    left: 142px;
    height: 25px;
    overflow: hidden;
}
.pac_p {
    margin-top: 43px;
    position: absolute;
    left: 142px;
    height: 25px;
    overflow: hidden;
}
.resp-div{
    left: 50%;
    top: 25%;
    transform: translate(-50%, -25%);
    position: absolute;
}

select{
    font-size: 14px !important;
}

.pt-gen select{
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #D1D3D4;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") !important;
    background-repeat: no-repeat !important;
    background-position-x: 98% !important;
    background-position-y: 4px !important;
    border: 1px solid #D1D3D4 !important;
    border-radius: 50px;
    margin-right: 2rem;
    color:#495057 !important;
}
.bt-black{
    border-top: 1px solid #000 !important;
}
.r-e-img{
    position: relative;
    left: 42px;
}

/* custom checkbox */
.checkbox-label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

.checkbox-label input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 30px;
    left: -5px;
    height: 20px;
    width: 20px;
    background-color:#fff;
    border: 1px solid #000;
    border-radius: 3px;
  }
  .checkbox-label input:checked ~ .checkmark {
    background-color: #000;
    content: '\2714';
  }
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  .checkbox-label input:checked ~ .checkmark:after {
    display: block;
  }
  .checkbox-label .checkmark:after {
    left: 3px;
    top: -3px;
    color: #fff;
    content: '\2714';
    font-size: 16px;
  }
/* custom checkbox end */




/*  */

.radio-label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0px;
    top: 0px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default radio button */
  .radio-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  
  /* Create a custom radio button */
  .checkmark-radio {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #ced4da;
  }
  
  
  /* When the radio button is checked, add a blue background */
  .radio-label input:checked ~ .checkmark-radio {
    background-color: #fff;
    border: 2px solid #000;
  }
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .checkmark-radio:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
  .radio-label input:checked ~ .checkmark-radio:after {
    display: block;
  }
  
  /* Style the indicator (dot/circle) */
  .radio-label .checkmark-radio:after {
       /* top: 8px;
      left: 8px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: white; */

    top: 3px;
    left: 3px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #000;
    padding: 0px;
    border: 1px solid #fff;
  }

/*  */
.count-div{
    position: absolute;
    background: #fff;
    /* border: 3px solid red; */
    border-radius: 50px;
    padding: 5px;
    height: 30px;
    width: 30px;
    right: 38px;
    top: 23px;
}
.cart-count{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    font-weight: 900;
}

.intl-tel-input .flag-container {
    position: relative !important;
    top: 17px !important;
}
































/* Common */
.pl-50{
    padding-left: 50px;
}
.db{
    display: block;
}

.width-50{
    width: 50% !important;
}
.p-l-r-0{
    padding-bottom: 0px;
    padding-left: 0px;
}
.mr-10{
    margin-right: 10px;
}
.appt-btn-width{
    width: 10%;
}
.op-5{
    opacity: 0.5;
}

/* Margins Start */
/* Margin Top Start */

.mt-5{
    margin-top: 5px !important;
}
.mt-10{
    margin-top: 10px;
}
.mt-15{
    margin-top: 15px;
}
.mt-20{
    margin-top: 20px;
}
.mt-25{
    margin-top: 25px;
}
.mt-30{
    margin-top: 30px;
}
.mt-35{
    margin-top: 35px;
}
.mt-40{
    margin-top: 40px;
}
.mt-45{
    margin-top: 45px;
}
.mt-50{
    margin-top: 50px;
}
.mt-55{
    margin-top: 55px;
}
.mt-60{
    margin-top: 60px;
}.mt-65{
    margin-top: 65px;
}
.mt-70{
    margin-top: 70px;
}
.mt-75{
    margin-top: 75px;
}
.mt-80{
    margin-top: 80px;
}
.mt-85{
    margin-top: 85px;
}
.mt-90{
    margin-top: 90px;
}
.mt-95{
    margin-top: 95px;
}
.mt-100{
    margin-top: 100px;
}

/* Margin Top End */
/* Margin Bottom Start */

.mb-5{
    margin-bottom: 5px !important;
}
.mb-10{
    margin-bottom: 10px;
}
.mb-15{
    margin-bottom: 15px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-25{
    margin-bottom: 25px;
}
.mb-30{
    margin-bottom: 30px;
}
.mb-35{
    margin-bottom: 35px;
}
.mb-40{
    margin-bottom: 40px;
}
.mb-45{
    margin-bottom: 45px;
}
.mb-50{
    margin-bottom: 50px;
}
.mb-55{
    margin-bottom: 55px;
}
.mb-60{
    margin-bottom: 60px;
}.mb-65{
    margin-bottom: 65px;
}
.mb-70{
    margin-bottom: 70px;
}
.mb-75{
    margin-bottom: 75px;
}
.mb-80{
    margin-bottom: 80px;
}
.mb-85{
    margin-bottom: 85px;
}
.mb-90{
    margin-bottom: 90px;
}
.mb-95{
    margin-bottom: 95px;
}
.mb-100{
    margin-bottom: 100px;
}
/* Margin Bottom End */

/* Margins End */
/* Paddings Start */

/* Padding Top Start */
.pt-5{
    padding-top: 5px !important;
}
.pt-10{
    padding-top: 10px;
}
.pt-15{
    padding-top: 15px;
}
.pt-20{
    padding-top: 20px;
}
.pt-25{
    padding-top: 25px;
}
.pt-30{
    padding-top: 30px;
}
.pt-35{
    padding-top: 35px;
}
.pt-40{
    padding-top: 40px;
}
.pt-45{
    padding-top: 45px;
}
.pt-50{
    padding-top: 50px;
}
.pt-55{
    padding-top: 55px;
}
.pt-60{
    padding-top: 60px;
}.pt-65{
    padding-top: 65px;
}
.pt-70{
    padding-top: 70px;
}
.pt-75{
    padding-top: 75px;
}
.pt-80{
    padding-top: 80px;
}
.pt-85{
    padding-top: 85px;
}
.pt-90{
    padding-top: 90px;
}
.pt-95{
    padding-top: 95px;
}
.pt-100{
    padding-top: 100px;
}
/* Padding Top End */
/* Padding Bottom Start */

.pb-5{
    padding-bottom: 5px !important;
}
.pb-10{
    padding-bottom: 10px;
}
.pb-15{
    padding-bottom: 15px;
}
.pb-20{
    padding-bottom: 20px;
}
.pb-25{
    padding-bottom: 25px;
}
.pb-30{
    padding-bottom: 30px;
}
.pb-35{
    padding-bottom: 35px;
}
.pb-40{
    padding-bottom: 40px;
}
.pb-45{
    padding-bottom: 45px;
}
.pb-50{
    padding-bottom: 50px;
}
.pb-55{
    padding-bottom: 55px;
}
.pb-60{
    padding-bottom: 60px;
}.pb-65{
    padding-bottom: 65px;
}
.pb-70{
    padding-bottom: 70px;
}
.pb-75{
    padding-bottom: 75px;
}
.pb-80{
    padding-bottom: 80px;
}
.pb-85{
    padding-bottom: 85px;
}
.pb-90{
    padding-bottom: 90px;
}
.pb-95{
    padding-bottom: 95px;
}
.pb-100{
    padding-bottom: 100px;
}
/* Padding Bottom End */

/* Paddings End */

/* Common */

















/* @media only screen and (max-width:320px) {

} */

@media only screen and (max-width:480px) {
    body {
      background-color: #fff !important;
    }
    .full-height-white{
        height:12vh;
    }
    .full-height{
        height:88vh;
    }
    .logo {
        width: 6rem;
        position: absolute;
        left: unset;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%;
    }
    .login-btn {
        display: none !important;
    }
    .login-btn-mob {
        display: block !important;
    }
    .menu {
        display: none !important;
    }
    .menu2 {
       display: none !important;
    }
    .menu-img {
        display: none !important;
    }
    .menu_header{
       display: block !important;
    }
    .menu_header_img{
        display: block !important;
    }
    .menu_close_show{
        display: block !important;
    }
    .swiper-container-vertical > .swiper-pagination-bullets {
        right: 15px !important;
        top: 50%;
        transform: translate3d(0px, -50%, 0px);
    }
    .swiper-pagination-bullet {
        font-size: 10px;
    }
    .main-image {
        /* width: 85%;
        position: absolute;
        left: 15px;
        margin: 0;
        top: 32%;
        transform: translateY(-50%); */


        width: 90%;
        position: absolute;
        left: 16px;
        margin: 0;
        top: 10%;
        transform: translateY(-50%);




    }
    .footer-image {
        width: 30%;
        bottom:20% !important;
        transform: translateX(-50%);
        left:50% !important;
    }
    .overlay-col2{
        display: none !important;
    }
    .content {
        width: 90%;
        position: absolute;
        left: unset;
        top: 12%;
        transform: unset;
    }
    #as li {
        display: block;
        float: unset;
        margin-right: unset;
        text-align: center;
        margin-bottom: 20px;
    }
    #as li p{
        margin-bottom: 0px;
    }
    .modal-dialog {
        position: absolute;
        right: 0;
        width: 100%;
        top: 10%;
        left: 0;
    }
    .swiper-pagination-bullet-active::after {
        content: "";
        position: relative;
        display: inline;
        border-right: 50px solid #000;
        border-top: unset;
        width: 1px;
        margin: 5px 0px 0px 9px;
        font-size: 2px;
        top: -3px;
    }
    .swiper-pagination-bullet-active {
        color: #000;
        background: none;
        margin-right: 52px !important;
        margin-bottom: unset;
    }
    .swiper-pagination {
        bottom: 30% !important;
    }

    /* VIRUAL PT PAGE */
    .v_pt_book_btn{
        left:50% !important;
        transform: translateX(-50%);
    }
    .vitual-pt-banner-image{
        top: 30% !important;
    }
    .v_pt_book_now_btn{
        padding:10px 50px 10px 50px; 
    }
    .v_pt_after_banner{
        margin-left: 0px !important;
    }
    .pt-img-pl-0{
        padding-left:15px;
    }
    .footer-row {
        padding: 25px 0px 25px 0px;
        color: #fff;
    }
    .footer-row .col-lg-2{
        margin-bottom: 30px;
    }
    .footer-row .col-lg-2:last-child {
        margin-bottom: 0px !important;
    } 
    .pt-pr-banner-title {
        top: 10%;
        width: 100%;
    }
    .pt-pr-banner-title h1{
        font-size: 24px;
        font-weight: 900;
    }
    .pt-pr-hr{
        margin-top: 15px;
        margin-bottom:15px;
    }
    .pt-profile-banner-image {
        top: 25%;
        transform: translate(-0%, -20%);
    }
    .store-banner-img{
        width:70%;
        position: absolute;
        left: 13.5%;
        top: 25%;
        transform: translate(-13.5%, -25%);
    }
    .ex_cat_a {
        padding: 5px 25px 5px 25px !important;
        font-size: 12px !important;
    }
    .content-container{
        padding-right: 15px !important;
    }
    .pl-0{
        padding-left: 15px !important;
    }
    .pr-0{
        padding-right: 15px !important;
    }
    .u-ifo{
        margin-top: 15px;
        text-align: center;
    }
    .t-center{
        text-align: center;
    }
    .appt-btn-width{
        width: 50%;
    }
}