.ftco-section .row {
    padding: 0 !important;
    margin: 0 !important;
}
.ftco-section .col-md-12.col-lg-10 {
    padding: 0 !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.ftco-section {
    padding: 0em 0;
}
.wrap {
    width: 100%;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 34px -15px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 10px 34px -15px rgba(0, 0, 0, 0.24);
    box-shadow: 0 10px 34px -15px rgba(0, 0, 0, 0.24);
}
.img,
.login-wrap {
    width: 50%;
    position: relative;
    top: -22px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.login-wrap {
    position: relative;
    font-weight: 300;
    background-color: #59bbe6;
    padding: 3rem 7.5rem 5rem;
}
.login-wrap h3 {
    color: #fff;
    text-align: center;
    font-size: 45px;
    margin-bottom: 40px;
    font-family: "PlayfairDisplay-Regular", sans-serif;
}
.account-info {
    margin-top: 20px;
}
.form .tab-group {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    background-color: #fff;
    border-radius: 10px;
}
.form .tab-group:after {
    content: "";
    display: table;
    clear: both;
}
.form .tab-group li a {
    display: block;
    text-decoration: none;
    padding: 9px;
    background: #fff;
    color: #59bbe6;
    font-size: 20px;
    float: left;
    width: 50%;
    text-align: center;
    cursor: pointer;
    transition: 0.5s ease;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "ProximaNova-Regular", sans-serif;
}
.form .tab-group li a:hover {
    background: #fff;
    color: #59bbe6;
}
.form .tab-group li.active a {
    background: #212952;
    color: #fff;
    border-radius: 10px;
    font-family: "ProximaNova-Regular", sans-serif;
}
.form .tab-content > div:last-child {
    display: none;
}
form.signup-form label {
    color: #fff;
    font-size: 20px;
}
form.signup-form input#remember {
    border: 1px solid #ffffff !important;
}
.login-wrap .last-field {
    display: flex;
    align-items: baseline;
    width: 100%;
}
.sign-up .login-wrap {
    position: relative;
    font-weight: 300;
    background-color: #59bbe6;
    padding: 6rem 7.5rem 8rem;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.scene_element {
    animation-duration: 0.25s;
    transition-timing-function: ease-in;
    animation-fill-mode: both;
}
.scene_element--fadein {
    animation-name: fadeIn;
}
.form-group a {
    color: #fff;
}
.form-head {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#userlogin .form-control {
    height: 48px;
    background: #fff;
    color: rgb(0 0 0);
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgb(89 187 230);
}
#userlogin .form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.2) !important;
}
#userlogin .form-control::-moz-placeholder {
    color: rgba(0, 0, 0, 0.2) !important;
}
#userlogin .form-control:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.2) !important;
}
#userlogin .form-control:-moz-placeholder {
    color: rgba(0, 0, 0, 0.2) !important;
}
#userlogin .form-control:focus,
.form-control:active {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e3b04b;
}
#userlogin .checkbox-wrap {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#userlogin .checkbox-wrap input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
#userlogin .checkmark {
    position: absolute;
    top: 0;
    left: 0;
}
#userlogin .checkmark:after {
    content: "\f0c8";
    font-family: "FontAwesome";
    position: absolute;
    color: rgba(0, 0, 0, 0.1);
    font-size: 20px;
    margin-top: -4px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
    .checkmark:after {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.checkbox-wrap input:checked ~ .checkmark:after {
    display: block;
    content: "\f14a";
    font-family: "FontAwesome";
    color: rgba(0, 0, 0, 0.2);
}
.checkbox-primary {
    color: #e3b04b;
}
.checkbox-primary input:checked ~ .checkmark:after {
    color: #e3b04b;
}
.account-info p {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    margin-bottom: -6px;
}
.account-info p a {
    color: #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: 0;
    text-decoration: none;
}
.account-info p a:hover {
    color: #212952;
    border-bottom: 1px solid #212952;
    text-decoration: none;
}
.account-info p:last-child {
    margin: 20px 0;
    font-weight: 600;
    font-size: 24px;
}
.connect.facebook {
    background: #3b5998;
    color: #fff;
}
.connect {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-decoration: none;
    margin: 10px 0 0;
    border-radius: 8px;
}
.connect__icon {
    vertical-align: middle;
    float: left;
    width: 70px;
    text-align: center;
    font-size: 22px;
}
.connect.facebook .connect__icon {
    border-right: 1px solid #59bbe6;
}
.connect.googleplus {
    background: #dd4b39;
    color: #fff;
}
.connect.googleplus .connect__icon {
    border-right: 1px solid #59bbe6;
}
.connect__context {
    vertical-align: middle;
    text-align: center;
}
.connect .connect__context span {
    font-size: 20px;
    font-weight: 500;
}
.btn {
    cursor: pointer;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 15px;
    padding: 10px 20px;
}
.btn:hover,
.btn:active,
.btn:focus {
    outline: none;
}
.btn.btn-primary {
    background: #212952 !important;
    border: 1px solid #212952 !important;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 400;
    /* line-height: 1px; */
    line-height: 15px;
}
.btn.btn-primary:hover {
    border: 1px solid #e3b04b;
    background: transparent;
    color: #e3b04b;
}
.btn.btn-primary.btn-outline-primary {
    border: 1px solid #e3b04b;
    background: transparent;
    color: #e3b04b;
}
.btn.btn-primary.btn-outline-primary:hover {
    border: 1px solid transparent;
    background: #e3b04b;
    color: #fff;
}
#myModal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}
#myModal .password-update-form .form-control {
    border-bottom: 1px solid #707070;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
}
footer.footer {
    position: relative;
}
#myModal .modal-content {
    margin: auto;
    border: 1px solid #888;
    width: 75%;
    text-align: left;
    border-radius: 0px !important;
}
#myModal .modal-content .row .col-md-6:first-child {
    background-color: #59bbe6;
    padding: 60px 20px;
}
#myModal .modal-content .row .col-md-6:last-child {
    background-color: #fff;
    padding: 60px 20px;
}
#myModal .modal-content .password-update-form {
    width: 75%;
    margin: 70px auto;
}
#userlogin .modal {
    background-color: rgb(0 0 0 / 65%) !important;
}
#myModal .modal-content .model-text h1 {
    font-size: 45px;
    font-weight: 900;
    color: #fff;
}
#myModal .modal-content .model-text p {
    margin: 0;
    font-size: 28px;
    line-height: 32px;
    padding: 10px 0;
    color: #fff;
}
#myModal .custom-modal .close {
    bottom: -128px;
    color: #fff;
    font-weight: 400;
    left: 50%;
    opacity: 1;
    position: absolute;
    text-shadow: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
}
.my-recipes .slick-track {
    float: left;
}
#userlogin .check-box-password p {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}
.wizard-section .slick-track {
    position: relative;
    top: 0;
    left: -280px !important;
    display: block;
}
#recipe-progress-bar {
    white-space: nowrap;
    min-width: 60px;
    height: 0;
}
.wizard-section .slick-slide {
    display: block !important;
    position: relative;
    transform: scale(1);
    transition-duration: 0.3s;
    opacity: 0.6;
    margin: 0 10px;
}
.wizard-section .slick-slide.slick-current {
    display: block !important;
    position: relative;
    transform: scale(1);
    transition-duration: 0.3s;
    opacity: 1;
}
.wizard-section .slick-dots li button:before {
    font-size: 16px !important;
    opacity: 1 !important;
    color: #fff !important;
}
.wizard-section .slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: #212952 !important;
}
.wizard-section .col-lg-4.col-md-4.col-sm-4 {
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 0 0;
}
.wizard-section .owl-theme .owl-dots {
    position: relative;
    top: -29px;
    width: 10%;
    margin: 0 auto;
}
.wizard-section .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #212952;
}
.wizard-section .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}
.wizard-section .owl-theme .owl-nav {
    width: 20%;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    display: flex;
    margin-top: 35px;
}
.wizard-section .col-lg-3.col-md-3 {
    align-items: center;
    justify-content: center;
    display: flex;
}
.wizard-section .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    padding: 0 0 40px 0;
}
.wizard-section a.form-wizard-next-btn {
    background-color: #212952;
    border: 2px solid #212952;
    color: #fff;
    padding: 0 6px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    width: 45%;
    margin: 0 0;
    height: 50px;
    align-items: center;
    justify-content: space-between;
    display: flex;
}
.wizard-section a.form-wizard-submit {
    background-color: #212952;
    border: 2px solid #212952;
    color: #fff;
    padding: 10px 56px 10px 20px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    width: 40%;
    margin: 0 10px;
}
.wizard-section a.form-wizard-submit:after {
    content: "";
    background-image: url(/static/assets/images/registration_images/Icon-arrow.png);
    height: 39px;
    width: 39px;
    position: absolute;
    top: 3px;
    right: 14px;
}
.wizard-section a.form-wizard-previous-btn {
    background-color: #fff;
    border: 2px solid #969696;
    color: #969696;
    padding: 0 6px 0 6px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    width: 50%;
    margin: 0 0;
    align-items: center;
    justify-content: flex-end;
    display: flex;
    height: 50px;
}
textarea#magic-tip {
    height: 286px;
}
.wizard-section a.form-wizard-previous-btn:before {
    content: "";
    background-image: url(/static/assets/images/registration_images/Icon-arrow-left.png);
    height: 39px;
    width: 39px;
    position: absolute;
    left: 2px;
}
.upload-btn-wrapper.add-more {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}
.upload-btn-wrapper button.btn {
    border: 2px solid #212952;
    color: #fff;
    background-color: #212952;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    float: right;
    padding: 0 16px;
    margin: 0 0 0 0;
}
.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}
.upload-btn-wrapper input[type="file"] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.wizard-section a.form-wizard-next-btn:after {
    content: "";
    background-image: url(/static/assets/images/registration_images/Icon-arrow.png);
    height: 39px;
    width: 39px;
    position: absolute;
    right: 10px;
}
.wizard-section .nav-btn {
    padding: 0;
    position: relative;
    top: 100px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    justify-content: space-between;
    display: flex;
}
.wizard-section .first .nav-btn {
    top: 122px;
}
button.form-wizard-submit.btn-upload-recipe {
    background-color: #212952;
    border: 2px solid #212952;
    color: #fff;
    padding: 0 6px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    width: 45%;
    margin: 0 8px;
    height: 50px;
    align-items: center;
    justify-content: space-between;
    display: flex;
}
.wizard-section .item-page-01 .nav-btn {
    justify-content: center;
    top: 130px;
}
button.form-wizard-submit.btn-upload-recipe:after {
    content: "";
    background-image: url(/static/assets/images/registration_images/Icon-arrow.png);
    height: 39px;
    width: 39px;
    position: absolute;
    right: 10px;
}
.wizard-section .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 20px;
}
.wizard-section .item.page-03 .add-more .btn {
    padding: 5px 5px;
    font-size: 12px !important;
}
.wizard-section .item.page-03 .col-lg-4.col-md-4.col-sm-4 {
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 0 4px;
}
.wizard-section .item.page-02 .col-lg-4.col-md-4.col-sm-4 label {
    font-size: 10px;
}
.wizard-section .add-more .btn span img {
    width: 20px;
    height: 20px;
}
.wizard-section .add-more .btn {
    background-color: #212952;
    color: #fff;
    font-size: 12px !important;
    font-weight: 300;
    border: 1px solid #212952;
    border-radius: 15px;
    padding: 5px;
    line-height: 22px;
    display: flex;
}
.wizard-section .add-more .btn span {
    padding-right: 4px;
}
.wizard-section .browse .upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    border: 1px solid rgb(89 187 230);
}
.wizard-section .browse .btn {
    border: 2px solid #212952;
    color: #fff;
    background-color: #212952;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    float: right;
    padding: 0 16px;
    margin: 6px 6px 6px 0;
}
.wizard-section .browse .upload-btn-wrapper input[type="file"] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.wizard-section fieldset.wizard-fieldset .form-group label {
    font-size: 14px;
    color: #212952;
    margin: 0;
}
.wizard-section fieldset.wizard-fieldset h5 {
    margin-bottom: 20px;
    color: #212952;
    font-weight: 600;
    font-size: 20px;
}
.wizard-section .wizard-content-left p {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin: 0;
}
.wizard-section .wizard-content-left img {
    margin: 50px 0 0;
    width: 100%;
}
.wizard-section .card {
    height: 630px;
    padding: 20px 10px;
}
.wizard-section .profile-pic {
    width: 100px !important;
    height: 100px;
    box-shadow: 0 4px 8px 0 #bdbdbd;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    background: 0 0;
    color: #1e88e5 !important;
    border: none;
    padding: 5px 20px !important;
    font: inherit;
    font-size: 50px !important;
}
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
    color: #0d47a1 !important;
    background-color: transparent !important;
}
button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0;
}
.wizard-section .item {
    display: none;
}
.wizard-section .slick-slide {
    margin: 10px;
    padding-top: 0;
}
.wizard-section .next {
    display: block !important;
    position: relative;
    transform: scale(1);
    transition-duration: 0.3s;
    opacity: 0.6;
    margin: 0 10px;
}
.wizard-section .slick-slider .slick-track,
.slick-slider .slick-list {
    padding-bottom: 50px !important;
}
.wizard-section .slick-dots {
    bottom: 0;
    display: none !important;
}
.wizard-section label.wizard-form-text-label {
    font-size: 12px;
}
#upload-recipe-scroll label.wizard-form-text-label {
    font-size: 11px;
}
.wizard-section .prev {
    display: block !important;
    position: relative;
    transform: scale(1);
    transition-duration: 0.3s;
    opacity: 0.6;
    margin: 0 10px;
}
.wizard-section .item.show {
    display: block;
    transition-duration: 0.4s;
}
#upload-recipe-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}
#upload-recipe-scroll::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
}
#upload-recipe-scroll::-webkit-scrollbar-thumb {
    background-color: #636060;
}
@media screen and (max-width: 999px) {
    .wizard-section .next,
    .wizard-section .prev {
        transform: scale(1);
        opacity: 1;
    }
    .wizard-section .item {
        display: block !important;
    }
}
.wizard-section h4 {
    font-size: 40px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    margin: 0;
    padding-bottom: 80px;
}
.wizard-section {
    background-color: #59bbe6;
    padding: 80px 0;
}
.wizard-content-left h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
}
.wizard-content-left h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin: 0;
    padding-bottom: 20px;
}
.form-wizard {
    color: #888;
    padding: 30px;
}
.form-wizard .wizard-form-radio {
    display: inline-block;
    margin-left: 5px;
    position: relative;
}
.form-wizard .wizard-form-radio input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #ddd;
    height: 25px;
    width: 25px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}
.form-wizard .wizard-form-radio input[type="radio"]:focus {
    outline: 0;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked {
    background-color: #fb1647;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #fff;
    border-radius: 50%;
    left: 1px;
    right: 0;
    margin: 0 auto;
    top: 8px;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked::after {
    content: "";
    display: inline-block;
    webkit-animation: click-radio-wave 0.65s;
    -moz-animation: click-radio-wave 0.65s;
    animation: click-radio-wave 0.65s;
    background: #000;
    content: "";
    display: block;
    position: relative;
    z-index: 100;
    border-radius: 50%;
}
.form-wizard .wizard-form-radio input[type="radio"] ~ label {
    padding-left: 10px;
    cursor: pointer;
}
.form-wizard .form-wizard-header {
    text-align: center;
}
.form-wizard .form-wizard-next-btn,
.form-wizard .form-wizard-previous-btn,
.form-wizard .form-wizard-submit {
    background-color: #d65470;
    color: #fff;
    display: inline-block;
    min-width: 100px;
    min-width: 120px;
    padding: 10px;
    text-align: center;
}
.form-wizard .form-wizard-next-btn:hover,
.form-wizard .form-wizard-next-btn:focus,
.form-wizard .form-wizard-previous-btn:hover,
.form-wizard .form-wizard-previous-btn:focus,
.form-wizard .form-wizard-submit:hover,
.form-wizard .form-wizard-submit:focus {
    color: #fff;
    opacity: 0.6;
    text-decoration: none;
}
.form-wizard .wizard-fieldset {
    display: none;
}
.form-wizard .wizard-fieldset.show {
    display: block;
}
.form-wizard .wizard-form-error {
    display: none;
    background-color: #d70b0b;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
}
.form-wizard .form-wizard-previous-btn {
    background-color: #fb1647;
}
.form-wizard .form-control {
    font-weight: 300;
    height: auto !important;
    padding: 15px;
    color: #888;
    background-color: #f1f1f1;
    border: none;
}
.form-wizard .form-control:focus {
    box-shadow: none;
}
.form-wizard .form-group {
    position: relative;
    margin: 25px 0;
}
.form-wizard .wizard-form-text-label {
    position: absolute;
    left: 10px;
    top: 16px;
    transition: 0.2s linear all;
}
.form-wizard .focus-input .wizard-form-text-label {
    color: #d65470;
    top: -18px;
    transition: 0.2s linear all;
    font-size: 12px;
}
.form-wizard .form-wizard-steps {
    margin: 30px 0;
}
.form-wizard .form-wizard-steps li {
    width: 25%;
    float: left;
    position: relative;
}
.form-wizard .form-wizard-steps li::after {
    background-color: #f3f3f3;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.form-wizard .form-wizard-steps li span {
    background-color: #ddd;
    border-radius: 50%;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    width: 40px;
    z-index: 1;
}
.form-wizard .form-wizard-steps li:last-child::after {
    width: 50%;
}
.form-wizard .form-wizard-steps li.active span,
.form-wizard .form-wizard-steps li.activated span {
    background-color: #d65470;
    color: #fff;
}
.form-wizard .form-wizard-steps li.active::after,
.form-wizard .form-wizard-steps li.activated::after {
    background-color: #d65470;
    left: 50%;
    width: 50%;
    border-color: #d65470;
}
.form-wizard .form-wizard-steps li.activated::after {
    width: 100%;
    border-color: #d65470;
}
.form-wizard .form-wizard-steps li:last-child::after {
    left: 0;
}
.form-wizard .wizard-password-eye {
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
@keyframes click-radio-wave {
    0% {
        width: 25px;
        height: 25px;
        opacity: 0.35;
        position: relative;
    }
    100% {
        width: 60px;
        height: 60px;
        margin-left: -15px;
        margin-top: -15px;
        opacity: 0;
    }
}
@media screen and (max-width: 768px) {
    .wizard-content-left {
        height: auto;
        text-align: center;
    }
    #myModal .modal-content .row .col-md-6:first-child {
        padding: 20px 10px;
    }
    #myModal .modal-content .model-text h1 {
        font-size: 30px;
    }
    #myModal .modal-content .model-text p {
        font-size: 18px;
        line-height: 22px;
        padding: 0 0;
    }
    #myModal .modal-content .model-text {
        padding: 20px 0;
    }
    #myModal .modal-content .row .col-md-6:last-child {
        background-color: #fff;
        padding: 20px 10px;
    }
    .password-update-form h2 {
        font-size: 20px;
        margin-bottom: 10px !important;
    }
    .password-update-form .btn.btn-primary {
        text-transform: capitalize;
        width: 100% !important;
    }
    .modal-content .password-update-form {
        width: 100%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 425px) {
    #myModal .modal-content .model-text p {
        font-size: 16px;
        line-height: 22px;
        padding: 0 0;
    }
}
#info {
    font-size: 18px;
    color: #555;
    text-align: center;
    margin-bottom: 25px;
}
a {
    color: #074e8c;
}
#upload-recipe-scroll {
    overflow-y: scroll;
    margin-bottom: 25px;
    overflow-x: hidden;
    margin-top: 0;
    float: left;
    height: 435px;
    width: 100%;
    overflow-y: scroll;
    margin-bottom: 0;
    overflow-x: hidden;
    padding-right: 20px;
}
form.signup-form .last-field label {
    color: #fff;
    font-size: 20px;
    padding-left: 6px;
}
.form-control option:not(:first-of-type) {
    color: #000;
}
.force-overflow {
    min-height: 225px;
}
.personal-detail-form button.button {
    width: 35%;
}
#wrapper {
    text-align: center;
    width: 500px;
    margin: auto;
}
a.remove_field {
    margin: 0;
    position: relative;
    top: -9px;
    font-size: 16px;
    font-weight: 600;
    color: #212952;
}
.top-nav-holder .top-nav li img {
    float: left;
    padding-right: 5px;
}
.forget-password {
    margin: 0 auto;
}
.question {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    height: 100%;
}
.forget-password .password-update-form h2 {
    color: #232b54;
    text-align: left;
    font-size: 32px;
    margin-bottom: 40px !important;
    font-family: "PlayfairDisplay-Regular", sans-serif;
    font-weight: 600;
    text-align: center;
}
.forget-password .password-update-form button.button {
    text-align: center;
    width: 30%;
    margin: 0 auto;
}
.forget-password .password-update-form .form-group:last-child {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}
.show-modal,
.close-modal {
    display: inline-block;
    padding: 0.5em;
    vertical-align: top;
    background-color: #eee;
    cursor: hand;
    cursor: pointer;
    border: none;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}
.show-modal:hover,
.close-modal:hover {
    background-color: #fff;
}
#visible:checked ~ .overlay {
    opacity: 0.5;
    display: block;
}
#visible:checked ~ .modal {
    opacity: 1;
    display: block;
}
.profile-head .profile-sec img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
}
.carousel {
    width: 100%;
    margin: 0 auto;
}
.slick-slide {
    margin: 10px;
}
.slick-slide img {
    width: 100%;
}
.slick-prev,
.slick-next {
    background: #000;
    border-radius: 15px;
    border-color: transparent;
}
.card {
    border: 2px solid #fff;
    border-radius: 15px;
}
.card-body {
    background: #fff;
    width: 100%;
    vertical-align: top;
}
.card-content {
    text-align: left;
    color: #333;
    padding: 15px;
}
.card-text {
    font-size: 14px;
    font-weight: 300;
}
.slide-box {
    padding: 0 20px 20px;
}
.slide-box {
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    border-radius: 0 0 15px 15px;
    padding: 0 25px 40px;
    text-align: center;
    height: 350px;
}
.slide-box .similar-img {
    height: 110px;
    margin: 0 0;
    margin-bottom: 50px;
}
.slide-box .similar-img img {
    max-height: 255px;
    position: relative;
    left: 50%;
    top: 0%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
}
.slick-slide {
    margin: 10px;
    padding-top: 150px;
}
.remove-anchor-style1 {
    text-decoration: none !important;
    color: rgb(33, 41, 82) !important;
}
.slide-box .similar-title {
    font-family: "ProximaNova-Bold", sans-serif;
    font-size: 22px;
    font-weight: 700;
}
.rating-holder {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.rating-holder {
    margin-top: 5px;
}
.custom-slider .rating-holder,
.slide-box .rating-holder {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.ratings > input,
.rating-chef > input {
    display: none;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
.ratings > label,
.rating-chef > label {
    color: #afadad;
}
.ratings > label,
.rating-chef > label {
    color: #ddd;
    float: right;
    margin: 0;
}
.ratings > label:before,
.rating-chef > label:before {
    font-size: 1.25rem;
}
.ratings > label:before,
.rating-chef > label:before {
    margin: 0 5px 0 0;
    font-size: 1.5625rem;
    font-family: "icomoon";
    display: inline-block;
    content: "\e911";
}
.ratings > input:checked ~ label {
    color: #bfa74b !important;
}
.ratings > input:checked ~ label::before,
.rating-chef > input:checked ~ label::before {
    content: "\e912";
}
.serving-info {
    margin-top: 20px;
    margin-bottom: 20px;
}
.serving-info ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.serving-info ul li {
    color: #969696;
    font-size: 1rem;
    position: relative;
    padding-left: 20px;
    display: inline-block;
    vertical-align: middle;
}
.slide-box .serving-info ul li::before {
    font-size: 1rem;
    line-height: 18px;
    top: 0;
}
.serving-info ul li.time::before {
    content: "\e913";
}
.serving-info ul li::before {
    font-size: 1.625rem;
    font-family: "icomoon";
    position: absolute;
    left: 0;
    top: 1px;
    line-height: 25px;
}
.slide-box .serving-info ul li::before {
    font-size: 1rem;
    line-height: 18px;
    top: 0;
}
.serving-info ul li.serve::before {
    content: "\e901";
}
.serving-info ul li::before {
    font-size: 1.625rem;
    font-family: "icomoon";
    position: absolute;
    left: 0;
    top: 1px;
    line-height: 25px;
}
section.personal-detail form {
    width: 55%;
    margin: 0 auto;
}
.personal-detail .container {
    max-width: 1240px;
}
.picture-container {
    position: relative;
    text-align: center;
}
.picture {
    width: 180px;
    height: 180px;
    background-color: #ececec;
    color: #fff;
    border-radius: 50%;
    margin: 0 auto 8px;
    overflow: hidden;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    align-items: center;
    justify-content: center;
    display: flex;
}
.picture:hover {
    border-color: #2ca8ff;
}
.content.ct-wizard-green .picture:hover {
    border-color: #05ae0e;
}
.content.ct-wizard-blue .picture:hover {
    border-color: #3472f7;
}
.content.ct-wizard-orange .picture:hover {
    border-color: #ff9500;
}
.content.ct-wizard-red .picture:hover {
    border-color: #ff3b30;
}
.picture input[type="file"] {
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0 !important;
    position: absolute;
    top: 0;
    width: 28%;
    margin: 0 auto;
    right: 0;
}
.picture-src {
    width: 100%;
}
.personal-detail-form h2 {
    color: #232b54;
    text-align: left;
    font-size: 28px;
    margin-bottom: 20px !important;
    font-family: "PlayfairDisplay-Regular", sans-serif;
}
.password-update-form h2 {
    color: #232b54;
    text-align: left;
    font-size: 28px;
    margin-bottom: 20px !important;
    font-family: "PlayfairDisplay-Regular", sans-serif;
}
.password-update-form .btn.btn-primary {
    text-transform: capitalize;
    width: 60%;
}
.personal-detail-form h5 {
    text-align: right;
    font-size: 14px;
    font-weight: 600;
    padding-left: 10px;
}
.hidden {
    display: none;
}
.password-update-form .btn.btn-primary {
    text-transform: capitalize;
}
.personal-detail-form .form-group-01 {
    display: flex;
}
.personal-detail-form .form-group-01 h3 a {
    color: #59bbe6;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 45px;
    padding: 0 0 0 12px;
    font-size: 18px;
    text-decoration: underline;
}
.picture-container h6 {
    color: #59bbe6;
    font-size: 22px;
    font-weight: 400;
    text-decoration: underline;
}
.personal-detail-form {
    padding: 0 2rem;
    text-align: center;
}
section.personal-detail {
    padding: 40px 0;
}
footer.footer {
    background-color: #def1fa;
    margin-top: 10px;
}
.count-title {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 0;
    text-align: center;
    color: #59bbe6;
}
.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
}
.profile-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.profile-head .profile-sec {
    width: 1480px;
    background-color: #59bbe6;
    border-radius: 15px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 16%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 16%);
    padding: 0 0 0 40px;
    display: flex;
    height: 250px;
    align-items: center;
}
.profile-head .profile-sharing {
    width: 700px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    position: relative;
    padding: 20px;
    float: right;
    right: 20%;
}
.counter p {
    color: #212952;
    margin: 0;
    font-size: 20px;
}
.like:before {
    content: "";
    background-image: url(/static/assets/images/registration_images/thumbs.png);
    height: 32px;
    width: 32px;
    position: absolute;
    top: 0;
    left: 6px;
    background-repeat: no-repeat;
}
.ar .like:before{
    left:-9px; 
}
.ar .save:before{
    left:53px;
    top:-5px; 
}
.ar .share:before{
    left:26px; 
}


@media (max-width:768px){
    .ar .like:before{
        left:7px; 
    }
    .ar .share:before{
        left:4px; 
    }
    .ar .save:before{
        left:18px; 
    }
}
.share:before {
    content: "";
    background-image: url(/static/assets/images/registration_images/share.png);
    height: 32px;
    width: 32px;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
}
.save:before {
    content: "";
    background-image: url(/static/assets/images/registration_images/save.png);
    height: 32px;
    width: 32px;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
}
.profile-detail h6 a:before {
    content: "";
    background-image: url(/static/assets/images/registration_images/edit.png);
    height: 20px;
    width: 20px;
    position: absolute;
    background-repeat: no-repeat;
}
.profile-detail h6 a span {
    padding: 0 13px;
}
.profile-head .profile-sec img.profile-pic {
    width: 200px;
    height: 200px;
}
.profile-detail {
    padding: 0 0 0 40px;
}
.profile-detail h1 {
    font-size: 36px;
    color: #212952;
    font-weight: 600;
    margin: 0;
}
.profile-detail p {
    color: #fff;
    font-size: 30px;
    margin: 0;
    font-weight: 600;
}
.profile-detail h6 a {
    color: #212952;
    font-size: 16px;
    font-weight: 400;
}
.my-recipes-card .upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin: 0 auto;
}
.my-recipes-card .btn {
    border: 2px solid #212952;
    color: #fff;
    background-color: #212952;
    padding: 8px 20px 8px 20px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
}
.my-recipes-card-saved .btn {
    border: 2px solid #212952;
    color: #fff;
    background-color: #212952;
    padding: 8px 20px 8px 20px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
}
.my-recipes-card .upload-btn-wrapper input[type="file"] {
    position: absolute;
}
.my-recipes {
    padding: 60px 0;
}
.my-recipes .my-recipes-head h2 {
    color: #212952;
    font-size: 36px;
    font-weight: 600;
    padding-left: 110px;
}
.my-recipes-head {
    border-bottom: 2px solid #707070;
    align-items: center;
    justify-content: start;
    display: flex;
    height: 95px;
}
.my-recipes-card {
    background-color: #dcf1f9;
    padding: 80px 0;
    text-align: center;
    border-radius: 20px;
    height: 350px;
}
.my-recipes-card-saved {
    width: 283px;
    background-color: #dcf1f9;
    padding: 80px 0;
    text-align: center;
    border-radius: 20px;
    height: 300px;
}
.my-recipes-card-saved h2 {
    font-size: 22px;
    color: #7f8da5;
    font-weight: 700;
    margin-bottom: 40px;
}
.my-recipes-card h2 {
    font-size: 22px;
    color: #7f8da5;
    font-weight: 700;
    margin-bottom: 40px;
}
.my-recipes .my-recipes-head:before {
    content: "";
    background-image: url(/static/assets/images/registration_images/cooking.png);
    height: 100px;
    width: 100px;
    position: absolute;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-color: #5abbe6;
    margin-bottom: 20px;
}
.saved .my-recipes-head-saved:before {
    content: "";
    background-image: url(/static/assets/images/registration_images/upload-blue.png);
    height: 100px;
    width: 100px;
    position: absolute;
    background-repeat: no-repeat;
    background-color: #5abbe6;
    margin-bottom: 20px;
}
.share-like-recipe .saved .my-recipes-head-saved:before {
    content: "";
    background-image: url(/static/assets/images/registration_images/share-blue.png);
    height: 70px;
    width: 70px;
    position: absolute;
    background-repeat: no-repeat;
    background-color: #5abbe6;
    margin-bottom: 20px;
}
section.dashboard-2 {
    padding: 30px 0;
}
.dashboard-2 .slick-dots {
    bottom: -80px;
}
.dashboard-2 .slick-dots li {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 35px;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
    font-size: 19px;
    border: 1px solid #ccc;
    padding: 2px;
    border-radius: 8px;
    color: #ccc;
}
.dashboard-2 .slick-dots li.slick-active {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 35px;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
    font-size: 19px;
    border: 1px solid #dcf1f9;
    padding: 2px;
    border-radius: 8px;
    color: #dcf1f9;
}
.share-like-recipe .list-group {
    max-height: 300px;
    margin-bottom: 10px;
    -webkit-overflow-scrolling: touch;
    margin: 0 20px 0 0;
}
.share-like-recipe .list-group-item {
    position: relative;
    display: block;
    padding: 20px 0;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
    border: none;
    color: #212952;
    font-size: 24px;
}
.scrollbar {
    margin-top: 30px;
    float: left;
    height: 300px;
    width: 100%;
    overflow-y: scroll;
    margin-bottom: 25px;
    overflow-x: hidden;
}
#style-2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}
#style-2::-webkit-scrollbar {
    width: 12px;
    background-color: #f5f5f5;
}
#style-2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #3a3a3a;
}
.ar .profile-head .profile-sharing {
    width: 700px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    position: relative;
    padding: 20px;
    float: right;
    right: -20%;
}
.ar .profile-detail {
    padding: 0 40px 0 0;
}
.ar .my-recipes .my-recipes-head h2 {
    color: #212952;
    font-size: 36px;
    font-weight: 600;
    padding-left: 0;
    padding-right: 110px;
}
.ar .dashboard-2 .slick-dots {
    bottom: -80px;
    text-align: center;
}
.ar .share-like-recipe .list-group {
    max-height: 300px;
    margin-bottom: 10px;
    -webkit-overflow-scrolling: touch;
    margin: 0 0 0 20px;
}
.ar .profile-detail h6 a:before {
    content: "";
    background-image: url(/static/assets/images/registration_images/edit.png);
    height: 20px;
    width: 20px;
    position: absolute;
    right: 208px;
    background-repeat: no-repeat;
}
.ar .counter p {
    font-size: 18px;
}
.ar .my-recipes .slick-track {
    float: right;
}
.ar .my-recipes-card h2 {
    font-size: 22px;
    color: #7f8da5;
    font-weight: 700;
    margin-bottom: 40px;
    line-height: 34px;
    /* width: 50%;
    margin: 0 auto 40px; */
}
.ar #userlogin .form-control {
    direction: rtl;
}
.ar #userlogin button {
    direction: ltr !important;
}
.ar .connect__icon {
    vertical-align: middle;
    float: right;
    width: 70px;
    text-align: center;
    font-size: 22px;
}
.ar .connect.facebook .connect__icon {
    border-left: 1px solid #59bbe6;
}
.ar .connect.googleplus .connect__icon {
    border-left: 1px solid #59bbe6;
}
.ar .form .tab-group li a {
    float: right;
}
.ar #myModal .modal-content .model-text h1 {
    text-align: right;
}
.ar .password-update-form h2 {
    text-align: right;
}
.ar .password-update-form .btn.btn-primary {
    width: 90%;
}
.ar form.signup-form .last-field label {
    padding-right: 6px;
}
.ar .form-control {
    direction: rtl;
}
.ar form.form-upload-recipe {
    direction: ltr;
}
.ar #upload-recipe-scroll label.wizard-form-text-label {
    font-family: "ProximaNova-Semibold", sans-serif;
}
.ar .personal-detail-form h2 {
    text-align: right;
}
.ar .personal-detail-form h5 {
    text-align: right;
    padding-right: 10px;
}
.ar .question {
    justify-content: flex-start;
}
.ar .form-group button.submit {
    text-align: center;
}

/* Edited */
 .dashboard-2.scene_element--fadein.scene_element .my-recipes .carousel.dashboard-slider .card .slide-box.R-slide-wrap figure.similar-img{
      /* height: 150px; */
      /* height:280px;
      width:280px;  */
      width:100%;
      height:100%;
      margin:0 auto;
      position:absolute;
      left:0;
      right:0;
      top:-101px;
      border-radius: 50%;
      /* overflow: hidden; */
   }
   .dashboard-2.scene_element--fadein.scene_element .my-recipes .carousel.dashboard-slider .card .slide-box.R-slide-wrap figure.similar-img img{
      transform: none ;
      left: 0 ;
      right:0;
      margin:0 auto;
      /* object-fit: cover; */
      object-fit:contain;
      max-height:230px;
      height: 100%;
   }
   /* .dashboard-2.scene_element--fadein.scene_element .my-recipes .carousel.dashboard-slider .card.slick-slide{
      padding-top: 0px !important;
   } */
  
   .slide-box.R-slide-wrap .similar-title{
      margin-top: 10px;
   }
   .dashboard-2.scene_element--fadein.scene_element .my-recipes .carousel.dashboard-slider .card .slide-box.R-slide-wrap{
      border-radius: 20px ;
      height: 100%;
      position:relative;
      padding-top:150px;
   }
   .dashboard-2.scene_element--fadein.scene_element .my-recipes .carousel.dashboard-slider .card .slide-box.R-slide-wrap .edit-icon{
       position: absolute;
       right: 9px;
       top: 5px;
       z-index: 9999;
   }

   .dashboard-2.scene_element--fadein.scene_element .my-recipes .carousel.dashboard-slider .my-recipes-card.my-recipes-card-saved{
        margin-top:163px;
   }



@media only screen and (max-width: 1024px) {
    .wizard-section {
        padding: 60px 0;
    }
    .wizard-section .wizard-content-left img {
        width: 100%;
    }
    .wizard-content-left h3 {
        font-size: 18px;
    }
    .wizard-section .browse .btn {
        padding: 8px 0 8px 40px;
        font-size: 16px;
    }
    .wizard-section a.form-wizard-next-btn {
        padding: 11px 30px 11px 10px;
        font-size: 16px;
    }
    .wizard-section a.form-wizard-next-btn:after {
        right: 7px;
    }
    .wizard-section fieldset.wizard-fieldset h5 {
        margin-bottom: 25px;
        font-size: 18px;
    }
    .wizard-section .item.page-02 .col-lg-4.col-md-4.col-sm-4 label {
        font-size: 8px;
    }
    .wizard-section a.form-wizard-previous-btn {
        padding: 11px 6px 11px 20px;
        font-size: 16px;
    }
    .wizard-section .owl-theme .owl-dots {
        width: 40%;
    }
    .wizard-section .owl-theme .owl-nav {
        width: 50%;
        margin-top: 0;
    }
    .my-recipes-card .upload-btn-wrapper {
        width: 85%;
    }
    .slide-box {
        padding: 0 25px 40px;
    }
    .serving-info ul li {
        font-size: 13px;
    }
    .profile-head .profile-sharing {
        width: 400px;
        background-color: #fff;
        border-radius: 10px;
        -webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
        box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
        position: absolute;
        padding: 20px;
        float: right;
        right: 6%;
    }
    .profile-head .profile-sec {
        width: 786px;
        background-color: #59bbe6;
        border-radius: 15px;
        -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 16%);
        box-shadow: 0 6px 12px rgb(0 0 0 / 16%);
        padding: 0 0 0 40px;
        display: flex;
        height: 250px;
        align-items: center;
    }
    .ar .wizard-section label.wizard-form-text-label {
        font-size: 10px;
    }
    .ar #upload-recipe-scroll label.wizard-form-text-label {
        font-size: 10px;
    }
    .ar .wizard-section .add-more .btn {
        font-size: 10px !important;
        font-weight: 300;
        border: 1px solid #212952;
        border-radius: 15px;
        padding: 6px 0;
        line-height: 22px;
        display: flex;
    }
}
@media only screen and (max-width: 768px) {
    .my-recipes-card .upload-btn-wrapper {
        width: 85%;
    }
    .slide-box {
        padding: 0 25px 40px;
    }
    .serving-info ul li {
        font-size: 13px;
    }
    .my-recipes .my-recipes-head h2 {
        font-size: 28px;
    }
    .share-like-recipe .list-group-item {
        font-size: 16px;
    }
    .slide-box .similar-img img {
        padding: 0 20px;
    }
    .my-recipes.saved .slide-box .similar-img {
        height: 90px;
    }
    .my-recipes .slide-box .similar-img {
        height: 100px;
    }
    .col {
        padding-right: 8px;
        padding-left: 8px;
    }
    .profile-head .profile-sharing {
        padding: 10px;
    }
    .profile-head .profile-sharing {
        width: 550px;
    }
    .profile-head .profile-sharing {
        position: relative;
        right: 25%;
    }
    .counter p {
        font-size: 14px;
    }
    .count-title {
        font-size: 30px;
        margin-top: 10px;
    }
    .profile-head .profile-sec {
        width: 100%;
        display: block;
        height: auto;
        padding: 20px;
    }
    .profile-detail h1 {
        font-size: 30px;
    }
    .profile-detail p {
        font-size: 20px;
    }
    .profile-head .profile-sec img.profile-pic {
        margin: 0 auto;
    }
    .profile-detail {
        padding: 0 0 0 20px;
    }
    .profile-detail h6 {
        margin-top: 10px;
    }
    .slide-box {
        height: 320px;
    }
    .login-wrap {
        padding: 40px;
    }
    .login-wrap h3 {
        font-size: 30px;
    }
    .form .tab-group li a {
        font-size: 16px;
    }
    .account-info p {
        font-size: 20px;
    }
    .sign-up .login-wrap {
        padding: 40px;
    }
    section.personal-detail form {
        width: 80%;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 480px) {
    .profile-head .profile-sharing {
        width: 100%;
    }
    .wizard-section {
        padding: 40px 0;
    }
    .wizard-section a.form-wizard-next-btn {
        width: 100%;
        margin: 0 0 0;
    }
    .wizard-section a.form-wizard-previous-btn {
        width: 100%;
        margin: 0 0 20px;
    }
    .wizard-section a.form-wizard-previous-btn:before {
        left: 86%;
    }
    .wizard-section .item.page-03 .col-lg-4.col-md-4.col-sm-4 {
        align-items: center;
        justify-content: flex-start;
        display: flex;
    }
    .wizard-section .item.page-03 .add-more .btn:before {
        top: 10px;
        left: 21px;
    }
    .wizard-section .form-group {
        width: 100%;
    }
    .wizard-section a.form-wizard-submit {
        width: 100%;
    }
    .profile-head {
        display: block;
        margin-bottom: 80px;
    }
    .profile-head .profile-sec {
        padding: 20px 0;
        display: flex;
    }
    .profile-head .profile-sec img.profile-pic {
        width: 120px;
        height: 120px;
    }
    .profile-head .profile-sharing {
        right: 0%;
        top: 10px;
    }
    .profile-sharing .counter h2 {
        font-size: 1rem;
    }
    .slide-box .similar-img img {
        padding: 0 0;
        max-height: 200px;
        max-width: 200px;
    }
    .my-recipes.saved .slide-box .similar-img {
        height: 90px;
        margin-bottom: 0;
    }
    .my-recipes .slide-box .similar-img {
        height: 100px;
    }
    .dashboard-2 .slick-dots li {
        width: 35px;
        height: 30px;
        font-size: 15px;
        margin: 0 4px;
    }
    .dashboard-2 .slick-dots li.slick-active {
        width: 35px;
        height: 30px;
        font-size: 15px;
        margin: 0 4px;
    }
    .slide-box {
        height: 270px;
    }
    .slick-slider {
        margin-bottom: 0;
    }
    .my-recipes .my-recipes-head h2 {
        font-size: 22px;
    }
    section.dashboard-2 {
        padding: 50px 0;
    }
    .wizard-section .browse .btn {
        padding: 8px 8px 8px 40px;
        font-size: 16px;
    }
    .serving-info ul {
        width: 100%;
        margin: 0 auto;
    }
    .wizard-section .nav-btn {
        top: 0;
        display: block;
    }
    .item.first .card {
        height: 880px;
    }
    .wizard-section .page-02 .nav-btn {
        display: block;
        width: 100%;
    }
    .wizard-section a.form-wizard-previous-btn {
        display: block;
        text-align: left;
    }
    .wizard-section a.form-wizard-previous-btn:before {
        top: 4px;
    }
    .item.page-03.prev .card {
        height: 700px;
    }
    button.form-wizard-submit.btn-upload-recipe {
        width: 100%;
        margin: 0 0;
    }
    .item.first .card .nav-btn {
        top: 100px;
        display: block;
    }
    .item.page-02.show .card .nav-btn {
        top: 35px;
        display: block;
    }
    .item.page-03.show .card .nav-btn {
        display: block;
        top: 30px;
    }
    .wizard-section h4 {
        font-size: 30px;
        padding-bottom: 0;
    }
    .wizard-content-left h1 {
        font-size: 28px;
    }
    .item.last.show .card {
        height: 600px;
    }
    .item.last.show .card .nav-btn {
        top: -26px;
        display: block;
    }
    .wizard-section .slick-track {
        position: relative;
        top: 0;
        left: 0px !important;
        display: block;
    }
    .wizard-section .card {
        height: 830px;
    }
    .profile-head .profile-sec img {
        width: 130px;
        height: 130px;
        border-radius: 50%;
    }
    .wizard-section .item-page-01 .nav-btn {
        justify-content: center;
        top: 55px;
    }
    .wizard-section .nav-btn {
        top: 230px;
    }
    .wizard-section a.form-wizard-previous-btn {
        padding: 7px;
        font-size: 15px;
    }
    .nav-btn.magic-tip {
        top: 250px;
    }
    .wizard-section .col-lg-4.col-md-4.col-sm-4 {
        padding: 0 15px;
    }
    #recipe-progress-bar {
        white-space: nowrap;
        min-width: 60px;
        height: 5px;
    }
    section.personal-detail form {
        width: 100%;
        margin: 0 auto;
    }
    section.personal-detail form .question {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-bottom: 30px;
    }
    section.personal-detail form .question h5 {
        margin: 0;
    }
}
@media only screen and (max-width: 375px) {
    .wizard-section .nav-btn {
        top: 234px;
    }
    .nav-btn.magic-tip {
        top: 254px;
    }
    .wizard-section a.form-wizard-previous-btn:before {
        left: 84%;
    }
}
@media only screen and (max-width: 320px) {
    .wizard-section a.form-wizard-previous-btn:before {
        left: 81%;
    }
    .wizard-section .nav-btn {
        top: 228px;
    }
    .wizard-section .nav-btn.magic-tip {
        top: 228px;
    }
}
@media (min-width: 576px) {
    .ftco-section .container {
        max-width: 100%;
        width: 100%;
        padding: 0 !important;
    }
}
@media (min-width: 320px) {
    .ftco-section .container {
        max-width: 100%;
        width: 100%;
        padding: 0 !important;
    }
}
@media (max-width: 768px) {
    .ftco-section .container {
        max-width: 100%;
        width: 100%;
        padding: 0 !important;
    }
    .sign-up .login-wrap {
        position: relative;
        font-weight: 300;
        background-color: #59bbe6;
        padding: 2rem 2rem 2rem;
    }
    form.signup-form label {
        color: #fff;
        font-size: 14px;
    }
    .sign-up .login-wrap {
        position: relative;
        font-weight: 300;
        background-color: #59bbe6;
        padding: 1rem 1rem 1rem;
    }
}
@media (max-width: 992px) {
    .sign-up .login-wrap {
        position: relative;
        font-weight: 300;
        background-color: #59bbe6;
        padding: 3rem 4rem 3rem;
    }
    .ftco-section .container {
        max-width: 100%;
        width: 100%;
        padding: 0 !important;
    }
    .login-wrap {
        position: relative;
        font-weight: 300;
        background-color: #59bbe6;
        padding: 3rem;
    }
}
@media (min-width: 1200px) {
    .ftco-section .container {
        max-width: 100%;
        width: 100%;
        padding: 0 !important;
    }
}
@media (max-width: 991.98px) {
    .img,
    .login-wrap {
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
}
@media (max-width: 767.98px) {
    .wrap .img {
        height: 250px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
    }
}


/* Edited Media Queries */
@media (max-width:1440.99px){
    /* .dashboard-2.scene_element--fadein.scene_element .my-recipes .carousel.dashboard-slider .card .slide-box.R-slide-wrap figure.similar-img{
        height:230px;
        width:230px;
        top:-128px;
    }  */
    .dashboard-2.scene_element--fadein.scene_element .my-recipes .carousel.dashboard-slider .card .slide-box.R-slide-wrap {
        padding-top: 136px;
    }
}

@media (max-width:1280.99px){
    .dashboard-2.scene_element--fadein.scene_element .my-recipes .carousel.dashboard-slider .card .slide-box.R-slide-wrap figure.similar-img{
        /* height:200px;
        width:200px;
        top:-102px; */
    } 
    .dashboard-2.scene_element--fadein.scene_element .my-recipes .carousel.dashboard-slider .card .slide-box.R-slide-wrap {
        /* padding-top: 105px; */
    }
}

@media (max-width:1024.99px){
    .wizard-section .slick-track { 
        left: -459px !important; 
    }
    .wizard-content-left { 
        text-align: center;
    }
}

@media (max-width:768.99px){
    .dashboard-2.scene_element--fadein.scene_element .my-recipes .carousel.dashboard-slider .card .slide-box.R-slide-wrap figure.similar-img{
        /* height:198px;
        max-width:239px;
        width:100%;
        top:-102px; */
    } 
    .wizard-section .slick-track { 
        left: -338px !important; 
    }
}
@media (max-width:575.99px){
    .dashboard-2.scene_element--fadein.scene_element .my-recipes .carousel.dashboard-slider .card .slide-box.R-slide-wrap figure.similar-img{
        /* height:174px;
        max-width:214px;
        width:100%;
        top:-87px; */
    } 
    .my-recipes.first-heading-recipes{
        padding-top:130px;
    }
    .wizard-section .slick-track { 
        left: -37px !important; 
    }
    .ar .like:before{
        left:0;
        right:226px;
    }
    .ar .save:before{
        left:0;
        right:226px;
    }
    .ar .share:before{
        left:0;
        right:226px;
    }
}
@media (max-width:414.99px){
    .dashboard-2.scene_element--fadein.scene_element .my-recipes .carousel.dashboard-slider .card .slide-box.R-slide-wrap figure.similar-img{
        /* height:174px;
        max-width:174px;  */
    } 
    .my-recipes.first-heading-recipes{
        padding-top:105px;
    }
    .wizard-section .slick-track { 
        left: -3px !important; 
    }
}

