html {
    height: 100%;
    box-sizing: border-box;
}

body {
    font-size: 13px;
    position: relative;
    margin: 0;
    min-height: 100%;
    padding-right: 0 !important;
    background-color: #f9f9f9;
    color: #777;
    font-family: 'Open Sans', sans-serif;
}

.footer {
    color: #fff;
    font-size: 11px;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 22px 10px;
    height: 60px;
    overflow-x: hidden;
}

.wrapper {
    padding-top: 70px;
}

.main-topic {
    color: #000;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 400;    
    margin-top: 10px;
    margin-bottom: 10px;
}

.bold-font {
    font-weight: bold;
}

.sub-text {
    color: #777;
}

.common-btn {
    display: inline-block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 0;
    height: 50px;
    line-height: 50px;
    padding: 0 60px;
    font-size: 12px;
    font-weight: 700;
    color: #FFF;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 1px;
    -webkit-transition: box-shadow .2s ease,border .2s ease;
    transition: box-shadow .2s ease,border .2s ease;
}

.common-btn:hover,
.common-btn:focus {
    -webkit-box-shadow: 0 3px 15px 0 rgba(0,0,0,.25);
    box-shadow: 0 3px 15px 0 rgba(0,0,0,.25);
    color: #FFF;
    text-decoration: none;
}

.primary-btn {
    background: #2ECC71;
}

.btn-cyan {
    background-color: #44c1ec;
}

.btn-orange {
    background-color: #ffb269;
}

.cas-btn-default {
    color: #2ECC71!important;
    border-radius: 3px!important;
    font-size: 13px!important;
    border: 1px solid #2ECC71;
    background-color: transparent!important;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}

.cas-btn-default:focus,
.cas-btn-default:active,
.cas-btn-default:hover {
    color: #fff!important;;
    background-color: #2ECC71!important;
    border: 1px solid #2ECC71;
    -webkit-box-shadow: 0 3px 15px 0 rgba(0,0,0,.05);
    box-shadow: 0 3px 15px 0 rgba(0,0,0,.05);
}

a.link {
    color: #2ECC71;
}

.green-color {
    color: #2ECC71;
}

.cyan-color {
    color: #44c1ec;
}

.orange-color {
    color: #ffb269;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-right-20 {
    margin-right: 20px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.full-width {
    width: 100%;
}

.half-width {
    width: 50%;
}

.info-icon {
    color: #bbb;
    margin-left: 3px;
    font-size: 15px;
}

.info-icon i {
    vertical-align: middle;
}

.registration-back {
    background: #2ECC71;
    background: linear-gradient(to bottom right, #2ECC71 , #1dd1a1);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.registration-back__image {
    background-image: url("../images/register-background-image.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .5;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.registration-part.navbar-default {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    margin-bottom: 0;
}

.registration-part .navbar-nav>li {
    border-left: 0;
}

.registration-part .navbar-nav > li > a:hover,
.registration-part .navbar-nav > li > a:focus,
.registration-part .navbar-nav > li > a {
    color: #fff;
    padding-top: 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Open Sans',sans-serif;
    background-color: transparent;
}

.registration-part .navbar-nav>li:last-child {
    border-right: 0;
}

.registration-part .navbar-right {
    margin-top: 0;
}

.page-top-background {
    background-image: url(../images/page-top-back.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 200px;
}

.main-page {
    margin-top: -200px;
}

.main-page__topic .main-topic {
    color: #fff;
}

.main-page__topic img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.country-select {
    width: 100%;
}

.country-select-area .input-group-addon {
    padding: 0;
    border-radius: 0;
}

.country-select-area .input-group-addon .btn {
    background-color: transparent;
    border: 0;
    padding: 14px 12px;
}

.country-select__list {
    border: 1px solid #ccc;
    border-radius: 0;
    height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.country-select-area .country {
    padding: 0 8px;
    font-size: 8px;
    margin-right: 5px;
    background-image:url('../images/country-flags.png');
}

/*page css*/
.page-content {
    background-color: #fff;
    border: 1px solid #eeeeee;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    position: relative;
}

.page-content__header {
    padding: 10px 40px;
}

.page-content__header .logo {
    width: 200px;
    padding-top: 30px;
}

.page-content__body {
    padding: 0 40px 20px 40px;
}

.page-content__body .input-group-addon {
    border-radius: 0;
    font-size: 20px;
}

.page-content__body-section {
    padding: 10px 0;
}

.page-content__body .input-group {
    width: 100%;
    padding-bottom: 20px;
}

.card-content__body .input-group input,
.page-content__body .input-group input {
    min-height: 50px;
    border-radius: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.page-content__body .form-label {
    display: block;
    font-weight: 700;
    font-size: 11px;
    color: #434C5E;
    margin-bottom: 8px;
}

.page-content__select-content {
    padding: 20px;
    background: #f5f5f5;
    background: linear-gradient(to bottom right , #f5f5f5, #f9f9f9);
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.page-content__select-content ul {
    margin: 0;
    padding: 0;
}

.page-content__select-content li {
    display: inline-block;
    text-align: center;
    background-color: #fff;
    border: 2px solid #eee;
    width: 145px;
    height: 145px;
    margin: 3px;
    vertical-align: top;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.1s ease 0s;
    -moz-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
}

.page-content__select-content li img {
    margin-top: 35px;
    margin-bottom: 10px;
    -webkit-filter: grayscale(100%);
     filter: grayscale(100%);
     opacity: .5;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.page-content__select-content .item-name {
    font-size: 11px;
    text-transform: uppercase;
    display: block;
}

.page-content__select-content .item-select-icon {
    position: absolute;
    top: 20%;
    left: 40%;
    font-size: 35px;
    opacity: 0;
    color: #fff;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.page-content__select-content .item-description {
    text-align: left;
    padding: 5px;
}

.page-content__select-content li.active,
.page-content__select-content li:hover {
    border: 2px solid #2ECC71;
    background: #2ECC71;
    background: linear-gradient(to bottom right, #2ECC71 , #1dd1a1);
    color: #fff;
}

.page-content__select-content li.active img,
.page-content__select-content li:hover img,
.page-content__select-content--brands li.active img,
.page-content__select-content--brands li:hover img {
    opacity: 0;
}

.page-content__select-content li.active .item-select-icon,
.page-content__select-content li:hover .item-select-icon {
    opacity: 1;
    top: 30%;
}

.page-content__select-content--brands li img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
    width: 100px;
    margin-top: 45px;
    margin-bottom: 20px;
}

.page-content__select-content--long li {
    width: 300px;
    height: 100px;
}

.page-content__select-content--long .item-select-icon {
    left: 10%;
}

.page-content__select-content--long li.active .item-select-icon,
.page-content__select-content--long li:hover .item-select-icon {
    top: 25%;
}

.page-content__select-content--long li img {
    float: left;
    margin: 15px;
}

.page-content .checkbox-with-text {
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 5px;
}

.page-content__checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin: 10px 0 0 3px;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.page-content__checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.page-content__checkbox-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    margin-top: -2px;
    background-color: #fff;
    border: 2px solid #eee;
}

.page-content__checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}

.page-content__checkbox-container input:checked ~ .checkmark {
    background-color: #2ecc71;
}

.page-content__checkbox-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.page-content__checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

.page-content__checkbox-container .checkmark:after {
    left: 9px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.page-content__footer {
    padding: 0 0 20px 0;
}

.page-content__footer-btn-area {
    text-align: right;
}

.page-content__footer-txt-area {
    text-align: left;
}

.page-content__footer-bottom-area {
    background-color: #f9f9f9;
    padding: 20px 0 25px 0;
    border-top: 1px solid #f5f5f5;
}

.social-account-login {
    text-align: left;
}

.social-account-login ul {
    padding: 0;
}

.social-account-login ul li {
    display: inline-block;
    list-style: none;
}

.social-account-login__link {
    padding: 10px 10px;
    color: #fff;
    margin: 0 5px 0 0;
    text-align: center;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    cursor: pointer;
    -webkit-transition: box-shadow .2s ease,border .2s ease;
    transition: box-shadow .2s ease,border .2s ease;
    border: 0;
}

.social-account-login__link.facebook {
    background-color: #3b5998;
}

.social-account-login__link.twitter {
    background-color: #1da1f2;
}

.social-account-login__link i {
    font-size: 15px;
    width: 20px;
}

.social-account-login__link:hover {
    box-shadow: 0 3px 15px 0 rgba(0,0,0,.25);
    color: #FFF;
}

.create-account-link {
    text-align: right;
}

.input-group .page-message {
    position: absolute;
    bottom: -8px;
    right: 0;
    z-index: 10;
}

.page-message {
    background-color: #555;
    padding: 3px 8px;
    color: #fff;
    margin-top: 15px;
    font-size: 12px;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

.page-message.error {
    border-top: 2px solid #f44336;
}

.green-theme-back {
    background: #2ECC71;
    background: linear-gradient(to bottom right, #85f6b5 , #1dd1a1);
}

.orange-theme-back {
    background: #feca57;
    background: linear-gradient(to bottom right, #ffb267, #f79a92);
}

.purple-theme-back {
    background: #9d80f6;
    background: linear-gradient(to bottom right, #f289ee, #9d80f6);
}

.cyan-theme-back {
    background: #feca57;
    background: linear-gradient(to bottom right, #3ce7de, #4aa5f5);
}

.option-card {
    border: 1px solid #eee;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
}

.option-card__header {
    padding: 20px;
    text-align: center;
    color: #fff;
    min-height: 160px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
}

.option-card__header .main-topic {
    color: #fff;
}

.option-card__header img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    margin: 10px 0;
}

.option-card__body {
    text-align: center;
    padding: 20px 30px;
    background-color: #fff;
    min-height: 150px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.option-card__body .sub-text {
    line-height: 1.7;
}

.option-card__footer {
    padding: 0 20px 20px 20px;
    text-align: center;
}

.option-card__footer .common-btn {
    width: 100%;
}

.option-card__footer-detail-area {
    height: 40px;
    margin-bottom: 15px;
    font-size: 11px;
}

.option-card__footer-one-line-text {
    padding-top: 10px;
    font-size: 18px;
}

.option-card__footer-detail-area--currency {
    font-size: 18px;
}

.modal-dialog.medium-modal {
    width: 700px;
}

.modal-content {
    border-radius: 6px;
    border-color: transparent;
}

.modal-header {
    border: 0;
    text-align: center;
}

.modal-body {
    padding: 15px 30px;
}

.modal-body .option-card {
    margin-top: -175px;
    border: 0;
}

.modal-body .option-card__body {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.modal-body .option-card__footer {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.modal-with-background .modal-header {
    height: 255px;
}

.modal-with-background .modal-header .main-topic {
    color: #fff;
}

.modal-header__with-illustration--green {
    background: #2ECC71;
    background-image: url("../images/modal-header-back-green.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
}

.modal button.close {
    padding: 5px 10px;
    background: #ffffff;
    position: absolute;
    right: 12px;
    border-radius: 100%;
}

/*Loader*/
.page-loader {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    top: 0;
    z-index: 100;
}

.lds-ring {
     display: inline-block;
     position: absolute;
     width: 64px;
     height: 64px;
     top: 50%;
     left: 45%;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 51px;
    height: 51px;
    margin: 6px;
    border: 6px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #26cf88 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width:769px) {
    .page-content__footer {
        text-align: center;
    }

    .social-account-login {
        text-align: center;
        margin-bottom: 30px;
    }

    .create-account-link {
        text-align: center;
        margin-top: 20px;
    }

    .page-content__footer-bottom-area {
        padding-bottom: 20px;
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
    .registration-part .navbar-nav > li > a:hover,
    .registration-part .navbar-nav > li > a:focus,
    .registration-part .navbar-nav > li > a {
        padding: 10px 20px;
    }

    .lds-ring {
        left: 42%;
    }

    .navbar-toggle {
        margin-top: 18px;
    }

    .no-padding-left {
        padding-left: 15px !important;
    }

    .no-padding-right {
        padding-right: 15px !important;
    }

    .page-content__header {
        padding: 20px 20px 0 20px;
    }

    .page-content__header .main-topic {
        margin-top: 0;
    }

    .page-content__body,
    .page-content__footer {
       padding: 20px;
    }

    .page-content__footer-btn-area,
    .page-content__footer-txt-area {
        text-align: center;
    }

    .page-content__select-content ul {
        text-align: center;
    }

    .page-content__select-content--long li {
        width: auto;
        height: auto;
    }

    .page-content__footer .common-btn {
        width: 100%;
    }

    .modal-dialog.medium-modal {
        width: auto;
    }

    .modal-body .option-card {
        margin-top: 0;
    }

    .modal-with-background .modal-body {
        margin-top: -175px;
    }
}

.login-form-container {
    width: 600px;
    max-width: 95%;
    margin: 0 auto;
}

.iti {
    width: 100%;
}