#header{
    -webkit-box-shadow: 0 0 8px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.15);
    box-shadow: 0 0 8px rgb(0 0 0 / 15%);
}
.book-now{
	background-color: #ffde59;
	color: #000;
}
.details-info-banner .book-now{
    padding: 15px 35px;
    margin-bottom: 20px;
}
.details-info-banner .instructor-availability{
    padding: 15px 38px;
}
.bg-color, .bg-color #header-wrap, .h-bg-color:hover, .process-steps li.active a, .process-steps li.ui-tabs-active a, .sidenav > .ui-tabs-active > a, .sidenav > .ui-tabs-active > a:hover, .owl-carousel .owl-nav [class*="owl-"]:hover, .widget-filter-links li.active-filter span, .page-item.active .page-link, .page-link:hover, .page-link:focus {
    background-color: #ffde59 !important;
}
.bg-alt, .h-bg-alt:hover, .page-item:not(.disabled):hover .page-link, .page-item.active .page-link {
    background-color: #2F2E41 !important;
    border-color: #2F2E41 !important;
}
.bg-color-green{
	background: #34AB6B !important;
}
.pricing-box {
    border-color: rgba(17, 18, 18, .1);
    text-align: left;
    padding: 20px;
    background-color: #FFF;
    box-shadow: none;
    margin-right: -1px;
}
.pricing-title {
	padding: 0;
	background-color: transparent;
	border-bottom: 0;
}

.pricing-title h3 {
	margin: 0;
	font-size: 21px;
	letter-spacing: 0;
	color: #555;
	text-transform: none;
}

/* Pricing Boxes - Price
-----------------------------------------------------------------*/
.pricing-price {
	position: relative;
	font-weight: 500;
}

.pricing-price::after { content: none; }

.pricing-price span.price-tenure {
	display: inline;
	font-weight: normal;
	color: #AAA;
	text-transform: lowercase;
}

/* Pricing Boxes - Features
-----------------------------------------------------------------*/
.pricing-features {
	padding: 0 0 1.25rem 0;
}

.pricing-features li {
	padding: 4px 0;
	font-size: 14px;
}

.pricing-features li i {
	position: relative;
	top: 2px;
	font-size: var(--basefontsize, 16px);
}


/* Pricing Boxes - Action
-----------------------------------------------------------------*/
.pricing-action {
	padding: 0;
	text-align: center;
}

/*.nott.ls0{
	font-size: 25px; 
}*/

/* Testimonials Carousel
-----------------------------------------------------------------*/
.testimonials-carousel .owl-stage { padding-top: 40px }

.testimonials-carousel .owl-item {
	opacity: .6;
	transition: transform .3s ease;
	transform: scale(0.8);
}

.testimonials-carousel .owl-item.active.center {
	opacity: 1;
	transform: scale(1);
}

.testimonial {
	/*! /*! border: 0; */ */
	box-shadow: 0 0 35px rgba(140, 152, 164, 0.2);
	border-radius: 0.25rem;
	padding: 25px;
}

.testi-image {
	float: none;
	margin: -55px auto 0;
	margin-bottom: 20px;
}

.testi-content p {
	text-align: center;
	font-style: normal;
	font-family: var(--fontfamily,'Poppins', sans-serif);
	font-size: var(--basefontsize, 16px);
}

.testi-meta {
	text-align: center;
	margin-top: 20px;
}

#footer.dark {
    color: rgba(255,255,255,0.4);
    background-color: #282828;
    border-top-color: rgba(255,255,255,0.15);
}
.dark #copyrights, #copyrights.dark {
    color: rgba(255,255,255,0.4);
    background-color: rgba(0,0,0,0.2);
}
.dark, .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
    color: #EEE;
}
.dark .copyright-links a {
    color: rgba(255,255,255,0.4);
    border-bottom-color: rgba(255,255,255,0.65);
}
.embed-responsive-1by1::before {
    padding-top: 0 !important;
}

.select2-container .select2-selection--single{
	height: 48px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 48px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 48px !important;
}

/*Hours*/

.hours-holder .hours-holder-title {
    padding: 7px 10px;
    background: #f5f5f5;
    border: 1px solid #dfdfdf;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
}
.hours-holder .hours-holder-title .title {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.03em;
    float: left;
}
.hours-holder .hours-holder-title .btn-add {
    float: right;
    border: 1px solid #008000;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 10px;
    letter-spacing: 0.05em;
    background: #bef4be;
    color: #008000;
    border-radius: 3px;
}
.hours-holder .hours-holder-data {
    padding: 15px;
    border: 1px solid #dfdfdf;
}
.hours-holder .hours-holder-data .hours-holder-box {
    overflow: hidden;
    margin-bottom: 10px;
}
.hours-holder .hours-holder-data .hours-holder-box:last-child {
    margin-bottom: 0;
}
.hours-holder .hours-holder-box .holder-textbox {
    height: 30px;
    width: calc(50% - 30px);
}
.hours-holder .hours-holder-box .holder-titlebox {
    width: calc(100% - 30px);
    margin-bottom: 5px;
}
.hours-holder .hours-holder-box > div {
    float: left;
}
.hours-holder .hours-holder-box .holder-textbox input {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #dfdfdf;
    padding: 5px;
}
.hours-holder .hours-holder-box .holder-emptybox {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.hours-holder .holiday-hours-holder .hours-holder-title {
    background: transparent;
    padding: 0;
    border: none;
}

.hours-holder .holiday-hours-holder .hours-holder-data {
    border: none;
    padding: 15px 0;
}
.hours-holder .hours-holder-box .holder-titlebox input {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #dfdfdf;
    padding: 5px;
}

.disable, .disabled {
    opacity: 0.5;
    cursor: not-allowed !important;
}
.holder-actions {
    padding: 1.2rem 0 0;
    position: relative;
    text-align: right;
}
.holder-actions .btn {
    max-width: 200px;
    background: #f7f7f7;
    color: #424242;
    border-color: rgb(235, 237, 242);
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 9px 15px;
    border-radius: 40px;
	line-height: 22px;
	border: 1px solid #34AB6B;
	width: 100%;
}
.holder-actions .btn {
    color: #424242;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.holder-actions .btn:hover {
    background: #34AB6B;
    color: #fff;
    border-color: #34AB6B;
}

.hours-holder .hours-holder-box .holder-btn-box .btn-delete {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #f00;
    font-size: 18px;
    cursor: pointer;
}

/*Checkbox design*/
.form-inner-row {
    overflow: hidden;
    margin-bottom: 40px;
}
.form-inner-row p {
    font-size: 16px;
    color: #0b5299;
}
.custom-group-checkbox {
    background-color: #fff;
    display: block;
    margin: 10px 0;
    position: relative;
    box-shadow: 1px 1.732px 8px rgba(0,0,0,0.15);
}
.custom-group-checkbox label {
    padding: 12px 15px;
    padding-right: 48px;
    width: 100%;
    display: flex;
    text-align: left;
    color: rgba(34, 42, 47, 0.75);
    cursor: pointer;
    position: relative;
    z-index: 1;
    transition: color 200ms ease-in;
    overflow: hidden;
    margin-bottom: 0;
    align-items: center;
}
.custom-group-checkbox label:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: '';
    background-color: #e5f7ff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    z-index: -1;
}
.custom-group-checkbox label:after {
  width: 32px;
    height: 32px;
    content: "\e7e6";
    background-color: #fff;
    /*background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23#0b5299' fill-rule='nonzero'/%3E%3C/svg%3E ");*/
    background-repeat: no-repeat;
    background-position: 3px 5px;
    border-radius: 50%;
    z-index: 2;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    opacity: 0;
    transition: all 200ms ease-in;
    font: normal normal normal 24px/1 "Material Design Icons";
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-family: "font-icons";
}
.custom-group-checkbox input:checked ~ label {
  color: rgb(34,42,47);
}
.custom-group-checkbox input:checked ~ label:before {
  transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;
  width: 100%;
}
.custom-group-checkbox input:checked ~ label:after {
  background-color: #fff;
  border-color: #fff;
  opacity: 1;
}
.custom-group-checkbox input {
    width: 32px;
    height: 32px;
    order: 1;
    z-index: 1;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden;
}

/*--added new style for customize 2-1--*/

a {
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.container {
    max-width: 1320px !important;
}

.dark .copyright-links a {
    border-bottom: 0;
}

.dark .copyright-links a:hover,
.footer-widgets-wrap ul>li>a:hover {
    color: #fff !important;
}

.promo-dark {
    border-radius: 30px;
}

.c-bg-cover {
    z-index: 1;
    margin-top: 0 !important;
}

.c-bg-cover::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #003b1c;
    opacity: 0.4;
    z-index: -1;
}

.page-title-right {
    text-align: center;
}

.fbox-effect .fbox-icon i:hover,
.fbox-effect:hover .fbox-icon i {
    background-color: #ffde59;
    color: #FFF;
}

.login-pwd-block {
    max-width: 900px;
    padding: 100px 0
}

#myc-prev-week:hover, #myc-next-week:hover {
    border: 1px solid #aaa !important;
    color: #aaa !important;
}
#myc-prev-week,#myc-next-week{
    border: 1px solid #aaa !important;
    color: #aaa !important;
}

/*--responsive--*/

@media (max-width: 1099px) {
    .menu-link {
        padding: 39px 10px;
    }
}

@media (max-width: 991px) {
    .menu-link {
        padding: 12px 10px;
    }
    .c-bg-cover {
        padding: 125px 0 !important;
    }
}

@media (max-width: 767px) {
    .slider-element img {
        transform: none !important;
    }
    .login-pwd-block {
        padding: 50px 0;
    }
}

@media (max-width: 576px) {
    #logo img {
        height: 70px !important;
    }
    .content-wrap {
        padding: 40px 0;
    }
    #footer .footer-widgets-wrap {
        padding: 40px 0;
    }
    #copyrights {
        padding: 20px 0;
    }
}

@media (max-width: 479px) {
    .search-instructor-box input,
    .search-instructor-box select,
    .search-instructor-box .input-group-append {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-bottom: 15px !important;
        border-radius: 5px !important;
    }
    .search-instructor-box .input-group-append button {
        width: 100%;
        display: block;
        border-radius: 5px !important;
    }
    .search-instructor-box .input-group-append button::after {
        content: 'Search';
        font-weight: bold;
        margin-left: 10px;
    }
    .search-instructor-box .input-group-append button i {
        font-size: 15px;
    }
}

/* PASSWORD METER  */

#password-tooltip{
    display: none;
    z-index: 99;
    width: 200px;
    border: 1px solid #32aa6a;
    position: absolute;
    background: #fff;
    top: -21px;
    left: 99%;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.30);
    -moz-box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.30);
    -o-box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.30);
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.30);
} 
#password-tooltip:before{
    content: "";
    display: block;
    position: absolute;
    left: -10px;
    top: 25px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #32aa6a;
}
#password-tooltip h4{
    color: #fff;
    background: #32aa6a;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0.05em;
    line-height: 28px;
    margin-bottom: 0;
    padding: 2px 10px;
}
#password-tooltip ul{
    padding: 10px;
    margin-bottom: 0;
}
#password-tooltip ul li{
    display: block;
    text-align: left;
}
#password-tooltip ul li strong{
    font-size: 12px;
    letter-spacing: 0.05em;
    font-weight: 600;
    color: #424242;
}
#password-tooltip ul li.invalid strong{
    color: #F44336;
}   
#password-tooltip ul li.valid strong{
    color: #1B5E20;
}
#password-tooltip ul li.invalid:before{
    content: "\e6c9";
    display: inline-block;
    font-family: "font-icons";
    font-size: 12px;
    margin-right: 10px;
    color: #F44336;
}   
#password-tooltip ul li.valid:before{
    content: "\e6c8";
    display: inline-block;
    font-family: "font-icons";
    font-size: 12px;
    margin-right: 10px;
    color: #1B5E20;
}
.password-tooltip{
    display: none;
    background: rgba(160, 160, 160, 0.1);
    padding: 15px;
    border: 1px solid #dfdfdf;
    margin-bottom: 20px;
    margin-top: -20px;
}
.password-tooltip h4{
    font-size: 20px;
    font-weight: 400;
    position: relative;
    z-index: 1;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.29);
}
.password-tooltip ul{
    overflow: hidden;
    margin-top: 10px; 
}
.password-tooltip ul li{
    width: 50%;
    float: left;
}
.password-tooltip ul li strong{
    font-size: 14px;
    font-weight: 600;
}
.password-tooltip ul li.invalid strong{
    color: #F44336;
}
.password-tooltip ul li.valid strong{
    color: #1B5E20;
}
.password-tooltip ul li.invalid:before{
    content: "\e6c9";
    display: inline-block;
    font-family: "font-icons";
    font-size: 12px;
    margin-right: 10px;
    color: #F44336;
}   
.password-tooltip ul li.valid:before{
    content: "\e6c8";
    display: inline-block;
    font-family: "font-icons";
    font-size: 12px;
    margin-right: 10px;
    color: #1B5E20;
}

.myc-available-time{
    background-color: #34AB6B !important;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #444;
    background-color: unset;
}
#map{
    height: 400px !important;
}
h5.fortnight_title {
    margin-top: 10px;
}
.section-link{
    line-height: 20px;
    margin: 0;
}
.text-underline{
    text-decoration: underline;
}
.driving_test_packages .pricing-box {
    min-height: 400px;
}
.driving_test_packages .pricing-title {
    height: 50px;
    text-align: center;
}
.driving_test_packages .pricing-features {
    height: 175px;
}
#instructorRequest .form-check-input{
    margin-top: 0.2rem;
}
ul.package-info li{
    display: flex;
}
ul.package-info li i{
    top: 0px;
}
i#togglePassword {
    position: relative;
    float: right;
    top: -35px;
    right: 10px;
}
input[type="checkbox"]:disabled + label {
    background: #efefef !important;
    cursor: auto;
}

.btn-outline-success {
    color: #32aa6a;
    border-color: #32aa6a;
}

.badge-warning {
    background-color: #ffde59;
}
.btn-outline-success:hover,
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
    background-color: #32aa6a;
    border-color: #32aa6a;
}
i.icon-info-circle {
    vertical-align: text-bottom;
}
.terms_conditions p,.toggle-content p{
    margin-bottom: 15px;
}
.terms_conditions ul{
    list-style-type: none;
    padding-left: 25px;
}
div#header-wrap {
    border-bottom: 1px solid #444;
}
button.button.section-link.btn-outline.remove,button.button.section-link.btn-outline.year,
button.button.section-link.btn-outline.fortnight,button.button.section-link.btn-outline.remove-content{
    border-radius: 5px;
}
.fortnight_title{
    font-size: 16px !important;
    font-weight: 500;
}
.year-content .card-header {
    padding: 0.25rem 1.25rem;
}
.year-content .card,#reports_year_options .card{
    -webkit-box-shadow:  none;
    box-shadow:  none;
}
#contactModal .modal-dialog.modal-md {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%) !important;
}
#terms_conditions_popup .modal-dialog{
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%) !important;
}
.tui-full-calendar-timegrid-hour span{
    display: inline-block !important;
    top: -5px !important;
}
.tui-full-calendar-weekday-grid-line.tui-full-calendar-near-month-day.tui-full-calendar-today {
    background-color: #ccc !important;
}
.tui-full-calendar-today span.tui-full-calendar-weekday-schedule-title {
    color: #fff !important;
}
.tui-full-calendar-timegrid-hourmarker-line-left,
.tui-full-calendar-timegrid-todaymarker,
.tui-full-calendar-timegrid-hourmarker-line-today,
.tui-full-calendar-timegrid-hourmarker-line-right {
    display: none !important;
}

#emailVerification #verify,#emailVerification .backToLogin{
    width: 45%;
}
#emailVerification .backToLogin{
    float: right;
}

.package-box {
    position: relative;
    background: #f6f6f6;
    border-radius: 10px;
    box-shadow: 0 0 10px 0px rgb(85 85 85 / 15%);
    margin: 30px 0;
    padding: 30px 15px;
    text-align: center;
    max-height: 230px;
}
.package-box .price {
    font-size: 32px;
    line-height: 42px;
    font-weight: bold;
    color: #444;
    margin: 0 0 20px 0;
}
.package-box .price span {
    font-weight: 300;
    font-size: 26px;
}
.package-box .total-price {
    font-size: 22px;
    margin: 0 0 30px 0;
}
.btn-warning {
    background-color: #ffde59;
}
.package-box .btn-warning {
    padding: 7px 35px;
    font-size: 18px;
    font-weight: bold;
}
.offer-badge {
    width: 120px;
    height: 120px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.offer-badge::before {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #bc1a30;
    border-top-color: transparent;
    border-left-color: transparent;
    top: 0;
    right: 0;
}
.offer-badge::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #bc1a30;
    border-top-color: transparent;
    border-left-color: transparent;
    bottom: 0;
    left: 0;
}
.offer-badge>span {
    position: absolute;
    display: block;
    width: 195px;
    padding: 5px 0;
    background-color: #bc1a30;
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    right: -25px;
    top: 30px;
    transform: rotate(-45deg);
}
.with-arrow {
    position: relative;
    cursor: pointer;
}
.with-arrow[aria-expanded="true"]::after {
    content: "\e976";
    position: absolute;
    top: 0;
    right: 0;
    font-family: "font-icons";
    font-style: normal;
    font-weight: normal;
    transform: rotate(180deg);
}
.with-arrow[aria-expanded="false"]::after {
    content: "\e976";
    position: absolute;
    top: 0;
    right: 0;
    font-family: "font-icons";
    font-style: normal;
    font-weight: normal;
    transform: rotate(0deg);
}
.mfp-container.mfp-s-ready.mfp-inline-holder {
    background: linear-gradient(to left, #ffde59 0%, #d9b010 100%);
}
.card.info-card.offers-card .package-box{
    box-shadow: none;
    border: 1px solid #ededed;
}
.home_main_title{
    text-transform: uppercase;
    font-size: 42px;
    font-weight: 800;
    color: #000;
    margin-bottom: 0;
}
.home_sub_title{
    color: #000;
    font-size: 22px;
}
.search-instructor-box{
    box-shadow: 0px 0px 0px 10px rgb(200 200 200 / 50%) !important;
}
.heading-block h3 {
    font-size: 50px;
}
.hidden.sm\:flex-1.sm\:flex.sm\:items-center.sm\:justify-between{
    display: none;
}
@media (max-width: 1024px) {
    .terms_conditions .content-wrap{
        padding: 80px 30px;
    }
}
@media (max-width: 768px) {
    .myc-day-time-container{
        padding-left: 0 !important;
    }
    .myc-date-header, .myc-day-time-container {
        width: 13% !important;
    }
    .myc-day-time-container{
        padding: 2px !important;
        margin-top: 10px;
    }
}
@media (min-width: 479px) {
    .hideDesktop{
        display: none;
    }
}
@media (max-width: 479px) {
    .hideMobile{
        display: none !important;
    }
    .home_main_title{
        font-size: 30px;
        margin-bottom: 0;
    }
    .home_sub_title{
        font-size: 30px !important;
    }
    .select2-container{
        width: 100%;
    }
    li.book-item.menu-item a.book-now {
        width: 100%;
        text-align: center;
    }
    .menu-item.hideDesktop a:after{
        content: "\e7a5";
        font-family: 'font-icons';
        display: inline-block;
        position: relative;
        top: 3px;
        left: 15px;
        font-size: 18px;
    }
    .inner-banner p {
        font-size: 18px !important;
    }
    .instructor-box .image {
        height: 315px !important;
    }
    button#withBooking {
        margin-bottom: 10px;
    }
    button.btn.button-black.w-50.book-test-package {
        width: 100% !important;
    }
    .thanks_payment div#section-about{
        margin: 20px;
    }
    .thanks_line_auslicence{
        font-size: 22px !important;
    }
    .thanks_payment h4{
        margin-bottom: 0;
    }
    .myc-available-time{
        padding: 0 !important;
        font-size: 12px !important;
    }
    .myc-date-number {
        font-size: 15px !important;
    }
    .myc-date-display {
        font-size: 12px !important;
    }
    .myc-date-header {
        padding-left: 0 !important;
        text-align: center !important;
    }
    #myc-prev-week-container{
        width: auto !important;
    }
    .booking-history-details .badge{
        white-space: unset !important;
    }
    .fortnight-content.card-body .card-body{
        padding: 0;
    }
    .report_table_custom tbody tr td{
        height: 60px;
    }
    .heading-block h3{
        font-size: 22px !important;
    }
    .heading-block {
        margin-bottom: 10px;
    }
    .gift-voucher-section {
        padding: 10px 0 !important;
    }
}
.heading-block::after{
    width: 90px !important;
    margin: 10px auto 0 !important;
}
.card{
    box-shadow: none !important;
}
select.custom-select.col-4 {
    border: 1px solid #aaa;
    border-radius: 4px !important;
}
div#top-bar a,div#top-bar a:hover {
    color: #fff;
}
#footer a,#footer a:hover{
   color: #6c757d !important
}