a:hover {
    text-decoration: none;
}

ul:not(.browser-default) li {
    list-style-type: none;
}

.v3-top-ri ul {
    padding-left: 0px;
}

#background1 {
    background: url('../img/home-bg.jpg') no-repeat;
    background-size: 100% auto;
}

.dir1-home-head:before {
    background: none;
}

.dir-ho-t-tit h1 {
    text-shadow: 3px 1px 3px rgba(0, 0, 0, 0.9);
}

.dir-ho-t-tit p {
    text-shadow: 3px 1px 3px rgba(0, 0, 0, 0.9);
}

.carousel-caption {
    background: rgba(0, 0, 0, 0.5);
}

.carousel-caption h3,
.carousel-caption p {
    color: #eee;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

.lr-user-wr-con h6 {
    line-height: 18px;
    font-size: 18px;
    margin-bottom: 5px;
}

.lp-ur-all-rat ul li:last-child {
    border-bottom: none;
}

.dir-alp {
    background: #eaeaea;
}

.dir-alp-con {
    box-shadow: none;
}

.dir-alp-l-com {
    margin-top: 15px;
}

.dir-pa-sp-top {
    padding-top: 15px;
    padding-bottom: 15px;
}

.tz2-form-com form .input-group-addon {
    border-color: #e4e4e4;
}

.log-in-pop {
    /* background: #728294 url(../images/mail/bg.png) repeat; */
    background: transparent;
}

.log-in-pop-left {
    background: transparent;
    padding: 30px 30px;
}

.log-in-pop-right {
    background: rgba(255, 255, 255, 0.8);
    padding: 30px 30px;
}

.log-in-pop-right form label {
    font-weight: 600;
}

.log-in-pop-right form select {
    border: 1px solid #dfdfdf;
    padding: 8px;
    box-sizing: border-box;
    height: 45px;
    border-radius: 2px;
    font-size: 15px;
    color: #636363;
}

.list-pg-bg .container {
    background: transparent;
}

.pglist-bg {
    border: none;
}

.pglist-p-com-ti h3 {
    background: #013c81;
    color: #fff;
}

.pglist-p-com-ti-right h3 {
    background: #b41d19;
    color: #fff;
}

.dir-alp-l-com h4 {
    background: #013c81;
}

.pg-list-1-left h3,
.pg-list-1-left h4,
.pg-list-1-left p {
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}

.tz-register::before {
    background: #013c81;
}

footer ul.two-columns li {
    width: 25%;
}

@media screen and (max-width: 992px) {
    footer ul.two-columns li {
        width: 33.33%;
    }
}

@media screen and (max-width: 767px) {
    .list-pg-bg .container {
        margin-top: -60px;
    }

    footer ul.two-columns li {
        width: 50%;
    }
}

/* Logo */
.logo-wrapper {
    display: flex;
    width: 220px;
    padding: 5px 5px;
    background: #478BFF;
    border-radius: 5px;
}

.logo-wrapper .logo-icon {
    background-color: #fff;
    color: #478BFF;
    padding: 5px 10px;
    border-radius: 5px;
    margin-right: 10px;
}

.logo-wrapper .logo-text {
    color: #fff;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.9px;
    font-size: 18px;
}

.logo-wrapper:active,
.logo-wrapper:focus {
    text-decoration: none;
    outline: none;
}

.v3-mob-menu .logo-wrapper {
    width: 205px;
    margin-top: 10px;
}

.v3-mob-menu .logo-wrapper .logo-icon {
    padding: 3px 8px;
}

.v3-mob-menu .logo-wrapper .logo-text {
    font-size: 16px;
}

/* Navbar */
.v3-m-2 {
    padding: 8px 15px;
}

.mob-right-nav {
    top: 0px;
}

/* Scroll To Top */
.scroll-to-top {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: #404040;
    position: fixed;
    bottom: 30px;
    right: 10px;
    z-index: 1;
    color: #fff;
    display: block;
    height: auto;
    opacity: 0;
    padding: 10px 5px;
    text-align: center;
    text-decoration: none;
    min-width: 45px;
    border-radius: 5px;
}

.scroll-to-top:active,
.scroll-to-top:focus,
.scroll-to-top:visited {
    color: #fff;
}

/* Custom Buttons */
.btn-gray {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray.active,
.open .dropdown-toggle.btn-gray,
.btn-gray:active:focus,
.btn-gray:active:hover,
.btn-gray.active:hover,
.btn-gray.active:focus {
    color: #fff;
    border: 1px solid #d5d5d5;
}
.btn-gray:active,
.btn-gray.active {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
}

.btn-red {
    color: #fff;
    background-color: #b41d19;
    border-color: #b41d19;
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active,
.open .dropdown-toggle.btn-red,
.btn-red:active:focus,
.btn-red:active:hover,
.btn-red.active:hover,
.btn-red.active:focus {
    color: #fff;
    border: 1px solid #b41d19;
}
.btn-red:active,
.btn-red.active {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
}

/* CAPTCHA */
.captcha {
    clear: both;
    overflow: hidden;
    background: #f2f2f2;
    text-align: center;
    max-width: 130px;
    height: 60px !important;
    position: relative;
    padding: 0px !important;
}
.captcha-image {
    float: left;
    position: relative;
    top: 0px;
    left: 0px;
}
.captcha-image img {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.captcha-refresh {
    position: absolute;
    z-index: 1;
    bottom: 2px;
    right: 2px;
    border-radius: 3px;
    padding: 2px 5px;
}
.captcha-refresh a,
.captcha-refresh a:hover,
.captcha-refresh a:focus,
.captcha-refresh a:active {
    color: #333;
}

/* PLUGIN CUSTOM */
/* Datetime Picker */
.bootstrap-datetimepicker-widget table td span {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.bootstrap-datetimepicker-widget table td {
    height: 30px;
    line-height: 30px;
    width: 30px;
    padding: 0px 0px 0px 0px !important;
}

/* Toastr custom style */
#toast-container > .toast {
    background-image: none !important;
}

#toast-container > .toast:before {
    position: fixed;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    float: left;
    color: #fff;
    padding-right: 0.5em;
    margin: auto 0.5em auto -1.5em;
}

#toast-container > .toast-warning:before {
    content: '\f0e7';
}

#toast-container > .toast-error:before {
    content: '\f071';
}

#toast-container > .toast-info:before {
    content: '\f005';
}

#toast-container > .toast-success:before {
    content: '\f00C';
}
