@-webkit-keyframes flip {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }
    100% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
}

@keyframes flip {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }
    100% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

@media (min-width: 576px) {
    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
}

@media (min-width: 768px) {
    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

.flip {
    -webkit-animation: flip 0.4s ease-in-out both;
    -o-animation: flip 0.4s ease-in-out both;
    animation: flip 0.4s ease-in-out both;
}

.flip-reverse {
    -webkit-animation: flip 0.4s ease-in-out reverse both;
    -o-animation: flip 0.4s ease-in-out reverse both;
    animation: flip 0.4s ease-in-out reverse both;
}

#footer-container .container div {
    margin: 0 5px;
}

#footer-container .container:before, #footer-container .container:after {
    display: none;
    content: "";
}

#footer-container #shoe {
    padding: 1em 0;
}

#footer-container #shoe a {
    margin: 0 10px;
}

#footer-container #footer .copyright a {
    margin: 0 10px;
}

#footer-container #footer .copyright span {
    margin: 5px 0;
}

.contact-us {
    background-repeat: no-repeat;
    background-size: 10.74531vw 11.46406vw, 7.50365vw 10.62292vw, 7.98958vw 7.29948vw, 10.03229vw 7.56354vw, 10.54479vw 9.83385vw, 8.07292vw 7.81927vw;
    background-position: left calc(50% - (614.28vw / 19.2)) top 4.21875vw, left calc(50% - (823.13vw / 19.2)) center, left calc(50% - (584.9vw / 19.2)) bottom 4vw, right calc(50% - (496.15vw / 19.2)) top 4.60469vw, right calc(50% - (813.5vw / 19.2)) center, right calc(50% - (588.87vw / 19.2)) bottom 6vw;
    padding: 2em 0;
    margin-bottom: -4em;
}

.contact-us .wrapper {
    max-width: 585px;
    min-width: 280px;
    width: 30.46875vw;
    margin: 0 auto;
}

.contact-us .card-form {
    background-color: white;
    margin: 0 auto;
    margin-bottom: 1em;
    width: 100%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 12px 3px rgba(0, 0, 0, 0.16);
    padding: 0;
}

.contact-us .form-group {
    padding: 0 2em;
}

.contact-us .title {
    font-size: 1.77083vw;
    font-family: Montserrat, Arial, Sans;
    margin: 10px auto;
    color: #1B1E33;
    margin-bottom: 0;
}

.contact-us input, .contact-us textarea {
    margin: 2vw auto;
    border: 0;
    border-bottom: 1px solid #707070;
    border-radius: 0;
    color: #1B1E33;
    resize: none;
    font-weight: 400;
    font-family: Montserrat, Arial, Sans;
    padding: 7px 7px;
    font-size: 1.30208vw;
}

.contact-us .btn-submit {
    margin: 0;
    margin-top: 1vw;
    background-color: #0692D5;
    color: #ffffff;
    text-align: center;
    font-size: 1.66667vw;
    border: 0;
    width: 100%;
    padding: 1.2vw 10px;
}

@media screen and (max-width: 991px) {
    .contact-us {
        background-size: 106.48605px 113.60886px, 74.36113px 105.2731px, 79.17677px 72.33784px, 99.42001px 74.9547px, 104.49889px 97.45349px, 80.0026px 77.48897px;
    }

    .contact-us .form-group {
        padding: 0 1em;
    }

    .contact-us .title {
        font-size: 19px;
    }

    .contact-us input, .contact-us textarea {
        font-size: 16px;
        margin: 15px auto;
    }

    .contact-us .btn-submit {
        font-size: 18px;
        padding: 15px 10px;
    }
}

@media screen and (max-width: 767px) {
    .contact-us .title {
        font-size: 16px;
    }

    .contact-us input, .contact-us textarea {
        font-size: 13px;
        margin: 10px auto;
    }

    .contact-us .btn-submit {
        font-size: 15px;
        padding: 10px;
    }
}

.contact-us .footer p {
    color: #535353;
}

.contact-us .footer p:last-of-type {
    margin-bottom: 0;
}

.payment-join {
    margin-top: 0;
    max-width: 90%;
}

.payment-join .quote-text {
    padding: 0;
    margin-bottom: 2vw;
}

.payment-join .row.display-flex {
    align-items: flex-end;
}

.payment-join .plan {
    margin: 15px auto;
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

@media screen and (max-width: 992px) {
    .payment-join .plan {
        max-width: 400px;
    }
}

.payment-join .plan .face {
    padding-bottom: 0;
    position: relative;
    background-color: white;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
    margin: 10px auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.payment-join .plan .front {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 95px;
    transition: transform 0.2s ease-in-out;
    cursor: pointer;
}

.payment-join .plan .front:hover {
    transform: scale(1.05);
}

.payment-join .plan .front:hover .price {
    background-color: #1696db;
    color: #ffffff;
}

.payment-join .plan .front .icon {
    position: absolute;
    z-index: 1;
    top: -5.01894vw;
    left: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 11.04167vw;
    height: 11.04167vw;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    background-color: white;
    text-align: center;
    max-width: 212px;
    max-height: 212px;
    -webkit-box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.16);
}

.payment-join .plan .front .icon .display-flex {
    max-width: 100px;
    width: 5.20833vw;
    margin: auto;
    min-width: 60px;
}

@media screen and (max-width: 992px) {
    .payment-join .plan .front .icon {
        min-width: 150px;
        min-height: 150px;
        bottom: calc(100% - 80px);
        top: unset;
    }
}

.payment-join .plan .front .details {
    padding: 70px 0;
}

.payment-join .plan .front .details .plan-name {
    font-family: Montserrat, Arial, Sans;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    color: #1B1E33;
    padding: 0 7px;
}

@media screen and (max-width: 400px) {
    .payment-join .plan .front .details .plan-name {
        font-size: 20px;
    }
}

@media screen and (min-width: 992px) {
    .payment-join .plan .front .details {
        max-height: 202px;
    }
}

.payment-join .plan .front .price {
    border: 0;
    background-color: rgba(6, 146, 213, 0.05);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.payment-join .plan .front .price.active {
    background-color: #1696db;
}

.payment-join .plan .front .price:not(.active):hover {
    background-color: #1696db;
}

@media screen and (max-width: 767px) {
    .payment-join .plan .front .price {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 400px) {
    .payment-join .plan .front .price {
        font-size: 20px;
    }
}

.payment-join .plan .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.payment-join .plan .back .details {
    padding: 1vw;
}

.payment-join .plan .back .details .plan-name {
    font-family: Montserrat, Arial, Sans;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    color: #1B1E33;
}

@media screen and (max-width: 400px) {
    .payment-join .plan .back .details .plan-name {
        font-size: 14px;
    }
}

.payment-join .plan .back .form form {
    margin-top: 0px;
}

.payment-join .plan .back .form .space {
    padding: 35px 0;
}

.payment-join .plan .back .form .card-form {
    border: 0;
    margin-left: 2vw;
    margin-right: 2vw;
    -webkit-box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.16);
}

.payment-join .plan .back .form .card-form .form-group {
    padding: 0;
}

.payment-join .plan .back .form .card-form hr {
    margin: 0 12px;
}

@media screen and (max-width: 992px) {
    .payment-join .plan .back .form .card-form {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.payment-join .plan .back .form .join-button {
    border: 0;
    margin: 0;
    margin-top: 15px;
    padding: 10px;
    font-size: 25px;
    border-radius: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

@media screen and (max-width: 400px) {
    .payment-join .plan .back .form .join-button {
        font-size: 20px;
    }
}

.account {
    padding: 2vw 0;
}

.account .page-title {
    font-size: 1.82292vw;
    line-height: 1;
    color: #1B1E33;
    margin: 1vw 0;
    font-family: Montserrat, Arial, Sans;
    font-weight: 700;
}

@media screen and (min-width: 1920px) {
    .account .page-title {
        font-size: 35px;
    }
}

.account .info {
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    height: 100%;
    flex-grow: 1;
}

.account .info .row {
    padding: 1.5vw 0;
}

.account .topic-title {
    font-size: 1.30208vw;
    line-height: 1;
    color: #1B1E33;
    margin: 0;
    font-family: Montserrat, Arial, Sans;
}

@media screen and (min-width: 1920px) {
    .account .topic-title {
        font-size: 25px;
    }
}

.account .title {
    font-size: 1.04167vw;
    color: #1B1E33;
    font-family: Montserrat, Arial, Sans;
    line-height: 1;
}

.account .title + div {
    font-size: 0.9375vw;
    line-height: 1;
    font-family: Montserrat, Arial, Sans;
}

.account .title + div p {
    font-size: 0.9375vw;
    margin: 0;
    line-height: 1;
}

@media screen and (min-width: 1920px) {
    .account .title {
        font-size: 20px;
    }

    .account .title + div {
        font-size: 18px;
    }

    .account .title + div p {
        font-size: 18px;
    }
}

.account .line {
    border-top: 1px solid #CCCCCC;
}

.account .cards input {
    background: transparent;
    border: none;
    text-align: center;
    padding: 0 5px;
    height: auto;
    color: #999999;
}

.account .cards .btn {
    color: #333;
    padding: 0 5px;
    height: auto;
    background: transparent;
}

.account #add-card-btn {
    background-color: #1969db;
    color: white;
    float: right;
    margin-top: 2%;
}

.account .modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .account .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.account .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

@media screen and (max-width: 992px) {
    .account {
        display: block;
    }

    .account .page-title {
        font-size: 18px;
    }

    .account .info {
        margin: 15px 0;
    }

    .account .info .row {
        padding: 15px 0;
    }

    .account .topic-title {
        font-size: 13px;
    }

    .account .title {
        font-size: 12px;
    }

    .account .title + div {
        font-size: 12px;
    }

    .account .title + div p {
        font-size: 12px;
    }
}

#footer .social-links a.social i {
    color: white;
}

.profile-dropdown button {
    background: transparent;
    border: none;
}

.profile-dropdown .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.9);
    min-width: 100px;
    top: 80%;
}

.profile-dropdown .dropdown-menu > li > a:hover, .profile-dropdown .dropdown-menu > li > a:focus {
    background: transparent;
}

#contact_us_form .help-block {
    margin-left: 7%;
    color: red;
}

#admin_block {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15%;
}

.mobile_dropdown_profile {
    outline: none;
    border: none;
    background: none;
}

.submenu_mobile_dropdown {
    background: black;
    outline: none;
    border: none;
}

.submenu_mobile_dropdown li a{
    color: white;
}