@font-face{
	font-family: popR;
	src:url('../fonts/Poppins-Regular.ttf');
}
@font-face{
	font-family: popM;
	src:url('../fonts/Poppins-Medium.ttf');
}
@font-face{
	font-family: play;
	src:url('../fonts/PlayfairDisplay-Regular.ttf');
}

:root {
    --primary: #C39F43;
}
a{
	text-decoration: none !important;
}

#header {
/*    background-color: #FFF;*/
    background-color: transparent;
}
.header-wrap {
    z-index: 9;
    position: relative;
}
.header-main {
    display: flex;
    align-items: center;
}
.main-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    font-family: 'popR';
    align-items: center;
}
.main-menu a {
    float: left;
    color: #222;
    text-align: center;
    padding: 20px 16px;
    text-decoration: none;
    font-size: 16px;
}
.menu-login-btn {
    border: 1px solid #222;
    padding: 6px 30px !important;
    border-radius: 4px;
}
.topnav {
    float: right;
}
.header-right {
    flex-grow: 1;
}

.logo-img {
    width: 220px;
}









.mobile-menu-wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    background-color: #fff;
    width: 100%;
    height: 0;
    overflow: hidden;
    box-shadow: 0 4px 5px rgb(0 0 0 / 30%);
    padding-top: 67px;
    display: none;
}
.toggle-menu {
    list-style: none;
    margin: 0;
    padding: 15px 20px;
}
.toggle-menu a {
    display: block;
    padding: 6px 15px;
    color: #222;
    font-family: 'popR';
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 14px;
}
.mobmnu-active {
    height: auto;
    display: block;
}
.menu-mob-login-btn {
    border: 1px solid #222;
    padding: 6px 30px !important;
    border-radius: 4px;
    width: 190px;
    text-align: center;
}




.lp-sec-abt {
    padding-top: 170px;
    padding-bottom: 150px;
    /*background-image: url('../images/landing-page-bg-min.jpg');
    background-position: right center;
    background-repeat: no-repeat;*/
    position: relative;
}
/*.lp-sec-abt::before {
    background-image: url(../images/landing-page-bg-min.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 50%;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}*/
/*.lpmain-img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 45%;
}*/
.lpmain-img {
    position: absolute;
    top: -63px;
    right: 0;
    z-index: -1;
    width: 63%;
}

.lpcf-rw {
    display: flex;
    margin-bottom: 12px;
    justify-content: space-between;
}
.lpcf-agecol-1 {
    font-family: 'play';
    font-size: 18px;
    align-items: center;
    display: inline-flex;
}
.lpcf-agecol-3 {
    font-family: 'play';
    font-size: 18px;
    align-items: center;
    display: inline-flex;
}


.lpcf-inpt {
    width: 100%;
    height: 50px;
    background: transparent;
    border: 0;
    box-shadow: none;
    font-family: 'play';
    color: #000 !important;
    border-bottom: 1px solid #aaa;
    border-radius: 0 !important;
    outline: 0 !important;
    font-size: 18px;
}
.lp-cntfrm-wrap {
    padding: 20px 38px;
    box-shadow: 0 7px 20px rgb(0 0 0 / 15%);
    border-radius: 10px;
    background-color: #fff;
    max-width: 380px;
    position: relative;
}
.lpcf-btn {
    background-color: #C39F43;
    border: 1px solid #C39F43;
    color: #fff!important;
    font-family: popM;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 100%;
    height: 50px;
    border-radius: 35px;
    padding-top: 10px;
    text-align: center;
}
.mb-30 {
    margin-bottom: 30px;
}

.lpcf-clrdv-wrap {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -13px !important;
    z-index: -1;
}
.lpcf-color-dv {
    width: 24%;
    height: 10px;
    display: inline-block;
    border-radius: 35px;
}
.lpcfcd1 {
    background-color: #c7a85E;
}
.lpcfcd2 {
    background-color: #D96E24;
}
.lpcfcd3 {
    background-color: #853E0A;
}


.lp-love-hd {
    font-family: play;
    font-size: 45px;
    line-height: 50px;
    width: 270px;
    margin-top: 120px;
}
.lp-love-txt {
    font-family: popR;
    font-size: 16px;
    line-height: 28px;
    width: 400px;
}



.copy-p {
    font-family: 'popR';
    font-size: 11px;
    margin-bottom: 25px;
}
.ftr-p {
    font-family: 'popR';
    font-size: 10px;
    margin-bottom: 25px;
}

.ftr-p a {
    color: #C39F43;
}

.ftr-scl-p {
    text-align: right;
    padding-top: 25px;
}
.ftr-scl-icn {
    width: 20px;
}
.ftr-scl-a {
    padding: 10px;
    margin-left: 15px;
}
.ftr-scl-p .ftr-scl-a:nth-child(1) {
    margin-left: 0;
}
.lpfrmtop-p {
    font-family: 'play';
    padding-left: 70px;
}


.foot-menu-ul a {
    margin-right: 6px;
    position: relative;
}

.foot-menu-ul a::after {
    content: '';
    position: absolute;
    top: 0;
    right: -5px;
    height: 14px;
    border-right: 1px solid var(--primary);
}










/*----------------------- RESPONSIVE #START ----------------*/


@media (min-width: 992px){
	.mobile-tgl-dv {
	    display: none;
	}
	.lpmain-mob-img{
		display: none;
	}

}



@media (min-width: 1200px){
	.container {
	    max-width: 90%;
	}

}


@media screen and (max-width: 1399px){
	.lp-sec-abt {
	    padding-top: 130px;
	    padding-bottom: 80px;
	}
    .lpfrmtop-p {
        padding-left: 0;
        text-align: center;
    }


}


@media screen and (max-width: 1199px){
	.lp-sec-abt {
	    padding-top: 90px;
	    padding-bottom: 80px;
	}



}


@media screen and (min-width: 767px) and (max-width: 991px){
	.lp-sec-abt .row .col-md-4 {
	    max-width: 50% !important;
	    flex: 50%;
	}
	.lp-sec-abt .row .col-md-8 {
	    max-width: 50% !important;
	    flex: 50%;
	}


}


@media screen and (max-width: 991px){
	
	.lpmain-img {
	    display: none !important;
	}
	.lpmain-mob-img {
	    max-width: 500px;
	    margin: auto;
	}
	.lp-love-txt {
	    width: 100%;
	}
	.topnav {
	    display: none;
	}
	.mobile-tgl-dv {
	    text-align: right;
	}
    .lp-cntfrm-wrap {
        margin-bottom: 25px;
    }

    .text-hide-mobile {
        display: none;
    }

    .lpmain-mob-img {
        display: none;
    }

    .body-mob-img {
        background-image: url('https://www.readyformarriagenow.com/portal/landing_assets/images/lp-mobaile-image-min.jpg');
        position: relative;
        background-size: cover;
        background-position: center;
    }

    .body-mob-img::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      background: #fff;
      opacity: 0.8;
    }


}


@media screen and (max-width: 767px){
	.lp-cntfrm-wrap {
	    margin: 20px auto 35px;
	}
	.lp-sec-abt {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}

	.lp-main-rw .col-md-4 {
	    order: 1;
	}
	.lp-main-rw .col-md-8 {
	    order: 0;
	}
	.lp-main-rw .lpmain-mob-img {
	    order: 2;
	}
	.lp-love-hd {
	    width: 100%;
	    margin-top: 0;
	}
	.ftr-scl-p {
	    text-align: left;
	    padding-top: 0;
	}





}


@media screen and (max-width: 500px){
	.lpmain-mob-img {
	    width: 100%;
	}
	.lp-love-hd {
	    font-size: 28px;
	    line-height: 34px;
	}
	.lp-love-txt {
	    font-size: 13px;
	    line-height: 19px;
	}

















}