* {
    font-family: "Montserrat", Arial, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #f4f5f7;
    font: normal 400 14px/20px "Montserrat", Arial, sans-serif;
    color: #323232;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
}

fieldset,
form {
    margin: 0;
}

label,
legend {
    font-weight: inherit;
    font-size: 0;
    color: inherit;
}

label span,
legend span {
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
}

b,
strong {
    font-weight: 700;
}

a {
    color: inherit;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

.block {
    display: block;
}

.align-middle {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

h1 {
    font-size: 46px;
    line-height: 110%;
    font-weight: 700;
    letter-spacing: -1px !important;
}

h2 {
    font-size: 40px;
    line-height: 110%;
    font-weight: 700;
    letter-spacing: -1px !important;
}

h3 {
    font-size: 30px;
    line-height: 110%;
    font-weight: 400;
    letter-spacing: -0.75px !important;
}

h4 {
    font-size: 22px;
    line-height: 120%;
    font-weight: 400;
    letter-spacing: -0.45px !important;
}

.headline {
    font-size: 30px;
    line-height: 42px;
    font-weight: 200;
    margin: 0 0 30px 0;
}

.generic-line {
    font-size: 16px;
    line-height: 120%;
    font-weight: 300;
    margin: 0;
}

.font-300 {
    font-weight: 300 !important;
}

.font-400 {
    font-weight: 400 !important;
}

.font-500 {
    font-weight: 500 !important;
}

.font-600 {
    font-weight: 600 !important;
}

.font-700 {
    font-weight: 700 !important;
}

.bg-white {
    background-color: #fff;
}

.text-red {
    color: #ed3237 !important;
}

.text-dark-slate-blue {
    color: #162056 !important;
}

.text-darkish-blue {
    color: #003591 !important;
}

.text-grape-purple {
    color: #42145f !important;
}

.text-orangey-red {
    color: #d52b1e !important;
}

.text-underline {
    text-decoration: underline !important;
}

.button {
    transition: all 0.3s ease;
    line-height: 20px;
    border: 0;
    cursor: pointer;
    color: #162056;
    display: inline-block;
    padding: 12px 32px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 22px;
    margin-top: 30px;
}

.button.button-red {
    background: #ed3237;
    color: #fff;
}

.button.button-red:hover {
    background: #d52b1e;
    color: #fff;
}

.button.button-dark-slate-blue {
    background: #162056;
    color: #fff;
}

.button.button-dark-slate-blue:hover {
    background: #090e2b;
    color: #fff;
}

.button.button-lightblue {
    background: #80c2e4;
    color: #fff;
}

.button.button-cerulean {
    background: #0085ca;
    color: #fff;
}

.button.button-medium-purple {
    background: #8c4799;
    color: #fff;
}

.button.button-orangey-red {
    background: #d52b1e;
    color: #fff;
}

.button.button-orangey-red:hover {
    background: #ed3237;
    color: #fff;
}

.button.button-icon-pin:before {
    content: "\f041";
    font-family: "FontAwesome";
    margin-right: 10px;
    font-size: 20px;
}

.button.button-next:after {
    content: "";
    background: url("//cdn.edenred.com.tr/sites/default/files/vector/homeForwardButton.svg") no-repeat left center;
    width: 12px;
    height: 20px;
    display: inline-block;
    margin-left: 10px;
    background-size: auto 80%;
    vertical-align: top;
    margin-top: -1px;
}

.button.button-nobg {
    border: 1px solid #162056;
    padding: 11px 30px 11px 30px;
    background: none transparent;
}

.button.button-nobg:hover {
    background: #162056;
    color: #fff !important;
}

.button.button-text {
    padding: 4px 0;
}

.button.button-xs {
    padding-left: 22px;
    padding-right: 22px;
}

.button.button-xs-height {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 11px;
}

form {
    margin: 0;
    position: relative;
}

form label {
    width: 100%;
    margin: 0;
    position: relative;
}

form .form-control {
    width: 100%;
    border-radius: 3px;
    box-shadow: inset 0 1px 5px 0 #e2e2e2;
    border: 1px solid #b2b2b2;
    background: #e8eaed;
    line-height: 20px;
    padding: 11px 20px;
    font-size: 14px;
    font-weight: 300;
    color: #162056;
}

form .form-control:focus {
    color: #162056;
    background-color: #f4f5f7;
    border-color: #b2b2b2;
    outline: 0;
    box-shadow: inset 0 1px 5px 0 #e2e2e2, 0 0 0 1px #003591;
}

form .form-control::-webkit-input-placeholder {
    color: #808080;
}

form .form-control:-ms-input-placeholder {
    color: #808080;
}

form .form-control::placeholder {
    color: #808080;
}

form textarea.form-control {
    min-height: 105px;
}

form select {
    width: 100%;
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 100;
}

.ui-selectmenu-open {
    display: block;
}

.ui-selectmenu-menu ul {
    margin: -1px 0 0 0;
    padding: 0;
    list-style: none inside;
    border: 1px solid #162056;
    box-shadow: inset 0 1px 5px 0 #e2e2e2;
    background: #fff;
    border-radius: 0 0 3px 3px;
    border-top: 0;
}

.ui-selectmenu-menu ul li {
    margin: 0;
    padding: 0 20px;
    line-height: 34px;
    cursor: pointer;
}

.ui-selectmenu-menu ul li:hover {
    background: #f4f5f7;
}

.notification-box {
    background: #d5f1ff;
    position: relative;
    border-radius: 5px;
    padding: 20px 20px 20px 100px;
    font-size: 14px;
    font-weight: 300;
    color: #323232;
    line-height: 20px;
}

.notification-box:before {
    content: "";
    width: 39px;
    height: 39px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 30px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='39' height='39'%3E%3Cpath fill='%230085CA' fill-rule='evenodd' d='M19.5 0C30.225 0 39 8.775 39 19.5S30.225 39 19.5 39 0 30.225 0 19.5 8.775 0 19.5 0zm0 3.656A15.813 15.813 0 003.656 19.5 15.813 15.813 0 0019.5 35.344 15.813 15.813 0 0035.344 19.5 15.813 15.813 0 0019.5 3.656zm-.241 12.216a1.99 1.99 0 011.985 1.842l.005.148v9.827a1.99 1.99 0 01-3.975.148l-.005-.148v-9.83a1.99 1.99 0 011.99-1.987zm0-6.249c.666 0 1.324.274 1.801.747a2.55 2.55 0 01.744 1.795c0 .67-.27 1.326-.744 1.799a2.57 2.57 0 01-1.801.743 2.544 2.544 0 01-2.545-2.542c0-.671.27-1.322.748-1.795a2.567 2.567 0 011.797-.747z'/%3E%3C/svg%3E") no-repeat center;
    background-size: 100%;
}

.notification-box.success {
    background: #c6ebcd;
    color: #0b0b0b;
}

.notification-box.error {
    background: #ffcccc;
    color: #000000;
}

.notification-box.success:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='77' height='77'%3E%3Cg fill='%2357AD68' fill-rule='evenodd'%3E%3Cpath d='M38.266.623C17.266.623.234 17.655.234 38.655c0 21 17.032 38.031 38.032 38.031 21 0 38.032-17.031 38.032-38.031C76.3 17.655 59.266.623 38.266.623zm0 69.61c-17.42 0-31.655-14.154-31.655-31.578C6.691 21.234 20.845 7 38.266 7c17.42 0 31.58 14.155 31.58 31.58.075 17.5-14.156 31.654-31.58 31.654z'/%3E%3Cpath d='M55.222 29.556c0-.778-.31-1.556-.857-2.1-1.087-1.087-3.032-1.087-4.198 0l-16.024 16.02-7.778-7.777a3.005 3.005 0 00-2.1-.857c-.777 0-1.476.31-2.099.857a3.01 3.01 0 00-.856 2.1c0 .777.31 1.555.856 2.099l9.877 9.88c1.088 1.088 3.111 1.088 4.2 0l18.043-18.044c.626-.623.936-1.321.936-2.178z'/%3E%3C/g%3E%3C/svg%3E");
}

.detail-mainBtn {
    color: #162056 !important;
}

@media (min-width: 1440px) {
    .button.button-next:after {
        margin-top: 10px;
    }
}

@media only screen and (min-width: 1350px) and (max-width: 1400px) {
    .button.button-next:after {
        margin-top: -5px;
    }
}