@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sanchez&display=swap');
body {
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 26px;
    color: #797979;
}

h1,
h2,
h3,
h4 {
    font-family: 'Sanchez', serif;
    color: #303030;
}

h2 {
    font-size: 55px;
    line-height: 55px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

a,
button {
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


/* Begin: Button Style */

.btnStyle {
    display: inline-block;
    padding: 16px 30px;
    background: #d9bb4a;
    color: #fff;
    border: 0;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
}

.btnStyle:hover,
.btnStyle:focus {
    background: #303030;
    color: #fff;
    text-decoration: none;
}

/* END: Button Style */


/* Begin: Star Rating */

.star {
    list-style: none;
    padding: 0;
    margin: 0;
}

.star li {
    display: inline-block;
}

.star li .fa {
    font-size: 12px;
    color: #ffcb00;
}

.star li span {
    margin-left: 10px;
    font-size: 13px;
    color: #6f6f6f;
}


/* END: Star Rating */


/* Begin: Social Media */

.socialIo li a {
    width: 35px;
    height: 35px;
    border: 2px solid #d9bb4a;
    margin: 0 4px;
    border-radius: 100px;
    font-size: 15px;
    color: #d9bb4a;
    display: flex;
    align-items: center;
    justify-content: center;
}

.socialIo li a:focus,
.socialIo li a:hover {
    border-color: #303030;
    background: #303030;
}


/* END: Social Media */

.client-slider .slick-slide {
    height: 400px !important;
}
.client-slider p.more {
    height: 250px;
    overflow: scroll;
    overflow-x: hidden;
}


/* Begin: Header CSS */

header .top-bar {
    background: #d9bb4a;
}

header .top-bar .row,
header .middle-bar .row {
    align-items: center;
}

header .top-bar .registerLink {
    font-size: 20px;
    color: #fff;
}

header .top-bar .loginLink {
    background: #303030;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 18px 30px;
    float: right;
}

header .middle-bar .logo {
    display: table;
    padding: 20px 20px;
    background: #fff;
    margin-top: -62px;
}

header .middle-bar .socialIo {
    display: flex;
    align-items: center;
    margin: 0;
}

header .middle-bar .socialIo h4 {
    margin-right: 12px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0px;
}

.socialIo li a:hover {
    border-color: #303030;
    background: #303030;
}

header .middle-bar .cartIo {
    position: relative;
    margin-left: 20px;
}

header .middle-bar .cartIo .badge {
    background: #d9bb4a;
    color: #fff;
    border-radius: 100px;
    font-size: 13px;
    position: absolute;
    top: -6px;
    right: -6px;
}

header .bottom-bar .navbar {
    border-top: 1px solid #eeeeee;
    width: 100%;
    padding: 0;
}

header .bottom-bar .navbar .navbar-nav li a {
    color: #303030;
    text-transform: uppercase;
    padding: 24px 10px;
    display: block;
    font-weight: 500;
}

header .bottom-bar .navbar .navbar-nav li a:after {
    margin-left: 10px;
    color: #d9bb4a;
}

.navbar-brand {
    margin: 0;
}

header .bottom-bar .search {
    border-bottom: 1px solid #eee;
}

header .navbar .search form {
    border: 1px solid rgb(255, 255, 255, 0.2);
    border-radius: 50px;
    width: 300px;
}

header .navbar .search form input {
    background: transparent;
    border: 0;
    box-shadow: none;
    border-radius: 50px 0 0 50px;
    height: 42px;
    width: 256px;
    color: #303030;
}

header .navbar .search form input::-webkit-input-placeholder {
    color: #303030;
}

header .navbar .search form input:-ms-input-placeholder {
    color: #303030;
}

header .navbar .search form input::placeholder {
    color: #303030;
}

header .navbar .search form button {
    background: transparent;
    border: 0;
    border-radius: 0 50px 50px 0;
    color: #d9bb4a;
    width: 42px;
    height: 42px;
    padding: 3px 0 0 0;
}

header .bottom-bar .navbar .navbar-nav li .dropdown-menu {
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: 0;
}

header .bottom-bar .navbar .navbar-nav li .dropdown-menu a {
    padding: 12px 15px;
}

header .bottom-bar .navbar .navbar-nav li .dropdown-menu a:hover {
    background: #d9bb4a;
    color: #fff;
}


/* END: Header CSS */


/* Begin: Main Banner CSS */

.mainBanner {
    position: relative;
}

.mainBanner .overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    padding: 4.5em 3em;
    background: rgb(255 255 255 / 0.85);
    text-align: center;
}

.mainBanner.innerBanner .overlay {
    width: 40%;
    padding: 5.5em 3em;
}

.mainBanner .overlay h2 {
    font-size: 3.8rem;
    line-height: 4rem;
    color: #ca9939;
    margin: 0;
}

.mainBanner.innerBanner .overlay h2 {
    text-transform: uppercase;
    font-size: 40px;
}

.mainBanner .overlay h2 span {
    display: block;
    font-size: 5.2rem;
    line-height: 5rem;
}

.mainBanner .overlay hr {
    height: 4px;
    border: 0;
    background: #ca9939;
    width: 62%;
    margin: 20px auto;
}

.mainBanner.innerBanner .overlay hr {
    width: 50%;
}

.mainBanner .overlay p {
    color: #303030;
    font-size: 22px;
    margin: 0 auto 24px;
    max-width: 78%;
}


/* END: Main Banner CSS */


/* Begin: About Sec */

.aboutUsSec {
    background: url(../images/bg1.jpg) top left/cover no-repeat;
    margin-top: -18em;
    padding: 24em 0 8em;
}

.aboutUsSec img,
.servicesSec.servicesInner .shadow {
    box-shadow: 10px 10px 30px rgb(0 0 0 / 0.3) !important;
}
.servicesSec.servicesInner .row {
    align-items: center;
    align-content: center;
}
.servicesSec.servicesInner .row .col-lg-6 {
    margin: 0 auto;
}
.aboutUsSec p {
    line-height: 32px;
    margin-bottom: 30px;
    width: 95%;
}

h2.after {
    display: table;
    position: relative;
}

h2.after:after {
    content: '';
    width: 120%;
    height: 3px;
    background: #d9bb4a;
    position: absolute;
    top: 49%;
    right: -125%;
    z-index: 1;
}


/* END: About Sec */


/* Begin: Services */

.servicesSec {
    background: url(../images/bg2.jpg) top left/cover no-repeat;
    padding: 6em 0 10em;
    text-align: center;
}

.servicesSec.servicesInner {
    margin-top: -18em;
    padding-top: 22em;
    text-align: left;
}

.servicesSec .inforgraphy {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.servicesSec .inforgraphy .flowr {
    width: 35%;
}

.top {
    width: 3px;
    height: 170px;
    border: 0;
    background: #d9bb4a;
}

.servicesThumb {
    position: relative;
    margin: 0 -8px;
}

/*.servicesThumb.first img {*/
/*    box-shadow: -24px -24px #d9bb4a;*/
/*}*/

/*.servicesThumb.last img {*/
/*    box-shadow: 24px -24px #f3f5f5;*/
/*}*/

.servicesSec h2 {
    margin: 40px 0;
}

.servicesSec.servicesInner h2 {
    margin-bottom: 1.5em;
    text-align: center;
}

.servicesSec.servicesInner h3 {
    font-size: 40px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.servicesThumb .content {
    padding-top: 25px;
}

.servicesThumb .content h4 {
    font-size: 32px;
    margin-bottom: 15px;
}

.servicesThumb .content p {
    font-weight: 300;
    min-height: 75px;
}

.servicesThumb .content a {
    font-family: 'Sanchez', serif;
    color: #d9bb4a;
    /*color: #fff;*/
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 16px;
}

.coachingWrap .content a {
    color: #fff;
}


/* END: Services */


/* Begin: Pricing List */

.priceStructureSec {
        /* display: none; */
    padding-bottom: 10em;
    text-align: center;
    background: url(../images/bg3.jpg) top left/cover no-repeat;
}

.priceStructureSec .top {
    margin: -50px auto 50px;
}

.priceWrap {
    background: #fff;
    padding: 2em 2em 3em;
    border-radius: 10px;
    box-shadow: 4px 5px 20px rgb(0 0 0 / 0.07);
}

.priceWrap ul {
    margin-bottom: 40px
}

.priceWrap ul li p {
    border-bottom: 1px solid #e1e1e1;
    margin: 0;
    padding: 20px 0;
    font-size: 24px;
}


/* END: Pricing List */


/* Begin: Sessions */

.sessionsSec {
    padding: 9em 0;
    background: url(../images/bg3.jpg) top right/cover no-repeat;
    position: relative;
}

.sessionsSec .imgRight {
    position: absolute;
    top: -50px;
    right: 0;
}

.sessionsSec ul {
    margin: 0;
}

.sessionsSec ul li p,
.sessionsSec ul li a,
.servicesSec.servicesInner ul li p {
    position: relative;
    padding-left: 20px;
    font-size: 20px;
    color: #797979;
    display: block;
    margin-bottom: 14px;
}

.sessionsSec ul li p:before,
.sessionsSec ul li a:before,
.servicesSec.servicesInner ul li p:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #d9bb4a;
    border-radius: 100px;
    position: absolute;
    top: 10px;
    left: 00;
}

.sessionsSec ul ul {
    margin: 0 0 40px 30px;
}

.servicesSec.servicesInner ul li p:before {
    background: #303030;
    border-radius: 0;
}


/* END: Sessions */


/* Begin: 3 Steps Cart CSS */

.checkOutStyle {
    padding: 4em 0px;
}

.checkOutStyle .title h4 {
    line-height: 24px;
    font-size: 24px;
    font-weight: 600;
}

.checkOutStyle .title p {
    line-height: 16px;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 600;
}

.checkOutStyle .title p a {
    color: #f41a65;
    font-weight: 600;
}

.formStyle {
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    padding: 30px 15px;
}

.formStyle label {
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 600;
    color: black;
}

.formStyle .form-control {
    height: 50px;
    margin-bottom: 20px;
}

.formStyle textarea.form-control {
    height: auto;
    resize: none;
}

.checkbox {
    margin-bottom: 20px;
}

.checkbox input[type="checkbox"] {
    display: none;
}

.checkbox input[type="checkbox"]+label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    color: #000;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.checkbox input[type="checkbox"]+label:last-child {
    margin-bottom: 0;
}

.checkbox input[type="checkbox"]+label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #f41a65;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .6;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}

.checkbox input[type="checkbox"]:checked+label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.order-summery hr {
    border-top: 1px solid #f41a65;
    margin: 20px 0;
}

.order-summery .applyCoupon .form-control {
    height: 50px;
    width: 70%;
    margin: 0;
    border-radius: 5px 0 0 5px;
}

.order-summery .applyCoupon .btnStyle {
    height: 50px;
    width: 30%;
    border-radius: 0 5px 5px 0;
}

.order-summery strong,
.order-summery span {
    font-size: 15px;
    font-weight: 600;
    color: #f41a65;
}

.order-summery strong {
    color: #000;
}

.cartItemCard {
    border-radius: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    align-items: center;
    margin-bottom: 20px;
    border: 1px solid #d2d2d2;
}

.cartItemCard img {
    width: 100%;
}

.cartItemCard .price {
    color: #f41a65;
}

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

.proCounter .minus,
.proCounter .plus {
    width: 50px;
    height: 50px;
    background: #ccc;
    border: 1px solid #ccc;
    color: #616161;
    font-size: 25px;
    padding: 4px 5px 8px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.proCounter input {
    height: 50px;
    width: 60px;
    text-align: center;
    font-size: 16px;
    border: 0;
    background: transparent;
    border: 1px solid #ccc;
}

.cartItemCard .delete i {
    color: #000;
    font-size: 24px;
}

.shipping-billing-col {
    list-style: none;
    border-top: 1px solid #ccc;
    margin-top: 22px;
    padding: 0;
}

.shipping-billing-col p,
.shipping-billing-col a {
    position: relative;
    color: #333;
    font-size: 16px;
    line-height: 26px;
}

.shipping-billing-col p {
    margin: 0px;
    padding: 20px 0 20px 40px;
    overflow: hidden;
    clear: both;
    border-bottom: 1px solid #ccc;
}

.shipping-billing-col p i {
    position: absolute;
    top: 24px;
    left: 0;
    font-size: 18px;
    color: #f41a65;
}

.shipping-billing-col .edit {
    color: #f41a65;
    text-transform: capitalize;
    font-size: 16px;
    padding: 0;
    float: right;
}


/* END: 3 Steps Cart CSS */


/* Begin: Contact Page CSS */

.aboutUsSec.contactUsSec {
    padding: 30em 0 20em;
    background: url(../images/bg2.jpg) bottom right/100% no-repeat;
}

.aboutUsSec.contactUsSec h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 3px solid #d9bb4a;
    display: table;
    margin-bottom: 50px;
}

.aboutUsSec.contactUsSec ul li a i {
    position: absolute;
    top: 3px;
    left: 0;
    color: #d9bb4a;
    font-size: 22px;
}

.aboutUsSec.contactUsSec ul li a {
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 50px;
    font-size: 20px;
    color: #797979;
}

.aboutUsSec.contactUsSec ul li:last-child a {
    margin-bottom: 0;
}

.aboutUsSec.contactUsSec ul li a strong {
    display: block;
    font-size: 16px;
    color: #000;
}

.aboutUsSec.contactUsSec .formStyle {
    padding: 0;
    border: 0;
}

.aboutUsSec.contactUsSec .formStyle .input-group {
    margin-bottom: 20px;
}

.aboutUsSec.contactUsSec .formStyle .form-control {
    margin: 0;
    border-left: 0;
    font-size: 18px;
    color: #828282;
    border-color: #e7e7e7;
    background: #fff;
    font-weight: 300;
    border-radius: 0;
    height: 60px;
}

.aboutUsSec.contactUsSec .formStyle textarea.form-control {
    height: auto;
    resize: none;
    padding-top: 10px;
}

.aboutUsSec.contactUsSec .formStyle span {
    background: #fff;
    color: #828282;
    border-color: #e7e7e7;
    font-size: 20px;
    border-right: 0;
    display: flex;
    align-items: center;
    border-radius: 0;
}

.aboutUsSec.contactUsSec .formStyle .form-check-label {
    color: #828282;
    font-size: 16px;
    font-weight: 400;
}


/* END: Contact Page CSS  */


/* Begin: footer */

footer {
    background: #fff;
    padding-top: 40px;
    text-align: center;
}

footer .links {
    padding: 0;
    margin: 5em 0 20px;
    list-style: none;
    display: flex;
    justify-content: center;
}

footer .links li a {
    padding: 0 30px;
    font-size: 18px;
    font-weight: 500;
    color: #797979;
    text-transform: uppercase;
}

.lower-footer p {
    margin-bottom: 0px;
    font-size: 17px;
}

.lower-footer {
    background-color: #d9bb4a;
    color: white;
    height: 70px;
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.contInfo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
}

.contInfo li {
    padding: 0px 24px;
    border-right: 1px solid #797979;
    line-height: 17px;
}

.contInfo li a {
    color: #797979;
}

.socialIo li {
    margin: 0px 4px;
}

.socialIo li a {
    width: 51px;
    height: 52px;
    font-size: 26px;
}

.socialIo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.contInfo li:last-child {
    border-right: 0px;
}

.servicesSec.servicesInner ul li p {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 30px;
}


/* END: footer */

@media only screen and (min-device-width:520px) and (max-device-width:767px) and (orientation:portrait) {}

@media only screen and (min-device-width:120px) and (max-device-width:750px) and (orientation:landscape) {}

@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:portrait) {}

@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:landscape) {}

@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:portrait) {}

@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:landscape) {}

@media only screen and (max-width: 1919px) {
    h2 {
        font-size: 50px;
    }
    .sessionsSec .imgRight {
        top: 0px;
    }
    footer {
        padding-top: 8em;
    }
}

@media only screen and (max-width: 1599px) {
    .servicesSec .inforgraphy .flowr {
        width: 30%;
    }
    .servicesSec .inforgraphy .circle {
        width: 300px;
    }
    .sessionsSec .imgRight {
        width: 800px;
    }
    .sessionsSec {
        padding: 4em 0;
    }
    .priceWrap ul li p {
        padding: 15px 0;
        font-size: 21px;
    }
    .servicesSec {
        padding: 4em 0 6em;
    }
}

@media only screen and (max-width: 1440px) {
    .mainBanner .overlay {
        width: 70%;
        padding: 3em;
    }
    .sessionsSec .imgRight {
        top: -50px;
    }
}

@media only screen and (max-width: 1366px) {
    .mainBanner .overlay h2 span {
        font-size: 4.5rem;
        line-height: 4.5rem;
    }
    .mainBanner .overlay h2 {
        font-size: 3.4rem;
        line-height: 3.4rem;
    }
    .mainBanner .overlay p {
        color: #303030;
        font-size: 20px;
        max-width: 85%;
    }
    .mainBanner .overlay hr {
        margin: 10px auto;
        height: 3px;
    }
    .servicesThumb .content p,
    footer .links li a,
    header .middle-bar .socialIo h4 {
        font-size: 16px;
    }
    .btnStyle,
    .sessionsSec ul li p,
    .sessionsSec ul li a,
    .servicesSec.servicesInner ul li p,
    .priceWrap ul li p,
    header .top-bar .registerLink {
        font-size: 18px;
    }
    .servicesThumb .content h4 {
        font-size: 28px;
    }
    h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .servicesSec.servicesInner h3 {
        font-size: 35px;
        line-height: 40px;
    }
    .priceWrap ul li p {
        padding: 12px 0;
    }
    .sessionsSec .imgRight {
        width: 700px;
        top: 0;
    }
    footer {
        padding-top: 6em;
    }
    footer .links {
        margin: 3em 0 10px;
    }
    .priceStructureSec {
        padding: 3em 0 6em;
    }
    header .middle-bar .logo {
        padding: 10px 20px;
    }
    header .bottom-bar .navbar .navbar-nav li a {
        padding: 18px 26px;
        font-size: 16px;
    }
    header .middle-bar .socialIo h4 {
        line-height: 16px;
    }
    header .middle-bar .socialIo h4 {
        margin-bottom: 0;
    }
    .mainBanner.innerBanner .overlay {
        width: 40%;
    }
}

@media only screen and (max-width: 1199px) {
    header .bottom-bar .navbar .navbar-nav li a {
        padding: 15px 20px;
    }
    .mainBanner .overlay {
        width: 80%;
        padding: 2em 0;
        top: 40%;
    }
    .priceWrap {
        padding: 1em 1em 2em;
    }
    .sessionsSec .imgRight {
        width: 550px;
        top: 50px;
    }
    .sessionsSec {
        padding: 2em 0;
    }
    footer {
        padding-top: 5em;
    }
    .mainBanner.innerBanner .overlay {
        width: 50%;
        padding: 4em 2em;
    }
    .sessionsSec .imgRight {
        width: 550px;
        top: -20px;
    }
    .aboutUsSec {
        padding: 22em 0 5em;
    }
}

@media only screen and (max-width: 991px) {
    header .middle-bar .logo {
        margin: 10px auto;
    }
    header .bottom-bar .navbar .navbar-collapse {
        flex-flow: column;
    }
    header .bottom-bar .navbar .navbar-nav {
        width: 100%;
        justify-content: space-between;
        order: 2;
    }
    header .bottom-bar .search,
    header .navbar .search form {
        width: 100%;
    }
    header .navbar .search form input {
        width: 90%;
    }
    header .navbar .search form button {
        width: 10%;
    }
    header .bottom-bar .search {
        order: 1;
    }
    header .middle-bar {
        padding-bottom: 10px;
    }
    header .middle-bar .socialIo {
        justify-content: flex-start;
    }
    .mainBanner .overlay {
        width: 80%;
        padding: 1em 0;
    }
    .mainBanner .overlay h2 {
        font-size: 2rem;
        line-height: 2rem;
    }
    .mainBanner .overlay h2 span {
        font-size: 3rem;
        line-height: 3rem;
    }
    .mainBanner .overlay p {
        font-size: 18px;
        max-width: 98%;
        margin: 0 auto 10px;
    }
    .btnStyle {
        padding: 12px 24px;
    }
    .aboutUsSec {
        text-align: center;
    }
    h2.after {
        display: block;
    }
    h2.after:after {
        content: none;
    }
    .aboutUsSec img,
    .servicesSec.servicesInner .shadow {
        margin-top: 3em;
    }
    .servicesSec .inforgraphy .circle {
        width: 200px;
    }
    .servicesThumb {
        margin: 2em 0 0;
    }
    .sessionsSec {
        padding-bottom: 0;
    }
    .sessionsSec ul li p {
        margin-bottom: 10px;
    }
    .sessionsSec .imgRight {
        position: unset;
        margin-top: 2em;
        width: 100%;
    }
    .btnStyle {
        display: table;
        margin: 0 auto 10px;
        text-align: center;
    }
    footer {
        padding-top: 2em;
    }
    footer .links {
        margin: 2em 0 10px;
    }
    .contInfo {
        margin: 20px 0;
    }
    .contInfo li {
        padding: 0;
        border: 0;
    }
    .contInfo li:nth-child(2) {
        padding: 0px 14px;
        margin: 0 14px;
        border-right: 1px solid #797979;
        border-left: 1px solid #797979;
    }
    .contInfo li a {
        font-size: 15px;
        font-weight: 500;
    }
    .socialIo li a {
        font-size: 20px;
    }
    .servicesSec.servicesInner .shadow {
        width: 100%;
    }
    header .bottom-bar .navbar .navbar-nav li .dropdown-menu {
        left: auto;
        right: 0;
    }
}

@media only screen and (max-width: 767px) {
    header .top-bar .loginLink {
        padding: 12px 20px;
        display: block;
        font-size: 16px;
        width: 100%;
        text-align: center;
    }
    .btnStyle,
    .sessionsSec ul li p,
    .sessionsSec ul li a,
    .servicesSec.servicesInner ul li p,
    .priceWrap ul li p,
    header .top-bar .registerLink {
        font-size: 16px;
    }
    header .middle-bar {
        padding: 10px 0;
    }
    header .bottom-bar .navbar-brand img {
        width: 150px;
    }
    header .bottom-bar .navbar .navbar-nav {
        text-align: center;
    }
    header .bottom-bar .navbar .navbar-nav li a {
        padding: 10px 0;
    }
    header .bottom-bar .navbar .navbar-nav li .dropdown-menu {
        text-align: center;
        background: #eee;
    }
    .mainBanner .overlay {
        width: 100%;
        height: 100%;
        top: 50%;
    }
    .aboutUsSec {
        margin-top: -6em;
        padding: 10em 0 2em;
    }
    .servicesSec {
        padding: 2em 0 4em;
    }
    .servicesSec .inforgraphy .circle {
        width: 150px;
    }
    .top {
        height: 100px;
    }
    .priceStructureSec {
        padding: 2em 0;
    }
    .servicesSec .top,
    .priceStructureSec .top {
        display: none;
    }
    footer .links li a {
        padding: 0 15px;
        font-size: 15px;
    }
    h2 {
        font-size: 30px;
        line-height: 35px;
    }
    .aboutUsSec p {
        width: 100%;
        font-size: 16px;
        line-height: 28px;
    }
    .mainBanner.innerBanner .overlay {
        width: 100%;
        padding: 2em;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mainBanner.innerBanner .overlay hr {
        display: none;
    }
    .servicesSec.servicesInner {
        margin-top: -6em;
        padding-top: 8em;
    }
    .contInfo {
        margin: 20px 0;
    }
    .contInfo {
        flex-flow: column;
    }
    .contInfo li:nth-child(2) {
        margin: 10px 0;
        border: 0;
        padding: 0;
    }
    .lower-footer p {
        font-size: 15px;
    }
}

@media only screen and (max-width: 575px) {
    header .middle-bar .socialIo li:first-child {
        display: none;
    }
    .middle-bar .socialIo li a {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    footer .links {
        flex-flow: column;
    }
    .servicesSec .inforgraphy .flowr {
        display: none;
    }
    header .top-bar .registerLink {
        display: block;
        text-align: center;
    }
    .btnStyle,
    .sessionsSec ul li p,
    .sessionsSec ul li a,
    .servicesSec.servicesInner ul li p,
    .priceWrap ul li p,
    header .top-bar .registerLink {
        font-size: 15px;
    }
    header .top-bar {
        padding-bottom: 8px;
    }
    header .middle-bar .logo {
        display: none;
    }
    header .middle-bar .socialIo {
        justify-content: center;
    }
    header .middle-bar .d-sm-flex {
        justify-content: center;
        display: flex;
        margin-top: 20px;
    }
    .navbar-brand {
        margin-left: 10px;
    }
    .mainBanner img {
        height: 350px;
        object-fit: cover;
        object-position: center;
    }
    .mainBanner .overlay {
        height: auto;
    }
    .mainBanner .overlay p {
        font-size: 16px;
    }
    .priceWrap {
        padding: 1em 0em 1em;
    }
    .btnStyle {
        width: 100%;
    }
    .priceWrap .btnStyle,
    .mainBanner .overlay .btnStyle {
        width: 90%;
    }
    .mainBanner.innerBanner .overlay {
        padding: 1em;
    }
    .mainBanner.innerBanner .overlay h2 {
        font-size: 3rem;
    }
    header .bottom-bar .navbar .navbar-nav li a {
        padding: 10px 16px;
        font-size: 14px;
    }
    h2,
    .servicesSec.servicesInner h3 {
        font-size: 24px;
        line-height: 24px;
    }
}
.an-content-sec {
    padding-top: 100px;
}
.an-content-sec p {
    font-size: 15px;
}
.an-content-sec p a {
    color: #d9bb4a;
    font-weight: 600;
}
.an-content-sec p a:hover {
    color: black;
}
.an-content-sec h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 28px;
}
.an-content-sec .container>div {
    border-bottom: 2px dashed #eaeaea;
    margin-bottom: 40px;
    padding-bottom: 20px;
}
.lower-footer a:hover {
    color: black;
}
.lower-footer a {
    color: white;
    font-size: 14px;
}
.service-box p {
    line-height: 30px;
    padding:0px 30px;
    height: 120px;
    overflow: hidden;
}
.service-box {
    border: 1px solid #d9bb4a;
    /*padding-bottom: 22px;*/
    padding: 20px 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #d9bb4a08;
    margin-top: 15px;
    margin-bottom: 15px;
}
.service-box h3 {
    margin-bottom: 15px !important;
    padding:0px 30px;
}
.service-box img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-bottom: 20px;
}
.service-box ul li {
    margin-left: 15px;
    line-height: 24px;
    margin-bottom: 4px;
}
.service-box h6 {
    padding: 0px 30px;
    font-size: 22px;
    color: black;
    font-family: 'Sanchez', serif;
}
.testmonlpg-bx {
    border-radius: 50px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.04);
    text-align: center;
    position: relative;
    padding: 40px 0px;
    margin-bottom: 150px;
}


.testmnl-img {
    position: absolute;
    top: -95px;
    left: 0;
    right: 0;
}



.testmonlpg-txt p {
    font-size: 16px;
    color: #828282;
    line-height: 28px;
    padding: 15px 25px 20px;
    font-weight: 400;
}



.testmonlpg-txt h5 {
    font-size: 22px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 10px;
}



.testmonlpg-txt h6 {
    font-size: 16px;
    color:  #d9bb4a;
    margin: 0;
}



.testmonlpg-bx:after {
    content: '';
    position: absolute;
    left: 7px;
    right: 0;
    background-color:#d9bb4a;
    width: 100%;
    height: 100%;
    top: 7px;
    border-radius: 50px;
    z-index: -1;
    opacity: 0;
    transition: 0.6s;
}



.testmonlpg-bx:hover:after {
    opacity: 1;
}



.main-testmonlpg {
    position: relative;
    padding: 200px 0 0;
    z-index: 1;
}



.main-testmonlpg .shadow-bg {
    top: 0;
}
/* CSS ADDED BY SHIREEN */
.serviceWrap .service-box{
    max-height: 700px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;    min-height: 805px;
}
.coachingWrap .servicesThumb {
    position: relative;
    margin: 24px 5px;
}
.privacy-wrap p span{ font-weight: 700;}
.privacy-wrap  ul li span{
    font-weight: 700;
}
.missionSec .servicesThumb{
border: 1px solid #d9bb4a;
border: 10px solid;
border-image-slice: 1;
border-width: 5px;
border-image-source: linear-gradient(to left, #f3d1a4, #b9915e);
max-height: 400px;
min-height: 359px;
display: flex;
align-items: center;
justify-content: sp;
justify-content: center;
flex-direction: column;
}
.divine-banner{
    background: url('../images/image.jpg');
}
.divineSec .sessionsSec .imgRight {
    position: absolute;
    top: 0px;
    right: o;
}
.coming-soon p{
    text-transform: capitalize;
    font-size: 2rem;
    line-height: 3.4rem;
    color: #ca9939;
    margin: 0;
}
.client-sec{ padding: 5% 0;}
.client-sec{
	padding: 4% 0;
	background: url('../images/bg1.jpg');
}
.client-sec h2{
	margin-bottom: 5%;
}
.client-box{
	background: #fff;
    padding: 44px;
    margin: 14px;
    max-height: 100%;
    min-height: 232px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.client-sec .profile{
    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 52%;

	margin-bottom: 2%;
}
.profile h5{
	color: #0c86a3;
	font-weight: 700;
	font-size: 16px;
}
.profile h6{
	color: #666666;
	font-size: 15px;
}
.profile p{
	font-weight: 300;
	margin-bottom: 20px;
	font-size: 15px;
}
.client-sec .container {
    height: 650px;
}
.client-sec .slick-prev{
	left: -47px;
	border: none;
	color: #000;
	background: black;
	top: 30%;
}
.client-sec .slick-next {
	right: -47px;
	border: none;
	color: #000;
	background: black;
	top: 30%;
}
.client-sec .slick-prev:hover, .slick-prev:focus{
	background: #e8ac20;
    color: #FFF;
	border-color: #e8ac20;
	transition: all 0.5s ease;
}
.client-sec .slick-next:hover, .slick-next:focus{
	background: #e8ac20;
	color: #FFF;
	transition: all 0.5s ease;
    border-color: #e8ac20;
}
.morecontent span {
    display: none;
}
.morelink {
    display: block;
    font-family: 'Sanchez', serif;
    color: #d9bb4a;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 12px;
}

.divineSec{}
.divineSec ul{text-align:center;}
.divineSec ul li{width:500px;}
.divineSec ul li img{width:100%;}

.divineSec .slick-next:before, .divineSec .slick-prev:before{color: #ffffff;background: #b67d33;font-size: 55px;padding: 0;}
.divineSec .slick-prev {    left: -50px;}
.divineSec  .slick-next {    right: -35px;}

html .test-banner .overlay{
    max-width: 630px;
    min-width: 628px;
    padding: 5.5em 0;
}
.servicesInner p a{
    color: #d9bb4a;
    text-decoration: underline;
}
.mission-list{
    text-align: left;
}
.backgroundSec a{
    color: #d9bb4a;
    text-decoration: underline;
}
.backgroundSec{
    background: none;
}
.stepBanner .overlay{
    width: 600px;
    max-width: 700px;
    min-width: 700px;
}
.healingInner .imgSize{
	width: 500px;
    height: 500px;
    object-fit: cover;
    min-height: 500px;
}
.innerBanner img {
    height: 648px;
    object-fit: cover;
}
.backgroun-banner img {
    object-fit: contain;
}
.text-middle {
    top: 30px;
}

.book-now{
  background: #d9bb4a;
  color: white;
  text-decoration: none;
}



/*FOOTER BTN DROP*/

.lower-footer .dropbtn {
  background-color: #000;
  color: white;
  padding: 0 16px;
  font-size: 16px;
  border: none;
      border-radius: 3px;
}

.lower-footer .dropdown {
  position: relative;
  display: inline-block;
}

.lower-footer .dropdown-content {
    left: 0px;
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
    top: -420px;
    text-align: left;
        border-radius: 3px 3px 0px 0px;
}

.lower-footer .dropdown-content a {
  color: black;
  padding: 5px 16px;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid;
}

.lower-footer .dropdown-content a:hover {background-color: #ddd; color: black;}

.lower-footer .dropdown:hover .dropdown-content {display: block; color: black;}

.lower-footer .dropdown:hover .dropdown-content a { color: black !important;}

.lower-footer .dropdown:hover .dropbtn {background-color: #000;}

.interview-section {
    padding: 100px 0px;
}

.interview-section .interview-right {
    display: flex;
    align-items: center;
    justify-content: center;
}