
body {
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');
    --wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');
    --wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');
    --wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');
    --wp--preset--duotone--midnight: url('#wp-duotone-midnight');
    --wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');
    --wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');
    --wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
}

.has-black-color {
    color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
    color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important;
}
/* -------------------------------- */
label.fr-file {
    width: 100%;
    background: 0 0;
    cursor: pointer;
    color: gray;
    border: 1px solid gray;
    padding: 14px 15px;
    border-radius: 5px;
    font-size: 14px;
}

label.fr-file i {
    color: #55bc7e;
    font-size: 18px;
    margin: 0 0 0 10px;
}

label.fr-file input {
    display: none;
}



h1.unii-h1-head {
    color: #000;
    font-size: 22px;
    margin-bottom: 2px;
}

#home-hero {
    background-color: #ffcdc6;
    transition: 1.2s all;
    background: url('../images/background-banner2.html');
    background-size: cover;
}

.banner-side-img {
    position: absolute;
    right: 140px;
    top: 120px;
    width: 40%;
}

.hasAnim input,
.hasAnim select,
label.fr-file,
.hasAnim input::placeholder {
    color: #000 !important;
    border-color: #000 !important;
}

@media screen and (max-width: 650px) {
    #home-hero {
        padding-top: 120px;
        padding-bottom: 112px !important;
    }

    .banner-side-img {
        position: relative;
        right: 0;
        top: 30px;
        width: 100%;
    }
}

/* marquee div container */
.marquee {
    font-size: 21px;
    color: #fff;
    /* font-family: 'Courier New', Courier, monospace; */
    overflow: hidden;
    background-color: #55bc7e;
    position: relative;
    padding: 0;
    height: 45px;
    display: flex;
    align-items: center;
}

.marqqq {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
}

/* nested div inside the container */
.marquee div {
    display: block;
    width: 200%;
    position: absolute;
    overflow: hidden;
    animation: marquee 12s linear infinite;
}

/* span with text */
.marquee span {
    float: left;
    width: 30%;
}

/* keyframe */
@keyframes marquee {
    0% {
        left: 0;
    }

    100% {
        left: -100%;
    }
}

.toplinks {
    padding-top: 100px;
    position: relative;
}

.toplinks .top>li+li {
    margin-left: 20px;
    padding: 0 15px;
}

.top-bar ul li {
    list-style: none;
}

.top-bar {
    height: 50px;
    display: flex;
    justify-content: center;
    background: #000;
    z-index: 99999;
    position: relative;
}

.top-bar ul li .cta-roundss {
    float: right;
    position: absolute;
    right: 180px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 7px;
    margin-right: 10%;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
}

.top-bar ul {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0;
}

.top-bar ul li h6 a {
    letter-spacing: 0;
    color: #fff;
    text-transform: capitalize;
}

.top-bar ul li h6 {
    color: #55bc7e;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 20px;

}

.top-bar ul li .cta-roundss i {
    color: #55bc7e;
    padding: 0 10px;
}

#globalHeader .logo.dsk {
    top: 50px
}

.toplinks .top li a span {
    color: #55bc7e;
}

@media only screen and (max-width: 1900px) {
    .top-bar ul li .cta-roundss {
        right: 90px;
    }
}

@media only screen and (max-width: 1600px) {
    .top-bar ul li .cta-roundss {
        right: 20px;
    }
}

@media only screen and (max-width: 1440px) {
    .top-bar ul li .cta-roundss {
        right: 40px;
    }
}

@media only screen and (min-width: 300px) and (max-width: 519px) {


    .marquee span {
        width: 100%;
        display: none;
    }

    .marquee .big_easter {
        width: 100%;
        display: block;
    }

    .top-bar ul li::first-child {
        width: 60%;
        text-align: left;
    }

    .top-bar ul li::last-child {
        width: 40%;
        text-align: right;
    }

    #fp-nav {
        display: none !important;
    }





}

@media only screen and (min-width: 300px) and (max-width: 519px) {
    #globalMenu .menu-btn {
        right: 25px;
        width: 42px;
        height: 41px;
        transform: translateY(0);
        top: 60px;

    }

   .top-bar ul li .cta-roundss {
    font-size: 14px;
    position: unset !important;
    margin-right: 0 !important;
    margin-top: 11px;
}

    .form-popup .frm-wrpp-bnr {
        padding: 30px !important;
    }

}

.hasAnim .d-flex textarea {
    width: 100%;
    padding: 10px;
    height: 120px;
    border-radius: 8px;
    margin: 0 0 20px;
}

input.style-bod {
    padding: 10px 10px !important;
    background: #ffffff94 !important;
}

.frm-wrpp-bnr h2 span {
    color: #000;
    font-size: 40px;
    text-align: right;
    font-weight: 400;
    margin-left: 60px;
}

.frm-wrpp-bnr h2 {
    color: #55bc7e;
    text-align: center;
    font-size: 80px;
    line-height: 25px;
    text-align: right;
    font-family: "mrs-eaves-xl-serif", serif;
    margin-bottom: 20px;
}

.frm-wrpp-bnr h3 {
    color: #dc7e04;
    text-align: center;
    font-size: 40px;
    margin-top: -55px;
    font-family: "mrs-eaves-xl-serif", serif;
    padding-right: 60px;
}

img.lit-logo {
    width: 100%;
    margin-top: 20px;
}


.close-pop {
    position: absolute;
    right: -10px;
    top: -15px;
    display: inline-block;
    color: #ffffff;
    transform: scaleY(0.8);
    cursor: pointer;
    background: #55bc7e;
    height: 50px;
    width: 40px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.d-flex.mt-5 {
    margin-top: 10px;
}

.cut-ro .d-flex {
    width: 100%;
}

.cut-ro {
    display: flex;
}

.col-50 {
    width: 50%;
}

.cut-ro .cutom-cl-12 {
    width: 100%;
}

.cut-ro textarea {
    margin-top: 10px !important;
}

.cut-ro button {
    width: 100%;
    border-radius: 5px;
    padding: 10px 10px;
}

.col-50 img {
    width: 95%;
    margin-top: 10px;
    height: 80%;
    object-fit: contain;
}

@media only screen and (max-width: 600px) {

    .frm-wrpp-bnr h2 {
        color: #55bc7e;
        text-align: center;
        font-size: 35px;
        margin: 0;
    }

    .frm-wrpp-bnr h2 span {
        font-size: 25px;
        line-height: 20px;
        margin: 0;
    }

    .col-50 img {
        display: none;
    }

    .frm-wrpp-bnr h3 {
        font-size: 35px;
        margin: 0;
        padding: 0;
    }

    .col-50 {
        width: 0;
    }

    .md-full {
        width: 100%;
        position: relative;
        z-index: 1;
    }

    .md-full::after {
        content: '';
        position: absolute;
        height: 90%;
        width: 90%;
        left: 0;
        top: 0;
        background-image: url('../images/pop-img.html');
        background-size: contain;
        z-index: -1;
        background-repeat: no-repeat;
        background-position: center;
    }

    form#popup-form {
        position: relative;
        z-index: 9999999999;
    }

    .style-tex {
        background: #ffffff94;
    }

}

.form-popup {
    position: fixed;
    z-index: 9999;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: #0000008f;
    top: 0;
    left: 0;
}

.form-popup .frm-wrpp-bnr>div {
    width: 100%;
}

/* 
.form-popup .frm-wrpp-bnr input {color: #fff;border-color: #fff;}

.form-popup .frm-wrpp-bnr input::placeholder {color: #fff;}
*/
.form-popup .frm-wrpp-bnr {
    background: #ffffff;
    padding: 60px;
    position: relative;
}

.hasAnim .d-flex textarea {
    width: 100%;
    padding: 10px;
    height: 150px;
    border-radius: 8px;
    margin: 0 0 20px;
}

.close-pop {
    position: absolute;
    right: -10px;
    top: -15px;
    display: inline-block;
    color: #ffffff;
    transform: scaleY(0.8);
    cursor: pointer;
    background: #55bc7e;
    height: 38px;
    width: 30px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.d-flex.mt-5 {
    margin-top: 10px;
}

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: 0%;
    padding: 50px;
    border: 1px solid #888;
    width: 55%;
    z-index: 1;
    left: 10px;
    border-radius: 20px;
}

.modal-content h2 {
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 20px;
}

.modal-content p {
    line-height: 40px !important;
    font-size: 18px;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    text-align: right;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-content h3 {
    margin: 20px 0;
}

.modal-content a {
    height: 60px;
    width: 180px;
    background: #55bc7e;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #000;
    transition: 0.3s;
}

.modal-content a:hover {
    text-decoration: none;
}

.wa_butns {
    position: fixed;
    bottom: 20px;
    left: 0px;
    width: 160px;
    z-index: 999;
}




/*==============floating strips css start============== */
.floatbutton.active {
    right: 0;
    z-index: 9;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.floatbutton {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: fixed;
    right: -370px;
    top: 18%;
    font-size: 0;
    width: 420px;
    /* transform: translateY(-50%); */
    z-index: 999;
}

.floatbutton .clickbutton {
    width: 50px;
    z-index: 999;
    height: 50px;
    cursor: pointer;
    box-shadow: -20px 7px 18px -7px rgba(87, 184, 151, 0.09);
    border-radius: 0px;
    display: inline-block;
    padding-top: 0;
    vertical-align: top;
    margin-top: 125px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    background-color: #55bc7e;
    box-shadow: 0px 0px 40px #00000026;
    -webkit-box-shadow: 0px 0px 40px #00000026;
    -ms-box-shadow: 0px 0px 40px #00000026;
    -o-box-shadow: 0px 0px 40px #00000026;
}

.floatbutton .clickbutton .crossplus:before {
    content: "";
    display: none;
    position: absolute;
    width: 20px;
    height: 2px;
    right: 0;
    background: #fbb334;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.floatbutton .clickbutton .crossplus:after {
    content: "";
    display: none;
    position: absolute;
    width: 2px;
    height: 20px;
    right: 0;
    background: #fab334;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.floatbutton .clickbutton .crossplus {
    position: relative;
    display: block;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    white-space: pre;
}

.floatbutton .clickbutton .crossplus.rotate {
    transform: rotate(45deg);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.floatbutton .clickbutton .crossplus i {
    font-size: 18px;
    color: #ffffff;
    margin: 17px 0 0 15px;
}

.banner-form {
    background: #fff;
    padding: 30px;
    position: relative;
    z-index: 99999 !important;
    border-radius: 5px;
    margin: 0;
    width: 370px;
    display: inline-block;
    box-shadow: 0px 0px 30px #0000001f;
}

.ban-form input {
    width: 100%;
    margin: 0 0 0 0;
    border: 1px solid #e5e5e5;
    background: white;
    padding: 10px 15px;
    color: gray;
    font-size: 14px;
    border-radius: 3px;
    height: 50px;
    font-weight: 400;
    outline: none !important;
    margin: 0 0 15px 0;
}

.banner-form .intl-tel-input {
    width: 100%;
}

.banner-form h3 {
    color: #141315;
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 700;
}

.banner-form h3 strong {
    font: 24px/24px "Poppins", sans-serif;
    font-weight: 600;
}

.ban-form input[type="submit"] {
    color: #fff;
    font-weight: 600;
    border-radius: 3px;
    text-align: center;
    padding: 10px 15px;
    margin: 20px 0 0;
    border: transparent;
    cursor: pointer;
    background-color: #55bc7e;
}

.ban-form textarea {
    width: 100%;
    border: 1px solid #e5e5e5;
    background: white;
    padding: 10px 15px;
    color: gray;
    font-size: 14px;
    border-radius: 3px;
    font-weight: 400;
    height: 120px;
    outline: none !important;
    margin: 15px 0 0px 0;
    resize: none;
}

.btns_wrap {
    position: fixed;
    right: -6px;
}

.btns_wrap a:hover {
    text-decoration: none !important;
    right: 0px;
}

.btns_wrap .call_wrap {
    width: 280px;
    background-color: #55bc7e;
    position: absolute;
    right: -225px;
    top: 63px;
    border-radius: 3px 0px 0px 3px;
    overflow: hidden;
    box-shadow: 0px 0px 40px #00000026 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
    border-radius: 0px;
}

.btns_wrap .call_wrap span {
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
    /* background: #000; */
    padding: 15px 20px 15px 15px;
}

.btns_wrap .chat_wrap {
    display: block;
    position: absolute;
    right: -225px;
    width: 280px;
    background-color: #EF3D5B;
    top: 0;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0px 0px 40px #00000026 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 30px 0px 0px 30px;
    z-index: 9999;
}

.btns_wrap .chat_wrap span.icoo,
.btns_wrap .call_wrap span.icoo {
    color: #fff;
    font-size: 18px;
    padding: 15px 20px;
    border-right: 1px solid #ded9d9;
    vertical-align: middle;
    display: inline-block;
    border-radius: 10px 0px 0px 10px;
}

.btns_wrap .chat_wrap span {
    color: #fff;
    font-size: 15px;
    vertical-align: middle;
    /* background: #000; */
    padding: 15px 30px 15px 15px;
}

.ban-form .fldset.inpchecbx label {
    display: inline-block;
    margin: 0;
    line-height: 1.4;
    color: #676767;
    font-size: 13px;
}

.ban-form .fldset.inpchecbx input {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
}

.fldset.inpchecbx {
    margin: 10px 0 0 0;
}

.fldset p {
    font-size: 13px;
    color: #676767;
    padding: 0;
    margin: 10px 0 0 0;
}

.fldset p a {
    display: block;
    padding: 5px 0px 0 0;
    color: #141315;
    font-weight: 500;
    font-size: 14px;
}

.main-services-banner-sec .ban-form .fldset textarea {
    height: 60px;
}

.main-services-banner-sec .ban-form input {
    height: 40px
}

.intl-tel-input .country-list .country {
    font-size: 14px;
}

/*===================floating strips css end =================*/


.trustpilot-widget {
    margin-left: -45px;
}


.theme-btn.bt-buy-now {
    background: #0d9f16;
    color: #fff;
    border-radius: 100px;
    padding: 10px 13px;
    width: 100px !important;
}

.whattsapp .theme-btn i {
    font-size: 22px;
    line-height: 1;
}


.whattsapp .theme-btn span {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    letter-spacing: -15px;
    opacity: 0;
    line-height: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    text-transform: uppercase;
}

.whattsapp .theme-btn:hover span {
    opacity: 1;
    letter-spacing: 1px;
    padding-left: 10px;
    /* line-height: 1; */
}

.whattsapp {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 99;
}

.whatsapp {
    animation: scrollDownAnimation .5s ease infinite alternate;
    -webkit-animation: scrollDownAnimation .7s ease infinite alternate;
}

.wa_butns {
    animation: scrollDownAnimation .5s ease infinite alternate;
    -webkit-animation: scrollDownAnimation .7s ease infinite alternate;
}

@keyframes scrollDownAnimation {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-10px);
    }
}

@-webkit-keyframes scrollDownAnimation {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-10px);
    }
}


.btns_wrap .chat_wrap img {
    transition: 0.5s;
}




/*FOOTER ICONS*/

.foot_social li a i {
    background-color: #696169;
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: 0.3s ease-in-out;
}

.foot_social li a i:hover {
    background-color: #55bc7e;
    transition: 0.3s ease-in-out;
}
img.no-fliter {
    margin-top: 6px;
}
ul.usefullinks li {
    margin-top: 0;
    /* line-height: 14px; */
    position: relative;
}

ul.usefullinks li:before {
    position: absolute;
    content: "";
    display: block;
    top: 42%;
    left: -15px;
    background: white;
    width: 8px;
    height: 8px;
    z-index: 1;
    border-radius: 50%;
}
ul.usefullinks li.title-li:before{display: none;}
#globalFooter .row.main li + li {
    margin-top: 0px!important;
}

.book-tabs-sec .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{    background-color: #53b77b!important;}
.top-bar h4 {
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
    padding-bottom: 4px;
}
.top-bar {
    position: fixed;
    padding: 10px 0;
    height: auto;
    width: 100%;
}
.top-bar p {
    font-size: 12px;
}
.top-bar p a {
    background: #55bb7e;
    padding: 10px 12px;
    font-size: 12px;
    color: #fff;
    margin-top: 0px;
    transition: all 0.4s ease-in-out;
    display: inline-block;
}
.top-bar p a:hover {
    color: #fff;
    background: #5bc786;
    transition: all 0.4s ease-in-out;
    text-decoration: none;
}
.top-bar p a.pnum {
    background: none;
    padding: 0px;
    font-size: 12px;
    color: #fff;
    margin-top: 0px;
    transition: all 0.4s ease-in-out;
    display: unset;
}
.icon-box {
    float: left;
    height: auto;
    font-size: 12px;
    margin-right: 20px;
    color: #fefefe;
    margin-top: 8px;
    margin-bottom: 0px;
    width: 24px;
    text-align: center;
    height: 24px;
    padding: 4px 2px;
    border-radius: 10px 0 10px 10px;
    border: 2px solid#54bb7d;
}
section.copywrite {
    position: fixed;
    background: black;
    padding: 12px 0;
    color: #fff;
    bottom: 0;
    /* font-size: 4px; */
    z-index: 20;
}
section.copywrite ul li {
    display: inline-block;
}
.foot_social li a i {
    background-color: #53b77b;
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    transition: 0.3s ease-in-out;
}
ul.foot_social {
    margin-top: -8px;
}
section.copywrite p {
    margin-top: 4px;
    font-size: 12px;
}

.nav-tabs {
    width: 118px;
    border-bottom: 1px solid #dee2e6;
}
.sticky .contentContainer {
    top: 55px;
}
#globalHeader.sticky .sticky-bar {
    top: 55px;
   
}
/* ipad pro */
@media screen and (min-width: 1023px)  and (max-width: 1365px){
#globalMenu .menu-btn{top: 86px;}
    #globalMenu.sticky .menu-btn{top: 21px;}
     #globalMenu .menu-inner { padding: 54px 25px 35px;}
}
/* Iphone-X */
@media screen and (min-width: 0px)  and (max-width: 767px) {
    .bg-barrr:before{display: none!important;}
    #home-cards .contentContainer{padding-top: 140px;!important}
    .empty-col{display: none;}
    .col.left.image.hasScale,.col.right.image.hasScale{display: none;}
    #features-app header h2 .hw-font {padding-right: 0;font-size: 68px;transform: translateY(10px);}
    .fiction-banner img {height: 610px;}
    section.commic-banner img{height: 500px;}
    .service_box{height: 536px;}
    .pagination-wrp a,.pagination-wrp a{height: 40px!important;width: 40px!important;font-size: 24px!important;}
    /*.interior #globalMenu .menu-btn{top: 54px;}*/
/*    .interior #globalMenu .menu-inner {*/
/*    padding: 46px 25px 35px;}*/
/*}*/
.top-bar ul li .cta-roundss{margin-top: 10px;}
.top-bar ul li h6{font-size: 12px;}

.book {
    height: 200px!important;
}
#globalHeader.sticky .logo.stk{position: fixed;}
.portwrp ul li{width: 50%;}
img.lit-logo{margin-top: 40px;}
 #globalMenu .menu-btn{top: 56px;}
    #globalMenu.sticky{top: -28px;position:fixed;}
    #globalMenu .menu-scroller{top:14px;}
    #globalMenu .menu-btn{top: 56px;}
    .top-bar{display:none;}
#globalHeader .sticky-bar {
    top: 66px;
}
.contentContainer{top: -70px;}
#globalHeader.sticky .sticky-bar {
    top: 0;
}
#globalMenu.sticky .menu-btn {
    top: 50px;
}
#globalMenu .menu-inner{height: 100vh;}
}

/* ipad */
@media screen and (min-width: 768px)  and (max-width: 1023px) {
    /*#globalMenu .menu-btn{transform: translateY(80px)!important;;}*/
    /*#globalMenu.sticky .menu-btn {transform: translateY(-86px)!important;}*/
    #globalHeader .logo.stk{position: fixed;}
    .book-slider .slick-slide{height: 150px;}
    .icon-box{margin-right: 8px;}
    .top-bar p a.pnum{font-size: 6px;}
    .top-bar p { font-size: 8px;}
.top-bar p a {padding: 10px 8px; font-size: 8px;}
#globalMenu .menu-btn{top: 90px;}
#globalHeader .sticky-bar{top: 53px;}
#globalHeader .logo.stk{top: 80px;}
#globalMenu.sticky .menu-btn {
    transform: translateY(-6px);
    top: 74px;
}
#globalHeader.sticky .sticky-bar {
    top: 50px;
}
#globalHeader .logo.stk{top: 54px;}
#globalMenu .menu-btn{top: 84px;}
#globalMenu.sticky .menu-btn{top: 104px;}
}

/* ipad pro */
@media screen and (min-width: 1023px)  and (max-width: 1365px){
    /*#globalMenu .menu-btn{top: 108px;}*/
    #globalMenu .menu-btn{top: 86px;}
    #globalMenu.sticky .menu-btn{top: 21px;}
    .book-slider .slick-slide { margin: 0 10px; height: 220px;}
    .fiction-banner img{height: 56vh;}
    #globalMenu .menu-inner { padding: 54px 25px 35px;}
    .protext-log > img{width: 34%;}
    .slick-dots{bottom: -14px;}
    .bg-barrr:before{top: -23vw;}
    .editing_banner { padding-top: 160px;}
    .editors_last p{font-size: 16px;}
    [id^="page-integrations-"] #tier-hero {padding-top: 160px;}
    #page-about #tier-hero {padding-top: 150px;}
    .children_ser_box p{font-size: 20px;}
    .children_ser_box img {width: 28%;}
    .book-slider.s--new .slick-slide {height: 250px;}
    .icn-new-2{bottom: -94px;width: 160px;}
    .icn-new-1 {top: -10px;width: 140px;}
    #page-integrations #tier-hero {padding-top: 160px;}
    /*#globalMenu .menu-btn {transform: translateY(50px)!important;right: 25px;}*/
    .top-bar p a.pnum{font-size: 8px;}
    #globalMenu.sticky .menu-btn {
    top: 110px;
}
#globalMenu .menu-btn {
    transform: translateY(66px);
    right: 25px;
}
#globalFooter{padding-bottom: 80px;}
section.copywrite p{font-size: 10px;}
}
img.cards-logo{width: 50%;}
/* laptop */
@media screen and (min-width: 1366px) and ( max-width: 1800px) {
    .protext-log > img {
    width: 26%;
}
    img.cards-logo {
    width: 50%;
}
.protext-log > img {
    width: 28%;
}
    img.cards-logo {
    width: 88%;
}
    
}

@media (max-width: 1600px){

.protext-log > img {
    width: 28%;
}
    img.cards-logo {
    width: 88%;
}
}
