.page #content {
    padding-top: 150px;
}
/* =====================
   Top Bar
   ====================== */

@media (min-width: 768px) {
    .vc_col-sm-2 {
        float: left;
        width: 16.67%;
        height: 100%;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .vc_col-sm-4 {
        width: 33.33%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }

    .vc_col-sm-6 {
        width: 50%;
        float: left;
        height: 100%;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .vc_col-sm-8 {
        float: left;
        width: 66.33%;
    }

    .vc_col-sm-10 {
        float: left;
        width: 83.33%;
    }
}
.vc_row {
    margin-left: 0;
    margin-right: 0;
    clear: both;
}

.vc_row:after {
    content: '';
    display: block;
    clear: both;
}

.vc_float-right {
    float: right;
}

.vc_float-left {
    float: left;
}


/*inner page*/
/*inner page*/
/*inner page*/
.inner-container > .vc_col-sm-12 {
    max-width: 1905px;
    margin: 0 auto;
    float: none;
}
.shop-banner .vc_col-sm-9 {
    width: 80%;
    max-width: 1360px;
    background: #f8f8f8;
    padding: 25px 45px 0;
}
.shop-banner {
    padding-top: 25px;
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
    border-left: 8px solid var(--yellow);
    display: flex;
    justify-content: space-evenly;
}
.shop-banner .vc_col-sm-3 {
    width: 20%;
    max-width: 345px;
}
.shop-banner:before {
    background-image: url(../images/woo-leaves.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: -30px;
    width: 375px;
    height: 415px;
}
.shop-banner h1 {
    font-size: 36px;
    color: #001c32;
    letter-spacing: 3.5px;
    margin-bottom: 25px;
}
.entry-content a,
.entry-summary a {
    color: #0060a9;
	font-weight: 500;
}
.entry-content a:hover,
.entry-summary a:hover {
    color: var(--yellow);
}
.inner-page {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.inner-page .wpb_content_element {
    margin-bottom: 0;
}
.inner-page .vc_col-sm-6 {
    padding-left: 0;
    padding-right: 0;
}
.text-block-inner .vc_column-inner {
    max-width: 860px;
    padding: 0 100px !important;
}
.text-block-inner .wpb_text_column {
    margin-bottom: 35px;
}
.columns-1,
.columns-2 {
    padding-inline: 100px;
}
.columns-2 .wpb_text_column > .wpb_wrapper {
    column-gap: 30px;
    column-count: 2;
}
.page h1 { 
    color:var(--heading);
    margin-bottom:10px; 
}
.green-para p { line-height:1; }
.contact-innerpage {
    display: flex;
    align-items: flex-start;
}
.rank-math-breadcrumb {
    padding-top: 25px;
}
.rank-math-breadcrumb p {
    margin-bottom: 0;
    color: #001c32;
    font-size: 14px;
}
.rank-math-breadcrumb a {
    color: #9e9e9e;
}
ul {
    margin-bottom: 5px;
}







/* video-section */
/* video-section */
/* video-section */
.video-section {
    background-attachment: fixed;
}
.video-section .vc_col-sm-8 .vc_column-inner {
    background: #fff;
    margin-left: 130px;
    margin-right: 70px;
    max-width: 1170px;
    margin-top: 100px;
    margin-bottom: 65px;
    padding: 40px 40px 30px;
    border-left: 8px solid var(--yellow);
    margin-inline: auto;
    position: relative;
}
.video-section .vc_col-sm-8 .vc_column-inner > .wpb_wrapper {
    max-width: 685px;
    margin-left: 125px;
}
.video-section h3 {
    margin-bottom: 25px;
}
.play {
    position: absolute;
    left: 1115px;
    left: calc(100% - 139px);
    bottom: 65px;
    width: 640px;
    height: 372px;
}
i.icon.icon-play {
    position: absolute;
    left: 50%;
    top: 50%;
    border: 5px solid #fff;
    color: #fff;
    padding: 20px;
    transform: translate(-50%, -50%);
    vertical-align: bottom;
    text-align: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    font-size: 25px;
    line-height: 1;
    margin-left: 0;
    background: rgba(0, 0, 0, 0.1);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
}
.play span.text {
    background: #000;
    color: #fff;
    display: inline-block;
    padding: 0 10px;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 18px;
    font-weight: 800;
}
.play:hover i.icon-play {
    border-color: #ff0000;
    color: #ff0000;
}

.play span.line {
    position: relative;
    display: block;
}
.play span.line span {
    width: 500px;
    height: 5px;
    background: #fff;
    position: absolute;
    bottom: 31px;
    right: 70px;
    border-radius: 8px;
}

.play span.line span:before {
    content: '';
    background: #ff0000;
    width: 20%;
    height: 5px;
    display: block;
    border-radius: 8px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.play:hover span.line span:before {
    width: 100%;
}

/*contact page*/
.video-section {
    background-attachment: unset;
}
.contact-video-section > .vc_column_container {
    max-width: 1905px;
    margin: 0 auto;
    float: none;
}
.video-section .vc_col-sm-8 .vc_column-inner {
    padding: 60px 40px 30px;
    margin-bottom: 100px;
	background: #fff;
    margin-left: 130px;
    margin-right: 70px;
    max-width: 1170px;
    margin-top: 100px;
    margin-inline: auto;
    border-left: 8px solid var(--yellow);
}
.video-section .vc_col-sm-8 .vc_column-inner > .wpb_wrapper {
    max-width: 865px;
    margin-left: 75px;
	
	
}
.video-section .h3 {
    margin-bottom: 0;
    letter-spacing: -0.5px;
}
.contact-items {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 2%;
    justify-content: space-between;
}
.contact-item {
    display: flex;
    gap: 15px;
    width: 49%;
    margin-bottom: 50px;
}
.contact-item__icon {
    background: #ffecce;
    border-radius: 50%;
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-item__icon img {
    width: 30px;
}
.contact-item__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contact-item__content .text {
    color: #001c32;
    font-weight: bold;
}
.contact-item__content p {
    white-space: nowrap;
}
.video-section .wpcf7-form {
    max-width: 760px;
    margin: 0 auto;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
    border: none;
    border-bottom: 1px solid #001c32;
    padding-left: 0;
    padding-bottom: 12px;
    padding-top: 12px;
    font-size: 18px;
}
.wpcf7-form label {
    margin-bottom: 10px;
    display: block;
}
.wpcf7-submit {
    color: #fff;
    padding: 5px 50px;
    font-size: 22px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
}
.wpcf7-submit::after {
    content: "\e90d" !important;
    color: var(--yellow);
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    position: relative;
    top: 3px;
    margin-left: 10px;
}
.play {
    bottom: 190px;
}
.play span.text {
    padding: 0 14px;
}



.cpt-expert-advice {
    padding: 0 40px;
    margin: 60px 0;
}
.cpt-expert-advice .container {
    background: #437147;
    border-radius: 18px;
    position: relative;
    padding: 50px 100px 60px;
    max-width: 1340px;
    width: 100%;
}
.cpt-expert-advice .cta-bird {
    position: absolute;
    left: -35px;
    top: 15px;
    opacity: 0.5;
}
.cpt-expert-advice-inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
}
.cpt-expert-advice-inner h2 {
    color: #fff;
}
.cpt-expert-advice-inner p {
    color: #fff;
    max-width: 680px;
}
.cpt-expert-advice-inner .btn-group {
    display: flex;
    margin-top: 35px;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    max-width: 700px;
}
.cpt-expert-advice-inner .btn-group a {
    background: #fff;
    font-weight: 600;
    padding: 15px 28px 15px 48px;
    border-radius: 24px;
    color: var(--green);
    font-size: 18px;
}
.cpt-expert-advice-inner .btn-group a:hover {
    color: var(--yellow);
}
.cpt-expert-advice-inner .btn-group i {
    color: #000c15;
    font-size: 22px;
    line-height: 1;
    margin-right: 20px;
    position: relative;
    top: -1px;
    margin-left: 0;
    vertical-align: middle;
    display: inline;
}
.cpt-expert-advice-inner .btn-group .icon-mail {
    font-size: 30px;
}
.img-wrap-round {
    position: absolute;
    right: -30px;
    top: 51%;
    transform: translate(0px, -50%);
    border-radius: 50%;
}
.img-wrap-round img {
    border-radius: 50%;
    border: 8px solid #fff;
    width: 100%;
    max-width: 336px;
}



.vc_row-o-content-middle {
	justify-content: center;
}






/*responsive */
/*responsive */
/*responsive */

@media (min-width: 768px) and (max-width: 1845px){
    .rank-math-breadcrumb { padding-top:55px; }
}

@media (min-width: 1470px) and (max-width: 1640px) {
    .play {
        left: 800px !important;
    }
}

@media (min-width: 768px) and (max-width: 1471px) {
    .play {
        position: relative;
        left: 0 !important;
        bottom: 0;
        margin-top: 40px;
    }
}

@media (min-width: 768px) and (max-width: 1240px){
   .shop-banner {
        padding-left: 30px;
        padding-right: 30px;
    }
    .text-block-inner .vc_column-inner {
        max-width: 100%;
        padding: 0 20px !important;
    }
    .columns-1,
    .columns-2 {
        padding-inline: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1200px){
    .page-template-default .cpt-expert-advice .container {
        padding: 40px;
        flex-wrap: nowrap;
        gap: 10px;
    }
    .page-template-default .img-wrap-round {
        position: relative;
        right: 0;
        top: 0;
        transform: none;
        border-radius: 50%;
    }
    .page-template-default .cpt-expert-advice-inner .btn-group a {
        line-height: 1;
        display: inline-block;
        padding: 15px 28px 15px 30px;
    }
    .page-template-default .cpt-expert-advice-inner .btn-group i {
        font-size: 20px;
    }
    .page-template-default .cpt-expert-advice-inner .btn-group .icon-mail {
        font-size: 24px;
    }



}
@media screen and (max-width: 991px){
    .page-template-default .cpt-expert-advice {
        padding: 0 20px;
        margin: 20px 0;
    }
    .page-template-default .cpt-expert-advice .container {
        padding: 30px 20px;
        flex-wrap: nowrap;
        gap: 15px;
        flex-direction: column-reverse;
    }
    .page-template-default .img-wrap-round {
        position: relative;
        right: 0;
        top: 0;
        transform: none;
        border-radius: 50%;
    }
    .page-template-default .cpt-expert-advice-inner .btn-group a {
        line-height: 1;
        display: inline-block;
        padding: 15px 28px 15px 30px;
        font-size: 16px;
        width: 100%;
        text-align: center;
    }
    .page-template-default .cpt-expert-advice-inner .btn-group i {
        font-size: 20px;
    }
    .page-template-default .cpt-expert-advice-inner .btn-group .icon-mail {
        font-size: 24px;
    }
    .page-template-default .cpt-expert-advice .cta-bird {
        top: auto;
        bottom: 135px;
    }
    .page-template-default .btn-group div { width:100%; }
}

@media screen and (max-width: 767px){
    .page #content {
        padding-top: 145px;
    }
    .rank-math-breadcrumb {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-left: 0;
    }
    .rank-math-breadcrumb p { line-height: 20px; }
    .shop-banner {
        padding-top: 0;
        padding-bottom: 0px;
        padding-left: 0;
        padding-right: 0;
        flex-direction: column;
    }
    .shop-banner:before {
        width: 0;
        height: 0;
        background-image: none;
    }
    .shop-banner .vc_col-sm-3 .vc_column-inner {
        padding-top: 0;
    }
    .shop-banner .vc_col-sm-9 {
        width: 100%;
        padding: 20px 0;
    }
	.shop-banner h1 {
		font-size: 32px;
    	letter-spacing: 2px;
	}
    .text-block-inner .vc_column-inner {
        padding-left: 20px !important;
        padding-right: 20px !important;
        padding-top: 35px !important;
    }
	.text-block-inner .wpb_text_column {
		margin-bottom: 10px;
	}
    .columns-1,
    .columns-2 {
        padding-inline: 0;
    }
    .columns-2 .wpb_text_column > .wpb_wrapper {
        column-count: 1;
    }
    .container .vc_column_container>.vc_column-inner {
        padding-left: 15px;
        padding-right: 15px;
    }
    .contact-innerpage {
        flex-direction: column;
    }
    .video-section .vc_col-sm-8 .vc_column-inner {
        padding: 40px 20px 0px !important;
        margin-bottom: 40px;
        margin-top: 40px;
    }
    .contact-item {
        width: 100%;
        margin-bottom: 20px;
    }
    .contact-item:nth-child(4) .contact-item__icon {
        display: none;
    }
    .play {
        margin-top: 40px;
    }

}