/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
a,
p {
    font-size: 16px;
}

h3 {
    font-family: "Open Sans", sans-serif;
}

/*-------------------------------*/

/* column right */
.section__plans--container {
    background-color: white;
    padding: 25px 12px;
}

.section__plans--content-separator {
    margin-top: 40px;
}

/*-------------------------------*/

/* sidebar left */
.sidebar .widget-title {
    color: #012970;
    font-size: 24px !important;
    font-weight: bold;
    position: relative;
    margin: 0 0 30px;
    padding-left: 15px;
    text-transform: uppercase;
    border-left: 3px solid #0275D8;
}

.sidebar-left .widget {
    margin-right: 20px;
}

.widget ul li {
    line-height: 30px;
}

.sidebar .widget ul li a {
    color: #303030;
}

.sidebar .widget ul li a:hover {
    color: #0275D8;
}

.sidebar .widget ul li i {
    margin-right: 5px;
}

.sidebar .btn {
    font-weight: 700;
    font-size: 12px;
    margin-top: 15px;
    padding: 10px 25px;
}

/* Sidebar nav */
.sidebar ul.nav-tabs {
    border: 0;
}

.sidebar ul.nav-tabs li {
    width: 100%;
}

.sidebar ul.nav-tabs li a {
    color: #303030;
    border-radius: 0;
    padding: 15px 0;
    padding-left: 0;
    font-weight: 400;
    border-bottom: 1px solid #ddd;
    display: block;
    transition: 400ms;
}

.sidebar ul.nav-tabs li.active a,
.sidebar ul.nav-tabs li:hover a {
    color: #0275D8;
}

.sidebar ul.nav-tabs li {
    color: #303030;
    line-height: normal;
}

.sidebar ul.nav-tabs li:last-child a {
    border-bottom: 0;
}

/* Service menu */
.sidebar ul.service-menu li {
    width: 100%;
}

.sidebar ul.service-menu li a {
    background-color: #f4f4f4;
    padding: 15px 20px;
    border: 0;
    margin-bottom: 8px;
    position: relative;
    transition: 400ms;
    display: block;
}

.sidebar ul.service-menu li.active a,
.sidebar ul.service-menu li:hover a {
    background: #0275D8;
    color: #fff;
    cursor: pointer;
}

/*-------------------------------*/

.quote-item .quote-text {
    margin: 0 0 10px;
    display: inline-block;
    padding: 0 40px 30px 60px;
    background-color: #fff;
    position: relative;
    font-size: 16px;
    font-style: italic;
}

@media (max-width: 575px) {
    .quote-item .quote-text {
        padding: 0 40px 30px 50px;
    }
}

.quote-item .quote-text:before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-size: 30px;
    left: 0;
    top: 0;
    font-weight: 700;
    color: #ffc009;
}

.testimonial-slide .slick-dots {
    bottom: -35px;
}

img.testimonial-thumb {
    max-width: 80px;
    float: left;
    margin-right: 20px;
    border-radius: 5px;
}

.quote-item-info {
    padding-top: 15px;
    display: inline-block;
}

.quote-author {
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 2px;
    font-weight: 700;
    display: block;
    color: #0275D8;
}

.quote-item-footer {
    margin-top: 0;
    margin-left: 60px;
}

@media (max-width: 575px) {
    .quote-item-footer {
        margin-left: 0;
    }
}

/* Testimonial Border */
.quote-item.quote-border .quote-text-border {
    border: 1px solid #0275D8;
    padding: 20px;
    position: relative;
    line-height: 28px;
    color: #666;
    font-size: 18px;
    text-align: center;
}

.quote-item.quote-border .quote-text-border:before {
    border: 12px solid;
    border-color: #e1e1e1 transparent transparent;
    border-top-color: #0275D8;
    bottom: -24px;
    position: absolute;
    content: "";
    display: block;
    height: 0;
    width: 0;
    left: 0;
    margin: 0 auto;
    right: 0;
}

.quote-item.quote-border .quote-text-border:after {
    border: 12px solid;
    border-color: #fff transparent transparent;
    bottom: -22px;
    position: absolute;
    content: "";
    display: block;
    height: 0;
    width: 0;
    left: 0;
    margin: 0 auto;
    right: 0;
}

.quote-item.quote-border .quote-item-footer {
    margin-left: 0;
    text-align: center;
    margin-top: 35px;
}

.quote-item.quote-border .quote-item-footer img.testimonial-thumb {
    float: none;
    margin: 0;
}

.quote-item.quote-border .quote-item-footer .quote-item-info {
    display: block;
}

/*-------- column right ---------*/

/* Column title */
.column-title {
    color: #012970;
    margin: 0 0 40px;
    font-size: 32px !important;
    font-weight: bold;
}

.column-title-small {
    color: #012970;
    font-size: 28px;
    font-weight: bold;
    margin: 0 0 25px;
}

.mrt-0 {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
}

/*-------------------------------*/

/* ul, ol */
.list-arrow {
    list-style: none;
    margin: 0;
    padding: 0 0 0 15px;
}

.list-arrow {
    padding: 0;
}

ul.list-arrow li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    margin-right: 10px;
    color: #0275D8;
    font-size: 16px;
    font-weight: bold;
}

/*-------------------------------*/

/* Call to action */
.call-to-action {
    background-color: #272d33;
    padding: 30px;
}

.call-to-action-title {
    color: #fff;
    margin: 0;
    padding: 25px 0;
    line-height: normal;
    font-size: 22px;
    text-transform: capitalize;
}

.action-title {
    color: #fff;
    margin: 0;
    line-height: 36px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

/*-------------------------------*/

.accordion-group .card {
    border-radius: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #dfdfdf !important;
}

.accordion-group .card-body {
    padding: 15px 20px;
    color: #444444;
}

.accordion-group .card-body img {
    max-width: 100px;
    margin-bottom: 10px;
}

.accordion-group .card-header .btn {
    color: #012970;
    font-size: 16px;
    font-weight: bold;
    padding: 13px 15px;
    padding-bottom: 10px;
    text-decoration: none;
    text-transform: uppercase;
}

.accordion-group .card-header .btn:before {
    top: 12px;
    z-index: 0;
    color: #fff;
    right: 16px;
    font-size: 14px;
    transition: 0.3s;
    content: "\f107";
    font-weight: 700;
    text-align: center;
    border-radius: 3px;
    position: absolute;
    padding: 3px 8px 1px;
    background-color: #333;
    font-family: "Font Awesome 5 Free";
}

.accordion-group .card-header .btn[aria-expanded=true] {
    color: #0275D8;
}

.accordion-group .card-header .btn[aria-expanded=true]::before {
    content: "\f106";
    background-color: #0275D8;
}

.accordion-group.accordion-classic .card-header .btn:before {
    display: none;
}

/*-------------------------------*/

@media (min-width: 992px) {
    .lg-column-two-mt {
        display: none;
    }
}

/*------------------------------*/

.content-inner-page {
    display: none;
}

.active-content {
    display: block;
}

.nav-link.active {
    color: white !important;
    background-color: #0275D8 !important;
}

/*-----------------------------*/

.carousel-caption {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 5px;
    color: #f8f9fa;
    text-shadow: 2px 2px 4px #000000;
}

.carousel-caption h5 {
    font-family: "Open Sans", sans-serif;
    font-size: 1.5em;
    font-weight: bold;
}

.carousel-caption p {
    font-size: 1em;
}

/*------------------------*/

.carousel-item {
    --bs-aspect-ratio: 66%;
}

.carousel-item img {
    object-fit: cover;
}