.t-section-area {
    font-family: 'Inter';
    font-size: 14px;
}

.sidebar-area {
    top: 100px;
    overflow: auto;
    height: calc(100vh - 100px);
    z-index: 4;
    padding-top: 20px;
}

.section-sidebar h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
    margin: 0 0 5px 1rem;
    color: #383838;
    font-family: Poppins, sans-serif;
}

.sidebar-area .nav-pills .nav-link {
    border-radius: 0.5rem;
    color: #0c1920;
    display: block;
    padding: 8px 16px;
    padding: 0.5rem 1rem;
    font-size: 16px;
    display: block;
    width: 100%;
}

.sidebar-area .nav-pills .nav-link.active {
    background: transparent;
    color: #2b56c3;
    position: relative;
}

.sidebar-area .nav-pills .nav-link.active:before {
    background: #2b56c3;
    border-radius: 0.5rem;
    bottom: 8px;
    bottom: 0.5rem;
    content: "";
    left: 0;
    position: absolute;
    top: 8px;
    top: 0.5rem;
    width: 4px;
    width: 0.25rem;
}

.section-sidebar {
    margin-bottom: 20px;
}

.sidebar-input {
    background-color: #f9f9f9;
    border-radius: 0.75rem;
    padding: 24px 16px;
    padding: 1.5rem 1rem;
}

.sidebar-input h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    font-family: Poppins, sans-serif;
}

.input-box {
    border-radius: 0.75rem;
    box-shadow: inset 0 0 0 0.0625rem #797e8b;
    color: #797e8b;
    font-size: 14px;
    line-height: 24px;
    padding: 8px 16px;
    position: relative;
    background: #fff;
    margin: 0 0 15px;
}

.input-box input {
    width: 100%;
    border: 0;
    margin: 0;
    box-shadow: 0 0 0;
    border-radius: 0;
    padding: 0;
    height: auto;
    line-height: initial;
}

.input-box input:focus {
    outline: 0;
}

.sidebar-input button {
    background: #2196f3;
    border: 0;
    border-radius: 0.75rem;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 3;
    margin: 0;
    padding: 0 16px;
    width: 100%;
    font-family: Inter, sans-serif;
}

.sidebar-input button:hover {
    background: #59b5ff;
}

.author-image {
    width: 78px;
    overflow: hidden;
    border-radius: 50%;
    height: 78px;
}

.author-box {
    display: flex;
    align-items: center;
    margin: 0 0 30px;
}

.author-text {
    flex: 1;
    margin-left: 25px;
}

.author-text h2 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 32px;
    line-height: 2rem;
    margin: 0;
}

.author-text p {
    font-size: 14px;
    font-size: .875rem;
    line-height: 24px;
    line-height: 1.5rem;
    margin: 0;
}

.author-text h3 {
    color: #909398;
    font-size: 14px;
    font-size: .875rem;
    line-height: 24px;
    line-height: 1.5rem;
    margin: 0;
}

.fact-box {
    background-color: #f9f9f9;
    border-radius: 0.75rem;
    font-size: 14px;
    font-size: .875rem;
    line-height: 24px;
    line-height: 1.5rem;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    padding: 24px;
    padding: 1.5rem;
}

.fact-box h3 {
    display: inline;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 24px;
    line-height: 1.5rem;
    margin-top: 0;
    vertical-align: middle;
}

.fact-box h3 img {
    margin-right: 10px;
}

.fact-box ul {
    font-size: 14px;
    font-size: .875rem;
    line-height: 24px;
    line-height: 1.5rem;
    margin-bottom: 0;
    margin-left: 15px;
    margin-top: 8px;
    margin-top: 0.5rem;
}

.section-box h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    margin-bottom: 16px;
    color: #0c1920;
    font-family: Poppins, sans-serif;
}

.section-box p {
    margin: 0 0 24px;
    margin: 0 0 1.5rem;
}

.section-box table {
    border: 1px solid #f4f4f5;
    border-collapse: separate;
    border-radius: 12px;
    border-spacing: 0;
    font-size: 14px;
    font-size: .875rem;
    line-height: 24px;
    line-height: 1.5rem;
    margin: 0 auto 10px;
    width: 100%;
}

.section-box table tr:nth-child(odd) {
    background: #fff;
}

.section-box table tbody tr:nth-child(even) {
    background: #f9f9f9;
}

.section-box table tbody tr:hover {
    background: #f4f4f5;
}

.section-box table th {
    background: #f2f7ff;
    color: #383838;
    font-weight: 600;
}

.section-box table th,
.section-box table td {
    padding: 16px 24px;
    text-align: left;
    vertical-align: top;
    word-break: normal;
    font-family: Inter, sans-serif;
    font-size: 14px;
    line-height: 24px;
}

.section-box table th:first-child {
    border-top-left-radius: 12px;
}

.section-box table th span {
    font-size: small;
}

.section-box table tbody h3 {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    font-family: Poppins, sans-serif;
    margin: 0 0 5px;
}

.section-box table tbody p {
    margin: 0;
}

.note {
    color: #7e7e7e;
    line-height: 24px;
    margin: 8px 0 16px;
    font-size: 14px;
}

.promo-box {
    background: #fff;
    border-radius: 0.75rem;
    box-shadow: 0 0 0 0.0625rem #d3d4db;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    position: relative;
}

.promo-box .number {
    position: absolute;
    right: 24px;
    right: 1.5rem;
    top: -2px;
}

.promo-box-head {
    padding: 24px;
    padding: 1.5rem;
    -ms-flex-pack: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: start;
    border-bottom: 1px solid #eee;
}

.promo-box-head h2 {
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 30.4px;
    line-height: 1.9rem;
    margin: 0 0 15px;
}

.promo-box-head h2 a {
    color: #0c1920;
}

.promo-box-head p {
    color: #383838;
    font-weight: 400;
    margin: 0;
}

.promo-box .number span {
    color: #fff;
    left: 50%;
    position: absolute;
    top: 14px;
    transform: translateX(-50%);
}

.promo-box .number svg {
    height: 66px;
    width: 54px;
}

.promo-box ul {
    margin: 0;
    padding: 24px;
    padding: 1.5rem;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 14px;
    line-height: 24px;
}

.promo-box ul li strong {
    font-weight: 700;
    font-style: italic;
}

.promo-box ul li {
    padding-right: 20px;
}

.promo-box ul li:before {
    background: #0c1920;
    border-radius: 50%;
    content: "\A";
    display: inline-block;
    height: 4px;
    height: 0.25rem;
    margin-right: 16px;
    margin-right: 1rem;
    vertical-align: middle;
    width: 4px;
    width: 0.25rem;
    white-space: pre;
}

.promo-box ul li:first-child:before {
    display: none;
}

.town-box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
    margin: 30px 0;
}

.town {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    box-shadow: 1px 1px 6px 0 rgb(0 0 0 / 10%);
    color: #000;
    cursor: pointer;
    display: block;
    padding: 8px;
    text-decoration: none;
}

.town figure {
    display: flex;
    margin: 0;
    align-items: center;
}

.town figure img {
    border-radius: 4px;
    margin-right: 10.66667px;
    width: 80px;
}

.town figure figcaption span {
    color: #343a40;
    display: block;
    font-weight: 700;
    margin: 0;
}

.town figure figcaption small {
    font-size: 12px;
    color: #000;
}

.town:hover {
    border-color: #00b1cf;
    color: #00b1cf;
}

.section-box h4 {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 32px;
    line-height: 2rem;
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
}

.faq-list {
    margin-bottom: 30px;
}

.faq-box {
    background: #fff;
    border-radius: 0.75rem;
    box-shadow: 0 0 0 0.0625rem #d3d4db;
    position: relative;
    color: #383838;
    list-style: none;
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
}

.faq-box h3 {
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    align-items: center;
    background: none;
    border: 0;
    cursor: pointer;
    display: flex;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    padding: 24px;
    text-align: left;
    width: 100%;
    margin: 0;
    position: relative;
    font-family: Poppins, sans-serif;
}

.faq-box h3:before {
    content: "";
    background: url(../img/ExpandArrowOutline.svg) no-repeat scroll 0 0 / 100%;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 20px;
    transition: 0.2s;
    transform: rotate(180deg);
}

.faq-box h3.collapsed:before {
    transform: rotate(0);
}

.faq-body {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    overflow: hidden;
    padding: 16px 24px 24px;
    padding: 1rem 1.5rem 1.5rem;
}

.single-post {
    background: #fff;
    border-radius: 0.75rem;
    box-shadow: 0 0 0 0.0625rem #d3d4db;
    box-shadow: 0 0.1875rem 0.75rem rgb(0 0 0 / 10%);
    padding: 0;
    position: relative;
    display: flex;
    margin: 0 0 20px;
}

.post-image {
    width: 280px;
}

.post-image img {
    border-radius: 0.75rem 0 0 0.75rem;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.post-text {
    flex: 1;
}

.post-text {
    padding: 32px;
    padding: 2rem;
}

.post-text h3 {
    color: #272f3d;
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    font-family: Poppins, sans-serif;
}

.post-text h3 a {
    color: #272f3d;
}

.box-quotes {
    background-color: #f9f9f9;
    -moz-column-gap: 32px;
    column-gap: 32px;
    display: flex;
    margin: 0 0 20px;
    padding: 20px;
}

.box-form h2 {
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 40px;
    line-height: 2.5rem;
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

.box-form ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.box-form ul li {
    position: relative;
    padding-left: 25px;
}

.box-form ul li:before {
    content: "";
    background: url(../img/check.svg) no-repeat scroll 0 0 / 100%;
    width: 14px;
    height: 12px;
    position: absolute;
    top: 7px;
    left: 0;
}

.author-details {
    background-color: #f9f9f9;
    border-radius: 0.75rem;
    font-size: 14px;
    font-size: .875rem;
    line-height: 24px;
    line-height: 1.5rem;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    padding: 24px;
    padding: 1.5rem;
}

.author-details-head {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}

.author-details-image {
    width: 78px;
    border-radius: 50%;
    height: 78px;
    overflow: hidden;
}

.author-details-text {
    flex: 1;
    padding-left: 25px;
}

.author-details-text h2 {
    margin: 0;
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 40px;
    line-height: 2.5rem;
}

.author-details-text p {
    margin: 0;
}

.author-details-text p img {
    margin-right: 7px;
}

.author-details p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 32px;
    line-height: 2rem;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}

.author-details a img {
    margin-right: 10px;
}

#scrollUp {
    background: rgba(0, 0, 0, .4);
    border-radius: 5px 0 0 5px;
    bottom: 125px;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    right: 0;
    text-align: center;
    transition: background-color .3s, opacity .5s, visibility .5s;
    width: 40px;
}

#scrollUp:before {
    border: solid #fff;
    border-width: 0 3px 3px 0;
    content: "";
    display: inline-block;
    margin-top: 18px;
    padding: 3px;
    transform: rotate(-135deg);
}

.review_listing {
    background-color: #fff;
    border-radius: 3px;
    padding: 25px;
    box-sizing: content-box;
    box-shadow: 0 2px 4px rgba(3, 27, 78, 0.06);
    margin-bottom: 30px;
}

.review_listing figure {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    display: block;
    position: relative;
    float: left;
    margin-right: 15px;
}

.review_listing figure img {
    width: 40px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.review_listing small {
    display: block;
    font-weight: 500;
    margin-top: 3px;
    font-size: 13px;
    font-size: 0.8125rem;
}

.review_listing h3 {
    font-size: 14px;
    font-size: 0.875rem;
    color: #999;
    margin: 8px 0 3px 0;
}

.review_listing h3 strong {
    color: #222;
    font-weight: 500;
}

.review_listing h4 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 15px;
}

.review_listing ul {
    margin: 0;
    text-align: center;
    color: #999;
}

.review_listing ul li {
    display: inline-block;
}

.review_listing ul li:first-child {
    float: left;
}

.review_listing ul li:last-child {
    float: right;
}

.review_listing ul li strong {
    margin-right: 3px;
    font-weight: 600;
}

.rating {
    color: #999;
    font-size: 12px;
    font-size: 0.75rem;
}

.rating i {
    width: 20px;
    border-radius: 3px;
    height: 20px;
    font-size: 12px;
    font-size: 0.75rem;
    display: inline-block;
    background-color: #32a067;
    color: #fff;
    line-height: 20px;
    text-align: center;
    margin-right: 2px;
}

.rating i.empty {
    background-color: #ccc;
}

.rating em {
    display: inline-block;
    margin-left: 10px;
    font-weight: 700;
}

.reviews_summary {
    background-color: #051d4d;
    border-bottom: 1px solid #ededed;
    font-family: "Roboto", Arial, sans-serif;
}

@media (max-width: 991px) {
    .reviews_summary {
        margin-top: 45px;
    }
}

@media (max-width: 767px) {
    .reviews_summary {
        text-align: center;
    }
}

.reviews_summary .wrapper {
    background: rgba(0, 0, 0, 0.4);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), transparent);
    padding: 60px 0 55px 0;
}

.reviews_summary figure {
    width: 120px;
    height: 120px;
    overflow: hidden;
    display: block;
    position: relative;
    float: left;
    margin-right: 20px;
    background-color: #fff;
    border-radius: 3px;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .reviews_summary figure {
        float: none;
        margin: 0 auto 10px auto;
    }
}

.reviews_summary figure img {
    width: 120px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.reviews_summary small {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    color: #999;
    margin-top: 5px;
    display: inline-block;
}

.reviews_summary h1 {
    font-weight: 500;
    color: #fff;
    font-size: 2.25rem;
    margin-bottom: 0.5rem;
    margin-top: 5px;
}

@media (max-width: 767px) {
    .reviews_summary h1 {
        font-size: 32px;
        font-size: 2rem;
    }
}

.reviews_summary .rating {
    font-size: 0.875rem;
    top: 0;
}

@media (max-width: 767px) {
    .reviews_summary .rating {
        margin: 0 0 15px 0;
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .reviews_summary .rating em {
        margin: 10px 0 0 0;
        display: block;
    }
}

.reviews_summary .rating i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-size: 1rem;
}

@media (max-width: 991px) {
    .review_detail {
        margin-top: 30px;
    }
}

@media (max-width: 991px) {
    .review_detail {
        margin-top: 15px;
    }
}

.review_detail strong {
    font-size: 12px;
    font-size: 0.75rem;
    color: #999;
    position: relative;
    top: -3px;
}

.review_detail .progress {
    margin-bottom: 11px;
    border-radius: 3px;
    height: 15px;
}

.review_detail .progress.last {
    margin-bottom: 0;
}

.review_detail .progress-bar {
    background-color: #3578fa;
}

.review_card {
    background-color: #fff;
    border-radius: 3px;
    padding: 25px 25px 0 25px;
    margin-bottom: 30px;
    box-shadow: 0 2px 4px rgba(3, 27, 78, 0.06);
}

@media (max-width: 767px) {
    .review_card .user_info {
        margin-bottom: 10px;
    }
}

.review_card .user_info figure {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .review_card .user_info figure {
        float: left;
    }
}

.review_card .user_info figure img {
    width: 50px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.review_card .user_info h5 {
    font-size: 13px;
    font-size: 0.8125rem;
}

@media (max-width: 767px) {
    .review_card .user_info h5 {
        float: left;
        margin: 18px 0 0 15px;
    }
}

.review_card .review_content h4 {
    font-size: 18px;
    font-size: 1.125rem;
}

.review_card .review_content .rating {
    float: left;
}

@media (max-width: 575px) {
    .review_card .review_content .rating {
        float: none;
        display: block;
    }
}

@media (max-width: 575px) {
    .review_card .review_content .rating em {
        float: none;
        display: inline-block;
        margin-left: 10px;
    }
}

.review_card .review_content em {
    color: #999;
    float: right;
}

@media (max-width: 575px) {
    .review_card .review_content em {
        float: none;
        display: block;
        margin-top: 10px;
        margin-left: 0;
    }
}

.review_card .review_content ul {
    margin: 0 0 25px 0;
    padding: 0;
}

.review_card .review_content ul li {
    display: inline-block;
    font-size: 13px;
    font-size: 0.8125rem;
    margin-right: 0;
}

@media (max-width: 575px) {
    .review_card .review_content ul li span {
        display: none;
    }
}

.review_card .review_content ul li a {
    background-color: #ededed;
    padding: 5px 10px;
    border-radius: 3px;
    color: #555;
}

.review_card .review_content ul li a:hover {
    background-color: #ccc;
}

.review_card .review_content ul li a i {
    margin-right: 5px;
}

@media (max-width: 575px) {
    .review_card .review_content ul li a i {
        margin-right: 0;
    }
}

.review_card .review_content ul li:last-child {
    float: right;
    margin-right: 0;
}

.review_card .review_content ul li:last-child a {
    padding: 5px 7px;
    text-align: center;
}

.review_card .review_content ul li:last-child a i {
    margin: 0;
    text-align: center;
}

.review_card .reply {
    padding-top: 30px;
}

@media (max-width: 767px) {
    .review_card .reply .user_info {
        display: none;
    }
}

.review_card .reply .user_info figure {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
}

.review_card .reply .user_info figure img {
    width: 50px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.review_card .reply .user_info h5 {
    font-size: 14px;
    font-size: 0.875rem;
}

.review_card .reply .review_content {
    border-left: 5px solid #ededed;
    padding-left: 20px;
}

@media (max-width: 575px) {
    .review_card .reply .review_content strong {
        display: block;
    }
}

.review_card .reply .review_content em {
    color: #999;
    font-style: italic;
    float: right;
}

@media (max-width: 575px) {
    .review_card .reply .review_content em {
        float: none;
        display: block;
        margin-top: 10px;
    }
}

.box_general {
    background-color: #fff;
    padding: 25px;
    margin-bottom: 30px;
    border-radius: 3px;
    box-shadow: 0 2px 4px rgba(3, 27, 78, 0.06);
}

.box_general.company_info {
    padding-bottom: 1px;
}

.box_general.company_info h3,
.box_general.company_info h4 {
    font-weight: 500;
}

.box_general.company_info p {
    margin-bottom: 15px;
}

.box_general.company_info .follow_company a {
    font-size: 21px;
    font-size: 1.3125rem;
    color: #999;
    display: inline-block;
    margin-right: 5px;
}

.box_general.company_info .follow_company a:hover {
    color: #3578fa;
}

.review-card-area {
    padding-top: 60px;
    padding-bottom: 35px;
    background: #eef3f7;
    font-family: "Roboto", Arial, sans-serif;
}

.clear:after,
.pagination:after,
.clear:before,
.pagination:before {
    content: "";
    display: table;
}

.clear:after,
.pagination:after {
    clear: both;
}

.pagination__wrapper {
    height: 50px;
    padding-top: 0;
    margin-bottom: 0;
    position: relative;
    text-align: center;
    width: 100%;
}

@media (max-width: 991px) {
    .pagination__wrapper {
        margin-bottom: 30px;
    }
}

.pagination__wrapper:before {
    top: -1px;
}

.pagination__wrapper:after {
    bottom: -1px;
}

@-webkit-keyframes hoverAnimation {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes hoverAnimation {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.pagination {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.pagination li {
    display: block;
    float: left;
    padding: 5px;
}

.pagination li:first-child {
    border: none;
}

.pagination a,
.pagination span {
    background: none;
    border: none;
    border-radius: 50%;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.6);
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    min-width: 40px;
    padding: 0;
}

.pagination a {
    outline: none;
    position: relative;
    transition: all 170ms linear;
}

.pagination a:before {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    content: "";
    cursor: pointer;
    height: 0;
    left: 50%;
    opacity: 0;
    position: absolute;
    transform: translate(-50%, -50%);
    transition: all 170ms linear;
    top: 50%;
    width: 0;
}

.pagination a:hover:not(.active) {
    color: black;
}

.pagination a:hover:not(.active):before {
    -webkit-animation: hoverAnimation 510ms linear forwards;
    animation: hoverAnimation 510ms linear forwards;
    height: 40px;
    width: 40px;
}

.pagination a.active {
    background: #3578fa;
    color: white;
    cursor: default;
}

.pagination .prev,
.pagination .next {
    font-size: 14px;
}

.review-top {
    top: 130px;
    margin-bottom: 30px;
}

.btn_top {
    border: none;
    color: #fff;
    background: #3578fa;
    outline: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    color: #fff !important;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    border-radius: 3px;
    line-height: 1 !important;
    padding: 10px 15px !important;
    position: relative;
    top: 2px;
}

.btn_top:hover {
    background-color: #FFC107;
    color: #222;
    opacity: 1;
}

/*
    Stairlifts
*/
.t-hero-area {
    padding: 40px 0 0;
    background: linear-gradient(to bottom, #f6f6f6 0%, rgba(255, 255, 255, .5));
}

.t-hero-area>.container {
    max-width: 1273px;
}

.t-hero {
    background: linear-gradient(0deg, rgb(3 3 3 / 30%), rgb(3 3 3 / 30%)), url(../img/cheap-car-insurance.png) no-repeat scroll center center / cover;
    min-height: 550px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    font-family: 'Raleway', sans-serif;
    padding: 50px 0 30px;
}





.t-hero6 {
    background: linear-gradient(0deg, rgb(3 3 3 / 30%), rgb(3 3 3 / 30%)), url(../img/compare-home-insurance.jpeg) no-repeat scroll center center / cover;
    min-height: 550px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    font-family: 'Raleway', sans-serif;
    padding: 50px 0 30px;


}



.t-hero5 {
    background: linear-gradient(0deg, rgb(3 3 3 / 30%), rgb(3 3 3 / 30%)), url(../img/compare-life-insurance.jpeg) no-repeat scroll center center / cover;
    min-height: 550px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    font-family: 'Raleway', sans-serif;
    padding: 50px 0 30px;



}





.t-hero4 {
    background: linear-gradient(0deg, rgb(3 3 3 / 30%), rgb(3 3 3 / 30%)), url(../img/compare-car-insurance.png) no-repeat scroll center center / cover;
    min-height: 550px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    font-family: 'Raleway', sans-serif;
    padding: 50px 0 30px;




}



.t-hero3 {
    background: linear-gradient(0deg, rgb(3 3 3 / 30%), rgb(3 3 3 / 30%)), url(../img/semi-truck-insurance.png) no-repeat scroll center center / cover;
    min-height: 550px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    font-family: 'Raleway', sans-serif;
    padding: 50px 0 30px;



}




.t-hero2 {
    background: linear-gradient(0deg, rgb(3 3 3 / 30%), rgb(3 3 3 / 30%)), url(../img/contingency-lawyers.jpeg) no-repeat scroll center center / cover;
    min-height: 550px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    font-family: 'Raleway', sans-serif;
    padding: 50px 0 30px;


}






.t-hero6 h3 {
    color: #fff;
    font-size: 40px;
    margin: 0;
    padding: 0;
    line-height: 54px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;


}



.t-hero5 h3 {
    color: #fff;
    font-size: 40px;
    margin: 0;
    padding: 0;
    line-height: 54px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;



}



.t-hero4 h3 {
    color: #fff;
    font-size: 40px;
    margin: 0;
    padding: 0;
    line-height: 54px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;




}





.t-hero3 h3 {
    color: #fff;
    font-size: 40px;
    margin: 0;
    padding: 0;
    line-height: 54px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;





}




.t-hero2 h3 {
    color: #fff;
    font-size: 40px;
    margin: 0;
    padding: 0;
    line-height: 54px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;




}





.t-hero h3 {
    color: #fff;
    font-size: 40px;
    margin: 0;
    padding: 0;
    line-height: 54px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

.t-hero h3 a {
    font-style: normal;
    font-weight: 600;
    color: #fff;
    position: relative;
    z-index: 1;


}




.t-hero2 h3 a {
    font-style: normal;
    font-weight: 600;
    color: #fff;
    position: relative;
    z-index: 1;



}






.t-hero6 h3 a {
    font-style: normal;
    font-weight: 600;
    color: #fff;
    position: relative;
    z-index: 1;


}


.t-hero5 h3 a {
    font-style: normal;
    font-weight: 600;
    color: #fff;
    position: relative;
    z-index: 1;


}



.t-hero4 h3 a {
    font-style: normal;
    font-weight: 600;
    color: #fff;
    position: relative;
    z-index: 1;



}




.t-hero3 h3 a {
    font-style: normal;
    font-weight: 600;
    color: #fff;
    position: relative;
    z-index: 1;




}





.t-hero6 h3 a:before {
    content: "";
    background: #2196f3;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 20%;
    width: 100%;
    transition: 0.3s;
    z-index: -1;




}




.t-hero5 h3 a:before {
    content: "";
    background: #2196f3;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 20%;
    width: 100%;
    transition: 0.3s;
    z-index: -1;




}






.t-hero4 h3 a:before {
    content: "";
    background: #2196f3;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 20%;
    width: 100%;
    transition: 0.3s;
    z-index: -1;




}






.t-hero3 h3 a:before {
    content: "";
    background: #2196f3;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 20%;
    width: 100%;
    transition: 0.3s;
    z-index: -1;



}




.t-hero2 h3 a:before {
    content: "";
    background: #2196f3;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 20%;
    width: 100%;
    transition: 0.3s;
    z-index: -1;


}



.t-hero h3 a:before {
    content: "";
    background: #2196f3;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 20%;
    width: 100%;
    transition: 0.3s;
    z-index: -1;
}

.t-hero h3 a:hover:before {
    height: 100%;
}

.t-hero-form {
    margin-top: 40px;
    border-radius: 50px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 12%);
    padding: 9px;
    max-height: 68px;
}

.t-hero-form-box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.t-hero-form-input {
    flex: 1;
    border-right: 1px solid #e9e9e9;
    position: relative;
    padding: 0 15px;
    min-height: 50px;
    display: flex;
    align-items: center;
}

.t-hero-form-input input {
    background: #fff;
    margin: 0;
    padding: 0;
    height: 44px;
    line-height: 44px;
    border: 0;
    width: 100%;
}

.t-hero-form-input [type=submit] {
    font-size: 18px;
    font-weight: 600;
    padding: 0 40px;
    margin-right: 1px;
    height: 50px;
    background-color: #2196f3;
    line-height: 26px;
    transition: all 0.2s ease-in-out;
    border-radius: 50px;
    color: #fff;
    border: 0;
}

.t-hero-form-input:last-child {
    flex: none;
    border: 0;
    padding-right: 0;
}

.t-hero-form-input .select2-selection.select2-selection--single {
    border: none;
    font-weight: 600;
    box-shadow: none;
    background: transparent;
    color: #666;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: 0;
    margin: 0;
    top: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    transition: 0.2s;
    color: #b0b0b0;
    display: inline-block;
    text-align: center;
    line-height: 15px;
    font-size: 11px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:after {
    transform: rotate(180deg);
}

.t-hero-form-input.search i {
    color: #999;
}

.t-hero-form-input.search i:hover {
    color: #2196f3;
}

.type-and-hit-enter {
    display: block;
    position: absolute;
    right: 15px;
    top: 13px;
    z-index: 120;
    background-color: #f0f0f0;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    color: #888;
    line-height: 18px;
    padding: 3px 7px;
    pointer-events: none;
    opacity: 0;
    transition: 0.4s;
    transform: translateX(4px);
}

.t-hero-form-input.search {
    justify-content: space-between;
}

.t-hero-form-input.search input {
    width: 80%;
}

.t-hero-form-input.search input:hover~.type-and-hit-enter {
    opacity: 1;
}

.header-area.new {
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 12%);
    padding: 10px 0;
}

.header-area.new .btn-orange {
    padding: 4px 15px;
    border-radius: 50px;
    font-size: 15px;
    transition: 0.3s;
    color: #666;
    background: #f4f4f4;
    box-shadow: 0 0 0;
}

.header-area.new .btn-orange span {
    padding-right: 4px;
    font-size: 15px;
}

.header-area.new .btn-orange:hover {
    background: #2196F3;
    color: #fff;
}

.navbar-expand-lg.new .navbar-nav {
    font-family: 'Raleway', sans-serif;
}

.navbar-expand-lg.new .navbar-nav .nav-link {
    color: #444;
    padding: 2px 15px;
    font-size: 15px;
    margin-right: 0;
}

.navbar-expand-lg.new .navbar-nav .nav-link:hover,
.navbar-expand-lg.new .navbar-nav .nav-item:hover .nav-link {
    background: hsl(207deg 90% 54% / 20%);
    border-radius: 30px;
}

.new .navbar-nav .dropdown-toggle:after {
    content: '\f078';
    background: none;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    opacity: .5;
    font-size: 10px;
    width: auto;
    position: relative;
    top: 5px;
}

.t-hero-text {
    text-align: center;
    color: #fff;
    margin-top: 50px;
}

.t-hero-text ul {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.t-hero-text ul li a {
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, .15);
    padding: 3px 15px;
    margin: 10px 5px 0 0;
    border-radius: 50px;
    transition: 0.4s;
    color: #fff;
}

.t-hero-text ul li a:hover {
    color: #333;
    box-shadow: 0 2px 8px rgb(0 0 0 / 10%);
    background-color: #fff;
}

.t-hero-text ul li a img {
    width: 18px;
    margin-right: 5px;
}

.t-hero-text ul li a:hover img {
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5);
}

.t-hero-text p {
    font-size: 14px;
}

.review-area-box {
    padding: 65px 0;
    text-align: center;
}

.review-area-box h2 {
    font-weight: 500;
    margin: 0 0 20px;
}

.review-area-box p {
    color: #777777;
}

.t-section-area .row {
    margin-left: -25px;
    margin-right: -25px;
}