/* banner-section */
.flicker {
  margin: 1rem auto;
  color: #332F2C;
  background: -webkit-gradient(linear, left top, right top, from(#e6e6e6), to(#1d1c1c), color-stop(0.8, #ffffff)) no-repeat;
  background: gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.8, #fff)) no-repeat;
  background-size: 110px 100%;
  -webkit-background-clip: text;
  background-clip: text;
  animation: flick 1.5s infinite;
}
@keyframes flick {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top right;
  }
}

.banner-section {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 160px 0px 115px 0px;

}

.banner-main p {
    color: #000;
    /* font-family: var(--fontRoboto); */
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin: 16px 0px 32px 0px;
}

.banner-main p span {
    color: #AC395B;
    font-weight: 700;
}

/* banner-section */


/* quote-section */
.quote-section {
    padding: 60px 0px;
}

.quote-section p {
    color: #231F20;
    /* font-family: var(--fontRoboto); */
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 39px;
}

.quote-section h6 {
    color: #6F6F6F;
    /* font-family: var(--fontRoboto); */
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 39px;
    margin-top: 16px;
}

/* quote-section */

/* challenge-section */
.challenge-section {
    background: #FBF5F7;
}

.challenge-section p {
    color: #231F20;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin: 48px 0px 44px 0px;
}

.challenge-section ul {
    margin-top: 48px;
}

.challenge-section ul li {
    display: flex;
    align-items: center;
    column-gap: 20px;
    color: #231F20;
    /* font-family: var(--fontRoboto); */
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 20px;
}
.challenge-section ul li svg:hover{
	transform:translatex(10px);
}
.challenge-main.row>div>div svg path {
    fill: #000;
}
.challenge-main a:hover{
    color: #8A2E49;
}
 .challenge-main a:hover svg path {
    fill: #8A2E49;
}
.challenge-main a svg, .challenge-section ul li svg{
	transition:0.3s ease-in-out;
}
.challenge-main a:hover svg{
	transform:translatex(8px);
}
.challenge-main.row img {
    animation: beat 1s infinite alternate;
}

.helped-right{
	transition:0.3s ease-in-out;
}
.helped-right:hover {
    background: #8A2E49;
}
.helped-right:hover h3, .helped-right:hover p, .helped-right:hover h6 {
    color: #fff;
}
.meet-arrow{
	 animation: beat 1s infinite alternate;
}

@keyframes beat {
	to { transform: scale(1.05); }
}

ul li>span>span {
    /* font-family: var(--fontRobotoB); */
    font-family: Roboto;
    font-weight: 700;
}

.challenge-section p>span,
ul li>span {
    /* font-family: var(--fontRobotoB); */
    font-family: Roboto;
}

.challenge-section a {
    display: inline-block;
    color: #231F20;
    /* font-family: var(--fontRobotoB); */
    font-size: 18px;
    font-style: normal;
    font-family: Roboto;
    font-weight: 700;
    line-height: 26px;
    text-decoration-line: underline;
}



/* challenge-section */

/* iconslider-section */
.iconslider-section {
    padding: 40px 0px;
}

.iconslider-box {
    display: flex !important;
    justify-content: center;
    align-items: center;
    column-gap: 36px;
}

.iconslider-box p {
    color: #3C3C3C;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}

/* iconslider-section */
/* .helped-section */


.helped-section h2 {
    margin-bottom: 44px;
    text-align: center;
    font-family: var(--fontHelvetica);
}

.helped-section h2 span {
    font-family: var(--fontHelveticaB);
}

.helped-main {
    display: flex;
    align-items: stretch;
    margin-bottom: 32px;
}

.helped-section>div>div:last-child {
    margin-bottom: 0px;
}

.helped-section>div>div:nth-child(2n+1) .helped-right {
    order: -1;
}

.helped-right {
    border: 1px solid #6D6E70;
    background: #FFF;
    padding:0px 48px;
    width: 80%;
	display: flex;
    flex-direction: column;
    justify-content: center;
	
}
.helped-section>div>div:nth-child(even) .helped-right {
	border-radius: 0px 8px 8px 0px;
	border-left:0px;
}
.helped-section>div>div:nth-child(odd) .helped-right {
	border-radius: 8px 0px 0px 8px;
	border-right:0px;
}

.helped-left {
    width: 20%;
	overflow:hidden;
}

.helped-left img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}
.helped-section>div>div:nth-child(even) .helped-left{
		border-radius: 8px 0px 0px 8px;
}
.helped-section>div>div:nth-child(odd) .helped-left{
		border-radius: 0px 8px 8px 0px;
}

.helped-left img:hover {
	transform:scale(1.06);
	transition:0.3s ease-in-out;
}

.helped-right h3 {
    color: #1A1A1A;
    font-family: var(--fontHelveticaMD);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.helped-right p {
    color: #58595B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin: 16px 0px;
}

.helped-right h6 {
    color: #1A1A1A;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

/* .helped-section */

/* meet-section */
.meet-main h6 {
    color: #FFF;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    padding: 8px 32px;
    border-radius: 24px;
    background: #AC395B;
    width: fit-content;
}

.meet-arrow {
    position: relative;
    margin: 16px 0px 40px 16px;
}

.meet-arrow svg {
    position: absolute;
    bottom: -22px;
    left: 6%;
}

.meet-main p {
    color: #231F20;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.meet-main p>span {
    font-family: Roboto;
    font-weight: 700;
}

/* meet-section */

/* framework-section */
.framework-section {
    background: #FBF5F7;
    padding-bottom: 0px;
}

.framework-main h2 {
    font-family: var(--fontHelvetica);
    font-weight: 300;
    text-align: center;
}

.framework-main h2>span {
    font-family: var(--fontHelveticaB);
    font-weight: 700;
    text-align: center;
}

.framework-main {
    text-align: center;
}

.framework-main p {
    color: #231F20;
    text-align: center;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin: 24px 0px 32px 0px;
}

.framework-main-res {
    display: none;
}
.framework-btn {
    width: 60%;
    margin: auto;
    text-align: center;
	padding-bottom:80px;
}
.framework-btn a{
	margin-top:24px;
	padding: 12px 24px;
	color: #FFF;
	font-family: Roboto;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
}

/* framework-section */

/* instagram-section */

.insta-main {
    text-align: center;
}
.insta-main h2{
	font-weight: 300;
	margin-bottom: 40px;
}
.insta-main h2 span{
	font-weight: 700;
}
.insta-main .sbi_feedtheme_header_text {
	color:#231F20;
}
.insta-main	p.sbi_bio {
	display:none;
}


/* instagram-section */
/* book-section */
.book-section {
    z-index: 99;
    position: relative;
}

.book-section .book-round {
    position: absolute;
    top: 0;
    left: 20%;
}

.book-section .book-heading {
    padding: 30px 80px;
    border-radius: 5px 5px 0px 0px;
    background: #AC395B;
    text-align: center;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control,
textarea.wpcf7-form-control.wpcf7-textarea {
    padding: 16px 24px;
    color: #414042;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.book-section .book-heading h2 {
    color: #FFF;
}

.book-section .book-heading h2 span {
    color: #DD587F;
}

.book-main {
    padding: 60px 80px;
    border-radius: 0px 0px 5px 5px;
    background: #4F0D20;
}

.book-main h3 {
    color: #FBF5F7;
    font-family: var(--fontHelveticaMD);
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
}

.book-main>div>div>p {
    color: #FFF;
    font-family: var(--fontHelveticaMD);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin: 32px 0px;
}

.book-main ul {
    margin: 40px 0px 12px 0px;
}

.book-main ul li {
    color: #FFF;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin-bottom: 20px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    padding: 12px 24px;
    border-radius: 8px;
    background: #8A2E49;
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 32px;
    border: none;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner:hover{
    background: #332F2C;
}

div#wpcf7-f98-o1 {
    margin-top: 20px;
}

/* book-section */
/* review-section */
.review-section {
    padding: 350px 0px 60px 0px;
    background: #FBF5F7;
    margin-top: -350px;
}

.review-main>div>div {
    text-align: center;
}

.review-slider img {
    margin: auto;
}

.review-main h3 {
    color: #231F20;
    text-align: center;
    font-family: var(--fontHelvetica);
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 28px;
    margin-top: 24px;
}

.review-main p {
    color: #808286;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    text-align: center;
}

/* review-section */
/* moments_section */
.moments-section {
	padding: 300px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.moments-main p {
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration-line: underline;
    margin-bottom: 12px;
    text-align: center;
}

.moments-main h6 {
    color: #FFF;
    text-align: center;
    font-family: var(--fontHelveticaMD);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    text-transform: capitalize;
}

/* moments_section */

/* media_section */


.media-main h2 {
    margin-bottom: 50px;
    text-align: center;
}

.media_box {
    padding-top: 16px;
    background: #FFF;
    box-shadow: -2px 2px 12px 0px rgba(0, 0, 0, 0.10);
}

.media_box>div:first-child{
	overflow:hidden;
}
.media_box>div img:hover{
	transition:0.3s ease-in-out;
	transform:scale(1.05);
}
.media_box>div:last-child {
    padding: 16px 24px 24px 24px;
    background: #FFF;
}

.media-flex {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    column-gap: 10px;
}

.media-flex h6 {
    color: #1A1510;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

.media-flex h5 {
    color: #909090;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.media_box h3 {
    color: #1A1510;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
    min-height: 57px;
}
.media_box h3:hover, .media-flex h6:hover {
	color:#8A2E49;
	
}
.media-slider {
    text-align: center;
}

.media-slider img {
    margin: auto;
}

.media-slider .slick-track {
    padding: 12px 0px;
}

/* patients-section */

/* patients-section */

.patients-section {
    background: #FBF5F7;
}

.patients-main h2 {
    margin-bottom: 50px;
    text-align: center;
}

.patients_box {
    padding: 40px;
    background: #FFF;
    box-shadow: -2px 2px 12px 0px rgba(0, 0, 0, 0.10);
}

.patients_box p {
    color: #4A4A4A;
    margin: 24px 0px 16px 0px;
	min-height:193px;
}

.patients_box h6 {
    color: #AC395B;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    opacity: 0.8;
}

.patients-slider {
    text-align: center;
}

.patients-slider img {
    margin: auto;
}

.patients-slider .slick-track {
    padding: 12px 0px;
}

.patients-section .patients-slider .slick-track {
	padding-top:50px;
}
.patients-section .patients_box{
	position:relative;
}
.patients-section .patients-slider img{
	position: absolute;
    top: -28px;
    right: 0;
    left: 0;
}

/* patients-section */

/* award-section */
.award-section {
    padding-bottom: 0px;
}

.award-section h2 {
    text-align: center;
}

.award-section p {
    color: #4A4A4A;
    margin-top: 12px;
}

.award-slider {
    margin-top: 60px;
    text-align: center;
    row-gap: 40px;
}

/* award-section */
/* marque_section */
.marque-section {
    padding-top: 60px;
    overflow-x: hidden;
	padding-bottom:0px;
}

.marque-section .slick-slide {
    margin: 0px 4px;
}

/* marque_section */
/* consultation-section */
.consultation-section {
    padding: 0px;
    overflow-x: hidden;
}

.consultation-right {
    padding: 50px 100px;
}

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

.consultation-left a {
    color: #FFF;
    font-family: var(--fontHelveticaB);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.consultation-left p {
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.consultation-left>div {
    align-items: center;
    column-gap: 12px;
}

.consultation-left,
.consultation-right {
    background-repeat: no-repeat;
    background-size: cover;
}
.consultation-right {
	background-position: right;
}

.consultation-form {
    padding: 40px;
    background: #FFF;
    box-shadow: -2px 2px 16px 0px rgba(0, 0, 0, 0.20);
}

.consultation-form h2 {
    margin-bottom: 24px;
}

/* consultation-section */

.patients-slider .slick-dots li button:before {
    font-size: 8px;
    opacity: 1;
    color: #CDDADD;
}

.patients-slider .slick-dots li.slick-active button:before {
    content: "";
    width: 32px;
    height: 4px;
    border-radius: 4px;
    background: #AC395B;
    margin-top: 8px;

}

.patients-slider .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 5px;
}

.patients-slider li.slick-active {
	margin-right: 20px;
    margin-left: 9px;
}
.patients-slider .slick-dots {
    bottom: -36px;
}

/* the slides */
.slick-slide {
    margin: 0 15px;
}

/* the slides */

/* testimonial-section */


@media screen and (max-width:1199px) {
    .consultation-right {
        padding: 50px 40px;
    }
}

@media screen and (max-width:991px) {


    .review-main h3 {
        font-size: 18px;
        line-height: 28px;
    }

    .review-main p {
        font-size: 16px;
        line-height: 24px;
        margin-top: 8px;
    }

    .consultation-left {
        padding: 240px 0px;
    }

    .meet-section .d-flex img {
        width: 100%;
        margin-bottom: 40px;
    }

    .patients_box {
        padding: 24px;
    }

    .book-main {
        padding: 40px;
    }
}

@media screen and (max-width:767px) {

    button.slick-prev.slick-arrow {
        display: none !important;
    }

    button.slick-next.slick-arrow {
        display: none !important;
    }

    .banner-section {
        padding: 100px 0px 0px 0px;
        background-image: url(../images/banner-res.png) !important;
        padding-bottom: 500px;
        background-position: center;
    }

    .banner-main p {
        font-size: 16px;
        line-height: 24px;
        margin: 12px 0px 24px 0px;
    }

    .quote-section {
        padding: 24px 0px;
    }

    .quote-section p,
    .quote-section h6 {
        font-size: 16px;
        line-height: 24px;
    }

    .quote-section h6 {
        margin-top: 8px;
    }

    /* .challenge-section */
    .challenge-main>div:last-child {
        order: -1;
        text-align: center;
    }

    .challenge-main>div:last-child img {
        width: 240px;
    }

    .challenge-section ul li {
        column-gap: 12px;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 12px;
    }

    .challenge-section ul {
        margin-top: 24px;
    }

    .challenge-section p {
        color: #231F20;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        margin: 12px 0px 24px 0px;
    }

    .challenge-section a {
        font-size: 16px;
        line-height: 24px;
    }

    /* .challenge-section */


    /* .iconslider-section */
    .iconslider-section {
        padding: 24px 0px 8px 0px;
    }

    .iconslider-box {
        column-gap: 12px;
        justify-content: flex-start;
    }

    .iconslider-box img {
        width: 85px;
    }

    .iconslider-box p {
        font-size: 14px;
    }

    /* .iconslider-section */
    /* .helped-section */
    .helped-right {
        width: 100%;
        padding: 24px 12px;
    }

    .helped-section h2 {
        margin-bottom: 24px;
    }

    .helped-left {
        width: 100%;
    }

    .helped-main {
        display: flex;
        margin-bottom: 16px;
        flex-direction: column;
    }

    .helped-right h3 {
        font-size: 16px;
        line-height: 24px;
    }

    .helped-right p {
        font-size: 14px;
        line-height: 22px;
        margin: 12px 0px;
    }

    .helped-right h6 {
        font-size: 14px;
        line-height: 22px;
    }

    .helped-section>div>div:nth-child(2n+1) .helped-right {
        order: unset;
    }

    .helped-section {
        padding-bottom: 32px;
    }

    /* .helped-section */
    /* .framework-section */
    .framework-main>img {
        display: none;
    }

    .framework-main-res {
        text-align: center;
    }

    .framework-content {
        row-gap: 24px;
    }

    .framework-box span {
        color: #FFF;
        font-family: Roboto;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        padding: 4px 10px;
        border-radius: 50%;
        background: #AC395B;
        width: 26px;
        height: 26px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }

    .framework-box h6 {
        color: #000;
        text-align: center;
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        margin: 4px 0px;
    }

    .framework-box p {
        color: #4A4A4A;
        text-align: center;
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        opacity: 0.86;
    }

    .framework-main-res {
        display: block;
    }

    .framework-section {
        padding-bottom: 32px;
    }

    .framework-main p {
        font-size: 14px;
        line-height: 22px;
        margin: 24px 0px 32px 0px;
    }
	.framework-btn {
    	width: 100%;
    	padding: 32px 0px 0px 0px;
	}

    /* .framework-section */
    /* .book-section */
    .book-section .book-heading h2 {
        color: #FFF;
        text-align: left;
        font-size: 24px;
        line-height: 32px;
    }

    .book-main>div>div>p {
        margin: 24px 0px;
    }

    .book-main svg {
        width: 58px;
    }

    .book-main ul li {
        column-gap: 16px;
        margin-bottom: 12px;
        font-size: 16px;
        line-height: 24px;
    }

    .book-main {
        padding: 40px 16px;
    }

    .book-main>div>div:last-child {
        order: -1;
        text-align: center;
        margin-bottom: 24px;
    }

    .book-main h3 {
        font-size: 20px;
        line-height: 28px
    }

    .book-main ul {
        margin: 24px 0px 12px 0px;
    }

    .book-main form.wpcf7-form.init>.row {
        row-gap: 24px;
    }

    .book-section .book-heading {
        padding: 16px;
    }

    .book-round svg {
        width: 80px;
    }

    .book-section .book-round {
        position: absolute;
        top: 0;
        left: 22%;
    }

    section.book-section {
        padding-top: 80px;
    }

    /* .book-section */

    /* .moments-section */
    .moments-section {
        padding: 130px 0px;
		background-attachment: unset;
    }

    .moments-main h6 {
        font-size: 20px;
        line-height: 28px;
    }

    .moments-main p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 8px;
    }

    /* .moments-section */

    /* .media-main */
    .media-main h2 {
        margin-bottom: 20px;
    }

    .media_box h3 {
        font-size: 16px;
        line-height: 24px;
    }

    /* .media-main */
    /* .meet-section */
    .meet-section .d-flex img {
        margin-bottom: 24px;
    }

    .meet-main h6 {
        font-size: 14px;
    }

    .meet-main p {
        font-size: 14px;
        line-height: 22px;
    }

    /* .meet-section */
    /* .patients-main */
    .patients_box {
        padding: 24px 16px;
    }

    .patients_box h6 {
        font-size: 14px;
        line-height: 20px;
        opacity: 0.8;
    }

    .patients_box p {
        margin: 12px 0px;
		min-height: 202px;
    }

    .patients-main h2 {
        margin-bottom: 24px;
    }

    .patients-slider .slick-list {
        padding: 0 20% 0 0 !important;
    }

    /* .patients-main */
    /* .award-section */
    .award-slider {
        margin-top: 24px;
        row-gap: 24px;
    }

    .award-section p br {
        display: none;
    }

    .award-slider svg {
        width: 70px;
    }

    /* .award-section */
    .marque-section {
        padding-top: 24px;
    }

    /* .review-section */
    .review-slider .slick-list {
        padding: 0 30% 0 0 !important;
    }

    .icon_slider .slick-list {
        padding: 0 40% 0 0 !important;
    }

    .icon_slider .slick-slide {
        margin: 0px 7px;
    }

    .review-section {
        padding-bottom: 40px;
    }

    /* .review-section */
    .consultation-left {
        padding: 100px 0px;
    }

    .consultation-left a {
        font-size: 16px;
        line-height: 24px;
    }

    .consultation-left p {
        font-size: 14px;
        line-height: 20px;
    }

    .consultation-main .d-flex>img {
        width: 60px;
    }

    .consultation-right {
        padding: 40px 24px;
    }

    .consultation-form {
        padding: 24px 16px;
    }

    input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control {
        padding: 16px 9px;
    }
	.helped-section>div>div:nth-child(even) .helped-right {
    border-radius: 0px 0px 8px 8px;
    border-left: 1px solid;
    border-top: 0px;
	}
	.helped-section>div>div:nth-child(even) .helped-left {
    border-radius: 8px 0px 0px 0px;
	}
	

.helped-section>div>div:nth-child(odd) .helped-right {
    border-radius: 0px 0px 8px 8px;
    border-right: 1px solid;
    border-top: 0px;
}
	
.helped-section>div>div:nth-child(odd) .helped-left {
    border-radius: 8px 8px 0px 0px;
}
	
.insta-main h2 {
    margin-bottom: 20px;
}

}

@media screen and (max-width:575px) {
    div#offcanvasExample {
        width: 80%;
    }

    .helped-left img {
        height: 260px;
		object-position: center;
    }

    .book-section .book-round {
        left: 5%;
    }

    a.header__logo img {
        width: 200px;
    }
	.e-book-download form {
    	text-align: left;
	}
	.e-book-download span.wpcf7-form-control-wrap.recaptcha {
    	margin-top: 0px;
	}
}