html{
    scroll-behavior: smooth;
}

/* Set Old Css Start*/


#wpadminbar {
    display: none;
}

main#js-main,
html {
    margin: 0 !important;
}

body p {
    margin: 0;
}

/* Set Old Css End*/
/* Common Css Start*/

.tmb_container {
    padding: 0 40px;
}
a{
    text-decoration: none;
}

.tmb_list {
    list-style: none;
}

.tmb_btn {
    font-family: "Titillium Web", sans-serif;
    border: 0;
    outline: 0;
    background: #F05A2B;
    border-radius: 2px;
    padding: 14px 57px;
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s linear;
    display: inline-block;
}

.tmb_btn:hover {
    background-color: #fff;
    color: #F05A2B;
}

.tmb_btn.tmb_btn-hover-dark:hover {
    background-color: #000;
    color: #fff;
}

.tmb_btn-nobg,
.tmb_btn-nobg:hover {
    background: none;
    padding: 0;
    color: #F05A2B;
}

.tmb_btn-pop-form {
    padding: 7px 48px;
}

.tmb_highlight,
.tmb_herosec_heading span,
.tmb_sec_heading span {
    color: #F05A2B;
}

.tmb_sec_heading {
    font-family: 'Univers LT 59 UltraCondensed', sans-serif;
    font-weight: normal;
    font-size: 48px;
    text-transform: uppercase;
    color: #0C0C0C;
}

.tmb_sec_subheading {
    font-size: 30px;
    text-transform: capitalize;
    color: #0C0C0C;
}

.tmb_sec_brief {
    font-family: 'Industry-Book', sans-serif;
    font-size: 18px;
    color: #0C0C0C;
    font-weight: normal;
}


.text-dark {
    color: #0C0C0C;
}

.text-light {
    color: #fff;
}

.tmb-text-center {
    text-align: center;
}
/* Common Css End*/
/* Hero Section  Start */
.tmb_herosec {
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 121px 0 141px;
}

.tmb_herosec_content {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
}

.tmb_herobg_img_wrap,
.tmb_herobg_img_wrap::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.tmb_herobg_img_wrap::after {
    content: "";
    z-index: 0;
    background-color: rgba(12, 12, 12, 0.7);
}

.tmb_herobg_img {
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 100%;
}

.tmb_hero_img {
    margin: 0 auto 35px;
}

.tmb_herosec_heading {
    font-family: 'Univers LT 59 UltraCondensed', sans-serif;
    font-size: 60px;
    font-weight: 400;
}

.tmb_herosec_sub_heading {
    font-family: 'Univers LT 59 UltraCondensed', sans-serif;
    font-weight: normal;
    font-size: 40px;
    line-height: 46px;
    text-align: center;
    letter-spacing: 0.02em;
}
.tmb_herosec_sub_heading span{
    color:#F05A2B;
    font-family: 'Industry';
}

.tmb_herosec_brief {
    font-size: 20px;
}

.tmb_herosec_brief {
    font-family: 'Industry-Book', sans-serif;
}

.tmb_herosec_content .tmb_herosec_brief {
    margin: 13px 0 17px;
}

.tmb_herosec_brief-titillium {
    font-family: "Titillium Web", sans-serif;
}

.tmb_herosec_content .tmb_btn {
    margin-top: 25px;
}
.sub--heading-modifier{
    font-size: 30px;
    line-height: 34px;
}
/* Hero Section  End */

/* Hero Section With Form Start */
.tmb_herosec.hero_sec_with_form{
    padding: 100px 0 124px;
}
.tmb_herosec.hero_sec_with_form .hero_with_form_sec_content{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap:10px;
    max-width: 1024px;
    width: 100%;
}
.tmb_herosec.hero_sec_with_form .hero_with_form_sec_content > .sec_text{
    width: 48%;
    text-align: start;
}
.tmb_herosec.hero_sec_with_form .hero_with_form_sec_content > .sec_form{
    width: 52%;
}
.tmb_herosec.hero_sec_with_form .tmb_hero_img{
    margin: 0 0 18px;
}
.tmb_herosec.hero_sec_with_form .tmb_herosec_brief.bg-white + .tmb_herosec_brief {
    margin: 70px 0 23px;
}
.tmb_herosec.hero_sec_with_form .tmb_form_popup_content{
    max-width: 524px;
    margin: 0 0 0 auto;
}
.tmb_herosec.hero_sec_with_form .tmb_herosec_brief{
    font-size: 28px;
    line-height: 34px;
}
.tmb_herosec.hero_sec_with_form .logo_heading{
    font-family: 'Univers LT 59 UltraCondensed', sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 46px;
}


/* Hero Section With Form End */

/* points bar Start*/
.tmb_points_bar {
    padding: 30px 0 49px;
    background-color: #f0f0f0;
}
.tmb_points_bar .tmb_sec_brief{
    margin-bottom: 11px;
}
.tmb_points_bar_list {
    display: grid;
    gap: 20px 67px;
    justify-content: center;
    margin: 0 auto;
    grid-template-columns: auto;
    grid-auto-flow: column;		
    align-items: center;
}

.tmb_ponit_bar_point {
    font-family: 'Univers LT 59 UltraCondensed', sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 34px;
    text-transform: uppercase;
}

/* points bar End*/

/* tmb_points_bar Image Start */
.tmb_points_bar.navigation_image{
    background-color: #fff;
}
/* tmb_points_bar Image End */

/* Every Bodys Workout Sec Start */
.every_body_workout_sec {
    padding:65px 0 90px;
}
.every_body_workout_sec  .text-dark{
    color:#fff;
}
.every_body_workout_sec  .sec_head{
    margin-bottom:46px;
}
.every_body_workout_sec .tmb_container{
    max-width: 1340px;
    width:100%;
    padding:0 40px;
    margin:0 auto;
}
.workout_card{
    background-color:#fff;
    height:100%;
}
.workout--slider .swiper-wrapper{
    display:grid ;
    grid-template-columns: repeat( auto-fit, minmax(219px, 1fr) );
    gap:40px;
    box-sizing: border-box;
}
.every_body_workout_sec .sec_btn {
    margin-top:62px;
}
.every_body_workout_sec .tmb_sec_heading{
    margin-bottom:6px;
}
.every_body_workout_sec .tmb_sec_brief{
    max-width: 652px;
    width:100%;
    margin:0 auto;
}
.workout--slider .text-dark{
    color:#000;
}
.workout--slider .card_brief {
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #000000;
    font-family: 'Industry-Book', sans-serif;
}
.workout_card .card_img{
    position:relative;
}
.show-md{
    display: none;
}
.card_number,
.card_type{
    position:absolute;
    top:0;
    right:15px;
}
.card_type{
    top:auto;
    bottom:5px;
    right:auto;
    right:9px;
}
.every_body_workout_sec .card_img img{
    width: 100%;
}
.card_number{
    font-family: 'Univers LT 59 UltraCondensed', sans-serif;
    font-weight: normal;
    font-size: 40px;
    line-height: 46px;
    text-transform: capitalize;
}
.card_type{
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    text-align: right;
    text-transform: capitalize;
    color: #FFFFFF;
    font-family: 'Industry';
}
.workout_card .card_brief{
    margin-top:8px;
    padding:0 6px 8px;
}

/* Every Bodys Workout Sec End */

/* tmb_para_info_sec Start */
.tmb_para_info_sec {
    text-align: center;
    padding: 60px 0 112px;
    background-color: #fff;
}

.tmb_para_info_sec_content {
    max-width: 818px;
    width: 100%;
    margin: 0 auto;
}

.tmb_para_info_sec .tmb_sec_subheading {
    margin-bottom: 27px;
    font-family: 'Univers LT 59 UltraCondensed', sans-serif;
    font-weight: 400;
}

.subheading-border {
    height: 3px;
    background-color: #000;
    width: 207px;
    margin: 0 auto;
}

.tmb_para_txt {
    margin: 30px 0 35px;
}

.tmb_para_txt .tmb_sec_brief {
    line-height: 1.39;
}

.tmb_para_txt .tmb_sec_brief:not(:last-child) {
    margin-bottom: 17px;
}

/* tmb_para_info_sec End */

/* tmb_grid_text_img Start */
.tmb_grid_text_img_content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    align-items: center;
}

.tmb_grid_text {
    padding: 50px 0 40px 183px;
    width: 92%;
}

.tmb_grid_text hr {
    height: 5px;
    background-color: #fff;
    margin: 16px auto 16px 0;
    width: 130px;
}

.tmb_grid_text .tmb_sec_brief {
    line-height: 1.39;
}

.tmb_grid_text .tmb_btn-nobg {
    margin-top: 25px;
    display: flex;
    align-items: baseline;
    gap: 5px;
}

.tmb_grid_img {
    display: flex;
    height: 100%;
    align-items: end;
}

/* tmb_grid_text_img End */

/* Tmb Testimonial sec Start */
.tmb_rating_testmonial {
    background-color: #fff;
    padding: 100px 0 96px;
}
.tmb_rating_testmonial .tmb_btn:hover {
    background-color: #000;
    color: #fff;
}
.tmb_rating_points {
    margin: 0px 0 12px;
}

.tmb_rating_testmonial .tmb_herosec_brief {
    font-weight: 400;
}

.tmb_rating_testmonial .tmb_herosec_brief strong {
    font-family: 'Industry';
}

.tmb_rating_testmonial_swiper {
    padding: 26px 0 35px;
    position: relative;
    overflow: hidden;

}

.tmb_rating_testmonial_swiper .swiper-wrapper {
    align-items: center;
    box-sizing: border-box;
}

.tmb_rating_testmonial_swiper .swiper-slide {
    opacity: 0.4;
    cursor: pointer;
    transition: 0.5s linear;
    width: 315px;
}

.tmb_rating_testmonial_swiper.swiper-initialized .swiper-slide {
    transform: scale(0.8);
}

.tmb_rating_testmonial_swiper .swiper-slide.swiper-slide-active {
    opacity: 1;
    transform: scale(1);
}



.tmb_rating_testmonial_card {
    /* width: 315px; */
    width: 100%;
    border: 2px solid #000;
    box-shadow: 2px 4px 10px 2px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    padding: 21px 16px 16px;
}

.tmb_rating_starts {
    display: flex;
    justify-content: center;
    gap: 7px;
}

.tmb_reating_txt {
    font-size: 16px;
    line-height: 1.56;
}

.rating_quotes .left_quotes {
    margin: -17px 0 13px;
	transform: scaleX(-1);
}

.rating_quotes .right_quotes {
    margin: 5px 0 0 auto;
}

.tmb_rating_author {
    display: inline-block;
    margin-top: 10px;
    font-weight: 600;
}

/* Tmb Testimonial sec End */


/* Tmb Bottom Sec Start */
.tmb_bgimg_sec {
    position: relative;
    padding: 238px 0 208px;
}

.tmb_bgimg_wrap,
.tmb_bgimg_wrap::after,
.tmb_bgimg_wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.tmb_bgimg_wrap::after {
    content: "";
    background-color: rgba(12, 12, 12, 0.7);
}

.tmb_bgimg_wrap img {
    object-position: bottom;
    object-fit: cover;
}

.tmb_bgimg_content .tmb_sec_subheading {
    font-family: 'Industry-Book', sans-serif;
    font-weight: 400;
    margin: 5px 0 35px;
}
.tmb_sec_subheading.sec--heading-modifier{
    margin-bottom: 0;
    color:#fff;
    font-family: 'Univers LT 59 UltraCondensed', sans-serif;
}
.sec--info-modifier{
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 9px;
    font-family: 'Industry-Book', sans-serif;
}
.sec--info-modifier span{
    font-family: 'Industry';
}
/* Tmb Bottom Sec End */


/* Tmb Form Popup Start */

.tmb_form_popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    padding: 22px;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    background-color: rgba(0, 0, 0, 0.4);
}

.tmb_form_popup_inner {
    width: 100%;
    overflow: hidden;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.tmb_form_popup.active {
    display: block;
}

.tmb_form_popup_content {
    background: #FFFFFF;
    /* border: 2px solid #F05A2B; */
    border-radius: 20px;
    padding: 25px;
    overflow: hidden;
}

/* .tmb_form_popup_content, */

.tmb_pop_form_heading {
    font-family: 'Univers LT 49 LightUltraCn', sans-serif;
    font-weight: normal;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 37px;
    /* margin-top: 25px; */
}

.tmb_form_group {
    display: grid;
    grid-template-columns: 0.3fr 0.7fr;
    gap: 20px;
    align-items: center;
    margin-bottom: 9px;
}

.tmb_form_label,
.tmb_form_input {
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #0C0C0C;
}

.tmb_form_input {
    box-shadow: inset 0 0 0 50px #F4F4F4;
    padding: 0 10px;
    background: #F4F4F4;
    border: 1px solid #0C0C0C;
    border-radius: 2px;
    height: 30px;
}

.tmb_form_checkbox {
    height: 18px;
    width: 18px;
    background: #F4F4F4;
    border-radius: 2px;
    appearance: none;
    vertical-align: middle;
    margin-right: 7px;
    position: relative;
}

.tmb_checkbox_label {
    font-weight: 300;
}

.tmb_form_checkbox:checked::after {
    color: #eb5928;
    content: '\2713';
    font-size: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.tmb_Close_form_wrap {
    text-align: right;
}

#TmbRemoveFormBtn {
    background-color: transparent;
    border: none;
    outline: none;
    padding: 0;
    margin-right: 0;
    cursor: pointer;
}

/* #tmbBgLayer{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    overscroll-behavior: contain;
    background-color: rgba(0, 0, 0, 0.5);
} */
/* Tmb Form Popup End */

/* footer css Start */
.c-footer{
    padding:1rem 5.4rem 1rem 5.4rem;
}
/* footer css End */

/* common Overlay on banner */
.page-id-8136 .tmb_herobg_img_wrap::after,
.page-id-8202 .tmb_herobg_img_wrap::after,
.page-id-8204 .tmb_herobg_img_wrap::after,
.page-id-8206 .tmb_herobg_img_wrap::after
{
    background-color: rgba(0, 0, 0, 0.6);
}
.page-id-8136 .tmb_bgimg_wrap::after,
.page-id-8202 .tmb_bgimg_wrap::after,
.page-id-8204 .tmb_bgimg_wrap::after,
.page-id-8206 .tmb_bgimg_wrap::after{
    background-color: rgba(0, 0, 0, 0.6);
}

.page-id-8136 .tmb_herosec_brief.bg-white,
.page-id-8202 .tmb_herosec_brief.bg-white,
.page-id-8204 .tmb_herosec_brief.bg-white,
.page-id-8206 .tmb_herosec_brief.bg-white{
    max-width: 520px;
    margin: 20px auto 12px;
    background-color: #fff;
    color: #000;
    padding: 11px 13px;
    border-radius: 5px;
    display: inline-block;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 0;
}
.main-span{
    align-items: center;
    /* gap:10px; */
    justify-content: center;
    margin-bottom: 14px;
    display: inline-flex;
}
.exclamation-sign{
    background-color: #F05A2B;
    padding: 0.5px 7.9px;
    border-radius: 50%;
    margin-right: 10px;
    color: #000000;
    line-height: 1;
}
.font-bold{
    font-family: 'Industry';
}
.logo_heading{
    font-family: 'Univers LT 49 LightUltraCn', sans-serif;
    font-weight: normal;
    font-size: 30px;
    line-height: 31px;
    /* text-align: center; */
    letter-spacing: 0.02em;
    color:#fff;
}

.tmb_herosec_brief.bg-white + .tmb_herosec_brief{
    margin: 12px 0 23px;
}

.page-id-8082 .tmb_bgimg_sec .tmb_bgimg_wrap img{
    object-position: unset;
}
.tmb_para_info_sec a:hover{
    background-color: #000;
    color: #fff;
}
.tmb_grid_text_img a.tmb_btn.tmb_btn-nobg{
    position: relative;
    display: inline-block;
}
.tmb_grid_text_img a.tmb_btn.tmb_btn-nobg:after {
    content: url(https://everybodyfights.com/wp-content/themes/ebf/dist/img/icons/tmb-btn-arrow.svg);
    position: absolute;
    top: -1px;
    left: 103%;
}

.page-id-8700 .tmb_herosec.hero_sec_with_form .tmb_herosec_brief.bg-white + .tmb_herosec_brief,
.page-id-8705 .tmb_herosec.hero_sec_with_form .tmb_herosec_brief.bg-white + .tmb_herosec_brief,
.page-id-8707 .tmb_herosec.hero_sec_with_form .tmb_herosec_brief.bg-white + .tmb_herosec_brief,
.page-id-8703 .tmb_herosec.hero_sec_with_form .tmb_herosec_brief.bg-white + .tmb_herosec_brief
{
    margin: 27px 0 23px;
} 
.page-id-8693 .tmb_bgimg_wrap img ,
.page-id-8700 .tmb_bgimg_wrap img ,
.page-id-8703 .tmb_bgimg_wrap img ,
.page-id-8705 .tmb_bgimg_wrap img 
{
    object-position: top;
}
.page-id-8707 .tmb_bgimg_wrap img {
    object-position: center;
}

/* ===== Hero With Email Form Start ===== */
.hero_with_email_form_sec{
    padding:96px 0 83px;
}
#wpcf7-f8911-o1 form,
#wpcf7-f9326-o1 form 
{
    max-width: 321px;
    margin: 0 auto;
}

.wpcf7-form.init input::placeholder{
    color:#C1C1C1 ;
} 
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#wpcf7-f8911-o1 form input,
#wpcf7-f9326-o1 form input
{
    padding: 11px 15px;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    width: 100%;
    border-radius: 5px;
    background-color: #fff;
    font-family: "Titillium Web", sans-serif;
    outline: 0;
    border: 1px solid #0C0C0C;
    margin-top: 10px;
}
#wpcf7-f8911-o1 form input[name="FirstName"],
#wpcf7-f9326-o1 form input[name="FirstName"]

{
    margin-top: 0px;
}


#wpcf7-f8911-o1 form  input[type="submit"],
#wpcf7-f9326-o1 form  input[type="submit"]
{
    border-radius: 2px;
    background: #F05A2B;
    border: none;
    color: #fff;
    max-width: 154px;
    font-size: 12px;
    line-height: 18px;
    margin: 0 auto;
    display: block;
    border: none;
    cursor: pointer;
    padding: 10px 15px;
    margin-top: 17px;
}
.hero_with_email_form_sec .tmb_herosec_content{
    max-width: 870px;
}
.hero_with_email_form_sec .tmb_herosec_brief.brief_modifier{
    font-size: 28px;
}
.hero_with_email_form_sec .wpcf7-not-valid-tip {
    font-size: 14px;
}
.hero_with_email_form_sec .bottom-brief-modifier{
    font-size: 10px;
    line-height: 12px;
    max-width: 406px;
    margin: 0 auto ;
}
.thank_you_sec{
    height:95vh;
}
.thank_you_sec .brief_modifier{
    font-weight: 600;
    font-size: 30px;
    line-height: 46px;
    text-align: center;
    color: #FFFFFF;
    font-family: "Titillium Web", sans-serif !important;
    margin:53px 0 39px;
}
.thank_you_sec .tmb-modifier{
    font-family: "Titillium Web", sans-serif !important;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
}
.thank_you_sec .tmb_hero_img {
    margin: 0 auto 18px;
}
.thank_you_sec .tmb_herosec_content {
    max-width: 1000px;
}
.hero_with_email_form_sec .wpcf7-response-output {
    display: none;
}
form#custom_form input[type="submit"] {
    opacity: 0;
    visibility: hidden;
}
.thank_you_sec .tmb_herosec_sub_heading {
    margin-bottom: 45px;
}
div#wpcf7-f8911-o1,
div#wpcf7-f9326-o1
{
    width: fit-content;
    margin: 0 auto;
}
div#wpcf7-f8911-o1 span.wpcf7-not-valid-tip ,
div#wpcf7-f9326-o1 span.wpcf7-not-valid-tip
{
    text-align: left;
}
.page-id-8940 .tmb_bgimg_wrap img ,
.page-id-8927 .tmb_bgimg_wrap img ,
.page-id-8948 .tmb_bgimg_wrap img ,
.page-id-8944 .tmb_bgimg_wrap img ,
.page-id-8951 .tmb_bgimg_wrap img 
{
    object-position: top;
}
/* ===== Hero With Email Form End ===== */


/* ============== Responsice Code  Start ==============*/


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

    /* grid text Image Start  */
    .tmb_grid_text {
        padding-left: 40px;
    }

    /* grid text Image End  */
}


@media only screen and (max-width:991px) {
    .tmb_points_bar_list {
        gap: 12px 55px;
    }

    /* Workout Section */
    .every_body_workout_sec .tmb_container{
        padding: 0;
    }
    .every_body_workout_sec .sec_head{
        padding: 0 30px;
    }
    .workout--slider .swiper-wrapper{
        display: flex;
        grid-template-columns: none;
        gap: 0;
    }

    .every_body_workout_sec .swiper-slide{
        width: 175px;
        opacity: 0.3;
        height: auto;
        transition: 0.5s linear;
    }
    .every_body_workout_sec .swiper-slide.swiper-slide-active{
        opacity: 1;
        transform: scale(1);
    }
    .every_body_workout_sec .workout_card{
        width: 100%;
    }
    .workout_card .card_brief{
        font-size: 12px;
    }
    .every_body_workout_sec .tmb_sec_brief {
        font-size: 18px;
        padding: 0 10px;
    }
    .every_body_workout_sec .sec_head{
        margin-bottom: 34px;
    }
    .every_body_workout_sec .sec_btn{
        margin-top: 56px;
    }
    
    /* grid text Image Start */
    .tmb_grid_text {
        padding: 42px 45px 0;
        width: 100%;
        margin-bottom: -25px;
    }

    .tmb_grid_text_img_content {
        display: block;
        text-align: center;
    }

    .tmb_grid_text hr,
    .tmb_grid_text_img .tmb_btn-nobg {
        margin-left: auto;
        margin-right: auto;
    }

    .tmb_grid_img img {
        margin: 0 auto;
    }

    /* grid text Image End */
 
    .show-md{
        display: block;
    }
    .workout--slider .swiper-button-prev,
    .workout--slider .swiper-button-next
    {
        transform: none;
        background-image:none !important;
    }
    .workout--slider .swiper-button-prev::after{
        content: url(../img/icons/leftBtn.svg);
        top:50%;
        left:25px;
        right:auto;
        transform: translateY(-50%);
    }
    .workout--slider  .swiper-button-next::after{
        content: url(../img/icons/rightBtn.svg);
        left:auto;
        top:50%;
        right:25px;
        transform: translateY(-50%);
    }

    /* Hero Sec With Form  Start*/
    .tmb_herosec.hero_sec_with_form{
        padding: 23px 0 43px;
    }
    .tmb_herosec.hero_sec_with_form .tmb_container{
        padding: 0 16px;
    }

    .tmb_herosec.hero_sec_with_form .hero_with_form_sec_content{
        flex-direction: column;
        gap:18px;
    }
    .tmb_herosec.hero_sec_with_form .hero_with_form_sec_content > .sec_text,
    .tmb_herosec.hero_sec_with_form .hero_with_form_sec_content > .sec_form
    {
        width: 100% ;
        text-align: center;
        margin:  0 auto;
    }
    .tmb_herosec.hero_sec_with_form .tmb_hero_img{
        margin: 0 auto 18px;
        width: 84px;
    }
    .tmb_herosec.hero_sec_with_form .tmb_herosec_brief.bg-white + .tmb_herosec_brief{
        display: none;
    }
    .tmb_herosec.hero_sec_with_form .tmb_herosec_content .tmb_herosec_brief{
        margin-bottom: 0;
    }
    .tmb_herosec.hero_sec_with_form .tmb_form_popup_content{
        margin: 0 auto;
    }
    

    /* Hero Sec With Form  End*/

}


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

    /* Common Start */
    .tmb_herosec_heading,
    .tmb_sec_heading {
        font-size: 40px;
    }

    .tmb_herosec_brief,
    .tmb_sec_brief {
        font-size: 16px;
    }
    .tmb_rating_author{
        font-weight: 400;
    }

    .tmb_sec_subheading {
        font-size: 26px;
    }

    /* Common End */
    /* Tmb Hero Sec Start */
    .tmb_herosec {
        padding: 57px 0 55px;
    }

    .tmb_herosec .tmb_container {
        padding: 0 35px;
    }

    .tmb_herosec_sub_heading {
        font-size: 30px;
    }

    .tmb_hero_img {
        margin: 0 auto 27px;
    }

    .tmb_herosec_content .tmb_herosec_brief {
        margin: 19px 0 36px;
        line-height: 26px;
    }

    .tmb_herosec_content .tmb_btn {
        margin-top: 0;
    }

    /* Tmb Hero Sec End */
    /* tmb_points_bar Start */
    .tmb_points_bar {
        padding: 25px 0 23px;
    }

    .tmb_points_bar_list {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 12px 20px;
        text-align: center;
	    grid-auto-flow: unset;
        
    }

    .tmb_ponit_bar_point {
        font-size: 18px;
        line-height: 21px;
    }

    /* tmb_points_bar End */
    
    /* tmb_para_info_sec Start */
    .tmb_para_info_sec .tmb_sec_subheading {
        margin-bottom: 21px;
    }

    .tmb_para_txt {
        margin: 25px 0 28px;
    }

    .tmb_para_info_sec {
        padding: 35px 0 55px;
    }

    .tmb_para_txt .tmb_sec_brief {
        line-height: 25px;
    }

    /* tmb_para_info_sec End */

    /* tmb rating Teatimonial Start */
    .tmb_rating_testmonial {
        padding: 55px 0px 75px;
    }

    .tmb_reating_txt {
        font-size: 12px;
        line-height: 1.7;
    }

    .tmb_rating_testmonial_swiper {
        padding: 36px 40px;
    }

    .tmb_rating_testmonial_swiper .swiper-slide {
        width: 100%;
        transform: scale(1);
    }

    /* tmb rating Teatimonial End */

    /* Tmb Bottom Sec Start */
    .tmb_bgimg_sec {
        padding: 194px 0 214px;
    }

    .tmb_bgimg_content .tmb_sec_subheading {
        margin: 6px 0 15px
    }

    .tmb_bgimg_sec .tmb_sec_subheading {
        font-size: 20px;
    }

    /* Tmb Bottom Sec End */
}


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

    /* Tmb Pop up Form */
    /* .tmb_form_popup_content iframe {
        height: 1061px !important;
    } */
    .main-span {
        text-align: left;
        max-width: 245px;
    }
    .exclamation-sign{
        padding: 1.5px 8px;
    }
    .tmb_herosec_brief.bg-white + .tmb_herosec_brief{
        margin: 17px 0;
    }
    .tmb_herosec.hero_sec_with_form .tmb_herosec_brief{
        font-size: 16px;
        line-height: 26px;
    }
    .tmb_herosec.hero_sec_with_form .logo_heading{
        font-size: 30px;
        line-height: 34px;
    }
    .tmb_herosec_content .tmb_herosec_brief {
        margin: 19px 0 0;
        line-height: unset;
    }
    .hero_with_email_form_sec .tmb_herosec_brief.brief_modifier{
        font-size: 18px;
        width: calc(100% + 35px);
        margin-left: -17.5px;
        margin-bottom: 15px;
    }
    .hero_with_email_form_sec .bottom-brief-modifier{
        margin-top: 0;
    }
    .hero_with_email_form_sec .bottom-brief-modifier{
        line-height: 12px;
    }
    .tmb_herosec_brief.tmb-modifier{
        margin: 0;
    }
    .hero_with_email_form_sec{
        padding: 23px 0 27px;
    }
    #wpcf7-f8911-o1 form,
    #wpcf7-f9326-o1 form
    {
        max-width: 282px;
        /* margin: 0 auto; */
    }
    .thank_you_sec .brief_modifier{
        margin: 58px 0 58px;
    }
    .thank_you_sec .tmb_hero_img{
        width: 84px;
        height: 80px;
        margin-bottom: 33px;
    }
    .thank_you_sec .tmb_herosec_sub_heading {
        margin-bottom: 10px;
    }


}


@media only screen and (max-width:480px) {
    .tmb_form_popup_content{
        padding: 18px;
    }
    .tmb_pop_form_heading{
        margin-bottom: 25px;
    }
}


.swiper-button-next, .swiper-button-prev{
    background-image: url('../img/icons/Vector.svg') !important;    
	color:transparent !important;
	width: 14px !important;
    height: 14px !important;
}
.swiper-button-prev {
    transform: rotate(180deg);
}