/* ===== CUSTOM 2.0 ===== */

a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

section {
    /* margin-top: 45px; */
}

section.group-articles {
    margin-top: 30px;
}


/*section.main-body,
section.news {
  padding-top: 80px;
}*/

.credit-card input[type="radio"]:checked+label {
    background-color: #337ab7;
    color: #fff;
}

.doc-selected+label {
    background-color: #337ab7;
    color: #fff !important;
}

.doc-selected+label:hover {
    color: #fff !important;
}

.list-group input[type="radio"]:checked+label {
    box-shadow: none;
}

.credit-card input[type="radio"]:checked+label span {
    color: #fff;
}

.credit-card input[type="radio"]:checked+label .img-hover {
    display: block;
}

.credit-card input[type="radio"]:checked+label .img-display {
    display: none;
}

#blog-menu {
    transition: top 0.3s;
}

.navbar {
    margin-bottom: 0px !important;
}

.blog-upper .panel-heading img:hover,
.navbar-brand img:hover {
    opacity: 1;
}

.blog a>img:hover {
    opacity: 0.7;
    transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -webkit-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
}

#partners a>img:hover {
    opacity: 1;
    transition: unset;
    -moz-transition: unset;
    -webkit-transition: unset;
    -o-transition: unset;
}

.first-col-menu,
.second-col-menu,
.third-col-menu {
    padding-top: 20px;
    padding-bottom: 10px;
}

.dropdown-menu-large a>img:hover {
    opacity: 1;
}

.btn-lg {
    color: rgba(255, 255, 255, 1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    overflow: hidden;
}

.btn-job {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    overflow: hidden;
}

.btn-default.btn-lg {
    color: #333333;
}

.btn-default:active,
.btn-default:focus {
    background-color: #fff;
}

.btn,
.active.btn,
.side-card .panel {
    box-shadow: 0px 4px 0px 0px #dad9d5;
    border: 0px solid transparent;
    border-radius: 4px;
}

.btn:hover {
    border: 0px solid transparent;
}

.home.navbar-default {
    border-bottom: 0px solid #f4f4f4;
    box-shadow: 0px 0px 0px 0px #dad9d5;
}

.navbar-default {
    background-color: #fff !important;
    border-bottom: 0px solid #f4f4f4;
    border-right: 0px solid #fff;
    border-left: 0px solid #fff;
    border-radius: 0px;
    z-index: 9;
    /*
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.1);
box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.1);*/
}

.navbar-shadow {
    -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}

.navbar .container-fluid .navbar-header .navbar-brand {
    padding-top: 15px;
    width: 233px;
    margin-left: -10px;
}

.navbar-brand img {
    width: 100%;
    margin-top: 3px;
}

.navbar-default .navbar-custom>li>a {
    color: #2c2c2c;
    font-size: 16px;
    font-weight: 700;
    padding: 25px 32px 23px;
}

.navbar-right>li>a {
    color: #2c2c2c;
    font-size: 16px;
    font-weight: 700;
    padding: 25px 32px 23px;
}

.navbar-right li a {
    font-weight: normal !important;
    padding-right: 0px;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: transparent;
    color: #2c2c2c;
    font-weight: 700;
}

.navbar-default .navbar-custom>li:focus a,
.navbar-default .navbar-custom>li>a:hover,
.navbar-default .navbar-custom>li:hover a {
    /*background-color: #337ab7;
  color: #fff;*/
    background-color: transparent;
    color: #337ab7;
    border-bottom: none;
}

.navbar-custom .dropdown-menu-large li:hover a {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}

.navbar-default .navbar-custom>li.dropdown-large:hover .dropdown-menu-large li a:after {
    content: none;
}

.navbar-custom li .dropdown-menu-large .active a {
    color: #337ab7 !important;
}

.dropdown-menu-large .first-col-menu li span img {
    max-width: 40px;
    float: right;
}

.navbar-custom li.dropdown-large:not(:first-child) li span img {
    max-width: 25px;
    float: right;
}

.dropdown-menu-large .media:first-child {
    margin-top: 10px;
}

.dropdown-menu-large .media img {
    max-width: 75px;
    height: auto;
    max-height: 50px;
    border-radius: 5px;
}


/*.dropdown-menu-large li img {
  max-width: 90%;
}*/

.navbar-right li .dropdown-toggle:before {
    content: "|";
    padding-right: 15px;
    color: #dedcd9;
}

.navbar-default .navbar-custom li.active a {
    background-color: transparent;
    color: #337ab7;
    /*border-bottom: 0px solid #337ab7;*/
}

.navbar-default .navbar-custom li.active a:hover {
    background-color: transparent;
    color: #337ab7;
}

.navbar-default .navbar-custom li.active .dropdown-menu-large li a,
.navbar-default .navbar-custom>li:focus .dropdown-menu-large li a,
.navbar-default .navbar-custom>li:hover .dropdown-menu-large li a {
    border-bottom: 0px solid #337ab7;
}

.navbar-default .navbar-custom li.blog-menu.active .dropdown-menu-large li.active a {
    border-bottom: 5px solid #337ab7;
}

.navbar-custom .dropdown-menu-large li.active a,
.navbar-custom .blog-menu.active li a {
    background-color: transparent;
    border-bottom: 0px solid #337ab7;
}

.header-content hr {
    border-top: 1px solid #e5e2da;
    margin: 0px 30px;
}

.header-page {
    margin-bottom: -50px;
}

.header-page h1 {
    margin-top: -170px;
    color: #F5A52D;
    font-size: 36px;
    font-weight: 700;
}

.header-page p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: -30px;
}

.header-page-home h1 {
    margin-top: -190px;
    color: #f6a73a;
    font-weight: 700;
}

.partners .title h4 {
    font-size: 19px;
    color: #2c2c2c;
    font-weight: normal;
}

.partners .item img {
    width: 100%;
    padding: 0px 15px;
    height: 50px;
    object-fit: contain;
    object-position: 50% 50%;
    font-family: "object-fit: contain; object-position: 50% 50%";
}

.partners-loan .title h4 {
    font-size: 19px;
    color: #2c2c2c;
    font-weight: normal;
    padding-top: 50px;
}

.partners-loan .item img {
    width: 100%;
    padding: 0px 15px;
    height: 50px;
    object-fit: contain;
    object-position: 50% 50%;
    font-family: "object-fit: contain; object-position: 50% 50%";
}

.header-content .panel {
    border: 0px;
    border-radius: 10px;
}

.header-content .panel-body p {
    font-size: 18px;
    color: #565656;
}

.header-content .title {
    margin-bottom: 30px;
}

h1,
h2,
h3,
h4,
h1 b,
h2 b,
h3 b,
h4 b {
    margin-top: 0px;
    font-weight: 400;
    color: #404040;
}

label {
    text-align: left;
}

.breadcrumb-header h3>b {
    color: #fff;
}

.btn:active {
    box-shadow: 0 0px #dad9d5;
    transform: translateY(0px);
    /*transform: translateY(4px);*/
}

.btn-job:active {
    box-shadow: 0 0px #dad9d5;
    /*transform: translateY(4px);*/
    transform: translateY(0px);
    color: #333;
}

.btn:focus,
.btn:active,
.ui-slider .ui-slider-handle:active,
.ui-slider .ui-slider-handle:focus {
    outline: none !important;
    outline-offset: unset !important;
}

.articles h2 {
    margin: -15px 0px 0px;
    font-weight: 400;
}

.articles .date .form-control,
.articles .search .form-control {
    height: 38px;
}

.articles .main-blog {
    padding-top: 115px;
}

.articles-detail .main-blog {
    padding-top: 100px;
}

.blog-upper {
    padding-top: 20px;
}

.blog-upper img {
    width: 100%;
    border-radius: 5px;
    height: 230px;
    object-fit: cover;
    object-position: center;
}

.news .panel img {
    width: 100%;
    border-radius: 5px;
    height: auto;
}

.news .panel-heading {
    padding: 0px;
    border-radius: 5px;
}

.news .panel a,
.related-articles .panel a {
    color: #000;
    font-weight: 400;
    font-size: 17px;
}

.news .panel a:hover {
    color: #164f71;
}

.news .panel .more,
.related-articles .more {
    margin-top: 10px;
}

.news .panel .more a,
.related-articles .more a {
    color: #076B9C;
    font-weight: normal;
    font-size: 15px;
}

.news .panel,
.testimonials .panel,
.articles .panel {
    border: 0px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
    background-color: transparent;
}

.news .panel-body,
.related-articles .panel-body {
    padding: 15px 0px;
}

.panel-body a {
    font-weight: 400;
}

.number {
    background-color: #f0f0f0;
    padding: 8px 17px;
    border-radius: 50%;
    color: #909090;
    width: 41px;
    height: 41px;
}

.number.one {
    padding: 8px 18px;
}

.footer {
    padding: 30px 0px;
    background-color: #164f71;
}

.footer .container {
    padding: 0px 60px;
}

.logo-footer img {
    width: 80%;
    margin-bottom: 30px;
}

.title-footer,
.title-footer h4,
.footer .panel-title {
    font-weight: 600;
    margin-bottom: 10px;
    color: #509bc6;
    font-size: 15px;
}


/*.footer .panel-title a:hover {
  cursor: auto;
}*/

.footer ul li a {
    color: #B8C9D3;
    font-size: 13px;
    font-weight: normal;
}

.footer ul li a:hover {
    color: #6fa247;
}

.footer ul li a i {
    color: #6fa247;
}

.footer .collapse {
    margin-top: 10px;
}

.modal-body .checkbox {
    margin-top: 20px;
    font-size: 14px;
}

.started a,
.started a:hover,
.started a:visited,
.started a:focus {
    margin: 0px 0px 10px 5px;
    box-shadow: 0 3px 1px 0px #56924b;
    background-color: #337ab7;
    border-color: #337ab7;
}

.line-title {
    border-top: 8px solid #186c9b;
    border-radius: 5px;
    width: 17%;
    margin-bottom: 30px;
}

h2.main-title,
.main-title {
    color: #151515;
    font-size: 32px;
}

h5.main-title {
    font-size: 18px;
    font-weight: 700;
}

.main-title-learn {
    font-size: 17px;
    color: #151515;
    font-weight: 600;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 20px;
}

.text-primary {
    color: #186c9b !important;
}

.see-more a {
    position: absolute;
    right: 15px;
    bottom: 10px;
}

.see-more-footer {
    text-align: center;
    padding-bottom: 50px;
}

.main-body .media-left::after {
    content: "";
    border: 1px solid #f0f0f0;
    left: 20px;
    position: absolute;
    min-height: 65%;
}

.testimonials {
    margin-top: 70px;
}

.testimonials .panel-body {
    background-color: #f3f3f3;
    border-radius: 10px !important;
    padding: 15px 33px;
}

.img-user {
    margin: 15px;
    margin-top: -45px;
}

.img-user img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    object-position: center;
    border-radius: 40px;
}

.nice {
    color: #f08127;
}

.user {
    color: #186c9b;
    font-weight: 600;
    margin: 10px 0px;
}

.job-user {
    font-style: italic;
}

.right-position {
    /*margin-top: 50px;*/
    margin-bottom: 20px;
}

.owl-buttons .owl-prev {
    left: 45px;
    position: absolute;
    bottom: 50px;
}

.owl-buttons .owl-next {
    right: 45px;
    position: absolute;
    bottom: 50px;
}

#testimonials.owl-theme .owl-controls .owl-buttons div {
    color: #869791;
    background-color: transparent;
}

.testimonials .panel-body p {
    font-size: 14px;
}

.articles .input-group .btn-default {
    border-right: 0px solid #fff;
    background-color: #ebebeb;
}

.articles .input-group .form-control {
    border: 0px solid #fff;
    background-color: #ebebeb;
    box-shadow: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.potrait {
    margin-bottom: 20px;
}

.potrait img {
    width: 100%;
    border-radius: 5px;
    height: 400px;
    object-fit: cover;
    object-position: center;
}

.articles .panel-heading {
    padding: 0px;
    border-radius: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    position: relative;
}

.articles .panel {
    border-radius: 10px;
}

.badge-art {
    padding: 2px 20px;
    background-color: #337ab7;
    color: #fff;
    font-size: 12px;
    position: absolute;
    left: -10px;
    top: 20px;
    border-radius: 4px;
    letter-spacing: 1px;
}

.title-art {
    position: absolute;
    left: 10px;
    bottom: 30px;
    font-size: 25px;
    color: #fff;
    font-weight: 600;
    line-height: 35px;
    padding: 0px 15px;
    text-shadow: 2px 2px #1a1a1a;
}

.read-more {
    border-radius: 0px;
    color: #337ab7;
    margin-top: 10px;
    text-shadow: 0px 0px #337ab7;
    display: table;
    box-shadow: none;
    padding: 8px 25px;
    border: 0px solid #fff;
    letter-spacing: .5px;
    font-size: 12px;
}

.group-articles .left-side .media-left img {
    width: 290px;
    border-radius: 5px;
    height: 150px;
    object-fit: cover;
    object-position: center;
}

h3.media-heading a,
.side a {
    color: #353535;
    font-weight: 400;
}

.side button {
    box-shadow: 0px 5px 0px 0px #e7e5df;
}

.side .btn-success {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.button-side button:first-child .media-left img {
    margin: 15px 0px 15px;
    width: 50px;
}

.side h4 {
    color: #fff;
}

.top-articles {
    margin-top: 50px;
}

.top-articles .media {
    margin-top: 30px;
}

.top-articles .media-left img {
    margin: 0px;
    width: 80px;
    height: 50px;
    border-radius: 4px;
}

.top-articles .media-body {
    line-height: 18px;
}

.top-articles .media-body a {
    font-weight: normal;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.top-articles iframe {
    margin: 50px 0px;
}

.wrapper-bottom {
    margin: 60px 0px 40px;
}

.related-articles .panel-body h4 {
    font-size: 23px;
}

.related-articles .panel-body p {
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.related-articles .panel {
    margin-bottom: 0px;
}

.group-articles .left-side .media-body p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 1.7;
}

.pagination {
    margin: 30px 0px;
}

.pagination .current {
    background-color: #84c04e !important;
    color: white;
    padding: 2px 15px;
}

.pagination>li>a,
.pagination>li>span {
    border: 0px solid #fff !important;
    font-size: 16px;
    font-weight: 600;
    margin: 0px 15px !important;
    padding: 2px 5px;
    color: #6b6b6b;
    margin-right: 10px;
    border-radius: 5px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover,
.pagination li a:hover {
    background-color: #337ab7 !important;
    border-radius: 15px;
    color: #fff;
}

.pagination li:first-child a,
.pagination li:last-child a {
    background-color: #E9E9E9;
    color: #363636;
    border-radius: 5px;
    padding: 2px 15px;
}

.pagination li:first-child a:hover,
.pagination li:last-child a:hover {
    color: #fff;
}

.side .media-heading {
    text-align: left;
}

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

.side .panel-heading img,
.side .panel-heading {
    padding: 0px;
    width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: center;
    border-radius: 0px;
}

.side .panel {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    border-radius: 0px;
    border: 1px solid transparent;
    border-color: #f1f1f1;
    margin: 5px 0 30px;
}

.side h3 {
    color: #000;
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 19px;
}

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

.side .button-side .list-group .list-group-item {
    /* margin-bottom: 25px; */
    margin-bottom: 0px;
    border-radius: 4px;
    /* margin-top: 30px; */
    margin-top: 0px;
    box-shadow: 0px 0px 5px 1px #f0f0f0;
    border: 0px solid #f0f0f0;
}

.side .button-side .list-group a:active .list-group-item {
    background-color: #337ab7;
}

.side .button-side .list-group a:active p {
    color: #fff;
}

.side .button-side .list-group .list-group-item:first-child {
    margin-top: 25px;
}

.side .button-side .list-group .list-group-item p {
    padding-left: 70px;
    color: #3499ff;
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 0px;
}

.button-side .list-group .list-group-item span {
    position: absolute;
    margin-top: -15px;
    border-radius: 50%;
    margin-left: -5px;
}

.button-side .list-group .list-group-item span img {
    width: 60px;
}

.text-normal {
    color: #2b2b2b;
}

.side a>b {
    color: #151515;
}

.navbar-right .dropdown-menu li a {
    font-size: 14px;
}

.navbar-right .dropdown-menu li a .fa,
.navbar-header .dropdown-menu .fa,
.modal li .fa {
    background-color: #186c9b;
    color: #fff;
    padding: 3px 5px;
    border-radius: 11px;
    font-size: 16px;
}

.modal li .fa {
    margin-right: 10px;
    margin-left: 10px;
}

.navbar-right .dropdown a {
    text-transform: uppercase;
    font-size: 16px;
}

.navbar-right .dropdown-menu a {
    text-transform: none;
}

.navbar-right .dropdown-menu li a:hover {
    background-color: transparent !important;
}

.copyright {
    color: #5897c0;
    font-size: 13px;
    padding: 50px 0px 0px;
    margin: 0px 20px;
}

.bottom-footer {
    padding: 32.5px 0px;
    background-color: #0d283a;
    color: #fff;
    font-weight: 600;
}

.bottom-footer a,
.bottom-footer h4 {
    color: #fff;
    font-weight: 600;
}

.bottom-footer .join {
    padding-top: 15px;
    font-size: 12px;
}

.bottom-footer .media-heading {
    font-weight: 600;
    padding-top: 20px;
    padding-left: 10px;
}

.bottom-footer .container {
    padding: 0px 80px;
}


/* start about us */

.about-us {
    padding: 0px;
    background-color: #f3f2ee;
    margin: 73px 20px 0px;
    border-radius: 10px;
}

.about-us .socmed .fa-facebook,
.bottom-footer .fa-facebook {
    background-color: #046e9d;
    padding: 11px 15px;
    border-radius: 30px;
    margin-right: 5px;
    font-size: 18px;
}

.about-us .socmed .fa-twitter,
.bottom-footer .fa-twitter {
    background-color: #046e9d;
    padding: 10px 11px;
    border-radius: 30px;
    margin-right: 5px;
    font-size: 18px;
}

.about-us .socmed .fa-google-plus,
.bottom-footer .fa-google-plus {
    background-color: #046e9d;
    padding: 10px 8px;
    border-radius: 30px;
    margin-right: 5px;
    font-size: 18px;
}

.about-us .socmed .fa-instagram,
.bottom-footer .fa-instagram {
    background-color: #046e9d;
    padding: 10px 11px;
    border-radius: 30px;
    margin-right: 5px;
    font-size: 18px;
}

.about-us .socmed .fa-youtube,
.bottom-footer .fa-youtube {
    background-color: #046e9d;
    padding: 10px 11px;
    border-radius: 30px;
    margin-right: 5px;
    font-size: 18px;
}

.about-us .socmed li h4,
.bottom-footer li h4 {
    display: inline-block;
    font-size: 12px;
}

.about-left {
    padding: 200px 150px;
}

.about-left h1 {
    line-height: 45px;
    font-size: 40px;
}

.about-left h3 {
    font-size: 21px;
}

.about-us .nav-tabs li {
    padding: 25px 70px;
    border-left: 0px solid #fff;
    border-top: 0px solid #fff;
    border-right: 1px solid #ddd;
    border-bottom: 0px solid #ddd;
}

.about-us .nav-tabs li a,
.about-us .nav-tabs li a:hover,
.about-us .nav-tabs li a:visited,
.about-us .nav-tabs li a:focus {
    border-radius: 0px;
    font-size: 14px;
    font-weight: 600;
    padding: 0px;
    border: 0px solid #fff;
}

.about-us .nav-tabs li a:hover {
    color: #555;
    background-color: transparent;
}

.about-us .nav-tabs li.active {
    padding: 25px 70px 0px;
}

.about-us .nav-tabs li:last-child {
    border-right: 0px solid #ddd;
}

.about-us .nav-tabs li.active a {
    border-bottom: 5px solid #186c9b;
    padding-bottom: 20px;
}

.about-us .tab-content {
    margin: 30px 0px;
}

.about-us .mission {
    padding: 0px 85px;
    margin-bottom: 20px;
}

.about-us .tab-content .mission h4.title {
    font-weight: 600;
    line-height: 30px;
    font-size: 19px;
    color: #000;
}

.about-us .double-box {
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    padding: 0px;
}

.about-us .double-box .media {
    margin: 50px 0px 40px;
}

.about-us .double-box .media-left img {
    width: 100px;
    height: 100px;
}

.about-us .double-box h4 {
    font-size: 20px;
}

.about-us .contact {
    font-size: 15px;
    width: 381px;
    background-color: #f3f2ee;
    margin-left: -70px;
    padding: 20px;
    z-index: 1030;
    position: absolute;
    margin-top: 50%;
    color: #000;
}

.about-us .socmed .fa {
    color: #fff;
}

.about-us .socmed a,
.about-us .socmed h4 {
    color: #312f2f;
    font-weight: 600;
}

.about-us .socmed {
    margin: 30px 0px;
}


/* end about us */

.socmed ul {
    margin-bottom: 0px;
    margin-top: 5px;
}

.socmed li {
    margin: 0px 30px;
}

.socmed .fa-2x {
    font-size: 1.5em;
}

.socmed li:first-child {
    margin-left: 0px;
}

.socmed li:last-child {
    margin-right: 0px;
}

.bar1 {
    width: 35px;
    height: 4px;
    background-color: #186c9b;
    margin: 6px 0;
    transition: 0.4s;
    border-radius: 5px;
}

.bar2 {
    width: 28px;
    height: 4px;
    background-color: #186c9b;
    margin: 6px 0;
    transition: 0.4s;
    border-radius: 5px;
}

.bar3 {
    width: 20px;
    height: 4px;
    background-color: #186c9b;
    margin: 6px 0;
    transition: 0.4s;
    border-radius: 5px;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-7px, 5px);
    transform: rotate(-45deg) translate(-7px, 5px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-9px, -8px);
    transform: rotate(45deg) translate(-9px, -8px);
    width: 34px;
}

.contact-mobile .fa.mobile-phone {
    background-color: #337ab7;
    color: #fff;
    padding: 10px 12px;
    border-radius: 19px;
    margin-top: 16px;
    position: absolute;
    left: 15px;
}

.navbar-header ul.dropdown-menu {
    right: 0 !important;
    font-size: 12px;
    left: unset;
}


/*.navbar-custom .dropdown-large.open a:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #75a741;
  position: absolute;
  bottom: -19px;
  left: 50%;
  margin-left: -5px;
  z-index: 9999;
}*/

.navbar-custom .dropdown-large.open .dropdown-menu a:after,
.navbar-right .dropdown.open .dropdown-menu a:after {
    content: none !important;
}

.navbar-collapse {
    margin-bottom: -7px;
}

.dropdown-large .dropdown-menu {
    box-shadow: none;
}

h3.text-primary {
    margin-bottom: 35px;
    font-size: 21px;
}

.left-side .media-body {
    padding-left: 10px;
}

.left-side .list-inline {
    margin-bottom: 0px;
}

.left-side .list-inline li {
    font-size: 14px;
}

.left-side h5 {
    font-size: 15px;
}

.embed-responsive-16by9 {
    box-shadow: 0px 0px 5px 4px #e7e5df;
    border-radius: 5px;
    margin-top: 20px;
}

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

.articles .blog-detail img {
    width: 100%;
    border-radius: 8px;
    height: auto;
}

.blog-detail h3.main-title,
h3.main-title {
    font-weight: 600;
    margin: 0px 0 5px;
}

.blog-detail h1.main-title,
h1.main-title {
    font-size: 30px;
    margin: 0px 0 5px;
    font-weight: bold;
}

.blog-detail .breadcrumb {
    background-color: transparent;
    padding: 0px;
    font-size: 14px;
    margin-bottom: 10px;
}

.breadcrumb a {
    color: #777;
}

.related-articles h3.main-title {
    margin: 30px 0px 20px;
}

.blog-detail .text-success {
    color: #337ab7;
}

.blogcontent {}

.blog-detail {}

.blog-detail h2 {
    font-size: 22px;
    margin: 15px 0px;
    font-weight: 400;
}

.blog-detail h3 {
    font-size: 20px;
    margin: 15px 0px;
    font-weight: 400;
}

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

.footer-ads img {
    border-radius: 0px !important;
}

.footer-ads a {
    background-color: #f18600 !important;
    text-transform: uppercase !important;
    position: absolute;
    /*z-index: 9999999999;*/
    bottom: 69px;
    left: 29px;
    padding: 8px 33px;
    font-size: 18px;
}

.footer-ads .button-footer-ads {
    padding: 0px;
    position: absolute;
}

.sort-comment select {
    font-size: 16px;
    font-weight: 600;
    padding: 5px 30px 3px 15px;
    border-radius: 3px;
    background: url(../../../../../../../png.icons8.com/material/24/000000/sort.png) no-repeat 86% center #f6f7f9;
    -webkit-appearance: none;
}

.blog-detail .media-left img {
    width: 53px;
    height: 53px;
    border-radius: 0px;
    object-fit: cover;
    object-position: center;
}

.double-content {
    margin-bottom: 45px;
    margin-top: 25px;
}

.double-box {
    border-radius: 3px;
}

.double-box h4 {
    font-weight: 600;
    font-size: 26px;
    color: #186c9b;
    margin-top: 0px;
    margin-bottom: 10px;
}

.double-box .panel {
    box-shadow: none;
    padding: 15px 0px 0px;
}

.double-box .panel-body p {
    font-size: 16px;
    margin-bottom: 20px;
}

.double-box .panel-footer {
    padding: 0px;
}

.double-box .panel-footer .btn {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.double-box .btn-lg,
.btn-claim .btn-lg {
    box-shadow: none;
    font-size: 14px;
    width: 100%;
    padding: 15px;
    border-radius: 10px;
}

.ask-faq .header-page {
    margin-bottom: 40px;
}

.ask-faq .header-page p {
    font-size: 16px;
}

.map-display {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 4px 0px 0px #E2E2E2;
    display: flex;
    margin-top: 25px;
    margin-bottom: 40px;
}

.double-box .col-sm-6:first-child {
    border-right: 1px solid #ececec;
}

.double-box .panel-body u {
    color: #B4B4B4;
}

.nav-tabs li a {
    padding: 10px 60px;
    line-height: unset;
    background-color: #fff;
    height: 40px;
    margin-top: 10px;
    color: #8b8b8b;
    border: 0px solid #ddd;
}

.nav-tabs li.active a {
    font-weight: 600;
    padding: 20px 70px;
    font-size: 20px;
    color: #076b9c !important;
    height: 50px;
    margin-top: 0px;
    border: 0px solid #e0e0e0;
    border-bottom-color: transparent;
}

.tab-content img {
    width: 100%;
}

.insurance li {
    margin-right: 10px;
}

.insurance .tab-content {
    border: 0px solid #e0e0e0;
    margin-top: 0px;
    padding: 25px 50px;
    border-radius: 0px 4px 4px 4px;
    background-color: #fff;
}

.nav-tabs {
    border-bottom: 0px solid #e0e0e0;
}

.border-tab .tab-content,
.border-tab .nav-tabs li a,
.insurance.border-tab .nav-tabs li a:hover {
    border: 1px solid #e0e0e0;
}

.insurance.border-tab .nav-tabs li.active a {
    border: 1px solid #e0e0e0;
    border-bottom: 0px solid #e0e0e0;
}

.insurance .tab-content .media-left img {
    width: 50px;
    margin-top: 10px;
}

.insurance .tab-content .media-left::after {
    content: none;
}

.insurance .tab-content h4 {
    color: #186c9b;
    font-weight: 600;
    margin-top: 11px;
}

.started {
    margin-top: 20px;
    margin-left: 50px;
}

.left-detail hr {
    margin-top: 0px;
}

hr {
    border-top: 1px solid #eaeaea;
    margin-bottom: 25px;
}

.main-body hr {
    border-top: 1px solid #eaeaea;
    margin: 0px;
}

.insurance-detail {
    background-color: #f3f2ee;
    padding-bottom: 50px;
}

.insurance-detail label {
    font-size: 16px;
    color: #000;
}

.popover-title {
    text-align: center;
    font-weight: 600;
    color: #186c9b;
    font-size: 16px;
    padding: 15px 0px 0px;
    background-color: transparent;
    border-bottom: 0px solid #fff;
}

.popover-content {
    text-align: center;
}

.left-content .form-control,
.modal .form-control {
    height: 40px;
    padding: 10px 12px;
    border-radius: 4px;
    box-shadow: none;
    border: 1px solid #e0e0e0;
}

.form-control {
    height: 50px;
    padding: 10px 12px;
    box-shadow: none;
    border-radius: 3px;
    border: 1px solid #e0e0e0;
    font-size: 16px;
}

.insurance-detail .fmv {
    width: 52%;
}

select+i.fa {
    float: right;
    margin-top: -30px;
    margin-right: 5px;
    pointer-events: none;
    background-color: #fff;
    padding-right: 5px;
    color: #fff;
    -webkit-text-fill-color: #ccc;
    font-size: 22px;
}

#demo-htmlselect+i.fa {
    float: right;
    margin-top: -25px;
    margin-right: 5px;
    pointer-events: none;
    background-color: #fff;
    padding-right: 5px;
    color: #cccccc;
    font-size: 22px;
}

.selected+i.fa {
    background-color: #337ab7;
    color: #fff;
}

select+i.fa:after,
#demo-htmlselect+i.fa:after {
    font-family: 'fontawesome';
    content: "\f106";
    float: right;
    margin-top: -11px;
    right: 25px;
    position: absolute;
}

#demo-htmlselect+i.fa:after {
    margin-top: -15px;
}

#demo-htmlselect+i.fa:before {
    font-family: 'fontawesome';
    content: "\f107";
    float: right;
    margin-top: -4px;
    right: 29px;
    position: absolute;
}

.right-content .input-group select+i.fa {
    float: right;
    margin-top: -30px;
    margin-right: 5px;
    pointer-events: none;
    background-color: #fff;
    padding-right: 8px;
    color: #cccccc;
    font-size: 22px;
    position: inherit;
    z-index: 8;
}

.right-content .input-group select+i.fa:after {
    font-family: 'fontawesome';
    content: "\f106";
    float: right;
    margin-top: -11px;
    right: 8px;
    position: absolute;
}

.right-content .input-group span {
    background-color: #fff;
}

.right-content .input-group select {
    border: 0px solid #fff;
    border-left: 1px solid #e8e8e8;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

#demo-htmlselect,
.dd-select,
.dd-options {
    width: 100% !important;
    background: #fff !important;
    border-radius: 3px !important;
    max-height: 150px;
}

.dd-pointer-down,
.dd-pointer-up {
    display: none !important;
}

.dd-option-image,
.dd-selected-image {
    max-width: 35px !important;
}

.dd-option label,
.dd-selected label {
    font-weight: normal;
}

#demo-htmlselect+i.fa:after {
    right: 29px;
}

.left-content select+i.fa:after {
    right: 34.5px;
}

.left-content select+i.fa {
    margin-top: -32px;
}

.left-content select+i.fa:after {
    content: " ";
}

.btn-insurance,
.btn-job {
    display: grid;
    width: 100%;
    text-align: center;
    padding: 20px 30px;
    border-color: transparent;
}

.btn-mortage {
    width: 100%;
    text-align: center;
    padding: 5px 30px;
    border-color: transparent;
    font-size: 17px;
}

.btn-insurance img {
    margin: 0 auto 15px;
}

.insurance-detail .active {
    background-color: #337ab7;
    color: #fff;
    box-shadow: 0px 5px 0px 0px #dad9d5;
    border-color: transparent;
}

.btn-main {
    border-color: transparent;
    width: 100%;
    border-radius: 10px;
}

.btn-warning {
    background-color: #f08227;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.btn-warning:hover {
    background-color: #e4602d;
}

.btn-warning:active,
.btn-success:active {
    box-shadow: 0px 0px 0px 0px #E4602D !important;
}

.btn-success {
    color: #fff;
    background-color: #84C04E;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

#button-bottom .btn-warning {
    color: #fff;
    background-color: #f08227;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.side-insurance .list-group a {
    margin-bottom: 10px;
    border-radius: 0px !important;
    box-shadow: 4px 5px 0px 0px #e7e6e2;
    border-color: transparent;
}

.side-insurance .list-group-item {
    padding: 5px 15px;
}

.side-insurance .list-group .badge {
    background-color: transparent;
    color: #cccbc8;
    margin-top: 3px;
}

.side-insurance a,
.side-card a,
.policy .learn li a {
    font-weight: normal;
    color: #151515;
    font-size: 15px;
}

.side-insurance .car-brand {
    color: #9f9a98;
    font-size: 11px;
}

.side-insurance .car-brand:after {
    font-family: 'fontawesome';
    content: "\f105";
    margin: 0px 5px;
}

.side-insurance .car-brand-detail {
    font-size: 12px;
}

.side-insurance .learn li,
.side-card .learn li,
.policy .learn li {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.side-insurance .learn li:last-child,
.side-card .learn li:last-child,
.policy .learn li:last-child {
    border-bottom: 0px solid #fff;
}

.side-insurance .learn li a:hover,
.side-card .learn li a:hover,
.policy .learn li a:hover {
    color: #337ab7;
}

.left-detail .list-group {
    margin-bottom: 0px;
}

.left-detail .list-group label {
    margin-bottom: 10px;
}

.left-detail .list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.left-detail .list-group .active {
    background-color: #337ab7;
    color: #fff;
    box-shadow: unset;
    border-color: transparent;
}

.calculator-body {
    background-color: #f3f2ee;
    margin-top: -67px;
}

.radio {
    margin: 0px;
}

.radio label {
    color: #2c2c2c !important;
}

label.container {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

label.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #d0d0d0;
}

label.container:hover input~.checkmark {
    background-color: #337ab7;
}

label.container input:checked~.checkmark {
    background-color: #337ab7;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

label.container input:checked~.checkmark:after,
.modal-body input:checked~.checkmark:after {
    display: block;
}

.check .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border-radius: 2px;
}

.check .container input:checked~.checkmark {
    background-color: #fff;
}

.check .checkmark:after {
    left: 6px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #337ab7;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.left-content .radio label {
    font-size: 13px;
}

label {
    color: #000;
}


/* slider */

.ui-widget.ui-widget-content {
    border: 0px solid #fff !important;
    height: 4px;
    background-color: #d3d3d3;
    margin: 5px 5px 5px 10px;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    border: 0px solid #c5c5c5 !important;
    background: #337ab7 !important;
    font-weight: normal;
    color: #454545;
}

.ui-slider .ui-slider-handle {
    border-radius: 50%;
    top: -8px !important;
    width: 20px !important;
    height: 20px !important;
}

.ui-widget-header {
    background: #337ab7 !important;
}

.range-info {
    margin: 5px 0px 10px;
}

.price-range-field {
    background-color: transparent;
    border: 0px solid #6e6666;
    color: #337ab7;
    font-family: myFont;
    font: normal 14px Arial, Helvetica, sans-serif;
    border-radius: 5px;
    height: 26px;
    font-weight: 600;
    -webkit-text-fill-color: rgba(119, 170, 67, 1);
    -webkit-opacity: 1;
    color: rgba(119, 170, 67, 1);
}

.min_price_box,
.max_price_box,
.loan-box-content {
    display: block;
}

.left-content .min_price_box label,
.left-content .max_price_box label,
.modal .min_price_box label,
.modal .max_price_box label,
.left-content .loan-box-content label {
    color: #337ab7;
    font-size: 14px;
}

.min_price_box input {
    width: 60%;
}

.max_price_box input,
.loan-box-content input {
    width: 30%;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}


/* end slider */


/* credit card */

.credit-card {
    padding-bottom: 40px;
    padding-top: 80px;
    min-height: 720px;
}

.credit-card .left-detail .col-md-3,
.credit-card .left-detail .col-md-2,
.credit-card .left-detail .col-sm-3,
.credit-card .left-detail .col-sm-2,
.credit-card .left-detail .yes_no .col-md-6 {
    padding-left: 8px;
    padding-right: 8px;
}

.credit-card .left-detail .col-md-3:first-child,
.credit-card .left-detail .col-md-2:first-child,
.credit-card .left-detail .col-sm-3:first-child,
.credit-card .left-detail .col-sm-2:first-child,
.credit-card .left-detail .col-md-6:first-child {
    padding-left: 15px;
}

.credit-card .left-detail .col-md-3:last-child,
.credit-card .left-detail .col-md-2:last-child,
.credit-card .left-detail .col-sm-3:last-child,
.credit-card .left-detail .col-sm-2:last-child,
.credit-card .left-detail .col-md-6:last-child {
    padding-right: 15px;
}

span.pop {
    background-color: #fff;
    padding: 1px 6px;
    border-radius: 14px;
    display: inline-block;
    line-height: 18px;
    margin-left: 5px;
}

span.pop .fa {
    color: #a1a1a1;
    font-weight: normal;
    font-size: 14px;
}

.active.btn-job {
    color: #fff;
    background-color: #337ab7;
    border-color: transparent;
}

.btn-job {
    padding: 13px 10px;
    white-space: normal;
}

.btn-job input[type="radio"]:checked {
    background-color: yellow;
}

.car-box,
.car-box .btn {
    margin-top: 10px;
    /*margin-bottom: 20px;*/
    margin-bottom: 0px;
}

#mortage .col-md-6 {
    padding-right: 8px;
    padding-left: 8px;
}

#mortage .col-md-6:first-child {
    padding-left: 15px;
}

#mortage .col-md-6:last-child {
    padding-right: 15px;
}

.btn-job .img-hover,
.btn-job .img-display {
    margin: 0px auto 5px;
    width: 44px;
}

.btn-no.private,
.btn-no.commercial {
    height: 105px;
}

.private .img-hover,
.private .img-display {
    margin: 20px auto 10px;
    width: 60px;
}

.commercial .img-hover,
.commercial .img-display {
    margin: 0px auto 10px;
    width: 60px;
}

.btn-job .img-hover {
    display: none;
}

.btn-job:hover .img-display,
.active.btn .img-display {
    display: none;
}

.btn-job:hover .img-hover,
.active.btn .img-hover {
    display: block;
}

.map .btn-job {
    height: 103px;
}

.map .btn-job .img-hover,
.map .btn-job .img-display {
    margin: auto auto 10px;
    width: auto;
}

.btn-job span {
    display: contents;
}

.btn-no {
    height: 88px;
}

.text-button {
    margin: auto;
}

.side-card .panel {
    margin-bottom: 30px;
}

.side-card .panel-body img {
    width: 45%;
}

.side-card .panel-body .bank-name img {
    width: 30%;
    margin: 15px 0px 10px;
}

.side-card .learn li:first-child {
    border-top: 1px solid #e8e8e8;
    padding-top: 10px;
}


/* end credit card */


/* claim page */

.claim-page,
.calculator-page {
    padding-top: 50px;
    background-color: #f3f2ee;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.claim-page-bg {
    width: 100%;
    height: auto;
    max-width: 1268px;
    padding-top: 50px;
}

.claim-page-text {
    width: 100%;
    height: auto;
    padding-top: 100px;
    border-radius: 10px;
    background: url('../img/new-assets/claims_bg_white.png');
    background-size: cover;
}

.header-content {
    text-align: center;
    background-color: #f3f2ee;
    padding-bottom: 50px;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 10px;
    background-image: url('../img/new-assets/bg%402x.png');
    background-size: cover;
}

.header-content .header-page {
    padding-top: 100px;
}

.header-content .header-page-home {
    padding-top: 60px;
}

.header-page-home {
    margin-bottom: 20px;
}

.claim-page h2 {
    font-size: 33px;
}

.claim {
    padding: 0px;
}

.form-claim .panel {
    border: 0px solid #fff;
}

.form-claim .panel-body {
    padding: 30px 20px;
}

.form-claim .btn {
    margin-top: 10px;
}

.claim .panel,
.claim .panel-body button {
    margin-top: 10px;
}

.claim .panel-body {
    padding: 30px 20px;
}

.claim-body {
    padding-top: 40px;
    padding-bottom: 40px;
}

.claim-body h3 {
    margin: 0px 0px 20px;
}

.claim-body .numb {
    position: absolute;
    background-color: #337ab7;
    color: #fff;
    padding: 2px 10px;
    border-radius: 3px;
    margin: 8px;
}

.claim-body .panel-body img {
    width: 80px;
    padding: 20px 0px 10px;
}

.claim-body .panel-body h5 {
    margin-bottom: 5px;
}

.claim-body .spot,
.ask {
    margin: 0px 15px 20px;
}

.ask h3 {
    margin-bottom: 50px;
}

.claim-body .tab-pane {
    margin: 35px 0px 0px;
}

.spot .panel {
    box-shadow: 0px 0px 0px #fff;
}

.spot .panel-body {
    padding: 4px;
    -webkit-padding-start: 7px;
    -webkit-padding-end: 7px;
}

.spot .panel-body p {
    line-height: 20px;
    font-size: 13px;
}


/* .card-panel .panel-body {
    padding: 10px 15px;
}

.card-panel .panel {
    border: 0px solid #fff;
    box-shadow: 0px 4px 0px 0px #dad9d5;
    margin-bottom: 30px;
}

.card-panel img {
    max-width: 100px;
    margin-right: 10px;
    margin-top: -40px;
}

.card-panel .panel-body span {
    float: right;
}

.card-panel .panel-body span img {
    margin-bottom: 0px;
    margin-top: 0px;
    margin-right: 0px;
    max-width: 80px;
} */

.claim-body hr {
    margin: 50px 0px;
}

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

.claim-body .tab-pane .panel {
    border-radius: 0px;
    border-color: transparent;
    box-shadow: none;
    border-bottom: 1px solid #e7e7e7;
}

.claim-body .tab-pane .panel-heading {
    background-color: transparent;
    padding: 12px 15px 15px 0px;
}

.claim-body .tab-pane .panel-heading:last-child {
    border-bottom: 0px solid #e7e7e7;
}

.claim-body .tab-pane h2.title {
    font-size: 19px;
    color: #333333;
    margin-bottom: 0px;
    cursor: pointer;
    display: flex;
}

.claim-body .tab-pane .panel-collapse .panel-body {
    border-top: 0px solid #fff;
    font-size: 15px;
    padding-top: 0px;
    padding-bottom: 18px;
}

.claim-body .tab-pane .panel:last-child,
.insurance-archive-page .left-content .form-group {
    border-bottom: 0px solid #fff;
}

.panel-heading .title:before {
    font-family: 'fontawesome';
    content: "\f0d7";
    float: left;
    color: #337ab7;
    font-size: 25px;
    line-height: 15px;
    margin-right: 15px;
}

.panel-heading .title.collapsed:before {
    font-size: 25px;
    line-height: 15px;
    float: left;
    content: "\f0d8";
}

.claim-body .collapse>.in:before {
    font-family: 'fontawesome';
    content: "\f0d7";
    float: left;
    color: #000;
    font-size: 23px;
    line-height: 25px;
    margin-right: 15px;
}

.claim-body .tab-pane .panel-body {
    padding-left: 30px;
}


/* end claim page */

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

.calculator-body {
    padding: 50px 0px 30px;
}

.display-01 {}

.calculator-body tr:first-child td {
    border-top: 0px solid #fff;
}

.calculator-body tr:last-child td {
    border-top: 1px dashed #cbcbcb;
}

.calculator-body tr td {
    border-bottom: 1px dashed #cbcbcb;
}

.progress {
    height: 15px;
    border-radius: 10px;
    margin-bottom: 0px;
}

.progress-bar {
    line-height: 15px;
}

.calculator-body .news .panel {
    background-color: transparent;
}

.modal-body {
    padding: 25px;
}

.modal-body h3 {
    font-weight: 600;
    margin: 0px;
}

.modal-body hr {
    margin: 10px 0px;
}

.modal-body .checkbox label {
    padding-left: 25px;
}

.best-page .breadcrumb-header,
.insurance-archive-page .breadcrumb-header,
.personal-archive-page .breadcrumb-header {
    padding: 125px 0px 80px;
}

.breadcrumb-header {
    background-color: #186c9b;
    color: #fff;
    padding: 35px 0px;
    background-image: url('../img/bg%402x.png');
    background-size: cover;
}

.breadcrumb-header h2,
.breadcrumb-header h3 {
    margin: 0px;
}

.breadcrumb-header .col-xs-2 {
    border-right: 1px solid #4689af;
    border-left: 1px solid #4689af;
}

.breadcrumb-header .col-xs-2 a {
    color: #fff;
}

.breadcrumb-header .col-xs-2:last-child {
    border-left: 0px solid #4689af;
}

.margin_b_0 {
    margin-bottom: 0;
}

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

.margin-02 {
    margin-top: -40px;
}

.margin_t_0 {
    margin-top: 0px;
}

.margin_t_5 {
    margin-top: 5px;
}

.margin_t_15 {
    margin-top: 15px !important;
}

.margin_t_20 {
    margin-top: 20px !important;
}

.background-01 {
    background-color: #f3f2ee;
}

.background-02 {
    background-color: #ffffff;
    padding-top: 0;
}

.accordion-right {
    text-align: right;
}

.modal-body .close {
    font-size: 40px;
    top: 0;
    position: absolute;
    right: 20px;
    color: #000;
    opacity: 1;
    font-weight: normal;
}


/* best deal */

.best-deal .btn-full:hover,
.best-deal .btn-full:focus {
    background-color: #fff;
    outline: none;
    outline-offset: unset;
}

.best-deal-page .claim-page .panel {
    background-color: transparent;
}

.best-deal .panel-body {
    padding: 20px 15px 0px;
}

.best-deal .right-content .panel-body {
    padding: 0px 15px;
}

.best-deal .right-content .panel-body .best-content {
    border-right: 1px solid #f3f3f3;
    padding-top: 20px;
}

.best-deal .right-content .panel-body .card-box {
    padding-top: 20px;
}

.best-deal.archive .right-content .panel-body {
    padding: 0px 15px 0px;
}

.best-deal .right-content .panel-body .best-content hr {
    margin: 5px -15px;
}


/*.best-content .cat-box li,
.cat-box li {
  font-size: 14px;
}*/

.best-content .cat-content li span,
.cat-content li span {
    float: right;
    color: #848484;
}

.best-content .col-sm-4 {
    text-align: center;
}

.collapse-box .media-left {
    line-height: 0px;
}

.wrapper-right,
.archive .best-content {
    padding-top: 20px;
}

.best-deal .nav-tabs {
    border-top: 1px solid #ddd;
}

.best-deal .nav-tabs li {
    text-align: center;
    border-right: 1px solid #ddd;
}

.best-deal .nav-tabs li:last-child {
    border-right: 0px solid #fff;
}

.best-deal .nav-tabs li a,
.best-deal .nav-tabs li.active a {
    border: 0px solid #ddd;
    padding: 10px 60px 0px;
}

.best-deal .nav-tabs li.active {
    border-bottom: 4px solid #186c9b;
}

.best-deal .nav-tabs li a:hover {
    border: 0px solid #fff;
    background-color: transparent;
}

.best-deal .nav-tabs img {
    margin: 0px auto;
    width: 50px;
}

.best-deal .nav-tabs p {
    font-weight: normal;
    font-size: 12px;
}

.best-deal .right-content .panel-heading,
.best-deal .right-content .panel-footer {
    background-color: #fff;
    border-color: #f3f3f3;
}

.best-deal .right-content label {
    font-size: 11px;
    color: #fff;
    padding: 0px 20px;
    border-radius: 4px;
    margin-bottom: 0px;
    margin-left: 15px;
    font-weight: normal;
}

.label-success {
    background-color: #337ab7;
}

.label-success span {
    font-size: larger;
}

.best-deal .right-content .text-right {
    float: right;
    font-weight: normal;
    font-size: 15px;
}

.best-deal .right-content .text-right:before {
    content: '';
}

.best-deal .right-content .popular {
    width: 18px;
    margin-right: 5px;
}

.best-deal .tab-content .right-content .panel-body {
    padding: 10px 15px 0px;
}

.best-deal .tab-content .right-content .media {
    margin-top: 0px;
}

.best-deal .tab-content .right-content .table td {
    padding: 0px;
    border-top: 0px solid #fff;
}

.best-deal .tab-content .right-content .table td img {
    width: 150px;
}

.best-deal .tab-content .right-content .table td h4 {
    margin-bottom: 0px;
}

.text-right button,
.wrapper-right button,
.card-box a.btn {
    padding: 10px 45px;
    border: 0px solid #fff;
    border-radius: 10px;
    font-size: 14px;
}

#loadMore {
    padding: 15px;
    font-size: 15px;
}

.btn-lg:hover .text-success {
    color: #337ab7;
    opacity: 1;
}

.card-box {
    text-align: center;
}

.card-box img {
    width: 110px;
    margin-bottom: 15px;
}

.loan-row {
    margin-left: 15px;
    margin-right: 15px;
}

.best-content .media,
.collapse-box .media,
.archive .media {
    margin-top: 0px;
}

.best-content .media-body p,
.best-footer .media-body p {
    /*font-size: 13px;*/
    margin-bottom: 0px;
    line-height: 20px;
    margin-left: 0px;
}

.best-content h4 {
    font-size: 22px;
    margin-bottom: 0px;
    color: #404040;
}

.best-content .col-sm-2 {
    padding-left: 10px;
    padding-right: 10px;
}

.best-content .list-inline {
    margin-bottom: 0px;
}

.best-content .list-inline li {
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    padding: 5px 18px;
    border-bottom: 0px solid #fff;
    margin: 15px 10px 0px;
}

.best-content .list-inline li:first-child {
    margin-left: 0px;
}

.best-content .list-inline li:last-child {
    margin-right: 0px;
}

.best-content .list-inline a.title {
    color: #186c9b;
    font-size: 12px;
}

.best-content .list-inline li.collapse {
    background: #fff;
    position: relative;
    border-bottom: 1px solid #fff;
    z-index: 8;
}

.best-content .list-inline li a.title.collapsed {
    color: #404040;
    font-size: 12px;
}

.best-content li a .fa {
    color: #a1a1a1;
    font-size: 11px;
}

.best-content .title:after {
    font-family: 'fontawesome';
    content: "\f106";
    float: right;
    color: #337ab7;
    font-size: 23px;
    line-height: 21px;
    margin-left: 5px;
}

.best-content .title.collapsed:after {
    font-family: 'fontawesome';
    font-size: 23px;
    line-height: 21px;
    float: right;
    content: "\f107";
    color: #7f7f7f;
}

.best-content small {
    font-size: 79%;
}

.best-content p {
    font-size: 13px;
    line-height: 15px;
    color: #999999;
}

.right-content .best-footer .collapse.in {
    border-top: 1px solid #f0f0f0;
    margin-top: -2px;
}

.collapse-box {
    padding-top: 20px;
}

.collapse-box p {
    margin: 0;
}

.collapse-box .table>tbody>tr>td {
    border-top: 0px solid #fff;
}

.collapse-box .table>tbody>tr>td:last-child {
    border-right: 0px solid #fff;
}

.collapse-box .pop-up {
    float: none;
    width: 50px;
    height: 50px;
    background-color: #F3F2EE;
    padding: 1px 7px;
    border-radius: 50%;
}

.img-accredited {
    background: #E4EED9;
    border-radius: 50%;
    padding: 13.57px 0px;
    margin-right: 10px;
}

.img-accredited img {
    max-width: 40px;
    margin-left: 3px;
}

.accredited {
    margin-left: 25px;
}

.collapse-box .pop-up .fa {
    color: #A1A1A1;
    font-size: 12px;
}

.best-deal .right-content .collapse-box .label-success {
    font-size: 15px;
    margin-bottom: 15px;
    padding: 5px 25px;
    margin-right: 20px;
}

.best-footer h4,
.collapse-box p,
.collapse-box .cat-box {
    margin-left: 25px;
}

.best-footer .well {
    background-color: #f3f2ee;
    border: 0px solid #fff;
}

.best-content .list-inline a.title.collapsed:hover {
    color: #186c9b;
}

.panel-collapse .well {
    margin-bottom: 0px;
}

.best-footer .table-condensed td {
    border-top: 0px solid #fff;
    padding: 2px;
    color: #4a4a4a;
    font-size: 15px;
}

.archive .panel {
    border: 0px solid #fff;
}

.archive-content {
    border-top: 1px solid #e8e8e8;
}

.archive-content .col-sm-2 {
    width: 14.28%;
    border-right: 1px solid #e8e8e8;
    text-align: center;
}


/*.archive-content .col-sm-2:first-child {
  padding: 0px 3px 0px 15px;
}*/

.archive-content .col-sm-2 {
    padding: 0px;
}

.archive-content .col-sm-2:last-child {
    border-right: 0px solid #e8e8e8;
}

.archive-box {
    padding: 15px 10px;
    margin: 8px 5px 8px;
    border-radius: 3px;
}

.archive-box img {
    margin-bottom: 10px;
    height: 40px;
}

.archive-box .hover,
.archive-content .active .hidden-hover {
    display: none;
    margin: 0 auto;
    margin-bottom: 10px;
    height: 40px;
}

.archive-content .active .hover {
    display: block;
}

.archive-box p {
    margin-bottom: 0px;
    color: #2c2c2c;
}

.active .archive-box,
.active .archive-box p {
    background-color: #337ab7;
    color: #fff !important;
}

.archive-content a:hover .archive-box,
.archive-content a:hover .archive-box p {
    color: #337ab7;
}

.best-page .left-content .switch {
    right: 25px;
    bottom: 5px;
}

.best-page .left-content .switch .yes {
    right: -25px;
    color: #565656;
}

.switch .no {
    left: -20px;
    color: #565656;
}

.best-deal-page .insurance,
.personal-archive-page .insurance,
.insurance-archive-page .insurance {
    margin: 60px 0px;
}

.insurance .nav-tabs li a:hover {
    color: #076b9c;
    background-color: #fff;
    border: 0px solid #ddd;
}

.insurance .nav-tabs li.active a {
    border: 0px solid #ddd;
}

.insurance .nav-tabs li a:hover {
    color: #076b9c;
    background-color: #fff;
    border-bottom: 0px solid #ddd;
}

.bottom a b {
    font-size: 12px;
    font-weight: 600;
    color: #2c2c2c;
}

.bottom .fa {
    /*
  font-size: 20px !important;*/
    color: #2c2c2c;
    margin-left: 3px;
}


/* end best deal */

.right-content .nav-tabs {
    position: absolute;
    border: 1px solid #ddd;
    border-radius: 3px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom: 0px solid #fff;
}

.right-content .nav-tabs li a {
    padding: 10px;
    font-size: 11px;
    color: #151515;
    z-index: 999;
}

.right-content .nav-tabs li a:after {
    font-family: 'fontawesome';
    content: "\f107";
    float: right;
    color: #337ab7;
    font-size: 20px;
    line-height: 18px;
    margin-left: 15px;
}

.right-content .nav-tabs li.active a:after {
    font-family: 'fontawesome';
    content: "\f106";
    float: right;
    color: #337ab7;
    font-size: 20px;
    line-height: 18px;
    margin-left: 15px;
}

.right-content .nav-tabs li.active {
    border-bottom: 0px solid #fff;
    padding: 0px;
}

.right-content .nav-tabs li.active a {
    color: #186c9b;
    padding: 10px;
}

.right-content .tab-content {
    /*border-top: 1px solid #ddd;*/
    margin-top: 10px;
    /*padding-top: 15px;*/
}

.archive .right-content .tab-content {
    margin-top: 0px;
    padding-top: 0px;
}

.table-condensed {
    margin-bottom: 0px;
}

.text-success {
    color: #73a545;
}

.text-warning {
    color: #f08127;
}

.right-content .visible-xs .media-left img {
    width: 30px;
}

.right-content h1,
.right-content h2,
.right-content h3 {
    color: #404040;
    margin-bottom: 0px;
    margin-top: 5px;
}

.right-content h1 span,
.right-content h2 span,
.right-content h3 span {
    font-size: 18px;
}

.right-content .visible-xs .btn-lg {
    width: 100%;
}

.best-deal-page .best-deal .left-content .panel-body {
    padding: 10px;
}

.left-content h4 {
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e7e7e7;
    padding-top: 10px;
    font-size: 14px;
    font-weight: normal;
}

.left-content .panel-title a {
    font-weight: 600;
    font-size: 17px;
}

.left-content h4.panel-title {
    font-weight: 600;
    font-size: 17px;
}

.slidecontainer {
    margin: 10px 0px;
}

.left-content .panel-collapse .form-group {
    border-bottom: 1px solid #e7e7e7;
}

.left-content .form-group:last-child {
    border-bottom: 0px solid #e7e7e7;
}

.left-content .collapse {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 10px;
}

.left-content .collapse:last-child {
    border-bottom: 0px solid #e7e7e7;
    margin-bottom: 0px;
}

.collapse .slider {
    -webkit-appearance: none;
    width: 100%;
    height: 7px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
    margin-bottom: 10px;
}

.collapse .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer;
}

.collapse .slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer;
}

.switch {
    position: relative;
    display: inline-block;
    width: 51px;
    height: 25px;
    float: right;
    bottom: 7px;
    right: 0px;
}

.switch input {
    display: none;
}

.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0px;
    right: 0px;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch .slider:before {
    position: absolute;
    content: "";
    height: 23px;
    width: 23px;
    left: 1px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    z-index: 99;
}

.switch input:checked+.slider {
    background-color: #337ab7;
}

.switch input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

.switch input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Rounded sliders */

.switch .slider.round {
    border-radius: 34px;
}

.switch .slider.round:before {
    border-radius: 50%;
}

.switch .no {
    font-size: 12px;
    left: -20px;
    position: absolute;
    top: 7px;
    font-weight: normal;
    z-index: 9;
    color: #565656;
}

.switch .yes {
    font-size: 12px;
    right: 5px;
    position: absolute;
    top: 7px;
    font-weight: normal;
}

.left-content .title.collapsed:after {
    font-family: 'fontawesome';
    content: "\f107";
    float: right;
    color: #8cb6cd;
    font-size: 23px;
    line-height: 15px;
    margin-right: 0px;
}

.left-content .title:after {
    font-family: 'fontawesome';
    content: "\f106";
    float: right;
    color: #8cb6cd;
    font-size: 23px;
    line-height: 15px;
    margin-right: 0px;
}

.archive,
.personal-loan {
    margin-top: 20px;
}

.best-page .archive {
    margin-top: 0px;
}

.btn-full {
    width: 100%;
    border: 0px solid #fff;
}

.archive .right-content .nav-tabs {
    position: relative;
    margin-top: 10px;
}

.table-price thead>tr {
    background-color: #f4f4f4;
}

.table-price thead>tr>th {
    text-align: center;
    color: #066B9C;
}

.table-price tbody tr:first-child td {
    padding-top: 5px !important;
}

.table-price tbody tr td {
    border-right: 2px solid #f4f4f4;
    padding: 0px 3px 5px;
    font-size: 15px;
}

tr.total {
    border-top: 2px solid #f4f4f4;
}

tr.total td {
    padding-top: 5px !important;
}

.table-price tbody tr:last-child td {
    border-right: 0px solid #f4f4f4;
}

.archive .left-content h2 {
    font-size: 20px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px;
}

.btn-insurance.active:focus,
.btn-insurance.active:hover,
.btn-insurance:hover,
.btn-insurance:active.focus,
.btn-insurance:active:focus,
.btn-insurance:active:hover,
.btn-mortage.active:focus,
.btn-mortage.active:hover,
.btn-mortage:hover,
.btn-mortage:active.focus,
.btn-mortage:active:focus,
.btn-mortage:active:hover {
    color: #fff;
    background-color: #337ab7;
    border-color: #fff;
    box-shadow: 0px 4px 0px 0px #dad9d5;
}

.btn-job.active:focus,
.btn-job.active:hover,

/*.btn-job:hover,*/

.btn-job:active.focus,
.btn-job:active:hover {
    color: #fff;
    background-color: #337ab7;
    border-color: #fff;
}

.btn-job.active .text-success,
.btn-job.active:hover .text-success,
.btn-job:hover .text-success {
    color: #fff;
}

.col-sm-push-9 img {
    width: 80%;
}

.text-center .socmed li {
    margin: 0px 10px;
}

.modal {
    text-align: center;
    padding: 0!important;
}

.modal-contact:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 0.2px 15px rgba(0, 0, 0, .5);
    border: 0px solid rgba(0, 0, 0, .2);
}

.get-started {
    padding: 20px 60px 20px 0px;
}

.get-started .media {
    margin-top: 20px;
    display: initial;
}

.get-started .media-heading {
    margin-top: 10px;
}

.get-started .media-body p {
    font-size: 15px;
}

.get-started .btn-group .btn {
    border: 1px solid #E2E2E2;
    padding: 15px 35px 15px 20px;
    font-size: 14px;
    margin-right: 7px;
}

.get-started .btn-group .btn:hover,
.get-started .btn-group .btn:active {
    background-color: #fff;
    color: #F08127;
    border-bottom: 4px solid #F08127;
    padding-bottom: 12px;
    transform: translateY(0px);
    box-shadow: 0px 4px 0px 0px #dad9d5;
}

.btn-group a .fa {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #F08127;
}

.breadcrumb-content h2 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 34px;
}

.insurance hr {
    border-top: 1px solid #d8d8d8;
    margin: 20px 0px;
}

.insurance h3 {
    margin-bottom: 10px;
}

.insurance .well {
    background-color: #186c9b;
    color: #fff;
    padding: 30px 50px;
    border: 0px solid #fff;
}

.insurance .well h1 {
    font-size: 46px;
    margin-bottom: 5px;
    color: #fff;
}

.insurance .well h4 {
    color: #fff;
    font-weight: normal;
}

.btn-full:hover,
.btn-full:focus,
.btn-full:active,
.btn-full:visited,
.btn-full:active:focus {
    border-color: transparent;
}

.insurance-detail .form-group,
.credit-card .form-group {
    margin-bottom: 25px;
}

.filter-box {
    padding: 15px 15px;
}

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


/* start insurance archive */

.insurance-archive-page {
    padding-bottom: 50px;
}

.personal-archive-page .breadcrumb-header {
    background-image: url(../img/new-assets/pl-bg%402x.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}

.insurance-archive-page .breadcrumb-header {
    background-image: url(../img/new-assets/CI-bg%402x.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}

.wrapper-loans {
    text-align: center;
    margin-top: 20px;
}

.wrapper-loans h2 {
    font-size: 20px;
    margin-bottom: 5px;
}

.wrapper-loans p {
    font-size: 13px;
}

.wrapper-right img {
    max-height: 40px;
    margin-bottom: 10px;
}

.col-sm-pull-4.best-content {
    border-right: 1px solid #f3f3f3;
}

.col-sm-pull-3.best-content {}


/* end start insurance archive */


/* start calculator */

.left_count_box .panel {
    border: 0px solid #fff;
}

.count_box_body {
    padding: 0px 30px;
}

.calculator-page .left_count_box .panel-body {
    padding: 20px 15px 25px;
}

.count_box p {
    margin: 15px 0px;
}

.count_box table tr td {
    border-top: 0px solid #fff;
    border-bottom: 2px dashed #CBCBCB;
    padding: 15px 0px;
    font-size: 15px;
}

.count_table {
    border-bottom: 2px dashed #CBCBCB;
    margin-bottom: 20px;
}

.count_box .table-responsive {
    border: 0px dashed #CBCBCB;
}

.count_box table tr td:last-child {
    text-align: right;
}

.count_box .payment h2,
.count_box .payoff h2 {
    font-size: 32px;
}

.count_box .table,
.count_box .payment,
.count_box .payoff {
    font-size: 13px;
    margin-bottom: 0px;
}

.count_box .payment,
.count_box .payoff {
    margin-top: 20px;
}

.count_box .payoff {
    text-align: right;
}


/* end calculator */


/* personal */

.personal-page {
    margin: 68px 20px 20px;
    background-color: #f3f2ee;
    padding-bottom: 65px;
    padding-top: 65px;
    border-radius: 10px;
}

.bg-dark,
.bg-dark:hover,
.bg-dark:active {
    background-color: #393939;
    color: #fff;
}

.img-app {
    width: 156px;
    margin: 15px auto 20px;
}

.img-app img {
    width: 100%;
}

.personal-box h1 {
    font-size: 40px;
}

.personal-box h2 {
    font-size: 35px;
}

.message-app p,
.not-found-box p {
    font-size: 18px;
    color: #656565;
    margin-bottom: 0px;
}

.personal-box .btn-lg,
.not-found-box .btn-lg {
    margin-bottom: 15px;
    border-radius: 10px;
    font-size: 14px;
    padding: 15px 35px;
}

.personal-box .panel {
    width: 60%;
    margin: 0px auto 25px;
    text-align: left;
    font-size: 14px;
}

.personal-archive-page {
    padding-bottom: 0px;
}

.weight-00 {
    font-weight: normal;
}

.personal-right {
    padding-top: 9%;
    padding-left: 3%;
    padding-right: 6%;
}

.personal-right .btn-lg,
.not-found-box .btn-lg {
    font-size: 14px;
    padding: 15px 40px;
}

.text-danger {
    color: #E4602D;
}

.personal-loan .left-content .input-group-addon,
.credit-card-page .left-content .input-group-addon {
    color: #337ab7;
    font-weight: 600;
    background-color: transparent;
    padding-right: 0px;
}

.personal-loan .left-content .input-group,
.credit-card-page .left-content .input-group {
    border: 1px solid #ccc;
    border-radius: 4px;
}

.personal-loan .left-content .input-group input,
.credit-card-page .left-content .input-group input {
    padding-left: 5px;
    border: 0px solid #fff;
}

.personal-loan .left-content .input-group input:focus,
.personal-loan .left-content .form-control,
.credit-card-page .left-content .input-group input:focus,
.credit-card-page .left-content .form-control {
    box-shadow: none;
}

.personal-loan .best-content .table {
    font-size: 13px;
}

.personal-loan .best-content .table td {
    border-top: 0px solid #fff;
    padding: 3px 0px;
}

.personal-loan .best-content .wrapper-loans {
    margin-top: 0px;
}

.personal-loan .best-content .progress {
    height: 13px;
}

.personal-loan .progress-bar-danger {
    background-color: #337ab7;
}

.personal-loan .progress-bar-success {
    background-color: #2694D1;
}

.progress-bar-success {
    background-color: #337ab7;
}

.personal-loan .progress-bar-warning {
    background-color: #186C9B;
}

.personal-img img {
    width: 60px;
}

.best-content .progress-desc .list-inline {
    margin-left: 0px;
    margin-top: -6px;
}

.best-content .progress-desc .list-inline li {
    margin: 0px;
    padding: 0px;
    border: 0px solid #fff;
    font-size: 11px;
}

span.danger {
    content: '';
    background-color: #186C9B;
    height: 10px;
    border-radius: 3px;
    margin-right: 2px;
    padding: 6px;
    margin-bottom: -2px;
}

span.success {
    content: '';
    background-color: #2694D1;
    height: 10px;
    border-radius: 3px;
    margin-right: 2px;
    padding: 6px;
    margin-bottom: -2px;
}

span.warning {
    content: '';
    background-color: #337ab7;
    height: 10px;
    border-radius: 3px;
    margin-right: 2px;
    padding: 6px;
    margin-bottom: -2px;
}

.personal-loan .panel-collapse .table td {
    font-size: 13px;
    padding: 2px 0px;
}

.personal-loan .panel-collapse tr td .fa {
    color: #F29448;
}

.range-loan #slider-range,
.range-loan #slider-range-loan {
    margin-top: 20px;
}

.range-loan .range-info .min_price_box,
.range-loan .range-info .max_price_box {
    color: #337ab7;
    font-size: 13px;
    font-weight: 600;
}

.range-loan .range-info .max_price_box b {
    float: right;
}


/* end personal */


/* not found */

.not-found,
.policy,
.provider {
    margin-bottom: 20px;
}

.not-found-box {
    margin-bottom: 25px;
}

.not-found-box .img-responsive {
    width: 25%;
    margin: auto;
}

.three-box p,
.not-found .header-page,
.not-found .three-box {
    margin-bottom: 0px;
}

.three-box .panel-footer {
    padding: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.three-box .panel-footer .btn-warning,
.three-box .panel-footer .btn-success {
    box-shadow: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 10px 0px;
}

.three-box .panel-footer .btn:active {
    transform: translateY(0px);
}

.three-box .img-box-2 img {
    width: 43px;
    margin: 25px 0px 20px;
}

.three-box .img-box-3 img {
    width: 43px;
    margin: 25px 0px 20px;
}


/* end not found */


/* Policy */

.policy {
    text-align: left;
    padding-top: 60px;
}

.policy .list-group {
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
}

.policy .list-group a:hover,
.policy .list-group a:active {
    color: #337ab7;
    background-color: transparent;
}

.policy .list-group-item {
    border: 0px solid #fff;
    border-top: 1px solid #EBEBEB;
    padding: 10px 0px;
}

.policy .list-group-item:first-child {
    border-top: 0px solid #EBEBEB;
}

.policy .list-group-item:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.policy h5.main-title {
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 10px;
}

.policy .form-control {
    border-radius: 5px;
    border: 0px solid #fff;
    margin-bottom: 10px;
}

.policy.header-content hr {
    margin: 15px 0px;
}


/* End Policy */


/* provider */

.provider {
    /*
  padding-top: 50px;*/
    text-align: left;
}

.provider-box {
    padding-right: 30px;
    padding-left: 30px;
}

.provider-box-right .panel {
    background-image: url('../img/bg-provider.png');
    background-size: cover;
    border-radius: 10px;
}

.provider-box-right .panel-heading {
    background-color: transparent;
    border-radius: 10px;
    color: #fff;
    padding: 30px 25px 0px;
    border: 0px solid #fff;
}

.provider-box-right .panel-heading h2 {
    color: #fff;
}

.provider-box-right .panel-body {
    padding-top: 0px;
    color: #fff;
    font-size: 13px;
    line-height: 17px;
    padding-bottom: 30px;
}

.provider-box-right .media {
    margin-top: 5px;
}

.provider h2 {
    font-size: 26px;
    margin-bottom: 15px;
}

.provider-box-left .bank-logo {
    width: 190px;
    margin-bottom: 20px;
}

.provider-bottom {
    margin-bottom: 50px;
}

.provider-box .btn-lg {
    margin-bottom: 15px;
    box-shadow: 0px 4px 0px 0px #CAC9C2;
    font-size: 14px;
    width: 100%;
    padding: 15px;
}

.provider-content-wrapper .col-md-4:nth-child(2) {
    border-right: 1px solid #e5e2da;
    border-left: 1px solid #e5e2da;
    min-height: 230px;
}

.provider-box .panel {
    border: 0px solid #fff;
    box-shadow: 0px 0px 0px #fff;
}

.provider-box .panel-heading {
    padding: 25px 25px 10px;
    border: 0px solid #fff;
    background-color: #E5E3DB;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.provider-box .btn-claim img {
    margin: 20px auto 40px;
}

.provider-content {
    margin: 0px 15px;
}

.provider-content h3.text-primary {
    margin-bottom: 15px;
}

.provider-content .form-group {
    margin-left: 10px;
    font-size: 14px;
}

.provider-wrapper {
    border-top: 1px solid #e5e2da;
    margin-top: 30px;
    padding-top: 40px;
    padding-bottom: 30px;
}

.provider-content-wrapper .media-left .fa {
    color: #337ab7;
    padding-top: 5px;
}

.provider-page {
    padding-bottom: 60px;
}

.page-box {
    padding-bottom: 0px;
}

.provider-page .breadcrumb-header {
    padding: 125px 0px 60px;
    background-image: none;
}

.provider-page-box {
    background-color: #F3F2EE;
    margin: 20px;
    padding: 40px 0px;
    border-radius: 10px;
}

.box-provider {
    margin: 20px 45px;
}

.box-provider-logo {
    background-color: #fff;
    padding: 25px 25px;
    text-align: center;
    min-height: 138.08px;
    margin-bottom: 30px;
}

.box-provider-logo img {
    margin: 25px auto;
    max-height: 40px;
}

.box-provider-logo .name-detail {
    min-height: 40px;
    position: relative;
    -webkit-justify-content: center;
    display: flex;
}

.box-provider-logo p {
    font-size: 18px;
    line-height: 20px;
    color: #979290;
    margin-bottom: 0px;
    position: absolute;
    bottom: 0;
}

.credit-card-provider {
    margin-bottom: 60px;
}

.badge-card {
    position: absolute;
    border: 2px solid #337ab7;
    padding: 5px 7px;
    left: -21px;
    background-color: #fff;
    border-right: 0px solid #fff;
    margin-top: -22px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.badge-card img {
    max-width: 20px;
}

.credit-box-provider {
    margin: 0px 75px;
}


/* end provider */


/* ===== MEGA DROPDOWN MENU ==== */

.dropdown-large {
    position: static !important;
}

.dropdown-menu-large {
    width: 100%;
    padding: 0px;
    border-top: 4px solid #d3d6db !important;
    border-radius: 0px;
    border: 0px solid #fff;
}

.dropdown-menu-large>li>ul {
    padding: 0;
    margin: 0;
}

.dropdown-menu-large>li>ul>li {
    list-style: none;
}

.dropdown-menu-large .list-unstyled>li>a {
    display: block;
    padding: 3px 0px;
    clear: both;
    font-weight: 300;
    color: #2c2c2c;
    white-space: normal;
    font-size: 15px;
}

.dropdown-menu-large .list-unstyled>li>a:hover,
.dropdown-menu-large .list-unstyled>li>a:focus {
    color: #9c9fa2 !important;
    background-color: transparent;
}

.dropdown-menu-large .disabled>a,
.dropdown-menu-large .disabled>a:hover,
.dropdown-menu-large .disabled>a:focus {
    color: #999999;
}

.dropdown-menu-large .disabled>a:hover,
.dropdown-menu-large .disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}

.dropdown-menu-large .list-unstyled>li>a.dropdown-header {
    color: #2b2b2b;
    font-size: 18px;
    font-weight: 600;
    padding: 3px 0px;
}

.dropdown-menu-large .list-unstyled>li>a:hover {
    color: #d3d6db !important;
}

.dropdown-menu-large .dropdown-header {
    color: #2c2c2c;
    font-size: 18px;
    font-weight: 600;
    padding: 3px 0px;
}

.navbar-right .dropdown.open>a,
.navbar-right .dropdown.open>a:focus,
.navbar-right .dropdown.open>a:hover {
    background-color: transparent !important;
    color: #3c3c3c !important;
}

.navbar-right .dropdown-menu li a {
    padding: 0px 15px;
    font-size: 13px;
}

.navbar-right .dropdown-menu {
    border-radius: 5px;
    border-top-right-radius: 5px !important;
    border-top-left-radius: 5px !important;
    box-shadow: 0px 2px 0px 0px #e7e5df;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
}

.owl-carousel .item {
    padding: 0px !important;
}

label>small {
    font-weight: normal;
}

.wrapper-img img {
    margin: 40px 0px 25px;
    width: 70px;
}

.side-card .panel,
.left-content .panel {
    border-color: transparent;
    border: 0px solid #fff;
}

.left-content label {
    font-size: 15px;
    color: #404040;
    font-weight: 600;
}

#list-data .data-box {
    display: none;
}

.best-deal .panel,
.data-box.panel {
    border: 0px solid #fff;
}

.right-content #loadMore {
    box-shadow: none;
}

.breadcrumb-content p {
    margin-bottom: 0px;
    padding: 0px 50px;
}

#loadMore {
    box-shadow: none;
    margin-bottom: 15px;
}


/* personal page */

.personal .container {
    display: inline-block;
}

.radio.personal {
    display: flex;
}


/* personal page */

.popover {
    box-shadow: 0 0px 5px rgba(0, 0, 0, .2);
    border: 0px solid rgba(0, 0, 0, .2);
    min-width: 170px;
}

.expiring .input-group-addon {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-right: 0px solid #fff;
    border-radius: 0px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.expiring .form-control {
    height: 47px;
}

.dd-option-text,
.dd-select .dd-selected .dd-selected-text,
.dd-option-selected .dd-option-text {
    line-height: 0px !important;
}

.slider_years {
    float: right;
    right: 0;
    position: absolute;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Page Blog Style */

.form-control.blog-search {
    height: 40px !important;
    border: none;
    box-shadow: none;
    background-color: #eee;
}

.form-control.blog-search::-webkit-input-placeholder {
    color: #646464;
}

.input-group-addon {
    border: none;
}

.media.blog {
    margin: 30px 0;
}

.m-w-100 {
    max-width: 100%;
}

#share-buttons img {
    width: 35px;
    padding: 5px;
    border: 0;
    box-shadow: none;
    display: inline;
}

.dsb-btn {
    margin-right: 15px;
}

.dsb-btn span {
    margin: 0 20px;
}

.blog-detail p {
    margin: 0 0 20px;
    line-height: 28px;
}

.button-side h4.media-heading {
    font-size: 20px !important;
    font-weight: normal !important;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}

.share-button-wrapper {
    margin-top: 20px;
}

.media-body,
.media-left,
.media-right {
    position: relative;
}

.collapse-box .media-body {
    position: unset;
}

.related-articles .more {
    color: #186c9b !important;
    font-weight: normal !important;
    font-size: 17px !important;
    margin: 7px 0;
    display: block;
}

.blog-detail .fa-facebook-square {
    color: #446db0;
}


/* About us override */

.about-us__picture {
    margin-right: -14px;
}

.about-us__picture img {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.about-us__text {
    position: relative;
    padding: 250px 80px 0px;
}

.about-us__text h3 {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 2px;
    opacity: 0.3;
}

.about-us__text h1 {
    font-size: 50px;
    line-height: 1.2;
}

.about-us__text p {
    color: #000;
}

.about-us__text-rotate {
    transform: rotate(270deg);
    position: absolute;
    top: 165px;
    left: -340px;
    width: 100%;
    text-transform: uppercase;
    color: #DFDDD4;
    font-weight: 600;
    letter-spacing: 2px;
}

.about-us__tabs {
    margin-top: 0;
}

.about-us__tabs-header {
    display: block;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    padding: 5px 0;
    border-bottom: 1px solid #f3f3f3;
}

.about-us__tabs-header li {
    position: relative;
    padding: 20px 60px;
}

.about-us__tabs-header>li.active>a,
.about-us__tabs-header>li.active>a:focus,
.about-us__tabs-header>li.active>a:hover {
    border: 0px solid #fff;
}

.about-us__tabs-header li:not(:first-child) {
    border-left: 1px solid #f3f3f3;
}

.about-us__tabs-header li.active a::after
/*,
.about-us__tabs-header li:hover a::after */

{
    content: "";
    position: absolute;
    width: 100%;
    height: 8px;
    bottom: -25px;
    left: 0;
    background-color: #076b9c;
    cursor: pointer;
}

.about-us__tabs-header li a,
.about-us__tabs-header li.active a {
    background-color: transparent;
    height: auto;
    margin-top: 10px;
    border: none;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #076b9c !important;
    font-weight: 600;
    padding: 0 8px;
}

.about-us__tabs-header>li>a,
.about-us__tabs-header>li>a:hover,
.about-us__tabs-header>li.active>a:hover {
    border: none;
    background-color: transparent;
}

.about-us__tabs .tab-content {
    margin: 60px 0;
}

.mission>h4 {
    line-height: 1.8;
    font-size: 20px;
}

.mission>p {
    margin: 20px 0;
}

.boxes-wrapper {
    border-bottom: 1px solid #ececec;
    border-top: 1px solid #ececec;
    margin-bottom: 40px;
}

.box-inner {
    padding: 40px 15px;
}

.box-inner>.media-left img {
    max-width: 80px;
}

.box-inner>.media-body {
    padding: 0 40px;
}


/*.map-wrapper {
  width: 100%;
  text-align: right;
}*/

.map-wrapper {
    width: 127%;
    left: -27%;
    position: relative;
}

.contact-wrapper {
    position: relative;
}


/*.contact-information {
  position: absolute;
  top:50%;
  left:0;
  transform: translateY(-50%);
  background-color: #F3F2EE;
  padding:40px;
}*/

.contact-information {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(34%);
    background-color: #F3F2EE;
    padding: 40px;
    display: inline-table;
}

.contact-information h2 {
    font-size: 36px;
}

.contact-information ul>li {
    color: #000;
}

.socmed-wrapper {
    margin: 40px 0;
}

.socmed [class~=fa-circle] {
    color: #164f71;
}

.socmed-title {
    color: #000;
    font-weight: 600;
    padding: 0 10px;
    text-transform: uppercase;
    font-size: 13px;
}

.more-content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}


/* button toggle */

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

.toggle-box .btn,
.toggle-box .btn:active {
    box-shadow: 0px 0px 2px 0px #929292;
    transform: translateY(0px);
}

.checkbox label .toggle,
.checkbox-inline .toggle {
    margin-left: -20px;
    margin-right: 5px;
}

.toggle {
    position: relative;
    overflow: hidden;
}

.toggle input[type="checkbox"] {
    display: none;
}

.toggle-group {
    position: absolute;
    width: 200%;
    top: 0;
    bottom: 0;
    left: 0;
    transition: left 0.35s;
    -webkit-transition: left 0.35s;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.toggle.off .toggle-group {
    left: -100%;
}

.toggle-on {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    margin: 0;
    border: 0;
    border-radius: 0;
}

.toggle-off {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
}

.toggle-handle {
    position: relative;
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 100%;
    width: 48%;
    border-width: 0 1px;
    border-radius: 20px;
}

.toggle-handle:hover,
.toggle-handle:focus {
    background-color: #fff;
}

.toggle.btn {
    min-width: 59px;
    min-height: 34px;
    border-radius: 20px;
    color: #fff;
}

.toggle-on.btn {
    padding-right: 40px;
    color: #fff;
    background-color: #337ab7;
}

.toggle-off.btn {
    padding-left: 33px;
    background-color: #CCCCCC;
}

.toggle.btn-lg {
    min-width: 79px;
    min-height: 45px;
}

.toggle-on.btn-lg {
    padding-right: 31px;
}

.toggle-off.btn-lg {
    padding-left: 31px;
}

.toggle-handle.btn-lg {
    width: 40px;
}

.toggle.btn-sm {
    min-width: 50px;
    min-height: 30px;
}

.toggle-on.btn-sm {
    padding-right: 20px;
}

.toggle-off.btn-sm {
    padding-left: 20px;
}

.toggle.btn-xs {
    min-width: 35px;
    min-height: 22px;
}

.toggle-on.btn-xs {
    padding-right: 12px;
}

.toggle-off.btn-xs {
    padding-left: 12px;
}


/* hero background */

.video-background {
    padding-top: 150px;
}

img#bg-image-left {
    position: relative;
    top: -110px;
    left: 0%;
    padding-top: 40px;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: 453px;
    object-fit: contain;
    z-index: -100;
    background-size: cover;
    overflow: hidden;
}

img#bg-image-right {
    position: absolute;
    right: 0%;
    padding-top: 50px;
    top: -70px;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: 420px;
    z-index: -100;
    background-size: contain;
    overflow: hidden;
    margin-top: 150px;
}

video#bgvideo {
    position: relative;
    top: 0%;
    left: 0%;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background-size: contain;
}

video#bgvideo2 {
    position: relative;
    top: 0%;
    left: 0%;
    width: 100%;
    height: auto;
    z-index: -100;
    background-size: cover;
}

.shadow-trim {
    box-shadow: 0px 3px 10px 0px #F2F1F2 !important;
}

.video-bottom {
    padding-top: 0px;
    margin-top: -30px;
}

.no_background {
    background-image: none;
}

.no_filter {
    background-color: transparent;
}

.no_background.header-content {
    margin-top: -280px;
    padding-bottom: 0px;
}

.no_filter .three-box .panel {
    background-color: transparent;
    box-shadow: 0px 3px 19px 0px #F2F1F2;
    border: 1px solid #f0f0f0;
    margin-top: -20px;
}

.filter-content {
    background-color: #F3F2EE;
    padding-top: 15px;
    padding-bottom: 25px;
    text-align: center;
}

.filter-content .partners {
    margin-top: 0px;
}

.filter-content .partners .title {
    margin-bottom: 15px;
}

.filter-content .partners .title h4 {
    font-size: 16px;
}

.filter-content .partners .title span {
    background-color: #F5A52D;
    color: #fff;
    border-radius: 15px;
    padding: 2px 15px;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #fff;
    opacity: 1;
}

.modal input[type='radio']:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    margin: 3px 3px;
    border-radius: 50%;
}

.modal input[type=radio]:checked:before {
    background: #337ab7;
}

.modal .input-group {
    border: 1px solid #ccc;
    border-radius: 4px;
}

.modal .input-group-addon {
    color: #337ab7;
    font-weight: 600;
    background-color: transparent;
    padding-right: 0px;
}

.modal .input-group input {
    padding-left: 5px;
    border: 0px solid #fff;
}

.data-box .panel-heading,
.data-box .panel-heading b {
    color: #404040;
    font-weight: 600;
}

.data-box .panel-body,
.data-box .panel-body b {
    font-weight: 400;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    opacity: 0.5 !important;
}

.jumbotron.not-found {
    background-color: #fff;
}

.jumbotron h4 {
    margin-bottom: 50px;
}

.jumbotron .btn {
    padding: 10px 55px;
}

.nav-tabs .fade {
    opacity: 1;
}

.phonenumber {
    padding-top: 8px;
}

.we-found-desktop {
    padding: 0;
    padding-top: 15px;
}

.best-content a:hover {
    cursor: pointer;
}

.best-content a>p {
    color: #2b2b2b;
}

.cat-content span.pop {
    float: unset;
}

.provider-loan-reqdoc li {
    font-size: 14px;
}

.provider-content-wrapper .cc-desc-long {
    margin-bottom: 40px;
}

#list-data .panel-heading img {
    max-height: 34px;
}

#list-data .panel-heading .col-xs-4 {
    text-align: right;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: -2px;
}

.what-you-will-learn {
    margin: 15px 0px 15px;
    width: 200px;
}

.learn-items {
    margin: 15px 23px 15px;
    width: 280px;
}

.more-guides {
    margin: 15px 0px 15px;
    width: 280px;
}

.provider-result-logo {
    display: flex;
    justify-content: center;
    padding-right: 12%;
}

.provider-loan-logo {
    display: flex;
    justify-content: center;
    padding-right: 12%;
}

.credit-card-provider-logo {
    width: 100%;
    height: 100%;
}

.currency-sign span {
    background-color: white;
}

.currency-input {
    background-color: white;
    text-align: left !important;
}

img#cloud1 {
    position: absolute;
    max-height: 100%;
    max-width: 100%;
    height: 25px;
    overflow: hidden;
    margin-top: 155px;
    left: 2.5%;
}

img#cloud2 {
    position: absolute;
    max-height: 100%;
    max-width: 100%;
    height: 25px;
    overflow: hidden;
    margin-top: 240px;
    left: 22%;
}

img#cloud3 {
    position: absolute;
    max-height: 100%;
    max-width: 100%;
    height: 25px;
    overflow: hidden;
    margin-top: 50px;
    left: 27%;
}

img#cloud4 {
    position: absolute;
    max-height: 100%;
    max-width: 100%;
    height: 25px;
    overflow: hidden;
    margin-top: 50px;
    right: 30%;
}

img#cloud5 {
    position: absolute;
    max-height: 100%;
    max-width: 100%;
    height: 25px;
    overflow: hidden;
    margin-top: 190px;
    right: 17%;
}

img#cloud6 {
    position: absolute;
    max-height: 100%;
    max-width: 100%;
    height: 25px;
    overflow: hidden;
    margin-top: 100px;
    right: 5%;
}

.contact-icon img {
    position: relative;
    max-height: 100%;
    max-width: 100%;
    height: 30px;
    margin-right: 5px;
}

.btn-size {
    width: 40%;
    padding: 13px 10px;
    white-space: normal;
    display: grid;
    text-align: center;
    border-color: transparent;
    background-color: #fff;
    color: #0c0c0d;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.cc-btn-margin1 {
    top: -46px;
    left: 210px;
}

.cc-btn-margin2 {
    top: -92px;
    left: 420px;
}

.cc-btn-margin3 {
    top: -138px;
    left: 630px;
}

.cc-btn-margin4 {
    top: -110px;
}

.cc-btn-margin5 {
    left: 210px;
    top: -157px;
}

.cc-btn-margin6 {
    top: -202.5px;
    left: 420px;
}

.btn-size-mb {
    width: 100%;
    padding: 13px 10px;
    white-space: normal;
    display: grid;
    text-align: center;
    border-color: transparent;
    background-color: #fff;
    color: #0c0c0d;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.total-pages-pagination {
    margin-top: 45px;
    margin-left: -5px;
}

.input-income-cc {
    border: none;
    font-weight: 400;
    line-height: 1;
    color: #555;
}

.btn-existing-cc-pl {
    position: relative;
    left: 233%;
    bottom: 45.5px;
}

.btn-job-pl {
    width: 96% !important;
    display: grid;
    text-align: center;
    border-color: transparent;
}

.form-group-cc {
    margin-bottom: 0px;
    margin-top: 20px;
}