a:hover,a:focus {
    color: var(--p-clr,#71b406);
    opacity: .8
}

a {
    color: var(--p-clr,#71b406)
}

img {
    vertical-align: middle;
    border-style: none
}

img {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-drag: none
}

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

.img-con {
    display: inline-block;
    vertical-align: top;
    max-width: 100%
}

.img-con.img-center {
    text-align: center
}

.img-con.img-left {
    text-align: left
}

.img-con.img-right {
    text-align: right
}

.custom-li li {
    padding: 0;
    margin: 0
}

.step-icon {
    display: flex;
    justify-content: center;
    align-items: center
}

.st-ic {
    height: 80px;
    width: 75px;
    background: url(../images/services-icons-1.png);
    background-repeat: no-repeat;
    transition: all .7s ease;
    display: flex
}

.st-ic-1 {
    background-position: 10px 10px
}

.st-ic-2 {
    background-position: -70px 10px
}

.st-ic-3 {
    background-position: -147px 10px
}

.st-ic-4 {
    background-position: -230px 10px
}

.st-ic-5 {
    background-position: -310px 10px
}

.ct-ic {
    height: 80px;
    width: 75px;
    transition: all .7s ease;
    display: flex;
    background-position: center;
    background-size: cover;
    margin: 0 auto;
    filter: invert(1)
}

.ct-one {
    background-image: url(../images/ic1.png)
}

.ct-two {
    background-image: url(../images/ic2.png)
}

.ct-three {
    background-image: url(../images/ic3.png)
}

.ct-four {
    background-image: url(../images/ic4.png)
}

.ct-five {
    background-image: url(../images/ic5.png)
}

.book-info ul.li-col-2 li,.book-info ul.li-col-2 {
    padding-left: 0
}

.featured-client.section-bottom {
    padding: 40px 0
}

.sec-after-1 {
    position: relative
}

.sec-after-1:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 70%;
    bottom: 0;
    left: 0;
    background-color: var(--second-clr);
    display: block
}

.sec-after-1 :is(h1,h2,h3,h4,h5,h6,p) {
    color: #fff
}

.text-fo {
    font-size: 22px;
    line-height: 1.2
}

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

.li-col-1,.li-col-2 {
    column-count: 2
}

.li-col-2 .chapter-item h4 {
    margin-bottom: 0;
    text-transform: capitalize;
    font-size: 15px;
    color: var(--p-clr,#71b406)
}

.li-col-2 .chapter-item {
    margin-bottom: 0
}

.btn-con {
    display: flex;
    justify-content: space-around;
    padding: 2rem 0
}

.eq-col .eq-inner {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.eq-col.eq-cen .eq-inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.my-col {
    flex-direction: column
}

.eq-col.eq-end .eq-inner {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end
}

.eq-col {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: flex
}

.step-desc h4 {
    min-height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.proofread h3 {
    font-size: 20px
}

.cta-home {
    background-color: #fff
}

.navbar-toggler {
    display: none
}

.main-privacy {
    padding-top: 100px
}

.footer-links {
    display: flex;
    justify-content: end;
}

.fl {
    padding: 0 10px;
    margin: 0 10px
}

span.fl-brd {
    display: block;
    width: 2px;
    background: var(--p-clr)
}

.swal-overlay {
    z-index: 2140001032
}

.swal-text {
    text-align: center
}

.ani {
    animation: blink1 1s cubic-bezier(.4,0,1,1) infinite
}

@keyframes blink1 {
    0%,100% {
        color: var(--p-clr,#71b406)
    }

    50% {
        color: red
    }
}

.txt-area {
    resize: none
}

.iti {
    width: 100%
}

.banner-from {
    border: 2px solid var(--p-clr,#71b406);
    border-radius: 10px;
    padding: 20px
}

.banner-form-h1 {
    font-size: 26px;
    line-height: 1.1;
    text-transform: uppercase;
    text-align: center;
    padding: 0 15px;
    font-family: var(--font-900)
}

.banner-form-h2 {
    text-align: center;
    padding: 0 15px;
    font-family: var(--font-700)
}

.btn {
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    padding: 10px 40px;
    font-size: 17px;
    font-family: proxima-nova,helvetica neue,Helvetica,Arial,sans-serif;
    cursor: pointer;
    border: 1px solid transparent;
    transition: all .2s ease-in-out;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    transition: all .3s ease-in-out!important
}

.btn:focus {
    box-shadow: none!important
}

.btn-main {
    border-color: var(--second-clr);
    color: #fff;
    background: var(--second-clr)
}

.btn-main:hover {
    background: var(--p-clr);
    color: #fff;
    border-color: var(--p-clr)
}

.btn-main-1 {
    background: #fff;
    color: var(--p-clr);
    border-color: var(--p-clr)
}

.btn-main-1:hover {
    background: var(--p-clr);
    color: #fff;
    border-color: var(--p-clr)
}

.btn-main-2 {
    background: var(--p-clr);
    color: #fff;
    border-color: var(--p-clr)
}

.btn-main-2:hover {
    background: #fff;
    color: var(--p-clr);
    border-color: var(--p-clr)
}

.btn-white {
    background: #fff!important;
    color: var(--p-clr);
    border-color: #fff
}

.btn-border-tp {
    border-color: #385777;
    background: 0 0;
    color: #385777
}

.btn-border-tp:hover {
    background: #385777;
    color: #fff!important
}

.btn-small {
    padding: 12px 22px;
    font-size: 13px
}

a.btn:focus {
    background: #fff
}

svg.arrow-alt-right {
    display: inline-block;
    height: 33px;
    width: 40px;
    position: relative;
    right: -24px;
    top: -1px
}

.btn.btn-main-2.btn-arrow {
    position: relative;
    overflow: hidden;
    padding: 7px 40px
}

.btn.btn-main-2.btn-arrow,.btn-arr .btn.btn-main-2.btn-arrow {
    padding-left: 20px;
    padding-right: 60px
}

.btn.btn-main-2.btn-arrow:before {
    content: '';
    background-image: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0ndHJ1ZScgZm9jdXNhYmxlPSdmYWxzZScgZGF0YS1wcmVmaXg9J2ZhcycgZGF0YS1pY29uPSdhcnJvdy1hbHQtcmlnaHQnIHJvbGU9J2ltZycgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB2aWV3Qm94PScwIDAgNDQ4IDUxMicgY2xhc3M9J3N2Zy1pbmxpbmUtLWZhIGZhLWFycm93LWFsdC1yaWdodCBmYS13LTE0IGZhLTl4Jz48cGF0aCBmaWxsPScjZmZmJyBkPSdNMCAzMDR2LTk2YzAtMTMuMyAxMC43LTI0IDI0LTI0aDIwMFY4MC4yYzAtMjEuNCAyNS44LTMyLjEgNDEtMTdMNDQxIDIzOWM5LjQgOS40IDkuNCAyNC42IDAgMzRMMjY1IDQ0OC43Yy0xNS4xIDE1LjEtNDEgNC40LTQxLTE3VjMyOEgyNGMtMTMuMyAwLTI0LTEwLjctMjQtMjR6JyBjbGFzcz0nYXJyb3ctYWx0LXJpZ2h0Jz48L3BhdGg+PC9zdmc+);
    height: 100%;
    position: absolute;
    width: 40px;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    right: 0;
    top: 0;
    pointer-events: none;
    background-color: var(--second-clr);
    transition: all .3s linear;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.btn.btn-main-2.btn-arrow:hover svg.arrow-alt-right {
    color: #fff
}

.btn-arr {
    position: relative
}

span.btn-arr:after {
    content: '';
    background-image: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0ndHJ1ZScgZm9jdXNhYmxlPSdmYWxzZScgZGF0YS1wcmVmaXg9J2ZhcycgZGF0YS1pY29uPSdhcnJvdy1hbHQtcmlnaHQnIHJvbGU9J2ltZycgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB2aWV3Qm94PScwIDAgNDQ4IDUxMicgY2xhc3M9J3N2Zy1pbmxpbmUtLWZhIGZhLWFycm93LWFsdC1yaWdodCBmYS13LTE0IGZhLTl4Jz48cGF0aCBmaWxsPScjZmZmJyBkPSdNMCAzMDR2LTk2YzAtMTMuMyAxMC43LTI0IDI0LTI0aDIwMFY4MC4yYzAtMjEuNCAyNS44LTMyLjEgNDEtMTdMNDQxIDIzOWM5LjQgOS40IDkuNCAyNC42IDAgMzRMMjY1IDQ0OC43Yy0xNS4xIDE1LjEtNDEgNC40LTQxLTE3VjMyOEgyNGMtMTMuMyAwLTI0LTEwLjctMjQtMjR6JyBjbGFzcz0nYXJyb3ctYWx0LXJpZ2h0Jz48L3BhdGg+PC9zdmc+);
    height: 100%;
    position: absolute;
    width: 40px;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    right: 0;
    top: 0;
    pointer-events: none;
    background-color: #0f335e;
    transition: all .3s linear;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

span.btn-arr:hover:after {
    background-color: #71b406
}

.mystickyelements-fixed {
    position: fixed;
    z-index: 99999;
    font-family: poppins;
    top: 50%;
    display: flex;
    align-items: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s
}

@media only screen and (min-width: 1025px) {
    .mystickyelements-position-right.mystickyelements-entry-effect-slide-in {
        right:-90px
    }
}

@media only screen and (min-width: 1025px) {
    .mystickyelements-position-right.mystickyelements-entry-effect-slide-in.entry-effect {
        right:0;
        text-align: right;
        display: none;
    }
}

.mystickyelements-fixed ul li {
    position: relative;
    width: 53px;
    display: none;
    margin: 0;
    padding: 0
}

.mystickyelements-fixed.mystickyelements-size-large ul li.mystickyelements-contact-form {
    padding-bottom: 136px;
    padding-top: 51px
}

.mystickyelements-fixed ul li.element-desktop-on {
    display: block
}

.mystickyelements-fixed.mystickyelements-size-large ul li {
    width: 60px
}

.mystickyelements-fixed ul li {
    cursor: pointer;
    color: #fff
}

.mystickyelements-size-large span.mystickyelements-social-icon,.mystickyelements-size-large span.mystickyelements-social-icon a {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    border-radius: 8px 8px 0 8px!important
}

.mystickyelements-contact-form .mystickyelements-social-icon {
    -webkit-transform: rotate( -90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate( -90deg);
    display: block;
    font-size: 14px;
    padding: 18px 10px 10px;
    width: 144px;
    height: 53px;
    line-height: 1.2;
    -webkit-transform-origin: 51px 51px 0;
    -moz-transform-origin: 51px 51px 0;
    transform-origin: 51px 51px 0;
    box-shadow: -3px 0 6px rgb(0 0 0/16%)
}

.mystickyelements-size-large .mystickyelements-contact-form .mystickyelements-social-icon {
    padding: 18px 10px 2px;
    width: 210px;
    height: 60px;
    line-height: 1.2;
    font-size: 22px;
    -webkit-transform-origin: 68px 68px 0;
    -moz-transform-origin: 68px 68px 0;
    transform-origin: 68px 68px 0
}

.mystickyelements-contact-form .mystickyelements-social-icon i {
    margin-right: 22px
}

span.mystickyelements-social-icon i {
    margin: 0
}

.mystickyelements-position-right .element-contact-form,.mystickyelements-position-right span.mystickyelements-social-text {
    -webkit-transform-origin: 100% 0 0;
    -moz-transform-origin: 100% 0 0;
    transform-origin: 100% 0 0;
    left: auto;
    right: 100%
}

.element-contact-form {
    width: 440px;
    background-color: #fff;
    box-shadow: 0 0 6px rgb(0 0 0/16%);
    border-radius: 10px;
    position: absolute;
    top: -24px;
    left: 100%;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -webkit-transform: rotateY( 90deg);
    -moz-transform: rotateY(90deg);
    transform: rotateY( 90deg);
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    z-index: 1
}

.element-contact-form h3 {
    margin: 0;
    line-height: 1.2;
    font-size: 20px;
    font-weight: 500;
    padding: 18px 14px 0;
    text-align: left;
    position: relative
}

.element-contact-form form {
    padding: 0 14px 14px
}

form.sticky-form select,form.sticky-form input,form.sticky-form textarea {
    border-radius: 24px!important;
    background-color: #fff;
    width: 100%;
    height: 38px;
    margin-top: 15px;
    border: 1px solid #dce2e2;
    font-size: 12px;
    font-family: Poppins;
    color: #000;
    font-weight: 400;
    padding: 9px 15px;
    line-height: 1.2;
    max-width: 100%
}

form.sticky-form input[type=submit] {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 15px;
    background-color: var(--p-clr)
}

.mystickyelements-on-click.mystickyelements-fixed ul li.elements-active span.mystickyelements-social-text,.mystickyelements-on-hover.mystickyelements-fixed ul li:hover span.mystickyelements-social-text {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    transform: rotateY(0)
}

.mystickyelements-on-click.mystickyelements-fixed ul li.mystickyelements-contact-form .element-contact-form {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

span.mystickyelements-social-icon a,span.mystickyelements-social-icon {
    width: 53px;
    height: 53px;
    color: #fff;
    float: left;
    position: relative;
    text-align: center;
    font-size: 17px;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
    flex-wrap: wrap;
    text-decoration: none
}

.mystickyelements-size-large span.mystickyelements-social-icon a,.mystickyelements-size-large span.mystickyelements-social-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 20px
}

span.mystickyelements-social-text.mystickyelements-social-no-link,span.mystickyelements-social-text a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    min-width: 137px;
    height: 100%;
    padding-top: 19px;
    padding-right: 10px;
    padding-left: 13px
}

.mystickyelements-size-large span.mystickyelements-social-text.mystickyelements-social-no-link,.mystickyelements-size-large span.mystickyelements-social-text a {
    min-width: 206px;
    padding-top: 18px
}

.mystickyelements-size-large span.mystickyelements-social-icon,.mystickyelements-size-large span.mystickyelements-social-icon a {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    border-radius: 8px 8px 0 8px!important
}

span.mystickyelements-social-text {
    color: #fff;
    border-radius: 0 10px 10px 0;
    font-size: 14px;
    float: left;
    line-height: 1.2;
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    white-space: nowrap;
    -webkit-transform: rotateY( 90deg);
    -moz-transform: rotateY(90deg);
    transform: rotateY( 90deg);
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.mystickyelements-fixed ol,.mystickyelements-fixed ul {
    margin: 0;
    padding: 0
}

.mystickyelements-fixed ul {
    list-style: none;
    display: inline-block;
    vertical-align: top
}

.mystickyelements-size-large span.mystickyelements-social-text {
    font-size: 22px
}

.mystickyelements-position-right span.mystickyelements-social-text {
    border-radius: 10px 0 0 10px
}

.mystickyelements-position-right span.mystickyelements-social-text {
    border-radius: 10px 0 0 10px
}

span.mystickyelements-social-text {
    color: #fff;
    border-radius: 0 10px 10px 0;
    font-size: 14px;
    float: left;
    line-height: 1.2;
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    white-space: nowrap;
    -webkit-transform: rotateY( 90deg);
    -moz-transform: rotateY(90deg);
    transform: rotateY( 90deg);
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.mystickyelements-size-large span.mystickyelements-social-text {
    font-size: 22px
}

.mystickyelements-position-right .element-contact-form,.mystickyelements-position-right span.mystickyelements-social-text {
    -webkit-transform-origin: 100% 0 0;
    -moz-transform-origin: 100% 0 0;
    transform-origin: 100% 0 0;
    left: auto;
    right: 100%
}

span.mystickyelements-social-text {
    color: #fff;
    border-radius: 0 10px 10px 0;
    font-size: 14px;
    float: left;
    line-height: 1.2;
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    white-space: nowrap;
    -webkit-transform: rotateY( 90deg);
    -moz-transform: rotateY(90deg);
    transform: rotateY( 90deg);
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.mystickyelements-size-large span.mystickyelements-social-text {
    font-size: 22px
}

.mystickyelements-position-right .element-contact-form,.mystickyelements-position-right span.mystickyelements-social-text {
    -webkit-transform-origin: 100% 0 0;
    -moz-transform-origin: 100% 0 0;
    transform-origin: 100% 0 0;
    left: auto;
    right: 100%
}

.mystickyelements-position-right span.mystickyelements-social-text {
    border-radius: 10px 0 0 10px
}

span.mystickyelements-social-text.mystickyelements-social-no-link,span.mystickyelements-social-text a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    min-width: 137px;
    height: 100%;
    padding-top: 19px;
    padding-right: 10px;
    padding-left: 13px
}

span.mystickyelements-social-text.mystickyelements-social-no-link,span.mystickyelements-social-text a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    min-width: 137px;
    height: 100%;
    padding-top: 19px;
    padding-right: 10px;
    padding-left: 13px
}

.mystickyelements-size-large span.mystickyelements-social-text.mystickyelements-social-no-link,.mystickyelements-size-large span.mystickyelements-social-text a {
    min-width: 206px;
    padding-top: 18px
}

.element-contact-form h3 .element-contact-close {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #ccc;
    font-size: 20px;
    line-height: 1
}

.element-contact-form h3 .element-contact-close {
    height: 25px;
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: red;
    border-radius: 50%
}

.element-contact-form h3 .element-contact-close i {
    color: #fff
}

form.sticky-form textarea {
    height: 100px;
    margin-bottom: 20px;
    resize: none;
    padding: 15px
}

@media only screen and (max-width: 786px) {
    .mystickyelements-fixed.mystickyelements-mobile-size-small ul li {
        width:50px
    }
}

@media only screen and (max-width: 786px) {
    .mystickyelements-mobile-size-small .mystickyelements-contact-form .mystickyelements-social-icon {
        font-size:14px!important;
        padding: 13px 10px 2px!important;
        height: 50px!important;
        width: 143px!important;
        line-height: 1.2!important;
        -webkit-transform-origin: 20px 20px 0!important;
        -moz-transform-origin: 20px 20px 0!important;
        transform-origin: 20px 20px 0!important
    }
}

@media only screen and (max-width: 786px) {
    li#mystickyelements-social-phone {
        height:65px
    }
}

@media only screen and (max-width: 786px) {
    .mystickyelements-fixed.mystickyelements-mobile-size-small ul li {
        width:50px;
        padding-top: 66px!important;
        padding-bottom: 25px!important
    }

    li#mystickyelements-social-wechat {
        padding: 0!important
    }
}

@media only screen and (max-width: 786px) {
    .mystickyelements-size-large span.mystickyelements-social-icon,.mystickyelements-size-large span.mystickyelements-social-icon a {
        width:50px
    }
}

@media(max-width: 786px) {
    .mystickyelements-size-large span.mystickyelements-social-icon a {
        width:40px!important;
        height: 40px!important;
        line-height: 60px!important;
        font-size: 20px!important;
        border-radius: 8px 8px 0 8px!important
    }
}

@media only screen and (max-width: 786px) {
    .mystickyelements-mobile-size-small span.mystickyelements-social-text a {
        padding-top:0
    }
}

@media only screen and (max-width: 786px) {
    .mystickyelements-mobile-size-small span.mystickyelements-social-text.mystickyelements-social-no-link {
        padding-top:0;
        min-width: unset!important
    }

    span.mystickyelements-social-text.mystickyelements-social-no-link {
        font-size: 17px;
        height: auto!important;
        padding: 16px 10px!important;
        top: 30px!important
    }

    span.mystickyelements-social-text {
        font-size: 16px!important;
        padding: 13px 10px 15px 15px!important;
        top: 72px
    }

    .element-contact-form,.mystickyelements-custom-html {
        width: 250px
    }
}

.last-con .btn.btn-primary.form-control {
    max-width: 200px
}

div#call_div .pulse-effect {
    box-shadow: 0 0 0 0 rgb(32 203 152);
    animation: pulse-green 1.8s infinite
}

.mystickyelements-position-right.mystickyelements-entry-effect-slide-in.entry-effect.mystickyelements-left-imp {
    width: 60px
}

.sticky-bg-clr {
    background-color: var(--p-clr)
}

.sticky-txt-clr {
    color: var(--p-clr)
}

.mystickyelements-position-right.mystickyelements-entry-effect-slide-in.entry-effect.mystickyelements-left-imp {
    right: unset;
    left: 0
}

.mystickyelements-position-right.mystickyelements-left-imp span.mystickyelements-social-text {
    left: 100%;
    right: unset;
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    transform-origin: 0 0 0
}

.mystickyelements-position-right.mystickyelements-left-imp span.mystickyelements-social-text {
    border-radius: 10px 10px
}

.mystickyelements-left-imp span.mystickyelements-social-icon.social-phone {
    border-radius: 8px!important
}

.mystickyelements-size-large span.mystickyelements-social-text a {
    min-width: auto
}

div#call-btn {
    position: fixed;
    left: 30px;
    bottom: 20px;
    z-index: 999997;
    background: var(--p-clr);
    color: #fff!important;
    border-radius: 100%;
    animation: pulsing 1.8s infinite
}

div#call-btn i {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    text-align: center;
    font-size: 22px;
    line-height: 60px;
    display: block;
    color: #fff;
    box-shadow: 0 7px 22px rgba(0,0,0,.08)
}

.pulse-effect {
    border-radius: 50%;
    box-shadow: 0 0 0 0 var(--p-clr);
    animation: pulsing 1.8s infinite
}

@keyframes pulsing {
    0% {
        box-shadow: 0 0 0 0 rgb(113 180 6)
    }

    70% {
        box-shadow: 0 0 0 10px rgb(255 255 255/0%)
    }

    100% {
        box-shadow: 0 0 0 0 rgb(255 255 255/0%)
    }
}

html {
    scroll-behavior: smooth
}

ul li {
    list-style-type: none
}

.main-package {
    padding: 104px 0;
    --pkg-box-shadow: 0 5px 38px 0 #4792e373
}

.package_box {
    --transition: all .4s ease-in-out
}

.package_box {
    background-color: #fff;
    border-radius: 10px;
    transition: var(--transition)
}

.pkg_top {
    padding: 23px
}

.pkg_title {
    border-radius: 3px;
    background-color: #ededed;
    font-size: 24px;
    font-weight: 600;
    color: #333;
    padding: 10px 0;
    transition: var(--transition)
}

.pkg_title h3 {
    font-size: 17px;
    font-weight: 600;
    color: #333;
    margin-bottom: 0;
    transition: var(--transition)
}

.pkg_pricing_area {
    margin: 13px 0
}

.sale_price h3 {
    font-size: 45px;
    font-weight: 600;
    color: var(--p-clr);
    letter-spacing: -3px;
    margin: 0;
    transition: var(--transition)
}

.cut_price h4 {
    color: #656565;
    font-size: 23px;
    font-weight: 400;
    margin: 0;
    text-transform: lowercase;
    text-decoration: line-through;
    color: #656565;
    transition: var(--transition)
}

.cut_price h4 span {
    text-decoration: line-through
}

.short_desc p {
    font-size: 13px;
    color: #3c3664
}

.pkg_details {
    padding: 23px;
    margin: 0 6px;
    background-color: #fff3e1;
    border-radius: 5px;
    border: 1px solid #fff3e1
}

.pkg_details {
    max-height: 300px;
    overflow-y: auto;
    scrollbar-gutter: stable;
    scrollbar-width: thin
}

.pkg_details::-webkit-scrollbar {
    width: 7px
}

.pkg_details::-webkit-scrollbar-track {
    background-color: var(--p-clr)
}

.pkg_details::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px #000
}

.pkg_details {
    scrollbar-color: rgba(0,0,0,.45) var(--p-clr);
    scrollbar-width: thin
}

.pkg_details ul {
    padding-right: 15px;
    padding-left: 23px
}

.pkg_details ul li {
    font-size: 16px;
    color: #666;
    margin-bottom: 15px;
    line-height: 20px;
    position: relative
}

.pkg_details ul li:before {
    content: "\f0da";
    position: absolute;
    font-weight: 700;
    color: #f78c0f;
    font-size: 17px;
    left: -22px;
    font-family: "font awesome 5 free"
}

.pkg_bottom {
    padding: 13px 23px 23px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column
}

.order_btn {
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 700;
    color: #fff;
    border-radius: 50px;
    display: inline-block;
    text-transform: uppercase;
    padding: 12px 35px;
    background-image: none;
    background-color: #e92747;
    transition: var(--transition)
}

.order_btn:hover,.order_btn:focus,.order_btn:active {
    color: #fff
}

.pkg_chat_btn {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    font-family: Poppins,sans-serif;
    line-height: 21px;
    transition: var(--transition)
}

.pkg_chat_btn span {
    font-size: 10px;
    font-weight: 400;
    position: relative
}

.pkg_chat_btn span:before {
    content: "\f075";
    position: absolute;
    right: -24px;
    font-size: 16px;
    color: #f78c0f;
    font-family: "font awesome 5 free";
    font-weight: 700;
    transition: var(--transition)
}

.package_box:hover {
    box-shadow: var(--pkg-box-shadow)
}

.pkg_box_shadow {
    box-shadow: var(--pkg-box-shadow)
}

.package_box:hover .pkg_title {
    background-color: #fff;
    box-shadow: var(--pkg-box-shadow)
}

.package_box:hover .short_desc p {
    color: #d9d3ff
}

.packages-tab ul {
    padding: 10px 0;
    border-bottom: none
}

.packages-tab .nav-tabs .nav-link.active {
    background-color: #e92747;
    color: #fff
}

.packages-tab .nav-tabs .nav-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-radius: 50px;
    background-color: #fff;
    box-shadow: 0 7px 18px 0 rgba(0,0,0,.07);
    font-weight: 400;
    font-size: 17px;
    color: #333;
    padding: 11px 32px;
    margin: 5px 10px;
    font-family: Poppins,sans-serif
}

.pkg_bottom {
}

.package_box .short_desc.text-center {
    display: none
}

.ftr-no-brd {
    border: 0
}

.order_btn {
    background-color: var(--p-clr);
    color: #fff
}

.packages-tab .nav-tabs .nav-link.active {
    background-color: var(--p-clr)
}

.package_box {
    border: 2px solid var(--p-clr)
}

.pkg_details {
    background-color: #fff;
    border: 1px solid var(--p-clr)
}

.pkg_details ul li,.pkg_details ul li:before {
    color: #000
}

.package_box .slimScrollBar {
    opacity: 1;
    border-radius: 0;
    width: 5px
}

.pkg_chat_btn span:before {
    color: var(--p-clr)
}

.package_box .pkg_pricing_area+p {
    color: #fff;
    font-weight: 700;
    background-image: -webkit-linear-gradient(-45deg,var(--p-clr),var(--second-clr));
    text-align: center
}

@media screen and (min-width: 768px) and (max-width:1023px) {
    .pkg_title h3 {
        font-size:15px
    }

    .order_btn {
        font-size: 17px
    }

    .heading p {
        font-size: 16px
    }
}

@media screen and (max-width: 767px) {
    .packages-tab ul.nav-tabs {
        display:block
    }
}

a.navbar-brand {
    width: 380px
}

.banner-main {
    padding-top: 150px!important
}

.num-one-he {
    margin-bottom: 0
}

select.form-control.custom-select {
    cursor: pointer
}

select.form-control.custom-select:hover,select.form-control.custom-select:focus {
    border-color: var(--p-clr);
    box-shadow: none
}

select.form-control.custom-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: 0 0;
    background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyBmaWxsPSdibGFjaycgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0JyB3aWR0aD0nMjQnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTcgMTBsNSA1IDUtNXonLz48cGF0aCBkPSdNMCAwaDI0djI0SDB6JyBmaWxsPSdub25lJy8+PC9zdmc+);
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: center;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    margin-right: 2rem;
    padding: 1rem;
    padding-right: 2rem
}

select.form-control.custom-select {
    padding: 0 10px;
    height: 40px
}

select.form-control.custom-select.error {
    border-color: red
}

@media(max-width: 786px) {
    .ord-md-1 {
        order:1
    }

    .ord-md-2 {
        order: 2
    }

    .ord-md-3 {
        order: 3
    }

    .num-one-he {
    }

    .featured-client.section-bottom {
        padding: 0
    }

    .main-banner h1 {
        font-size: 32px;
        line-height: 1.2
    }

    h2 {
        font-size: 28px
    }

    .text-lg {
        font-size: 30px
    }

    .btn.btn-main-2.btn-arrow {
        font-size: 14px
    }

    svg.arrow-alt-right {
        height: 20px;
        width: 30px;
        right: -15px;
        position: relative
    }

    .btn-con {
        flex-direction: column;
        justify-content: center
    }

    .btn-div.btn-quote-div {
        display: flex;
        justify-content: left;
        align-items: center
    }

    .content.pl-4 {
        padding-left: 10px!important
    }

    ul.custom-li.li-col-1 li {
        display: flex;
        width: 49%
    }

    ul.custom-li.li-col-1 {
        padding-left: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .chapter-item {
        margin-bottom: 10px
    }

    .chapter-item h4 {
        font-size: 14px;
        text-align: left
    }

    section {
        padding: 40px 0
    }

    a.navbar-brand {
        width: 160px
    }

    .navbar-btn .btn.btn-main-2.btn-arrow:before {
        width: 33px;
        background-size: 14px
    }

    .navbar-btn .btn.btn-main-2.btn-arrow {
        padding-left: 10px;
        padding-right: 40px;
        margin-top: 0!important
    }

    .navbar {
        padding: 0 20px
    }

    .banner-main {
        padding-top: 60px
    }

    .footer-links {
        justify-content: space-around
    }

    .fl {
        padding: 0;
        margin: 0
    }

    section {
        padding-left: 10px;
        padding-right: 10px
    }

    .proofread {
        padding: 0 15px
    }
}

@media(min-width: 525px) {
}

@media(min-width: 786px) {
    .li-col-1 {
        column-count:3
    }
}

@media(min-width: 992px) {
    .li-col-1 {
        column-count:4
    }
}

.proft .anim:before {
    background-color: #2f93c48c;
    content: '';
    top: -100px;
    height: 100px;
    left: -15px;
    position: absolute;
    right: -20px;
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -moz-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    transition: transform .1s
}

.proft .anim:hover:before {
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg );
    transform: rotate(-15deg )
}

.proft .anim:after {
    background-color: #2f93c48c;
    content: '';
    bottom: -100px;
    height: 100px;
    left: -10px;
    position: absolute;
    right: -15px;
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    transition: transform .1s
}

.proft .anim:hover:after {
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg );
    transform: rotate(-15deg )
}

.row.proft {
    display: flex
}

.lan-img-ab {
    overflow: hidden;
    position: relative
}

.lan-img-ab {
    overflow: hidden;
    position: relative;
    margin: 20px 15px
}

.row.lan-ser-ic {
    display: grid;
    grid-template-columns: 19.5% 19.5% 19.5% 19.5% 19.5%;
    text-align: center;
    column-gap: 1%;
    margin-bottom: 25px
}

.row.lan-ser-ic .porto-sicon-box {
    background: #001f44!Important;
    box-shadow: 0 0 40px 2px #29a8e166!important;
    transition: all .5s ease;
    position: relative;
    border-radius: 10px;
    min-height: 215px;
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.row.lan-ser-ic h3.porto-sicon-title {
    color: #fff;
    font-size: 14px;
    font-weight: 500
}

.vc_column_container:nth-child(1) .porto-sicon-box:hover .porto-just-icon-wrapper {
    background-position: 10px -70px
}

.vc_column_container .porto-just-icon-wrapper {
    height: 80px;
    width: 75px;
    background: url(../images/services-icons-1.png);
    transition: all .7s ease;
    background-repeat: no-repeat
}

.img-changee .vc_column_container .porto-just-icon-wrapper {
    background: url(../images/services-icons-2.png) no-repeat
}

.vc_column_container:nth-child(1) .porto-just-icon-wrapper {
    background-position: 10px 0
}

.vc_column_container:nth-child(2) .porto-just-icon-wrapper {
    background-position: -80px 10px
}

.vc_column_container:nth-child(3) .porto-just-icon-wrapper {
    background-position: -147px 10px
}

.vc_column_container:nth-child(4) .porto-just-icon-wrapper {
    background-position: -230px 10px
}

.vc_column_container:nth-child(5) .porto-just-icon-wrapper {
    background-position: -310px 10px
}

.vc_column_container:nth-child(2) .porto-sicon-box:hover .porto-just-icon-wrapper {
    background-position: -80px -70px
}

.vc_column_container:nth-child(3) .porto-sicon-box:hover .porto-just-icon-wrapper {
    background-position: -147px -70px
}

.vc_column_container:nth-child(4) .porto-sicon-box:hover .porto-just-icon-wrapper {
    background-position: -230px -70px
}

.vc_column_container:nth-child(5) .porto-sicon-box:hover .porto-just-icon-wrapper {
    background-position: -310px -70px
}

.vc_column_container:nth-child(1) .porto-sicon-box:hover .porto-just-icon-wrapper {
    background-position: 10px -70px
}

.vc_column_container .porto-just-icon-wrapper {
    height: 80px;
    width: 75px;
    background: url(../images/services-icons-1.png);
    transition: all .7s ease;
    background-repeat: no-repeat
}

.img-changee .vc_column_container .porto-just-icon-wrapper {
    background: url(../images/services-icons-2.png) no-repeat
}

.vc_column_container:nth-child(1) .porto-just-icon-wrapper {
    background-position: 10px 0
}

.vc_column_container:nth-child(2) .porto-just-icon-wrapper {
    background-position: -80px 10px
}

.vc_column_container:nth-child(3) .porto-just-icon-wrapper {
    background-position: -147px 10px
}

.vc_column_container:nth-child(4) .porto-just-icon-wrapper {
    background-position: -230px 10px
}

.vc_column_container:nth-child(5) .porto-just-icon-wrapper {
    background-position: -310px 10px
}

.vc_column_container:nth-child(2) .porto-sicon-box:hover .porto-just-icon-wrapper {
    background-position: -80px -70px
}

.vc_column_container:nth-child(3) .porto-sicon-box:hover .porto-just-icon-wrapper {
    background-position: -147px -70px
}

.vc_column_container:nth-child(4) .porto-sicon-box:hover .porto-just-icon-wrapper {
    background-position: -230px -70px
}

.vc_column_container:nth-child(5) .porto-sicon-box:hover .porto-just-icon-wrapper {
    background-position: -310px -70px
}

.bg-f4f5fe {
    background-color: #f4f5fe
}

.container {
    max-width: 1360px
}

.section-title h2 {
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 600;
    text-align: center
}

.col-lg-4:nth-child(1) .single-pricing-table .btn-box .default-btn {
    background-color: #0f335e
}

.default-btn {
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    color: #fff;
    background-color: #0f335e;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 5px;
    font-weight: 500;
    font-size: 15px;
    padding-left: 50px;
    padding-right: 25px;
    padding-top: 13px;
    padding-bottom: 13px
}

.bxs-hot:before {
    content: "\ec93"
}

.col-lg-4:nth-child(1) .single-pricing-table .btn-box .default-btn i {
}

.default-btn i {
    position: absolute;
    left: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    -webkit-transition: .5s;
    transition: .5s;
    color: #4792e3
}

.bx {
    font-family: boxicons!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.col-lg-4:nth-child(1) .single-pricing-table .btn-box .default-btn {
    background-color: #0f335e
}

.default-btn:hover,.default-btn:focus {
    color: #fff;
    -webkit-box-shadow: 0 5px 28.5px 1.5px rgb(19 196 161/30%)!important;
    box-shadow: 0 5px 28.5px 1.5px rgb(19 196 161/30%)!important
}

a:hover {
    text-decoration: none;
    color: #4792e3
}

.single-pricing-table .btn-box {
    margin-top: 30px
}

.single-pricing-table .pricing-features {
    padding-left: 0;
    text-align: left;
    list-style-type: none;
    margin-top: 30px;
    margin-bottom: 0;
    margin-left: 50px;
    margin-right: 50px;
    height: 330px!important;
    overflow-y: scroll
}

.single-pricing-table .pricing-features li {
    margin-bottom: 10px;
    position: relative;
    color: #444683;
    padding-left: 21px
}

.default-btn span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #4792e3;
    -webkit-transition: width .6s ease-in-out,height .5s ease-in-out;
    transition: width .6s ease-in-out,height .5s ease-in-out;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: -1;
    border-radius: 5px
}

.row.proft {
    justify-content: center
}

.single-pricing-table {
    margin-bottom: 30px;
    text-align: center;
    background-color: #fff;
    padding-bottom: 30px;
    border-radius: 5px;
    -webkit-transition: .5s;
    transition: .5s
}

.single-pricing-table .pricing-header {
    padding-top: 25px;
    padding-bottom: 20px
}

.single-pricing-table .pricing-header h3 {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 500
}

.single-pricing-table .price {
    -webkit-transition: .5s;
    transition: .5s;
    padding-top: 8px;
    padding-bottom: 5px;
    border-top: 2px dashed #f4f5fe;
    border-bottom: 2px dashed #f4f5fe;
    font-weight: 600;
    font-size: 40px
}

.single-pricing-table .price sup {
    top: -18px;
    font-size: 18px;
    font-weight: 500
}

.single-pricing-table .price sub {
    bottom: 2px;
    color: #4a6f8a;
    padding-right: 5px;
    font-size: 14px;
    font-weight: 500
}

.single-pricing-table .pricing-features {
    padding-left: 0;
    text-align: left;
    list-style-type: none;
    margin-top: 30px;
    margin-bottom: 0;
    margin-left: 50px;
    margin-right: 50px;
    height: 330px!important;
    overflow-y: scroll;
    overflow-x: none
}

.single-pricing-table .pricing-features li {
    margin-bottom: 10px;
    position: relative;
    color: #444683;
    padding-left: 21px
}

.single-pricing-table .pricing-features li:last-child {
    margin-bottom: 0
}

.single-pricing-table .pricing-features li i {
    color: #4792e3;
    position: absolute;
    left: 0;
    top: 3px
}

.single-pricing-table .pricing-features li span {
    display: inline-block;
    color: #b7bad2;
    font-size: 20px;
    position: absolute;
    top: 1px;
    margin-left: 3px
}

.single-pricing-table .btn-box {
    margin-top: 30px
}

.single-pricing-table:hover {
    -webkit-box-shadow: 0 10px 30px rgba(0,0,0,.07);
    box-shadow: 0 10px 30px rgba(0,0,0,.07);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.single-pricing-table.left-align {
    text-align: left
}

.single-pricing-table.left-align .pricing-header,.single-pricing-table.left-align .price {
    padding-left: 40px;
    padding-right: 40px
}

.single-pricing-table.left-align .pricing-features {
    margin-left: 40px;
    margin-right: 40px
}

.single-pricing-table.left-align .btn-box {
    padding-left: 40px
}

.single-pricing-table.center-align {
    text-align: center
}

.single-pricing-table.center-align .pricing-features li {
    padding-left: 0;
    padding-right: 21px
}

.single-pricing-table.center-align .pricing-features li i {
    left: auto;
    right: 0
}

.pricing-list-tab .tabs {
    text-align: center;
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 40px
}

.pricing-list-tab .tabs li {
    display: inline-block
}

.pricing-list-tab .tabs li a {
    display: block;
    background-color: #fff;
    color: #8d8fb4;
    padding: 10px 30px 10px 53px;
    position: relative;
    border-radius: 5px;
    margin-left: -1px;
    margin-right: -1px;
    font-size: 16px;
    font-weight: 500
}

.pricing-list-tab .tabs li a i {
    color: #0f335e;
    margin-right: 2px;
    position: absolute;
    font-size: 18px;
    top: 48%;
    -webkit-transform: translateY(-48%);
    transform: translateY(-48%);
    left: 30px
}

.pricing-list-tab .tabs li.current a {
    color: #fff;
    background-color: #0f335e
}

.pricing-list-tab .tabs li:nth-child(1) a {
    border-radius: 30px 0 0 30px
}

.pricing-list-tab .tabs li:nth-child(2) a {
    border-radius: 0 30px 30px 0
}

.tab .tabs_item {
    display: none
}

.tab .tabs_item:first-child {
    display: block
}

.col-lg-4:nth-child(1) .single-pricing-table .btn-box .default-btn {
    background-color: #0f335e
}

.col-lg-4:nth-child(1) .single-pricing-table .btn-box .default-btn i {
}

.faq-accordion {
    margin-left: auto;
    max-width: 745px
}

.faq-accordion h2 {
    margin-bottom: 40px;
    font-size: 40px;
    font-weight: 600
}

.faq-accordion h2 span {
    display: inline-block;
    color: #0f335e
}

.faq-accordion .accordion {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0
}

.faq-accordion .accordion .accordion-item {
    display: block;
    background: #f5f5ff;
    margin-bottom: 10px;
    border: none
}

.faq-accordion .accordion .accordion-item:last-child {
    margin-bottom: 0
}

.faq-accordion .accordion .accordion-title {
    padding: 12px 40px 10px 20px;
    color: #0f335e;
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 500
}

.faq-accordion .accordion .accordion-title i {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #0f335e;
    font-size: 20px;
    -webkit-transition: .5s;
    transition: .5s
}

.faq-accordion .accordion .accordion-title.active i::before {
    content: "\eb8b";
    color: #0f335e
}

.faq-accordion .accordion .accordion-content {
    display: none;
    position: relative;
    padding: 15px 20px;
    font-size: 14px;
    border-top: 1px solid #0f335e;
    color: #4a6f8a
}

.faq-accordion .accordion .accordion-content.show {
    display: block
}

.faq-image {
    text-align: center
}

.bg-color-f4f5fe {
    background-color: #f4f5fe
}

.bg-color-f4f5fe .faq-accordion .accordion .accordion-item {
    background: #fff
}

.bxs-badge-check:before {
    content: "\ecb6"
}

.call_to_action_mobile {
    position: fixed;
    bottom: 10px;
    left: 10px;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #58af36;
    border-radius: 50%;
    z-index: 1000
}

.call_to_action_mobile i {
    color: #fff;
    transform: rotate(90deg);
    font-size: 20px
}

.call_to_action_mobile:after {
    content: '';
    height: 1px;
    width: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #58af36;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    animation-name: ripple;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
    will-change: transform,opacity;
    z-index: -1;
    user-select: none
}

li#mystickyelements-social-phone span.mystickyelements-social-text.mystickyelements-social-no-link.sticky-bg-clr {
    top: 60px!important
}

@keyframes ripple {
    0% {
        transform: translate(-50%,-50%) scale(0);
        opacity: 1
    }

    100% {
        transform: translate(-50%,-50%) scale(100);
        opacity: 0
    }
}

@media(max-width: 768px) {
    li#mystickyelements-social-phone {
        margin-top:6px;
        padding: 0!important
    }

    li#mystickyelements-social-phone span.mystickyelements-social-text.mystickyelements-social-no-link.sticky-bg-clr {
        top: 6px!important
    }

    li#mystickyelements-social-wechat {
        height: 90px
    }
}

.social-phone.sticky-bg-clr {
    background-color: #58af36
}

.mystickyelements-social-text.sticky-bg-clr {
    background-color: #58af36
}

.images-banner ul {
    padding: 0;
    display: flex;
    column-gap: 10px;
    margin-bottom: 0
}

.images-banner {
    margin-top: 30px
}

.star-rating p {
    margin-top: 20px;
    margin-bottom: 0
}

.star-rating p i {
    color: #4792e3;
    margin: 0 1px
}

.banner-from.form-b-white {
    background: #fff!important;
    padding: 40px 20px
}

.main-banner.no-padding {
    padding: 0
}

@media only screen and (max-width: 767px) {
    .banner-from.form-b-white {
        margin-top:30px
    }

    .main-banner h1 {
        font-size: 30px;
        line-height: 1.1
    }

    .main-banner p {
        font-size: 13px
    }

    .btn.btn-main-2.btn-arrow {
        font-size: 12px
    }

    .banner-from.form-b-white {
        padding: 20px 10px
    }

    .banner-form-h1 {
        margin-bottom: 0
    }
}
