@media (max-width: 991px) {
    .header .container {
        max-width: 100%;
        padding: 0;
    }
.footer__links {
	display: flex;
	flex-direction: column-reverse;
}
    .course__card__content h6 {
        font-size: 24px;
    }

    .course__card__content {
        padding: 10px 5px;
    }

    .about__title h5 {
        font-size: 26px;
        padding-left: 19px;
    }

    .section__title h2 {
        font-size: 26px;
    }

    .header__nav ul li a {
        font-size: 15px;
        height: 40px;
    }

    .header__nav ul li a:hover {
        color: #000;
        background: #fff;
        text-decoration: underline;
    }

    .mobile-bar .header__nav ul li a:hover {
        background: #03403f;
        text-decoration: none;
        color: #fff;
    }

	.mobile-bar .header__nav ul li a.active {
		background: #5BC2C1;
	}
	
    .header__top {
        padding: 20px 12px;
    }

    .hero__btns {
        max-width: 356px;
        margin: 0 auto;
    }


    .footer__wrapper {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding-bottom: 50px;
    }

    .footer__right {
        flex-direction: column;
        align-items: center;
    }

    .footer__social {
        padding-left: 0;
        padding-top: 2px;
        padding-bottom: 4px
    }

    .footer__social a {
        margin-left: 30px;
    }

    .footer__social a:first-child {
        margin-left: 0;
    }

    .footer__wrapper p {
        line-height: 1.7 !important;
        margin-bottom: 7px;
    }


    .about__thumb {
        height: initial;
    }

    .image-icon {
        width: 61px;
        height: 55px;
        margin-top: -40px;
        float: right;
    }


    .course-card-section {
        padding: 0 12px;
    }

    .video-gallery-section {
        padding: 0 12px;
        padding-bottom: 56px;
    }

    .course-hero-section-inner {
        flex-wrap: wrap;
    }

    .course-hero-text-side {
        width: 100%;
    }

    .course-hero-section-inner .images-side {
        width: 100%;
        order: -1;
    }

    .blue-button--ccs1 {
        min-width: 140px;
    }


    .c-ins-title .h2 {
        font-size: 25px;
        padding: 0 0 10px;
        margin: 0 auto 25px;
    }

    .c-ins-title .h3 {
        margin-left: 0px;
        margin-right: 0px;
        font-size: 18px;
    }

    .course-instruction-section-inner {
        padding: 55px 104px;
    }

    .course-instruction-section {
        font-size: 17px;
        --in-space: 20px;
    }

    .c-ins-title {
        margin: 0 0 30px;
    }

    .hb-title {
        padding: 16px 12px;
        font-size: 18px;
        margin: 0 auto 20px;
        width: 550px;
        max-width: 100%;
    }

    .c-ins-content {
        margin: 0 0 45px;
    }


    .course-card-row.course-card-row-penta {
        --item: 3;
    }

    .course-card-row.course-card-row-penta .course-card-single {
        flex-grow: 1;
    }

    .course-card-row.course-card-row-four {
        --item: 3;
        --inner-space: 8px;
    }

    .course-card-row.course-card-row-four .course-card-single {
        flex-grow: 1;
    }



    .hero__content h3 {
        text-align: center;
        margin-bottom: 6px;
    }



    .hero__area .col-lg-7 {
        width: 100%;
    }

    .hero__area .col-lg-5 {
        width: 100%;
    }

    /* New Css */
    .course__card__content p span {
        font-weight: 500;
        font-family: 'Futura LT';
    }

    .about__details__wrapper {
        padding: 0 10px;
    }





    .jquery-back-to-top {
        display: flex !important;
    }


	.course-card-single .top-cont h3 {
		min-height:auto;
	}
	
	.course-card-single .top-cont h3.spec6 {
		min-height:auto;
		margin: 0 0 21px;
	}
	
	#courses{
	scroll-margin:-11px;
	}

	#faq{
		scroll-margin:-30px;
	}

	#video-title-section{
		scroll-margin:100px;
	}
}



@media (max-width: 768px) {
    .hero__area {
        padding: 26px 10px;
    }


    .hero__area .container {
        padding-right: 13px;
    }

    .content__wrapper h5 {
        font-size: 20px;
    }

    .section__title h2 {
        font-size: 25px;
    }

    .hero__video {
        height: 300px;
    }

    .course__area__title h3 {
        font-size: 26px;
    }

    .course__area__title p {
        font-size: 17px;
    }

    h3 {
        font-size: 25px;
    }

    .about__card h4 {
        font-size: 22px;
        letter-spacing:.3px
    }

    .about__card h6 {
    font-size: 18px;
        margin-bottom: 0
}

    .about__card {
        padding: 40px 30px;
        min-height: 280px;
        margin-bottom: 35px;
        padding-right: 22px;
    }

    .faq__wrapper {
        padding: 34px 32px;
    }

    .faq__lists .accordion-button {
        padding: 23px 0;
    }

    .accordion-button {
        padding: 22px 0;
        font-size: 18px;
    }

    .header__logo a {
        font-size: 20px;
        margin-left: 0;
    }

    .header__btn a {
        font-size: 15px;
        height: 28px;
        width: 69px;
        font-family: "playfair display", serif;
        font-weight: 400;
    }


    .course-hero-text-side {
        padding: 40px 20px;
        font-size: 14px;
    }

    .course-card-row {
        --item: 1;
    }


    .course-instruction-section-inner {
        padding: 45px 15px;
    }

    .c-ins-title .h2 {
        font-size: 20px;
        padding: 0 0 8px;
        margin: 0 auto 22px;
    }

    .c-ins-title .h3 {
        font-size: 17px;
    }

    .course-instruction-section {
        font-size: 16px;
        --in-space: 17px;
    }

    .c-ins-content {
        margin: 0 0 35px;
    }

    .c-ins-title {
        margin: 0 0 22px;
    }


    .course-card-row.course-card-row-penta {
        --item: 2;
    }

    .course-card-row.course-card-row-four {
        --item: 2;
    }


    .about__title.d-lg-none {
        margin: 0 15px;
        width: initial;
        border-bottom: none !important;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
        text-align: center;
        flex-grow: 1;
    }

    /* New CSS */

    .c-ins-title .h3-outer {
        padding: 0 !important;
        flex-direction: column;
    }

    .c-ins-title .h3 br {
        display: none;
    }

    .c-ins-title .h3-outer .line {
        width: 100%;
    }

    .line.line-first {
        margin-bottom: 9px;
    }

    .border-small-0 {
        border: 0 !important;
        padding-bottom: 5px !important;
    }

    .ul-x {
        padding-left: 30px;
    }

#courses{
	scroll-margin:-22px;
}

#faq{
	scroll-margin:-41px;
}

#video-title-section{
	scroll-margin:100px;
}

.title-content p {
    letter-spacing: 0px;
}
}


@media (max-width: 575px) {

    .hero__content h3 {
		font-size: 24px;
    }

    .hero__btns {
    max-width: 244px;
    margin: 0 auto;
    padding: 0 !important;
}

   
.hero__btns .btn-red {
    padding: 11px 2px;
    font-size: 12px;
    letter-spacing: 1.9px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    padding-top: 13px;
}
    .hero__btns .btn-blue {
        height: 44px;
        padding: 0;
        font-size: 13px;
        letter-spacing: 1.2px;
        padding-top: 4px;
    }

    .text-red.hp {
        padding: 0 20px;
    }

    .title-content h2 {
        margin: 0 0 14px;
        font-size: 26px;
    }

    .about__content ul {
        padding-left: 14px;
        margin-left: 0 !important;
    }


    .hero__video {
        height: 210px;
    }

    .header__top {
        padding: 11px 12px;
    }

    .header__nav ul li a {
        font-size: 17px;
        height: 30px;
        padding-top: 2px;
    }

    h3 {
        font-size: 25px;
    }

    h5 {
        font-size: 18px;
        line-height: 1.4;
    }

    .hero__content .text-red.text-decoration-underline {
    font-size: 20px;
    margin-bottom: 7px;
}

    .inner-vdo-btn {
        width: 70px;
        height: 49px;
        border-radius: 14px;
        font-size: 22px;
    }


    .section__title h2 {
        font-size: 22px;
        padding-bottom: 6px;
    }

    .content__area {
        padding: 30px 10px;
    }

    .section__title {
        padding-bottom: 7px;
    }


    .course__card__content {
        padding: 25px 15px 33px;
    }


    .about__content li {
    font-size: 18px;
    margin-bottom: 14px;
    line-height: 1.46;
}

    .about__details__area {
        padding: 40px 0px;
        padding-bottom: 30px;
    }

    .about__card {
        padding: 31px 20px;
        min-height: auto;
    }


    .section__title h2 {
        font-size: 19px;
        padding-bottom: 6px;
    }

 .faq__wrapper {
    padding: 32px 12px;
}

    .accordion-item h2 button {
        font-size: 18px !important;
    }

    .accordion-body {
        font-size: 16px;
    }


    .course-card-row.course-card-row-penta {
        --item: 1;
    }

    .course-card-row.course-card-row-four {
        --item: 1;
    }


    .course-hero-text-side.course-hero-text-side-mod-sdre {
        padding-left: 15px;
        padding-right: 15px;
    }


    .terms__area h3 {
    font-size: 21px;
    margin-bottom: 22px;
}
    .terms__area h4 {
        font-size: 14px;
        margin-bottom: 17px;
        line-height: 1.6;
        text-align: justify;
    }
.terms__area h4:nth-child(2) b.text-uppercase {
    font-size: 16px;
    letter-spacing: .9px;
    text-align: justify;
}
    .terms__area {
    padding: 20px 6px;
}

    .content__wrapper .text-center {
        text-align: left !important;
    }

    .course__cards__wrapper .col-md-12 {
        order: -1;
    }

    .course__cards__wrapper .col-md-12 .course__card__thumb {
        height: 260px;
    }

    .course__card__thumb {
        height: 260px;
    }

    /* New */
    .row.justify-content-center.pt-4 {
        padding-top: 7px !important;
    }

    .content__wrapper h5 {
    font-size: 18px;
    font-weight: 400 !important;
    line-height: 1.464;
}

    .content__wrapper h6 {
        font-size: 18px;
        line-height: 1.45;
    }

    .content__wrapper h6.pb-4 {
        padding-bottom: 7px !important;
    }

    .course__area__title h3 {
        font-size: 23px;
        letter-spacing: .4px;
    }

    .course__area__title p {
    font-size: 16px;
    max-width: 280px;
    letter-spacing: 0.9px;
    margin: 0 auto; 
    line-height: 1.56;
}

    .course__area__title {
        padding: 30px 20px;
    }

    .card-big .course__card__content h6 {
        font-size: 18px;
    }
.card-big .course__card__content p {
	font-size: 14px;
	padding-bottom: 10px;
	padding-top: 6px;
}
    .card-big .course__card__btn a {
    max-width: 216px;
}.course__card__btn a {
	max-width: 216px;
	height: 50px; 
	font-size: 18px; 
}
    .course__card__content h6 {
        font-size: 19px;
        margin-bottom: 8px;
        line-height: 1.4;
    }
.course__card__content p {
	font-size: 18px;
	padding-bottom: 12px;
	letter-spacing: .2px; 
	line-height: 1.6;
}
    .master__area h3 {
    font-size: 19px;
    padding-right: 60px;
}

    .master__area {
        padding: 32px 10px;
        padding-bottom: 30px;
    }

 .image-icon {
    //width: 52px;
    //height: 52px;
		width: 61px;
        height: 55px;
    margin-top: -36px;
    float: right;
    //margin-right: 10px;
	//padding-left: 2px;
}
    .about__title h5 {
		font-size: 19px;
        padding-left: 2px;
        margin-bottom: 2px;
    }

    .about__content ul {
        padding-left: 20px;
        margin-left: 0 !important;
        padding-top: 15px;
    }


    .about__title h5.text-yellow {
		//font-size: 17px;
        //margin-bottom: 1px
	}


    .about__details__wrapper .about__title h5.text-yellow {
        font-size: 21px;
        line-height: 1;
    }

    .about__cards .col-sm-6:last-child>* {
        margin: 0;
    }

    .faq__wrapper h2 {
        font-size: 20px;
        border: 0;
    }

    .faq__lists .accordion-button {
        padding: 21px 0;
    }

    .accordion-item h2 button {
        font-size: 16px !important;
    }

    .image__area img {
        height: 345px;
        width: 100%;
        object-fit: cover;
    }

    .course-hero-text-side .content-main h3 {
    //font-size: 22px;
	font-size: 20px;
    margin: 0 0 6px;
}

    .course-hero-text-side .content-main p {
        text-align: justify;
        line-height: 1.46;
        font-size: 18px;
    }
	
	.course-hero-text-side .content-main p.spec5 {
        padding-right: 0px;
    }
	
.course-hero-text-side .content-bottom {
	padding: 2px 0 0; 
}
    .course-hero-text-side {
        padding: 20px 14px;
        font-size: 14px;
        padding-bottom: 30px;
    }

    .course-hero-text-side .btn-blue {
    height: 48px;
    padding: 2px 18px;
    font-size: 21px;
    font-weight: 400;
    letter-spacing: 2.5px;
}

    .course-hero-text-side .content-bottom h4 {
        font-size: 19px;
        margin-bottom: 0px;
    }

    .course-hero-text-side .content-bottom .h-lzt {
        margin: 1px 0 13px;
        width: 100%;
    }

	.title-section1{
		padding:45px 0px;
	}
    .title-content p {
        font-size: 19px;
        text-align: start;
		max-width:373px;
		letter-spacing:0.1px;
    }

    .title-content h2 {
        margin: 0 0 13px;
        font-size: 23px;
    }

	.title-content-d {
		display:none;
	}
	
	p.title-content-m {
		display:block;
        font-size: 16px;
	}

    .title-section {
        padding: 25px 9px;
        margin: 0 0 12px;
    }


    .course-card-single .top-cont h3,.course-card-single .top-cont h3.spec6 {
    font-size: 30px;
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 260px;
}



   .course-card-single .top-cont h4 {
    font-size: 20px;
    margin: 0 0 8px;
}
.course-card-single .bt-cont .button { 
    height: 50px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 400;
    min-width: 142px;
}
   .course-card-single .bt-cont h3 {
    font-size: 28px;
    margin: 0px 0 18px;
}

    .course-card-single .bt-cont .button[href="#sample-video-title"] {
        font-size: 14px;
    }

    .course-card-section {
        padding: 0 0;
    }

   .footer__wrapper p {
    font-size: 13px;
    max-width: 265px;
       padding-bottom: 2px
}

    .footer__links a {
        font-size: 13px;
        margin-bottom: 4px;
    }

    .c-ins-title .h2 {
    font-size: 24px;
    padding: 0 0 8px;
    margin: 0 auto 16px;
}
    .c-ins-title .h3-outer {
        padding: 0 !important;
    }
.ul-x {
	padding-left: 19px;
	padding-right: 2px;
	text-align: left;
}
    .c-ins-content {
        margin: 0 0 38px;
        font-size: 19px;
        text-align: justify;
    }

    .hb-title {
        padding: 12px 25px;
        font-size: 19px;
        margin: 0 auto 17px;
        width: 550px;
        max-width: 100%;
        line-height: 1.1;
    }
    .hb-title br{
        display: none
    }
	
	.hb-title.spec1{
		//font-size: 15px;
	}

    .c-ins-title .h3 {
        font-size: 19px;
    }

    .c-ins-title {
        margin: 0 0 17px;
    }

	.c-ins-title.spec2 h2{
		//font-size: 18px;
	}

    ul {
        padding-left: 21px;
    }

    .course-card-single .bt-cont .button[href="#video-sampel-section"] {
        font-size: 14px;
        letter-spacing: 1px;
    }

    .course-card-single {
        padding: 25px 15px;
    }
    .course-card-row.course-card-mod-a .bt-cont {
        padding-top: 11px;
        padding-bottom: 0;
    }.course-card-row.course-card-mod-a .tp-h3 {
        margin: 0 0 17px;
        min-height: auto;  
		max-width: 100%;
    }

	.calendly-inline-widget iframe {
		min-height: 1410px;
		//min-height: 1510px;
		//margin-bottom: 200px;
	}

	#courses{
		scroll-margin:-51px;
	}

	#faq{
		scroll-margin:-70px;
	}

	#video-title-section{
		scroll-margin:80px;
	}

    .video-gallery-section {
        //padding-bottom: 176px;
    }
	
	.header__logo a {
        font-size: 18px;
        margin-left: 0;
    }

}

@media (max-width: 422px) {
    .about__title h5 {
		font-size: 18px;
	}
}
@media (max-width: 401px) {
    .about__title h5 {
		font-size: 17px;
	}
	
	.header__logo a {
        font-size: 17px;
        margin-left: 0;
    }
	
    .course__card__thumb {
        height: 250px;
    }
}
@media (max-width: 380px) {
    .about__title h5 {
		font-size: 16px;
	}
	.master__area h3 {
		padding-right: 42px;
	}
    .master__area {
        padding: 32px 0px;
    }
}
@media (max-width: 360px) {
    .about__title h5 {
		font-size: 15px;
	}
	.master__area h3 {
		padding-right: 70px;
	}
	.header__logo a {
        font-size: 16px;
        margin-left: 0;
    }
}
@media (max-width: 338px) {
    .about__title h5 {
		font-size: 14px;
	}
	
	.header__logo a {
        font-size: 15px;
        margin-left: 0;
    }
}


	

@media (max-width: 390px) {
    .course__card__thumb {
        height: 250px;
    }
}
