html,
body {
    height: 100%;
    font-family: "Cabin", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #111111;
    font-weight: 400;
    font-family: "Lora", serif;
}

h1 {
    font-size: 70px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    font-size: 16px;
    font-family: "Cabin", sans-serif;
    color: #6b6b6b;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 15px 0;
}

img {
    max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: #fff;
}

ul,
ol {
    padding: 0;
    margin: 0;
}

/*---------------------
  Helper CSS
-----------------------*/

.main__img-container{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.footer__contact{
    /*padding-top: 100px;*/
    padding-bottom: 100px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
    color: #fff;
}
/*---------------------
  Header
-----------------------*/

.header .header__btm {
    -webkit-box-shadow: 0 12px 15px rgba(36, 11, 12, 0.05);
    box-shadow: 0 12px 15px rgba(36, 11, 12, 0.05);
}

.header__container .tn-left li {
    list-style: none;
    display: inline-block;
    font-size: 16px;
    color: #19191a;
    font-weight: 500;
    padding: 14px 0 12px;
    margin-right: 64px;
    position: relative;
}

.header__container .tn-left li:first-child:after {
    position: absolute;
    right: -32px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #e5e5e5;
    content: "";
}

.header__container .tn-left li i {
    color: #dfa974;
    margin-right: 4px;
}

.header__container .tn-right {
    text-align: right;
}

.header__container .tn-right a {
    display: inline-block;
    font-size: 16px;
    color: #19191a;
    margin-left: 15px;
}

.header__container .tn-right .bk-btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 14px 28px 14px;
    background: #dfa974;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.header__container .tn-right span {
    font-size: 16px;
    color: #19191a;
    text-transform: uppercase;
    font-weight: 500;
}

.header__container .tn-right ul li {
    list-style: none;
    text-align: left;
}

.header__container .tn-right ul li a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #19191a;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.header__container .tn-right ul li a:hover {
    color: #dfa974;
}

.header__logo {
    padding: 3px 0;
}

.header__btm .header__menu-container {
    text-align: right;
}

.header__btm .header__menu-container .header__btn-container li {
    list-style: none;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.header__btm .header__menu-container .header__btn-container li:hover .dropdown {
    top: 77px;
    opacity: 1;
    visibility: visible;
}

.header__btm .header__menu-container .header__btn-container li a {
    font-size: 16px;
    color: #19191a;
    margin-right: 42px;
    font-weight: 500;
    display: inline-block;
    padding: 27px 0;
    position: relative;
}

.header__btm .header__menu-container .header__btn-container li:hover > a:after {
    position: absolute;
    opacity: 1;
    left: 0;
    top: 52px;
    width: 100%;
    height: 2px;
    background: #dfa974;
    content: "";
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.header__btm .header__menu-container i {
    font-size: 16px;
    color: #19191a;
    cursor: pointer;
}

.menu-btn__open {
    display: none;
}

.menu {
    display: none;
}

.document__container {
    padding-top: 70px;
    padding-bottom: 80px;
}

.document__description,
.main__text {
    text-align: center;
}

.document__description h2 {
    font-size: 44px;
    color: #19191a;
    margin-bottom: 12px;
}

.main__img-container {
    height: 530px;
    padding-top: 165px;
    margin-bottom: 30px;
}

.information__text-description {
    margin-bottom: 50px;
}

.information__text-description > p {
    font-size: 18px;
    color: #707079;
    line-height: 30px;
}

.information__link p > a,
.information__link ul > li > a{
    font-size: 18px;
    color: #707079;
    line-height: 30px;
}

.information__right-description {
    margin-bottom: 50px;
}

.contact {
    padding-top: 80px;
    padding-bottom: 80px;
}

.contact__description h2 {
    font-size: 44px;
    color: #19191a;
    margin-bottom: 24px;
}

.contact__description table tbody tr td {
    font-size: 16px;
    color: #19191a;
    line-height: 36px;
    font-weight: 500;
}

.contact__title {
    color: #707079 !important;
    width: 90px;
}

.form__container input {
    width: 100%;
    height: 50px;
    border: 1px solid #e1e1e1;
    font-size: 16px;
    color: #aaaab3;
    padding-left: 25px;
    margin-bottom: 28px;
}

.form__container input::-webkit-input-placeholder,
.form__container input::-moz-placeholder,
.form__container input:-ms-input-placeholder,
.form__container input::-ms-input-placeholder,
.form__container input::placeholder,
.form__container textarea::-webkit-input-placeholder,
.form__container textarea::-moz-placeholder,
.form__container textarea:-ms-input-placeholder,
.form__container textarea::-ms-input-placeholder,
.form__container textarea::placeholder {
    color: #aaaab3;
}

.form__container textarea {
    width: 100%;
    height: 150px;
    border: 1px solid #e1e1e1;
    font-size: 16px;
    color: #aaaab3;
    padding-left: 25px;
    padding-top: 12px;
    margin-bottom: 10px;
    resize: none;
}

.form__btn {
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    color: #ffffff !important;
    letter-spacing: 2px !important;
    background: #dfa974 !important;
    border: none !important;
    padding: 14px 34px 13px !important;
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
}

a.phone {
    color: #000;
    font-weight: bold;
}

a.phone:hover {
    color: #6f2282;
    font-weight: bold;
}

@media only screen and (min-width: 1200px) {
    .contact__container {
        max-width: 1170px;
    }
}

@media only screen and (max-width: 991px) {
    .header__container {
        display: none;
    }
    .header__btm .header__menu-container {
        display: none;
    }
    .offcanvas-menu-overlay {
        position: fixed;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.7);
        z-index: 98;
        height: 100%;
        width: 100%;
        visibility: hidden;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    .offcanvas-menu-overlay.active {
        visibility: visible;
    }
    .menu-btn__open {
        position: absolute;
        right: 40px;
        top: 25px;
        font-size: 22px;
        width: 30px;
        height: 30px;
        color: #19191a;
        border: 1px solid #19191a;
        border-radius: 2px;
        line-height: 33px;
        text-align: center;
        z-index: 100;
        display: block;
        cursor: pointer;
    }
    .menu {
        position: fixed;
        left: -300px;
        top: 0;
        width: 300px;
        z-index: 999;
        background: #ffffff;
        text-align: center;
        overflow-y: auto;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        padding: 80px 30px 30px 30px;
        display: block;
    }
    .menu .menu__btn-close {
        height: 30px;
        width: 30px;
        border: 1px solid #19191a;
        border-radius: 50%;
        text-align: center;
        line-height: 30px;
        cursor: pointer;
        position: absolute;
        right: 30px;
        top: 30px;
        padding-right: 1px;
    }
    .menu .menu__btn-container {
        margin-bottom: 30px;
    }
    .menu .menu__btn-container .bk-btn {
        display: inline-block;
        font-size: 13px;
        font-weight: 700;
        padding: 16px 28px 15px;
        background: #dfa974;
        color: #ffffff;
        text-transform: uppercase;
        letter-spacing: 2px;
    }
    .menu .mainmenu {
        display: none;
    }
    .menu .menu__container {
        background: transparent;
        padding: 0;
    }
    .menu .menu__container .slicknav_btn {
        float: none;
        margin: 0 0 10px 0;
        display: none;
    }
    .menu .menu__container .menu__item {
        display: block !important;
    }
    .menu .menu__container .menu__item ul {
        margin: 0;
        text-align: left;
    }
    .menu .menu__container .menu__item ul li a {
        margin: 0;
        padding: 10px;
        font-weight: 600;
        font-size: 14px;
        color: #19191a;
        border-bottom: 1px solid #e5e5e5;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .menu .menu__container .menu__item ul li a:hover {
        border-radius: 0;
        background: transparent;
        color: #dfa974;
    }
    .menu .menu__contact li {
        list-style: none;
        font-size: 16px;
        color: #19191a;
        font-weight: 500;
        line-height: 28px;
    }
    .menu .menu__contact li i {
        color: #dfa974;
        margin-right: 4px;
    }
    .menu.show-offcanvas-menu-wrapper {
        left: 0;
        opacity: 1;
        visibility: visible;
    }
    .form__container {
        padding-top: 30px;
    }
}

@media only screen and (max-width: 479px) {
    .main__img-container {
        padding-top: 70px;
    }
}

.footer__description-text p {
    color: #fff;
    opacity: 0.9;
}

.information__right-link>p>a,
.information__right-link>ul>li>a {
    color: #000000 !important;
    font-weight: 600 !important;
}

.information__right-link>p {
    color: #000000 !important;
}

.footer__container {
    background-color: #3c3d41;
    padding: 60px 40px 0 40px;
    color: rgba(255, 255, 255, 1.00);
    margin-bottom: 20px;
    border-bottom-right-radius: 6px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 6px;
}

.footer__contact p, a {
    margin: 5px;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
}

.footer__contact h4 {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 10px;
    color: #fff;
}

a {
    cursor: pointer;
}

.footer__container .footer__img-container,
.footer__container .footer-nav,
.footer__container .footer__list-description,
.footer__container .footer-ns {
    padding: 10px 25px;
}

.footer__container .footer-nav,
.footer__container .footer__list-description,
.footer__container .footer-ns {
    border-color: transparent;
}

.footer__container .footer__img-container h2 {
    margin: 0 0 10px;
}

.footer__container .footer__img-container p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.70);
}

.footer__container .footer-nav h4 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 10px;
    color: #fff;
}

.footer__container .footer-nav ul.footer__list {
    list-style: none;
    padding: 0;
}

.footer__container .footer-nav ul.footer__list li {
    padding: 5px 0;
}

.footer__container .footer-nav ul.footer__list a {
    color: rgba(255, 255, 255, 0.80);
}

.footer__container .footer-nav ul.footer__list a:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
}

.footer__container .footer__list-description ul {
    list-style: none;
    padding: 0;
}

.footer__container .footer__list-description h4 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
}

.footer__container .footer__list-description li {
    padding: 5px 4px;
}

.footer__container .footer__list-description a {
    color: rgba(255, 255, 255, 0.80);
}

.footer__container .footer__list-description a:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
}

.footer__container .footer-ns h4 {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 10px;
    color: #fff;
}

.footer__container .footer-ns p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.70);
}

.footer__list-container {
    float: left;
}

@media (min-width: 768px) {
    .footer__container .footer-nav,
    .footer__container .footer__list-description,
    .footer__container .footer-ns {
        border-left: solid 1px rgba(255, 255, 255, 0.10);
    }
}

.payment-methods__card {
    width: 43%;
    flex-basis: auto;
    flex-grow: 0;
    box-sizing: border-box;
    margin: 10px 35px;
}

.mc-payment-methods__col {
    width: 43%;
    flex-basis: auto;
    flex-grow: 0;
    box-sizing: border-box;
    margin: 10px 35px;
}

.mc-payment-methods__card {
    padding: 20px;
    position: relative;
    background: #f4f5f7;
    border-radius: 17px;
    box-shadow: -16px 20px 60px -30px rgb(17, 34, 68);
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.mc-payment-methods__card-text {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
}

a.mc-payment-methods__card-more.btn-info.btn-info_r-arr {
    padding: 0 20px;
    font-size: 16px;
    line-height: 38px;
    border: 1px solid rgba(34, 34, 34, .1);
    background: none;
    color: #74a509;
}

.mc-payment-methods__card-text > p {
    /*height: 42px;*/
    margin-bottom: 25px;
    padding: 5px 0;
}

.mc-payment-methods__card-text > h3 {
    font-size: 22px;
}

img.mc-payment-methods__card-logo {
    max-width: 127px;
    width: 26%;
    height: max-content;
}

@media only screen and (max-width: 991px) {
    .mc-payment-methods__col {
        width: 100%;
    }

    .mc-payment-methods__card-text > h3 {
        font-size: 18px;
    }

    .document__download-link {
        width: 100% !important;
    }

    img.mc-payment-methods__card-logo {
        max-width: 127px;
        margin-top: 8%;
        width: 26%;
        height: max-content;
    }

    a.mc-payment-methods__card-more.btn-info.btn-info_r-arr {
        padding: 0 10px;
        font-size: 15px;
    }

}


.menu__btn{
    margin-top:4px;
    padding: 10px 18px 10px;
}

.slicknav_nav{
    display: none;
}

.main__img-container{
    background-image: url(../img/happy-couple-Banner-v2.jpg) !important;
}

.payment-methods {
    margin:20px 20px 30px 20px;
}

.payment-methods__container {
    display: flex;
    flex-wrap: wrap;
    clear: both;
}

.information__right {
    background-color: #f6f6f6;
}

.information__right-title {
    text-align:center;
    margin-bottom:24px;
}

.lists-base {
    padding:revert;
    margin:revert;
}

.modal-overlay-form {
    height: 250px;
    bottom: 200px;
}

.modal-overlay__inner {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
}

.payment-container-form__payment {
    margin-bottom: 5px;
}

.document__download-link {
    width: 600px;
}

.document__link {
    color: #3c3c3c !important;
    font-size: 19px;
    font-weight: 600;
}

.contact__link-document {
    color: #d52828 !important;
    font-size: 15px;
    font-weight: 600;
}

.form__btn-contact {
    margin-top: 25px
}

.contact__description-legal {
    color: #000000;
}

.contact__legal-link {
    color: inherit;
    text-decoration: underline;
}

.contact__legal-link:hover {
    color: inherit;
}