main {
    display: block
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

embed,
iframe,
object {
    max-width: 100%
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
    -webkit-text-decoration: underline dotted
}

code,
kbd,
samp,
tt,
var {
    font-family: Monaco, Consolas, Andale Mono, DejaVu Sans Mono, monospace
}

hr {
    background-color: #eaeaea;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em
}

ol {
    list-style: decimal none inside
}

dt {
    font-weight: 700;
    margin-bottom: 10px
}

dd {
    margin: 0 1.5em 1.5em
}

.toBottomFromTop:hover i {
    animation: .5s forwards
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

pre {
    word-wrap: break-word;
    overflow: auto;
    white-space: pre-wrap
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 15px 0;
    width: 100%
}

table td,
table th {
    border: 1px solid #ddd;
    padding: 8px
}

td,
th {
    padding: 0
}

.container-fluid,
.rt-container-fluid {
    max-width: 100%
}

@media (min-width:1200px) {
    .rt-container-lg {
        max-width: 1380px
    }
}

.nowrap {
    flex-wrap: nowrap
}

.reverse {
    flex-direction: row-reverse
}

.flex-item {
    flex: 0 0 auto
}

.flex-item.grow {
    flex-grow: 1
}

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:576px) {
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-pull-1 {
        right: 8.3333333333%
    }
    .col-sm-pull-2 {
        right: 16.6666666667%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-4 {
        right: 33.3333333333%
    }
    .col-sm-pull-5 {
        right: 41.6666666667%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-7 {
        right: 58.3333333333%
    }
    .col-sm-pull-8 {
        right: 66.6666666667%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-10 {
        right: 83.3333333333%
    }
    .col-sm-pull-11 {
        right: 91.6666666667%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-push-1 {
        left: 8.3333333333%
    }
    .col-sm-push-2 {
        left: 16.6666666667%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-4 {
        left: 33.3333333333%
    }
    .col-sm-push-5 {
        left: 41.6666666667%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-7 {
        left: 58.3333333333%
    }
    .col-sm-push-8 {
        left: 66.6666666667%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-10 {
        left: 83.3333333333%
    }
    .col-sm-push-11 {
        left: 91.6666666667%
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-offset-1 {
        margin-left: 8.3333333333%
    }
    .col-sm-offset-2 {
        margin-left: 16.6666666667%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-4 {
        margin-left: 33.3333333333%
    }
    .col-sm-offset-5 {
        margin-left: 41.6666666667%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-7 {
        margin-left: 58.3333333333%
    }
    .col-sm-offset-8 {
        margin-left: 66.6666666667%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-10 {
        margin-left: 83.3333333333%
    }
    .col-sm-offset-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width:768px) {
    .col-md-pull-0 {
        right: auto
    }
    .col-md-pull-1 {
        right: 8.3333333333%
    }
    .col-md-pull-2 {
        right: 16.6666666667%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-4 {
        right: 33.3333333333%
    }
    .col-md-pull-5 {
        right: 41.6666666667%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-7 {
        right: 58.3333333333%
    }
    .col-md-pull-8 {
        right: 66.6666666667%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-10 {
        right: 83.3333333333%
    }
    .col-md-pull-11 {
        right: 91.6666666667%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-push-1 {
        left: 8.3333333333%
    }
    .col-md-push-2 {
        left: 16.6666666667%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-4 {
        left: 33.3333333333%
    }
    .col-md-push-5 {
        left: 41.6666666667%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-7 {
        left: 58.3333333333%
    }
    .col-md-push-8 {
        left: 66.6666666667%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-10 {
        left: 83.3333333333%
    }
    .col-md-push-11 {
        left: 91.6666666667%
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
    .col-md-offset-1 {
        margin-left: 8.3333333333%
    }
    .col-md-offset-2 {
        margin-left: 16.6666666667%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-4 {
        margin-left: 33.3333333333%
    }
    .col-md-offset-5 {
        margin-left: 41.6666666667%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-7 {
        margin-left: 58.3333333333%
    }
    .col-md-offset-8 {
        margin-left: 66.6666666667%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-10 {
        margin-left: 83.3333333333%
    }
    .col-md-offset-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width:992px) {
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-pull-1 {
        right: 8.3333333333%
    }
    .col-lg-pull-2 {
        right: 16.6666666667%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-4 {
        right: 33.3333333333%
    }
    .col-lg-pull-5 {
        right: 41.6666666667%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-7 {
        right: 58.3333333333%
    }
    .col-lg-pull-8 {
        right: 66.6666666667%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-10 {
        right: 83.3333333333%
    }
    .col-lg-pull-11 {
        right: 91.6666666667%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-push-1 {
        left: 8.3333333333%
    }
    .col-lg-push-2 {
        left: 16.6666666667%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-4 {
        left: 33.3333333333%
    }
    .col-lg-push-5 {
        left: 41.6666666667%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-7 {
        left: 58.3333333333%
    }
    .col-lg-push-8 {
        left: 66.6666666667%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-10 {
        left: 83.3333333333%
    }
    .col-lg-push-11 {
        left: 91.6666666667%
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
    .col-lg-offset-1 {
        margin-left: 8.3333333333%
    }
    .col-lg-offset-2 {
        margin-left: 16.6666666667%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-4 {
        margin-left: 33.3333333333%
    }
    .col-lg-offset-5 {
        margin-left: 41.6666666667%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-7 {
        margin-left: 58.3333333333%
    }
    .col-lg-offset-8 {
        margin-left: 66.6666666667%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-10 {
        margin-left: 83.3333333333%
    }
    .col-lg-offset-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width:1140px) {
    .col-xl-pull-0 {
        right: auto
    }
    .col-xl-pull-1 {
        right: 8.3333333333%
    }
    .col-xl-pull-2 {
        right: 16.6666666667%
    }
    .col-xl-pull-3 {
        right: 25%
    }
    .col-xl-pull-4 {
        right: 33.3333333333%
    }
    .col-xl-pull-5 {
        right: 41.6666666667%
    }
    .col-xl-pull-6 {
        right: 50%
    }
    .col-xl-pull-7 {
        right: 58.3333333333%
    }
    .col-xl-pull-8 {
        right: 66.6666666667%
    }
    .col-xl-pull-9 {
        right: 75%
    }
    .col-xl-pull-10 {
        right: 83.3333333333%
    }
    .col-xl-pull-11 {
        right: 91.6666666667%
    }
    .col-xl-pull-12 {
        right: 100%
    }
    .col-xl-push-0 {
        left: auto
    }
    .col-xl-push-1 {
        left: 8.3333333333%
    }
    .col-xl-push-2 {
        left: 16.6666666667%
    }
    .col-xl-push-3 {
        left: 25%
    }
    .col-xl-push-4 {
        left: 33.3333333333%
    }
    .col-xl-push-5 {
        left: 41.6666666667%
    }
    .col-xl-push-6 {
        left: 50%
    }
    .col-xl-push-7 {
        left: 58.3333333333%
    }
    .col-xl-push-8 {
        left: 66.6666666667%
    }
    .col-xl-push-9 {
        left: 75%
    }
    .col-xl-push-10 {
        left: 83.3333333333%
    }
    .col-xl-push-11 {
        left: 91.6666666667%
    }
    .col-xl-push-12 {
        left: 100%
    }
    .col-xl-offset-0 {
        margin-left: 0
    }
    .col-xl-offset-1 {
        margin-left: 8.3333333333%
    }
    .col-xl-offset-2 {
        margin-left: 16.6666666667%
    }
    .col-xl-offset-3 {
        margin-left: 25%
    }
    .col-xl-offset-4 {
        margin-left: 33.3333333333%
    }
    .col-xl-offset-5 {
        margin-left: 41.6666666667%
    }
    .col-xl-offset-6 {
        margin-left: 50%
    }
    .col-xl-offset-7 {
        margin-left: 58.3333333333%
    }
    .col-xl-offset-8 {
        margin-left: 66.6666666667%
    }
    .col-xl-offset-9 {
        margin-left: 75%
    }
    .col-xl-offset-10 {
        margin-left: 83.3333333333%
    }
    .col-xl-offset-11 {
        margin-left: 91.6666666667%
    }
}

.mr-auto,
.mx-auto {
    margin-right: auto
}

.mx-auto {
    margin-left: auto
}

.d-none {
    display: none !important
}

.d-grid {
    display: grid
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-inline-flex {
    display: inline-flex !important
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

.p-0 {
    padding: 0
}

.p-5 {
    padding: 5px
}

.p-8 {
    padding: 8px
}

.p-10 {
    padding: 10px
}

.p-15 {
    padding: 15px
}

.p-16 {
    padding: 16px
}

.p-20 {
    padding: 20px
}

.p-30 {
    padding: 30px
}

.p-40 {
    padding: 40px
}

.p-50 {
    padding: 50px
}

.p-60 {
    padding: 60px
}

.p-80 {
    padding: 80px
}

.p-100 {
    padding: 100px
}

.p-120 {
    padding: 120px
}

.p-150 {
    padding: 150px
}

.p-180 {
    padding: 180px
}

.p-200 {
    padding: 200px
}

.pt-0 {
    padding-top: 0
}

.pt-5 {
    padding-top: 5px
}

.pt-8 {
    padding-top: 8px
}

.pt-10 {
    padding-top: 10px
}

.pt-15 {
    padding-top: 15px
}

.pt-16 {
    padding-top: 16px
}

.pt-20 {
    padding-top: 20px
}

.pt-30 {
    padding-top: 30px
}

.pt-40 {
    padding-top: 40px
}

.pt-50 {
    padding-top: 50px
}

.pt-60 {
    padding-top: 60px
}

.pt-80 {
    padding-top: 80px
}

.pt-100 {
    padding-top: 100px
}

.pt-120 {
    padding-top: 120px
}

.pt-150 {
    padding-top: 150px
}

.pt-180 {
    padding-top: 180px
}

.pt-200 {
    padding-top: 200px
}

@media (min-width:992px) {
    .pt-lg-30 {
        padding-top: 30px
    }
    .pt-lg-50 {
        padding-top: 50px
    }
    .pt-lg-80 {
        padding-top: 80px
    }
    .pt-lg-100 {
        padding-top: 100px
    }
    .pt-lg-120 {
        padding-top: 120px
    }
    .pt-lg-150 {
        padding-top: 150px
    }
}

@media (min-width:768px) {
    .pt-md-30 {
        padding-top: 30px
    }
    .pt-md-50 {
        padding-top: 50px
    }
    .pt-md-80 {
        padding-top: 80px
    }
    .pt-md-100 {
        padding-top: 100px
    }
    .pt-md-120 {
        padding-top: 120px
    }
    .pt-md-150 {
        padding-top: 150px
    }
}

@media (min-width:576px) {
    .pt-sm-30 {
        padding-top: 30px
    }
    .pt-sm-50 {
        padding-top: 50px
    }
    .pt-sm-80 {
        padding-top: 80px
    }
    .pt-sm-100 {
        padding-top: 100px
    }
    .pt-sm-120 {
        padding-top: 120px
    }
    .pt-sm-150 {
        padding-top: 150px
    }
}

@media (min-width:992px) {
    .pr-lg-30 {
        padding-right: 30px
    }
    .pr-lg-50 {
        padding-right: 50px
    }
    .pr-lg-80 {
        padding-right: 80px
    }
    .pr-lg-100 {
        padding-right: 100px
    }
    .pr-lg-120 {
        padding-right: 120px
    }
    .pr-lg-150 {
        padding-right: 150px
    }
}

@media (min-width:768px) {
    .pr-md-30 {
        padding-right: 30px
    }
    .pr-md-50 {
        padding-right: 50px
    }
    .pr-md-80 {
        padding-right: 80px
    }
    .pr-md-100 {
        padding-right: 100px
    }
    .pr-md-120 {
        padding-right: 120px
    }
    .pr-md-150 {
        padding-right: 150px
    }
}

@media (min-width:576px) {
    .pr-sm-30 {
        padding-right: 30px
    }
    .pr-sm-50 {
        padding-right: 50px
    }
    .pr-sm-80 {
        padding-right: 80px
    }
    .pr-sm-100 {
        padding-right: 100px
    }
    .pr-sm-120 {
        padding-right: 120px
    }
    .pr-sm-150 {
        padding-right: 150px
    }
}

.pb-0 {
    padding-bottom: 0
}

.pb-5 {
    padding-bottom: 5px
}

.pb-8 {
    padding-bottom: 8px
}

.pb-10 {
    padding-bottom: 10px
}

.pb-15 {
    padding-bottom: 15px
}

.pb-16 {
    padding-bottom: 16px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-60 {
    padding-bottom: 60px
}

.pb-80 {
    padding-bottom: 80px
}

.pb-100 {
    padding-bottom: 100px
}

.pb-120 {
    padding-bottom: 120px
}

.pb-150 {
    padding-bottom: 150px
}

.pb-180 {
    padding-bottom: 180px
}

.pb-200 {
    padding-bottom: 200px
}

@media (min-width:992px) {
    .pb-lg-30 {
        padding-bottom: 30px
    }
    .pb-lg-50 {
        padding-bottom: 50px
    }
    .pb-lg-80 {
        padding-bottom: 80px
    }
    .pb-lg-100 {
        padding-bottom: 100px
    }
    .pb-lg-120 {
        padding-bottom: 120px
    }
    .pb-lg-150 {
        padding-bottom: 150px
    }
}

@media (min-width:768px) {
    .pb-md-30 {
        padding-bottom: 30px
    }
    .pb-md-50 {
        padding-bottom: 50px
    }
    .pb-md-80 {
        padding-bottom: 80px
    }
    .pb-md-100 {
        padding-bottom: 100px
    }
    .pb-md-120 {
        padding-bottom: 120px
    }
    .pb-md-150 {
        padding-bottom: 150px
    }
}

@media (min-width:576px) {
    .pb-sm-30 {
        padding-bottom: 30px
    }
    .pb-sm-50 {
        padding-bottom: 50px
    }
    .pb-sm-80 {
        padding-bottom: 80px
    }
    .pb-sm-100 {
        padding-bottom: 100px
    }
    .pb-sm-120 {
        padding-bottom: 120px
    }
    .pb-sm-150 {
        padding-bottom: 150px
    }
}

@media (min-width:992px) {
    .pl-lg-30 {
        padding-left: 30px
    }
    .pl-lg-50 {
        padding-left: 50px
    }
    .pl-lg-80 {
        padding-left: 80px
    }
    .pl-lg-100 {
        padding-left: 100px
    }
    .pl-lg-120 {
        padding-left: 120px
    }
    .pl-lg-150 {
        padding-left: 150px
    }
}

@media (min-width:768px) {
    .pl-md-30 {
        padding-left: 30px
    }
    .pl-md-50 {
        padding-left: 50px
    }
    .pl-md-80 {
        padding-left: 80px
    }
    .pl-md-100 {
        padding-left: 100px
    }
    .pl-md-120 {
        padding-left: 120px
    }
    .pl-md-150 {
        padding-left: 150px
    }
}

@media (min-width:576px) {
    .pl-sm-30 {
        padding-left: 30px
    }
    .pl-sm-50 {
        padding-left: 50px
    }
    .pl-sm-80 {
        padding-left: 80px
    }
    .pl-sm-100 {
        padding-left: 100px
    }
    .pl-sm-120 {
        padding-left: 120px
    }
    .pl-sm-150 {
        padding-left: 150px
    }
}

.mt-0 {
    margin-top: 0
}

.mt-5 {
    margin-top: 5px
}

.mt-8 {
    margin-top: 8px
}

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

.mt-16 {
    margin-top: 16px
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

.mt-50 {
    margin-top: 50px
}

.mt-60 {
    margin-top: 60px
}

.mt-80 {
    margin-top: 80px
}

.mt-100 {
    margin-top: 100px
}

.mt-120 {
    margin-top: 120px
}

.mt-150 {
    margin-top: 150px
}

.mt-180 {
    margin-top: 180px
}

.mt-200 {
    margin-top: 200px
}

@media (max-width:992px) {
    .mt-lg-30 {
        margin-top: 30px
    }
    .mt-lg-50 {
        margin-top: 50px
    }
    .mt-lg-80 {
        margin-top: 80px
    }
    .mt-lg-100 {
        margin-top: 100px
    }
    .mt-lg-120 {
        margin-top: 120px
    }
    .mt-lg-150 {
        margin-top: 150px
    }
}

@media (max-width:768px) {
    .mt-md-30 {
        margin-top: 30px
    }
    .mt-md-50 {
        margin-top: 50px
    }
    .mt-md-80 {
        margin-top: 80px
    }
    .mt-md-100 {
        margin-top: 100px
    }
    .mt-md-120 {
        margin-top: 120px
    }
    .mt-md-150 {
        margin-top: 150px
    }
}

@media (max-width:576px) {
    .mt-sm-30 {
        margin-top: 30px
    }
    .mt-sm-50 {
        margin-top: 50px
    }
    .mt-sm-80 {
        margin-top: 80px
    }
    .mt-sm-100 {
        margin-top: 100px
    }
    .mt-sm-120 {
        margin-top: 120px
    }
    .mt-sm-150 {
        margin-top: 150px
    }
}

@media (max-width:992px) {
    .mr-lg-30 {
        margin-right: 30px
    }
    .mr-lg-50 {
        margin-right: 50px
    }
    .mr-lg-80 {
        margin-right: 80px
    }
    .mr-lg-100 {
        margin-right: 100px
    }
    .mr-lg-120 {
        margin-right: 120px
    }
    .mr-lg-150 {
        margin-right: 150px
    }
}

@media (max-width:768px) {
    .mr-md-30 {
        margin-right: 30px
    }
    .mr-md-50 {
        margin-right: 50px
    }
    .mr-md-80 {
        margin-right: 80px
    }
    .mr-md-100 {
        margin-right: 100px
    }
    .mr-md-120 {
        margin-right: 120px
    }
    .mr-md-150 {
        margin-right: 150px
    }
}

@media (max-width:576px) {
    .mr-sm-30 {
        margin-right: 30px
    }
    .mr-sm-50 {
        margin-right: 50px
    }
    .mr-sm-80 {
        margin-right: 80px
    }
    .mr-sm-100 {
        margin-right: 100px
    }
    .mr-sm-120 {
        margin-right: 120px
    }
    .mr-sm-150 {
        margin-right: 150px
    }
}

.mb-0 {
    margin-bottom: 0
}

.mb-5 {
    margin-bottom: 5px
}

.mb-8 {
    margin-bottom: 8px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-16 {
    margin-bottom: 16px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-80 {
    margin-bottom: 80px
}

.mb-100 {
    margin-bottom: 100px
}

.mb-120 {
    margin-bottom: 120px
}

.mb-150 {
    margin-bottom: 150px
}

.mb-180 {
    margin-bottom: 180px
}

.mb-200 {
    margin-bottom: 200px
}

@media (max-width:992px) {
    .mb-lg-30 {
        margin-bottom: 30px
    }
    .mb-lg-50 {
        margin-bottom: 50px
    }
    .mb-lg-80 {
        margin-bottom: 80px
    }
    .mb-lg-100 {
        margin-bottom: 100px
    }
    .mb-lg-120 {
        margin-bottom: 120px
    }
    .mb-lg-150 {
        margin-bottom: 150px
    }
}

@media (max-width:768px) {
    .mb-md-30 {
        margin-bottom: 30px
    }
    .mb-md-50 {
        margin-bottom: 50px
    }
    .mb-md-80 {
        margin-bottom: 80px
    }
    .mb-md-100 {
        margin-bottom: 100px
    }
    .mb-md-120 {
        margin-bottom: 120px
    }
    .mb-md-150 {
        margin-bottom: 150px
    }
}

@media (max-width:576px) {
    .mb-sm-30 {
        margin-bottom: 30px
    }
    .mb-sm-50 {
        margin-bottom: 50px
    }
    .mb-sm-80 {
        margin-bottom: 80px
    }
    .mb-sm-100 {
        margin-bottom: 100px
    }
    .mb-sm-120 {
        margin-bottom: 120px
    }
    .mb-sm-150 {
        margin-bottom: 150px
    }
}

@media (max-width:992px) {
    .ml-lg-30 {
        margin-left: 30px
    }
    .ml-lg-50 {
        margin-left: 50px
    }
    .ml-lg-80 {
        margin-left: 80px
    }
    .ml-lg-100 {
        margin-left: 100px
    }
    .ml-lg-120 {
        margin-left: 120px
    }
    .ml-lg-150 {
        margin-left: 150px
    }
}

@media (max-width:768px) {
    .ml-md-30 {
        margin-left: 30px
    }
    .ml-md-50 {
        margin-left: 50px
    }
    .ml-md-80 {
        margin-left: 80px
    }
    .ml-md-100 {
        margin-left: 100px
    }
    .ml-md-120 {
        margin-left: 120px
    }
    .ml-md-150 {
        margin-left: 150px
    }
}

@media (max-width:576px) {
    .ml-sm-30 {
        margin-left: 30px
    }
    .ml-sm-50 {
        margin-left: 50px
    }
    .ml-sm-80 {
        margin-left: 80px
    }
    .ml-sm-100 {
        margin-left: 100px
    }
    .ml-sm-120 {
        margin-left: 120px
    }
    .ml-sm-150 {
        margin-left: 150px
    }
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 15px auto
}

.alignright {
    float: right;
    margin: 15px 0 30px 30px
}

.alignleft {
    float: left;
    margin: 15px 30px 30px 0
}

a img.alignright {
    float: right;
    margin: 15px 0 60px 60px
}

a img.alignleft,
a img.alignnone {
    margin: 15px 60px 60px 0
}

a img.alignleft {
    float: left
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    margin: 0;
    padding: 0 4px 5px
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px
}

.wp-block-query-pagination {
    margin-top: 10px
}

.wp-block-query-pagination>a {
    color: #000;
    font-size: 15px
}

.wp-block-query-pagination .wp-block-query-pagination-numbers>:not(.dots) {
    background-color: #efefef;
    border: none;
    border-radius: 3px;
    color: #111;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.3;
    min-width: 30px;
    padding: 3px 8px;
    text-align: center
}

.wp-block-query-pagination .wp-block-query-pagination-numbers a:hover {
    background-color: var(--rt-meta-color);
    color: #fff
}

.blocks-gallery-grid,
.wp-block-gallery {
    margin-bottom: 25px;
    margin-top: 25px
}

.gallery-caption {
    display: block;
    font-size: 15px;
    margin-top: 5px
}

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption,
.wp-block-image figcaption,
.wp-block-latest-comments__comment-date,
.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
    font-size: 14px
}

.wp-block-image figcaption {
    color: #70778b
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    border-radius: 4px;
    margin: 0 10px 10px 0;
    overflow: hidden;
    width: calc(50% - 10px)
}

.blocks-gallery-grid.columns-3 .blocks-gallery-image,
.blocks-gallery-grid.columns-3 .blocks-gallery-item,
.wp-block-gallery.columns-3 .blocks-gallery-image,
.wp-block-gallery.columns-3 .blocks-gallery-item {
    margin-right: 10px;
    width: calc(33.33333% - 10px)
}

.blocks-gallery-grid.columns-4 .blocks-gallery-image,
.blocks-gallery-grid.columns-4 .blocks-gallery-item,
.wp-block-gallery.columns-4 .blocks-gallery-image,
.wp-block-gallery.columns-4 .blocks-gallery-item {
    margin-right: 10px;
    width: calc(25% - 10px)
}

.blocks-gallery-grid.columns-5 .blocks-gallery-image,
.blocks-gallery-grid.columns-5 .blocks-gallery-item,
.wp-block-gallery.columns-5 .blocks-gallery-image,
.wp-block-gallery.columns-5 .blocks-gallery-item {
    margin-right: 5px;
    width: calc(20% - 5px)
}

.blocks-gallery-grid .blocks-gallery-image:last-child,
.blocks-gallery-grid .blocks-gallery-item:last-child,
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
    margin-right: 0 !important
}

.columns-5 .blocks-gallery-image figcaption,
.columns-5 .blocks-gallery-item figcaption,
.columns-6 .blocks-gallery-image figcaption,
.columns-6 .blocks-gallery-item figcaption,
.columns-7 .blocks-gallery-image figcaption,
.columns-7 .blocks-gallery-item figcaption,
.columns-8 .blocks-gallery-image figcaption,
.columns-8 .blocks-gallery-item figcaption {
    font-size: 14px
}

.single-blog .single-blog-content .post-details .wp-block-latest-posts,
.single-blog .single-blog-content .post-details .wp-block-rss {
    list-style: none;
    padding: 0
}

.single-blog .single-blog-content .post-details>:last-child {
    margin-bottom: 0
}

.single-blog .single-blog-content .post-details .wp-block-calendar .wp-calendar-nav {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.wp-block-calendar {
    margin-bottom: 15px
}

.single-blog .single-blog-content .post-details .wp-block-archives,
.single-blog .single-blog-content .post-details .wp-block-latest-comments {
    padding-left: 0
}

form.post-password-form label>input {
    background: #fff;
    border: 1px solid var(--rt-border-color);
    border-radius: 6px;
    height: 44px;
    padding: 10px 8px
}

form.post-password-form input[type=submit] {
    background: var(--rt-primary-color);
    border-radius: 6px;
    color: #fff;
    font-weight: 500;
    height: 44px;
    outline: none;
    transition: all .31s ease
}

.comment-list .pingback-entry {
    margin-bottom: 30px
}

.wp-block-search .wp-block-search__label {
    display: none
}

.wp-block-search .wp-block-search__button {
    background-color: var(--rt-primary-color);
    border: none;
    border-radius: 0 6px 6px 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-left: 0;
    padding: 6px 20px;
    transition: .4s
}

.wp-block-search .wp-block-search__button:hover {
    background-color: var(--rt-secondary-color)
}

.wp-block-search .wp-block-search__input {
    border-radius: 6px 0 0 6px;
    height: 50px;
    padding-left: 15px;
    padding-right: 15px
}

.wp-block-search .wp-block-search__input:focus-visible {
    border-color: #565656;
    outline: none
}

.wp-block-cover {
    border-radius: 6px;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 30px
}

.wp-block-cover .wp-block-cover__background,
.wp-block-cover.is-repeated {
    border-radius: 12px
}

.wp-block-cover a {
    color: #fff
}

.has-large-font-size,
.has-x-large-font-size {
    line-height: 1.24
}

figcaption,
figure.wp-block-image figcaption {
    border-radius: 12px
}

:where(.wp-block-cover-image.is-light:not(.has-text-color)),
:where(.wp-block-cover.is-light:not(.has-text-color)) {
    color: #fff
}

.wp-block-media-text {
    margin-bottom: 15px
}

.wp-block-media-text figure {
    border-radius: 12px;
    overflow: hidden
}

.wp-block-button {
    margin-bottom: 12px
}

.wp-block-button .wp-block-button__link {
    background-color: var(--rt-primary-color);
    border-radius: 8px;
    font-size: 15px;
    letter-spacing: .13px;
    line-height: 19px;
    padding: 16px 22px;
    transition: all .32s ease
}

.wp-block-button .wp-block-button__link:hover {
    background-color: var(--rt-primary-dark);
    color: #fff
}

.wp-block-button.is-style-outline .wp-block-button__link {
    background-color: transparent;
    border: 1px solid var(--rt-title-color);
    color: var(--rt-title-color)
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
    background-color: var(--rt-primary-color);
    border-color: var(--rt-primary-color);
    color: #fff
}

.wp-block-button.is-style-outline .wp-block-button__link:before {
    display: none
}

.wp-block-button .wp-block-button__link.no-border-radius,
.wp-block-button .wp-block-button__link.no-border-radius:before,
.wp-block-button.is-style-squared .wp-block-button__link,
.wp-block-button.is-style-squared .wp-block-button__link:before {
    border-radius: 0
}

.wp-block-post {
    margin-bottom: 24px
}

.wp-block-pullquote {
    border: 4px solid;
    border-left: none;
    border-right: none;
    color: currentColor;
    font-size: 1.5em;
    line-height: 1.6;
    margin-bottom: 1.75em;
    margin-top: 1.5em
}

.wp-block-pullquote cite,
.wp-block-pullquote footer,
.wp-block-pullquote__citation {
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize
}

.wp-block-pullquote.is-style-solid-color blockquote p {
    font-size: 32px
}

.has-insureti-primary-background-color {
    background-color: var(--rt-primary-color) !important
}

.has-insureti-secondary-background-color {
    background-color: var(--rt-secondary-color) !important
}

.has-insureti-yellow-background-color {
    background-color: #f2a000 !important
}

.has-insureti-dark-gray-background-color {
    background-color: var(--rt-gray40) !important
}

.has-insureti-light-gray-background-color {
    background-color: var(--rt-gray20) !important
}

.has-insureti-white-background-color {
    background-color: #fff !important
}

.has-insureti-primary-color {
    color: var(--rt-primary-color) !important
}

.has-insureti-secondary-color {
    color: var(--rt-secondary-color) !important
}

.has-insureti-yellow-color {
    color: #f2a000 !important
}

.has-insureti-dark-gray-color,
.has-insureti-light-gray-color {
    color: var(--rt-gray20) !important
}

.has-insureti-white-color {
    color: #fff !important
}

.wp-block-gallery.alignleft.extraclass {
    margin-right: 30px
}

.wp-block-gallery-1.wp-block-gallery.columns-3 {
    margin-bottom: 15px
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

textarea {
    width: 100%
}

.content-area {
    padding-bottom: 100px;
    padding-top: 100px
}

.post-edit-link {
    align-items: center;
    background: rgba(0, 0, 0, .5);
    color: #fff !important;
    display: flex !important;
    font-size: 13px;
    justify-content: center;
    left: 0;
    line-height: 1;
    max-height: 24px;
    max-width: 44px;
    opacity: 0;
    padding: 5px 10px;
    position: absolute;
    top: 0;
    visibility: hidden
}

.post-edit-link:hover {
    background: #000
}

.post-thumbnail:hover .post-edit-link {
    opacity: 1;
    visibility: visible
}

.bypostauthor {
    background-color: transparent
}

.above-meta-style-dash .separate-meta a:before,
.insureti-post-card.meta-style-dash .read-more:before,
.meta-style-dash .insureti-post-meta li:before,
.meta-style-dash .separate-meta a:before,
.meta-style-dash-bg .insureti-post-meta li:before,
.meta-style-dash-bg .insureti-post-meta li:is(.category, .tag) a:before,
.metaStyleDash {
    content: "-----";
    letter-spacing: -4px;
    margin-right: 7px;
    overflow: hidden;
    transform: scaleY(.8);
    white-space: nowrap;
    width: 10px
}

.meta-style-border .insureti-post-meta ul li:not(.category, .tag) a:hover,
.secondaryColor {
    color: var(--rt-secondary-color)
}

.secondaryBG {
    background-color: var(--rt-secondary-color)
}

.above-meta-style-border .separate-meta a:hover,
.blog-big-first-style.style2 .insureti-post-card:first-child .entry-title a,
.blog-big-first-style.style2 .insureti-post-card:first-child .entry-wrapper,
.insureti-single-3 .content-top-area .entry-title,
.insureti-single-3 .content-top-area .insureti-post-meta a:hover,
.meta-style-border .insureti-post-meta ul li:is(.category, .tag) a:hover,
.meta-style-dash-bg .insureti-post-meta li:is(.category, .tag) a:hover,
.whiteColor {
    color: #fff
}

.whiteBG {
    background-color: #fff
}

.blackColor {
    color: #000
}

.blackBG {
    background-color: #000
}

.h4,
h4 {
    font-size: 22px;
    line-height: 28px
}

.h5,
h5 {
    font-size: 18px;
    line-height: 24px
}

.h6,
h6 {
    font-size: 14px;
    line-height: 18px
}

.small,
small {
    font-size: 15px;
    line-height: 1.6
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.text-bold {
    font-weight: 700
}

.text-semibold {
    font-weight: 600
}

.text-uppercase {
    text-transform: uppercase
}

.no-line-height {
    line-height: 1em !important
}

.btn.btn-xl {
    font-size: 24px;
    line-height: 24px;
    padding: 24px 32px
}

.btn.btn-lg {
    font-size: 18px;
    line-height: 18px;
    padding: 18px 24px
}

.btn.btn-sm {
    font-size: 13px;
    line-height: 13px;
    padding: 12px 20px
}

.btn.btn-xs {
    font-size: 10px;
    line-height: 10px;
    padding: 11px 18px
}

.button-style2 i {
    margin-left: 8px
}

.btn-secondary {
    background-color: var(--rt-secondary-color);
    border-color: var(--rt-secondary-color);
    color: #fff
}

.btn-secondary:hover {
    background-color: rgba(var(--rt-secondary-rgb), .8);
    border-color: rgba(var(--rt-secondary-rgb), .8);
    color: #fff
}

.btn-light {
    background-color: var(--rt-meta-color);
    border-color: var(--rt-meta-color);
    color: #fff
}

.btn-light:hover {
    background-color: var(--rt-primary-color);
    border-color: var(--rt-primary-color);
    color: #fff
}

.btn-gray {
    background-color: var(--rt-meta-color);
    border-color: var(--rt-meta-color);
    color: #fff
}

.btn-gray:hover {
    background-color: var(--rt-primary-color);
    border-color: var(--rt-primary-color);
    color: #fff
}

.text-primary {
    color: var(--rt-primary-color)
}

.bg-primary {
    background-color: var(--rt-primary-color)
}

.border-primary {
    border-color: var(--rt-primary-color)
}

.text-primary-dark {
    color: var(--rt-primary-dark)
}

.bg-primary-dark {
    background-color: var(--rt-primary-dark)
}

.border-primary-dark {
    border-color: var(--rt-primary-dark)
}

.text-primary-light {
    color: var(--rt-primary-light)
}

.bg-primary-light {
    background-color: var(--rt-primary-light)
}

.border-primary-light {
    border-color: var(--rt-primary-light)
}

.text-secondary {
    color: var(--rt-secondary-color)
}

.bg-secondary {
    background-color: var(--rt-secondary-color)
}

.border-secondary {
    border-color: var(--rt-secondary-color)
}

.text-body {
    color: var(--rt-body-color)
}

.bg-body {
    background-color: var(--rt-body-color)
}

.border-body {
    border-color: var(--rt-body-color)
}

.text-title {
    color: var(--rt-title-color)
}

.bg-title {
    background-color: var(--rt-title-color)
}

.border-title {
    border-color: var(--rt-title-color)
}

.text-meta {
    color: var(--rt-meta-color)
}

.bg-meta {
    background-color: var(--rt-meta-color)
}

.border-meta {
    border-color: var(--rt-meta-color)
}

.text-grey1 {
    color: var(--rt-gray40)
}

.bg-grey1 {
    background-color: var(--rt-gray40)
}

.border-grey1 {
    border-color: var(--rt-gray40)
}

.text-grey2 {
    color: var(--rt-gray20)
}

.bg-grey2 {
    background-color: var(--rt-gray20)
}

.border-grey2 {
    border-color: var(--rt-gray20)
}

.text-white {
    color: #fff
}

.bg-white {
    background-color: #fff
}

.border-white {
    border-color: #fff
}

.text-black {
    color: #000
}

.bg-black {
    background-color: #000
}

.border-black {
    border-color: #000
}

.relative {
    position: relative
}

.absolute {
    position: absolute
}

.display-table {
    display: table;
    height: 100%;
    width: 100%
}

.display-table .display-table-cell {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%
}

.background-image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.overlay-dark {
    position: relative
}

.overlay-dark:before {
    background-color: #000;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0
}

.hide {
    display: none;
    visibility: hidden
}

.show {
    display: inline-block;
    visibility: visible
}

.insureti-header-footer .site-header {
    opacity: 0;
    transition: opacity 0s .5s
}

.video-container,
figure.wp-block-embed {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative
}

.video-container embed,
.video-container iframe,
.video-container object,
.video-container video,
figure.wp-block-embed embed,
figure.wp-block-embed iframe,
figure.wp-block-embed object,
figure.wp-block-embed video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.rtrs-review-wrap {
    background-color: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    padding: 25px 30px 30px
}

.rtrs-review-wrap .rtrs-sorting-bar {
    background-color: #fff;
    padding: 0
}

.rtrs-review-wrap .rtrs-sorting-bar .rtrs-sorting-select select {
    border: 1px solid #eaeaea;
    box-shadow: none;
    padding: 7px 32px 5px 13px
}

.rtrs-review-wrap .rtrs-sorting-bar .rtrs-sorting-title {
    font-size: 18px;
    font-weight: 500
}

.rtrs-review-wrap .rtrs-review-box .rtrs-each-review {
    background: 0 0 !important;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    padding: 23px 25px 24px !important
}

.rtrs-review-wrap .rtrs-review-box .rtrs-review-body .rtrs-reply-btn .rtrs-item-btn {
    background-color: var(--rt-primary-light3, #eaf7f4) !important;
    color: var(--rt-primary-color) !important
}

.rtrs-review-wrap .rtrs-review-box .rtrs-review-body .rtrs-reply-btn .rtrs-item-btn:hover {
    background-color: var(--rt-primary-dark) !important;
    color: #fff !important
}

.rtrs-review-wrap .rtrs-review-box .rtrs-review-body .rtrs-review-title {
    margin: 0 0 8px
}

.rtrs-review-wrap .rtrs-review-box .rtrs-review-body p {
    margin-bottom: 0 !important
}

.rtrs-review-wrap .rtrs-review-box .rtrs-review-body .rtrs-reply-btn {
    padding: 0 !important
}

body .rtrs-review-form {
    background-color: transparent !important;
    padding: 0 !important
}

.rtrs-review-wrap .rtrs-paginate {
    margin: 0 0 10px !important
}

.rtrs-review-wrap .rtrs-review-form .rtrs-rating-category li {
    line-height: 2 !important;
    margin-bottom: 0 !important
}

.rtrs-review-wrap .rtrs-review-form .rtrs-form-group {
    margin-bottom: 20px !important
}

.rtrs-review-wrap .rtrs-review-form .rtrs-form-group input[submit],
.rtrs-review-wrap .rtrs-review-form .rtrs-form-group.rtrs-submit-button {
    margin-bottom: 0 !important
}

.rtrs-review-wrap .rtrs-review-form .rtrs-form-group .rtrs-submit-btn {
    background-color: var(--rt-primary-color) !important
}

.rtrs-review-wrap .rtrs-review-form .rtrs-form-group .rtrs-submit-btn:hover {
    background-color: var(--rt-primary-dark) !important
}

.rtrs-review-box .rtrs-review-body .rtrs-review-meta li {
    margin-bottom: 0 !important
}

.rtrs-summary {
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)) !important
}

.rtrs-summary .rtrs-progress-wrap .rtrs-progress {
    margin-bottom: 10px !important
}

.rtrs-summary .rtrs-progress-wrap .rtrs-progress label {
    margin-bottom: 0 !important
}

.rtrs-summary .rtrs-progress-wrap {
    padding: 20px 30px 10px !important
}

.rtrs-summary .rtrs-progress-wrap progress::-webkit-progress-value {
    background: var(--rt-primary-color) !important
}

.rtrs-summary .rtrs-progress-wrap progress::-moz-progress-bar {
    background: var(--rt-primary-color) !important
}

.rtrs-summary .rtrs-progress-wrap progress::-webkit-progress-bar {
    background: #c7e6de !important
}

.rtrs-summary .rtrs-progress-wrap progress {
    color: var(--rt-primary-dark) !important
}

.rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-review-date i:before {
    color: var(--rt-primary-color) !important
}

.scrollToTop.show {
    bottom: 15px;
    opacity: 1;
    visibility: visible
}

.header-area .insureti-user-login a {
    background-color: var(--rt-primary-color);
    border-radius: 4px;
    color: #fff;
    padding: 7px 22px
}

.insureti-header-2 .header-top {
    background-color: #fff;
    padding-bottom: 34px;
    padding-top: 34px
}

.insureti-header-2 .header-top .contact-info-box .icon {
    background-color: #eafaf4;
    box-shadow: none
}

.insureti-header-2 .header-container .header-2 {
    background-color: #fff;
    border: 1px solid var(--rt-border-color2);
    border-radius: 10px;
    padding: 0 15px
}

@media (max-width:1200px) {
    .insureti-header-2 .header-container .header-2 {
        border-radius: 0
    }
}

.insureti-header-2 .menu-icon-wrapper .menu-bar .ham_burger {
    margin: 0 -5px
}

.menu-icon-wrapper .menu-bar .ham_burger {
    height: 40px;
    margin: 0 -13px;
    width: 40px
}

.menu-icon-wrapper .menu-bar .ham_burger .line {
    transition: all .5s ease-in-out
}

.menu-icon-wrapper .menu-bar .ham_burger:hover .line {
    stroke: var(--rt-primary-color)
}

.menu-icon-wrapper ul.has-separator {
    gap: 13px
}

.menu-icon-wrapper .has-separator li:not(:last-child) {
    padding-right: 14px
}

.menu-icon-wrapper .has-separator li:not(:last-child):after {
    background: var(--rt-meta-color);
    content: "";
    height: 23px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px
}

.insureti-navigation ul li.current-menu-ancestor>a svg,
.insureti-navigation ul li.current-menu-item>a svg {
    fill: var(--rt-primary-color)
}

.insureti-navigation>ul>li>a:before {
    bottom: 26px;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    transition: all .5s ease-out;
    width: 0;
    z-index: 1
}

.insureti-navigation>ul>li>a:hover:before {
    width: 50%
}

.insureti-navigation ul li a:hover svg {
    fill: var(--rt-primary-color);
    transform: rotate(180deg)
}

.insureti-navigation ul li ul li ul {
    left: 100%;
    top: 0;
    width: 250px
}

.insureti-navigation ul.menu li ul.dropdown-menu li:last-child:after {
    border-bottom: none
}

.insureti-navigation ul.menu li ul.dropdown-menu li a:before {
    bottom: 0;
    content: "";
    height: .0625rem;
    left: inherit;
    position: absolute;
    right: 0;
    transition: all .7s cubic-bezier(.645, .045, .355, 1);
    width: 0;
    z-index: 1
}

.insureti-navigation ul.menu li ul.dropdown-menu li a:hover:before {
    left: 0;
    right: inherit;
    width: 100%
}

.insureti-navigation>ul li.menu-item-has-children>a:after,
.insureti-navigation>ul li.page_item_has_children>a:after {
    border: 1px solid var(--rt-primary-color);
    border-left: none;
    border-top: none;
    content: "";
    display: inline-block;
    height: 7px;
    margin-left: 8px;
    transform: rotate(45deg) translate(1px, -4px);
    transition: all .32s ease-in-out;
    width: 7px
}

.insureti-navigation .caret svg {
    transition: fill .4s;
    transition: all .32s ease-in-out
}

.insureti-navigation .dropdown-menu .caret {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%)
}

.insureti-navigation .dropdown-menu .caret svg {
    transform: rotate(-90deg) scale(.9)
}

.insureti-navbar li>.dropdown-menu li.dropdown-inverse .dropdown-menu {
    left: auto;
    min-width: 195px;
    right: 100%;
    transition: all .2s
}

.insureti-navbar li>.dropdown-menu li.dropdown-inverse:hover .dropdown-menu {
    margin-right: -5px
}

.insureti-navbar li>.dropdown-menu li.dropdown-inverse-left .dropdown-menu {
    left: 100%;
    right: auto
}

.insureti-navigation ul.menu li.mega-menu ul.dropdown-menu li a:before,
.insureti-navigation ul.menu li.mega-menu ul.dropdown-menu li.menu-item-has-children:before,
.insureti-navigation ul.menu li.mega-menu ul.dropdown-menu li:after {
    display: none
}

.insureti-navigation ul.menu li.mega-menu ul.dropdown-menu li a {
    padding: 0 0 8px
}

.insureti-navigation ul.menu li.mega-menu .dropdown-menu .dropdown-toggle {
    padding-bottom: 0 !important
}

.insureti-navigation ul li.mega-menu {
    position: static
}

.insureti-navigation ul li.mega-menu:hover ul {
    opacity: 1;
    visibility: visible
}

.insureti-navigation ul li.mega-menu>ul.dropdown-menu {
    background-color: #fff;
    display: flex;
    justify-content: flex-start;
    left: 0;
    margin: auto;
    padding: 30px;
    position: absolute;
    right: 0;
    width: 100%
}

.insureti-navigation ul li.mega-menu.two-column>ul.dropdown-menu {
    background-color: #fff !important;
    width: 520px !important
}

.insureti-navigation ul li.mega-menu.two-column {
    position: relative
}

.insureti-navigation ul li.mega-menu.three-column>ul.dropdown-menu {
    background-color: #fff !important;
    width: 780px !important
}

.insureti-navigation ul li.mega-menu>ul.dropdown-menu>li {
    border: none;
    display: inline-block;
    margin: 0 15px;
    width: 100%
}

.insureti-navigation ul li.mega-menu>ul.dropdown-menu>li a {
    margin-left: 0;
    padding-left: 0
}

.insureti-navigation ul li.mega-menu>ul.dropdown-menu>li>ul.dropdown-menu li a:before {
    bottom: 0;
    content: "";
    height: .0625rem;
    left: inherit;
    position: absolute;
    right: 0;
    transition: all .7s cubic-bezier(.645, .045, .355, 1);
    width: 0;
    z-index: 1
}

.insureti-navigation ul li.mega-menu>ul.dropdown-menu>li a:hover:before {
    left: 0;
    right: inherit;
    width: 100%
}

.insureti-navigation ul li.mega-menu>ul.dropdown-menu>li ul {
    border-top: none;
    box-shadow: none;
    left: inherit;
    padding: 0;
    position: relative;
    width: inherit
}

.insureti-navigation ul li.mega-menu>ul.dropdown-menu>li>a {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px
}

.insureti-navigation ul li.mega-menu.hide-header>ul.dropdown-menu>li>a {
    display: none
}

.insureti-navigation ul li.mega-menu>ul .caret {
    display: none !important
}

.insureti-navigation ul li.mega-menu.mega-menu-col-2>ul {
    width: 45%
}

.insureti-navigation ul li.mega-menu.mega-menu-col-3>ul {
    width: 65%
}

.insureti-search-popup.show .insureti-search-form {
    border: 1px solid hsla(0, 0%, 100%, .1);
    opacity: 1;
    top: 55px;
    transition: all .32s ease-in-out;
    visibility: visible
}

.insureti-offcanvas-drawer.is-open {
    margin-left: 0
}

.insureti-offcanvas-drawer .caret svg {
    fill: #fff
}

.insureti-offcanvas-drawer .contact-details ul li p {
    color: var(--rt-title-color);
    margin-bottom: 4px
}

.insureti-offcanvas-drawer.is-open+.insureti-body-overlay {
    opacity: 1;
    visibility: visible
}

@media (max-width:650px) {
    .insureti-topbar #topbar-menu>div {
        display: none
    }
}

@media (min-width:992px) {
    .insureti-topbar .topbar-left {
        flex: 1
    }
}

.insureti-topbar .topbar-left p {
    color: var(--rt-gray60);
    font-size: 15px;
    font-weight: 400;
    line-height: 18px
}

.insureti-topbar .topbar-left i {
    color: var(--rt-primary-color);
    margin-right: 5px
}

.insureti-topbar #topbar-menu ul.insureti-topbar-menu>li>a {
    color: var(--rt-gray40)
}

.insureti-topbar #topbar-menu ul li a {
    color: inherit;
    font-weight: 400;
    padding: 5px 20px 5px 0
}

.insureti-topbar #topbar-menu ul ul li a {
    color: var(--rt-body-color);
    font-size: .95em;
    line-height: 1.6em;
    padding: 3px 27px 3px 18px
}

.insureti-topbar #topbar-menu ul.insureti-topbar-menu>li.current-menu-ancestor>a,
.insureti-topbar #topbar-menu ul.insureti-topbar-menu>li.current-menu-item>a {
    color: #fff !important
}

.insureti-topbar #topbar-menu ul ul li.current-menu-ancestor>a,
.insureti-topbar #topbar-menu ul ul li.current_page_item>a {
    color: var(--rt-primary-color) !important
}

.insureti-topbar #topbar-menu .insureti-topbar-menu>li .dropdown-menu li a .caret svg {
    transform: rotate(-90deg) scale(.8)
}

.insureti-topbar #topbar-menu .insureti-topbar-menu>li>a .caret svg {
    fill: var(--rt-gray40);
    transform: scale(.8)
}

.topbar-1 label {
    margin-right: 10px
}

.topbar-3 .topbar-left p {
    color: var(--rt-title-color)
}

.topbar-3 label {
    margin-right: 10px
}

.header-top {
    background-color: var(--rt-gray20)
}

@media (max-width:1200px) {
    .header-top {
        display: none
    }
}

.header-top .contact-info-box {
    gap: 10px
}

.header-top .contact-info-box .icon {
    align-items: center;
    background: #fff;
    border-radius: 50%;
    box-shadow: 4px 4px 16px rgba(38, 37, 102, .1);
    display: flex;
    height: 55px;
    justify-content: center;
    overflow: hidden;
    width: 55px
}

.header-top .contact-info-box .icon i {
    color: var(--rt-primary-color);
    font-size: 26px
}

.header-top .contact-info-box .contact-info-details .contact-label {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 3px
}

.header-top .contact-info-box .contact-info-details .info {
    color: var(--rt-title-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 19px
}

.header-top .contact-info-box .contact-info-details .info:hover {
    color: var(--rt-primary-color)
}

.header-top .contact-info-box .contact-info-details .info.address:hover {
    color: var(--rt-title-color)
}

.header-top .contact-info-box:hover .icon i {
    animation: bottomtotop .4s linear forwards
}

.rt-sticky {
    animation: upsdown 1s;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .3);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999 !important
}

.rt-sticky .navigation-area nav>ul>li>a {
    padding: 30px 15px
}

.insureti-header-1:has(.rt-sticky) .insureti-navigation {
    justify-content: center
}

.insureti-header-1:has(.rt-sticky) .main-header-section {
    padding: 0
}

.insureti-header-2:has(.rt-sticky) .main-header-section {
    position: fixed !important;
    top: 0
}

.insureti-header-2:has(.rt-sticky) .main-header-section .header-container {
    background-color: #fff
}

.insureti-header-2:has(.rt-sticky) .main-header-section .header-2 {
    border-color: transparent;
    padding: 0
}

@media (min-width:1139px) {
    .insureti-header-2:has(.rt-sticky) .main-header-section .site-branding {
        display: block
    }
}

.insureti-header-2:has(.rt-sticky) .main-header-section .insureti-navigation {
    justify-content: center
}

body.admin-bar .rt-sticky {
    top: 32px !important
}

@media (max-width:782px) {
    body.admin-bar .rt-sticky {
        top: 46px !important
    }
}

@media (max-width:600px) {
    body.admin-bar .rt-sticky {
        top: 0 !important
    }
}

.has-trheader.insureti-header-1 .rt-sticky .menu-icon-wrapper .menu-bar .ham_burger .line {
    stroke: var(--rt-title-color)
}

.has-trheader.insureti-header-2 .header-top {
    background-color: transparent
}

.has-trheader.insureti-header-2 .header-top .contact-info-box .contact-info-details .contact-label,
.has-trheader.insureti-header-2 .header-top .contact-info-box .contact-info-details .info {
    color: #fff
}

.has-trheader.insureti-header-3 .header-top {
    background-color: transparent;
    padding-bottom: 15px
}

.has-trheader.insureti-header-3 .header-top .contact-info-box .contact-info-details .contact-label,
.has-trheader.insureti-header-3 .header-top .contact-info-box .contact-info-details .info {
    color: #fff
}

.tr-header-dark .insureti-navigation ul li a {
    color: var(--rt-title-color) !important
}

.tr-header-dark .insureti-navigation ul li a:hover {
    color: var(--rt-primary-color) !important
}

.tr-header-dark.insureti-header-1 .menu-search-bar {
    background-color: #f2a000 !important;
    border-radius: 50px;
    height: 41px;
    width: 41px
}

.tr-header-dark.insureti-header-1 .menu-search-bar svg {
    fill: #fff !important
}

.tr-header-dark.insureti-header-1 .menu-icon-wrapper .hamburg svg path {
    stroke: var(--rt-title-color)
}

.tr-header-dark.insureti-header-2 .header-top,
.tr-header-dark.insureti-header-3 .header-top {
    background-color: transparent
}

.tr-header-dark.insureti-header-2 .header-top .contact-info-box .icon,
.tr-header-dark.insureti-header-3 .header-top .contact-info-box .icon {
    background-color: var(--rt-primary-color)
}

.tr-header-dark.insureti-header-2 .header-top .contact-info-box .icon i,
.tr-header-dark.insureti-header-3 .header-top .contact-info-box .icon i {
    color: #fff
}

.tr-header-dark.insureti-header-2 .header-top .contact-info-box .contact-info-details .contact-label,
.tr-header-dark.insureti-header-2 .header-top .contact-info-box .contact-info-details .info,
.tr-header-dark.insureti-header-3 .header-top .contact-info-box .contact-info-details .contact-label,
.tr-header-dark.insureti-header-3 .header-top .contact-info-box .contact-info-details .info {
    color: var(--rt-title-color) !important
}

.tr-header-dark [class*=rticon] svg {
    fill: var(--rt-title-color) !important
}

.tr-header-dark .menu-icon-wrapper .menu-bar .ham_burger .line {
    stroke: var(--rt-title-color) !important
}

.insureti-header-1.tr-header-light .rt-sticky {
    background-color: #212554
}

.ham_burger {
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    transition: transform .4s;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none
}

.is-open .ham_burger {
    transform: rotate(45deg)
}

.is-open .ham_burger .top {
    stroke-dashoffset: -64px
}

.is-open .ham_burger .middle {
    transform: rotate(90deg)
}

.is-open .ham_burger .bottom {
    stroke-dashoffset: -64px
}

.ham_burger .line {
    fill: none;
    stroke: var(--rt-body-color);
    stroke-width: 4;
    stroke-linecap: round;
    transition: stroke-dasharray .4s, stroke-dashoffset .4s
}

.ham_burger .top {
    stroke-dasharray: 40 160
}

.ham_burger .middle {
    stroke-dasharray: 40 142;
    transform-origin: 50%;
    transition: transform .4s
}

.ham_burger .bottom {
    stroke-dasharray: 40 85;
    transform-origin: 50%;
    transition: transform .4s, stroke-dashoffset .4s
}

.insureti-breadcrumb-wrapper {
    align-items: center;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    display: flex;
    padding: 100px 0 80px;
    position: relative;
    z-index: 1
}

.insureti-breadcrumb-wrapper.has-bg {
    position: relative
}

.insureti-breadcrumb-wrapper .banner-content-wrapper {
    align-items: center
}

.insureti-breadcrumb-wrapper .breadcrumb {
    background-color: transparent;
    border-radius: 0;
    color: var(--rt-body-color);
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: 500;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative
}

.insureti-breadcrumb-wrapper .breadcrumb li {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    position: relative
}

.insureti-breadcrumb-wrapper .breadcrumb a {
    color: var(--rt-body-color)
}

.insureti-breadcrumb-wrapper .breadcrumb a:hover {
    color: var(--rt-primary-color)
}

.insureti-breadcrumb-wrapper .breadcrumb svg {
    fill: var(--rt-body-color)
}

.insureti-breadcrumb-wrapper .breadcrumb li.active {
    color: var(--rt-primary-color)
}

.has-trheader .insureti-breadcrumb-wrapper {
    opacity: 0;
    padding-top: 240px !important;
    transition: opacity .3s
}

.breadcrumb .raquo i:before {
    transform: rotate(-90deg)
}

.insureti-widget-area {
    display: block;
    position: relative
}

.insureti-widget-area .widget {
    background-color: #eff3f3;
    border-radius: 12px;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%
}

.insureti-widget-area .widget label {
    color: var(--rt-title-color);
    font-size: 24px;
    font-weight: 600;
    line-height: 36px
}

.insureti-widget-area .widget .widget-title,
.insureti-widget-area .widget .wp-block-heading {
    border-bottom: 1px solid var(--rt-gray60);
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    padding-bottom: 10px
}

.insureti-widget-area .widget .widget_categories ul li {
    background-color: red !important
}

@media (min-width:1140px) {
    .sidebar-sticky {
        align-self: flex-start;
        position: sticky;
        top: 150px
    }
}

.widget .wp-block-tag-cloud,
.widget.widget_tag_cloud .tagcloud {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.widget .wp-block-tag-cloud a,
.widget.widget_tag_cloud .tagcloud a {
    background-color: #fff;
    border-radius: 50px;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 19px !important;
    padding: 10px 20px
}

.widget .wp-block-tag-cloud a:hover,
.widget.widget_tag_cloud .tagcloud a:hover {
    background-color: var(--rt-primary-color);
    color: #fff
}

.widget .category-links a {
    background-color: transparent !important
}

.widget .category-links a:hover {
    background-color: transparent;
    color: var(--rt-primary-color) !important
}

.widget.widget_media_image {
    background-color: transparent;
    padding: 0
}

.widget ol ol,
.widget ol ul,
.widget ul ol,
.widget ul ul {
    padding-left: 20px
}

.gallery {
    margin-bottom: 1.5em;
    margin-left: -10px;
    margin-right: -10px
}

.gallery-item {
    display: inline-block;
    padding: 0 5px;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

@media (max-width:992px) {
    .gallery-columns-3 .gallery-item,
    .gallery-columns-4 .gallery-item {
        max-width: 45.1%
    }
    .gallery-columns-5 .gallery-item,
    .gallery-columns-6 .gallery-item,
    .gallery-columns-7 .gallery-item,
    .gallery-columns-8 .gallery-item,
    .gallery-columns-9 .gallery-item {
        max-width: 22%
    }
}

@media (max-width:550px) {
    .gallery-columns-5 .gallery-item,
    .gallery-columns-6 .gallery-item,
    .gallery-columns-7 .gallery-item,
    .gallery-columns-8 .gallery-item,
    .gallery-columns-9 .gallery-item {
        max-width: 45.1%
    }
}

.widget ul li ul li:last-child {
    padding-bottom: 0
}

.widget ul li ul li:first-child {
    padding-top: 6px
}

.widget ul .cat-item a {
    color: var(--rt-title-color);
    line-height: 1
}

.wp-widget-group__inner-blocks .wp-block-tag-cloud {
    padding-top: 15px
}

.widget_block .wp-block-latest-comments .wp-block-latest-comments__comment {
    line-height: 1.9
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    margin-bottom: 0
}

ol.wp-block-latest-comments {
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0
}

ol.wp-block-latest-comments li:last-child {
    margin-bottom: 0
}

.widget_recent_comments ul li a {
    border-bottom: none;
    padding: 0
}

.widget_recent_comments ul li:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.insureti-footer-1 .site-footer .recentcomments {
    color: var(--rt-gray40)
}

.insureti-footer-2 .widget_tag_cloud .wp-block-tag-cloud a,
.insureti-footer-2 .widget_tag_cloud.widget_tag_cloud .tagcloud a {
    background-color: var(--rt-title-color) !important;
    color: #fff !important
}

.insureti-footer-2 .widget_tag_cloud .wp-block-tag-cloud a:hover,
.insureti-footer-2 .widget_tag_cloud.widget_tag_cloud .tagcloud a:hover {
    background-color: var(--rt-primary-color) !important;
    color: #fff !important
}

.widget_rss .widget-heading img {
    margin-top: -3px
}

.widget_rss ul li:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.widget_rss ul li .rsswidget {
    font-weight: 700
}

.widget_rss ul li a {
    border-bottom: none;
    padding: 0
}

.insureti-footer-1 .site-footer .widget_rss .rssSummary,
.insureti-footer-1 .site-footer .widget_rss cite,
.insureti-footer-1 .site-footer .widget_rss span {
    color: var(--rt-gray40) !important
}

.insureti-footer-1 .site-footer .widget_rss a {
    color: #fff
}

.widget_text .widget-heading {
    margin-bottom: 15px
}

.insureti-footer-1 .site-footer .textwidget,
.insureti-footer-1 .site-footer .widget_text .widget-heading {
    color: var(--rt-gray40) !important
}

.widget_tag_cloud .tagcloud {
    display: flex;
    flex-wrap: wrap
}

.widget select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAyMCAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTguNzUwMjIgMTEuMjQ5OEwxMCAxMi40OTk2TDIwIDIuNDk5NTZMMTcuNTAwNCAwTDEwIDcuNDk4NjdMMi40OTk1NiAwTDAgMi40OTk1Nkw4Ljc1MDIyIDExLjI0OThaIiBmaWxsPSIjNjQ2NDY0Ii8+Cjwvc3ZnPgo=") !important;
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: 10px;
    border: 1px solid var(--rt-title-color);
    border-radius: 6px;
    outline: none;
    padding: 16px 13px;
    transition: all .31s ease;
    width: 100%
}

.widget_text select {
    margin-top: 0
}

.wp-calendar-table caption {
    caption-side: top;
    line-height: 1;
    padding-bottom: 15px;
    padding-top: 0;
    text-align: center
}

.widget .calendar_wrap {
    margin-top: 0
}

.widget .wp-calendar-table td {
    line-height: 32px;
    padding: 0;
    text-align: center
}

.widget .wp-calendar-table td a {
    font-weight: 600
}

.widget .wp-calendar-table td#today,
.widget .wp-calendar-table td#today a {
    color: #fff
}

.wp-calendar-nav-next {
    float: right
}

.insureti-footer-1 .site-footer .widget_calendar {
    color: var(--rt-gray40) !important
}

.insureti-footer-1 .site-footer .widget_calendar a {
    color: var(--rt-gray40)
}

.insureti-footer-1 .site-footer .wp-calendar-table caption {
    color: var(--rt-gray40) !important
}

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

.widget_insureti_contact ul li {
    align-items: flex-start;
    display: flex;
    margin-bottom: 16px
}

.widget_insureti_contact li [class*=rticon-] {
    flex: 0 0 30px;
    justify-content: start;
    padding-top: 4px
}

.widget_insureti_contact li svg {
    fill: var(--rt-primary-color)
}

.widget_insureti_contact li p {
    margin: 0
}

.widget_insureti_contact_banner {
    background-color: transparent !important;
    padding: 0 !important
}

.widget_insureti_contact_banner .author-widget {
    align-items: flex-start;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 420px;
    overflow: hidden;
    padding: 30px 62px 30px 30px;
    position: relative;
    z-index: 2
}

@media (max-width:1024px) {
    .widget_insureti_contact_banner .author-widget {
        padding: 30px
    }
}

.widget_insureti_contact_banner .author-widget h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 20px
}

.widget_insureti_contact_banner .author-widget a {
    border: 1px solid #5a5999;
    border-radius: 50px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 30px;
    padding: 5px 15px 5px 5px
}

.widget_insureti_contact_banner .author-widget a .icon {
    align-items: center;
    background-color: var(--rt-primary-color);
    border-radius: 50%;
    display: inline-flex;
    height: 40px;
    justify-content: center;
    margin-right: 4px;
    overflow: hidden;
    width: 40px
}

.widget_insureti_contact_banner .author-widget a .icon i {
    color: #fff;
    font-size: 18px
}

.widget_insureti_contact_banner .author-widget a:hover {
    color: var(--rt-primary-color)
}

.widget_insureti_contact_banner .author-widget a:hover .icon i {
    animation: bottomtotop .4s forwards
}

.site-footer .footer-container {
    position: relative
}

.site-footer .footer-menu-wrapper {
    border-top: 1px solid var(--rt-gray20)
}

.insureti-footer-1 .site-footer .footer-menu-wrapper .align-default {
    justify-content: center
}

.site-footer .insureti-navigation ul>li>ul.depth_0 {
    bottom: 100%;
    top: auto
}

.site-footer .insureti-navigation ul li ul li ul {
    bottom: 0;
    left: 100%;
    top: auto
}

.site-footer .insureti-navigation ul>li:first-child:hover>ul.dropdown-menu {
    bottom: -10px !important;
    top: auto !important
}

.footer-widgets-wrapper .footer-widgets ul ul {
    padding-left: 20px
}

.insureti-footer-2 .footer-copyright-wrapper .rt-container {
    border-radius: 16px 16px 0 0;
    border-top: 1px solid hsla(0, 0%, 41%, .25)
}

.insureti-footer-2 .site-footer .insureti-navigation ul>li:hover>ul {
    z-index: 9999
}

.insureti-footer-2 .site-footer.schema-default {
    background-color: var(--rt-title-color)
}

.insureti-footer-2 .site-footer .insureti-footer-menu {
    text-align: center
}

@media (min-width:1200px) {
    .insureti-footer-2 .site-footer .insureti-footer-menu {
        margin: 0 -15px
    }
}

.insureti-footer-2 .site-footer .insureti-footer-menu>li>a {
    color: var(--rt-gray40);
    font-size: 18px;
    padding: 8px 16px
}

.insureti-footer-2 .site-footer .insureti-footer-menu>li>a:hover {
    color: #fff
}

.insureti-footer-2 .site-footer .insureti-footer-menu>li>a svg {
    fill: var(--rt-gray40)
}

.insureti-footer-2 .site-footer .footer-menu-wrapper {
    border-bottom: 1px solid hsla(0, 0%, 100%, .1);
    border-top: none;
    padding: 30px 0
}

@media (min-width:1200px) {
    .insureti-footer-2 .site-footer .footer-menu-wrapper {
        padding: 32px 0
    }
}

.insureti-footer-2 .site-footer .footer-menu-wrapper .align-default {
    justify-content: end
}

.insureti-footer-2 .site-footer .footer-copyright-logo {
    padding-top: 7px
}

@media (max-width:767px) {
    .insureti-footer-2 .site-footer .footer-copyright-logo {
        text-align: center
    }
}

.insureti-footer-2 .site-footer .footer-copyright-logo img {
    max-height: 100px;
    max-width: 300px;
    -o-object-fit: contain;
    object-fit: contain;
    transform: scale(.84)
}

.comments-area {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    max-width: 1000px
}

.comments-area .comment-list-wrapper {
    background-color: transparent;
    border-radius: 12px;
    margin-top: 40px;
    padding: 55px
}

.comments-area h2.comments-title {
    border-bottom: 1px solid var(--rt-gray60);
    font-size: 25px;
    margin-bottom: 20px
}

.comments-area dd {
    margin-bottom: 15px
}

.comments-area .comment-content ol,
.comments-area .comment-content ul,
.comments-area .comments-content ol,
.comments-area .comments-content ul {
    padding-left: 15px
}

.comment-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.comment-meta a {
    color: #333
}

.comment-author {
    align-items: flex-start;
    display: flex;
    gap: 12px;
    margin-bottom: 10px
}

.comment-author .vcard {
    flex: 0 0 45px
}

.comment-author .vcard img {
    border-radius: 50%
}

.comment-author .author-info {
    flex: auto;
    margin-top: -4px
}

.comment-author .author-info cite {
    font-style: normal
}

.comment-author .author-info cite a {
    color: var(--rt-title-color);
    font-size: 20px;
    font-weight: 600;
    line-height: 30px
}

.comment-author .comment-meta {
    padding-left: 25px;
    position: relative
}

.comment-author .comment-meta a {
    color: var(--rt-body-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 17px
}

.comment-author .comment-meta:before {
    color: var(--rt-primary-color);
    content: "";
    font-family: rt-fontello;
    left: 0;
    position: absolute;
    top: -1px
}

.comment-metadata {
    margin-left: 50px
}

.comment-reply-link {
    align-items: center;
    border: 1px solid var(--rt-body-color);
    border-radius: 50px;
    color: var(--rt-title-color);
    display: inline-flex;
    font-size: 14px;
    font-weight: 500;
    gap: 7px;
    height: 35px;
    justify-content: center;
    line-height: 21px;
    padding: 0 10px;
    position: absolute;
    right: 0;
    top: 0
}

.comment-reply-link svg {
    fill: var(--rt-title-color)
}

.comment-reply-link:hover {
    background: var(--rt-primary-color);
    border-color: var(--rt-primary-color);
    color: #fff
}

.comment-reply-link:hover svg {
    fill: #fff
}

.comment-list li {
    color: var(--rt-body-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    position: relative
}

.comment-list .comment-body:not(.last-item) {
    border-bottom: 1px solid var(--rt-gray60);
    margin-bottom: 30px;
    padding-bottom: 30px
}

.comment-list>li ol,
.comment-list>li ul {
    margin-bottom: 0 !important;
    margin-top: 0 !important
}

.comment-list>li ol .comment-body,
.comment-list>li ul .comment-body {
    margin-bottom: 20px
}

.comment-list li ol.children {
    list-style: none;
    margin: 25px 0 0;
    padding-left: 50px
}

.comment-list li ol.children ol.children {
    padding-left: 20px
}

.comment-list li.comment:last-child {
    border-bottom: 0 solid;
    margin-bottom: 0;
    padding-bottom: 0
}

.comment-respond {
    background-color: var(--rt-gray20);
    border-radius: 8px;
    margin-top: 0;
    padding: 40px 55px
}

.comment-form label {
    display: block;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px
}

.comment-form input,
.comment-form textarea {
    padding: 8px 15px;
    width: 100%
}

.comment-form textarea {
    border-radius: 6px;
    padding: 15px;
    resize: vertical
}

.comment-form input[type=submit] {
    background: var(--rt-primary-color);
    border: 1px solid var(--rt-primary-color);
    border-radius: 0;
    border-radius: 50px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 30px;
    transition: all .32s ease-in-out;
    width: auto
}

.comment-form input[type=submit]:hover {
    background: var(--rt-primary-dark)
}

.comment-form .form-submit {
    margin-bottom: 0
}

.comment-form .required {
    color: red
}

.comment-form .comment-form-author label,
.comment-form .comment-form-email label,
.comment-form .comment-form-url label {
    flex: 0 0 100px;
    margin: 0
}

.comment-form .comment-form-author input,
.comment-form .comment-form-email input,
.comment-form .comment-form-url input {
    border-radius: 6px;
    flex: 1;
    height: 48px;
    overflow: hidden
}

.comment-form .comment-form-author,
.comment-form .comment-form-email {
    float: left;
    width: 50%
}

.comment-form .comment-form-author {
    padding-right: 15px
}

.comment-form .comment-form-email {
    padding-left: 15px
}

.comment-form .comment-form-url {
    width: 100%
}

.comment-notes {
    font-size: 90%;
    margin-bottom: 30px
}

p.comment-form-cookies-consent {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: flex-start;
    margin-bottom: 30px;
    width: 100%
}

p.comment-form-cookies-consent input {
    width: auto
}

p.comment-form-cookies-consent label {
    color: var(--rt-body-color);
    font-size: 15px;
    font-weight: 400;
    line-height: 18px
}

p.comment-form-cookies-consent * {
    margin: 0
}

.comment-navigation {
    border-top: 1px solid var(--rt-gray20);
    margin-top: 26px;
    padding-top: 30px
}

.comment-navigation .nav-links {
    display: flex;
    justify-content: space-between
}

.comment-navigation .nav-links a {
    align-items: center;
    border: 1px solid var(--rt-gray40);
    color: var(--rt-title-color);
    display: inline-flex;
    gap: 5px;
    justify-content: center;
    padding: 6px 15px
}

.comment-navigation .nav-links a:hover {
    background: var(--rt-primary-color);
    border-color: var(--rt-primary-color);
    color: #fff
}

.comment-navigation .nav-links a:hover svg {
    fill: #fff
}

.rt-team-social .share-wrap .submenu li a:hover.facebook i.fa {
    background-color: #3b5999
}

.rt-team-social .share-wrap .submenu li a:hover.twitter i.fa {
    background-color: #55acee
}

.rt-team-social .share-wrap .submenu li a:hover.googlePlus i.fa {
    background-color: #dd4b39
}

.rt-team-social .share-wrap .submenu li a:hover.instagram i.fa {
    background-color: #e4405f
}

.rt-team-default .pagination-area {
    margin-top: 50px
}

.service-item .read-more-btn a {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.service-item .read-more-btn a i {
    display: inline-block;
    font-size: 11px
}

.service-item .read-more-btn a.icon-position-right i {
    margin-left: 8px
}

.service-item .read-more-btn a.icon-position-left i {
    margin-right: 8px
}

.service-item .read-more-btn.show-hover {
    opacity: 0;
    transform: translateY(30px);
    transition: .3s ease-in-out;
    visibility: hidden
}

.service-item:hover .read-more-btn.show-hover {
    opacity: 1;
    transform: translateY(0);
    visibility: visible
}

.service-item-style-1 .service-content .read-more-btn a {
    background-color: #f5f5f5;
    color: var(--rt-title-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    padding: 13px 22px 11px 23px
}

.service-item-style-1 .service-content .read-more-btn a:hover {
    background-color: var(--rt-secondary-color);
    color: #fff
}

.service-item-style-1 .service-content .read-more-btn a:hover i {
    transition: unset
}

.service-item-style-2 .service-content .service-title {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 20px
}

.service-item-style-2 .service-content .read-more-btn a {
    background: var(--rt-primary-color);
    border-radius: 8px;
    color: #fff;
    padding: 14px 30px
}

.service-item-style-2 .service-content .read-more-btn a:hover {
    background-color: var(--rt-primary-dark)
}

.team-contact-form-area {
    position: relative;
    z-index: 0
}

.team-contact-form-area .title-area {
    margin-bottom: 35px
}

.team-contact-form-area .title-area .title {
    color: var(--rt-title-color);
    font-size: 36px;
    font-weight: 600;
    line-height: 48px
}

@media (max-width:600px) {
    .team-contact-form-area .title-area .title {
        font-size: 32px;
        line-height: 40px
    }
}

.team-contact-form-area .title-area .sub-title {
    color: var(--rt-body-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px
}

@media (max-width:600px) {
    .team-contact-form-area .title-area .sub-title {
        font-size: 15px;
        line-height: 26px
    }
}

.team-contact-form-area .phone-number-area .icon {
    background-color: var(--rt-primary-color);
    border-radius: 50%;
    color: #fff;
    height: 55px;
    outline: 1px solid rgba(0, 192, 124, .2);
    outline-offset: 7px;
    overflow: hidden;
    width: 55px
}

.team-contact-form-area .phone-number-area .icon i {
    font-size: 25px
}

.team-contact-form-area .phone-number-area .content p {
    color: var(--rt-body-color);
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 4px
}

.team-contact-form-area .phone-number-area .content a {
    color: var(--rt-title-color);
    font-size: 18px;
    font-weight: 600;
    line-height: 22px
}

.team-contact-form-area .phone-number-area .content a:hover {
    color: var(--rt-primary-color)
}

.team-contact-form-area .phone-number-area:hover .icon i {
    animation: bottomtotop .4s linear forwards
}

@media (max-width:1139px) {
    .team-contact-form-area .team-contact-form-wrap {
        margin: 0
    }
}

.team-contact-form-area .team-contact-form-wrap .form-box label {
    color: var(--rt-title-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    margin-bottom: 10px
}

.team-contact-form-area .team-contact-form-wrap .form-box input {
    border-color: transparent;
    border-radius: 6px;
    color: var(--rt-body-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    padding: 14px
}

.team-contact-form-area .team-contact-form-wrap .form-box input::-moz-placeholder {
    color: var(--rt-body-color)
}

.team-contact-form-area .team-contact-form-wrap .form-box input::placeholder {
    color: var(--rt-body-color)
}

.team-contact-form-area .team-contact-form-wrap .form-box select {
    background-color: var(--rt-gray20);
    border-color: transparent;
    height: 47px !important
}

.team-contact-form-area .team-contact-form-wrap .form-box textarea {
    border-color: transparent;
    color: var(--rt-body-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 17px
}

.team-contact-form-area .team-contact-form-wrap .form-box textarea::-moz-placeholder {
    color: var(--rt-body-color)
}

.team-contact-form-area .team-contact-form-wrap .form-box textarea::placeholder {
    color: var(--rt-body-color)
}

.team-contact-form-area .team-contact-form-wrap .form-box button {
    background-color: var(--rt-primary-color) !important;
    font-size: 15px;
    padding: 10px 20px !important
}

.team-contact-form-area .team-contact-form-wrap .fluentform div.ff-el-form-hide_label>.ff-el-input--label {
    display: none !important
}

.layout-left-sidebar #sidebar {
    order: -1
}

.insureti-post-meta ul li {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    line-height: 1.5;
    position: relative
}

.insureti-post-meta ul li i {
    margin-right: 5px
}

.insureti-post-meta ul li a {
    color: var(--rt-meta-color)
}

.insureti-post-meta ul li a:hover {
    color: var(--rt-primary-color)
}

.insureti-post-meta ul li .prefix {
    margin-right: 4px
}

.insureti-post-meta ul li.edit-link {
    opacity: 0;
    visibility: hidden
}

article:hover .insureti-post-meta ul li.edit-link {
    opacity: 1;
    visibility: visible
}

.meta-style-default .insureti-post-meta {
    font-size: 15px
}

.meta-style-default .insureti-post-meta ul {
    -moz-column-gap: 10px;
    column-gap: 10px;
    display: block
}

.meta-style-default .insureti-post-meta ul li {
    display: inline
}

.meta-style-default .insureti-post-meta ul li a {
    color: var(--rt-meta-color)
}

.meta-style-default .insureti-post-meta ul li a:hover {
    color: var(--rt-primary-color)
}

.meta-style-default .insureti-post-meta ul li:not(:last-child) {
    margin-right: 16px
}

.meta-style-border .insureti-post-meta ul {
    gap: 5px
}

.meta-style-border .insureti-post-meta ul li:not(.category,
.tag) {
    border: 1px solid var(--rt-primary-color);
    padding: 0 10px
}

.meta-style-border .insureti-post-meta ul li:is(.category,
.tag) {
    padding: 0
}

.meta-style-border .insureti-post-meta ul li:is(.category,
.tag) .category-links,
.meta-style-border .insureti-post-meta ul li:is(.category,
.tag) .tag-links {
    display: flex;
    flex-wrap: wrap;
    gap: 5px
}

.meta-style-border .insureti-post-meta ul li:is(.category,
.tag) .sp {
    display: none
}

.meta-style-border .insureti-post-meta ul li:is(.category,
.tag) a {
    border: 1px solid var(--rt-primary-color);
    display: inline-block;
    height: 100%;
    line-height: 1.2;
    padding: 4px 10px
}

.meta-style-pipe .insureti-post-meta li:not(:last-child):after {
    content: " | ";
    margin: 0 1px 0 10px;
    transform: scaleY(.9)
}

.meta-style-dash-bg .insureti-post-meta ul {
    gap: 6px
}

.meta-style-dash-bg .insureti-post-meta li {
    padding: 0
}

.meta-style-dash-bg .insureti-post-meta .category-links,
.meta-style-dash-bg .insureti-post-meta .tag-links {
    display: flex;
    flex-wrap: wrap;
    gap: 5px
}

.meta-style-dash-bg .insureti-post-meta li:not(.category,
.tag) {
    align-items: center;
    background: var(--rt-meta-light);
    display: inline-flex;
    justify-content: center;
    margin: 0;
    padding: 3px 10px;
    transition: all .32s ease-in-out
}

.meta-style-dash-bg .insureti-post-meta li:not(.category,
.tag) a:hover {
    color: var(--rt-title-color)
}

.meta-style-dash-bg .insureti-post-meta li:is(.category,
.tag) .sp {
    display: none
}

.meta-style-dash-bg .insureti-post-meta li:is(.category,
.tag) a {
    background-color: var(--rt-meta-light);
    display: inline-block;
    height: 100%;
    line-height: 1.2;
    padding: 5.5px 10px;
    position: relative
}

.meta-style-dash-bg .insureti-post-meta li:is(.category,
.tag):before {
    content: none
}

.widget .insureti-post-meta {
    margin-bottom: 6px
}

.separate-meta .category svg,
.separate-meta .sp {
    display: none
}

.above-meta-style-border .separate-meta a {
    background: #fff;
    border: 1px solid var(--rt-primary-color);
    height: 100%;
    line-height: 1.2;
    padding: 4px 10px
}

.meta-style-dash .separate-meta a:hover:before {
    color: #fff
}

.insureti-post-card .entry-content {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px
}

.insureti-post-card .entry-content:has(+.entry-footer,
+.read-more) {
    margin-bottom: 18px
}

.insureti-post-card .category i {
    margin-right: 4px
}

.insureti-post-card.meta-style-dash .read-more:before {
    color: #fff
}

.insureti-post-card-default .category-links a {
    border-radius: 6px
}

.widget .insureti-post-card .entry-title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 6px
}

.insureti-widget-post.blog-list-style .insureti-post-card {
    border: unset;
    border-radius: unset;
    font-size: unset;
    margin-bottom: 20px;
    padding: unset
}

.insureti-widget-post.blog-list-style .insureti-post-card .insureti-post-meta {
    margin-bottom: 0
}

.insureti-widget-post.blog-list-style .insureti-post-card .article-inner-wrapper {
    align-items: center;
    display: flex;
    gap: 15px
}

.insureti-widget-post.blog-list-style .insureti-post-card .post-thumbnail-wrap {
    margin-bottom: 0
}

.insureti-widget-post.blog-list-style .insureti-post-card .post-thumbnail {
    border-radius: 50%;
    height: 80px;
    max-width: 80px
}

.insureti-widget-post.blog-list-style .insureti-post-card .post-thumbnail a,
.insureti-widget-post.blog-list-style .insureti-post-card .post-thumbnail img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    padding: 0;
    width: 100%
}

.insureti-widget-post.blog-list-style .insureti-post-card .entry-wrapper {
    flex: 1
}

.insureti-widget-post.blog-list-style .insureti-post-card .entry-wrapper .entry-title {
    font-size: 15px;
    line-height: 26px
}

.insureti-widget-post.blog-list-style .insureti-post-card p {
    margin: 0
}

.insureti-widget-post.blog-list-style .insureti-post-card .date {
    font-size: 14px;
    font-weight: 400;
    line-height: 15px
}

.insureti-widget-post.blog-list-style .insureti-post-card .date i {
    color: var(--rt-primary-color);
    font-size: 16px;
    margin-right: 6px
}

.insureti-widget-post.blog-list-style .insureti-post-card .date:before {
    display: none !important
}

.blog-big-first-style.style2 .insureti-post-card:first-child .post-thumbnail:after {
    background: #000;
    background: linear-gradient(1turn, rgba(0, 0, 0, .9), rgba(0, 0, 0, .67) 20%, transparent);
    bottom: 0;
    content: "";
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    transition: height .32s ease-in-out;
    width: 100%
}

.blog-big-first-style.style2 .insureti-post-card:first-child:hover .post-thumbnail:after {
    height: 100%
}

.blog-big-first-style.style2 .insureti-post-card:first-child .entry-wrapper {
    bottom: 0;
    padding: 15px;
    position: absolute;
    text-align: center;
    width: 100%
}

.blog-big-first-style.style2 .insureti-post-card:first-child .entry-header {
    transition: all .32s ease-in-out
}

.blog-big-first-style.style2 .insureti-post-card:first-child .entry-content {
    margin-bottom: 0;
    max-height: 0;
    overflow: hidden;
    transition: all .32s ease-in-out
}

.blog-big-first-style.style2 .insureti-post-card:first-child:hover .entry-content {
    max-height: 54px
}

.blog-big-first-style.style2 .insureti-post-card:first-child .insureti-post-meta ul {
    justify-content: center
}

.blog-big-first-style.style2 .insureti-post-card:not(:first-child) .post-thumbnail {
    display: none
}

.blog-big-first-style.style2 .insureti-post-card:not(:first-child,
:last-child) {
    border-bottom: 1px solid var(--rt-gray20);
    margin-bottom: 26px;
    padding-bottom: 14px
}

.blog-big-first-style.style2 .insureti-post-card:last-child {
    margin-bottom: 0
}

.sticky .article-inner-wrapper {
    background-color: rgba(var(--rt-primary-rgb), .08);
    border-color: var(--rt-primary-color);
    border-radius: 15px;
    padding: 24px
}

.sticky .article-inner-wrapper .read-more {
    background: #aecfcf
}

.pagination-area {
    position: relative;
    z-index: 2
}

.pagination-area ul {
    list-style: none
}

.pagination-area ul li {
    line-height: 26px;
    margin-right: 12px;
    transition: all .32s ease-in-out
}

.pagination-area ul li a {
    align-items: center;
    border: 1px solid #e7eaf0;
    border-radius: 6px;
    color: var(--rt-body-color);
    display: flex;
    font-size: 17px;
    font-weight: 500;
    height: 42px;
    justify-content: center;
    width: 42px
}

.pagination-area ul li.active a,
.pagination-area ul li:hover a {
    background: var(--rt-primary-color);
    border-color: transparent;
    box-shadow: 4px 4px 16px rgba(0, 192, 124, .25);
    color: #fff
}

.pagination-area ul li:last-child {
    margin-right: 0
}

.pagination-area ul .prev a i:before {
    transform: rotate(-180deg)
}

.rt-related-post {
    background-color: #f7fbfb;
    padding-bottom: 120px;
    padding-top: 120px
}

.rt-related-post .related-title {
    font-size: 36px;
    font-weight: 600;
    line-height: 54px;
    margin-bottom: 47px;
    text-align: center
}

.rt-related-team {
    margin-top: 70px
}

.rt-related-team .related-title {
    font-size: 36px;
    font-weight: 600;
    line-height: 54px;
    margin-bottom: 35px;
    text-align: center
}

.single-content .insureti-post-card {
    border: 1px solid var(--rt-gray60);
    border-radius: 12px;
    font-size: 17px;
    padding: 30px
}

.single-content .insureti-post-card .post-thumbnail {
    border-radius: 12px
}

.single-content .insureti-post-card .entry-title {
    font-size: 36px;
    font-weight: 600;
    line-height: 48px;
    text-transform: capitalize
}

.single-content .insureti-post-card.insureti-post-card-grid-1 .article-inner-wrapper {
    border: none
}

.single-content .insureti-post-card.insureti-post-card-grid-1 .article-inner-wrapper .entry-wrapper {
    padding: 30px 0 0
}

.single-content .insureti-post-card .entry-content>p+:is(h1,
h2,
h3) {
    margin-top: 20px
}

.single-content .insureti-post-card .wp-block-column ul {
    list-style: none
}

.single-content .insureti-post-card .wp-block-column ul li {
    position: relative
}

.single-content .insureti-post-card .wp-block-column ul li:before {
    color: var(--rt-primary-color);
    content: "";
    font-family: rt-fontello;
    left: -20px;
    position: absolute;
    top: 0
}

.single-content .insureti-post-card .wp-block-column figure img {
    border-radius: 12px
}

.single-content .insureti-post-card .wp-block-quote {
    background-color: var(--rt-gray20);
    border-left: none;
    border-radius: 12px;
    color: var(--rt-title-color);
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    padding: 25px 30px;
    position: relative
}

.single-content .insureti-post-card .wp-block-quote cite,
.single-content .insureti-post-card .wp-block-quote p {
    padding-left: 80px
}

@media (max-width:768px) {
    .single-content .insureti-post-card .wp-block-quote cite,
    .single-content .insureti-post-card .wp-block-quote p {
        padding-left: 0;
        padding-top: 50px
    }
}

.single-content .insureti-post-card .wp-block-quote:before {
    color: var(--rt-primary-color);
    content: "";
    font-family: rt-fontello;
    font-size: 40px;
    left: 30px;
    position: absolute;
    top: 40%
}

@media (max-width:768px) {
    .single-content .insureti-post-card .wp-block-quote:before {
        top: 12%
    }
}

.single-content .insureti-post-card .separate-meta {
    margin-bottom: 15px
}

.single-content .insureti-post-card .entry-footer {
    border-top: 1px solid var(--rt-gray60);
    padding-top: 20px
}

.single-content .insureti-post-card .entry-footer .post-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 15px
}

.single-content .insureti-post-card .entry-footer .post-tags .tag-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.single-content .insureti-post-card .entry-footer .post-tags .tag-links a {
    background-color: var(--rt-gray20);
    border-radius: 50px;
    color: var(--rt-body-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    padding: 7px 14px
}

.single-content .insureti-post-card .entry-footer .post-tags .tag-links a:last-child {
    margin-right: 0
}

.single-content .insureti-post-card .entry-footer .post-tags .tag-links a:hover {
    background-color: var(--rt-primary-color);
    color: #fff
}

.single-content .insureti-post-card .entry-footer .post-tags .tag-links .sp {
    display: none
}

.single-content .insureti-post-card .entry-footer .post-share .social-share-list {
    display: flex;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding-left: 0
}

@media (max-width:600px) {
    .single-content .insureti-post-card .entry-footer .post-share .social-share-list {
        margin-bottom: 1em;
        margin-top: 1em
    }
}

.single-content .insureti-post-card .entry-footer .post-share .social-share-list li {
    align-items: center;
    background: var(--rt-gray20);
    border-radius: 50%;
    display: flex;
    height: 36px;
    justify-content: center;
    transition: all .32s ease-in-out;
    width: 36px
}

.single-content .insureti-post-card .entry-footer .post-share .social-share-list li a {
    color: #fff
}

.single-content .insureti-post-card .entry-footer .post-share .social-share-list li:hover {
    box-shadow: 4px 4px 12px rgba(29, 161, 242, .3)
}

.single-content .insureti-post-card .entry-footer .post-share .social-share-list li:hover a {
    animation: toBottomFromTop .5s forwards
}

.single-content .insureti-post-card .entry-footer .post-share .social-share-list .social-facebook {
    background-color: #1877f2
}

.single-content .insureti-post-card .entry-footer .post-share .social-share-list .social-twitter {
    background-color: #1da1f2
}

.single-content .insureti-post-card .entry-footer .post-share .social-share-list .social-pinterest {
    background-color: #e60023
}

.single-content .insureti-post-card .entry-footer .post-share .social-share-list .social-linkedin {
    background-color: #00a0dc
}

.single-content .insureti-post-card .insureti-post-meta {
    color: var(--rt-meta-color);
    font-size: 15px;
    margin-bottom: 20px
}

body:not(.insureti-single-1) .entry-content ul {
    list-style: circle none inside
}

body:not(.insureti-single-1) .wp-block-quote {
    border: none;
    color: var(--rt-title-color);
    font-style: italic;
    font-weight: 700;
    padding: 0
}

body:not(.insureti-single-1) .wp-block-quote p {
    margin-bottom: 5px
}

body:not(.insureti-single-1) .wp-block-quote cite,
body:not(.insureti-single-1) .wp-block-quote footer {
    color: var(--rt-title-color);
    font-style: italic;
    font-weight: 700
}

.content-top-area {
    position: relative
}

.content-top-area .single-top-header {
    bottom: 80px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%
}

.post-thumbnail-wrap .wp-caption-text {
    align-items: center;
    display: flex;
    font-size: 14px;
    gap: 5px;
    margin-bottom: 15px;
    margin-top: 5px
}

.post-thumbnail-wrap .wp-caption-text span {
    display: block;
    line-height: 1
}

.insureti-single-2 .single-post-container .content-top-area .post-thumbnail-wrap {
    margin-bottom: 40px
}

.insureti-single-2 .single-post-container .content-top-area .wp-caption-text {
    margin-top: 15px
}

.insureti-single-2 .single-post-container .content-top-area .post-thumbnail {
    height: 540px;
    overflow: hidden
}

.insureti-single-2 .single-post-container .content-top-area .post-thumbnail img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.insureti-single-2 .single-post-container .single-content .entry-title {
    font-size: clamp(34px, 3vw, 50px);
    line-height: 1.2
}

.insureti-single-3 .site-content {
    padding-top: 0
}

.insureti-single-3 .content-area {
    padding-top: 0 !important
}

.insureti-single-3 .topbar-4 {
    background-color: transparent
}

.insureti-single-3 .topbar-4 .topbar-left p,
.insureti-single-3 .topbar-4 .topbar-right .social-icon a {
    color: #fff
}

.insureti-single-3 .topbar-4 .topbar-right .social-icon a svg {
    fill: #fff
}

.insureti-single-3 .post-thumbnail-wrap .post-thumbnail {
    border-radius: 0
}

.insureti-single-3 .rt-container-fluid {
    padding-left: 0;
    padding-right: 0
}

.insureti-single-3.admin-bar .insureti-breadcrumb-wrapper {
    padding-top: 160px
}

.insureti-single-3 .single-post-container {
    padding-top: 0 !important
}

.insureti-single-3 .content-top-area {
    margin-bottom: 40px
}

.insureti-single-3 .content-top-area .wp-caption-text {
    margin-top: 15px
}

.insureti-single-3 .content-top-area .post-thumbnail {
    height: clamp(460px, 50vw, 740px);
    margin-bottom: 0;
    overflow: hidden;
    position: relative
}

.insureti-single-3 .content-top-area .post-thumbnail:before {
    background: rgba(0, 0, 0, .5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.insureti-single-3 .content-top-area .post-thumbnail img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.insureti-single-3 .content-top-area .entry-title {
    font-size: clamp(34px, 3vw, 50px);
    line-height: 1.2;
    margin-bottom: 20px
}

.insureti-single-3 .content-top-area .insureti-post-meta {
    color: var(--rt-gray20);
    font-size: 20px
}

.insureti-single-3 .content-top-area .insureti-post-meta a,
.insureti-single-3 .content-top-area .insureti-post-meta li:before {
    color: var(--rt-gray20)
}

.insureti-single-3 .post-edit-link {
    bottom: 0;
    left: auto;
    opacity: 1;
    right: 0;
    top: auto;
    visibility: visible
}

.insureti-single-4 .single-post-container {
    padding-top: 0 !important
}

.insureti-single-4 .single-post-container .insureti-widget-area {
    display: none !important
}

.insureti-single-4 .single-post-container .content-row {
    justify-content: center;
    margin-top: -90px
}

.insureti-single-4 .single-post-container .content-col {
    background: #fff;
    flex: 0 0 86% !important;
    max-width: 86% !important;
    padding: 30px
}

@media (min-width:992px) {
    .insureti-single-4 .single-post-container .content-col {
        padding: 70px 80px
    }
}

.insureti-single-4 .single-post-container .content-top-area .post-thumbnail {
    height: 540px;
    margin-bottom: 0;
    overflow: hidden
}

.insureti-single-4 .single-post-container .content-top-area .post-thumbnail img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.insureti-single-4 .single-post-container .entry-title {
    font-size: clamp(34px, 3vw, 50px);
    line-height: 1.2
}

.insureti-single-4 .post-thumbnail-wrap .wp-caption-text {
    color: #fff;
    left: 15px;
    opacity: .7;
    position: absolute;
    top: 15px
}

.insureti-single-4 .post-thumbnail-wrap .wp-caption-text svg {
    fill: #fff
}

.single-post-pagination {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative
}

.single-post-pagination .post-thumb {
    background-position: 50%;
    background-size: cover;
    border-radius: 50%;
    flex: 0 0 80px;
    height: 80px;
    width: 80px
}

.single-post-pagination .post-navigation-content span {
    display: block;
    margin-bottom: 4px
}

.single-post-pagination .nav-article {
    color: var(--rt-body-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 17px
}

.single-post-pagination .nav-title {
    line-height: 26px
}

.single-post-pagination .nav-title a {
    color: var(--rt-title-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    margin: 0
}

.single-post-pagination .nav-title a:hover {
    color: var(--rt-primary-color)
}

.single-post-pagination .post-navigation {
    align-items: center;
    display: flex;
    flex: 0 0 50%;
    gap: 25px
}

.single-post-pagination .post-navigation .nav-article:hover {
    color: var(--rt-primary-color)
}

.single-post-pagination .post-navigation.prev .nav-article i {
    font-size: 12px;
    margin-right: 10px
}

.single-post-pagination .post-navigation.next i {
    font-size: 12px;
    margin-left: 5px
}

@media (max-width:799px) {
    .single-post-pagination .post-navigation {
        flex: 0 0 100%
    }
    .single-post-pagination .post-navigation:not(:last-child) {
        border-bottom: 1px solid #ddd;
        margin-bottom: 30px;
        padding-bottom: 30px
    }
}

.error-404 {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.error-404 img {
    height: auto;
    max-width: 100%
}

.error-404 .error-img {
    margin-bottom: 30px
}

.error-404 .error-info {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.error-404 .error-info .error-title {
    font-size: 36px;
    font-weight: 600;
    line-height: 54px;
    margin-bottom: 15px
}

.error-404 .error-info a i {
    margin-right: 10px
}

.team-single .team-single-item .single-team-thumb {
    border-radius: 16px;
    box-shadow: 0 4px 8px rgba(239, 243, 243, .5);
    position: sticky;
    top: 150px
}

.team-single .team-thumb {
    background-color: #eff3f3;
    border-radius: 16px;
    height: 100%;
    line-height: 0;
    overflow: hidden;
    position: relative
}

.team-single .team-thumb img {
    border-radius: 16px;
    transition: all .32s ease-in-out
}

.team-single .team-single-content-wrap {
    background-color: #eff3f3;
    border-radius: 16px;
    box-shadow: 0 4px 8px rgba(239, 243, 243, .5)
}

.team-single .team-single-content-wrap .team-single-info-title {
    font-size: 22px;
    margin-bottom: 20px
}

.team-single .team-single-content {
    padding: 30px
}

.team-single .team-single-content .team-heading {
    border-bottom: 1px solid var(--rt-gray60);
    margin-bottom: 15px;
    padding-bottom: 15px
}

.team-single .team-single-content .team-heading .entry-title {
    font-size: 36px;
    font-weight: 600
}

.team-single .team-single-content .team-heading .designation {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px
}

.team-single .team-single-content .content {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 20px
}

.team-single .team-single-content .team-info {
    margin-bottom: 25px
}

.team-single .team-info ul.single-team-contact-info-list {
    -moz-column-gap: 40px;
    column-gap: 40px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 0 25px;
    padding: 0;
    row-gap: 25px
}

.team-single .team-info li .icon {
    border: 1px solid var(--rt-primary-color);
    border-radius: 6px;
    height: 45px;
    transition: all .5s ease-in-out;
    width: 45px
}

.team-single .team-info li .icon i {
    color: var(--rt-primary-color);
    font-size: 20px;
    transition: all .5s ease-in-out
}

.team-single .team-info li .info {
    gap: 7px
}

.team-single .team-info li .info .team-label {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px
}

.team-single .team-info li .info .info-text {
    color: var(--rt-title-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 19px
}

.team-single .team-info li:hover .icon {
    background-color: var(--rt-primary-color)
}

.team-single .team-info li:hover .icon i {
    color: #fff
}

.team-single .team-info .rt-single-team-social ul {
    display: flex;
    gap: 15px;
    list-style: none;
    margin: 0;
    padding: 0
}

.team-single .team-info .rt-single-team-social ul li a {
    align-items: center;
    background-color: var(--rt-primary-color);
    border-radius: 4px;
    color: #fff;
    display: inline-flex;
    height: 35px;
    justify-content: center;
    overflow: hidden;
    width: 35px
}

.team-single .team-info .rt-single-team-social ul li a:hover i {
    animation: bottomtotop .4s linear forwards
}

.service-single p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px
}

.service-single h1,
.service-single h2 {
    border-bottom: 1px solid var(--rt-gray60)
}

.service-single .service-thumb {
    margin-bottom: 35px;
    overflow: hidden
}

.service-single .service-thumb img {
    border-radius: 12px
}

.button-style2 {
    background-color: transparent;
    border: 1px solid #0d0d39;
    color: #0d0d39;
    padding: 15px 30px
}

.button-style2 i {
    color: #0d0d39
}

.button-style2:hover {
    background-color: var(--rt-primary-color);
    border: 1px solid var(--rt-primary-color);
    color: #fff
}

.elementor-icon.elementor-social-icon {
    align-items: center;
    display: inline-flex;
    justify-content: center
}

.elementor-section-wrap {
    overflow: hidden
}

.section-title-wrapper.style2 .main-title {
    flex: 1;
    margin-bottom: 0;
    position: relative;
    text-align: right
}

.section-title-wrapper.style2 .main-title:after {
    background-color: var(--rt-primary-color);
    content: "";
    height: 74px;
    position: absolute;
    right: -40px;
    top: 15px;
    width: 2px
}

@media (max-width:768px) {
    .section-title-wrapper.style2 .main-title {
        text-align: center
    }
}

.section-title-wrapper.style2 .description {
    flex: 1;
    text-align: left
}

@media (max-width:768px) {
    .section-title-wrapper.style2 .description {
        text-align: center
    }
}

.section-title-wrapper.style2 .title-inner-wrapper {
    align-items: center;
    gap: 80px
}

@media (max-width:768px) {
    .section-title-wrapper.style2 .title-inner-wrapper {
        display: block;
        text-align: center
    }
}

.section-title-wrapper .background-title.outline {
    -webkit-text-stroke-color: #e5e8f0;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px
}

.section-title-wrapper .top-sub-title i {
    font-size: 7px;
    margin-right: 5px
}

.section-title-wrapper .main-title span {
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background: linear-gradient(269.37deg, #fc0000 5.03%, #eb8a17 56.67%);
    -webkit-background-clip: text;
    background-clip: text
}

.section-title-wrapper .description ul {
    padding-top: 15px
}

.section-title-wrapper .description ul li {
    color: #212121;
    margin-bottom: 10px
}

.section-title-wrapper a.title-link-button {
    position: absolute;
    z-index: 11
}

.rt-animated-img {
    height: auto;
    position: absolute;
    width: auto !important
}

.elementor-custom-embed-play i {
    opacity: 1;
    text-shadow: 0 27px 57px rgba(0, 0, 0, .41);
    transition: .1s linear
}

.elementor-custom-embed-play i.eicon-play-o:after {
    background-color: var(--rt-primary-color);
    border-radius: 50%;
    content: "";
    height: 50%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .4s;
    width: 50%;
    z-index: -1
}

.elementor-widget.rt-parallax-follow-main-wrapper {
    position: static
}

.left-to-right {
    animation: rtLeftRight ease-in-out infinite forwards;
    animation-duration: 15s
}

.top-to-bottom {
    animation: rtTopBottom ease-in-out infinite forwards;
    animation-duration: 15s
}

.rt-video-icon-wrapper .video-popup-icon .triangle {
    border-bottom: 8px solid transparent;
    border-left: 11px solid #fff;
    border-radius: 2px;
    border-top: 8px solid transparent;
    margin-left: 3px;
    transition: .4s;
    z-index: 3
}

.rt-video-icon-wrapper .button-text {
    color: #70778b;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-left: 24px
}

.icon-style2 .rt-ripple-effect:after,
.icon-style2 .rt-ripple-effect:before {
    border: 1px solid #bbb;
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: .4s;
    width: 100%
}

.icon-style2 .rt-ripple-effect:before {
    animation: toTopAnimation 2s linear infinite
}

.icon-style2 .rt-ripple-effect:after {
    animation: toTopAnimation 2s linear 1s infinite
}

.slider-item .testimonial-img {
    line-height: 0
}

.slider-item .testimonial-content .quote {
    display: inline-block;
    font-size: 50px;
    margin-bottom: 34px
}

.slider-item .testimonial-content .item-rating .has-rating .deactive {
    color: var(--rt-gray20)
}

.rt-testimonial-layout-1 .slider-item .testimonial-img img {
    height: 100%
}

@media (max-width:576px) {
    .rt-testimonial-layout-1 .slider-item .testimonial-img {
        display: none
    }
}

.rt-info-box .insurance-process-number {
    position: absolute;
    right: 25px;
    top: 20px
}

.rt-info-box .insurance-process-number .process-number {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--rt-gray60);
    color: #fff;
    font-size: 5rem;
    font-weight: 700;
    line-height: 96px
}

.rt-info-box .icon-holder.icon-left,
.rt-info-box .icon-holder.icon-right {
    margin-bottom: 0
}

.rt-info-box .image-holder {
    line-height: 0
}

.rt-info-box .content-holder .read-more-btn {
    display: inline-block
}

.rt-info-box .content-holder .read-more-btn .button-text i {
    display: inline-block;
    font-size: 10px
}

.rt-info-box .content-holder .read-more-btn.show-hover {
    opacity: 0;
    transform: translateY(30px);
    transition: .3s ease-in-out;
    visibility: hidden
}

.rt-info-box:hover .read-more-btn.show-hover {
    opacity: 1;
    transform: translateY(0);
    visibility: visible
}

.rt-info-box-style2:hover .content-holder .read-more-btn .button-text {
    color: #fff
}

.rt-info-box-style2:hover .content-holder .read-more-btn .button-text i {
    color: var(--rt-primary-color)
}

.rt-contact-info-box {
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    overflow: hidden;
    position: relative;
    z-index: 0
}

.rt-contact-info-box:after {
    background-color: var(--rt-primary-color);
    border-radius: 12px;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    transition: all .32s ease-in-out;
    width: 0;
    z-index: -1
}

.rt-contact-info-box:hover:after {
    height: 100%;
    width: 100%
}

.rt-contact-info-box:hover .icon-holder {
    background-color: #fff;
    color: var(--rt-primary-color)
}

.rt-contact-info-box:hover .content-holder .info-title {
    color: #fff
}

.rt-contact-info-box:hover .content-holder .contact-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.rt-contact-info-box:hover .content-holder .contact-list li,
.rt-contact-info-box:hover .content-holder .contact-list li a {
    color: #fff
}

.rt-contact-info-box .icon-holder {
    background-color: var(--rt-primary-color);
    color: #fff;
    height: 55px;
    transition: all .32s ease-in-out;
    width: 55px
}

.rt-contact-info-box .icon-holder i {
    font-size: 22px
}

.rt-contact-info-box .content-holder {
    flex: 1
}

.rt-contact-info-box .content-holder .info-title {
    border-bottom: 1px solid var(--rt-gray60);
    color: var(--rt-body-color);
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 12px;
    padding-bottom: 16px;
    transition: all .32s ease-in-out
}

.rt-contact-info-box .content-holder .contact-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.rt-contact-info-box .content-holder .contact-list li {
    color: var(--rt-title-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    transition: all .32s ease-in-out
}

.rt-contact-info-box .content-holder .contact-list li span {
    color: var(--rt-body-color);
    font-weight: 600
}

.rt-contact-info-box .content-holder .contact-list li a {
    color: var(--rt-title-color)
}

.rt-contact-info-box .content-holder .contact-list li a:hover {
    color: blue
}

.service-slider-1 .service-item:hover {
    border-color: var(--rt-gray60);
    box-shadow: none
}

.service-slider-1 .service-item:hover .service-thumbs img {
    transform: unset
}

.rt-main-slider-wrapper {
    display: none;
    position: relative
}

.rt-main-slider-wrapper img {
    cursor: pointer;
    transition: .4s ease-in-out
}

.rt-swiper-slider .slider-dark-button {
    border: 2px solid var(--rt-primary-dark);
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    padding: 17px 35px;
    text-decoration: none
}

.rt-swiper-slider .slider-dark-button:hover {
    background-color: var(--rt-primary-dark)
}

.rt-slider-wrapper .slider-inner-wrapper {
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 100%;
    justify-content: center;
    position: absolute;
    text-align: center;
    width: 100%
}

.rt-slider-wrapper .slider-inner-wrapper .bg {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(1);
    transition: 1.5s;
    width: 100%;
    z-index: -1
}

.rt-slider-wrapper .swiper-slide-active {
    z-index: 10
}

.content-area.single-product .swiper-autoheight,
.content-area.single-product .swiper-autoheight .swiper-slide {
    height: 100%
}

.content-area.single-product .swiper-autoheight .swiper-slide {
    min-height: 250px
}

@media (max-width:600px) {
    .content-area.single-product .swiper-autoheight,
    .content-area.single-product .swiper-autoheight .swiper-slide {
        height: 250px
    }
    .content-area.single-product .swiper-autoheight .swiper-slide img,
    .content-area.single-product .swiper-autoheight img {
        height: 100% !important;
        -o-object-fit: cover !important;
        object-fit: cover !important;
        width: 100% !important
    }
}

.rt-main-slider-wrapper.style2 .rt-slider-wrapper .swiper-slide {
    text-align: center
}

.rt-main-slider-wrapper.style2 .rt-slider-wrapper .swiper-slide img {
    display: inline-block
}

.rt-slider-wrapper .swiper-slide-active .slider-inner-wrapper .bg.zoom-out {
    transform: scale(1.1);
    transition-delay: .1s
}

.rt-slider-wrapper .slider-inner-wrapper .bg:before {
    content: "";
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%
}

.rt-slider-wrapper .elementor-swiper-button {
    box-sizing: content-box;
    display: inline-block;
    text-align: center;
    transition: all .4s
}

.rt-slider-content-wrap {
    margin-bottom: 10px
}

.rt-slider-content-wrap * {
    line-height: 1.2;
    margin: 0
}

.rt-slider-wrapper.visible-on-hover .elementor-swiper-button {
    opacity: 0;
    transition: .4s;
    visibility: hidden
}

.rt-slider-wrapper.visible-on-hover:hover .elementor-swiper-button {
    opacity: 1;
    visibility: visible
}

.rt-slider-wrapper .slider-btn {
    display: inline-block
}

.rt-slider-wrapper .slider-title-wrap h2 {
    color: #fff;
    font-family: var(--rt-heading-font);
    font-size: 72px;
    font-weight: 700;
    line-height: 82px
}

.rt-slider-wrapper .slider-subtitle-wrap h4 {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 25px
}

@media (max-width:1023px) {
    .rt-slider-wrapper .slider-title-wrap h2 {
        font-size: 45px;
        line-height: 55px
    }
    .rt-slider-wrapper .slider-subtitle-wrap h4 {
        font-size: 18px;
        line-height: 25px
    }
}

.rt-main-slider-wrapper .rt-slider-gallery-wrapper {
    position: absolute;
    width: 100%
}

.rt-gallery-thumbs .swiper-slide {
    height: 150px;
    overflow: hidden;
    transition: .5s
}

.rt-gallery-thumbs .swiper-slide .img-bg {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform-origin: center;
    transition: .5s;
    width: 100%
}

.rt-gallery-thumbs .swiper-slide:hover .img-bg {
    transform: scale(1.1)
}

.rt-mailchimp-wrap {
    position: relative
}

.rt-mailchimp-wrap input[type=email] {
    background-color: #fff;
    border: none;
    border-radius: 30px;
    color: #212121;
    height: 60px;
    padding: 0 160px 0 30px;
    width: 100%
}

.rt-mailchimp-wrap input[type=email]:focus,
.rt-mailchimp-wrap input[type=email]:hover {
    border-color: hsla(0, 0%, 100%, .5)
}

.rt-mailchimp-wrap input[type=email]::-moz-placeholder {
    color: #788593
}

.rt-mailchimp-wrap input[type=email]::placeholder {
    color: #788593
}

.rt-mailchimp-wrap input[type=submit] {
    background: var(--rt-primary-dark);
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    height: 100%;
    position: absolute;
    text-transform: uppercase;
    transition: .3s;
    width: 100%
}

.rt-mailchimp-wrap input[type=submit]:hover {
    background: var(--rt-primary-color)
}

.rt-mailchimp-wrap .rt-animation-btn {
    background-color: #fff;
    border-radius: 0 30px 30px 0;
    bottom: 2px;
    height: 56px;
    position: absolute;
    right: 2px;
    top: 2px;
    width: 144px
}

.rt-mailchimp-wrap .rt-animation-btn:after {
    content: none
}

.rt-mailchimp-wrap ::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.rt-mailchimp-wrap ::placeholder {
    color: #fff;
    opacity: 1
}

.rt-mailchimp-wrap :-ms-input-placeholder {
    color: #fff
}

.rt-mailchimp-wrap ::-ms-input-placeholder {
    color: #fff
}

.site-footer .rt-mailchimp-wrap * {
    border-radius: 0 !important
}

.site-footer .rt-mailchimp-wrap input[type=email] {
    border: 1px solid var(--rt-primary-color);
    height: 52px;
    margin-bottom: 10px;
    padding: 5px 15px
}

.site-footer .rt-mailchimp-wrap .rt-animation-btn,
.site-footer .rt-mailchimp-wrap input[type=submit] {
    position: static
}

.site-footer .rt-mailchimp-wrap .rt-animation-btn {
    height: 52px
}

.rt-progress-bar .progress-title {
    color: #212121;
    font-family: var(--rt-body-font);
    font-size: 16px;
    font-weight: 700
}

.rt-progress-bar.style2 .elementor-progress-percentage {
    padding: 0;
    position: relative
}

.rt-progress-bar.style2 .elementor-progress-percentage .wrap {
    color: var(--rt-primary-color);
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 700;
    justify-content: center;
    margin-right: -11px;
    margin-top: -26px
}

.rt-progress-bar.style2 .elementor-progress-percentage .shape {
    background: var(--rt-primary-color);
    border: 5px solid #fff;
    border-radius: 50%;
    box-shadow: -1.336px 6.871px 24px 0 rgba(0, 0, 0, .17);
    display: inline-block;
    height: 25px;
    width: 25px
}

.rt-progress-bar.style2 .elementor-progress-percentage .percentage {
    margin-bottom: 10px
}

.rt-progress-bar.style2 .elementor-progress-wrapper {
    background: 0 0;
    overflow: inherit !important;
    position: relative
}

.rt-progress-bar.style2 .elementor-progress-wrapper:before {
    background: #e0e8fa;
    border-radius: 50px;
    content: "";
    display: block;
    height: 7px;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.rt-progress-bar.style2 .elementor-progress-bar {
    height: 7px
}

.progress-bar-striped {
    background-image: linear-gradient(-45deg, hsla(0, 0%, 100%, .5) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .5) 0, hsla(0, 0%, 100%, .5) 75%, transparent 0, transparent);
    background-size: 18px 18px
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite
}

.rt-pricing-box-wrapper {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    overflow: hidden;
    padding: 45px 50px 50px;
    position: relative;
    transition: .3s ease-in-out;
    z-index: 1
}

.rt-pricing-box-wrapper:after,
.rt-pricing-box-wrapper:before {
    border-radius: 10px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: .4s ease-in-out;
    width: 100%;
    z-index: -1
}

.rt-pricing-box-wrapper:before {
    background-color: #fff
}

.rt-pricing-box-wrapper:after {
    opacity: 0;
    visibility: hidden
}

.rt-pricing-box-wrapper:hover:after {
    opacity: 1;
    visibility: visible
}

.rt-pricing-box-wrapper hr {
    border-bottom: 1px solid var(--rt-gray60);
    margin: 15px 0 30px
}

.rt-pricing-box-wrapper .plan-name-wrap {
    margin-bottom: 10px
}

.rt-pricing-box-wrapper .plan-name-wrap .plan-name {
    color: #212121;
    font-family: var(--rt-heading-font);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1.2px;
    margin: 0;
    text-transform: uppercase
}

.rt-pricing-box-wrapper .price-wrap .price {
    color: #000;
    font-family: var(--rt-heading-font);
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2
}

.rt-pricing-box-wrapper .price-wrap .period,
.rt-pricing-box-wrapper .price-wrap .seperator {
    color: #b2bbc5;
    font-size: 16px
}

.rt-pricing-box-wrapper .subtitle {
    color: #788593;
    font-size: 15px;
    line-height: 24px;
    padding-top: 15px
}

.rt-pricing-box-wrapper .feature-lists {
    color: #646464;
    font-size: 15px
}

.rt-pricing-box-wrapper .feature-lists ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.rt-pricing-box-wrapper .feature-lists ul li {
    align-items: center;
    display: flex;
    gap: 18px;
    line-height: 19px;
    margin-bottom: 20px
}

.rt-pricing-box-wrapper footer {
    padding-top: 25px
}

.rt-pricing-box-wrapper footer .pricing-table-btn i {
    margin-left: 5px
}

.rt-pricing-box-wrapper footer .pricing-table-btn i:before {
    transition: all .32s ease-in-out
}

.rt-pricing-box-wrapper footer .pricing-table-btn:hover {
    background-color: var(--rt-primary-color) !important;
    color: #fff !important
}

.rt-pricing-box-wrapper footer .pricing-table-btn:hover i:before {
    transform: rotate(45deg)
}

.rt-pricing-box-wrapper footer .btn {
    border: none;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding: 17px;
    position: relative;
    transition: .4s ease-in-out
}

.rt-pricing-box-wrapper footer .btn,
.rt-pricing-box-wrapper footer .btn:after {
    background-color: var(--rt-primary-color)
}

.rt-pricing-box-wrapper .icon-holder {
    font-size: 50px;
    position: absolute;
    right: 63px;
    top: 66px
}

.rt-pricing-box-wrapper .is-featured {
    background: var(--rt-primary-color);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    height: 43px;
    line-height: 43px;
    position: absolute;
    right: -58px;
    text-align: center;
    text-transform: uppercase;
    top: 16px;
    transform: rotate(41deg);
    width: 200px
}

.rt-pricing-tab .price-switch-box {
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 2
}

.rt-pricing-tab .pack-name {
    color: var(--rt-meta-color);
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize
}

.rt-pricing-tab .pack-name:last-of-type {
    color: var(--rt-primary-color)
}

.rt-pricing-tab .pricing-switch-container {
    background-color: #fff;
    border-radius: 100px;
    box-shadow: inset 0 0 2px #949494;
    clear: both;
    height: 30px;
    position: relative;
    text-align: center;
    width: 60px
}

.rt-pricing-tab .pricing-switch-container .pricing-switch {
    cursor: pointer;
    float: left;
    height: 1rem;
    line-height: 1rem;
    position: relative;
    text-transform: uppercase;
    transition: .3s ease-in-out;
    width: 100%;
    z-index: 888
}

.rt-pricing-tab .pricing-switch-container .pricing-switch:nth-child(2).pricing-switch-active~.switch-button {
    left: 55%
}

.rt-pricing-tab .pricing-switch-container .switch-button {
    background-color: var(--rt-primary-color);
    border: none;
    border-radius: 50%;
    display: block;
    height: 24px;
    left: 4px;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s ease-in-out;
    width: 24px;
    z-index: 555
}

.rt-pricing-tab .price-switch-box--active .pack-name:first-of-type {
    color: var(--rt-primary-color)
}

.rt-pricing-tab .price-switch-box--active .pack-name:last-of-type {
    color: var(--rt-meta-color)
}

.rt-pricing-tab .price-wrap {
    height: 80px;
    overflow: hidden;
    position: relative
}

.rt-pricing-tab .price-wrap .price-box {
    left: 0;
    position: absolute;
    right: 0;
    top: -3px
}

.rt-pricing-tab .price-wrap .price-box.price-box-show {
    animation: showPrice .7s forwards
}

.rt-pricing-tab .price-wrap .price-box.price-box-hide {
    animation: hidePrice .7s forwards
}

.rt-pricing-tab .price-note {
    background-color: red;
    border-radius: 6px;
    margin-top: 12px;
    padding: 12px 24px;
    text-align: center
}

.rt-price-tab-box {
    border: 1px solid var(--rt-border-color);
    border-radius: 10px;
    overflow: hidden;
    padding: 40px;
    position: relative;
    transition: .4s ease-in-out;
    z-index: 0
}

.rt-price-tab-box:after,
.rt-price-tab-box:before {
    border-radius: 10px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: .4s ease-in-out;
    width: 100%;
    z-index: -1
}

.rt-price-tab-box:before {
    background-color: #fff
}

.rt-price-tab-box:after {
    opacity: 0;
    visibility: hidden
}

.rt-price-tab-box:hover:after {
    opacity: 1;
    visibility: visible
}

.rt-price-tab-box .is-featured {
    background: var(--rt-primary-color);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    height: 43px;
    line-height: 43px;
    position: absolute;
    right: -58px;
    text-align: center;
    text-transform: uppercase;
    top: 16px;
    transform: rotate(41deg);
    transition: .4s ease-in-out;
    width: 200px
}

.rt-price-tab-box .price-header {
    border-bottom: 1px solid var(--rt-gray60);
    margin-bottom: 36px;
    padding-bottom: 17px
}

.rt-price-tab-box .rt-title {
    color: var(--rt-primary-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 8px;
    text-transform: uppercase;
    transition: .4s ease-in-out
}

.rt-price-tab-box .sub-title {
    padding-bottom: 22px
}

.rt-price-tab-box .price-wrap .price {
    color: var(--rt-title-color);
    font-size: 56px;
    font-weight: 600;
    line-height: 84px;
    text-transform: uppercase;
    transition: .4s ease-in-out
}

.rt-price-tab-box .price-wrap .period,
.rt-price-tab-box .price-wrap .seperator {
    color: var(--rt-body-color);
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    transition: .4s ease-in-out
}

.rt-price-tab-box .feature-lists ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0
}

.rt-price-tab-box .feature-lists ul li {
    color: var(--rt-body-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    margin-bottom: 24px;
    text-align: left;
    transition: .4s ease-in-out
}

.rt-price-tab-box .feature-lists ul li i {
    align-items: center;
    color: var(--rt-primary-color);
    display: inline-flex;
    height: 26px;
    justify-content: center;
    margin-right: 10px;
    transition: .4s ease-in-out;
    width: 26px
}

.rt-price-tab-box .quixa-button {
    padding-top: 20px
}

.rt-price-tab-box .quixa-button .pricing-tab-btn {
    background-color: transparent;
    border: 1px solid var(--rt-primary-color);
    border-radius: 50px;
    width: 100%
}

.rt-price-tab-box .quixa-button .pricing-tab-btn i {
    margin-left: 5px
}

.rt-price-tab-box .quixa-button .pricing-tab-btn i:before {
    transition: all .5s ease-in-out
}

.rt-price-tab-box .quixa-button .pricing-tab-btn:hover {
    background-color: var(--rt-primary-color);
    color: #fff
}

.rt-price-tab-box .quixa-button .pricing-tab-btn:hover i:before {
    transform: rotate(45deg)
}

.team-item .team-img {
    line-height: 0;
    margin-bottom: 18px
}

.team-item .name {
    color: var(--rt-title-color);
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 10px
}

.team-item .designation {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px
}

.team-slider-1 .swiper-navigation .swiper-button {
    background-color: #fff;
    border: 1px solid var(--rt-gray60);
    border-radius: 50%;
    height: 50px;
    top: 40%;
    transition: all .32s ease-in-out;
    width: 50px
}

.team-slider-1 .swiper-navigation .swiper-button:after {
    display: none;
    font-size: 18.95px;
    font-weight: 700;
    transition: all .32s ease-in-out
}

.team-slider-1 .swiper-navigation .swiper-button:hover {
    background-color: var(--rt-primary-color);
    border-color: var(--rt-primary-color);
    color: #fff
}

.team-slider-1 .swiper-navigation .swiper-button:hover:after {
    color: #fff
}

.team-slider-1 .swiper-navigation .swiper-button-next,
.team-slider-1 .swiper-navigation .swiper-button-prev {
    background-image: none;
    z-index: 2
}

.team-slider-1 .swiper-navigation .swiper-button-next:before,
.team-slider-1 .swiper-navigation .swiper-button-prev:before {
    color: var(--rt-body-color);
    content: "";
    font-family: rt-fontello;
    left: 50%;
    position: absolute;
    top: 50%
}

.team-slider-1 .swiper-navigation .swiper-button-next:hover:before,
.team-slider-1 .swiper-navigation .swiper-button-prev:hover:before {
    color: #fff
}

.team-slider-1 .swiper-navigation .swiper-button-prev {
    left: -80px
}

.team-slider-1 .swiper-navigation .swiper-button-prev:before {
    transform: translate(-5px, -12px) rotate(-180deg)
}

.team-slider-1 .swiper-navigation .swiper-button-next {
    right: -80px
}

.team-slider-1 .swiper-navigation .swiper-button-next:before {
    transform: translate(-3px, -14px)
}

.rt-counter-box .counter-icon i {
    font-size: 25px
}

.rt-counter-box .gradient-color {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
    background: linear-gradient(90deg, #00ae70 -.21%, #00e127 99.79%)
}

.rt-counter-box-style2 .counter-icon i {
    font-size: 25px
}

.faq-style-1 .elementor-accordion .elementor-accordion-item {
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 15px
}

.faq-style-1 .elementor-accordion .elementor-accordion-item:last-child {
    margin-bottom: 0
}

.faq-style-2 .elementor-accordion .elementor-accordion-item {
    border-radius: 6px !important;
    margin-bottom: 15px
}

.faq-style-2 .elementor-accordion .elementor-accordion-item .elementor-tab-content {
    border-width: 0 !important
}

.faq-style-2 .elementor-accordion .elementor-accordion-item:last-child {
    margin-bottom: 0
}

.faq-style-2 .elementor-accordion .elementor-accordion-item+.elementor-accordion-item {
    border-top: 1px solid #e7e7e7
}

.service-grid-layout-4 .swiper-pagination-bullet {
    background: var(--rt-primary-color);
    border-radius: 50px;
    height: 8px;
    margin: 0 4px;
    transition: all .32s ease-in-out;
    width: 8px
}

.service-grid-layout-4 .swiper-pagination-bullet-active {
    width: 42px
}

.service-grid-layout-4 .swiper-horizontal>.swiper-pagination-bullets,
.service-grid-layout-4 .swiper-pagination-bullets.swiper-pagination-horizontal,
.service-grid-layout-4 .swiper-pagination-custom,
.service-grid-layout-4 .swiper-pagination-fraction {
    bottom: -45px;
    left: 0;
    right: 0;
    z-index: 2
}

.search-form .ff-t-column-1 .ff-el-group,
.subscription-form .ff-t-column-1 .ff-el-group {
    margin-bottom: 0 !important
}

.search-form .ff-t-column-1 .ff-el-group input:focus,
.subscription-form .ff-t-column-1 .ff-el-group input:focus {
    box-shadow: none
}

.search-form .ff-t-column-2 .ff_submit_btn_wrapper_custom button,
.subscription-form .ff-t-column-2 .ff_submit_btn_wrapper_custom button {
    margin-bottom: 0 !important
}

.search-form .ff-t-column-2 .ff_submit_btn_wrapper_custom button i:before,
.subscription-form .ff-t-column-2 .ff_submit_btn_wrapper_custom button i:before {
    transform: rotate(-45deg);
    transition: all .32s ease-in-out
}

.search-form .ff-t-column-2 .ff_submit_btn_wrapper_custom button:hover i:before,
.subscription-form .ff-t-column-2 .ff_submit_btn_wrapper_custom button:hover i:before {
    transform: rotate(0deg)
}

.search-form .ff-el-input--content:before,
.subscription-form .ff-el-input--content:before {
    color: var(--rt-primary-color);
    content: "";
    font-family: rt-fontello;
    font-size: 20px;
    left: 30px;
    margin: auto;
    position: absolute;
    top: 21px;
    z-index: 1
}

@media (max-width:768px) {
    .search-form .ff-el-input--content:before,
    .subscription-form .ff-el-input--content:before {
        display: none
    }
}

@media (max-width:768px) {
    .fluentform-widget-wrapper:has(.subscription-form,
    .subscription-form-2) {
        background-color: transparent !important
    }
    .fluentform-widget-wrapper:has(.subscription-form,
    .subscription-form-2) .ff-el-group {
        text-align: center
    }
}

.frm-fluent-form .ff-t-column-2 .ff_submit_btn_wrapper_custom button i:before {
    transform: rotate(-45deg);
    transition: all .32s ease-in-out
}

.frm-fluent-form .ff-t-column-2 .ff_submit_btn_wrapper_custom button:hover i:before {
    transform: rotate(0deg)
}

.search-form .ff-el-input--content:before {
    color: var(--rt-primary-color);
    content: "";
    font-family: rt-fontello;
    font-size: 20px;
    left: 30px;
    margin: auto;
    position: absolute;
    top: 21px;
    z-index: 1
}

@media (max-width:768px) {
    .subscription-form-2 .fluentform-widget-wrapper {
        background-color: transparent !important
    }
}

.subscription-form-2 {
    align-items: center;
    overflow: hidden
}

@media (min-width:768px) {
    .subscription-form-2 .ff-t-column-1 .ff-el-group {
        margin-bottom: 0 !important
    }
}

@media (max-width:767px) {
    .subscription-form-2 .ff-t-column-1 .ff-el-input--content input {
        border-radius: 6px !important
    }
}

@media (max-width:768px) {
    .subscription-form-2 .ff-t-column-2 .ff_submit_btn_wrapper_custom {
        justify-content: flex-start !important
    }
}

.subscription-form-2 .ff-t-column-2 .ff_submit_btn_wrapper_custom button {
    margin-bottom: 0 !important
}

@media (max-width:767px) {
    .subscription-form-2 .ff-t-column-2 .ff_submit_btn_wrapper_custom button {
        border-radius: 6px !important
    }
}

@media (max-width:768px) {
    .subscription-form-2 .ff-text-right {
        text-align: left !important
    }
}

.subscription-form-2.footer-subscription {
    gap: 0 !important
}

.primary-btn-animation button:hover {
    background-color: var(--rt-primary-dark) !important;
    opacity: 1 !important
}

.icon-rt-warning-empty:before {
    content: ""
}

.icon-rt-tag:before {
    content: ""
}

.icon-rt-filter:before {
    content: ""
}

.icon-rt-tags:before {
    content: ""
}

.icon-rt-flower:before {
    content: ""
}

.icon-rt-grid:before {
    content: ""
}

.icon-rt-minus:before {
    content: ""
}

.icon-rt-up-angle-bar:before {
    content: ""
}

.icon-rt-paper-plane:before {
    content: ""
}

.icon-rt-quote:before {
    content: ""
}

.icon-rt-reply:before {
    content: ""
}

.icon-rt-search:before {
    content: ""
}

.icon-rt-list:before {
    content: ""
}

.icon-rt-chevron-right-1:before {
    content: ""
}

.icon-rt-user-1:before {
    content: ""
}

.icon-rt-user:before {
    content: ""
}

.icon-rt-down-arrow:before {
    content: ""
}

.icon-rt-tree:before {
    content: ""
}

.icon-rt-cart:before {
    content: ""
}

.icon-rt-clock:before {
    content: ""
}

.icon-rt-arrow-circle:before {
    content: ""
}

.icon-rt-user-2:before {
    content: ""
}

.icon-rt-comment:before {
    content: ""
}

.icon-rt-medicine:before {
    content: ""
}

.icon-rt-ei_user:before {
    content: ""
}

.icon-rt-marketing:before {
    content: ""
}

.icon-rt-education:before {
    content: ""
}

.icon-rt-round-border-tick:before {
    content: ""
}

.icon-rt-award:before {
    content: ""
}

.icon-rt-image:before {
    content: ""
}

.icon-rt-video:before {
    content: ""
}

.icon-rt-check:before {
    content: ""
}

.icon-rt-carbon_forum:before {
    content: ""
}

.icon-rt-comment-2:before {
    content: ""
}

.icon-rt-check-2:before {
    content: ""
}

.icon-rt-feedback:before {
    content: ""
}

.icon-rt-chevron-down:before {
    content: ""
}

.icon-rt-eye:before {
    content: ""
}

.icon-rt-grid-2:before {
    content: ""
}

.icon-rt-i:before {
    content: ""
}

.icon-rt-location-pointer-2:before {
    content: ""
}

.icon-rt-lock:before {
    content: ""
}

.icon-rt-search-1:before {
    content: ""
}

.icon-rt-subscibe-email:before {
    content: ""
}

.icon-rt-user-3:before {
    content: ""
}

.icon-rt-arrow-double:before {
    content: ""
}

.icon-zoom-in:before {
    content: ""
}

.icon-rt-article:before {
    content: ""
}

.icon-rt-available-location:before {
    content: ""
}

.icon-rt-calender-2:before {
    content: ""
}

.icon-rt-calender-3:before {
    content: ""
}

.icon-rt-calender-4:before {
    content: ""
}

.icon-rt-plus-1:before {
    content: ""
}

.icon-rt-select-category:before {
    content: ""
}

.icon-rt-registration:before {
    content: ""
}

.icon-rt-pdf:before {
    content: ""
}

.icon-rt-arrow-right-1:before {
    content: ""
}

.icon-rt-like:before {
    content: ""
}

.icon-rt-heart:before {
    content: ""
}

.icon-zoom-out:before {
    content: ""
}

.icon-check:before {
    content: ""
}

.icon-quotes-stroke:before {
    content: ""
}

.icon-rt-check-mark:before {
    content: ""
}

.icon-rt-heart-1:before {
    content: ""
}

.icon-rt-doctor:before {
    content: ""
}

.icon-rt-trust-badge:before {
    content: ""
}

.icon-guidance-service:before {
    content: ""
}

.icon-rt-find-doctor:before {
    content: ""
}

.icon-finance-feature:before {
    content: ""
}

.icon-google-play:before {
    content: ""
}

.icon-rt-dollar-1:before {
    content: ""
}

.icon-left-arrow:before {
    content: ""
}

.icon-right-arrow:before {
    content: ""
}

.icon-rt-solar_star-fall:before {
    content: ""
}

.icon-message:before {
    content: ""
}

.icon-money-analysis-service:before {
    content: ""
}

.icon-quarter-circle:before {
    content: ""
}

.icon-quotation-right:before {
    content: ""
}

.icon-quotation-right-small:before {
    content: ""
}

.icon-quotation-small:before {
    content: ""
}

.icon-quotation-small-alt:before {
    content: ""
}

.icon-review:before {
    content: ""
}

.icon-icon-quixa-quote:before {
    content: ""
}

.icon-rt-chevron-right:before {
    content: ""
}

.icon-search:before {
    content: ""
}

.icon-secure-data-service:before {
    content: ""
}

.icon-security-service:before {
    content: ""
}

.icon-solve-problems:before {
    content: ""
}

.icon-tax-service:before {
    content: ""
}

.icon-arrow_vector:before {
    content: ""
}

.icon-time-data-service:before {
    content: ""
}

.icon-rt-comments:before {
    content: ""
}

.icon-uiux-service:before {
    content: ""
}

.icon-user:before {
    content: ""
}

.icon-user-datalist-feature:before {
    content: ""
}

.icon-analysis-service:before {
    content: ""
}

.icon-angle-down:before {
    content: ""
}

.icon-application-feature:before {
    content: ""
}

.icon-apple:before {
    content: ""
}

.icon-app-service:before {
    content: ""
}

.icon-app-service-alt:before {
    content: ""
}

.icon-comunication-service:before {
    content: ""
}

.icon-clock:before {
    content: ""
}

.icon-comunication-service-alt:before {
    content: ""
}

.icon-content-marketing:before {
    content: ""
}

.icon-correct:before {
    content: ""
}

.icon-credit-feature:before {
    content: ""
}

.icon-data-service:before {
    content: ""
}

.icon-degital-art:before {
    content: ""
}

.icon-development-service:before {
    content: ""
}

.icon-digital-marketing-service:before {
    content: ""
}

.icon-download:before {
    content: ""
}

.icon-file:before {
    content: ""
}

.icon-file-alt:before {
    content: ""
}

.icon-filter:before {
    content: ""
}

.icon-parcentege:before {
    content: ""
}

.icon-play:before {
    content: ""
}

.icon-savings-feature:before {
    content: ""
}

.icon-finance-consulting-feature:before {
    content: ""
}

.icon-rt-medical:before {
    content: ""
}

.icon-rt-plane:before {
    content: ""
}

.icon-rt-umbrella-2:before {
    content: ""
}

.icon-rt-umbrella-1:before {
    content: ""
}

.icon-rt-car:before {
    content: ""
}

.icon-rt-home:before {
    content: ""
}

.icon-rt-fill-arrow:before {
    content: ""
}

.icon-rt-round-chevron-left:before {
    content: ""
}

.icon-rt-round-chevron-right:before {
    content: ""
}

.icon-rt-phone-stroke:before {
    content: ""
}

.icon-rt-email-stroke:before {
    content: ""
}

.icon-secure:before {
    content: ""
}

.icon-trusted:before {
    content: ""
}

.icon-money:before {
    content: ""
}

.icon-h2-info-ic-1:before {
    content: ""
}

.icon-h2-info-ic-3:before {
    content: ""
}

.icon-home-on-hand:before {
    content: ""
}

.icon-home-spark:before {
    content: ""
}

.icon-twitter:before {
    content: ""
}

.icon-github-circled:before {
    content: ""
}

.icon-pinterest-circled:before {
    content: ""
}

.icon-pinterest-squared:before {
    content: ""
}

.icon-folder-empty:before {
    content: ""
}

.icon-star-half-alt:before {
    content: ""
}

.icon-youtube:before {
    content: ""
}

.icon-youtube-play:before {
    content: ""
}

.icon-instagram:before {
    content: ""
}

.icon-vimeo-squared:before {
    content: ""
}

.icon-vine:before {
    content: ""
}

.icon-cc-stripe:before {
    content: ""
}

.icon-pinterest:before {
    content: ""
}

.icon-whatsapp:before {
    content: ""
}

.icon-envelope-open-o:before {
    content: ""
}

.icon-twitter-squared:before {
    content: ""
}

.icon-facebook-squared:before {
    content: ""
}

.icon-linkedin-squared:before {
    content: ""
}

.icon-rt-youtube:before {
    content: ""
}