body {
    font-family: 'Open Sans', sans-serif;
    position: relative;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

/* FF 4-18 */
input:focus::-moz-placeholder {
    color: transparent;
}

/* FF 19+ */
input:focus:-ms-input-placeholder {
    color: transparent;
}

/* IE 10+ */

-webkit-input-placeholder {
    font-family: 'Open Sans', sans-serif;
}

-moz-placeholder {
    font-family: 'Open Sans', sans-serif;
}

/* FF 4-18 */
-moz-placeholder {
    font-family: 'Open Sans', sans-serif;
}

/* FF 19+ */
-ms-input-placeholder {
    font-family: 'Open Sans', sans-serif;
}

/* IE 10+ */

/* 3. NavBar
*********************************************/

.appsLand-navbar {
    background: rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    z-index: 99;
}

.appsLand-navbar .navbar-brand {
    padding: 0;
}

.appsLand-navbar .navbar-brand img,
.app-links ul li a img {
    height: 60px;
    margin: 6px 0px;
}

.appsLand-navbar .navbar-nav > li {
    padding: 0 13px;
    color: #FFF;
}

.appsLand-navbar .navbar-nav > li > a,
.appsLand-navbar .navbar-nav > li > span {
    padding: 26px 0;
    color: inherit;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
}

.appsLand-navbar .navbar-nav > li > a:before,
.appsLand-navbar .navbar-nav > li > span:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 10px;
    width: 100%;
    -webkit-transition: bottom 0.25s ease-in-out 0s;
    -moz-transition: bottom 0.25s ease-in-out 0s;
    -o-transition: bottom 0.25s ease-in-out 0s;
    transition: bottom 0.25s ease-in-out 0s;
    -webkit-transition: bottom 0.25s ease-in-out, opacity 0.25s ease-in-out;
    -moz-transition: bottom 0.25s ease-in-out, opacity 0.25s ease-in-out;
    -ms-transition: bottom 0.25s ease-in-out, opacity 0.25s ease-in-out;
    -o-transition: bottom 0.25s ease-in-out, opacity 0.25s ease-in-out;
    transition: bottom 0.25s ease-in-out, opacity 0.25s ease-in-out;
    opacity: 0;
}

.appsLand-navbar .navbar-nav > li > a:focus,
.appsLand-navbar .navbar-nav > li > span:focus {
    color: inherit;
}

.appsLand-navbar .navbar-nav > li > a:hover,
.appsLand-navbar .navbar-nav > li > span:hover {
    color: inherit;
}

.appsLand-navbar .navbar-nav > li > a:hover:before,
.appsLand-navbar .navbar-nav > li > span:hover:before {
    bottom: 15px;
    opacity: 1;
}

.appsLand-navbar .navbar-nav > li.active > a,
.appsLand-navbar .navbar-nav > li.active > span {
    background: none;
    color: inherit;
}

.appsLand-navbar .navbar-nav > li.active > a:focus,
.appsLand-navbar .navbar-nav > li.active > a:hover,
.appsLand-navbar .navbar-nav > li.active > span:focus,
.appsLand-navbar .navbar-nav > li.active > span:hover {
    color: inherit;
}

.appsLand-navbar .navbar-nav > li.active > a:before,
.appsLand-navbar .navbar-nav > li.active > span:before {
    bottom: 15px;
    opacity: 1;
}

.appsLand-navbar.active-navbar {
    width: 100%;
    z-index: 999;
    background: #FFF;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 0 1px 4px rgba(2, 3, 3, 0.15);
}

.appsLand-navbar.active-navbar .navbar-nav > li {
    color: #333;
}

.appsLand-navbar .dropdown.open .dropdown-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.appsLand-navbar .dropdown-menu {
    -webkit-transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
    display: block;
    border: 0;
    min-width: 200px;
    padding: 0;
    top: 110%;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.appsLand-navbar .dropdown-menu li:last-child a {
    border-radius: 0 0 5px 5px;
    border-bottom: 0;
}

.appsLand-navbar .dropdown-menu a {
    padding: 10px 0 10px 15px;
    border-bottom: 1px solid #EEE;
}

.appsLand-navbar .dropdown-menu .subMenu {
    line-height: 8px;
    font-size: 8px;
}

.appsLand-navbar .dropdown-menu:before {
    content: '';
    position: absolute;
    display: inline-block;
    border: 10px solid transparent;
    border-bottom-color: #FFF;
    top: -20px;
    right: 20px;
}

.appsLand-navbar .dropdown-menu > li > a {
    -webkit-transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
}

.appsLand-navbar .dropdown-menu > li > a:hover,
.appsLand-navbar .dropdown-menu > li > a:focus {
    background: #EEE;
}

.appsLand-navbar .menu-toggle {
    cursor: pointer;
    padding: 8px;
    display: none;
    margin: 5px 0;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    float: right;
    z-index: 2;
    position: relative;
}

.appsLand-navbar .menu-toggle .chart {
    display: block;
    width: 35px;
    height: 4px;
    background-color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.appsLand-navbar .menu-toggle .chart:nth-child(2) {
    margin: 6px 0;
}

.appsLand-navbar.mobile-menu-active .navbar-nav > li > a,
.appsLand-navbar.mobile-menu-active .navbar-nav > li > span {
    color: #333 !important;
}

.appsLand-navbar.mobile-menu-active .menu-toggle .chart:nth-child(2) {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.appsLand-navbar.mobile-menu-active .menu-toggle .chart:first-child {
    -webkit-transform: translateY(10px) rotate(45deg);
    -moz-transform: translateY(10px) rotate(45deg);
    -ms-transform: translateY(10px) rotate(45deg);
    -o-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
}

.appsLand-navbar.mobile-menu-active .menu-toggle .chart:last-child {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
}

.appsLand-navbar .mobile-dropdown-menu > span {
    position: relative;
}

.appsLand-navbar .mobile-dropdown-menu > span:after {
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    z-index: 3;
    top: 20px;
    right: 20px;
    color: inherit;
}

.appsLand-navbar .mobile-dropdown-menu span[aria-expanded="true"]:after {
    content: "\f106";
    color: inherit;
}

.appsLand-navbar .mobile-dropdown-menu span[aria-expanded="true"] {
    background: #f9f9f9;
}

.appsLand-navbar .mobile-dropdown-menu .collapse.in,
.appsLand-navbar .mobile-dropdown-menu .collapsing {
    background: #f9f9f9;
}

.appsLand-navbar .mobile-dropdown-menu a {
    font-weight: 600;
    letter-spacing: 0.7px;
    display: block;
    padding: 15px 45px;
    text-decoration: none;
    color: #777 !important;
    border-top: 1px solid #EEE;
    font-size: 13px;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
}

.appsLand-navbar .mobile-dropdown-menu a:hover {
    color: #333 !important;
}

.appsLand-navbar.navBar__style-2.active-navbar {
    width: 100%;
    z-index: 999;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 0px 25px rgba(2, 3, 3, 0.3);
}

.gradient-bg-rgba,
.appsLand-navbar.navBar__style-2.active-navbar,
.team__style-2 .team-member .member-info {
    background: rgba(21, 83, 156, 0.75);
    background: -webkit-linear-gradient(-45deg, rgba(3, 171, 244, 0.75) 0%, rgba(21, 83, 156, 0.75) 100%);
    background: -o-linear-gradient(-45deg, rgba(3, 171, 244, 0.75) 0%, rgba(21, 83, 156, 0.75) 100%);
    background: -moz-linear-gradient(-45deg, rgba(3, 171, 244, 0.75) 0%, rgba(21, 83, 156, 0.75) 100%);
    background: linear-gradient(-45deg, rgba(3, 171, 244, 0.75) 0%, rgba(21, 83, 156, 0.75) 100%);
    color: #FFF;
}

.appsLand-navbar.navBar__style-2.active-navbar .navbar-nav > li > a,
.appsLand-navbar.navBar__style-2.active-navbar .navbar-nav > li > span {
    color: #FFF;
}

.appsLand-navbar.navBar__style-2.active-navbar .navbar-nav > li > a:before,
.appsLand-navbar.navBar__style-2.active-navbar .navbar-nav > li > span:before {
    border-color: #FFF;
}

.appsLand-navbar.navBar__style-2.active-navbar .navbar-nav > li > a:hover,
.appsLand-navbar.navBar__style-2.active-navbar .navbar-nav > li > span:hover {
    color: #FFF;
}

.appsLand-navbar.navBar__style-2.active-navbar .navbar-nav > li.active > a,
.appsLand-navbar.navBar__style-2.active-navbar .navbar-nav > li.active > span {
    color: #FFF;
}

.appsLand-navbar.navBar__style-2.active-navbar .navbar-nav > li.active > a:hover,
.appsLand-navbar.navBar__style-2.active-navbar .navbar-nav > li.active > span:hover {
    color: #FFF;
}

.appsLand-navbar.navBar__style-2.active-navbar .menu-toggle .chart {
    background: #FFF;
}

/* 4. Header
*********************************************/
header.appsLand-header {
    background: url(../img/ho-chi-minh.jpg) top center no-repeat;
    background-size: cover;
    color: #FFFFFF;
    position: relative;
    z-index: 3;
    overflow: hidden;
}

header.appsLand-header .app-overlay {
    padding-top: 240px;
    padding-bottom: 150px;
    position: relative;
    z-index: 2;
}

.app-overlay {
    background: #03a9f4;
    background: -webkit-linear-gradient(-45deg, rgba(21,83,156,0.95) 0%, rgba(3,169,244,0.95) 100%);
    background: -o-linear-gradient(-45deg, rgba(21,83,156,0.95) 0%, rgba(3,169,244,0.95) 100%);
    background: -moz-linear-gradient(-45deg, rgba(21,83,156,0.95) 0%, rgba(3,169,244,0.95) 100%);
    background: linear-gradient(-45deg, rgba(21,83,156,0.95) 0%, rgba(3,169,244,0.95) 100%);
    
}

header.appsLand-header .header-content .site-intro-content h1 {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 3rem;
    text-shadow: 1px 1px 4px rgba(2, 3, 3, 0.25);
    margin-top: 0;
    margin-bottom: 20px;
}

.entry-main {
    position: relative;
    z-index: 2;
    background: #fff;
}

.entry-main > section,
.entry-main > div {
    padding: 100px 0;
    overflow: hidden;
}

.form-control {
    border-right: none;
    border-left: none;
    border-top: none;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0;
}

/* BUTTONS */
.champ-btn {
    font-size: 14px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    font-weight: 700;
    box-shadow: 0 1px 5px rgba(2, 3, 3, 0.15);
    letter-spacing: 0.7px;
    border: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    padding: 15px 30px;
    color: #fff;
}

.champ-btn.btn.btn-green {
    background: #84C45A;
}

.champ-btn.btn.btn-inverse,
.champ-btn.btn {
    background: #fff;
    margin-bottom: 20px;
    margin-top: 15px;
    margin-right: 15px;
    margin-left: 15px;
}

.champ-btn.btn.btn-inverse:before {
    opacity: 0;
}

.champ-btn.btn.btn-green:before {
    opacity: 0;
}


.champ-btn.btn:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    background: #03a9f4;
    background: -webkit-linear-gradient(-45deg, #15539c 0%, #03a9f4 100%);
    background: -o-linear-gradient(-45deg, #15539c 0%, #03a9f4 100%);
    background: -moz-linear-gradient(-45deg, #15539c 0%, #03a9f4 100%);
    background: linear-gradient(-45deg, #15539c 0%, #03a9f4 100%);
    color: #FFF;
}

.champ-btn.btn.btn-inverse span,
.champ-btn.btn:hover span {
    background: #03a9f4;
    background: -webkit-linear-gradient(-45deg, #15539c 0%, #03a9f4 100%);
    background: -o-linear-gradient(-45deg, #15539c 0%, #03a9f4 100%);
    background: -moz-linear-gradient(-45deg, #15539c 0%, #03a9f4 100%);
    background: linear-gradient(-45deg, #15539c 0%, #03a9f4 100%);
    -webkit-background-clip: text;
    color: transparent;
}

.champ-btn.btn span {
    position: relative;
    z-index: 2;
}

.champ-btn.btn.btn-inverse:hover,
.champ-btn.btn:hover {
    background: transparent;
}

.champ-btn:hover {
    box-shadow: 0 3px 25px rgba(2, 3, 3, 0.25);
}

.champ-btn:hover,
.champ-btn:focus,
.champ-btn:active {
    text-decoration: none;
    outline: none;
}

.champ-btn.btn:hover:before {
    opacity: 0;
}

.champ-btn.btn.btn-inverse:hover:before {
    opacity: 1;
}

.champ-btn.btn.btn-inverse:hover span {
    color: #FFF;
    background: transparent;
}

.section-title {
    text-align: center;
    margin-bottom: 50px;
}

.section-title h2 {
    margin: 0;
    font-weight: 300;
    font-size: 45px;
    display: inline-block;
    padding-bottom: 5px;
}

.section-title.style-gradient h2 {
    background: #03a9f4;
    background: -webkit-linear-gradient(-45deg, #15539c 0%, #03a9f4 100%);
    background: -o-linear-gradient(-45deg, #15539c 0%, #03a9f4 100%);
    background: -moz-linear-gradient(-45deg, #15539c 0%, #03a9f4 100%);
    background: linear-gradient(-45deg, #15539c 0%, #03a9f4 100%);
    -webkit-background-clip: text;
    color: transparent;
}

.section-title.style-gradient > span {
    display: block;
    font-size: 0;
    margin-top: 20px;
}

.section-title.style-gradient > span:before {
    background: #03a9f4;
    background: -webkit-linear-gradient(-45deg, #03a9f4 0%, rgba(21, 83, 156, 0.3) 100%);
    background: -o-linear-gradient(-45deg, #03a9f4 0%, rgba(21, 83, 156, 0.3) 100%);
    background: -moz-linear-gradient(-45deg, #03a9f4 0%, rgba(21, 83, 156, 0.3) 100%);
    background: linear-gradient(-45deg, #03a9f4 0%, rgba(21, 83, 156, 0.3) 100%);
}

.section-title.style-gradient > span:before,
.section-title.style-gradient > span:after {
    content: '';
    display: inline-block;
    height: 2px;
    width: 50px;
    vertical-align: middle;
}

.section-title.style-gradient > span > span {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 2px solid;
    border-image: 1 linear-gradient(0deg, #15539c 0%, #03a9f4 100%);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: 0 20px;
    vertical-align: middle;
}

.section-title.style-gradient > span:after {
    background: #15539c;
    background: -webkit-linear-gradient(-45deg, rgba(3, 171, 244, 0.3) 0%, #15539c 100%);
    background: -o-linear-gradient(-45deg, rgba(3, 171, 244, 0.3) 0%, #15539c 100%);
    background: -moz-linear-gradient(-45deg, rgba(3, 171, 244, 0.3) 0%, #15539c 100%);
    background: linear-gradient(-45deg, rgba(3, 171, 244, 0.3) 0%, #15539c 100%);
}

select:not([multiple]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
    padding: 0.375rem 0.75rem;
    padding-right: 1.5em
}

.custom-file-input ~ .custom-file-label::after {
    content: "\f574";
    font-family: 'Font Awesome\ 5 Free' !important;
    font-weight: 700;
}

.dateclass {
    width: 100%;
}

.dateclass.placeholderclass::before {
    width: 100%;
    content: attr(placeholder);
    background-color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
}

.dateclass.placeholderclass:hover::before {
    width: 0%;
    content: "";
}

input[type="date"]::-webkit-calendar-picker-indicator {
    color: rgba(0, 0, 0, 0);
    opacity: 1;
    display: block;
    background: url(../img/calendar.svg) no-repeat;
    width: 15px;
    height: 15px;
}

.form-group small {
    font-size: 11px;
}

.tab {
    display: none;
}

#steps {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-bottom: 80px;
    justify-content: center;
}

.step:before {
    content: '';
    height: 2px;
    width: 150px;
    vertical-align: middle;
    position: relative;
    z-index: -1;
    background: #E7E7E7;
    display: inline-block;
}


.step span {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #E7E7E7;
    background-color: #fff;
    color: #e7e7e7;
    font-size: 24px;
    font-weight: 600;
    vertical-align: middle;
    padding: 5px;
}

.step.active:before,
.step.finish:before {
    background: #84C45A;
}

/* Mark the active step: */
.step.active span {
    border: 2px solid #84C45A;
    color: #84C45A;
}

.step.finish span {
    background-color: #84C45A;
    border: none;
    color: #fff;
}

#visa-required,
#visa-not-required {
    display: none;
    margin-top: 50px;
}

.requirments {
    text-align: center;
}

.requirments span {
    border: 1px solid #2DA4DD;
    border-radius: 50%;
    display: inline-block;
    width: 120px;
    height: 120px;
    padding: 25px;
}

.requirments p {
    font-size: 14px;
    margin-top: 15px;
}

#wifeTraveling,
#allergies,
#medical {
    display: none;
}

.btn-logout {
    color: #fff;
    font-size: 24px;
    border: 1px solid #fff;
    padding: 10px 16px;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.btn-logout:hover {
    background: #fff;
    color: #2DA4DD;
}
input[type="radio"], input[type="checkbox"] {
    -webkit-appearance: none;
    outline: none;
}
footer {
    padding-bottom: 80px;
}
.footer-bottom {
    background: #25282a;
    padding: 25px 0;
}
.footer-bottom p {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 13px;
    text-align: center;
}

@media (max-width: 767px) {

    .appsLand-navbar .navbar-brand img,
    .app-links ul li a img {
        height: 35px;
        margin: 6px 0px;
    }
    .navbar {
        padding: 10px 0;
    }
    .navbar .container {
        display: block;
    }
    .navbar-header, .app-links {
        display: inline-block;
    }
    .btn-logout {
        position: absolute;
        top: 10px;
        right: 10px;
        padding: 5px 12px;
    }
    .step:before  {
        width: 70px;
    }
    .step span {
        width: 40px;
        height: 40px;
        padding: 0;
        position: absolute;
        margin-top: -5px;
        margin-left: -40px;
    }
    .champ-btn {
        padding: 10px 20px; 
    }
    .table th, .table td {
        font-size: 14px;
        width: 50%;
    }
    header.appsLand-header .header-content .site-intro-content h1 {
        font-size: 36px;
    }
    .lead {
        font-size: 16px;
    }
    .champ-btn.btn.btn-inverse, .champ-btn.btn {
        font-size: 13px;
    }
    .entry-main > section, .entry-main > div {
        padding: 50px 0;
    }
}
