body {
    font-family: Open Sans;
}

@font-face {
    font-family: Metropolis;
    src: url(../fonts/Metropolis-Medium.otf);
}

::root {
    --blue: #318ce7;
    --dark: #004962;
    --white: #ffff;
    --black: #0000;
    --gray: #7e7e7e;
}

h6 {
    color: var(--blue);
    font-size: 20px;
}

p {
    letter-spacing: 1px;
}

small {
    font-size: 16px;
    color: var(--blue);
}

input.form-control,
textarea.form-control,
select.form-control,
.form_btn .btn {
    border-radius: 0px;
}

.personal-info,
.account_info,
.coupon_notification,
.fav_products,
.additional_info {
    border-top: 1px solid var(--blue);
}


/*-------------------header----------------------*/

.modal-dialog.modal-lg {
    width: 960px;
    max-width: 100%;
}

.modal-header {
    border-bottom: 0px
}

.logo_img img {
    max-width: 100%;
    height: 88px;
}

.week_part_one {
    width: calc(100% - 63%);
}

.main .modal-header{
    position: absolute;
    right: 20px;
    top: 12px;
}
.main_sec .modal-header {
    position: absolute;
    right: 0;
    top: 0;
}
.CypherPersonalForm .form-group input {
    padding: 6px;
}
button:focus {
    outline: unset !important;
}

/*****responsive css*********/


/*------------------@media(max-width):991px-------------------*/

@media(max-width:991px) {
    .modal-dialog.modal-lg {
        width: auto;
    }
}


/*------------------@media(max-width):767px-------------------*/

@media(max-width:767px) {
    h6 {
        font-size: 16px;
    }
    label,
    input::placeholder,
    p,
    span {
        font-size: 13px;
    }
    .logo_img img {
        height: auto;
    }
}


/*------------------@media(max-width):767px-------------------*/

@media(max-width:767px) {
    .week_part_one {
        width: 100%;
    }
    h6 {
        font-size: 14px;
    }
}