/* ========================================
======= Done By Mohamed Elshamhout ========
=======     Last Edit 19/3/2023    ========
=========================================*/

.lightBg {
    background-color: #FBFAFA;
}

.primaryColor {
    color: #015570;
}

.primaryBg {
    background-color: #015570;
}

.secColor {
    color: #ff9e18;
}

.secBg {
    background: #ff9e18;
}

.rightsBg {
    background: #002f43;
}

.mediumColor {
    color: #D2D2D2;
}

.grayColor {
    color: #A5A4A4;
}

@font-face {
    font-family: CoconNextArabic;
    src: url(../fonts/CoconNextArabic-light.ttf);
    font-weight: 400;
}

@font-face {
    font-family: CoconNextArabic;
    src: url(../fonts/CoconNextArabic-Regular.otf);
    font-weight: 500;
}

@font-face {
    font-family: CoconNextArabic;
    src: url(../fonts/CoconNextArabic-Bold.ttf);
    font-weight: bold;
}

* {
    font-family: CoconNextArabic;
    font-weight: 400;
}

body,
* {
    text-align: right;
}

.btn:focus {
    box-shadow: none !important;
}

body::-webkit-scrollbar,
.bookingDetails .videosRow .videosList::-webkit-scrollbar,
textarea::-webkit-scrollbar {
    width: 10px;
    background-color: #e1e1e1;
    border-radius: 5px;
}

body::-webkit-scrollbar-track,
.bookingDetails .videosRow .videosList::-webkit-scrollbar-track,
textarea::-webkit-scrollbar-track {
    background-color: transparent;
}

body::-webkit-scrollbar-thumb,
.bookingDetails .videosRow .videosList::-webkit-scrollbar-thumb,
textarea::-webkit-scrollbar-thumb {
    background-color: #93d50a;
    border-radius: 5px;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    background-image: url("../images/icons/close.png");
    width: 25px;
    height: 18px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}


/* Start header style  */

.header .navbar {
    padding-top: 2rem;
    padding-bottom: .75rem;
    align-items: flex-end;
}

.header .navbar-nav {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header .navbar-nav>div {
    display: flex;
    align-items: center;
}

.header .navbar-brand {
    padding: .3rem 0;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
    -webkit-margin-start: 0px;
    margin-inline-start: 0px;
}

.header .navbar-brand img {
    max-height: 65px;
}

.header .mainLinks>* {
    margin: 0px calc(5px + .1vw);
}

.header .secLinks a {
    margin: 0px .5rem;
}

.header .secLinks .dropdown-item {
    color: #fff;
}

.header .secLinks a.lblCartCount {
    background: #93d50a;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 0px;
    text-align: center;
    line-height: 40px;
    position: relative;
    transition: ease-in-out .5s all;
}

.header .secLinks a.lblCartCount:hover {
    transform: scale(.9);
    transition: ease-in-out .5s all;
    background-color: #ff9e18;
}

.header .secLinks #lblCartCount {
    font-size: 16px;
    background: #ff0000;
    color: #fff;
    padding: 2px 3px;
    /* vertical-align: top; */
    /* margin-left: 0px; */
    position: absolute;
    border-radius: 50%;
    min-width: 20px;
}

.header .secLinks .lblCartCount img {
    margin: 5px;
    width: 25px;
    height: 25px;
}

.header .secLinks .profileLink {
    display: flex !important;
    align-items: center;
    flex-direction: row;
    position: relative;
}

.header .secLinks .dropdown:first-of-type .profileLink::before {
    content: '';
    height: 28px;
    background-color: #93d50a;
    width: 2px;
    position: absolute;
    left: -3px;
    top: 0;
    bottom: 0px;
    margin: auto;
}

.header .secLinks .profileLink p {
    margin: 0px;
    font-weight: 500;
    max-width: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.header .secLinks .profileLink:hover p {
    color: #ff9e18;
}

.header .secLinks img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 0px 5px;
    object-fit: cover;
}

.header .secLinks img.star {
    width: 26px;
    height: 26px;
    object-fit: contain;
    border-radius: 0px;
    margin: 0px 8px 0px 0px;
}

.header .nav-item,
.header .secLinks a,
.header .dropdown-item,
.header .secLinks .profileLink p {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: calc(12px + .3vw);
    color: #005470;
    display: inline-block;
    font-weight: 500;
}

.header .registerBtn {
    /* font-weight: bold; */
    /* border: 1px solid #2f9e19; */
    position: relative;
}

.header .registerBtn::before {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: -5px;
    width: 2px;
    height: 28px;
    background: #93d50a;
    margin: auto;
}

/* .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0px .3rem;
} */

.header .secLinks a {
    margin: 0px 0.25rem;
    /* font-size: 18px; */
    color: #ff9e18;
}

.header .nav-item:hover,
.header .nav-item.active {
    color: #ff9e18;
}

.header .dropdown-toggle::after {
    content: none;
}

.header .dropdown-menu {
    padding: 0px;
    border: none;
    border-radius: 0px;
    margin-top: 0px;
    background: #015570;
    text-align: right;
    max-width: 300px;
}

.header .dropdown:hover .dropdown-menu {
    display: inline-block;
    padding: 5px 20px;
}

.header .dropdown-item {
    height: 50px;
    line-height: 46px;
    color: #fff;
    /* font-size: 18px; */
    border-bottom: 1px solid #4e889b;
    padding-left: 0px;
    padding-right: 0px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

.header .dropdown-item:last-of-type {
    border-bottom: none;
}

.header .dropdown-item:hover {
    color: #ff9e18;
    background: transparent;
}

.header .form-inline {
    background: #e8e8e8;
    border-radius: 40px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-width: 100%;
    margin-inline-start: 0px;
    margin: 0;
}

.header .form-inline .btn {
    background: transparent;
    padding: 0px 6px;
}

.header .form-inline .btn img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.header .form-control {
    background: none !important;
    border: 0px;
    color: #000000;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    width: 100% !important;
    -webkit-padding-end: 0px;
    padding-inline-end: 0px;
    font-size: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.header .form-control::-webkit-input-placeholder {
    color: #000000;
}

.header .form-control::-moz-placeholder {
    color: #000000;
}

.header .form-control:-ms-input-placeholder {
    color: #000000;
}

.header .form-control::-ms-input-placeholder {
    color: #000000;
}

.header .form-control::placeholder {
    color: #000000;
}

.header .store-header-menu {
    border: 2px solid #ff9e18;
    border-radius: 10px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    color: #ff9e1a;
}

/* End header style  */


/* Start Sign in style  */

.signPage .formCover {
    width: 33%;
    position: absolute;
    top: 30%;
    left: 5%;
}

.signFormBtn,
.signFormBtn2,
.closeBtn {
    background: #93d50a;
    padding-right: 2rem;
    padding-left: 2rem;
    border-radius: 10px;
    text-align: center;
    font-size: 20px;
    box-shadow: none;
    /*width: 100%;*/
    line-height: 50px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff;
    box-shadow: none !important;
}

.closeBtn {
    background: #ebebeb;
    color: #000;
}

.signFormBtn:hover {
    /* background-color: #257389; */
    color: #015570;
}

.signFormBtn2 {
    background-color: #015570;
    /* height: 50px; */
}

.signFormBtn2:hover {
    background-color: #93d50a;
    /* color: #ff9e18; */
    transition: all ease 1s;
}

.signFrom .forgot-btn {
    line-height: 50px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 20px;
    margin-top: 15px;
}

.signFrom .forgot-btn:hover {
    color: #ff9e18;
}


.signFrom .form-control {
    min-height: 50px;
    background-color: #fff;
    font-size: 18px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.signFrom .input-group {
    background-color: #ebebeb;
    border-radius: .25rem;
    overflow: hidden;
    margin-bottom: 12px;
}

.signFrom .phoneItem {
    background-color: #fff;

    overflow: visible;
}

.signFrom .phoneItem .form-control {
    background-color: transparent !important;
}

.signFrom .phoneItem .dropdown-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    direction: ltr;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.signFrom .phoneItem .dropdown-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    direction: ltr;
    background-color: transparent;
}

.signFrom .phoneItem .dropdown-item:hover {
    background-color: #015570;
    color: #fff;
}

.signFrom .phoneItem .input-group-prepend img {
    width: 20px;
}

.signFrom .input-group .input-group-prepend {
    background: transparent;
}

.signFrom .input-group .form-control {
    background: transparent;
}

.signFrom .form-control {
    background-color: #ebebeb;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.errorMsg {
    font-size: 14px;
    color: rgb(202, 17, 17);
    margin: 0px;
    margin-top: 3px;
}

.signFrom .form-group {
    background-color: #ebebeb;
}

.signFrom .input-daterange input {
    color: #257389;
}

.signFrom .dropdown.form-control .dropdown-toggle {
    width: 100%;
    text-align: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    position: relative;
}

.signFrom .dropdown.form-control .dropdown-toggle:after {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    height: 0em;
}

.signFrom .dropdown.form-control .dropdown-item:hover {
    background-color: #015570;
    color: #fff;
}

.signFrom .dropdown.form-control .dropdown-item {
    text-align: start;
}

.signFrom textarea.form-control {
    line-height: 25px;
    resize: none;
}

.signFrom .phoneItem .dropdown-toggle span {
    font-weight: bold;
}

.signFrom .form-control {
    /* background-color: #ebebeb; */
    background-color: #fff;
}

.signFrom .phoneItem {
    background-color: #fff;
}

.signFrom .btnsRow {
    /* margin-right: -6px;
    margin-left: -6px; */
    width: 100%;
    margin-top: calc(12px + 1vw);
}

.signFrom .btnsRow>div:first-child {
    padding-inline-end: 8px;
}

.signFrom .btnsRow>div:last-child {
    padding-inline-start: 8px;
}

.signFrom .password-toggle-icon i {
    margin: 0px;
}

.signFrom>div {
    position: relative;
    overflow: hidden;
}

.signFrom .password-toggle-icon {
    position: absolute;
    float: none;
    transform: none;
    cursor: pointer;
    left: 10px;
    bottom: 0px;
    top: 0px;
    display: inline-flex;
    align-items: center;
}

.signFrom .btnsRow>div {
    padding: 0px;
}

.signPage .signFrom .btnsRow .col-6:nth-child(2),
.signUpPage .signFrom .row .col-6:nth-child(2) {
    text-align: left;
}

.consultantDetails .signFrom .form-control {
    background-color: #ebebeb;
}

.signFrom .form-group label {
    font-size: 18px;
    color: #494949;
}

.forgotPass {
    position: fixed;
    z-index: 999999;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(0, 0, 0, .7);
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


/* Start sign in Style  */

.signImg {
    width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.profileImg {
    position: relative;
    display: inline-block;
}

.profileImg img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.imgCol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.imgCol .btn {
    max-width: 350px;
}

.profileImg .custom-file-label {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-image: url(./../images/camera.png);
    background-size: contain;
    border: 0px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    top: auto;
    cursor: pointer;
    transition: ease-in-out .5s all;
}

.profileImg .custom-file-label:hover {
    transition: ease-in-out .5s all;
    transform: scale(.92);
}

.profileImg .custom-file-label:after {
    content: none;
}

.forgotPass .content {
    padding: 30px;
    background: #fff;
    border-radius: 6px;
    text-align: center;
    width: 500px;
    max-width: 100%;
}

.forgotPass .content p {
    font-size: 24px;
    color: #015570;
    margin-bottom: 20px;
}

.forgotPass .form-control {
    border: none;
    text-align: center;
}

.forgotPass .row {
    margin-left: -6px;
    margin-right: -6px;
}

.forgotPass .row>div {
    padding: 6px;
}


/* End Sign in Style  */


/* Start Sign Up Page  */

.signUpPage {
    padding: 3rem;
    background: #eff1f0;
}

.signUpPage h3,
.joinUs h3 {
    font-size: 30px;
    color: #005470;
    text-align: center;
    margin-bottom: 2rem;
}

.signUpPage .signFrom {
    max-width: 100%;
    width: 600px;
    margin: auto;
}


/* .signUpPage .signFrom .btn {
    width: 100%;
} */

.signUpPage .row {
    margin-left: -6px;
    margin-right: -6px;
}

.signUpPage .row>div {
    padding: 6px;
}


/* End Sign up page  */


/* Start join us page   */

.joinUs {
    padding: 3rem;
    background: #eff1f0;
}

.joinUs .bookingBtn {
    width: 200px;
    max-width: 100%;
    display: block;
    margin: 20px auto 0;
    transition: ease-in-out .5s all;
}

.joinUs .bookingBtn:hover {
    transition: ease-in-out .5s all;
    transform: scale(.95);
}

.signFrom .dropdown.form-control .dropdown-toggle {
    width: 100%;
    text-align: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    position: relative;
}

.signFrom .dropdown.form-control .dropdown-toggle .label,
.signFrom .dropdown.form-control .dropdown-toggle .value {
    font-size: 18px;
    color: #494949;
}

.signFrom .dropdown.form-control .dropdown-toggle:after {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    height: 0em;
    color: #015570;
}

.dropdown-toggle::after {
    color: #015570;
}


/* End join us page  */


/* ContactUs  */

.contactTitle {
    margin: 0px;
    font-size: 18px;
    margin: 8px 0px;
    color: #494949;
}

.conatctUs .staticRow {
    padding: 10px;
}


/* start Home Style  */

.startConscious {
    height: 40vw;
    background: #eff1f0;
    position: relative;
}

.startConscious .socialMedia {
    background: #e6e6e6;
    position: absolute;
    bottom: 40px;
    padding: 10px 5px;
    display: flex;
    flex-direction: column;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.startConscious .socialMedia .btn {
    box-shadow: none;
    border: none;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    margin: 10px;
    padding: 0px 8px;
    background: #005470;
}

.startConscious .socialMedia .btn:hover {
    background: #ff9e18;
}

.startConscious .socialMedia img {
    object-fit: contain;
    width: 28px;
    height: 28px;
}

.startConscious .startWord {
    display: inline-block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 288px;
    height: 188px;
}

.startConscious .startWord p {
    margin: 0px;
    font-size: 90px;
    color: #005470;
    line-height: 90px;
}

.startConscious .tree {
    height: 85%;
    object-fit: contain;
    position: absolute;
    bottom: 0px;
    right: 10%;
}

.startConscious .registerNow {
    width: 33%;
    position: absolute;
    left: 5%;
    top: 0px;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.startConscious .registerNow .freeRegister {
    background: #015570;
    border-radius: 12px;
    outline: none;
    box-shadow: none;
    border: none;
    color: #fff;
    font-size: 35px;
    padding: 0.75rem 1.5rem;
    min-width: 290px;
}

.startConscious .registerNow .freeRegister:hover {
    color: #ff9e18;
}

.startConscious .preRegistered {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.startConscious .preRegistered * {
    font-size: 28px;
    color: #005470;
    margin: 0px 10px;
    padding: 0px;
}

.startConscious .preRegistered a {
    box-shadow: none;
    outline: none;
    border: none;
    border-bottom: 2px solid #005470;
    line-height: 1.2;
    border-radius: 0;
}

.startConscious .preRegistered a:hover {
    color: #ff9e18;
    border-color: #ff9e18;
}

.moreThan {
    background: #015570;
    height: 17vw;
    position: relative;
}

.moreThan img {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 8%;
    height: 100%;
    z-index: 1;
}

.moreThan .content {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
    padding: 0px 10px;
}

.moreThan p {
    color: #fff;
    font-size: 40px;
    margin: 0px;
}

.moreThan .largeText {
    font-weight: bold;
    font-size: 38px;
    margin: 0px;
    color: #fff;
}


.owlContainer {
    position: relative;
}

.owlContainer .owl-carousel .owl-stage {
    margin: auto;
}


.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #494949;
}

.owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 10px 10px;
    background: transparent;
    border: 1px solid #494949;
}

.owl-carousel .owl-nav {
    /* position: absolute;
    left: 0;
    right: 0; */
    display: flex;
    justify-content: space-between;
    padding: 0px calc(25px + 2vw);
    margin: 0px;
}

.owl-carousel.owl-theme .owl-nav button {
    position: absolute;
    top: calc(50% - 20px);
    height: 50px;
    width: 50px;
    margin: 0px;
    /* padding-left: 44px !important; */
    /* text-align: left; */
    text-align: center;
    background: rgba(255, 255, 255, 0.35) !important;
    border-radius: 30px;
}

.owl-carousel .owl-nav button span {
    font-size: calc(15px + 1vw);
    margin-top: 3px;
    display: inline-flex;
    align-items: center;
    font-weight: 200;
    color: #002f43;
    height: 100%;
}


.owl-carousel .owl-nav button.owl-prev {
    right: 40px;
}

.owl-carousel .owl-nav button.owl-next {
    left: 40px;
}




.owl-theme .owl-nav {
    /* margin: calc(15px + .25vw) 0; */
    /* margin-top: 20px; */
}

.owl-theme .owl-dots .owl-dot span {
    border-color: #BDBDBD;
    background-color: #BDBDBD;
    width: 14px;
    height: 14px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    border-color: #005470;
    background-color: #005470;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-prev:hover {
    /* background: rgba(255, 255, 255, .5);
   
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 1) 95%, rgba(255, 255, 255, 1) 100%);
 
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(5%, rgba(255, 255, 255, 0)), color-stop(95%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
 
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 1) 95%, rgba(255, 255, 255, 1) 100%);
   
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 1) 95%, rgba(255, 255, 255, 1) 100%);
    
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 1) 95%, rgba(255, 255, 255, 1) 100%);
   
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 1) 95%, rgba(255, 255, 255, 1) 100%);
   
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
      */
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-next:hover {
    /* background: rgba(255, 255, 255, .5);
   
    background: -moz-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 1) 95%, rgba(255, 255, 255, 1) 100%);
  
    background: -webkit-gradient(right top, left top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(5%, rgba(255, 255, 255, 0)), color-stop(95%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 1) 95%, rgba(255, 255, 255, 1) 100%);
     
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 1) 95%, rgba(255, 255, 255, 1) 100%);
   
    background: -ms-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 1) 95%, rgba(255, 255, 255, 1) 100%);
  
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 1) 95%, rgba(255, 255, 255, 1) 100%);
   
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
      */
    /* text-align: left; */
}

.owl-carousel .owl-next span,
.owl-carousel .owl-prev span {
    font-size: 50px;
    color: #494949;
}

.owl-theme .owl-nav .disabled {
    opacity: 0;
}

.owl-carousel .owl-nav button.owl-next:hover span,
.owl-carousel .owl-nav button.owl-prev:hover span {
    color: #ff9e18;
}


/* RecentPrograms Styling  */

.recentPrograms {

    padding: 50px 0px;
}

/* .details .programTitle { */
.programTitle {
    margin: 2rem auto;
    color: #005470;
    text-align: center;
    font-size: calc(15px + 1.5vw);
    width: 650px;
    max-width: 90%;
    font-weight: 500;
}

/* .recentPrograms .programTitle {
    margin: 0px;
    color: #005470;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 2.5rem;
} */

.recentPrograms a.item {
    color: initial;
    text-decoration: none;
    cursor: pointer;
}

.recentPrograms .owl-item img {
    display: block;
    width: 100%;
    /*height: 255px;*/
    object-fit: cover;
}

.recentPrograms .innerItem {
    background: #e6e6e6;
    border-radius: 10px;
    overflow: hidden;
    /* margin: 16px 18px 20px 18px; */
    margin: 14px;
    -webkit-box-shadow: 4px 4px 10px 3px rgb(0 0 0 / 22%);
    -moz-box-shadow: 4px 4px 10px 3px rgb(0 0 0 / 22%);
    box-shadow: 4px 4px 10px 3px rgb(0 0 0 / 22%);
}

.recentPrograms .item img {
    width: 100%;
    max-height: 290px;
}

.recentPrograms .innerItem * {
    margin: 0px;
    direction: rtl;
}

.recentPrograms .innerItem .inner {
    padding: 40px 20px 20px;
    height: 190px;
    overflow: hidden;
    position: relative;
    display: none;
}

.recentPrograms .innerItem .free {
    display: inline-block;
    padding: 2px 14px;
    background: #ff9e18;
    border-radius: 8px;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 10px;
    left: 10px;
}

.recentPrograms .inner h4 {
    font-size: 35px;
    margin-bottom: 0px;
    line-height: 42px;
    height: 84px;
    overflow: hidden;
    color: #000;
}

.recentPrograms .inner .userName {
    font-size: 25px;
    margin: 8px 0px 0px;
    color: #494949;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
}

.recentPrograms .inner .aboutUser {
    /* font-size: 18px; */
    color: #494949;
    /* line-height: 24px; */
    /* height: 48px; */
    overflow: hidden;
    display: inline-block;
}

.showAllProgs {
    background: #015570;
    color: #fff;
    font-size: 30px;
    margin-top: calc(15px + .3vw);
    width: 380px;
    padding: 5px 15px;
    border-radius: 52px;
    box-shadow: none;
    max-width: 50%;
}

.showAllProgs:hover {
    color: #ff9e18;
}

.recentPrograms .program {
    padding: 10px;
    display: inline-block;
}

.program img {
    border-radius: 20px;
    -webkit-box-shadow: 4px 4px 10px 3px rgb(0 0 0 / 22%);
    -moz-box-shadow: 4px 4px 10px 3px rgb(0 0 0 / 22%);
    box-shadow: 4px 4px 10px 3px rgb(0 0 0 / 22%);
}


/* start consulting style  */

.supportGroups {
    background: #cbd9e0;
    padding: 40px 50px 40px 0;
}



.myBookings .supportGroups .innerItem .inner {
    display: block;
}

.myBookings .supportGroups .inner {
    background-color: #257389;
}

.myBookings .supportGroups .innerItem {
    border-radius: 20px;
}

.supportGroups .programTitle {
    margin-bottom: 1.25rem;
}



.supportGroups .inner .aboutUser {
    font-size: calc(15px + .65vw);
    line-height: calc((22px + 1vw));
    height: calc((22px + 1vw)* 2);
    /* font-size: 28px;
    line-height: 42px; */
    color: #fff;
    /* height: 126px; */
    overflow: hidden;
}



.supportGroups .owl-carousel .owl-nav button.owl-prev,
.supportGroups .owl-carousel .owl-nav button.owl-prev:hover {
    background: rgba(255, 255, 255, .5);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(252, 252, 252, 0) 5%, rgba(204, 218, 224, 1) 95%, rgba(201, 216, 222, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(5%, rgba(252, 252, 252, 0)), color-stop(95%, rgba(204, 218, 224, 1)), color-stop(100%, rgba(201, 216, 222, 1)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(252, 252, 252, 0) 5%, rgba(204, 218, 224, 1) 95%, rgba(201, 216, 222, 1) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(252, 252, 252, 0) 5%, rgba(204, 218, 224, 1) 95%, rgba(201, 216, 222, 1) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(252, 252, 252, 0) 5%, rgba(204, 218, 224, 1) 95%, rgba(201, 216, 222, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(252, 252, 252, 0) 5%, rgba(204, 218, 224, 1) 95%, rgba(201, 216, 222, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#c9d8de', GradientType=1);
}

.supportGroups .owl-carousel .owl-nav button.owl-next,
.supportGroups .owl-carousel .owl-nav button.owl-next:hover {
    background: rgba(255, 255, 255, .5);
    background: -moz-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(252, 252, 252, 0) 5%, rgba(204, 218, 224, 1) 95%, rgba(201, 216, 222, 1) 100%);
    background: -webkit-gradient(right top, left top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(5%, rgba(252, 252, 252, 0)), color-stop(95%, rgba(204, 218, 224, 1)), color-stop(100%, rgba(201, 216, 222, 1)));
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(252, 252, 252, 0) 5%, rgba(204, 218, 224, 1) 95%, rgba(201, 216, 222, 1) 100%);
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(252, 252, 252, 0) 5%, rgba(204, 218, 224, 1) 95%, rgba(201, 216, 222, 1) 100%);
    background: -ms-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(252, 252, 252, 0) 5%, rgba(204, 218, 224, 1) 95%, rgba(201, 216, 222, 1) 100%);
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(252, 252, 252, 0) 5%, rgba(204, 218, 224, 1) 95%, rgba(201, 216, 222, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#c9d8de', GradientType=1);
}


/* consulting styling  */

.consulting .innerItem {
    /* margin: 16px 40px 20px 40px; */
    margin: 0;
}

.consulting img {
    /* height: 190px; */
    height: 16vw;
    border-radius: 12px;
    object-fit: cover;
}

.consulting small {
    line-height: 22px;
    height: 22px;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.consulting .innerItem .inner {
    padding: 10px 0px;
    height: auto;
    display: block;
}

.consulting .innerItem {
    background: transparent;
    box-shadow: none;
}

.consulting .innerItem .inner {
    height: auto !important;
}

.consulting .inner .aboutUser {
    height: 25px !important;
    line-height: 25px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;

}



/* End Home Style  */


/* Start Who Us style  */


.whoUs .largeImg {
    width: 100%;
}

.whoUs .myContent {
    padding: 2% 8%;
}

.whoUs .logoImg {
    width: 200px;
    max-height: 150px;
    object-fit: contain;
    margin-bottom: 15px;
}

.whoUs h3 {
    font-size: 30px;
    color: #015570;
    margin-bottom: 8px;
}

.whoUs p {
    /*font-size: 28px;*/
    color: #000;
    margin: 0px;
}


/* End Who Us style  */


/* Start footer Style  */

.footer {
    background: #015570;
}

.footer .footerLinks {
    padding: 2rem 6rem;
}

.footer ul {
    list-style: none;
    padding: 1rem;
}

.footer .footerSocial {
    padding: 1rem;
}

.footer .footerSocial a {
    margin: 5px;
    display: inline-block;
}

.footer .footerSocial img {
    width: 35px;
    height: 35px;
}

.footer li a {
    color: #fff;
    font-size: 22px;
    padding: 5px 10px;
    text-decoration: none;
    display: inline-block;
}

.footer li a.footer-main-link {
    color: #ff9e18 !important;
}

.footer li a:hover {
    color: #ff9e18;
}

.footer .rights {
    background-color: #002f43;
    padding: 2rem 10px;
    text-align: center;
}

.footer .rights img {
    width: 44px;
    object-fit: contain;
    margin-bottom: 12px;
}

.footer .rights p {
    font-size: 22px;
    color: #fff;
    text-align: center;
    margin: 0px;
}

.footer #newsletter {
    display: inline-block;
    width: 100%;
    margin: 0px !important;
}

.footer .more-ul {
    display: none;
}

footer .storeBtns .inner {
    display: inline-flex;
    align-items: flex-end;
    /* height: 100%; */
    width: 100%;
    justify-content: center;
}

footer .storeBtns .title {

    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px calc(8px + .65vw);
    color: #ff9e18;
}

footer .storeBtns .storeBtn {
    padding: 0;
    padding-right: calc(8px + .65vw);
    padding-left: calc(8px + .65vw);
    box-shadow: none;
}

footer .storeBtns .storeBtn img {
    width: calc(90px + 5vw);
    max-width: 100%;

}

/* End footer Style  */
.goToTop {
    padding: 0;
    box-shadow: none !important;
    position: fixed;
    z-index: 100;
    bottom: calc(8px + 1vw);
    right: calc(8px + 1vw);
}

.goToTop i {
    font-size: calc(22px + 1.5vw);
    color: #93d50a;

}

/* start breadcrumb style  */

.breadcrumb {
    background: #e6e6e6;
    padding: 3rem 4rem 2rem;
    border-radius: 0px;
    margin: 0px;

}

.breadcrumb .like_btn {
    margin: 0;
    margin-inline-start: auto;
    position: initial;
}

.breadcrumb .breadcrumb-item {
    padding: 0px 5px;
}

.breadcrumb .breadcrumb-item:first-of-type {
    padding-right: 0px;
}

.breadcrumb .breadcrumb-item::before {
    float: left;
    padding-right: 10px;
    content: "|";
    color: #000;
    font-size: 24px;
}

.breadcrumb .breadcrumb-item:last-of-type::before {
    content: '';
}

.breadcrumb .breadcrumb-item a {
    color: #000;
    font-size: 24px;
    text-decoration: none;
}

.breadcrumb .breadcrumb-item a:hover {
    color: #ff9e18;
}

.breadcrumb .breadcrumb-item.active a {
    color: #000;
    cursor: default;
}


/* End breadcrumb style  */


/* start Programs Page style */

.programsPage .recentPrograms,
.progrgroupsPageamsPage .recentPrograms,
.groupsPage .supportGroups {
    padding: 3rem 0;
}

.programsPage .recentPrograms .row>div {
    display: flex;
}

.programsPage .recentPrograms .item {
    height: 100%;
    width: 100%;
}

.programsPage .shareBanner {
    margin-bottom: 0px !important;
}

.programsPage .recentPrograms .innerItem .inner {
    height: auto;
}

.programsPage .recentPrograms .programTitle {
    max-width: 100%;
    width: 100%;
    padding: 0px 10px;

}

.programsPage .recentPrograms .programTitle,
.groupsPage .recentPrograms .programTitle {
    margin: 0px 0px calc(15px + .25vw);
}

.groupsPage .recentPrograms a.item {
    height: 100%;
}

.groupsPage .supportGroups .innerItem {
    /* height: calc(100% - 36px); */
}

/* .groupsPage .supportGroups .inner .aboutUser {
    height: auto;
    max-height: 200px;
} */

.groupsPage .supportGroups {
    background: transparent;
}

.programsPage .consulting .innerItem {
    margin: 12px;
}


/* End Programs Page style */


/* start details style  */



.details {
    text-align: center;
}

.details .programTitle {
    margin-bottom: 0px;
}

.details .rating {
    margin-bottom: calc(20px + 1vw);
    display: inline-flex;
}

.details .newPricing {
    padding-top: 0px !important;
}

.details .video {
    width: 70vw;
    margin: auto;
}

.details .video * {
    text-align: center;
}

.details .video iframe {
    width: 70vw;
    height: calc(70vw * .57);
    display: block;
    margin: auto;
}

.details .video h3 {
    font-size: 40px;
    color: #005470;
    margin: 2rem 0;
}

.details .video p {
    font-size: 28px;
    margin-bottom: 5rem;
}

.details .consultant {
    background: #e6e6e6;
}

.details .consultant {
    text-align: center;
    padding: 0px 3rem calc(20px + 2vw);
    position: relative;
}

.details .consultant::before {
    content: '';
    background: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 32px;
    z-index: 0;
}

.details .consultant h3 {
    font-size: 45px;
    background: #015570;
    padding: 0px 3rem;
    border-radius: 10px;
    display: inline-block;
    color: #fff;
    min-width: 28%;
    text-align: center;
    height: 64px;
    line-height: 64px;
    z-index: 1;
    position: relative;
}

.details .consultant>img {
    width: 20%;
    display: block;
    margin: 1rem auto;
    border-radius: 12px;
}

.details .consultant .doctor {
    max-width: 64%;
    margin: auto;
    text-align: center;
}

.details .consultant .docName {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin: 0px;
    color: #494949;
}

.details .consultant .docTitle {
    text-align: center;
    margin: 0px 0px 5px;
    font-size: 25px;
    color: #494949;
}

.details .consultant .aboutDoc {
    text-align: center;
    margin: 0px;
    font-size: 27px;
}

.details .programNumber {
    text-align: center;
}

.details .programNumber .row .btn {
    background: #93d50a;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    box-shadow: none;
}

.details .programNumber>.row>div,
.details .programNumber>.row {
    padding: 25px;
}

.details .programNumber>.row {
    justify-content: center;
}

.details .numBlock {
    background: #257389;
    border-radius: 30px;
    padding: 18px 10px;
}

.details .numBlock p {
    margin: 0px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 24px;
    width: 100%;
}

.details .btn p {
    color: #015570;
    margin-bottom: 0px !important;
}

.details .programNumber .btn p:hover {
    color: #fff;
}

.details .programNumber .signUpBtn {
    background: #93d50a;
    padding: 8px 44px;
    border-radius: 10px;
    text-align: center;
    color: #005470;
    font-size: 45px;
    margin: 3rem 0px;
    box-shadow: none;
}

.details .programNumber .signUpBtn:hover {
    color: #fff;
}

.consultantPage .recentPrograms>.row {
    justify-content: center;

}

.consultantPage .recentPrograms {
    padding: 0 calc(20px + 6vw) calc(25px + 2vw);
}

.consultantPage .recentPrograms .programTitle {
    margin: calc(10px + .5vw) auto;
}

.bookingDetails .video {
    width: 90%;
    margin: 0px auto;
}

.bookingDetails .video iframe {
    width: 60vw;
    height: calc(60vw * .57);
}

.bookingDetails .videosRow .videosList {
    padding: 0px 10px;
    list-style: none;
    height: calc(60vw * .57);
    overflow-y: scroll;
}

.bookingDetails .videosList li {
    padding: 0px;
    padding: 8px 10px;
    border-radius: 5px;
}

.bookingDetails .videosList li:nth-child(2n+1) {
    background: #f2f2f2;
}

.bookingDetails .videosList li:hover {
    background: #93d50a;
}

.bookingDetails .videosList .row {
    align-items: center;
}

.bookingDetails .videosList .btn {
    width: 100%;
    min-height: 0px;
    padding: 0px;
    border: none;
    box-shadow: none;
}

.bookingDetails .videosList p {
    color: #015570;
    margin: 0px !important;
    text-align: right;
    font-size: 20px;
}

.bookingDetails .videosList .playIcon {
    color: #015570;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid #015570;
    display: inline-block;
    line-height: 22px;
    margin-top: 2px;
}

.bookingDetails .video .programTitles {
    width: 70vw;
    margin: auto;
}

.comments {
    position: relative;
    text-align: center;
    margin: 40px 0px;
}

.comments .innerComments {
    padding: 0px 40px;
    margin: 32px auto;
    max-height: 400px;
    display: inline-block;
    overflow-y: scroll;
    background: #f2f2f2;
    border-radius: 10px;
}

.comments h3 {
    background: #015570;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    display: block;
    border-radius: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    width: 300px;
    text-align: center;
    height: 64px;
    line-height: 64px;
    z-index: 2;
}

.comments .row img {
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #fff;
    border-radius: 50%;
}

.comments .row .userName {
    font-size: 30px;
    color: #015570;
    margin: 0px;
    line-height: 80px;
    padding: 0px 20px;
    border-bottom: none;
    background-color: transparent;
    text-align: right !important;
}

.comments .row .comment {
    font-size: 25px;
    color: #000;
    margin: 10px 0px;
    line-height: 30px;
}

.comments ul {
    list-style: none;
    padding: 0px;
    width: 60vw;
    margin: 32px auto 20px;
}

.comments ul li {
    padding: 15px 50px;
    border-bottom: 2px solid #a9a9a9;
}

.comments .innerComments::-webkit-scrollbar {
    width: 10px;
    background-color: #e1e1e1;
    border-radius: 5px;
}

.comments .innerComments::-webkit-scrollbar-track {
    background-color: transparent;
}

.comments .innerComments::-webkit-scrollbar-thumb {
    background-color: #93d50a;
    border-radius: 5px;
}

.details.consultantDetails .consultant>img {
    margin-top: 4rem;
}

.details.consultantDetails .consultant::before {
    content: none;
}

.details.consultantDetails .consultant {
    background: none;
    padding-bottom: 0px;
}


/* End details Style  */


/* Start my Bookings  */

.programsPage .recentPrograms .programTitle,
.groupsPage .recentPrograms .programTitle {
    text-align: right;
}


/* End My Bookings  */

/* #newsletter .newsletter_div {
    float: none;
}

#newsletter p {
    font-size: 22px;
    margin-top: 10px;
    padding: 0px 1rem;
} */

/* news letter at footer */
#newsletter .title {
    font-size: 22px;
    margin-top: 10px;
    padding: 0px 10px;
    color: #ff9e18;
}

#newsletter .form-control {
    min-height: 50px;
    background-color: #fff;
    font-size: 18px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

#newsletter .newsletterbtn {
    background: #93d50a;
    padding-right: 2rem;
    padding-left: 2rem;
    border-radius: 10px;
    text-align: center;
    font-size: 20px;
    box-shadow: none;
    /* width: 100%; */
    line-height: 50px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff;
    box-shadow: none !important;

}

#newsletter .newsletterbtn:hover {
    color: #ff9e18;
}

#newsletter .row {
    padding: 0px 10px;
}

#newsletter .row .col-8 {
    padding-left: calc(8px + 2.5vw);
}

.footerSocial a {
    display: inline-block;
    margin: 5px;
}


.verifyModal .form-control {
    border: none !important;
    margin: 8px !important;
    border-radius: 10px !important;
    height: 55px;
    text-align: center;
    font-size: 25px;
    box-shadow: none !important;
    background-color: #93d50a;
    color: #fff;
}

.verifyModal .bookingBtn {
    background-color: #93d50a;
    color: #fff;
}

.verifyModal .btn {
    box-shadow: none;
}

.verifyModal .modal-header {
    flex-wrap: wrap;
}

.verifyModal .alert {
    min-width: 100%;
    text-align: center;
    font-size: 18px;
}




/* picker  */

.datepicker {
    background-color: #fff;
    border-radius: 0 !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
    padding: 0 !important
}

.datepicker.datepicker-dropdown {
    /* top: 180px !important; */
    left: calc(50% - 173.5px) !important;
    border-right: #015570;
    border-left: #015570
}

.datepicker.datepicker-dropdown.datepicker-orient-left:before {
    left: calc(50% - 6px) !important
}

.datepicker.datepicker-dropdown.datepicker-orient-left:after {
    left: calc(50% - 5px) !important;
    border-bottom-color: #015570
}

.datepicker.datepicker-dropdown.datepicker-orient-right:after {
    border-bottom-color: #015570
}

.datepicker table tr td.today,
span.focused {
    border-radius: 50% !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF3E0), to(#FFE0B2));
    background-image: -o-linear-gradient(#FFF3E0, #FFE0B2);
    background-image: linear-gradient(#FFF3E0, #FFE0B2)
}

thead tr:nth-child(2) {
    background-color: #015570 !important;
    position: relative;
}

thead tr:nth-child(2):has(.prev.disabled):after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 55px;
    left: 0;
    background-color: #015570;

}

.datepicker.datepicker-dropdown {
    width: 500px;
    left: 0px !important;
    right: 0px !important;
    margin: auto;
}

.datepicker.datepicker-dropdown .table-condensed {
    width: 100%;
}

.datepicker table tr td.today,
span.focused,
.datepicker table tr td span {
    border-radius: 10px !important;
    text-align: center !important;
}

.datepicker .datepicker-switch {
    width: 100%;
}

/* .datepicker .prev.disabled {
    position: relative;
    visibility: visible;
    opacity: 1;
} */




thead tr:nth-child(3) th {
    font-weight: bold !important;
    padding: 20px 10px !important;
    color: #BDBDBD !important
}

tbody tr td {
    padding: 10px !important
}

tfoot tr:nth-child(2) th {
    padding: 10px !important;
    border-top: 1px solid #CFD8DC !important
}

.cw {
    font-size: 14px !important;
    background-color: #E8EAF6 !important;
    border-radius: 0px !important;
    padding: 0px 20px !important;
    margin-right: 10px solid #fff !important
}

.old,
.day,
.new {
    width: 40px !important;
    height: 40px !important;
    border-radius: 0px !important
}

.day.old,
.day.new {
    color: #E0E0E0 !important
}

.day.old:hover,
.day.new:hover {
    border-radius: 50% !important
}

.old-day:hover,
.day:hover,
.new-day:hover,
.month:hover,
.year:hover,
.decade:hover,
.century:hover {
    border-radius: 6px !important;
    background-color: #eee
}

.datepicker .active {
    border-radius: 6px !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#015570), to(#015570)) !important;
    background-image: -o-linear-gradient(#015570, #015570) !important;
    background-image: linear-gradient(#015570, #015570) !important;
    color: #fff !important
}

.range-start,
.range-end {
    border-radius: 6px !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#015570), to(#015570)) !important;
    background-image: -o-linear-gradient(#015570, #015570) !important;
    background-image: linear-gradient(#015570, #015570) !important
}

.range {
    background-color: #E3F2FD !important
}

.prev,
.next,
.datepicker-switch {
    border-radius: 0 !important;
    padding: 10px 10px 10px 10px !important;
    font-size: 18px;
    opacity: 0.7;
    color: #fff
}

.prev:hover,
.next:hover,
.datepicker-switch:hover {
    background-color: inherit !important;
    opacity: 1
}



.text-muted {
    color: #015570 !important;
    font-weight: bold;
}


/*             .programNumber .innerItem {
border: 1px solid;
text-align: center !important;
} */

.programNumber .innerItem {
    border-radius: 10px;
    overflow: hidden;
    background: #93d50a;
    text-align: center !important;
    margin: 4px;
    -webkit-box-shadow: 3px 3px 5px 0px rgb(122 180 2 / 36%);
    -moz-box-shadow: 3px 3px 5px 0px rgb(122 180 2 / 36%);
    box-shadow: 3px 3px 5px 0px rgb(122 180 2 / 36%);
    height: calc(100% - 60px);
}

.programNumber .userName {
    border-bottom: 1px solid #93d50a;
    background-color: #93d50a;
    color: #015570;
    text-align: center !important;
    font-size: 20px;
    font-weight: 500;
    margin: 5px 0px;
}


/* .programNumber .aboutUser {
color: #494949;
text-align: center !important;
} */

.programNumber .aboutUser {
    color: #494949;
    text-align: center !important;
    background: #fff;
    margin: 3px;
    border-radius: 10px;
    padding: 8px 8px 20px;
    font-size: 17px;
    height: calc(100% - 47px);
}

.programNumber .inner {
    height: 100%;
}


/* .price-tag {
width: 36% !important;
margin-top: 10px;
padding: 3px 10px !important;
float: right;
}

.details .price-tag p {
font-size: 22px ;
}

.price-tag a {
text-decoration: none;
}
*/

.details .numBlock.price-tag {
    padding: 0px 10px;
}

.details .cart-add p {
    font-size: 12px !important;
    color: #061d97;
    margin-top: -19px !important;
}

.details .numBlock.cart-add {
    display: inline-block;
    /* margin-right: 40px; */
    /* width: 50% !important; */
    /* margin-top: 10px; */
    /* padding: 6px 10px !important; */
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #93d50a !important;
    padding: 0px;
}

.details .numBlock.cart-add img {
    width: 70%;
    height: 100%;
    object-fit: contain;
}

.details .cartBtns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.details .cartBtns .numBlock {
    margin: 0px;
    text-align: center;
}

.details .cartBtns .price-tag {
    width: auto;
}


/* ////////////////////
End of Style.css File
/////////////// */

.reviews {
    max-width: calc(100% - 100px);
    margin: calc(20px + 4vw) auto;

}

.reviews h3 {
    font-size: 40px;
    font-size: 2.1vw;
    color: #3D3F3F;
    margin-bottom: 1.5vw;
}

.reviews .addReview {
    background: #fff;
    padding: 2.5vw 4vw;
    border-radius: 10px;
    border: 1px solid #FFC107;
}

.reviews .addReview #myAddRate {
    margin: 10px auto 15px;

}

.reviews .addReview .form-control {
    background-color: #F8F8F8;
    resize: none;
    margin-bottom: 5px;
    outline: none;
}

.reviews .addReview .form-control:focus {
    border-color: #93d50a;
}

.reviews .addReview h4 {
    font-size: 22px;
    font-size: 1.25vw;
    color: #3D3F3F;
}

.reviews .addReview .btn {
    width: 29.6vw;
    max-width: 500px;
    margin: 2vw auto 0;
}

.reviews .addReview .ratting {
    margin: 20px auto;
}

.reviews .addReview .form-control-feedback {
    font-size: 13px;
    color: #dc3545;
}

.comment .ratting {
    padding: 0px;
    margin-top: 2px;
}

.shopping-cart {
    width: 70%;
    margin: 5vw auto;
    box-shadow: none;
    display: flex;
    flex-direction: column;
}

.shopping-cart .title span {
    font-size: 24px;
    color: #002f43;
}

.shopping-cart .title {
    padding: 10px 0px;
    height: auto;
    border: none;
    margin-bottom: 0px;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.shopping-cart .item {
    padding: 20px;
    height: auto;
    display: flex;
    margin: 10px;
    -webkit-box-shadow: 0px 0px 7px 1px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 7px 1px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 7px 1px rgb(0 0 0 / 10%);
    border-radius: 10px;
    border: none;
    margin-bottom: 20px;
    position: relative;
    align-items: flex-start;
}

.shopping-cart .item .buttons {
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding: 0px;
    margin: 0px;
    display: inline-flex;
}

.shopping-cart .item .buttons a {
    display: inline-block;
    height: 36px;
    background: #dc3545;
    border-radius: 8px;
    position: relative;
    width: 70px;
}

/*.shopping-cart .item .buttons a:after {*/
/*    content: 'ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â';*/
/*    color: #fff;*/
/*    font-size: 18px;*/
/*    position: absolute;*/
/*    top: 0px;*/
/*    bottom: 0px;*/
/*    right: 0px;*/
/*    left: 0px;*/
/*    margin: auto;*/
/*    text-align: center;*/
/*    line-height: 36px;*/
/*}*/

.shopping-cart .item .delete-btn {
    /* width: 40px;
    height: 40px;
    margin-right: 0px; */
    display: none;
}

.shopping-cart .item .image {
    margin: 0px;
}

.shopping-cart .item .image img {
    width: 160px;
    height: 110px;
    object-fit: cover;
    border-radius: 8px;
    background: rgb(236, 236, 236);
}

.shopping-cart .description span:first-child {
    margin-bottom: 10px;
    font-size: 22px;
    color: #000;
}

.shopping-cart .description span:last-child {
    margin-top: 0px;
    font-size: 17px;
    color: #257389;
}

.shopping-cart .description {
    padding-top: 0px;
    margin-right: 20px;
    width: 100%;
}

.shopping-cart .total-price {
    background: #005470;
    flex-shrink: 0;
    padding: 5px 10px;
    border-radius: 8px;
    font-size: 17px;
    color: #fff;
}

.shopping-cart .total-desc {
    width: 100% !important;
    margin: 0px !important;
}

.shopping-cart .cart-total {
    align-items: center;
}

.shopping-cart .total-desc h4 {
    margin: 0px;
    font-size: 28px;
}

.shopping-cart .cart-pay {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    width: 150px;
    height: 48px;
    font-size: 20px;
    align-self: center;
    margin: 12px 12px 20px;
    background: #93d50a;
}





/* .cart-add img {
margin-top: unset !important;
}

.cart-add a {
text-decoration: none;
}

.cart-add img {
width: 15px !important;
display: unset !important;
margin: unset !important;
margin-top: unset !important;
border-radius: unset !important;
} */


/* media query */


/* New Styling  Edit */

.groupsPage2 .supportGroups {
    background: transparent;
    padding: calc(15px + 0.5rem) 0;
    margin: 30px 0px 0px;
}

.groupsPage2 .groupList>p {
    font-size: calc(15px + .5vw);

    font-weight: bold;
}

.groupsPage2 .header .form-inline .btn {

    padding: 0px 20px;
    height: 40px;
}

.groupsPage2 .supportGroups>.row {
    padding: 0px calc(3% + 30px);
    margin-bottom: calc(15px + 1vw);
    align-items: center;

}

.groupsPage2 .supportGroups>.row .col {
    width: calc(100% - 28vw);
}

.groupsPage2 .header .form-inline {
    max-width: 100%;
    width: 28vw;
}

.groupsPage2 .header .form-control {
    font-size: 24px;
}

.header .form-control::-webkit-input-placeholder {
    color: #8b8b8b;
}

.header .form-control::-moz-placeholder {
    color: #8b8b8b;
}

.header .form-control:-ms-input-placeholder {
    color: #8b8b8b;
}

.header .form-control::-ms-input-placeholder {
    color: #8b8b8b;
}

.header .form-control::placeholder {
    color: #8b8b8b;
}

.header .form-control:focus::placeholder {
    color: transparent;
}

.groupsPage2 .programTitle {
    /* padding: 0px 4%; */
    margin: 0;
    text-align: start;
    margin-bottom: 0px;
    color: #015570;
    font-weight: bold;

}

.groupList {
    list-style: none;
    padding: 0px 3%;
    display: grid;
    grid-template-columns: 50% 50%;
}

.groupList .group {
    text-align: center;
    margin: 10px 30px;
}

.groupList .innerItem {
    background: #257389;
    border-radius: 20px;
}

.groupList .innerItem .inner {
    padding: 40px 25px;
    height: auto;
    max-height: 100%;
}

.groupList .commentsNum {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.groupList .commentsNum img {
    width: 26px;
}

.groupList .commentsNum p {
    font-size: 26px;
    font-family: 'CoconNextArabic';
    margin: 0px;
    padding: 0px 10px;
    color: #919396;
}

.groupList .innerItem {
    margin: 0px;
    box-shadow: none;
    display: block;
    text-decoration: none;
    background-color: #005470;
}

.groupList .group:nth-child(3n+2) .innerItem {
    background: #c2e67e;
}

.groupList .group:nth-child(3n+3) .innerItem {
    background: #fec47c;
}

.groupList .item {
    background: #e6e6e6;
    display: block;
    border-radius: 20px;
    overflow: hidden;
    width: 600px;
    margin: auto;
    max-width: 100%;
}

.groupList .comRate {
    padding: 6px;
}

.groupList .comRate>div {
    display: flex;
    align-items: center;
    padding: 6px;
}

.groupList .btn-clear {
    color: #919396;
    font-size: 24px;
    outline: none;
    box-shadow: none;
}

.groupList .btn-clear span {
    display: inline-block;
    width: 11px;
    height: 11px;
    border-top: 2px solid #919396;
    border-right: 2px solid #919396;
    margin: 4px 8px;
}

.groupList .showCommentsBtn span {
    transform: rotate(135deg);
}

.groupList .hiddenCommentsBtn span {
    transform: rotate(-45deg);
    margin: -2px 8px;
}

.groupList .inner .aboutUser {
    line-height: 55px;
    font-size: 34px;
    max-height: 165px;
    text-align: center;
    margin: 0px;
    height: auto;
    color: #015570;
}

.groupList .group:nth-child(3n+1) .aboutUser {
    color: #ffffff;
}

.groupList .innerItem .inner {
    padding: 22px;
    height: 207px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.groupList .item:hover .inner .aboutUser {
    color: #000000;
    transition: color .5s;
}

.groupList .item:hover .innerItem {
    background: rgb(0 0 0 / 10%);
    transition: background .5s;
}

/* .groupList .group:nth-child(3n+1) .item:hover .aboutUser {
    color: #ffffff;
} */

.groupList .group .item:hover {
    -webkit-box-shadow: 5px 5px 20px 0px rgb(0 0 0 / 50%);
    -moz-box-shadow: 5px 5px 20px 0px rgb(0 0 0 / 50%);
    box-shadow: 5px 5px 20px 0px rgb(0 0 0 / 50%);

    transform: scale(.95);
    transition: transform .5s, box-shadow .5s;
}

.groupComments {
    padding: 0px 20px 20px;
}

.groupComments .header {
    text-align: center;
    color: #000;
    font-weight: 500;
}

.groupComments .comments {
    list-style: none;
    padding: 0px 0px 0px 20px;
    margin: 0px;
    overflow-y: auto;
    max-height: 276px;
}

.groupComments .comments::-webkit-scrollbar {
    width: 4px;
    background-color: #ffffff;
    border-radius: 5px;
}

.groupComments .comments::-webkit-scrollbar-track {
    background-color: transparent;
}

.groupComments .comments::-webkit-scrollbar-thumb {
    background-color: #015570;
    border-radius: 5px;
}

.groupComments h4 {
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    margin: 0px 0px 10px;
    color: #000;
}

.groupComments .comment img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.groupComments .row .col {
    padding: 5px 20px;
}

.groupComments .comment h5 {
    font-size: 20px;
    color: #000;
    margin-bottom: 4px;
}

.groupComments .comment p {
    font-size: 18px;
    color: #000;
    margin: 0px;
    font-weight: 500;
}

.groupComments .comment {
    border-bottom: 1px solid #a1a1a1;
    padding: 18px 0px;
}

.groupComments .comment:last-of-type {
    border-bottom: 0px;
}


/* groupDetails  */

.groupDetails .programTitle {
    width: 100%;
    max-width: 100%;
    margin: 0px;
    background: #015570;
    color: #fff;
    font-size: 38px;
    padding: 30px 22px;
    margin-bottom: 20px;
    text-align: center;
}

.groupDetails .video p {
    font-size: 30px;
    margin: 22px 0px;
}

.groupDetails .video h3 {
    font-size: 42px;
    margin: 44px 0px 20px;
}

.groupDetails .blocks {
    padding: 40px 10%;
}

.groupDetails .blocks>div {
    padding: 1.5vw;
}

.groupDetails .myBlock {
    background: #cbd9e0;
    border-radius: 20px;
    border: 2px solid #015570;
    text-align: center;
    padding: 20px 2vw;
    height: 100%;
    -webkit-box-shadow: 0px 0px 21px 0px rgba(1, 85, 112, 0.55);
    -moz-box-shadow: 0px 0px 21px 0px rgba(1, 85, 112, 0.55);
    box-shadow: 0px 0px 21px 0px rgba(1, 85, 112, 0.55);
}

.groupDetails .blocks>div:nth-child(2) .myBlock {
    background: #fee2bd;
    border: 2px solid #c57d17;
    -webkit-box-shadow: 0px 0px 21px 0px rgba(225, 182, 0, 0.55);
    -moz-box-shadow: 0px 0px 21px 0px rgba(225, 182, 0, 0.55);
    box-shadow: 0px 0px 21px 0px rgba(225, 182, 0, 0.55);
}

.groupDetails .blocks>div:nth-child(3) .myBlock {
    background: #ebf6d3;
    border: 2px solid #668907;
    -webkit-box-shadow: 0px 0px 21px 0px rgba(172, 204, 102, 0.55);
    -moz-box-shadow: 0px 0px 21px 0px rgba(172, 204, 102, 0.55);
    box-shadow: 0px 0px 21px 0px rgba(172, 204, 102, 0.55);
}

.groupDetails .myBlock * {
    text-align: center;
    margin: 5px 0px;
    color: #015570;
}

.groupDetails .myBlock img {
    width: 44px;
    margin: 20px;
}

.groupDetails .myBlock h4 {
    font-size: 28px;
    font-weight: bold;
}

.groupDetails .myBlock p {
    font-size: 26px;
}

.packages {
    width: 700px;
    max-width: 100%;
    padding: 40px;
    margin: auto;
    margin-top: 4vw;
}

.packages h3 {
    font-size: 30px;
    font-weight: bold;
    color: #93d50a;
    text-align: center;
    margin-bottom: 10px;
}

.packageList {
    list-style: none;
    padding: 0px;
}

.package {
    background-color: #ebebec;
    border-radius: 14px;
    margin: 20px 0px;
    display: inline-block;
    width: 100%;
}

.package h4 {
    font-size: 32px;
    background: #015570;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 0px;
    padding: 20px 50px;
    border-radius: 16px;
    position: relative;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 21px 0px rgba(1, 85, 112, 0.55);
    -moz-box-shadow: 0px 0px 21px 0px rgba(1, 85, 112, 0.55);
    box-shadow: 0px 0px 21px 0px rgba(1, 85, 112, 0.55);
}

.package h4::after {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 10px;
    left: 25px;
    display: inline-block;
    width: 15px;
    height: 15px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    margin: auto;
    transform: rotate(135deg);
}

.package:nth-child(3n+2) h4 {
    background-color: #c2e67e;
    color: #015570;
}

.package:nth-child(3n+2) h4::after,
.package:nth-child(3n+3) h4::after {
    border-top: 3px solid #015570;
    border-right: 3px solid #015570;
}

.package:nth-child(3n+3) h4 {
    background-color: #fec47c;
    color: #015570;
}

.package .features {
    padding: 15px 22px;
    position: relative;
    display: none;
}

.package.opened .features {
    display: block;
}

.package.opened h4::after {
    transform: rotate(-45deg);
    bottom: -10px;
}

.package .features p,
.package .features li {
    font-size: 21px;
    color: #015570;
    margin: 0px;
}

.package .features ul {
    list-style: disc;
    padding-right: 14px;
}

.package .features li {
    padding: 0px 5px;
}

.package .features li:nth-last-child(-n+2) {
    /* background-color: #f00; */
    max-width: calc(100% - 230px);
}

.package .features li::marker {
    content: '-';
    padding: 0px 10px;
}

.package .toCart {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: auto;
    padding: 0px 8px;
    max-width: 250px;
    position: absolute;
    bottom: 16px;
    left: 0px;
}

.package .toCart p {
    font-size: 20px;
    color: #fff;
    background-color: #448398;
    padding: 3px 10px;
    border-radius: 22px;
    margin: 0px 8px;
    min-width: 90px;
    text-align: center;
}

.package .toCart .btn {
    background: #93d50a;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 8px;
    flex-shrink: 0;
    margin: 0px 8px;
}

.package .toCart .btn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.niknameModal .modal-dialog {
    max-width: calc(100% - 29px);
    width: 500px;
}

.niknameModal .modal-content {
    border: 2px solid #002f43;
    border-radius: 16px;
}

.niknameModal .modal-content * {
    text-align: center;
    padding: 0px 12px;
}

.niknameModal .modal-title {
    width: 100%;
    color: #015570;
    font-size: 32px;
    font-weight: bold;
}

.niknameModal .modal-header {
    padding: 10px 10px 0px;
    border: none;
}

.niknameModal p {
    font-size: 26px;
    color: #015570;
}

.niknameModal form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.niknameModal input {
    width: 100%;
}

.niknameModal .btn {
    color: #93d50a;
    background-color: #005470;
    border: none !important;
    font-size: calc(15px + .65vw);
    font-weight: 500;
    outline: none;
    box-shadow: none;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 20px;
    /* border-bottom: 2px solid; */
}

.niknameModal input {
    height: 55px;
    border-radius: 12px;
    background: #e2e2e2;
    border: none;
    outline: none;
    font-size: 24px;
}

.modal-backdrop.show {
    opacity: .1;
}

.downLoadBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #668907;
    width: 300px;
    margin: calc(20px + 2vw) auto 0 !important;
    padding: 10px calc(12px + 1vw);
    background-color: #ebf6d3;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 21px 0px rgba(172, 204, 102, 0.55) !important;
    -moz-box-shadow: 0px 0px 21px 0px rgba(172, 204, 102, 0.55) !important;
    box-shadow: 0px 0px 21px 0px rgba(172, 204, 102, 0.55) !important;
}

.downLoadBtn img {
    width: 28px;
    object-fit: contain;
    margin-left: 20px;
}

.downLoadBtn p {
    margin: 0px;
    font-size: 34px;
    font-weight: bold;
    color: #015570 !important;
}

.semesters {
    height: calc(60vw * .57 + 20px);
    overflow-y: scroll;
}

.semesters::-webkit-scrollbar {
    width: 6px;
    background-color: #ffffff;
    border-radius: 5px;
}

.semesters::-webkit-scrollbar-track {
    background-color: transparent;
}

.semesters::-webkit-scrollbar-thumb {
    background-color: #93d50a;
    border-radius: 5px;
}

.semesters,
.semesters ul {
    list-style: none;
    padding: 0px 10px;
}

.semesters li {
    padding: 0px;
}

.semesters .smester {
    background: #e5eef0;
    border-radius: 15px;
    margin-bottom: 15px;
}

.semesters .smester2 {
    background: #e5eef0;
    border-radius: 15px;
    margin-bottom: 15px;
}

.semesters .smesterTitle {
    background: #005470;
    padding: 20px;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(1, 85, 112, 0.55);
    -moz-box-shadow: 0px 0px 10px 0px rgba(1, 85, 112, 0.55);
    box-shadow: 0px 0px 10px 0px rgba(1, 85, 112, 0.55);
}

.semesters .smesterTitle h5,
.semesters .smesterTitle p {
    text-align: right;
    margin: 0px;
    color: #fff;
}

.semesters .smesterTitle h5 {
    font-size: 22px;
}

.semesters .smesterTitle p {
    padding-left: 30px;
    font-size: 18px;
    position: relative;
}

.semesters .smesterTitle p::after {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 10px;
    left: 5px;
    display: inline-block;
    width: 13px;
    height: 13px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    margin: auto;
    transform: rotate(135deg);
}

.semesters .sessions {
    padding: 8px 20px;
}

.semesters .sessions .innerSession {
    position: relative;
}

.semesters .sessions .downLoadPdf {
    width: 32px;
    /* height: 30px; */
    padding: 0px 6px;
    margin: 0px;
    position: absolute;
    top: 0;
    left: 30px;
    bottom: 0;
    margin: auto;
    line-height: 30px;
    display: inline-flex;
    align-items: center;
    z-index: 10;
}

.semesters .sessions .downLoadPdf img {
    width: 100%;
    object-fit: contain;
}

.semesters .sessions li {
    padding: 8px;
    text-align: right;
    border-bottom: 1px solid #c4c8c9;
    font-size: 20px;
    color: #005470;
    padding-left: 30px;
    position: relative;
}

.semesters .sessions li::after {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 8px;
    display: inline-block;
    width: 0px;
    height: 0px;
    border-top: 8px solid transparent;
    border-left: 12px solid #a8a8a8;
    border-bottom: 8px solid transparent;
    border-radius: 4px;
    margin: auto;
}

.semesters .sessions li.watched-video {
    background-color: transparent !important;

}

.semesters .sessions li.watched-video.selected-video {
    background-color: #93d50a !important;
}

.semesters .sessions li.watched-video::after {
    border: none;
    width: 6px;
    height: 12px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    border-radius: 0;
    transform: rotate(45deg);
    left: 10px;
    bottom: 4px;
}

.semesters .sessions li.watched-video::before,
.semesters .sessions li.opened::before {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 1px;
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    margin: auto;
    background-color: #93d50a;
}

.semesters .sessions li.opened::before {
    background-color: #ff9e1a;
}

.semesters .sessions li.opened::after {

    border-left: 12px solid #fff;
}

.smester .sessions li.active {
    background: #93d50a;
}

.smester .sessions {
    display: none;
}

.smester.opened .sessions {
    display: block;
}

.sessions .sessionQuiz {
    background-color: #f7f7f7;
}

.sessions .sessionQuiz .quizBtn {
    border: none;
    padding: 0px;
    background: transparent;
}

.sessions .sessionQuiz .quizBtn:hover {
    color: #005470;
    text-decoration: underline #005470;
}

.semesters .sessions .sessionQuiz::after {
    content: '؟';
    border: none;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 12px;
    height: 20px;
    font-size: 30px;
    font-weight: 500;
    line-height: 20px;
    color: #ff9e18;
}

.smester.opened .smesterTitle p::after {
    transform: rotate(-45deg);
}

.bookingGroupDetails .video {
    width: 90%;
    margin: 0px auto;
}

.bookingGroupDetails .programTitle {
    margin-bottom: calc(12px + 1.2vw);
}

.bookingGroupDetails .video p {
    margin: 0px;
}

.bookingGroupDetails.details .consultant {
    margin-top: calc(20px + 1.2vw);
}

.bookingGroupDetails .video iframe {
    width: 60vw;
    height: calc(60vw * .57);
}

.details .myAdd img {
    margin: 6vw 0;
    width: 100%;
}

.chatBtn {
    background-color: #ff9e18;
    border-radius: 30px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 20px;
    outline: none !important;
    box-shadow: none !important;
    margin: 1vw;
}

.chatBtn img {
    width: 34px;
    margin-left: 10px;
}

.chatBtn p {
    margin: 0px;
    font-size: 18px;
    color: #fff !important;
}

.relativePrograms h4 {
    font-size: 38px;
    font-weight: bold;
    color: #005470;
    margin-bottom: 30px;
}

.relativePrograms img {
    width: calc(100% - 2vw);
    margin: 1vw;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(30, 30, 30, 0.55);
    -moz-box-shadow: 0px 0px 15px 0px rgba(30, 30, 30, 0.55);
    box-shadow: 0px 0px 15px 0px rgba(30, 30, 30, 0.55);
}

.chat {
    width: 600px;
    max-width: calc(100% - 40px);
    margin: 40px auto;
    border-radius: 15px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(30, 30, 30, 0.55);
    -moz-box-shadow: 0px 0px 15px 0px rgba(30, 30, 30, 0.55);
    box-shadow: 0px 0px 15px 0px rgba(30, 30, 30, 0.55);
    background: #f2f2f2;
    height: calc(100vh - 4vw);
    display: flex;
    flex-direction: column;
}

.chat .chatHeader {
    background-color: #005470;
    display: flex;
    padding: 20px;
    flex-shrink: 1;
}

.chat .chatHeader img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-left: 20px;
    border-radius: 50%;
}

.chat .chatHeader p {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin: 10px 0px 0px;
}

.chat .chatBody {
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-y: scroll;
}

.chat .chatBody::-webkit-scrollbar {
    width: 6px;
    background-color: #ffffff;
    border-radius: 5px;
}

.chat .chatBody::-webkit-scrollbar-track {
    background-color: transparent;
}

.chat .chatBody::-webkit-scrollbar-thumb {
    background-color: #93d50a;
    border-radius: 5px;
}

.chat .item {
    display: inline-flex;
    flex-direction: column;
    max-width: 80%;
    min-width: 40%;
}

.chat .inner {
    background: #fff;
    border-radius: 20px;
    margin: 8px 0px;
    padding: 5px;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    position: relative;
}

.chat .inner::after {
    content: '';
    position: absolute;
    bottom: 0px;
    background: #fff;
    width: 10px;
    height: 4px;
    border-radius: 10px;
}

.chat .inner p {
    margin: 0px;
    font-size: 18px;
    padding: 0px 10px;
}

.chat .inner img {
    max-width: calc(100% - 20px);
    margin: auto 10px;
    max-height: 180px;
    object-fit: contain;
}

.chat .sender {
    align-self: start;
}

.chat .sender .inner {
    border-bottom-right-radius: 0px;
}

.chat .sender .inner::after {
    right: -3px;
    transform: rotate(30deg);
}

.chat .receiver .inner::after {
    left: -3px;
    transform: rotate(-30deg);
}

.chat .receiver .inner {
    border-bottom-left-radius: 0px;
}

.chat .receiver {
    align-self: end;
}

.chat .time {
    font-size: 13px;
    margin: 0px;
    font-weight: bold;
    color: #257389;
    padding: 0px 8px 0px 24px;
    position: relative;
    align-self: end;
}

.chat .time i {
    font-size: 12;
    color: #8b8b8b;
}

.chat .time i.read {
    color: #2f9e19;
}

/* 
.chat .time:after {
  
    position: absolute;
    left: 0px;
    font-weight: bold;
}

.chat .status3 .time:after {
    color: #2f9e19;
}

.chat .status2 .time:after {
    color: #646464;
}

.chat .status1 .time:after {
    content: 'ÃƒÆ’Ã‚Â¢Ãƒâ€¦Ã¢â‚¬Å“ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â';
    color: #646464;
    left: 8px;
} */

.chatFooter {
    padding: 20px;
    flex-shrink: 1;
}

.chat form {
    background: #fff;
    border-radius: 25px;
    min-height: 40px;
    overflow: hidden;
    display: flex;
    padding: 5px;
    align-items: end;
}

.chat textarea {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    display: block;
    border: none !important;
    outline: none;
    resize: none;
    font-size: 18px;
    max-height: 80px;
    height: 20px;
    padding: 8px 20px;
    line-height: 20px;
    min-height: 40px;
    display: block;
}

.chatFooter .btn {
    padding: 0px;
    outline: none;
    box-shadow: none !important;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}

.chatFooter img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.chatFooter .attach {
    padding: 6px;
    margin: 0px 5px;
}

.chatFooter .attach img {
    filter: brightness(0) contrast(0.2);
}

.competition {
    position: relative;
}

.competition .btn {
    position: absolute;
    left: 18%;
    bottom: 28%;
    padding: 5px 20px;
    border-radius: 15px;
    background-color: #005470;
    color: #fff;
    font-size: 3.3vw;
}

.competition img {
    width: 100%;
}

.modal-open {
    padding-right: 10px !important;
}

.signInModal .modal-content {
    border-radius: 30px;
    border: none;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(30, 30, 30, 0.4);
    -moz-box-shadow: 0px 0px 30px 0px rgba(30, 30, 30, 0.4);
    box-shadow: 0px 0px 30px 0px rgba(30, 30, 30, 0.4);
}

.signInModal .modal-title {
    line-height: normal;
    text-align: center;
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 32px;
    color: #005470;
    margin-top: 15px;
}

.signInModal .modal-header {
    border: none;
}

.signInModal .modal-body {
    padding-top: 0px;
}

.signInModal form {
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 0px 40px;
}

.signInModal input {
    height: 55px;
    border-radius: 30px;
    background: #ebebeb;
    border: none;
    outline: none;
    font-size: 24px;
    padding: 0px 25px;
    margin-bottom: 15px;
    width: 100%;
}

.signInModal .loginBtn {
    color: #93d50a;
    font-size: 25px;
    font-weight: 500;
    border-bottom: 2px solid #93d50a;
    padding: 0px;
    border-radius: 0px;
    box-shadow: none !important;
}

.signInModal p {
    font-size: 26px;
    color: #005470;
    margin-top: 15px;
}

.signInModal p a {
    padding: 0px;
    box-shadow: none !important;
    color: #005470;
    font-weight: bold;
    font-size: 26px;
}

.signInModal p a:hover {
    color: #93d50a;
}






.sender-image {
    width: 53px;
    height: 50px;
    object-fit: cover;
    margin-right: 78%;
    border-radius: 50%;
    float: right;
}

.sender-name {
    float: right;
    margin-right: 63%;
}

.sender .sender-image {
    margin-right: 0px !important;
}

.sender .sender-name {
    margin-right: 0px !important;
}


/* ///// New Style 11-10-2022 ////// */
.recentPrograms .item:hover,
.owl-carousel .owl-item:hover {
    transform: scale(.95);
    transition: transform .5s;
}

.offers .owl-carousel .owl-item:hover {
    transform: none;
    transition: none;
}

.offers .owl-carousel .owl-dots,
.channelSlider .owl-carousel .owl-dots {
    margin-top: 10px;
}

.recentPrograms .item:hover .innerItem {
    background: rgba(1, 85, 112, 0.25);
    transition: background .5s;
}

.consulting .innerItem {
    /* margin: 10px 30px; */
    padding: 10px;
}



.chat .userInfo {
    display: flex;
    align-items: center;

}

.chat .userInfo img {
    margin: 0px;
    float: none;
    width: 40px;
    height: 40px;

}

.chat .userInfo p {
    margin: 0px;
    padding: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chat .receiver .userInfo {
    flex-direction: row-reverse;
}

.chat .receiver .userInfo p {
    text-align: left;
}

.chat .receiver .inner {
    flex-direction: row-reverse;
}

.chat .reply_message {
    width: 30px;
    height: 16px;
    margin: 0px !important;
}

.chat .receiver .reply_message {
    transform: scale(-1, 1);
}

.chat .inner img {
    max-width: calc(100% - 50px);
}

.chat .inner {
    justify-content: space-between;
    flex-wrap: wrap;
}


.chat .replaingMsg {
    position: absolute;
    bottom: 100%;
    left: 0px;
    right: 0px;
    padding: 20px;
    background: rgba(0, 0, 0, .4);
    display: none;

}

.chat .replaingMsg p {
    color: #fff;
    font-size: 18px;
}

.chatFooter {
    overflow: visible;
    position: relative;
}

.chat .replaingMsg audio {
    width: 60%;
    min-width: 250px;
    margin: auto;
    display: block;
}

.chat .replaingMsg .btn {
    padding: 0px;
    background: #fff;
    border-radius: 25px;
    line-height: normal;
    width: 25px;
    height: 25px;
    margin: 0px 10px;

}

.chat .replaingMsg .btn img {
    width: 15px;
    height: 15px;
    object-fit: contain;
}

.chatFooter .replaingMsg>img {
    max-width: 70%;
    margin: auto;
}

.chatFooter .replaingMsg>video {

    margin: auto;
    width: 18vw;
    height: 10vw;
    border-radius: 10px;

}

.chat .item video {
    width: 21vw;
    height: 12vw;
    border-radius: 15px;
}

.chat .inner .oldMsg {
    margin-bottom: 8px;
    min-width: 100%;
    display: inline-flex;
}

.chat .innerOld {
    padding: 10px;
    background: rgba(0, 0, 0, .4);
    border-radius: 10px;
    display: inline-block;
}

.chat .innerOld video {
    width: 15vw;
    height: 9vw;
    border-radius: 8px;
}

.chat .inner .oldMsg p {
    color: #fff;
    font-size: 15px;
}

.chat .inner .oldMsg img {
    max-width: 50%;
}

.time {
    margin-top: -20px !important;
}

.like-image {
    cursor: pointer;
}



/* .offers .owl-carousel .owl-nav button,
.offers .owl-carousel .owl-nav button {
    background: transparent !important;
} */

/* .offers .owl-carousel .owl-nav button span {
    font-size: calc(20px + 1vw);
    font-weight: 200;
    color: #b1b1b1;
} */

/* .offers .owl-carousel .owl-nav button {
    display: inline-block !important;
    padding: 0 3vw !important;
} */


/* .offers .owl-carousel .owl-nav button.owl-prev {
    right: 0px;
    text-align: right;
} */

.date-calendar {
    color: transparent !important;
    width: 50px;
    height: 50px;
    background-image: url('../images/calendar.webp');
    background-size: 100%;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
}

/* Edit Select Date Time for booking Page  */
.bookingFrom .wrapper {
    /*width: 600px;*/
    text-align: center;
    max-width: 100%;
    padding: 0px;
    background: #fff;
    border-radius: 20px;

    padding: 10px;
    margin-bottom: 20px;
}

.bookingFrom .tabs-wrapper {
    padding: 10px;
}

.bookingFrom .nav-tabs {
    padding: 0px 0px 8px;
    flex-wrap: nowrap;
    align-items: stretch !important;
}


.bookingFrom .wrapper .nav-tabs li {
    padding: 5px;
    border: none !important;
    flex-basis: auto;
    min-width: 0;
    width: calc(100% / 7);
}

.bookingFrom .wrapper .nav-tabs a {
    background-color: #e1e1e1 !important;
    border-radius: 8px;
    padding: 5px 10px;
    color: #8b8b8b;
    text-decoration: none !important;
    transition: all ease .5s;
    align-items: center;
    display: flex;
    justify-content: center;
    overflow: hidden;
    font-size: 16px;
    height: 100%;
    text-align: center;
}

.bookingFrom .wrapper .nav-tabs li:hover a {
    background-color: #c1c1c1 !important;
    transform: scale(.9);
    /* color: #ffffff; */
}

.bookingFrom .wrapper .nav-tabs li a.active {
    background-color: #93d50a !important;
    color: #ffffff;
}



.bookingFrom .button-group-pills {
    display: inline-flex;
    flex-wrap: wrap;

}

.bookingFrom .button-group-pills input {
    display: none;
}

.bookingFrom .tab-content {
    padding: 5px 10px;
}

.bookingFrom .button-group-pills .btn {
    background-color: #e5eef0 !important;
    transition: ease all .5s;
    border: none !important;
    width: calc((100% / 6) - 10px);
    display: inline-block;
    margin: 5px;
}

.bookingFrom .button-group-pills .btn div {
    text-align: center;
    line-height: normal;
}

.bookingFrom .button-group-pills .btn:hover {
    transform: scale(.9);
    background-color: #c4c8c9 !important;
}

.bookingFrom .button-group-pills .btn.active {
    background-color: #93d50a !important;
}

.bookingFrom .button-group-pills .btn.not_active {
    background-color: #f7f7f7 !important;
    color: rgb(198, 198, 198) !important;
    transform: none !important;
    cursor: default !important;
}

/* 
.bookingFrom .date-calendar {
    position: absolute;
    top: -75px;
    left: 20px;
    border: none !important;
    outline: none !important;
    border-radius: 10px !important;

}

.bookingFrom .date-calendar:focus {
    background-color: #93d50a50;
} */

/* .datepicker tfoot {
    background-color: #dc3545;
}

.datepicker tfoot:hover {
    background-color: #dc354565;
} */

/* ///// Cart Page Styling  */
.cartList {
    padding: 0px;
}

.cartList .list-group-item .itemImg {
    width: 120px;
    height: 80px;
    border-radius: 10px;
    background-color: #e3e3e3;
    object-fit: contain;
}

.cartList .list-group-item {
    padding: 8px;
    margin: 5px 5px 20px;
    -webkit-box-shadow: 2px 2px 8px 1px rgb(0 0 0 / 18%);
    -moz-box-shadow: 2px 2px 8px 1px rgb(0 0 0 / 18%);
    box-shadow: 2px 2px 8px 1px rgb(0 0 0 / 18%);
    border-radius: 10px;
    border: none;

}

.cartList .row>div {
    padding: 8px;
    display: flex;
    align-items: end;
    flex-direction: column;
}

.cartList .title {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.cartList .title p {
    margin: 0px;
    font-size: 17px;
    font-weight: bold;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    margin-bottom: 4px;
    width: 100%;
    padding-left: 10px;

}

.cartList .title .btn {
    padding: 0px;
    background-color: #dc3545;
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    box-shadow: none;
    font-size: 18px;
    line-height: 28px;
    flex-shrink: 0;
}

.cartList .price {
    display: inline-block;
    background: #015570;
    padding: 2px 10px;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;

}

.cartInfo .discount,
.cartInfo .cartAddress {
    border: 1px solid #b1b1b1;
    padding: 10px 6px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cartInfo .discount {
    margin-top: 60px;
}

.cartInfo .discount input {
    max-width: calc(100% - 110px);
    padding: 6px;
    border: none;
    box-shadow: none;
    outline: none;
    font-size: 22px;
    font-weight: 500;
}

.cartInfo .btnsContent {
    padding: 0px 6px;
    display: flex;
}

.cartInfo .btn {
    flex-shrink: 0;
}

.cartInfo .btnsContent .doneBtn,
.cartInfo .btnsContent .errorBtn {
    margin-right: 10px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #2f9e19;
    position: relative;
}

.cartInfo .btnsContent .errorBtn {
    background-color: #dc3545;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding: 0px;
    line-height: 32px;
}

.cartInfo .btnsContent .doneBtn::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 10px;
    border: 3px solid #fff;
    border-top: 0px;
    border-right: 0px;
    position: absolute;
    top: 0px;
    bottom: 6px;
    left: 0px;
    right: 0px;
    margin: auto;
    transform: rotate(-45deg);
}

.cartInfo .excuteBtn {
    background-color: #ff9e18;
    height: 32px;
    color: #fff;
    border-radius: 5px;
    padding: 0px 10px;
    box-shadow: none;
}

.cartInfo .cartAddress .addrssTitle {
    width: 100%;
    padding: 6px;
    border: none;
    box-shadow: none;
    outline: none;
    font-size: 22px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
}

.cartInfo .cartAddress {
    flex-direction: column;
    align-items: stretch;
}

.cartInfo .cartPrice {
    background-color: #f1f1f1;
    padding: 12px;
    margin-top: 20px;
    border-radius: 10px;
}

.cartPrice .row {
    padding: 5px;
}

.cartPrice .row h5 {
    font-size: 18px;
    font-weight: bold;
    margin: 0px;

}

.cartPrice .row p {
    font-size: 18px;
    margin: 0px;
}

.cartPrice .row p span {
    font-weight: bold;
}

.cartPrice .balanceRow {
    border-top: 1px solid #8b8b8b;
    margin-top: 5px;
    padding-top: 12px;
}

.cartPrice .balanceRow h5 {
    color: #005470;
    font-size: 20px;
}

.cartPrice .balanceRow p {
    color: #005470;
    font-size: 20px;
}

/* counter  */
.priceCount {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;

}

.cartcounter {
    display: flex;
    align-items: center;
    background-color: #dadada;
    border-radius: 8px;
}

.cartcounter .btn {
    width: 45px;
    height: 45x;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    font-size: 22px;
    font-weight: bold;
    box-shadow: none !important;
}

.cartcounter p {
    padding: 0px 10px;
    text-align: center;
    width: 45px;
    line-height: 45px;
    font-size: 18px;
    font-weight: bold;
    margin: 0px;
}

.addressModal .modal-header {
    align-items: center;
    justify-content: start;
}

.addressModal .modal-body,
.addressModal .modal-footer {
    padding-left: 8vw;
    padding-right: 8vw;
    background: #eff1f0;
}

.signFrom .dropdown-item {
    height: 45px;
    line-height: 45px;
}

.signFrom .dropdown-item.active,
.signFrom .dropdown-item:active {
    background-color: #257389;

}


.signFrom .custom-file,
.signFrom .custom-file * {
    height: 50px;
    border: none;
}

.signFrom .custom-file .custom-file-label {
    margin: 0px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}

.signFrom .custom-file .custom-file-label::after {
    margin: 8px 15px;
    height: 34px;
    border-radius: 4px;
    content: 'حدد ملف السيرة الذاتية';
}

.bootstrap-select {
    width: 100% !important;
    height: 50px;
}

.bootstrap-select .dropdown-toggle {
    height: 100%;
    background: #fff;
    border-radius: 0.3rem !important;
}

.bootstrap-select .filter-option {
    display: flex;
    align-items: center;
}

.bootstrap-select .form-control {
    border: 1px solid #ced4da !important;
}

.bootstrap-select .dropdown-menu {
    width: 553px !important;
    min-width: 0px !important;
    max-width: 100% !important;
}

/* End cart Styling  */

/* Store banner at main page  */
.storeBanner img {
    width: 100%;
}

/* cart remove alll btn  */
.cartPage .remAll {
    text-align: left;
    margin: 0px 0px 15px;
}

.offers .owl-carousel img {
    height: 25vw;
}

.storeBanner img {
    width: 100%;
    height: 15vw;
    object-fit: contain;
    background: #aac3cd;
    min-height: 100px;
}

/* //////////////////////////////////////////
//////////////////////////////////////////
///////////////Store Styling /////////////
//////////////////////////////////////////
////////////////////////////////////////// */

/* ========================================
======= Done By Mohamed Elshamhout ========
=========================================*/

.banner img {
    width: 100%;
    max-height: 90vh;
    object-fit: cover;
}

.banner {
    position: relative;
}

.banner .owl-carousel button.owl-dot {
    width: 12px;
    height: 12px;
    background: #c5c5c5;
    border-radius: 50%;
    margin: 5px;
}

.banner .owl-carousel button.owl-dot.active {
    background: #4e889b;
}

.banner .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 5%;
    left: 0px;
    right: 0px;
}

.moreSeller {
    background-color: #ff9e18;
    border-radius: 8vw;
    color: #fff;
    font-size: calc(10px + 2vw);
    padding: .75vw 1.5vw;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.moreSeller img {
    width: 2.5vw;
    height: 2.5vw;
    object-fit: contain;
    margin-inline-end: calc(5px + .5vw);
    min-height: 15px;
    width: auto
}

.banner .content .moreSeller {
    min-width: 120px;
}



.banner .textBtn {
    font-size: calc(10px + 2vw);
    color: #ff9e18;
    font-weight: bold;
    padding: 0px;
}

/* End main banner styling  */

/* start feilds styling  */
.fields {
    padding: 6vw 0vw 2.5vw;
    background: rgb(53, 124, 146);
    background: -moz-linear-gradient(180deg, rgba(53, 124, 146, 1) 0%, rgba(53, 124, 146, 1) 58%, rgba(255, 255, 255, 1) 58%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(53, 124, 146, 1) 0%, rgba(53, 124, 146, 1) 58%, rgba(255, 255, 255, 1) 58%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(180deg, rgba(53, 124, 146, 1) 0%, rgba(53, 124, 146, 1) 58%, rgba(255, 255, 255, 1) 58%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#357c92", endColorstr="#ffffff", GradientType=1);
}

.fields .content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fields .btn {
    width: calc(100vw / 5);
    height: calc(100vw / 5);
    background-color: #93d50a;
    border-radius: calc(10px + .8vw);
    margin: 2vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: 0.5vw 0.5vw 1vw 0.3vw rgb(0 0 0 / 25%);
    -moz-box-shadow: 0.5vw 0.5vw 1vw 0.3vw rgb(0 0 0 / 25%);
    box-shadow: 0.5vw 0.5vw 1vw 0.3vw rgb(0 0 0 / 25%);
    transition: all ease-in-out .4s;
}

.fields .btn:hover {
    transform: scale(.9, .9);
}

.fields .btn img {
    width: 6.5vw;
    height: 6.5vw;
    object-fit: contain;
    margin-bottom: 2vw;
}

.fields .btn p {
    margin: 0px;
    font-size: calc(12px + 1.5vw);
    line-height: calc(15px + 1.65vw);
    color: #015570;
    text-align: center;

}

.fields .btn:nth-child(2) {
    background-color: #015570;
}

.fields .btn:nth-child(2) p {
    color: #fff;
}

.fields .btn:nth-child(3) {
    background-color: #ff9e1a;
}

/* End fields styling */

/* Start category styling */
.storeProducts,
.storeProdDetails {
    padding-bottom: calc(20px + 2vw);
}

.category h4 {
    font-size: calc(12px + 1.8vw);
    color: #A5A4A4;
    margin: 0px 2vw;
    border-bottom: 2px solid #A5A4A4;
    padding: 1vw 0px;
    margin-bottom: 1.5vw;
}

.category .row .col {
    padding: 2vw;
}

.category .product {
    background: #ededed;
    display: inline-block;
    max-width: 100%;
    width: 300px;
    display: block;
    margin: auto;
    -webkit-box-shadow: -0.2vw 0.2vw 0.65vw 0.23vw rgb(0 0 0 / 20%);
    -moz-box-shadow: -0.2vw 0.2vw 0.65vw 0.23vw rgb(0 0 0 / 20%);
    box-shadow: -0.2vw 0.2vw 0.65vw 0.23vw rgb(0 0 0 / 20%);
    border-radius: calc(8px + .4vw);
    overflow: hidden;
    text-decoration: none;
    position: relative;
    transition: all .5s ease-in-out;
}

.category .product:hover {
    transform: scale(.9, .9);
}

.category .product .productImg {
    width: 100%;
    height: calc(110px + 8vw);
    background-color: #fff;
    object-fit: cover;
}

.category .product .name {
    font-weight: bold;
    font-size: calc(13px + .4vw);
    color: #005470;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.category .product .desc {
    font-size: calc(13px + .25vw);
    line-height: calc(14px + .7vw);
    height: calc((14px + 0.7vw)*2);
    overflow: hidden;
    color: #808080;
}

.rating i {
    margin: 2px;
}

.category .product .moreSeller {
    position: absolute;
    font-size: calc(12px + .5vw);
    padding: 0.4vw 0.75vw;
    left: calc(8px + 0.75vw);
    right: auto;
    top: calc(8px + 0.5vw);

}

.category .product .moreSeller img {
    width: 1.5vw;
    height: 1.5vw;
    min-width: 15px;
    min-height: 15px;
}

.category .product .rating i {
    font-size: calc(9px + .1vw);
}

.category .product .ratePrice {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.addCart {
    display: flex;
    align-items: center;
}

.addCart .price {
    display: inline-block;
    padding: 0px 10px;
    color: #fff;
    background-color: #448398;
    font-size: calc(13px + .5vw);
    margin: 0px;
    border-radius: 2vw;
}

.cartBtn {
    display: inline-flex;
    padding: 5px;
    background-color: #93d50a;
    border-radius: 50%;
    width: 3vw;
    height: 3vw;
    min-width: 45px;
    min-height: 45px;
    box-shadow: none !important;
    margin-inline-start: calc(6px + 0.4vw);
}

.cartBtn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.moreBtn {
    font-size: calc(12px + 1.5vw);
    color: #005470;
    border-bottom: 2px solid;
    border-radius: 0px;
    padding: 0px;
}

/* End category styling */

/* Start Details Styling  */
.storeProdDetails .owl-carousel .item {
    text-align: center;
}

.storeProdDetails .owl-carousel .owl-nav button.owl-next,
.storeProdDetails .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 0px;
    bottom: 0px;
    font-size: calc(15px + 1.5vw);
    color: #005470;
    width: 40px;
    text-align: center;
}

.storeProdDetails .owl-carousel .owl-nav button.owl-next {
    left: 0px;
    right: auto;
}

.storeProdDetails .owl-carousel img,
.storeProdDetails .owl-carousel iframe {
    border-radius: calc(10px + 1.25vw);
    width: 58.8vw;
    height: 35.3vw;
    object-fit: cover;
    min-width: 350px;
    min-height: calc(350px * .353);
    max-width: 100%;
    margin: auto;
    background-color: #000;
}

.storeProdDetails .owl-dots {
    text-align: center;
    margin: 22px 0px;
}

.storeProdDetails .owl-carousel button.owl-dot {
    width: calc(8px + .5vw);
    height: calc(8px + .5vw);
    border-radius: 50%;
    background-color: #A5A4A4;
    margin: 5px;
}

.storeProdDetails .owl-carousel button.owl-dot.active {
    background-color: #448398;
}

.storeProdDetails .desc {
    font-size: calc(12px + 1.4vw);
    color: #808080;
}

.addCart.large {
    justify-content: center;
}

.addCart.large .cartBtn {
    width: auto;
    border-radius: 2vw;
    height: auto;
    align-items: center;
    padding: 0.5vw 1vw;
    font-size: calc(14px + .75vw);
    color: #005470;
}

.addCart.large .price {
    line-height: calc(20px + 1vw);
    padding: 0.5vw 2vw;
    font-size: calc(14px + 1vw);
}

.addCart.large .cartBtn img {
    width: calc(20px + 1vw);
    height: calc(20px + 1vw);
    margin-inline-end: .75vw;
}

.storeProdDetails h3 {
    font-size: calc(14px + 1.4vw);
    color: #005470;
    text-align: start;
}


.proDetails {
    width: 40%;
    min-width: 300px;
    max-width: 100%;
}

.proDetails h3 {
    color: #A5A4A4;
}

.proDetails .row {
    border-right: .5px solid #dbdcdd;
    border-left: .5px solid #dbdcdd;
}

.proDetails .row:first-of-type {
    border-top: .5px solid #dbdcdd;
}

.proDetails .row:last-of-type {
    border-bottom: .5px solid #dbdcdd;
}

.proDetails .row>div {
    padding: 0.5vw 1vw;
    border: .5px solid #dbdcdd;
}

.proDetails .row .col p {
    text-align: center;
}

.proDetails .row p {
    margin: 0px;
    font-size: calc(13px + .75vw);
    /* font-weight: bold; */
}

.proDetails .col-4 {
    background-color: #ececed;
}

.reviews {
    position: relative;
}

.reviews .title {
    font-size: calc(13px + .85vw);
    background-color: #005470;
    display: inline-block;
    padding: 0.5vw;
    border-radius: calc(10px + 0.25vw);
    color: #fff;
    position: absolute;
    top: -1.75vw;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 18vw;
    min-width: 150px;
    text-align: center;
}

.reviews .content {
    background-color: #f2f2f2;
    padding: 1.25vw 2vw;
    border-radius: calc(10px + 0.5vw);
    overflow-y: scroll;
    max-height: 25vw;
}

.review {
    border-bottom: 2.5px solid #a9a9a9;
    padding: 1vw 2vw;
}

.review img {
    width: 4vw;
    min-width: 40px;
    height: 4vw;
    min-height: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-inline-end: calc(10px + 0.5vw);

}

.review .comment {
    font-size: calc(13px + .65vw);
}

.review .row {
    align-items: center;
}

.review .rating i {
    font-size: calc(10px + .5vw);
}

/* End Details Styling  */
/* Media Query   */



/* //////// */
/*Start styling Store Search bar  */
.storeSearch {
    display: flex;
    align-items: center;
    border: 1px solid #808080;
    border-radius: 30px;
    width: 500px;
    max-width: 90%;
    margin: auto;
    padding: 0px 10px;
    margin-bottom: calc(15px + 2.5vw);

}

.storeProducts .storeSearch {
    margin-top: calc(15px + 2.5vw);
}


.storeSearch input {
    outline: none;
    border: none;
    width: 100%;
    padding: 0px 10px;
    height: 55px;
    display: inline-block;
    border-radius: 30px;
    font-size: calc(14px + .75vw);
}

.storeSearch .btn {
    width: 55px;
    height: 55px;
    box-shadow: none !important;
}

.storeSearch .btn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.store .no-result,
.no-posts {
    width: 100%;
    text-align: center;
    font-size: calc(15px + .75vw);
    font-weight: bold;
    display: block;
    margin: calc(3vw + 20px) 0;
}

.store .no-result img,
.no-posts img {
    display: block;
    width: 100px;
    margin: 0 auto 15px;
    max-width: 25vw;
}

.cancel-search {
    display: block;
    margin: auto;
    width: 200px;
    background: #dc3545;
    color: #fff;
    max-width: 100%;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 25px;
    padding: 10px 0px;
}

/*End styling Store Search bar  */



/* //loading   */
.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
}

.load {
    margin: 0px auto;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    background: no-repeat center center rgba(0, 0, 0, 0.25);
    visibility: hidden;
}

.spinner {
    position: absolute;
    z-index: 9999;
    left: 50%;
    top: 50%;
    height: 60px;
    width: 60px;
    margin: 0px auto;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left: 6px solid rgba(0, 174, 239, .15);
    border-right: 6px solid rgba(0, 174, 239, .15);
    border-bottom: 6px solid rgba(0, 174, 239, .15);
    border-top: 6px solid rgba(0, 174, 239, .8);
    border-radius: 100%;
    visibility: hidden;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}







/* Start purshers Styling  */
.pursher {
    padding: 8px;
    -webkit-box-shadow: -0.2vw 0.2vw 0.65vw 0.23vw rgb(0 0 0 / 20%);
    -moz-box-shadow: -0.2vw 0.2vw 0.65vw 0.23vw rgb(0 0 0 / 20%);
    box-shadow: -0.2vw 0.2vw 0.65vw 0.23vw rgb(0 0 0 / 20%);
    margin: 0 calc(10px + 1vw);
    height: 100%;
    display: inline-block;
    border-radius: 12px;
    width: calc(100% - 2*(10px + 1vw));
    text-decoration: none !important;
    transition: all ease-in-out .4s;
    display: flex;
    flex-direction: column;
}

.pursher:hover {
    transform: scale(.9, .9);
}

.pursher .imgCover {
    background-color: #e6e6e6;
    border-radius: 8px;
    width: 85px;
    height: 85px;
}

.pursher .imgCover img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.pursher .titlePrice {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* margin-bottom: 5px; */
    align-items: center;

}

.pursher .title {
    color: #494949;
    font-weight: bold;
    font-size: calc(14px + .35vw);
    max-height: 40px;
    line-height: 20px;
    overflow: hidden;
    padding-left: 12px;
    margin: 0px;
}

.pursher .price {
    display: inline-block;
    padding: 4px 10px;
    background-color: #005470;
    border-radius: 8px;
    color: #fff;
    font-weight: bold;
    font-size: calc(13px + .15vw);
    flex-shrink: 0;
}

.pursher .dateTime {
    font-size: calc(12px + .12vw);
    color: #808080;
}

.pursher .row>div {
    padding: 8px;
}

.pursher .statuses {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 8px;
    align-items: start;
    margin-top: auto;
}

.pursher .status {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;

}

.pursher .status span {
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #dcdcdc;
    position: relative;
}

.pursher .status.active span {
    background-color: #808080;
}

.pursher .status.active span::after {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 5px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 8px;
    height: 14px;
    background-color: transparent;
    transform: rotate(45deg);
    border-bottom: 2.5px solid #fff;
    border-right: 2.5px solid #fff;
    border-radius: 2px;
}

.pursher .status p {
    font-size: calc(14px + .12vw);
    color: #dcdcdc;
    font-weight: bold;
    display: inline-block;
    padding: 5px;
    margin: 0px;
    text-align: center;
}

.pursher .status.active p {
    color: #808080;
}

.pursher .status {
    position: relative;
}

.pursher .status:before {
    content: '';
    position: absolute;
    left: calc(50% + 12px);
    top: 10px;
    height: 4px;
    width: calc(100% - 24px);
    background-color: #dcdcdc;
    z-index: -1;

}

.pursher .status.active:before {
    background-color: #93d50a;
}

.pursher .status:first-of-type::before {
    content: none !important;

}

.pursher .status.active:nth-child(2) span {
    background-color: #015570;
}

.pursher .status.active:nth-child(2) p {
    color: #015570;
}

.pursher .status.active:nth-child(3) span {
    background-color: #ff9e1a;
}

.pursher .status.active:nth-child(3) p {
    color: #ff9e1a;
}

.pursher .status.active:nth-child(4) span {
    background-color: #93d50a;
}

.pursher .status.active:nth-child(4) p {
    color: #93d50a;
}

.pursher .seeBook {
    text-align: center;
    height: 48px;
    line-height: 48px;
    font-size: calc(14px + .5vw);
    border-bottom: 2px solid #005470;
    width: 50%;
    margin: 6px auto;
    color: #005470;
}

.store .owl-carousel .owl-stage,
.storeProdDetails .owl-carousel .owl-stage {
    right: 0px !important;
}

.store .owl-carousel .owl-item:hover,
.storeProdDetails .owl-carousel .owl-item:hover {
    transform: none;
    transition: none;
}

/* End purshers Styling  */

/* ///OIffer Slider at program details  */
.offer h3 {
    color: #005470;

    font-weight: 500;
}

.offer .owl-carousel {
    margin-top: 25px;
}

.offer .owl-carousel .owl-stage {
    right: 0 !important;
}

.offer .owl-item {
    padding-bottom: 50px;
    transform: none !important;
}


.offer .listOffer {
    display: flex;
    text-align: center;
    justify-content: center;
    background: #f2f2f2;
    padding: calc(12px + 1vw);
    padding-bottom: 3.6vw;
    border-radius: calc(10px + .5vw);
    position: relative;
}

.offer .item {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}


.offer .listOffer img {
    width: 100%;
    min-width: 0px;
    max-height: 14vw;
    object-fit: fill;
    border-radius: calc(8px + 0.5vw);
}

.offer .offerPrice {
    position: absolute;
    bottom: -1.7vw;
}

.offer .offerPrice .price {
    background-color: #448398;
    color: #fff;
    font-size: calc(13px + .75vw);
    text-align: center;
    border-radius: calc(8px + 0.4vw);
    padding: 0.5vw 2vw;
    text-decoration: none;
}

.offer .offerPrice .cartBtn {
    height: 48px;
    width: 48px;
}

.offer .offerPrice .cartBtn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    min-height: 0px;
    background: none;
    border-radius: 0px;
}

.offer .title {
    font-size: calc(12px + .7vw);
    color: #000000;
    text-align: center;
    margin: 1vw 0px 0px;
}

.offer .supportGroup {
    padding: 1.5vw 2vw;
    background-color: #fec47c;
    border-radius: calc(12px + 1vw);
    font-size: calc(8px + .85vw);
    text-align: center;
    color: #005470;
    margin: auto;

}

.offer .supportGroup a {
    color: #005470;
    text-decoration: none;
}

.offer .plus {
    font-size: calc(15px + 2vw);
    color: #808080;
    margin: calc((20px + 8vw)/2) 1vw;
}

.offer .owl-carousel .owl-nav button.disabled {
    opacity: .2;
    cursor: default;
}

.offer .owl-carousel .owl-nav button {
    height: auto !important;
    width: auto !important;
    padding-left: 0px !important;
}

.offer .owl-carousel .owl-nav button.owl-next {
    left: -75px;
    right: auto;
    bottom: 55px;
}

.offer .owl-carousel .owl-nav button.owl-prev {
    right: -75px;
    left: auto;
    bottom: 55px;
}

.offer .owl-dots {
    text-align: center;
}

.offer .owl-carousel .owl-nav button.owl-next,
.offer .owl-carousel .owl-nav button.owl-next:hover {
    background: none !important;
    text-align: center !important;
}

.offer .owl-carousel button.owl-dot {
    width: 12px;
    height: 12px;
    margin: 5px;
    background: #afafaf;
    border-radius: 50%;
}

.offer .owl-carousel button.owl-dot.active {
    background-color: #005470;
}

.cartBtn {
    display: inline-flex;
    padding: 5px;
    background-color: #93d50a;
    border-radius: 50%;
    width: 3vw;
    height: 3vw;
    min-width: 32px;
    min-height: 32px;
    box-shadow: none !important;
    margin-inline-start: calc(6px + 0.4vw);
}

.cartBtn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}




.bookingDay {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #93d50a;
    border-radius: 10px;
    padding: 8px 10px;
    margin: 16px 0px 0 !important;
}

.bookingDay p {
    color: #005470;
}

.zoomBtn {
    background: #005470;
    color: #fff !important;
    border-radius: 25px;
    height: 46px;
    line-height: 46px;
    width: 100%;
    padding: 0px 15px;
    font-size: calc(16px + .3vw);
    box-shadow: none !important;
}

.bookingState {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bookingState .state {
    background-color: #93d50a;
    padding: 2px 8px;
    border-radius: 20px;
    font-size: calc(12px + .25vw);
    margin: 0px;
    font-weight: bold;
    color: #005470;
}

.bookingState .bokkDate {
    font-size: calc(12px + .1vw);
    color: #a1a1a1;
}

.titleRate {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.recentPrograms .inner .titleRate .userName {
    margin-top: 4px;
    font-size: 22px;
    height: 40px;
    line-height: 40px;

}

.titleRate .rating {
    flex-shrink: 0;
}

.titleRate .rateBtn {
    padding: 3px 10px;
    border: 2px solid #ff9e18;
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    border-radius: 6px;
    margin: 8px 0;
    font-size: 14px;
    font-weight: bold;
}

.titleRate .rateBtn i {
    color: #ff9e18;
    margin-inline-end: 8px;
}


/* .rating i {
    color: #c1c1c1;
}

.rating i.active {
    color: #ff9e18;
} */

.titleRate .rating i {
    font-size: 11px;
}




/* //////////////////////////////////
//////////////////////////////////
//////////////////////////////////
//////////////////////////////////
//////////////////////////////////
////////////////////////////////// */

.newItem {
    display: inline-block;
    padding: 2px 10px;
    background-color: #ff9e18;
    color: #fff;
    border-radius: 5px;
    line-height: normal;
    min-height: 0px;
    font-size: 14px;
    font-weight: 500;
    margin: 0px 8px;
}

/* Start styling academies  */

.academies .academy_cats {
    display: flex;
    padding: 4vw;
    margin: 0px;
    flex-wrap: wrap;

}

.academies .academy_cats a {

    display: inline-block;
    padding: 20px;
    width: calc(25% - 4vw);
    height: calc(22vw - 4vw);
    background-image: url(../images/ac4.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2vw;
    border-radius: calc(15px + 1vw);
    text-decoration: none !important;
    transition: ease all 1s;

}

.academies .academy_cats a:nth-child(3n+2) {
    background-image: url(../images/ac3.png);
}

.academies .academy_cats a:nth-child(3n+3) {
    background-image: url(../images/ac2.png);
}

.academies .academy_cats a:nth-child(3n+4) {
    background-image: url(../images/ac1.png);
}

.academies .academy_cats a:hover {
    transform: scale(1.15);
    transition: ease all 1s;
}

.academies .academy_cats a p {
    margin: 0px;
    font-size: calc(20px + 1vw);
    font-weight: bold;
    color: #fff;
    text-align: center;
}

/* End styling academies  */

/* Start academy_details styling  */
.academy_details {
    padding-bottom: calc(35px + 4vw);
}

.academy_details .acTitle {
    background-color: #005470;

}

.academy_details .acTitle h4 {
    margin: 0px;
    font-size: calc(18px + 1vw);
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: calc(20px + .5vw);
}

.academy_details .video {
    display: inline-block;
    /* margin-top: calc(20px + 2vw); */
}

.academy_details .details {
    padding: calc(25px + 2.5vw) 0;
}

.academy_details .details .programTitle {
    margin-bottom: calc(15px + .5vw);
}

.newProgram {
    width: 30vw;
    height: 18vw;
    border-radius: 25px;
    display: inline-block;
    margin: 12px;
    -webkit-box-shadow: 5px 5px 20px 2px rgb(0 0 0 / 30%);
    -moz-box-shadow: 5px 5px 20px 2px rgb(0 0 0 / 30%);
    box-shadow: 5px 5px 20px 2px rgb(0 0 0 / 30%);
    border-radius: 25px;
    overflow: hidden;
}

.newProgram img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-fit: cover;
}

.academyPrograms {
    display: flex;
    flex-wrap: wrap;
    padding: 0px calc(20px + 1vw);

}

.academyPrograms .newProgram {
    width: calc(33.33% - 24px);
    height: auto;
    border-radius: 15px;
}


/* End academy_details styling  */



/* Start new priceing shape   */
.newPricing {
    /* width: 70vw; */
    margin: auto;
    text-align: center;
}

.newPricing .newPriceing {
    flex: 0 !important;
}

.newPricing .container-class {
    justify-content: center;
}

.subscripetion {
    display: inline-flex;
    justify-content: center;
    margin: calc(10px + 1vw) 0;
    width: 100%;
}

.subscripetion .titleValue {
    display: inline-flex;
    flex-direction: column;
    padding: 0 20px;
    text-align: center;
    width: 270px;
    max-width: 40vw;
}

.subscripetion .titleValue:nth-child(1) {
    /* border-inline-end: 1px solid #6495a570; */
}

.subscripetion .titleValue:nth-child(2) {
    border-inline-start: 2px solid #6495a570;
}

.subscripetion .titleValue p {
    text-align: center;
    font-size: calc(16px + 1.25vw);
    font-weight: 500;
    color: #005470;
    margin: 0px;
}

.subscripetion .titleValue p.title {
    color: #6495a5;
}

.payMethod {
    display: inline-flex;
    justify-content: center;
    margin: calc(10px + 1vw) 0;
    width: 100%;
}

.programDetails .payMethod {
    flex-direction: column;
    align-items: center;
}

.programDetails .payMethod .payBtn {
    /* max-width: calc(100% - 60px); */
    width: 270px;
}

.payMethod .inner {
    padding: 15px 20px;
    position: relative;
    /* min-width: 175px;
    max-width: 50%; */
    margin: auto;
}

.payMethod .content {
    border: 3px solid #6495a5;
    padding: 30px calc(16px + 1vw) 20px;
    border-radius: 20px;
    width: 270px;
    /* cursor: pointer; */
}

.payMethod .inner p {
    margin: 0px;
    text-align: center;
    font-size: calc(14px + .75vw);
    font-weight: 500;
    color: #005470;
}

.payMethod .inner .title {
    font-size: calc(13px + .65vw);
    font-weight: 400;
    color: #6495a5;
}

.payMethod .inner:hover .content,
.payMethod .inner.active .content {
    border-color: #93d50a;
}

.payMethod .inner .methodName {
    display: inline-block;
    padding: 0px 15px;
    border-radius: 25px;
    background-color: #005470;
    color: #fff;
    font-size: calc(13px + .35vw);
    height: 30px;
    line-height: 30px;

}

.payMethod .inner:hover .methodName,
.payMethod .inner.active .methodName {
    background-color: #93d50a;
}

.payMethod .inner .text-center {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    text-align: center;
}

.payBtn {
    background-color: #93d50a;
    padding: 0px 15px;
    border-radius: 30px;
    height: 60px;
    line-height: 60px;
    font-size: calc(15px + .5vw);
    font-weight: 500;
    /* width: 320px; */
    max-width: calc(100% - 32px);
    color: #005470;
    margin: 5px;
    -webkit-box-shadow: 8px 10px 12px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 8px 10px 12px 0px rgb(0 0 0 / 15%);
    box-shadow: 8px 10px 12px 0px rgb(0 0 0 / 15%);
}

.payBtn:hover {
    color: #fff;
    background-color: #005470;
}

/* End new priceing shape   */
.container {
    max-width: 80vw;

}

/* Start blogs style  */



.blogs .nav-tabs::-webkit-scrollbar,
.favorites .nav-tabs::-webkit-scrollbar {
    height: 10px;
    background-color: #e1e1e1;
    border-radius: 0px;
}

.blogs .nav-tabs::-webkit-scrollbar-track,
.favorites .nav-tabs::-webkit-scrollbar-track {
    background-color: transparent;
}

.blogs .nav-tabs::-webkit-scrollbar-thumb,
.favorites .nav-tabs::-webkit-scrollbar-thumb {
    background-color: #93d50a;
    border-radius: 5px;
}




.blogs .nav-tabs,
.favorites .nav-tabs {
    padding: 0px;
    border-bottom: 2px solid #93d50a;
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

.blogs .nav-tabs .nav-link,
.favorites .nav-tabs .nav-link {
    border-radius: 0;
    transition: background-color 0.3s;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: #005470;
    cursor: pointer;
    font-size: calc(14px + .5vw);
    padding: 0px 25px;
}


.blogs .nav-tabs .nav-item,
.favorites .nav-tabs .nav-item {
    flex-shrink: 0;
}

.blogs .nav-tabs .nav-link:hover,
.blogs .nav-tabs .nav-link.active,
.favorites .nav-tabs .nav-link:hover,
.favorites .nav-tabs .nav-link.active {
    background-color: #93d50a;
    color: white;
}

.scrtabs-tab-container,
.scrtabs-tab-scroll-arrow,
.scrtabs-tabs-fixed-container,
.blogs .nav-tabs .nav-link,
.favorites .nav-tabs .nav-link {
    height: 56px !important;

}

.blogs .nav-tabs .nav-link,
.favorites .nav-tabs .nav-link {
    line-height: 56px !important;
}

.blogs .favBtn {
    border: 2px solid #ff9e18;
    border-radius: 18px;
    display: inline-flex;
    padding: 0px 25px;
    height: 65px;
    align-items: center;
    min-width: 260px;
    font-size: calc(14px + .5vw);
    color: #005470;
    font-weight: 500;
    box-shadow: none !important;
    margin-top: 25px;
    justify-content: center;
    transition: ease-in-out .5s all;
}

.blogs .favBtn:hover {
    transform: scale(.9);
    transition: ease-in-out .5s all;
}

.blogs .favBtn.active,
.blogs .favBtn:hover {
    background-color: #93d50a;
    color: #fff;
    border-color: #93d50a;
}

.blogs .favBtn.active img {
    filter: brightness(0) invert(1);
}



.blogs .favBtn img {
    width: 25px;
    margin-inline-end: 10px;
}

.blogItem {
    background-color: #e4ebed;
    border-radius: 25px;
    padding: 25px calc(12px + .25vw) 10px;
    display: flex;
    /* flex-wrap: wrap; */
    -webkit-box-shadow: 5px 5px 10px 0px #00547060;
    -moz-box-shadow: 5px 5px 10px 0px #00547060;
    box-shadow: 5px 5px 10px 0px #00547060;
    margin: 20px 10px;
    text-decoration: none !important;
    position: relative;
    transition: ease-in-out .5s all;
}

.blogs .blogItem {
    cursor: pointer;
    display: inline-flex;
}

.blogs .blogItem:hover {
    transition: ease-in-out .5s all;
    transform: scale(.97);
    box-shadow: 5px 5px 10px 0px #00000060;
}

/* .blogItem .blogHead {
    display: flex;

} */

.blogItem .blogImg {
    width: 65px;
    height: 65px;
    border-radius: 35px;
}

.blogItem .blogTitle {
    color: #005470;
    font-size: calc(14px + .25vw);
    font-weight: 500;
    text-decoration: none !important;
    margin-bottom: 3px;
}

.blogItem .blogTime {
    color: #000000;
    font-size: calc(10px + .25vw);
    font-weight: 400;
    text-decoration: none !important;
    margin-bottom: 0px;
    direction: ltr;
}

.blogItem .blogPost {
    padding: 0 calc(10px + .25vw);
    width: 100%;

}

.blogItem .blogContent {
    margin: 0;
    font-size: calc(14px + .25vw);
    color: #000000;
    margin: 10px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3em;
    line-height: 1.5em;
}

.blogItem .iconCount {
    display: inline-flex;
    padding: 0 5px;

    align-items: flex-end;
}

.blogItem .blogFoot {
    display: inline-flex;
    align-items: flex-end;
}

.blogItem .iconCount span {
    font-size: calc(12px + .35vw);
    font-weight: 500;
    color: #8b8b8b;
    text-decoration: none;
    line-height: 16px;
}

.blogItem .iconCount img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    margin-inline-end: 4px;
}

.blogItem .blogPublisher {
    position: absolute;
    top: 25px;
    left: calc(20px + .25vw);
    color: #005470;

}

.blog_details .blogItem {
    box-shadow: none;
    padding: 25px calc(20px + .25vw) 25px;
}

.blog_details .blogItem .blogTitle {
    font-size: calc(16px + .5vw);
}

.blog_details .blogItem .blogImg {
    width: 75px;
    height: 75px;
    border-radius: 40px;
}

.blog_details .blogItem .blogTime {
    font-size: calc(13px + .35vw);
}

.blog_details .blogItem .blogContent {
    max-height: none;
    font-size: calc(17px + .5vw);
    display: block;
    max-height: 180px;
    overflow: hidden;
    transition: max-height 0.3s ease;
    /* cursor: pointer; */
    /* Smooth transition */
}

.blog_details .blogItem .moreBtn {
    display: block;
    margin: auto;
    border: none;
    background-color: transparent;
}

.blog_details .blogItem .blogContent.expanded {
    max-height: none;
    /* Allow full height when expanded */
}

.blog_details .blogItem .iconCount img {
    width: 26px;
    height: 26px;
    margin-inline-end: 8px;
    transition: ease-in-out .8s all;
}

.blog_details .blogItem .iconCount:first-child:hover {
    transform: scale(.8);
    transition: ease-in-out .8s all;
}

.blog_details .blogItem .iconCount span {
    font-size: calc(16px + .7vw);
    font-weight: 400;

    line-height: 22px;
}

/* End blogs style  */
/* start new comments  */
.newComments {
    padding: calc(15px + 2vw);
}

.newComments .comentsTitle {
    text-align: center;
    display: block;
    height: 50px;
    line-height: 50px;
    position: relative;
    font-size: calc(17px + .75vw);
    color: #8b8b8b;
    font-weight: 400;
}

.newComments .comentsTitle::before,
.newComments .comentsTitle::after {
    content: '';
    position: absolute;
    top: 24px;
    right: 0;
    height: 1px;
    background-color: #8b8b8b;
    width: calc(50% - 80px);
}

.newComments .comentsTitle::after {
    right: auto;
    left: 0;
}

.newComments .wrapper {
    width: 900px;
    max-width: 90vw;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 0px;
    background: none;
    box-shadow: none;
    border-radius: 0;
    align-items: center;
}

.newComments .moreBtnComments {
    color: #005470 !important;

}

.newComment {
    padding: 10px;
    margin: 0px;
    width: 100%;
}

.newComment .rating {
    align-self: flex-start;
    margin-bottom: 5px;
}

.newComment .rating i {
    font-size: 12px;
    /* color: #fff !important; */
}

/* .newComment .rating i.active {
    color: #ff9e18 !important;
} */

.newComment img {
    width: 65px;
    height: 65px;
    border-radius: 46px;
    border: 1px solid #494949;
    margin-inline-end: 16px;
    /* margin: 10px; */
}

.newComment .comment {
    padding: 15px 25px;
    -webkit-box-shadow: 8px 8px 10px 0px #00000020;
    -moz-box-shadow: 8px 8px 10px 0px #00000020;
    box-shadow: 8px 8px 10px 0px #00000020;

    margin-bottom: 16px;
    width: 100%;
    border-radius: 20px;
    background-color: #ededed;
    display: flex;
    flex-direction: column;
    align-items: flex-end;

}

.newComment .comment p {
    display: inline-block;
    font-size: calc(15px + .5vw);
    line-height: calc(20px + .5vw);
    max-height: calc(2*(20px + .5vw));
    overflow: hidden;
    margin: 0;
    display: block;
    width: 100%;
    font-weight: 400;
    transition: max-height 0.3s ease;
    cursor: pointer;
}

.newComment .row {
    min-width: 100%;
}

.newComment .moreBtn {
    border: none;
    background-color: transparent;
    font-size: 13px;
    font-weight: bold;
}

.newSendForm {
    display: flex;
    align-items: center;
    border: 1px solid #3D3F3F;
    border-radius: 30px;
    overflow: hidden;
    padding: 5px;
    width: calc(100% - 80px);
    margin-top: 30px;
    float: left;
}

.newSendForm .message {
    flex-grow: 1;
    /* min-height: 25px;
    max-height: 120px; */
    /* height: 40px; */
    border: none !important;
    outline: none !important;
    resize: none;
    padding: 0 20px;
    font-size: calc(11px + .5vw);
}

/* For modern browsers */
.newSendForm .message::placeholder {
    font-size: calc(12px + .5vw);
    font-weight: 500;
    line-height: 40px;
    color: #b1b1b1;
}

/* For WebKit browsers (Chrome, Safari) */
.newSendForm .message::-webkit-input-placeholder {
    font-size: calc(12px + .75vw);
    font-weight: 500;
    color: #b1b1b1;
}

/* For Mozilla Firefox */
.newSendForm .message::-moz-placeholder {
    font-size: calc(12px + .75vw);
    font-weight: 500;
    color: #b1b1b1;
}

/* For Internet Explorer 10-11 */
.newSendForm .message:-ms-input-placeholder {
    font-size: calc(12px + .75vw);
    font-weight: 500;
    color: #b1b1b1;
}

/* For older versions of Firefox */
.newSendForm .message:-moz-placeholder {
    font-size: calc(12px + .75vw);
    font-weight: 500;
    color: #b1b1b1;
}

.newComments form {
    width: 100%;
    padding: 0px 10px;
}

.newSendForm .send-button {
    height: 45px;
    line-height: 45px;
    border-radius: 24px;
    min-width: 100px;
    border: none;
    text-align: center;
    background-color: #93d50a;
    color: white;
    cursor: pointer;
    margin-left: 5px;
    font-size: calc(14px + .5vw);
    font-weight: 500;
    padding: 0px;
}

.send-button:hover {
    background-color: #015570;
    color: #fff;
    /* Darker shade on hover */
}

/* End new comments  */


/* Start cure_path styling  */
.cure_paths {
    background-color: #c2d4d8;
}

.cure_paths .pathTitle {
    font-size: calc(22px + 2.2vw);
    font-weight: 500;
    display: inline-block;
    padding: 10px calc(20px + 2vw);
    border-radius: 100px;
    background-color: #005470;
    color: white;
    margin-bottom: calc(20px + .5vw);
    -webkit-box-shadow: 4px 4px 12px 4px #00547080;
    -moz-box-shadow: 4px 4px 12px 4px #00547080;
    box-shadow: 4px 4px 12px 4px #00547080;
}

.cure_paths .pathSubTitle {
    font-size: calc(15px + 1.5vw);
    font-weight: 500;
    color: #005470;
    margin-bottom: calc(20px + .75vw);
    text-align: center;
    width: 900px;
    display: inline-block;
    max-width: 100%;
}

.cure_paths .description {
    display: inline-block;
    font-size: calc(15px + 1vw);
    text-align: center;
    color: #005470;
    width: 900px;
    font-weight: 500;
    max-width: 100%;
    margin: calc(20px + 3vw) 0;

}

.cure_paths .paths {
    background-image: url(../images/paths.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: calc(20px + 3vw) calc(20px + 5vw);
    text-align: center;
}

.cure_paths .paths .container {
    text-align: center;
}

.cure_paths .paths h3 {
    display: inline-block;
    width: 540px;
    max-width: 100%;
    text-align: center;
    font-size: calc(20px + 2vw);
    color: #fff;
    margin: 0 auto calc(25px + 6vw);
}

.cure_paths .paths .wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: calc(20px + 4vw);

}

.cure_paths .paths .path {
    display: inline-block;
    background: #fff;
    padding: 20px 35px;
    border-radius: 15px;
    width: calc((100% / 3) - 50px);
    margin: 25px;
    text-decoration: none;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    -webkit-box-shadow: 6px 6px 10px 0px #00000050;
    -moz-box-shadow: 6px 6px 10px 0px #00000050;
    box-shadow: 6px 6px 10px 0px #00000050;
    transition: ease-in-out 1s transform;
}

.cure_paths .paths .path:hover {
    transform: scale(.9);
    transition: ease-in-out .5s transform;
}

.cure_paths .path p {
    margin: 0px;
    font-size: calc(15px + 1.25vw);
    color: #005470;
    font-weight: 500;
    text-align: center;
    line-height: normal;

}

.cure_paths .path span {
    display: inline-block;
    background-color: #ff9e1a;
    padding: 4px 20px;
    border-radius: 20px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;

}

/* Start cure_path styling  */

/* Start cure_path_details styling  */
.cure_path_details {
    background-color: #c2d4d8;
}

.cure_path_details .details .video {
    text-align: center;
}

.cure_path_details .pathTitle {
    font-size: calc(16px + .75vw);
    font-weight: 500;
    display: inline-block;
    padding: 10px 22px;
    border-radius: 50px;
    background-color: #005470;
    color: white;
    margin-bottom: calc(20px + .5vw);
    -webkit-box-shadow: 4px 4px 12px 4px #00547080;
    -moz-box-shadow: 4px 4px 12px 4px #00547080;
    box-shadow: 4px 4px 12px 4px #00547080;
}

.cure_path_details .pathSubTitle {
    font-size: calc(17px + 3vw);
    font-weight: 500;
    color: #005470;
    /* margin-bottom: calc(20px + .75vw); */
    text-align: center;
}

.cure_path_details .whoFor {
    display: inline-block;
    padding: 6px 20px;
    border-radius: 40px;
    background: #ff9e18;
    font-size: calc(14px + 1vw);
    margin-bottom: calc(8px + 1vw);
    color: #fff;
}

.cure_path_details .description {

    font-weight: 500;
    color: #005470;
    width: 830px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.cure_path_details .academyPrograms {
    justify-content: center;
    width: 1080px;
    max-width: 100%;
    margin: 0 auto calc(20px + 4vw);
    padding: 0px calc(20px + 5vw);

}

.cure_path_details .newProgram {
    /* 
        width: calc(33.33% - 30px);
            height: 13vw;
            border-radius: 12px;
            margin: 15px 15px; */


    width: calc(50% - 50px);
    /* height: 20vw; */
    border-radius: 24px;
    margin: 15px 25px;
    -webkit-box-shadow: 12px 12px 20px 4px #002f4350;
    -moz-box-shadow: 12px 12px 20px 4px #002f4350;
    box-shadow: 12px 12px 20px 4px #002f4350;
}

.cure_path_details .newPricing {
    background-color: white;
}

.cure_path_details .groupList {

    padding: 0px;
    /* width: 1400px; */
    width: 1200px;
    margin: 0 auto calc(20px + 4vw);
    justify-content: center;
    display: flex;
    max-width: 100%;
    flex-wrap: wrap;
}

.cure_path_details .groupList .group {
    /* text-align: center; */
    margin: 10px 20px;
    width: calc(50% - 40px);
}

.cure_path_details .group .item {
    -webkit-box-shadow: 12px 12px 20px 4px #002f4350;
    -moz-box-shadow: 12px 12px 20px 4px #002f4350;
    box-shadow: 12px 12px 20px 4px #002f4350;
}

.cure_path_details .groupList .innerItem {
    background-color: #257389 !important;
}

.cure_path_details .groupList .inner .aboutUser {
    color: #fff !important;
    font-size: calc(15px + .65vw);
    line-height: 34px;
}

.cure_path_details .groupList .innerItem .inner {
    height: 150px;
}

.cure_path_details .category .row {
    justify-content: center;
    width: 1200px;
    max-width: 100%;
    margin: auto;
}

.cure_path_details .category .programTitle {
    margin-bottom: 5px;
}

/* .consultants */
.cure_path_details .consultants {
    padding: 0px calc(20px + 10vw);

    width: 100%;
}

.cure_path_details .consultants .wrapper {
    background-color: #dae5e8;
    padding: 40px calc(40px + 3vw);
    border-radius: calc(15px + 1vw);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.cure_path_details .consultants .innerItem {
    padding: 10px;
    margin: 10px;
}

.cure_path_details .consultants .item {
    width: calc((100%/4) - 20px);
    text-decoration: none !important;
    cursor: pointer;
}

.cure_path_details .consultants .item.active .innerItem {
    border: 3px solid #93d50a;
    background-color: #ffffff;
    border-radius: 10px;
}

.cure_path_details .consultants .item:hover img {
    transform: scale(1.15);
    transition: all ease 1s;
}

.cure_path_details .consultants img {
    width: 100%;
    height: 13vw;
    border-radius: 10px;
    object-fit: cover;
    -webkit-box-shadow: 10px 10px 20px 0px #00547050;
    -moz-box-shadow: 10px 10px 20px 0px #00547050;
    box-shadow: 10px 10px 20px 0px #00547050;
    transition: all ease 1s;
}

.cure_path_details .consultants .userName {
    text-align: center;
    padding: 0px;
    margin: 0px;
    font-size: calc(17px + .4vw);
    font-weight: bold;
    color: #005470;
    margin-top: 25px;
}

/* End cure_path_details styling  */


/* Start morshdy channels tyle */
.morshdyChannel {
    background-color: #015570;
    padding-bottom: calc(30px + 3vw);
}

.morshdyChannel .topHead img {
    width: 100%;

}

.morshdyChannel.playlistDetails .description {
    display: none;
}

.morshdyChannel .description {
    display: block;
    padding: calc(20px + 3vw) 0;
    margin: 0px auto;
    font-size: calc(15px + .7vw);
    color: #fff;
    font-weight: 400;
    max-width: 100%;
    width: 800px;
    text-align: center;

}

.morshdyChannel h3 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: calc(19px + 2vw);
    color: #ff9e18;
    font-weight: 500;
    margin-top: calc(20px + 3vw);
}

.morshdyChannel .container iframe {
    width: 70vw;
    height: calc(70vw* .57);
    margin: calc(20px + 1vw) auto 0;
    display: block;

}

.morshdyChannel .playLists {
    margin-top: calc(20px + 5vw);
}

.playLists .wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 70vw;
    margin: auto;
    justify-content: space-between;
    margin-top: calc(20px + 2vw);
}

.playLists .platlist {
    display: block;
    width: calc(33.33% - ((10px + .5vw)*2));
    margin: 15px 0;
    text-decoration: none;


}

.playLists .platlist img {
    width: 100%;
    border-radius: 12px;
    -webkit-box-shadow: 10px 10px 20px 0px #00000050;
    -moz-box-shadow: 10px 10px 20px 0px #00000050;
    box-shadow: 10px 10px 20px 0px #00000050;
    margin-bottom: calc(5px + .4vw);
    /* border: 3px solid transparent; */
    transition: ease 1s box-shadow;
}

.playLists .platlist:hover img,
.playLists .platlist.active img {
    /*  box-shadow-color: #ff9e18; */
    /* box-shadow: 10px 10px 20px 0px #ff9e1850; */
    box-shadow: 0px 0px 15px 2px #ff9e18;
    transition: ease 1s box-shadow;
}

.playLists .platlist .title {
    margin: 0px;
    font-size: calc(15px + 1vw);
    color: #fff;
    text-align: center;
}

.playlistDetails .playLists .platlist img {
    opacity: .35;
    transition: ease .5s opacity;
}

.playlistDetails .youtubeVideos {
    background-color: #002f43;
    padding: calc(20px + 2vw) 0;
    margin-top: calc(20px + 2vw);
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


.playlistDetails .wrapper {
    display: flex;
    flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
    max-height: 50vw;
    overflow: hidden;
}


.youtubeVideos .youtube {
    width: calc(33.33% - (15px + 2vw));
    border-radius: 10px;
    -webkit-box-shadow: 10px 10px 15px 0px #00000080;
    -moz-box-shadow: 10px 10px 15px 0px #00000080;
    box-shadow: 10px 10px 15px 0px #00000080;
    overflow: hidden;
    margin: calc((15px + 2vw)/2);

}

.youtubeVideos .youtube.active {
    border: 3px solid #93d50a;
}

.youtubeVideos .youtube img {
    width: 100%;
}

.youtubeVideos .inner {
    padding: 0px calc((15px + 2vw)/2);
}

.youtubeVideos .inner h4,
.youtubeVideos .inner h5 {
    font-size: calc(17px + .75vw);
    font-weight: 500;
    color: #fff;
}

.youtubeVideos .inner h4 {
    opacity: .5;
}

.youtubeVideos .moreBtn {
    color: #93d50a;
    background-color: transparent;
    border: 0px;
    border-radius: 0px;
    border-bottom: 3px solid;
    padding: 0px 15px;
    position: absolute;
    bottom: calc(20px + 8vw);
    display: inline-block;
    z-index: 2;
}

.youtubeVideos .moreBtn.hideBtn {
    display: none;
}

.youtubeVideos:after {
    content: '';
    width: 100%;
    height: 25vw;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(0deg, #002f43 40%, transparent 100%);
    z-index: 1;
}

.showAll.youtubeVideos:after {
    content: none;
}

.showAll.youtubeVideos .moreBtn {
    position: initial;
    margin-top: 3vw;
}

.showAll.youtubeVideos .wrapper {
    max-height: none;
}

.showAll.youtubeVideos .moreBtn.hideBtn {
    display: inline-block;
}

.showAll.youtubeVideos .moreBtn.showBtn {
    display: none;
}

/* End morshdy channel style */

/* Start Jobs Styling  */
.jobs {
    background-color: #eef0ef;
}



.jobs .container {
    padding: calc(25px + 2vw);

}

.jobs .title {
    font-size: calc(15px + .75vw);
    font-weight: 500;
    color: #005470;
}

.jobs h3.title {
    text-align: center;
    margin-bottom: calc(15px + .5vw);
}

.jobs .jobItem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px;
    border-radius: 15px;
    background-color: #fff;
    margin: calc(10px + .5vw) 0;
}

.jobs .jobItem p {
    margin: 0px;
}

.jobs .jobItem .btn {
    background-color: #005470;
    padding: 8px calc(20px + 1.5vw);
    color: #fff;
    box-shadow: none;
    font-size: calc(14px + .5vw);
    font-weight: 500;
    border-radius: 10px;

}

.jobs .jobItem .btn:hover {
    background-color: #93d50a;
}

.jobsDetails {
    background-color: #eef0ef;
}

.jobsDetails .container {
    padding: calc(20px + 3vw) 0 calc(20px + 1vw);
}

.jobsDetails .title {
    font-size: calc(15px + .75vw);
    font-weight: 500;
    color: #005470;
    margin-bottom: 15px;
}

.jobsDetails .description {
    font-size: calc(16px + .7vw);
    font-weight: 500;
    width: 1020px;
    max-width: 100%;
    margin: 0px;
}

.jobsDetails .block {
    margin-bottom: calc(20px + .75vw);
}

.jobsDetails .signFrom {
    padding: 0px calc(20px + 3vw) calc(25px + 4vw);
}

.jobsDetails .signFrom textarea.form-control {
    height: calc(100% - 82px);
    margin-bottom: 18px;
}

.shareBanner img {
    width: 100%;
    display: block;
    max-height: 55vh;
    object-fit: contain;
}

.morshdyChannel .shareBanner:first-of-type img {
    max-height: none;
}

.payBanner {
    width: 710px;
    overflow: hidden;
    margin: calc(8px + .5vw) auto calc(10px + .5vw);
    max-width: calc(100% - 32px);
}

.payBanner h5 {
    color: #ff5b1a;
    font-size: calc(18px + 1.25vw);
    font-weight: 500;
    margin-bottom: 10px;

}

.payBanner img {
    width: 100%;
}

/* Start New Home Page style  */
/* .moreThan {
    background: #015570;
    height: 17vw;
    position: relative;
} */
/* 
.moreThan img {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 8%;
    height: 100%;
    z-index: 1;
}

.moreThan .content {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
    padding: 0px 10px;
} */

.newHome .moreThan p {
    color: #005470;
}

.newHome .moreThan .largeText {
    color: #005470;
}

.newHome .moreThan {
    background-color: #fff;

}

.newHome .offers .innerItem {
    padding: 0px calc(20px + 6vw);
    height: 21vw;
}

.newHome .offers img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.newHome .programTitle {
    text-align: center;
    margin: calc(15px + 2vw) auto calc(8px + .5vw);
    width: 100%;
    max-width: 100%;

}

.channelSlider .owl-nav {
    top: 11vw;
}

.channelSlider .owl-carousel .owl-item {
    transform: none !important;
}

.newHome .blogs {
    width: 750px;
    max-width: calc(100% - 40px);
    margin: 0 auto;

}

.newHome .blogs .blogItem {

    margin: 0px 0px 25px;
}

.newHome .morshdk {
    margin: calc(25px + 3vw) 0;
}

.newHome .morshdk .row {
    width: 1000px;
    max-width: calc(100% - 40px);
    margin: auto;
    align-items: end;
}

.newHome .morshdk a {
    text-decoration: none;
}

.newHome .morshdk img {
    width: 100%;
}

.newHome .morshdk p {
    margin: 0px;
    padding: 0px 25px;
    height: 48px;
    line-height: 24px;
    font-size: 20px;
    font-weight: 400;
    color: #257389;
}



.newGroups .programTitle {
    text-align: start;
    color: #558c9f;
    font-size: calc(14px + .75vw);
    padding: 0px 20px;
    margin: 0px 0px 10px;
}

.newGroups .item {
    padding: 20px;
}

.newGroups .newGroup {
    background-color: #bad1d8;
    padding: 12px;
    /* margin: 15px; */
    border-radius: 15px;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    height: 15vw;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: 5px 5px 10px 0px #00547060;
    -moz-box-shadow: 5px 5px 10px 0px #00547060;
    box-shadow: 5px 5px 10px 0px #00547060;
}

.newGroups .newGroup p {
    color: #005470;
    margin: 0px;
    font-size: calc(13px + 1vw);
    text-align: center;
    font-weight: 500;
    max-height: 90%;
    overflow: hidden;
    line-height: 2.2vw;
}


.newGroups .showAllProgs {

    margin-top: calc(20px + 2vw);
}

.newHome .academies .academy {
    background-image: url(../images/ac4.png);
    background-position: center center;
    background-size: cover;

}

.newHome .academies .owl-item:nth-child(3n+2) .academy {
    background-image: url(../images/ac3.png);
}

.newHome .academies .owl-item:nth-child(3n+3) .academy {
    background-image: url(../images/ac2.png);
}

.newHome .academies .owl-item:nth-child(3n+4) .academy {
    background-image: url(../images/ac1.png);
}

.newHome .academy p {
    color: #fff;
}

.newHome .carePaths .carePath {
    background-color: #fff;
}

.newHome .carePath {
    flex-direction: column;
}

.newHome .carePath .cat {
    display: inline-block;
    background-color: #ff9e18;
    padding: 2px 16px;
    border-radius: 20px;
    color: #fff;
    font-size: calc(11px + .4vw);
    margin-top: 8px;
}

.newHome .tabs .newGroups {
    /* display: none; */
    height: 0;
    overflow: hidden;
    padding: 0 calc(40px + 10vw);
    opacity: 0;
    transition: ease-in-out .7s opacity;
    background-color: #d5e1e6;
}

.newHome .tabs .newGroups.active {
    display: block;
    height: auto;
    padding: calc(25px + 2vw) calc(40px + 10vw);
    opacity: 1;
    transition: ease-in-out .7s opacity;
    height: calc(((25px + 2vw) * 2) + 10px + 14px + .75vw + 40px + 15vw + 20px + 2vw + 57px);
}

.newHome .tabs .newGroups.active>.text-center:has(.newItem) {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #005470;
}


.newHome .tabs {
    background-color: #d5e1e6;
}

.newHome .tabs .newItem {
    font-size: calc(30px + 3vw);
    background-color: transparent;
    color: #005470;
    font-weight: 400;

}

/* .new .tabs .owl-carousel {
    opacity: 0;
    transition: ease-in-out .5s opacity;
}

.newHome .tabs .newGroups.active .owl-carousel {
    opacity: 1;
    transition: ease-in-out 2s opacity;
} */

.newHome .tabs-header {
    display: flex;
    justify-content: space-between;
    padding: 0px calc(25px + 10vw) 1rem;
    list-style: none;
    background-color: #fff;
    margin: 0px;

}

.newHome .tabs-header li {
    font-size: calc(13px + 1.2vw);
    color: #005470;
    font-weight: 500;
    padding: 8px 0px;
    cursor: pointer;
}

.newHome .tabs-header li.active {
    border-bottom: 3px solid #005470;
}

.sideButtons {
    position: fixed;
    bottom: 15px;
    left: 0px;
    z-index: 100;
}

.sideButtons .btnsGroup {
    padding: 0;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
}

.sideButtons .btn {
    padding: 0 12px;
    background-color: #005470;
    border-radius: 0 40px 40px 0;
    box-shadow: none;
    margin: 10px 0px;
    min-width: 80px;
    height: 65px;
    /* text-align: right; */
    display: flex;
    justify-content: flex-start;
    align-items: center;
    -webkit-box-shadow: 2px 2px 4px 0px #00000050;
    -moz-box-shadow: 2px 2px 4px 0px #00000050;
    box-shadow: 2px 2px 4px 0px #00000050;
}

.sideButtons .btnsGroup .btn:nth-child(1) {
    background-color: #bad1d8;
}

.sideButtons .btnsGroup .btn:nth-child(3) {
    background-color: #93d50a;
}

.sideButtons .btnsGroup .btn:nth-child(4) {
    background-color: #ff9e18;
}

.sideButtons .btn img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    margin-left: 10px;

}

.sideButtons .btn p {
    /* width: 0; */
    font-size: calc(13px + .4vw);
    font-weight: 500;
    color: #005470;
    width: 0px;
    margin: 0px;
    padding: 0px;
    line-height: 22px;
    max-height: 44px;

    overflow: hidden;
    transition: ease 1s width;
}

.sideButtons .btn:hover p {
    width: 100px;
    transition: ease 1s width;
}

.sideButtons .btn:nth-child(2) p {

    color: #93d50a;
}

.sideButtons .chatbot {
    background: #dae5e8;
    border-radius: 25px;
    overflow: hidden;
    width: 420px;
    height: 500px;
    position: fixed;
    left: -500px;
    bottom: 20px;
    z-index: 102;
    transition: ease 1s left;
}

.sideButtons .chatbot.active {
    left: 40px;
    transition: ease 1s left;
}

.sideButtons .chatbot iframe {
    border: none;
    height: 100%;
    width: 100%;
}

.sideButtons .closeBtn {
    position: absolute;
    height: auto;
    background: #fff;
    padding: 9px;
    min-width: 0;
    overflow: hidden;
    border-radius: 30px;
    left: 20px;
    top: 15px;
    margin: 0px;
    justify-content: center;
}

.sideButtons .closeBtn img {
    width: 15px;
    height: 15px;
    object-fit: contain;
    margin: 0;
}

/* End New Home Page style  */
/* Start cafe morshdy Style  */
.cafeMorshdy .myGroups {
    padding: 0 20px calc(12px + 5vw);
    width: 800px;
    max-width: 100%;
    margin: 0px auto;
}


.cafeMorshdy .group {
    border-radius: calc(12px + .8vw);
    background-color: #005470;
    padding: 20px calc(10px + .75vw);
    display: inline-block;
    text-decoration: none;
    margin-bottom: calc(10px + 1vw);
    width: 100%;
    min-height: calc(80px + 3vw);
    display: flex;
    align-items: center;
    justify-content: center;
}

.cafeMorshdy .group p {
    margin: 0px;
    font-size: calc(14px + 1vw);
    color: #fff;
    text-align: center;

}

.cafeMorshdy .cafeImg {
    width: 200px;
    margin: calc(20px + 2vw) auto;
    display: block;
}

.cafeMorshdy .no-posts {
    margin-bottom: 0px;
}

.welcomeContent {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* background-color: rgba(0, 0, 0, .4); */
    backdrop-filter: blur(5px);
    z-index: 105;
    align-items: center;
    justify-content: center;
    width: 100%;
    display: none;
}

.welcomeContent.show {
    display: flex;
}

.welcomeContent .content {
    background-color: #fff;
    border-radius: calc(15px + 1vw);
    padding: calc(15px + 1vw);
    text-align: center;
    border: 2px solid #005470;
}

.welcomeContent .title {
    color: #005470;
    font-size: calc(14px + .75vw);
    font-weight: 500;
    text-align: center;
    margin-bottom: 5px;
}

.welcomeContent .list {
    display: flex;
    flex-direction: column;
}

.welcomeContent .list .btn {
    font-size: calc(12px + .6vw);
    font-weight: 500;
    color: #005470;
    background-color: rgba(1, 85, 112, 0.1);
    margin-top: calc(10px + .1vw);
    border-radius: 40px;
    padding: 12px calc(15px + 1vw);
    box-shadow: none !important;
}

.welcomeContent .list .helpBtn {
    background-color: rgba(255, 158, 25, 0.15);
    color: #ff9e1a;
}

.welcomeContent .list .howUsedBtn {
    background-color: rgba(172, 204, 102, 0.3);

}

.welcomeModal {
    /* background-color: rgba(0, 0, 0, .4);
     */
    backdrop-filter: blur(5px);
}

.welcomeModal .modal-dialog {
    height: calc(100% - 80px);
    margin: 40px auto;
}

.welcomeModal .modal-content {
    height: 100%;
    border-radius: 20px;
    border: 2px solid #005470;
}

.welcomeModal iframe {
    height: 100%;
    width: 100%;
}


/* Start quiz style  */
.quizModal .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px calc(10px + 1vw) 10px 0px;
}

.quizModal .modal-title {
    font-size: calc(15px + .5vw);
}

.quizModal .modal-footer {
    justify-content: center;
    padding: 10px 15px;

}

.quizModal button {
    box-shadow: none !important;
}

.quizModal .modal-footer .btn {
    background-color: #ff9e1a;
    border-radius: 40px;
    width: 300px;
    max-width: 80%;
    height: 45px;
    border: 0px;
    color: #fff;
    font-size: calc(15px + .5vw);
}

/* .quizModal .quizNextBtn {
    background-color: #ff9e1a;
    border-radius: 40px;
    width: 300px;
    max-width: 80%;
    height: 50px;
    border: 0px;
    color: #fff;
    font-size: calc(15px + .5vw);

} */

.quizModal .modal-footer .quizSubmitBtn {
    background-color: #93d50a;
    color: #000;
    /* border-radius: 40px;
    width: 300px;
    max-width: 80%;
    height: 50px;
    border: 0px;
    color: #fff;
    font-size: calc(15px + .5vw); */
}

.quizModal .quizPrevBtn {
    width: auto !important;
    height: auto !important;
    background-color: transparent !important;
    padding: 0px;
}

.quizModal .quizPrevBtn::after {
    content: '〱';
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f1f1f1;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    color: #000000;
    font-weight: 600;
    font-size: 16px;
    transform: scale(-1, 1);

}

.quizModal .modal-body {
    padding: 0;
}

.quizModal .modal-content {
    border-radius: 12px;
    -webkit-box-shadow: 1px 1px 12px -3px #000000;
    -moz-box-shadow: 1px 1px 12px -3px #000000;
    box-shadow: 1px 1px 12px -3px #000000;
    border: none;
}

.quizModal .modal-header .close {
    margin: 0px;
    width: 55px;
    text-align: center;
    padding: 8px;
}

.quizModal .close span {
    font-size: 30px;
    color: #f00;
}

.quizModal .question img {
    width: 30vw;
    max-height: 25vh;
    display: block;
    margin: 12px auto;
    object-fit: contain;
}

.quizModal .modal-dialog {
    height: 100%;
}

/* .quizModal .content {
    overflow-y: scroll;
    overflow-x: none;
} */

.quizModal .title {
    text-align: center;
    margin: 0px 0px calc(5px + .25vw);
    font-size: calc(14px + .35vw);
    font-weight: bold;

}

.quizModal .subTitle {
    text-align: center;
    margin: 0px 0px calc(15px + .25vw);
    font-size: calc(12px + 0.4vw);
    font-weight: 400;
    color: #3D3F3F;

}

.quizModal .bs-stepper-circle {
    width: 32px;
    height: 32px;
    margin: 0;
    background-color: #919396;
}

.quizModal .bs-stepper .line,
.quizModal .bs-stepper-circle {
    background-color: #2f9e19;
    opacity: 1 !important;
}

.quizModal .step-trigger {
    padding: 0;
    box-shadow: none !important;
    opacity: 1 !important;
}

.quizModal .bs-stepper-header {
    width: 600px;
    max-width: 100%;
    padding: 10px 20px;
    margin: 0 auto 0;
    background-color: #fff;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;

}

.quizModal .step.active~.step .bs-stepper-circle,
.quizModal .step.active~.line {
    background-color: #919396;
    opacity: 1;
}

.quizModal .step.active .bs-stepper-circle,
.quizModal .step.active+.line {
    background-color: #ff9e1a;
}

.quizModal .answers .row p {
    color: #005470;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}

.quizModal .answers .row span {
    color: #ff9e1a;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

.quizModal .custom-checkbox {
    margin: 8px 0;
    padding: 0px;
}

.quizModal .custom-control-label {
    min-height: 55px;
    display: flex;
    align-items: center;
    padding: 0px 12px;
    border-radius: 10px;
    overflow: hidden;
}

.quizModal .custom-control-label p {
    color: #000000;
    margin: 8px 0px;
    font-size: calc(13px + 0.5vw);
}

.quizModal .custom-control-label img {
    width: 45px;
    height: 45px;
    margin: 8px 0;
    margin-inline-end: 15px;
    object-fit: contain;
}

.quizModal .custom-control-label::after {
    background-image: none !important;
    background-color: #f1f1f1;
    content: '';
    position: absolute;
    left: 0px;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    z-index: -1;
    background-position: 10px;
    background-size: 20px 20px;
}

/* .custom-checkbox input[type="checkbox"]:checked+label::before,
.custom-checkbox input[type="radio"]:checked+label::before {
    background-color: #007bff; 
    border-color: #007bff; 
} */

.quizModal .custom-checkbox input[type="checkbox"]:checked+label p,
.quizModal .custom-checkbox input[type="radio"]:checked+label p {
    color: #fff;
}

.quizModal .custom-checkbox input[type="checkbox"]:checked+label::after,
.quizModal .custom-checkbox input[type="radio"]:checked+label::after {
    background-image: url('../images/icons/check.svg') !important;
    background-color: #93d50a;

}

.quizModal .container.imagesCheck {
    display: flex;
    /* justify-content: ; */
}

.quizModal .container.imagesCheck {
    padding: 0px;
    flex-wrap: wrap;
}

.quizModal .container.imagesCheck input[type="checkbox"]:checked+label::after,
.quizModal .container.imagesCheck input[type="radio"]:checked+label::after {
    background-image: none !important;
}

.quizModal .container.imagesCheck .custom-checkbox {
    margin: 8px;
}

.quizModal .container.imagesCheck .custom-control-label img {
    margin: 0px;
    width: 120px;
    height: 120px;

}

.quizModal .container.imagesCheck .custom-control-label {
    padding: 10px;
}

.myBookings .recentPrograms .item img {
    height: 13.5vw;
    object-fit: cover;
}

#offerCarousel.owl-carousel .owl-nav {
    padding: 0px;
    top: 35%;
    position: absolute;
    left: -50px;
    right: -50px;
}

#offerCarousel.owl-carousel {
    margin-bottom: calc(25px + .5vw);
}

.programSubscribtion {
    width: 950px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
}

.programSubscribtion .row {
    /* justify-content: stretch; */
    align-items: stretch;
    justify-content: center;
}

.programSubscribtion h3 {
    text-align: center;
    margin-bottom: 0px;
    color: #005470;
    font-size: calc(14px + 1vw);
    font-weight: 600;
}

.programSubscribtion .subTitle {
    margin-bottom: 20px;
    font-size: calc(12px + .35vw);
    color: #558c9f;
    text-align: center;
}

.programSubscribtion .singleProgram .subTitle {
    opacity: 0;
}

.programSubscribtion .row>div {
    padding: 20px 25px;
}

.programSubscribtion .content {
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.programSubscribtion .inner {
    padding: calc(12px + .5vw);
    background-color: #e7ecf0;
    border-radius: calc(15px + .5vw);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 5px -5px 18px 0px #00547060;
    margin-bottom: 20px;
}



.programSubscribtion img {
    max-width: 100%;

}

.programSubscribtion .subscripetion {
    flex-direction: column;
    margin: 0;
}

.programDetails .newPricing {
    margin-top: calc(25px + 2vw);
}

.programDetails .programNumber .offer {
    margin-top: 0px !important;
}

.programDetails .payBtn,
.programSubscribtion .payBtn {
    margin: calc(15px + .8vw) auto 0;
    font-size: calc(13px + .6vw);
    height: 60px;
    border-radius: 60px;
    flex-shrink: 0;
    box-shadow: none !important;
    margin-top: 0;
    margin-bottom: 20px;
    justify-content: center;
    min-width: 270px;

}

.programSubscribtion .groupProgram .payGroup {
    background-image: url(../images/btnBg.png);
    color: #fff;
    background-size: cover;
}

.programSubscribtion .subscripetion .titleValue {
    border: 0px;
    border-bottom: 2px solid #aac3cd;
    width: 250px;
    display: block;
    margin: auto;
    max-width: 100%;
    padding: calc(10px + .4vw) 0;
}

.programSubscribtion .titleValue .value {
    font-size: calc(14px + 1.5vw);
    font-weight: 400;
}

.programSubscribtion .titleValue .title {
    font-size: calc(14px + .5vw);
    color: #005470 !important;

}


.programSubscribtion .inner img {

    width: 280px;
    display: block;
    margin: 20px auto;
}

.programSubscribtion .singleProgram .inner img {
    border-radius: 12px;
    box-shadow: 5px -5px 18px 0px #00547060;
    margin-bottom: 0;

}

.programSubscribtion .groupProgram img {
    width: calc(100% - 30px);


}

.programSubscribtion .costTitle {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    color: #005470;
    margin: 12px 0;
}

.programSubscribtion .payMethod {
    margin: 0;
}

.programSubscribtion .payMethod .content {
    width: 100%;
}

.programSubscribtion .payMethod .inner p {

    /* font-size: 17px; */
}

.programSubscribtion .payMethod .inner .methodName {

    font-size: calc(12px + .15vw);
}

.programSubscribtion .payMethod .inner {
    width: 220px;
    max-width: 100%;
    padding: 15px 8px;
    box-shadow: none !important;
    margin-bottom: 0px;
}

.programSubscribtion .payMethod .content {
    border: 3px solid #6495a5 !important;
}

.programSubscribtion .payMethod .inner .methodName {
    background: #005470 !important;
}

.programSubscribtion .inner h3 {

    font-size: calc(12px + 1vw);
    font-weight: 500;
}

.programSubscribtion .inner .subTitle {

    font-size: calc(12px + .5vw);
    font-weight: 400;
    margin: 0px;
}

.myRateContent {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.myRateContent .myRateBtn {
    border: 1px solid #002f43;
    border-radius: 8px;
    box-shadow: none !important;
}

.myRateContent .myRateBtn i {
    margin-inline-start: 2px;
}

.ratingModal .modal-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ratingModal #submitRating {
    flex-grow: 1;
    background-color: #93d50a;
    color: #fff;
}

.ratingModal .modal-footer .btn {
    box-shadow: none !important;
    margin: 0px 6px;
}

.ratingModal .modal-content {
    border: none;
    border-radius: 15px;
}

/* #myAddRate,
#myAddRate * {
    direction: rtl !important;
} */

/* End cafe morshdy Style  */

/* End Jobs Styling  */

/* Start Favorites page  */

.favorites .tabs {
    padding-left: calc(20px + 5vw);
    padding-right: calc(20px + 5vw);
}

.favorites .recentPrograms,
.favorites .category {
    padding: calc(3vw + 20px) calc(20px + 5vw);
}

.favorites .recentPrograms>.row,
.favorites .category>.row {
    justify-content: center;

}

.like_btn {
    position: absolute;
    width: 46px;
    height: 46px;
    padding: 8px;
    background: rgba(0, 0, 0, .05);
    border-radius: 25px;
    margin: 5px;
    z-index: 5;
    box-shadow: none !important;
}

.recentPrograms .item .like_btn {
    margin: 20px;
}

.like_btn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.watched-video.selected-video {
    background-color: #93d50a !important;
}

/* End Favorites page  */
.addCartConfirm .btn-success {
    background-color: #005470 !important;
    width: 40%;
    display: inline-flex;
    justify-content: center;
    align-items: center;

}

.addCartConfirm .btn-danger {
    background-color: #93d50a !important;
    width: 40%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.addCartConfirm .modal-body p {
    text-align: center;
}

.fade:not(.show) {
    display: none;
}

.modal-confirm .modal-header {
    background-color: #93d50a !important;
}



.addCartConfirm .btn-success,
.addCartConfirm .btn-danger {
    padding: 0px !important;
    overflow: hidden;
}

.addCartConfirm .btn-success span,
.addCartConfirm .btn-danger span {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin: 0px !important;
}

.addCartConfirm .btn-success span {
    background-color: #005470 !important;

}

.addCartConfirm .btn-danger span {
    background-color: #ff9e18 !important;
}

.toast-success,
.alert-success {
    opacity: 1 !important;
    background-color: #93d50a !important;
}

.addCartConfirm .modal-body .btn {
    margin: 10px 8px 0;
}

.addCartConfirm .modal-body {
    padding-left: 0px;
    padding-right: 0px;
}

.image:has(.payment_btn) {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.modal-body a.payment_btn {
    height: 80px;
    width: calc(30%);
    display: inline-flex;
}

.modal-body a.payment_btn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.statistcs {
    width: 500px;
    max-width: 100%;
}

.statistcs .statistcs-number {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 20px 12px;
    background-color: #88a4b0;
    border-radius: 12px;
    -webkit-box-shadow: 1px 2px 8px 0px rgb(0 0 0 / 33%);
    -moz-box-shadow: 1px 2px 8px 0px rgb(0 0 0 / 33%);
    box-shadow: 1px 2px 8px 0px rgb(0 0 0 / 33%);
    height: 100%;
}

.statistcs .row>div:nth-child(2) .statistcs-number {
    background-color: #e0be8e;
}

.statistcs .row>div:nth-child(3) .statistcs-number {
    background-color: #bad18b;
}

.statistcs .statistcs-number img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.statistcs .statistcs-number p {
    margin: 5px 0px;
    font-size: 22px;
    font-weight: bold;
    color: #005470;
}

.statistcs .statistcs-number h5 {
    margin: 0px;
}

.statistcs .last-program .not-stop {
    display: flex;
    flex-direction: row;
    align-items: center;

}

.statistcs .last-program i {
    font-size: 24px;
    color: #005470;
}

.statistcs .last-program h5 {
    font-size: 18px;
    font-weight: 500;
    margin: 0px;
}

.statistcs .last-program {
    padding: 16px 12px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 8px 0px rgb(0 0 0 / 33%);
    -moz-box-shadow: 1px 2px 8px 0px rgb(0 0 0 / 33%);
    box-shadow: 1px 2px 8px 0px rgb(0 0 0 / 33%);
    margin-bottom: 10px;
}

.statistcs .last-program .media {
    color: #000;
    text-decoration: none !important;
    transition: transform .5s ease-in-out;
}

.statistcs .last-program .media:hover {
    transform: scale(.96);
    transition: transform .5s ease-in-out;
}

.statistcs .last-program .media img {
    width: 90px;
}

.statistcs .last-program .media span {
    font-size: 13px;
    color: #494949;
}

.chart .title {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
}

.chart .title img {
    width: 28px;
    margin-inline-end: 10px;
}

.chart {
    padding: 12px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 1px 2px 8px 0px rgb(0 0 0 / 33%);
    -moz-box-shadow: 1px 2px 8px 0px rgb(0 0 0 / 33%);
    box-shadow: 1px 2px 8px 0px rgb(0 0 0 / 33%);
}

.chart #myBarChart {
    max-width: 100%;
    height: 350px !important;
    margin: 10px auto;
}

/* Media Query   */
/* Start media query  */
@media only screen and (max-width: 1340px) {
    .header .navbar-brand img {
        max-height: 50px;
        max-width: 100px;
    }
}

@media only screen and (max-width: 1200px) {
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .header .navbar-brand img {
        max-height: 50px;
    }

    .header .navbar {
        padding-top: 1rem;
        padding-bottom: 0.5rem;
    }

    .header .nav-item,
    .header .secLinks a {
        margin: 0px 4px;
        /* font-size: 18px; */
    }

    .header .mainLinks * {
        margin: 0px 5px;
    }

    .header .secLinks a.lblCartCount {
        margin: 5px 0px;
    }



    .header .form-control {
        font-size: 18px;
    }



    .startConscious .registerNow .freeRegister {
        font-size: 28px;
        padding: 0.5rem 1rem;
        min-width: 250px;
    }

    .startConscious .startWord p {
        font-size: 60px;
        line-height: 64px;
    }

    .startConscious .registerNow {
        left: 2%;
    }

    .startConscious .preRegistered * {
        font-size: 22px;
        margin: 0px 4px;
    }

    .startConscious .startWord {
        width: 195px;
        height: 130px;
    }

    .startConscious .socialMedia {
        padding: 5px;
    }

    .startConscious .socialMedia .btn {
        margin: 5px;
    }

    .moreThan .largeText {
        font-size: 32px;
    }

    .moreThan p {
        font-size: 30px;
    }

    .recentPrograms {
        padding: 25px 0;
    }

    .program img {
        border-radius: 10px;
    }

    /* .recentPrograms .programTitle {
        margin-bottom: 1rem;
        font-size: 25px;
    } */

    .recentPrograms .innerItem {
        margin: 10px;
    }


    .recentPrograms .inner h4 {
        font-size: 28px;
        line-height: 36px;
        max-height: 72px;
    }

    .recentPrograms .inner .userName {
        font-size: 20px;
        margin: 5px 0px 0px;
    }

    .recentPrograms .inner .aboutUser {
        /* font-size: 16px;
        line-height: 18px; */
        /* height: 36px; */
    }

    .recentPrograms .innerItem .inner {
        padding: 25px 12px 10px;
        height: 110px;
    }


    .recentPrograms .innerItem .free {
        padding: 1px 10px;
        font-size: 13px;
        top: 6px;
        left: 6px;
    }



    .showAllProgs {
        margin-top: 1rem;
        width: 290px;
        padding: 5px 10px;
        font-size: 25px;
    }

    .recentPrograms .innerItem {
        -webkit-box-shadow: 1px 2px 8px 0px rgb(0 0 0 / 33%);
        -moz-box-shadow: 1px 2px 8px 0px rgb(0 0 0 / 33%);
        box-shadow: 1px 2px 8px 0px rgb(0 0 0 / 33%);
    }

    /* .supportGroups .inner .aboutUser {
        font-size: 20px;
        line-height: 30px;
        height: 90px;
    } */

    /* .groupsPage .supportGroups .inner .aboutUser {
        max-height: 90px;
    } */

    .supportGroups .innerItem .inner {
        height: 160px;
    }


    .consulting .owl-item img {
        height: 190px;
    }

    .consulting .innerItem {
        box-shadow: none;
    }

    .consulting .innerItem .inner {
        height: 115px;
        padding: 15px 0px;
    }

    .consulting .inner .aboutUser {
        /* font-size: 17px;
        line-height: 22px;
        height: 44px; */
    }

    .footer .footerLinks {
        padding: 1rem 2rem;
    }

    .footer ul {
        padding: 0.5rem;
        margin: 0px;
    }

    .footer .footerSocial {
        padding: 0.5rem;
    }

    .footer li a {
        font-size: 18px;
        padding: 5px 6px;
    }

    .whoUs .logoImg {
        width: 165px;
    }

    .whoUs p {
        font-size: 24px;
    }

    .whoUs h3 {
        font-size: 28px;
    }

    .signFormBtn,
    .signFormBtn2,
    .closeBtn {
        font-size: 18px;
        padding: 0px 10px;
    }

    .consulting .owl-carousel .owl-stage {
        right: 0px;
    }

    .programsPage .recentPrograms .innerItem {
        /* height: calc(100% - 20px); */
    }



    .offer .owl-carousel .owl-nav button.owl-prev {
        right: 0px;
    }

    .offer .owl-carousel .owl-nav button.owl-next {
        left: 0px;
    }
}

@media screen and (max-width: 1199.99px) {
    .reviews .addReview h4 {
        font-size: 2vw;
    }

    .groupsPage2 .supportGroups {
        margin: 10px 0px 0px;
    }

    .groupList {
        padding: 0%;
    }

    .groupList .group {
        margin: 10px 15px;
    }

    .groupsPage2 .programTitle {
        padding: 0px 10px;
        font-size: 23px;
    }

    .groupsPage2 .header .form-control {
        font-size: 20px;
    }

    .groupList .inner .aboutUser {
        line-height: 40px;
        font-size: 28px;
        max-height: 120px;
    }

    .groupList .innerItem .inner {
        padding: 15px;
        height: 150px;
    }

    .groupList .commentsNum p {
        font-size: 20px;
    }

    .groupList .commentsNum img {
        width: 22px;
    }

    .groupComments h4 {
        font-size: 22px;
    }

    .groupComments .comment img {
        width: 50px;
        height: 50px;
    }

    .groupComments .comment h5 {
        font-size: 18px;
    }

    .groupComments .comment p {
        font-size: 16px;
    }

    .groupList .btn-clear {
        font-size: 18px;
    }

    .groupDetails .programTitle {
        font-size: 25px;
        padding: 20px;
        margin-bottom: 30px;
    }

    .groupDetails .video p {
        font-size: 24px;
        margin: 16px 0px;
    }

    .groupDetails .video h3 {
        font-size: 32px;
        margin: 25px 0px 10px;
    }

    .groupDetails .blocks {
        padding: 20px 10%;
    }

    .groupDetails .myBlock {
        padding: 10px;
    }

    .groupDetails .myBlock h4 {
        font-size: 20px;
    }

    .groupDetails .myBlock p {
        font-size: 18px;
    }

    .packages h3 {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .package h4 {
        font-size: 24px;
    }

    .package .features p,
    .package .features li {
        font-size: 18px;
    }

    .packages {
        padding: 25px 50px;
    }

    .downLoadBtn p {
        font-size: 28px;
    }

    .downLoadBtn img {
        width: 35px;
    }

    .semesters .smesterTitle {
        padding: 12px;
        border-radius: 10px;
    }

    .semesters .smester {
        border-radius: 12px;
        margin-bottom: 12px;
    }

    .semesters .smesterTitle h5 {
        font-size: 18px;
    }

    .semesters .smesterTitle p {
        font-size: 16px;
        padding-left: 20px;
    }

    .semesters .smesterTitle p::after {
        bottom: 0px;
        left: 2px;
        width: 9px;
        height: 9px;
        border-top: 2px solid #ffffff;
        border-right: 2px solid #ffffff;
    }

    .semesters .sessions {
        padding: 12px;
    }

    .semesters .sessions li {
        font-size: 17px;
        padding-left: 24px;
    }

    .semesters .sessions li::after {
        border-top: 8px solid transparent;
        border-left: 14px solid #a8a8a8;
        border-bottom: 8px solid transparent;
        border-radius: 2px;
    }

    .cure_path_details .consultants .wrapper {
        padding: 20px;
    }

    .cure_path_details .consultants .item {
        width: 25%;
    }

    .newHome .tabs .newGroups.active {
        padding-left: calc(40px + 4vw);
        padding-right: calc(40px + 4vw);
    }

    .newGroups .newGroup p {
        font-size: calc(13px + 1vw);
        font-weight: 400;
        line-height: 2.5vw;

    }

    /* .newGroups {

        padding: calc(25px + 2vw) 25px;
    } */

    .myBookings .recentPrograms .item img {
        height: 16.5vw;
    }

    #offerCarousel.owl-carousel .owl-nav {

        left: 40px;
        right: 40px;
        bottom: 0;
        top: auto;
    }

    .statistcs {
        width: 400px;
    }

    .statistcs .statistcs-number img {
        width: 36px;
        height: 36px;
    }

    .statistcs .statistcs-number {
        padding: 15px 10px;
    }

    .statistcs .statistcs-number h5 {

        font-size: 1rem;
    }

    .statistcs .statistcs-number p {

        font-size: 18px;
    }

    #largeModal .modal-dialog {
        max-width: 100%;
    }
}

@media only screen and (max-width: 991.9px) {
    .header .registerBtn::before {
        content: none;
    }

    .navbar-toggler img {
        width: 30px;
        height: 30px;
        object-fit: contain;
    }

    .header .navbar {
        align-items: center;
    }

    .header .navbar-nav>div {
        flex-direction: column;
    }

    .header .mainLinks .dropdown {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    /* .header .mainLinks .dropdown,
    .header .secLinks .dropdown {
        margin-top: 10px;
    } */

    .header .mainLinks .nav-item,
    .header .secLinks a {
        text-align: center;
        padding: 10px 15px;
        height: auto;
        line-height: none;
    }

    .header .dropdown-item {
        height: 40px;
        line-height: 36px;
        text-align: center;
        /* font-size: 16px; */
    }

    .header .form-inline {
        margin-inline-start: 0px;
        margin: 20px 0px;
    }

    .signPage .formCover {
        width: 33%;
        position: absolute;
        top: 20%;
        left: 3%;
    }

    .signFormBtn,
    .signFormBtn2,
    .closeBtn {
        line-height: 45px;
    }

    .signFrom .forgot-btn {
        line-height: 45px;
        margin-top: 8px;
    }

    .joinUs {
        padding: 2rem;
    }

    .owl-carousel .owl-stage {
        right: 0px;
    }

    .recentPrograms .innerItem {
        margin: 5px;
    }

    .startConscious .registerNow .freeRegister {
        font-size: 20px;
        min-width: 200px;
    }

    .startConscious .preRegistered * {
        font-size: 18px;
    }

    .startConscious .startWord p {
        font-size: 50px;
        line-height: 56px;
    }

    .startConscious .startWord {
        width: 160px;
        height: 113px;
    }

    .startConscious .socialMedia img {
        width: 22px;
        height: 22px;
    }

    .startConscious .socialMedia .btn {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin: 5px;
        padding: 0px;
    }

    .moreThan .largeText {
        font-size: 24px;
    }

    .moreThan p {
        font-size: 22px;
    }

    /* .recentPrograms .programTitle {
        font-size: 25px;
    } */

    .recentPrograms .inner h4 {
        font-size: 24px;
        line-height: 30px;
        max-height: 60px;
    }

    .recentPrograms .inner .userName {
        font-size: 17px;
    }


    .owl-theme .owl-dots .owl-dot span {
        width: 13px;
        height: 13px;
        margin: 5px;
    }

    .showAllProgs {
        width: 240px;
        font-size: 20px;
    }

    .consulting .owl-carousel .owl-stage {
        right: 0px;
    }


    .consulting .innerItem .inner {
        height: 110px;
    }

    .footer .footerLinks {
        padding: 1rem 0rem;
    }

    .footer li a {
        font-size: 17px;
        padding: 5px 4px;
    }

    .footer .rights {
        padding: 1rem 10px;
    }

    .footer .rights p {
        font-size: 18px;
    }

    .programsPage .recentPrograms .innerItem {
        margin: 8px;
    }

    .programsPage .recentPrograms,
    .progrgroupsPageamsPage .recentPrograms,
    .groupsPage .supportGroups {
        padding: 2rem 0;
    }

    .programsPage .recentPrograms .programTitle,
    .groupsPage .recentPrograms .programTitle {
        margin: 0px 0px 1rem;
    }

    .breadcrumb {
        padding: 2rem 2rem 1rem;
    }

    /* .supportGroups .inner .aboutUser {
        font-size: 20px;
    } */

    .breadcrumb .breadcrumb-item a {
        font-size: 18px;
    }

    .breadcrumb .breadcrumb-item::before {
        font-size: 18px;
    }

    .details .programTitle {
        margin: 1rem auto;
        font-size: 30px;
    }

    .details .video h3 {
        font-size: 30px;
        margin: 1rem 0;
    }

    .details .video p {
        font-size: 22px;
        margin-bottom: 2rem;
    }

    .details .consultant h3 {
        font-size: 30px;
        height: 54px;
        line-height: 54px;
    }

    .details .consultant>img {
        width: 30%;
    }

    .details .consultant .docName {
        font-size: 25px;
    }

    .details .consultant .aboutDoc {
        font-size: 22px;
    }

    .details .numBlock p {
        font-size: 20px;
    }

    .details .programNumber>.row>div,
    .details .programNumber>.row {
        padding: 10px;
    }

    .details .programNumber .signUpBtn {
        padding: 8px 15px;
        font-size: 30px;
        margin: 1rem 0px;
    }

    .comments h3 {
        font-size: 22px;
        width: 220px;
        height: 56px;
        line-height: 56px;
    }

    .comments ul {
        list-style: none;
        padding: 0px;
        width: 80%;
        margin: 24px auto 15px;
    }

    .comments ul li {
        padding: 15px 20px;
    }

    .comments .row .userName {
        font-size: 25px;
    }

    .comments .row .comment {
        font-size: 20px;
    }

    .whoUs .logoImg {
        width: 150px;
        margin-bottom: 10px;
    }

    .whoUs p {
        font-size: 20px;
    }

    .whoUs h3 {
        font-size: 25px;
        margin-bottom: 5px;
    }

    .bookingDetails .videosList p {
        font-size: 16px !important;
    }

    .bookingDetails .video {
        width: 98%;
    }

    .header .secLinks .profileLink p {
        max-width: 100%;
    }

    .programsPage .recentPrograms .innerItem {
        /* height: calc(100% - 16px); */
    }

    .header .secLinks .profileLink {
        margin: 10px 0px;
    }

    .reviews .addReview h4 {
        font-size: 2.5vw;
    }

    .reviews h3 {
        font-size: 2.65vw;
    }

    .reviews {
        max-width: calc(100% - 50px);
    }

    .shopping-cart {
        width: 90%;
    }

    .groupsPage2 .header .form-inline {
        margin: 0px;
    }

    .groupsPage2 .programTitle {
        font-size: 20px;
    }

    .groupsPage2 .supportGroups>.row {
        padding: 0px;

    }

    .groupsPage2 .header .form-inline .btn {
        padding: 0px 15px;
        height: 48px;
    }

    .groupsPage2 .header .form-control {
        font-size: 18px;
        height: 48px;
    }

    /* .groupsPage2 .header .form-inline {
        width: 35vw;
    } */

    .groupList .inner .aboutUser {
        line-height: 32px;
        font-size: 22px;
        max-height: 96px;
    }

    .groupList .innerItem .inner {
        padding: 12px;
        height: 120px;
    }

    .groupComments .row .col {
        padding: 5px 8px;
    }

    .groupComments {
        padding: 0px 12px 12px;
    }

    .groupComments .comment {
        padding: 10px 0px;
    }

    .groupComments .comments {
        padding: 0px;
    }

    .groupComments .comment img {
        width: 45px;
        height: 45px;
    }

    .groupDetails .programTitle {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .groupDetails .video p {
        font-size: 18px;
    }

    .groupDetails .video h3 {
        font-size: 26px;
        margin: 16px 0px 0px;
    }

    .groupDetails .myBlock img {
        width: 38px;
        margin: 10px;
    }

    .groupDetails .myBlock h4 {
        font-size: 18px;
    }

    .groupDetails .myBlock p {
        font-size: 16px;
    }

    .groupDetails .blocks {
        padding: 15px 8%;
    }

    .package h4 {
        font-size: 18px;
    }

    .package {
        margin: 12px 0px;
    }

    .packages {
        width: 580px;
    }

    .package .features {
        padding: 15px;
    }

    .niknameModal .modal-title {
        font-size: 24px;
    }

    .niknameModal p {
        font-size: 20px;
    }

    .niknameModal .btn {
        font-size: 24px;
    }

    .downLoadBtn p {
        font-size: 22px;
    }

    .downLoadBtn img {
        width: 30px;
    }

    .relativePrograms h4 {
        font-size: 28px;
        margin-bottom: 18px;
    }

    .comments {
        margin: 20px 0px;
    }

    .comments .innerComments {
        margin-bottom: 0px;
    }

    .relativePrograms img {
        width: calc(100% - 20px);
        margin: 10px;
        border-radius: 8px;
        -webkit-box-shadow: 0px 0px 10px 0px rgb(30 30 30 / 55%);
        -moz-box-shadow: 0px 0px 10px 0px rgba(30, 30, 30, 0.55);
        box-shadow: 0px 0px 10px 0px rgb(30 30 30 / 55%);
    }

    .chatBtn {
        margin: 10px;
    }


    .proDetails {
        width: 60%;
    }


    .storeProdDetails .owl-carousel img,
    .storeProdDetails .owl-carousel iframe {
        width: 65vw;
        height: 42vw;
    }



    .storeProdDetails .offer .owl-dots {
        margin: 0px 0px;
    }


    .fields .btn {
        width: calc(100vw / 4);
        height: calc(100vw / 4);
    }



    .offer .listOffer img {
        width: 100%;
        max-height: 18vw;
    }

    .offer .plus {
        margin: calc((20px + 11vw)/2) 1vw;
    }

    .offer .owl-item {
        padding-bottom: 25px;
    }

    .offer .owl-dots {
        margin: 0px 0px;
    }

    .offer .listOffer {
        padding-bottom: 5vw;
    }


    .academies .academy_cats a p {

        font-size: calc(14px + 1vw);
    }

    .details .video {
        width: 100%;
    }

    /* .academyPrograms {
        padding: 8px;
    } */

    .academyPrograms .newProgram {
        width: calc(33.33% - 16px);
        /* height: 20vw; */
        border-radius: 12px;
        margin: 8px;
    }

    .cure_path_details .newProgram {
        width: calc(50% - 50px);
        margin: 25px;
    }

    .container {
        max-width: 100%;
        padding: 0px 12px;
        margin: 0px;
    }

    .blogs .tab-content {
        padding: 8px;
    }

    .blogItem,
    .blog_details .blogItem {
        border-radius: 10px;
        padding: 10px;
        flex-wrap: wrap;
        box-shadow: 1px 1px 5px 0px #00547080;
        margin: 8px;
    }

    .blogItem .blogPost,
    .blog_details .blogItem .blogPost {
        width: calc(100% - 65px);
        padding: 0px;
    }

    .blogItem .blogFoot,
    .blog_details .blogItem .blogFoot {
        min-width: 100%;
        justify-content: flex-end;
    }

    .blogItem .blogContent,
    .blog_details .blogItem .blogContent {
        margin-top: 0px;

    }

    .blogItem .blogImg,
    .blog_details .blogItem .blogImg {
        width: 55px;
        height: 55px;
        margin-inline-end: 10px;
    }

    .blogs .favBtn {
        border-radius: 10px;
        padding: 0px 15px;
        height: 52px;
        min-width: 200px;
        margin-top: 10px;
    }

    .cure_path_details .consultants .userName {

        font-size: calc(13px + .4vw);
        margin-top: 15px;
    }

    .cure_path_details .pathSubTitle {
        font-size: calc(13px + 2vw);
    }

    .programTitle {
        margin: 2rem auto 10px;
        font-size: 28px;
    }

    .cure_path_details .details .video {
        padding: 0px 20px;
    }


    .cure_path_details .consultants {
        padding: 0px 25px;
    }

    .cure_path_details .consultants img {

        height: 17vw;
    }

    .owl-carousel.owl-theme .owl-nav button {

        height: 42px;
        width: 42px;
    }

    .owl-carousel .owl-nav button.owl-prev {
        right: 15px;
    }

    .owl-carousel .owl-nav button.owl-next {
        left: 15px;
    }

    .owl-theme .owl-nav {
        margin-top: 10px;
    }

    .newHome .tabs .newGroups.active {
        padding-left: calc(20px + 2vw);
        padding-right: calc(20px + 2vw);
    }

    .newGroups .item {
        padding: 10px;
    }

    /* 
    .newGroups .newGroup p {
        font-size: calc(13px + .7vw);
        line-height: 3vw;
    } */

    .newGroups .showAllProgs {
        margin-top: calc(10px + 1vw);
    }

    .header .secLinks .dropdown:first-of-type .profileLink::before {
        content: none;
    }

    .header .secLinks .profileLink {
        margin: 0px;
        justify-content: center;
    }

    section.consulting img {
        height: 25.5vw !important;
    }

    .programSubscribtion .row,
    .programSubscribtion .row>div {
        padding: 15px;
    }

    .payMethod .content {
        border: 2px solid #6495a5;
        padding: 20px;
        border-radius: 10px;
    }

    .profileImg img {
        width: 120px;
        height: 120px;
    }

    .profileImg .custom-file-label {
        width: 40px;
        height: 40px;
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .category .product .ratePrice {
        flex-wrap: wrap;
    }

    .category .product .ratePrice .rating {
        min-width: 100%;
        width: 100%;
    }

    .category .product .ratePrice .addCart {
        width: 100%;
        justify-content: space-between;
    }

    .statistcs {
        width: 350px;
    }
}

@media screen and (max-width: 800px) {
    .shopping-cart .item .image {
        width: auto;
    }

    .shopping-cart .item {
        flex-wrap: nowrap;
    }

    .shopping-cart {
        padding: 15px;
        margin: 0px;
    }

    .btn.btn-success.signUpBtn.bookingBtn.cart-pay {
        margin: 0px;
        width: 120px !important;
    }

    .statistcs .last-program h5 {
        font-size: 16px;
    }

    .chart #myBarChart {
        height: 290px !important;
    }
}

@media only screen and (max-width: 767.9px) {


    .header .secLinks a.lblCartCount {
        margin: 5px 0px 20px;
    }

    .startConscious {
        /* height: 75vw !important; */
    }

    .startConscious .registerNow {
        bottom: 85px !important;
    }

    .moreThan {
        height: 18vw !important;
    }

    /* .moreThan .content
{
top: unset !important; 
} */
    .navbar-toggler img {
        width: 22px;
        height: 22px;
    }

    .startConscious .registerNow .freeRegister {
        font-size: 17px;
        min-width: 160px;
    }

    .startConscious .preRegistered {
        margin-top: 10px;
    }

    .startConscious .preRegistered * {
        font-size: 15px;
        padding: 5px 0px;
    }

    .startConscious .preRegistered a {
        border-radius: 0px;
    }

    .startConscious .startWord {
        width: 112px;
        height: 80px;
    }

    .startConscious .startWord p {
        font-size: 35px;
        line-height: 40px;
    }

    .signPage .formCover {
        width: 45%;
        top: 9%;
        left: 3%;
    }

    .signFrom .forgot-btn {
        margin-top: 0px;
        line-height: 38px;
        font-size: 16px;
    }

    .signFormBtn,
    .signFormBtn2,
    .closeBtn {
        font-size: 14px;
        padding: 0px 5px;
        line-height: 40px;
    }

    .signFrom .form-control {
        min-height: 40px;
    }

    .signPage .startConscious .startWord {
        display: none;
    }

    /* .startConscious {
        height: 50vw !important;
    } */

    .startConscious .registerNow {
        bottom: 7vw !important;
        height: auto;
        top: auto;
    }

    .startConscious .startWord {
        position: absolute;
        left: 10vw;
        top: 12vw;
        right: auto;
        margin: 0px;
    }

    .signUpPage {
        padding: 2rem;
    }

    .signUpPage h3,
    .joinUs h3 {
        font-size: 24px;
        margin-bottom: 1rem;
    }

    .forgotPass .content {
        padding: 16px;
    }

    .forgotPass .content p {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .moreThan .largeText {
        font-size: 22px;
    }

    .moreThan p {
        font-size: 20px;
        margin-top: 6px;
    }

    .footer li a {
        font-size: 15px;
        padding: 5px 2px;
    }

    .footer .footerLinks {
        padding: 0.25rem;
    }

    .footer .rights img {
        width: 30px;
        object-fit: contain;
        margin-bottom: 2px;
    }

    .footer .rights p {
        font-size: 15px;
    }

    .footer .footerLinks li a {
        font-size: 15px;
    }

    .footer .rights {
        padding: 10px;
    }

    #newsletter p {
        font-size: 17px;
        margin-top: 5px;
        padding: 0px;
        margin-bottom: 5px;
    }

    #newsletter .newsletter_div {
        padding: 4px;
    }

    #newsletter .newsletter_div .bookingBtn {
        border-radius: 5px;
    }

    .recentPrograms .inner h4 {
        font-size: 20px;
        line-height: 24px;
    }

    /* .supportGroups .inner .aboutUser {
        font-size: 20px;
        line-height: 28px;
        height: 84px;
    } */

    .supportGroups .innerItem .inner {
        height: 130px;
        padding: 20px 12px 10px;
    }

    .recentPrograms .inner .userName {
        font-size: 16px;
    }

    .consulting .innerItem .inner {
        height: 80px;
        padding: 10px 0;
        overflow: hidden;
    }

    .consulting .owl-theme .owl-nav {
        margin-top: 0px;
    }

    .consulting .inner .aboutUser {
        /* font-size: 14px;
        line-height: 19px;
        height: 38px; */
    }

    .supportGroups .inner .aboutUser {
        height: auto;
    }

    .myBookings .supportGroups .innerItem {
        border-radius: 12px;
    }

    .owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 4px;
    }

    .programsPage .recentPrograms,
    .progrgroupsPageamsPage .recentPrograms,
    .groupsPage .supportGroups {
        padding: 1rem 0;
    }

    .programsPage .recentPrograms .programTitle,
    .groupsPage .recentPrograms .programTitle {
        margin: 0px 0px 1rem;
    }

    .breadcrumb {
        padding: 1rem 2rem 1rem;
    }

    .recentPrograms .programTitle {
        font-size: 18px;
    }

    .groupsPage .supportGroups .innerItem {
        height: auto;
    }

    .supportGroups .innerItem .inner {
        height: auto;
    }

    .details .programTitle {
        font-size: 24px;
    }

    .details .video h3 {
        font-size: 20px;
        margin: 0.5rem 0;
    }

    .details .video p {
        font-size: 18px;
        margin-bottom: 1rem;
    }

    .details .consultant h3 {
        font-size: 20px;
        height: 48px;
        line-height: 48px;
    }

    .details .consultant>img {
        width: 48%;
    }

    .details .consultant .doctor {
        max-width: 90%;
    }

    .details .consultant .aboutDoc {
        font-size: 18px;
    }

    .details .consultant .docName {
        font-size: 18px;
    }

    .details .programNumber .signUpBtn {
        font-size: 20px;
        margin: .5rem 0px;
    }

    .comments h3 {
        font-size: 16px;
    }

    .comments .row img {
        width: 66px;
        height: 66px;
        line-height: 66px;
    }

    .comments ul {
        padding: 0px;
        width: 100%;
    }

    .comments .innerComments {
        padding: 0px 10px;
        margin: 27px auto;
    }

    .comments .row .comment {
        font-size: 16px;
        margin: 0px;
    }

    .comments .row .userName {
        font-size: 18px;
    }

    .comments .row .userName {
        font-size: 18px;
        line-height: 66px;
        padding: 0px 10px;
    }

    .bookingDetails .video {
        width: 100%;
    }

    .bookingDetails .video iframe {
        width: 100%;
        height: calc(100vw * .57);
    }

    .bookingDetails .videosList p {
        font-size: 18px !important;
    }

    .bookingDetails .video .programTitles {
        width: 94%;
    }

    .details .consultant {
        padding: 0px 1rem 1rem;
    }

    .details .video {
        width: 100%;
    }

    .details .video iframe {
        width: 100%;
        height: calc(100vw * .57);
    }

    .details .video>p,
    .details .video>h3 {
        padding: 0px 10px;
    }

    .comments {
        margin: 10px 0px;
    }

    .reviews .addReview h4 {
        font-size: 18px;
    }

    .reviews h3 {
        font-size: 20px;
        margin: 12px 0px;
    }

    .comment .userName {
        line-height: normal;
    }

    .comment img {
        margin-inline-end: 0px;
    }

    .groupList {
        grid-template-columns: auto;
    }

    .groupsPage2 .programTitle {
        /* margin: 12px 0px 20px; */
    }

    .groupsPage2 .header .form-control {
        font-size: 16px;
    }

    .groupsPage2 .supportGroups>.row .col {
        width: calc(100% - 38vw);
    }

    .groupsPage2 .header .form-inline {

        width: 38vw;
    }

    .groupDetails .programTitle {
        font-size: 18px;
        margin-bottom: 0px;
    }

    .groupDetails .blocks {
        max-width: 340px;
        margin: auto;
        padding: 10px 20px;
    }

    .groupDetails .blocks>div {
        padding: 12px;
    }

    .groupDetails .video p {
        font-size: 16px;
    }

    .groupDetails .video h3 {
        font-size: 22px;
    }

    .groupDetails .myBlock h4 {
        font-size: 20px;
    }

    .groupDetails .myBlock p {
        font-size: 20px;
    }

    .semesters {
        width: 60vw;
        margin: auto;
        padding: 0px;
        height: auto;
    }

    .relativePrograms h4 {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .chatBtn {
        height: 38px;
        padding: 0px 12px;
    }

    .semesters .smester {
        margin: 10px;
    }


    .fields .btn p {
        margin: 0px;
        font-size: calc(12px + 1.2vw);
    }




    .storeSearch input {
        height: 45px;
    }

    .storeSearch .btn {
        width: 45px;
        height: 45px;
    }



    .academies .academy_cats a {
        width: calc(33.33% - 2vw);
        height: calc(28vw - 2vw);
        margin: 1vw;
        border-radius: calc(10px + 1vw);
        padding: 12px;
    }

    .payMethod .content {
        /* width: 40vw; */
        padding: 20px 20px 10px;
        border-radius: 12px;
        /* min-height: 100px; */
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .payMethod .inner {
        padding: 12px 8px 10px;
    }

    /* .payMethod .inner p {
        font-size: calc(13px + 1vw);
    } */

    .payBtn {

        height: 50px;
        line-height: 50px;
        padding: 0px 20px;
    }

    .subscripetion .titleValue {
        width: 100%;
        padding: 0 10px;
    }

    .subscripetion .titleValue p {
        font-size: calc(13px + 1vw);
    }

    .academyPrograms {
        padding: 0px calc(20px + 2vw);
    }

    .academyPrograms .newProgram {
        width: calc(50% - 16px);
        /* height: 28vw; */

        margin: 8px;
    }

    /* .academy_details .details .programTitle {
       margin-bottom: 0px; 
    } */




    .nav-tabs .nav-link {
        line-height: 46px !important;
    }

    .scrtabs-tab-container,
    .scrtabs-tab-scroll-arrow,
    .scrtabs-tabs-fixed-container,
    .nav-tabs .nav-link {
        height: 46px !important;
    }

    .newComments {
        padding: calc(10px + 1vw);
    }

    .newSendForm {
        width: 100%;
    }

    .newSendForm .message {

        padding: 0 10px;
        font-size: 14px;
    }

    .jobsDetails .container {
        padding: 20px;
    }

    .signFormBtn,
    .signFormBtn2 {
        max-width: 100%;
    }

    .cure_path_details .consultants .item {
        width: 33.33%;
    }

    .cure_path_details .consultants img {
        height: 25vw;
    }

    .newHome .offers img {
        height: auto;
        border-radius: 10px;
    }

    /* .newGroups {
        padding: 25px 15px;
    } */

    .newGroups .item {
        padding: 5px;
    }

    .newGroups .newGroup {
        padding: 10px;
        border-radius: 8px;
        height: 22vw;
        box-shadow: 2px 2px 5px 0px #00547060;
    }

    .newGroups .newGroup p {
        line-height: 3.5vw;
    }

    .consulting .innerItem {
        padding: 5px;
    }

    .sideButtons .btn {
        height: 48px;
        margin: 4px 0px;
        min-width: 60px;
        padding: 0px 10px;
    }

    .sideButtons .btn img {
        width: 36px;
        height: 36px;
    }

    .sideButtons .btn:hover p {
        width: 70px;
    }

    .newHome .morshdk .row {
        max-width: calc(100% - 30px);
    }

    .newHome .morshdk p {
        padding: 0px 15px;
        height: 40px;
        line-height: 20px;
        font-size: 16px;
    }





    .sideButtons .chatbot {
        border-radius: 10px;
    }

    .sideButtons .closeBtn {
        width: 34px;
        height: 34px;
        min-width: 0;
        top: 9px;
        /* left: 32px; */

    }

    .sideButtons .closeBtn img {
        width: 18px;
        height: 18px;
    }

    .newHome .tabs-header {

        padding: 0 20px;
    }

    .newHome .tabs-header li {
        font-size: calc(13px + .75vw);
    }

    .myBookings .recentPrograms .item img {
        height: 26vw;
    }

    section.consulting img {
        height: 52.5vw !important;
    }

    .programSubscribtion .subTitle {

        font-size: calc(14px + .5vw);
    }

    .programSubscribtion .row {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .offer h3 {

        font-size: 20px;
    }

    .programDetails .payBtn,
    .programSubscribtion .payBtn {
        font-size: calc(14px + .6vw);
        height: 54px;
    }

    .groupsPage2 .supportGroups>.row {
        padding: 0px calc(1% + 10px);
    }

    .newComments .comentsTitle::before,
    .newComments .comentsTitle::after {

        width: calc(50% - 50px);
    }

    .academies .academy_cats a p {
        font-size: calc(13px + .65vw);
    }

    .signPage .startConscious {
        height: auto;
    }

    .signPage .formCover {
        margin: 25px;
    }

    .startConscious {
        height: 55vw !important;
    }

    .startConscious .startWord {
        left: 15vw;
        width: 170px;
        height: 120px;
    }

    .startConscious .startWord p {
        font-size: 45px;
        line-height: 60px;
    }

    .startConscious .registerNow {
        left: 14%;
    }

    .footer .footerSocial {
        text-align: center;
        margin-top: 25px;
    }

    #newsletter .title,
    footer .storeBtns .title {
        text-align: center;
        font-size: calc(15px + 1.25vw);

    }

    .programSubscribtion .content {
        width: 400px;
        margin: auto;
        max-width: 100%;
    }

    .programDetails .payBtn,
    .programSubscribtion .payBtn {
        /* width: 100%; */
    }

    .statistcs {
        width: 100%;
        margin: 0px 0px 30px;
    }

    .joinUs .signFrom {
        padding: 10px;
    }

    .payBtn {
        padding: 0px 12px;
        height: 48px;
        line-height: 48px;
        font-size: calc(15px + .5vw);
    }

    .newPriceing .payBtn {
        margin: 0px;
        width: 270px;
    }

    .downLoadBtn {
        width: 270px !important;
    }

    .programNumber .userName {
        font-size: 17px;
    }

    .payBanner {
        padding: 0px !important;
        margin-right: 16px !important;
        margin-left: 16px !important;
        width: 100%;
    }

    .bookingFrom .button-group-pills .btn {

        width: calc((100% / 6) - 4px);
        margin: 2px;
        padding: 5px;
        font-size: 14px;
    }

    #largeModal .modal-header {
        padding: 10px;
    }

    #largeModal .modal-header h4 {
        font-size: 15px;
    }

    #largeModal .modal-header .close {
        padding: 5px 10px;
    }

    #largeModal .input-daterange input {
        width: 40px;
        height: 40px;
    }
}

@media screen and (max-width: 726px) {
    .datepicker-dropdown.datepicker-orient-right:before {
        right: calc(50% - 6px)
    }

    .datepicker-dropdown.datepicker-orient-right:after {
        right: calc(50% - 5px)
    }

    tbody tr td {
        padding: 2px !important;
    }

    thead tr:nth-child(3) th {
        font-weight: 400 !important;
        padding: 10px 4px !important;
    }

    .cw {
        padding: 0px 10px !important;
    }

    .cure_path_details .groupList .group {
        width: 100%;
    }

    .cure_path_details .groupList .innerItem .inner {
        height: auto;
    }

    .addCartConfirm {
        display: block;
        width: 100%;
        right: 0px;
        left: 0px;
        margin: 0px;
        min-width: 0px;
        padding: 0;
        text-align: center;
    }

    .addCartConfirm .modal-dialog {
        max-width: 100%;
        margin: auto;
    }

    .addCartConfirm .modal-confirm h4 {

        font-size: 17px;

    }

    .addCartConfirm .modal-content {
        max-width: calc(100% - 30px);
        margin: auto;

    }

    .groupList .item {
        max-width: 80vw;
    }
}

@media screen and (max-width: 599.9px) {
    .groupsPage2 .supportGroups {
        margin: 0px;
        padding: 0px;
    }

    .groupsPage2 .supportGroups>.row {
        margin: 20px 0;
    }

    .groupsPage2 .groupList {
        padding: 0px 10px;
    }

    .groupsPage2 .programTitle {
        font-size: 16px;
        /* margin: 15px 0px; */
        margin-bottom: 10px;
        padding: 0px;
    }

    .groupComments h4 {
        font-size: 17px;
    }

    .comments .row img {
        width: 50px;
        height: 50px;
    }

    .header .form-inline .btn img {
        width: 20px;
        height: 28px;
    }

    .groupsPage2 .header .form-inline {
        width: 100vw;
        margin: 0px 0px 12px;
    }

    .groupsPage2 .header .form-control {
        font-size: 14px;
    }

    .groupList .inner .aboutUser {
        font-size: calc(13px + .75vw);
    }

    .groupList .rateYo2 .jq-ry-group {
        text-align: left;
    }

    .groupList .rateYo2 .jq-ry-container {
        padding: 0;
    }

    .groupList .comRatem.groupList .comRate>div {
        padding: 2px 5px;
    }



    .groupList .rateYo2 svg {
        width: 16px;
        height: 16px;
    }

    .groupComments .comment p {
        font-size: 14px;
        font-weight: 400;
    }

    .supportGroups .innerItem .inner {

        padding: 15px;
    }

    .groupList .innerItem {
        border-radius: 10px;
    }

    .groupList .item {

        border-radius: 10px;
    }

    .groupList .group {
        margin: 5px;
    }

    .package .toCart {
        position: initial;
        max-width: 100%;
        width: 100%;
        padding: 0px;
    }

    .package .features li {
        max-width: 100% !important;
    }

    .package .features {
        padding: 10px;
    }

    .package .toCart .btn {
        width: 42px;
        height: 42px;
        padding: 7px;
        margin: 0px;
    }

    .packages {
        padding: 10px 20px;
    }

    .package .features p,
    .package .features li {
        font-size: 16px;
    }

    .niknameModal .modal-title {
        font-size: 20px;
    }

    .niknameModal p {
        font-size: 18px;
    }

    .niknameModal .btn {
        font-size: 20px;
    }

    .niknameModal input {
        font-size: 18px;
    }



    .downLoadBtn p {
        font-size: 18px;
    }

    .downLoadBtn img {
        width: 26px;
    }

    .offer .listOffer {
        flex-direction: column;
    }

    .offer .listOffer .item img {
        width: 220px !important;
        height: auto !important;
        max-height: none;
        max-width: 100% !important;
    }

    .offer .plus {
        margin: 0px auto;
    }

    .offer .offerPrice {
        position: initial;
        margin: 20px auto 0px;
    }

    /* .offer .owl-nav {
        display: none;
    } */

    .offer .offerPrice .cartBtn {
        height: 42px;
        width: 42px;
    }

    .favorites .tabs {
        padding-left: calc(20px + 2vw);
        padding-right: calc(20px + 2vw);
    }

    .favorites .recentPrograms,
    .favorites .category {
        padding: calc(3vw + 20px) calc(20px + 2vw);
    }

}

@media only screen and (max-width: 575.9px) {
    .signPage .startConscious .tree {
        display: none;
    }

    .moreThan {
        height: 18vw !important;
    }

    .signPage .formCover {
        position: initial;
        width: auto;
    }

    .signPage .startConscious {
        height: auto;
        display: inline-block;
        width: 100%;
    }

    .signPage .startConscious .socialMedia {
        left: calc(50% - 50px);
        bottom: 0px;
        flex-direction: row;
        border-top-left-radius: 12px;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 12px;
    }

    .signUpPage {
        padding: 20px;
    }

    .signUpPage h3,
    .joinUs h3 {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .joinUs {
        padding: 10px 0px;
    }

    .contactTitle {
        margin: 5px 0px;
    }




    .showAllProgs {
        margin-top: 0.5rem;
    }

    .startConscious .tree {
        height: 78%;
    }

    .startConscious .socialMedia {
        padding: 0px;
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px;
    }

    .startConscious .registerNow .freeRegister {
        font-size: 15px;
        min-width: 99px;
    }

    .startConscious .registerNow {
        width: 65%;
        /* left: 10px;
        bottom: 5px;
        margin: 0px;
        top: auto; */
    }

    .startConscious .preRegistered {
        margin-top: 2px;
    }

    .showAllProgs {
        width: 170px;
        font-size: 15px;
    }

    .moreThan .largeText {
        font-size: 17px;
    }

    .moreThan p {
        font-size: 16px;
    }

    /* .owl-carousel .owl-nav button.owl-next {
        position: absolute;
        top: 0px;
        left: -7px;
    } */

    .startConscious .registerNow .freeRegister {
        padding: 10px 15px;
        border-radius: 10px;
    }

    .startConscious .startWord p {
        font-size: 40px;
        line-height: 42px;
    }

    /* .startConscious .startWord {
        left: 10vw;
        top: 15vw;
        height: 100px;
    } */

    /* .newHome .startConscious .startWord {
        top: 10vw;
        width: 110px;
        height: 85px;
    } */

    /* .newHome .startConscious .registerNow {
        left: 8%;
    } */
    .startConscious {
        height: auto !important;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }


    .startConscious .startWord {
        position: initial;
        padding: 20px 0;
        min-width: 50%;
    }

    .startConscious .registerNow {
        position: initial;
        padding: 10px 20px;

    }

    .startConscious .startWord p {
        font-size: 35px;
        line-height: 40px;
    }

    .breadcrumb .breadcrumb-item a {
        font-size: 15px;
    }

    .breadcrumb .breadcrumb-item::before {
        font-size: 15px;
    }

    .whoUs .myContent {
        padding: 15px;
    }

    .whoUs .logoImg {
        width: 110px;
        margin-bottom: 8px;
    }

    .whoUs h3 {
        font-size: 22px;
        margin-bottom: 5px;
    }

    .whoUs p {
        font-size: 17px;
        line-height: 25px !important;
    }

    .bookingDetails .videosList p {
        font-size: 16px !important;
    }

    .details .numBlock {
        width: 200px;
        max-width: 100%;
        margin: 0px auto;
    }

    .homePage .startConscious .startWord {
        top: 15%;
        margin: 0px;
        right: auto;
        left: 10%;
    }

    .verifyModal .modal-body {
        padding: 0px;
    }

    .verifyModal .form-control {
        margin: 5px !important;
    }

    .recentPrograms .innerItem .inner {
        padding: 15px 12px 10px;
        /* height: 90px; */
        height: auto;
    }



    /* 
    .owl-carousel .owl-nav button.owl-next {
        top: auto;
        bottom: -3px;
        height: 40px;
        left: 10px;
    }

    .owl-carousel .owl-nav button.owl-prev {
        display: inline-block !important;
        top: auto;
        bottom: -3px;
        height: 40px;
        right: 10px;
        width: 36px;
        padding-right: 0px !important;
        text-align: left;
        background: none !important;
    } */

    /* .owl-carousel .owl-nav button.owl-prev span {
        font-size: 30px;
    } */

    .reviews {
        /* max-width: 100%; */
    }

    .shopping-cart .item {
        flex-wrap: wrap;
        padding: 0px;
        justify-content: flex-start;
        overflow: hidden;
    }

    .shopping-cart .item .image {
        width: 100%;
    }

    .shopping-cart .item .image img {
        width: 100%;
        height: auto;
        object-fit: contain;
        border-radius: 0px;
    }

    .shopping-cart .description {
        margin: 0px;
        padding: 10px;
        display: flex;
        flex-direction: column;
    }

    .shopping-cart .description span:first-child {
        margin-bottom: 6px;
        font-size: 20px;
        line-height: 18px;
        word-spacing: 1px;
    }

    .shopping-cart .description span:last-child {
        font-size: 15px;
        line-height: 18px;
    }

    .shopping-cart .total-price {
        margin: 10px;
    }

    .shopping-cart .item .buttons {
        bottom: 10px;
        left: 10px;
    }

    .shopping-cart .title span {
        font-size: 18px;
    }

    .shopping-cart .total-desc h4 {
        font-size: 15px;
        font-weight: bold;
    }

    .cart-total .total-price {
        font-size: 15px;
    }

    .shopping-cart .total-desc {
        width: auto !important;
    }

    .shopping-cart .cart-total {
        justify-content: space-between;
    }

    .shopping-cart {
        padding: 10px;
    }

    .shopping-cart .item {
        margin: 5px;
        margin-bottom: 8px;
    }

    .bookingGroupDetails .video {
        width: 100%;
    }

    .bookingGroupDetails .video iframe {
        width: 100%;
        height: calc(100vw * .57);
    }

    .semesters {
        width: calc(100% - 20px);
    }

    .relativePrograms {
        padding: 0px 20px;
    }

    .chat {
        max-width: 100%;
        margin: 0px;
        border-radius: 0px;
        box-shadow: none;
    }

    .chat .chatBody {
        padding: 14px;
    }

    .chat .item {
        max-width: 100%;
    }

    .chat .chatHeader {
        display: flex;
        padding: 10px 14px;
    }

    .chat .chatHeader p {
        font-size: 17px;
    }

    .chat .chatHeader img {
        width: 42px;
        height: 42px;
        margin-left: 14px;
    }

    .ChatPage .programTitle {
        display: none;
    }

    .competition .btn {
        left: 10%;
        bottom: 22%;
        padding: 3px 10px;
        border-radius: 8px;
        font-size: 4.5vw;
    }

    .signInModal .modal-title {
        font-size: 22px;
        margin-top: 0px;
    }

    .signInModal form {
        padding: 0px 12px;
    }

    .signInModal input {
        height: 45px;
        border-radius: 24px;
        font-size: 17px;
        padding: 0px 15px;
        margin-bottom: 10px;
    }

    .signInModal .loginBtn {
        font-size: 20px;
    }

    .signInModal p {
        font-size: 18px;
    }

    .signInModal p a {
        font-size: 20px;
    }

    .signInModal .modal-content {
        border-radius: 15px;
    }

    /* .offers .owl-carousel .owl-nav button {
        top: 0px;
        height: 100%;
        left: 5px;
        padding-bottom: 30px !important;
    }

    .offers .owl-carousel .owl-nav button.owl-prev {
        right: 5px;
    } */




    .category .row .col {
        padding: 5px;
    }

    .container,
    .container-fluid {
        padding-right: 8px;
        padding-left: 8px;
    }

    .fields .btn img {
        min-width: 50px;
        min-height: 40px;
    }

    .fields .btn {
        width: calc(100vw / 3);
        height: calc(100vw /3);
    }

    .storeProdDetails .owl-carousel img,
    .storeProdDetails .owl-carousel iframe {
        width: 75vw;
        height: 48vw;
    }

    .storeProdDetails .container,
    .storeProdDetails .container-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }

    .proDetails {
        width: 85%;
    }

    .reviews .content {
        padding: 6vw 2vw 2vw;
        max-height: 62vw;
    }






    .fields .btn p {
        font-size: calc(11px + .5vw);
        font-weight: bold;
        line-height: 17px;

    }

    .fields .btn {
        padding: 10px 5px;
    }

    .category .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }

    .category .product .productImg {
        height: 42vw;
    }



    .category .product .rating i {
        font-size: calc(10px + .51vw);
        margin: 3px;
    }

    .addCart .price {
        font-size: calc(14px + .8vw);
        line-height: calc(28px + .8vw);
        border-radius: 50px;
    }

    .category .product .content {
        padding: 4vw !important;
    }

    .category .product .desc {
        font-size: calc(15px + .25vw);
        line-height: calc(22px + .25vw);
        height: calc((22px + 0.25vw)*2);
    }

    .category .product .name {
        font-size: calc(17px + .4vw);
    }

    .category h4 {
        margin-bottom: 5vw;
    }



    .offer .listOffer {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 80%;
        margin: auto;
    }

    .offer .title {
        display: none;
    }


    .container {
        padding: 0px;
    }

    .newComment .comment {
        border-radius: 10px;
        font-size: calc(14px + .5vw);
        padding: 10px 12px;
        margin-bottom: 12px;
    }

    .newComment img {
        width: 55px;
        height: 55px;
    }

    .newSendForm .send-button {
        height: 35px;
        line-height: 35px;
    }

    .blogItem .blogContent,
    .blog_details .blogItem .blogContent {

        font-size: calc(13px + .5vw);
    }

    .blogItem .blogTitle,
    .blog_details .blogItem .blogTitle {
        font-size: calc(14px + .5vw);
    }

    .blogItem .blogTime,
    .blog_details .blogItem .blogTime {
        font-size: 12px;
    }

    .blogItem .iconCount img,
    .blog_details .blogItem .iconCount img {
        width: 18px;
        height: 18px;
    }

    .blogItem .blogImg,
    .blog_details .blogItem .blogImg {
        width: 44px;
        height: 44px;
    }

    .jobsDetails .container {
        padding: 16px;
    }

    .jobsDetails .description {
        font-size: calc(14px + .5vw);
    }

    .jobsDetails .title {
        font-size: calc(14px + .5vw);
        margin-bottom: 10px;
    }

    .jobsDetails .signFrom {
        padding: 0px 8px;
    }

    /* .startConscious {
        height: 330px !important;
    } */

    .jobs .container {
        padding: calc(20px + 1vw) calc(8px + 1vw);
    }

    .cure_paths .pathTitle {
        font-size: calc(16px + 1vw);
        padding: 10px calc(13px + 1vw);
    }

    .cure_paths .pathSubTitle {
        font-size: calc(14px + 1vw);
        margin-bottom: 0px;
    }

    .cure_paths .description {
        font-size: calc(13px + 1vw);
        margin: calc(15px + 1vw) 0;
    }

    .cure_paths .paths h3 {
        font-size: calc(14px + 1vw);
        margin: 0 auto calc(15px + 1vw);
    }

    .cure_paths .paths {
        padding: 20px;
    }

    .cure_paths .paths .path {
        padding: 20px 15px;
        border-radius: 12px;
        width: calc((100% / 2) - 20px);
        margin: 10px;
    }

    .cure_path_details .consultants .item {
        width: 50%;
    }

    .cure_path_details .consultants img {
        height: 35vw;
    }

    .cure_path_details .category {
        padding: 0px 20px;
    }

    .programTitle {
        font-size: 22px;
    }

    /* .payMethod .inner {
        width: 50%;
    } */

    .cure_path_details .newPricing {
        padding: 20px !important;
    }

    .cure_path_details .consultants {
        padding: 0px 12px;
    }

    .cure_path_details .consultants .wrapper {
        padding: 10px;
    }

    .morshdyChannel .container iframe {
        width: 100%;
        height: 57vw;
        margin: 0px;
    }

    .morshdyChannel h3 {
        margin-bottom: 10px;
        font-size: calc(15px + 1.5vw);
    }



    .playLists .wrapper {
        padding: 8px;
        width: 100%;
        margin-top: 0px;
    }

    .morshdyChannel .playLists {
        margin-top: calc(20px + 2vw);
    }

    .playLists .platlist {
        width: 33.33%;
        padding: 8px;
    }

    .playLists .platlist .title {
        font-size: calc(14px + .5vw);
    }

    .playLists .platlist img {

        border-radius: 8px;
    }

    .morshdyChannel .description {
        padding: 16px;
        font-size: calc(14px + .5vw);
    }

    .playlistDetails .youtubeVideos {
        padding: 8px;
    }

    .youtubeVideos .youtube {
        width: 50%;
        border-radius: 8px;
        padding: 8px;
        margin: 0px;
    }

    .youtubeVideos .youtube img {
        border-radius: 8px;
    }

    .playlistDetails .wrapper {
        max-height: 65vw;
    }

    .quizModal .bs-stepper-content {
        padding: 15px;
    }

    .quizModal .modal-header {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    /* .startConscious {
        height: 56vw !important;
    } */

    .newHome .offers .innerItem {
        height: auto;
        padding: 0px;
    }

    .newHome .offers .innerItem img {
        border-radius: 0px;
    }

    /* .newGroups {
        padding: 25px 0px;
    } */

    /* .owl-carousel.owl-theme .owl-nav button {
        background: none !important
    }
 .owl-carousel.owl-theme .owl-nav button {
     top: auto;
 } */

    .newGroups .newGroup {
        height: 28vw;
    }

    .newGroups .newGroup p {
        line-height: 5vw;
        font-weight: 500;
    }

    .newHome .tabs .newGroups.active {
        padding-left: 0;
        padding-right: 8px;
    }

    .owl-carousel.owl-theme .owl-dots {
        height: 45px;
        /* display: flex; */
        align-items: center;
        justify-content: center;
    }

    .owl-theme .owl-nav {
        margin: 0;
    }

    .header .nav-item,
    .header .secLinks a,
    .header .dropdown-item {
        font-size: calc(13px + .75vw);
    }

    .myBookings .recentPrograms .item img {
        height: 52vw;
    }

    .newComment .comment {

        box-shadow: 3px 3px 8px 0px #00000020;
    }

    .breadcrumb {
        padding: 1rem 15px 1rem;
    }

    .programSubscribtion {

        max-width: calc(100% - 34px);
    }

    .programSubscribtion .inner {

        box-shadow: 0px 0px 18px 0px #00547060;
    }

    .cure_paths .container {
        padding: 10px 20px;
    }

    .sideButtons .chatbot.active {
        left: 10px;
        max-width: calc(100% - 20px);
    }

    .blogs .nav-tabs::-webkit-scrollbar,
    .favorites .nav-tabs::-webkit-scrollbar {
        border-bottom: 0px;
        height: 4px;
    }

    .blogs div:has(.favBtn) {
        text-align: center;
    }

    .favorites .tabs {
        padding-left: 20px;
        padding-right: 20px;
    }

    .favorites .recentPrograms,
    .favorites .category {
        padding: calc(3vw + 20px) 20px;
    }

    .newPricing .container-class {
        flex-direction: column;
    }

    .datepicker.datepicker-dropdown {
        width: 380px;
    }

    .bookingFrom .wrapper {
        padding: 0px;
        border-radius: 5px;
        overflow: hidden;
    }

    .bookingFrom .tabs-wrapper {
        padding: 4px;
    }

    .bookingFrom .wrapper .nav-tabs a {
        border-radius: 4px;
        font-size: 10px;
    }

    .bookingFrom .button-group-pills .btn {

        font-size: 10px;
    }

    .bookingFrom .wrapper .nav-tabs li {
        padding: 1px;
    }

    .bookingFrom .tab-content {
        padding: 0;
    }

    .bookingFrom .modal-body {
        padding: 5px;
    }
}

@media only screen and (max-width: 399px) {
    .datepicker.datepicker-dropdown {
        width: 100vw;
    }

    .academies .academy_cats {
        padding: 8px;
        justify-content: space-between;
    }

    .academies .academy_cats a {
        width: calc(50% - 16px);
        height: calc(40vw - 16px);
    }

    .academy_details .acTitle h4 {
        font-size: calc(13px + .65vw);
    }

    .academy_details .details {
        padding: 0px;
    }

    .details .video p {
        font-size: 16px;
    }

    .details .programTitle {
        font-size: 17px;
        margin-bottom: 5px;
    }

    .details .rating {
        margin-bottom: 15px;

    }

    /* 
    .academyPrograms {
        padding: 8px;
    } */

    .academyPrograms .newProgram {
        width: calc(100% - 8px);
        margin: 8px;
        /* height: 60vw; */
        border-radius: 10px;
        box-shadow: 2px 2px 6px 1px rgb(0 0 0 / 30%);
    }

    .payBanner h5 {
        font-size: calc(15px + 1.25vw);
    }

    #newsletter .newsletterbtn {
        padding: 0px 15px;
        width: 100%;
    }

    #newsletter .row .col-8 {
        padding-left: 5px;
    }

    #newsletter .row {
        padding: 0px 5px;
    }

    .newComment {
        padding: 0px;
        font-size: 13px;
    }

    .newComment img {
        width: 40px;
        height: 40px;
    }

    .newComment .comment {
        font-size: calc(12px + .5vw);
    }

    .signFrom .custom-file .custom-file-label::after {
        margin: 8px 10px;
        font-size: 12px;
    }

    .signFormBtn2 {
        width: 100%;
    }

    .jobs .jobItem {
        padding: 10px;
        border-radius: 8px;
    }

    .jobs .title {
        font-size: calc(13px + .5vw);
    }

    .cure_paths .paths .path {
        padding: 20px 15px;
        border-radius: 10px;
        width: 100%;
        margin: 0px 0px 10px;
    }

    .cure_paths .path span {
        margin-top: 8px;
        font-size: 13px;
    }

    .programTitle {
        font-size: 18px;
    }

    .cure_path_details .consultants .wrapper {
        padding: 0px;
        border-radius: 12px;
    }

    .footer .footerSocial img {
        width: 28px;
        height: 28px;
        /* padding: 4px; */
    }

    .playlistDetails .youtubeVideos {
        padding: 20px;
    }

    .playLists .platlist {
        width: 50%;
    }

    .youtubeVideos .youtube {
        width: 100%;
        padding: 5px;
    }

    .playlistDetails .wrapper {
        max-height: 100vw;
    }


    .newHome .tabs-header li {
        font-size: calc(11px + .2vw);
    }



    .blogItem .blogContent,
    .blog_details .blogItem .blogContent {
        font-size: calc(13px + .25vw);
    }

    .consulting .inner .aboutUser {
        /* font-size: 14px;
        line-height: 20px;
        height: 20px; */
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block;
        width: 100%;
    }

    .recentPrograms .innerItem .inner {
        padding: 8px 0px 0px;
    }

    .recentPrograms {
        padding: 10px 0;
    }

    .payBtn {
        padding: 0px 14px;

        /* max-width: 80%; */
        justify-content: center;
    }

    .newComment .comment p {

        font-size: calc(13px + .5vw);
    }

    .sideButtons .chatbot {
        border-radius: 0;
    }

    .sideButtons .chatbot.active {
        left: 0px;
        top: 0;
        bottom: 0;
        height: 100vh;
        width: 100vw;
        max-width: 100vw;
    }

    .category .product {
        margin-bottom: 20px;
    }

    .statistcs .statistcs-number img {
        width: 30px;
        height: 30px;
    }

    .statistcs .statistcs-number h5 {
        font-size: .8rem;
    }

    .statistcs .statistcs-number img {
        width: 26px;
        height: 26px;
    }

    .statistcs .statistcs-number p {
        font-size: 14px;
    }

    .statistcs .statistcs-number {
        padding: 10px 8px;
    }

}

@media only screen and (max-width:360px) {
    .moreThan {
        height: 31vw !important;
    }

    .homePage .startConscious .startWord {
        display: none;
    }

    .statistcs .last-program h5 {
        font-size: 13px;
    }

    .profileImg img {
        width: 95px;
        height: 95px;
    }

    .profileImg .custom-file-label {
        width: 34px;
        height: 34px;
        bottom: -10px;
        right: -5px;
    }

    .chart .title img {
        width: 25px;
    }

}

@media only screen and (max-width:1199.99px) and (min-width:992px) {
    .header .navbar {
        height: 120px;
        align-items: flex-start;
        justify-content: space-between;
    }

    .header .navbar-collapse {
        display: inline-flex !important;
        flex-basis: initial;
        flex-grow: 0;
    }

    .header .navbar-nav .mainLinks {
        position: absolute;
        bottom: 10px;
        left: 0px;
        right: 0px;
        /* justify-content: center; */
        justify-content: space-evenly;
        width: 770px;
        margin: auto;
    }

    .header .nav-item,
    .header .secLinks a {
        font-size: calc(12px + .4vw);
    }
}