@font-face {
    font-family: 'Poppins Regular';
    src: url('../fonts/poppins/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins SemiBold';
    src: url('../fonts/poppins/Poppins-SemiBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins Bold';
    src: url('../fonts/poppins/Poppins-Bold.ttf') format('truetype');
    font-weight: bolder;
    font-style: normal;
}
@font-face {
    font-family: 'DM Sans Regular';
    src: url('../fonts/DM/DMSans-Regular.ttf') format('truetype');
    font-weight: bolder;
    font-style: normal;
}
@font-face {
    font-family: 'DM Sans SemiBold';
    src: url('../fonts/DM/DMSans-SemiBold.ttf') format('truetype');
    font-weight: bolder;
    font-style: normal;
}
@font-face {
    font-family: 'DM Sans Medium';
    src: url('../fonts/DM/DMSans-Medium.ttf') format('truetype');
    font-weight: bolder;
    font-style: normal;
}


@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');

html{
    overflow-x:hidden;
}
body{
    /*display:flex;
    flex-direction:column;*/
    color: #212121;
    height: 100%;
}
html, body{
    margin: 0;
/*    font-family: 'Poppins Regular';*/
    font-family: 'DM Sans Regular';
    background: #ffffff;
    height: 100%;
/*    font-weight: 400;*/
}
a {
    text-decoration: none;
    transition: 0.3s;
}
a:hover {
    text-decoration: none;
}
a:focus, a:active {
    outline: none;
}
ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.default-ul {
    padding-inline-start: 40px;
}
.default-ul li {
    list-style: disc;
}
.white {
    color: #fff !important;
}
.orange {
    color: #edb41e !important;
}
.black {
    color: #000000 !important;
}
.font-regular {
/*    font-family: 'Poppins Regular' !important;*/
    font-family: 'DM Sans Regular'!important;;
}
.font-semibold {
/*    font-family: 'Poppins SemiBold' !important;*/
    font-family: 'DM Sans SemiBold' !important;
}
.font-Bold {
    font-family: 'Poppins Bold' !important;
}

.dm-sans-font {
    font-family: "DM Sans", sans-serif;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.text-decoration-underline {
    text-decoration: underline;
}
.theme-radius {
    border-radius: 50px;
}
.main-body {
    position: relative;
    height: 100%;
    /*display: flex;
    flex-direction: column;*/

}
@media (min-width: 992px){
    .container {
        max-width: 990px;
    }
}
@media (min-width: 1300px){
    .container {
        max-width: 1350px;
    }
}
@media (max-width: 991px){
    .container {
        max-width: 100%;
    }
}
@media(max-width: 1299px) {
    .container100 {
        max-width: 100%;
    }
}
@media(max-width: 1299px) and (min-width: 992px) {
    .container100 .client-line-title {
        padding-left: 50px;
    }

}


/*BANNER CONTENT STARTS*/
.banner-section {
    max-height: 100vh;
    position: relative;
}
.banner-section:after {
    content: "";
    width: 100%;
    height: 90px;
    background-image: url(../images/train-your-mind/extra/Vector.png);
    position: absolute;
    bottom: 0;
    left: 0;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-section .carousel-inner .carousel-item img, 
.banner-section video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.carousel-item {
    height: 100vh;
    min-height: 500px;
}
.carousel-item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8));
}
.banner-content {
    position: relative;
    z-index: 1;
    padding: 100px 0;
}
.banner-s-text,
.banner-l-text {
    color: #fff;
    
}
.banner-s-text {
    font-size: 38px;
     font-family: 'Poppins Regular';
}
.banner-l-text {
    font-size: 90px;
    font-family: 'Poppins SemiBold';
}
.banner-m-text {
    font-size: 46px;
    font-family: 'Poppins Regular';
}
.carousel-control-next, .carousel-control-prev {
    top: inherit;
    bottom: 150px;
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
    opacity: 0!important;
}
.carousel-control-next:hover, 
.carousel-control-prev:hover {
    transform: scale(1.2);
}
.carousel-control-prev {
    left: inherit;
    right: 120px;
    background-color: transparent;
}
.carousel-control-next {
    right: 0;
    background-color: #fff;
}
@media(max-width:1600px){
    .banner-s-text {
        font-size: 28px;
    }
    .banner-l-text {
        font-size: 65px;
    }
    .banner-m-text {
        font-size: 32px;
    }
    .carousel-control-prev {
        right: 90px;
    }
    .carousel-control-next, .carousel-control-prev {
        width: 60px;
        height: 60px;
    }
    .carousel-control-next img, .carousel-control-prev img {
        width: 30px;
    }
}
@media(max-width:1100px){
    .banner-s-text {
        font-size: 24px;
    }
    .banner-l-text {
        font-size: 55px;
    }
    .banner-m-text {
        font-size: 28px;
    }
}
@media(max-width: 992px) {
    .carousel-control-next, .carousel-control-prev {
        width: 50px;
        height: 50px;
    }
    .carousel-control-next img, .carousel-control-prev img {
        width: 30px;
    }
    .carousel-control-next {
        right: 20px;
    }
    .carousel-control-prev {
        right: 80px;
    }
    .banner-s-text {
        font-size: 20px;
    }
    .banner-l-text {
        font-size: 46px;
    }
    .banner-m-text {
        font-size: 24px;
    }
}
@media(max-width: 767px) {
    .banner-s-text {
        font-size: 16px;
    }
    .banner-l-text {
        font-size: 34px;
    }
    .banner-m-text {
        font-size: 20px;
    }
    .banner-content .row {
        align-items: center !important;
    }
}
/*BANNER CONTENT ENDS*/

/*PAGE CONTENT STARTS*/
.section-v2 {
    padding: 80px 0;
}
.section-our-story {
    background-image: linear-gradient(rgba(255, 239, 197, 1), rgba(255, 255, 255, 0.99));;
    overflow: hidden;
}
.section-title-v1 {
    position: relative;
    color: #edb41e;
    letter-spacing: 3px;
    padding-left: 100px;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 20px;
}
.section-title-v1:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    width: 70px;
    height: 4px;
    background-color: #edb41e;
}
h2.heading-v2 {
    font-size: 42px;
    color: #000;
/*    font-family: 'Poppins SemiBold';*/
    font-family: "Archivo", sans-serif;
    font-weight: 700;
}
.heading-bg {
    display: inline-block;
    background-color: #fff;
    border-left: 10px solid #edb41e;
    padding: 15px 15px 20px 30px;
    position: relative;
    z-index: 1;
}
.heading-line {
    position: relative;
}
.heading-line:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    width: 100%;
    height: 1px;
    background-color: #000;
}
.box-subtitle {
    color: #636363;
/*    font-family: 'Poppins SemiBold';*/
    font-size: 22px;
    color: #212121;
    margin-bottom: 5px;
}
.section-our-story .box-subtitle {
    font-size: 24px;
    font-weight: 500;
}
.text {
    font-size: 18px;
    color: #212121;
}
.float-text {
    color: #edb41e;
    font-size: 100px;
    font-family: 'Poppins Bold';
    letter-spacing: 2px;
    position: absolute;
    top: 350px;
    right: -240px;
    opacity: 0.1;
    transform: rotate(-90deg);
}

.story-img {
    border-radius: 30px;
    box-shadow: 20px 15px #F6D98E !important;
    margin-right: 20px;
    overflow: hidden;
    border: 3px solid #fff;
}
.optimize-content {
    position: relative;
}
.optimize-content .heading-v2 {
    position: absolute;
    right: 0;
    top: 90px;
    z-index: 1;
    width: 55%;
}
.optimize-content img {
    width: 95%;
}
.optimize-content-right {
    padding-top: 400px;
}
.experience-content .img-box {
    position: relative;
    background-image: url(../images/train-your-mind/section/image4.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 700px;
    padding: 50px 100px;
    display: flex;
    align-items: flex-end;
    border-radius: 50px;
}
.experience-content .img-box:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
/*    background-color: rgba(0, 0, 0, 0.4);*/
    background-image: linear-gradient(rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    border-radius: 50px;
}
.experience-content .img-box>div{
    position: relative;
    z-index: 1;
}
.experience-content .img-box h3 {
    font-size: 50px;
/*    font-family: 'Poppins SemiBold';*/
      font-family: "Archivo", sans-serif;
      font-weight: 700;
}
.experience-content .img-box p {
    font-size: 28px;
    color: #fff;
} 
.section-develop {
    position: relative;
    background-image: url(../images/train-your-mind/section/image5.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.sub-heading {
    font-size: 32px;
/*    font-family: 'DM Sans SemiBold';*/
}
.section-develop .row>div {
    margin: 8px 0;
}
.develop-box {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px 20px 20px 50px;
    position: relative;
    height: 100%;
   
}
.develop-box p {
    font-size: 18px;
    color: #000;
}
.develop-box .fa {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #edb41e;
    font-size: 26px;
}
.section-expect img {
    border-radius: 50px;
}
.event-li, .theme-li {
    font-size: 20px;
    position: relative;
    color: #000;
    padding: 20px 0 20px 35px;
    font-weight: 500;
}
.event-li {
    padding: 25px 15px 25px 35px;
}
.section-information .event-li {
    padding: 15px 15px 15px 35px;
}
.event-li .fa,.theme-li .fa {
    position: absolute;
    top: 18px;
    left: 0px;
    color: #edb41e;
    font-size: 40px;
}
.event-li .fa {
    top: 25px;
}
.section-information .event-li .fa {
    top: 15px;
}
.section-information .event-li {
    margin-top: -15px;
}
.section-information .event-li .orange.font-weight-bold {
    font-size: 24px;
}
.section-prepare {
    background-image: linear-gradient(rgba(255, 239, 197, 1), rgba(255, 255, 255, 0.99));
}
.section-prepare .heading-bg {
    background-color: transparent;
}
.prepare-sub-text {
    font-size: 21px;
}
.recommended-row {
    margin: 50px 0;
}
.recommended-row .row>div>div p {
/*    font-weight: 600;*/
    font-size: 16px;
    min-height: 100px;
    line-height: 30px;
}
.btn-black {
    color: #fff;
    background-color: #000;
    border-color: #000;
    border-radius: 15px;
    padding: 10px 20px;
    font-size: 16px;
}
.btn-black:hover {
    color: #000;
    border-color: #000;
    background-color: transparent;
}
.recommended-table {
    padding-top: 30px;
}
.daily-box {
    background-color: #fff;
    border: 1px solid #656565;
    padding: 10px;
    border-radius: 30px;
    height: 100%;
}
.box-head {
    background-color: #FFF7E0;
    border-radius: 20px;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 40px;
}
.box-head span {
    font-size: 40px;
    font-weight: 700;
}
.label-check-in,
.label-check-out  {
    background-color: #fff;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 13px;
    font-family: "Archivo", sans-serif;
    margin-bottom: 0;
}
.label-check-in {
    color: #24B74B;
    border: 1px solid #24B74B;
}
.label-check-out {
    color: #FC3E3E;
    border: 1px solid #FC3E3E;
}
.box-row {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0;
    border-bottom: 1px solid #BABABA;
    margin: 0 15px;
}
.box-col {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 14px;
    font-weight: 600;
}
.box-ul {
    margin-top: 20px;
    margin-bottom: 15px;
}
.box-ul li {
    position: relative;
    font-size: 14px;
    color: #656565;
    padding: 15px 10px 15px 40px;
}
.box-ul .fa {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    color: #edb41e;
    font-size: 22px;
}
.day-one .box-row>div:last-child {
    color: #000;
     font-weight: 500;
}
.day-two .box-row>div:last-child,
.day-three .box-row>div:last-child {
    color: #656565;
     font-weight: 500;
}
.price-content {
    background-image: linear-gradient(#FFEFC5, rgba(255, 255, 255, 0.99));
    border-radius: 50px;
    padding: 60px 30px;
    margin-top: 30px;
}
.price-content h4 {
    font-size: 34px;
    font-weight: 600;
    text-align: center;
}
.price-content>.row {
    margin-top: 50px;
}
.price-box {
    background-color: #fff;
    padding: 10px 10px 20px;
    border-radius: 30px;
    cursor: pointer;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.price-box-head {
    background-color: #F6F8FB;
    border-radius: 20px;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 20px;
    justify-content: center;
    font-weight: 700;
    color: #212121;
    height: 80px;
     transition: all 1s;
    -webkit-transition: all 1s;
    text-align: center;
}
.price-box-body {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 180px;
}
.price-box .price-box-body p {
    margin: 0;
    font-size: 70px;
    color: #EDB41D;
    font-weight: 600;
    text-align: center;
     transition: all 1s;
    -webkit-transition: all 1s;
    line-height: 1;
}
.price-box .price-box-body p sup {
    font-size: 55%;
    color: #000;
    top: -24px;
    left: -10px;
}
.btn-yellow {
    text-align: center;
    background-color: #EDB41D;
    color: #fff !important;
    border-radius: 15px;
    padding: 14px 15px;
    font-size: 18px;
     transition: all 1s;
    -webkit-transition: all 1s;
}
.price-box:hover {
     background-color: #EDB41D;
}
.price-box:hover .price-box-head {
    background-color: #fff;
}
.price-box:hover .price-box-body p {
    color: #fff;
}
.price-box:hover .btn-yellow {
     background-color: #fff;
    color: #EDB41D !important;
}
.price-box-body p small {
    font-size: 12px;
    line-height: 1.5;
    display: inline-block;
    color: #656565;
    vertical-align: top;
}
.section-our-clients {
    background-color: #F6F8FB;
}
.client-contain {
    padding: 50px 100px;
}
.section-our-clients .section-title-v1 {
    padding-left: 0;
    padding-bottom: 15px;
}
.section-our-clients .section-title-v1:after {
    top: inherit;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    bottom: 0;
}
.section-our-clients .clients-carousel {
    padding: 50px 0 0;
}
.clients-carousel .owl-stage-outer .owl-stage {
    display: flex;
    align-items: center;
    justify-content: center;
}
.clients-carousel .owl-nav {
    display: none;
}
.clients-logo img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.clients-logo:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}
.section-testimonial .sub-heading {
    font-size: 50px;  
}
.section-testimonial {
    background-color: #F6F8FB;
}
.testimonial-carousel {
    padding-top: 140px;
}
.testimonial-box {
    position: relative;
    background-color: #fff;
    border-radius: 50px;
    margin: 30px;
    margin-bottom: 60px;
    padding: 50px;
    box-shadow: 0px 13px 39.6px 0px #00000026;
}
.quote {
    width: 90px !important;
    position: absolute;
    top: -20px;
}
.rating {
    text-align: right;
    padding-bottom: 30px;
}
.rating .star-filed {
    color: #EDB41D;
    font-size: 30px;
    margin: 0 5px;
}
.testimonial-user {
    border-top: 1px solid #BABABA;
    padding-top: 40px;
}
.comment {
    height: 180px;
    overflow: hidden;
}
.comment p {
    font-size: 24px;
    color: #656565;
    margin-bottom: 30px;
}
.user-avtar {
    width: 90px !important;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}
.user-name,
.user-designation, 
.user-from {
    padding-left: 120px;
}
.user-name {
    color: #212121;
    font-size: 24px;
    font-weight: 600;
}
.user-designation {
    color: #212121;
    font-size: 18px;
    font-weight: 500;
}
.user-from {
    color: #656565;
    font-size: 16px;
}
.section-testimonial .owl-dots {
    display: none;
}
.section-testimonial .owl-nav {
    position: absolute;
    top: -150px;
    right: 11%;
}
.section-testimonial .owl-nav span {
    display: none;
}
.section-testimonial .owl-prev, .section-testimonial .owl-next {
    width: 100px;
    height: 100px;
    border-radius: 30px;
    overflow: hidden;
    background-color: #fff !important;
    margin: 0 15px;
    position: relative;
    border: none !important;
    outline: none !important;
}
.section-testimonial .owl-prev:hover, .section-testimonial .owl-next:hover {
    background-color: #000 !important;
}
.section-testimonial .owl-prev:after,
.section-testimonial .owl-next:after {
    font: normal normal normal 14px / 1 FontAwesome;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -webkit-text-stroke: 4px #fff;
    font-size: 35px;
}
.section-testimonial .owl-prev:hover:after,
.section-testimonial .owl-next:hover:after {
    -webkit-text-stroke: 4px #000;
    color: #fff;
}
.section-testimonial .owl-prev:after {
    content: "\f060";
}
.section-testimonial .owl-next:after {
    content: "\f061";
}
.small-text {
    font-size: 14px !important;
}
body.book-now .header-btn-wrap,
body.book-now-success .header-btn-wrap {
    display: none;
}
.vidio-control-btn {
    position: absolute;
    bottom: 50px;
    right: 300px;
    z-index: 104;
    display: flex;
    gap: 10px;
}

.vidio-control-btn a {
    color: #fff;
    font-size: 25px;
}
/*.vidio-control-btn.pause .fa-pause-circle-o {
    display: inline-block !important;
}
.vidio-control-btn.pause .fa-play-circle-o {
    display: none;
}
.vidio-control-btn.muted .fa-volume-up {
    display: none !important;
}
.vidio-control-btn.muted .fa-volume-off {
    display: inline-block !important;
}*/
.vidio-control-btn a {
    width: 35px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
}
.vidio-control-btn a .fa {
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.vidio-control-btn a .fa:hover{
    color: #edb41e;
}
.vidio-control-btn a.fullscreenicon {
    font-size: 20px;
}
@media(min-width:1600px){
    .full-img {
        height: 100%;
        object-fit: cover;
        border-radius: 50px;
        object-position: center;    
    }
    .inbetween-img-content .story-img{
        transform: scale(1.3);
        -webkit-transform: scale(1.3);
    }
    .inbetween-img-content .text{
        padding-right: 70px;
    }
}
@media(max-width:1600px){
    h2.heading-v2 {
        font-size: 40px;
    }
    .sub-heading {
        font-size: 30px;
    }
    .box-subtitle {
        font-size: 22px;
    }
    .price-box-head {
        font-size: 18px;
    }
    .price-box .price-box-body p {
        font-size: 60px;
    }
    .price-box .price-box-body p sup {
        font-size: 50%;
    }
    .price-box-body {
        min-height: 160px;
    }
    .btn-yellow {
        font-size: 16px;
    }
    .price-content h4 {
        font-size: 30px;
    }
    .comment p {
        font-size: 20px;
    }
    .user-name {
        font-size: 20px;
    }
    .user-designation {
        font-size: 16px;
    }
    .user-from {
        font-size: 14px;
    }
    .testimonial-box {
        margin-bottom: 50px;
        padding: 40px;
    }
    .rating .star-filed {
        font-size: 24px;
    }
    .quote {
        width: 80px !important;
    }
    .section-testimonial .owl-prev, .section-testimonial .owl-next {
        width: 80px;
        height: 80px;
    }
    .section-testimonial .owl-prev:after, .section-testimonial .owl-next:after {
        font-size: 30px;
    }
    .section-testimonial .sub-heading {
        font-size: 40px;
    }
    .section-information .event-li .orange.font-weight-bold {
        font-size: 20px;
    }
    .vidio-control-btn {
        position: absolute;
        bottom: 50px;
        right: 100px;
        z-index: 104;
    }
}
@media(max-width:1300px){
    .optimize-content .heading-v2 {
        width: 65%;
        right: -50px;
        top: 20px;
    }
    .optimize-content-right {
        padding-top: 300px;
    }
    .experience-content .img-box {
        height: 540px;
        padding: 50px 50px;
    }
    .experience-content .img-box h3 {
        font-size: 32px;
    }
    .experience-content .img-box p {
        font-size: 24px;
    }
    .develop-box p {
        font-size: 14px;
    }
    .box-subtitle {
        font-size: 20px;
    }
    .section-our-story .box-subtitle {
        font-size: 20px;
    }
    .text {
        font-size: 16px;
    }
    .event-li, .theme-li {
        padding: 15px 15px 15px 35px;
        font-size: 16px;
    }
    .box-head span {
        font-size: 30px;
    }
    .label-check-in, .label-check-out {
        font-size: 12px;
    }
    .box-col {
        font-size: 10px;
    }
    .box-ul li {
        font-size: 12px;
        padding: 10px 10px 10px 40px;
    }
    .recommended-table {
        padding-top: 0;
    }
    .recommended-row .row>div>div p {
        font-size: 14px;
        min-height: 80px;
        line-height: 25px;
    }
    .prepare-sub-text {
        font-size: 18px;
    }
    .btn-black {
        font-size: 14px;
    }
    .price-box-head {
        font-size: 16px;
    }
    .price-box .price-box-body p {
        font-size: 50px;
    }
    .price-box .price-box-body p sup {
        top: -20px;
    }
    .btn-yellow {
        font-size: 14px;
    }
    .section-our-clients .clients-carousel {
        padding: 50px 0 0;
    }
    .testimonial-carousel {
        padding-top: 100px;
    }
    .comment p {
        font-size: 16px;
    }
    .user-avtar {
        width: 70px !important;
    }
    .user-name, .user-designation, .user-from {
        padding-left: 90px;
    }
    .user-name {
        font-size: 18px;
    }
    .user-designation {
        font-size: 14px;
    }
    .user-from {
        font-size: 12px;
    }
    .testimonial-box {
        padding: 30px;
    }
    .testimonial-user {
        padding-top: 30px;
    }
    .comment {
        height: 150px;
    }
    .rating .star-filed {
        font-size: 22px;
    }
    .quote {
        width: 60px !important;
        top: -14px;
    }
    .rating {
        padding-bottom: 20px;
    }
    .section-information .event-li .orange.font-weight-bold {
        font-size: 18px;
    }
    .small-text {
        font-size: 12px !important;
    }
    .vidio-control-btn {
        bottom: 80px;
        right: 100px;
    }
}
@media(max-width:1100px){
    h2.heading-v2 {
        font-size: 34px;
    }
    .optimize-content .heading-v2 {
        width: 60%;
        top: 110px;
    }
}
@media(max-width: 992px) {
    .section-v2 {
        padding: 40px 0;
    }
    .section-title-v1 {
        padding-left: 90px;
        font-size: 22px;
    }
    .section-title-v1:after {
        width: 70px;
    }
    h2.heading-v2 {
        font-size: 28px;
    }
    .section-our-story .col-lg-4 img {
        max-width: 50%;
    }
    .optimize-content .heading-v2 {
        position: static;
        width: 100%;
    }
    .optimize-content-right {
        padding-top: 30px;
    }
    .experience-content .img-box h3 {
        font-size: 28px;
    }
    .experience-content .img-box p {
        font-size: 20px;
    }
    .story-img {
        display: inline-block;
    }
    .box-subtitle {
        font-size: 18px;
    }
    .section-our-story .box-subtitle {
        font-size: 18px;
    }
    .text {
        font-size: 15px;
    }
    .section-expect img,
    .section-information img,
     .section-event img {
        max-width: 50%;
    }
    .sub-heading {
        font-size: 24px;
    }
    .recommended-row .row>div>div p {
        min-height: inherit;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .recommended-row {
        margin: 20px 0;
    }
    .recommended-row>.row>.col-lg-4>div{
        margin-bottom: 20px;
    }
    .recommended-table>.row>div {
        margin-bottom: 60px;
    }
    .price-content>.row>div {
        margin-bottom: 20px;
    }
    .price-content h4 {
        font-size: 24px;
    }
    .price-content {
        padding: 40px 30px;
        border-radius: 30px;
    }
    .price-content>.row {
        margin-top: 30px;
    }
    .client-contain {
        padding: 0px 100px;
    }
    .testimonial-carousel {
        padding-top: 40px;
    }
    .section-testimonial .sub-heading {
        font-size: 30px;
    }
    .vidio-control-btn {
        bottom: 30px;
        right: inherit;
        left: 10px;
    }
    .vidio-control-btn a {
        font-size: 30px;
    }
    .vidio-control-btn a.fullscreenicon {
        font-size: 28px;
    }

}
@media(max-width: 767px) {
    
    h2.heading-v2 {
        font-size: 24px;
    }
    .box-subtitle {
        font-size: 16px;
    }
    .section-our-story .box-subtitle {
        font-size: 16px;
    }
    .experience-content .img-box h3 {
        font-size: 24px;
    }
    .experience-content .img-box p {
        font-size: 18px;
    }
    .experience-content .img-box {
        height: 520px;
        padding: 15px;
    }
    .float-text {
        display: none;
    }
    .section-expect img,
    .section-information img,
     .section-event img {
        max-width: 100%;
    }
    .section-expect img {
        border-radius: 30px;
    }
    .sub-heading {
        font-size: 20px;
    }
    .section-information .event-li {
        padding: 15px 15px 15px 35px;
    }
    .section-information .event-li .fa {
        top: 8px;
    }
    .price-content h4 {
        font-size: 20px;
    }
    .price-content {
        padding: 40px 30px 0;
    }
    .client-contain {
        padding: 30px 20px;
    }
    .section-our-clients .clients-carousel {
        padding: 20px 0;
    }
    .testimonial-box {
        margin: 0;
        margin-top: 20px;
        margin-bottom: 0;
        box-shadow: none;
        padding: 15px;
        border-radius: 20px;
    }
    .rating .star-filed {
        font-size: 18px;
        margin: 0;
    }
    .quote {
        width: 45px !important;
        top: -8px;
    }
    .comment p {
        font-size: 14px;
    }
    .user-avtar {
        width: 50px !important;
    }
    .user-name {
        font-size: 15px;
    }
    .user-designation {
        font-size: 12px;
    }
    .user-from {
        font-size: 10px;
    }
    .user-name, .user-designation, .user-from {
        padding-left: 70px;
    }
    .section-testimonial .sub-heading {
        font-size: 20px;
    }
    .mobile-play-btn {
        position: absolute;
        bottom: 50px;
        left: 20px;
        z-index: 104;
    }
    .mobile-play-btn a {
        color: #fff;
        font-size: 60px;
    }
    .mobile-play-btn.pause .fa-pause-circle-o {
        display: inline-block !important;
    }
    .mobile-play-btn.pause .fa-play-circle-o {
        display: none;
    }
    .vidio-control-btn {
        bottom: 90px;
        right: inherit;
        left: 30px;
    }
    .vidio-control-btn a {
        font-size: 30px;
        margin: 0 3px;
        width: 30px;
        height: 30px;
    }
    .vidio-control-btn a.fullscreenicon {
        font-size: 24px;
    }
    .book-now-btn-mob {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
    }
     .book-now-btn-mob a {
        outline: none !important;
        box-shadow: none !important;
     }
     .float-view-text {
        position: absolute;
        bottom: 90px;
        right: 5px;
        z-index: 1;
        color: #fff !important;
        padding: 10px;
        font-size: 14px;
     }
     .float-view-text .fa {
        font-size: 20px;
        vertical-align: middle;
        margin-top: -2px;
     }
}

/* CSS specific to iOS devices */ 
@supports (-webkit-touch-callout: none) {
    .fullscreenicon {
        display: none !important;
    } 
}
/*PAGE CONTENT ENDS*/


/*CSS FROM OTHER STYLE*/
.static-banner {
    position: relative;
    color: #fff;
    background-image: url(../../images/train-your-mind/background/static-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.section.static-banner {
    padding: 110px 0 30px;
}
.static-banner-content {
    position: relative;
    z-index: 2;
    height: 260px;
}
.static-banner:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
}
.underline-head {
    font-size: 40px;
    color: #414141;
    font-weight: bold;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 25px;
}
.static-banner .underline-head {
    color: #fff;
}

.book-workshop-success .tab-pane {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 550px;
}
.multi-step-form .tab-pane {
/*        position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    background-color: #fff;
    visibility: hidden;
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
    padding: 30px;
    -webkit-transform: scale(.9);
    transform: scale(.9);
    z-index: 1;
}
.multi-step-form .tab-pane.active {
    height: auto;
    opacity: 1;
    visibility: visible;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: linear;
    transition-delay: 0s;
    -webkit-transform: scale(1);
    transform: scale(1);
}
img.successimage {
    height: 100px;
    margin-bottom: 20px;
}
.book-workshop-success .underline-head {
    font-size: 20px;
    color: #414141;
    font-weight: 700;
    padding-bottom: 10px;
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
}
.tnc-link {
    color: #006CAA;
}
.payable-amt {
    font-size: 30px;
}
.payable-amt span {
    font-weight: 700;
}
.underline-head {
    font-size: 40px;
    color: #414141;
    font-family: 'Poppins Bold';
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 25px;
}
.underline-head.small-underline-head {
    font-size: 20px;
    font-family: 'Poppins SemiBold';
}
.underline-head:after {
    content: "";
    border-bottom: 4px solid #006CAA;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
}
.booksession-section {
    background-image:url(https://www.inspiringexcellence.ie/images/background/footer-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
.book-workshop-success .underline-head:after {
    display: none;
}
/*CSS FROM OTHER STYLE*/