.cf7sr-g-recaptcha *{
	box-sizing: border-box;
	max-width: 100%;
}
.form-block-pop {
    left: 50%;
    top: 50%;
    transform: translate3D(-50%, -50%, 0);
}
.hiddenText {
    display: none;
}
.hiddenTextBtn {
    display: block;
    width: 130px;
    text-align: center;
    background-color: #5F7CA4;
    padding: 15px 30px;
    font-size: 16px;
    border-radius: 5px;
    border: none;
    color: #fff;
    cursor: pointer;
}
.hiddenTextBtn br {
    display: none;
}
.hiddenTextBtn div:first-of-type {
    display: block;
}
.hiddenTextBtn div:last-of-type {
    display: none;
}
.hiddenTextBtn.active div:first-of-type {
    display: none;
}
.hiddenTextBtn.active div:last-of-type {
    display: block;
}

.zWebModalOverlay .modal {
    background-color: #fff;
    padding: 24px;
}

.head-top-block .btn-2 {
    margin: 0 24px;
}
.whatsapp {
    margin-top: 9px;
}
.sand-block-for-mob .btn-2{
    margin-bottom: 12px;
    text-align: center;
}
@media screen and (max-width: 500px) {
    .sand-block-for-mob .btn-2{
        width: 100%;
    }
}
@media screen and (max-width: 1050px) {
    .whatsapp {
        margin-top: 0px;
    }
    .head-top-block .btn-2  {
        display: none;
    }
}


.modal .title p {
    font-weight: 700;
    text-align: center;
    font-size: 24px;
}
.field textarea {
    width: 100%;
}

.footerForm .checkbox .checkboxText{
    color: #fff;
}
.footerForm .btnWrap {
    display: flex;
    justify-content: center;
}
.footerForm {
    padding-top: 50px;
}
.footerForm .title p{
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
}
.footerForm .field label.active {
    color: #fff;
}
.footerForm .field input:focus + label {
    color: #fff;
}
 textarea {
    padding-top: 15px;
    resize: none;
}
.footerForm .field textarea:focus + label {
    color: #fff;
}

.reviewsForm {
    padding-top: 50px;
}
.reviewsForm .title p{
    text-align: center;
    color: #000;
    font-weight: 700;
    font-size: 24px;
}


.fixed_social{
    bottom: 80px;
    z-index: 101;
    /* margin: 0 10px; */
    position: fixed;
    right: 30px;
}
.fixed_social .fixed_social_Link{
    display: block;
    margin: 0 6px 5px;
}
.benef.mob:last-child .benefM{
    text-align: center;
}
.page-6 .content video.video{
    width: auto;
    display: block;
    /* width: max-content; */
    margin: auto;

    margin-bottom: 50px;
    max-height: 440px;
}
@media screen  and (max-width:800px){
    .page-6 .content video.video{
        height: auto;
        width: 100%;
    }
}




/* PRICE */
:root{
    --tabsColorPrimary : #2D4B84;
}
.price .tabs>div{
    display: block;
}
.price .tabsWrap{
    width: 100%;
}
.price .tabsWrap .tabs{
    margin-bottom: 24px;
}
.price .tabsWrap .tabs.option1 .tabNavs{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 2px solid #f3f3f3;
    padding-bottom: var(--indent12);
}
.price .tabsWrap .tabs.option1 .tabNavs .tabPill1{
    position: relative;
    padding: var(--indent12);
    text-align: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 33%;
}
.price .tabsWrap .tabs.option1 .tabNavs .tabPill1:before{
    content: "";
    width: 0;
    background-color: var(--tabsColorPrimary);
    border-top: none;
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 2px;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
}
.price .tabsWrap .tabs.option1 .tabNavs .tabPill1.active:before {
    width: 100%;
}

.price .tabsWrap .tabs.option1 .allContent{
    width: 100%;
}
.price .tabsWrap .tabs.option1 .tabContent .tabPane1{
    display: none;
}
.price .tabsWrap .tabs.option1 .tabContent .tabPane1.active{
    display: block;
}

.price{
    background: #FAFAFA;
}
.price .tabsWrap .tabs.option1 .tabContent .tabPane1 .price_element{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 26px;
    margin-bottom: 10px;
    background: #FFFFFF;
    box-shadow: 0px 6px 26px rgb(0 0 0 / 4%);
    border-radius: 10px;
}
.price .tabsWrap .tabs.option1 .tabContent .tabPane1 .price_element p{
    margin: 0;
    font-size: 18px;
    letter-spacing: -0.025em;
}
.price .tabsWrap .tabs.option1 .tabContent .tabPane1 .price_element .price_element_left_description p{
    font-size: 13px;
}
.price .post-title-mini{
    font-weight: bold;
    color: #2D4A84;
    font-size: 36px;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    text-align: left;
}
.price .tabsWrap .tabs.option1 .tabNavs .tabPill1 .text p{
    margin: 0;
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: -0.025em;
    color: #2D4A84;
    text-transform: uppercase;
    font-weight: 600;
}
.price .tabsWrap .tabs.option1 .tabContent .tabPane1 .price_element .price_element_right{
    flex-basis: 30%;
    align-self: center;
    text-align: end;
}

@media screen and (max-width:980px) {
    .price .tabsWrap .tabs.option1 .tabNavs{
        padding: 0;
        margin-top: 55px;
    }

}

@media screen and (max-width:768px) {
    .price .tabsWrap .tabs.option1 .tabContent .tabPane1 .price_element{
        display: block;
        text-align: center;
    }
    .price .tabsWrap .tabs.option1 .tabContent .tabPane1 .price_element .price_element_left{
        margin-bottom: 10px;
    }
    .price .tabsWrap .tabs.option1 .tabContent .tabPane1 .price_element .price_element_right{
        align-self: center;
        text-align: center;
    }
}
