.page-body {
    padding-left: 20px;
    padding-right: 20px;
}

.page-body .ng-scope {
    position: relative;
}

.avatar-image {
    width: 100%;
}

.account-data-container {
    margin-bottom: 15px;
    margin-left: 220px;
}

.marked-text {
    color: #23D5AE;
}

.btn-canvas {
    background-color: #FF4040;
    border-color: #FF4040;
    color: white;
}

.float-clear {
    clear: both;
}

.avatar-container {
    position: relative;
}

.account-data-container p {
    font-size: 20px;
    margin-bottom: 15px;
}

.account-data-container .text-subline {
    margin-bottom: 10px;
}

.account-data-container .form-control {
    margin-bottom: 20px;
}

.account-data-container .CanvasContainer {
    width: 100%;
}

.account-data-container #drawingCanvas {
    width: inherit;
    height: 300px;
}

.form-label-mobile {
    font-size: 14px;
    color: #868686;
    pointer-events: none;
}

.account-data-container #signature {
    width: inherit;
    height: 300px;
    margin-bottom: 20px;
}

.account-menu-container h4 {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.recommendation-form {
    height: 100%;
}

.recommendation-cycle .text-center {
    margin-bottom: 20px;
}

.recommendation-cycle:first-of-type .recommendation-form {
    background-color: #c6f6eb;
    border-color: #c6f6eb;
}

.recommendation-form h5 {
    float: left;
    margin-top: 0;
    margin-right: 20px;
    font-size: 20px;
}

.recommendation-form p {
    margin-top: 1px;
}

.recommendation-form .left {
    float: left;
}

.recommendation-form .right {
    float: right;
    font-size: 20px;
}

.recommendation-form .m-right-100 {
    margin-right: 100px;
}

.btn-small {
    padding: 0 10px;
}

.active-header-tab {
    color: #23d5ae;
}

.btn-group-vertical {
    display: block;
}

.btn-group-vertical > .btn {
    border-width: 0;
}

.btn-group-vertical > * {
    border-radius: 0 !important;
}

.btn-group-vertical > .btn-primary:focus,
.btn-group-vertical > .btn-primary.focus,
.btn-group-vertical > .btn-primary:hover,
.btn-group-vertical > .btn-primary:active,
.btn-group-vertical > .btn-primary.active {
    color: #fff;
    background-color: #3b61b9;
    border-color: #3b61b9;
}

h3 {
    margin-bottom: 15px;
}

h3 + * {
    margin-top: 0;
}

.recommendation-cycle:first-of-type .recommendation-form {
    background-color: white;
    border-color: transparent;
}

.dndDraggingSource {
    display: none;
}

.dndPlaceholder {
    height: 46px;
    background-color: #eee;
}

ul.no-dots {
    list-style: none;
    font-size: 24px;
    line-height: 28px;
    padding-left: 0;
}

ul.no-dots li {
    line-height: 36px;
    padding: 5px;
}

ul.no-dots li:not(:last-child) {
    border-bottom: 2px dashed #dcdcdc;
}

ul.no-dots li .manage {
    display: none;
}

ul.no-dots li:hover .manage {
    display: inline;
}

ul.no-dots li:hover {
    background: #f4f4f4;
}

span.queue {
    -webkit-animation: blink 1s linear infinite;
    animation: blink 1s linear infinite;
}

@-webkit-keyframes blink {
    0% {
        color: rgba(255, 0, 0, 1);
    }
    50% {
        color: rgba(255, 0, 0, 1);
    }
    100% {
        color: rgba(35, 213, 174, 1);
    }
}

@keyframes blink {
    0% {
        color: rgba(255, 0, 0, 1);
    }
    50% {
        color: rgba(255, 0, 0, 1);
    }
    100% {
        color: rgba(35, 213, 174, 1);
    }
}

.table.patient-info > thead > tr > th, .table.patient-info > thead > tr > td, .table.patient-info > tbody > tr > th, .table.patient-info > tbody > tr > td, .table.patient-info > tfoot > tr > th, .table.patient-info > tfoot > tr > td {
    padding: 4px;
    line-height: 1.6;
    vertical-align: top;
    border-top: none;
}

.table.my-patients > thead > tr > th, .table.my-patients > thead > tr > td, .table.my-patients > tbody > tr > th, .table.my-patients > tbody > tr > td, .table.my-patients > tfoot > tr > th, .table.my-patients > tfoot > tr > td {
    vertical-align: middle;
}

.btn.loading {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.avatar-button {
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.avatar-menu {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.avatar-menu > label {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    margin-bottom: 0;
}

.avatar-menu:focus > label,
.avatar-menu > label:hover {
    background-color: black;
}

ul.nav-justified {
    padding: 0;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
    list-style: none;
}

input[type=radio] {
    height: 24px;
    width: 16px;
    vertical-align: top;
}

label span.price {
    font-weight: bold;
    color: #4a4a4a;
    padding: 0 5px 0 2px;
}

.promo {
    padding: 0 0 15px;
    font-weight: 400;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #dcdcdc;
    color: #434445;
    background: white;
    margin-bottom: 30px !important;
    cursor: pointer;
}

.promo .promo-header {
    color: #f9f9f9;
    line-height: 1.625;
    padding: 10px 0;
}

.promo h4 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
}

.promo .features {
    margin: 0;
    padding: 20px 0 10px;
    list-style-type: none;
    display: table;
}

.promo .promo-footer {
    position: relative;
    padding-bottom: 10px;
}

.promo .promo-footer > a {
    font-size: 12px;
    color: #3DB8D7;
}

.promo-footer .cards {
    height: 20px;
}

.promo-footer .cards > img {
    height: 100%;
}

.promo .price-block {
    position: absolute;
    width: 100%;
    bottom: -24px;
}

.promo .price-button {
    color: white;
    font-weight: bold;
    padding: 8px 24px;
    border-radius: 2px;
    font-size: 18px;
}

.promo .price-button span:not(.price) {
    font-size: 75%;
}

.promo li {
    padding: 4px 28px;
    font-size: 13px;
}

.promo li > i {
    width: 20px;
    display: table-cell;
}

.promo li > div {
    display: table-cell;
}

.promo li > i.fa-check {
    color: #3DD790;
}

.promo li > i.fa-times {
    color: red;
}

.promo {
    transition: 0.2s;
}

.promo:hover {
    box-shadow: 0 2px 6px 1px rgba(125, 125, 125, 0.25);
    transform: scale(1.04);
    z-index: 1;
}

input[type=radio]:checked + label.promo {
    box-shadow: 0 2px 6px 1px rgba(125, 125, 125, 0.5);
    transition: 0.5s;
    transform: scale(1.08);
    z-index: 1;
}

label.promo span.price {
    color: white;
    padding: 0;
}

.no-border {
    border: none !important;
}

.count-service input {
    padding: 5px;
    line-height: 1;
    width: 50px;
    margin-left: 10px;
    border: none;
    border-bottom: 1px solid #dcdcdc;
    border-radius: 0;
    height: 26px;
}

.btn-group-small > .btn {
    padding: 2px 8px;
    line-height: 20px;
    font-size: 12px;
}

.content-wrapper {
    background: white;
    display: block;
    overflow: auto;
}

.content-wrapper label {
    font-size: 26px;
    font-family: "Oswald", sans-serif;
    line-height: 30px;
    margin-bottom: 20px;
    float: left;
    color: #868686;
    width: 100%;
}

.time-ranges-list {
    list-style: none;
    display: block;
    overflow: auto;
    padding-bottom: 10px;
    float: left;
    width: 100%;
    padding-left: 0;
}

.time-range-element {
    list-style: none;
    display: block;
    margin-bottom: 10px;
    overflow: auto;
}

.time-ranges-picker-dialog .ngdialog-content,
.patient-appointment-details-dialog .ngdialog-content {
    background: white !important;
    width: 550px !important;
}

.patient-appointment-doctors-dialog .ngdialog-content,
.patient-appointment-created-dialog .ngdialog-content {
    width: 300px !important;
    background: white !important;
}

.time-ranges-picker-dialog .angular-time-picker-rapper {
    display: inline-block;
}

.time-ranges-picker-dialog .btn-canvas {
    content: '\00D7';
    float: right;
}

.time-ranges-picker-dialog .ngdialog-close:focus,
.patient-appointment-details-dialog .ngdialog-close:focus,
.info-dialog .ngdialog-close:focus,
.patient-appointment-doctors-dialog .ngdialog-close:focus,
.patient-appointment-created-dialog .ngdialog-close:focus {
    outline: none;
}

.info-dialog .ngdialog-close:before {
    top: -5px !important;
}

.patient-appointment-details-dialog .text-java,
.patient-appointment-doctors-dialog .text-java,
.patient-appointment-created-dialog .text-java{
    color: #434445;
    font-weight: bold;
    line-height: 18px;

}

.patient-appointment-details-dialog span,
.patient-appointment-created-dialog span {
    font-size: 14px;
}

.patient-appointment-doctors-dialog span
{
    font-size: 16px;
}

.patient-appointment-doctors-dialog span:hover {

    color: #000000;
    cursor: pointer;
}

.trash-button {
    background: none;
    color: #FF4040;
    border: none;
    width: 30px;
    height: 30px;
    font-size: 23px;
    padding: 2px;
}

.trash-button:hover,
.trash-button:focus,
.trash-button:active,
.trash-button:active:hover,
.trash-button:active:focus {
    color: white;
    background: #FF4040;
    border: none;
}

.ngdialog-close {
    background: transparent;
    border: none;
}

.btn + .btn {
    margin-right: 10px;
}

.input-wrapper {
    position: relative;
    overflow: auto;
    display: block;
}

.input-wrapper input[type="text"] {

}

.input-group-wrapper {
    padding-left: 30px;
}

.calendar-row {
    margin-top: 10px;
}

.calendar-navigation {
    width: 70px;
    font-size: 14px;
}

.calendar-navigation button {
    color: #868686;
    cursor: pointer;
    font-family: 'Oswald', sans-serif;
    border: none;
    background: none;
}

.calendar-navigation button:hover {
    color: black;

}

.calendar-navigation button:focus {
    outline: none;
}

.calendar-navigation button[disabled="disabled"] {
    cursor: default;
}

.calendar-navigation button[disabled="disabled"],
.calendar-navigation button[disabled="disabled"]:hover {
    color: rgb(221, 221, 221);
}

.pull-right.calendar-navigation {
    text-align: right;
    margin-right: 10px;
}

.calendar-date-range-title {
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    line-height: 30px;
    margin-bottom: 20px;
    float: left;
    width: calc(100% - 150px);
    text-align: center;
    color: #868686;
}

@media (min-width: 450px) {
    .calendar-date-range-title {
        font-size: 26px;
        width: calc(100% - 210px);
    }

    .calendar-navigation {
        font-size: 18px;
        width: 100px;
    }

}

.appointment-table th,
.appointment-table td {
    border: none !important;
}

.appointment-table tr:first-child td {
    font-weight: normal;
}

.patient-online-text {
    color: #a0a6ad;
    padding-left: 7px;
    display: inline;
}

#popUpMsg-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

#popUpMsg {
    top: 10%;
    left: 50%;
    margin-left: -150px;
    width: 300px;
    padding: 10px 5px;
    background: white;
    border-radius: 5px;
    position: absolute;
}

#popUpMsg .close {
    background: black;
    color: white;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    cursor: pointer;
    top: 3px;
    right: 3px;
}

#popUpMsg .content {
    text-align: center;
    margin-bottom: 10px;
}

#popUpMsg button {
    display: block;
    margin: 0 auto;
    border-radius: 3px;
    border: 0;
    background: lightgray;
    padding: 5px 20px;
    cursor: pointer;
}

.pagination-doctors {
    border: none !important;
    width: 5% !important;
}

.pagination-doctors-content {
    border: none !important;
    width: 15% !important;
}

.search-button {
    height: 38px;
}

.calendar-font {
    padding: 2px 8px;
    margin: 10px;
}

.calendar-date {
    background: white;
    width: 100%;
    padding: 2px 1px;
    margin-top: 4px !important;
    height: 75px;
    vertical-align: top;
    display: inline-block;
}

.calendar-time-container {
    width: 100%;
    padding-bottom: 7px;
    display: inline-block;
}

.calendar-time {
    width: 100%;
    margin: 4px;
    height: 60px;
    display: inline-block;
    border-radius: 5px;
    padding: 10px;
    background: #fff;
    border: 1px solid #23D5AE;

}

.calendar-time-text {
    font-size: 14px;
    top: 10px;
    left: 10px;
    text-align: left;
    height: 40px;
    line-height: 38px;
    font-weight: 700;
    color: #313132;
    box-sizing: border-box;
    border-radius: 50%;
    z-index: 1;
}

.calendar-date-text {
    padding-top: 11px;
    color: #0a0a0a;
    text-align: center;
    font-size: 16px;
}

.form-search {
    width: 100%;
}

@media (min-width: 800px) {
    .calendar-time-container {
        width: 82%;
    }

    .calendar-time {
        width: 110px;
    }

    .calendar-date {
        width: 17%;
    }

    .calendar-date-text {
        text-align: left;
    }

    .form-search {
        width: auto;
    }
}

.calendar-time[disabled="disabled"] {
    border: 1px solid rgba(134, 134, 134, 0.27);
    background: #eee;
}

.calendar-time[disabled="disabled"] .calendar-time-text {
    color: rgba(134, 134, 134, 0.38)
}

.calendar-time:hover {
    background: rgba(35, 213, 174, 0.12);
    cursor: pointer;
}

.calendar-time[disabled="disabled"]:hover {
    background: #eee;
    cursor: default;
}

.calendar-cell.empty {
    height: 0 !important;
}

.calendar-day-title {
    display: block;
    width: 100%;
    text-align: center;
}

.resp-tab-content.tabs-group-default.resp-tab-content-active {
    display: block;
    padding: 10px;
}

.resp-accordion.tabs-group-default.resp-tab-active {
    background: none;
}

.calendar-date-title {
    display: block;
    width: 100%;
    text-align: center;
}

.calendar-variant-2 {
    width: 100%;
}

.calendar-variant-2 .fc-event-wrap.bg-carmine:hover,
.calendar-variant-2 .fc-event-wrap.bg-carmine:focus {
    background: rgba(185, 59, 59, 0.69);
    cursor: pointer;
}

.calendar-variant-2 .fc-event-wrap.bg-primary:hover,
.calendar-variant-2 .fc-event-wrap.bg-primary:focus {
    background: rgba(59, 97, 185, 0.69);
    cursor: pointer;
}

.calendar-variant-2 .fc-event-wrap.bg-java:hover,
.calendar-variant-2 .fc-event-wrap.bg-java:focus {
    background: rgba(59, 185, 148, 0.69);
    cursor: pointer;
}

.patient-appointment-details-dialog .row + .row {
    margin-top: 5px;
}

.pika-button:hover {
    background: rgba(59, 185, 148, 1) !important;
}

.is-selected .pika-button,
.is-endrange .pika-button {
    background: rgba(59, 97, 185, 1) !important;
}

.info-dialog .ngdialog-content h6 {
    padding: 40px;
    text-align: center;
}

.time-appointment-title {
    color: rgba(255, 255, 255, .4);
}

.btn-group .btn + .btn {
    margin-right: 0;
}

.list-scroll-button {
    display: inline-block;
    font-size: 22px;
    font-family: FontAwesome, sans-serif;
    float: left;
    width: 20px;
    padding-bottom: 20px;
    color: #3b61b9;

}

.list-scroll-button.left {
    text-align: left;
}

.list-scroll-button.right {
    text-align: right;
}

.list-scroll-button:hover {
    color: #434445;
    cursor: pointer;
}

.list-scroll {
    float: left;
    width: calc(100% - 60px);
    display: block;
    margin-left: 10px;
    margin-right: 10px !important;
}

.list-scroll-element {
    display: table-cell;
    color: #868686;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    padding-right: 15px;
    white-space: nowrap;
    padding-bottom: 20px;
}

.list-scroll-element:hover {
    color: #434445;
    cursor: pointer;
}

.scrollable .scrollable-bar-x .scrollable-slider {
    background: #23D5AE !important;
    height: 2px !important;
    border: none;
    margin-top: -1px;
}

.scrollable .scrollable-bar {
    border-bottom: 1px solid #e5e5e5;
}

.fa-circle .tariff-check {
    top: -46px;
    color: rgb(35, 213, 174);
    font-size: 20px;
}

.fc-event {
    position: absolute !important;
}

.fc-event-inner .time-appointment-title,
.fc-event-inner .text-bold {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}
.ui_thumb_x_button {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(29,32,34,.6);
    border-radius: 0 0 0 2px;
    padding: 5px;
    cursor: pointer;
    outline: none;
}
.icon-custom {
    display: inline-block;
    font-weight: 200;
    color: #aa0019;
    font-size: 15px;
    line-height: 15px;
    font-style: normal;
}
.page_media_x_wrap {
    margin: 7px 4px;
    cursor: pointer;
}
.inl_bl {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
}
.page_media_x{
    display: block;
    opacity: 0.6;
    filter: alpha(opacity=60);
    width: 9px;
    height: 9px;
    margin: 2px;
}
.sdi{
    display: inline-block;
    font-weight: 100;
    font-style: normal;
    font-family: "Material Design Icons";
    font-size: inherit;
    color: red;
    transform: translate(0, 0);
}

.registration-page .nav-pills > li > a {
    color: #3b61b9;
    background: transparent;
}
.registration-page .nav-pills{
    border-bottom: 1px solid #3b61b9;
}
.registration-page .nav-pills > li.active{
    background: #3b61b9;
}
.registration-page .nav-pills > li.active > span{
    color: white;
    position: relative;
    display: block;
    padding: 10px 18px;
}

.login.nav-pills{
    border-bottom: 1px solid #3b61b9;
}

.shell, .shell-wide {
    min-width: 0;
}

@media (max-width: 768px) {
    .nav > li > a {
        padding: 10px 12px;
    }

    #resend-verification-code{
         display: block;
         margin-top: 20px;
    }
}

section.main-section {
    background: url('../../build/images/main.jpg') no-repeat center center;
    background-size: cover;
    padding: 116px 0;
    margin-left: -20px;
    margin-right: -20px;
}
section.main-section button {
    margin: 80px 0 40px 0;
    background-color: #3B61B9;
    width: 213px;
    height: 60px;
    border-color: #3B61B9;
    box-shadow: 0 3px 2px 0 rgba(59, 97, 185, 0.41);
    font-size: 18px;
    font-family: Lato;
}
section.main-section button:hover, section.main-section button:active,
section.main-section button:focus, section.main-section button:visited {
    background-color: #294481 !important;
    border-color: #294481 !important;
    box-shadow: 0 3px 2px 0 rgba(41, 68, 129, 0.41);
}
/*.btn-java:active:hover {}*/
section.main-section .title {
    font-size: 48px;
    color: #fff;
    padding-bottom: 20px;
    font-family: Oswald;
    text-transform: uppercase;
}
section.main-section .desc {
    color: #fff;
    font-size: 14px;
    font-family: Lato;
}

section.section-two {
    padding: 80px 0;
    margin-left: -20px;
    margin-right: -20px;
}
section.section-two .main-title {
    font-size: 46px;
    color: #434445;
    font-family: Oswald;
}
section.section-two .line {
    width: 80px;
    height: 4px;
    background-color: #23D5AE;
    margin: 0 auto;
    margin-top: 35px;
    margin-bottom: 20px;
}
section.section-two .item {
    padding-top: 40px;
    min-height: 225px;
}
section.section-two .item img {
    width: 70px;
    pointer-events: none;
}
section.section-two .item .title {
    font-size: 18px;
    color: #434445;
    font-weight: bold;
    width: 70%;
    margin: 0 auto;
    padding: 10px 0 15px 0;
    font-family: Lato;
}
section.section-two .item .desc {
    margin: 0 auto;
    color: #868686;
    font-size: 14px;
    font-family: Lato;
}

section.section-three {
    background-color: #F1F3F9;
    margin-left: -20px;
    margin-right: -20px;
    padding: 80px 0;
    /*box-shadow: inset 0px 10px 10px -10px rgba(0,0,0,0.35), inset 0px -10px 10px -10px rgba(0,0,0,0.35);*/
}
section.section-three .main-title {
    color: #434445;
    font-size: 46px;
    font-family: Oswald;
}
section.section-three .line {
    width: 80px;
    height: 4px;
    background-color: #23D5AE;
    margin: 0 auto;
    margin-top: 35px;
    margin-bottom: 60px;
}
section.section-three .container .item {
    display: inline-block;
    padding-left: 100px;
}
section.section-three .container .item[data-name="step1"] {
    background: url('../../build/images/step1.png') no-repeat center center;
    background-size: 90px;
    background-position-x: 0;
    background-position-y: -12px;
    height: 90px;
}
section.section-three .container .item[data-name="step2"] {
    background: url('../../build/images/step2.png') no-repeat center center;
    background-size: 90px;
    background-position-x: 0;
    background-position-y: -12px;
    margin-top: 30px;
    height: 90px;
}
section.section-three .container .item[data-name="step3"] {
    background: url('../../build/images/step3.png') no-repeat center center;
    background-size: 90px;
    background-position-x: 0;
    background-position-y: -12px;
    margin-top: 30px;
    height: 90px;
}
section.section-three .container .item .title {
    color: #434445;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    font-family: Lato;
    text-transform: inherit;
}
section.section-three .container .item .desc {
    color: #868686;
    font-size: 14px;
    font-family: Lato;
}
section.section-three button {
    margin-top: 40px;
    width: 213px;
    height: 60px;
    background-color: #23D5AE;
    border-color: #23D5AE;
    box-shadow: 0 3px 2px 0 rgba(35, 213, 174, 0.41);
    font-size: 18px;
    font-family: Lato;
}
section.section-three button:hover, section.section-three button:active,
section.section-three button:focus{
    background-color: #3B61B9 !important;
    border-color: #3B61B9 !important;
    box-shadow: 0 3px 2px 0 rgba(59, 97, 185, 0.41);
}

section.section-four {
    margin-left: -20px;
    margin-right: -20px;
    padding: 80px 0;
}
section.section-four .main-title {
    color: #434445;
    font-size: 46px;
    font-family: Oswald;
}
section.section-four .line {
    width: 80px;
    height: 4px;
    background-color: #23D5AE;
    margin: 0 auto;
    margin-top: 35px;
    margin-bottom: 60px;
}
section.section-four .item {
    margin-top: 50px;
}
section.section-four .item.one {
    margin-top: 0;
}
section.section-four .item.two .desc {
    margin-bottom: 10px;
}
section.section-four .item .title {
    color: #434445;
    font-size: 18px;
    font-weight: bold;
    font-family: Lato;
    text-transform: none;
}
section.section-four .item .line {
    width: 100%;
    height: 1px;
    background-color: #F2F2F2;
    margin: 10px 0 15px 0;
}
section.section-four .item .line .line2 {
    background-color: #23D5AE;
    width: 64px;
    height: 1px;
}
section.section-four .item .desc {
    color: #868686;
    font-size: 14px;
    font-family: Lato;
}
section.section-four .item a {
    color: #23D5AE;
    text-transform: uppercase;
}
section.section-four .item a text {
    text-decoration: underline;
}
section.section-four .item a span {
    position: relative;
    bottom: 2px;
}
section.section-four button {
    margin-top: 40px;
    width: 315px;
    height: 60px;
    background-color: #23D5AE;
    border-color: #23D5AE;
    box-shadow: 0 3px 2px 0 rgba(35, 213, 174, 0.41);
    font-size: 18px;
    font-family: Lato;
}
section.section-four button:hover, section.section-four button:active,
section.section-four button:focus{
    background-color: #3B61B9 !important;
    border-color: #3B61B9 !important;
    box-shadow: 0 3px 2px 0 rgba(59, 97, 185, 0.41);
}

footer .list-inline a:hover {color: #fff;}

.upload-page label.ordinary-text {
    margin-top: 80px;
}

.upload-page label.ordinary-text .text1 {
    color: #434445;
    font-size: 18px;
}

.upload-page label.ordinary-text .text2 {
    color: #868686;
    font-size: 14px;
    margin-top: 10px;
}

.sorry-page .text {font-size: 18px;}
.sorry-page button {
    background-color: #23D5AE;
    width: 225px;
    height: 45px;
    font-size: 16px;
    margin: 30px 0 40px 0;
    box-shadow: 0 3px 2px 0 rgba(35, 213, 174, 0.41);
}
.sorry-page button:hover {
    background-color: #3B61B9 !important;
    border-color: #3B61B9 !important;
    box-shadow: 0 3px 2px 0 rgba(59, 97, 185, 0.41);
}

.page-404 {margin: 80px 0;}
.page-404 .title {font-size:181px;color:#434445;font-family: Oswald;}
.page-404 .error {margin-top: 50px;font-size: 22px;color:#868686;font-family:Oswald;text-transform: initial;}
.page-404 .desc {margin-top: 20px;font-size: 14px;color:#868686;font-family:Lato;text-transform: initial;}
.page-404 .link-homepage {margin-top: 20px;font-size: 16px;color:#23D5AE;font-family:Lato;}

@media screen and (max-width: 500px) {
    section.main-section {padding: 86px 0;}
    section.main-section .title {font-size: 28px;}
    section.main-section button {margin: 40px 0 20px 0;}
    section.section-two {padding: 60px 0;}
    section.section-three {padding: 60px 0;}
    section.section-four {padding: 60px 0;}
    section.section-two .line {margin-top: 25px;margin-bottom: 40px;}
    section.section-three .line {margin-top: 25px;margin-bottom: 40px;}
    section.section-four .line {margin-top: 25px;margin-bottom: 40px;}
    section.section-three .container .item .desc {text-align: justify;}
    section.section-four .item .desc {text-align: justify;}
    section.section-four button {width: 250px;height: 60px;padding: 7px;}
    .promo h4 {font-size: 11px;padding-top: 6px;}
    section.section-two .main-title {font-size: 26px;}
    section.section-three .main-title {font-size: 26px;}
    section.section-four .main-title {font-size: 26px;}
}