

.open-popup {
    border: 0;
    padding: 8px 20px;
    background: #333333;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
}

.common-popup{
	position: relative;
   	 z-index: 4;
}

.form-popup {
overflow:hidden;
    background-color: #fff;
    position: fixed;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    top: -100%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.15);
    width: 100%;
    max-width: 800px;
    border-radius: 20px;
    box-shadow: 1px 2px 10px 4px #00000035;
    opacity: 0;
    transition: top 0ms ease-in-out 300ms, transform 300ms ease-in-out 0ms, opacity 300ms ease-in-out 0ms;
}

.form-popup.active {
overflow: auto;
    max-height: 100%;
    top: 48%;
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 1;
    transition: top 0ms ease-in-out 0ms, transform 300ms ease-in-out 0ms, opacity 300ms ease-in-out 0ms;
}

.form-popup .btn-closeform {
    position: absolute;
    top: 0px;
    right: 14px;
    padding: 3px;
    font-size: 34px;
    color: #000;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.left_side {
    border-radius: 20px 20px 0 0px;
    background-color: #feefbb;
}

.review_section{
	display:flex;
    column-gap: 16px;
    padding: 16px;
max-height:156px;
}

.review_section img{
	flex:1;
	object-fit:contain
}

.form-popup .left_side {
    width: 100%;
    height: auto;
	position:relative;
}

.logo-head .red_banner {
  margin-left: -12px !important;
}

.logo-head .never {
    position: absolute;
    top: 110px;
    width: 12%;
    left: 100px;
}

.left_banner{
height: 64px;
    line-height: 64px;
    text-align: center;
    background-color: #ed1c24;
    color: white;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600;
}

.LA_never{
color: #000;
    font-size:2rem;
    font-weight: 500;
padding-left:16px;
margin:0
}

.LA_have {
    color: #000;
    font-size: 1.5rem;
    font-weight: 500;
    margin-left: 0;
    margin-top: 10px;
}

.logo-head .alone_img {
     margin-top: 30px;
	 width: 61%;
}

.left_side .senior_citizen {
    position: absolute;
    right: 0;
    bottom: 0;
}

.LA_descr {
    position:relative;
}

    .LA_descr {
        width: 50%;
        font-size: 1.1rem;
        color: #000;
        font-weight: 500;
        margin: 0px 0 0 0px;
        text-align: left;
    }

/* ------------------------------------------- */
.form-popup .right {
    padding: 0rem 0.8rem 0rem 0rem;
}

.right_title p {
    color: #000;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 2.5rem 0.5rem 0 0.5rem;
}

.right_title .free_txt {
    color: #ed1c24;
    font-weight: 700;
}

.btn-red {
    background-color: #c91b0a;
    color: #fff;
    padding: 5px 12px;
    border-radius: 8px;
    font-size: 1rem;
    border: 0;
    cursor: pointer;
    box-shadow: 1px 2px 5px 2px #00000035;
}


/* -------------Thank you Page ----------------- */
.thanks-popup {
    background-color: #fff;
    position: fixed;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.15);
    width: 100%;
    height: 350px;
    max-width: 700px;
    border-radius: 20px;
    box-shadow: 1px 2px 10px 4px #00000035;
    opacity: 1;
    transition: top 0ms ease-in-out 300ms, transform 300ms ease-in-out 0ms, opacity 300ms ease-in-out 0ms;
}

.thanks-popup.active {
    top: 55%;
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    transition: top 0ms ease-in-out 0ms, transform 300ms ease-in-out 0ms, opacity 300ms ease-in-out 0ms;
}
    .thanks-popup .left_side {
        height: auto;
		padding-bottom:20px;
    }
.thank_frame {
    display: flex;
    justify-content: center;
    transform: translate(0%, 0%);
    padding-top: 8px;
}
    .thank_frame img {
        width: 20%;
    }
    .thanks-popup .btn-closeform {
        position: absolute;
        top: 0px;
        right: 14px;
        padding: 3px;
        font-size: 34px;
        color: #000;
        border: 0;
        background: transparent;
        cursor: pointer;
    }

.thanks-popup .btn-closethankyou {
    position: absolute;
    top: 0px;
    right: 14px;
    padding: 3px;
    font-size: 34px;
    color: #000;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.right .img-logo {
    /* text-align: center; */
    display: flex;
    justify-content: center;
}

.img-logo img {
    margin-top: 18px;
    width: 35%;
    /* transform: translate(-50%, 40%);*/
}

.right .text_descr {
    padding-top: 10px;
    text-align: center;
    /* width: 100%; */
    /* transform: translate(-25%, 38%);*/
}

    .right .text_descr p {
        color: #333333;
        font-size: 1.2rem;
        text-align: center;
        margin-bottom: 0rem;
    }
	
	/*---------------------------For mobile devices -------------------- */

@media screen and (max-width: 810px) {
    .form-popup {
        background-color: #fff;
        grid-template-columns: repeat(1, 1fr) !important;
        top: -100%;
        left: 50% ;
        transform: translate(-50%, -42%);
        width: 100%;
        margin-top: 15px;
        border-radius: 20px;
        box-shadow: 1px 2px 10px 4px #00000035;
    }

    .form-popup .left_side {
        width: 100%;
    }

    .left_side {
        border-radius: 20px 20px 0 0px;

    }

    /*.left .logo-head p {
        display: none;
    }*/

    .left_side .path_img_mobile {
        display: block;
    }

    .left_side .path_img {
        display: none;
    }
 

    .LA_descr p {
        width: 50%;
        font-size: 18px;
        color: #000;
        margin:0 0 0 20px;
    }

    .right_title {
        text-align: center;
    }

    .right_title p {
        font-size: 1.5rem;
    }
	 .left_side .senior_citizen {
	   right:0
    }
		.logo-head .alone_img {
	margin-top: 0;
	width: 42%;
}
.LA_descr {
	position: static;
}
}

/* @media screen and (max-width: 450px) {} */
@media screen and (max-width: 400px) {


 

        .LA_descr {
            width: 50%;
            font-size: 18px;
            color: #000;
            font-weight: 500;
            margin: 0;
        }
}


/* ------------------- Thank you Page ----------------------*/

@media screen and (max-width: 767px) {


    .thanks-popup {
        background-color: #fff;
        position: absolute;
        display: block;
        grid-template-columns: repeat(2, 1fr);
        top: 55%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: auto;
        max-width: 450px;
        border-radius: 20px;
		padding-bottom: 20px;
        box-shadow: 1px 2px 10px 4px #00000035;
        transition: top 0ms ease-in-out 0ms, transform 300ms ease-in-out 0ms, opacity 300ms ease-in-out 0ms;
    }


    .left_side {
        height: 50%;
        border-radius: 20px 20px 0 0px;
        background-color: #feefbb;
    }

        

    .thank_frame {
        display: flex;
        justify-content: center;
        transform: translate(0%, 16%);
    }

    .right_logo img {
        transform: translate(0%, 65%);
    }
	

}